diff options
Diffstat (limited to 'm4/gettext.m4')
-rw-r--r-- | m4/gettext.m4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 893cea6..f592365 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -6,11 +6,13 @@ # but which still want to provide support for the GNU gettext functionality. # Please note that the actual code is *not* freely available. -# serial 5 +# serial 6 dnl Usage: AM_WITH_NLS([SYMBOL], [LIBDIR], [INCDIR]). -dnl If SYMBOL is specified and is `no-categets', then the catgets -dnl checks will be disabled. +dnl If SYMBOL is specified and is `no-catgets', then the catgets checks +dnl will be disabled. You must specify this if your program uses +dnl any of the ngettext/dngettext/dcngettext/bind_textdomain_codeset +dnl functions, which are not supported by the catgets backend. dnl LIBDIR is used to find the intl libraries. If empty, dnl the value `$(top_builddir)/intl/' is used. dnl INCDIR is used to find the include files. If empty, |