[goocanvasmm/goocanvasmm-1.0] Fix the build with the latest gtkmm from git master.



commit 5e3dcd32c45c1f2af0d9cce58ea3266734cf5223
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 16 09:56:38 2010 +0100

    Fix the build with the latest gtkmm from git master.
    
    * configure.ac: Set GMMPROC_EXTRA_M4_DIR to use the gtkmm m4 conversions.

 ChangeLog    |    6 +++++-
 configure.ac |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 039b068..85b9b7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-0.15.4:
+2010-12-16  Murray Cumming  <murrayc murrayc com>
+
+	Fix the build with the latest gtkmm from git master.
+
+	* configure.ac: Set GMMPROC_EXTRA_M4_DIR to use the gtkmm m4 conversions.
 
 2010-10-18  Murray Cumming  <murrayc murrayc com>
 
diff --git a/configure.ac b/configure.ac
index 817553f..e11dd31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ PKG_CHECK_MODULES([GOOCANVASMM], [$GOOCANVASMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 MM_PKG_CONFIG_SUBST([GMMPROC_DIR], [--variable=gmmprocdir glibmm-2.4])
+MM_PKG_CONFIG_SUBST([GMMPROC_EXTRA_M4_DIR], [--variable=gmmprocm4dir gtkmm-2.4 pangomm-1.4 atkmm-1.6])
 
 MM_ARG_ENABLE_DOCUMENTATION
 MM_ARG_WITH_TAGFILE_DOC([libstdc++.tag], [mm-common-libstdc++])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]