[libgdamm] Avoid a tarball dependency on mm-common.



commit 5fbbd254c04da61137d9eb9305c09e02a8c969f8
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 30 09:55:44 2011 +0200

    Avoid a tarball dependency on mm-common.
    
    * configure.ac: Require the latest version of mm-common.
    Call MM_CONFIG_DOCTOOL_DIR() to createe, use, and dist a local copy of the
    mm-common scripts.

 ChangeLog    |    8 ++++++++
 configure.ac |    7 ++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8dcc805..62e9bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-03-30  Murray Cumming  <murrayc murrayc com>
+
+	Avoid a tarball dependency on mm-common.
+
+	* configure.ac: Require the latest version of mm-common.
+	Call MM_CONFIG_DOCTOOL_DIR() to createe, use, and dist a local copy of the
+	mm-common scripts.
+
 4.99.0:
 
 2011-03-29  Murray Cumming  <murrayc murrayc com>
diff --git a/configure.ac b/configure.ac
index 9017a1b..98d7268 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,9 +24,14 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([build/config.h libgda/libgdammconfig.h])
 
-MM_PREREQ([0.7.1])
+MM_PREREQ([0.9.5])
 MM_INIT_MODULE([libgdamm-5.0])
 
+# Copy the mm-common .pl scripts into docs/,
+# and use them from there,
+# then dist them to avoid a tarball-build dependency.
+MM_CONFIG_DOCTOOL_DIR([docs])
+
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 AC_SUBST([LIBGDAMM_SO_VERSION], [13:0:0])
 



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