aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-30 20:35:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-11 04:32:52 +0800
commit5c94f4022841c61ed9717e92fa1d2df85536be3c (patch)
tree8498b10d4f4d643a1118d6f0f3a329c2090a202e /configure.ac
parentd1a51187da263fb4366cf539290c8e5bb27d2d4d (diff)
downloadgsoc2013-evolution-5c94f4022841c61ed9717e92fa1d2df85536be3c.tar
gsoc2013-evolution-5c94f4022841c61ed9717e92fa1d2df85536be3c.tar.gz
gsoc2013-evolution-5c94f4022841c61ed9717e92fa1d2df85536be3c.tar.bz2
gsoc2013-evolution-5c94f4022841c61ed9717e92fa1d2df85536be3c.tar.lz
gsoc2013-evolution-5c94f4022841c61ed9717e92fa1d2df85536be3c.tar.xz
gsoc2013-evolution-5c94f4022841c61ed9717e92fa1d2df85536be3c.tar.zst
gsoc2013-evolution-5c94f4022841c61ed9717e92fa1d2df85536be3c.zip
Fix an intltool issue in configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2260dceecd..9109837366 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,8 @@ m4_define([evo_stable_version],
# Base 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.
-m4_define([base_version], [2.28])
+BASE_VERSION=2.28
+AC_SUBST([BASE_VERSION])
# Upgrade Revision: This is for triggering migration calls between
# varying versions. Reset to 0 whenever BASE_VERSION changes.
@@ -109,7 +110,6 @@ if test "$evo_version" != "$evo_stable_version"; then
[Define to the latest stable version if this version is unstable])
fi
-AC_SUBST([BASE_VERSION],[base_version])
AC_DEFINE_UNQUOTED(BASE_VERSION, ["$BASE_VERSION"], [Base version (Major.Minor)])
AC_SUBST([UPGRADE_REVISION],[upgrade_revision])