Please don't use test -e - it is not available in Solaris' /bin/sh. $ make check TESTS=conflnk3.test VERBOSE=t make defs aclocal-1.8 automake-1.8 make[1]: Entering directory `/tmp/automake-1.8.3/tests' make[1]: `defs' is up to date. make[1]: `aclocal-1.8' is up to date. make[1]: `automake-1.8' is up to date. make[1]: Leaving directory `/tmp/automake-1.8.3/tests' make check-TESTS make[1]: Entering directory `/tmp/automake-1.8.3/tests' /tmp/automake-1.8.3/tests:/usr/openwin/bin:/usr/local/bin:/usr/local/sbin:/bin:/usr/bin:/usr/local/X11/bin:/sbin:/usr/sbin:/usr/ccs/bin:/usr/dt/bin:/usr/ucb === Running test ./conflnk3.test /tmp/automake-1.8.3/tests/testSubDir ./conflnk3.test: test: argument expected FAIL: conflnk3.test ===================================== 1 of 1 tests failed Please report to [EMAIL PROTECTED]
No idea about this one. $ make check TESTS=acloca14.test VERBOSE=t make defs aclocal-1.8 automake-1.8 make[1]: Entering directory `/tmp/automake-1.8.3/tests' make[1]: `defs' is up to date. make[1]: `aclocal-1.8' is up to date. make[1]: `automake-1.8' is up to date. make[1]: Leaving directory `/tmp/automake-1.8.3/tests' make check-TESTS make[1]: Entering directory `/tmp/automake-1.8.3/tests' /tmp/automake-1.8.3/tests:/usr/openwin/bin:/usr/local/bin:/usr/local/sbin:/bin:/usr/bin:/usr/local/X11/bin:/sbin:/usr/sbin:/usr/ccs/bin:/usr/dt/bin:/usr/ucb acloca14: running make --version -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. === Running test ./acloca14.test /tmp/automake-1.8.3/tests/testSubDir m4_include([acinclude.m4]) checking for a BSD-compatible install... /usr/local/gnu/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile { test ! -d acloca14-1.0 || { find acloca14-1.0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr acloca14-1.0; }; } mkdir acloca14-1.0 find acloca14-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /tmp/automake-1.8.3/tests/testSubDir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r acloca14-1.0 test -f acloca14-1.0/acinclude.m4 test -f acloca14-1.0/a.m4 test -f acloca14-1.0/b.m4 test -f acloca14-1.0/c.m4 test -f acloca14-1.0/d.m4 test ! -d acloca14-1.0/defs cd . && /bin/bash /tmp/automake-1.8.3/tests/testSubDir/missing --run aclocal-1.8 -I defs cd . && /bin/bash /tmp/automake-1.8.3/tests/testSubDir/missing --run automake-1.8 --foreign cd . && /bin/bash /tmp/automake-1.8.3/tests/testSubDir/missing --run autoconf /bin/bash ./config.status --recheck running /bin/bash ./configure --no-create --no-recursion checking for a BSD-compatible install... /usr/local/gnu/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: creating ./config.status /bin/bash ./config.status config.status: creating Makefile make: Nothing to be done for `all'. aclocal.m4 stamp differ: char 42, line 1 FAIL: acloca14.test ===================================== 1 of 1 tests failed Please report to [EMAIL PROTECTED] ===================================== make[1]: *** [check-TESTS] Error 1 make[1]: Leaving directory `/tmp/automake-1.8.3/tests' make: *** [check-am] Error 2