two kdrive autohell fixes...

Matthias Hopf mhopf at suse.de
Thu Dec 30 07:24:13 PST 2004


Hi all!

Find two trivial patches for kdrive attached, one for the DamageExt and
one for the Xrandr CVS module. They fix the call sequence of the
autotool macros, and are required (at least on my system) to build the
project.

CU all and have a happy new year 8^)

Matthias

-- 
Matthias Hopf <mhopf at suse.de>,  SuSE labs,  Zimmer 3.2.18,  Tel. 74053-715
-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/DamageExt/configure.ac,v
retrieving revision 1.2
diff -u -p -r1.2 configure.ac
--- configure.ac	26 Nov 2003 03:47:58 -0000	1.2
+++ configure.ac	30 Dec 2004 14:28:48 -0000
@@ -25,9 +25,9 @@ dnl Process this file with autoconf to c
 
 AC_PREREQ([2.57])
 AC_INIT([damageext], [1.0], [keithp at keithp.com], damageext)
+AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
-AC_CONFIG_AUX_DIR(.)
 
 PKG_CHECK_MODULES(FIXESEXT, fixesext)
 
-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xrandr/configure.ac,v
retrieving revision 1.6
diff -u -p -r1.6 configure.ac
--- configure.ac	1 Jul 2004 19:01:55 -0000	1.6
+++ configure.ac	30 Dec 2004 14:29:10 -0000
@@ -33,11 +33,11 @@ dnl digit in the version number to track
 dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n
 dnl
 AC_INIT(libXrandr, 1.0.2, [keithp at keithp.com], libXrandr)
+AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 
 AM_CONFIG_HEADER(config.h)
-AC_CONFIG_AUX_DIR(.)
 
 # Check for progs
 AC_PROG_CC


More information about the xorg mailing list