mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-15 06:49:57 +08:00
* m4/libtool.m4 (AC_PROG_SED): Don't break test loop early.
This commit is contained in:
parent
3c62b360f3
commit
c7204c5f98
@ -1,3 +1,7 @@
|
||||
2005-01-12 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.
|
||||
|
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user