Re: [Evolution] Duplicate e-Mails - Evolution keeps collecting duplicates
- From: "LLLActive GMX Net" <LLLActive GMX Net>
- To: evolution-list gnome org
- Subject: Re: [Evolution] Duplicate e-Mails - Evolution keeps collecting duplicates
- Date: Fri, 19 Oct 2007 21:36:10 +0200
On Fri, 2007-10-19 at 14:41 -0400, Matthew Barnes wrote:
On Fri, 2007-10-19 at 19:57 +0200, LLLActive GMX Net wrote:
I tried installation of the plugin by changing the configure.in 2.10.=>
2.12 references (3 instances).
Change all the evolution-plugin-2.10 instances in configure.in to
evolution-plugin (no 2.12).
OK, you mean:
--------------------------------------------------------------------------
AC_PREREQ(2.52)
AC_INIT(remove-duplicates-plugin, 0.0.3)
AC_CONFIG_SRCDIR(src/remove-duplicates.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_PROG_INTLTOOL([0.29])
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AM_PROG_LIBTOOL
AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
EVOLUTION_PLUGIN_REQUIRED=2.3.2
dnl =====================================================
dnl set gettext stuff
dnl =====================================================
GETTEXT_PACKAGE=remove-duplicates-plugin
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The name of the
gettext domain])
AM_GLIB_GNU_GETTEXT
dnl =====================================================
dnl required packages detection
dnl 1.12 patch:
dnl evolution-plugin-1.10 >= $EVOLUTION_PLUGIN_REQUIRED becomes
dnl evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED and not
dnl evolution-plugin-1.12 >= $EVOLUTION_PLUGIN_REQUIRED
dnl =====================================================
PKG_CHECK_MODULES(REMOVE_DUPLICATES_PLUGIN, [
evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
])
AC_SUBST(REMOVE_DUPLICATES_PLUGIN_LIBS)
AC_SUBST(REMOVE_DUPLICATES_PLUGIN_CFLAGS)
dnl =====================================================
dnl 1.12 patch:
dnl PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-1.10`
dnl becomes
dnl PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin`
dnl and not
dnl PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-1.12`
dnl =====================================================
PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin`
AC_SUBST(PLUGINDIR)
ERRORDIR=`pkg-config --variable=errordir evolution-plugin`
AC_SUBST(ERRORDIR)
AC_OUTPUT([
Makefile
src/Makefile
po/Makefile.in
])
----------------------------------------------------------------------
Did not work either, pity. Not being a programmer, I am not sure how
this script works.
:-)
Al
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]