mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* 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.
This commit is contained in:
parent
16b9d2d4c5
commit
e91a371d46
@ -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
|
||||
|
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user