]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix testsuite program wrapper for whitespace in `pwd`.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 4 Dec 2007 21:47:42 +0000 (22:47 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 8 Dec 2007 10:52:15 +0000 (11:52 +0100)
commit814cfb9003a3d7d488bd94e09785b02dd3f7c177
tree214775b1551d5ffe05d710ad73524dbbd5537949
parentce429ecdc03698025176d3003e113e6e003b429f
Fix testsuite program wrapper for whitespace in `pwd`.

The problem here is that the usual mantra is that command
variables can contain arguments, thus we cannot just escape
$AUTOCONF, $AUTOM4TE etc.  The compromise is to put the
$top_builddir/tests directory early in $PATH, so that the
wrappers are found by their plain name.

* tests/wrapper.as: Put $testdir early in $PATH.
(AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
ChangeLog
tests/wrapper.as