[evolution-data-server/gnome-2-28] Fix an intltool issue. Same as Evolution had a few weeks ago.



commit 4b15ae1d6b40ce2f5be226b3076cee1fa6cf0c30
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 e1fac29..73acc97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,10 +6,15 @@ m4_define([eds_micro_version], [91])
 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]