X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=DEPENDENCIES;h=e19a37e7a7a4ccdf22e5f7292a6beab880dacc0c;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=2117e7dbceca1e16e2bf5f1d342d0d487e3f1e83;hpb=78a43be0902f86a52d23649dab497157795278a3;p=gnulib.git diff --git a/DEPENDENCIES b/DEPENDENCIES index 2117e7dbc..e19a37e7a 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -81,6 +81,16 @@ at any time. http://ftp.gnu.org/gnu/diffutils/ ftp://ftp.gnu.org/gnu/diffutils/ +* The patch utility 'patch'. + + Mandatory if you use gnulib-local diffs. Using the platform's native + utilities gives good portability exposure, but you can also use GNU + patch. + + Homepage: + http://www.gnu.org/software/patch/ + + Download: + http://ftp.gnu.org/gnu/patch/ + ftp://ftp.gnu.org/gnu/patch/ + * Grep. + Mandatory. Using the platform's native grep gives good portability exposure, but you can also use GNU grep. @@ -90,7 +100,14 @@ at any time. http://ftp.gnu.org/gnu/grep/ ftp://ftp.gnu.org/gnu/grep/ -* GNU gettext 0.16.1. +* GNU gettext. + + If your project wants to follow GNU Coding Standards: + + Always use the newest available gettext release, see + . + + Use the 'gettext' module. + + If your project cares more about ease of development on older platforms: + + gettext 0.17 or newer. + + Use the 'gettext-h' module. + Recommended. Needed if you use modules that use internationalization (many do). + Homepage: