automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} tests: fix tests on aclocal search path precedences


From: Stefano Lattarini
Subject: [FYI] {maint} tests: fix tests on aclocal search path precedences
Date: Thu, 22 Sep 2011 16:47:01 +0200

* tests/aclocal-path-precedence.test: Call `$ACLOCAL' with the
proper overridden system acdir.
---
 ChangeLog                          |    6 ++++++
 tests/aclocal-path-precedence.test |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 05baf76..f80f4b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-22  Stefano Lattarini  <address@hidden>
+
+       tests: fix tests on aclocal search path precedences
+       * tests/aclocal-path-precedence.test: Call `$ACLOCAL' with the
+       proper overridden system acdir.
+
 2011-09-20  Stefano Lattarini  <address@hidden>
 
        docs: document planned precedence changes in aclocal search path
diff --git a/tests/aclocal-path-precedence.test 
b/tests/aclocal-path-precedence.test
index 0378fb2..b170dd5 100755
--- a/tests/aclocal-path-precedence.test
+++ b/tests/aclocal-path-precedence.test
@@ -64,7 +64,7 @@ END
 
 echo ./extradir > sysdir/dirlist
 
-ACLOCAL_PATH=mdir1:mdir2 $ACLOCAL -I mdir3
+ACLOCAL_PATH=mdir1:mdir2 $ACLOCAL -I mdir3 --system-acdir sysdir
 $AUTOCONF
 
 $FGREP '::' configure # For debugging.
-- 
1.7.2.3




reply via email to

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