Bruno Haible <[EMAIL PROTECTED]> writes: > Eric Blake wrote: >> gperf --version >> GNU gperf 2.7.2 > > Come on! gperf 3.0.1 was released four years ago, and you are still using its > seven year old predecessor?
I think some of the problems here could be fixed by noting what tools are required by gnulib developers. There is no such section in the gnulib README or gnulib.texi, or did I miss it? I re-installed the gnulib daily build bot yesterday, and I had to install these: c compiler (gcc) autoconf: minimum version? recommended version? automake: libtool: gettext: bison: gperf: at least 3.x? More? 'makeinfo'? I suggest adding this to the top-level README: --- README 31 Mar 2007 16:55:46 +0200 1.20 +++ README 03 Apr 2007 18:10:18 +0200 @@ -254,6 +254,24 @@ to join the autotools-announce mailing list to be advised of such changes. +Required Tools +============== + +Developers using gnulib are required to have certain tools available, +here is a probably incomplete list that may nevertheless help you to +get all tools installed before using gnulib. + +c compiler +sed +awk +m4 +autoconf +automake +libtool +gettext +bison +gperf: version 3.x or later +makeinfo ----- Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. /Simon