Hello!
With the today's CVS automake the testsuite fails in subobj2.test on my
RedHat Linux 7.
$ make check TESTS=subobj2.test VERBOSE=1
make check-TESTS
make[1]: Entering directory `/home/proski/src/automake/tests'
=== Running test ./subobj2.test
Makefile.am:0: @AMDEP@CXXDEPMODE multiply defined in condition TRUE
@AMDEP@CXXDEPMODE (Automake, where = 0) =
{
TRUE => @CXXDEPMODE@
}
FAIL: subobj2.test
===================
1 of 1 tests failed
===================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory `/home/proski/src/automake/tests'
make: *** [check-am] Error 2
The failure happens during the "automake" invocation. Makefile.in is
created and contains the following string twice:
@AMDEP@CXXDEPMODE = @CXXDEPMODE@
Regards,
Pavel Roskin