From dfb6142548df0dccbe6eed2c57986e208eb0d437 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 13 Jan 2012 14:31:39 -0500 Subject: 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 Tested-by: Eric Anholt Signed-off-by: Matt Turner --- bin/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/.gitignore b/bin/.gitignore index 3b3f168e4ba..5cf62d9e079 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,2 +1,3 @@ /depcomp /missing +ylwrap -- cgit v1.2.3