bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] 1.5.6: Set SED when run from cache correctly


From: Peter O'Gorman
Subject: Re: [patch] 1.5.6: Set SED when run from cache correctly
Date: Sun, 01 Aug 2004 18:06:00 +0900
User-agent: Mozilla Thunderbird 0.6 (Macintosh/20040502)

Maciej W. Rozycki wrote:
Hello,

 Due to a bug in LT_AC_PROG_SED, when run from cache the SED variable is
left unset, ignoring the lt_cv_path_SED variable.  Here is a fix.

I applied this (well a patch against libtool.m4 rather than acinclude.m4 :) to both HEAD and branch-1.5.

Thanks,
Peter
--
Peter O'Gorman - http://www.pogma.com
Index: ChangeLog
from  Maciej W. Rozycki  <address@hidden>

        * m4/libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as 
        well.

Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.84
diff -u -3 -p -u -r1.84 libtool.m4
--- m4/libtool.m4 30 Jul 2004 14:20:26 -0000 1.84
+++ m4/libtool.m4 1 Aug 2004 01:32:44 -0000
@@ -5817,9 +5817,9 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xp
     fi
   done
 done
+])
 SED=$lt_cv_path_SED
 AC_SUBST([SED])
-])
 AC_MSG_RESULT([$SED])
 ])#AC_PROG_SED
 ])#m4_ifndef
Index: ChangeLog
from  Maciej W. Rozycki  <address@hidden>

        * libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as 
        well.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.42
diff -u -3 -p -u -r1.314.2.42 libtool.m4
--- libtool.m4 30 Jul 2004 14:02:11 -0000 1.314.2.42
+++ libtool.m4 1 Aug 2004 01:38:07 -0000
@@ -5969,7 +5969,7 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xp
     fi
   done
 done
-SED=$lt_cv_path_SED
 ])
+SED=$lt_cv_path_SED
 AC_MSG_RESULT([$SED])
 ])

reply via email to

[Prev in Thread] Current Thread [Next in Thread]