From f0da322ddcee142e8bdc50a54219201573f284d4 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 6 Mar 2016 18:02:35 +0100 Subject: [PATCH] build.sh: explicitly check for bison We don't work with other yaccs. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 20854b13..57f3d444 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ EOF done } -check_for_application lex yacc autoheader aclocal automake autoconf +check_for_application lex bison autoheader aclocal automake autoconf # Actually we don't need the pkg-config executable, but we need the M4 macros. # We check for `pkg-config' here and hope that M4 macros will then be -- 2.11.0