[xlibs-commit] XRes configure.ac,1.2,1.3
Chris Lee
xlibs-commit@pdx.freedesktop.org
Sat, 01 Nov 2003 01:11:51 -0800
Committed by: clee
Update of /cvs/xlibs/XRes
In directory pdx:/tmp/cvs-serv7280/XRes
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/XRes/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.ac 29 Oct 2003 06:26:32 -0000 1.2
+++ configure.ac 1 Nov 2003 09:11:49 -0000 1.3
@@ -35,6 +35,7 @@
AC_INIT(libXres, 1.0.1, [keithp@keithp.com], libXres)
AM_INIT_AUTOMAKE(xres, 1.0.1)
AM_CONFIG_HEADER(config.h)
+AC_CONFIG_AUX_DIR(.)
# Check for progs
AC_PROG_CC