]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_PROG_SED): Don't break test loop early.
authorGuido Draheim <guidod-2003-@gmx.de>
Fri, 14 Jan 2005 09:22:11 +0000 (09:22 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 14 Jan 2005 09:22:11 +0000 (09:22 +0000)
ChangeLog
libtool.m4

index 10a24a21c26e23757b9a7c7dc283cdf85580c6f2..cb1072931d1cfc4822006b83f254fa2a29cdf229 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-14  Guido Draheim  <guidod-2003-@gmx.de>  (tiny change)
+
+       * libtool.m4 (AC_PROG_SED): Don't break test loop early.
+
 2005-01-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtoolize.in: Back out copying `install-sh' by libtoolize.
index 81603c333174439e602ce80ce36107b02db7ff3e..712454c6e36ba4ba637e35b2990d53a0361e7d04 100644 (file)
@@ -5985,7 +5985,7 @@ lt_ac_count=0
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 # along with /bin/sed that truncates output.
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
-  test ! -f $lt_ac_sed && break
+  test ! -f $lt_ac_sed && continue
   cat /dev/null > conftest.in
   lt_ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in