diff top/README-release @ 16323:73e22dd042f1

doc: clarify README-release * top/README-release: Clarify: you should make a point to have the latest stable versions of build tools in your PATH, and the reference to buildreq is solely for its list of tool names, not for its minimal-functional version numbers. Prompted by discussion with Reuben Thomas and Gary V. Vaughan.
author Jim Meyering <meyering@redhat.com>
date Sat, 28 Jan 2012 10:49:35 +0100
parents d66ef6b0de83
children 160fbb5c6a47
line wrap: on
line diff
--- a/top/README-release
+++ b/top/README-release
@@ -6,9 +6,9 @@
     git checkout master
     git pull origin master
 
-* Ensure that the desired versions of autoconf, automake, etc.
+* Ensure that the latest stable versions of autoconf, automake, etc.
   are in your PATH.  See the buildreq list in bootstrap.conf for
-  the complete list.
+  the complete list of tools.
 
 * Ensure that you're on "master" with no uncommitted diffs.
   This should produce no output: git checkout master; git diff