summaryrefslogtreecommitdiff
path: root/tests/libtool3.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-11-03 15:39:02 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-11-03 16:08:02 +0100
commit5012480bf2586caf6dc642a1883a39991beb0804 (patch)
tree7e716b71697819ef9c90a431417f2e0d2734efd9 /tests/libtool3.test
parentcc29c6174a7d68a70d33e5ff5af68e3e0ec0be54 (diff)
parente79b1bf3d8fa33bb4e2d4d3b6c4b1f90dd65ea40 (diff)
downloadautomake-5012480bf2586caf6dc642a1883a39991beb0804.tar.gz
Merge branch 'master' into testsuite-work
Commits merged from master: - tests: various minor tweakings, mostly related to AM_PROG_AR - maint-mode: fix botched configure messages - fix: regenerate Makefiles - tests: few improvements to some `ar-lib' related tests - info: allow user to inhibit creation/update of '${infodir}/dir' - warnings: new 'extra-portability' category, for AM_PROG_AR - ar-lib: new 'AM_PROG_AR' macro, triggering the 'ar-lib' script Extra testsuite adjustments: * tests/instspc.tap: Adjust to new portability requirements due to the new AM_PROG_AR macro. * tests/lex-lib.test: Likewise. * tests/extra-portability2.test: Use `$am_original_AUTOMAKE' instead of the obsolete `$original_AUTOMAKE'. * tests/list-of-tests.mk: Update.
Diffstat (limited to 'tests/libtool3.test')
-rwxr-xr-xtests/libtool3.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtool3.test b/tests/libtool3.test
index 86a04b428..ad0f8c53f 100755
--- a/tests/libtool3.test
+++ b/tests/libtool3.test
@@ -22,6 +22,7 @@ required='cc libtoolize'
cat >> configure.in << 'END'
AC_PROG_CC
+AM_PROG_AR
AM_PROG_LIBTOOL
AC_OUTPUT
END