]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool: Bump M4 serial versions and add missing AC_PROG_SED to ltdl.m4
authorAlex Ameen <alex.ameen.tx@gmail.com>
Tue, 30 Nov 2021 03:43:26 +0000 (21:43 -0600)
committerAlex Ameen <alex.ameen.tx@gmail.com>
Tue, 30 Nov 2021 03:43:26 +0000 (21:43 -0600)
* m4/libtool.m4: bump serial version ( covers entire release ).
* m4/ltargz.m4: bump serial version ( covers entire release ).
Add AC_PROG_SED requirement to LT_FUNC_ARGZ.
* m4/ltdl.m4: bump serial version ( covers entire release ).

m4/libtool.m4
m4/ltargz.m4
m4/ltdl.m4

index 93d5b27dc5577498645837668a2315c0046cc6de..20e645b8a554561d68dbe8ed5d9a7df80595e5fa 100644 (file)
@@ -32,7 +32,7 @@ m4_define([_LT_COPYING], [dnl
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ])
 
-# serial 58 LT_INIT
+# serial 59 LT_INIT
 
 
 # LT_PREREQ(VERSION)
index ba99274b3fc31d717ebde90fc16fdfb8d9048a21..6c8a22dd3ae03af23fbd597b1f603f1140d7fd79 100644 (file)
@@ -8,9 +8,11 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 1 ltargz.m4
+# serial 2 ltargz.m4
 
 AC_DEFUN([LT_FUNC_ARGZ], [
+dnl Required for use of `$SED' in Cygwin configuration.
+AC_REQUIRE([AC_PROG_SED])dnl
 AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
 
 AC_CHECK_TYPES([error_t],
index 9c440634c5d2d1990ba37d788ca00c7e563653fe..6362f58f79b0e04d76cbfecb8b2d45493648ffff 100644 (file)
@@ -8,7 +8,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 20 LTDL_INIT
+# serial 21 LTDL_INIT
 
 # LT_CONFIG_LTDL_DIR(DIRECTORY, [LTDL-MODE])
 # ------------------------------------------