]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (LT_AC_PROG_SED): Declarations for
authorGary V. Vaughan <gary@gnu.org>
Wed, 17 May 2006 17:05:07 +0000 (17:05 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 17 May 2006 17:05:07 +0000 (17:05 +0000)
compatibility with old versions of libtool, and old versions
of aclocal.

ChangeLog
libltdl/m4/libtool.m4

index 9a6786785f4f26165b13d28c9b666422afea475c..b1f656d82136143592f485d0d7cddc5d251d8f07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-17  Gary V. Vaughan  <gary@gnu.org>
+
+       * libltdl/m4/libtool.m4 (LT_AC_PROG_SED):  Declarations for
+       compatibility with old versions of libtool, and old versions
+       of aclocal.
+
 2006-05-17  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * libltdl/config/ltmain.m4sh, libltdl/m4/libtool.m4
index 2f98005349e69e7bb91cb903f2dac8393ad0a966..56a849685ad376dd54862e40cfd0a434be006e3a 100644 (file)
@@ -6865,6 +6865,11 @@ AC_MSG_RESULT([$SED])
 ])#AC_PROG_SED
 ])#m4_ifndef
 
+# Old name:
+AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
+dnl aclocal-1.4 backwards compatibility:
+dnl AC_DEFUN([LT_AC_PROG_SED], [])
+
 
 # _LT_CHECK_XSI_SHELL
 # -------------------