diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-13 18:33:30 +0200 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2009-08-13 11:38:18 -0500 |
commit | 7bab5000dc87ee00f01f2b53c39c0812d42ab421 (patch) | |
tree | 890d39517ed26f7f9f5a4311f0eaacb9936f9880 | |
parent | b6551397eadf8983174d51180ec1b8263848a792 (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-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 9 insertions, 0 deletions
@@ -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]) |