Home | History | Annotate | Download | only in libpcap

Lines Matching full:lex

6719 	    V_LEX=lex
6762 test -n "$V_LEX" || V_LEX="lex"
6785 V_LEX=lex
6838 if test "$V_LEX" != lex -a "$V_YACC" = yacc -o "$V_LEX" = lex -a "$V_YACC" != yacc ; then
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: don't have both flex and bison; reverting to lex/yacc" >&5
6840 $as_echo "$as_me: WARNING: don't have both flex and bison; reverting to lex/yacc" >&2;}
6841 V_LEX=lex
6852 if test "$V_LEX" = lex ; then
6853 # Some versions of lex can't handle the definitions section of scanner.l .
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capable lex" >&5
6856 $as_echo_n "checking for capable lex... " >&6; }
6860 if lex -t scanner.l > /dev/null 2>&1; then
6869 as_fn_error $? "Your operating system's lex is insufficient to compile
6870 libpcap. flex is a lex replacement that has many advantages, including