]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Prefer HTTPS to FTP and HTTP
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Sep 2017 00:48:19 +0000 (17:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Sep 2017 00:48:51 +0000 (17:48 -0700)
82 files changed:
AUTHORS
COPYING.EXCEPTION
ChangeLog.0
ChangeLog.1
ChangeLog.2
ChangeLog.3
HACKING
Makefile.am
NEWS
README
README-hacking
THANKS
TODO
bin/autoconf.as
bin/autoheader.in
bin/autom4te.in
bin/autoreconf.in
bin/autoscan.in
bin/autoupdate.in
bin/ifnames.in
bin/local.mk
cfg.mk
configure.ac
doc/autoconf.texi
doc/local.mk
lib/Autom4te/C4che.pm
lib/Autom4te/ChannelDefs.pm
lib/Autom4te/Request.pm
lib/autoconf/autoconf.m4
lib/autoconf/autoheader.m4
lib/autoconf/autoscan.m4
lib/autoconf/autotest.m4
lib/autoconf/autoupdate.m4
lib/autoconf/c.m4
lib/autoconf/erlang.m4
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/general.m4
lib/autoconf/go.m4
lib/autoconf/headers.m4
lib/autoconf/lang.m4
lib/autoconf/libs.m4
lib/autoconf/oldnames.m4
lib/autoconf/programs.m4
lib/autoconf/specific.m4
lib/autoconf/status.m4
lib/autoconf/types.m4
lib/autom4te.in
lib/autoscan/autoscan.pre
lib/autotest/autotest.m4
lib/autotest/general.m4
lib/autotest/specific.m4
lib/emacs/autoconf-mode.el
lib/emacs/autotest-mode.el
lib/freeze.mk
lib/local.mk
lib/m4sugar/foreach.m4
lib/m4sugar/m4sh.m4
lib/m4sugar/m4sugar.m4
m4/m4.m4
man/local.mk
tests/atlocal.in
tests/autoscan.at
tests/autotest.at
tests/base.at
tests/c.at
tests/compile.at
tests/erlang.at
tests/foreign.at
tests/fortran.at
tests/go.at
tests/local.at
tests/local.mk
tests/m4sh.at
tests/m4sugar.at
tests/mktests.sh
tests/semantics.at
tests/statesave.m4
tests/suite.at
tests/tools.at
tests/torture.at
tests/wrapper.as

diff --git a/AUTHORS b/AUTHORS
index 85df4fc1fe388ef46337c03b364b40bdb32835fb..cb74f704c1fd924cfe09a79c7c73adf71bfa7400 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -125,4 +125,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
+along with this program.  If not, see <https://www.gnu.org/licenses/>.
index 469583528592cd69ac0847803b443849dcc9b1eb..217253ece430d41976fb43f21cc43ac763adfa72 100644 (file)
@@ -1,7 +1,7 @@
                    AUTOCONF CONFIGURE SCRIPT EXCEPTION
                        Version 3.0, 18 August 2009
 
- Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2009 Free Software Foundation, Inc. <https://fsf.orgo/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
index b46523f505273ef1446ba5416ab12af9dfcd3976..d8f857e5b6d98926dc8f4957a98828052c2127f2 100644 (file)
@@ -359,4 +359,4 @@ Fri Apr 24 10:08:21 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
 
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see
-       <http://www.gnu.org/licenses/>.
+       <https://www.gnu.org/licenses/>.
index a28662bba2d72ca91c05b3e5fbcb2b194f0b6538..ff1a5da1587c03f7a42fb5962ce0abfec0b1e21c 100644 (file)
@@ -1936,4 +1936,4 @@ Mon Jul 20 01:08:01 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
 
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see
-       <http://www.gnu.org/licenses/>.
+       <https://www.gnu.org/licenses/>.
index f5be7d87bb8d9e9d9d6ffdbb9a044f1a6a722fb0..e596d9a9e2cbaa6eaa13e4056c2611cbdd2ea22c 100644 (file)
@@ -12865,4 +12865,4 @@ Thu Apr 28 12:01:01 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)
 
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see
-       <http://www.gnu.org/licenses/>.
+       <https://www.gnu.org/licenses/>.
index fd94b57b7ae8cc1649508c5a015f7576f7ee28b0..cb8023e5b70d6126f203bd511c1fb3c5dc791a2c 100644 (file)
@@ -88,7 +88,7 @@
        * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
        Also remove " -link" and trailing ")" from xlf output.
        Problem and fix reported by Thomas Jahns in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2012-01/msg00000.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2012-01/msg00000.html>.
 
 2011-12-26  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        * doc/autoconf.texi (Here-Documents): Using a command substitution
        in a here-documents being fed to a shell function is unportable.
        Problem revealed by the automake testsuite:
-       <http://lists.gnu.org/archive/html/automake-patches/2011-12/msg00149.html>
+       <https://lists.gnu.org/archive/html/automake-patches/2011-12/msg00149.html>
 
 2011-12-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        AS_LN_S: fall back on 'cp -pR' (not 'cp -p') if 'ln -s' fails
        This works better for symlinks to directories.
        Problem reported by Eli Zaretskii via Werner Lemberg in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2011-12/msg00006.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2011-12/msg00006.html>.
        * NEWS:
        * doc/autoconf.texi (Particular Programs): Document this.
        * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Implement this.
        * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use the
        array as well as setting it, to pacify g++.  Reported by
        Werner Lemberg in
-       <http://lists.gnu.org/archive/html/autoconf/2011-12/msg00005.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2011-12/msg00005.html>.
 
 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        as work in the automake testsuite:
         <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00003.html>
         <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
-        <http://lists.gnu.org/archive/html/automake-patches/2011-09/msg00066.html>
+        <https://lists.gnu.org/archive/html/automake-patches/2011-09/msg00066.html>
        * doc/autoconf.texi (Signal handling): New paragraph.
        (@menu at "Portable Shell", @detailmenu): Update.
 
        tests reject, so we can't test this fix against them, but it's
        more important to work with modern GCC (even when misused) than to
        work with no-longer-used compilers.  Problem reported by Shevek in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2008-11/msg00007.html>
+       <https://lists.gnu.org/archive/html/bug-autoconf/2008-11/msg00007.html>
        and raised again by Dan Kegel in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2011-08/msg00020.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2011-08/msg00020.html>.
 
 2011-08-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        docs: other issues with parallel BSD make
        Motivated by automake bug#9245:
-        <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9245>
+        <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=9245>
        and FreeBSD PR bin/159730:
         <http://www.freebsd.org/cgi/query-pr.cgi?pr=159730>
        * doc/autoconf.texi (Parallel Make): Document other BSD make
 2011-06-30  Timo Kamph  <timo.kamph@tu-harburg.de>  (trivial change)
 
        * lib/autoconf/functions.m4 (_AC_REPLACE_FUNCS): Fix tr-cpp problem.
-       See http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00058.html
+       See https://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00058.html
 
 2011-06-19  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Be even smarter.
        GCC was too smart for the previous patch.  See
-       <http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00035.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00035.html>.
 
 2011-06-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Try to outsmart GCC.
        Problem with stack-detection code reported by Andy Wingo in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00032.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00032.html>.
        This fix is imported from gnulib's c-stack module.
 
        * doc/autoconf.texi (File Descriptors): Fix texinfo typo.
        autotest: fix file descriptor leak
        * lib/autotest/general.m4 (_AT_CHECK): Close AS_MESSAGE_LOG_FD
        when running the test.  Problem reported by Luke Mewburn in
-       <http://lists.gnu.org/archive/html/autoconf/2010-11/msg00036.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2010-11/msg00036.html>.
 
 2010-11-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        autoconf: don't assume sys/stat.h and sys/types.h when testing C89
        Problem reported by Patrick Pelissier in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2010-11/msg00019.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2010-11/msg00019.html>.
        * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Don't include sys/types.h
        and sys/stat.h.  Instead, define a dummy struct stat.  C89 doesn't
        guarantee sys/types.h and sys/stat.h.
        * lib/autoconf/programs.m4 (AC_PROG_YACC): YACC stands for
        "Yet Another Compiler Compiler", not "Yet Another C Compiler".
        Problem reported by Chris Long in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00134.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00134.html>.
 
 2010-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        reject the test for other (valid) reasons.  People using ancient
        xlc versions, if any, are suggested to update to fixed versions.
        Reported by Ralf Wildenhues in the thread starting at:
-       http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00103.html
+       https://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00103.html
 
 2010-08-24  Eric Blake  <eblake@redhat.com>
 
        * doc/autoconf.texi (The Make Macro SHELL): Stronger wording on
        the importance of proper SHELL settings.
        Reported by Bruno Haible, in
-       http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00029.html.
+       https://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00029.html.
 
 2008-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Flush buffered output before exit.
        * bin/autom4te.in (handle_output): Explicitly close file.
        * THANKS: Update.
-       See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
+       See https://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
 
 2008-04-08  Eric Blake  <ebb9@byu.net>
 
        * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
        #undef as this runs afoul of our new way of creating config.h.
        Problem reported by Jim Meyering in
-       <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
+       <https://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
 
 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Revert 2007-10-17 change.
        * TODO: Multiline args in config files and headers mean something
        different and are not fixed, see
-       <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
+       <https://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
        Report by Stepan Kasal.
 
        * doc/autoconf.texi (Generic Programs): Fix typo.
 2007-11-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        Don't worry about preprocessor when testing long long.
-       See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
+       See: https://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
        * doc/autoconf.texi (Preprocessor Arithmetic): New section.
        (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
        These no longer check for preprocessor flaws.
        extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
        (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
        Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
-       <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
+       <https://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
        Suggested by Paul Eggert.
 
 2007-10-28  Jim Meyering  <meyering@redhat.com>
 
        * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
        problem reported by Bruno Haible in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
 
 2007-10-22  Eric Blake  <ebb9@byu.net>
 
        Don't check for bug in HP-UX 11.00 cpp.
        * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
        Use -1ull rather than -1u, since that causes problems with gnulib; see
-       <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
+       <https://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
 
 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 
        Check for 64-bit int errors in HP-UX 10.20 preprocessor.
        Problem reported by H.Merijn Brand in
-       <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
+       <https://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
        * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
        (AC_TYPE_UNSIGNED_LONG_LONG_INT):
        Check that preprocessor handles 64-bit ints, too.
 
        * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
        Problem reported by Fred Kreek in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
        * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
        (Macro Names, Defining Directories): Don't mention PATH as a name
        for a fully qualified file name, as this usage violates the GNU
        * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
        define HAVE_INT8_T, and likewise for similar macros.
        Problem reported by Patrick Welche in
-       <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
 
 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
 
        * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
        for a.* when searching for executables, as this prevents users
        from having files like a.c.  Problem reported by Ralf Wildenhues in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
        This fixes a problem introduced on 2000-12-19.
 
 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
        Problem reported by Paolo Bonzini in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
        * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
        universal binaries.  Problem reported by Elias Pipping.
 
        * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
        Reported by Gary Vaughan and Jim Meyering, and problem analyzed
        by Stepan Kasal:
-       http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
+       https://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
 
 2007-01-31  Eric Blake  <ebb9@byu.net>
 
        (Shell Substitutions): Note problems with @{var:=value} etc.
        Add a new section for problems with @{#var} etc.  Problem noted
        by Ralf Wildenhues.  See:
-       http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
+       https://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
 
 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix some wording problems noted by Paolo Bonzini in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
        * doc/autoconf.texi (Signed Overflow Examples): Give more
        discussion about the allow_superuser_privileges example,
        and change it a bit to make things clearer.
        * doc/autoconf.texi (Integer Overflow): Greatly expand and
        rewrite, taking notions from the recent discussion on the gcc and
        autoconf mailing lists; please see
-       http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
        and follow the many links.
        (Integer Overflow Basics, Signed Overflow Examples):
        (Optimization and Wraparound, Signed Overflow Advice):
        Include <limits.h>, and use its INT_MAX to rewrite the
        j loop so that it does not overflow 'int'.  Problem reported by
        Ralf Wildenhues in
-       <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
+       <https://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
        Play it safe by shifting left by 1 rather than multiplying by 2,
        as GCC is less likely to optimize this away when the value
        is signed (when it assumes overflow leads to undefined behavior).
        <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
 
        This change prompted by a problem report by Andrey Simonenko in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
        * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
        object-like macros only, in the traditional portable character
        set.
        Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
        years and is too hard to maintain now.  The last straw was
        reported by Jerker Baeck in
-       <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
        * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
        * doc/autoconf.texi (Particular Functions): Move
        AC_FUNC_SETVBUF_REVERSED from here...
        equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
        system.  We hope this is rare in practice, but it's clearly worth
        fixing.  Problem reported by Alex Unleashed in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
        Also, don't bother to check for -m bugs unless we're using -m;
        suggested by Stepan Kasal.
 
 
        * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
        due to configuration hassles with this.  See Tonya Underwood's report
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
        * doc/autoconf.texi (Special Shell Variables): Likewise.
 
 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
        efficiency.
        (_AC_LINK_IFELSE): Test that resulting file is executable.
        Problem reported by mwoehlke in
-       <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
+       <https://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
 
        * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
        than creating a file to use with test -x; this is much faster.
 
        * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
        7.1.4 /usr/bin/posix/sh described by Tim Rice in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
 
 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
        -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
        Bill Northcott in
-       <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
 
 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
        rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
        -Wundef -Werror".  Problem reported by David Fang in
-       <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
        * doc/autoconf.texi (Header Templates, Default Includes):
        (Particular Functions, Generic Functions, Header Portability):
        (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix test suite failures reported by Pierre in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
        * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
        the compiler created a file "b.out" when it didn't create anything
        at all.
        under AC_C_VOLATILE.
        (Volatile Objects): Be a little less skeptical about what
        "volatile" means.  Derived from thoughts by Ben Pfaff in
-       <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
+       <https://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
 
 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Require that long long int be at least 64 bits wide.  C99 requires
        this and enough programs depend on it so we should check for it.
        Bruno Haible reports in
-       <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
+       <https://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
        that long long int is 32 bits wide with some nonstandard compilers.
        (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
 
        to a nonexistent file, so that we don't have to worry about
        a local site configuration that doesn't use /usr/local.
        Problem reported by Keith Marshall in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
 
 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        (File Descriptors): Reorder to make the text flow better.
        Remove joke about "appreciate the various levels"; I didn't get it.
        Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
-       <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
+       <https://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
        (File Descriptors, Limitations of Usual Tools):
        Tone down the advice against renaming or removing open files.
        (Limitations of Usual Tools): Add a new section, on 'rm'.
        $(srcdir) too.
        (Assignments): Clarify default-value example as suggested by
        Ralf Wildenhues in
-       <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
+       <https://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
        (Special Shell Variables): Note leading ./ or ../, as suggested
        by Eric Blake.
        (Limitations of Builtins): Under cd, warn about CDPATH.
 
        * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
        $as_shell.exe too.  Problem reported by Andreas Buening in
-       <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
 
 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
        `unused variable' compiler warning, for `-Wall -Werror'.
        Reported by Jaap Haitsma in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
 
 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
        case the compiler dumps core.  Problem reported for
        OpenServer 5.0.7 by Tim Rice in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
        * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
        Likewise.
 
        This means we don't have to worry about ${ or sed any more.
        Also, double-quote the case statement, to work around misuses via
        underquoting as reported by Ralf Wildenhues in
-       <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
+       <https://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
        (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
        undocumented and dangerous macro.
        Problem reported by Ralf Wildenhues in
-       <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
+       <https://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
 
 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
        since evidently some packages rely on the old, broken behavior.
        Problem reported by Ralf Wildenhues in
-       <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
+       <https://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
        (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
        pre-2006-05-26 definitions, but leave in the comments that
        these macros are dangerous and should not be used.
        * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
        Fix typo that prevented an unnecessary space from being removed.
        Problems reported by Ralf Wildenhues in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
 
 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        Don't use the term "thread-safe" to talk about mkdir race
        conditions, since the problem is more a process than a thread
        issue.  Problem reported by Stepan Kasal in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
        * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
        the test for 'install' more closely.  Look at MKDIR_P first.
        Look in the PATH, and at /opt/sfw/bin.
        * doc/autoconf.texi (autoheader Invocation): Mention that the
        first arg of AC_DEFINE_UNQUOTED must be a literal.
        Problem reported by Ben Pfaff in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
 
        * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
        * doc/autoconf.texi (Special Chars in Variables): New section.
        runs afoul of the Korn shell version M-12/28/93d bug described in
        the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
        fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
 
 2006-05-23  Jim Meyering  <jim@meyering.net>
 
        some other programs unwisely rely on these undocumented vars.
        But put in warning comments about them.
        Problem reported by Ralf Wildenhues in
-       <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
+       <https://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
        * NEWS: Document that these variables are intended to go away.
 
 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
        $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
        * tests/tools.at (autoconf: subdirectories): New test, taken from
        the corresponding problem report by Ralf Wildenhues in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
 
        * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
        Quote some uses of shell variables if they might suffer unexpected
 
        * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
        on Mac OS X 10.4 reported by Peter O'Gorman in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
        * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
        Use shell builtins rather than 'expr', to work around expr bug.
 
 
        * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
        the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
-       <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
        Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
 
 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
        (Using Autotest, testsuite Scripts, Writing testsuite.at):
        Reword slightly to avoid some English-language problems noted
        by Ralf Wildenhues in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
 
 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
 
 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix documentation problems reported by Russ Boylan in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
+       <https://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
        along with some nearby cruft.
        * doc/autoconf.texi (Libtool): Libtool can be used without
        Automake (not without Autoconf).
 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix problems reported by Andreas Buening in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
        * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
        in test makefile.
        * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
        * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
        "/usr/include", clear ac_x_includes instead of leaving it as "no"
        (trivial change).  Problem and patch reported by Andrew Church in:
-       http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
+       https://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
 
 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
        three args in examples.  Problem reported by Frederik Fouvry in:
-       http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
+       https://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
        Also, fix some minor spacing and punctuation bugs.
 
 2004-09-02  Akim Demaille  <akim@epita.fr>
        * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
        AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
        HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
-       <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
+       <https://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
 
        More fixes to support spaces in the name of the build directory.
        This isn't a complete fix but it's an improvement.
 
        * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
        From Ralf Corsepius in:
-       http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
+       https://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
 
 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
 
 
        * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
        for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
-       <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
+       <https://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
 
 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
 
 
        * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
        change).  Patch reported by Ralf Wildenhues in
-       <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
+       <https://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
 
        * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
        function F exists if the compiler and linker let you compile an
        the reference to F in that case, since every function address must
        be nonzero, so the link succeeds even if F does not exist.
        Problem reported by Manu in
-       <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
+       <https://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
 
        * doc/autoconf.texi (Systemology): Standardize on the spelling of
        "Unix".  Many uses changed.
        versions of Autoconf, and should help to avoid triggering latent
        problems in other packages, such as the one in Automake where zsh
        is not handled robustly:
-       http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
+       https://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
        Although it is not Autoconf's responsibility to work around
        problems in Automake, it nevertheless makes sense to avoid
        introducing unnecessary incompatibilites.
        "restrict" and "inline", as sufficiently-old GCC versions do not
        (also, GCC configured to be in pedantic C89 mode does not).
        Problem reported by Sumit Pandya in:
-       http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
+       https://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
 
        * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
        consider -g to work if it generates warnings when plain compiles
        don't.  Problem reported by Braden McDaniel in:
-       http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
+       https://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
 
        * doc/autoconf.texi (Slashes): New section, to document a problem
        reported by Jim Meyering in:
-       http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
+       https://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
 
        * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
        linker output files before linking, to work around IRIX 6 linker bug.
        Problem reported by Rainer Orth in:
-       http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
+       https://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
 
 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
 
        * bin/Makefile.am (edit): Don't use $< in a context where
        POSIX doesn't require support for it.  Use $@.in instead.
        Problem reported by Anthony N. Frasso in
-       <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
+       <https://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
        * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
 
 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
 
        Fix a dependencies problem, stemming from a Autoconf 2.59 build
        problem on QNX reported by Stephen Rasku in
-       <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
+       <https://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
 
        * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
        $(m4sh_m4f_dependencies); this removes a FIXME.
        flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
        Darwin uses -lcrt2.o and there's little point to cataloging all
        the system variants.  Partial fix reported by Andreas Waechter in:
-       http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
+       https://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
        for bug reported by Nelson H. F. Beebe in:
-       http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
+       https://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
 
 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
 
        HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
        Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
        not <inttypes.h>.  Problem reported by Tim Mooney in
-       <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
+       <https://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
        * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
        Likewise.
 
        * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
        -std1 disables some useful extensions on Tru64.  Problem reported
        by N. Lichtmaier in
-       <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
+       <https://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
 
 2004-01-14  Paul Eggert  <eggert@twinsun.com>
 
 
        * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
        with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
-       http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
+       https://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
        (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
        AC_COMPILE_IFELSE, since we now assume our caller invokes
        AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
        * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
        Use "rm -f" to remove conftest.sed, not plain "rm".
        Bug reported by David Relson in
-       <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
+       <https://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
 
        * Makefile.am (autom4te-update):
        Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
        computing the absolute path to d1 in the source hierarchy: it may
        not exist at all.  So don't cd into it.
        From Alexandre Duret-Lutz.
-       http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
+       https://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
 
        * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
        From Paul Eggert, but named after Perl's IO::Spec->catfile.
 
        * lib/Autom4te/XFile.pm: Use Errno.
        (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
-       <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
+       <https://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
 
 2003-09-30  Akim Demaille  <akim@epita.fr>
 
 
        * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
        Problem reported by Lars J. Aas in
-       <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
+       <https://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
        (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
        "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
-       http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
+       https://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
 
 2003-09-26  Akim Demaille  <akim@epita.fr>
 
        * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
        rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
        Problem reported by Eric Sunshine in:
-       http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
+       https://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
 
 2003-09-26  Akim Demaille  <akim@epita.fr>
 
        * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
        Improve the accuracy of the wording about obsolescence.
        From a suggestion by Ian Lance Taylor in
-       <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
+       <https://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
 
 2003-09-05  Paul Eggert  <eggert@twinsun.com>
 
 
        * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
        in Bash 2.01.  Problem reported by Brian Gough in
-       <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
+       <https://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
 
 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
        * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
        'long', not 'int', for benefit of Sun's recent C++ compilers
        (trivial change).  See:
-       http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
+       https://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
        (This really should be 'intptr_t', not 'long', but that would
        take more work.)
 
        aCC would fail due to such an #include.  Problems reported by
        Matthew Mueller in <http://bugs.debian.org/120704> and by
        Keith Bostic in
-       <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
+       <https://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
        In the test, use the test declaration before including <stdlib.h>,
        as that's closer to how it'll be used.
 
        * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
        2002-09-01 patch by replacing "test -n" with "test -z".
        This fixes a bug found by Jeff Painter and reported by Tom Epperly in
-       <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
+       <https://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
 
        * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
        to fix a mismatch between example and discussion.
        nontrivially in main's body, so that f's external declaration is
        not optimized away in AIX.  This should fix the bug reported by
        Martin Frydl in
-       <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
+       <https://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
 
        * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
        _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
        defined, to support freestanding compilers.  This should fix the
        bug reported by Momchil Velkov in
-       <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
+       <https://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
 
        * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
        arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
        obsolete AC_CHECK_TYPE.  The missing empty arg was reported
        by Simon Josefsson in
-       <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
+       <https://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
 
        * Makefile.maint (www-gnu): New macro.
        (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
 
        * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
        \(.*\) match is too long and there is something more to be checked.
-       <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
+       <https://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
 
 2002-11-15  Akim Demaille  <akim@epita.fr>
 
        (po-check): Scan .l and .y files instead of the
        .c and the .h files that they generate.  This fixes the bug
        reported by Tim Van Holder in:
-       <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
+       <https://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
        Look for N_ as well as for _.  Try to avoid matching #define for
        N_ and _.
        From Paul Eggert.
        Add an appendix "Copying This Manual" for the FDL.
 
        * doc/fdl.texi: New file, from
-       <http://www.gnu.org/licenses/fdl.texi>.
+       <https://www.gnu.org/licenses/fdl.texi>.
 
        * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
 
 
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see
-       <http://www.gnu.org/licenses/>.
+       <https://www.gnu.org/licenses/>.
diff --git a/HACKING b/HACKING
index 8032612ab82c7fcc24293fc7a20eb35abca1e1a1..4f80bb48d06316343432b60a0e876cdda7d2e453 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -153,7 +153,7 @@ generated output do not get expanded improperly.
 Post a news blurb on https://savannah.gnu.org/projects/autoconf.
 
 Update the Free Software Directory: browse to:
-  http://directory.fsf.org/project/autoconf/
+  https://directory.fsf.org/project/autoconf/
 and send an email to <bug-directory@gnu.org> mentioning any content
 that needs to be updated.
 
index c889456374e5c546f11be637e80e977dbbfb524b..bd37c45bf6ccaafb562f481208a6b26c40abb503 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ACLOCAL_AMFLAGS = -I m4
 
diff --git a/NEWS b/NEWS
index e534a2f67eb64cd5edecd2ec9ec572895365e1db..7c165351ac7bb62d0759c2ccb2a86c5a904ab31e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1380,7 +1380,7 @@ Release tips:
 
 - GNATS
   The GNATS base moved to
-  http://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf
+  https://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf
   (It is no longer available, though.)
 
 ** Misc.
diff --git a/README b/README
index 018b1a38726079a35a74e5f8936db9868c0fa5e1..b95f5041852a35be336387e4632c83ae7cdb62a9 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ M4, Perl, etc.).
 
 You can get GNU M4 here:
 
-ftp://ftp.gnu.org/gnu/m4/
+https://ftp.gnu.org/gnu/m4/
 
 The file INSTALL should be distributed with packages that use
 Autoconf-generated configure scripts and Makefiles that conform to the
@@ -36,7 +36,7 @@ bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org.
 All changes can be tracked at the read-only autoconf-commit@gnu.org.
 Always include the Autoconf version number, which you can get by
 running `autoconf --version'.  Archives of bug-autoconf@gnu.org can be
-found in <http://lists.gnu.org/archive/html/bug-autoconf/>, and
+found in <https://lists.gnu.org/archive/html/bug-autoconf/>, and
 similarly for the other mailing lists.
 
 Licensing
@@ -49,8 +49,8 @@ COPYING.EXCEPTION file for the exception in terms of the Additional
 Permissions as described in section 7 of GPLv3.
 
 For more licensing information, see
-<http://www.gnu.org/licenses/gpl-faq.html> and
-<http://www.gnu.org/licenses/exceptions.html>.
+<https://www.gnu.org/licenses/gpl-faq.html> and
+<https://www.gnu.org/licenses/exceptions.html>.
 
 For any copyright year range specified as YYYY-ZZZZ in this package
 note that the range specifies every single year in that closed interval.
index 3d0c7441ff05aa98c8b18b420e48be9cc4910f57..695949f1940538fb92f4327204674b84d633a9f1 100644 (file)
@@ -14,18 +14,18 @@ requirements on anyone wishing to build from the just-checked-out sources.
 For example, you have to use recent stable versions of the maintainer
 tools we depend upon, including:
 
-- Autoconf 2.60+ <http://www.gnu.org/software/autoconf/>
-- Automake 1.10+ <http://www.gnu.org/software/automake/>
-- Help2man 1.29+ <http://www.gnu.org/software/help2man/>
-- M4 1.4.6+ <http://www.gnu.org/software/m4/>
+- Autoconf 2.60+ <https://www.gnu.org/software/autoconf/>
+- Automake 1.10+ <https://www.gnu.org/software/automake/>
+- Help2man 1.29+ <https://www.gnu.org/software/help2man/>
+- M4 1.4.6+ <https://www.gnu.org/software/m4/>
 - Perl 5.006+ <http://www.cpan.org/>
-- Texinfo 4.8+ <http://www.gnu.org/software/texinfo/>
+- Texinfo 4.8+ <https://www.gnu.org/software/texinfo/>
 
 The following are useful as well, if you want to be able to run commands
 like "make dist-lzma" or "make distcheck":
 
-- Gzip <http://www.gnu.org/software/gzip/>
-- Tar <http://www.gnu.org/software/tar/>
+- Gzip <https://www.gnu.org/software/gzip/>
+- Tar <https://www.gnu.org/software/tar/>
 - LZMA Utils 4.32+ <http://tukaani.org/lzma/>
 
 Although we try to keep the CVS mirror of the git repository usable,
@@ -35,7 +35,7 @@ generate the version string.  Therefore, we recommend:
 - Git 1.4.4+ <http://git.or.cz/>
 
 You may find it useful to install the git-merge-changelog merge driver:
-http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c
+https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c
 
 then add the following to .git/config or ~/.gitconfig:
 [merge "merge-changelog"]
@@ -59,7 +59,7 @@ You can get an anonymous copy of the source repository using any one
 of these three methods, although the CVS mirror is less tested:
 
   $ git clone git://git.sv.gnu.org/autoconf
-  $ git clone http://git.sv.gnu.org/r/autoconf.git
+  $ git clone https://git.sv.gnu.org/r/autoconf.git
   $ cvs -d:pserver:anonymous@pserver.git.sv.gnu.org:/srv/git/autoconf.git \
       co -d autoconf HEAD
 
@@ -120,12 +120,12 @@ The forms to choose from are in gnulib's doc/Copyright/ directory.
 If you want to assign a single change, you should use the file,
 doc/Copyright/request-assign.changes:
 
-    http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.changes;hb=HEAD
+    https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.changes;hb=HEAD
 
 If you would like to assign past and future autoconf work,
 you'd use doc/Copyright/request-assign.future:
 
-    http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.future;hb=HEAD
+    https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.future;hb=HEAD
 
 Enjoy!
 
diff --git a/THANKS b/THANKS
index 3063b7be02905f59144a0451965c04cd697b9f83..501bba0d3e903315f2ca588f1bf88a1e5739a441 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -466,4 +466,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
+along with this program.  If not, see <https://www.gnu.org/licenses/>.
diff --git a/TODO b/TODO
index d8f6bd5186a648c5cb21aaad571f278780474405..b90d999355e8505d71d7986d3ef9a5c9db5137cf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,7 +36,7 @@ used for config.h generation, but not used in configure's own tests.
 ** AC_PROG_CC
 Have a way to specify different default flags to try; see this thread
 for more information:
-<http://lists.gnu.org/archive/html/bug-autoconf/2008-08/msg00009.html>.
+<https://lists.gnu.org/archive/html/bug-autoconf/2008-08/msg00009.html>.
 
 
 * Later
@@ -229,7 +229,7 @@ reassigning the iterator, allowing a break-like functionality (or even
 infloops).  Does this need a new (but maybe slower) macro?  Should we
 also provide something like m4_while([TEST], [EXPR])?  Maybe an
 m4_break() that works inside a looping construct?
-http://lists.gnu.org/archive/html/autoconf-patches/2008-08/msg00121.html
+https://lists.gnu.org/archive/html/autoconf-patches/2008-08/msg00121.html
 
 * Autoconf 3
 
index 91742ed744815c9f1f9644d533e536f63a802284..263d82a456f76560c4bb301e0acf6431310e7fd2 100644 (file)
@@ -17,7 +17,7 @@ m4_divert_push([HEADER-COPYRIGHT])dnl
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 m4_divert_pop([HEADER-COPYRIGHT])dnl back to BODY
 AS_ME_PREPARE[]dnl
@@ -62,14 +62,14 @@ In tracing mode, no configuration script is created.  FORMAT defaults
 to '\$f:\$l:\$n:\$%'; see 'autom4te --help' for information about FORMAT.
 
 Report bugs to <bug-autoconf@gnu.org>.
-GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."]
+GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>."]
 
 version=["\
 autoconf (@PACKAGE_NAME@) @VERSION@
 Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
-<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
+<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
index 14b8f03a45b978ab530fbf53ffad8997675811af..c9aefaf807dcb45569906a98c1683b0b4502766d 100644 (file)
@@ -21,7 +21,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by Roland McGrath.
 # Rewritten in Perl by Akim Demaille.
@@ -79,8 +79,8 @@ Library directories:
   -I, --include=DIR          append directory DIR to search path
 
 Report bugs to <bug-autoconf\@gnu.org>.
-GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 ";
 
 
@@ -89,7 +89,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.
 $version = "autoheader (@PACKAGE_NAME@) @VERSION@
 Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
-<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
+<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
index efe3434a87be313083181370a899bb610ca2b54e..abe6327dca2af0ef7a4658492ccf38c07a8bf402 100644 (file)
@@ -19,7 +19,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 BEGIN
@@ -197,8 +197,8 @@ SEP can be empty for the default (comma for \@ and *, colon for %),
 a single character for that character, or {STRING} to use a string.
 
 Report bugs to <bug-autoconf\@gnu.org>.
-GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 ";
 
 # $VERSION
@@ -207,7 +207,7 @@ $version =  <<"EOF";
 autom4te (@PACKAGE_NAME@) @VERSION@
 Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
-<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
+<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
index 2208a7da8acbb3b4cb6b2b9407327cbbc320be7c..79ffb9f59939ae3d89d7518839147b74b8ad6183 100644 (file)
@@ -19,7 +19,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David J. MacKenzie.
 # Extended and rewritten in Perl by Akim Demaille.
@@ -89,8 +89,8 @@ The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
 ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
 
 Report bugs to <bug-autoconf\@gnu.org>.
-GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 ";
 
 # $VERSION
@@ -98,7 +98,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.
 $version = "autoreconf (@PACKAGE_NAME@) @VERSION@
 Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
-<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
+<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
index c5ef7b1318033dbfa8cf0e1806c35fed704d9b52..0be155b10517db5ad5c2069f1fda211a20385b81 100644 (file)
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie <djm@gnu.ai.mit.edu>.
 
@@ -116,8 +116,8 @@ Library directories:
   -I, --include=DIR          append directory DIR to search path
 
 Report bugs to <bug-autoconf\@gnu.org>.
-GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 ";
 
 # $version
@@ -125,7 +125,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.
 $version = "autoscan (@PACKAGE_NAME@) @VERSION@
 Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
-<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
+<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
index 274d52effeb0d91272f2b536798ba5466311fea6..22bd409dfd5d903a04ea7b0a40f640f59b9723a1 100644 (file)
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Originally written by David MacKenzie <djm@gnu.ai.mit.edu>.
 # Rewritten by Akim Demaille <akim@freefriends.org>.
@@ -76,8 +76,8 @@ Library directories:
   -I, --include=DIR          append directory DIR to search path
 
 Report bugs to <bug-autoconf\@gnu.org>.
-GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 ";
 
 # $VERSION
@@ -85,7 +85,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.
 $version = "autoupdate (@PACKAGE_NAME@) @VERSION@
 Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
-<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
+<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
index d4b7bc69bf65599d9615cd1cf449b2782ad2e02c..d55a9d7011bb0112c6459a139cbb7d154d9b1acc 100644 (file)
@@ -21,7 +21,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Reads from stdin if no files are given.
 # Writes to stdout.
@@ -59,8 +59,8 @@ space-separated list of the files in which that identifier occurs.
   -V, --version   print version number, then exit
 
 Report bugs to <bug-autoconf\@gnu.org>.
-GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 ";
 
 
@@ -69,7 +69,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>.
 $version = "ifnames (@PACKAGE_NAME@) @VERSION@
 Copyright (C) @RELEASE_YEAR@ Free Software Foundation, Inc.
 License GPLv3+/Autoconf: GNU GPL version 3 or later
-<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
+<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
index 5ce84248a17635fc3680583fb6ebb1a251417125..8910320eee787771d7cfe5649609c085df0e98de 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 bin_SCRIPTS = \
   bin/autoconf \
diff --git a/cfg.mk b/cfg.mk
index 1c61b24feebd015b64c8987aade0cd5cf4e848de..9798b9f6f97d79b28202720144116488add85a1a 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # This file is '-include'd into GNUmakefile.
 
@@ -79,7 +79,7 @@ WGETFLAGS = -C off
 
 ## Fetch the latest versions of files we care about.
 automake_gitweb = \
-  http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;hb=HEAD;
+  https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;hb=HEAD;
 autom4te_files = \
   Autom4te/Channels.pm \
   Autom4te/FileUtils.pm \
index 54dd0cebd21b8769a14fba0dca7607caf7f81339..0f8c006e10e5946524a8a787df4d88186273f3a8 100644 (file)
@@ -14,7 +14,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
 
index ca5bd79fb21db629f92ed0da32301527d2a05e34..e6e2514b786df82c44d7b8da9b34a65bcfd34232 100644 (file)
@@ -776,17 +776,17 @@ required.
 @xref{History}, for the story of Autoconf's development.  @xref{FAQ},
 for answers to some common questions about Autoconf.
 
-See the @uref{http://@/www.gnu.org/@/software/@/autoconf/,
+See the @uref{https://@/www.gnu.org/@/software/@/autoconf/,
 Autoconf web page} for up-to-date information, details on the mailing
 lists, pointers to a list of known bugs, etc.
 
 Mail suggestions to @email{autoconf@@gnu.org, the Autoconf mailing
 list}.  Past suggestions are
-@uref{http://@/lists.gnu.org/@/archive/@/html/@/autoconf/, archived}.
+@uref{https://@/lists.gnu.org/@/archive/@/html/@/autoconf/, archived}.
 
 Mail bug reports to @email{bug-autoconf@@gnu.org, the
 Autoconf Bugs mailing list}.  Past bug reports are
-@uref{http://@/lists.gnu.org/@/archive/@/html/@/bug-autoconf/, archived}.
+@uref{https://@/lists.gnu.org/@/archive/@/html/@/bug-autoconf/, archived}.
 
 If possible, first check that your bug is
 not already solved in current development versions, and that it has not
@@ -794,25 +794,25 @@ been reported yet.  Be sure to include all the needed information and a
 short @file{configure.ac} that demonstrates the problem.
 
 Autoconf's development tree is accessible via @command{git}; see the
-@uref{http://@/savannah.gnu.org/@/projects/@/autoconf/, Autoconf
+@uref{https://@/savannah.gnu.org/@/projects/@/autoconf/, Autoconf
 Summary} for details, or view
-@uref{http://@/git.sv.gnu.org/@/gitweb/@/?p=autoconf.git, the actual
+@uref{https://@/git.sv.gnu.org/@/gitweb/@/?p=autoconf.git, the actual
 repository}.  Anonymous CVS access is also available, see
 @file{README} for more details.  Patches relative to the
 current @command{git} version can be sent for review to the
 @email{autoconf-patches@@gnu.org, Autoconf Patches mailing list}, with
 discussion on prior patches
-@uref{http://@/lists.gnu.org/@/archive/@/html/@/autoconf-@/patches/,
+@uref{https://@/lists.gnu.org/@/archive/@/html/@/autoconf-@/patches/,
 archived}; and all commits are posted in the read-only
 @email{autoconf-commit@@gnu.org, Autoconf Commit mailing list}, which is
-also @uref{http://@/lists.gnu.org/@/archive/@/html/@/autoconf-commit/,
+also @uref{https://@/lists.gnu.org/@/archive/@/html/@/autoconf-commit/,
 archived}.
 
 Because of its mission, the Autoconf package itself
 includes only a set of often-used
 macros that have already demonstrated their usefulness.  Nevertheless,
 if you wish to share your macros, or find existing ones, see the
-@uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
+@uref{https://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
 Archive}, which is kindly run by @email{simons@@cryp.to,
 Peter Simons}.
 
@@ -1941,7 +1941,7 @@ address, or URL to a bug management web page.
 @cvindex PACKAGE_URL
 Exactly @var{url}, if one was provided.  If @var{url} was empty, but
 @var{package} begins with @samp{GNU }, then this defaults to
-@samp{http://@/www.gnu.org/@/software/@/@var{tarname}/}, otherwise, no URL is
+@samp{https://@/www.gnu.org/@/software/@/@var{tarname}/}, otherwise, no URL is
 assumed.
 @end table
 @end defmac
@@ -14850,7 +14850,7 @@ with the same parameters.  This happens for example if the macro was renamed.
 The Autoconf macros follow a strict coding style.  You are encouraged to
 follow this style, especially if you intend to distribute your macro,
 either by contributing it to Autoconf itself or the
-@uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
+@uref{https://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
 Archive}, or by other means.
 
 The first requirement is to pay great attention to the quotation.  For
@@ -15653,7 +15653,7 @@ ksh[1]: exec: 10: not found
 127
 @end example
 
-@c <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
+@c <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
 @node Signal Handling
 @section Signal Handling
 @cindex Signal handling in the shell
@@ -15889,7 +15889,7 @@ that are Posixy enough to run @command{autoconf} (such as DJGPP)
 are usually able to handle long file names properly, there are still
 limitations that can seriously break packages.  Several of these issues
 can be easily detected by the
-@uref{ftp://@/ftp.gnu.org/@/gnu/@/non-gnu/@/doschk/@/doschk-1.1.tar.gz, doschk}
+@uref{https://@/ftp.gnu.org/@/gnu/@/non-gnu/@/doschk/@/doschk-1.1.tar.gz, doschk}
 package.
 
 A short overview follows; problems are marked with SFN/LFN to
@@ -21243,7 +21243,7 @@ portable.  If you write programs with these standards in mind, you can
 have greater confidence that your programs work on a wide variety
 of systems.
 @ifhtml
-@uref{http://@/gcc.gnu.org/@/onlinedocs/@/gcc/@/Standards.html, Language
+@uref{https://@/gcc.gnu.org/@/onlinedocs/@/gcc/@/Standards.html, Language
 Standards Supported by GCC}
 @end ifhtml
 @ifnothtml
@@ -21395,7 +21395,7 @@ behavior is undefined, and the undefined behavior can even precede the
 overflow.  To take an extreme example:
 
 @c Inspired by Robert Dewar's example in
-@c <http://gcc.gnu.org/ml/gcc/2007-01/msg00038.html> (2007-01-01).
+@c <https://gcc.gnu.org/ml/gcc/2007-01/msg00038.html> (2007-01-01).
 @example
 if (password == expected_password)
   allow_superuser_privileges ();
@@ -26086,7 +26086,7 @@ Gnulib}.
 Use @code{AC_DEFINE} but have @command{configure} compute the literal
 value of @code{datadir} and others.  Many people have wrapped macros to
 automate this task; for an example, see the macro @code{AC_DEFINE_DIR} from
-the @uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
+the @uref{https://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
 Archive}.
 
 This solution does not conform to the GNU Coding Standards.
index f1031a295461cec94f4f8eea1cf56ea4ccfe9857..fdaffde54807ebafeac2d9cc46e27d2e3f164d05 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 AM_MAKEINFOFLAGS = --no-split
 TEXI2HTML_FLAGS = -split_chapter
index 4f7ce93fbdfdb7da51019f98ed2eed3950356808..d8edb653a7bdc62a4f7896d5ac60ec6ef76201e1 100644 (file)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 package Autom4te::C4che;
 
index 84f83799a74ebec7dc0ff9b2cb51b188379765c3..3a45487b74a92e7c7ef181efd85ce5e7526b3a03 100644 (file)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 package Autom4te::ChannelDefs;
 
index f54d65186b9d08296f6ab425a2811d197a8f4366..bbaeca8a4104c1bd339094c8a1c9260827c4ce70 100644 (file)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 package Autom4te::Request;
 
index 558b6bf5bfe114e8e2e0b1050cf284e8e27ca7c6..ccc99de5872d34e598d27cca6c2c593eeef94fb3 100644 (file)
@@ -22,7 +22,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie and many others.
 #
index ac7bc86dda8af30f89e260d75fa64abb22a6f7f6..e748cbd56440a05962aa7d28edbb168331222e83 100644 (file)
@@ -22,7 +22,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index e86de7a76721f94f817a8459a5d94de5bb6ea60e..74e23f2c007d5d611bdc72ceb7862729c1051228 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by Akim Demaille.
 
index 0ee68233072a467977bef702524e5afe686b9760..bcd7afba79aa7543e29f6130e9f191259342a1fc 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index c94a99f8adce18e6b87cea4a0c16f1269a6b35ef..eb36000d4373e7e032e5194f5e9fa75d7abf75fc 100644 (file)
@@ -22,7 +22,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index 6f2f5bacf1f9171a7867e1373eceaea7a023346f..e66b1580e8f897ef9d7339975cee3dabadbe8941 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Akim Demaille, Paul Eggert,
@@ -1376,7 +1376,7 @@ dnl               just the module.  Instead, define the (private) symbol
 dnl            _STDC_C99, which suppresses a bogus failure in <stdbool.h>.
 dnl            The resulting compiler passes the test case here, and that's
 dnl            good enough.  For more, please see the thread starting at:
-dnl            http://lists.gnu.org/archive/html/autoconf/2010-12/msg00059.html
+dnl           https://lists.gnu.org/archive/html/autoconf/2010-12/msg00059.html
 dnl Tru64      -c99
 dnl with extended modes being tried first.
 [[-std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc1x -qlanglvl=extc99]], [$1], [$2])[]dnl
@@ -1465,7 +1465,7 @@ dnl preferably extc11.
 # --------------
 # Do not use AU_ALIAS here and in AC_PROG_CC_C99 and AC_PROG_CC_STDC,
 # as that'd be incompatible with how Automake redefines AC_PROG_CC.  See
-# <http://lists.gnu.org/archive/html/autoconf/2012-10/msg00048.html>.
+# <https://lists.gnu.org/archive/html/autoconf/2012-10/msg00048.html>.
 AU_DEFUN([AC_PROG_CC_C89],
   [AC_REQUIRE([AC_PROG_CC])],
   [$0 is obsolete; use AC_PROG_CC]
@@ -1862,7 +1862,7 @@ AC_DEFUN([AC_C_RESTRICT],
 [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict],
   [ac_cv_c_restrict=no
    # Put '__restrict__' first, to avoid problems with glibc and non-GCC; see:
-   # http://lists.gnu.org/archive/html/bug-autoconf/2016-02/msg00006.html
+   # https://lists.gnu.org/archive/html/bug-autoconf/2016-02/msg00006.html
    # Put 'restrict' last, because C++ lacks it.
    for ac_kw in __restrict__ __restrict _Restrict restrict; do
      AC_COMPILE_IFELSE(
@@ -2017,7 +2017,7 @@ AC_DEFUN([AC_C_VARARRAYS],
             [[/* Test for VLA support.  This test is partly inspired
                  from examples in the C standard.  Use at least two VLA
                  functions to detect the GCC 3.4.3 bug described in:
-                 http://lists.gnu.org/archive/html/bug-gnulib/2014-08/msg00014.html
+                 https://lists.gnu.org/archive/html/bug-gnulib/2014-08/msg00014.html
                  */
               #ifdef __STDC_NO_VLA__
                syntax error;
index c757cd142f6e48c5dba3f813dad2ed9d4dc755dd..1443227ce91fffce867937530010b84e15dc656e 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by Romain Lenglet.
 
index 134bf09cf8a33923259fcc75cea1eaf531b1ba29..17043c56960f1974ae484eb31998158bf2d26c72 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index f1996e7d329e11523ddfc55924d7cdfd0a286b21..8f276f141dae70c43e61752d96dc9b2d543aeccc 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index f7834046d0ca2e82e74bf4ea7f5a1b8c3f34ddca..8a64b1de90bb45f0fdcc2eae57f5859394716bcb 100644 (file)
@@ -22,7 +22,7 @@ Copyright (C) 1992-1996, 1998-2017 Free Software Foundation, Inc.
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
@@ -256,7 +256,7 @@ m4_ifndef([AC_PACKAGE_BUGREPORT],
 m4_ifndef([AC_PACKAGE_URL],
          [m4_define([AC_PACKAGE_URL],
   m4_if([$5], [], [m4_if(m4_index([$1], [GNU ]), [0],
-         [[http://www.gnu.org/software/]m4_defn([AC_PACKAGE_TARNAME])[/]])],
+         [[https://www.gnu.org/software/]m4_defn([AC_PACKAGE_TARNAME])[/]])],
        [[$5]]))])
 ])
 
@@ -1128,7 +1128,7 @@ Report bugs to m4_ifset([AC_PACKAGE_BUGREPORT], [<AC_PACKAGE_BUGREPORT>],
 m4_ifdef([AC_PACKAGE_NAME], [m4_ifset([AC_PACKAGE_URL], [
 AC_PACKAGE_NAME home page: <AC_PACKAGE_URL>.])dnl
 m4_if(m4_index(m4_defn([AC_PACKAGE_NAME]), [GNU ]), [0], [
-General help using GNU software: <http://www.gnu.org/gethelp/>.])])
+General help using GNU software: <https://www.gnu.org/gethelp/>.])])
 _ACEOF
 ac_status=$?
 fi
@@ -1384,7 +1384,7 @@ AC_CONFIG_SRCDIR([$1])], [[AC_INIT]])])[]dnl
 # If BUG-REPORT is omitted, do without (unless the user previously
 # defined the m4 macro AC_PACKAGE_BUGREPORT).  If TARNAME is omitted,
 # use PACKAGE to seed it.  If URL is omitted, use
-# `http://www.gnu.org/software/TARNAME/' if PACKAGE begins with `GNU',
+# `https://www.gnu.org/software/TARNAME/' if PACKAGE begins with `GNU',
 # otherwise, do without.
 #
 # Note that the order is important: first initialize, then set the
@@ -2705,10 +2705,10 @@ m4_define([_AC_LINK_IFELSE_BODY],
 # This macro can be used during the selection of a compiler.
 #
 # Test that resulting file is executable; see the problem reported by mwoehlke
-# in <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
+# in <https://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
 # But skip the test when cross-compiling, to prevent problems like the one
 # reported by Chris Johns in
-# <http://lists.gnu.org/archive/html/autoconf/2007-03/msg00085.html>.
+# <https://lists.gnu.org/archive/html/autoconf/2007-03/msg00085.html>.
 #
 AC_DEFUN([_AC_LINK_IFELSE],
 [AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_link],
index 386e148c488ac0ecf6b9ca58bc643551bd105b38..36c4ef35f38770ab9c59b1f269153f8bdbf712cc 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Go support contributed by Ian Lance Taylor.
 
index c1c26d97e83ddfd14fe4b7ac63d9698404a31948..c6e659c21ac6a96cf5fe87397b6eec117721058e 100644 (file)
@@ -22,7 +22,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
@@ -596,8 +596,8 @@ AC_DEFUN([AC_CHECK_HEADER_STDBOOL],
              char o[sizeof n == m * sizeof n[0] ? 1 : -1];
              char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
              /* Catch a bug in an HP-UX C compiler.  See
-                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
-                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+                https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
+                https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
               */
              _Bool q = true;
              _Bool *pq = &q;
index ccc05121be06f5d517a2454d12951dd8ee131022..4ce403ba0f261c3923eba0bf0cc0648ac4753fd3 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index 1a42e6a76bcfe76759326ad3020b0b5937043834..8a0c31f3d601dd022953723017e7da14d55e5165 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index a8448a619d3b3e6a2cada722581c0a1e5db3ebaf..d2c75ad72294cc5d4be16a97c17bdcbc916dab41 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Originally written by David J. MacKenzie.
 
index 0f7aad45672a3275d74d279ececc3c8e21299b15..4d1b34e2afb7034824e050d5f2f61823656abf24 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index 9891c0e7c401a9a42c93f903a7f739b366403f82..573f017c40bc841d590c011e24bd562102d886f1 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index 76d9ef1be2fdd51fdeed05d46dab5fcda5936add..30a8a60c4a58dd5f4d668eda388c091abcfd3fe2 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # Written by David MacKenzie, with help from
@@ -441,7 +441,7 @@ dnl
 dnl Notes to the main part of the awk script:
 dnl - the unusual FS value helps prevent running into the limit of 99 fields,
 dnl - we avoid sub/gsub because of the \& quoting issues, see
-dnl   http://www.gnu.org/software/gawk/manual/html_node/Gory-Details.html
+dnl   https://www.gnu.org/software/gawk/manual/html_node/Gory-Details.html
 dnl - Writing `$ 0' prevents expansion by both the shell and m4 here.
 dnl
 dnl m4-double-quote most of the scripting for readability.
@@ -1428,7 +1428,7 @@ Report bugs to m4_ifset([AC_PACKAGE_BUGREPORT], [<AC_PACKAGE_BUGREPORT>],
 m4_ifdef([AC_PACKAGE_NAME], [m4_ifset([AC_PACKAGE_URL], [
 AC_PACKAGE_NAME home page: <AC_PACKAGE_URL>.])dnl
 m4_if(m4_index(m4_defn([AC_PACKAGE_NAME]), [GNU ]), [0], [
-General help using GNU software: <http://www.gnu.org/gethelp/>.])])"
+General help using GNU software: <https://www.gnu.org/gethelp/>.])])"
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
index 4919f060333641c8e550ae523bee1af178bd4af6..494f69ccdedd521e717ddccda1dd180752f73ba0 100644 (file)
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by David MacKenzie, with help from
 # Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
index f66d8eaa70379235380d3387c9f00e0626dbc554..13350ab4dba6104698e897cad3ef227a6c4daa7a 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ## -------------------------- ##
 ## Autoheader preselections.  ##
index 3df39f0a84203cb9b81466fdf1fbf2ab03030bff..8dd4176282bdb90fab0113a7095c2949532ebf3c 100644 (file)
@@ -13,4 +13,4 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
index 85ba70875546e7356052a198a818b2dd909a053b..7702e6e1c1380a26b1ac01c55cedc31f608eaa53 100644 (file)
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 m4_include([autotest/general.m4])
 m4_include([autotest/specific.m4])
index b50a696e564ed8b8d6f9f7be848a615f6fe8962f..f0a62a0eff4d8b60b56722224d3bf93647b32fb9 100644 (file)
@@ -22,7 +22,7 @@ Copyright (C) 2000-2017 Free Software Foundation, Inc.
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # _m4_divert(DIVERSION-NAME)
@@ -757,7 +757,7 @@ m4_ifdef([AT_PACKAGE_NAME],
 [m4_ifset([AT_PACKAGE_URL], [
 m4_defn([AT_PACKAGE_NAME]) home page: <AT_PACKAGE_URL>.])dnl
 m4_if(m4_index(m4_defn([AT_PACKAGE_NAME]), [GNU ]), [0], [
-General help using GNU software: <http://www.gnu.org/gethelp/>.])])
+General help using GNU software: <https://www.gnu.org/gethelp/>.])])
 _ATEOF
   exit $at_write_fail
 fi
index e0ef40006cac64bfe811ff38f2cac46f7187a3ca..d747314df56f0e31f562824ee190ceef53e68394 100644 (file)
@@ -21,7 +21,7 @@ m4_define([_AT_COPYRIGHT_YEARS],
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ## ------------------------ ##
index 2e78c5e4732df37579eb6a2c8f58f1c35f4a977c..3c1980ff501c92cce5699ea0ecd2309b79889307 100644 (file)
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;; A major mode for editing autoconf input (like configure.in).
 ;; Derived from m4-mode.el by Andrew Csillag (drew@staff.prodigy.com)
index 713ef7396890b7a77ff7c83071bb70a77b667ace..bba65213168fa54e15af97edf9a3806fa85f43e2 100644 (file)
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
index 4fc3a49e2933e03828a0dddcf82199a6d5b411c1..eff79acdeaff3d63229d88a77103b7c475d14313 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ## ----------------- ##
index 5f12febf54a6296bd82ceab61c5fe1f88c16d52e..d1921f6f1fd6f34101344479feacbbca4295f7ac 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ETAGS_ARGS += $(ETAGS_FOR_AUTOCONF)
 TAGS_FILES = # Incrementally updated later.
index f1a61912560225ac9753b8ecec5267d4eb8256d0..7093d0fcc4e858a997be57094ddf5df7d4103713 100644 (file)
@@ -24,7 +24,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by Eric Blake.
 
index 06c43858f71d8e774e473a05a972059f05aef3f5..d7e41673fabf8e4289aaa245e5ff9a490a45d948 100644 (file)
@@ -22,7 +22,7 @@
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by Akim Demaille, Pavel Roskin, Alexandre Oliva, Lars J. Aas
 # and many other people.
@@ -85,10 +85,10 @@ m4_copy([_m4_divert(M4SH-INIT)], [_m4_divert(NOTICE)])
 # Try to be as Bourne and/or POSIX as possible.
 #
 # This does not set BIN_SH, due to the problems described in
-# <http://lists.gnu.org/archive/html/autoconf-patches/2006-03/msg00081.html>.
+# <https://lists.gnu.org/archive/html/autoconf-patches/2006-03/msg00081.html>.
 # People who need BIN_SH should set it in their environment before invoking
 # configure; apparently this would include UnixWare, as described in
-# <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00025.html>.
+# <https://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00025.html>.
 m4_define([AS_BOURNE_COMPATIBLE],
 [# Be more Bourne compatible
 DUALCASE=1; export DUALCASE # for MKS sh
@@ -183,12 +183,12 @@ m4_define([_AS_DETECT_SUGGESTED_PRUNE],
 #
 # In previous versions, we prepended /usr/posix/bin to the path, but that
 # caused a regression on OpenServer 6.0.0
-# <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00017.html>
+# <https://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00017.html>
 # and on HP-UX 11.11, see the failure of test 120 in
-# <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>
+# <https://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>
 #
 # FIXME: The code should test for the OSF bug described in
-# <http://lists.gnu.org/archive/html/autoconf-patches/2006-03/msg00081.html>.
+# <https://lists.gnu.org/archive/html/autoconf-patches/2006-03/msg00081.html>.
 #
 # This code is run outside any trap 0 context, hence we can simplify AS_EXIT.
 m4_defun([_AS_DETECT_BETTER_SHELL],
index 47c654076cd9cf287c5ac1923c8478c3b0437776..bbd695836a27d9ab0598c34c6473955ee69f9084 100644 (file)
@@ -23,7 +23,7 @@ divert(-1)#                                                  -*- Autoconf -*-
 # You should have received a copy of the GNU General Public License
 # and a copy of the Autoconf Configure Script Exception along with
 # this program; see the files COPYINGv3 and COPYING.EXCEPTION
-# respectively.  If not, see <http://www.gnu.org/licenses/>.
+# respectively.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by Akim Demaille.
 
@@ -2107,7 +2107,7 @@ m4_define([_m4_require_check],
 [m4_if(_m4_defn([_m4_diverting]), [$2], [m4_ignore],
        m4_ifdef([_m4_diverting([$2])], [-]), [-], [m4_warn([syntax],
    [$3: `$1' was expanded before it was required
-http://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required])_m4_require_call],
+https://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required])_m4_require_call],
        [m4_ignore])])
 
 
index 08929465c9b7e3ac4a5909aad3fdc5242c8eeb82..e10197bb670ce2312a68a4e94ae4c8c26090dce2 100644 (file)
--- 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.
index 0decd8328c37fb01876d7f4424a735237a07ea14..21d28dd5d43980ba46da51076dc3556ef0dac17e 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 binsrcdir = $(srcdir)/bin
 mansrcdir = $(srcdir)/man
index 965ee424aa7029f46a213b3cc38afc8b4a083dee..c5d604b8e471f740f9d18db78990b94a7c61aa04 100644 (file)
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 PERL='@PERL@'
 GREP='@GREP@'
index 285db1f67b61ff8c541d84d027e73917dbeb2ec9..8b1ffdf6b5995662b57dd39c1e8c4f6be5e306e8 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([Autoscan.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 AT_SETUP([autoscan])
 
index 0eeaf052a2a3b7a3ae4717c03dc45ca2051a7f5c..bcfe00b448557b57c37a81eee2ee828dd2255179 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([Autotest.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # AT_DATA_AUTOTEST(FILE-NAME, CONTENTS)
index 88aa2533b2bdfc9563106994f46e0287970f238b..14809d40ce26e37b7c05b0caf7fcf17538a6eb47 100644 (file)
@@ -16,7 +16,7 @@ AT_BANNER([Autoconf base layer.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ## ------------------------------- ##
index a0c7ff565c3a7659251fcd68612ff1aaa4cf6952..834a5a5a99b72e2e850700bbfbccd23fcd702c08 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([C low level compiling/preprocessing macros.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # Since the macros which compile are required by most tests, check
index 9d04e77d0ecb194d0b8f1c1dc0ac4f6baa8a47c6..a54d74ecc01524cd1d80699ab8a2ccafd17d43bf 100644 (file)
@@ -16,7 +16,7 @@ AT_BANNER([Low level compiling/preprocessing macros.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # Since the macros which compile are required by most tests, check
index 537c495a0bdde80fc3260ce372dea5e919d567d0..0aefc641fa1f154b08e6820d423c93db1be44242 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([Erlang low level compiling and utility macros.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # Since the macros which compile are required by most tests, check
index 29877caa1ee24a979f9f874aaba3a0cd32b10de6..203ea3b39a55a3ddcf9170b25484a1e0a6b0bbe7 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([Compatibility with other tools.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ## --------- ##
index c8698dc5da3ef5ba6d0bc42fe6c06cb60ffc9462..b371293eecbb3c8471b937ea60e5daaa3d13cae7 100644 (file)
@@ -16,7 +16,7 @@ AT_BANNER([Fortran low level compiling/preprocessing macros.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Since the macros which compile are required by most tests, check
 # them first.  But remember that looking for a compiler is even more
index 0ccd3b7a33f4293eb8739d08014179b6f6413f96..882a6cf9aae172409b77ef61a8cca8c06b261b14 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([Go low level compiling and utility macros.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # Since the macros which compile are required by most tests, check
index a69574eb8618477785a1d7ae1dca68492c2d44f9..a22958c0a65421f446ef83dab6d53a0b3748ef62 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 m4_version_prereq([2.57])
 
index 4f20889fb02c435dec9c8e8d3ca0a39b09b3b85d..93fe07006d1a8f8653f06b92d8e7e522cd08b012 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # We don't actually distribute the built testsuite or package.m4, since one
 # only needs m4 to build them, and m4 is required to install Autoconf.
index 5c34143688c6bd88e92a509f22fb1378faaafcee..1baaf44bab7f418df6d1420f25a02b30703deb93 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([M4sh.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ## --------------------------- ##
 ## Re-exec with CONFIG_SHELL.  ##
index 07c74767a4510c08aae7ce676f557081f58ecbfc..57bd293858c50f387cd50dde0fb284cc385fb60f 100644 (file)
@@ -15,7 +15,7 @@ AT_BANNER([M4sugar.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # AT_CHECK_M4SUGAR_TEXT(CODE, STDOUT, STDERR)
@@ -669,7 +669,7 @@ c
 post
 ]],
 [[script.4s:15: warning: m4@&t@_require: `a' was expanded before it was required
-script.4s:15: http://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required
+script.4s:15: https://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required
 script.4s:5: b is expanded from...
 script.4s:6: c is expanded from...
 script.4s:14: outer is expanded from...
index 9b9c2c9496da73a194cd1a682e675005a675a020..11747aa3f0801a357ac0fd17a7a8f17fc00cc618 100755 (executable)
@@ -15,7 +15,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # If we fail, clean up, but touch the output files.  We probably failed
 # because we used some non-portable tool.
index 2c4e8159481ab5771d5cc9f69d671f9e2ce0d56e..ec44af3ad0e03d2f3ab0e85ef89fd92b78ee8bb4 100644 (file)
@@ -16,7 +16,7 @@ AT_BANNER([Semantics.])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ## -------------------------------- ##
index 64b15b4f00554d570e26a152cac2569dbcfe27b1..6f97c47397c1542025c3846a82e10aba43e66136 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # AC_STATE_SAVE(FILE)
 # -------------------
index 32ce6d81ad432bc14aba476984db46d9526edc9b..3b289754d93d5808b99de7c32dc099780048f47d 100644 (file)
@@ -14,7 +14,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Run the tests from the lowest level to the highest level, and from
 # the most selective to the easiest.
index f8e504123bc8ca005ec74cb03c545e12adea584c..a4a7dd77b9b68ef0547b138f2c9e52bd7952eb76 100644 (file)
@@ -16,7 +16,7 @@ AT_BANNER([Executables (autoheader, autoupdate...).])
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ## ----------------------------- ##
@@ -825,7 +825,7 @@ AT_CLEANUP
 
 
 # autoheader should see through m4 macros, just like autoconf
-# http://lists.gnu.org/archive/html/bug-autoconf/2009-06/msg00000.html
+# https://lists.gnu.org/archive/html/bug-autoconf/2009-06/msg00000.html
 AT_SETUP([autoheader and macros])
 
 AT_DATA([configure.ac],
index 683d74af6acede245f68a524c8adc38c37ffa19e..0087d7df5d73ac6fcb8a815dd3dcec61d3875c08 100644 (file)
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 AT_BANNER([[Testing config.status.]])
index 5d047d72a44bcd0356304fc78275edf93c8ba915..4d75e58223415dbc0d70cf5467c0d06fa6fadefe 100644 (file)
@@ -15,7 +15,7 @@ AS_INIT[]dnl                                            -*- shell-script -*-
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 testdir='@abs_top_builddir@/tests'
 PATH=$testdir$PATH_SEPARATOR$PATH