]> sourceware.org Git - automake.git/commitdiff
* tests/defs.in: Handle required=bzip2.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Nov 2003 20:09:39 +0000 (20:09 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Nov 2003 20:09:39 +0000 (20:09 +0000)
ChangeLog
tests/defs.in

index 58d0c754a95adf2421e885dc6c89a2c0197cbbfc..a01a195f076d648c7ee5838bda3c5ec5e41b4063 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-11-10  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/defs.in: Handle required=bzip2.
+
        * tests/defs.in: Export SHELL.
        * tests/cond11.test: Missing quotes.
        * tests/nogzip2.test: Require bzip2.
index 9cdc9664aa3c06428780063fe959862d83b9f208..bc3fd14c62092d7b18da9bc71ebaedd255a9d8e7 100644 (file)
@@ -97,6 +97,11 @@ then
        echo "$me: running bison --version"
        ( bison --version ) || exit 77
        ;;
+      bzip2)
+       # Do not use --version, bzip2 still tries to compress stdin.
+       echo "$me: running bzip2 --help"
+       ( bzip2 --help ) || exit 77
+       ;;
       etags)
        # Exuberant Ctags will create a TAGS file even
        # when asked for --help or --version.  (Emacs's etags
This page took 0.033158 seconds and 5 git commands to generate.