On a recent NetBSD/i386 system with today's cvs autoconf/automake: === Running test ./aclocal.test + pwd /usr/src/local/automake/tests/testSubDir + set -e + aclocal-1.9a -Werror --output=fred + test -f fred + aclocal-1.9a -Werror --unknown-option + grep help stderr aclocal: Try `/usr/src/local/automake/tests/.././aclocal --help' for more information. + aclocal-1.9a -Werror --print-ac-dir + test /usr/src/local/automake/tests/../m4 = /usr/local/share/aclocal FAIL: aclocal.test =====================================
I actually wonder, why is it using the old (well, 13 Oct) installed /usr/local/bin/aclocal-1.9a rather than the new aclocal created in /usr/src/local/automake ? Cheers, Patrick