* tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older

shells.
This commit is contained in:
Ralf Wildenhues 2006-01-30 20:14:04 +00:00
parent 88721edb92
commit 08a7e53a0d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 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.

View File

@ -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