use https:// with more gnu.org sites

* NEWS: Change http:// to https:// for some URIs.
* bootstrap.conf, build-aux/ltmain.in, configure.ac, libtoolize.in: Likewise.
This commit is contained in:
Mike Frysinger 2024-01-16 15:46:12 -05:00
parent f81f36e4e9
commit 003520d346
5 changed files with 8 additions and 8 deletions

2
NEWS
View File

@ -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

View 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.

View 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
}

View 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).

View 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
}