Re: [Mesa-dev] [PATCH 20/21] glsl: Remove builtin_compiler from the build system.

2013-09-04 Thread Matt Turner
On Wed, Sep 4, 2013 at 3:22 PM, Kenneth Graunke wrote: > diff --git a/configure.ac b/configure.ac > index b19ab18..382f26f 100644 > --- a/configure.ac > +++ b/configure.ac All of the *FOR_BUILD stuff in configure.ac, including m4/*for_build.m4, is now dead and should be removed too. Yay! Commit

[Mesa-dev] [PATCH 20/21] glsl: Remove builtin_compiler from the build system.

2013-09-04 Thread Kenneth Graunke
We don't actually use anything from builtin_function.cpp, so we don't need to generate it anymore. Signed-off-by: Kenneth Graunke --- configure.ac| 1 - src/glsl/.gitignore | 2 - src/glsl/Android.mk | 26