Gnulib's DEPENDENCIES says:

* GNU gettext 0.16.1.
  + Recommended.
    Needed if you use modules that use internationalization (many do).
  + Homepage:
    http://www.gnu.org/software/gettext/
  + Download:
    http://ftp.gnu.org/gnu/gettext/
    ftp://ftp.gnu.org/gnu/gettext/

Most of the other entries in the file that mentions a particular version
number also says 'or newer'.  Is this the case for gettext too?  Is
there any release after 0.16.1 that isn't supported with gnulib?

/Simon

diff --git a/DEPENDENCIES b/DEPENDENCIES
index 2117e7d..04e1309 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -90,7 +90,7 @@ at any time.
     http://ftp.gnu.org/gnu/grep/
     ftp://ftp.gnu.org/gnu/grep/
 
-* GNU gettext 0.16.1.
+* GNU gettext 0.16.1 or newer.
   + Recommended.
     Needed if you use modules that use internationalization (many do).
   + Homepage:

Reply via email to