From: Bruno Haible Date: Fri, 4 Jun 2010 10:50:01 +0000 (+0200) Subject: Mention more dependencies. X-Git-Tag: v0.18.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc2a3d70481f3cfb269150b279485f5306a4ee1;p=thirdparty%2Fgettext.git Mention more dependencies. --- diff --git a/ChangeLog b/ChangeLog index b9040b1d5..3e868bb68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * gettext-0.18.1 released. +2010-06-04 Bruno Haible + + * DEPENDENCIES: Add entries for 'tar' and 'gzip'. + 2010-06-04 Bruno Haible * autogen.sh: For libgrep, don't use --avoid of modules with diff --git a/DEPENDENCIES b/DEPENDENCIES index 4890ebe98..30e29b2f1 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/