From: Ralf Wildenhues Date: Mon, 30 Jan 2006 20:14:04 +0000 (+0000) Subject: * tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older X-Git-Tag: release-2-1b~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a7e53a0db821e1fabe6ee44744e937d04d2b18;p=thirdparty%2Flibtool.git * tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older shells. --- diff --git a/ChangeLog b/ChangeLog index b340a5a63..583f8fde8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-01-30 Ralf Wildenhues + * tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older + shells. + * ChangeLog, HACKING, README, README.alpha, libltdl/config/ltmain.m4sh: Add vi(m) modelines, to match emacs formatting variables. diff --git a/tests/testsuite.at b/tests/testsuite.at index 2ac3cd05d..8d3976602 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -29,7 +29,7 @@ for tool in ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF; do if eval \$$tool --version >/dev/null 2>&1; then :; else eval $tool=no; fi done export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF -eval `$LIBTOOL --config | grep ^EGREP=` +eval `$LIBTOOL --config | grep '^EGREP='` eval `$LIBTOOL --config | $EGREP '^(host|host_os|host_alias|build|ECHO)='` configure_options= if test -n "$host_alias"; then