[libgda-uimm] configure.ac: Avoid tarball dependency on mm-common.



commit c2cddd0e5ee5015aad7627c3f1ad51de59cd01e0
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Mon Oct 3 17:08:46 2011 -0400

    configure.ac: Avoid tarball dependency on mm-common.
    
    	* configure.ac: Also increase the prerequisite of mm-common to the
    	latest version.

 ChangeLog    |    7 +++++++
 configure.ac |    7 ++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ffda84a..27472b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-10-03  Josà Alburquerque  <jaalburqu svn gnome org>
 
+	configure.ac: Avoid tarball dependency on mm-common.
+
+	* configure.ac: Also increase the prerequisite of mm-common to the
+	latest version.
+
+2011-10-03  Josà Alburquerque  <jaalburqu svn gnome org>
+
 	Add the RtEditor class.
 
 	* tools/extra_defs_gen/generate_defs_libgda_ui.cc: Add the
diff --git a/configure.ac b/configure.ac
index 06ec23f..74a8a0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,14 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([config.h libgda-ui/libgda-uimmconfig.h])
 
-MM_PREREQ([0.8])
+MM_PREREQ([0.9.5])
 MM_INIT_MODULE([libgda-uimm-4.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])
+
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 AC_SUBST([LIBGDA_UIMM_SO_VERSION], [0:0:0])
 



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