diff options
author | Bruno Haible <bruno@clisp.org> | 2007-04-04 11:14:43 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-04-04 11:14:43 +0000 |
commit | 84085e15768ff8d701b8401ac7c765291293087b (patch) | |
tree | ab5735a19c837bbb9c2d75fc6bde4e55f2799f19 /DEPENDENCIES | |
parent | 89fbbfe4898873e74abd3097223e1660cbd81cb7 (diff) | |
download | gnulib-84085e15768ff8d701b8401ac7c765291293087b.tar.gz |
Tweak the English.
automake 1.9.6 should suffice.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 367dc230d4..0cf7c3072d 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,16 +1,18 @@ The following packages are needed by maintainers for using 'gnulib-tool': * A C runtime and compiler. - + Mandatory, platform cc gives good portability exposure. - + GCC Homepage (GNU gcc 2.95 or newer): + + Mandatory. Using the platform's native 'cc' gives good portability + exposure, but you can also use GNU gcc 2.95 or newer. + + GCC Homepage: http://gcc.gnu.org/ + Download: http://ftp.gnu.org/gnu/gcc/ ftp://ftp.gnu.org/gnu/gcc/ * A 'make' utility. - + Mandatory, platform make gives good portability exposure for - in-tree builds, but VPATH builds require GNU make 3.79.1 or newer. + + Mandatory. Using the platform's native 'make' gives good portability + exposure for in-tree builds, but VPATH builds require GNU make 3.79.1 or + newer. + GNU Make Homepage: http://www.gnu.org/software/make/ + Download: @@ -18,7 +20,7 @@ The following packages are needed by maintainers for using 'gnulib-tool': ftp://ftp.gnu.org/gnu/make/ * GNU m4 1.4.5 or newer. - + 1.4.5 or newer is mandatory, but recommend 1.4.9 or newer. + + 1.4.5 or newer is mandatory, but 1.4.9 or newer is recommended. + Homepage: http://www.gnu.org/software/m4/ + Download: @@ -33,7 +35,7 @@ The following packages are needed by maintainers for using 'gnulib-tool': http://ftp.gnu.org/gnu/autoconf/ ftp://ftp.gnu.org/gnu/autoconf/ -* GNU automake 1.10 or newer. +* GNU automake 1.9.6 or newer. + Mandatory. + Homepage: http://www.gnu.org/software/automake/ |