mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older
shells.
This commit is contained in:
parent
88721edb92
commit
08a7e53a0d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user