* aclocal.test: Put AM_INIT_AUTOMAKE into configure.in.
authorTom Tromey <tromey@redhat.com>
Sat, 26 Sep 1998 19:06:21 +0000 (19:06 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 26 Sep 1998 19:06:21 +0000 (19:06 +0000)
* library.test: Use AC_EXEEXT.
* texinfo5.test: Use AC_EXEEXT.
* Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.

19 files changed:
tests/ChangeLog
tests/aclocal.test
tests/conf2.test
tests/confsub.test
tests/defs
tests/depend2.test
tests/depend3.test
tests/fpinst2.test
tests/fpinstall.test
tests/gnits.test
tests/library.test
tests/package.test
tests/proginst.test
tests/scripts.test
tests/stamph.test
tests/subdir.test
tests/subdir2.test
tests/tagsub.test
tests/texinfo5.test

index 6031cd5..fbdaf8c 100644 (file)
@@ -1,5 +1,10 @@
 Sat Sep 26 19:17:43 1998  Tom Tromey  <tromey@cygnus.com>
 
+       * 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.
+
        Test suite updates for the @SHELL@ change:
        * exsource.test: Set SHELL on `make' command line.
        * ansi.test: Set SHELL on `make' command line.
index 3b423b6..7192fda 100755 (executable)
@@ -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
index 31fa6f0..52a0265 100755 (executable)
@@ -10,7 +10,7 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
 AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index 8108309..d7ba30f 100755 (executable)
@@ -11,7 +11,7 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
 AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile subdir/Makefile)
 END
 
index f208153..d21540a 100644 (file)
@@ -28,7 +28,7 @@ cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index 7f08c65..8978165 100755 (executable)
@@ -11,7 +11,7 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
 AC_PROG_MAKE_SET
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_PROG_CC
 AC_OUTPUT(Makefile src/Makefile)
 END
index 53ed9fc..7ff4909 100755 (executable)
@@ -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)
index dfa23c2..ed814cb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Test to make sure "reversed" order of AM_PROG_INSTALL and
+# Test to make sure "reversed" order of AC_PROG_INSTALL and
 # AC_PROG_INSTALL is not buggy.
 
 . $srcdir/defs || exit 1
@@ -9,7 +9,7 @@ cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
index 001b423..d5ed8f4 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Test for bug reported by Thomas Morgan.  If both AM_PROG_INSTALL and
+# Test for bug reported by Thomas Morgan.  If both AC_PROG_INSTALL and
 # AC_PROG_INSTALL appear in configure.in, bad error results.
 
 . $srcdir/defs || exit 1
@@ -10,7 +10,7 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
 AC_PROG_INSTALL
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index 3866804..e4243be 100755 (executable)
@@ -8,7 +8,7 @@ cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=3.5.3.2
 AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index 0dcbcea..baf6109 100755 (executable)
@@ -7,7 +7,7 @@
 cat >> configure.in << 'END'
 AC_PROG_RANLIB
 AM_MAINTAINER_MODE
-AM_EXEEXT
+AC_EXEEXT
 AC_PROG_CC
 END
 
index a7f4852..f920d7e 100755 (executable)
@@ -6,7 +6,7 @@
 
 cat > configure.in << 'END'
 AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index 8065437..1a3d106 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # Test for bug where when multiple scripts are installed,
-# the check for AM_PROG_INSTALL fails.
+# the check for AC_PROG_INSTALL fails.
 
 . $srcdir/defs || exit 1
 
index 7ef1b02..6f7c15a 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # Test for bug reported by Jim Meyering.
-# AM_PROG_INSTALL was required when only noinst_SCRIPTS was defined.
+# AC_PROG_INSTALL was required when only noinst_SCRIPTS was defined.
 
 . $srcdir/defs || exit 1
 
index 2152393..bf3b3f7 100755 (executable)
@@ -8,7 +8,7 @@ cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile stamp-h)
 END
 
index 4e66718..a3fa485 100755 (executable)
@@ -12,7 +12,7 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
 AC_PROG_MAKE_SET
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile zot/Makefile)
 END
 
index 672435c..485cae7 100755 (executable)
@@ -12,7 +12,7 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
 AC_PROG_MAKE_SET
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile one/Makefile one/two/Makefile)
 END
 
index 805e8d3..54be5a8 100755 (executable)
@@ -22,7 +22,7 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
 AC_PROG_MAKE_SET
-AM_PROG_INSTALL
+AC_PROG_INSTALL
 AC_OUTPUT(Makefile sub/Makefile)
 END
 
index 2497d78..0548709 100755 (executable)
@@ -6,7 +6,7 @@
 
 cat >> configure.in << 'END'
 AM_MAINTAINER_MODE
-AM_EXEEXT
+AC_EXEEXT
 END
 
 cat > Makefile.am << 'END'