From 502c58a6586a108db42d9a5969c7c1fd3d4979bf Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 7 Mar 2002 12:26:39 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ tests/pr300-lib.test | 2 +- tests/pr300-ltlib.test | 2 +- tests/pr300-prog.test | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9b65b1b..84b1b4aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-03-07 Alexandre Duret-Lutz + + * 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 * configure.in: Upped version to 1.6a. diff --git a/tests/pr300-lib.test b/tests/pr300-lib.test index 60161e35..2b5dfc8f 100755 --- a/tests/pr300-lib.test +++ b/tests/pr300-lib.test @@ -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' diff --git a/tests/pr300-ltlib.test b/tests/pr300-ltlib.test index 531aeb44..eb6c6864 100755 --- a/tests/pr300-ltlib.test +++ b/tests/pr300-ltlib.test @@ -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' diff --git a/tests/pr300-prog.test b/tests/pr300-prog.test index cc455cc1..ed96be0b 100755 --- a/tests/pr300-prog.test +++ b/tests/pr300-prog.test @@ -9,7 +9,7 @@ set -e cat >> configure.in << 'END' AC_PROG_CC -AC_OUTPUT(Makefile) +AC_OUTPUT END cat > Makefile.am << 'END' -- 2.43.5