[cairo-commit] cairo ChangeLog,1.476,1.477 configure.in,1.97,1.98
Carl Worth
commit at pdx.freedesktop.org
Thu Apr 7 12:05:54 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv13479
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in:
* src/cairo-wideint.h:
* src/cairoint.h: Use configure-time checks for stdint.h
vs. inttypes.h vs. sys/int_types.h rather than ad-hoc
system-specific macros. Also define these types manually none of
these header are available. (Thanks to Jason Dorje Short
<jdorje at users.sf.net>).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -d -r1.476 -r1.477
--- ChangeLog 7 Apr 2005 18:18:40 -0000 1.476
+++ ChangeLog 7 Apr 2005 19:05:52 -0000 1.477
@@ -1,5 +1,15 @@
2005-04-07 Carl Worth <cworth at cworth.org>
+ * configure.in:
+ * src/cairo-wideint.h:
+ * src/cairoint.h: Use configure-time checks for stdint.h
+ vs. inttypes.h vs. sys/int_types.h rather than ad-hoc
+ system-specific macros. Also define these types manually none of
+ these header are available. (Thanks to Jason Dorje Short
+ <jdorje at users.sf.net>).
+
+2005-04-07 Carl Worth <cworth at cworth.org>
+
* test/imagediff.c (main): Fix to return non-zero status on error.
2005-04-06 Owen Taylor <otaylor at redhat.com>
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- configure.in 30 Mar 2005 22:00:31 -0000 1.97
+++ configure.in 7 Apr 2005 19:05:52 -0000 1.98
@@ -398,6 +398,7 @@
dnl ===========================================================================
dnl Checks for precise integer types
+AC_CHECK_HEADERS([stdint.h inttypes.h sys/int_types.h])
AC_CHECK_TYPES([uint64_t, uint128_t])
dnl Use lots of warning flags with GCC
More information about the cairo-commit
mailing list