summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-16 12:14:42 +0200
committerBruno Haible <bruno@clisp.org>2011-04-16 12:14:42 +0200
commit93479f73d772730a3104b0bc1fcfe89e9e7e56fd (patch)
tree364893c040c1d4c63a0aff8e7ea07ae6a8a8bb05 /modules
parentd8fb6162b94aa556e0e150cc27d797d688a9e767 (diff)
downloadgnulib-93479f73d772730a3104b0bc1fcfe89e9e7e56fd.tar.gz
gettext: Clarify the needed programmer actions.
* modules/gettext (Notice): New field. Suggested by Ben Pfaff <blp@cs.stanford.edu>.
Diffstat (limited to 'modules')
-rw-r--r--modules/gettext3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gettext b/modules/gettext
index cab538e3c0..ca0b6841dc 100644
--- a/modules/gettext
+++ b/modules/gettext
@@ -1,6 +1,9 @@
Description:
Translate messages to user's native language.
+Notice:
+You must add an invocation of AM_GNU_GETTEXT([external]) to configure.ac.
+
Files:
m4/codeset.m4
m4/fcntl-o.m4