[svn-commits] mmichelson: branch 1.4 r103701 - /branches/1.4/doc/imapstorage.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 14 17:44:18 CST 2008


Author: mmichelson
Date: Thu Feb 14 17:44:17 2008
New Revision: 103701

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103701
Log:
Update documentation regarding configuration of IMAP


Modified:
    branches/1.4/doc/imapstorage.txt

Modified: branches/1.4/doc/imapstorage.txt
URL: http://svn.digium.com/view/asterisk/branches/1.4/doc/imapstorage.txt?view=diff&rev=103701&r1=103700&r2=103701
==============================================================================
--- branches/1.4/doc/imapstorage.txt (original)
+++ branches/1.4/doc/imapstorage.txt Thu Feb 14 17:44:17 2008
@@ -70,15 +70,25 @@
 ------------------
 
 Configure with ./configure --with-imap=/usr/src/imap
-or where ever you built thfe UWashington IMAP Toolkit. When you run
-'make menuselect', choose 'Voicemail Build Options' and the
+or where ever you built thfe UWashington IMAP Toolkit. 
+
+A second configure option is to not specify a directory (i.e.
+./configure --with-imap). This will assume that you have the
+imap-2004g source installed in the .. directory relative to the
+Asterisk source.
+
+A third option is to specify --with-imap=system. This will assume
+that you have installed a dynamically linked version of the c-client
+library (most likely via a package provided by your distro). This will
+attempt to link agains -lc-client and will search for c-client headers
+in your include path starting with the imap directory, and upon failure,
+in the c-client directory.
+
+Note that if you attempt one of the first two configuration options for
+IMAP and it fails, the "system" option will be automatically attempted.
+
+When you run 'make menuselect', choose 'Voicemail Build Options' and the
 IMAP_STORAGE option should be available for selection.
-
-Note that the --with-imap option will NOT search your system for an
-installed copy of the IMAP Toolkit c-client library; the Asterisk
-Makefiles and configure script are designed to build against an
-unpacked and compiled source tree of the IMAP Toolkit, not a binary
-distribution.
 
 After selecting it, use the 'x' key to exit menuselect and save
 your changes, and the build/install Asterisk normally.




More information about the svn-commits mailing list