[cairo-commit] libpixman ChangeLog, 1.45, 1.46 configure.in, 1.14, 1.15

Owen Taylor commit at pdx.freedesktop.org
Sun Feb 6 11:51:09 PST 2005


Committed by: otaylor

Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv6259

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-02-06  Owen Taylor  <otaylor at redhat.com>

        * configure.in: Add AC_PREREQ(2.54) to help the Debian
        auto-guess-which-configure-version hack.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- ChangeLog	26 Jan 2005 17:10:15 -0000	1.45
+++ ChangeLog	6 Feb 2005 19:51:07 -0000	1.46
@@ -1,3 +1,8 @@
+2005-02-06  Owen Taylor  <otaylor at redhat.com>
+
+	* configure.in: Add AC_PREREQ(2.54) to help the Debian 
+	auto-guess-which-configure-version hack.
+
 2005-01-26  Carl Worth  <cworth at cworth.org>
 
 	* src/pixman.h: Use 32-bits for pixman_bits_t, even on 64-bit

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- configure.in	21 Jan 2005 19:10:07 -0000	1.14
+++ configure.in	6 Feb 2005 19:51:07 -0000	1.15
@@ -1,5 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
+AC_PREREQ(2.54)
+
 AC_INIT(src/pixman.h)
 
 dnl ===========================================================================




More information about the cairo-commit mailing list