]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/am-subdir.at: Now that we don't run autoreconf, we have to
authorGary V. Vaughan <gary@gnu.org>
Thu, 10 Nov 2005 15:31:32 +0000 (15:31 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 10 Nov 2005 15:31:32 +0000 (15:31 +0000)
explicitly tell aclocal what flags to use.

ChangeLog
tests/am-subdir.at

index 72c62c922415dbb3a21048e003d14eea1f22b8db..9aeb5d394548027ebbe45be6a6d184da1cc1b95a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index f4b15d68a69324ebbbbc1badb8b09231cfbb0fbc..da1cb07f15feb13eb9910712f121690af3351422 100644 (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)