From 81317197bcc09cb1ed96b8a996aed63da5e18038 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Fri, 14 Jan 2005 09:22:11 +0000 Subject: [PATCH] * libtool.m4 (AC_PROG_SED): Don't break test loop early. --- ChangeLog | 4 ++++ libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.3