X7ROOT File Manager
Current Path:
/usr/share/aclocal
usr
/
share
/
aclocal
/
ðŸ“
..
📄
bison-i18n.m4
(1.88 KB)
📄
codeset.m4
(842 B)
📄
extern-inline.m4
(4.27 KB)
📄
fcntl-o.m4
(4.56 KB)
📄
fontutil.m4
(13.83 KB)
📄
freetype2.m4
(6.18 KB)
📄
gettext.m4
(15.49 KB)
📄
glibc2.m4
(830 B)
📄
glibc21.m4
(907 B)
📄
gpg-error.m4
(4.65 KB)
📄
gpgrt.m4
(4.61 KB)
📄
iconv.m4
(9.06 KB)
📄
intdiv0.m4
(2.35 KB)
📄
intl.m4
(11.84 KB)
📄
intldir.m4
(917 B)
📄
intlmacosx.m4
(2.47 KB)
📄
intmax.m4
(1.1 KB)
📄
inttypes-pri.m4
(1.22 KB)
📄
inttypes_h.m4
(1020 B)
📄
lcmessage.m4
(1.33 KB)
📄
lib-ld.m4
(3.6 KB)
📄
lib-link.m4
(32.28 KB)
📄
lib-prefix.m4
(8.27 KB)
📄
libcurl.m4
(10.91 KB)
📄
libgcrypt.m4
(6.09 KB)
📄
libtool.m4
(298.69 KB)
📄
libxml.m4
(7.7 KB)
📄
libxslt.m4
(7.93 KB)
📄
lock.m4
(1.43 KB)
📄
longlong.m4
(4.63 KB)
📄
ltargz.m4
(2.51 KB)
📄
ltdl.m4
(29.33 KB)
📄
ltoptions.m4
(14.17 KB)
📄
ltsugar.m4
(4.28 KB)
📄
ltversion.m4
(699 B)
📄
lt~obsolete.m4
(6 KB)
📄
mysql.m4
(4.12 KB)
📄
nls.m4
(1.19 KB)
📄
pkg.m4
(12.37 KB)
📄
po.m4
(18.52 KB)
📄
printf-posix.m4
(1.54 KB)
📄
progtest.m4
(3.02 KB)
📄
size_max.m4
(2.99 KB)
📄
stdint_h.m4
(995 B)
📄
threadlib.m4
(14.8 KB)
📄
uintmax_t.m4
(1.09 KB)
📄
visibility.m4
(3.27 KB)
📄
wchar_t.m4
(818 B)
📄
wint_t.m4
(1.03 KB)
📄
xsize.m4
(406 B)
Editing: bison-i18n.m4
# bison-i18n.m4 serial 2 dnl Copyright (C) 2005-2006, 2009-2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Support for internationalization of bison-generated parsers. dnl BISON_I18N dnl should be used in configure.ac, after AM_GNU_GETTEXT. If USE_NLS is yes, it dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all. AC_DEFUN([BISON_I18N], [ if test -z "$USE_NLS"; then echo "The BISON-I18N macro is used without being preceded by AM-GNU-GETTEXT." 1>&2 exit 1 fi BISON_LOCALEDIR= BISON_USE_NLS=no if test "$USE_NLS" = yes; then dnl Determine bison's localedir. dnl AC_PROG_YACC sets the YACC variable; other macros set the BISON variable. dnl But even is YACC is called "yacc", it may be a script that invokes bison dnl and accepts the --print-localedir option. dnl YACC's default value is empty; BISON's default value is :. if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir` fi AC_SUBST([BISON_LOCALEDIR]) if test -n "$BISON_LOCALEDIR"; then dnl There is no need to enable internationalization if the user doesn't dnl want message catalogs. So look at the language/locale names for dnl which the user wants message catalogs. This is $LINGUAS. If unset dnl or empty, he wants all of them. USER_LINGUAS="${LINGUAS-%UNSET%}" if test -n "$USER_LINGUAS"; then BISON_USE_NLS=yes fi fi fi if test $BISON_USE_NLS = yes; then AC_DEFINE([YYENABLE_NLS], 1, [Define to 1 to internationalize bison runtime messages.]) fi ])
Upload File
Create Folder