From: Bruno Haible Date: Sat, 16 Apr 2011 10:14:42 +0000 (+0200) Subject: gettext: Clarify the needed programmer actions. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93479f73d772730a3104b0bc1fcfe89e9e7e56fd;p=pspp gettext: Clarify the needed programmer actions. * modules/gettext (Notice): New field. Suggested by Ben Pfaff . --- diff --git a/ChangeLog b/ChangeLog index 7739d23d72..c81be0cff8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-16 Bruno Haible + + gettext: Clarify the needed programmer actions. + * modules/gettext (Notice): New field. + Suggested by Ben Pfaff . + 2011-04-16 Bruno Haible strchrnul: Tweak last commit. 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