From: Ralf Wildenhues Date: Wed, 16 Mar 2005 17:31:02 +0000 (+0000) Subject: * ltmain.in: unconditionally set IFS, and set it X-Git-Tag: release-1-5-16~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4f60449d0948ad12f83debe4ae83e441b4c1a08;p=thirdparty%2Flibtool.git * ltmain.in: unconditionally set IFS, and set it to the one true right sequence: space, tab, newline. --- diff --git a/ChangeLog b/ChangeLog index 2bfaa9765..6781eb5b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-16 Ralf Wildenhues + * ltmain.in: unconditionally set IFS, and set it + to the one true right sequence: space, tab, newline. + * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments that are meaningless in configure. Reported by Alexandre Duret-Lutz . diff --git a/ltmain.in b/ltmain.in index b3f4f7d67..46e6393dc 100644 --- a/ltmain.in +++ b/ltmain.in @@ -112,8 +112,9 @@ if test "${LANG+set}" = set; then fi # Make sure IFS has a sensible default -: ${IFS=" -"} +lt_nl=' +' +IFS=" $lt_nl" if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then $echo "$modename: not configured to build any kind of library" 1>&2