• Home
  • Raw
  • Download

Lines Matching refs:GNU

3 dnl This file is free software, distributed under the terms of the GNU
4 dnl General Public License. As a special exception to the GNU General
10 dnl the GNU General Public License or the GNU Library General Public
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
14 dnl by the GNU Library General Public License, and the rest of the GNU
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
45 dnl Catalog format: GNU --> install in $(datadir)
47 dnl 2) GNU gettext has been found in the system's C library.
48 dnl Catalog format: GNU --> install in $(datadir)
55 dnl GNU format catalogs when building on a platform with an X/Open gettext),
112 [ --with-included-gettext use the GNU gettext library included here],
120 dnl User does not insist on using GNU NLS library. Figure out what
121 dnl to use. If GNU gettext is available we use this. Else we have
122 dnl to fall back to GNU NLS library.
129 AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc,
155 AC_CACHE_CHECK([for GNU gettext in libintl],
208 dnl If an already present or preinstalled GNU gettext() is found,
209 dnl use it. But if this macro is used in GNU gettext, and GNU
226 dnl GNU gettext is not found in the C library.
227 dnl Fall back on included GNU gettext library.
233 dnl Mark actions used to generate GNU NLS library.
243 dnl Mark actions to use GNU gettext tools.
285 [Define if the GNU gettext() function is already present or preinstalled.])
287 [Define if the GNU dcgettext() function is already present or preinstalled.])
295 dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
450 …ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`