aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 98ed960..96f4cb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with ctct. If not, see <http://www.gnu.org/licenses/>.
+# along with ctct. If not, see <https://www.gnu.org/licenses/>.
#
AC_INIT([ctct], [0.2.X], [alguien@respiranto.de])
@@ -50,7 +50,7 @@ if test -z "$default_confdir"; then
# Vim has problems with '\"' in "doubled" double quotes after '!=':
while test "$default_confdir" \
!= "$(eval "printf '%s\n' \"$default_confdir\"")"; do #"
- default_confdir="$(eval "printf '%s\n' \"$default_confdir\"")" #"
+ default_confdir="$(eval "printf '%s\n' \"$default_confdir\"")" #"
done
$reset_prefix && prefix=NONE
fi