]> sourceware.org Git - automake.git/commitdiff
* tests/subobj3.test: Exit with status 77 if gcc not found.
authorTom Tromey <tromey@redhat.com>
Fri, 16 Feb 2001 06:16:27 +0000 (06:16 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 16 Feb 2001 06:16:27 +0000 (06:16 +0000)
* tests/pr9.test: Exit with status 77 if gzip not found.
* tests/pr87.test: Exit with status 77 if gcc not found.
* tests/pr19.test: Exit with status 77 if gzip or gcc not found.
* tests/install2.test: Exit with status 77 if gzip not found.
* tests/exsource.test: Exit with status 77 if GNU make not found.
* tests/ansi3.test: Exit with status 77 if gcc not found.

* tests/target-cflags.test: Require GNU make.  Exit with status 77
if gcc or make not found.  Fixes PR automake/121.

ChangeLog
tests/ansi3.test
tests/exsource.test
tests/install2.test
tests/pr19.test
tests/pr87.test
tests/pr9.test
tests/subobj3.test
tests/target-cflags.test

index 3c959a4dc21e67fc0431876bd476eeed0f874ef9..df053b4ac0cb17424f2aea26abebbe82baac53e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2001-02-15  Tom Tromey  <tromey@redhat.com>
 
+       * tests/subobj3.test: Exit with status 77 if gcc not found.
+       * tests/pr9.test: Exit with status 77 if gzip not found.
+       * tests/pr87.test: Exit with status 77 if gcc not found.
+       * tests/pr19.test: Exit with status 77 if gzip or gcc not found.
+       * tests/install2.test: Exit with status 77 if gzip not found.
+       * tests/exsource.test: Exit with status 77 if GNU make not found.
+       * tests/ansi3.test: Exit with status 77 if gcc not found.
+
+       * tests/target-cflags.test: Require GNU make.  Exit with status 77
+       if gcc or make not found.  Fixes PR automake/121.
+
        * configure.in: Require Perl 5.005.
        * automake.in: Require 5.005.
 
index 858b0094953e8320bbb5e138cc091d3df17d270c..f10b21f160ea3cba05881fb38b48221785d00927 100755 (executable)
@@ -32,7 +32,7 @@ END
 $needs_autoconf
 
 # Likewise for gcc.
-(gcc -v) > /dev/null 2>&1 || exit 0
+(gcc -v) > /dev/null 2>&1 || exit 77
 
 # We use gcc and not gcc -traditional as the latter fails on some
 # Linux boxes (Red Hat 5.1 in particular).
index cb5bed5c69a906951c53895e90654a123ba9fb47..7f2651059f8c1597b6950d799c16f678b3439001 100755 (executable)
@@ -8,7 +8,7 @@
 # This test relies on GNU make.
 $MAKE --version > /dev/null 2>&1 || {
    # Nope.
-   exit 0
+   exit 77
 }
 
 cat >> configure.in << 'END'
index 9980e119f6d98602e9a836d69ba6d55f7095d21c..dd1aa40f1bb0c6a8027599876804a8fc31fafa6f 100755 (executable)
@@ -24,7 +24,7 @@ rm -f install-sh mkinstalldirs missing
 $needs_autoconf
 
 # Likewise for gzip.
-(gzip --version) > /dev/null 2>&1 || exit 0
+(gzip --version) > /dev/null 2>&1 || exit 77
 
 $ACLOCAL || exit 1
 $AUTOCONF || exit 1
index 1798404d57765957bda682e16be52a8da67c9843..ca6225532ed631715524623ccb91e30614287872 100755 (executable)
@@ -37,10 +37,10 @@ echo %% > foo.l
 $needs_autoconf
 
 # Likewise for gcc.
-(gcc -v) > /dev/null 2>&1 || exit 0
+(gcc -v) > /dev/null 2>&1 || exit 77
 
 # Likewise for gzip.
-(gzip --version) > /dev/null 2>&1 || exit 0
+(gzip --version) > /dev/null 2>&1 || exit 77
 
 $ACLOCAL || exit 1
 $AUTOCONF || exit 1
index b6c25f0530ca7270c248bea5167d59b37f170a2f..a027606ef399262ea68b89e75c98831cf09b1ccf 100755 (executable)
@@ -30,7 +30,7 @@ EOF
 $needs_autoconf
 
 # Likewise for gcc.
-(gcc -v) > /dev/null 2>&1 || exit 0
+(gcc -v) > /dev/null 2>&1 || exit 77
 
 touch README NEWS AUTHORS ChangeLog
 
index 735a3ae12931a3afd4d55f3e4bffc99716713aa7..952588a0441ef0fe7094d40bc14e4c2c8bdd0d84 100755 (executable)
@@ -23,7 +23,7 @@ mkdir support
 $needs_autoconf
 
 # Likewise for gzip.
-(gzip --version) > /dev/null 2>&1 || exit 0
+(gzip --version) > /dev/null 2>&1 || exit 77
 
 $ACLOCAL || exit 1
 
index bfd36ebbc232ef069101cd112c3f66ec5ab5d756..bdd403e0f8d058e52b41280f12d37ef1803b2524 100755 (executable)
@@ -40,7 +40,7 @@ END
 $needs_autoconf
 
 # Likewise for gcc.
-(gcc -v) > /dev/null 2>&1 || exit 0
+(gcc -v) > /dev/null 2>&1 || exit 77
 
 # We use gcc and not gcc -traditional as the latter fails on some
 # Linux boxes (Red Hat 5.1 in particular).
index 4179a55fa691e472fc304a09aeef49bfe547cd02..5f07ba1ce4fab70f0d08375af10e00c0ba165a0d 100755 (executable)
@@ -41,7 +41,10 @@ END
 $needs_autoconf
 
 # Likewise for gcc.
-(gcc -v) > /dev/null 2>&1 || exit 0
+(gcc -v) > /dev/null 2>&1 || exit 77
+
+# Likewise for GNU make.
+($MAKE --version) > /dev/null 2>&1 || exit 77
 
 $ACLOCAL \
    && $AUTOCONF \
This page took 0.037186 seconds and 5 git commands to generate.