libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: use https:// with more gnu.org sites


From: Mike Frysinger
Subject: branch master updated: use https:// with more gnu.org sites
Date: Tue, 16 Jan 2024 15:48:46 -0500

This is an automated email from the git hooks/post-receive script.

vapier pushed a commit to branch master
in repository libtool.

The following commit(s) were added to refs/heads/master by this push:
     new 003520d3 use https:// with more gnu.org sites
003520d3 is described below

commit 003520d34658e31af6b851c02125ea06a29fb46c
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Tue Jan 16 15:46:12 2024 -0500

    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.
---
 NEWS                | 2 +-
 bootstrap.conf      | 8 ++++----
 build-aux/ltmain.in | 2 +-
 configure.ac        | 2 +-
 libtoolize.in       | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 39a35e60..5c0b614e 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 68295f64..bc91a67f 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 d996f798..f2cede82 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: <http://www.gnu.org/gethelp/>."
+General help using GNU software: <https://www.gnu.org/gethelp/>."
     exit 0
 }
 
diff --git a/configure.ac b/configure.ac
index cc811315..9aef55d3 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 ecdf07f8..4c0c6cfb 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: <http://www.gnu.org/gethelp/>."
+General help using GNU software: <https://www.gnu.org/gethelp/>."
     exit 0
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]