summaryrefslogtreecommitdiff
path: root/tests/depend3.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/depend3.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/depend3.test')
-rwxr-xr-xtests/depend3.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/depend3.test b/tests/depend3.test
index 53ed9fc23..7ff4909ce 100755
--- a/tests/depend3.test
+++ b/tests/depend3.test
@@ -8,7 +8,7 @@ cat > configure.in << 'END'
PACKAGE=nonesuch
VERSION=nonesuch
AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
AC_PROG_CC
AC_SUBST(DEPS)
AC_OUTPUT(Makefile)