1 # Process this file with autoconf to produce a configure script.
3 # Make sure we use autoconf 2.60 to generate the "configure" script,
4 # in case we want to commit it. Other than that, version 2.59 is
5 # perfectly fine for our purposes, so people who want to modify
6 # this file just have to remember to set the AC_PREREQ argument
7 # to something that suits their needs.
11 AC_INIT(asterisk, 1.4, www.asterisk.org)
13 # cross-compile macros
17 # check existence of the package
18 AC_CONFIG_SRCDIR([main/asterisk.c])
20 # specify output header file
21 AC_CONFIG_HEADER(include/asterisk/autoconfig.h)
23 AC_COPYRIGHT("Asterisk")
24 AC_REVISION($Revision$)
27 AC_USE_SYSTEM_EXTENSIONS # note- does not work on FreeBSD
31 ac_default_prefix=/usr/local
32 CPPFLAGS=-I/usr/local/include
33 LDFLAGS=-L/usr/local/lib
37 ac_default_prefix=/usr
38 if test ${sysconfdir} = '${prefix}/etc'; then
41 if test ${mandir} = '${prefix}/man'; then
47 if test ${localstatedir} = '${prefix}/var'; then
51 BUILD_PLATFORM=${build}
52 BUILD_CPU=${build_cpu}
53 BUILD_VENDOR=${build_vendor}
56 AC_SUBST(BUILD_PLATFORM)
58 AC_SUBST(BUILD_VENDOR)
63 HOST_VENDOR=${host_vendor}
66 AC_SUBST(HOST_PLATFORM)
92 AC_PATH_TOOL([UNAME], [uname], No)
93 if test ! x"${UNAME}" = xNo; then
94 PBX_OSREV=$(${UNAME} -r)
99 #ifndef ASTERISK_AUTOCONFIG_H
100 #define ASTERISK_AUTOCONFIG_H
102 #include "asterisk/buildopts.h"
110 # cross-compile checks
111 if test "${cross_compiling}" = "yes";
113 AC_CHECK_TOOL(CC, gcc, :)
114 AC_CHECK_TOOL(CXX, g++, :)
115 AC_CHECK_TOOL(LD, ld, :)
116 AC_CHECK_TOOL(RANLIB, ranlib, :)
119 # Checks for programs.
124 # This macro is just copied into our local acinclude.m4 from libtool.m4 so that
125 # the developers regenerating the configure script don't have to install libtool.
126 AST_PROG_LD # note, does not work on FreeBSD
133 AC_PATH_TOOL([STRIP], [strip], :)
134 AC_PATH_TOOL([AR], [ar], :)
137 if test "x$with_gnu_ld" = "xyes" ; then
142 AC_PATH_PROG([AWK], [awk], :)
143 AC_PATH_PROG([GREP], [grep], :)
144 AC_PATH_PROG([FIND], [find], :)
145 AC_PATH_PROG([COMPRESS], [compress], :)
146 AC_PATH_PROG([BASENAME], [basename], :)
147 AC_PATH_PROG([ID], [id], :)
148 AC_PATH_PROG([DIRNAME], [dirname], :)
149 AC_PATH_PROG([SHELL], [sh], :)
150 AC_PATH_PROG([LN], [ln], :)
151 AC_PATH_PROG([DOT], [dot], :)
152 AC_PATH_PROG([WGET], [wget], :)
153 AC_PATH_PROG([RUBBER], [rubber], :)
154 if test "${WGET}" != ":" ; then
157 AC_PATH_PROG([FETCH], [fetch], [:])
166 AC_ARG_ENABLE(dev-mode,
167 [ --enable-dev-mode Turn on developer mode],
168 [case "${enableval}" in
169 y|ye|yes) AST_DEVMODE=yes ;;
170 n|no) AST_DEVMODE=no ;;
171 *) AC_MSG_ERROR(bad value ${enableval} for --enable-dev-mode) ;;
173 AC_SUBST(AST_DEVMODE)
175 # package option names should be in alphabetical order
176 # by the --with option name (the third field),
177 # to make things easier for the users.
179 AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound])
181 # BKTR is used for backtrace support on platforms that do not
183 AST_EXT_LIB_SETUP([BKTR], [Stack Backtrace support], [execinfo])
184 AST_EXT_LIB_SETUP([CAP], [POSIX 1.e capabilities], [cap])
185 AST_EXT_LIB_SETUP([CURL], [cURL], [curl])
186 AST_EXT_LIB_SETUP([CURSES], [curses], [curses])
187 AST_EXT_LIB_SETUP([CRYPTO], [OpenSSL Cryptography support], [crypto])
188 AST_EXT_LIB_SETUP([GSM], [External GSM library], [gsm], [, use 'internal' GSM otherwise])
189 AST_EXT_LIB_SETUP([IKSEMEL], [Iksemel Jabber Library], [iksemel])
190 AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap])
191 AST_EXT_LIB_SETUP([ISDNNET], [ISDN4Linux Library], [isdnnet])
192 AST_EXT_LIB_SETUP([KDE], [KDE], [kde])
193 AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl])
194 AST_EXT_LIB_SETUP([LUA], [Lua], [lua])
195 AST_EXT_LIB_SETUP([MISDN], [mISDN User Library], [misdn])
196 AST_EXT_LIB_SETUP([NBS], [Network Broadcast Sound], [nbs])
197 AST_EXT_LIB_SETUP([NCURSES], [ncurses], [ncurses])
198 AST_EXT_LIB_SETUP([NETSNMP], [Net-SNMP], [netsnmp])
199 AST_EXT_LIB_SETUP([NEWT], [newt], [newt])
200 AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [odbc])
201 AST_EXT_LIB_SETUP([OGG], [OGG], [ogg])
202 AST_EXT_LIB_SETUP([OSPTK], [OSP Toolkit], [osptk])
203 AST_EXT_LIB_SETUP([OSS], [Open Sound System], [oss])
204 AST_EXT_LIB_SETUP([POPT], [popt], [popt])
205 AST_EXT_LIB_SETUP([PGSQL], [PostgreSQL], [postgres])
206 AST_EXT_LIB_SETUP([PRI], [ISDN PRI], [pri])
207 AST_EXT_LIB_SETUP([SS7], [ISDN SS7], [ss7])
208 AST_EXT_LIB_SETUP([PWLIB], [PWlib], [pwlib])
209 AST_EXT_LIB_SETUP([OPENH323], [OpenH323], [h323])
210 AST_EXT_LIB_SETUP([QT], [Qt], [qt])
211 AST_EXT_LIB_SETUP([RADIUS], [Radius Client], [radius])
212 AST_EXT_LIB_SETUP([SPEEX], [Speex], [speex])
213 AST_EXT_LIB_SETUP([SQLITE], [SQLite], [sqlite])
214 AST_EXT_LIB_SETUP([SQLITE3], [SQLite], [sqlite3])
215 AST_EXT_LIB_SETUP([SUPPSERV], [mISDN Supplemental Services], [suppserv])
216 AST_EXT_LIB_SETUP([OPENSSL], [OpenSSL Secure Sockets Layer support], [ssl])
217 AST_EXT_LIB_SETUP([FREETDS], [FreeTDS], [tds])
218 AST_EXT_LIB_SETUP([TERMCAP], [Termcap], [termcap])
219 AST_EXT_LIB_SETUP([TINFO], [Term Info], [tinfo])
220 AST_EXT_LIB_SETUP([TONEZONE], [tonezone], [tonezone])
221 AST_EXT_LIB_SETUP([USB], [usb], [usb])
222 AST_EXT_LIB_SETUP([VORBIS], [Vorbis], [vorbis])
223 AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
224 AST_EXT_LIB_SETUP([X11], [X11 support], [x11])
225 AST_EXT_LIB_SETUP([ZLIB], [zlib], [z])
226 AST_EXT_LIB_SETUP([ZAPTEL], [Zaptel], [zaptel])
227 AST_EXT_LIB_SETUP([ZAPTEL_TRANSCODE], [Zaptel_transcode], [zaptel_transcode])
228 AST_EXT_LIB_SETUP([ZAPTEL_VLDTMF], [Zaptel_vldtmf], [zaptel_vldtmf])
230 AST_EXT_LIB_SETUP([SDL], [Sdl], [sdl])
231 AST_EXT_LIB_SETUP([SDL_IMAGE], [Sdl Image library], [SDL_image])
232 AST_EXT_LIB_SETUP([FFMPEG], [Ffmpeg and avcodec library], [avcodec])
234 # check for basic system features and functionality before
235 # checking for package libraries
241 AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h termios.h unistd.h utime.h])
243 AC_CHECK_HEADERS([winsock.h winsock2.h])
247 # Checks for typedefs, structures, and compiler characteristics.
256 AC_CHECK_MEMBERS([struct stat.st_blksize])
260 AC_CHECK_TYPES([ptrdiff_t])
262 # Checks for library functions.
264 AC_FUNC_CLOSEDIR_VOID
265 AC_FUNC_ERROR_AT_LINE
268 AC_PROG_GCC_TRADITIONAL
269 # XXX: these are commented out until we determine whether it matters if our malloc()
270 # acts exactly like glibc's or not
276 AC_FUNC_SELECT_ARGTYPES
277 AC_FUNC_SETVBUF_REVERSED
286 AC_CHECK_FUNCS([asprintf atexit bzero dup2 endpwent ftruncate getcwd gethostbyname gethostname getloadavg gettimeofday inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap putenv re_comp regcomp select setenv socket strcasecmp strcasestr strchr strcspn strdup strerror strlcat strlcpy strncasecmp strndup strnlen strrchr strsep strspn strstr strtol strtoq unsetenv utime vasprintf])
288 AC_CHECK_FUNCS([glob])
290 AC_MSG_CHECKING(for timersub in time.h)
292 AC_LANG_PROGRAM([#include <sys/time.h>],
293 [struct timeval *a; timersub(a, a, a);]),
295 AC_DEFINE([HAVE_TIMERSUB], 1, [Define to 1 if your system defines timersub.]),
299 AC_CHECK_HEADER([sys/poll.h],
301 AC_DEFINE([HAVE_SYS_POLL_H], 1, [Define to 1 if your system has working sys/poll.h]),
305 # https support (in main/http.c) uses funopen on BSD systems,
306 # fopencookie on linux
307 AC_CHECK_FUNCS([funopen fopencookie])
309 AC_CHECK_FUNCS([inet_aton])
311 # check if we have IP_PKTINFO constant defined
312 AC_MSG_CHECKING(for IP_PKTINFO)
314 AC_LANG_PROGRAM([#include <netinet/in.h>],
315 [int pi = IP_PKTINFO;]),
317 AC_DEFINE([HAVE_PKTINFO], 1, [Define to 1 if your system defines IP_PKTINFO.]),
321 # some systems already have gethostbyname_r so we don't need to build ours in main/utils.c
322 AC_SEARCH_LIBS(gethostbyname_r, [socket nsl])
324 AC_MSG_CHECKING(for gethostbyname_r with 6 arguments)
326 AC_LANG_PROGRAM([#include <stdlib.h>
328 [struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (struct hostent **)NULL, (int *)NULL);]),
330 AC_DEFINE([HAVE_GETHOSTBYNAME_R_6], 1, [Define to 1 if your system has gethostbyname_r with 6 arguments.]),
334 AC_MSG_CHECKING(for gethostbyname_r with 5 arguments)
336 AC_LANG_PROGRAM([#include <stdlib.h>
338 [struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL);]),
340 AC_DEFINE([HAVE_GETHOSTBYNAME_R_5], 1, [Define to 1 if your system has gethostbyname_r with 5 arguments.]),
344 AC_CHECK_HEADER([byteswap.h], [AC_DEFINE_UNQUOTED([HAVE_BYTESWAP_H], 1, [Define to 1 if byteswap.h macros are available.])])
346 AC_MSG_CHECKING(for __swap16 variant of <sys/endian.h> byteswapping macros)
348 AC_LANG_PROGRAM([#include <sys/endian.h>], [int a = 1; int b = __swap16(a);]),
350 AC_DEFINE([HAVE_SYS_ENDIAN_SWAP16], 1, [Define to 1 if your sys/endian.h header file provides the __swap16 macro.]),
354 AC_MSG_CHECKING(for bswap16 variant of <sys/endian.h> byteswapping macros)
356 AC_LANG_PROGRAM([#include <sys/endian.h>], [int a = 1; int b = bswap16(a);]),
358 AC_DEFINE([HAVE_SYS_ENDIAN_BSWAP16], 1, [Define to 1 if your sys/endian.h header file provides the bswap16 macro.]),
362 if test "${cross_compiling}" = "no";
364 AC_CHECK_FILE(/dev/urandom, AC_DEFINE([HAVE_DEV_URANDOM], 1, [Define to 1 if your system has /dev/urandom.]))
367 AST_C_DEFINE_CHECK([PTHREAD_RWLOCK_INITIALIZER], [PTHREAD_RWLOCK_INITIALIZER], [pthread.h])
368 AST_C_DEFINE_CHECK([PTHREAD_RWLOCK_PREFER_WRITER_NP], [PTHREAD_RWLOCK_PREFER_WRITER_NP], [pthread.h])
369 AST_C_DEFINE_CHECK([PTHREAD_MUTEX_RECURSIVE_NP], [PTHREAD_MUTEX_RECURSIVE_NP], [pthread.h])
370 AST_C_DEFINE_CHECK([PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP], [PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP], [pthread.h])
372 if test "${cross_compiling}" = "no";
374 AC_MSG_CHECKING(for working epoll support)
376 AC_LANG_PROGRAM([#include <sys/epoll.h>], [int res = epoll_create(10);
382 AC_DEFINE([HAVE_EPOLL], 1, [Define to 1 if your system has working epoll support.]),
387 AC_MSG_CHECKING(for compiler atomic operations)
389 AC_LANG_PROGRAM([], [int foo1; int foo2 = __sync_fetch_and_add(&foo1, 1);]),
391 AC_DEFINE([HAVE_GCC_ATOMICS], 1, [Define to 1 if your GCC C compiler provides atomic operations.]),
395 AST_GCC_ATTRIBUTE(pure)
396 AST_GCC_ATTRIBUTE(malloc)
397 AST_GCC_ATTRIBUTE(const)
398 AST_GCC_ATTRIBUTE(unused)
399 AST_GCC_ATTRIBUTE(always_inline)
400 AST_GCC_ATTRIBUTE(deprecated)
402 AC_MSG_CHECKING(for -ffunction-sections support)
403 saved_CFLAGS="${CFLAGS}"
404 CFLAGS="${CFLAGS} -ffunction-sections"
406 AC_LANG_PROGRAM([], [int x = 1;]),
408 [saved_LDFLAGS="${LDFLAGS}"]
409 [LDFLAGS="${LDFLAGS} -Wl,--gc-sections"]
410 AC_MSG_CHECKING(for --gc-sections support)
412 AC_LANG_PROGRAM([], [int x = 1;]),
414 [GC_CFLAGS="-ffunction-sections"]
415 [[GC_LDFLAGS="-Wl,--gc-sections"]],
418 [LDFLAGS="${saved_LDFLAGS}"],
421 CFLAGS="${saved_CFLAGS}"
425 AC_MSG_CHECKING(for -Wdeclaration-after-statement support)
426 if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
428 AST_DECLARATION_AFTER_STATEMENT=-Wdeclaration-after-statement
431 AST_DECLARATION_AFTER_STATEMENT=
433 AC_SUBST(AST_DECLARATION_AFTER_STATEMENT)
436 AC_MSG_CHECKING(for sysinfo)
438 AC_LANG_PROGRAM([#include <sys/sysinfo.h>],
439 [struct sysinfo sys_info; int uptime = sys_info.uptime]),
441 AC_DEFINE([HAVE_SYSINFO], 1, [Define to 1 if your system has sysinfo support]),
445 AC_MSG_CHECKING(for res_ninit)
447 AC_LANG_PROGRAM([#include <resolv.h>],
448 [int foo = res_ninit(NULL);]),
450 AC_DEFINE([HAVE_RES_NINIT], 1, [Define to 1 if your system has the re-entrant resolver functions.])
451 AC_MSG_CHECKING(for res_ndestroy)
453 AC_LANG_PROGRAM([#include <resolv.h>],
454 [int foo = res_ndestroy(NULL);]),
456 AC_DEFINE([HAVE_RES_NDESTROY], 1, [Define to 1 if your system has the ndestroy resolver function.]),
462 AST_C_DEFINE_CHECK([RTLD_NOLOAD], [RTLD_NOLOAD], [dlfcn.h])
464 AST_C_DEFINE_CHECK([IP_MTU_DISCOVER], [IP_MTU_DISCOVER], [netinet/in.h])
466 AC_CHECK_HEADER([libkern/OSAtomic.h],
467 [AC_DEFINE_UNQUOTED([HAVE_OSX_ATOMICS], 1, [Define to 1 if OSX atomic operations are supported.])])
471 # do the package library checks now
473 AST_EXT_LIB_CHECK([ALSA], [asound], [snd_spcm_init], [alsa/asoundlib.h], [-lm -ldl])
475 AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
477 if test "x${host_os}" = "xlinux-gnu" ; then
478 AST_EXT_LIB_CHECK([CAP], [cap], [cap_from_text], [sys/capability.h])
481 # BSD might not have exp2, and/or log2
482 AST_EXT_LIB_CHECK([EXP2L], [m], [exp2l])
483 AST_EXT_LIB_CHECK([LOG2L], [m], [log2l])
484 AST_EXT_LIB_CHECK([EXP10L], [m], [exp10l])
485 AST_EXT_LIB_CHECK([LOG10L], [m], [log10l])
486 AST_EXT_LIB_CHECK([SINL], [m], [sinl])
487 AST_EXT_LIB_CHECK([COSL], [m], [cosl])
488 AST_EXT_LIB_CHECK([TANL], [m], [tanl])
489 AST_EXT_LIB_CHECK([ASINL], [m], [asinl])
490 AST_EXT_LIB_CHECK([ACOSL], [m], [acosl])
491 AST_EXT_LIB_CHECK([ATANL], [m], [atanl])
492 AST_EXT_LIB_CHECK([ATAN2L], [m], [atan2l])
493 AST_EXT_LIB_CHECK([POWL], [m], [powl])
494 AST_EXT_LIB_CHECK([SQRTL], [m], [sqrtl])
495 AST_EXT_LIB_CHECK([RINTL], [m], [rintl])
496 AST_EXT_LIB_CHECK([EXPL], [m], [expl])
497 AST_EXT_LIB_CHECK([LOGL], [m], [logl])
498 AST_EXT_LIB_CHECK([REMAINDERL], [m], [remainderl])
499 AST_EXT_LIB_CHECK([FMODL], [m], [fmodl])
500 AST_EXT_LIB_CHECK([ROUNDL], [m], [roundl])
501 AST_EXT_LIB_CHECK([TRUNCL], [m], [truncl])
502 AST_EXT_LIB_CHECK([STRTOLD], [c], [strtold], [stdlib.h])
503 AST_EXT_LIB_CHECK([FLOORL], [m], [floorl])
504 AST_EXT_LIB_CHECK([CEILL], [m], [ceill])
505 AST_EXT_LIB_CHECK([EXP2], [m], [exp2])
506 AST_EXT_LIB_CHECK([LOG2], [m], [log2])
507 AST_EXT_LIB_CHECK([EXP10], [m], [exp10])
508 AST_EXT_LIB_CHECK([LOG10], [m], [log10])
509 AST_EXT_LIB_CHECK([SIN], [m], [sin])
510 AST_EXT_LIB_CHECK([COS], [m], [cos])
511 AST_EXT_LIB_CHECK([TAN], [m], [tan])
512 AST_EXT_LIB_CHECK([ASIN], [m], [asin])
513 AST_EXT_LIB_CHECK([ACOS], [m], [acos])
514 AST_EXT_LIB_CHECK([ATAN], [m], [atan])
515 AST_EXT_LIB_CHECK([ATAN2], [m], [atan2])
516 AST_EXT_LIB_CHECK([POW], [m], [pow])
517 AST_EXT_LIB_CHECK([SQRT], [m], [sqrt])
518 AST_EXT_LIB_CHECK([RINT], [m], [rint])
519 AST_EXT_LIB_CHECK([EXP], [m], [exp])
520 AST_EXT_LIB_CHECK([LOG], [m], [log])
521 AST_EXT_LIB_CHECK([REMAINDER], [m], [remainder])
522 AST_EXT_LIB_CHECK([FMOD], [m], [fmod])
523 AST_EXT_LIB_CHECK([ROUND], [m], [round])
524 AST_EXT_LIB_CHECK([TRUNC], [m], [trunc])
525 AST_EXT_LIB_CHECK([STRTOD], [c], [strtod], [stdlib.h])
526 AST_EXT_LIB_CHECK([FLOOR], [m], [floor])
527 AST_EXT_LIB_CHECK([CEIL], [m], [ceil])
530 AC_SUBST(GSM_INTERNAL)
532 if test "${USE_GSM}" != "no"; then
533 if test "${GSM_DIR}" = "internal"; then
535 elif test "${GSM_DIR}" != ""; then
538 if test "${GSM_SYSTEM}" = "yes"; then
540 if test "x${GSM_DIR}" != "x"; then
541 if test -d ${GSM_DIR}/lib; then
542 gsmlibdir="-L${GSM_DIR}/lib"
544 gsmlibdir="-L${GSM_DIR}"
547 AC_CHECK_LIB([gsm], [gsm_create], AC_DEFINE_UNQUOTED([HAVE_GSM], 1,
548 [Define to indicate the GSM library]), [], ${gsmlibdir})
549 if test "${ac_cv_lib_gsm_gsm_create}" = "yes"; then
550 if test "x${GSM_DIR}" != "x" ; then
551 AC_CHECK_HEADER([${GSM_DIR}/include/gsm.h], [GSM_HEADER_FOUND=1], [GSM_HEADER_FOUND=0])
552 AC_CHECK_HEADER([${GSM_DIR}/include/gsm/gsm.h], [GSM_GSM_HEADER_FOUND=1], [GSM_GSM_HEADER_FOUND=0])
554 AC_CHECK_HEADER([gsm.h], [GSM_HEADER_FOUND=1], [GSM_HEADER_FOUND=0])
555 AC_CHECK_HEADER([gsm/gsm.h], [GSM_GSM_HEADER_FOUND=1], [GSM_GSM_HEADER_FOUND=0])
557 if test "${GSM_HEADER_FOUND}" = "0" ; then
558 if test "{GSM_GSM_HEADER_FOUND}" = "0" ; then
559 if test "x${GSM_MANDATORY}" = "xyes" ; then
561 AC_MSG_NOTICE([*** It appears that you do not have the gsm development package installed.])
562 AC_MSG_NOTICE([*** Please install it to include ${GSM_DESCRIP} support, or re-run configure])
563 AC_MSG_NOTICE([*** without explicitly specifying --with-${GSM_OPTION}])
569 if test "${GSM_HEADER_FOUND}" = "1" ; then
570 AC_DEFINE_UNQUOTED([HAVE_GSM_HEADER], 1, [Define to indicate that gsm.h has no prefix for its location])
573 if test "${GSM_GSM_HEADER_FOUND}" = "1" ; then
574 AC_DEFINE_UNQUOTED([HAVE_GSM_GSM_HEADER], 1, [Define to indicate that gsm.h is in gsm/gsm.h])
578 if test "${GSM_OK}" = "1" ; then
580 if test "x${GSM_DIR}" != "x"; then
581 GSM_LIB="${gsmlibdir} ${GSM_LIB}"
582 GSM_INCLUDE="-I${GSM_DIR}/include"
589 if test "${GSM_INTERNAL}" = "yes"; then
591 AC_DEFINE_UNQUOTED([HAVE_GSM_HEADER], 1, [Define to indicate that gsm.h has no prefix for its location])
595 AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
597 if test "${USE_IMAP_TK}" != "no"; then
598 if test "${IMAP_TK_DIR}" = "system" ; then
599 AC_MSG_NOTICE([Checking for system c-client library...])
600 elif test "${IMAP_TK_DIR}" = ""; then
601 IMAP_TK_DIR=`pwd`"/../imap-2004g"
602 if test -n "${IMAP_TK_MANDATORY}"; then
603 AC_MSG_NOTICE([The --with-imap option does not search your system for installed])
604 AC_MSG_NOTICE([c-client library/header files. Since you did not provide a path])
605 AC_MSG_NOTICE([the configure script will assume you have placed built the c-client])
606 AC_MSG_NOTICE([files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file.])
609 if test "${IMAP_TK_DIR}" != "system" ; then
610 AC_MSG_CHECKING(for UW IMAP Toolkit c-client library)
612 saved_cppflags="${CPPFLAGS}"
614 if test "${IMAP_TK_DIR}" = "system" ; then
616 imap_libs="-lc-client"
617 imap_include="-DUSE_SYSTEM_IMAP"
618 elif test -f ${IMAP_TK_DIR}/c-client/LDFLAGS ; then
619 imap_ldflags=`cat ${IMAP_TK_DIR}/c-client/LDFLAGS`
620 imap_libs="${IMAP_TK_DIR}/c-client/c-client.a"
621 imap_include="-I${IMAP_TK_DIR}/c-client"
623 CPPFLAGS="${CPPFLAGS} ${imap_include}"
624 LIBS="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
627 [#ifdef USE_SYSTEM_IMAP
628 #include <imap/c-client.h>
630 #include "c-client.h"
632 void mm_searched (MAILSTREAM *stream,unsigned long number)
635 void mm_exists (MAILSTREAM *stream,unsigned long number)
638 void mm_expunged (MAILSTREAM *stream,unsigned long number)
641 void mm_flags (MAILSTREAM *stream,unsigned long number)
644 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
647 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
650 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
653 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
656 void mm_log (char *string,long errflg)
659 void mm_dlog (char *string)
662 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
665 void mm_critical (MAILSTREAM *stream)
668 void mm_nocritical (MAILSTREAM *stream)
671 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
674 void mm_fatal (char *string)
678 MAILSTREAM *foo = mail_open(NULL, "", 0);
681 [ac_cv_imap_tk="yes"],
684 if test "${ac_cv_imap_tk}" = "yes"; then
687 [#ifdef USE_SYSTEM_IMAP
688 #include <imap/c-client.h>
690 #include "c-client.h"
692 void mm_searched (MAILSTREAM *stream,unsigned long number)
695 void mm_exists (MAILSTREAM *stream,unsigned long number)
698 void mm_expunged (MAILSTREAM *stream,unsigned long number)
701 void mm_flags (MAILSTREAM *stream,unsigned long number)
704 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
707 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
710 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
713 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
716 void mm_log (char *string,long errflg)
719 void mm_dlog (char *string)
722 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
725 void mm_critical (MAILSTREAM *stream)
728 void mm_nocritical (MAILSTREAM *stream)
731 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
734 void mm_fatal (char *string)
738 long check = mail_expunge_full(NULL, "", 0);
741 [ac_cv_imap_tk2006="yes"],
742 [ac_cv_imap_tk2006="no"]
745 CPPFLAGS="${saved_cppflags}"
747 if test "${ac_cv_imap_tk}" = "yes"; then
749 IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}`
750 IMAP_TK_INCLUDE="${imap_include}"
752 AC_DEFINE([HAVE_IMAP_TK], 1, [Define if your system has the UW IMAP Toolkit c-client library.])
753 if test "${ac_cv_imap_tk2006}" = "yes"; then
754 AC_DEFINE([HAVE_IMAP_TK2006], 1, [Define if your system has the UW IMAP Toolkit c-client library version 2006 or greater.])
762 AST_EXT_LIB_CHECK([LTDL], [ltdl], [lt_dlinit], [ltdl.h], [])
766 if test "${USE_KDE}" != "no"; then
767 AC_MSG_CHECKING(for crashHandler in -lkdecore)
769 saved_cppflags="${CPPFLAGS}"
770 CPPFLAGS="${CPPFLAGS} -I${KDE_DIR}/include"
771 if test -d ${KDE_DIR}/lib; then
772 kdelibdir="${KDE_DIR}/lib"
774 kdelibdir="${KDE_DIR}"
776 LIBS="${LIBS} -L${kdelibdir} -lkdecore"
780 [#include "kcrash.h"],
781 [KCrash::defaultCrashHandler(1);])
783 [ac_cv_lib_kde_crash="yes"],
784 [ac_cv_lib_kde_crash="no"])
787 CPPFLAGS="${saved_cppflags}"
789 if test "${ac_cv_lib_kde_crash}" = "yes"; then
791 KDE_LIB="-lkdecore -lkdeui"
792 if test "${KDE_DIR}" != ""; then
793 KDE_LIB="-L${kdelibdir} ${KDE_LIB}"
794 KDE_INCLUDE="-I${KDE_DIR}/include"
797 AC_DEFINE([HAVE_LIBKDE], 1, [Define if your system has the KDE libraries.])
802 if test "${PBX_KDE}" = 1; then
803 AC_PATH_TOOL(KDEINIT, kdeinit, No)
804 if test ! x"${KDEINIT}" = xNo; then
805 KDEDIR=$(${DIRNAME} ${KDEINIT})
806 KDEDIR=$(${DIRNAME} ${KDEDIR})
813 AST_EXT_LIB_CHECK([MISDN], [mISDN], [mISDN_open], [mISDNuser/mISDNlib.h])
815 if test "${PBX_MISDN}" = 1; then
816 AST_EXT_LIB_CHECK([ISDNNET], [isdnnet], [init_manager], [mISDNuser/isdn_net.h], [-lmISDN -lpthread])
817 AST_EXT_LIB_CHECK([SUPPSERV], [suppserv], [encodeFac], [mISDNuser/suppserv.h])
818 AST_C_DEFINE_CHECK([MISDN_FAC_RESULT], [Fac_RESULT], [mISDNuser/suppserv.h])
819 AST_C_DEFINE_CHECK([MISDN_FAC_ERROR], [Fac_ERROR], [mISDNuser/suppserv.h])
820 AC_CHECK_HEADER([linux/mISDNdsp.h], [AC_DEFINE_UNQUOTED([MISDN_1_2], 1, [Build chan_misdn for mISDN 1.2 or later.])])
823 AST_EXT_LIB_CHECK([NBS], [nbs], [nbs_connect], [nbs.h])
825 AST_EXT_LIB_CHECK([NCURSES], [ncurses], [initscr], [curses.h])
828 if test "${USE_NETSNMP}" != "no"; then
829 if test "x${NETSNMP_DIR}" != "x"; then
830 AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], No, [${NETSNMP_DIR}/bin])
831 if test x"${NETSNMP_CONFIG}" = xNo; then
833 AC_MSG_NOTICE([*** net-snmp-config was not found in the path you specified:])
834 AC_MSG_NOTICE([*** ${NETSNMP_DIR}/bin])
835 AC_MSG_NOTICE([*** Either correct the installation, or run configure])
836 AC_MSG_NOTICE([*** including --without-netsnmp])
840 AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], No)
843 if test x"${NETSNMP_CONFIG}" != xNo; then
844 NETSNMP_libs=`${NETSNMP_CONFIG} --agent-libs`
846 AC_CHECK_LIB([netsnmp], [snmp_register_callback], AC_DEFINE_UNQUOTED([HAVE_NETSNMP], 1,
847 [Define to indicate the Net-SNMP library]), [], ${NETSNMP_libs})
849 if test "${ac_cv_lib_netsnmp_snmp_register_callback}" = "yes"; then
850 NETSNMP_LIB="${NETSNMP_libs}"
855 AST_EXT_LIB_CHECK([NEWT], [newt], [newtBell], [newt.h])
857 AST_EXT_LIB_CHECK([UNIXODBC], [odbc], [SQLConnect], [sql.h], [])
859 AST_EXT_LIB_CHECK([OGG], [ogg], [ogg_sync_init], [])
861 AST_EXT_LIB_CHECK([BKTR], [execinfo], [backtrace], [execinfo.h])
863 # possible places for oss definitions
864 AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [linux/soundcard.h])
865 AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [sys/soundcard.h])
866 AST_EXT_LIB_CHECK([OSS], [ossaudio], [oss_ioctl_mixer], [soundcard.h])
869 if test "${USE_PGSQL}" != "no"; then
870 if test "x${PGSQL_DIR}" != "x"; then
871 AC_PATH_TOOL([PG_CONFIG], [pg_config], No, [${PGSQL_DIR}/bin])
872 if test x"${PG_CONFIG}" = xNo; then
874 AC_MSG_NOTICE([*** pg_config was not found in the path you specified:])
875 AC_MSG_NOTICE([*** ${PGSQL_DIR}/bin])
876 AC_MSG_NOTICE([*** Either correct the installation, or run configure])
877 AC_MSG_NOTICE([*** including --without-postgres])
881 AC_PATH_TOOL([PG_CONFIG], [pg_config], No)
884 if test "${PG_CONFIG}" != No; then
885 PGSQL_libdir=`${PG_CONFIG} --libdir`
886 PGSQL_includedir=`${PG_CONFIG} --includedir`
887 if test "x$?" != "x0" ; then
888 if test -n "${PGSQL_MANDATORY}" ; then
890 AC_MSG_NOTICE([*** The PostgreSQL installation on this system appears to be broken.])
891 AC_MSG_NOTICE([*** Either correct the installation, or run configure])
892 AC_MSG_NOTICE([*** including --without-postgres])
896 AC_CHECK_LIB([pq], [PQescapeStringConn], AC_DEFINE_UNQUOTED([HAVE_PGSQL], 1,
897 [Define to indicate the PostgreSQL library]), [], -L${PGSQL_libdir} -lz)
899 if test "${ac_cv_lib_pq_PQescapeStringConn}" = "yes"; then
900 PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz"
901 PGSQL_INCLUDE="-I${PGSQL_includedir}"
903 elif test -n "${PGSQL_MANDATORY}";
906 AC_MSG_NOTICE([*** The PostgreSQL installation on this system appears to be broken.])
907 AC_MSG_NOTICE([*** Either correct the installation, or run configure])
908 AC_MSG_NOTICE([*** including --without-postgres])
914 AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
916 AST_EXT_LIB_CHECK([PRI], [pri], [pri_new_bri], [libpri.h])
918 AST_EXT_LIB_CHECK([SS7], [ss7], [isup_cqr], [libss7.h])
920 if test "${USE_PWLIB}" != "no"; then
921 if test -n "${PWLIB_DIR}"; then
922 PWLIBDIR="${PWLIB_DIR}"
925 AST_CHECK_PWLIB_VERSION([PWLib], [PWLIB], [ptbuildopts.h], [1], [9], [2])
927 if test "${HAS_PWLIB:-unset}" != "unset"; then
928 AST_CHECK_OPENH323_PLATFORM()
930 PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r"
932 AST_CHECK_PWLIB_BUILD([PWLib], [PWLIB],
933 [Define if your system has the PWLib libraries.],
934 [#include "ptlib.h"],
935 [BOOL q = PTime::IsDaylightSavings();])
939 if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then
940 if test -n "${OPENH323_DIR}"; then
941 OPENH323DIR="${OPENH323_DIR}"
944 AST_CHECK_PWLIB_VERSION([OpenH323], [OPENH323], [openh323buildopts.h], [1], [17], [3])
945 AST_CHECK_OPENH323_BUILD()
946 PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}"
947 AST_CHECK_PWLIB_BUILD([OpenH323], [OPENH323],
948 [Define if your system has the OpenH323 libraries.],
951 #include "h323ep.h"],
952 [H323EndPoint ep = H323EndPoint();],
953 [${PWLIB_INCLUDE}], [${PWLIB_LIB}])
958 if test "${USE_QT}" != "no"; then
959 AC_MSG_CHECKING(for QDate in -lqt)
961 saved_cppflags="${CPPFLAGS}"
962 if test "x${QT_DIR}" != "x"; then
963 LIBS="${LIBS} -L${QT_DIR}/lib"
964 CPPFLAGS="${CPPFLAGS} -I${QT_DIR}/include"
971 [#include <qt3/qdatetime.h>],
974 [ac_cv_lib_qt_qt_date="yes"],
975 [ac_cv_lib_qt_qt_date="no"])
977 CPPFLAGS="${saved_cppflags}"
979 if test "${ac_cv_lib_qt_qt_date}" = "no"; then
981 saved_cppflags="${CPPFLAGS}"
982 if test "x${QT_DIR}" != "x"; then
983 LIBS="${LIBS} -L${QT_DIR}/lib"
984 CPPFLAGS="${CPPFLAGS} -I${QT_DIR}/include"
986 LIBS="${LIBS} -lqt-mt"
991 [#include <qt3/qdatetime.h>],
994 [ac_cv_lib_qt_qt_date="yes"],
995 [ac_cv_lib_qt_qt_date="no"])
997 CPPFLAGS="${saved_cppflags}"
1000 if test "${ac_cv_lib_qt_qt_date}" = "yes"; then
1006 if test "${ac_cv_lib_qt_qt_date}" = "yes"; then
1008 if test "${QT_DIR}" != ""; then
1009 QT_LIB="-L${QT_DIR}/lib ${QT_LIB}"
1010 QT_INCLUDE="-I${QT_DIR}/include"
1013 AC_DEFINE([HAVE_QT], 1, [Define if your system has the Qt library])
1014 AC_PATH_TOOL(QTMOC, moc, No)
1020 LUA_INCLUDE="-I/usr/include/lua5.1"
1022 AST_EXT_LIB_CHECK([LUA], [lua5.1], [luaL_newstate], [lua5.1/lua.h])
1024 AST_EXT_LIB_CHECK([RADIUS], [radiusclient-ng], [rc_read_config], [radiusclient-ng.h])
1026 AST_EXT_LIB_CHECK([SPEEX], [speex], [speex_encode], [speex/speex.h], [-lm])
1028 AST_EXT_LIB_CHECK([SQLITE], [sqlite], [sqlite_exec], [sqlite.h])
1030 AST_EXT_LIB_CHECK([SQLITE3], [sqlite3], [sqlite3_open], [sqlite3.h])
1032 AST_EXT_LIB_CHECK([CRYPTO], [crypto], [AES_encrypt], [openssl/aes.h])
1034 if test "$PBX_CRYPTO" = "1";
1036 AST_EXT_LIB_CHECK([OPENSSL], [ssl], [ssl2_connect], [openssl/ssl.h], [-lcrypto])
1039 if test "$PBX_OPENSSL" = "1";
1041 AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl])
1044 AST_EXT_LIB_CHECK([FREETDS], [tds], [tds_version], [tds.h])
1045 if test "${PBX_FREETDS}" != "0";
1047 case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr}/include/tdsver.h` in
1049 FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_64"
1052 FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_63"
1055 FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_62"
1058 FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_PRE_0_62"
1063 AST_EXT_LIB_CHECK([TERMCAP], [termcap], [tgetent], [])
1065 AST_EXT_LIB_CHECK([TINFO], [tinfo], [tgetent], [])
1067 if test "${host_os}" != "linux-gnu" ; then
1068 tonezone_extra="-lm"
1071 # new tonezone, version 1.4.0
1072 AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/tonezone.h], [${tonezone_extra}], [], [140])
1073 # other case, old tonezone (0.80)
1074 AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/zaptel.h], [${tonezone_extra}], [], [80])
1076 AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], [])
1078 AST_EXT_LIB_CHECK([VORBIS], [vorbis], [vorbis_info_init], [vorbis/codec.h], [-lm -lvorbisenc])
1082 if test "${USE_VPB}" != "no"; then
1083 AC_MSG_CHECKING(for vpb_open in -lvpb)
1084 saved_libs="${LIBS}"
1085 saved_cppflags="${CPPFLAGS}"
1086 if test "x${VPB_DIR}" != "x"; then
1087 if test -d ${VPB_DIR}/lib; then
1088 vpblibdir=${VPB_DIR}/lib
1090 vpblibdir=${VPB_DIR}
1092 LIBS="${LIBS} -L${vpblibdir}"
1093 CPPFLAGS="${CPPFLAGS} -I${VPB_DIR}/include"
1095 LIBS="${LIBS} -lvpb -lpthread"
1099 [#include <vpbapi.h>],
1100 [int q = vpb_open(0,0);])
1102 [ AC_MSG_RESULT(yes)
1103 ac_cv_lib_vpb_vpb_open="yes"
1106 ac_cv_lib_vpb_vpb_open="no"
1109 LIBS="${saved_libs}"
1110 CPPFLAGS="${saved_cppflags}"
1111 if test "${ac_cv_lib_vpb_vpb_open}" = "yes"; then
1113 if test "${VPB_DIR}" != ""; then
1114 VPB_LIB="-L${vpblibdir} ${VPB_LIB}"
1115 VPB_INCLUDE="-I${VPB_DIR}/include"
1118 AC_DEFINE([HAVE_VPB], 1, [Define if your system has the VoiceTronix API libraries.])
1124 AST_EXT_LIB_CHECK([ZLIB], [z], [compress], [zlib.h])
1126 # Check for various zaptel features and locations.
1127 # The version number, which goes into HAVE_ZAPTEL_VERSION,
1128 # will be used in the system headers to determine the location
1129 # of the zaptel.h header.
1131 AST_C_DEFINE_CHECK([ZAPTEL], [ZT_TONE_DTMF_BASE], [zaptel/zaptel.h], [140])
1132 AST_C_DEFINE_CHECK([ZAPTEL], [ZT_DIAL_OP_CANCEL], [zaptel/zaptel.h], [90])
1134 # Check for VLDTMF support
1135 AST_C_DEFINE_CHECK([ZAPTEL_VLDTMF], [ZT_EVENT_REMOVED], [zaptel/zaptel.h])
1137 # Check for transcode support
1138 AST_C_DEFINE_CHECK([ZAPTEL_TRANSCODE], [ZT_TCOP_ALLOCATE], [zaptel/zaptel.h])
1140 # Check for Zaptel hwgain support
1141 AST_C_DEFINE_CHECK([ZAPTEL_HWGAIN], [ZT_SET_HWGAIN], [zaptel/zaptel.h])
1143 # On FreeBSD, try old zaptel (0.80 or so) and pretend we have vldtmf
1144 case "${host_os}" in
1146 AST_EXT_LIB_CHECK([ZAPTEL], [zaptel],, [zaptel.h],,, [80])
1147 AST_EXT_LIB_CHECK([ZAPTEL_VLDTMF], [zaptel],, [zaptel/zaptel.h],,, [90])
1148 AST_EXT_LIB_CHECK([ZAPTEL_VLDTMF], [zaptel],, [zaptel.h],,, [80])
1150 # other case, old tonezone (0.80)
1151 AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel.h], [${tonezone_extra}],, [80])
1156 if test "x$TERMCAP_LIB" != "x" ; then
1157 EDITLINE_LIB="$TERMCAP_LIB"
1158 elif test "x$TINFO_LIB" != "x" ; then
1159 EDITLINE_LIB="$TINFO_LIB"
1160 elif test "x$CURSES_LIB" != "x" ; then
1161 EDITLINE_LIB="$CURSES_LIB"
1162 elif test "x$NCURSES_LIB" != "x" ; then
1163 EDITLINE_LIB="$NCURSES_LIB"
1165 AC_MSG_ERROR(*** termcap support not found)
1167 AC_SUBST(EDITLINE_LIB)
1169 AC_CHECK_HEADER([h323.h], [PBX_H323=1], [PBX_H323=0])
1172 AC_CHECK_HEADER([linux/compiler.h],
1173 [AC_DEFINE_UNQUOTED([HAVE_LINUX_COMPILER_H], 1, [Define to 1 if your system has linux/compiler.h.])])
1175 AC_CHECK_HEADER([linux/ixjuser.h], [PBX_IXJUSER=1], [PBX_IXJUSER=0], [
1176 #include <linux/version.h>
1177 #ifdef HAVE_LINUX_COMPILER_H
1178 #include <linux/compiler.h>
1181 AC_SUBST(PBX_IXJUSER)
1183 AST_EXT_TOOL_CHECK([SDL], [sdl])
1184 AST_EXT_LIB_CHECK([SDL_IMAGE], [SDL_image], [IMG_Load], [SDL_image.h], [${SDL_LIB}], [${SDL_INCLUDE}])
1185 AST_EXT_LIB_CHECK([FFMPEG], [avcodec], [sws_getContext], [ffmpeg/avcodec.h], [-lpthread -lz -lm])
1187 # possible places for video4linux version 1
1188 AC_CHECK_HEADER([linux/videodev.h],
1189 [AC_DEFINE_UNQUOTED([HAVE_VIDEODEV_H], 1, [Define to 1 if your system has linux/videodev.h.])])
1191 # possible places for X11
1192 AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],,, [standard_path])
1193 AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],, [-I/usr/X11R6/include], [X11R6])
1196 AC_CHECK_TOOL(GTKCONFIG, gtk-config, No)
1197 if test ! "x${GTKCONFIG}" = xNo; then
1198 GTK_INCLUDE=$(${GTKCONFIG} --cflags gthread)
1199 GTK_LIB=$(${GTKCONFIG} --libs gthread)
1201 AC_DEFINE([HAVE_GTK], 1, [Define if your system has the GTK libraries.])
1204 AC_SUBST(GTK_INCLUDE)
1208 AC_CHECK_TOOL(PKGCONFIG, pkg-config, No)
1209 if test ! "x${PKGCONFIG}" = xNo; then
1210 GTK2_INCLUDE=$(${PKGCONFIG} gtk+-2.0 --cflags 2>/dev/null)
1211 GTK2_LIB=$(${PKGCONFIG} gtk+-2.0 --libs)
1213 AC_DEFINE([HAVE_GTK2], 1, [Define if your system has the GTK2 libraries.])
1216 AC_SUBST(GTK2_INCLUDE)
1219 if test "${USE_CURL}" != "no"; then
1220 AC_PATH_TOOL([CURL_CONFIG], [curl-config], No)
1221 if test ! x"${CURL_CONFIG}" = xNo; then
1223 if test $(printf "%d" 0x$(${CURL_CONFIG} --vernum)) -ge $(printf "%d" 0x070907); then
1224 CURL_INCLUDE=$(${CURL_CONFIG} --cflags)
1225 CURL_LIB=$(${CURL_CONFIG} --libs)
1227 AC_MSG_CHECKING(for curl_version() in curl/curl.h)
1228 saved_cppflags="${CPPFLAGS}"
1229 CPPFLAGS="${CPPFLAGS} ${CURL_INCLUDE}"
1232 [#include <curl/curl.h>],
1242 CPPFLAGS="${saved_cppflags}"
1243 if test "${ac_cv_curl_h}" = "yes"; then
1245 AC_DEFINE([HAVE_CURL], 1, [Define if your system has the curl libraries.])
1251 AC_CONFIG_FILES([build_tools/menuselect-deps makeopts channels/h323/Makefile])
1256 if test "x${silent}" != "xyes" ; then
1258 echo " .\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$=.. "
1259 echo " .\$7\$7.. .7\$\$7:. "
1260 echo " .\$\$:. ,\$7.7 "
1261 echo " .\$7. 7\$\$\$\$ .\$\$77 "
1262 echo " ..\$\$. \$\$\$\$\$ .\$\$\$7 "
1263 echo " ..7\$ .?. \$\$\$\$\$ .?. 7\$\$\$."
1264 echo " \$.\$. .\$\$\$7. \$\$\$\$7 .7\$\$\$. .\$\$\$."
1265 echo " .777. .\$\$\$\$\$\$77\$\$\$77\$\$\$\$\$7. \$\$\$,"
1266 echo " \$\$\$~ .7\$\$\$\$\$\$\$\$\$\$\$\$\$7. .\$\$\$."
1267 echo ".\$\$7 .7\$\$\$\$\$\$\$7: ?\$\$\$."
1268 echo "\$\$\$ ?7\$\$\$\$\$\$\$\$\$\$I .\$\$\$7 "
1269 echo "\$\$\$ .7\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$ :\$\$\$. "
1270 echo "\$\$\$ \$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$\$\$\$ .\$\$\$. "
1271 echo "\$\$\$ \$\$\$ 7\$\$\$7 .\$\$\$ .\$\$\$. "
1272 echo "\$\$\$\$ \$\$\$\$7 .\$\$\$. "
1273 echo "7\$\$\$7 7\$\$\$\$ 7\$\$\$ "
1274 echo " \$\$\$\$\$ \$\$\$ "
1275 echo " \$\$\$\$7. \$\$ (TM) "
1276 echo " \$\$\$\$\$\$\$. .7\$\$\$\$\$\$ \$\$ "
1277 echo " \$\$\$\$\$\$\$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$.\$\$\$\$\$\$ "
1278 echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. "
1282 AC_MSG_NOTICE(Package configured for: )
1283 AC_MSG_NOTICE( OS type : $host_os)
1284 AC_MSG_NOTICE( Host CPU : $host_cpu)
1285 AC_MSG_NOTICE( build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :)
1286 AC_MSG_NOTICE( host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :)
1287 if test "${cross_compiling}" = "yes"; then
1288 AC_MSG_NOTICE( Cross Compilation = YES)