summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-13 18:33:30 +0200
committerJonathon Jongsma <jjongsma@gnome.org>2009-08-13 11:38:18 -0500
commit7bab5000dc87ee00f01f2b53c39c0812d42ab421 (patch)
tree890d39517ed26f7f9f5a4311f0eaacb9936f9880
parentb6551397eadf8983174d51180ec1b8263848a792 (diff)
Add missing call to MM_CONFIG_DOCTOOL_DIR
* configure.ac: Call MM_CONFIG_DOCTOOL_DIR([docs]) to indicate to mm-common-prepare that this module cannot depend on the utilities shipped with glibmm, and needs its own copies.
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbff712..a022b83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-08-13 Daniel Elstner <danielk@openismus.com>
+ Add missing call to MM_CONFIG_DOCTOOL_DIR
+
+ * configure.ac: Call MM_CONFIG_DOCTOOL_DIR([docs]) to indicate to
+ mm-common-prepare that this module cannot depend on the utilities
+ shipped with glibmm, and needs its own copies.
+
+2009-08-13 Daniel Elstner <danielk@openismus.com>
+
Fix left-over cairomm/cairommconfig.h includes
* cairomm/cairomm.h: Remove directory prefix from cairommconfig.h
diff --git a/configure.ac b/configure.ac
index c730f2a..3d224ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
MM_INIT_MODULE([cairomm-1.0], m4_expand([AC_PACKAGE_VERSION]))
+MM_CONFIG_DOCTOOL_DIR([docs])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
AC_SUBST([CAIROMM_SO_VERSION], [5:0:4])