Home | History | Annotate | Download | only in dist

Lines Matching refs:LEX

663 LEX
11414 for ac_prog in flex lex
11424 if test -n "$LEX"; then
11425 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11448 LEX=$ac_cv_prog_LEX
11449 if test -n "$LEX"; then
11450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11451 printf "%s\n" "$LEX" >&6; }
11458 test -n "$LEX" && break
11460 test -n "$LEX" || LEX=":"
11462 if test "x$LEX" != "x:"; then
11499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lex output file root" >&5
11500 printf %s "checking for lex output file root... " >&6; }
11507 { { ac_try="$LEX conftest.l"
11514 (eval "$LEX conftest.l") 2>&5
11518 if test -f lex.yy.c; then
11519 ac_cv_prog_lex_root=lex.yy
11528 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cannot find output from $LEX; giving up on $LEX" >&5
11529 printf "%s\n" "$as_me: WARNING: cannot find output from $LEX; giving up on $LEX" >&2;}
11530 LEX=: LEXLIB=
11539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lex library" >&5
11540 printf %s "checking for lex library... " >&6; }
11581 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: required lex library not found; giving up on $LEX" >&5
11582 printf "%s\n" "$as_me: WARNING: required lex library not found; giving up on $LEX" >&2;}
11583 LEX=: LEXLIB=
11594 if test "$LEX" != :
11603 # POSIX says lex can declare yytext either as a pointer or an array; the