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

index 99d3cab9e6a546aa6e4cbb4e623affe3d3a37fc7..3980f7c75c6706d4863220254df46ce0a27fe42c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-14  Guido Draheim  <guidod-2003-@gmx.de>  (tiny change)
+
+       * m4/libtool.m4 (AC_PROG_SED): Don't break test loop early.
+
 2005-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * TODO: Update.
index 5c6e3780ae3db898d171d6689945fbb30edd58b4..8b799314b45f94070201e45ab3772de21105ac7d 100644 (file)
@@ -5963,7 +5963,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