[Mesa-dev] [PATCH] autoconf: add AM_PROG_CC_C_O

2012-04-13 Thread nobled
Prevents this error with Automake 1.9: src/gallium/drivers/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac' autoreconf: automake failed with exit status: 1 --- configure.ac |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure

Re: [Mesa-dev] [PATCH] autoconf: add AM_PROG_CC_C_O

2012-04-13 Thread Ian Romanick
On 04/13/2012 08:47 AM, nobled wrote: Prevents this error with Automake 1.9: src/gallium/drivers/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac' autoreconf: automake failed with exit status: 1 What the heck is the difference between AM_PROG_CC_C_0 and AC_PROG_CC? A

Re: [Mesa-dev] [PATCH] autoconf: add AM_PROG_CC_C_O

2012-04-13 Thread Eric Anholt
On Fri, 13 Apr 2012 11:47:41 -0400, nobled wrote: > Prevents this error with Automake 1.9: > > src/gallium/drivers/Makefile.am: C objects in subdir but > `AM_PROG_CC_C_O' not in `configure.ac' > autoreconf: automake failed with exit status: 1 Reviewed-by: Eric Anholt pgp27MCZDDZWA.pgp Descrip

Re: [Mesa-dev] [PATCH] autoconf: add AM_PROG_CC_C_O

2012-04-13 Thread Kenneth Graunke
On 04/13/2012 11:06 AM, Ian Romanick wrote: On 04/13/2012 08:47 AM, nobled wrote: Prevents this error with Automake 1.9: src/gallium/drivers/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac' autoreconf: automake failed with exit status: 1 What the heck is the differe

Re: [Mesa-dev] [PATCH] autoconf: add AM_PROG_CC_C_O

2012-04-13 Thread Olivier Galibert
On Fri, Apr 13, 2012 at 11:06:18AM -0700, Ian Romanick wrote: > On 04/13/2012 08:47 AM, nobled wrote: > > Prevents this error with Automake 1.9: > > > > src/gallium/drivers/Makefile.am: C objects in subdir but > > `AM_PROG_CC_C_O' not in `configure.ac' > > autoreconf: automake failed with exit stat

Re: [Mesa-dev] [PATCH] autoconf: add AM_PROG_CC_C_O

2012-04-13 Thread Dan Nicholson
On 4/13/12, Olivier Galibert wrote: > On Fri, Apr 13, 2012 at 11:06:18AM -0700, Ian Romanick wrote: >> On 04/13/2012 08:47 AM, nobled wrote: >> > Prevents this error with Automake 1.9: >> > >> > src/gallium/drivers/Makefile.am: C objects in subdir but >> > `AM_PROG_CC_C_O' not in `configure.ac' >>