Re: [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros

2012-01-11 Thread Gaetan Nadon
On 12-01-11 01:29 AM, Matt Turner wrote: > On Wed, Jan 11, 2012 at 1:16 AM, Matt Turner wrote: >> Defining these macros lets us use AC_PROG_YACC/LEX which makes automake >> easier while still specifically requiring bison and flex. >> >> Based on bison.m4 and flex.m4 found in LLVM's tree. >> >> Sig

Re: [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros

2012-01-11 Thread Gaetan Nadon
On 12-01-11 01:16 AM, Matt Turner wrote: > Defining these macros lets us use AC_PROG_YACC/LEX which makes automake > easier while still specifically requiring bison and flex. > > Based on bison.m4 and flex.m4 found in LLVM's tree. > > Signed-off-by: Matt Turner > --- > configure.ac |9 ---

Re: [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros

2012-01-11 Thread Eric Anholt
On Wed, 11 Jan 2012 01:16:18 -0500, Matt Turner wrote: > Defining these macros lets us use AC_PROG_YACC/LEX which makes automake > easier while still specifically requiring bison and flex. > > Based on bison.m4 and flex.m4 found in LLVM's tree. Copying stuff from their tree without noting the li

Re: [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros

2012-01-11 Thread Matt Turner
On Wed, Jan 11, 2012 at 1:49 AM, Kenneth Graunke wrote: > On 01/10/2012 10:16 PM, Matt Turner wrote: >> >> Defining these macros lets us use AC_PROG_YACC/LEX which makes automake >> easier while still specifically requiring bison and flex. >> >> Based on bison.m4 and flex.m4 found in LLVM's tree.

Re: [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros

2012-01-10 Thread Kenneth Graunke
On 01/10/2012 10:16 PM, Matt Turner wrote: Defining these macros lets us use AC_PROG_YACC/LEX which makes automake easier while still specifically requiring bison and flex. Based on bison.m4 and flex.m4 found in LLVM's tree. Signed-off-by: Matt Turner --- configure.ac |9 - m4/bi

Re: [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros

2012-01-10 Thread Matt Turner
On Wed, Jan 11, 2012 at 1:16 AM, Matt Turner wrote: > Defining these macros lets us use AC_PROG_YACC/LEX which makes automake > easier while still specifically requiring bison and flex. > > Based on bison.m4 and flex.m4 found in LLVM's tree. > > Signed-off-by: Matt Turner > --- >  configure.ac |

[Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros

2012-01-10 Thread Matt Turner
Defining these macros lets us use AC_PROG_YACC/LEX which makes automake easier while still specifically requiring bison and flex. Based on bison.m4 and flex.m4 found in LLVM's tree. Signed-off-by: Matt Turner --- configure.ac |9 - m4/bison.m4 | 16 m4/flex.m4