* tests/pr300-lib.test, tests/pr300-ltlib.test,
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 7 Mar 2002 12:26:41 +0000 (12:26 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 7 Mar 2002 12:26:41 +0000 (12:26 +0000)
tests/pr300-prog.test: Use AC_OUTPUT, not AC_OUTPUT(Makefile), so
Autoconf doesn't complain about Makefile being output twice.

ChangeLog
tests/pr300-lib.test
tests/pr300-ltlib.test
tests/pr300-prog.test

index e9b65b1..84b1b4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/pr300-lib.test, tests/pr300-ltlib.test,
+       tests/pr300-prog.test: Use AC_OUTPUT, not AC_OUTPUT(Makefile), so
+       Autoconf doesn't complain about Makefile being output twice.
+
 2002-03-06  Tom Tromey  <tromey@redhat.com>
 
        * configure.in: Upped version to 1.6a.
index 60161e3..2b5dfc8 100755 (executable)
@@ -10,7 +10,7 @@ set -e
 cat >> configure.in << 'END'
 AC_PROG_RANLIB
 AC_PROG_CC
-AC_OUTPUT(Makefile)
+AC_OUTPUT
 END
 
 cat > Makefile.am << 'END'
index 531aeb4..eb6c686 100755 (executable)
@@ -11,7 +11,7 @@ set -e
 cat >> configure.in << 'END'
 AC_PROG_CC
 AC_PROG_LIBTOOL
-AC_OUTPUT(Makefile)
+AC_OUTPUT
 END
 
 cat > Makefile.am << 'END'
index cc455cc..ed96be0 100755 (executable)
@@ -9,7 +9,7 @@ set -e
 
 cat >> configure.in << 'END'
 AC_PROG_CC
-AC_OUTPUT(Makefile)
+AC_OUTPUT
 END
 
 cat > Makefile.am << 'END'