From: Guido Draheim Date: Fri, 14 Jan 2005 09:22:11 +0000 (+0000) Subject: * libtool.m4 (AC_PROG_SED): Don't break test loop early. X-Git-Tag: release-1-5-12~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81317197bcc09cb1ed96b8a996aed63da5e18038;p=thirdparty%2Flibtool.git * libtool.m4 (AC_PROG_SED): Don't break test loop early. --- diff --git a/ChangeLog b/ChangeLog index 10a24a21c..cb1072931 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-14 Guido Draheim (tiny change) + + * libtool.m4 (AC_PROG_SED): Don't break test loop early. + 2005-01-13 Ralf Wildenhues * libtoolize.in: Back out copying `install-sh' by libtoolize. diff --git a/libtool.m4 b/libtool.m4 index 81603c333..712454c6e 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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