[PATCH libXi] Use AM_CPPFLAGS to use in tree headers before installed headers

2011-09-18 Thread Jeremy Huddleston
This addresses a build failure found by the tinderbox. Signed-off-by: Jeremy Huddleston --- See: http://tinderbox.x.org/builds/2011-09-17-/logs/libXi src/Makefile.am |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c03

Re: [PATCH libXi] Use AM_CPPFLAGS to use in tree headers before installed headers

2011-09-18 Thread Gaetan Nadon
On Sun, 2011-09-18 at 01:01 -0700, Jeremy Huddleston wrote: > This addresses a build failure found by the tinderbox. > > Signed-off-by: Jeremy Huddleston > --- > > See: http://tinderbox.x.org/builds/2011-09-17-/logs/libXi > > src/Makefile.am |9 + > 1 files changed, 5 insertio

Re: [PATCH libXi] Use AM_CPPFLAGS to use in tree headers before installed headers

2011-09-19 Thread Julien Cristau
On Sun, Sep 18, 2011 at 01:01:58 -0700, Jeremy Huddleston wrote: > This addresses a build failure found by the tinderbox. > > Signed-off-by: Jeremy Huddleston > --- > > See: http://tinderbox.x.org/builds/2011-09-17-/logs/libXi > > src/Makefile.am |9 + > 1 files changed, 5 ins

Re: [PATCH libXi] Use AM_CPPFLAGS to use in tree headers before installed headers

2011-09-19 Thread Jeremy Huddleston
On Sep 19, 2011, at 4:00 PM, Julien Cristau wrote: > On Sun, Sep 18, 2011 at 01:01:58 -0700, Jeremy Huddleston wrote: > >> This addresses a build failure found by the tinderbox. >> >> Signed-off-by: Jeremy Huddleston >> --- >> >> See: http://tinderbox.x.org/builds/2011-09-17-/logs/libXi >

Re: [PATCH libXi] Use AM_CPPFLAGS to use in tree headers before installed headers

2011-09-20 Thread Gaetan Nadon
On Mon, 2011-09-19 at 16:10 -0700, Jeremy Huddleston wrote: > > Shouldn't XI_CFLAGS and MALLOC_ZERO_CFLAGS be in CPPFLAGS as well? > > Assuming they're really pre-processor flags rather than compilation > flags, yes... I admit I didn't dive into those since they were not > part of the problem bei