]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 1 Aug 2004 08:53:31 +0000 (08:53 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 1 Aug 2004 08:53:31 +0000 (08:53 +0000)
well.

ChangeLog
libtool.m4

index 970a864c6deaae93ae97c6ffe20b440b43598dfc..e564b0aec1cb924e255251e3d98fc257531e50cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-01  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as 
+       well.
+
 2004-07-30  Peter O'Gorman  <peter@pogma.com>
 
        * libtool.m4, ltmain.in:  autoconf now says the best thing to do
index ed19d6b76332dff3b6e2514507fc62a0758f75ce..a9dd425acabcef8e49332e00a1f5bd1ebfda34e7 100644 (file)
@@ -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])
 ])