From: Gary V. Vaughan Date: Fri, 19 May 2006 13:17:35 +0000 (+0000) Subject: * libtool.m4 (LT_AC_PROG_SED): AC_SUBST([SED]) for X-Git-Tag: release-1-5-23b~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08276739a67c6f946c943b7ceace1a552790b8de;p=thirdparty%2Flibtool.git * libtool.m4 (LT_AC_PROG_SED): AC_SUBST([SED]) for compatibility with future autoconf release of AC_PROG_SED. --- diff --git a/ChangeLog b/ChangeLog index fdd256b14..c648443f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-19 Gary V. Vaughan + + * libtool.m4 (LT_AC_PROG_SED): AC_SUBST([SED]) for + compatibility with future autoconf release of AC_PROG_SED. + 2006-05-19 Ralf Wildenhues * ltmain.in (shell wrapper): Do not put `"$@"' in argument to diff --git a/libtool.m4 b/libtool.m4 index 04aff1e68..779ea8a1e 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -6478,5 +6478,6 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do done ]) SED=$lt_cv_path_SED +AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])