summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-10-21 17:08:49 +0000
committerTom Tromey <tromey@redhat.com>1997-10-21 17:08:49 +0000
commit58125efa2a57251b5060f1a398a775a9e41839a3 (patch)
tree69fc0c7cdcd448dbb7344ccad6cd87dea7b5b6b8
parent7bbd2884943e911c2d4b25b72aac0c30b839079f (diff)
downloadautomake-58125efa2a57251b5060f1a398a775a9e41839a3.tar.gz
fix for test
-rw-r--r--tests/ChangeLog2
-rwxr-xr-xtests/depacl2.test2
2 files changed, 3 insertions, 1 deletions
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 <tromey@cygnus.com>
+ * 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 .