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.6, www.asterisk.org)
13 # cross-compile macros
17 # check existence of the package
18 AC_CONFIG_SRCDIR([main/asterisk.c])
20 AC_CONFIG_AUX_DIR(`pwd`)
22 AC_COPYRIGHT("Asterisk")
23 AC_REVISION($Revision$)
25 # preserve any CFLAGS or LDFLAGS that may be set
26 # NOTE: This must be done before calling any macros that end up
27 # calling AC_PROG_CC or the like, since they will set a default
28 # set of CFLAGS ("-g -O2") if the user did not supply any, and
29 # we don't want those default flags to be carried over into the
30 # rest of the build system since we have other means of controlling
31 # debugging symbol generation and optimization.
32 CONFIG_CFLAGS="${CFLAGS}"
33 CONFIG_LDFLAGS="${LDFLAGS}"
34 AC_SUBST(CONFIG_CFLAGS)
35 AC_SUBST(CONFIG_LDFLAGS)
37 # specify output header file
38 AC_CONFIG_HEADER(include/asterisk/autoconfig.h)
40 AC_USE_SYSTEM_EXTENSIONS # note- does not work on FreeBSD
44 ac_default_prefix=/usr/local
45 CPPFLAGS=-I/usr/local/include
46 LDFLAGS=-L/usr/local/lib
49 ac_default_prefix=/usr/local
50 if test ${prefix} = '/usr/local' || test ${prefix} = 'NONE'; then
51 if test ${sysconfdir} = '${prefix}/etc'; then
54 if test ${mandir} = '${prefix}/man'; then
58 CPPFLAGS=-I/usr/local/include
59 LDFLAGS=-L/usr/local/lib
62 AC_DEFINE([AST_POLL_COMPAT], 1, [Define to 1 if internal poll should be used.])
65 ac_default_prefix=/usr
66 if test ${prefix} = '/usr' || test ${prefix} = 'NONE'; then
67 if test ${sysconfdir} = '${prefix}/etc'; then
70 if test ${mandir} = '${prefix}/man'; then
77 if test ${prefix} = ${ac_default_prefix} || test ${prefix} = 'NONE'; then
78 if test ${localstatedir} = '${prefix}/var'; then
83 BUILD_PLATFORM=${build}
84 BUILD_CPU=${build_cpu}
85 BUILD_VENDOR=${build_vendor}
88 AC_SUBST(BUILD_PLATFORM)
90 AC_SUBST(BUILD_VENDOR)
95 HOST_VENDOR=${host_vendor}
98 AC_SUBST(HOST_PLATFORM)
100 AC_SUBST(HOST_VENDOR)
135 AC_SUBST(PBX_WINARCH)
138 AC_PATH_TOOL([UNAME], [uname], No)
139 if test ! x"${UNAME}" = xNo; then
140 PBX_OSREV=$(${UNAME} -r)
145 #ifndef ASTERISK_AUTOCONFIG_H
146 #define ASTERISK_AUTOCONFIG_H
148 #include "asterisk/buildopts.h"
156 # cross-compile checks
157 if test "${cross_compiling}" = "yes";
159 AC_CHECK_TOOL(CC, gcc, :)
160 AC_CHECK_TOOL(CXX, g++, :)
161 AC_CHECK_TOOL(LD, ld, :)
162 AC_CHECK_TOOL(RANLIB, ranlib, :)
165 # Checks for programs.
170 # This macro is just copied into our local acinclude.m4 from libtool.m4 so that
171 # the developers regenerating the configure script don't have to install libtool.
172 AST_PROG_LD # note, does not work on FreeBSD
179 AC_CHECK_TOOLS([STRIP], [strip gstrip], :)
180 AC_CHECK_TOOLS([AR], [ar gar], :)
181 AC_CHECK_TOOLS([SHA1SUM], [sha1sum], $ac_aux_dir/build_tools/sha1sum-sh)
182 AC_CHECK_TOOLS([OPENSSL], [openssl], :)
185 if test "x$with_gnu_ld" = "xyes" ; then
190 AC_PATH_PROG([BISON], [bison], :)
191 AC_PATH_PROG([FLEX], [flex], :)
192 AC_PATH_PROG([GREP], [grep], :)
193 AC_PATH_PROG([FIND], [find], :)
194 AC_PATH_PROG([COMPRESS], [compress], :)
195 AC_PATH_PROG([BASENAME], [basename], :)
196 AC_PATH_PROG([DIRNAME], [dirname], :)
197 AC_PATH_PROG([SHELL], [sh], :)
198 AC_PATH_PROG([LN], [ln], :)
199 AC_PATH_PROG([DOT], [dot], :)
200 AC_PATH_PROG([WGET], [wget], :)
201 AC_PATH_PROG([CURL], [curl], :)
202 AC_PATH_PROG([RUBBER], [rubber], :)
203 AC_PATH_PROG([CATDVI], [catdvi], :)
204 AC_PATH_PROG([KPATHSEA], [kpsewhich], :)
205 AC_PATH_PROG([XMLSTARLET], [xmlstarlet], :)
206 if test "${WGET}" != ":" ; then
208 else if test "${CURL}" != ":" ; then
209 DOWNLOAD="${CURL} -O --progress-bar -w \"%{url_effective}\n\""
211 AC_PATH_PROG([FETCH], [fetch], [:])
217 AC_CACHE_CHECK([for bison that supports parse-param], [ac_cv_path_BISON2], [
218 if test "x$BISON" != "x:" ; then
219 # Create a temporary directory $tmp in $TMPDIR (default /tmp).
220 # Use mktemp if possible; otherwise fall back on mkdir,
221 # with $RANDOM to make collisions less likely.
225 (umask 077 && mktemp -d "$TMPDIR/fooXXXXXX") 2>/dev/null
227 test -n "$tmp" && test -d "$tmp"
229 tmp=$TMPDIR/foo$$-$RANDOM
230 (umask 077 && mkdir "$tmp")
232 cat >$tmp/test.y <<__EOL__
233 %parse-param {struct parse_io *parseio}
235 file : { \$\$ = parseio->pval = 1; }
239 ${BISON} -o ${tmp}/test.tab.c ${tmp}/test.y >/dev/null 2>&1
240 if test -e "${tmp}/test.tab.c"; then
241 ac_cv_path_BISON2=${BISON}
246 if test "x${ac_cv_path_BISON2}" = "x" ; then
253 if test "x${FLEX}" = "x:" ; then
260 AC_CHECK_TOOL([SOXMIX], [soxmix], [:])
261 if test "${SOXMIX}" != ":" ; then
262 AC_DEFINE([HAVE_SOXMIX], 1, [Define to 1 if your system has soxmix application.])
265 AC_CHECK_PROGS([MD5], [md5 md5sum gmd5sum digest])
267 if test "${MD5}" = "digest" ; then
275 AC_ARG_ENABLE([dev-mode],
276 [AS_HELP_STRING([--enable-dev-mode],
277 [Turn on developer mode])],
278 [case "${enableval}" in
279 y|ye|yes) AST_DEVMODE=yes ;;
280 n|no) AST_DEVMODE=no ;;
285 *) AC_MSG_ERROR(bad value ${enableval} for --enable-dev-mode) ;;
287 AC_SUBST(NOISY_BUILD)
288 AC_SUBST(AST_DEVMODE)
290 # AST_EXT_LIB_SETUP is used to tell configure to handle variables for
292 # $1 is the prefix for the variables in makeopts and autoconfig.h
293 # $2 is the short comment, $4 is the long comment
294 # $3 is the name used in --with- or --without- flags for configure.
296 # Package option names should be in alphabetical order
297 # by the --with option name (the third field),
298 # to make things easier for the users.
300 AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound])
302 # BKTR is used for backtrace support on platforms that do not
304 AST_EXT_LIB_SETUP([BKTR], [Stack Backtrace], [execinfo])
305 AST_EXT_LIB_SETUP([BLUETOOTH], [Bluetooth], [bluetooth])
306 AST_EXT_LIB_SETUP([CAP], [POSIX 1.e capabilities], [cap])
307 AST_EXT_LIB_SETUP([CURL], [cURL], [curl])
308 AST_EXT_LIB_SETUP([CURSES], [curses], [curses])
309 AST_EXT_LIB_SETUP([CRYPTO], [OpenSSL Cryptography], [crypto])
310 AST_EXT_LIB_SETUP([DAHDI], [DAHDI], [dahdi])
311 AST_EXT_LIB_SETUP([FFMPEG], [Ffmpeg and avcodec], [avcodec])
312 AST_EXT_LIB_SETUP([GSM], [External GSM], [gsm], [, use 'internal' GSM otherwise])
313 AST_EXT_LIB_SETUP([GTK2], [gtk2], [gtk2])
314 AST_EXT_LIB_SETUP([GMIME], [GMime], [gmime])
315 AST_EXT_LIB_SETUP([HOARD], [Hoard Memory Allocator], [hoard])
316 AST_EXT_LIB_SETUP([ICAL], [iCal], [ical])
317 AST_EXT_LIB_SETUP([ICONV], [Iconv], [iconv])
318 AST_EXT_LIB_SETUP([IKSEMEL], [Iksemel Jabber], [iksemel])
319 AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap])
320 AST_EXT_LIB_SETUP([INOTIFY], [inotify support], [inotify])
321 AST_EXT_LIB_SETUP([IODBC], [iODBC], [iodbc])
322 AST_EXT_LIB_SETUP([ISDNNET], [ISDN4Linux], [isdnnet])
323 AST_EXT_LIB_SETUP([JACK], [Jack Audio Connection Kit], [jack])
324 AST_EXT_LIB_SETUP([KQUEUE], [kqueue support], [kqueue])
325 AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap])
326 AST_EXT_LIB_SETUP([LIBXML2], [LibXML2], [libxml2])
327 AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl])
328 AST_EXT_LIB_SETUP([LUA], [Lua], [lua])
329 AST_EXT_LIB_SETUP([MISDN], [mISDN user], [misdn])
330 AST_EXT_LIB_SETUP([MYSQLCLIENT], [MySQL client], [mysqlclient])
331 AST_EXT_LIB_SETUP([NBS], [Network Broadcast Sound], [nbs])
332 AST_EXT_LIB_SETUP([NCURSES], [ncurses], [ncurses])
333 AST_EXT_LIB_SETUP([NEON], [neon], [neon])
334 AST_EXT_LIB_SETUP([NEON29], [neon29], [neon29])
335 AST_EXT_LIB_SETUP([NETSNMP], [Net-SNMP], [netsnmp])
336 AST_EXT_LIB_SETUP([NEWT], [newt], [newt])
337 AST_EXT_LIB_SETUP([OGG], [OGG], [ogg])
338 AST_EXT_LIB_SETUP([OSPTK], [OSP Toolkit], [osptk])
339 AST_EXT_LIB_SETUP([OSS], [Open Sound System], [oss])
340 AST_EXT_LIB_SETUP([PGSQL], [PostgreSQL], [postgres])
341 AST_EXT_LIB_SETUP([POPT], [popt], [popt])
342 AST_EXT_LIB_SETUP([PORTAUDIO], [PortAudio], [portaudio])
343 AST_EXT_LIB_SETUP([PRI], [ISDN PRI], [pri])
344 AST_EXT_LIB_SETUP_DEPENDENT([PRI_AOC_EVENTS], [ISDN PRI advice of charge supplementary service events], [PRI], [pri])
345 AST_EXT_LIB_SETUP_DEPENDENT([PRI_TRANSFER], [ISDN PRI call transfer supplementary service], [PRI], [pri])
346 AST_EXT_LIB_SETUP_DEPENDENT([PRI_CCSS], [ISDN PRI call completion supplementary service], [PRI], [pri])
347 AST_EXT_LIB_SETUP_DEPENDENT([PRI_HANGUP_FIX], [ISDN PRI hangup fix], [PRI], [pri])
348 AST_EXT_LIB_SETUP_DEPENDENT([PRI_SUBADDR], [ISDN PRI subaddressing], [PRI], [pri])
349 AST_EXT_LIB_SETUP_DEPENDENT([PRI_CALL_HOLD], [ISDN PRI call hold], [PRI], [pri])
350 AST_EXT_LIB_SETUP_DEPENDENT([PRI_CALL_REROUTING], [ISDN PRI call rerouting and call deflection], [PRI], [pri])
351 AST_EXT_LIB_SETUP_DEPENDENT([PRI_SETUP_KEYPAD], [ISDN PRI keypad facility in SETUP], [PRI], [pri])
352 # ------------------------------------v
353 # TODO: The code can be changed to always include these features now.
354 # These features will always be present if pri_connected_line_update is available.
355 AST_EXT_LIB_SETUP_DEPENDENT([PRI_INBANDDISCONNECT], [ISDN PRI set_inbanddisconnect], [PRI], [pri])
356 AST_EXT_LIB_SETUP_DEPENDENT([PRI_PROG_W_CAUSE], [ISDN progress with cause], [PRI], [pri])
357 AST_EXT_LIB_SETUP_DEPENDENT([PRI_SERVICE_MESSAGES], [ISDN service messages], [PRI], [pri])
358 AST_EXT_LIB_SETUP_DEPENDENT([PRI_REVERSE_CHARGE], [ISDN reverse charge], [PRI], [pri])
359 # ------------------------------------^
360 AST_EXT_LIB_SETUP([RESAMPLE], [LIBRESAMPLE], [resample])
361 AST_OPTION_ONLY([sounds-cache], [SOUNDS_CACHE_DIR], [cached sound tarfiles], [${HOME}/.asterisk_sounds_cache])
362 AST_EXT_LIB_SETUP([SPANDSP], [SPANDSP], [spandsp])
363 AST_EXT_LIB_SETUP([SS7], [ISDN SS7], [ss7])
364 AST_EXT_LIB_SETUP([OPENR2], [MFR2], [openr2])
365 AST_EXT_LIB_SETUP([PWLIB], [PWlib], [pwlib])
366 AST_EXT_LIB_SETUP([OPENH323], [OpenH323], [h323])
367 AST_EXT_LIB_SETUP([RADIUS], [Radius Client], [radius])
368 AST_EXT_LIB_SETUP([SDL], [Sdl], [sdl])
369 AST_EXT_LIB_SETUP([SDL_IMAGE], [Sdl Image], [SDL_image])
370 AST_EXT_LIB_SETUP([OPENAIS], [OpenAIS], [openais])
371 AST_EXT_LIB_SETUP([SPEEX], [Speex], [speex])
372 AST_EXT_LIB_SETUP([SPEEX_PREPROCESS], [Speex preprocess routines], [speex])
373 AST_EXT_LIB_SETUP([SPEEXDSP], [SpeexDSP], [speexdsp])
374 AST_EXT_LIB_SETUP_DEPENDENT([SPEEX_PREPROCESS], [speex_preprocess_ctl], [], [speex])
375 AST_EXT_LIB_SETUP([SQLITE], [SQLite], [sqlite])
376 AST_EXT_LIB_SETUP([SQLITE3], [SQLite], [sqlite3])
377 AST_EXT_LIB_SETUP([SUPPSERV], [mISDN Supplemental Services], [suppserv])
378 AST_EXT_LIB_SETUP([OPENSSL], [OpenSSL Secure Sockets Layer], [ssl])
379 AST_EXT_LIB_SETUP([FREETDS], [FreeTDS], [tds])
380 AST_EXT_LIB_SETUP([TERMCAP], [Termcap], [termcap])
381 AST_EXT_LIB_SETUP([TINFO], [Term Info], [tinfo])
382 AST_EXT_LIB_SETUP([TONEZONE], [tonezone], [tonezone])
383 AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [unixodbc])
384 AST_EXT_LIB_SETUP([USB], [usb], [usb])
385 AST_EXT_LIB_SETUP([VORBIS], [Vorbis], [vorbis])
386 AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
387 AST_EXT_LIB_SETUP([X11], [X11], [x11])
388 AST_EXT_LIB_SETUP([ZLIB], [zlib compression], [z])
389 AST_EXT_LIB_SETUP([TIMERFD], [timerfd], [timerfd])
391 # check for basic system features and functionality before
392 # checking for package libraries
398 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/event.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h termios.h unistd.h utime.h arpa/nameser.h sys/io.h])
400 AC_CHECK_HEADERS([winsock.h winsock2.h])
402 AC_CHECK_HEADER([sys/poll.h],
404 AC_DEFINE([AST_POLL_COMPAT], 1, [Define to 1 if internal poll should be used.]))
408 # Checks for typedefs, structures, and compiler characteristics.
413 AC_TYPE_LONG_DOUBLE_WIDER
418 AC_CHECK_MEMBERS([struct stat.st_blksize])
422 AC_CHECK_TYPES([ptrdiff_t])
424 # Checks for library functions.
426 AC_FUNC_CLOSEDIR_VOID
427 AC_FUNC_ERROR_AT_LINE
430 AC_PROG_GCC_TRADITIONAL
431 # XXX: these are commented out until we determine whether it matters if our malloc()
432 # acts exactly like glibc's or not
437 AC_FUNC_SELECT_ARGTYPES
438 AC_FUNC_SETVBUF_REVERSED
447 AC_CHECK_FUNCS([asprintf atexit closefrom dup2 eaccess endpwent euidaccess ffsll ftruncate getcwd gethostbyname gethostname getloadavg gettimeofday glob htonll ioperm inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap ntohll newlocale putenv re_comp regcomp select setenv socket strcasecmp strcasestr strchr strcspn strdup strerror strlcat strlcpy strncasecmp strndup strnlen strrchr strsep strspn strstr strtod strtol strtold strtoq unsetenv utime vasprintf getpeereid sysctl swapctl])
449 # NOTE: we use AC_CHECK_LIB to get -lm into the arguments for later checks,
450 # so that AC_CHECK_FUNCS can detect functions in that library.
451 AC_CHECK_LIB([m], [sqrt])
452 # BSD might not have exp2, and/or log2
453 AC_CHECK_FUNCS([exp2 log2 exp10 log10 sin cos tan asin acos atan atan2 pow rint exp log remainder fmod round trunc floor ceil])
455 # Certain architectures don't really have long double, even though
456 # AC_CHECK_FUNCS would otherwise find the following functions.
457 if test "x${ac_cv_type_long_double_wider}" = "xyes" ; then
458 AC_CHECK_FUNCS([exp2l log2l exp10l log10l sinl cosl tanl asinl acosl atanl atan2l powl sqrtl rintl expl logl remainderl fmodl roundl truncl floorl ceill])
461 AC_MSG_CHECKING(for timersub in time.h)
463 AC_LANG_PROGRAM([#include <sys/time.h>],
464 [struct timeval *a; timersub(a, a, a);]),
466 AC_DEFINE([HAVE_TIMERSUB], 1, [Define to 1 if your system defines timersub.]),
470 AC_CHECK_HEADER([sys/poll.h],
472 AC_DEFINE([HAVE_SYS_POLL_H], 1, [Define to 1 if your system has working sys/poll.h]),
475 AC_ARG_ENABLE([internal-poll],
476 [AS_HELP_STRING([--enable-internal-poll],
477 [Use Asterisk's poll implementation])],
478 [case "${enableval}" in
479 y|ye|yes) HAS_POLL="";;
480 n|no) HAS_POLL="${HAS_POLL}" ;;
481 *) AC_MSG_ERROR(bad value ${enableval} for --enable-internal-poll) ;;
487 # https support (in main/http.c) uses funopen on BSD systems,
488 # fopencookie on linux
489 AC_CHECK_FUNCS([funopen fopencookie])
491 AC_CHECK_FUNCS([inet_aton])
493 # check if we have IP_PKTINFO constant defined
494 AC_MSG_CHECKING(for IP_PKTINFO)
496 AC_LANG_PROGRAM([#include <netinet/in.h>],
497 [int pi = IP_PKTINFO;]),
499 AC_DEFINE([HAVE_PKTINFO], 1, [Define to 1 if your system defines IP_PKTINFO.]),
503 # some systems already have gethostbyname_r so we don't need to build ours in main/utils.c
504 AC_SEARCH_LIBS(gethostbyname_r, [socket nsl])
506 AC_MSG_CHECKING(for gethostbyname_r with 6 arguments)
508 AC_LANG_PROGRAM([#include <stdlib.h>
510 [struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (struct hostent **)NULL, (int *)NULL);]),
512 AC_DEFINE([HAVE_GETHOSTBYNAME_R_6], 1, [Define to 1 if your system has gethostbyname_r with 6 arguments.]),
516 AC_MSG_CHECKING(for gethostbyname_r with 5 arguments)
518 AC_LANG_PROGRAM([#include <stdlib.h>
520 [struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL);]),
522 AC_DEFINE([HAVE_GETHOSTBYNAME_R_5], 1, [Define to 1 if your system has gethostbyname_r with 5 arguments.]),
526 AC_CHECK_HEADER([byteswap.h], [AC_DEFINE_UNQUOTED([HAVE_BYTESWAP_H], 1, [Define to 1 if byteswap.h macros are available.])])
528 AC_MSG_CHECKING(for __swap16 variant of <sys/endian.h> byteswapping macros)
530 AC_LANG_PROGRAM([#include <sys/endian.h>], [int a = 1; int b = __swap16(a);]),
532 AC_DEFINE([HAVE_SYS_ENDIAN_SWAP16], 1, [Define to 1 if your sys/endian.h header file provides the __swap16 macro.]),
536 AC_MSG_CHECKING(for bswap16 variant of <sys/endian.h> byteswapping macros)
538 AC_LANG_PROGRAM([#include <sys/endian.h>], [int a = 1; int b = bswap16(a);]),
540 AC_DEFINE([HAVE_SYS_ENDIAN_BSWAP16], 1, [Define to 1 if your sys/endian.h header file provides the bswap16 macro.]),
544 if test "${cross_compiling}" = "no";
546 AC_CHECK_FILE(/dev/urandom, AC_DEFINE([HAVE_DEV_URANDOM], 1, [Define to 1 if your system has /dev/urandom.]))
549 AC_MSG_CHECKING(for O_EVTONLY in fcntl.h)
551 AC_LANG_PROGRAM([#include <fcntl.h>], [int a = O_EVTONLY;]),
553 AC_DEFINE([HAVE_O_EVTONLY], 1, [Define to 1 if your system defines the file flag O_EVTONLY in fcntl.h]),
557 AC_MSG_CHECKING(for O_SYMLINK in fcntl.h)
559 AC_LANG_PROGRAM([#include <fcntl.h>], [int a = O_SYMLINK;]),
561 AC_DEFINE([HAVE_O_SYMLINK], 1, [Define to 1 if your system defines the file flag O_SYMLINK in fcntl.h]),
565 AST_C_DEFINE_CHECK([PTHREAD_RWLOCK_INITIALIZER], [PTHREAD_RWLOCK_INITIALIZER], [pthread.h])
567 AC_MSG_CHECKING(for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h)
569 AC_LANG_PROGRAM([#include <pthread.h>], [int a = PTHREAD_RWLOCK_PREFER_WRITER_NP;]),
571 AC_DEFINE([HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP], 1, [Define to 1 if your system defines PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h]),
575 AC_MSG_CHECKING(for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h)
577 AC_LANG_PROGRAM([#include <pthread.h>], [int a = PTHREAD_MUTEX_RECURSIVE_NP;]),
579 AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE_NP], 1, [Define to 1 if your system defines PTHREAD_MUTEX_RECURSIVE_NP in pthread.h]),
583 AC_MSG_CHECKING(for pthread_rwlock_timedwrlock() in pthread.h)
585 save_CFLAGS="$CFLAGS"
586 LIBS="$PTHREAD_LIBS $LIBS"
587 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
590 [#include <pthread.h>
592 [pthread_rwlock_t foo; struct timespec bar; pthread_rwlock_timedwrlock(&foo, &bar)])
595 ac_cv_pthread_rwlock_timedwrlock="yes"
598 ac_cv_pthread_rwlock_timedwrlock="no"
602 CFLAGS="$save_CFLAGS"
603 if test "${ac_cv_pthread_rwlock_timedwrlock}" = "yes"; then
604 AC_DEFINE([HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK], 1, [Define if your system has pthread_rwlock_timedwrlock()])
607 AC_MSG_CHECKING(if PTHREAD_ONCE_INIT needs braces)
608 saved_CFLAGS="${CFLAGS}"
609 CFLAGS="${CFLAGS} -Werror -Wmissing-braces"
612 [#include <pthread.h>
614 [pthread_once_t once = PTHREAD_ONCE_INIT; pthread_once(&once, empty);])
617 ac_cv_pthread_once_needsbraces="no"
620 ac_cv_pthread_once_needsbraces="yes"
623 CFLAGS="${saved_CFLAGS}"
624 if test "${ac_cv_pthread_once_needsbraces}" = "yes"; then
625 AC_DEFINE([PTHREAD_ONCE_INIT_NEEDS_BRACES], 1, [Define if your system needs braces around PTHREAD_ONCE_INIT])
628 AST_C_DEFINE_CHECK([PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP], [PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP], [pthread.h])
630 # Can we compare a mutex to its initial value?
631 # Generally yes on OpenBSD/FreeBSD and no on Mac OS X.
632 AC_MSG_CHECKING(whether we can compare a mutex to its initial value)
634 AC_LANG_PROGRAM([#include <pthread.h>], [pthread_mutex_t lock;
635 if ((lock) != ((pthread_mutex_t) PTHREAD_MUTEX_INITIALIZER)) {
640 AC_DEFINE([CAN_COMPARE_MUTEX_TO_INIT_VALUE], 1, [Define to 1 if your system's implementation of mutexes supports comparison of a mutex to its initializer.]),
644 #if test "${cross_compiling}" = "no";
646 #AC_MSG_CHECKING(for working epoll support)
648 #AC_LANG_PROGRAM([#include <sys/epoll.h>], [int res = epoll_create(10);
654 #AC_DEFINE([HAVE_EPOLL], 1, [Define to 1 if your system has working epoll support.]),
659 AC_MSG_CHECKING(for compiler atomic operations)
661 AC_LANG_PROGRAM([], [int foo1; int foo2 = __sync_fetch_and_add(&foo1, 1);]),
663 AC_DEFINE([HAVE_GCC_ATOMICS], 1, [Define to 1 if your GCC C compiler provides atomic operations.]),
667 # glibc, AFAIK, is the only C library that makes printing a NULL to a string safe.
668 AC_MSG_CHECKING([if your system printf is NULL-safe.])
670 AC_LANG_PROGRAM([#include <stdio.h>],
671 [printf("%s", NULL)]),
672 AC_DEFINE([HAVE_NULLSAFE_PRINTF], 1, [Define to 1 if your C library can safely print NULL to string formats.])
675 # It's unlikely an embedded system will have this.
676 AC_MSG_RESULT(unknown)
679 AST_GCC_ATTRIBUTE(pure)
680 AST_GCC_ATTRIBUTE(malloc)
681 AST_GCC_ATTRIBUTE(const)
682 AST_GCC_ATTRIBUTE(unused)
683 AST_GCC_ATTRIBUTE(always_inline)
684 AST_GCC_ATTRIBUTE(deprecated)
685 AST_GCC_ATTRIBUTE(sentinel)
686 AST_GCC_ATTRIBUTE(warn_unused_result)
687 AST_GCC_ATTRIBUTE(weakref, [weakref("foo")], static)
688 AST_GCC_ATTRIBUTE(weak_import)
690 AC_MSG_CHECKING(for -ffunction-sections support)
691 saved_CFLAGS="${CFLAGS}"
692 CFLAGS="${CFLAGS} -ffunction-sections"
694 AC_LANG_PROGRAM([], [int x = 1;]),
696 [saved_LDFLAGS="${LDFLAGS}"]
697 [LDFLAGS="${LDFLAGS} -Wl,--gc-sections"]
698 AC_MSG_CHECKING(for --gc-sections support)
700 AC_LANG_PROGRAM([], [int x = 1;]),
702 [GC_CFLAGS="-ffunction-sections"]
703 [[GC_LDFLAGS="-Wl,--gc-sections"]],
706 [LDFLAGS="${saved_LDFLAGS}"],
709 CFLAGS="${saved_CFLAGS}"
713 AC_MSG_CHECKING(for -Wdeclaration-after-statement support)
714 if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
716 AST_DECLARATION_AFTER_STATEMENT=-Wdeclaration-after-statement
719 AST_DECLARATION_AFTER_STATEMENT=
721 AC_SUBST(AST_DECLARATION_AFTER_STATEMENT)
723 AC_MSG_CHECKING(for _FORTIFY_SOURCE support)
724 if $(${CC} -D_FORTIFY_SOURCE=2 -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
726 AST_FORTIFY_SOURCE=-D_FORTIFY_SOURCE=2
731 AC_SUBST(AST_FORTIFY_SOURCE)
733 AC_MSG_CHECKING(for -fno-strict-overflow)
734 if $(${CC} -O2 -fno-strict-overflow -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
736 AST_NO_STRICT_OVERFLOW=-fno-strict-overflow
739 AST_NO_STRICT_OVERFLOW=
741 AC_SUBST(AST_NO_STRICT_OVERFLOW)
743 AC_MSG_CHECKING(for -Wshadow)
744 if $(${CC} -Wshadow -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
746 AST_SHADOW_WARNINGS=-Wshadow
751 AC_SUBST(AST_SHADOW_WARNINGS)
753 AC_MSG_CHECKING(for sysinfo)
755 AC_LANG_PROGRAM([#include <sys/sysinfo.h>],
756 [struct sysinfo sys_info; int uptime = sys_info.uptime]),
758 AC_DEFINE([HAVE_SYSINFO], 1, [Define to 1 if your system has sysinfo support]),
762 AC_SEARCH_LIBS(res_9_ninit, resolv)
763 AC_MSG_CHECKING(for res_ninit)
766 #ifdef HAVE_SYS_SOCKET_H
767 #include <sys/socket.h>
769 #ifdef HAVE_NETINET_IN_H
770 #include <netinet/in.h>
772 #ifdef HAVE_ARPA_NAMESER_H
773 #include <arpa/nameser.h>
775 #include <resolv.h>],
776 [int foo = res_ninit(NULL);]),
778 AC_DEFINE([HAVE_RES_NINIT], 1, [Define to 1 if your system has the re-entrant resolver functions.])
779 AC_SEARCH_LIBS(res_9_ndestroy, resolv)
780 AC_MSG_CHECKING(for res_ndestroy)
783 #ifdef HAVE_SYS_SOCKET_H
784 #include <sys/socket.h>
786 #ifdef HAVE_NETINET_IN_H
787 #include <netinet/in.h>
789 #ifdef HAVE_ARPA_NAMESER_H
790 #include <arpa/nameser.h>
792 #include <resolv.h>],
793 [res_ndestroy(NULL);]),
795 AC_DEFINE([HAVE_RES_NDESTROY], 1, [Define to 1 if your system has the ndestroy resolver function.]),
798 AC_SEARCH_LIBS(res_9_close, resolv)
799 AC_MSG_CHECKING(for res_close)
802 #ifdef HAVE_SYS_SOCKET_H
803 #include <sys/socket.h>
805 #ifdef HAVE_NETINET_IN_H
806 #include <netinet/in.h>
808 #ifdef HAVE_ARPA_NAMESER_H
809 #include <arpa/nameser.h>
811 #include <resolv.h>],
814 AC_DEFINE([HAVE_RES_CLOSE], 1, [Define to 1 if your system has the close resolver function.]),
820 AST_C_DEFINE_CHECK([GLOB_NOMAGIC], [GLOB_NOMAGIC], [glob.h])
822 AST_C_DEFINE_CHECK([GLOB_BRACE], [GLOB_BRACE], [glob.h])
824 AST_C_DEFINE_CHECK([IP_MTU_DISCOVER], [IP_MTU_DISCOVER], [netinet/in.h])
826 AC_CHECK_HEADER([libkern/OSAtomic.h],
827 [AC_DEFINE_UNQUOTED([HAVE_OSX_ATOMICS], 1, [Define to 1 if OSX atomic operations are supported.])])
829 AC_CHECK_SIZEOF([int])
830 AC_CHECK_SIZEOF([long])
831 AC_CHECK_SIZEOF([long long])
832 AC_CHECK_SIZEOF([char *])
834 # do the package library checks now
836 AST_EXT_LIB_CHECK([ALSA], [asound], [snd_spcm_init], [alsa/asoundlib.h], [-lm -ldl])
838 AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
840 if test "x${OSARCH}" = "xlinux-gnu" ; then
841 AST_EXT_LIB_CHECK([CAP], [cap], [cap_from_text], [sys/capability.h])
844 AST_C_DEFINE_CHECK([DAHDI], [DAHDI_RESET_COUNTERS], [dahdi/user.h], [230])
845 AST_C_DEFINE_CHECK([DAHDI], [DAHDI_DEFAULT_MTU_MRU], [dahdi/user.h], [220])
846 AST_C_DEFINE_CHECK([DAHDI], [DAHDI_CODE], [dahdi/user.h], [200])
848 AST_C_DEFINE_CHECK([DAHDI_HALF_FULL], [DAHDI_POLICY_HALF_FULL], [dahdi/user.h])
850 AST_C_COMPILE_CHECK([DAHDI_LINEREVERSE_VMWI], [struct dahdi_vmwi_info booger], [dahdi/user.h], , [enhanced dahdi vmwi support])
852 AST_C_COMPILE_CHECK([DAHDI_ECHOCANCEL_FAX_MODE], [int foo = DAHDI_ECHOCANCEL_FAX_MODE], [dahdi/user.h])
854 AST_C_COMPILE_CHECK([GETIFADDRS], [struct ifaddrs *p; getifaddrs(&p)], [ifaddrs.h], , [getifaddrs() support])
855 AST_C_COMPILE_CHECK([TIMERFD], [timerfd_create(0,0); timerfd_settime(0,0,NULL,NULL);], [sys/timerfd.h], , [timerfd support])
858 AC_SUBST(GSM_INTERNAL)
860 if test "${USE_GSM}" != "no"; then
861 if test "${GSM_DIR}" = "internal"; then
863 elif test "${GSM_DIR}" != ""; then
866 if test "${GSM_SYSTEM}" = "yes"; then
868 if test "x${GSM_DIR}" != "x"; then
869 if test -d ${GSM_DIR}/lib; then
870 gsmlibdir="-L${GSM_DIR}/lib"
872 gsmlibdir="-L${GSM_DIR}"
875 AC_CHECK_LIB([gsm], [gsm_create], AC_DEFINE_UNQUOTED([HAVE_GSM], 1,
876 [Define to indicate the GSM library]), [], ${gsmlibdir})
877 if test "${ac_cv_lib_gsm_gsm_create}" = "yes"; then
878 if test "x${GSM_DIR}" != "x" ; then
879 AC_CHECK_HEADER([${GSM_DIR}/include/gsm.h], [GSM_HEADER_FOUND=1], [GSM_HEADER_FOUND=0])
880 AC_CHECK_HEADER([${GSM_DIR}/include/gsm/gsm.h], [GSM_GSM_HEADER_FOUND=1], [GSM_GSM_HEADER_FOUND=0])
882 AC_CHECK_HEADER([gsm.h], [GSM_HEADER_FOUND=1], [GSM_HEADER_FOUND=0])
883 AC_CHECK_HEADER([gsm/gsm.h], [GSM_GSM_HEADER_FOUND=1], [GSM_GSM_HEADER_FOUND=0])
885 if test "${GSM_HEADER_FOUND}" = "0" ; then
886 if test "{GSM_GSM_HEADER_FOUND}" = "0" ; then
887 if test "x${GSM_MANDATORY}" = "xyes" ; then
889 AC_MSG_NOTICE([*** It appears that you do not have the gsm development package installed.])
890 AC_MSG_NOTICE([*** Please install it to include ${GSM_DESCRIP} support, or re-run configure])
891 AC_MSG_NOTICE([*** without explicitly specifying --with-${GSM_OPTION}])
897 if test "${GSM_HEADER_FOUND}" = "1" ; then
898 AC_DEFINE_UNQUOTED([HAVE_GSM_HEADER], 1, [Define to indicate that gsm.h has no prefix for its location])
901 if test "${GSM_GSM_HEADER_FOUND}" = "1" ; then
902 AC_DEFINE_UNQUOTED([HAVE_GSM_GSM_HEADER], 1, [Define to indicate that gsm.h is in gsm/gsm.h])
906 if test "${GSM_OK}" = "1" ; then
908 if test "x${GSM_DIR}" != "x"; then
909 GSM_LIB="${gsmlibdir} ${GSM_LIB}"
910 GSM_INCLUDE="-I${GSM_DIR}/include"
917 if test "${GSM_INTERNAL}" = "yes"; then
919 AC_DEFINE_UNQUOTED([HAVE_GSM_HEADER], 1, [Define to indicate that gsm.h has no prefix for its location])
923 AST_EXT_LIB_CHECK([ICONV], [iconv], [iconv_open], [iconv.h])
924 # Some versions of Linux package iconv in glibc
925 AST_EXT_LIB_CHECK([ICONV], [c], [iconv_close], [iconv.h])
927 # Some distributions (like RedHat) add a libical subdirectory for the headers
928 AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_get_utc_timezone], [libical/ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
930 AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
932 AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
934 if test "${USE_IMAP_TK}" != "no"; then
935 saved_cppflags="${CPPFLAGS}"
937 switch_to_system_on_failure="no"
938 if test "${IMAP_TK_DIR}" = ""; then
939 IMAP_TK_DIR=`pwd`"/../imap-2004g"
940 switch_to_system_on_failure="yes"
942 if test "${IMAP_TK_DIR}" != "system"; then
943 AC_MSG_CHECKING(for UW IMAP Toolkit c-client library)
944 if test -f "${IMAP_TK_DIR}/c-client/LDFLAGS"; then
945 imap_ldflags=`cat ${IMAP_TK_DIR}/c-client/LDFLAGS`
947 imap_libs="${IMAP_TK_DIR}/c-client/c-client.a"
948 imap_include="-I${IMAP_TK_DIR}/c-client"
949 CPPFLAGS="${CPPFLAGS} ${imap_include}"
950 LIBS="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
953 [#include "c-client.h"
954 void mm_searched (MAILSTREAM *stream,unsigned long number)
957 void mm_exists (MAILSTREAM *stream,unsigned long number)
960 void mm_expunged (MAILSTREAM *stream,unsigned long number)
963 void mm_flags (MAILSTREAM *stream,unsigned long number)
966 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
969 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
972 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
975 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
978 void mm_log (char *string,long errflg)
981 void mm_dlog (char *string)
984 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
987 void mm_critical (MAILSTREAM *stream)
990 void mm_nocritical (MAILSTREAM *stream)
993 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
996 void mm_fatal (char *string)
1000 MAILSTREAM *foo = mail_open(NULL, "", 0);
1003 [ac_cv_imap_tk="yes"],
1004 [ac_cv_imap_tk="no"]
1006 if test "${ac_cv_imap_tk}" = "yes"; then
1009 [#include "c-client.h"
1010 void mm_searched (MAILSTREAM *stream,unsigned long number)
1013 void mm_exists (MAILSTREAM *stream,unsigned long number)
1016 void mm_expunged (MAILSTREAM *stream,unsigned long number)
1019 void mm_flags (MAILSTREAM *stream,unsigned long number)
1022 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
1025 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1028 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1031 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
1034 void mm_log (char *string,long errflg)
1037 void mm_dlog (char *string)
1040 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
1043 void mm_critical (MAILSTREAM *stream)
1046 void mm_nocritical (MAILSTREAM *stream)
1049 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
1052 void mm_fatal (char *string)
1056 long check = mail_expunge_full(NULL, "", 0);
1059 [ac_cv_imap_tk2006="yes"],
1060 [ac_cv_imap_tk2006="no"]
1063 CPPFLAGS="${saved_cppflags}"
1064 LIBS="${saved_libs}"
1065 if test "${ac_cv_imap_tk}" = "no"; then
1067 if test "${switch_to_system_on_failure}" = "yes"; then
1068 IMAP_TK_DIR="system"
1069 else #This means they specified a directory. Search for a package installation there too
1070 AC_MSG_CHECKING([for system c-client library...])
1071 CPPFLAGS="${saved_cppflags}"
1072 LIBS="${saved_libs}"
1073 imap_include="-I${IMAP_TK_DIR}/include"
1074 imap_ldflags="-L${IMAP_TK_DIR}/lib"
1075 imap_libs="-lc-client"
1076 CPPFLAGS="${CPPFLAGS} ${imap_include}"
1077 LIBS="${LIBS} ${imap_libs} ${imap_ldflags}"
1080 [#include "c-client.h"
1081 void mm_searched (MAILSTREAM *stream,unsigned long number)
1084 void mm_exists (MAILSTREAM *stream,unsigned long number)
1087 void mm_expunged (MAILSTREAM *stream,unsigned long number)
1090 void mm_flags (MAILSTREAM *stream,unsigned long number)
1093 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
1096 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1099 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1102 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
1105 void mm_log (char *string,long errflg)
1108 void mm_dlog (char *string)
1111 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
1114 void mm_critical (MAILSTREAM *stream)
1117 void mm_nocritical (MAILSTREAM *stream)
1120 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
1123 void mm_fatal (char *string)
1127 MAILSTREAM *foo = mail_open(NULL, "", 0);
1130 [ac_cv_imap_tk="yes"],
1131 [ac_cv_imap_tk="no"]
1133 if test "${ac_cv_imap_tk}" = "yes"; then
1136 [#include "c-client.h"
1137 void mm_searched (MAILSTREAM *stream,unsigned long number)
1140 void mm_exists (MAILSTREAM *stream,unsigned long number)
1143 void mm_expunged (MAILSTREAM *stream,unsigned long number)
1146 void mm_flags (MAILSTREAM *stream,unsigned long number)
1149 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
1152 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1155 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1158 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
1161 void mm_log (char *string,long errflg)
1164 void mm_dlog (char *string)
1167 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
1170 void mm_critical (MAILSTREAM *stream)
1173 void mm_nocritical (MAILSTREAM *stream)
1176 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
1179 void mm_fatal (char *string)
1183 long check = mail_expunge_full(NULL, "", 0);
1186 [ac_cv_imap_tk2006="yes"],
1187 [ac_cv_imap_tk2006="no"]
1193 if test "${IMAP_TK_DIR}" = "system"; then
1194 #We will enter here if user specified "system" or if any of above checks failed
1195 AC_MSG_CHECKING([for system c-client library...])
1196 CPPFLAGS="${saved_cppflags}"
1197 LIBS="${saved_libs}"
1199 imap_libs="-lc-client"
1200 imap_include="-DUSE_SYSTEM_IMAP" #Try the imap directory first
1201 CPPFLAGS="${CPPFLAGS} ${imap_include}"
1202 LIBS="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
1206 #include <imap/c-client.h>
1207 void mm_searched (MAILSTREAM *stream,unsigned long number)
1210 void mm_exists (MAILSTREAM *stream,unsigned long number)
1213 void mm_expunged (MAILSTREAM *stream,unsigned long number)
1216 void mm_flags (MAILSTREAM *stream,unsigned long number)
1219 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
1222 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1225 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1228 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
1231 void mm_log (char *string,long errflg)
1234 void mm_dlog (char *string)
1237 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
1240 void mm_critical (MAILSTREAM *stream)
1243 void mm_nocritical (MAILSTREAM *stream)
1246 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
1249 void mm_fatal (char *string)
1253 MAILSTREAM *foo = mail_open(NULL, "", 0);
1256 [ac_cv_imap_tk="yes"],
1257 [ac_cv_imap_tk="no"]
1259 if test "${ac_cv_imap_tk}" = "yes"; then
1263 #include <imap/c-client.h>
1264 void mm_searched (MAILSTREAM *stream,unsigned long number)
1267 void mm_exists (MAILSTREAM *stream,unsigned long number)
1270 void mm_expunged (MAILSTREAM *stream,unsigned long number)
1273 void mm_flags (MAILSTREAM *stream,unsigned long number)
1276 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
1279 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1282 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1285 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
1288 void mm_log (char *string,long errflg)
1291 void mm_dlog (char *string)
1294 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
1297 void mm_critical (MAILSTREAM *stream)
1300 void mm_nocritical (MAILSTREAM *stream)
1303 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
1306 void mm_fatal (char *string)
1310 long check = mail_expunge_full(NULL, "", 0);
1313 [ac_cv_imap_tk2006="yes"],
1314 [ac_cv_imap_tk2006="no"]
1316 else #looking in imap directory didn't work, try c-client
1318 imap_libs="-lc-client"
1319 imap_include="-DUSE_SYSTEM_CCLIENT"
1320 CPPFLAGS="${saved_cppflags}"
1321 LIBS="${saved_libs}"
1322 CPPFLAGS="${CPPFLAGS} ${imap_include}"
1323 LIBS="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
1327 #include <c-client/c-client.h>
1328 void mm_searched (MAILSTREAM *stream,unsigned long number)
1331 void mm_exists (MAILSTREAM *stream,unsigned long number)
1334 void mm_expunged (MAILSTREAM *stream,unsigned long number)
1337 void mm_flags (MAILSTREAM *stream,unsigned long number)
1340 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
1343 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1346 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1349 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
1352 void mm_log (char *string,long errflg)
1355 void mm_dlog (char *string)
1358 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
1361 void mm_critical (MAILSTREAM *stream)
1364 void mm_nocritical (MAILSTREAM *stream)
1367 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
1370 void mm_fatal (char *string)
1374 MAILSTREAM *foo = mail_open(NULL, "", 0);
1377 [ac_cv_imap_tk="yes"],
1378 [ac_cv_imap_tk="no"]
1380 if test "${ac_cv_imap_tk}" = "yes"; then
1384 #include <c-client/c-client.h>
1385 void mm_searched (MAILSTREAM *stream,unsigned long number)
1388 void mm_exists (MAILSTREAM *stream,unsigned long number)
1391 void mm_expunged (MAILSTREAM *stream,unsigned long number)
1394 void mm_flags (MAILSTREAM *stream,unsigned long number)
1397 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
1400 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1403 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
1406 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
1409 void mm_log (char *string,long errflg)
1412 void mm_dlog (char *string)
1415 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
1418 void mm_critical (MAILSTREAM *stream)
1421 void mm_nocritical (MAILSTREAM *stream)
1424 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
1427 void mm_fatal (char *string)
1431 long check = mail_expunge_full(NULL, "", 0);
1434 [ac_cv_imap_tk2006="yes"],
1435 [ac_cv_imap_tk2006="no"]
1440 if test "${ac_cv_imap_tk}" = "yes"; then
1442 IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}`
1443 IMAP_TK_INCLUDE="${imap_include}"
1445 AC_DEFINE([HAVE_IMAP_TK], 1, [Define if your system has the UW IMAP Toolkit c-client library.])
1446 if test "${ac_cv_imap_tk2006}" = "yes"; then
1447 AC_DEFINE([HAVE_IMAP_TK2006], 1, [Define if your system has the UW IMAP Toolkit c-client library version 2006 or greater.])
1452 CPPFLAGS="${saved_cppflags}"
1453 LIBS="${saved_libs}"
1456 AST_EXT_LIB_CHECK([IODBC], [iodbc], [SQLConnect], [sql.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
1458 AST_EXT_LIB_CHECK([INOTIFY], [c], [inotify_init], [sys/inotify.h])
1460 AST_EXT_LIB_CHECK([JACK], [jack], [jack_activate], [jack/jack.h])
1462 # BSD (and OS X) equivalent of inotify
1463 AST_EXT_LIB_CHECK([KQUEUE], [c], [kqueue], [sys/event.h])
1465 # 64-bit version of kevent (from kqueue) on OS X
1466 AC_CHECK_FUNCS([kevent64])
1468 # Needed by unixodbc
1469 AST_EXT_LIB_CHECK([LTDL], [ltdl], [lt_dlinit], [ltdl.h], [])
1471 AST_EXT_LIB_CHECK([LDAP], [ldap], [ldap_initialize], [ldap.h])
1473 AC_ARG_ENABLE([xmldoc],
1474 [AS_HELP_STRING([--disable-xmldoc],
1475 [Explicity disable XML documentation])],
1476 [case "${enableval}" in
1477 y|ye|yes) disable_xmldoc=no ;;
1478 n|no) disable_xmldoc=yes ;;
1479 *) AC_MSG_ERROR(bad value ${enableval} for --disable-xmldoc) ;;
1480 esac], [disable_xmldoc=no])
1482 if test "${disable_xmldoc}" != "yes"; then
1483 AST_EXT_TOOL_CHECK([LIBXML2], [xml2-config], , ,
1484 [#include <libxml/tree.h>
1485 #include <libxml/parser.h>],
1486 [LIBXML_TEST_VERSION])
1487 if test "${PBX_LIBXML2}" != 1; then
1488 AC_MSG_NOTICE(*** XML documentation will not be available because the 'libxml2' development package is missing.)
1489 AC_MSG_NOTICE(*** Please run the 'configure' script with the '--disable-xmldoc' parameter option)
1490 AC_MSG_NOTICE(*** or install the 'libxml2' development package.)
1495 AST_EXT_LIB_CHECK([MISDN], [mISDN], [mISDN_open], [mISDNuser/mISDNlib.h])
1497 if test "${PBX_MISDN}" = 1; then
1498 AST_EXT_LIB_CHECK([ISDNNET], [isdnnet], [init_manager], [mISDNuser/isdn_net.h], [-lmISDN -lpthread])
1499 AST_EXT_LIB_CHECK([SUPPSERV], [suppserv], [encodeFac], [mISDNuser/suppserv.h])
1500 AST_C_DEFINE_CHECK([MISDN_FAC_RESULT], [Fac_RESULT], [mISDNuser/suppserv.h])
1501 AST_C_DEFINE_CHECK([MISDN_FAC_ERROR], [Fac_ERROR], [mISDNuser/suppserv.h])
1502 AC_CHECK_HEADER([linux/mISDNdsp.h], [AC_DEFINE_UNQUOTED([MISDN_1_2], 1, [Build chan_misdn for mISDN 1.2 or later.])])
1503 AC_CHECK_MEMBER([Q931_info_t.redirect_dn], [], [PBX_MISDN=0], [#include <mISDNuser/mISDNlib.h>])
1506 AST_EXT_TOOL_CHECK([MYSQLCLIENT], [mysql_config])
1508 AST_EXT_LIB_CHECK([NBS], [nbs], [nbs_connect], [nbs.h])
1510 AST_EXT_LIB_CHECK([NCURSES], [ncurses], [initscr], [curses.h])
1512 AST_EXT_TOOL_CHECK([NEON], [neon-config])
1514 AST_EXT_TOOL_CHECK([NEON29], [neon-config], , [--libs],
1515 [#include <ne_auth.h>],
1516 [#ifndef NE_AUTH_NTLM
1517 #error Need libneon >= 0.29.0
1520 AST_EXT_TOOL_CHECK([NETSNMP], [net-snmp-config], , [--agent-libs],
1521 [#include <net-snmp/net-snmp-config.h>
1522 #include <net-snmp/net-snmp-includes.h>
1523 #include <net-snmp/agent/net-snmp-agent-includes.h>],
1524 [int callback = snmp_register_callback(0, 0, NULL, NULL)])
1526 AST_EXT_LIB_CHECK([NEWT], [newt], [newtBell], [newt.h])
1528 AST_EXT_LIB_CHECK([UNIXODBC], [odbc], [SQLConnect], [sql.h], [])
1530 AST_EXT_LIB_CHECK([OGG], [ogg], [ogg_sync_init], [])
1532 # Non-glibc platforms require libexecinfo for backtrace support
1533 AST_EXT_LIB_CHECK([BKTR], [execinfo], [backtrace], [execinfo.h])
1534 # Linux, however, has backtrace directly in glibc
1535 AST_EXT_LIB_CHECK([BKTR], [c], [backtrace], [execinfo.h])
1537 AST_EXT_LIB_CHECK([BLUETOOTH], [bluetooth], [ba2str], [bluetooth/bluetooth.h])
1539 # possible places for oss definitions
1540 AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [linux/soundcard.h])
1541 AST_EXT_LIB_CHECK([OSS], [ossaudio], [], [sys/soundcard.h])
1542 AST_EXT_LIB_CHECK([OSS], [ossaudio], [oss_ioctl_mixer], [soundcard.h])
1545 if test "${USE_PGSQL}" != "no"; then
1546 if test "x${PGSQL_DIR}" != "x"; then
1547 AC_PATH_TOOL([PG_CONFIG], [pg_config], No, [${PGSQL_DIR}/bin])
1548 if test x"${PG_CONFIG}" = xNo; then
1549 AC_MSG_NOTICE([***])
1550 AC_MSG_NOTICE([*** pg_config was not found in the path you specified:])
1551 AC_MSG_NOTICE([*** ${PGSQL_DIR}/bin])
1552 AC_MSG_NOTICE([*** Either correct the installation, or run configure])
1553 AC_MSG_NOTICE([*** including --without-postgres])
1557 AC_PATH_TOOL([PG_CONFIG], [pg_config], No)
1560 if test "${PG_CONFIG}" != No; then
1561 PGSQL_libdir=`${PG_CONFIG} --libdir`
1562 PGSQL_includedir=`${PG_CONFIG} --includedir`
1563 if test "x$?" != "x0" ; then
1564 if test -n "${PGSQL_MANDATORY}" ; then
1565 AC_MSG_NOTICE([***])
1566 AC_MSG_NOTICE([*** The PostgreSQL installation on this system appears to be broken.])
1567 AC_MSG_NOTICE([*** Either correct the installation, or run configure])
1568 AC_MSG_NOTICE([*** including --without-postgres])
1572 AC_CHECK_LIB([pq], [PQescapeStringConn], AC_DEFINE_UNQUOTED([HAVE_PGSQL], 1,
1573 [Define to indicate the PostgreSQL library]), [], -L${PGSQL_libdir} -lz)
1575 if test "${ac_cv_lib_pq_PQescapeStringConn}" = "yes"; then
1576 PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz"
1577 PGSQL_INCLUDE="-I${PGSQL_includedir}"
1579 elif test -n "${PGSQL_MANDATORY}";
1581 AC_MSG_NOTICE([***])
1582 AC_MSG_NOTICE([*** The PostgreSQL installation on this system appears to be broken.])
1583 AC_MSG_NOTICE([*** Either correct the installation, or run configure])
1584 AC_MSG_NOTICE([*** including --without-postgres])
1590 AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
1592 AST_EXT_LIB_CHECK([PORTAUDIO], [portaudio], [Pa_GetDeviceCount], [portaudio.h])
1594 AST_EXT_LIB_CHECK([PRI], [pri], [pri_connected_line_update], [libpri.h])
1595 AST_EXT_LIB_CHECK([PRI_AOC_EVENTS], [pri], [pri_aoc_events_enable], [libpri.h])
1596 AST_EXT_LIB_CHECK([PRI_TRANSFER], [pri], [pri_transfer_enable], [libpri.h])
1597 AST_EXT_LIB_CHECK([PRI_CCSS], [pri], [pri_cc_enable], [libpri.h])
1598 AST_EXT_LIB_CHECK([PRI_HANGUP_FIX], [pri], [pri_hangup_fix_enable], [libpri.h])
1599 AST_EXT_LIB_CHECK([PRI_SUBADDR], [pri], [pri_sr_set_called_subaddress], [libpri.h])
1600 AST_EXT_LIB_CHECK([PRI_CALL_HOLD], [pri], [pri_hold_enable], [libpri.h])
1601 AST_EXT_LIB_CHECK([PRI_CALL_REROUTING], [pri], [pri_reroute_enable], [libpri.h])
1602 AST_EXT_LIB_CHECK([PRI_SETUP_KEYPAD], [pri], [pri_sr_set_keypad_digits], [libpri.h])
1604 # ------------------------------------v
1605 # TODO: The code can be changed to always include these features now.
1606 # These features will always be present if pri_connected_line_update is available.
1607 AST_EXT_LIB_CHECK([PRI_PROG_W_CAUSE], [pri], [pri_progress_with_cause], [libpri.h])
1608 AST_EXT_LIB_CHECK([PRI_INBANDDISCONNECT], [pri], [pri_set_inbanddisconnect], [libpri.h])
1609 AST_EXT_LIB_CHECK([PRI_SERVICE_MESSAGES], [pri], [pri_maintenance_service], [libpri.h])
1610 AST_EXT_LIB_CHECK([PRI_REVERSE_CHARGE], [pri], [pri_sr_set_reversecharge], [libpri.h])
1611 # ------------------------------------^
1613 AST_EXT_LIB_CHECK([RESAMPLE], [resample], [resample_open], [libresample.h], [-lm])
1615 AST_C_COMPILE_CHECK([SPANDSP], [
1616 #if SPANDSP_RELEASE_DATE < 20080516
1617 #error "spandsp 0.0.5 or greater is required"
1619 ], [spandsp/version.h], , [minimum version of SpanDSP])
1621 if test "x${PBX_SPANDSP}" = "x1" ; then
1622 # We found the correct version in the header, now let's make sure it links
1623 # properly, and that libtiff is available
1625 AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [span_set_message_handler], [spandsp.h], [-ltiff])
1628 if test "x${PBX_SPANDSP}" = "x1" ; then
1629 # We also need t38_terminal_init()
1631 AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [t38_terminal_init], [spandsp.h], [-ltiff])
1634 AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_pollflags], [libss7.h])
1636 AST_EXT_LIB_CHECK([OPENR2], [openr2], [openr2_chan_new], [openr2.h])
1638 if test "${USE_PWLIB}" != "no"; then
1639 if test -n "${PWLIB_DIR}"; then
1640 PWLIBDIR="${PWLIB_DIR}"
1643 AST_CHECK_PWLIB_VERSION([PWLib], [PWLIB], [ptbuildopts.h], [1], [9], [2], [P[[WT]]LIB_VERSION])
1645 if test "${HAS_PWLIB:-unset}" != "unset"; then
1646 AST_CHECK_PWLIB_PLATFORM()
1648 PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r"
1650 AST_CHECK_PWLIB_BUILD([PWLib], [PWLIB],
1651 [Define if your system has the PWLib libraries.],
1652 [#include "ptlib.h"],
1653 [int q = (int) PTime::IsDaylightSavings();])
1657 if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then
1658 if test -n "${OPENH323_DIR}"; then
1659 OPENH323DIR="${OPENH323_DIR}"
1661 AST_CHECK_OPENH323()
1662 AST_CHECK_PWLIB_VERSION([OpenH323], [OPENH323], [openh323buildopts.h], [1], [17], [3])
1663 AST_CHECK_OPENH323_BUILD()
1664 PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}"
1665 AST_CHECK_PWLIB_BUILD([OpenH323], [OPENH323],
1666 [Define if your system has the OpenH323 libraries.],
1669 #include "h323ep.h"],
1670 [H323EndPoint ep = H323EndPoint();],
1671 [${PWLIB_INCLUDE}], [${PWLIB_LIB}])
1674 AST_EXT_LIB_CHECK([LUA], [lua5.1], [luaL_newstate], [lua5.1/lua.h], [-lm])
1675 if test "x${PBX_LUA}" = "x1" ; then
1676 if test x"${LUA_DIR}" = x; then
1677 LUA_INCLUDE="${LUA_INCLUDE} -I/usr/include/lua5.1"
1679 LUA_INCLUDE="${LUA_INCLUDE} -I${LUA_DIR}/lua5.1"
1683 # Some distributions (like SuSE) remove the 5.1 suffix.
1684 AST_EXT_LIB_CHECK([LUA], [lua], [luaL_register], [lua.h], [-lm])
1686 AST_EXT_LIB_CHECK([RADIUS], [radiusclient-ng], [rc_read_config], [radiusclient-ng.h])
1688 # This is a bit complex... in reality, Asterisk's AIS support is dependent on finding
1689 # *any* implementation of AIS, not just OpenAIS. However, the configure script needs
1690 # to know the specifics of each possible implementation, and then represent the one
1691 # that was found as 'AIS'.
1695 # OpenAIS installs its libraries into /usr/lib/openais by default, so check there
1697 AST_EXT_LIB_CHECK([OPENAIS], [SaClm], [saClmInitialize], [openais/saClm.h], [-L/usr/lib/openais -L/usr/lib64/openais])
1699 if test "${PBX_OPENAIS}" = 1; then
1701 if test -n "${OPENAIS_DIR}"; then
1702 AIS_INCLUDE="${OPENAIS_INCLUDE}/openais"
1703 AIS_LIB="-lSaEvt ${OPENAIS_LIB}"
1705 AIS_INCLUDE="-I/usr/include/openais"
1706 AIS_LIB="-lSaClm -lSaEvt -L/usr/lib/openais -L/usr/lib64/openais"
1711 AC_SUBST(AIS_INCLUDE)
1714 AST_EXT_LIB_CHECK([SPEEX], [speex], [speex_encode], [speex/speex.h], [-lm])
1716 # See if the main speex library contains the preprocess functions
1717 AST_EXT_LIB_CHECK([SPEEX_PREPROCESS], [speex], [speex_preprocess_ctl], [speex/speex.h], [-lm])
1718 if test "${PBX_SPEEX_PREPROCESS}" = 1; then
1719 PBX_SPEEX_PREPROCESS=1
1722 AST_EXT_LIB_CHECK([SPEEXDSP], [speexdsp], [speex_preprocess_ctl], [speex/speex.h], [-lm])
1723 if test "${PBX_SPEEXDSP}" = 1; then
1724 PBX_SPEEX_PREPROCESS=1
1727 AC_SUBST(PBX_SPEEX_PREPROCESS)
1729 AST_EXT_LIB_CHECK([SQLITE], [sqlite], [sqlite_exec], [sqlite.h])
1731 AST_EXT_LIB_CHECK([SQLITE3], [sqlite3], [sqlite3_open], [sqlite3.h])
1733 AST_EXT_LIB_CHECK([CRYPTO], [crypto], [AES_encrypt], [openssl/aes.h])
1735 if test "$PBX_CRYPTO" = "1";
1737 AST_EXT_LIB_CHECK([OPENSSL], [ssl], [ssl2_connect], [openssl/ssl.h], [-lcrypto])
1740 if test "$PBX_OPENSSL" = "1";
1742 AST_CHECK_OSPTK([3], [6], [0])
1745 AST_EXT_TOOL_CHECK([GMIME], [gmime-config], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);])
1747 AST_EXT_LIB_CHECK([HOARD], [hoard], [malloc], [])
1749 AST_EXT_LIB_CHECK([FREETDS], [sybdb], [dbinit], [sybdb.h])
1751 AST_EXT_LIB_CHECK([TERMCAP], [termcap], [tgetent], [])
1753 AST_EXT_LIB_CHECK([TINFO], [tinfo], [tgetent], [])
1755 AC_CHECK_LIB([tonezone], [tone_zone_find_by_num], tonezone_does_not_need_lm=yes, tonezone_does_not_need_lm=no)
1757 if test "${tonezone_does_not_need_lm}" = "no" ; then
1758 tonezone_extra="-lm"
1761 AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [dahdi/tonezone.h], [${tonezone_extra} ${DAHDI_INCLUDE}])
1763 AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], [])
1765 if test "${OSARCH}" = "OpenBSD";
1767 AST_EXT_LIB_CHECK([VORBIS], [vorbis], [vorbis_info_init], [vorbis/codec.h], [-lm -lvorbisenc -logg])
1769 AST_EXT_LIB_CHECK([VORBIS], [vorbis], [vorbis_info_init], [vorbis/codec.h], [-lm -lvorbisenc])
1774 if test "${USE_VPB}" != "no"; then
1775 AC_MSG_CHECKING(for vpb_open in -lvpb)
1776 saved_libs="${LIBS}"
1777 saved_cppflags="${CPPFLAGS}"
1778 if test "x${VPB_DIR}" != "x"; then
1779 if test -d ${VPB_DIR}/lib; then
1780 vpblibdir=${VPB_DIR}/lib
1782 vpblibdir=${VPB_DIR}
1784 LIBS="${LIBS} -L${vpblibdir}"
1785 CPPFLAGS="${CPPFLAGS} -I${VPB_DIR}/include"
1787 LIBS="${PTHREAD_LIBS} ${LIBS} -lvpb"
1788 CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}"
1792 [#include <vpbapi.h>],
1793 [int q = vpb_open(0,0);])
1795 [ AC_MSG_RESULT(yes)
1796 ac_cv_lib_vpb_vpb_open="yes"
1799 ac_cv_lib_vpb_vpb_open="no"
1802 LIBS="${saved_libs}"
1803 CPPFLAGS="${saved_cppflags}"
1804 if test "${ac_cv_lib_vpb_vpb_open}" = "yes"; then
1806 if test "${VPB_DIR}" != ""; then
1807 VPB_LIB="-L${vpblibdir} ${VPB_LIB}"
1808 VPB_INCLUDE="-I${VPB_DIR}/include"
1811 AC_DEFINE([HAVE_VPB], 1, [Define if your system has the VoiceTronix API libraries.])
1817 AST_EXT_LIB_CHECK([ZLIB], [z], [compress], [zlib.h])
1820 if test "x$TERMCAP_LIB" != "x" ; then
1821 EDITLINE_LIB="$TERMCAP_LIB"
1822 elif test "x$TINFO_LIB" != "x" ; then
1823 EDITLINE_LIB="$TINFO_LIB"
1824 elif test "x$CURSES_LIB" != "x" ; then
1825 EDITLINE_LIB="$CURSES_LIB"
1826 elif test "x$NCURSES_LIB" != "x" ; then
1827 EDITLINE_LIB="$NCURSES_LIB"
1829 AC_MSG_ERROR([*** termcap support not found (on modern systems, this typically means the ncurses development package is missing)])
1831 AC_SUBST(EDITLINE_LIB)
1833 if test "x${PBX_UNIXODBC}" = "x1" -o "x${PBX_IODBC}" = "x1"; then
1834 # Does ODBC support wide characters?
1835 AC_MSG_CHECKING(whether ODBC has support for Unicode types)
1839 #include <sqlext.h>],
1840 [int foo = SQL_WCHAR]),
1842 AC_DEFINE([HAVE_ODBC_WCHAR], [1], [Define to 1 if your ODBC library has wide (Unicode) types.]),
1847 AC_CHECK_HEADER([h323.h], [PBX_H323=1], [PBX_H323=0])
1850 AC_CHECK_HEADER([linux/compiler.h],
1851 [AC_DEFINE_UNQUOTED([HAVE_LINUX_COMPILER_H], 1, [Define to 1 if your system has linux/compiler.h.])])
1853 AC_CHECK_HEADER([linux/ixjuser.h], [PBX_IXJUSER=1], [PBX_IXJUSER=0], [
1854 #include <linux/version.h>
1855 #ifdef HAVE_LINUX_COMPILER_H
1856 #include <linux/compiler.h>
1859 AC_SUBST(PBX_IXJUSER)
1861 # Used in res/res_pktccops
1862 AST_C_DEFINE_CHECK([MSG_NOSIGNAL], [MSG_NOSIGNAL], [sys/socket.h])
1863 AST_C_DEFINE_CHECK([SO_NOSIGPIPE], [SO_NOSIGPIPE], [sys/socket.h])
1865 AST_EXT_TOOL_CHECK([SDL], [sdl-config])
1866 AST_EXT_LIB_CHECK([SDL_IMAGE], [SDL_image], [IMG_Load], [SDL_image.h], [${SDL_LIB}], [${SDL_INCLUDE}])
1867 AST_EXT_LIB_CHECK([FFMPEG], [avcodec], [sws_getContext], [ffmpeg/avcodec.h], [${PTHREAD_LIBS} -lz -lm], [${PTHREAD_CFLAGS}])
1869 # possible places for video4linux version 1
1870 AC_CHECK_HEADER([linux/videodev.h],
1871 [AC_DEFINE_UNQUOTED([HAVE_VIDEODEV_H], 1, [Define to 1 if your system has linux/videodev.h.])])
1873 # possible places for X11
1874 AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],,, [standard_path])
1875 AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],, [-I/usr/X11R6/include], [X11R6])
1877 if test "${cross_compiling}" = "no";
1879 AC_CHECK_FILE(/sbin/launchd, AC_DEFINE([HAVE_SBIN_LAUNCHD], 1, [Define to 1 if your system has /sbin/launchd.]))
1883 AC_CHECK_TOOL(PKGCONFIG, pkg-config, No)
1884 if test ! "x${PKGCONFIG}" = xNo; then
1885 GTK2_INCLUDE=$(${PKGCONFIG} gtk+-2.0 --cflags 2>/dev/null)
1886 GTK2_LIB=$(${PKGCONFIG} gtk+-2.0 --libs)
1888 AC_DEFINE([HAVE_GTK2], 1, [Define if your system has the GTK2 libraries.])
1891 AC_SUBST(GTK2_INCLUDE)
1894 AST_LIBCURL_CHECK_CONFIG([], [7.10.1])
1896 # build a GENERIC_ODBC result based on the presence of either UnixODBC (preferred)
1901 if test "${PBX_UNIXODBC}" = 1; then
1903 GENERIC_ODBC_LIB="${UNIXODBC_LIB}"
1904 GENERIC_ODBC_INCLUDE="${UNIXODBC_INCLUDE}"
1905 elif test "${PBX_IODBC}" = 1; then
1907 GENERIC_ODBC_LIB="${IODBC_LIB}"
1908 GENERIC_ODBC_INCLUDE="${IODBC_INCLUDE}"
1911 AC_SUBST([GENERIC_ODBC_LIB])
1912 AC_SUBST([GENERIC_ODBC_INCLUDE])
1913 AC_SUBST([PBX_GENERIC_ODBC])
1917 if test "${ac_cv_header_syslog_h}" = "yes"; then
1919 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_AUTH], [LOG_AUTH], [syslog.h])
1920 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_AUTHPRIV], [LOG_AUTHPRIV], [syslog.h])
1921 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_CRON], [LOG_CRON], [syslog.h])
1922 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_DAEMON], [LOG_DAEMON], [syslog.h])
1923 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_FTP], [LOG_FTP], [syslog.h])
1924 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_KERN], [LOG_KERN], [syslog.h])
1925 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_LPR], [LOG_LPR], [syslog.h])
1926 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_MAIL], [LOG_MAIL], [syslog.h])
1927 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_NEWS], [LOG_NEWS], [syslog.h])
1928 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_SYSLOG], [LOG_SYSLOG], [syslog.h])
1929 AST_C_DEFINE_CHECK([SYSLOG_FACILITY_LOG_UUCP], [LOG_UUCP], [syslog.h])
1933 AC_SUBST([PBX_SYSLOG])
1935 AC_CONFIG_FILES([build_tools/menuselect-deps makeopts channels/h323/Makefile])
1938 if test -f build_tools/menuselect-deps; then
1939 # extract old values of all PBX_ variables from menuselect-deps
1940 # and preserve them so that menuselect can determine whether
1941 # any previously-met dependencies are no longer met and warn
1942 # the user appropriately
1943 while IFS="=:" read var val old_val; do
1944 eval "PBX_${var}=\${PBX_${var}}:${val}"
1945 done < build_tools/menuselect-deps
1950 if test "x${silent}" != "xyes" ; then
1952 echo " .\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$=.. "
1953 echo " .\$7\$7.. .7\$\$7:. "
1954 echo " .\$\$:. ,\$7.7 "
1955 echo " .\$7. 7\$\$\$\$ .\$\$77 "
1956 echo " ..\$\$. \$\$\$\$\$ .\$\$\$7 "
1957 echo " ..7\$ .?. \$\$\$\$\$ .?. 7\$\$\$."
1958 echo " \$.\$. .\$\$\$7. \$\$\$\$7 .7\$\$\$. .\$\$\$."
1959 echo " .777. .\$\$\$\$\$\$77\$\$\$77\$\$\$\$\$7. \$\$\$,"
1960 echo " \$\$\$~ .7\$\$\$\$\$\$\$\$\$\$\$\$\$7. .\$\$\$."
1961 echo ".\$\$7 .7\$\$\$\$\$\$\$7: ?\$\$\$."
1962 echo "\$\$\$ ?7\$\$\$\$\$\$\$\$\$\$I .\$\$\$7 "
1963 echo "\$\$\$ .7\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$ :\$\$\$. "
1964 echo "\$\$\$ \$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$\$\$\$ .\$\$\$. "
1965 echo "\$\$\$ \$\$\$ 7\$\$\$7 .\$\$\$ .\$\$\$. "
1966 echo "\$\$\$\$ \$\$\$\$7 .\$\$\$. "
1967 echo "7\$\$\$7 7\$\$\$\$ 7\$\$\$ "
1968 echo " \$\$\$\$\$ \$\$\$ "
1969 echo " \$\$\$\$7. \$\$ (TM) "
1970 echo " \$\$\$\$\$\$\$. .7\$\$\$\$\$\$ \$\$ "
1971 echo " \$\$\$\$\$\$\$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$.\$\$\$\$\$\$ "
1972 echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. "
1976 AC_MSG_NOTICE(Package configured for: )
1977 AC_MSG_NOTICE( OS type : $host_os)
1978 AC_MSG_NOTICE( Host CPU : $host_cpu)
1979 AC_MSG_NOTICE( build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :)
1980 AC_MSG_NOTICE( host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :)
1981 if test "${cross_compiling}" = "yes"; then
1982 AC_MSG_NOTICE( Cross Compilation = YES)