]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Improve documentation of AM_WITH_NLS.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Jun 2000 15:24:18 +0000 (15:24 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 16 Jun 2000 15:24:18 +0000 (15:24 +0000)
m4/gettext.m4

index 893cea6a2f113156eaf6cea171d577d9fca667de..f5923658a96e96fde67e259502fd2e3b63e0b776 100644 (file)
@@ -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,