]> git.ipfire.org Git - thirdparty/automake.git/commit
Tests defs: keep track of original $AUTOMAKE and $ACLOCAL values.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 22 Dec 2010 09:36:18 +0000 (10:36 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 22 Dec 2010 09:36:18 +0000 (10:36 +0100)
commitd40b95dca3b7b5f03b17772ad8367690d030e5e8
tree314dcd536250e7f0d291a6a1f3a778817e3ad680
parent633f37600999b5736443e6ad3d94edbd29e55184
Tests defs: keep track of original $AUTOMAKE and $ACLOCAL values.

This is especially useful for tests which might want to run
automake and aclocal without additional flags and warnings.

* tests/defs-static.in ($original_ACLOCAL): New variable.
($original_AUTOMAKE): Likewise.
* tests/help.test: Use them.
* tests/help2.test: Likewise.
* tests/help3.test: Likewise.
* tests/help4.test: Likewise.

From a suggestion by Ralf Wildenhues.
ChangeLog
tests/defs-static.in
tests/help.test
tests/help2.test
tests/help3.test
tests/help4.test