Files
2013-09-26 17:14:40 +02:00

29 lines
636 B
Plaintext

$NetBSD: patch-ae,v 1.1 2005/05/23 21:24:17 jlam Exp $
--- configure.orig 2000-01-19 02:25:45.000000000 -0500
+++ configure
@@ -1120,11 +1120,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:1130: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
@@ -1381,11 +1376,6 @@ EOF
fi
-if test "x${LEX}" != "xflex"; then
- echo "AIDE requires GNU flex"
- exit 5
-fi
-