Re: Nested pkg-config macros in configure.ac

2009-12-01 Thread Gaetan Nadon
On Wed, 2009-12-02 at 00:02 +0100, Julien Cristau wrote: > On Tue, Dec 1, 2009 at 17:38:47 -0500, Gaetan Nadon wrote: > > > > > Signed-off-by: Gaetan Nadon > > Reviewed-by: Dan Nicholson > > Tested-by: Julien Cristau > > Eh. Why is my email address munged? > I copied verbatim from http:/

Re: Nested pkg-config macros in configure.ac

2009-12-01 Thread Peter Hutterer
> From cd1962b7f9c14bc67e22c07cb9a9cd3a4a119506 Mon Sep 17 00:00:00 2001 > From: Gaetan Nadon > Date: Sat, 28 Nov 2009 21:32:47 -0500 > Subject: [PATCH] configure.ac: error while checking for XDMXCONFIG_DEP > > Introduced in commit 9998105a387e0294054502331a56e1e020cd93e4 > The replacement third

Re: Nested pkg-config macros in configure.ac

2009-12-01 Thread Julien Cristau
On Tue, Dec 1, 2009 at 17:38:47 -0500, Gaetan Nadon wrote: > > Signed-off-by: Gaetan Nadon > Reviewed-by: Dan Nicholson > Tested-by: Julien Cristau Eh. Why is my email address munged? Cheers, Julien ___ xorg-devel mailing list xorg-devel@lists.x.

Re: Nested pkg-config macros in configure.ac

2009-12-01 Thread Gaetan Nadon
On Tue, 2009-12-01 at 16:45 +1000, Peter Hutterer wrote: > On Sat, Nov 28, 2009 at 09:50:52PM -0500, Gaetan Nadon wrote: > > From 5570d7b274e6b3f369c7d3810a9f88fa9ffe2540 Mon Sep 17 00:00:00 2001 > > From: Gaetan Nadon > > Date: Sat, 28 Nov 2009 21:32:47 -0500 > > Subject: [PATCH] configure.ac: e

Re: Nested pkg-config macros in configure.ac

2009-11-30 Thread Peter Hutterer
On Sat, Nov 28, 2009 at 09:50:52PM -0500, Gaetan Nadon wrote: > From 5570d7b274e6b3f369c7d3810a9f88fa9ffe2540 Mon Sep 17 00:00:00 2001 > From: Gaetan Nadon > Date: Sat, 28 Nov 2009 21:32:47 -0500 > Subject: [PATCH] configure.ac: error while checking for XDMXCONFIG_DEP > > Introduced in commit 999

Re: Nested pkg-config macros in configure.ac

2009-11-30 Thread Julien Cristau
On Sat, Nov 28, 2009 at 21:50:52 -0500, Gaetan Nadon wrote: > From: Gaetan Nadon > Date: Sat, 28 Nov 2009 21:32:47 -0500 > Subject: [PATCH] configure.ac: error while checking for XDMXCONFIG_DEP > > Introduced in commit 9998105a387e0294054502331a56e1e020cd93e4 > The replacement third parameters t

Re: Nested pkg-config macros in configure.ac

2009-11-28 Thread Dan Nicholson
On Sat, Nov 28, 2009 at 6:50 PM, Gaetan Nadon wrote: > On Fri, 2009-11-27 at 14:37 -0800, Jeremy Huddleston wrote: > > looks like there's some bad pkg-config m4 macros being used here... My > guess is that the pkg-config macros don't like being nested: Yeah, I think that's the fix. Reviewed-by:

Re: Nested pkg-config macros in configure.ac

2009-11-28 Thread Gaetan Nadon
On Fri, 2009-11-27 at 14:37 -0800, Jeremy Huddleston wrote: > looks like there's some bad pkg-config m4 macros being used here... My guess > is that the pkg-config macros don't like being nested: > > ... > checking dependency style of $(CC)... none > checking for DMXMODULES... yes > ./configure

Nested pkg-config macros in configure.ac

2009-11-27 Thread Jeremy Huddleston
looks like there's some bad pkg-config m4 macros being used here... My guess is that the pkg-config macros don't like being nested: ... checking dependency style of $(CC)... none checking for DMXMODULES... yes ./configure: line 28374: XDMXCONFIG_DEP_CFLAGS: command not found ./configure: line 28