Lines Matching refs:LEX
1273 LEX
4832 if test -n "$LEX"; then
4833 ac_cv_prog_LEX="$LEX" # Let the user override the test.
4852 LEX=$ac_cv_prog_LEX
4853 if test -n "$LEX"; then
4854 { $as_echo "$as_me:$LINENO: result: $LEX" >&5
4855 $as_echo "$LEX" >&6; }
4862 test -n "$LEX" && break
4864 test -n "$LEX" || LEX=":"
4866 if test "x$LEX" != "x:"; then
4886 { (ac_try="$LEX conftest.l"
4893 (eval "$LEX conftest.l") 2>&5
4908 { { $as_echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
4909 $as_echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5165 if test "x$LEX" = "x:"; then
5170 version=`$LEX --version | $AWK '{ split($NF,x,"."); print x[1]*10000+x[2]*100+x[3]; }'`