It's been tested on Ubuntu 14.04 both with bison installed and with
bison not installed. Expected behavior from both.
---
configure.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configure.in b/configure.in
index bcf85cd..7b3e2d7 100644
--- a/configure.in
+++ b/configure.in
@@ -36,7 +36,13 @@ AC_PATH_PROG([CHGRP], [chgrp], [/bin/chgrp])
AC_PROG_SED
AC_PROG_MKDIR_P
AM_PROG_LEX
+if test "x$LEX" != xflex; then
+ AC_MSG_ERROR("Lex executable not found\n");
+fi
AC_PROG_YACC
+if test "x$YACC" == xyacc; then
+ AC_MSG_ERROR("Yacc/bison executable not found\n");
+fi
dnl Define custom variables
--
1.9.1
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Opencryptoki-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech