From: Mike Frysinger Date: Tue, 16 Jan 2024 20:46:12 +0000 (-0500) Subject: use https:// with more gnu.org sites X-Git-Tag: v2.5.0~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=003520d34658e31af6b851c02125ea06a29fb46c;p=thirdparty%2Flibtool.git 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. --- diff --git a/NEWS b/NEWS index 39a35e605..5c0b614e6 100644 --- 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 diff --git a/bootstrap.conf b/bootstrap.conf index 68295f640..bc91a67f8 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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. diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index d996f7986..f2cede828 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -162,7 +162,7 @@ include the following information: Report bugs to <@PACKAGE_BUGREPORT@>. GNU @PACKAGE@ home page: <@PACKAGE_URL@>. -General help using GNU software: ." +General help using GNU software: ." exit 0 } diff --git a/configure.ac b/configure.ac index cc8113154..9aef55d37 100644 --- a/configure.ac +++ b/configure.ac @@ -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). diff --git a/libtoolize.in b/libtoolize.in index ecdf07f8a..4c0c6cfbc 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -125,7 +125,7 @@ include the following information: Report bugs to <@PACKAGE_BUGREPORT@>. GNU @PACKAGE@ home page: <@PACKAGE_URL@>. -General help using GNU software: ." +General help using GNU software: ." exit 0 }