[libgdamm/libgdamm-4-2] Avoid a tarball dependency on mm-common.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm/libgdamm-4-2] Avoid a tarball dependency on mm-common.
- Date: Thu, 22 Sep 2011 09:22:33 +0000 (UTC)
commit de4813feeac8582c0ce87f540acaf39ba7dabc87
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 | 9 +++++++++
configure.ac | 7 ++++++-
2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aa38dd4..ec58978 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=======
+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.
+
2011-09-21 Murray Cumming <murrayc murrayc com>
Adjust the compiler warning flags used with --enable-warnings=fatal.
diff --git a/configure.ac b/configure.ac
index 9be6192..607b9fa 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-4.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]