blob: 0cf7c3072dddf0d342097d197e645d148828e812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
The following packages are needed by maintainers for using 'gnulib-tool':
* A C runtime and compiler.
+ 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. 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:
http://ftp.gnu.org/gnu/make/
ftp://ftp.gnu.org/gnu/make/
* GNU m4 1.4.5 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:
http://ftp.gnu.org/gnu/m4/
ftp://ftp.gnu.org/gnu/m4/
* GNU autoconf 2.59 or newer.
+ Mandatory.
+ Homepage:
http://www.gnu.org/software/autoconf/
+ Download:
http://ftp.gnu.org/gnu/autoconf/
ftp://ftp.gnu.org/gnu/autoconf/
* GNU automake 1.9.6 or newer.
+ Mandatory.
+ Homepage:
http://www.gnu.org/software/automake/
+ Download:
http://ftp.gnu.org/gnu/automake/
ftp://ftp.gnu.org/gnu/automake/
* GNU gettext 0.16.1.
+ Recommended.
Needed if you use modules which make use of internationalization (many do).
+ Homepage:
http://www.gnu.org/software/gettext/
+ Download:
http://ftp.gnu.org/gnu/gettext/
ftp://ftp.gnu.org/gnu/gettext/
* GNU bison 2.0 or newer.
+ Recommended.
Needed if you use the 'getdate' module.
+ Homepage:
http://www.gnu.org/software/bison/
+ Download:
http://ftp.gnu.org/gnu/bison/
ftp://ftp.gnu.org/gnu/bison/
* GNU gperf 3.0.1 or newer.
+ Recommended.
Needed if you use the 'iconv_open' module.
+ Homepage:
http://www.gnu.org/software/gperf/
+ Download:
http://ftp.gnu.org/gnu/gperf/
ftp://ftp.gnu.org/gnu/gperf/
* GNU texinfo 4.2 or newer.
+ Recommended.
Needed if you use modules that include documentation.
+ Homepage:
http://www.gnu.org/software/texinfo/
+ Download:
http://ftp.gnu.org/gnu/texinfo/
ftp://ftp.gnu.org/gnu/texinfo/
* GNU sed
+ Recommended.
Needed on platforms where the vendor's 'sed' program is too buggy.
+ Homepage:
http://www.gnu.org/software/sed/
+ Download:
http://ftp.gnu.org/gnu/sed/
ftp://ftp.gnu.org/gnu/sed/
* GNU libtool 1.5.22 or newer.
+ Optional.
Needed if you want to invoke gnulib-tool with option --libtool.
+ Homepage:
http://www.gnu.org/software/libtool/
+ Download:
http://ftp.gnu.org/gnu/libtool/
ftp://ftp.gnu.org/gnu/libtool/
|