[gtkmm/gtkmm-2-24] Do not require mm-common for tarball builds.



commit 917dada8c3603daf98e79d035b90a566bd4f057d
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jul 8 13:25:58 2011 +0200

    Do not require mm-common for tarball builds.
    
    * configure.ac: Use MM_CONFIG_DOCTOOL_DIR() as in gtkmm 3 already,
    and in other *mm projects.
    Bug #654231 (Pacho Ramos)

 ChangeLog    |    8 ++++++++
 configure.ac |    5 +++++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5955a6c..5e35ba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-07-08  Murray Cumming  <murrayc murrayc com>
+
+	Do not require mm-common for tarball builds.
+
+	* configure.ac: Use MM_CONFIG_DOCTOOL_DIR() as in gtkmm 3 already, 
+	and in other *mm projects.
+	Bug #654231 (Pacho Ramos)
+
 2.24.1:
 
 2011-06-14  Kjell Ahlstedt  <kjell ahlstedt bredband net>
diff --git a/configure.ac b/configure.ac
index 8631bee..d687b3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,11 @@ MM_PREREQ([0.8])
 MM_INIT_MODULE([gdkmm-2.4])
 MM_INIT_MODULE([gtkmm-2.4])
 
+# 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([LIBGTKMM_SO_VERSION], [2:0:1])
 



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