summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-16 17:48:19 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-16 17:48:51 -0700
commitd3dcd5895d64f6c86275c9333e2760a867e540e7 (patch)
tree9a69c37864bd8b6656c707935ead61d5de388ec3 /m4
parent5a4041daca5109c83a1735aef7fe16b2aae06e13 (diff)
downloadautoconf-d3dcd5895d64f6c86275c9333e2760a867e540e7.tar.gz
Prefer HTTPS to FTP and HTTP
Diffstat (limited to 'm4')
-rw-r--r--m4/m4.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/m4.m4 b/m4/m4.m4
index 08929465..e10197bb 100644
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -11,8 +11,8 @@
# --------------
# Check for GNU M4, at least 1.4.6 (all earlier versions had bugs in
# trace support and regexp support):
-# http://lists.gnu.org/archive/html/bug-gnu-utils/2006-11/msg00096.html
-# http://lists.gnu.org/archive/html/bug-autoconf/2009-07/msg00023.html
+# https://lists.gnu.org/archive/html/bug-gnu-utils/2006-11/msg00096.html
+# https://lists.gnu.org/archive/html/bug-autoconf/2009-07/msg00023.html
# Also, check whether --error-output (through 1.4.x) or --debugfile (2.0)
# is supported, and AC_SUBST M4_DEBUGFILE accordingly.
# Also avoid versions of m4 that trigger strstr bugs.