build.sh: Check for lex and yacc.
authorSebastian Harl <sh@tokkee.org>
Sat, 24 May 2008 20:29:56 +0000 (22:29 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 27 May 2008 11:15:47 +0000 (13:15 +0200)
commitae210a9978f06e6ed7de560b5621ba3d9c761315
tree93cd8dd6eeb1efcd07077f6996db5a0b98c53239
parentccf62a092bb5f2c010afaab3d1c1e7f25c5e8606
build.sh: Check for lex and yacc.

Warn the user, if lex(1) and yacc(1) cannot be found. This is not
necessarily an error, as flex(1) or bison(1) might be available.

As suggested by Kevin Trumbull (onebinary) on IRC.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
build.sh