From: Ralf Wildenhues Date: Wed, 15 Sep 2004 13:04:24 +0000 (+0000) Subject: * tests/Makefile.am: Use the same CPP, F77, CXX and CXXFLAGS X-Git-Tag: release-1-9d~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd218b1835a38f016c01454e0ebc2c29a737707;p=thirdparty%2Flibtool.git * tests/Makefile.am: Use the same CPP, F77, CXX and CXXFLAGS for the test suite. --- diff --git a/ChangeLog b/ChangeLog index 0aa8f0b42..90a82f510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-15 Ralf Wildenhues + + * tests/Makefile.am: Use the same CPP, F77, CXX and CXXFLAGS + for the test suite. + 2004-09-15 Ralf Wildenhues * m4/libtool.m4 (_LT_ENABLE_LOCK):Replace AC_TRY_LINK with diff --git a/tests/Makefile.am b/tests/Makefile.am index 5275cc157..c49c1983c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -68,7 +68,8 @@ $(top_builddir)/libtool: TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \ CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \ LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \ - OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" FFLAGS="$(FFLAGS)" + OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" F77="$(F77)" \ + FFLAGS="$(FFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" CPP="$(CPP)" EXTRA_DIST = defs $(COMMON_TESTS) $(CXX_TESTS) $(F77_TESTS) DIST_SUBDIRS = $(CONF_SUBDIRS)