From 3f1b0282303ad9053fceb76e6e3913d357d2dfb4 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 16 Mar 2005 10:08:17 +0000 Subject: [PATCH] * m4/libtool.m4 (_LT_CONFIG): Reset IFS to fix failure with ash. --- ChangeLog | 2 ++ m4/libtool.m4 | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 69f1e230d..8b9ab3f2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-16 Ralf Wildenhues + * m4/libtool.m4 (_LT_CONFIG): Reset IFS to fix failure with ash. + * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments that are meaningless in configure. Reported by Alexandre Duret-Lutz . diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 71e625638..ace5bf6cb 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -517,6 +517,12 @@ _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG +# IFS +# We need space, tab and new line, in precisely that order. +as_nl=' +' +IFS=" $as_nl" + # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH -- 2.47.2