changeset 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 7256be967b3a
children a37e8d313ade
files ChangeLog top/README-release
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-01-28  Jim Meyering  <meyering@redhat.com>
 
+	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.
+
 	maint.mk: use more readable (yet functionally equivalent) quoting
 	It is common to quote a single quote in a single quoted string like
 	this:  '...'\''...'.  Unless you know the idiom, that looks like
--- 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