summaryrefslogtreecommitdiff
path: root/tests/aclocal.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-09-26 19:06:21 +0000
committerTom Tromey <tromey@redhat.com>1998-09-26 19:06:21 +0000
commit1de3ff4766cbadd87f57d5f4bacc35ed5b47f644 (patch)
tree216aa13b6010e3c8cc158bc74fab63f0f14b53dc /tests/aclocal.test
parentc7266e91052c56dac9060bbf03f60ac2aa17fe9a (diff)
downloadautomake-1de3ff4766cbadd87f57d5f4bacc35ed5b47f644.tar.gz
* aclocal.test: Put AM_INIT_AUTOMAKE into configure.in.
* library.test: Use AC_EXEEXT. * texinfo5.test: Use AC_EXEEXT. * Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.
Diffstat (limited to 'tests/aclocal.test')
-rwxr-xr-xtests/aclocal.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/aclocal.test b/tests/aclocal.test
index 3b423b64b..7192fdaad 100755
--- a/tests/aclocal.test
+++ b/tests/aclocal.test
@@ -4,5 +4,8 @@
# Alexandre Oliva.
. $srcdir/defs || exit 1
+# configure.in has to have some macro that aclocal can find.
+echo 'AM_INIT_AUTOMAKE' >> configure.in
+
$ACLOCAL --output=fred || exit 1
test -f fred