[xlibs-commit] Xft configure.ac,1.13,1.14

Chris Lee xlibs-commit@pdx.freedesktop.org
Sat, 01 Nov 2003 01:11:51 -0800


Committed by: clee

Update of /cvs/xlibs/Xft
In directory pdx:/tmp/cvs-serv7280/Xft

Modified Files:
	configure.ac 
Log Message:
Fixing up the configure.ac files so that './build-em' actually runs without errors by adding:
AC_CONFIG_AUX_DIR(.)
Added it after the AM_CONFIG_HEADER(config.h) line in each file.

Yaay! I have a freedesktop.org CVS account :)

-clee


Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xft/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- configure.ac	27 Sep 2003 00:22:07 -0000	1.13
+++ configure.ac	1 Nov 2003 09:11:49 -0000	1.14
@@ -37,6 +37,7 @@
 AM_MAINTAINER_MODE
 
 AM_CONFIG_HEADER(config.h)
+AC_CONFIG_AUX_DIR(.)
 
 # checks for progs
 AC_PROG_CC