diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-11-03 15:39:02 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-11-03 16:08:02 +0100 |
commit | 5012480bf2586caf6dc642a1883a39991beb0804 (patch) | |
tree | 7e716b71697819ef9c90a431417f2e0d2734efd9 /tests/libtool9.test | |
parent | cc29c6174a7d68a70d33e5ff5af68e3e0ec0be54 (diff) | |
parent | e79b1bf3d8fa33bb4e2d4d3b6c4b1f90dd65ea40 (diff) | |
download | automake-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/libtool9.test')
-rwxr-xr-x | tests/libtool9.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtool9.test b/tests/libtool9.test index ab6266eb8..d21ff55f4 100755 --- a/tests/libtool9.test +++ b/tests/libtool9.test @@ -25,6 +25,7 @@ required='cc libtoolize' cat >> configure.in << 'END' AC_PROG_CC AM_PROG_CC_C_O +AM_PROG_AR AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL AC_OUTPUT |