kdepim_plugin is a Multisync plugin for accessing the KDE 3.x Addressbook.
It requires Multisync 0.8x and kdepim3.

This software is provided freely under the GNU GENERAL PUBLIC LICENSE (Version 2)
and is copyright (C) 2004 Stewart Heitmann <sheitmann@users.sourceforge.net>


Compiling and installing kdepim_plugin
--------------------------------------
    $ cd kdepim_plugin
    $ ./autogen.sh
    $ make
    $ su
    $ make install


Troubleshooting
---------------
If the configuration step fails (ie: autogen.sh) make sure you have the correct
versions of autoconf (2.53) and automake (1.5) installed and they are not being
overshadowed by other versions that may be installed.

    $ autoconf --version
    autoconf (GNU Autoconf) 2.53
    Written by David J. MacKenzie and Akim Demaille.

    $ automake --version
    automake (GNU automake) 1.5
    Written by Tom Tromey <tromey@cygnus.com>.


FreeBSD notes
-------------
The FreeBSD port of multisync is installed into /usr/X11R6/ rather than /usr/local/
so you should specify --prefix=/usr/X11R6 when you configure the kdepim plugin.
    $ ./autogen.sh --prefix=/usr/X11R6

    