Home | History | Annotate | Download | only in m4

Lines Matching full:gettext

0 # gettext.m4 serial 16 (gettext-0.11.4)
11 dnl License but which still want to provide support for the GNU gettext
13 dnl Please note that the actual code of the GNU gettext library is covered
15 dnl gettext package package is covered by the GNU General Public License.
22 dnl Macro to add for using GNU gettext.
34 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
37 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
43 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
47 dnl 2) GNU gettext has been found in the system's C library.
55 dnl GNU format catalogs when building on a platform with an X/Open gettext),
115 AC_MSG_CHECKING([whether included gettext is requested])
116 AC_ARG_WITH(included-gettext,
117 [ --with-included-gettext use the GNU gettext library included here],
126 dnl to use. If GNU gettext is available we use this. Else we have
134 AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc,
146 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
160 AC_CACHE_CHECK([for GNU gettext in libintl],
182 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
203 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
213 dnl If an already present or preinstalled GNU gettext() is found,
214 dnl use it. But if this macro is used in GNU gettext, and GNU
215 dnl gettext is already preinstalled in libintl, we update this
219 && test "$PACKAGE" != gettext; }; then
230 dnl GNU gettext is not found in the C library.
231 dnl Fall back on included GNU gettext library.
248 dnl Mark actions to use GNU gettext tools.
274 [Define if the GNU gettext() function is already present or preinstalled.])
284 dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
286 if test "$PACKAGE" = gettext; then
586 dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])