evolution-exchange r1858 - trunk



Author: mbarnes
Date: Mon Jan 19 18:15:01 2009
New Revision: 1858
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1858&view=rev

Log:
2009-01-19  Matthew Barnes  <mbarnes redhat com>

	* configure.in:
	Keep evolution-exchange and evolution-data-server versions in
	lockstep from now on to avoid any more dependency screw ups.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan 19 18:15:01 2009
@@ -1,14 +1,16 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 
-AC_INIT(evolution-exchange, 2.25.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution%20Exchange)
+m4_define([eex_version], [2.25.5])
+
+AC_INIT(evolution-exchange, [eex_version], http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution%20Exchange)
 AC_CONFIG_SRCDIR(storage)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 # Required Package Versions
 m4_define([glib_minimum_version], [2.16.0])
 m4_define([gtk_minimum_version], [2.10.0])
-m4_define([eds_minimum_version], [2.23.90])
+m4_define([eds_minimum_version], [eex_version])
 m4_define([gconf_minimum_version], [2.0.0])             # XXX Just a Guess
 m4_define([libbonobo_minimum_version], [2.20.3])
 m4_define([libglade_minimum_version], [2.0.0])          # XXX Just a Guess



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]