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 7739d23d7266828092207ff71b852bdc803d4a4a..c81be0cff80e6da06be3bbb87223a82dcb049588 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index cab538e3c0bd918c46e031c7c8257fb306dae520..ca0b6841dc73ebbb906e1cc979cdcdbbd3825ddc 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