]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: more granularity in variables for tools overriding
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 8 Sep 2011 21:26:09 +0000 (23:26 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 8 Sep 2011 21:39:36 +0000 (23:39 +0200)
commit3ceeef44e0de6ea8e42711ec497061d3361f2d48
tree3892f5c2508107d3609f1d0f9f9b74b1911448e5
parentfeaefe133a48375a92601320de760d0c1d7e4dbf
tests: more granularity in variables for tools overriding

Among the other things, this change makes it possible to use, at
the same time, an autoconf version in the automake testsuite and
another one in the automake build system; even more importantly, it
makes it possible to use, say, a non-GNU make implementation in the
test scripts, while at the same time using GNU make to drive the
execution of the automake's test suite.

* tests/defs-static.in (TEX, EGREP, FGREP, SHELL, PERL, MAKE,
AUTOCONF, AUTOM4TE, AUTORECONF, AUTOHEADER, AUTOUPDATE,
original_AUTOMAKE, original_ACLOCAL): Allow and prefer overriding
through corresponding `AM_TESTSUITE_..' variables; for example,
$GREP can now be overridden by an exported `$AM_TESTSUITE_GREP'
ChangeLog
tests/defs-static.in