From: Ruben Kerkhof Date: Sun, 6 Mar 2016 17:02:35 +0000 (+0100) Subject: build.sh: explicitly check for bison X-Git-Tag: collectd-5.6.0~396 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f0da322ddcee142e8bdc50a54219201573f284d4;p=collectd.git build.sh: explicitly check for bison We don't work with other yaccs. --- 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