[glom/glom-1-12] Make Glom build with autoconf 2.65.



commit c98e7dfb9728748db5764af43b79549c8218bca6
Author: Fryderyk Dziarmagowski <freetz gmx net>
Date:   Fri Mar 19 20:37:31 2010 +0000

    Make Glom build with autoconf 2.65.
    
    * configure.ac: Remove brackets to make Glom build with newer autoconf.

 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8a044ba..504c84b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-19  Daniel Borgmann <danielb openismus com>
+
+	* configure.ac: Make Glom build with autoconf 2.65.
+	Patch from Fryderyk Dziarmagowski in GNOME bug #613179. 
+
 2010-03-13  David King  <davidk openismus com>
 
 	Depend on libxml++ >= 2.23.1, fixing GNOME bug #612794
diff --git a/configure.ac b/configure.ac
index e1853e6..8d41a99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_SUBST([GLOM_ABI_VERSION], [1.12])
 AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION], ["$GLOM_ABI_VERSION"],
 		   [Define to the Glom ABI version string.])
 # Python modules can't be called glom-1.x, so we use underlines.
-AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION_UNDERLINED], ["AS_TR_SH([$GLOM_ABI_VERSION])"],
+AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION_UNDERLINED], "AS_TR_SH([$GLOM_ABI_VERSION])",
                    [Define to the Glom ABI version with '.' replaced by '_'.])
 
 # Only check for libgettextpo on non-Maemo platforms.



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