From: Bruno Haible Date: Fri, 16 Jun 2000 15:24:18 +0000 (+0000) Subject: Improve documentation of AM_WITH_NLS. X-Git-Tag: v0.10.36~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2369d038eaf1db1e5ae82ed5d9d4366726643868;p=thirdparty%2Fgettext.git Improve documentation of AM_WITH_NLS. --- diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 893cea6a2..f5923658a 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,