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/fort5.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/fort5.test')
-rwxr-xr-x | tests/fort5.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fort5.test b/tests/fort5.test index eb2414a0f..3927c3216 100755 --- a/tests/fort5.test +++ b/tests/fort5.test @@ -54,6 +54,7 @@ AC_PROG_FC AC_FC_SRCEXT([f90], [], [AC_MSG_FAILURE([$FC compiler cannot create executables], 77)]) AC_FC_LIBRARY_LDFLAGS +AM_PROG_AR LT_PREREQ([2.0]) AC_PROG_LIBTOOL AC_OUTPUT |