Xrender ChangeLog,1.12,1.13 configure.ac,1.19,1.20
Keith Packard
xlibs-commit at pdx.freedesktop.org
Sun Sep 5 23:25:58 PDT 2004
Committed by: keithp
Update of /cvs/xlibs/Xrender
In directory gabe:/tmp/cvs-serv28153
Modified Files:
ChangeLog configure.ac
Log Message:
2004-09-05 Keith Packard <keithp at keithp.com>
* configure.ac:
Move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE to make
automake 1.9 happy
Index: ChangeLog
===================================================================
RCS file: /cvs/xlibs/Xrender/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog 29 Jul 2004 07:59:34 -0000 1.12
+++ ChangeLog 6 Sep 2004 06:25:56 -0000 1.13
@@ -1,3 +1,9 @@
+2004-09-05 Keith Packard <keithp at keithp.com>
+
+ * configure.ac:
+ Move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE to make
+ automake 1.9 happy
+
2004-07-29 Keith Packard <keithp at keithp.com>
* Makefile.am:
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xrender/configure.ac,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- configure.ac 29 Jul 2004 07:59:34 -0000 1.19
+++ configure.ac 6 Sep 2004 06:25:56 -0000 1.20
@@ -33,11 +33,11 @@
dnl protocol, so Xrender version l.n.m corresponds to protocol version l.n
dnl
AC_INIT(libXrender, 0.9.0, [keithp at keithp.com], libXrender)
+AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
-AC_CONFIG_AUX_DIR(.)
# Check for progs
AC_PROG_CC
More information about the xlibs-commit
mailing list