From 58125efa2a57251b5060f1a398a775a9e41839a3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 21 Oct 1997 17:08:49 +0000 Subject: [PATCH] fix for test --- tests/ChangeLog | 2 ++ tests/depacl2.test | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 . -- 2.47.3