From: Peter Rosin Date: Thu, 26 Jul 2007 22:44:39 +0000 (+0000) Subject: * Makefile.am: Pass STRIP through to the testsuite, so that X-Git-Tag: release-2-1b~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b8688e3ee10561436aee7ce8dc16ff0b3323f52;p=thirdparty%2Flibtool.git * Makefile.am: Pass STRIP through to the testsuite, so that tests that run configure will use the same strip program. --- diff --git a/ChangeLog b/ChangeLog index 1e9669f4b..4f21bb15a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-27 Peter Rosin + + * Makefile.am: Pass STRIP through to the testsuite, so that + tests that run configure will use the same strip program. + 2007-07-24 Ralf Wildenhues * tests/mdemo-exec.test: Also try absolute library names. diff --git a/Makefile.am b/Makefile.am index c50337443..cf27d3ed7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -465,6 +465,7 @@ EXTRA_DIST += $(srcdir)/$(TESTSUITE) $(TESTSUITE_AT) $(srcdir)/tests/package TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \ CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \ LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \ + STRIP="$(STRIP)" \ OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" \ SHELL="$(SHELL)" CONFIG_SHELL="$(SHELL)" \ CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" CXXCPP="$(CXXCPP)" \