2 # From configure.ac Revision: 400385 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.69 for asterisk trunk.
6 # Report bugs to <https://issues.asterisk.org>.
9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
12 # This configure script is free software; the Free Software Foundation
13 # gives unlimited permission to copy, distribute and modify it.
16 ## -------------------- ##
17 ## M4sh Initialization. ##
18 ## -------------------- ##
20 # Be more Bourne compatible
21 DUALCASE=1; export DUALCASE # for MKS sh
22 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
42 # Printing a long string crashes Solaris 7 /usr/bin/printf.
43 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
46 # Prefer a ksh shell builtin over an external printf program on Solaris,
47 # but without wasting forks for bash or zsh.
48 if test -z "$BASH_VERSION$ZSH_VERSION" \
49 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
51 as_echo_n='print -rn --'
52 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
56 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
57 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
58 as_echo_n='/usr/ucb/echo -n'
60 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
65 expr "X$arg" : "X\\(.*\\)$as_nl";
66 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
68 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
71 as_echo_n='sh -c $as_echo_n_body as_echo'
74 as_echo='sh -c $as_echo_body as_echo'
77 # The user is always right.
78 if test "${PATH_SEPARATOR+set}" != set; then
80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
88 # We need space, tab and new line, in precisely that order. Quoting is
89 # there to prevent editors from complaining about space-tab.
90 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
91 # splitting by setting IFS to empty value.)
94 # Find who we are. Look in the path if we contain no directory separator.
97 *[\\/]* ) as_myself=$0 ;;
98 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 test -z "$as_dir" && as_dir=.
103 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
109 # We did not find ourselves, most probably we were run as `sh COMMAND'
110 # in which case we are not to be found in the path.
111 if test "x$as_myself" = x; then
114 if test ! -f "$as_myself"; then
115 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 # Unset variables that we do not need and which cause bugs (e.g. in
120 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
121 # suppresses any "Segmentation fault" message there. '((' could
122 # trigger a bug in pdksh 5.2.14.
123 for as_var in BASH_ENV ENV MAIL MAILPATH
124 do eval test x\${$as_var+set} = xset \
125 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
138 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
140 # Use a proper internal environment variable to ensure we don't fall
141 # into an infinite loop, continuously re-executing ourselves.
142 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
143 _as_can_reexec=no; export _as_can_reexec;
144 # We cannot yet assume a decent shell, so we have to provide a
145 # neutralization value for shells without unset; and this also
146 # works around shells that cannot unset nonexistent variables.
147 # Preserve -v and -x to the replacement shell.
150 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
152 *v*x* | *x*v* ) as_opts=-vx ;;
157 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
158 # Admittedly, this is quite paranoid, since all the known shells bail
159 # out after a failed `exec'.
160 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
163 # We don't want this to propagate to other subprocesses.
164 { _as_can_reexec=; unset _as_can_reexec;}
165 if test "x$CONFIG_SHELL" = x; then
166 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
169 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
170 # is contrary to our usage. Disable this feature.
171 alias -g '\${1+\"\$@\"}'='\"\$@\"'
174 case \`(set -o) 2>/dev/null\` in #(
182 as_required="as_fn_return () { (exit \$1); }
183 as_fn_success () { as_fn_return 0; }
184 as_fn_failure () { as_fn_return 1; }
185 as_fn_ret_success () { return 0; }
186 as_fn_ret_failure () { return 1; }
189 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
190 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
191 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
192 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
193 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
196 exitcode=1; echo positional parameters were not saved.
198 test x\$exitcode = x0 || exit 1
200 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
201 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
202 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
203 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
204 test \$(( 1 + 1 )) = 2 || exit 1"
205 if (eval "$as_required") 2>/dev/null; then :
210 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
215 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
218 test -z "$as_dir" && as_dir=.
222 for as_base in sh bash ksh sh5; do
223 # Try only shells that exist, to save several forks.
224 as_shell=$as_dir/$as_base
225 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
226 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
227 CONFIG_SHELL=$as_shell as_have_required=yes
228 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
236 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
237 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
238 CONFIG_SHELL=$SHELL as_have_required=yes
243 if test "x$CONFIG_SHELL" != x; then :
245 # We cannot yet assume a decent shell, so we have to provide a
246 # neutralization value for shells without unset; and this also
247 # works around shells that cannot unset nonexistent variables.
248 # Preserve -v and -x to the replacement shell.
251 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
253 *v*x* | *x*v* ) as_opts=-vx ;;
258 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
259 # Admittedly, this is quite paranoid, since all the known shells bail
260 # out after a failed `exec'.
261 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 if test x$as_have_required = xno; then :
266 $as_echo "$0: This script requires a shell more modern than all"
267 $as_echo "$0: the shells that I found on your system."
268 if test x${ZSH_VERSION+set} = xset ; then
269 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
270 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
272 $as_echo "$0: Please tell bug-autoconf@gnu.org and
273 $0: https://issues.asterisk.org about your system,
274 $0: including any error possibly output before this
275 $0: message. Then install a modern shell, or manually run
276 $0: the script under such a shell if you do have one."
282 SHELL=${CONFIG_SHELL-/bin/sh}
284 # Unset more variables known to interfere with behavior of common tools.
285 CLICOLOR_FORCE= GREP_OPTIONS=
286 unset CLICOLOR_FORCE GREP_OPTIONS
288 ## --------------------- ##
289 ## M4sh Shell Functions. ##
290 ## --------------------- ##
293 # Portably unset VAR.
296 { eval $1=; unset $1;}
300 # as_fn_set_status STATUS
301 # -----------------------
302 # Set $? to STATUS, without forking.
310 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
320 # Create "$as_dir" as a directory, including parents if necessary.
325 -*) as_dir=./$as_dir;;
327 test -d "$as_dir" || eval $as_mkdir_p || {
331 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 as_dirs="'$as_qdir' $as_dirs"
335 as_dir=`$as_dirname -- "$as_dir" ||
336 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
337 X"$as_dir" : 'X\(//\)[^/]' \| \
338 X"$as_dir" : 'X\(//\)$' \| \
339 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
340 $as_echo X"$as_dir" |
341 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
358 test -d "$as_dir" && break
360 test -z "$as_dirs" || eval "mkdir $as_dirs"
361 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
366 # as_fn_executable_p FILE
367 # -----------------------
368 # Test if FILE is an executable regular file.
369 as_fn_executable_p ()
371 test -f "$1" && test -x "$1"
372 } # as_fn_executable_p
373 # as_fn_append VAR VALUE
374 # ----------------------
375 # Append the text in VALUE to the end of the definition contained in VAR. Take
376 # advantage of any shell optimizations that allow amortized linear growth over
377 # repeated appends, instead of the typical quadratic growth present in naive
379 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
380 eval 'as_fn_append ()
393 # Perform arithmetic evaluation on the ARGs, and store the result in the
394 # global $as_val. Take advantage of shells that can avoid forks. The arguments
395 # must be portable across $(()) and expr.
396 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
404 as_val=`expr "$@" || test $? -eq 1`
409 # as_fn_error STATUS ERROR [LINENO LOG_FD]
410 # ----------------------------------------
411 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
412 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
413 # script with STATUS, using 1 if that was 0.
416 as_status=$1; test $as_status -eq 0 && as_status=1
418 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
419 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
421 $as_echo "$as_me: error: $2" >&2
422 as_fn_exit $as_status
425 if expr a : '\(a\)' >/dev/null 2>&1 &&
426 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_me=`$as_basename -- "$0" ||
445 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
446 X"$0" : 'X\(//\)$' \| \
447 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
449 sed '/^.*\/\([^/][^/]*\)\/*$/{
463 # Avoid depending upon Character Ranges.
464 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
465 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
466 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
467 as_cr_digits='0123456789'
468 as_cr_alnum=$as_cr_Letters$as_cr_digits
471 as_lineno_1=$LINENO as_lineno_1a=$LINENO
472 as_lineno_2=$LINENO as_lineno_2a=$LINENO
473 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
474 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
475 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
487 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
491 chmod +x "$as_me.lineno" ||
492 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
494 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
495 # already done that, so ensure we don't try to do so again and fall
496 # in an infinite loop. This has already happened in practice.
497 _as_can_reexec=no; export _as_can_reexec
498 # Don't try to exec as it changes $[0], causing all sort of problems
499 # (the dirname of $[0] is not the place where we might find the
500 # original and so on. Autoconf is especially sensitive to this).
502 # Exit status is that of the last command.
506 ECHO_C= ECHO_N= ECHO_T=
507 case `echo -n x` in #(((((
509 case `echo 'xy\c'` in
510 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
512 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
519 rm -f conf$$ conf$$.exe conf$$.file
520 if test -d conf$$.dir; then
521 rm -f conf$$.dir/conf$$.file
524 mkdir conf$$.dir 2>/dev/null
526 if (echo >conf$$.file) 2>/dev/null; then
527 if ln -s conf$$.file conf$$ 2>/dev/null; then
529 # ... but there are two gotchas:
530 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
531 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
532 # In both cases, we have to default to `cp -pR'.
533 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
535 elif ln conf$$.file conf$$ 2>/dev/null; then
543 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
544 rmdir conf$$.dir 2>/dev/null
546 if mkdir -p . 2>/dev/null; then
547 as_mkdir_p='mkdir -p "$as_dir"'
549 test -d ./-p && rmdir ./-p
554 as_executable_p=as_fn_executable_p
556 # Sed expression to map a string onto a valid CPP name.
557 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
559 # Sed expression to map a string onto a valid variable name.
560 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563 test -n "$DJDIR" || exec 7<&0 </dev/null
567 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
568 # so uname gets run too.
569 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574 ac_default_prefix=/usr/local
576 ac_config_libobj_dir=.
583 # Identity of this package.
584 PACKAGE_NAME='asterisk'
585 PACKAGE_TARNAME='asterisk'
586 PACKAGE_VERSION='trunk'
587 PACKAGE_STRING='asterisk trunk'
588 PACKAGE_BUGREPORT='https://issues.asterisk.org'
591 ac_unique_file="main/asterisk.c"
592 # Factoring default headers for most tests.
593 ac_includes_default="\
595 #ifdef HAVE_SYS_TYPES_H
596 # include <sys/types.h>
598 #ifdef HAVE_SYS_STAT_H
599 # include <sys/stat.h>
605 # ifdef HAVE_STDLIB_H
610 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 #ifdef HAVE_STRINGS_H
616 # include <strings.h>
618 #ifdef HAVE_INTTYPES_H
619 # include <inttypes.h>
629 ac_subst_vars='LTLIBOBJS
631 PBX_SYSLOG_FACILITY_LOG_UUCP
632 PBX_SYSLOG_FACILITY_LOG_SYSLOG
633 PBX_SYSLOG_FACILITY_LOG_NEWS
634 PBX_SYSLOG_FACILITY_LOG_MAIL
635 PBX_SYSLOG_FACILITY_LOG_LPR
636 PBX_SYSLOG_FACILITY_LOG_KERN
637 PBX_SYSLOG_FACILITY_LOG_FTP
638 PBX_SYSLOG_FACILITY_LOG_DAEMON
639 PBX_SYSLOG_FACILITY_LOG_CRON
640 PBX_SYSLOG_FACILITY_LOG_AUTHPRIV
641 PBX_SYSLOG_FACILITY_LOG_AUTH
694 AST_NO_STRICT_OVERFLOW
697 AST_DECLARATION_AFTER_STATEMENT
700 PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
701 PBX_PTHREAD_RWLOCK_INITIALIZER
763 SRTP_SHUTDOWN_INCLUDE
783 SPEEX_PREPROCESS_INCLUDE
818 PBX_PRI_REVERSE_CHARGE
819 PRI_REVERSE_CHARGE_DIR
820 PRI_REVERSE_CHARGE_INCLUDE
821 PRI_REVERSE_CHARGE_LIB
822 PBX_PRI_SERVICE_MESSAGES
823 PRI_SERVICE_MESSAGES_DIR
824 PRI_SERVICE_MESSAGES_INCLUDE
825 PRI_SERVICE_MESSAGES_LIB
828 PRI_PROG_W_CAUSE_INCLUDE
830 PBX_PRI_INBANDDISCONNECT
831 PRI_INBANDDISCONNECT_DIR
832 PRI_INBANDDISCONNECT_INCLUDE
833 PRI_INBANDDISCONNECT_LIB
836 PRI_SETUP_KEYPAD_INCLUDE
838 PBX_PRI_CALL_REROUTING
839 PRI_CALL_REROUTING_DIR
840 PRI_CALL_REROUTING_INCLUDE
841 PRI_CALL_REROUTING_LIB
844 PRI_CALL_HOLD_INCLUDE
852 PRI_HANGUP_FIX_INCLUDE
864 PRI_AOC_EVENTS_INCLUDE
868 PRI_CALL_WAITING_INCLUDE
880 PRI_DISPLAY_TEXT_INCLUDE
886 PBX_PRI_DATETIME_SEND
887 PRI_DATETIME_SEND_DIR
888 PRI_DATETIME_SEND_INCLUDE
889 PRI_DATETIME_SEND_LIB
890 PBX_PRI_L2_PERSISTENCE
891 PRI_L2_PERSISTENCE_DIR
892 PRI_L2_PERSISTENCE_INCLUDE
893 PRI_L2_PERSISTENCE_LIB
972 LIBXSLT_CLEANUP_INCLUDE
1072 OPENSSL_SRTP_INCLUDE
1086 PBX_COROSYNC_CFG_STATE_TRACK
1087 COROSYNC_CFG_STATE_TRACK_DIR
1088 COROSYNC_CFG_STATE_TRACK_INCLUDE
1089 COROSYNC_CFG_STATE_TRACK_LIB
1240 program_transform_name
1253 enable_option_checking
1336 enable_internal_poll
1340 ac_precious_vars='build_alias
1368 # Initialize some variables set by options.
1370 ac_init_version=false
1371 ac_unrecognized_opts=
1372 ac_unrecognized_sep=
1373 # The variables have the same names as the options, with
1374 # dashes changed to underlines.
1375 cache_file=/dev/null
1382 program_transform_name=s,x,x,
1390 # Installation directory options.
1391 # These are left unexpanded so users can "make install exec_prefix=/foo"
1392 # and all the variables that are supposed to be based on exec_prefix
1393 # by default will actually change.
1394 # Use braces instead of parens because sh, perl, etc. also accept them.
1395 # (The list follows the same order as the GNU Coding Standards.)
1396 bindir='${exec_prefix}/bin'
1397 sbindir='${exec_prefix}/sbin'
1398 libexecdir='${exec_prefix}/libexec'
1399 datarootdir='${prefix}/share'
1400 datadir='${datarootdir}'
1401 sysconfdir='${prefix}/etc'
1402 sharedstatedir='${prefix}/com'
1403 localstatedir='${prefix}/var'
1404 includedir='${prefix}/include'
1405 oldincludedir='/usr/include'
1406 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1407 infodir='${datarootdir}/info'
1412 libdir='${exec_prefix}/lib'
1413 localedir='${datarootdir}/locale'
1414 mandir='${datarootdir}/man'
1420 # If the previous option needs an argument, assign it.
1421 if test -n "$ac_prev"; then
1422 eval $ac_prev=\$ac_option
1428 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1433 # Accept the important Cygnus configure options, so we can diagnose typos.
1435 case $ac_dashdash$ac_option in
1439 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1441 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1442 bindir=$ac_optarg ;;
1444 -build | --build | --buil | --bui | --bu)
1445 ac_prev=build_alias ;;
1446 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1447 build_alias=$ac_optarg ;;
1449 -cache-file | --cache-file | --cache-fil | --cache-fi \
1450 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1451 ac_prev=cache_file ;;
1452 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1453 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1454 cache_file=$ac_optarg ;;
1456 --config-cache | -C)
1457 cache_file=config.cache ;;
1459 -datadir | --datadir | --datadi | --datad)
1461 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1462 datadir=$ac_optarg ;;
1464 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1465 | --dataroo | --dataro | --datar)
1466 ac_prev=datarootdir ;;
1467 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1468 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1469 datarootdir=$ac_optarg ;;
1471 -disable-* | --disable-*)
1472 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1473 # Reject names that are not valid shell variable names.
1474 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1475 as_fn_error $? "invalid feature name: $ac_useropt"
1476 ac_useropt_orig=$ac_useropt
1477 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1478 case $ac_user_opts in
1480 "enable_$ac_useropt"
1482 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1483 ac_unrecognized_sep=', ';;
1485 eval enable_$ac_useropt=no ;;
1487 -docdir | --docdir | --docdi | --doc | --do)
1489 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1490 docdir=$ac_optarg ;;
1492 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1494 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1495 dvidir=$ac_optarg ;;
1497 -enable-* | --enable-*)
1498 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1499 # Reject names that are not valid shell variable names.
1500 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1501 as_fn_error $? "invalid feature name: $ac_useropt"
1502 ac_useropt_orig=$ac_useropt
1503 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1504 case $ac_user_opts in
1506 "enable_$ac_useropt"
1508 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1509 ac_unrecognized_sep=', ';;
1511 eval enable_$ac_useropt=\$ac_optarg ;;
1513 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1514 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1515 | --exec | --exe | --ex)
1516 ac_prev=exec_prefix ;;
1517 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1518 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1519 | --exec=* | --exe=* | --ex=*)
1520 exec_prefix=$ac_optarg ;;
1522 -gas | --gas | --ga | --g)
1523 # Obsolete; use --with-gas.
1526 -help | --help | --hel | --he | -h)
1527 ac_init_help=long ;;
1528 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1529 ac_init_help=recursive ;;
1530 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1531 ac_init_help=short ;;
1533 -host | --host | --hos | --ho)
1534 ac_prev=host_alias ;;
1535 -host=* | --host=* | --hos=* | --ho=*)
1536 host_alias=$ac_optarg ;;
1538 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1540 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1542 htmldir=$ac_optarg ;;
1544 -includedir | --includedir | --includedi | --included | --include \
1545 | --includ | --inclu | --incl | --inc)
1546 ac_prev=includedir ;;
1547 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1548 | --includ=* | --inclu=* | --incl=* | --inc=*)
1549 includedir=$ac_optarg ;;
1551 -infodir | --infodir | --infodi | --infod | --info | --inf)
1553 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1554 infodir=$ac_optarg ;;
1556 -libdir | --libdir | --libdi | --libd)
1558 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1559 libdir=$ac_optarg ;;
1561 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1562 | --libexe | --libex | --libe)
1563 ac_prev=libexecdir ;;
1564 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1565 | --libexe=* | --libex=* | --libe=*)
1566 libexecdir=$ac_optarg ;;
1568 -localedir | --localedir | --localedi | --localed | --locale)
1569 ac_prev=localedir ;;
1570 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1571 localedir=$ac_optarg ;;
1573 -localstatedir | --localstatedir | --localstatedi | --localstated \
1574 | --localstate | --localstat | --localsta | --localst | --locals)
1575 ac_prev=localstatedir ;;
1576 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1577 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1578 localstatedir=$ac_optarg ;;
1580 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1582 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1583 mandir=$ac_optarg ;;
1585 -nfp | --nfp | --nf)
1586 # Obsolete; use --without-fp.
1589 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1590 | --no-cr | --no-c | -n)
1593 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1594 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1597 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1598 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1599 | --oldin | --oldi | --old | --ol | --o)
1600 ac_prev=oldincludedir ;;
1601 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1602 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1603 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1604 oldincludedir=$ac_optarg ;;
1606 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1608 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1609 prefix=$ac_optarg ;;
1611 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1612 | --program-pre | --program-pr | --program-p)
1613 ac_prev=program_prefix ;;
1614 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1615 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1616 program_prefix=$ac_optarg ;;
1618 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1619 | --program-suf | --program-su | --program-s)
1620 ac_prev=program_suffix ;;
1621 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1622 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1623 program_suffix=$ac_optarg ;;
1625 -program-transform-name | --program-transform-name \
1626 | --program-transform-nam | --program-transform-na \
1627 | --program-transform-n | --program-transform- \
1628 | --program-transform | --program-transfor \
1629 | --program-transfo | --program-transf \
1630 | --program-trans | --program-tran \
1631 | --progr-tra | --program-tr | --program-t)
1632 ac_prev=program_transform_name ;;
1633 -program-transform-name=* | --program-transform-name=* \
1634 | --program-transform-nam=* | --program-transform-na=* \
1635 | --program-transform-n=* | --program-transform-=* \
1636 | --program-transform=* | --program-transfor=* \
1637 | --program-transfo=* | --program-transf=* \
1638 | --program-trans=* | --program-tran=* \
1639 | --progr-tra=* | --program-tr=* | --program-t=*)
1640 program_transform_name=$ac_optarg ;;
1642 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1644 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1645 pdfdir=$ac_optarg ;;
1647 -psdir | --psdir | --psdi | --psd | --ps)
1649 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1652 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1653 | -silent | --silent | --silen | --sile | --sil)
1656 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1658 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1660 sbindir=$ac_optarg ;;
1662 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1663 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1664 | --sharedst | --shareds | --shared | --share | --shar \
1666 ac_prev=sharedstatedir ;;
1667 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1668 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1669 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1671 sharedstatedir=$ac_optarg ;;
1673 -site | --site | --sit)
1675 -site=* | --site=* | --sit=*)
1678 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1680 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1681 srcdir=$ac_optarg ;;
1683 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1684 | --syscon | --sysco | --sysc | --sys | --sy)
1685 ac_prev=sysconfdir ;;
1686 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1687 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1688 sysconfdir=$ac_optarg ;;
1690 -target | --target | --targe | --targ | --tar | --ta | --t)
1691 ac_prev=target_alias ;;
1692 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1693 target_alias=$ac_optarg ;;
1695 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1698 -version | --version | --versio | --versi | --vers | -V)
1699 ac_init_version=: ;;
1702 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1703 # Reject names that are not valid shell variable names.
1704 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1705 as_fn_error $? "invalid package name: $ac_useropt"
1706 ac_useropt_orig=$ac_useropt
1707 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1708 case $ac_user_opts in
1712 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1713 ac_unrecognized_sep=', ';;
1715 eval with_$ac_useropt=\$ac_optarg ;;
1717 -without-* | --without-*)
1718 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1719 # Reject names that are not valid shell variable names.
1720 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1721 as_fn_error $? "invalid package name: $ac_useropt"
1722 ac_useropt_orig=$ac_useropt
1723 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1724 case $ac_user_opts in
1728 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1729 ac_unrecognized_sep=', ';;
1731 eval with_$ac_useropt=no ;;
1734 # Obsolete; use --with-x.
1737 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1738 | --x-incl | --x-inc | --x-in | --x-i)
1739 ac_prev=x_includes ;;
1740 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1741 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1742 x_includes=$ac_optarg ;;
1744 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1745 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1746 ac_prev=x_libraries ;;
1747 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1748 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1749 x_libraries=$ac_optarg ;;
1751 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1752 Try \`$0 --help' for more information"
1756 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1757 # Reject names that are not valid shell variable names.
1758 case $ac_envvar in #(
1759 '' | [0-9]* | *[!_$as_cr_alnum]* )
1760 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1762 eval $ac_envvar=\$ac_optarg
1763 export $ac_envvar ;;
1766 # FIXME: should be removed in autoconf 3.0.
1767 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1768 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1769 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1770 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1776 if test -n "$ac_prev"; then
1777 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1778 as_fn_error $? "missing argument to $ac_option"
1781 if test -n "$ac_unrecognized_opts"; then
1782 case $enable_option_checking in
1784 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1785 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1789 # Check all directory arguments for consistency.
1790 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1791 datadir sysconfdir sharedstatedir localstatedir includedir \
1792 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1793 libdir localedir mandir
1795 eval ac_val=\$$ac_var
1796 # Remove trailing slashes.
1799 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1800 eval $ac_var=\$ac_val;;
1802 # Be sure to have absolute directory names.
1804 [\\/$]* | ?:[\\/]* ) continue;;
1805 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1807 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1810 # There might be people who depend on the old broken behavior: `$host'
1811 # used to hold the argument of --host etc.
1812 # FIXME: To remove some day.
1815 target=$target_alias
1817 # FIXME: To remove some day.
1818 if test "x$host_alias" != x; then
1819 if test "x$build_alias" = x; then
1820 cross_compiling=maybe
1821 elif test "x$build_alias" != "x$host_alias"; then
1827 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1829 test "$silent" = yes && exec 6>/dev/null
1832 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1833 ac_ls_di=`ls -di .` &&
1834 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1835 as_fn_error $? "working directory cannot be determined"
1836 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1837 as_fn_error $? "pwd does not report name of working directory"
1840 # Find the source files, if location was not specified.
1841 if test -z "$srcdir"; then
1842 ac_srcdir_defaulted=yes
1843 # Try the directory containing this script, then the parent directory.
1844 ac_confdir=`$as_dirname -- "$as_myself" ||
1845 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1846 X"$as_myself" : 'X\(//\)[^/]' \| \
1847 X"$as_myself" : 'X\(//\)$' \| \
1848 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1849 $as_echo X"$as_myself" |
1850 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1868 if test ! -r "$srcdir/$ac_unique_file"; then
1872 ac_srcdir_defaulted=no
1874 if test ! -r "$srcdir/$ac_unique_file"; then
1875 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1876 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1878 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1880 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1882 # When building in place, set srcdir=.
1883 if test "$ac_abs_confdir" = "$ac_pwd"; then
1886 # Remove unnecessary trailing slashes from srcdir.
1887 # Double slashes in file names in object file debugging info
1888 # mess up M-x gdb in Emacs.
1890 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1892 for ac_var in $ac_precious_vars; do
1893 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1894 eval ac_env_${ac_var}_value=\$${ac_var}
1895 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1896 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1900 # Report the --help message.
1902 if test "$ac_init_help" = "long"; then
1903 # Omit some internal or obsolete options to make the list less imposing.
1904 # This message is too long to be a string in the A/UX 3.1 sh.
1906 \`configure' configures asterisk trunk to adapt to many kinds of systems.
1908 Usage: $0 [OPTION]... [VAR=VALUE]...
1910 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1911 VAR=VALUE. See below for descriptions of some of the useful variables.
1913 Defaults for the options are specified in brackets.
1916 -h, --help display this help and exit
1917 --help=short display options specific to this package
1918 --help=recursive display the short help of all the included packages
1919 -V, --version display version information and exit
1920 -q, --quiet, --silent do not print \`checking ...' messages
1921 --cache-file=FILE cache test results in FILE [disabled]
1922 -C, --config-cache alias for \`--cache-file=config.cache'
1923 -n, --no-create do not create output files
1924 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1926 Installation directories:
1927 --prefix=PREFIX install architecture-independent files in PREFIX
1928 [$ac_default_prefix]
1929 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1932 By default, \`make install' will install all the files in
1933 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1934 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1935 for instance \`--prefix=\$HOME'.
1937 For better control, use the options below.
1939 Fine tuning of the installation directories:
1940 --bindir=DIR user executables [EPREFIX/bin]
1941 --sbindir=DIR system admin executables [EPREFIX/sbin]
1942 --libexecdir=DIR program executables [EPREFIX/libexec]
1943 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1944 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1945 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1946 --libdir=DIR object code libraries [EPREFIX/lib]
1947 --includedir=DIR C header files [PREFIX/include]
1948 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1949 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1950 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1951 --infodir=DIR info documentation [DATAROOTDIR/info]
1952 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1953 --mandir=DIR man documentation [DATAROOTDIR/man]
1954 --docdir=DIR documentation root [DATAROOTDIR/doc/asterisk]
1955 --htmldir=DIR html documentation [DOCDIR]
1956 --dvidir=DIR dvi documentation [DOCDIR]
1957 --pdfdir=DIR pdf documentation [DOCDIR]
1958 --psdir=DIR ps documentation [DOCDIR]
1964 --build=BUILD configure for building on BUILD [guessed]
1965 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1969 if test -n "$ac_init_help"; then
1970 case $ac_init_help in
1971 short | recursive ) echo "Configuration of asterisk trunk:";;
1976 --disable-option-checking ignore unrecognized --enable/--with options
1977 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1978 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1979 --enable-dev-mode Turn on developer mode
1980 --enable-coverage Turn on code coverage tracking (for gcov)
1981 --disable-xmldoc Explicitly disable XML documentation
1982 --disable-largefile omit support for large files
1983 --enable-internal-poll Use Asterisk's poll implementation
1984 --disable-asteriskssl Disable Asterisk's SSL wrapper library
1985 --disable-rpath Disables rpath linker option checking
1988 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1989 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1990 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1991 --with-asound=PATH use Advanced Linux Sound Architecture files in PATH
1992 --with-bfd=PATH use Debug symbol decoding files in PATH
1993 --with-execinfo=PATH use Stack Backtrace files in PATH
1994 --with-bluetooth=PATH use Bluetooth files in PATH
1995 --with-cap=PATH use POSIX 1.e capabilities files in PATH
1996 --with-cpg=PATH use Corosync files in PATH
1997 --with-curses=PATH use curses files in PATH
1998 --with-crypt=PATH use password and data encryption files in PATH
1999 --with-crypto=PATH use OpenSSL Cryptography files in PATH
2000 --with-dahdi=PATH use DAHDI files in PATH
2001 --with-avcodec=PATH use Ffmpeg and avcodec files in PATH
2002 --with-gsm=PATH use External GSM files in PATH, use 'internal' GSM
2004 --with-ilbc=PATH use System iLBC files in PATH, use 'internal' iLBC
2006 --with-gtk2=PATH use gtk2 files in PATH
2007 --with-gmime=PATH use GMime files in PATH
2008 --with-h323=PATH use OpenH323 files in PATH
2009 --with-hoard=PATH use Hoard Memory Allocator files in PATH
2010 --with-ical=PATH use iCal files in PATH
2011 --with-iconv=PATH use Iconv files in PATH
2012 --with-iksemel=PATH use Iksemel Jabber files in PATH
2013 --with-imap=PATH use UW IMAP Toolkit files in PATH
2014 --with-inotify=PATH use inotify support files in PATH
2015 --with-iodbc=PATH use iODBC files in PATH
2016 --with-isdnnet=PATH use ISDN4Linux files in PATH
2017 --with-jack=PATH use Jack Audio Connection Kit files in PATH
2018 --with-jansson=PATH use Jansson JSON library files in PATH
2019 --with-uriparser=PATH use uriparser library files in PATH
2020 --with-kqueue=PATH use kqueue support files in PATH
2021 --with-ldap=PATH use OpenLDAP files in PATH
2022 --with-libcurl=DIR look for the curl library in DIR
2023 --with-libedit=PATH use NetBSD Editline library files in PATH, use
2024 'internal' Editline otherwise
2025 --with-libxml2=PATH use LibXML2 files in PATH
2026 --with-libxslt=PATH use LibXSLT files in PATH
2027 --with-ltdl=PATH use libtool files in PATH
2028 --with-lua=PATH use Lua files in PATH
2029 --with-misdn=PATH use mISDN user files in PATH
2030 --with-mysqlclient=PATH use MySQL client files in PATH
2031 --with-nbs=PATH use Network Broadcast Sound files in PATH
2032 --with-ncurses=PATH use ncurses files in PATH
2033 --with-neon=PATH use neon files in PATH
2034 --with-neon29=PATH use neon29 files in PATH
2035 --with-netsnmp=PATH use Net-SNMP files in PATH
2036 --with-newt=PATH use newt files in PATH
2037 --with-ogg=PATH use OGG files in PATH
2038 --with-openr2=PATH use MFR2 files in PATH
2039 --with-osptk=PATH use OSP Toolkit files in PATH
2040 --with-oss=PATH use Open Sound System files in PATH
2041 --with-postgres=PATH use PostgreSQL files in PATH
2042 --with-pjproject=PATH use PJPROJECT files in PATH
2043 --with-popt=PATH use popt files in PATH
2044 --with-portaudio=PATH use PortAudio files in PATH
2045 --with-pri=PATH use ISDN PRI files in PATH
2046 --with-pwlib=PATH use PWlib files in PATH
2047 --with-radius=PATH use Radius Client files in PATH
2048 --with-resample=PATH use LIBRESAMPLE files in PATH
2049 --with-sdl=PATH use Sdl files in PATH
2050 --with-SDL_image=PATH use Sdl Image files in PATH
2051 --with-sounds-cache=PATH
2052 use cached sound tarfiles in PATH
2053 --with-spandsp=PATH use SPANDSP files in PATH
2054 --with-ss7=PATH use ISDN SS7 files in PATH
2055 --with-speex=PATH use Speex files in PATH
2056 --with-speex=PATH use Speex preprocess routines files in PATH
2057 --with-speexdsp=PATH use SpeexDSP files in PATH
2058 --with-sqlite=PATH use SQLite files in PATH
2059 --with-sqlite3=PATH use SQLite files in PATH
2060 --with-srtp=PATH use Secure RTP files in PATH
2061 --with-ssl=PATH use OpenSSL Secure Sockets Layer files in PATH
2062 --with-suppserv=PATH use mISDN Supplemental Services files in PATH
2063 --with-tds=PATH use FreeTDS files in PATH
2064 --with-termcap=PATH use Termcap files in PATH
2065 --with-timerfd=PATH use timerfd files in PATH
2066 --with-tinfo=PATH use Term Info files in PATH
2067 --with-tonezone=PATH use tonezone files in PATH
2068 --with-unixodbc=PATH use unixODBC files in PATH
2069 --with-vorbis=PATH use Vorbis files in PATH
2070 --with-vpb=PATH use Voicetronix API files in PATH
2071 --with-x11=PATH use X11 files in PATH
2072 --with-z=PATH use zlib compression files in PATH
2074 Some influential environment variables:
2075 CC C compiler command
2076 CFLAGS C compiler flags
2077 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2078 nonstandard directory <lib dir>
2079 LIBS libraries to pass to the linker, e.g. -l<library>
2080 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2081 you have headers in a nonstandard directory <include dir>
2083 CXX C++ compiler command
2084 CXXFLAGS C++ compiler flags
2085 CXXCPP C++ preprocessor
2086 PKG_CONFIG path to pkg-config utility
2088 directories to add to pkg-config's search path
2090 path overriding pkg-config's built-in search path
2091 ILBC_CFLAGS C compiler flags for ILBC, overriding pkg-config
2092 ILBC_LIBS linker flags for ILBC, overriding pkg-config
2094 C compiler flags for LIBEDIT, overriding pkg-config
2096 linker flags for LIBEDIT, overriding pkg-config
2098 C compiler flags for PJPROJECT, overriding pkg-config
2100 linker flags for PJPROJECT, overriding pkg-config
2102 C compiler flags for GMIME, overriding pkg-config
2103 GMIME_LIBS linker flags for GMIME, overriding pkg-config
2104 GTK2_CFLAGS C compiler flags for GTK2, overriding pkg-config
2105 GTK2_LIBS linker flags for GTK2, overriding pkg-config
2107 Use these variables to override the choices made by `configure' or to help
2108 it to find libraries and programs with nonstandard names/locations.
2110 Report bugs to <https://issues.asterisk.org>.
2115 if test "$ac_init_help" = "recursive"; then
2116 # If there are subdirs, report their specific --help.
2117 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2118 test -d "$ac_dir" ||
2119 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2124 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2126 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2127 # A ".." for each directory in $ac_dir_suffix.
2128 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2129 case $ac_top_builddir_sub in
2130 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2131 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2134 ac_abs_top_builddir=$ac_pwd
2135 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2136 # for backward compatibility:
2137 ac_top_builddir=$ac_top_build_prefix
2140 .) # We are building in place.
2142 ac_top_srcdir=$ac_top_builddir_sub
2143 ac_abs_top_srcdir=$ac_pwd ;;
2144 [\\/]* | ?:[\\/]* ) # Absolute name.
2145 ac_srcdir=$srcdir$ac_dir_suffix;
2146 ac_top_srcdir=$srcdir
2147 ac_abs_top_srcdir=$srcdir ;;
2149 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2150 ac_top_srcdir=$ac_top_build_prefix$srcdir
2151 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2153 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2155 cd "$ac_dir" || { ac_status=$?; continue; }
2156 # Check for guested configure.
2157 if test -f "$ac_srcdir/configure.gnu"; then
2159 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2160 elif test -f "$ac_srcdir/configure"; then
2162 $SHELL "$ac_srcdir/configure" --help=recursive
2164 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2166 cd "$ac_pwd" || { ac_status=$?; break; }
2170 test -n "$ac_init_help" && exit $ac_status
2171 if $ac_init_version; then
2173 asterisk configure trunk
2174 generated by GNU Autoconf 2.69
2176 Copyright (C) 2012 Free Software Foundation, Inc.
2177 This configure script is free software; the Free Software Foundation
2178 gives unlimited permission to copy, distribute and modify it.
2185 ## ------------------------ ##
2186 ## Autoconf initialization. ##
2187 ## ------------------------ ##
2189 # ac_fn_c_try_compile LINENO
2190 # --------------------------
2191 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2192 ac_fn_c_try_compile ()
2194 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2195 rm -f conftest.$ac_objext
2196 if { { ac_try="$ac_compile"
2198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2199 *) ac_try_echo=$ac_try;;
2201 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2202 $as_echo "$ac_try_echo"; } >&5
2203 (eval "$ac_compile") 2>conftest.err
2205 if test -s conftest.err; then
2206 grep -v '^ *+' conftest.err >conftest.er1
2207 cat conftest.er1 >&5
2208 mv -f conftest.er1 conftest.err
2210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2211 test $ac_status = 0; } && {
2212 test -z "$ac_c_werror_flag" ||
2213 test ! -s conftest.err
2214 } && test -s conftest.$ac_objext; then :
2217 $as_echo "$as_me: failed program was:" >&5
2218 sed 's/^/| /' conftest.$ac_ext >&5
2222 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2223 as_fn_set_status $ac_retval
2225 } # ac_fn_c_try_compile
2227 # ac_fn_c_try_cpp LINENO
2228 # ----------------------
2229 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2232 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2233 if { { ac_try="$ac_cpp conftest.$ac_ext"
2235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2236 *) ac_try_echo=$ac_try;;
2238 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2239 $as_echo "$ac_try_echo"; } >&5
2240 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2242 if test -s conftest.err; then
2243 grep -v '^ *+' conftest.err >conftest.er1
2244 cat conftest.er1 >&5
2245 mv -f conftest.er1 conftest.err
2247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2248 test $ac_status = 0; } > conftest.i && {
2249 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2250 test ! -s conftest.err
2254 $as_echo "$as_me: failed program was:" >&5
2255 sed 's/^/| /' conftest.$ac_ext >&5
2259 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2260 as_fn_set_status $ac_retval
2264 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2265 # -------------------------------------------------------
2266 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2267 # the include files in INCLUDES and setting the cache variable VAR
2269 ac_fn_c_check_header_mongrel ()
2271 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2272 if eval \${$3+:} false; then :
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2274 $as_echo_n "checking for $2... " >&6; }
2275 if eval \${$3+:} false; then :
2276 $as_echo_n "(cached) " >&6
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2280 $as_echo "$ac_res" >&6; }
2282 # Is the header compilable?
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2284 $as_echo_n "checking $2 usability... " >&6; }
2285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2286 /* end confdefs.h. */
2290 if ac_fn_c_try_compile "$LINENO"; then :
2291 ac_header_compiler=yes
2293 ac_header_compiler=no
2295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2297 $as_echo "$ac_header_compiler" >&6; }
2299 # Is the header present?
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2301 $as_echo_n "checking $2 presence... " >&6; }
2302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2303 /* end confdefs.h. */
2306 if ac_fn_c_try_cpp "$LINENO"; then :
2307 ac_header_preproc=yes
2309 ac_header_preproc=no
2311 rm -f conftest.err conftest.i conftest.$ac_ext
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2313 $as_echo "$ac_header_preproc" >&6; }
2315 # So? What about this header?
2316 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2319 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2321 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2325 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2327 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2329 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2331 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2333 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2334 ( $as_echo "## ------------------------------------------ ##
2335 ## Report this to https://issues.asterisk.org ##
2336 ## ------------------------------------------ ##"
2337 ) | sed "s/^/$as_me: WARNING: /" >&2
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2341 $as_echo_n "checking for $2... " >&6; }
2342 if eval \${$3+:} false; then :
2343 $as_echo_n "(cached) " >&6
2345 eval "$3=\$ac_header_compiler"
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2349 $as_echo "$ac_res" >&6; }
2351 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2353 } # ac_fn_c_check_header_mongrel
2355 # ac_fn_c_try_run LINENO
2356 # ----------------------
2357 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2358 # that executables *can* be run.
2361 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2362 if { { ac_try="$ac_link"
2364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2365 *) ac_try_echo=$ac_try;;
2367 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2368 $as_echo "$ac_try_echo"; } >&5
2369 (eval "$ac_link") 2>&5
2371 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2372 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2373 { { case "(($ac_try" in
2374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2375 *) ac_try_echo=$ac_try;;
2377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2378 $as_echo "$ac_try_echo"; } >&5
2379 (eval "$ac_try") 2>&5
2381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2382 test $ac_status = 0; }; }; then :
2385 $as_echo "$as_me: program exited with status $ac_status" >&5
2386 $as_echo "$as_me: failed program was:" >&5
2387 sed 's/^/| /' conftest.$ac_ext >&5
2389 ac_retval=$ac_status
2391 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2392 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2393 as_fn_set_status $ac_retval
2397 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2398 # -------------------------------------------------------
2399 # Tests whether HEADER exists and can be compiled using the include files in
2400 # INCLUDES, setting the cache variable VAR accordingly.
2401 ac_fn_c_check_header_compile ()
2403 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2405 $as_echo_n "checking for $2... " >&6; }
2406 if eval \${$3+:} false; then :
2407 $as_echo_n "(cached) " >&6
2409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2410 /* end confdefs.h. */
2414 if ac_fn_c_try_compile "$LINENO"; then :
2419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2423 $as_echo "$ac_res" >&6; }
2424 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2426 } # ac_fn_c_check_header_compile
2428 # ac_fn_cxx_try_compile LINENO
2429 # ----------------------------
2430 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2431 ac_fn_cxx_try_compile ()
2433 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2434 rm -f conftest.$ac_objext
2435 if { { ac_try="$ac_compile"
2437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2438 *) ac_try_echo=$ac_try;;
2440 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2441 $as_echo "$ac_try_echo"; } >&5
2442 (eval "$ac_compile") 2>conftest.err
2444 if test -s conftest.err; then
2445 grep -v '^ *+' conftest.err >conftest.er1
2446 cat conftest.er1 >&5
2447 mv -f conftest.er1 conftest.err
2449 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2450 test $ac_status = 0; } && {
2451 test -z "$ac_cxx_werror_flag" ||
2452 test ! -s conftest.err
2453 } && test -s conftest.$ac_objext; then :
2456 $as_echo "$as_me: failed program was:" >&5
2457 sed 's/^/| /' conftest.$ac_ext >&5
2461 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2462 as_fn_set_status $ac_retval
2464 } # ac_fn_cxx_try_compile
2466 # ac_fn_cxx_try_cpp LINENO
2467 # ------------------------
2468 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2469 ac_fn_cxx_try_cpp ()
2471 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2472 if { { ac_try="$ac_cpp conftest.$ac_ext"
2474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2475 *) ac_try_echo=$ac_try;;
2477 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2478 $as_echo "$ac_try_echo"; } >&5
2479 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2481 if test -s conftest.err; then
2482 grep -v '^ *+' conftest.err >conftest.er1
2483 cat conftest.er1 >&5
2484 mv -f conftest.er1 conftest.err
2486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2487 test $ac_status = 0; } > conftest.i && {
2488 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2489 test ! -s conftest.err
2493 $as_echo "$as_me: failed program was:" >&5
2494 sed 's/^/| /' conftest.$ac_ext >&5
2498 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2499 as_fn_set_status $ac_retval
2501 } # ac_fn_cxx_try_cpp
2503 # ac_fn_c_try_link LINENO
2504 # -----------------------
2505 # Try to link conftest.$ac_ext, and return whether this succeeded.
2508 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2509 rm -f conftest.$ac_objext conftest$ac_exeext
2510 if { { ac_try="$ac_link"
2512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2513 *) ac_try_echo=$ac_try;;
2515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2516 $as_echo "$ac_try_echo"; } >&5
2517 (eval "$ac_link") 2>conftest.err
2519 if test -s conftest.err; then
2520 grep -v '^ *+' conftest.err >conftest.er1
2521 cat conftest.er1 >&5
2522 mv -f conftest.er1 conftest.err
2524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2525 test $ac_status = 0; } && {
2526 test -z "$ac_c_werror_flag" ||
2527 test ! -s conftest.err
2528 } && test -s conftest$ac_exeext && {
2529 test "$cross_compiling" = yes ||
2530 test -x conftest$ac_exeext
2534 $as_echo "$as_me: failed program was:" >&5
2535 sed 's/^/| /' conftest.$ac_ext >&5
2539 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2540 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2541 # interfere with the next link command; also delete a directory that is
2542 # left behind by Apple's compiler. We do this before executing the actions.
2543 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2544 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2545 as_fn_set_status $ac_retval
2547 } # ac_fn_c_try_link
2549 # ac_fn_c_check_func LINENO FUNC VAR
2550 # ----------------------------------
2551 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2552 ac_fn_c_check_func ()
2554 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2556 $as_echo_n "checking for $2... " >&6; }
2557 if eval \${$3+:} false; then :
2558 $as_echo_n "(cached) " >&6
2560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2561 /* end confdefs.h. */
2562 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2563 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2564 #define $2 innocuous_$2
2566 /* System header to define __stub macros and hopefully few prototypes,
2567 which can conflict with char $2 (); below.
2568 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2569 <limits.h> exists even on freestanding compilers. */
2572 # include <limits.h>
2574 # include <assert.h>
2579 /* Override any GCC internal prototype to avoid an error.
2580 Use char because int might match the return type of a GCC
2581 builtin and then its argument prototype would still apply. */
2586 /* The GNU C library defines this for functions which it implements
2587 to always fail with ENOSYS. Some functions are actually named
2588 something starting with __ and the normal name is an alias. */
2589 #if defined __stub_$2 || defined __stub___$2
2601 if ac_fn_c_try_link "$LINENO"; then :
2606 rm -f core conftest.err conftest.$ac_objext \
2607 conftest$ac_exeext conftest.$ac_ext
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2611 $as_echo "$ac_res" >&6; }
2612 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2614 } # ac_fn_c_check_func
2616 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2617 # -------------------------------------------
2618 # Tests whether TYPE exists after having included INCLUDES, setting cache
2619 # variable VAR accordingly.
2620 ac_fn_c_check_type ()
2622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2624 $as_echo_n "checking for $2... " >&6; }
2625 if eval \${$3+:} false; then :
2626 $as_echo_n "(cached) " >&6
2629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2630 /* end confdefs.h. */
2641 if ac_fn_c_try_compile "$LINENO"; then :
2642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2643 /* end confdefs.h. */
2654 if ac_fn_c_try_compile "$LINENO"; then :
2659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2665 $as_echo "$ac_res" >&6; }
2666 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2668 } # ac_fn_c_check_type
2670 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2671 # ----------------------------------------------------
2672 # Tries to find if the field MEMBER exists in type AGGR, after including
2673 # INCLUDES, setting cache variable VAR accordingly.
2674 ac_fn_c_check_member ()
2676 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2678 $as_echo_n "checking for $2.$3... " >&6; }
2679 if eval \${$4+:} false; then :
2680 $as_echo_n "(cached) " >&6
2682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2683 /* end confdefs.h. */
2695 if ac_fn_c_try_compile "$LINENO"; then :
2698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2699 /* end confdefs.h. */
2705 if (sizeof ac_aggr.$3)
2711 if ac_fn_c_try_compile "$LINENO"; then :
2716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2722 $as_echo "$ac_res" >&6; }
2723 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2725 } # ac_fn_c_check_member
2727 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2728 # --------------------------------------------
2729 # Tries to find the compile-time value of EXPR in a program that includes
2730 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2732 ac_fn_c_compute_int ()
2734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2735 if test "$cross_compiling" = yes; then
2736 # Depending upon the size, compute the lo and hi bounds.
2737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2738 /* end confdefs.h. */
2743 static int test_array [1 - 2 * !(($2) >= 0)];
2745 return test_array [0];
2751 if ac_fn_c_try_compile "$LINENO"; then :
2754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2755 /* end confdefs.h. */
2760 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2762 return test_array [0];
2768 if ac_fn_c_try_compile "$LINENO"; then :
2769 ac_hi=$ac_mid; break
2771 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2772 if test $ac_lo -le $ac_mid; then
2776 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2782 /* end confdefs.h. */
2787 static int test_array [1 - 2 * !(($2) < 0)];
2789 return test_array [0];
2795 if ac_fn_c_try_compile "$LINENO"; then :
2798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2799 /* end confdefs.h. */
2804 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2806 return test_array [0];
2812 if ac_fn_c_try_compile "$LINENO"; then :
2813 ac_lo=$ac_mid; break
2815 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2816 if test $ac_mid -le $ac_hi; then
2820 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2830 # Binary search between lo and hi bounds.
2831 while test "x$ac_lo" != "x$ac_hi"; do
2832 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2834 /* end confdefs.h. */
2839 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2841 return test_array [0];
2847 if ac_fn_c_try_compile "$LINENO"; then :
2850 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2855 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2860 /* end confdefs.h. */
2862 static long int longval () { return $2; }
2863 static unsigned long int ulongval () { return $2; }
2870 FILE *f = fopen ("conftest.val", "w");
2875 long int i = longval ();
2878 fprintf (f, "%ld", i);
2882 unsigned long int i = ulongval ();
2885 fprintf (f, "%lu", i);
2887 /* Do not output a trailing newline, as this causes \r\n confusion
2888 on some platforms. */
2889 return ferror (f) || fclose (f) != 0;
2895 if ac_fn_c_try_run "$LINENO"; then :
2896 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2900 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2901 conftest.$ac_objext conftest.beam conftest.$ac_ext
2905 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2906 as_fn_set_status $ac_retval
2908 } # ac_fn_c_compute_int
2910 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
2911 # ---------------------------------------------------------
2912 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2913 # the include files in INCLUDES and setting the cache variable VAR
2915 ac_fn_cxx_check_header_mongrel ()
2917 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2918 if eval \${$3+:} false; then :
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2920 $as_echo_n "checking for $2... " >&6; }
2921 if eval \${$3+:} false; then :
2922 $as_echo_n "(cached) " >&6
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2926 $as_echo "$ac_res" >&6; }
2928 # Is the header compilable?
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2930 $as_echo_n "checking $2 usability... " >&6; }
2931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2932 /* end confdefs.h. */
2936 if ac_fn_cxx_try_compile "$LINENO"; then :
2937 ac_header_compiler=yes
2939 ac_header_compiler=no
2941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2943 $as_echo "$ac_header_compiler" >&6; }
2945 # Is the header present?
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2947 $as_echo_n "checking $2 presence... " >&6; }
2948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2949 /* end confdefs.h. */
2952 if ac_fn_cxx_try_cpp "$LINENO"; then :
2953 ac_header_preproc=yes
2955 ac_header_preproc=no
2957 rm -f conftest.err conftest.i conftest.$ac_ext
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2959 $as_echo "$ac_header_preproc" >&6; }
2961 # So? What about this header?
2962 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2965 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2967 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2971 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2973 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2975 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2977 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2979 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2980 ( $as_echo "## ------------------------------------------ ##
2981 ## Report this to https://issues.asterisk.org ##
2982 ## ------------------------------------------ ##"
2983 ) | sed "s/^/$as_me: WARNING: /" >&2
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2987 $as_echo_n "checking for $2... " >&6; }
2988 if eval \${$3+:} false; then :
2989 $as_echo_n "(cached) " >&6
2991 eval "$3=\$ac_header_compiler"
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2995 $as_echo "$ac_res" >&6; }
2997 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2999 } # ac_fn_cxx_check_header_mongrel
3001 # ac_fn_cxx_try_link LINENO
3002 # -------------------------
3003 # Try to link conftest.$ac_ext, and return whether this succeeded.
3004 ac_fn_cxx_try_link ()
3006 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3007 rm -f conftest.$ac_objext conftest$ac_exeext
3008 if { { ac_try="$ac_link"
3010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3011 *) ac_try_echo=$ac_try;;
3013 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3014 $as_echo "$ac_try_echo"; } >&5
3015 (eval "$ac_link") 2>conftest.err
3017 if test -s conftest.err; then
3018 grep -v '^ *+' conftest.err >conftest.er1
3019 cat conftest.er1 >&5
3020 mv -f conftest.er1 conftest.err
3022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3023 test $ac_status = 0; } && {
3024 test -z "$ac_cxx_werror_flag" ||
3025 test ! -s conftest.err
3026 } && test -s conftest$ac_exeext && {
3027 test "$cross_compiling" = yes ||
3028 test -x conftest$ac_exeext
3032 $as_echo "$as_me: failed program was:" >&5
3033 sed 's/^/| /' conftest.$ac_ext >&5
3037 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
3038 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
3039 # interfere with the next link command; also delete a directory that is
3040 # left behind by Apple's compiler. We do this before executing the actions.
3041 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3042 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3043 as_fn_set_status $ac_retval
3045 } # ac_fn_cxx_try_link
3047 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
3048 # ---------------------------------------------------------
3049 # Tests whether HEADER exists and can be compiled using the include files in
3050 # INCLUDES, setting the cache variable VAR accordingly.
3051 ac_fn_cxx_check_header_compile ()
3053 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3055 $as_echo_n "checking for $2... " >&6; }
3056 if eval \${$3+:} false; then :
3057 $as_echo_n "(cached) " >&6
3059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3060 /* end confdefs.h. */
3064 if ac_fn_cxx_try_compile "$LINENO"; then :
3069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3073 $as_echo "$ac_res" >&6; }
3074 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3076 } # ac_fn_cxx_check_header_compile
3077 cat >config.log <<_ACEOF
3078 This file contains any messages produced by compilers while
3079 running configure, to aid debugging if configure makes a mistake.
3081 It was created by asterisk $as_me trunk, which was
3082 generated by GNU Autoconf 2.69. Invocation command line was
3094 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3095 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3096 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3097 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3098 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3100 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3101 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3103 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3104 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3105 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3106 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3107 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3108 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3109 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3117 test -z "$as_dir" && as_dir=.
3118 $as_echo "PATH: $as_dir"
3134 # Keep a trace of the command line.
3135 # Strip out --no-create and --no-recursion so they do not pile up.
3136 # Strip out --silent because we don't want to record it for future runs.
3137 # Also quote any args containing shell meta-characters.
3138 # Make two passes to allow for proper duplicate-argument suppression.
3142 ac_must_keep_next=false
3148 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3149 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3150 | -silent | --silent | --silen | --sile | --sil)
3153 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3156 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3158 as_fn_append ac_configure_args1 " '$ac_arg'"
3159 if test $ac_must_keep_next = true; then
3160 ac_must_keep_next=false # Got value, back to normal.
3163 *=* | --config-cache | -C | -disable-* | --disable-* \
3164 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3165 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3166 | -with-* | --with-* | -without-* | --without-* | --x)
3167 case "$ac_configure_args0 " in
3168 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3171 -* ) ac_must_keep_next=true ;;
3174 as_fn_append ac_configure_args " '$ac_arg'"
3179 { ac_configure_args0=; unset ac_configure_args0;}
3180 { ac_configure_args1=; unset ac_configure_args1;}
3182 # When interrupted or exit'd, cleanup temporary files, and complete
3183 # config.log. We remove comments because anyway the quotes in there
3184 # would cause problems or look ugly.
3185 # WARNING: Use '\'' to represent an apostrophe within the trap.
3186 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3187 trap 'exit_status=$?
3188 # Save into config.log some information that might help in debugging.
3192 $as_echo "## ---------------- ##
3193 ## Cache variables. ##
3194 ## ---------------- ##"
3196 # The following way of writing the cache mishandles newlines in values,
3198 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3199 eval ac_val=\$$ac_var
3203 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3204 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3207 _ | IFS | as_nl) ;; #(
3208 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3209 *) { eval $ac_var=; unset $ac_var;} ;;
3214 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3215 *${as_nl}ac_space=\ *)
3217 "s/'\''/'\''\\\\'\'''\''/g;
3218 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3221 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3228 $as_echo "## ----------------- ##
3229 ## Output variables. ##
3230 ## ----------------- ##"
3232 for ac_var in $ac_subst_vars
3234 eval ac_val=\$$ac_var
3236 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3238 $as_echo "$ac_var='\''$ac_val'\''"
3242 if test -n "$ac_subst_files"; then
3243 $as_echo "## ------------------- ##
3244 ## File substitutions. ##
3245 ## ------------------- ##"
3247 for ac_var in $ac_subst_files
3249 eval ac_val=\$$ac_var
3251 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3253 $as_echo "$ac_var='\''$ac_val'\''"
3258 if test -s confdefs.h; then
3259 $as_echo "## ----------- ##
3266 test "$ac_signal" != 0 &&
3267 $as_echo "$as_me: caught signal $ac_signal"
3268 $as_echo "$as_me: exit $exit_status"
3270 rm -f core *.core core.conftest.* &&
3271 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3274 for ac_signal in 1 2 13 15; do
3275 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3279 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3280 rm -f -r conftest* confdefs.h
3282 $as_echo "/* confdefs.h */" > confdefs.h
3284 # Predefined preprocessor variables.
3286 cat >>confdefs.h <<_ACEOF
3287 #define PACKAGE_NAME "$PACKAGE_NAME"
3290 cat >>confdefs.h <<_ACEOF
3291 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3294 cat >>confdefs.h <<_ACEOF
3295 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3298 cat >>confdefs.h <<_ACEOF
3299 #define PACKAGE_STRING "$PACKAGE_STRING"
3302 cat >>confdefs.h <<_ACEOF
3303 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3306 cat >>confdefs.h <<_ACEOF
3307 #define PACKAGE_URL "$PACKAGE_URL"
3311 # Let the site file select an alternate cache file if it wants to.
3312 # Prefer an explicitly selected file to automatically selected ones.
3315 if test -n "$CONFIG_SITE"; then
3316 # We do not want a PATH search for config.site.
3317 case $CONFIG_SITE in #((
3318 -*) ac_site_file1=./$CONFIG_SITE;;
3319 */*) ac_site_file1=$CONFIG_SITE;;
3320 *) ac_site_file1=./$CONFIG_SITE;;
3322 elif test "x$prefix" != xNONE; then
3323 ac_site_file1=$prefix/share/config.site
3324 ac_site_file2=$prefix/etc/config.site
3326 ac_site_file1=$ac_default_prefix/share/config.site
3327 ac_site_file2=$ac_default_prefix/etc/config.site
3329 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3331 test "x$ac_site_file" = xNONE && continue
3332 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3334 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3335 sed 's/^/| /' "$ac_site_file" >&5
3337 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3338 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3339 as_fn_error $? "failed to load site script $ac_site_file
3340 See \`config.log' for more details" "$LINENO" 5; }
3344 if test -r "$cache_file"; then
3345 # Some versions of bash will fail to source /dev/null (special files
3346 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3347 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3348 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3349 $as_echo "$as_me: loading cache $cache_file" >&6;}
3351 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3352 *) . "./$cache_file";;
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3357 $as_echo "$as_me: creating cache $cache_file" >&6;}
3361 as_fn_append ac_header_list " stdlib.h"
3362 as_fn_append ac_header_list " unistd.h"
3363 as_fn_append ac_header_list " sys/param.h"
3364 as_fn_append ac_header_list " utime.h"
3365 # Check that the precious variables saved in the cache have kept the same
3367 ac_cache_corrupted=false
3368 for ac_var in $ac_precious_vars; do
3369 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3370 eval ac_new_set=\$ac_env_${ac_var}_set
3371 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3372 eval ac_new_val=\$ac_env_${ac_var}_value
3373 case $ac_old_set,$ac_new_set in
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3376 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3377 ac_cache_corrupted=: ;;
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3380 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3381 ac_cache_corrupted=: ;;
3384 if test "x$ac_old_val" != "x$ac_new_val"; then
3385 # differences in whitespace do not lead to failure.
3386 ac_old_val_w=`echo x $ac_old_val`
3387 ac_new_val_w=`echo x $ac_new_val`
3388 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3390 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3391 ac_cache_corrupted=:
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3394 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3395 eval $ac_var=\$ac_old_val
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3398 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3400 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3403 # Pass precious variables to config.status.
3404 if test "$ac_new_set" = set; then
3406 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3407 *) ac_arg=$ac_var=$ac_new_val ;;
3409 case " $ac_configure_args " in
3410 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3411 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3415 if $ac_cache_corrupted; then
3416 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3417 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3419 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3420 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3422 ## -------------------- ##
3423 ## Main body of script. ##
3424 ## -------------------- ##
3427 ac_cpp='$CPP $CPPFLAGS'
3428 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3429 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3430 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3434 # cross-compile macros
3436 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3437 if test -f "$ac_dir/install-sh"; then
3439 ac_install_sh="$ac_aux_dir/install-sh -c"
3441 elif test -f "$ac_dir/install.sh"; then
3443 ac_install_sh="$ac_aux_dir/install.sh -c"
3445 elif test -f "$ac_dir/shtool"; then
3447 ac_install_sh="$ac_aux_dir/shtool install -c"
3451 if test -z "$ac_aux_dir"; then
3452 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3455 # These three variables are undocumented and unsupported,
3456 # and are intended to be withdrawn in a future Autoconf release.
3457 # They can cause serious problems if a builder's source tree is in a directory
3458 # whose full name contains unusual characters.
3459 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3460 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3461 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3464 # Make sure we can run config.sub.
3465 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3466 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3469 $as_echo_n "checking build system type... " >&6; }
3470 if ${ac_cv_build+:} false; then :
3471 $as_echo_n "(cached) " >&6
3473 ac_build_alias=$build_alias
3474 test "x$ac_build_alias" = x &&
3475 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3476 test "x$ac_build_alias" = x &&
3477 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3478 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3479 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3483 $as_echo "$ac_cv_build" >&6; }
3484 case $ac_cv_build in
3486 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3489 ac_save_IFS=$IFS; IFS='-'
3495 # Remember, the first character of IFS is used to create $*,
3496 # except with old shells:
3499 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3503 $as_echo_n "checking host system type... " >&6; }
3504 if ${ac_cv_host+:} false; then :
3505 $as_echo_n "(cached) " >&6
3507 if test "x$host_alias" = x; then
3508 ac_cv_host=$ac_cv_build
3510 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3511 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3516 $as_echo "$ac_cv_host" >&6; }
3519 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3522 ac_save_IFS=$IFS; IFS='-'
3528 # Remember, the first character of IFS is used to create $*,
3529 # except with old shells:
3532 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3536 # check existence of the package
3540 for ac_dir in `pwd` "$srcdir"/`pwd`; do
3541 if test -f "$ac_dir/install-sh"; then
3543 ac_install_sh="$ac_aux_dir/install-sh -c"
3545 elif test -f "$ac_dir/install.sh"; then
3547 ac_install_sh="$ac_aux_dir/install.sh -c"
3549 elif test -f "$ac_dir/shtool"; then
3551 ac_install_sh="$ac_aux_dir/shtool install -c"
3555 if test -z "$ac_aux_dir"; then
3556 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \`pwd\` \"$srcdir\"/\`pwd\`" "$LINENO" 5
3559 # These three variables are undocumented and unsupported,
3560 # and are intended to be withdrawn in a future Autoconf release.
3561 # They can cause serious problems if a builder's source tree is in a directory
3562 # whose full name contains unusual characters.
3563 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3564 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3565 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3572 # preserve any CFLAGS or LDFLAGS that may be set
3573 # NOTE: This must be done before calling any macros that end up
3574 # calling AC_PROG_CC or the like, since they will set a default
3575 # set of CFLAGS ("-g -O2") if the user did not supply any, and
3576 # we don't want those default flags to be carried over into the
3577 # rest of the build system since we have other means of controlling
3578 # debugging symbol generation and optimization.
3579 CONFIG_CFLAGS="${CFLAGS}"
3580 CONFIG_LDFLAGS="${LDFLAGS}"
3584 # specify output header file
3585 ac_config_headers="$ac_config_headers include/asterisk/autoconfig.h"
3588 # Note: AC_PROG_CC *must* be specified before AC_USE_SYSTEM_EXTENSIONS or any
3589 # other macro that uses the C compiler, or the default order will be used.
3591 ac_cpp='$CPP $CPPFLAGS'
3592 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3593 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3594 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3595 if test -n "$ac_tool_prefix"; then
3596 for ac_prog in gcc cc
3598 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3599 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3601 $as_echo_n "checking for $ac_word... " >&6; }
3602 if ${ac_cv_prog_CC+:} false; then :
3603 $as_echo_n "(cached) " >&6
3605 if test -n "$CC"; then
3606 ac_cv_prog_CC="$CC" # Let the user override the test.
3608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3612 test -z "$as_dir" && as_dir=.
3613 for ac_exec_ext in '' $ac_executable_extensions; do
3614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3615 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3626 if test -n "$CC"; then
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3628 $as_echo "$CC" >&6; }
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3631 $as_echo "no" >&6; }
3635 test -n "$CC" && break
3638 if test -z "$CC"; then
3640 for ac_prog in gcc cc
3642 # Extract the first word of "$ac_prog", so it can be a program name with args.
3643 set dummy $ac_prog; ac_word=$2
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3645 $as_echo_n "checking for $ac_word... " >&6; }
3646 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3647 $as_echo_n "(cached) " >&6
3649 if test -n "$ac_ct_CC"; then
3650 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3656 test -z "$as_dir" && as_dir=.
3657 for ac_exec_ext in '' $ac_executable_extensions; do
3658 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3659 ac_cv_prog_ac_ct_CC="$ac_prog"
3660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3669 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3670 if test -n "$ac_ct_CC"; then
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3672 $as_echo "$ac_ct_CC" >&6; }
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3675 $as_echo "no" >&6; }
3679 test -n "$ac_ct_CC" && break
3682 if test "x$ac_ct_CC" = x; then
3685 case $cross_compiling:$ac_tool_warned in
3687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3688 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3689 ac_tool_warned=yes ;;
3696 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3697 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3698 as_fn_error $? "no acceptable C compiler found in \$PATH
3699 See \`config.log' for more details" "$LINENO" 5; }
3701 # Provide some information about the compiler.
3702 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3705 for ac_option in --version -v -V -qversion; do
3706 { { ac_try="$ac_compiler $ac_option >&5"
3708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3709 *) ac_try_echo=$ac_try;;
3711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3712 $as_echo "$ac_try_echo"; } >&5
3713 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3715 if test -s conftest.err; then
3717 ... rest of stderr output deleted ...
3718 10q' conftest.err >conftest.er1
3719 cat conftest.er1 >&5
3721 rm -f conftest.er1 conftest.err
3722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3723 test $ac_status = 0; }
3726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3727 /* end confdefs.h. */
3737 ac_clean_files_save=$ac_clean_files
3738 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3739 # Try to create an executable without -o first, disregard a.out.
3740 # It will help us diagnose broken compilers, and finding out an intuition
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3743 $as_echo_n "checking whether the C compiler works... " >&6; }
3744 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3746 # The possible output files:
3747 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3750 for ac_file in $ac_files
3753 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3754 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3759 if { { ac_try="$ac_link_default"
3761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3762 *) ac_try_echo=$ac_try;;
3764 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3765 $as_echo "$ac_try_echo"; } >&5
3766 (eval "$ac_link_default") 2>&5
3768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3769 test $ac_status = 0; }; then :
3770 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3771 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3772 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3773 # so that the user can short-circuit this test for compilers unknown to
3775 for ac_file in $ac_files ''
3777 test -f "$ac_file" || continue
3779 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3782 # We found the default executable, but exeext='' is most
3786 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3788 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3790 # We set ac_cv_exeext here because the later test for it is not
3791 # safe: cross compilers may not add the suffix if given an `-o'
3792 # argument, so we may need to know it at that point already.
3793 # Even if this section looks crufty: it has the advantage of
3800 test "$ac_cv_exeext" = no && ac_cv_exeext=
3805 if test -z "$ac_file"; then :
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3807 $as_echo "no" >&6; }
3808 $as_echo "$as_me: failed program was:" >&5
3809 sed 's/^/| /' conftest.$ac_ext >&5
3811 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3812 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3813 as_fn_error 77 "C compiler cannot create executables
3814 See \`config.log' for more details" "$LINENO" 5; }
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3817 $as_echo "yes" >&6; }
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3820 $as_echo_n "checking for C compiler default output file name... " >&6; }
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3822 $as_echo "$ac_file" >&6; }
3823 ac_exeext=$ac_cv_exeext
3825 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3826 ac_clean_files=$ac_clean_files_save
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3828 $as_echo_n "checking for suffix of executables... " >&6; }
3829 if { { ac_try="$ac_link"
3831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3832 *) ac_try_echo=$ac_try;;
3834 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3835 $as_echo "$ac_try_echo"; } >&5
3836 (eval "$ac_link") 2>&5
3838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3839 test $ac_status = 0; }; then :
3840 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3841 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3842 # work properly (i.e., refer to `conftest.exe'), while it won't with
3844 for ac_file in conftest.exe conftest conftest.*; do
3845 test -f "$ac_file" || continue
3847 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3848 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3854 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3855 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3856 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3857 See \`config.log' for more details" "$LINENO" 5; }
3859 rm -f conftest conftest$ac_cv_exeext
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3861 $as_echo "$ac_cv_exeext" >&6; }
3863 rm -f conftest.$ac_ext
3864 EXEEXT=$ac_cv_exeext
3866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3867 /* end confdefs.h. */
3872 FILE *f = fopen ("conftest.out", "w");
3873 return ferror (f) || fclose (f) != 0;
3879 ac_clean_files="$ac_clean_files conftest.out"
3880 # Check that the compiler produces executables we can run. If not, either
3881 # the compiler is broken, or we cross compile.
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3883 $as_echo_n "checking whether we are cross compiling... " >&6; }
3884 if test "$cross_compiling" != yes; then
3885 { { ac_try="$ac_link"
3887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3888 *) ac_try_echo=$ac_try;;
3890 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3891 $as_echo "$ac_try_echo"; } >&5
3892 (eval "$ac_link") 2>&5
3894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3895 test $ac_status = 0; }
3896 if { ac_try='./conftest$ac_cv_exeext'
3897 { { case "(($ac_try" in
3898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3899 *) ac_try_echo=$ac_try;;
3901 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3902 $as_echo "$ac_try_echo"; } >&5
3903 (eval "$ac_try") 2>&5
3905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3906 test $ac_status = 0; }; }; then
3909 if test "$cross_compiling" = maybe; then
3912 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3913 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3914 as_fn_error $? "cannot run C compiled programs.
3915 If you meant to cross compile, use \`--host'.
3916 See \`config.log' for more details" "$LINENO" 5; }
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3921 $as_echo "$cross_compiling" >&6; }
3923 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3924 ac_clean_files=$ac_clean_files_save
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3926 $as_echo_n "checking for suffix of object files... " >&6; }
3927 if ${ac_cv_objext+:} false; then :
3928 $as_echo_n "(cached) " >&6
3930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3931 /* end confdefs.h. */
3941 rm -f conftest.o conftest.obj
3942 if { { ac_try="$ac_compile"
3944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3945 *) ac_try_echo=$ac_try;;
3947 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3948 $as_echo "$ac_try_echo"; } >&5
3949 (eval "$ac_compile") 2>&5
3951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3952 test $ac_status = 0; }; then :
3953 for ac_file in conftest.o conftest.obj conftest.*; do
3954 test -f "$ac_file" || continue;
3956 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3957 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3962 $as_echo "$as_me: failed program was:" >&5
3963 sed 's/^/| /' conftest.$ac_ext >&5
3965 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3967 as_fn_error $? "cannot compute suffix of object files: cannot compile
3968 See \`config.log' for more details" "$LINENO" 5; }
3970 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3973 $as_echo "$ac_cv_objext" >&6; }
3974 OBJEXT=$ac_cv_objext
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3977 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3978 if ${ac_cv_c_compiler_gnu+:} false; then :
3979 $as_echo_n "(cached) " >&6
3981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3982 /* end confdefs.h. */
3995 if ac_fn_c_try_compile "$LINENO"; then :
4000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4001 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4005 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4006 if test $ac_compiler_gnu = yes; then
4011 ac_test_CFLAGS=${CFLAGS+set}
4012 ac_save_CFLAGS=$CFLAGS
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4014 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4015 if ${ac_cv_prog_cc_g+:} false; then :
4016 $as_echo_n "(cached) " >&6
4018 ac_save_c_werror_flag=$ac_c_werror_flag
4019 ac_c_werror_flag=yes
4022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4023 /* end confdefs.h. */
4033 if ac_fn_c_try_compile "$LINENO"; then :
4037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4038 /* end confdefs.h. */
4048 if ac_fn_c_try_compile "$LINENO"; then :
4051 ac_c_werror_flag=$ac_save_c_werror_flag
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h. */
4064 if ac_fn_c_try_compile "$LINENO"; then :
4067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4072 ac_c_werror_flag=$ac_save_c_werror_flag
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4075 $as_echo "$ac_cv_prog_cc_g" >&6; }
4076 if test "$ac_test_CFLAGS" = set; then
4077 CFLAGS=$ac_save_CFLAGS
4078 elif test $ac_cv_prog_cc_g = yes; then
4079 if test "$GCC" = yes; then
4085 if test "$GCC" = yes; then
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4092 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4093 if ${ac_cv_prog_cc_c89+:} false; then :
4094 $as_echo_n "(cached) " >&6
4096 ac_cv_prog_cc_c89=no
4098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4099 /* end confdefs.h. */
4103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4104 struct buf { int x; };
4105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4106 static char *e (p, i)
4112 static char *f (char * (*g) (char **, int), char **p, ...)
4117 s = g (p, va_arg (v,int));
4122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4123 function prototypes and stuff, but not '\xHH' hex character constants.
4124 These don't provoke an error unfortunately, instead are silently treated
4125 as 'x'. The following induces an error, until -std is added to get
4126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4127 array size at least. It's necessary to write '\x00'==0 to get something
4128 that's true only with -std. */
4129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4132 inside strings and character constants. */
4134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4136 int test (int i, double x);
4137 struct s1 {int (*f) (int a);};
4138 struct s2 {int (*f) (double a);};
4139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4153 CC="$ac_save_CC $ac_arg"
4154 if ac_fn_c_try_compile "$LINENO"; then :
4155 ac_cv_prog_cc_c89=$ac_arg
4157 rm -f core conftest.err conftest.$ac_objext
4158 test "x$ac_cv_prog_cc_c89" != "xno" && break
4160 rm -f conftest.$ac_ext
4165 case "x$ac_cv_prog_cc_c89" in
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4168 $as_echo "none needed" >&6; } ;;
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4171 $as_echo "unsupported" >&6; } ;;
4173 CC="$CC $ac_cv_prog_cc_c89"
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4175 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4177 if test "x$ac_cv_prog_cc_c89" != xno; then :
4182 ac_cpp='$CPP $CPPFLAGS'
4183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4185 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4190 ac_cpp='$CPP $CPPFLAGS'
4191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4193 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4195 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4196 # On Suns, sometimes $CPP names a directory.
4197 if test -n "$CPP" && test -d "$CPP"; then
4200 if test -z "$CPP"; then
4201 if ${ac_cv_prog_CPP+:} false; then :
4202 $as_echo_n "(cached) " >&6
4204 # Double quotes because CPP needs to be expanded
4205 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4208 for ac_c_preproc_warn_flag in '' yes
4210 # Use a header file that comes with gcc, so configuring glibc
4211 # with a fresh cross-compiler works.
4212 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4213 # <limits.h> exists even on freestanding compilers.
4214 # On the NeXT, cc -E runs the code through the compiler's parser,
4215 # not just through cpp. "Syntax error" is here to catch this case.
4216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4217 /* end confdefs.h. */
4219 # include <limits.h>
4221 # include <assert.h>
4225 if ac_fn_c_try_cpp "$LINENO"; then :
4228 # Broken: fails on valid input.
4231 rm -f conftest.err conftest.i conftest.$ac_ext
4233 # OK, works on sane cases. Now check whether nonexistent headers
4234 # can be detected and how.
4235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4236 /* end confdefs.h. */
4237 #include <ac_nonexistent.h>
4239 if ac_fn_c_try_cpp "$LINENO"; then :
4240 # Broken: success on invalid input.
4243 # Passes both tests.
4247 rm -f conftest.err conftest.i conftest.$ac_ext
4250 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4251 rm -f conftest.i conftest.err conftest.$ac_ext
4252 if $ac_preproc_ok; then :
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4265 $as_echo "$CPP" >&6; }
4267 for ac_c_preproc_warn_flag in '' yes
4269 # Use a header file that comes with gcc, so configuring glibc
4270 # with a fresh cross-compiler works.
4271 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4272 # <limits.h> exists even on freestanding compilers.
4273 # On the NeXT, cc -E runs the code through the compiler's parser,
4274 # not just through cpp. "Syntax error" is here to catch this case.
4275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4276 /* end confdefs.h. */
4278 # include <limits.h>
4280 # include <assert.h>
4284 if ac_fn_c_try_cpp "$LINENO"; then :
4287 # Broken: fails on valid input.
4290 rm -f conftest.err conftest.i conftest.$ac_ext
4292 # OK, works on sane cases. Now check whether nonexistent headers
4293 # can be detected and how.
4294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4295 /* end confdefs.h. */
4296 #include <ac_nonexistent.h>
4298 if ac_fn_c_try_cpp "$LINENO"; then :
4299 # Broken: success on invalid input.
4302 # Passes both tests.
4306 rm -f conftest.err conftest.i conftest.$ac_ext
4309 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4310 rm -f conftest.i conftest.err conftest.$ac_ext
4311 if $ac_preproc_ok; then :
4314 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4315 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4316 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4317 See \`config.log' for more details" "$LINENO" 5; }
4321 ac_cpp='$CPP $CPPFLAGS'
4322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4328 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4329 if ${ac_cv_path_GREP+:} false; then :
4330 $as_echo_n "(cached) " >&6
4332 if test -z "$GREP"; then
4333 ac_path_GREP_found=false
4334 # Loop through the user's path and test for each of PROGNAME-LIST
4335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4336 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4339 test -z "$as_dir" && as_dir=.
4340 for ac_prog in grep ggrep; do
4341 for ac_exec_ext in '' $ac_executable_extensions; do
4342 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4343 as_fn_executable_p "$ac_path_GREP" || continue
4344 # Check for GNU ac_path_GREP and select it if it is found.
4345 # Check for GNU $ac_path_GREP
4346 case `"$ac_path_GREP" --version 2>&1` in
4348 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4351 $as_echo_n 0123456789 >"conftest.in"
4354 cat "conftest.in" "conftest.in" >"conftest.tmp"
4355 mv "conftest.tmp" "conftest.in"
4356 cp "conftest.in" "conftest.nl"
4357 $as_echo 'GREP' >> "conftest.nl"
4358 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4359 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4360 as_fn_arith $ac_count + 1 && ac_count=$as_val
4361 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4362 # Best one so far, save it but keep looking for a better one
4363 ac_cv_path_GREP="$ac_path_GREP"
4364 ac_path_GREP_max=$ac_count
4366 # 10*(2^10) chars as input seems more than enough
4367 test $ac_count -gt 10 && break
4369 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4372 $ac_path_GREP_found && break 3
4377 if test -z "$ac_cv_path_GREP"; then
4378 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4381 ac_cv_path_GREP=$GREP
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4386 $as_echo "$ac_cv_path_GREP" >&6; }
4387 GREP="$ac_cv_path_GREP"
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4391 $as_echo_n "checking for egrep... " >&6; }
4392 if ${ac_cv_path_EGREP+:} false; then :
4393 $as_echo_n "(cached) " >&6
4395 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4396 then ac_cv_path_EGREP="$GREP -E"
4398 if test -z "$EGREP"; then
4399 ac_path_EGREP_found=false
4400 # Loop through the user's path and test for each of PROGNAME-LIST
4401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4405 test -z "$as_dir" && as_dir=.
4406 for ac_prog in egrep; do
4407 for ac_exec_ext in '' $ac_executable_extensions; do
4408 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4409 as_fn_executable_p "$ac_path_EGREP" || continue
4410 # Check for GNU ac_path_EGREP and select it if it is found.
4411 # Check for GNU $ac_path_EGREP
4412 case `"$ac_path_EGREP" --version 2>&1` in
4414 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4417 $as_echo_n 0123456789 >"conftest.in"
4420 cat "conftest.in" "conftest.in" >"conftest.tmp"
4421 mv "conftest.tmp" "conftest.in"
4422 cp "conftest.in" "conftest.nl"
4423 $as_echo 'EGREP' >> "conftest.nl"
4424 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4425 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4426 as_fn_arith $ac_count + 1 && ac_count=$as_val
4427 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4428 # Best one so far, save it but keep looking for a better one
4429 ac_cv_path_EGREP="$ac_path_EGREP"
4430 ac_path_EGREP_max=$ac_count
4432 # 10*(2^10) chars as input seems more than enough
4433 test $ac_count -gt 10 && break
4435 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4438 $ac_path_EGREP_found && break 3
4443 if test -z "$ac_cv_path_EGREP"; then
4444 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4447 ac_cv_path_EGREP=$EGREP
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4453 $as_echo "$ac_cv_path_EGREP" >&6; }
4454 EGREP="$ac_cv_path_EGREP"
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4458 $as_echo_n "checking for ANSI C header files... " >&6; }
4459 if ${ac_cv_header_stdc+:} false; then :
4460 $as_echo_n "(cached) " >&6
4462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4463 /* end confdefs.h. */
4477 if ac_fn_c_try_compile "$LINENO"; then :
4478 ac_cv_header_stdc=yes
4480 ac_cv_header_stdc=no
4482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4484 if test $ac_cv_header_stdc = yes; then
4485 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4487 /* end confdefs.h. */
4491 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4492 $EGREP "memchr" >/dev/null 2>&1; then :
4495 ac_cv_header_stdc=no
4501 if test $ac_cv_header_stdc = yes; then
4502 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4504 /* end confdefs.h. */
4508 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4509 $EGREP "free" >/dev/null 2>&1; then :
4512 ac_cv_header_stdc=no
4518 if test $ac_cv_header_stdc = yes; then
4519 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4520 if test "$cross_compiling" = yes; then :
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h. */
4527 #if ((' ' & 0x0FF) == 0x020)
4528 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4529 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4531 # define ISLOWER(c) \
4532 (('a' <= (c) && (c) <= 'i') \
4533 || ('j' <= (c) && (c) <= 'r') \
4534 || ('s' <= (c) && (c) <= 'z'))
4535 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4538 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4543 for (i = 0; i < 256; i++)
4544 if (XOR (islower (i), ISLOWER (i))
4545 || toupper (i) != TOUPPER (i))
4550 if ac_fn_c_try_run "$LINENO"; then :
4553 ac_cv_header_stdc=no
4555 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4556 conftest.$ac_objext conftest.beam conftest.$ac_ext
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4562 $as_echo "$ac_cv_header_stdc" >&6; }
4563 if test $ac_cv_header_stdc = yes; then
4565 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4569 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4570 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4571 inttypes.h stdint.h unistd.h
4573 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4574 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4576 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4577 cat >>confdefs.h <<_ACEOF
4578 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4587 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4588 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4595 if test "$MINIX" = yes; then
4597 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4600 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4603 $as_echo "#define _MINIX 1" >>confdefs.h
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4609 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4610 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4611 $as_echo_n "(cached) " >&6
4613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4614 /* end confdefs.h. */
4616 # define __EXTENSIONS__ 1
4617 $ac_includes_default
4626 if ac_fn_c_try_compile "$LINENO"; then :
4627 ac_cv_safe_to_define___extensions__=yes
4629 ac_cv_safe_to_define___extensions__=no
4631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4634 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4635 test $ac_cv_safe_to_define___extensions__ = yes &&
4636 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4638 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4640 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4642 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4644 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4647 # System default paths
4648 astsbindir='${sbindir}'
4649 astetcdir='${sysconfdir}/asterisk'
4650 astheaderdir='${includedir}/asterisk'
4651 astlibdir='${libdir}'
4652 astmoddir='${libdir}/asterisk/modules'
4653 astmandir='${mandir}'
4654 astvarlibdir='${localstatedir}/lib/asterisk'
4655 astdatadir='${astvarlibdir}'
4656 astdbdir='${astvarlibdir}'
4657 astkeydir='${astvarlibdir}'
4658 astspooldir='${localstatedir}/spool/asterisk'
4659 astlogdir='${localstatedir}/log/asterisk'
4660 astvarrundir='${localstatedir}/run/asterisk'
4662 case "${host_os}" in
4664 if test ${prefix} = 'NONE'; then
4665 astvarlibdir='${prefix}/share/asterisk'
4666 astdbdir='${localstatedir}/db/asterisk'
4670 if test ${prefix} = 'NONE'; then
4671 astvarrundir='/Library/Application Support/Asterisk/Run'
4676 case "${host_os}" in
4678 ac_default_prefix=/usr/local
4679 CPPFLAGS=-I/usr/local/include
4680 LDFLAGS=-L/usr/local/lib
4683 ac_default_prefix=/usr/local
4684 if test ${prefix} = '/usr/local' || test ${prefix} = 'NONE'; then
4685 if test ${sysconfdir} = '${prefix}/etc'; then
4686 astetcdir=/etc/asterisk
4688 if test ${mandir} = '${prefix}/man'; then
4689 astmandir=/usr/share/man
4692 CPPFLAGS=-I/usr/local/include
4693 LDFLAGS=-L/usr/local/lib
4696 ac_default_prefix=/usr/local
4697 if test ${prefix} = 'NONE'; then
4698 astmoddir='/Library/Application Support/Asterisk/Modules'
4699 astvarlibdir='/Library/Application Support/Asterisk'
4700 astlogdir=/Library/Logs/Asterisk
4701 astvarrundir='/Library/Application Support/Asterisk/Run'
4704 $as_echo "#define AST_POLL_COMPAT 1" >>confdefs.h
4707 $as_echo "#define _DARWIN_UNLIMITED_SELECT 1" >>confdefs.h
4711 if test ${prefix} = 'NONE'; then
4712 astetcdir=/var/etc/asterisk
4713 astsbindir=/opt/asterisk/sbin
4714 astlibdir=/opt/asterisk/lib
4715 astmoddir=/opt/asterisk/lib/modules
4716 astheaderdir=/opt/asterisk/include
4717 astmandir=/opt/asterisk/man
4718 astvarlibdir=/var/opt/asterisk
4719 astspooldir=/var/spool/asterisk
4720 astlogdir=/var/log/asterisk
4721 astvarrundir=/var/run/asterisk
4725 ac_default_prefix=/usr
4726 if test ${prefix} = '/usr' || test ${prefix} = 'NONE'; then
4727 if test ${sysconfdir} = '${prefix}/etc'; then