[xlibs-commit] DamageExt configure.ac,1.1,1.2

Chris Lee xlibs-commit@pdx.freedesktop.org
Tue, 25 Nov 2003 19:48:01 -0800


Committed by: clee

Update of /cvs/xlibs/DamageExt
In directory pdx:/tmp/cvs-serv26740/DamageExt

Modified Files:
	configure.ac 
Log Message:
Fixes to make these work on Debian's libtool (which seems to still be buggy).

-clee


Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/DamageExt/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac	24 Oct 2003 06:16:46 -0000	1.1
+++ configure.ac	26 Nov 2003 03:47:58 -0000	1.2
@@ -27,6 +27,7 @@
 AC_INIT([damageext], [1.0], [keithp@keithp.com], damageext)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
+AC_CONFIG_AUX_DIR(.)
 
 PKG_CHECK_MODULES(FIXESEXT, fixesext)