[glom] Make Glom build with autoconf 2.65.
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Make Glom build with autoconf 2.65.
- Date: Sat, 20 Mar 2010 11:10:06 +0000 (UTC)
commit adbf9a23db12676dbc8c2a11f9dbed23caf44335
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 67f8676..e71235e 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-16 David King <davidk openismus com>
Fix GtkVBox orientation in GtkBuilder files
diff --git a/configure.ac b/configure.ac
index 40767d2..3c62a0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_SUBST([GLOM_ABI_VERSION], [1.14])
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]