From: Alexandre Duret-Lutz Date: Sun, 20 Jan 2002 21:00:31 +0000 (+0000) Subject: * tests/defs: Export AUTOMAKE and ACLOCAL. X-Git-Tag: Release-1-5d~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a2f9c82ce48554c73da3b8af3625960006a5b9;p=thirdparty%2Fautomake.git * tests/defs: Export AUTOMAKE and ACLOCAL. --- diff --git a/ChangeLog b/ChangeLog index 20c2b5adc..e09dc640a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-20 Alexandre Duret-Lutz + + * tests/defs: Export AUTOMAKE and ACLOCAL. + 2002-01-19 Alexandre Duret-Lutz Fix for PR automake/204: diff --git a/tests/defs b/tests/defs index 1236dcf28..bd12ffbc9 100644 --- a/tests/defs +++ b/tests/defs @@ -122,6 +122,10 @@ case $required in ;; esac +# Export AUTOMAKE and ACLOCAL so that rebuild rules in Makefiles +# generated for the tests do not use the installed tools. +export AUTOMAKE ACLOCAL + # Turn on shell traces when VERBOSE=x. if test "x$VERBOSE" = xx; then set -x