From: Tom Tromey Date: Tue, 21 Oct 1997 17:08:49 +0000 (+0000) Subject: fix for test X-Git-Tag: Release-1-2d~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58125efa2a57251b5060f1a398a775a9e41839a3;p=thirdparty%2Fautomake.git fix for test --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 9ad1eb6f4..18ec67c74 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ Tue Oct 21 00:46:24 1997 Tom Tromey + * depacl2.test: Use -I, not --acdir. + * install.test: New file. * ammissing.test: New file. diff --git a/tests/depacl2.test b/tests/depacl2.test index 26e99b230..bb7c66074 100755 --- a/tests/depacl2.test +++ b/tests/depacl2.test @@ -14,4 +14,4 @@ AC_REQUIRE([AC_HEADER_STDC]) END # Our --acdir overrides the one in $ACLOCAL. -$ACLOCAL --acdir=. +$ACLOCAL -I .