1 The following packages are needed by maintainers for using
2 'gnulib-tool'. In general, Gnulib prefers the latest stable
3 version of each package, but in some cases it also supports
4 older versions; this caters to commonly-used software
5 distributions that may lag behind the latest stable package.
6 Support for older versions is not guaranteed, though, and
7 the version numbers in the following list may be incremented
10 * A C runtime, compiler, linker, etc.
11 + Mandatory. Using the platform's native 'cc' gives good portability
12 exposure, but you can also use GCC 2.95 or newer.
16 http://ftp.gnu.org/gnu/gcc/
17 ftp://ftp.gnu.org/gnu/gcc/
20 + Mandatory. Using the platform's native 'make' gives good portability
21 exposure for in-tree builds, but VPATH builds require GNU Make 3.79.1 or
24 http://www.gnu.org/software/make/
26 http://ftp.gnu.org/gnu/make/
27 ftp://ftp.gnu.org/gnu/make/
29 * GNU M4 1.4.5 or newer.
30 + 1.4.5 or newer is mandatory, but 1.4.9 or newer is recommended.
32 http://www.gnu.org/software/m4/
34 http://ftp.gnu.org/gnu/m4/
35 ftp://ftp.gnu.org/gnu/m4/
37 * Autoconf 2.59 or newer.
40 http://www.gnu.org/software/autoconf/
42 http://ftp.gnu.org/gnu/autoconf/
43 ftp://ftp.gnu.org/gnu/autoconf/
45 * Automake 1.9.6 or newer.
48 http://www.gnu.org/software/automake/
50 http://ftp.gnu.org/gnu/automake/
51 ftp://ftp.gnu.org/gnu/automake/
54 + Mandatory. Using the platform's native 'sh' gives good portability
55 exposure, but you can also use Bash.
57 http://www.gnu.org/software/bash/
59 http://ftp.gnu.org/gnu/bash/
60 ftp://ftp.gnu.org/gnu/bash/
62 * Core POSIX utilities, including:
63 [ basename cat chgrp chmod chown cp dd echo expand expr
64 false hostname install kill ln ls md5sum mkdir mkfifo
65 mknod mv printenv pwd rm rmdir sleep sort tee test touch
67 + Mandatory. Using the platform's native utilities gives good portability
68 exposure, but you can also use GNU coreutils.
70 http://www.gnu.org/software/coreutils/
72 http://ftp.gnu.org/gnu/coreutils/
73 ftp://ftp.gnu.org/gnu/coreutils/
75 * The comparison utilities 'cmp' and 'diff'.
76 + Mandatory. Using the platform's native utilities gives good portability
77 exposure, but you can also use GNU diffutils.
79 http://www.gnu.org/software/diffutils/
81 http://ftp.gnu.org/gnu/diffutils/
82 ftp://ftp.gnu.org/gnu/diffutils/
85 + Mandatory. Using the platform's native grep gives good portability
86 exposure, but you can also use GNU grep.
88 http://www.gnu.org/software/grep/
90 http://ftp.gnu.org/gnu/grep/
91 ftp://ftp.gnu.org/gnu/grep/
94 + Always use the newest available gettext release, see
95 <http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html>.
97 Needed if you use modules that use internationalization (many do).
99 http://www.gnu.org/software/gettext/
101 http://ftp.gnu.org/gnu/gettext/
102 ftp://ftp.gnu.org/gnu/gettext/
104 * Bison 2.0 or newer.
106 Needed if you use the 'parse-datetime' module.
108 http://www.gnu.org/software/bison/
110 http://ftp.gnu.org/gnu/bison/
111 ftp://ftp.gnu.org/gnu/bison/
113 * GNU gperf 3.0.1 or newer.
115 Needed if you use the 'iconv_open' module.
117 http://www.gnu.org/software/gperf/
119 http://ftp.gnu.org/gnu/gperf/
120 ftp://ftp.gnu.org/gnu/gperf/
122 * Texinfo 4.6 or newer.
124 Needed if you use modules that include documentation.
126 http://www.gnu.org/software/texinfo/
128 http://ftp.gnu.org/gnu/texinfo/
129 ftp://ftp.gnu.org/gnu/texinfo/
133 Needed on platforms where the vendor's 'sed' program is too buggy.
135 http://www.gnu.org/software/sed/
137 http://ftp.gnu.org/gnu/sed/
138 ftp://ftp.gnu.org/gnu/sed/
140 * GNU libtool 1.5.22 or newer.
142 Needed if you want to invoke gnulib-tool with option --libtool.
143 libtool 2.2.x or newer is needed if you want to invoke gnulib-tool
144 with options --create-testdir/--test and --libtool.
146 http://www.gnu.org/software/libtool/
148 http://ftp.gnu.org/gnu/libtool/
149 ftp://ftp.gnu.org/gnu/libtool/