]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
gnulib: update submodule to new repository.
authorAlex Ameen <alex.ameen.tx@gmail.com>
Tue, 8 Feb 2022 19:32:47 +0000 (13:32 -0600)
committerAlex Ameen <alex.ameen.tx@gmail.com>
Tue, 8 Feb 2022 19:32:47 +0000 (13:32 -0600)
* configure.ac: Update autoconf requirement for bootstrapping to 2.64.
* README.md: Update note concerning autoconf version requirement.
* bootstrap: Propogate change to GPL license from GPL 3 to GPL 2.

.gitmodules
README.md
bootstrap
configure.ac
gnulib
m4/.gitignore

index 571bed638d29107f42a919f8e165cc89cbf08f02..e561a15b6a445ae2a66e3cf7af8e01f8c973e105 100644 (file)
@@ -1,6 +1,6 @@
 [submodule "gnulib"]
         path = gnulib
-        url = git://git.sv.gnu.org/gnulib.git
+        url = git://git.savannah.gnu.org/gnulib.git
 [submodule "bootstrap"]
         path = gl-mod/bootstrap
         url = https://github.com/gnulib-modules/bootstrap.git
index 0f25db205ce961cdda006a8da59a1082ea5055d5..0984306c415bfabedd129173948117b778cfaffc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ send the file `tests/testsuite.log` to the [bug mailing list][].
           co -d libtool HEAD
 
 * Before you can build from git, you need to bootstrap.  This requires:
-  - Autoconf 2.62 or later
+  - Autoconf 2.64 or later
   - Automake 1.11.1 or later
   - Help2man 1.29 or later
   - Xz 4.999.8beta or later (from [tukaani.org](http://tukaani.org/xz))
index 16236e9a2d93441e5efd8ea04180294a6e4c035e..8e0b5e83218d380e5cd4c922f71d087c3b011522 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,7 @@
 # Copyright (C) 2010-2019, 2021 Bootstrap Authors
 #
 # This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
 # <http://www.gnu.org/licenses/gpl-2.0.html>.  You must apply one of
 # these licenses when using or redistributing this software or any of
 # the files within it.  See the URLs above, or the file `LICENSE`
@@ -238,7 +238,7 @@ scriptversion=2019-02-19.15; # UTC
 # Copyright (C) 2004-2019, 2021 Bootstrap Authors
 #
 # This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
 # <http://www.gnu.org/licenses/gpl-2.0.html>.  You must apply one of
 # these licenses when using or redistributing this software or any of
 # the files within it.  See the URLs above, or the file `LICENSE`
@@ -1702,7 +1702,7 @@ func_lt_ver ()
 # Copyright (C) 2010-2019, 2021 Bootstrap Authors
 #
 # This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
 # <http://www.gnu.org/licenses/gpl-2.0.html>.  You must apply one of
 # these licenses when using or redistributing this software or any of
 # the files within it.  See the URLs above, or the file `LICENSE`
@@ -2387,7 +2387,7 @@ func_version ()
 # Copyright (C) 2010-2019, 2021 Bootstrap Authors
 #
 # This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
 # <http://www.gnu.org/licenses/gpl-2.0.html>.  You must apply one of
 # these licenses when using or redistributing this software or any of
 # the files within it.  See the URLs above, or the file `LICENSE`
index 73eaa5cdce5e4a6db85d597bbcdf35069f504d67..64c764260fc4031c958c104ee89be75d7eb5a416 100644 (file)
@@ -24,7 +24,7 @@
 ####
 
 
-AC_PREREQ(2.63)
+AC_PREREQ(2.64)
 dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 
 
diff --git a/gnulib b/gnulib
index 426f44034396d52d6981f3c6e79e089bbacce645..a5218207e5f92e152a34994cce4aa415b1eb25c8 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 426f44034396d52d6981f3c6e79e089bbacce645
+Subproject commit a5218207e5f92e152a34994cce4aa415b1eb25c8
index 1facea7d537176c0dd0673fea8e29e2a13df223b..5eac7ce7cf6582a44eb84bd23092909f3d0244c1 100644 (file)
@@ -4,3 +4,4 @@
 /gnulib-comp.m4
 /gnulib-tool.m4
 /ltversion.m4
+/zzgnulib.m4