* NEWS: Change http:// to https:// for some URIs.
* bootstrap.conf, build-aux/ltmain.in, configure.ac, libtoolize.in: Likewise.
* 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
# 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.
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
}
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).
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
}