? COPYING ? libtool-1.3b-1.3d.tar.xdp.gz ? libtool-1.3b-1.3d.diff.gz ? patches ? libtool-1.3b.tar.gz ? INSTALL ? mkinstalldirs ? missing ? 2001-04-23-china-nm-p.patch ? libtool-1.3d.tar.gz ? cygwin-patches.tar.bz2 ? install-sh Index: ChangeLog =================================================================== RCS file: /cvsroot/libtool/libtool/ChangeLog,v retrieving revision 1.913 diff -u -r1.913 ChangeLog --- ChangeLog 2001/04/23 21:59:34 1.913 +++ ChangeLog 2001/04/24 17:09:46 @@ -1,3 +1,10 @@ +2001-04-24 Gary V. Vaughan + + From Tim Mooney + * 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 Gary V. Vaughan * doc/PLATFORMS: Updated with more platforms successfully Index: tests/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/Makefile.am,v retrieving revision 1.27 diff -u -r1.27 Makefile.am --- tests/Makefile.am 2001/04/05 23:09:38 1.27 +++ tests/Makefile.am 2001/04/24 17:09:55 @@ -45,9 +45,9 @@ 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)" \ OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" EXTRA_DIST = defs $(TESTS)