From: Stefano Lattarini Date: Thu, 22 Sep 2011 14:40:03 +0000 (+0200) Subject: tests: fix tests on aclocal search path precedences X-Git-Tag: v1.11.1b~17^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33805241126d1b087eb8af401a5f84cb33e88a3d;p=thirdparty%2Fautomake.git tests: fix tests on aclocal search path precedences * tests/aclocal-path-precedence.test: Call `$ACLOCAL' with the proper overridden system acdir. --- diff --git a/ChangeLog b/ChangeLog index 05baf760b..f80f4b51e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-22 Stefano Lattarini + + 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 docs: document planned precedence changes in aclocal search path diff --git a/tests/aclocal-path-precedence.test b/tests/aclocal-path-precedence.test index 0378fb2d0..b170dd5f3 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.