mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing
in-tree libtoolize.
This commit is contained in:
parent
ae669866bd
commit
8b6f5a929f
@ -1,5 +1,8 @@
|
||||
2005-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing
|
||||
in-tree libtoolize.
|
||||
|
||||
* m4/libtool.m4 (_LT_CONFIG_COMMANDS): Only call sed if
|
||||
necessary while quoting all libtool variables.
|
||||
Reported by Robert Ögren <lists@roboros.com>.
|
||||
|
@ -43,7 +43,7 @@ m4_define([LT_AT_CHECK_LIBTOOLIZE],
|
||||
m4_define([LT_AT_BOOTSTRAP],
|
||||
[
|
||||
test -f ./ltmain.sh || LT_AT_LIBTOOLIZE([--copy])
|
||||
test -f ./configure || autoreconf --force --verbose --install
|
||||
test -f ./configure || _lt_pkgvdatadir="$abs_top_srcdir" autoreconf --force --verbose --install
|
||||
test -f ./configure || exit 1
|
||||
./configure
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user