]> sourceware.org Git - automake.git/commitdiff
* tests/pr220.test: Use `required' to pick up gcc.
authorTom Tromey <tromey@redhat.com>
Sun, 30 Dec 2001 20:49:41 +0000 (20:49 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 30 Dec 2001 20:49:41 +0000 (20:49 +0000)
ChangeLog
tests/pr220.test

index 611d3a322b59b46a7028830657ccb597d3101391..d4e190349b2d1529b3e0b1483db8e1f24f23a629 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-12-30  Tom Tromey  <tromey@redhat.com>
 
+       * tests/pr220.test: Use `required' to pick up gcc.
+
        For PR automake/243:
        * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Strip everything
        after `:'.
index c151201ff4997785fc7cea87f3018b933472d1b3..1c8178b9ae02cf02a3d850bb292c010114b665bd 100755 (executable)
@@ -2,6 +2,7 @@
 
 # Test for PR automake/220.
  
+required=gcc
 . $srcdir/defs || exit 1
 
 cat >main.c <<EOF
@@ -32,9 +33,6 @@ AC_ARG_ENABLE(foo,
 AC_OUTPUT(Makefile)
 EOF
 
-# Fail gracefully if no gcc.
-(gcc -v) > /dev/null 2>&1 || exit 77
-
 touch README NEWS AUTHORS ChangeLog
 
 mkdir build
This page took 0.033231 seconds and 5 git commands to generate.