Re: [Mesa-dev] [PATCH 1/2] build: Use AX_PTHREAD to detect pthreads

2012-09-25 Thread Matt Turner
On Tue, Sep 25, 2012 at 12:35 AM, Kenneth Graunke wrote: > On 09/24/2012 09:48 AM, Matt Turner wrote: >> --- >> I think we should offload configure.ac library/header/program detection >> to macros available from the autoconf archive wherever possible. > > Yeah, that seems like a good idea to me to

Re: [Mesa-dev] [PATCH 1/2] build: Use AX_PTHREAD to detect pthreads

2012-09-25 Thread Kenneth Graunke
On 09/24/2012 09:48 AM, Matt Turner wrote: > --- > I think we should offload configure.ac library/header/program detection > to macros available from the autoconf archive wherever possible. Yeah, that seems like a good idea to me too. But... > +# LICENSE > +# > +# Copyright (c) 2008 Steven G.

[Mesa-dev] [PATCH 1/2] build: Use AX_PTHREAD to detect pthreads

2012-09-24 Thread Matt Turner
--- I think we should offload configure.ac library/header/program detection to macros available from the autoconf archive wherever possible. Makefile.am |2 + configure.ac |4 + m4/.gitignore|5 + m4/ax_pthread.m4 | 309 +++