From b1a6d2d3c1bec158a58bffec6c4ee379c3dba5b9 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 23 Feb 2004 16:00:37 +0000 Subject: [PATCH] * ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs doesn't offer to strip trailing ' \t' on every save. --- ChangeLog | 3 +++ ltmain.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.47.2