mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* tests/am-subdir.at: Now that we don't run autoreconf, we have to
explicitly tell aclocal what flags to use.
This commit is contained in:
parent
e6f1cb457f
commit
3a95c2eb57
@ -1,5 +1,8 @@
|
||||
2005-11-10 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* tests/am-subdir.at: Now that we don't run autoreconf, we have to
|
||||
explicitly tell aclocal what flags to use.
|
||||
|
||||
* tests/testsuite.at (LT_AT_BOOTSTRAP): Allow passing arguments to
|
||||
configure.
|
||||
* tests/old-m4-iface.at, tests/subproject.at: Use LT_AT_BOOTSTRAP.
|
||||
|
@ -74,7 +74,7 @@ AT_DATA(expout,
|
||||
** This is libsub **
|
||||
]])
|
||||
|
||||
LT_AT_BOOTSTRAP([--copy], [], [ignore], [--add-missing])
|
||||
LT_AT_BOOTSTRAP([--copy], [-I m4], [ignore], [--add-missing])
|
||||
|
||||
LT_AT_EXEC_CHECK([subdir/subdemo], 0, expout)
|
||||
|
||||
@ -150,7 +150,7 @@ AT_DATA([[subdir/sub.cxx]],
|
||||
int libsub::sub (void) { return 27; }
|
||||
]])
|
||||
|
||||
LT_AT_BOOTSTRAP([--copy], [], [ignore], [--add-missing])
|
||||
LT_AT_BOOTSTRAP([--copy], [-I m4], [ignore], [--add-missing])
|
||||
|
||||
LT_AT_EXEC_CHECK([subdir/subdemo], 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user