[evolution-data-server] Bug 586477 – Fix quoting in configure.ac
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-data-server] Bug 586477 – Fix quoting in configure.ac
- Date: Sat, 20 Jun 2009 21:56:59 -0400 (EDT)
commit 736d6650861f0fcdffcb9de2c581ee324277384a
Author: H.Habighorst <tearofadragon googlemail com>
Date: Sat Jun 20 21:56:27 2009 -0400
Bug 586477 â?? Fix quoting in configure.ac
configure.ac | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ec9ac67..cf590b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,9 +9,9 @@ m4_define([eds_micro_version], [4])
m4_define([eds_version],
[eds_major_version.eds_minor_version.eds_micro_version])
-# This is for api/versioning tracking for things like bonobo .server files
-# This should always be the major/minor of the stable version or stable version to be
-# Define Base / Api Version
+# This is for API/version tracking for things like Bonobo server files.
+# This should always be the major/minor of the stable version or stable
+# version to be. (XXX The API version is no longer meaningful.)
m4_define([base_version], [2.28])
m4_define([api_version], [1.2])
@@ -41,8 +41,8 @@ m4_define([libical_minimum_version], [0.43])
AC_SUBST([BASE_VERSION],[base_version])
AC_SUBST([API_VERSION],[api_version])
-AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])
-AC_DEFINE_UNQUOTED(API_VERSION, "$API_VERSION", [Api version (Major.Minor)])
+AC_DEFINE_UNQUOTED(BASE_VERSION, ["$BASE_VERSION"], [Base version (Major.Minor)])
+AC_DEFINE_UNQUOTED(API_VERSION, ["$API_VERSION"], [API version (Major.Minor)])
EDS_MAJOR_VERSION=eds_major_version
EDS_MINOR_VERSION=eds_minor_version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]