[xlibs-commit] Xrender configure.ac,1.14,1.15
Chris Lee
xlibs-commit@pdx.freedesktop.org
Sat, 01 Nov 2003 01:11:51 -0800
- Previous message: [xlibs-commit] Xrandr configure.ac,1.3,1.4
- Next message: [xlibs-commit] FixesExt ChangeLog,1.1,1.2 configure.ac,1.1,1.2 fixesext.pc.in,1.1,1.2 protocol,1.2,1.3 xfixesproto.h,1.2,1.3 xfixeswire.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: clee
Update of /cvs/xlibs/Xrender
In directory pdx:/tmp/cvs-serv7280/Xrender
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/Xrender/configure.ac,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- configure.ac 1 Oct 2003 06:49:00 -0000 1.14
+++ configure.ac 1 Nov 2003 09:11:49 -0000 1.15
@@ -37,6 +37,7 @@
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
+AC_CONFIG_AUX_DIR(.)
# Check for progs
AC_PROG_CC
- Previous message: [xlibs-commit] Xrandr configure.ac,1.3,1.4
- Next message: [xlibs-commit] FixesExt ChangeLog,1.1,1.2 configure.ac,1.1,1.2 fixesext.pc.in,1.1,1.2 protocol,1.2,1.3 xfixesproto.h,1.2,1.3 xfixeswire.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]