diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-13 14:31:39 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-30 21:09:32 -0500 |
commit | dfb6142548df0dccbe6eed2c57986e208eb0d437 (patch) | |
tree | 61d4d262dcc3ccb99d2682ff81e4008d2b615d74 /bin | |
parent | 4ff8fd93e8e91672bb02543ecaa0c6e462a87551 (diff) | |
download | mesa-dfb6142548df0dccbe6eed2c57986e208eb0d437.tar.gz |
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>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |