Do not require "gzip" explicitly in tests.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 4 Jul 2010 23:23:16 +0000 (01:23 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Sep 2010 21:01:21 +0000 (23:01 +0200)
The gzip utility is simply expected to be present on any decent
target system for Automake.  So it's pointless to put it in
$required.

* tests/install2.test ($required): Do not require "gzip".
* tests/lex3.test: Likewise.
* tests/pr9.test: Likewise.

From a suggestion by Ralf Wildenhues.

ChangeLog
tests/install2.test
tests/lex3.test
tests/pr9.test

index 9444b66f8e9d8c8fe633156462f7414c32c66cf0..2334c5c7bfa337b2ce65983a330159755109ea9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2010-09-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       Do not require "gzip" explicitly in tests.
+       The gzip utility is simply expected to be present on any decent
+       target system for Automake.  So it's pointless to put it in
+       $required.
+       * tests/install2.test ($required): Do not require "gzip".
+       * tests/lex3.test: Likewise.
+       * tests/pr9.test: Likewise.
+       From a suggestion by Ralf Wildenhues.
+
        Make some `confh*.test' tests more "semantic" (plus tweakings).
        * tests/confh.test: Run "autoconf", "configure" and "make check",
        instead of munging/grepping the generated `Makefile.in'.
index d1f27feccdd361a71875bd5727b8e002a203e7a3..3cc71f55272044de5c4250c0e785d267afd1b1cf 100755 (executable)
@@ -1,5 +1,6 @@
 #! /bin/sh
-# Copyright (C) 1999, 2000, 2001, 2002, 2006  Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2010 Free Software
+# Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -17,8 +18,8 @@
 # Test for bug in `make dist'
 # From Pavel Roskin.
 
-required=gzip
 . ./defs || Exit 1
+
 set -e
 
 cat > configure.in << 'END'
index 178a54fd054db66c887b0137b4924e226545d2cd..c4120cfc6ac6778240fbc3b1b8e6a4d713573457 100755 (executable)
@@ -18,7 +18,7 @@
 # Test associated with PR 19.
 # From Matthew D. Langston.
 
-required='gcc gzip flex GNUmake'
+required='gcc flex GNUmake'
 . ./defs || Exit 1
 
 # Ignore user CFLAGS.
index 4638b520330e9eb721ab0c9c8ea99251c14674ae..a2e71d7292b6ec30d14027bba48680a00e19d651 100755 (executable)
@@ -23,7 +23,6 @@
 # ltconfig, ltmain.sh, mdate-sh, missing, and mkinstalldirs.  In fact,
 # the entire `support/' directory is omitted.
 
-required=gzip
 . ./defs || Exit 1
 
 set -e