]> sourceware.org Git - automake.git/commitdiff
* tests/ccnoco.test: Removed `configure.2' test; in autocon 2.50
authorTom Tromey <tromey@redhat.com>
Sat, 21 Jul 2001 18:55:36 +0000 (18:55 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 21 Jul 2001 18:55:36 +0000 (18:55 +0000)
AC_PROG_CC_C_O does require AC_PROG_CC.

ChangeLog
tests/ccnoco.test

index 5523a50547b2f74d8a594b9b53aaecc3d41646de..d7a135f4e564357f2b679b202e2af0108053877f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-07-21  Tom Tromey  <tromey@redhat.com>
 
+       * tests/ccnoco.test: Removed `configure.2' test; in autocon 2.50
+       AC_PROG_CC_C_O does require AC_PROG_CC.
+
        From Erik Lindahl:
        * lib/depcomp (tru64): Some Tru64 compilers use `foo.d' and not
        `foo.o.d'.
index 02329df70b85ba4ba73c7c95520b06d2cf164cc4..346db513f18aed0b8aaff247212d110a10af051b 100755 (executable)
@@ -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
This page took 0.034552 seconds and 5 git commands to generate.