Re: [Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX

2012-01-15 Thread Gaetan Nadon
On 12-01-14 11:16 AM, Matt Turner wrote: > 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. > > Signed-off-by: Matt Turner > --- > configs/autoconf.in |4 ++-- > configure

Re: [Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX

2012-01-14 Thread Matt Turner
On Sat, Jan 14, 2012 at 6:33 PM, Gaetan Nadon wrote: > On 12-01-14 11:16 AM, Matt Turner wrote: >> 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. >> >> Signed-off-by: Matt

[Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX

2012-01-14 Thread Matt Turner
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. Signed-off-by: Matt Turner --- configs/autoconf.in |4 ++-- configure.ac| 13 - 2 files changed, 10 inse