[goocanvasmm] Get the path to the pangomm and atkmm m4 files.



commit 21b76f8922f806b63fa35dc1d6f4558bb02e3fe3
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 13 15:22:51 2011 +0200

    Get the path to the pangomm and atkmm m4 files.
    
    * configure.ac: Fix the build by getting and using the paths to
    the pangomm and atkmm m4 files as well as the gtkmm one.
    These are only actualy used by the gtkmm m4 file, and it is
    tedious to have to do this explicitly, of course.

 ChangeLog    |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 18f411e..40790d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-06-13  Murray Cumming  <murrayc murrayc com>
+
+	Get the path to the pangomm and atkmm m4 files.
+
+	* configure.ac: Fix the build by getting and using the paths to 
+	the pangomm and atkmm m4 files as well as the gtkmm one.
+	These are only actualy used by the gtkmm m4 file, and it is 
+	tedious to have to do this explicitly, of course.
+
 2011-05-28  Andreas Klaedtke  <andreas klaedtke gmx net>
  
  	Class hierarchy for class GridModel changed (Bug #651355).
diff --git a/configure.ac b/configure.ac
index 7effcf6..cda51da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,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-3.0])
+MM_PKG_CONFIG_SUBST([GMMPROC_EXTRA_M4_DIR], [--variable=gmmprocm4dir gtkmm-3.0 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]