diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-13 08:00:41 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-13 08:00:41 +0200 |
commit | ae60d5bc4da2f3dca746c21596e03b2bee3db4bd (patch) | |
tree | 2f311f13232a521c8f820c16007e56fa4c6711b1 | |
parent | e1afd98589f5507da8e1ccfb076b0c0f4a23cd9b (diff) | |
download | coreutils-ae60d5bc4da2f3dca746c21596e03b2bee3db4bd.tar.xz |
* README-hacking: List Gperf as a build-requirement, too.
Reported by Steve Ward.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README-hacking | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-06-13 Jim Meyering <jim@meyering.net> + + * README-hacking: List Gperf as a build-requirement, too. + Reported by Steve Ward. + 2007-06-11 Jim Meyering <jim@meyering.net> * README: Mention README-hacking, for whose who start from diff --git a/README-hacking b/README-hacking index 4ad917a1f..6c02512b3 100644 --- a/README-hacking +++ b/README-hacking @@ -15,6 +15,7 @@ tools we depend upon, including: - Autoconf <http://www.gnu.org/software/autoconf/> - Bison <http://www.gnu.org/software/bison/> - Gettext <http://www.gnu.org/software/gettext/> +- Gperf <http://www.gnu.org/software/gperf/> - Gzip <http://www.gnu.org/software/gzip/> - Perl <http://www.cpan.org/> - Tar <http://www.gnu.org/software/tar/> |