From: Guido Draheim Date: Fri, 14 Jan 2005 09:20:32 +0000 (+0000) Subject: * m4/libtool.m4 (AC_PROG_SED): Don't break test loop early. X-Git-Tag: release-2-1b~782 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7204c5f98499a55f551437f130d9eca6c788342;p=thirdparty%2Flibtool.git * m4/libtool.m4 (AC_PROG_SED): Don't break test loop early. --- diff --git a/ChangeLog b/ChangeLog index d008db53f..b51cdf041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-12 Guido Draheim (tiny change) + + * m4/libtool.m4 (AC_PROG_SED): Don't break test loop early. + 2005-01-12 Ralf Wildenhues * TODO: Update. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 6a2da7af4..6834d53e8 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -5970,7 +5970,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