]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests/README: Don't put GCS mandated tools in $required.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 14 Sep 2010 20:16:35 +0000 (22:16 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 Sep 2010 19:55:16 +0000 (21:55 +0200)
ChangeLog
tests/README

index 7b64d5503e266993eb70ea5f82383302c755b211..a6f712d191efc496a60fa0d01d8dc7b192fe4c1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       * tests/README: Don't put GCS mandated tools in $required.
+
 2010-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * HACKING: Hint at old commits with `git describe' output.
index 7d74083c60cd59cc366432eddb694178904c3845..a063348669a2f719798008fb82e64e944a724e39 100644 (file)
@@ -93,7 +93,9 @@ Do
   Cite the PR number (if any), and the original reporter (if any), so
   we can find or ask for information if needed.
 
-  Use `required=...' for required tools.
+  Use `required=...' for required tools.  Do not explicitly require
+  tools which can be taken for granted because they're listed in the
+  GNU Coding Standards (for example, `gzip').
 
   Include ./defs in every test script (see existing tests for examples
   of how to do this).