Home | History | Annotate | Download | only in m4

Lines Matching full:bison

0 # bison-i18n.m4 serial 2
11 dnl Support for internationalization of bison-generated parsers.
15 dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files
16 dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all.
20 echo "The BISON-I18N macro is used without being preceded by AM-GNU-GETTEXT." 1>&2
26 dnl Determine bison's localedir.
27 dnl AC_PROG_YACC sets the YACC variable; other macros set the BISON variable.
28 dnl But even is YACC is called "yacc", it may be a script that invokes bison
30 dnl YACC's default value is empty; BISON's default value is :.
31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then
32 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
48 [Define to 1 to internationalize bison runtime messages.])