From 14c1c21c828c2ed2011a986e57e8ba267e50c6a5 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sun, 1 Aug 2004 08:53:31 +0000 Subject: [PATCH] * libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as well. --- ChangeLog | 5 +++++ libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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]) ]) -- 2.47.3