From f6430a3d2d1f40166e3ca843ec7f9c74b91e22c5 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 17 Mar 2006 04:20:54 +0000 Subject: [PATCH] * libtool.m4 (LT_AC_PROG_SED): Do not forget to reset IFS even in case of empty `$PATH'. --- ChangeLog | 5 +++++ libtool.m4 | 1 + 2 files changed, 6 insertions(+) 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 -- 2.47.3