summaryrefslogtreecommitdiff
path: root/tests/ccnoco.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-07-21 18:55:37 +0000
committerTom Tromey <tromey@redhat.com>2001-07-21 18:55:37 +0000
commit5bab402646b445196b5be269a7ab3f668e6af1e2 (patch)
treeb748453deb23f1acae73340215d91bc5d16a47f4 /tests/ccnoco.test
parent83fb7ef121b7dd35bdbd40cf9f699bfb654b8851 (diff)
downloadautomake-5bab402646b445196b5be269a7ab3f668e6af1e2.tar.gz
* tests/ccnoco.test: Removed `configure.2' test; in autocon 2.50
AC_PROG_CC_C_O does require AC_PROG_CC.
Diffstat (limited to 'tests/ccnoco.test')
-rwxr-xr-xtests/ccnoco.test14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/ccnoco.test b/tests/ccnoco.test
index 02329df70..346db513f 100755
--- a/tests/ccnoco.test
+++ b/tests/ccnoco.test
@@ -13,18 +13,6 @@ AM_PROG_CC_C_O
AC_OUTPUT(Makefile)
END
-# This is just like the first one but we reverse the order of
-# the PROG_CC macros. Really these should be equivalent,
-# since AC_PROG_CC_C_O should probably require AC_PROG_CC.
-# (Investigation might show that we should just remove this test.)
-cat > configure.2 << 'END'
-AC_INIT(a.c)
-AM_INIT_AUTOMAKE(nonesuch, 0.23)
-AM_PROG_CC_C_O
-AC_PROG_CC
-AC_OUTPUT(Makefile)
-END
-
# This one makes sure that $CC can be used after AM_PROG_CC_C_O.
cat > configure.3 << 'END'
AC_INIT(a.c)
@@ -71,7 +59,7 @@ chmod +x Mycomp
set -e
-for conf in configure.1 configure.2 configure.3; do
+for conf in configure.1 configure.3; do
cp $conf configure.in
$ACLOCAL