[asterisk-commits] kpfleming: branch 1.4 r53715 - in /branches/1.4:
./ doc/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Feb 9 09:42:22 MST 2007
Author: kpfleming
Date: Fri Feb 9 10:42:22 2007
New Revision: 53715
URL: http://svn.digium.com/view/asterisk?view=rev&rev=53715
Log:
clarify the fact that voicemail IMAP storage cannot be built against a distro's binary c-client library package (at least not at this time)
Modified:
branches/1.4/configure
branches/1.4/configure.ac
branches/1.4/doc/imapstorage.txt
Modified: branches/1.4/configure
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure?view=diff&rev=53715&r1=53714&r2=53715
==============================================================================
--- branches/1.4/configure (original)
+++ branches/1.4/configure Fri Feb 9 10:42:22 2007
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 52462 .
+# From configure.ac Revision: 52997 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -18091,6 +18091,14 @@
if test "${USE_IMAP_TK}" != "no"; then
if test "${IMAP_TK_DIR}" = ""; then
IMAP_TK_DIR=`pwd`"/../imap-2004g"
+ { echo "$as_me:$LINENO: The --with-imap option does not search your system for installed" >&5
+echo "$as_me: The --with-imap option does not search your system for installed" >&6;}
+ { echo "$as_me:$LINENO: c-client library/header files. Since you did not provide a path" >&5
+echo "$as_me: c-client library/header files. Since you did not provide a path" >&6;}
+ { echo "$as_me:$LINENO: the configure script will assume you have placed built the c-client" >&5
+echo "$as_me: the configure script will assume you have placed built the c-client" >&6;}
+ { echo "$as_me:$LINENO: files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file." >&5
+echo "$as_me: files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file." >&6;}
fi
{ echo "$as_me:$LINENO: checking for UW IMAP Toolkit c-client library" >&5
echo $ECHO_N "checking for UW IMAP Toolkit c-client library... $ECHO_C" >&6; }
Modified: branches/1.4/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure.ac?view=diff&rev=53715&r1=53714&r2=53715
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Fri Feb 9 10:42:22 2007
@@ -431,6 +431,10 @@
if test "${USE_IMAP_TK}" != "no"; then
if test "${IMAP_TK_DIR}" = ""; then
IMAP_TK_DIR=`pwd`"/../imap-2004g"
+ AC_MSG_NOTICE([The --with-imap option does not search your system for installed])
+ AC_MSG_NOTICE([c-client library/header files. Since you did not provide a path])
+ AC_MSG_NOTICE([the configure script will assume you have placed built the c-client])
+ AC_MSG_NOTICE([files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file.])
fi
AC_MSG_CHECKING(for UW IMAP Toolkit c-client library)
saved_cppflags="${CPPFLAGS}"
Modified: branches/1.4/doc/imapstorage.txt
URL: http://svn.digium.com/view/asterisk/branches/1.4/doc/imapstorage.txt?view=diff&rev=53715&r1=53714&r2=53715
==============================================================================
--- branches/1.4/doc/imapstorage.txt (original)
+++ branches/1.4/doc/imapstorage.txt Fri Feb 9 10:42:22 2007
@@ -73,6 +73,12 @@
or where ever you built thfe UWashington IMAP Toolkit. 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 asterisk-commits
mailing list