$NetBSD: patch-ab,v 1.1 2005/05/23 21:24:17 jlam Exp $ --- configure.orig 2003-11-28 10:14:08.000000000 -0500 +++ configure @@ -1164,11 +1164,6 @@ test -n "$YACC" && break done test -n "$YACC" || YACC="yacc" -if test "x${YACC}" != "xbison -y"; then - echo "AIDE requires GNU bison" - exit 5 -fi - echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:1174: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. @@ -1425,11 +1420,6 @@ EOF fi -if test "x${LEX}" != "xflex"; then - echo "AIDE requires GNU flex" - exit 5 -fi -