Preserve the original values of --host / --build.
commit441f36ee8d1fab8eef641dedfcbc4155db39a9b0
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 13 Nov 2007 06:59:57 +0000 (13 07:59 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 13 Nov 2007 07:26:03 +0000 (13 08:26 +0100)
tree4be093fe5a2693d130cb450253fcb95668e654a4
parent5d2fd2822f5170ce009e398b6ec4f15e212a0bd6
Preserve the original values of --host / --build.

This fixes `make check' in cross-compilation environments.
* tests/atlocal.in ($build, $host): Replace with ...
($build_alias, $host_alias): ... these.  New.
* tests/testsuite.at (AT_CHECK_AUTOCONF): Use them here.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
ChangeLog
tests/atlocal.in
tests/testsuite.at