summaryrefslogtreecommitdiff
path: root/tests/acloca10.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acloca10.test')
-rwxr-xr-xtests/acloca10.test5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/acloca10.test b/tests/acloca10.test
index 7716f2aa8..d7a058f60 100755
--- a/tests/acloca10.test
+++ b/tests/acloca10.test
@@ -65,8 +65,7 @@ grep MACRO3 aclocal.m4
test ! -f m4_1/macro.m4
test ! -f m4_2/macro.m4
-ACLOCAL_TESTSUITE_FLAGS='-I m4_1 -I m4_2'
-$ACLOCAL --install
+$ACLOCAL -I m4_1 -I m4_2 --install
$AUTOCONF
./configure
grep macro11 foo
@@ -78,7 +77,7 @@ test ! -f m4_2/macro.m4
cp aclocal.m4 copy.m4
echo '#GREPME' >>dirlist-test/macro.m4
-$ACLOCAL --install
+$ACLOCAL -I m4_1 -I m4_2 --install
$AUTOCONF
./configure
grep macro11 foo