From: Ralf Wildenhues Date: Fri, 17 Mar 2006 04:20:54 +0000 (+0000) Subject: * libtool.m4 (LT_AC_PROG_SED): Do not forget to reset IFS even X-Git-Tag: release-1-5-23b~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6430a3d2d1f40166e3ca843ec7f9c74b91e22c5;p=thirdparty%2Flibtool.git * libtool.m4 (LT_AC_PROG_SED): Do not forget to reset IFS even in case of empty `$PATH'. --- diff --git a/ChangeLog b/ChangeLog index 34a4ea2e0..12a715bfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-17 Ralf Wildenhues + + * libtool.m4 (LT_AC_PROG_SED): Do not forget to reset IFS even + in case of empty `$PATH'. + 2006-03-16 Ralf Wildenhues * ltmain.in (link mode) [ openbsd, netbsd, dragonfly, .. ]: diff --git a/libtool.m4 b/libtool.m4 index 6e13171ad..1841ecd83 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -6380,6 +6380,7 @@ do done done done +IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris