summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-18 15:51:57 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-03-18 15:56:07 +0200
commitb473a92891f7e991398a3b5eff305f6f2b6d7293 (patch)
tree4aa2597eb89fcd69f35b8bfc8606ffe6d6fef16a /configure.ac
parent8b2f6001b4f412c259a7883427f2f2c8cea98ea8 (diff)
downloadxz-b473a92891f7e991398a3b5eff305f6f2b6d7293.tar.gz
Change a few HTTP URLs to HTTPS.
The xz man page timestamp was intentionally left unchanged.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 631b187..d8811b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -596,7 +596,7 @@ echo "Initializing Automake:"
# We don't use "subdir-objects" yet because it breaks "make distclean" when
# dependencies are enabled (as of Automake 1.14.1) due to this bug:
-# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17354
+# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=17354
# The -Wno-unsupported is used to silence warnings about missing
# "subdir-objects".
AM_INIT_AUTOMAKE([1.12 foreign tar-v7 filename-length-max=99 -Wno-unsupported])