automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: aclocal.test failure


From: Alexandre Duret-Lutz
Subject: Re: aclocal.test failure
Date: Wed, 17 Nov 2004 23:13:17 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

>>> "Patrick" == Patrick Welche <address@hidden> writes:
 adl> [...]

 Patrick> I actually wonder, why is it using the old (well, 13 Oct) installed
 Patrick> /usr/local/bin/aclocal-1.9a rather than the new aclocal created
 Patrick> in /usr/src/local/automake ?

 adl> I don't know: the test suite displays $PATH right before the start
 adl> of your quote.  It should use
 adl> /usr/src/local/automake/tests/aclocal-1.9a, which itself
 adl> redirects to /usr/src/local/automake/aclocal.

Bloody me; it's doing exactly that.  The test is simply not
checking for the expected output.  Don't know how I missed that.

2004-11-17  Alexandre Duret-Lutz  <address@hidden>

        * tests/defs.in (testaclocaldir): New variable.
        * tests/aclocal.test: Use it to fix the test.  Report from
        Patrick Welche.

Index: tests/aclocal.test
===================================================================
RCS file: /cvs/automake/automake/tests/aclocal.test,v
retrieving revision 1.6
diff -u -r1.6 aclocal.test
--- tests/aclocal.test  9 Nov 2004 20:24:42 -0000       1.6
+++ tests/aclocal.test  17 Nov 2004 22:09:21 -0000
@@ -30,4 +30,4 @@
 $ACLOCAL --unknown-option 2>stderr && exit 1
 grep help stderr
 
-test "`$ACLOCAL --print-ac-dir`" = "$aclocaldir"
+test "`$ACLOCAL --print-ac-dir`" = "$testaclocaldir"
Index: tests/defs.in
===================================================================
RCS file: /cvs/automake/automake/tests/defs.in,v
retrieving revision 1.33
diff -u -r1.33 defs.in
--- tests/defs.in       4 Nov 2004 22:19:41 -0000       1.33
+++ tests/defs.in       17 Nov 2004 22:09:22 -0000
@@ -300,6 +300,8 @@
     ;;
 esac
 
+testaclocaldir='@abs_top_srcdir@/m4'
+
 # POSIX no longer requires 'egrep' and 'fgrep',
 # but some hosts lack 'grep -E' and 'grep -F'.
 EGREP='@EGREP@'

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]