Re: [PATCH 2/4] configure: add helper for setting xserver directory

2011-08-11 Thread Kristian Høgsberg
On Wed, Aug 3, 2011 at 5:12 AM, Tiago Vignatti wrote: > With this the X server directory can become independent from the > installation prefix set by autoconf. Thanks, applied with a tweak to change the define to XSERVER_PATH and make it the entire path to the X server. Kristian > Signed-off-by

[PATCH 2/4] configure: add helper for setting xserver directory

2011-08-03 Thread Tiago Vignatti
With this the X server directory can become independent from the installation prefix set by autoconf. Signed-off-by: Tiago Vignatti --- compositor/Makefile.am |2 +- configure.ac |5 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/compositor/Makefile.am b/c