From 1de3ff4766cbadd87f57d5f4bacc35ed5b47f644 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 26 Sep 1998 19:06:21 +0000 Subject: * 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. --- tests/depend3.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/depend3.test') 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) -- cgit v1.2.1