Hi,
using 'make maintainer-check' noticed at failed tests,
lines like this appear in the testuite.log output file:
./regression.at:1037: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o expect2
expect2.cc $LIBS
and the $(CXX) etc. are not expanded into 'g++' etc.
asked the autoconf mailling list about it:
http
On Sun, 24 Jan 2010, tys lefering wrote:
> it is possible with bison to run the command:
> make maintainer-check TESTSUITEFLAGS="--trace"
> and then the output has the $(CC) etc. expanded like this:
> ++ gcc -std=gnu99 -g
Thanks. I had forgotten about this helpful option.
> maybe the --trace