summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ameen <alex.ameen.tx@gmail.com>2021-11-29 21:43:26 -0600
committerAlex Ameen <alex.ameen.tx@gmail.com>2021-11-29 21:43:26 -0600
commitf51eddf0dbd1a3dd3119eb215d8a0b5ca451def5 (patch)
tree38b68ae5110befaf47e834aa52c93feeb6636434
parentccc878dd7225ac8c372cf42ba23cd6bbf22d70a5 (diff)
downloadlibtool-f51eddf0dbd1a3dd3119eb215d8a0b5ca451def5.tar.gz
* libtool: Bump M4 serial versions and add missing AC_PROG_SED to ltdl.m4
* 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 ).
-rw-r--r--m4/libtool.m42
-rw-r--r--m4/ltargz.m44
-rw-r--r--m4/ltdl.m42
3 files changed, 5 insertions, 3 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 93d5b27d..20e645b8 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -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)
diff --git a/m4/ltargz.m4 b/m4/ltargz.m4
index ba99274b..6c8a22dd 100644
--- a/m4/ltargz.m4
+++ b/m4/ltargz.m4
@@ -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],
diff --git a/m4/ltdl.m4 b/m4/ltdl.m4
index 9c440634..6362f58f 100644
--- a/m4/ltdl.m4
+++ b/m4/ltdl.m4
@@ -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])
# ------------------------------------------