From: Ileana Dumitrescu Date: Fri, 29 May 2026 17:27:36 +0000 (+0300) Subject: Update outdated and invalid URLs X-Git-Tag: v2.6.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ba1e3d857a8fb244f3329dd1102329359d47eec;p=thirdparty%2Flibtool.git Update outdated and invalid URLs --- diff --git a/TODO b/TODO index 696771121..9ac448cae 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 3941dd7d4..342116b4f 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 . +# along with this program. If not, see . : ${SED="sed"} diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index e874b44a0..af2f7560b 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 . +# along with this program. If not, see . 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 b6857b724..8eb78ce54 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 422fa9215..96f76d219 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 . +# along with this program. If not, see . ## ------ ## diff --git a/m4/libtool.m4 b/m4/libtool.m4 index a600880d1..994eb0e59 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 . +# along with this program. If not, see . ]) # serial 66 LT_INIT diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index ddbbb2633..52953fe53 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 053081058..e84fd349e 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 83cf6d6a6..a14549fc0 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 a9e860bf5..5d5c434fc 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: -# +# # 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 e1fcc84d9..b1f7408ca 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 0f4f50e1d..fde902f91 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 diff --git a/tests/lt_dlopenext.at b/tests/lt_dlopenext.at index d190c5043..f51b34857 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: -# +# # so if it needs changes, be sure to notify the Autobook authors # about them.