]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
use https:// with more gnu.org sites
authorMike Frysinger <vapier@gentoo.org>
Tue, 16 Jan 2024 20:46:12 +0000 (15:46 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 16 Jan 2024 20:46:12 +0000 (15:46 -0500)
* NEWS: Change http:// to https:// for some URIs.
* bootstrap.conf, build-aux/ltmain.in, configure.ac, libtoolize.in: Likewise.

NEWS
bootstrap.conf
build-aux/ltmain.in
configure.ac
libtoolize.in

diff --git a/NEWS b/NEWS
index 39a35e605488d77031742cb144b562f41eda531f..5c0b614e6d5512bbb6a806c0db5f53593dd0afae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1069,7 +1069,7 @@ New in 1.2d: 1998-12-16; CVS version 1.2c, Libtool team:
 * We now have anonymous CVS access to GNU libtool.  CVSROOT is
   :pserver:anoncvs@anoncvs.gnu.org:/gd/gnu/anoncvsroot.  The password
   is empty.  The directory is libtool.  Check our home-page at
-  http://www.gnu.org/software/libtool/libtool.html for details.
+  https://www.gnu.org/software/libtool/libtool.html for details.
 * Alexandre Oliva, Thomas Tanner and Gary V. Vaughan have taken over
   the maintenance of libtool.
 * Arguments to ltconfig have been changed to allow creation of a
index 68295f640e90f8a339a03c23cede382b2207f6e5..bc91a67f8096988494614eb7822e4679eac94f41 100644 (file)
@@ -44,10 +44,10 @@ checkout_only_file=HACKING
 # List of programs (and minimum versions) required to bootstrap, maintain
 # and release Libtool.
 buildreq="
-        help2man   1.29        http://www.gnu.org/s/help2man
-        make       3.81        http://www.gnu.org/s/make
-        makeinfo   4.8         http://www.gnu.org/s/texinfo
-        xz         4.999.8beta http://tukaani.org/xz
+        help2man   1.29        https://www.gnu.org/s/help2man
+        make       3.81        https://www.gnu.org/s/make
+        makeinfo   4.8         https://www.gnu.org/s/texinfo
+        xz         4.999.8beta https://tukaani.org/xz
 "
 
 # Instructions on how to install packages in $buildreq.
index d996f79869937c78113ad599a5036bbe4cdb90a1..f2cede8280494de3a3b2b30db1120fd08aaaa9cd 100644 (file)
@@ -162,7 +162,7 @@ include the following information:
 
 Report bugs to <@PACKAGE_BUGREPORT@>.
 GNU @PACKAGE@ home page: <@PACKAGE_URL@>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."
+General help using GNU software: <https://www.gnu.org/gethelp/>."
     exit 0
 }
 
index cc8113154d54908142a2107e29a7149b4001b03c..9aef55d3712e0003d652bc1d4f12178a3b9458e3 100644 (file)
@@ -35,7 +35,7 @@ AC_INIT([GNU Libtool],
        m4_esyscmd([build-aux/git-version-gen .tarball-version]),
        [bug-libtool@gnu.org])
 m4_ifndef([AC_PACKAGE_URL],
-         [AC_SUBST([PACKAGE_URL], [http://www.gnu.org/s/libtool/])])
+         [AC_SUBST([PACKAGE_URL], [https://www.gnu.org/s/libtool/])])
 
 # Remove this when a released Autoconf is capable of bootstrapping
 # Libtool without it (probably after autoconf-2.70).
index ecdf07f8af63897efb536dd5b4a0f76738e5466d..4c0c6cfbcf8183b9d5e789f2fe8d8229fc28f73e 100644 (file)
@@ -125,7 +125,7 @@ include the following information:
 
 Report bugs to <@PACKAGE_BUGREPORT@>.
 GNU @PACKAGE@ home page: <@PACKAGE_URL@>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."
+General help using GNU software: <https://www.gnu.org/gethelp/>."
     exit 0
 }