Xft ChangeLog,1.19,1.20 configure.ac,1.22,1.23

Keith Packard xlibs-commit at pdx.freedesktop.org
Sun Sep 5 23:24:33 PDT 2004


Committed by: keithp

Update of /cvs/xlibs/Xft
In directory gabe:/tmp/cvs-serv27768

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/Xft/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ChangeLog	4 Aug 2004 03:45:10 -0000	1.19
+++ ChangeLog	6 Sep 2004 06:24:29 -0000	1.20
@@ -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-08-03  Keith Packard  <keithp at keithp.com>
 
 	* xftfreetype.c: (_XftReleaseFile):

Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xft/configure.ac,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- configure.ac	15 Apr 2004 01:45:47 -0000	1.22
+++ configure.ac	6 Sep 2004 06:24:30 -0000	1.23
@@ -33,12 +33,12 @@
 dnl Please bump the minor library number at each release as well.
 dnl
 AC_INIT(libXft, 2.1.6, [keithp at keithp.com], libXft)
+AC_CONFIG_AUX_DIR(.)
 
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 
 AM_CONFIG_HEADER(config.h)
-AC_CONFIG_AUX_DIR(.)
 
 # checks for progs
 AC_PROG_CC



More information about the xlibs-commit mailing list