aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-03 00:25:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-07-03 00:48:42 +0800
commit34eeda37d39f37fc88fa93dd7a890424fbcf6d3d (patch)
treeb24ef305369d41540ebfe32fffd7e9fa59628495 /configure.ac
parent56333d439bb9bf225d413a6308d2077288207315 (diff)
downloadgsoc2013-evolution-34eeda37d39f37fc88fa93dd7a890424fbcf6d3d.tar
gsoc2013-evolution-34eeda37d39f37fc88fa93dd7a890424fbcf6d3d.tar.gz
gsoc2013-evolution-34eeda37d39f37fc88fa93dd7a890424fbcf6d3d.tar.bz2
gsoc2013-evolution-34eeda37d39f37fc88fa93dd7a890424fbcf6d3d.tar.lz
gsoc2013-evolution-34eeda37d39f37fc88fa93dd7a890424fbcf6d3d.tar.xz
gsoc2013-evolution-34eeda37d39f37fc88fa93dd7a890424fbcf6d3d.tar.zst
gsoc2013-evolution-34eeda37d39f37fc88fa93dd7a890424fbcf6d3d.zip
Remove UPGRADE_REVISION definition.
This is always '0'. I've never changed it to anything else so it's a useless definition.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index fcebc585ef..e61ee5807d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,10 +16,6 @@ dnl the way it is so that GETTEXT_PACKAGE will be parsed correctly.
BASE_VERSION=3.6
m4_define([base_version], [3.6])
-dnl Upgrade Revision: This is for triggering migration calls between
-dnl varying versions. Reset to 0 whenever BASE_VERSION changes.
-m4_define([upgrade_revision], [0])
-
dnl Autoconf / Automake Initialization
AC_PREREQ([2.64])
AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://www.gnome.org/projects/evolution/])
@@ -134,9 +130,6 @@ fi
AC_SUBST([BASE_VERSION], [base_version])
AC_DEFINE_UNQUOTED(BASE_VERSION, ["$BASE_VERSION"], [Base version (Major.Minor)])
-AC_SUBST([UPGRADE_REVISION],[upgrade_revision])
-AC_DEFINE_UNQUOTED(UPGRADE_REVISION, ["$UPGRADE_REVISION"], [The number of times we've upgraded since the BASE_VERSION release])
-
AC_PROG_CC
AC_C_INLINE
AC_PROG_CPP