From: Gary V. Vaughan Date: Mon, 23 Feb 2004 16:00:37 +0000 (+0000) Subject: * ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs X-Git-Tag: release-1-9b~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a6d2d3c1bec158a58bffec6c4ee379c3dba5b9;p=thirdparty%2Flibtool.git * ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs doesn't offer to strip trailing ' \t' on every save. --- diff --git a/ChangeLog b/ChangeLog index 79d595c56..7819cdc95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-02-23 Gary V. Vaughan + * ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs + doesn't offer to strip trailing ' \t' on every save. + * ltmain.in: Add missing --help doc for --preserve-dup-deps. 2004-02-22 Gary V. Vaughan diff --git a/ltmain.in b/ltmain.in index b9c6eaad1..a7875a9cf 100644 --- a/ltmain.in +++ b/ltmain.in @@ -142,8 +142,8 @@ if test "${LANG+set}" = set; then fi # Make sure IFS has a sensible default -: ${IFS=" -"} +: ${IFS=" + "} if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then $echo "$modename: not configured to build any kind of library" 1>&2