summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-13 14:31:39 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-30 21:09:32 -0500
commitdfb6142548df0dccbe6eed2c57986e208eb0d437 (patch)
tree61d4d262dcc3ccb99d2682ff81e4008d2b615d74 /bin
parent4ff8fd93e8e91672bb02543ecaa0c6e462a87551 (diff)
downloadexternal_mesa3d-dfb6142548df0dccbe6eed2c57986e208eb0d437.zip
external_mesa3d-dfb6142548df0dccbe6eed2c57986e208eb0d437.tar.gz
external_mesa3d-dfb6142548df0dccbe6eed2c57986e208eb0d437.tar.bz2
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/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore
index 3b3f168..5cf62d9 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -1,2 +1,3 @@
/depcomp
/missing
+ylwrap