On Wed, Feb 13, 2002 at 06:03:41PM +0100, Alexandre Duret-Lutz wrote: > >>> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: > > [...] > > Patrick> Hints on where to delve/how to fix? > > Yep: could you run the same test with VERBOSE=x? > i.e. > gmake check TESTS=make.test VERBOSE=x
=== Running test ./make.test + cat + : + : + set -e + perl ../../aclocal -I /usr/src/local/automake/tests/testSubDir/../../m4 +--acdir=/usr/src/local/automake/tests/../m4 + autoconf + perl ../../automake --libdir=/usr/src/local/automake/tests/../lib --foreign --Werror + export ACLOCAL + export AUTOCONF + export AUTOMAKE + save=gmake + MAKE=gmake ./configure checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether gmake sets ${MAKE}... yes checking for style of include used by gmake ... GNU configure: creating ./config.status config.status: creating Makefile + fgrep am__include = # Makefile FAIL: make.test =================== 1 of 1 tests failed =================== gmake[1]: *** [check-TESTS] Error 1 gmake[1]: Leaving directory `/usr/src/local/automake/tests' gmake: *** [check-am] Error 2 (I'm still none the wiser :( ) Cheers, Patrick