From: Maciej W. Rozycki Date: Sun, 1 Aug 2004 08:53:31 +0000 (+0000) Subject: * libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as X-Git-Tag: release-1-5-8~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14c1c21c828c2ed2011a986e57e8ba267e50c6a5;p=thirdparty%2Flibtool.git * libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as well. --- diff --git a/ChangeLog b/ChangeLog index 970a864c6..e564b0aec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-01 Maciej W. Rozycki + + * libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as + well. + 2004-07-30 Peter O'Gorman * libtool.m4, ltmain.in: autoconf now says the best thing to do diff --git a/libtool.m4 b/libtool.m4 index ed19d6b76..a9dd425ac 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -5969,7 +5969,7 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do fi done done -SED=$lt_cv_path_SED ]) +SED=$lt_cv_path_SED AC_MSG_RESULT([$SED]) ])