Home | History | Annotate | Download | only in m4

Lines Matching full:bison

0 # bison-i18n.m4 serial 1 (bison-2.1)
9 dnl Support for internationalization of bison-generated parsers.
13 dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files
14 dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all.
18 echo "The BISON-I18N macro is used without being preceded by AM-GNU-GETTEXT." 1>&2
23 dnl AC_PROG_YACC sets the YACC variable; other macros set the BISON variable.
26 *bison*)
33 if test -n "$BISON"; then
34 if test "$BISON" != ":"; then
35 if ($BISON --print-localedir) >/dev/null 2>&1; then
36 BISON_LOCALEDIR=`$BISON --print-localedir`
57 [Define to 1 to internationalize bison runtime messages.])