]> sourceware.org Git - automake.git/commitdiff
* tests/pr300-lib.test, tests/pr300-ltlib.test,
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 7 Mar 2002 12:26:39 +0000 (12:26 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 7 Mar 2002 12:26:39 +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 e9b65b1b5931866e688638301b0d9a59b1c0ae80..84b1b4aa59b6377de991479e69d110585f505f3e 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 60161e35c1e24d428f7797d074071af62cf669d2..2b5dfc8f47710ba074a2bd1894a2cc5230ad5929 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 531aeb442c062ca8eca143310319623b42e9853f..eb6c6864c33ce603ccb2e0696030ab1d6efc722f 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 cc455cc16d3ab81bcf07a520bf04efd7f3244285..ed96be0b1922a95bd2fc0332b2a152355e68bbdd 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'
This page took 0.035676 seconds and 5 git commands to generate.