]> sourceware.org Git - automake.git/commitdiff
* tests/defs: Export AUTOMAKE and ACLOCAL.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 20 Jan 2002 21:00:29 +0000 (21:00 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 20 Jan 2002 21:00:29 +0000 (21:00 +0000)
ChangeLog
tests/defs

index 20c2b5adc756a28b5ed20a4f4059487a77337435..e09dc640a61dbf5e23aabe4d812e28cae7b0951e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/defs: Export AUTOMAKE and ACLOCAL.
+
 2002-01-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        Fix for PR automake/204:
index 1236dcf28e70d848a2ea1d78809c1a60c77c97df..bd12ffbc901cfcb02cf469f7fcdd0ad4802469be 100644 (file)
@@ -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
This page took 0.035238 seconds and 5 git commands to generate.