[evolution-kolab/ek-wip-porting] configure.ac: adjustments for 3.3.3



commit 0fe1e966dffffbe55f2362869a9c8bbd696bf56b
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Mon Jan 16 16:20:34 2012 +0100

    configure.ac: adjustments for 3.3.3
    
    * changed version information to 3.3.3
    * removed API version string from camel
      provider installation path (upstream
      conformance)

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index acd5d68..cda8d5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.
 
-AC_INIT([evolution-kolab], [3.3.2], , ,[http://sourceforge.net/projects/evolution-kolab/])
+AC_INIT([evolution-kolab], [3.3.3], , ,[http://sourceforge.net/projects/evolution-kolab/])
 
 dnl ------------ upstream ------------
 
@@ -26,7 +26,7 @@ AC_SUBST(KOLAB_LIB_EPLUGIN)
 KOLAB_LIB_CAMEL_IMAPX="\$(top_builddir)/src/camel/providers/imapx/libcamelimapx.la"
 AC_SUBST(KOLAB_LIB_CAMEL_IMAPX)
 
-camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers
+camel_providerdir='${libdir}'/evolution-data-server/camel-providers
 AC_SUBST(camel_providerdir)
 
 KOLAB_LIB_EKOLABCONVEVOLUTION="\$(top_builddir)/src/libekolabconv/main/src/evolution/libekolabconvevolution.la"



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