From: Ralf Wildenhues Date: Fri, 17 Mar 2006 04:20:17 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (AC_PROG_SED): Do not forget to reset X-Git-Tag: release-2-1b~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35265f7046a78e0189c6d015ac967840d9422a4;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (AC_PROG_SED): Do not forget to reset IFS even in case of empty `$PATH'. --- diff --git a/ChangeLog b/ChangeLog index 61b03b1e7..a60591f2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-17 Ralf Wildenhues + + * libltdl/m4/libtool.m4 (AC_PROG_SED): Do not forget to reset + IFS even in case of empty `$PATH'. + 2006-03-16 Ralf Wildenhues * libltdl/config/ltmain.m4sh (func_mode_link): Comment out the diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index ce1f991f5..a8fb02d33 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -6748,6 +6748,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