[cairo-commit] cairomm ChangeLog,1.48,1.49 configure.in,1.13,1.14
Jonathon Jongsma
commit at pdx.freedesktop.org
Mon May 8 18:50:59 PDT 2006
Committed by: jjongsma
Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv583
Modified Files:
ChangeLog configure.in
Log Message:
2006-05-08 Jonathon Jongsma <jonathon.jongsma at gmail.com>
* configure.in: remove check for perl since we're not using any of the
gmmproc stuff for cairomm
* docs/reference/Makefile.am: add documentation dependency on all of the
headers in the cairomm/ directory so that if a header changes the
documentation will be rebuilt.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- ChangeLog 20 Apr 2006 16:35:41 -0000 1.48
+++ ChangeLog 9 May 2006 01:50:57 -0000 1.49
@@ -1,3 +1,11 @@
+2006-05-08 Jonathon Jongsma <jonathon.jongsma at gmail.com>
+
+ * configure.in: remove check for perl since we're not using any of the
+ gmmproc stuff for cairomm
+ * docs/reference/Makefile.am: add documentation dependency on all of the
+ headers in the cairomm/ directory so that if a header changes the
+ documentation will be rebuilt.
+
2006-04-20 Murray Cumming <murrayc at murrayc.com>
* cairomm/context.cc:
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- configure.in 5 Apr 2006 01:30:53 -0000 1.13
+++ configure.in 9 May 2006 01:50:57 -0000 1.14
@@ -92,8 +92,6 @@
PKG_CHECK_MODULES(CAIROMM, cairo >= 1.0)
-GLIBMM_CHECK_PERL([5.6.0])
-
dnl Check whether to build the documentation directory
DOCS_SUBDIR="" dnl set DOCS_SUBDIR initially blank
More information about the cairo-commit
mailing list