[evolution-data-server] Fix an intltool issue. Same as Evolution had a few weeks ago.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix an intltool issue. Same as Evolution had a few weeks ago.
- Date: Wed, 12 Aug 2009 01:30:11 +0000 (UTC)
commit 8f169eafc37701256023c756c7c560dc5b373b9e
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Aug 11 21:29:19 2009 -0400
Fix an intltool issue. Same as Evolution had a few weeks ago.
configure.ac | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9a02fb3..8009f4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,10 +6,15 @@ m4_define([eds_micro_version], [1])
m4_define([eds_version],
[eds_major_version.eds_minor_version.eds_micro_version])
-dnl This is for API/version tracking for things like Bonobo server files.
-dnl This should always be the major/minor of the stable version or stable
-dnl version to be. (XXX The API version is no longer meaningful.)
+dnl Base Version: This is for API/version tracking for things like
+dnl Bonobo server files. This should always be the major/minor of
+dnl the stable version or stable version to be. Note, this is set
+dnl the way it is so that GETTEXT_PACKAGE will be parsed correctly.
+BASE_VERSION=2.28
m4_define([base_version], [2.28])
+
+dnl This number is meaningless, but we're now stuck with it in our
+dnl library names for backward compatibility.
m4_define([api_version], [1.2])
dnl Autoconf / Automake Initialization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]