[xlibs-commit] Xext configure.ac,3.1,3.2

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


Committed by: clee

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

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/Xext/configure.ac,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -d -r3.1 -r3.2
--- configure.ac	26 Sep 2003 22:57:15 -0000	3.1
+++ configure.ac	1 Nov 2003 09:11:49 -0000	3.2
@@ -10,6 +10,8 @@
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
 
+AC_CONFIG_AUX_DIR(.)
+
 AM_MAINTAINER_MODE
 
 AM_CONFIG_HEADER([config.h])