libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool 1.5.10, tests/Makefile.am: F77 environment variable not reexport


From: Burgers A.R.
Subject: libtool 1.5.10, tests/Makefile.am: F77 environment variable not reexported
Date: Wed, 22 Sep 2004 16:00:03 +0200
User-agent: Mozilla/5.0 (X11; U; OSF1 alpha; en-US; rv:1.5) Gecko/20031031

LS

I have run make check for libtool 1.5.10 on Tru64. I used gcc
and Tru64's native f77. I invoked configure with F77=f77 since
I don't have g77 installed.

This caused three f77 tests to fail: f77demo-static,
f77demo-conf and f77demo-shared. After applying this patch the
f77 tests PASSED.

Teun Burgers

- reexport F77 environment variable in tests/Makefile.am

--- Makefile.am 2003-07-31 22:46:41.000000000 +0200
+++ zz.am       2004-09-22 15:52:20.000000000 +0200
@@ -75,7 +75,7 @@
 FFLAGS = @FFLAGS@

 # Be sure to reexport important environment variables.
-TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
+TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" F77="$(F77)" CFLAGS="$(CFLAGS)" \
        CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
        LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
        OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" FFLAGS="$(FFLAGS)"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]