[cairo-commit] cairo ChangeLog, 1.1081, 1.1082 configure.in, 1.145, 1.146

Anders Carlsson commit at pdx.freedesktop.org
Tue Oct 4 13:48:27 PDT 2005


Committed by: andersca

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv14264

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-10-04  Anders Carlsson  <andersca at imendio.com>

	* configure.in: Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG
	will be set early on.




Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1081
retrieving revision 1.1082
diff -u -d -r1.1081 -r1.1082
--- ChangeLog	4 Oct 2005 00:49:25 -0000	1.1081
+++ ChangeLog	4 Oct 2005 20:48:25 -0000	1.1082
@@ -1,3 +1,8 @@
+2005-10-04  Anders Carlsson  <andersca at imendio.com>
+
+	* configure.in: Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG
+	will be set early on.
+
 2005-10-03  Carl Worth  <cworth at cworth.org>
 
 	* NEWS: Add notes for the 1.0.2 release.

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- configure.in	19 Sep 2005 02:53:23 -0000	1.145
+++ configure.in	4 Oct 2005 20:48:25 -0000	1.146
@@ -83,6 +83,10 @@
 
 dnl ===========================================================================
 
+PKG_PROG_PKG_CONFIG
+
+dnl ===========================================================================
+
 AC_ARG_ENABLE(xlib,
   [  --disable-xlib          Disable cairo's Xlib backend],
   [use_xlib=$enableval], [use_xlib=yes])



More information about the cairo-commit mailing list