mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Same changes as made to 1.4 in revision 103710
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
28
configure
vendored
28
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 103694 .
|
# From configure.ac Revision: 103700 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
|
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
|
||||||
#
|
#
|
||||||
@@ -32477,8 +32477,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
if test "${USE_IMAP_TK}" != "no"; then
|
if test "${USE_IMAP_TK}" != "no"; then
|
||||||
|
switch_to_system_on_failure="no"
|
||||||
if test "${IMAP_TK_DIR}" = ""; then
|
if test "${IMAP_TK_DIR}" = ""; then
|
||||||
IMAP_TK_DIR=`pwd`"/../imap-2004g"
|
IMAP_TK_DIR=`pwd`"/../imap-2004g"
|
||||||
|
switch_to_system_on_failure="yes"
|
||||||
fi
|
fi
|
||||||
saved_cppflags="${CPPFLAGS}"
|
saved_cppflags="${CPPFLAGS}"
|
||||||
saved_libs="${LIBS}"
|
saved_libs="${LIBS}"
|
||||||
@@ -32680,30 +32682,14 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
|||||||
fi
|
fi
|
||||||
CPPFLAGS="${saved_cppflags}"
|
CPPFLAGS="${saved_cppflags}"
|
||||||
LIBS="${saved_libs}"
|
LIBS="${saved_libs}"
|
||||||
if test "${ac_cv_imap_tk}" = "yes"; then
|
if test "${ac_cv_imap_tk}" = "no"; then
|
||||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
||||||
echo "${ECHO_T}yes" >&6; }
|
|
||||||
IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}`
|
|
||||||
IMAP_TK_INCLUDE="${imap_include}"
|
|
||||||
PBX_IMAP_TK=1
|
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define HAVE_IMAP_TK 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
if test "${ac_cv_imap_tk2006}" = "yes"; then
|
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define HAVE_IMAP_TK2006 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
{ echo "$as_me:$LINENO: result: no" >&5
|
{ echo "$as_me:$LINENO: result: no" >&5
|
||||||
echo "${ECHO_T}no" >&6; }
|
echo "${ECHO_T}no" >&6; }
|
||||||
|
if test "${switch_to_system_on_failure}" = "yes"; then
|
||||||
IMAP_TK_DIR="system"
|
IMAP_TK_DIR="system"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
if test "${IMAP_TK_DIR}" = "system"; then
|
if test "${IMAP_TK_DIR}" = "system"; then
|
||||||
#We will enter here if user specified "system" or if any of above checks failed
|
#We will enter here if user specified "system" or if any of above checks failed
|
||||||
{ echo "$as_me:$LINENO: checking for system c-client library..." >&5
|
{ echo "$as_me:$LINENO: checking for system c-client library..." >&5
|
||||||
@@ -33097,6 +33083,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
|||||||
conftest$ac_exeext conftest.$ac_ext
|
conftest$ac_exeext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
if test "${ac_cv_imap_tk}" = "yes"; then
|
if test "${ac_cv_imap_tk}" = "yes"; then
|
||||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||||
echo "${ECHO_T}yes" >&6; }
|
echo "${ECHO_T}yes" >&6; }
|
||||||
@@ -33121,7 +33108,6 @@ _ACEOF
|
|||||||
{ echo "$as_me:$LINENO: result: no" >&5
|
{ echo "$as_me:$LINENO: result: no" >&5
|
||||||
echo "${ECHO_T}no" >&6; }
|
echo "${ECHO_T}no" >&6; }
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
17
configure.ac
17
configure.ac
@@ -648,8 +648,10 @@ fi
|
|||||||
AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
|
AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
|
||||||
|
|
||||||
if test "${USE_IMAP_TK}" != "no"; then
|
if test "${USE_IMAP_TK}" != "no"; then
|
||||||
|
switch_to_system_on_failure="no"
|
||||||
if test "${IMAP_TK_DIR}" = ""; then
|
if test "${IMAP_TK_DIR}" = ""; then
|
||||||
IMAP_TK_DIR=`pwd`"/../imap-2004g"
|
IMAP_TK_DIR=`pwd`"/../imap-2004g"
|
||||||
|
switch_to_system_on_failure="yes"
|
||||||
fi
|
fi
|
||||||
saved_cppflags="${CPPFLAGS}"
|
saved_cppflags="${CPPFLAGS}"
|
||||||
saved_libs="${LIBS}"
|
saved_libs="${LIBS}"
|
||||||
@@ -776,20 +778,13 @@ if test "${USE_IMAP_TK}" != "no"; then
|
|||||||
fi
|
fi
|
||||||
CPPFLAGS="${saved_cppflags}"
|
CPPFLAGS="${saved_cppflags}"
|
||||||
LIBS="${saved_libs}"
|
LIBS="${saved_libs}"
|
||||||
if test "${ac_cv_imap_tk}" = "yes"; then
|
if test "${ac_cv_imap_tk}" = "no"; then
|
||||||
AC_MSG_RESULT(yes)
|
|
||||||
IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}`
|
|
||||||
IMAP_TK_INCLUDE="${imap_include}"
|
|
||||||
PBX_IMAP_TK=1
|
|
||||||
AC_DEFINE([HAVE_IMAP_TK], 1, [Define if your system has the UW IMAP Toolkit c-client library.])
|
|
||||||
if test "${ac_cv_imap_tk2006}" = "yes"; then
|
|
||||||
AC_DEFINE([HAVE_IMAP_TK2006], 1, [Define if your system has the UW IMAP Toolkit c-client library version 2006 or greater.])
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
|
if test "${switch_to_system_on_failure}" = "yes"; then
|
||||||
IMAP_TK_DIR="system"
|
IMAP_TK_DIR="system"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
if test "${IMAP_TK_DIR}" = "system"; then
|
if test "${IMAP_TK_DIR}" = "system"; then
|
||||||
#We will enter here if user specified "system" or if any of above checks failed
|
#We will enter here if user specified "system" or if any of above checks failed
|
||||||
AC_MSG_CHECKING([for system c-client library...])
|
AC_MSG_CHECKING([for system c-client library...])
|
||||||
@@ -1034,6 +1029,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
if test "${ac_cv_imap_tk}" = "yes"; then
|
if test "${ac_cv_imap_tk}" = "yes"; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
CPPFLAGS="${saved_cppflags}"
|
CPPFLAGS="${saved_cppflags}"
|
||||||
@@ -1048,7 +1044,6 @@ if test "${USE_IMAP_TK}" != "no"; then
|
|||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AST_EXT_LIB_CHECK([JACK], [jack], [jack_activate], [jack/jack.h])
|
AST_EXT_LIB_CHECK([JACK], [jack], [jack_activate], [jack/jack.h])
|
||||||
|
@@ -60,7 +60,8 @@ or where ever you built thfe UWashington IMAP Toolkit.
|
|||||||
A second configure option is to not specify a directory (i.e.
|
A second configure option is to not specify a directory (i.e.
|
||||||
./configure --with-imap). This will assume that you have the
|
./configure --with-imap). This will assume that you have the
|
||||||
imap-2004g source installed in the .. directory relative to the
|
imap-2004g source installed in the .. directory relative to the
|
||||||
Asterisk source.
|
Asterisk source. If you do not have this source, then configure will
|
||||||
|
default to the "system" option defined in the next paragraph
|
||||||
|
|
||||||
A third option is ./configure --with-imap=system. This will assume
|
A third option is ./configure --with-imap=system. This will assume
|
||||||
that you have installed a dynamically linked version of the c-client
|
that you have installed a dynamically linked version of the c-client
|
||||||
@@ -69,9 +70,6 @@ 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 your include path starting with the imap directory, and upon failure,
|
||||||
in the c-client directory.
|
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
|
When you run 'make menuselect', choose 'Voicemail Build Options' and the
|
||||||
IMAP\_STORAGE option should be available for selection.
|
IMAP\_STORAGE option should be available for selection.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user