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

ildumi pushed a commit to branch development
in repository libtool.

The following commit(s) were added to refs/heads/development by this push:
     new 83c5ef5d Update outdated and invalid URLs
83c5ef5d is described below

commit 83c5ef5d9681c7b24a94f165047ea9fa7bdef26e
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Fri May 29 20:27:36 2026 +0300

    Update outdated and invalid URLs
---
 TODO                           | 2 +-
 build-aux/git-hooks/commit-msg | 2 +-
 build-aux/ltmain.in            | 6 +++---
 doc/libtool.texi               | 6 +++---
 libtoolize.in                  | 2 +-
 m4/libtool.m4                  | 2 +-
 m4/ltdl.m4                     | 1 -
 m4/m4.m4                       | 4 ++--
 tests/convenience.at           | 2 +-
 tests/darwin.at                | 2 +-
 tests/exceptions.at            | 4 ++--
 tests/lt_dlexit.at             | 4 ++--
 tests/lt_dlopenext.at          | 2 +-
 13 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/TODO b/TODO
index 69677112..9ac448ca 100644
--- a/TODO
+++ b/TODO
@@ -256,7 +256,7 @@ GNU Libtool
 * QoI for file name and path conversion functions. Currently, these are
   implemented as MxN different functions; this has quadratic complexity. If
   possible, it would be preferred to implement then as M+N functions.  However:
-    http://lists.gnu.org/archive/html/libtool-patches/2010-08/msg00224.html
+    https://lists.gnu.org/archive/html/libtool-patches/2010-08/msg00224.html
     The main issue is you don't know what the "native" (e.g. "central")
     path-type is; e.g. "from-X (to what?)" and "(from what?) to-Y". Right
     now there are only four "platforms" involved: *nix, mingw, msys, and
diff --git a/build-aux/git-hooks/commit-msg b/build-aux/git-hooks/commit-msg
index 3941dd7d..342116b4 100755
--- a/build-aux/git-hooks/commit-msg
+++ b/build-aux/git-hooks/commit-msg
@@ -19,7 +19,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 : ${SED="sed"}
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index e874b44a..af2f7560 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -24,7 +24,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 PROGRAM=libtool
@@ -587,8 +587,8 @@ libtool_validate_options ()
     test : = "$debug_cmd" || func_append preserve_args " --debug"
 
     case $host_os in
-      # Solaris2 added to fix 
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
-      # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
+      # Solaris2 added to fix 
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
+      # see also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
       cygwin* | mingw* | windows* | pw32* | cegcc* | solaris2* | os2* | 
*linux*)
         # don't eliminate duplications in $postdeps and $predeps
         opt_duplicate_compiler_generated_deps=:
diff --git a/doc/libtool.texi b/doc/libtool.texi
index b6857b72..8eb78ce5 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -2934,7 +2934,7 @@ You may want to put a small note in your package 
@file{README} to let
 other developers know that @option{--disable-shared} can save them time.
 The following example note is taken from the GIMP@footnote{GNU Image
 Manipulation Program, for those who haven't taken the plunge.  See
-@url{http://www.gimp.org/}.} distribution @file{README}:
+@url{https://www.gimp.org/}.} distribution @file{README}:
 
 @example
 The GIMP uses GNU Libtool to build shared libraries on a
@@ -6201,7 +6201,7 @@ single Windows instance, so Cygwin applications can be 
launched from a MinGW
 context, and vice versa---provided certain care is taken.  Another example
 would be if the build platform were GNU/Linux on an x86 32bit processor, and
 the host platform were MinGW.  In this situation, the
-@uref{http://www.winehq.org/, Wine} environment can be used to launch Windows
+@uref{https://www.winehq.org/, Wine} environment can be used to launch Windows
 applications from the GNU/Linux operating system; again, provided certain care
 is taken.
 
@@ -6417,7 +6417,7 @@ required. @xref{LT_CYGPATH}.
 @cindex Path Conversion - Unix to Windows
 
 
-@uref{http://www.winehq.org/, Wine} provides an interpretation environment for
+@uref{https://www.winehq.org/, Wine} provides an interpretation environment for
 some Unix platforms where Windows applications can be executed.  It provides
 a mapping between the Unix file system and a virtual Windows file system used
 by the Windows programs.  For the file name conversion to work, Wine must be
diff --git a/libtoolize.in b/libtoolize.in
index 422fa921..96f76d21 100644
--- a/libtoolize.in
+++ b/libtoolize.in
@@ -18,7 +18,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ## ------ ##
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index a600880d..994eb0e5 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -29,7 +29,7 @@ m4_define([_LT_COPYING], [dnl
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 ])
 
 # serial 66 LT_INIT
diff --git a/m4/ltdl.m4 b/m4/ltdl.m4
index ddbbb263..52953fe5 100644
--- a/m4/ltdl.m4
+++ b/m4/ltdl.m4
@@ -469,7 +469,6 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
     ;;
   darwin*)
     # Assuming the user has installed a libdl from somewhere, this is true
-    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
     lt_cv_sys_dlopen_deplibs=yes
     ;;
   freebsd* | dragonfly* | midnightbsd*)
diff --git a/m4/m4.m4 b/m4/m4.m4
index 05308105..e84fd349 100644
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -12,8 +12,8 @@
 # --------------
 # Check for GNU M4, at least 1.4.6 (all earlier versions had bugs in
 # trace support and regexp support):
-# http://lists.gnu.org/archive/html/bug-gnu-utils/2006-11/msg00096.html
-# http://lists.gnu.org/archive/html/bug-autoconf/2009-07/msg00023.html
+# https://lists.gnu.org/archive/html/bug-gnu-utils/2006-11/msg00096.html
+# https://lists.gnu.org/archive/html/bug-autoconf/2009-07/msg00023.html
 # Also, check whether --error-output (through 1.4.x) or --debugfile (2.0)
 # is supported, and AC_SUBST M4_DEBUGFILE accordingly.
 # Also avoid versions of m4 that trigger strstr bugs.
diff --git a/tests/convenience.at b/tests/convenience.at
index 83cf6d6a..a14549fc 100644
--- a/tests/convenience.at
+++ b/tests/convenience.at
@@ -257,7 +257,7 @@ public class A$i {
 };
 EOF
 
-  # Workaround http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143
+  # Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143
   # Some 4.3.x and 4.4.x releases of gcj insert a spurious dummy symbol
   # into every object file when compiling directly from .java to .o, so
   # we have to make .class files first, and then compile those to native
diff --git a/tests/darwin.at b/tests/darwin.at
index a9e860bf..5d5c434f 100644
--- a/tests/darwin.at
+++ b/tests/darwin.at
@@ -260,7 +260,7 @@ bindir=$prefix/bin
 mkdir $prefix $libdir $bindir
 
 # This code is copied from the Autobook:
-# <http://sources.redhat.com/autobook/autobook/autobook_169.html>
+# <https://www.sourceware.org/autobook/autobook/autobook_98.html>
 # so if it needs changes, be sure to notify the Autobook authors
 # about them.
 
diff --git a/tests/exceptions.at b/tests/exceptions.at
index e1fcc84d..b1f7408c 100644
--- a/tests/exceptions.at
+++ b/tests/exceptions.at
@@ -67,8 +67,8 @@ CPPFLAGS="$LTDLINCL $CPPFLAGS"
 # __declspec (dllimport) flags when building the DLLs and the clients.
 #
 # For more information, see these two threads:
-#   http://lists.gnu.org/archive/html/bug-libtool/2010-06/msg00069.html
-#   http://cygwin.com/ml/cygwin/2010-06/msg00392.html
+#   https://lists.gnu.org/archive/html/bug-libtool/2010-06/msg00069.html
+#   https://sourceware.org/legacy-ml/cygwin/2010-06/msg00392.html
 # To sum up: C++ is complicated.
 AT_DATA([common.h],
 [[#ifndef LIBTOOL_TEST_COMMON_HEADER
diff --git a/tests/lt_dlexit.at b/tests/lt_dlexit.at
index 0f4f50e1..fde902f9 100644
--- a/tests/lt_dlexit.at
+++ b/tests/lt_dlexit.at
@@ -29,8 +29,8 @@ AT_SETUP([lt_dlexit unloading libs])
 AT_KEYWORDS([libltdl])
 
 # Test for
-# http://lists.gnu.org/archive/html/bug-libtool/2007-01/msg00014.html
-# http://lists.gnu.org/archive/html/bug-libtool/2008-03/msg00013.html
+# https://lists.gnu.org/archive/html/bug-libtool/2007-01/msg00014.html
+# https://lists.gnu.org/archive/html/bug-libtool/2008-03/msg00013.html
 
 AT_DATA([main.c],
 [[#include <ltdl.h>
diff --git a/tests/lt_dlopenext.at b/tests/lt_dlopenext.at
index d190c504..f51b3485 100644
--- a/tests/lt_dlopenext.at
+++ b/tests/lt_dlopenext.at
@@ -30,7 +30,7 @@ bindir=$prefix/bin
 mkdir $prefix $libdir $bindir
 
 # This code is copied from the Autobook:
-# <http://sources.redhat.com/autobook/autobook/autobook_169.html>
+# <https://www.sourceware.org/autobook/autobook/autobook_98.html>
 # so if it needs changes, be sure to notify the Autobook authors
 # about them.
 

Reply via email to