~ubuntu-branches/ubuntu/lucid/evolution-sharp/lucid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro, Fernando Ribeiro, NEWS
  • Date: 2007-07-19 14:32:19 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070719143219-e7l3bbrl5tnmna7y
Tags: 0.13.1-0ubuntu1
[Fernando Ribeiro]
* New upstream release
* Add watch file
* Fixed Maintainer in control file
* Fixed rules file to check Makefile on clean

[NEWS]
  Version 0.13.1 - 17 July 2007
  
  * Update to support 1.11.5 development series of Evolution-Data-Server
  
  Version 0.13 - 20 June 2007
  
  * Allow creation/modification of Calendar, Tasks and Memos.
  * Fix couple of crashes when creating Contacts/ContactLists
  * Update supported EDS version to 2.11.4 development release
  * Start maintaining a NEWS file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT(README)
2
2
AC_CANONICAL_SYSTEM
3
3
AM_CONFIG_HEADER(config.h)
4
 
AM_INIT_AUTOMAKE(evolution-sharp, 0.12.4)
 
4
AM_INIT_AUTOMAKE(evolution-sharp, 0.13.1)
5
5
AM_MAINTAINER_MODE
6
6
 
7
7
AC_PROG_INSTALL
15
15
# If you change these, update the error text below.
16
16
PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_8, evolution-data-server-1.2 >= 1.8 evolution-data-server-1.2 < 1.9, edsver="1.8", AC_MSG_RESULT([no]))
17
17
PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_9, evolution-data-server-1.2 >= 1.9 evolution-data-server-1.2 < 1.10, edsver="1.9", AC_MSG_RESULT([no]))
18
 
PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_10, evolution-data-server-1.2 >= 1.10 evolution-data-server-1.2 < 1.11.3, edsver="1.10", AC_MSG_RESULT([no]))
19
 
PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 1.11.3, edsver="unsupported", AC_MSG_RESULT([no]))
 
18
PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_10, evolution-data-server-1.2 >= 1.10 evolution-data-server-1.2 < 1.11.6, edsver="1.10", AC_MSG_RESULT([no]))
 
19
PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 1.11.6, edsver="unsupported", AC_MSG_RESULT([no]))
20
20
 
21
21
if test "x$edsver" = "x1.8"; then
22
22
        EDS_VERSION=-1.2