* Ralf Wildenhues wrote on Sun, Sep 26, 2010 at 08:40:48AM CEST: > * Stefano Lattarini wrote on Sat, Sep 25, 2010 at 05:35:31PM CEST: > > -$ACLOCAL --version > > -$ACLOCAL --help > > -$AUTOMAKE --version > > -$AUTOMAKE --help > > +"$curdir/aclocal-$APIVERSION" --version > > +"$curdir/aclocal-$APIVERSION" --help > > +"$curdir/automake-$APIVERSION" --version > > +"$curdir/automake-$APIVERSION" --help > > I don't see the "$curdir/" prefixing should be needed. The relevant > programs are in $PATH. Likewise for all instances below and in the new > tets.
To clarify, this change would make a future "installcheck" harder. Cheers, Ralf