From: Tom Tromey Date: Tue, 21 Oct 1997 17:08:49 +0000 (+0000) Subject: fix for test X-Git-Tag: v1.10.2~3031 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58125efa2a57251b5060f1a398a775a9e41839a3;p=platform%2Fupstream%2Fautomake.git fix for test --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 9ad1eb6..18ec67c 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 26e99b2..bb7c660 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 .