Add better checks and docs for build tools
authorPádraig Brady <P@draigBrady.com>
Tue, 21 Oct 2008 21:40:12 +0000 (22:40 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 22 Oct 2008 15:31:57 +0000 (16:31 +0100)
commit99f49949825acc53ae3f0a711ea3e8f96699442d
tree5e423a95e8dfa967d0c29e5e620e55163cf4274b
parent5afac2aee1313126ece1eb958d5e0fba6837e93b
Add better checks and docs for build tools

Prompted by a report from Ed Avis:
<http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14710>

* README-hacking: Organise LZMA and Valgrind as
as optional requirements rather than in their own sections.
Mention bootstrap will now check tool versions.
* README-prereq: Make a start on specific instructions
for optaining build tools. Currently we just have notes
for Fedora linux.
* bootstrap.conf: Add the list of tools and versions required.
* bootstrap: Add the logic to check for the required tools,
and list all required tools and versions if any are missing.
README-hacking
README-prereq [new file with mode: 0644]
bootstrap
bootstrap.conf