* tests/Makefile.am (TESTS_ENVIRONMENT): Make sure the *.test
scripts get the same make that was used in the top level
directory.
+2001-04-24 Gary V. Vaughan <gvv@techie.com>
+
+ From Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
+ * tests/Makefile.am (TESTS_ENVIRONMENT): Make sure the *.test
+ scripts get the same make that was used in the top level
+ directory.
+
2001-04-23 Peter Eisentraut <peter_e@gmx.net>
* libltdl/ltdl.c (lt_dlexit): Quit loop if only resident modules
LIBS = @LIBS@
# Be sure to reexport important environment variables.
-TESTS_ENVIRONMENT = CC="$(CC)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
- LD="$(LD)" LDFLAGS="$(LDFLAGS)" LIBS="$(LIBS)" \
- LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)"
+TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
+ CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
+ LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)"
EXTRA_DIST = defs $(COMMON_TESTS) $(CXX_TESTS)