annotate DEPENDENCIES @ 14670:ca87903bda34

Update DEPENDENCIES. * DEPENDENCIES (gettext): Recommend the newest release. Reported by Simon Josefsson.
author Bruno Haible <bruno@clisp.org>
date Sun, 01 May 2011 23:10:44 +0200
parents 896628c568fa
children 2f911f94bb4f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
1 The following packages are needed by maintainers for using
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
2 'gnulib-tool'. In general, Gnulib prefers the latest stable
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
3 version of each package, but in some cases it also supports
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
4 older versions; this caters to commonly-used software
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
5 distributions that may lag behind the latest stable package.
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
6 Support for older versions is not guaranteed, though, and
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
7 the version numbers in the following list may be incremented
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
8 at any time.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
10 * A C runtime, compiler, linker, etc.
8634
eac1f9c8c125 Tweak the English.
Bruno Haible <bruno@clisp.org>
parents: 8633
diff changeset
11 + Mandatory. Using the platform's native 'cc' gives good portability
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
12 exposure, but you can also use GCC 2.95 or newer.
8634
eac1f9c8c125 Tweak the English.
Bruno Haible <bruno@clisp.org>
parents: 8633
diff changeset
13 + GCC Homepage:
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 http://gcc.gnu.org/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 http://ftp.gnu.org/gnu/gcc/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 ftp://ftp.gnu.org/gnu/gcc/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
8632
92ba6d25f815 Weaken m4 dependency.
Eric Blake <ebb9@byu.net>
parents: 8624
diff changeset
19 * A 'make' utility.
8634
eac1f9c8c125 Tweak the English.
Bruno Haible <bruno@clisp.org>
parents: 8633
diff changeset
20 + Mandatory. Using the platform's native 'make' gives good portability
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
21 exposure for in-tree builds, but VPATH builds require GNU Make 3.79.1 or
8634
eac1f9c8c125 Tweak the English.
Bruno Haible <bruno@clisp.org>
parents: 8633
diff changeset
22 newer.
8632
92ba6d25f815 Weaken m4 dependency.
Eric Blake <ebb9@byu.net>
parents: 8624
diff changeset
23 + GNU Make Homepage:
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 http://www.gnu.org/software/make/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 http://ftp.gnu.org/gnu/make/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 ftp://ftp.gnu.org/gnu/make/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
29 * GNU M4 1.4.5 or newer.
8634
eac1f9c8c125 Tweak the English.
Bruno Haible <bruno@clisp.org>
parents: 8633
diff changeset
30 + 1.4.5 or newer is mandatory, but 1.4.9 or newer is recommended.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 http://www.gnu.org/software/m4/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 http://ftp.gnu.org/gnu/m4/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 ftp://ftp.gnu.org/gnu/m4/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
37 * Autoconf 2.59 or newer.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 + Mandatory.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 http://www.gnu.org/software/autoconf/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 http://ftp.gnu.org/gnu/autoconf/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 ftp://ftp.gnu.org/gnu/autoconf/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
45 * Automake 1.9.6 or newer.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
46 + Mandatory.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
47 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
48 http://www.gnu.org/software/automake/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
49 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
50 http://ftp.gnu.org/gnu/automake/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
51 ftp://ftp.gnu.org/gnu/automake/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
53 * A shell
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
54 + Mandatory. Using the platform's native 'sh' gives good portability
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
55 exposure, but you can also use Bash.
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
56 + Homepage:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
57 http://www.gnu.org/software/bash/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
58 + Download:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
59 http://ftp.gnu.org/gnu/bash/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
60 ftp://ftp.gnu.org/gnu/bash/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
61
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
62 * Core POSIX utilities, including:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
63 [ basename cat chgrp chmod chown cp dd echo expand expr
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
64 false hostname install kill ln ls md5sum mkdir mkfifo
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
65 mknod mv printenv pwd rm rmdir sleep sort tee test touch
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
66 true uname
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
67 + Mandatory. Using the platform's native utilities gives good portability
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
68 exposure, but you can also use GNU coreutils.
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
69 + Homepage:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
70 http://www.gnu.org/software/coreutils/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
71 + Download:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
72 http://ftp.gnu.org/gnu/coreutils/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
73 ftp://ftp.gnu.org/gnu/coreutils/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
74
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
75 * The comparison utilities 'cmp' and 'diff'.
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
76 + Mandatory. Using the platform's native utilities gives good portability
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
77 exposure, but you can also use GNU diffutils.
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
78 + Homepage:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
79 http://www.gnu.org/software/diffutils/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
80 + Download:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
81 http://ftp.gnu.org/gnu/diffutils/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
82 ftp://ftp.gnu.org/gnu/diffutils/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
83
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
84 * Grep.
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
85 + Mandatory. Using the platform's native grep gives good portability
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
86 exposure, but you can also use GNU grep.
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
87 + Homepage:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
88 http://www.gnu.org/software/grep/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
89 + Download:
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
90 http://ftp.gnu.org/gnu/grep/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
91 ftp://ftp.gnu.org/gnu/grep/
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
92
14670
ca87903bda34 Update DEPENDENCIES.
Bruno Haible <bruno@clisp.org>
parents: 13769
diff changeset
93 * GNU gettext.
ca87903bda34 Update DEPENDENCIES.
Bruno Haible <bruno@clisp.org>
parents: 13769
diff changeset
94 + Always use the newest available gettext release, see
ca87903bda34 Update DEPENDENCIES.
Bruno Haible <bruno@clisp.org>
parents: 13769
diff changeset
95 <http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html>.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
96 + Recommended.
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
97 Needed if you use modules that use internationalization (many do).
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
98 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
99 http://www.gnu.org/software/gettext/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
100 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
101 http://ftp.gnu.org/gnu/gettext/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
102 ftp://ftp.gnu.org/gnu/gettext/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
103
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
104 * Bison 2.0 or newer.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
105 + Recommended.
13769
896628c568fa parse-datetime: better name than get_date
Eric Blake <eblake@redhat.com>
parents: 13750
diff changeset
106 Needed if you use the 'parse-datetime' module.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
107 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
108 http://www.gnu.org/software/bison/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
109 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
110 http://ftp.gnu.org/gnu/bison/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
111 ftp://ftp.gnu.org/gnu/bison/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
112
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
113 * GNU gperf 3.0.1 or newer.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
114 + Recommended.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
115 Needed if you use the 'iconv_open' module.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
116 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
117 http://www.gnu.org/software/gperf/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
118 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
119 http://ftp.gnu.org/gnu/gperf/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
120 ftp://ftp.gnu.org/gnu/gperf/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
121
9580
2cd8602be722 * DEPENDENCIES: Require Texinfo version 4.6 or newer.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents: 8641
diff changeset
122 * Texinfo 4.6 or newer.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
123 + Recommended.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
124 Needed if you use modules that include documentation.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
125 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
126 http://www.gnu.org/software/texinfo/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
127 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
128 http://ftp.gnu.org/gnu/texinfo/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
129 ftp://ftp.gnu.org/gnu/texinfo/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
130
8638
4c51ffd29c34 * DEPENDENCIES: Give overall description of version dependency
Paul Eggert <eggert@cs.ucla.edu>
parents: 8634
diff changeset
131 * GNU sed.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
132 + Recommended.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
133 Needed on platforms where the vendor's 'sed' program is too buggy.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
134 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
135 http://www.gnu.org/software/sed/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
136 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
137 http://ftp.gnu.org/gnu/sed/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
138 ftp://ftp.gnu.org/gnu/sed/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
139
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
140 * GNU libtool 1.5.22 or newer.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
141 + Optional.
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
142 Needed if you want to invoke gnulib-tool with option --libtool.
12989
f3c12bbb4e73 Mention libtool 2.2.x requirement in special cases.
Bruno Haible <bruno@clisp.org>
parents: 9580
diff changeset
143 libtool 2.2.x or newer is needed if you want to invoke gnulib-tool
f3c12bbb4e73 Mention libtool 2.2.x requirement in special cases.
Bruno Haible <bruno@clisp.org>
parents: 9580
diff changeset
144 with options --create-testdir/--test and --libtool.
8624
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
145 + Homepage:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
146 http://www.gnu.org/software/libtool/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
147 + Download:
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
148 http://ftp.gnu.org/gnu/libtool/
da8e4112f054 List of dependendies of gnulib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
149 ftp://ftp.gnu.org/gnu/libtool/