gettext: Clarify the needed programmer actions.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Apr 2011 10:14:42 +0000 (12:14 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Apr 2011 10:14:42 +0000 (12:14 +0200)
* modules/gettext (Notice): New field.
Suggested by Ben Pfaff <blp@cs.stanford.edu>.

ChangeLog
modules/gettext

index 7739d23..c81be0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-04-16  Bruno Haible  <bruno@clisp.org>
 
+       gettext: Clarify the needed programmer actions.
+       * modules/gettext (Notice): New field.
+       Suggested by Ben Pfaff <blp@cs.stanford.edu>.
+
+2011-04-16  Bruno Haible  <bruno@clisp.org>
+
        strchrnul: Tweak last commit.
        * doc/glibc-functions/strchrnul.texi: Add more details about Cygwin
        bug.
index cab538e..ca0b684 100644 (file)
@@ -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