[glibmm] Remove now optional macro arguments



commit f2a96e73398dc731c75bebb4b0f1287e33241224
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sun Aug 16 16:13:34 2009 +0200

    Remove now optional macro arguments
    
    * configure.ac: Insert MM_PREREQ([0.4]) macro call.
    (MM_INIT_MODULE): Remove the now optional second macro argument.

 ChangeLog    |    7 +++++++
 configure.ac |    5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f99d7fa..e210b2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-08-16  Daniel Elstner  <daniel kitta gmail com>
 
+	Remove now optional macro arguments
+
+	* configure.ac: Insert MM_PREREQ([0.4]) macro call.
+	(MM_INIT_MODULE): Remove the now optional second macro argument.
+
+2009-08-16  Daniel Elstner  <daniel kitta gmail com>
+
 	Move M4 files from scripts/ over to build/
 
 	* scripts/*.m4: Move files over to the build/ directory, in order
diff --git a/configure.ac b/configure.ac
index 053101a..afbcccd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,9 @@ AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
-MM_INIT_MODULE([glibmm-2.4], m4_expand([AC_PACKAGE_VERSION]))
-MM_INIT_MODULE([giomm-2.4],  m4_expand([AC_PACKAGE_VERSION]))
+MM_PREREQ([0.4])
+MM_INIT_MODULE([glibmm-2.4])
+MM_INIT_MODULE([giomm-2.4])
 MM_CONFIG_DOCTOOL_DIR([docs])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html



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