diff options
author | Bruno Haible <bruno@clisp.org> | 2000-06-16 15:24:18 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2000-06-16 15:24:18 +0000 |
commit | 2369d038eaf1db1e5ae82ed5d9d4366726643868 (patch) | |
tree | cfb3f34044f897adcf826f9114b291b8cc15a40e /m4 | |
parent | 98a8e575de0cb511462761467b856856fe5c515b (diff) | |
download | external_gettext-2369d038eaf1db1e5ae82ed5d9d4366726643868.zip external_gettext-2369d038eaf1db1e5ae82ed5d9d4366726643868.tar.gz external_gettext-2369d038eaf1db1e5ae82ed5d9d4366726643868.tar.bz2 |
Improve documentation of AM_WITH_NLS.
Diffstat (limited to '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, |