Home | History | Annotate | Download | only in dist

Lines Matching refs:LEX

1064 LEX
23557 for ac_prog in flex lex
23567 e) if test -n "$LEX"; then
23568 ac_cv_prog_LEX="$LEX" # Let the user override the test.
23592 LEX=$ac_cv_prog_LEX
23593 if test -n "$LEX"; then
23594 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
23595 printf "%s\n" "$LEX" >&6; }
23602 test -n "$LEX" && break
23604 test -n "$LEX" || LEX=":"
23606 if test "x$LEX" != "x:"; then
23643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lex output file root" >&5
23644 printf %s "checking for lex output file root... " >&6; }
23651 { { ac_try="$LEX conftest.l"
23658 (eval "$LEX conftest.l") 2>&5
23662 if test -f lex.yy.c; then
23663 ac_cv_prog_lex_root=lex.yy
23673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cannot find output from $LEX; giving up on $LEX" >&5
23674 printf "%s\n" "$as_me: WARNING: cannot find output from $LEX; giving up on $LEX" >&2;}
23675 LEX=: LEXLIB=
23684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lex library" >&5
23685 printf %s "checking for lex library... " >&6; }
23727 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: required lex library not found; giving up on $LEX" >&5
23728 printf "%s\n" "$as_me: WARNING: required lex library not found; giving up on $LEX" >&2;}
23729 LEX=: LEXLIB=
23811 if test "$LEX" != :
23820 e) # POSIX says lex can declare yytext either as a pointer or an array; the