aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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