From: Gary V. Vaughan Date: Thu, 10 Nov 2005 15:31:32 +0000 (+0000) Subject: * tests/am-subdir.at: Now that we don't run autoreconf, we have to X-Git-Tag: release-2-1b~414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a95c2eb57819e85b138e417e698f4d81e00819a;p=thirdparty%2Flibtool.git * tests/am-subdir.at: Now that we don't run autoreconf, we have to explicitly tell aclocal what flags to use. --- diff --git a/ChangeLog b/ChangeLog index 72c62c922..9aeb5d394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-10 Gary V. Vaughan + * 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. diff --git a/tests/am-subdir.at b/tests/am-subdir.at index f4b15d68a..da1cb07f1 100644 --- a/tests/am-subdir.at +++ b/tests/am-subdir.at @@ -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)