* 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:
Gary V. Vaughan 2005-11-10 15:31:32 +00:00
parent e6f1cb457f
commit 3a95c2eb57
2 changed files with 5 additions and 2 deletions

View File

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

View File

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