diff options
author | Bruno Haible <bruno@clisp.org> | 2010-06-04 12:50:01 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-06-04 12:50:01 +0200 |
commit | 7dc2a3d70481f3cfb269150b279485f5306a4ee1 (patch) | |
tree | 28ab93aff3d4afa575ec49659d6be242a747a3b8 | |
parent | 9e7643112feeb1535f45cfb2eedf70b768be37cf (diff) | |
download | external_gettext-7dc2a3d70481f3cfb269150b279485f5306a4ee1.zip external_gettext-7dc2a3d70481f3cfb269150b279485f5306a4ee1.tar.gz external_gettext-7dc2a3d70481f3cfb269150b279485f5306a4ee1.tar.bz2 |
Mention more dependencies.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | DEPENDENCIES | 21 |
2 files changed, 25 insertions, 0 deletions
@@ -4,6 +4,10 @@ 2010-06-04 Bruno Haible <bruno@clisp.org> + * DEPENDENCIES: Add entries for 'tar' and 'gzip'. + +2010-06-04 Bruno Haible <bruno@clisp.org> + * autogen.sh: For libgrep, don't use --avoid of modules with applicability 'all'. Reported by Ryan Schmidt <ryandesign@macports.org>. diff --git a/DEPENDENCIES b/DEPENDENCIES index 4890ebe..30e29b2 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -191,3 +191,24 @@ dependencies): + Download: http://ftp.gnu.org/gnu/grep/ ftp://ftp.gnu.org/gnu/grep/ + +* The archiving utility 'tar'. + + Optional. + Needed for the 'autopoint' program, if not configured with --without-git + and --without-cvs. + Either the platform's native tar, or GNU tar. + + Homepage: + http://www.gnu.org/software/tar/ + + Download: + http://ftp.gnu.org/gnu/tar/ + ftp://ftp.gnu.org/gnu/tar/ + +* The GNU compression utility 'gzip'. + + Optional. + Needed for the 'autopoint' program, if not configured with --without-git + and --without-cvs. + + Homepage: + http://www.gnu.org/software/gzip/ + + Download: + http://ftp.gnu.org/gnu/gzip/ + ftp://ftp.gnu.org/gnu/gzip/ |