]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/Makefile.am: Conditional assignment of FFLAGS = @FFLAGS@
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Mon, 18 Nov 2002 18:59:44 +0000 (18:59 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Mon, 18 Nov 2002 18:59:44 +0000 (18:59 +0000)
does not appear to be necessary given that Automake makes this
assignment by default.  The condition is removed since Automake
1.7.1 complains about it.

ChangeLog
tests/Makefile.am

index 4876385b7627d1f76dea3c5d1ccd2f846ba3949a..ffbec28f9637b04a0e8c27e97bd75be9e6a1093f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-11-18  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
+
+       * tests/Makefile.am: Conditional assignment of FFLAGS = @FFLAGS@
+       does not appear to be necessary given that Automake makes this
+       assignment by default.  The condition is removed since Automake
+       1.7.1 complains about it.
+
 2002-11-18  Jakub Jelinek  <jakub@redhat.com>
 
        * libtool.m4: Support linking of 64-bit libraries on
index 20761b3d48de9acd55201a23870692657bd59b28..51a3a8c772a3979a79d1d01fbe5a3fbf5378499a 100644 (file)
@@ -69,9 +69,7 @@ CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
-if HAVE_F77
-  FFLAGS = @FFLAGS@
-endif
+FFLAGS = @FFLAGS@
 
 # Be sure to reexport important environment variables.
 TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \