]> sourceware.org Git - automake.git/commitdiff
2001-04-10 Derek R. Price <dprice@collab.net>
authorTom Tromey <tromey@redhat.com>
Tue, 10 Apr 2001 20:47:20 +0000 (20:47 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 10 Apr 2001 20:47:20 +0000 (20:47 +0000)
* tests/defs: Allow user to override AUTOMAKE and ACLOCAL.

ChangeLog
tests/defs

index 900d4c5856cc0751965b8ab84f5c84bf8e220e29..7a68a1e725243c0c502367c97436b595f360c7ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-10  Derek R. Price  <dprice@collab.net>
+
+       * tests/defs: Allow user to override AUTOMAKE and ACLOCAL.
+
 2001-04-10  Akim Demaille  <akim@epita.fr>
 
        * distdir.am: Add a missing backslash.
index d5d9a36ca639def7e75e375b98881bcba42a32b0..1764d950e85a6745c820c84661aeddeacef67278 100644 (file)
@@ -71,7 +71,7 @@ echo "=== Running test $0"
 # See how Automake should be run.  We put --foreign as the default
 # strictness to avoid having to create lots and lots of files.  A test
 # can override this by specifying a different strictness.
-AUTOMAKE="$PERL ../../automake --amdir=$srcdir/.. --foreign"
+: ${AUTOMAKE-"$PERL ../../automake --amdir=$srcdir/.. --foreign"}
 
 # See how aclocal should be run.
-ACLOCAL="$PERL ../../aclocal --acdir=$srcdir/../m4"
+: ${ACLOCAL-"$PERL ../../aclocal --acdir=$srcdir/../m4"}
This page took 0.038172 seconds and 5 git commands to generate.