OSDN Git Service

autoconf: use AC_PROG_YACC/LEX
authorMatt Turner <mattst88@gmail.com>
Fri, 13 Jan 2012 19:31:39 +0000 (14:31 -0500)
committerMatt Turner <mattst88@gmail.com>
Tue, 31 Jan 2012 02:09:32 +0000 (21:09 -0500)
commitdfb6142548df0dccbe6eed2c57986e208eb0d437
tree61d4d262dcc3ccb99d2682ff81e4008d2b615d74
parent4ff8fd93e8e91672bb02543ecaa0c6e462a87551
autoconf: use AC_PROG_YACC/LEX

Needed for automake. Using AC_PROG_PATH(bison/flex) causes automake to
fail to build .y and .l files.

It is up to the builder to use bison/flex instead of yacc/lex.

Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Matt Turner <mattst88@gmail.com>
bin/.gitignore
configs/autoconf.in
configure.ac