]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/stdlib2.test: Check AM_LDFLAGS alone.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 6 Oct 2003 22:18:50 +0000 (22:18 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 6 Oct 2003 22:18:50 +0000 (22:18 +0000)
ChangeLog
tests/stdlib2.test

index e1c3bc8d05ef5fbfc7a8151db48707a34cb16f13..d52139f80156544d855e2a6637c2091899b3bf9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-10-06  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/stdlib2.test: Check AM_LDFLAGS alone.
+
        * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
        versions.
 
index 9fc83ec28a7bf8844a27b61332b2c9c5039f0bcf..95061059b5d133efa1f8df0fe6273a0aaca0bf2f 100755 (executable)
@@ -78,3 +78,6 @@ nonstandard_la_LDFLAGS = -lfoo
 AM_LDFLAGS = -module
 EOF
 AUTOMAKE_fails
+
+echo 'AM_LDFLAGS = -module' > Makefile.inc
+$AUTOMAKE