This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
aclocal.test failure
- From: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- To: automake at gnu dot org
- Date: Fri, 12 Nov 2004 17:39:35 +0000
- Subject: aclocal.test failure
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