Re: xserver: Branch 'server-1.6-branch' - 2 commits

2009-01-15 Thread Keith Packard
On Wed, 2009-01-14 at 23:08 -0800, Jeremy Huddleston wrote: ah ... when builddir != srcdir. Sorry, I always forget that... =/ I'll give that a try... Could we just do something like: dix-config-post.h: $(CP) $(srcdir)/include/dix-config-post.h $(builddir)/include all:

Re: xserver: Branch 'server-1.6-branch' - 2 commits

2009-01-14 Thread Jeremy Huddleston
Keith, We needed this stuff to be in dix-config-post-verbatim.h since configure would change: #undef _XSERVER64 to /* #undef _XSERVER64 */ or #define _XSERVER64 1 at configure time, but we need that to be at compile time since we will be building for 32bit and 64bit targets at the same

Re: xserver: Branch 'server-1.6-branch' - 2 commits

2009-01-14 Thread Jeremy Huddleston
Ugg... sorry, I forgot to put it in EXTRA_DIST or whatever it is for the make dist magicness. What would you like for a filename? Is dix-config-post.h sufficient? I wanted to keep dix-config in the name to make it obvious... On Jan 14, 2009, at 20:10, Keith Packard wrote: On Wed,

Re: xserver: Branch 'server-1.6-branch' - 2 commits

2009-01-14 Thread Keith Packard
On Wed, 2009-01-14 at 21:09 -0800, Jeremy Huddleston wrote: Ugg... sorry, I forgot to put it in EXTRA_DIST or whatever it is for the make dist magicness. There's that, and then there's fixing all of the places which use dix-config.h but don't use any other X server includes; they don't know

Re: xserver: Branch 'server-1.6-branch' - 2 commits

2009-01-14 Thread Jeremy Huddleston
On Jan 14, 2009, at 21:25, Keith Packard wrote: On Wed, 2009-01-14 at 21:09 -0800, Jeremy Huddleston wrote: Ugg... sorry, I forgot to put it in EXTRA_DIST or whatever it is for the make dist magicness. There's that, and then there's fixing all of the places which use dix-config.h but don't