]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fix tests on aclocal search path precedences
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 22 Sep 2011 14:40:03 +0000 (16:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 22 Sep 2011 14:40:03 +0000 (16:40 +0200)
* tests/aclocal-path-precedence.test: Call `$ACLOCAL' with the
proper overridden system acdir.

ChangeLog
tests/aclocal-path-precedence.test

index 05baf760b16aa49c04128666f0a87a93352d65a4..f80f4b51e1d035b0c6a16a71e3d75c701ee3f028 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        docs: document planned precedence changes in aclocal search path
index 0378fb2d0f4918d720fcd870b81ad179b834bd23..b170dd5f3a83b079f34cf1d24c94fe15f6cae2d8 100755 (executable)
@@ -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.