From: Gary V. Vaughan Date: Wed, 17 May 2006 17:05:07 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (LT_AC_PROG_SED): Declarations for X-Git-Tag: release-2-1b~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1560781d8ad1abf03fa84b7f595e4d9c824e04ea;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (LT_AC_PROG_SED): Declarations for compatibility with old versions of libtool, and old versions of aclocal. --- diff --git a/ChangeLog b/ChangeLog index 9a6786785..b1f656d82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-17 Gary V. Vaughan + + * 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 * libltdl/config/ltmain.m4sh, libltdl/m4/libtool.m4 diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 2f9800534..56a849685 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -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 # -------------------