[gtksourceviewmm/gtksourceviewmm-2.0] Fix building with glibmm-2.28.



commit 09702a6c94755ded31e5dfe8b606fa2c81ca83b3
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Fri Jun 24 15:12:53 2011 +0200

    Fix building with glibmm-2.28.
    
    * README:
    * configure.ac: Distribute doctools with the tarball. This needs
    mm-common version bumped to 0.9.5.

 .gitignore   |    5 +++++
 README       |    2 +-
 configure.ac |    7 ++++++-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5315296..a744ac1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,8 @@ stamp-*
 *.pc
 *~
 .dirstamp
+
+/docs/doc-install.pl
+/docs/doc-postprocess.pl
+/docs/doxygen.css
+/docs/tagfile-to-devhelp2.xsl
diff --git a/README b/README
index 0f9bde5..a82c183 100644
--- a/README
+++ b/README
@@ -13,5 +13,5 @@ Current dependencies:
 - to build in maintainer mode:
   * same as above and tools used by maintainer:
     - git (to generate a ChangeLog)
-    - mm-common >= 0.8
+    - mm-common >= 0.9.5
     - recent autotools because no deprecated macros are used.
diff --git a/configure.ac b/configure.ac
index e9fc19f..468f357 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,9 +13,14 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
-MM_PREREQ([0.8])
+MM_PREREQ([0.9.5])
 MM_INIT_MODULE([gtksourceviewmm-2.0])
 
+# Copy the mm-common .pl scripts into docs/,
+# and use them from there,
+# so we can dist them to avoid a tarball-build dependency.
+MM_CONFIG_DOCTOOL_DIR([docs])
+
 AC_SUBST([GTKSOURCEVIEWMM_SO_VERSION], [3:0:1])
 
 # AC_DISABLE_STATIC



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