2 # From configure.ac Revision: 139145 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61 for asterisk 1.4.
6 # Report bugs to <www.asterisk.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
14 ## --------------------- ##
15 ## M4sh Initialization. ##
16 ## --------------------- ##
18 # Be more Bourne compatible
19 DUALCASE
=1; export DUALCASE
# for MKS sh
20 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
23 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24 # is contrary to our usage. Disable this feature.
25 alias -g '${1+"$@"}'='"$@"'
28 case `(set -o) 2>/dev/null` in
29 *posix
*) set -o posix
;;
38 # Avoid depending upon Character Ranges.
39 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
40 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
41 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
42 as_cr_digits
='0123456789'
43 as_cr_alnum
=$as_cr_Letters$as_cr_digits
45 # The user is always right.
46 if test "${PATH_SEPARATOR+set}" != set; then
47 echo "#! /bin/sh" >conf$$.sh
48 echo "exit 0" >>conf$$.sh
50 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
58 # Support unset when possible.
59 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
67 # We need space, tab and new line, in precisely that order. Quoting is
68 # there to prevent editors from complaining about space-tab.
69 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
70 # splitting by setting IFS to empty value.)
75 # Find who we are. Look in the path if we contain no directory separator.
77 *[\\/]* ) as_myself
=$0 ;;
78 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
82 test -z "$as_dir" && as_dir
=.
83 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
89 # We did not find ourselves, most probably we were run as `sh COMMAND'
90 # in which case we are not to be found in the path.
91 if test "x$as_myself" = x
; then
94 if test ! -f "$as_myself"; then
95 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
99 # Work around bugs in pre-3.0 UWIN ksh.
100 for as_var
in ENV MAIL MAILPATH
101 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
109 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
110 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
113 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
114 eval $as_var=C
; export $as_var
116 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
120 # Required to use basename.
121 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
122 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
128 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
135 # Name of the executable.
136 as_me
=`$as_basename -- "$0" ||
137 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
138 X"$0" : 'X\(//\)$' \| \
139 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
141 sed '/^.*\/\([^/][^/]*\)\/*$/{
159 if test "x$CONFIG_SHELL" = x
; then
160 if (eval ":") 2>/dev
/null
; then
166 if test $as_have_required = yes && (eval ":
176 as_func_ret_success () {
179 as_func_ret_failure () {
184 if as_func_success; then
188 echo as_func_success failed.
191 if as_func_failure; then
193 echo as_func_failure succeeded.
196 if as_func_ret_success; then
200 echo as_func_ret_success failed.
203 if as_func_ret_failure; then
205 echo as_func_ret_failure succeeded.
208 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
212 echo positional parameters were not saved.
215 test \$exitcode = 0) || { (exit 1); exit 1; }
220 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
221 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
222 ") 2> /dev
/null
; then
226 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
227 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
230 test -z "$as_dir" && as_dir
=.
233 for as_base
in sh bash ksh sh5
; do
234 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
241 for as_shell
in $as_candidate_shells $SHELL; do
242 # Try only shells that exist, to save several forks.
243 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
244 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
245 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
248 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
249 # is contrary to our usage. Disable this feature.
250 alias -g '${1+"$@"}'='"$@"'
253 case `(set -o) 2>/dev/null` in
254 *posix
*) set -o posix
;;
263 CONFIG_SHELL
=$as_shell
265 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
266 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
269 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
270 # is contrary to our usage. Disable this feature.
271 alias -g '${1+"$@"}'='"$@"'
274 case `(set -o) 2>/dev/null` in
275 *posix
*) set -o posix
;;
291 as_func_ret_success
() {
294 as_func_ret_failure
() {
299 if as_func_success
; then
303 echo as_func_success failed.
306 if as_func_failure
; then
308 echo as_func_failure succeeded.
311 if as_func_ret_success
; then
315 echo as_func_ret_success failed.
318 if as_func_ret_failure
; then
320 echo as_func_ret_failure succeeded.
323 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
327 echo positional parameters were not saved.
330 test $exitcode = 0) ||
{ (exit 1); exit 1; }
335 test "x$as_lineno_1" != "x$as_lineno_2" &&
336 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
347 if test "x$CONFIG_SHELL" != x
; then
348 for as_var
in BASH_ENV ENV
349 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
352 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
356 if test $as_have_required = no
; then
357 echo This
script requires a shell
more modern than all the
358 echo shells that I found on your system. Please
install a
359 echo modern shell
, or manually run the
script under such a
360 echo shell
if you
do have one.
361 { (exit 1); exit 1; }
371 (eval "as_func_return () {
380 as_func_ret_success () {
383 as_func_ret_failure () {
388 if as_func_success; then
392 echo as_func_success failed.
395 if as_func_failure; then
397 echo as_func_failure succeeded.
400 if as_func_ret_success; then
404 echo as_func_ret_success failed.
407 if as_func_ret_failure; then
409 echo as_func_ret_failure succeeded.
412 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
416 echo positional parameters were not saved.
419 test \$exitcode = 0") ||
{
420 echo No shell found that supports shell functions.
421 echo Please tell autoconf@gnu.org about your system
,
422 echo including any error possibly output before this
430 test "x$as_lineno_1" != "x$as_lineno_2" &&
431 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
433 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
434 # uniformly replaced by the line number. The first 'sed' inserts a
435 # line-number line after each line using $LINENO; the second 'sed'
436 # does the real work. The second script uses 'N' to pair each
437 # line-number line with the line containing $LINENO, and appends
438 # trailing '-' during substitution so that $LINENO is not a special
440 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
441 # scripts with optimization help from Paolo Bonzini. Blame Lee
442 # E. McMahon (1931-1989) for sed's syntax. :-)
454 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
458 chmod +x
"$as_me.lineno" ||
459 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
460 { (exit 1); exit 1; }; }
462 # Don't try to exec as it changes $[0], causing all sort of problems
463 # (the dirname of $[0] is not the place where we might find the
464 # original and so on. Autoconf is especially sensitive to this).
466 # Exit status is that of the last command.
471 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
477 ECHO_C
= ECHO_N
= ECHO_T
=
481 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
488 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
489 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
495 rm -f conf$$ conf$$.exe conf$$.
file
496 if test -d conf$$.dir
; then
497 rm -f conf$$.dir
/conf$$.
file
503 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
505 # ... but there are two gotchas:
506 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
507 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
508 # In both cases, we have to default to `cp -p'.
509 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
511 elif ln conf$$.
file conf$$
2>/dev
/null
; then
516 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
517 rmdir conf$$.dir
2>/dev
/null
519 if mkdir
-p .
2>/dev
/null
; then
522 test -d .
/-p && rmdir .
/-p
526 if test -x / >/dev
/null
2>&1; then
529 if ls -dL / >/dev
/null
2>&1; then
536 if test -d "$1"; then
542 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
543 ???[sx]*):;;*)false;;esac;fi
547 as_executable_p
=$as_test_x
549 # Sed expression to map a string onto a valid CPP name.
550 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
552 # Sed expression to map a string onto a valid variable name.
553 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557 exec 7<&0 </dev
/null
6>&1
560 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
561 # so uname gets run too.
562 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
567 ac_default_prefix
=/usr
/local
569 ac_config_libobj_dir
=.
575 SHELL
=${CONFIG_SHELL-/bin/sh}
577 # Identity of this package.
578 PACKAGE_NAME
='asterisk'
579 PACKAGE_TARNAME
='asterisk'
580 PACKAGE_VERSION
='1.4'
581 PACKAGE_STRING
='asterisk 1.4'
582 PACKAGE_BUGREPORT
='www.asterisk.org'
584 ac_unique_file
="main/asterisk.c"
585 # Factoring default headers for most tests.
586 ac_includes_default
="\
588 #ifdef HAVE_SYS_TYPES_H
589 # include <sys/types.h>
591 #ifdef HAVE_SYS_STAT_H
592 # include <sys/stat.h>
598 # ifdef HAVE_STDLIB_H
603 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 #ifdef HAVE_STRINGS_H
609 # include <strings.h>
611 #ifdef HAVE_INTTYPES_H
612 # include <inttypes.h>
631 program_transform_name
889 AST_DECLARATION_AFTER_STATEMENT
890 AST_NO_STRICT_OVERFLOW
923 ac_precious_vars
='build_alias
938 # Initialize some variables set by options.
940 ac_init_version
=false
941 # The variables have the same names as the options, with
942 # dashes changed to underlines.
950 program_transform_name
=s
,x
,x
,
958 # Installation directory options.
959 # These are left unexpanded so users can "make install exec_prefix=/foo"
960 # and all the variables that are supposed to be based on exec_prefix
961 # by default will actually change.
962 # Use braces instead of parens because sh, perl, etc. also accept them.
963 # (The list follows the same order as the GNU Coding Standards.)
964 bindir
='${exec_prefix}/bin'
965 sbindir
='${exec_prefix}/sbin'
966 libexecdir
='${exec_prefix}/libexec'
967 datarootdir
='${prefix}/share'
968 datadir
='${datarootdir}'
969 sysconfdir
='${prefix}/etc'
970 sharedstatedir
='${prefix}/com'
971 localstatedir
='${prefix}/var'
972 includedir
='${prefix}/include'
973 oldincludedir
='/usr/include'
974 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
975 infodir
='${datarootdir}/info'
980 libdir
='${exec_prefix}/lib'
981 localedir
='${datarootdir}/locale'
982 mandir
='${datarootdir}/man'
988 # If the previous option needs an argument, assign it.
989 if test -n "$ac_prev"; then
990 eval $ac_prev=\
$ac_option
996 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1000 # Accept the important Cygnus configure options, so we can diagnose typos.
1002 case $ac_dashdash$ac_option in
1006 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1008 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1009 bindir
=$ac_optarg ;;
1011 -build |
--build |
--buil |
--bui |
--bu)
1012 ac_prev
=build_alias
;;
1013 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1014 build_alias
=$ac_optarg ;;
1016 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1017 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1018 ac_prev
=cache_file
;;
1019 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1020 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1021 cache_file
=$ac_optarg ;;
1023 --config-cache |
-C)
1024 cache_file
=config.cache
;;
1026 -datadir |
--datadir |
--datadi |
--datad)
1028 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1029 datadir
=$ac_optarg ;;
1031 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1032 |
--dataroo |
--dataro |
--datar)
1033 ac_prev
=datarootdir
;;
1034 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1035 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1036 datarootdir
=$ac_optarg ;;
1038 -disable-* |
--disable-*)
1039 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1040 # Reject names that are not valid shell variable names.
1041 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1042 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1043 { (exit 1); exit 1; }; }
1044 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
1045 eval enable_
$ac_feature=no
;;
1047 -docdir |
--docdir |
--docdi |
--doc |
--do)
1049 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1050 docdir
=$ac_optarg ;;
1052 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1054 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1055 dvidir
=$ac_optarg ;;
1057 -enable-* |
--enable-*)
1058 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1059 # Reject names that are not valid shell variable names.
1060 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1061 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1062 { (exit 1); exit 1; }; }
1063 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
1064 eval enable_
$ac_feature=\
$ac_optarg ;;
1066 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1067 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1068 |
--exec |
--exe |
--ex)
1069 ac_prev
=exec_prefix
;;
1070 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1071 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1072 |
--exec=* |
--exe=* |
--ex=*)
1073 exec_prefix
=$ac_optarg ;;
1075 -gas |
--gas |
--ga |
--g)
1076 # Obsolete; use --with-gas.
1079 -help |
--help |
--hel |
--he |
-h)
1080 ac_init_help
=long
;;
1081 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1082 ac_init_help
=recursive
;;
1083 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1084 ac_init_help
=short
;;
1086 -host |
--host |
--hos |
--ho)
1087 ac_prev
=host_alias
;;
1088 -host=* |
--host=* |
--hos=* |
--ho=*)
1089 host_alias
=$ac_optarg ;;
1091 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1093 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1095 htmldir
=$ac_optarg ;;
1097 -includedir |
--includedir |
--includedi |
--included |
--include \
1098 |
--includ |
--inclu |
--incl |
--inc)
1099 ac_prev
=includedir
;;
1100 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1101 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1102 includedir
=$ac_optarg ;;
1104 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1106 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1107 infodir
=$ac_optarg ;;
1109 -libdir |
--libdir |
--libdi |
--libd)
1111 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1112 libdir
=$ac_optarg ;;
1114 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1115 |
--libexe |
--libex |
--libe)
1116 ac_prev
=libexecdir
;;
1117 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1118 |
--libexe=* |
--libex=* |
--libe=*)
1119 libexecdir
=$ac_optarg ;;
1121 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1122 ac_prev
=localedir
;;
1123 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1124 localedir
=$ac_optarg ;;
1126 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1127 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1128 ac_prev
=localstatedir
;;
1129 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1130 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1131 localstatedir
=$ac_optarg ;;
1133 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1135 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1136 mandir
=$ac_optarg ;;
1138 -nfp |
--nfp |
--nf)
1139 # Obsolete; use --without-fp.
1142 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1143 |
--no-cr |
--no-c |
-n)
1146 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1147 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1150 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1151 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1152 |
--oldin |
--oldi |
--old |
--ol |
--o)
1153 ac_prev
=oldincludedir
;;
1154 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1155 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1156 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1157 oldincludedir
=$ac_optarg ;;
1159 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1161 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1162 prefix
=$ac_optarg ;;
1164 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1165 |
--program-pre |
--program-pr |
--program-p)
1166 ac_prev
=program_prefix
;;
1167 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1168 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1169 program_prefix
=$ac_optarg ;;
1171 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1172 |
--program-suf |
--program-su |
--program-s)
1173 ac_prev
=program_suffix
;;
1174 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1175 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1176 program_suffix
=$ac_optarg ;;
1178 -program-transform-name |
--program-transform-name \
1179 |
--program-transform-nam |
--program-transform-na \
1180 |
--program-transform-n |
--program-transform- \
1181 |
--program-transform |
--program-transfor \
1182 |
--program-transfo |
--program-transf \
1183 |
--program-trans |
--program-tran \
1184 |
--progr-tra |
--program-tr |
--program-t)
1185 ac_prev
=program_transform_name
;;
1186 -program-transform-name=* |
--program-transform-name=* \
1187 |
--program-transform-nam=* |
--program-transform-na=* \
1188 |
--program-transform-n=* |
--program-transform-=* \
1189 |
--program-transform=* |
--program-transfor=* \
1190 |
--program-transfo=* |
--program-transf=* \
1191 |
--program-trans=* |
--program-tran=* \
1192 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1193 program_transform_name
=$ac_optarg ;;
1195 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1197 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1198 pdfdir
=$ac_optarg ;;
1200 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1202 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1205 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1206 |
-silent |
--silent |
--silen |
--sile |
--sil)
1209 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1211 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1213 sbindir
=$ac_optarg ;;
1215 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1216 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1217 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1219 ac_prev
=sharedstatedir
;;
1220 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1221 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1222 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1224 sharedstatedir
=$ac_optarg ;;
1226 -site |
--site |
--sit)
1228 -site=* |
--site=* |
--sit=*)
1231 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1233 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1234 srcdir
=$ac_optarg ;;
1236 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1237 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1238 ac_prev
=sysconfdir
;;
1239 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1240 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1241 sysconfdir
=$ac_optarg ;;
1243 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1244 ac_prev
=target_alias
;;
1245 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1246 target_alias
=$ac_optarg ;;
1248 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1251 -version |
--version |
--versio |
--versi |
--vers |
-V)
1252 ac_init_version
=: ;;
1255 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1256 # Reject names that are not valid shell variable names.
1257 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1258 { echo "$as_me: error: invalid package name: $ac_package" >&2
1259 { (exit 1); exit 1; }; }
1260 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1261 eval with_
$ac_package=\
$ac_optarg ;;
1263 -without-* |
--without-*)
1264 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1265 # Reject names that are not valid shell variable names.
1266 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1267 { echo "$as_me: error: invalid package name: $ac_package" >&2
1268 { (exit 1); exit 1; }; }
1269 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1270 eval with_
$ac_package=no
;;
1273 # Obsolete; use --with-x.
1276 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1277 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1278 ac_prev
=x_includes
;;
1279 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1280 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1281 x_includes
=$ac_optarg ;;
1283 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1284 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1285 ac_prev
=x_libraries
;;
1286 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1287 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1288 x_libraries
=$ac_optarg ;;
1290 -*) { echo "$as_me: error: unrecognized option: $ac_option
1291 Try \`$0 --help' for more information." >&2
1292 { (exit 1); exit 1; }; }
1296 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1297 # Reject names that are not valid shell variable names.
1298 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1299 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1300 { (exit 1); exit 1; }; }
1301 eval $ac_envvar=\
$ac_optarg
1302 export $ac_envvar ;;
1305 # FIXME: should be removed in autoconf 3.0.
1306 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1307 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1308 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1309 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1315 if test -n "$ac_prev"; then
1316 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1317 { echo "$as_me: error: missing argument to $ac_option" >&2
1318 { (exit 1); exit 1; }; }
1321 # Be sure to have absolute directory names.
1322 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1323 datadir sysconfdir sharedstatedir localstatedir includedir \
1324 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1325 libdir localedir mandir
1327 eval ac_val
=\$
$ac_var
1329 [\\/$
]* | ?
:[\\/]* ) continue;;
1330 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1332 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1333 { (exit 1); exit 1; }; }
1336 # There might be people who depend on the old broken behavior: `$host'
1337 # used to hold the argument of --host etc.
1338 # FIXME: To remove some day.
1341 target
=$target_alias
1343 # FIXME: To remove some day.
1344 if test "x$host_alias" != x
; then
1345 if test "x$build_alias" = x
; then
1346 cross_compiling
=maybe
1347 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1348 If a cross compiler is detected then cross compile mode will be used." >&2
1349 elif test "x$build_alias" != "x$host_alias"; then
1355 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1357 test "$silent" = yes && exec 6>/dev
/null
1360 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1361 ac_ls_di
=`ls -di .` &&
1362 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1363 { echo "$as_me: error: Working directory cannot be determined" >&2
1364 { (exit 1); exit 1; }; }
1365 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1366 { echo "$as_me: error: pwd does not report name of working directory" >&2
1367 { (exit 1); exit 1; }; }
1370 # Find the source files, if location was not specified.
1371 if test -z "$srcdir"; then
1372 ac_srcdir_defaulted
=yes
1373 # Try the directory containing this script, then the parent directory.
1374 ac_confdir
=`$as_dirname -- "$0" ||
1375 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1376 X"$0" : 'X\(//\)[^/]' \| \
1377 X"$0" : 'X\(//\)$' \| \
1378 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1380 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1398 if test ! -r "$srcdir/$ac_unique_file"; then
1402 ac_srcdir_defaulted
=no
1404 if test ! -r "$srcdir/$ac_unique_file"; then
1405 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1406 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1407 { (exit 1); exit 1; }; }
1409 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1411 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1412 { (exit 1); exit 1; }; }
1414 # When building in place, set srcdir=.
1415 if test "$ac_abs_confdir" = "$ac_pwd"; then
1418 # Remove unnecessary trailing slashes from srcdir.
1419 # Double slashes in file names in object file debugging info
1420 # mess up M-x gdb in Emacs.
1422 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1424 for ac_var
in $ac_precious_vars; do
1425 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1426 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1427 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1428 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1432 # Report the --help message.
1434 if test "$ac_init_help" = "long"; then
1435 # Omit some internal or obsolete options to make the list less imposing.
1436 # This message is too long to be a string in the A/UX 3.1 sh.
1438 \`configure' configures asterisk 1.4 to adapt to many kinds of systems.
1440 Usage: $0 [OPTION]... [VAR=VALUE]...
1442 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1443 VAR=VALUE. See below for descriptions of some of the useful variables.
1445 Defaults for the options are specified in brackets.
1448 -h, --help display this help and exit
1449 --help=short display options specific to this package
1450 --help=recursive display the short help of all the included packages
1451 -V, --version display version information and exit
1452 -q, --quiet, --silent do not print \`checking...' messages
1453 --cache-file=FILE cache test results in FILE [disabled]
1454 -C, --config-cache alias for \`--cache-file=config.cache'
1455 -n, --no-create do not create output files
1456 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1458 Installation directories:
1459 --prefix=PREFIX install architecture-independent files in PREFIX
1460 [$ac_default_prefix]
1461 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1464 By default, \`make install' will install all the files in
1465 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1466 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1467 for instance \`--prefix=\$HOME'.
1469 For better control, use the options below.
1471 Fine tuning of the installation directories:
1472 --bindir=DIR user executables [EPREFIX/bin]
1473 --sbindir=DIR system admin executables [EPREFIX/sbin]
1474 --libexecdir=DIR program executables [EPREFIX/libexec]
1475 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1476 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1477 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1478 --libdir=DIR object code libraries [EPREFIX/lib]
1479 --includedir=DIR C header files [PREFIX/include]
1480 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1481 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1482 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1483 --infodir=DIR info documentation [DATAROOTDIR/info]
1484 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1485 --mandir=DIR man documentation [DATAROOTDIR/man]
1486 --docdir=DIR documentation root [DATAROOTDIR/doc/asterisk]
1487 --htmldir=DIR html documentation [DOCDIR]
1488 --dvidir=DIR dvi documentation [DOCDIR]
1489 --pdfdir=DIR pdf documentation [DOCDIR]
1490 --psdir=DIR ps documentation [DOCDIR]
1496 --build=BUILD configure
for building on BUILD
[guessed
]
1497 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1501 if test -n "$ac_init_help"; then
1502 case $ac_init_help in
1503 short | recursive
) echo "Configuration of asterisk 1.4:";;
1508 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1509 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1510 --enable-dev-mode Turn on developer mode
1511 --disable-largefile omit support
for large files
1514 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1515 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1516 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1517 --with-asound=PATH use Advanced Linux Sound Architecture files
in PATH
1518 --with-curl=PATH use cURL files
in PATH
1519 --with-cap=PATH use POSIX
1.e capabilities files
in PATH
1520 --with-curses=PATH use curses files
in PATH
1521 --with-dahdi=PATH use DAHDI files
in PATH
1522 --with-gnutls=PATH use GNU TLS support
(used
for iksemel only
) files
in
1524 --with-gsm=PATH use GSM files
in PATH
, or
'internal'
1525 --with-iksemel=PATH use Iksemel Jabber Library files
in PATH
1526 --with-imap=PATH use UW IMAP Toolkit files
in PATH
1527 --with-isdnnet=PATH use ISDN4Linux Library files
in PATH
1528 --with-kde=PATH use KDE files
in PATH
1529 --with-ltdl=PATH use libtool files
in PATH
1530 --with-misdn=PATH use mISDN User Library files
in PATH
1531 --with-nbs=PATH use Network Broadcast Sound files
in PATH
1532 --with-ncurses=PATH use ncurses files
in PATH
1533 --with-netsnmp=PATH use Net-SNMP files
in PATH
1534 --with-newt=PATH use newt files
in PATH
1535 --with-odbc=PATH use unixODBC files
in PATH
1536 --with-ogg=PATH use OGG files
in PATH
1537 --with-osptk=PATH use OSP Toolkit files
in PATH
1538 --with-oss=PATH use Open Sound System files
in PATH
1539 --with-popt=PATH use popt files
in PATH
1540 --with-postgres=PATH use PostgreSQL files
in PATH
1541 --with-pri=PATH use ISDN PRI files
in PATH
1542 --with-pwlib=PATH use PWlib files
in PATH
1543 --with-h323=PATH use OpenH323 files
in PATH
1544 --with-radius=PATH use Radius Client files
in PATH
1545 --with-speex=PATH use Speex files
in PATH
1546 --with-speexdsp=PATH use Speexdsp files
in PATH
1547 --with-sqlite=PATH use SQLite files
in PATH
1548 --with-suppserv=PATH use mISDN Supplemental Services files
in PATH
1549 --with-ssl=PATH use OpenSSL files
in PATH
1550 --with-tds=PATH use FreeTDS files
in PATH
1551 --with-termcap=PATH use Termcap files
in PATH
1552 --with-tinfo=PATH use Term Info files
in PATH
1553 --with-tonezone=PATH use tonezone files
in PATH
1554 --with-usb=PATH use usb files
in PATH
1555 --with-vorbis=PATH use Vorbis files
in PATH
1556 --with-vpb=PATH use Voicetronix API files
in PATH
1557 --with-z=PATH use zlib files
in PATH
1558 --with-zaptel=PATH use Zaptel files
in PATH
1560 Some influential environment variables
:
1561 CC C compiler
command
1562 CFLAGS C compiler flags
1563 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1564 nonstandard directory
<lib dir
>
1565 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1566 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1567 you have headers
in a nonstandard directory
<include dir
>
1569 CXX C
++ compiler
command
1570 CXXFLAGS C
++ compiler flags
1571 CXXCPP C
++ preprocessor
1573 Use these variables to override the choices made by
`configure' or to help
1574 it to find libraries and programs with nonstandard names/locations.
1576 Report bugs to <www.asterisk.org>.
1581 if test "$ac_init_help" = "recursive"; then
1582 # If there are subdirs, report their specific --help.
1583 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1584 test -d "$ac_dir" || continue
1588 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1590 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1591 # A ".." for each directory in $ac_dir_suffix.
1592 ac_top_builddir_sub=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,/..,g;s,/,,'`
1593 case $ac_top_builddir_sub in
1594 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1595 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1598 ac_abs_top_builddir=$ac_pwd
1599 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1600 # for backward compatibility:
1601 ac_top_builddir=$ac_top_build_prefix
1604 .) # We are building in place.
1606 ac_top_srcdir=$ac_top_builddir_sub
1607 ac_abs_top_srcdir=$ac_pwd ;;
1608 [\\/]* | ?:[\\/]* ) # Absolute name.
1609 ac_srcdir=$srcdir$ac_dir_suffix;
1610 ac_top_srcdir=$srcdir
1611 ac_abs_top_srcdir=$srcdir ;;
1613 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1614 ac_top_srcdir=$ac_top_build_prefix$srcdir
1615 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1617 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1619 cd "$ac_dir" || { ac_status=$?; continue; }
1620 # Check for guested configure.
1621 if test -f "$ac_srcdir/configure.gnu"; then
1623 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1624 elif test -f "$ac_srcdir/configure"; then
1626 $SHELL "$ac_srcdir/configure" --help=recursive
1628 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1630 cd "$ac_pwd" || { ac_status=$?; break; }
1634 test -n "$ac_init_help" && exit $ac_status
1635 if $ac_init_version; then
1637 asterisk configure 1.4
1638 generated by GNU Autoconf 2.61
1640 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1641 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1642 This configure script is free software; the Free Software Foundation
1643 gives unlimited permission to copy, distribute and modify it.
1649 cat >config.log <<_ACEOF
1650 This file contains any messages produced by compilers while
1651 running configure, to aid debugging if configure makes a mistake.
1653 It was created by asterisk $as_me 1.4, which was
1654 generated by GNU Autoconf 2.61. Invocation command line was
1666 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1667 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1668 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1669 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1670 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1672 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1673 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1675 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1676 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1677 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1678 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1679 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1680 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1681 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1689 test -z "$as_dir" && as_dir=.
1690 echo "PATH: $as_dir"
1706 # Keep a trace of the command line.
1707 # Strip out --no-create and --no-recursion so they do not pile up.
1708 # Strip out --silent because we don't want to record it for future runs.
1709 # Also quote any args containing shell meta-characters.
1710 # Make two passes to allow for proper duplicate-argument suppression.
1714 ac_must_keep_next=false
1720 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1721 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1722 | -silent | --silent | --silen | --sile | --sil)
1725 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1728 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1730 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1731 if test $ac_must_keep_next = true; then
1732 ac_must_keep_next=false # Got value, back to normal.
1735 *=* | --config-cache | -C | -disable-* | --disable-* \
1736 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1737 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1738 | -with-* | --with-* | -without-* | --without-* | --x)
1739 case "$ac_configure_args0 " in
1740 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1743 -* ) ac_must_keep_next=true ;;
1746 ac_configure_args="$ac_configure_args '$ac_arg'"
1751 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1752 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1754 # When interrupted or exit'd, cleanup temporary files, and complete
1755 # config.log. We remove comments because anyway the quotes in there
1756 # would cause problems or look ugly.
1757 # WARNING: Use '\'' to represent an apostrophe within the trap.
1758 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1759 trap 'exit_status=$?
1760 # Save into config.log some information that might help in debugging.
1765 ## ---------------- ##
1766 ## Cache variables. ##
1767 ## ---------------- ##
1770 # The following way of writing the cache mishandles newlines in values,
1772 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1773 eval ac_val=\$$ac_var
1777 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1778 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1781 _ | IFS | as_nl) ;; #(
1782 *) $as_unset $ac_var ;;
1787 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1788 *${as_nl}ac_space=\ *)
1790 "s/'\''/'\''\\\\'\'''\''/g;
1791 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1794 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1802 ## ----------------- ##
1803 ## Output variables. ##
1804 ## ----------------- ##
1807 for ac_var in $ac_subst_vars
1809 eval ac_val=\$$ac_var
1811 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1813 echo "$ac_var='\''$ac_val'\''"
1817 if test -n "$ac_subst_files"; then
1819 ## ------------------- ##
1820 ## File substitutions. ##
1821 ## ------------------- ##
1824 for ac_var in $ac_subst_files
1826 eval ac_val=\$$ac_var
1828 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1830 echo "$ac_var='\''$ac_val'\''"
1835 if test -s confdefs.h; then
1845 test "$ac_signal" != 0 &&
1846 echo "$as_me: caught signal $ac_signal"
1847 echo "$as_me: exit $exit_status"
1849 rm -f core *.core core.conftest.* &&
1850 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1853 for ac_signal in 1 2 13 15; do
1854 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1858 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1859 rm -f -r conftest* confdefs.h
1861 # Predefined preprocessor variables.
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_NAME "$PACKAGE_NAME"
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1878 cat >>confdefs.h <<_ACEOF
1879 #define PACKAGE_STRING "$PACKAGE_STRING"
1883 cat >>confdefs.h <<_ACEOF
1884 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1888 # Let the site file select an alternate cache file if it wants to.
1889 # Prefer explicitly selected file to automatically selected ones.
1890 if test -n "$CONFIG_SITE"; then
1891 set x "$CONFIG_SITE"
1892 elif test "x$prefix" != xNONE; then
1893 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1895 set x "$ac_default_prefix/share/config.site" \
1896 "$ac_default_prefix/etc/config.site"
1901 if test -r "$ac_site_file"; then
1902 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1903 echo "$as_me: loading site script $ac_site_file" >&6;}
1904 sed 's/^/| /' "$ac_site_file" >&5
1909 if test -r "$cache_file"; then
1910 # Some versions of bash will fail to source /dev/null (special
1911 # files actually), so we avoid doing that.
1912 if test -f "$cache_file"; then
1913 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1914 echo "$as_me: loading cache $cache_file" >&6;}
1916 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1917 *) . "./$cache_file";;
1921 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1922 echo "$as_me: creating cache $cache_file" >&6;}
1926 ac_header_list="$ac_header_list utime.h"
1927 # Check that the precious variables saved in the cache have kept the same
1929 ac_cache_corrupted=false
1930 for ac_var in $ac_precious_vars; do
1931 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1932 eval ac_new_set=\$ac_env_${ac_var}_set
1933 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1934 eval ac_new_val=\$ac_env_${ac_var}_value
1935 case $ac_old_set,$ac_new_set in
1937 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
1938 echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1939 ac_cache_corrupted=: ;;
1941 { echo "$as_me:$LINENO: error: \`$ac_var' was not
set in the previous run
" >&5
1942 echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
1943 ac_cache_corrupted=: ;;
1946 if test "x$ac_old_val" != "x$ac_new_val"; then
1947 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1948 echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
1949 { echo "$as_me:$LINENO: former value
: $ac_old_val" >&5
1950 echo "$as_me: former value
: $ac_old_val" >&2;}
1951 { echo "$as_me:$LINENO: current value
: $ac_new_val" >&5
1952 echo "$as_me: current value
: $ac_new_val" >&2;}
1953 ac_cache_corrupted=:
1956 # Pass precious variables to config.status.
1957 if test "$ac_new_set" = set; then
1959 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
1960 *) ac_arg=$ac_var=$ac_new_val ;;
1962 case " $ac_configure_args " in
1963 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1964 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1968 if $ac_cache_corrupted; then
1969 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1970 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1971 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1973 { (exit 1); exit 1; }; }
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008 # cross-compile macros
2010 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2011 if test -f "$ac_dir/install-sh"; then
2013 ac_install_sh="$ac_aux_dir/install-sh -c"
2015 elif test -f "$ac_dir/install.sh"; then
2017 ac_install_sh="$ac_aux_dir/install.sh -c"
2019 elif test -f "$ac_dir/shtool"; then
2021 ac_install_sh="$ac_aux_dir/shtool install -c"
2025 if test -z "$ac_aux_dir"; then
2026 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2027 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2028 { (exit 1); exit 1; }; }
2031 # These three variables are undocumented and unsupported,
2032 # and are intended to be withdrawn in a future Autoconf release.
2033 # They can cause serious problems if a builder's source tree is in a directory
2034 # whose full name contains unusual characters.
2035 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2036 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2037 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2040 # Make sure we can run config.sub.
2041 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2042 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2043 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2044 { (exit 1); exit 1; }; }
2046 { echo "$as_me:$LINENO: checking build system type" >&5
2047 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2048 if test "${ac_cv_build+set}" = set; then
2049 echo $ECHO_N "(cached) $ECHO_C" >&6
2051 ac_build_alias=$build_alias
2052 test "x$ac_build_alias" = x &&
2053 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2054 test "x$ac_build_alias" = x &&
2055 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2056 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2057 { (exit 1); exit 1; }; }
2058 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2059 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2060 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2061 { (exit 1); exit 1; }; }
2064 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2065 echo "${ECHO_T}$ac_cv_build" >&6; }
2066 case $ac_cv_build in
2068 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2069 echo "$as_me: error: invalid value of canonical build" >&2;}
2070 { (exit 1); exit 1; }; };;
2073 ac_save_IFS=$IFS; IFS='-'
2079 # Remember, the first character of IFS is used to create $*,
2080 # except with old shells:
2083 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2086 { echo "$as_me:$LINENO: checking host system type" >&5
2087 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2088 if test "${ac_cv_host+set}" = set; then
2089 echo $ECHO_N "(cached) $ECHO_C" >&6
2091 if test "x$host_alias" = x; then
2092 ac_cv_host=$ac_cv_build
2094 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2095 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2096 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2097 { (exit 1); exit 1; }; }
2101 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2102 echo "${ECHO_T}$ac_cv_host" >&6; }
2105 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2106 echo "$as_me: error: invalid value of canonical host" >&2;}
2107 { (exit 1); exit 1; }; };;
2110 ac_save_IFS=$IFS; IFS='-'
2116 # Remember, the first character of IFS is used to create $*,
2117 # except with old shells:
2120 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2124 # check existence of the package
2127 # specify output header file
2128 ac_config_headers="$ac_config_headers include/asterisk/autoconfig.h"
2135 cat >>confdefs.h <<\_ACEOF
2136 #define _GNU_SOURCE 1
2141 ac_cpp='$CPP $CPPFLAGS'
2142 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2143 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2144 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2145 if test -n "$ac_tool_prefix"; then
2146 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2147 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2150 if test "${ac_cv_prog_CC+set}" = set; then
2151 echo $ECHO_N "(cached) $ECHO_C" >&6
2153 if test -n "$CC"; then
2154 ac_cv_prog_CC="$CC" # Let the user override the test.
2156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2160 test -z "$as_dir" && as_dir=.
2161 for ac_exec_ext in '' $ac_executable_extensions; do
2162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2163 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2174 if test -n "$CC"; then
2175 { echo "$as_me:$LINENO: result: $CC" >&5
2176 echo "${ECHO_T}$CC" >&6; }
2178 { echo "$as_me:$LINENO: result: no" >&5
2179 echo "${ECHO_T}no" >&6; }
2184 if test -z "$ac_cv_prog_CC"; then
2186 # Extract the first word of "gcc", so it can be a program name with args.
2187 set dummy gcc; ac_word=$2
2188 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2189 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2190 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2191 echo $ECHO_N "(cached) $ECHO_C" >&6
2193 if test -n "$ac_ct_CC"; then
2194 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2200 test -z "$as_dir" && as_dir=.
2201 for ac_exec_ext in '' $ac_executable_extensions; do
2202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2203 ac_cv_prog_ac_ct_CC="gcc"
2204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2213 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2214 if test -n "$ac_ct_CC"; then
2215 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2216 echo "${ECHO_T}$ac_ct_CC" >&6; }
2218 { echo "$as_me:$LINENO: result: no" >&5
2219 echo "${ECHO_T}no" >&6; }
2222 if test "x$ac_ct_CC" = x; then
2225 case $cross_compiling:$ac_tool_warned in
2227 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2228 whose name does not start with the host triplet. If you think this
2229 configuration is useful to you, please write to autoconf@gnu.org." >&5
2230 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2231 whose name does not start with the host triplet. If you think this
2232 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2233 ac_tool_warned=yes ;;
2241 if test -z "$CC"; then
2242 if test -n "$ac_tool_prefix"; then
2243 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2244 set dummy ${ac_tool_prefix}cc; ac_word=$2
2245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2247 if test "${ac_cv_prog_CC+set}" = set; then
2248 echo $ECHO_N "(cached) $ECHO_C" >&6
2250 if test -n "$CC"; then
2251 ac_cv_prog_CC="$CC" # Let the user override the test.
2253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2257 test -z "$as_dir" && as_dir=.
2258 for ac_exec_ext in '' $ac_executable_extensions; do
2259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2260 ac_cv_prog_CC="${ac_tool_prefix}cc"
2261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2271 if test -n "$CC"; then
2272 { echo "$as_me:$LINENO: result: $CC" >&5
2273 echo "${ECHO_T}$CC" >&6; }
2275 { echo "$as_me:$LINENO: result: no" >&5
2276 echo "${ECHO_T}no" >&6; }
2282 if test -z "$CC"; then
2283 # Extract the first word of "cc", so it can be a program name with args.
2284 set dummy cc; ac_word=$2
2285 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2286 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2287 if test "${ac_cv_prog_CC+set}" = set; then
2288 echo $ECHO_N "(cached) $ECHO_C" >&6
2290 if test -n "$CC"; then
2291 ac_cv_prog_CC="$CC" # Let the user override the test.
2294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2298 test -z "$as_dir" && as_dir=.
2299 for ac_exec_ext in '' $ac_executable_extensions; do
2300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2301 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2302 ac_prog_rejected=yes
2306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 if test $ac_prog_rejected = yes; then
2314 # We found a bogon in the path, so make sure we never use it.
2315 set dummy $ac_cv_prog_CC
2317 if test $# != 0; then
2318 # We chose a different compiler from the bogus one.
2319 # However, it has the same basename, so the bogon will be chosen
2320 # first if we set CC to just the basename; use the full file name.
2322 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2328 if test -n "$CC"; then
2329 { echo "$as_me:$LINENO: result: $CC" >&5
2330 echo "${ECHO_T}$CC" >&6; }
2332 { echo "$as_me:$LINENO: result: no" >&5
2333 echo "${ECHO_T}no" >&6; }
2338 if test -z "$CC"; then
2339 if test -n "$ac_tool_prefix"; then
2340 for ac_prog in cl.exe
2342 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2343 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2344 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2346 if test "${ac_cv_prog_CC+set}" = set; then
2347 echo $ECHO_N "(cached) $ECHO_C" >&6
2349 if test -n "$CC"; then
2350 ac_cv_prog_CC="$CC" # Let the user override the test.
2352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2356 test -z "$as_dir" && as_dir=.
2357 for ac_exec_ext in '' $ac_executable_extensions; do
2358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2359 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2360 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2370 if test -n "$CC"; then
2371 { echo "$as_me:$LINENO: result: $CC" >&5
2372 echo "${ECHO_T}$CC" >&6; }
2374 { echo "$as_me:$LINENO: result: no" >&5
2375 echo "${ECHO_T}no" >&6; }
2379 test -n "$CC" && break
2382 if test -z "$CC"; then
2384 for ac_prog in cl.exe
2386 # Extract the first word of "$ac_prog", so it can be a program name with args.
2387 set dummy $ac_prog; ac_word=$2
2388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2390 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2391 echo $ECHO_N "(cached) $ECHO_C" >&6
2393 if test -n "$ac_ct_CC"; then
2394 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2400 test -z "$as_dir" && as_dir=.
2401 for ac_exec_ext in '' $ac_executable_extensions; do
2402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2403 ac_cv_prog_ac_ct_CC="$ac_prog"
2404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2413 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2414 if test -n "$ac_ct_CC"; then
2415 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2416 echo "${ECHO_T}$ac_ct_CC" >&6; }
2418 { echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6; }
2423 test -n "$ac_ct_CC" && break
2426 if test "x$ac_ct_CC" = x; then
2429 case $cross_compiling:$ac_tool_warned in
2431 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2432 whose name does not start with the host triplet. If you think this
2433 configuration is useful to you, please write to autoconf@gnu.org." >&5
2434 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2435 whose name does not start with the host triplet. If you think this
2436 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2437 ac_tool_warned=yes ;;
2446 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2447 See \`config.log
' for more details." >&5
2448 echo "$as_me: error: no acceptable C compiler found in \$PATH
2449 See \`config.log' for more details.
" >&2;}
2450 { (exit 1); exit 1; }; }
2452 # Provide some information about the compiler.
2453 echo "$as_me:$LINENO: checking
for C compiler version
" >&5
2454 ac_compiler=`set X $ac_compile; echo $2`
2455 { (ac_try="$ac_compiler --version >&5"
2457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2458 *) ac_try_echo=$ac_try;;
2460 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2461 (eval "$ac_compiler --version >&5") 2>&5
2463 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2464 (exit $ac_status); }
2465 { (ac_try="$ac_compiler -v >&5"
2467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2468 *) ac_try_echo=$ac_try;;
2470 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2471 (eval "$ac_compiler -v >&5") 2>&5
2473 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2474 (exit $ac_status); }
2475 { (ac_try="$ac_compiler -V >&5"
2477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2478 *) ac_try_echo=$ac_try;;
2480 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2481 (eval "$ac_compiler -V >&5") 2>&5
2483 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2484 (exit $ac_status); }
2486 cat >conftest.$ac_ext <<_ACEOF
2489 cat confdefs.h >>conftest.$ac_ext
2490 cat >>conftest.$ac_ext <<_ACEOF
2491 /* end confdefs.h. */
2501 ac_clean_files_save=$ac_clean_files
2502 ac_clean_files="$ac_clean_files a.out a.exe b.out
"
2503 # Try to create an executable without -o first, disregard a.out.
2504 # It will help us diagnose broken compilers, and finding out an intuition
2506 { echo "$as_me:$LINENO: checking
for C compiler default output
file name
" >&5
2507 echo $ECHO_N "checking
for C compiler default output
file name...
$ECHO_C" >&6; }
2508 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2510 # List of possible output files, starting from the most likely.
2511 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2512 # only as a last resort. b.out is created by i960 compilers.
2513 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2515 # The IRIX 6 linker writes into existing files which may not be
2516 # executable, retaining their permissions. Remove them first so a
2517 # subsequent execution test works.
2519 for ac_file in $ac_files
2522 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2523 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2528 if { (ac_try="$ac_link_default"
2530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2531 *) ac_try_echo=$ac_try;;
2533 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2534 (eval "$ac_link_default") 2>&5
2536 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2537 (exit $ac_status); }; then
2538 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2539 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2540 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2541 # so that the user can short-circuit this test for compilers unknown to
2543 for ac_file in $ac_files ''
2545 test -f "$ac_file" || continue
2547 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2550 # We found the default executable, but exeext='' is most
2554 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2556 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2558 # We set ac_cv_exeext here because the later test for it is not
2559 # safe: cross compilers may not add the suffix if given an `-o'
2560 # argument, so we may need to know it at that point already.
2561 # Even if this section looks crufty: it has the advantage of
2568 test "$ac_cv_exeext" = no && ac_cv_exeext=
2574 { echo "$as_me:$LINENO: result
: $ac_file" >&5
2575 echo "${ECHO_T}$ac_file" >&6; }
2576 if test -z "$ac_file"; then
2577 echo "$as_me: failed program was
:" >&5
2578 sed 's/^/| /' conftest.$ac_ext >&5
2580 { { echo "$as_me:$LINENO: error
: C compiler cannot create executables
2581 See \
`config.log' for more details." >&5
2582 echo "$as_me: error: C compiler cannot create executables
2583 See \`config.log
' for more details." >&2;}
2584 { (exit 77); exit 77; }; }
2587 ac_exeext=$ac_cv_exeext
2589 # Check that the compiler produces executables we can run. If not, either
2590 # the compiler is broken, or we cross compile.
2591 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2592 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2593 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2594 # If not cross compiling, check that we can run a simple program.
2595 if test "$cross_compiling" != yes; then
2596 if { ac_try='.
/$ac_file'
2597 { (case "(($ac_try" in
2598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2599 *) ac_try_echo=$ac_try;;
2601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2602 (eval "$ac_try") 2>&5
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }; }; then
2608 if test "$cross_compiling" = maybe; then
2611 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2612 If you meant to cross compile, use \`--host'.
2613 See \
`config.log' for more details." >&5
2614 echo "$as_me: error: cannot run C compiled programs.
2615 If you meant to cross compile, use \`--host'.
2616 See \`config.log' for more details.
" >&2;}
2617 { (exit 1); exit 1; }; }
2621 { echo "$as_me:$LINENO: result
: yes" >&5
2622 echo "${ECHO_T}yes" >&6; }
2624 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2625 ac_clean_files=$ac_clean_files_save
2626 # Check that the compiler produces executables we can run. If not, either
2627 # the compiler is broken, or we cross compile.
2628 { echo "$as_me:$LINENO: checking whether we are cross compiling
" >&5
2629 echo $ECHO_N "checking whether we are cross compiling...
$ECHO_C" >&6; }
2630 { echo "$as_me:$LINENO: result
: $cross_compiling" >&5
2631 echo "${ECHO_T}$cross_compiling" >&6; }
2633 { echo "$as_me:$LINENO: checking
for suffix of executables
" >&5
2634 echo $ECHO_N "checking
for suffix of executables...
$ECHO_C" >&6; }
2635 if { (ac_try="$ac_link"
2637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2638 *) ac_try_echo=$ac_try;;
2640 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2641 (eval "$ac_link") 2>&5
2643 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2644 (exit $ac_status); }; then
2645 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2646 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2647 # work properly (i.e., refer to `conftest.exe'), while it won't with
2649 for ac_file in conftest.exe conftest conftest.*; do
2650 test -f "$ac_file" || continue
2652 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2653 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2659 { { echo "$as_me:$LINENO: error
: cannot compute suffix of executables
: cannot compile and link
2660 See \
`config.log' for more details." >&5
2661 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2662 See \`config.log
' for more details." >&2;}
2663 { (exit 1); exit 1; }; }
2666 rm -f conftest$ac_cv_exeext
2667 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2668 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2670 rm -f conftest.$ac_ext
2671 EXEEXT=$ac_cv_exeext
2673 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2674 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2675 if test "${ac_cv_objext+set}" = set; then
2676 echo $ECHO_N "(cached) $ECHO_C" >&6
2678 cat >conftest.$ac_ext <<_ACEOF
2681 cat confdefs.h >>conftest.$ac_ext
2682 cat >>conftest.$ac_ext <<_ACEOF
2683 /* end confdefs.h. */
2693 rm -f conftest.o conftest.obj
2694 if { (ac_try="$ac_compile"
2696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2697 *) ac_try_echo=$ac_try;;
2699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2700 (eval "$ac_compile") 2>&5
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); }; then
2704 for ac_file in conftest.o conftest.obj conftest.*; do
2705 test -f "$ac_file" || continue;
2707 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2708 *) ac_cv_objext=`expr "$ac_file" : '.
*\.\
(.
*\
)'`
2713 echo "$as_me: failed program was:" >&5
2714 sed 's
/^
/|
/' conftest.$ac_ext >&5
2716 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2717 See \`config.log' for more details.
" >&5
2718 echo "$as_me: error
: cannot compute suffix of object files
: cannot compile
2719 See \
`config.log' for more details." >&2;}
2720 { (exit 1); exit 1; }; }
2723 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2725 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2726 echo "${ECHO_T}$ac_cv_objext" >&6; }
2727 OBJEXT=$ac_cv_objext
2729 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2730 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2731 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2732 echo $ECHO_N "(cached) $ECHO_C" >&6
2734 cat >conftest.$ac_ext <<_ACEOF
2737 cat confdefs.h >>conftest.$ac_ext
2738 cat >>conftest.$ac_ext <<_ACEOF
2739 /* end confdefs.h. */
2752 rm -f conftest.$ac_objext
2753 if { (ac_try="$ac_compile"
2755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2756 *) ac_try_echo
=$ac_try;;
2758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2759 (eval "$ac_compile") 2>conftest.er1
2761 grep -v '^ *+' conftest.er1
>conftest.err
2763 cat conftest.err
>&5
2764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2765 (exit $ac_status); } && {
2766 test -z "$ac_c_werror_flag" ||
2767 test ! -s conftest.err
2768 } && test -s conftest.
$ac_objext; then
2771 echo "$as_me: failed program was:" >&5
2772 sed 's/^/| /' conftest.
$ac_ext >&5
2777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2778 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2781 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2782 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2783 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2784 ac_test_CFLAGS
=${CFLAGS+set}
2785 ac_save_CFLAGS
=$CFLAGS
2786 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2787 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2788 if test "${ac_cv_prog_cc_g+set}" = set; then
2789 echo $ECHO_N "(cached) $ECHO_C" >&6
2791 ac_save_c_werror_flag
=$ac_c_werror_flag
2792 ac_c_werror_flag
=yes
2795 cat >conftest.
$ac_ext <<_ACEOF
2798 cat confdefs.h
>>conftest.
$ac_ext
2799 cat >>conftest.
$ac_ext <<_ACEOF
2800 /* end confdefs.h. */
2810 rm -f conftest.
$ac_objext
2811 if { (ac_try
="$ac_compile"
2813 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2814 *) ac_try_echo=$ac_try;;
2816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2817 (eval "$ac_compile") 2>conftest.er1
2819 grep -v '^ *+' conftest.er1 >conftest.err
2821 cat conftest.err >&5
2822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2823 (exit $ac_status); } && {
2824 test -z "$ac_c_werror_flag" ||
2825 test ! -s conftest.err
2826 } && test -s conftest.$ac_objext; then
2829 echo "$as_me: failed program was:" >&5
2830 sed 's/^/| /' conftest.$ac_ext >&5
2833 cat >conftest.$ac_ext <<_ACEOF
2836 cat confdefs.h >>conftest.$ac_ext
2837 cat >>conftest.$ac_ext <<_ACEOF
2838 /* end confdefs.h. */
2848 rm -f conftest.$ac_objext
2849 if { (ac_try="$ac_compile"
2851 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2852 *) ac_try_echo
=$ac_try;;
2854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2855 (eval "$ac_compile") 2>conftest.er1
2857 grep -v '^ *+' conftest.er1
>conftest.err
2859 cat conftest.err
>&5
2860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861 (exit $ac_status); } && {
2862 test -z "$ac_c_werror_flag" ||
2863 test ! -s conftest.err
2864 } && test -s conftest.
$ac_objext; then
2867 echo "$as_me: failed program was:" >&5
2868 sed 's/^/| /' conftest.
$ac_ext >&5
2870 ac_c_werror_flag
=$ac_save_c_werror_flag
2872 cat >conftest.
$ac_ext <<_ACEOF
2875 cat confdefs.h
>>conftest.
$ac_ext
2876 cat >>conftest.
$ac_ext <<_ACEOF
2877 /* end confdefs.h. */
2887 rm -f conftest.
$ac_objext
2888 if { (ac_try
="$ac_compile"
2890 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2891 *) ac_try_echo=$ac_try;;
2893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2894 (eval "$ac_compile") 2>conftest.er1
2896 grep -v '^ *+' conftest.er1 >conftest.err
2898 cat conftest.err >&5
2899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2900 (exit $ac_status); } && {
2901 test -z "$ac_c_werror_flag" ||
2902 test ! -s conftest.err
2903 } && test -s conftest.$ac_objext; then
2906 echo "$as_me: failed program was:" >&5
2907 sed 's/^/| /' conftest.$ac_ext >&5
2912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2919 ac_c_werror_flag=$ac_save_c_werror_flag
2921 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2922 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2923 if test "$ac_test_CFLAGS" = set; then
2924 CFLAGS=$ac_save_CFLAGS
2925 elif test $ac_cv_prog_cc_g = yes; then
2926 if test "$GCC" = yes; then
2932 if test "$GCC" = yes; then
2938 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2939 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2940 if test "${ac_cv_prog_cc_c89+set}" = set; then
2941 echo $ECHO_N "(cached) $ECHO_C" >&6
2943 ac_cv_prog_cc_c89=no
2945 cat >conftest.$ac_ext <<_ACEOF
2948 cat confdefs.h >>conftest.$ac_ext
2949 cat >>conftest.$ac_ext <<_ACEOF
2950 /* end confdefs.h. */
2953 #include <sys/types.h>
2954 #include <sys/stat.h>
2955 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2956 struct buf { int x; };
2957 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2958 static char *e (p, i)
2964 static char *f (char * (*g) (char **, int), char **p, ...)
2969 s = g (p, va_arg (v,int));
2974 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2975 function prototypes and stuff, but not '\xHH' hex character constants.
2976 These don't provoke an error unfortunately, instead are silently treated
2977 as 'x'. The following induces an error, until -std is added to get
2978 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2979 array size at least. It's necessary to write '\x00'==0 to get something
2980 that's true only with -std. */
2981 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2983 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2984 inside strings and character constants. */
2986 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2988 int test (int i, double x);
2989 struct s1 {int (*f) (int a);};
2990 struct s2 {int (*f) (double a);};
2991 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2997 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3002 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3003 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3005 CC="$ac_save_CC $ac_arg"
3006 rm -f conftest.$ac_objext
3007 if { (ac_try="$ac_compile"
3009 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3010 *) ac_try_echo
=$ac_try;;
3012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3013 (eval "$ac_compile") 2>conftest.er1
3015 grep -v '^ *+' conftest.er1
>conftest.err
3017 cat conftest.err
>&5
3018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3019 (exit $ac_status); } && {
3020 test -z "$ac_c_werror_flag" ||
3021 test ! -s conftest.err
3022 } && test -s conftest.
$ac_objext; then
3023 ac_cv_prog_cc_c89
=$ac_arg
3025 echo "$as_me: failed program was:" >&5
3026 sed 's/^/| /' conftest.
$ac_ext >&5
3031 rm -f core conftest.err conftest.
$ac_objext
3032 test "x$ac_cv_prog_cc_c89" != "xno" && break
3034 rm -f conftest.
$ac_ext
3039 case "x$ac_cv_prog_cc_c89" in
3041 { echo "$as_me:$LINENO: result: none needed" >&5
3042 echo "${ECHO_T}none needed" >&6; } ;;
3044 { echo "$as_me:$LINENO: result: unsupported" >&5
3045 echo "${ECHO_T}unsupported" >&6; } ;;
3047 CC
="$CC $ac_cv_prog_cc_c89"
3048 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3049 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3054 ac_cpp
='$CPP $CPPFLAGS'
3055 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3056 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3057 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3061 ac_cpp
='$CPP $CPPFLAGS'
3062 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3063 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3064 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3065 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3066 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3067 # On Suns, sometimes $CPP names a directory.
3068 if test -n "$CPP" && test -d "$CPP"; then
3071 if test -z "$CPP"; then
3072 if test "${ac_cv_prog_CPP+set}" = set; then
3073 echo $ECHO_N "(cached) $ECHO_C" >&6
3075 # Double quotes because CPP needs to be expanded
3076 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3079 for ac_c_preproc_warn_flag
in '' yes
3081 # Use a header file that comes with gcc, so configuring glibc
3082 # with a fresh cross-compiler works.
3083 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3084 # <limits.h> exists even on freestanding compilers.
3085 # On the NeXT, cc -E runs the code through the compiler's parser,
3086 # not just through cpp. "Syntax error" is here to catch this case.
3087 cat >conftest.
$ac_ext <<_ACEOF
3090 cat confdefs.h
>>conftest.
$ac_ext
3091 cat >>conftest.
$ac_ext <<_ACEOF
3092 /* end confdefs.h. */
3094 # include <limits.h>
3096 # include <assert.h>
3100 if { (ac_try
="$ac_cpp conftest.$ac_ext"
3102 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3103 *) ac_try_echo=$ac_try;;
3105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3108 grep -v '^ *+' conftest.er1 >conftest.err
3110 cat conftest.err >&5
3111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3112 (exit $ac_status); } >/dev/null && {
3113 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3114 test ! -s conftest.err
3118 echo "$as_me: failed program was:" >&5
3119 sed 's/^/| /' conftest.$ac_ext >&5
3121 # Broken: fails on valid input.
3125 rm -f conftest.err conftest.$ac_ext
3127 # OK, works on sane cases. Now check whether nonexistent headers
3128 # can be detected and how.
3129 cat >conftest.$ac_ext <<_ACEOF
3132 cat confdefs.h >>conftest.$ac_ext
3133 cat >>conftest.$ac_ext <<_ACEOF
3134 /* end confdefs.h. */
3135 #include <ac_nonexistent.h>
3137 if { (ac_try="$ac_cpp conftest.$ac_ext"
3139 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3140 *) ac_try_echo
=$ac_try;;
3142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3143 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3145 grep -v '^ *+' conftest.er1
>conftest.err
3147 cat conftest.err
>&5
3148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3149 (exit $ac_status); } >/dev
/null
&& {
3150 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3151 test ! -s conftest.err
3153 # Broken: success on invalid input.
3156 echo "$as_me: failed program was:" >&5
3157 sed 's/^/| /' conftest.
$ac_ext >&5
3159 # Passes both tests.
3164 rm -f conftest.err conftest.
$ac_ext
3167 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3168 rm -f conftest.err conftest.
$ac_ext
3169 if $ac_preproc_ok; then
3181 { echo "$as_me:$LINENO: result: $CPP" >&5
3182 echo "${ECHO_T}$CPP" >&6; }
3184 for ac_c_preproc_warn_flag
in '' yes
3186 # Use a header file that comes with gcc, so configuring glibc
3187 # with a fresh cross-compiler works.
3188 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3189 # <limits.h> exists even on freestanding compilers.
3190 # On the NeXT, cc -E runs the code through the compiler's parser,
3191 # not just through cpp. "Syntax error" is here to catch this case.
3192 cat >conftest.
$ac_ext <<_ACEOF
3195 cat confdefs.h
>>conftest.
$ac_ext
3196 cat >>conftest.
$ac_ext <<_ACEOF
3197 /* end confdefs.h. */
3199 # include <limits.h>
3201 # include <assert.h>
3205 if { (ac_try
="$ac_cpp conftest.$ac_ext"
3207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3208 *) ac_try_echo=$ac_try;;
3210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3211 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3213 grep -v '^ *+' conftest.er1 >conftest.err
3215 cat conftest.err >&5
3216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3217 (exit $ac_status); } >/dev/null && {
3218 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3219 test ! -s conftest.err
3223 echo "$as_me: failed program was:" >&5
3224 sed 's/^/| /' conftest.$ac_ext >&5
3226 # Broken: fails on valid input.
3230 rm -f conftest.err conftest.$ac_ext
3232 # OK, works on sane cases. Now check whether nonexistent headers
3233 # can be detected and how.
3234 cat >conftest.$ac_ext <<_ACEOF
3237 cat confdefs.h >>conftest.$ac_ext
3238 cat >>conftest.$ac_ext <<_ACEOF
3239 /* end confdefs.h. */
3240 #include <ac_nonexistent.h>
3242 if { (ac_try="$ac_cpp conftest.$ac_ext"
3244 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3245 *) ac_try_echo
=$ac_try;;
3247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3248 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3250 grep -v '^ *+' conftest.er1
>conftest.err
3252 cat conftest.err
>&5
3253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3254 (exit $ac_status); } >/dev
/null
&& {
3255 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3256 test ! -s conftest.err
3258 # Broken: success on invalid input.
3261 echo "$as_me: failed program was:" >&5
3262 sed 's/^/| /' conftest.
$ac_ext >&5
3264 # Passes both tests.
3269 rm -f conftest.err conftest.
$ac_ext
3272 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3273 rm -f conftest.err conftest.
$ac_ext
3274 if $ac_preproc_ok; then
3277 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3278 See \`config.log' for more details." >&5
3279 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3280 See \`config.log' for more details." >&2;}
3281 { (exit 1); exit 1; }; }
3285 ac_cpp
='$CPP $CPPFLAGS'
3286 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3287 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3288 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3291 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3292 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3293 if test "${ac_cv_path_GREP+set}" = set; then
3294 echo $ECHO_N "(cached) $ECHO_C" >&6
3296 # Extract the first word of "grep ggrep" to use in msg output
3297 if test -z "$GREP"; then
3298 set dummy
grep ggrep
; ac_prog_name
=$2
3299 if test "${ac_cv_path_GREP+set}" = set; then
3300 echo $ECHO_N "(cached) $ECHO_C" >&6
3302 ac_path_GREP_found
=false
3303 # Loop through the user's path and test for each of PROGNAME-LIST
3304 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3305 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3308 test -z "$as_dir" && as_dir
=.
3309 for ac_prog
in grep ggrep
; do
3310 for ac_exec_ext
in '' $ac_executable_extensions; do
3311 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
3312 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
3313 # Check for GNU ac_path_GREP and select it if it is found.
3314 # Check for GNU $ac_path_GREP
3315 case `"$ac_path_GREP" --version 2>&1` in
3317 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
3320 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3323 cat "conftest.in" "conftest.in" >"conftest.tmp"
3324 mv "conftest.tmp" "conftest.in"
3325 cp "conftest.in" "conftest.nl"
3326 echo 'GREP' >> "conftest.nl"
3327 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3328 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3329 ac_count
=`expr $ac_count + 1`
3330 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3331 # Best one so far, save it but keep looking for a better one
3332 ac_cv_path_GREP
="$ac_path_GREP"
3333 ac_path_GREP_max
=$ac_count
3335 # 10*(2^10) chars as input seems more than enough
3336 test $ac_count -gt 10 && break
3338 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3342 $ac_path_GREP_found && break 3
3352 GREP
="$ac_cv_path_GREP"
3353 if test -z "$GREP"; then
3354 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3355 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3356 { (exit 1); exit 1; }; }
3360 ac_cv_path_GREP
=$GREP
3365 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3366 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
3367 GREP
="$ac_cv_path_GREP"
3370 { echo "$as_me:$LINENO: checking for egrep" >&5
3371 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3372 if test "${ac_cv_path_EGREP+set}" = set; then
3373 echo $ECHO_N "(cached) $ECHO_C" >&6
3375 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
3376 then ac_cv_path_EGREP
="$GREP -E"
3378 # Extract the first word of "egrep" to use in msg output
3379 if test -z "$EGREP"; then
3380 set dummy
egrep; ac_prog_name
=$2
3381 if test "${ac_cv_path_EGREP+set}" = set; then
3382 echo $ECHO_N "(cached) $ECHO_C" >&6
3384 ac_path_EGREP_found
=false
3385 # Loop through the user's path and test for each of PROGNAME-LIST
3386 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3387 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3390 test -z "$as_dir" && as_dir
=.
3391 for ac_prog
in egrep; do
3392 for ac_exec_ext
in '' $ac_executable_extensions; do
3393 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
3394 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
3395 # Check for GNU ac_path_EGREP and select it if it is found.
3396 # Check for GNU $ac_path_EGREP
3397 case `"$ac_path_EGREP" --version 2>&1` in
3399 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
3402 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3405 cat "conftest.in" "conftest.in" >"conftest.tmp"
3406 mv "conftest.tmp" "conftest.in"
3407 cp "conftest.in" "conftest.nl"
3408 echo 'EGREP' >> "conftest.nl"
3409 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3410 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3411 ac_count
=`expr $ac_count + 1`
3412 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3413 # Best one so far, save it but keep looking for a better one
3414 ac_cv_path_EGREP
="$ac_path_EGREP"
3415 ac_path_EGREP_max
=$ac_count
3417 # 10*(2^10) chars as input seems more than enough
3418 test $ac_count -gt 10 && break
3420 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3424 $ac_path_EGREP_found && break 3
3434 EGREP
="$ac_cv_path_EGREP"
3435 if test -z "$EGREP"; then
3436 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3437 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3438 { (exit 1); exit 1; }; }
3442 ac_cv_path_EGREP
=$EGREP
3448 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3449 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3450 EGREP
="$ac_cv_path_EGREP"
3454 { echo "$as_me:$LINENO: checking for AIX" >&5
3455 echo $ECHO_N "checking for AIX... $ECHO_C" >&6; }
3456 cat >conftest.
$ac_ext <<_ACEOF
3459 cat confdefs.h
>>conftest.
$ac_ext
3460 cat >>conftest.
$ac_ext <<_ACEOF
3461 /* end confdefs.h. */
3467 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3468 $EGREP "yes" >/dev
/null
2>&1; then
3469 { echo "$as_me:$LINENO: result: yes" >&5
3470 echo "${ECHO_T}yes" >&6; }
3471 cat >>confdefs.h
<<\_ACEOF
3472 #define _ALL_SOURCE 1
3476 { echo "$as_me:$LINENO: result: no" >&5
3477 echo "${ECHO_T}no" >&6; }
3482 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3483 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
3484 if test "${ac_cv_header_stdc+set}" = set; then
3485 echo $ECHO_N "(cached) $ECHO_C" >&6
3487 cat >conftest.
$ac_ext <<_ACEOF
3490 cat confdefs.h
>>conftest.
$ac_ext
3491 cat >>conftest.
$ac_ext <<_ACEOF
3492 /* end confdefs.h. */
3506 rm -f conftest.
$ac_objext
3507 if { (ac_try
="$ac_compile"
3509 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3510 *) ac_try_echo=$ac_try;;
3512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3513 (eval "$ac_compile") 2>conftest.er1
3515 grep -v '^ *+' conftest.er1 >conftest.err
3517 cat conftest.err >&5
3518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519 (exit $ac_status); } && {
3520 test -z "$ac_c_werror_flag" ||
3521 test ! -s conftest.err
3522 } && test -s conftest.$ac_objext; then
3523 ac_cv_header_stdc=yes
3525 echo "$as_me: failed program was:" >&5
3526 sed 's/^/| /' conftest.$ac_ext >&5
3528 ac_cv_header_stdc=no
3531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3533 if test $ac_cv_header_stdc = yes; then
3534 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3535 cat >conftest.$ac_ext <<_ACEOF
3538 cat confdefs.h >>conftest.$ac_ext
3539 cat >>conftest.$ac_ext <<_ACEOF
3540 /* end confdefs.h. */
3544 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3545 $EGREP "memchr" >/dev/null 2>&1; then
3548 ac_cv_header_stdc=no
3554 if test $ac_cv_header_stdc = yes; then
3555 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3556 cat >conftest.$ac_ext <<_ACEOF
3559 cat confdefs.h >>conftest.$ac_ext
3560 cat >>conftest.$ac_ext <<_ACEOF
3561 /* end confdefs.h. */
3565 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3566 $EGREP "free" >/dev/null 2>&1; then
3569 ac_cv_header_stdc=no
3575 if test $ac_cv_header_stdc = yes; then
3576 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3577 if test "$cross_compiling" = yes; then
3580 cat >conftest.$ac_ext <<_ACEOF
3583 cat confdefs.h >>conftest.$ac_ext
3584 cat >>conftest.$ac_ext <<_ACEOF
3585 /* end confdefs.h. */
3588 #if ((' ' & 0x0FF) == 0x020)
3589 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3590 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3592 # define ISLOWER(c) \
3593 (('a' <= (c) && (c) <= 'i') \
3594 || ('j' <= (c) && (c) <= 'r') \
3595 || ('s' <= (c) && (c) <= 'z'))
3596 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3599 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3604 for (i = 0; i < 256; i++)
3605 if (XOR (islower (i), ISLOWER (i))
3606 || toupper (i) != TOUPPER (i))
3611 rm -f conftest$ac_exeext
3612 if { (ac_try="$ac_link"
3614 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3615 *) ac_try_echo
=$ac_try;;
3617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3618 (eval "$ac_link") 2>&5
3620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3621 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3622 { (case "(($ac_try" in
3623 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3624 *) ac_try_echo=$ac_try;;
3626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3627 (eval "$ac_try") 2>&5
3629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3630 (exit $ac_status); }; }; then
3633 echo "$as_me: program exited with status $ac_status" >&5
3634 echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3638 ac_cv_header_stdc=no
3640 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3646 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3647 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
3648 if test $ac_cv_header_stdc = yes; then
3650 cat >>confdefs.h <<\_ACEOF
3651 #define STDC_HEADERS 1
3656 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3666 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3667 inttypes.h stdint.h unistd.h
3669 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
3670 { echo "$as_me:$LINENO: checking for $ac_header" >&5
3671 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
3672 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3673 echo $ECHO_N "(cached) $ECHO_C" >&6
3675 cat >conftest.$ac_ext <<_ACEOF
3678 cat confdefs.h >>conftest.$ac_ext
3679 cat >>conftest.$ac_ext <<_ACEOF
3680 /* end confdefs.h. */
3681 $ac_includes_default
3683 #include <$ac_header>
3685 rm -f conftest.$ac_objext
3686 if { (ac_try="$ac_compile"
3688 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3689 *) ac_try_echo
=$ac_try;;
3691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3692 (eval "$ac_compile") 2>conftest.er1
3694 grep -v '^ *+' conftest.er1
>conftest.err
3696 cat conftest.err
>&5
3697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3698 (exit $ac_status); } && {
3699 test -z "$ac_c_werror_flag" ||
3700 test ! -s conftest.err
3701 } && test -s conftest.
$ac_objext; then
3702 eval "$as_ac_Header=yes"
3704 echo "$as_me: failed program was:" >&5
3705 sed 's/^/| /' conftest.
$ac_ext >&5
3707 eval "$as_ac_Header=no"
3710 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3712 ac_res
=`eval echo '${'$as_ac_Header'}'`
3713 { echo "$as_me:$LINENO: result: $ac_res" >&5
3714 echo "${ECHO_T}$ac_res" >&6; }
3715 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3716 cat >>confdefs.h
<<_ACEOF
3717 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3725 if test "${ac_cv_header_minix_config_h+set}" = set; then
3726 { echo "$as_me:$LINENO: checking for minix/config.h" >&5
3727 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; }
3728 if test "${ac_cv_header_minix_config_h+set}" = set; then
3729 echo $ECHO_N "(cached) $ECHO_C" >&6
3731 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
3732 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; }
3734 # Is the header compilable?
3735 { echo "$as_me:$LINENO: checking minix/config.h usability" >&5
3736 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; }
3737 cat >conftest.
$ac_ext <<_ACEOF
3740 cat confdefs.h
>>conftest.
$ac_ext
3741 cat >>conftest.
$ac_ext <<_ACEOF
3742 /* end confdefs.h. */
3743 $ac_includes_default
3744 #include <minix/config.h>
3746 rm -f conftest.
$ac_objext
3747 if { (ac_try
="$ac_compile"
3749 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3750 *) ac_try_echo=$ac_try;;
3752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3753 (eval "$ac_compile") 2>conftest.er1
3755 grep -v '^ *+' conftest.er1 >conftest.err
3757 cat conftest.err >&5
3758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3759 (exit $ac_status); } && {
3760 test -z "$ac_c_werror_flag" ||
3761 test ! -s conftest.err
3762 } && test -s conftest.$ac_objext; then
3763 ac_header_compiler=yes
3765 echo "$as_me: failed program was:" >&5
3766 sed 's/^/| /' conftest.$ac_ext >&5
3768 ac_header_compiler=no
3771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3772 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3773 echo "${ECHO_T}$ac_header_compiler" >&6; }
3775 # Is the header present?
3776 { echo "$as_me:$LINENO: checking minix/config.h presence" >&5
3777 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; }
3778 cat >conftest.$ac_ext <<_ACEOF
3781 cat confdefs.h >>conftest.$ac_ext
3782 cat >>conftest.$ac_ext <<_ACEOF
3783 /* end confdefs.h. */
3784 #include <minix/config.h>
3786 if { (ac_try="$ac_cpp conftest.$ac_ext"
3788 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3789 *) ac_try_echo
=$ac_try;;
3791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3792 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3794 grep -v '^ *+' conftest.er1
>conftest.err
3796 cat conftest.err
>&5
3797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798 (exit $ac_status); } >/dev
/null
&& {
3799 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3800 test ! -s conftest.err
3802 ac_header_preproc
=yes
3804 echo "$as_me: failed program was:" >&5
3805 sed 's/^/| /' conftest.
$ac_ext >&5
3807 ac_header_preproc
=no
3810 rm -f conftest.err conftest.
$ac_ext
3811 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3812 echo "${ECHO_T}$ac_header_preproc" >&6; }
3814 # So? What about this header?
3815 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3817 { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
3818 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3819 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
3820 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
3821 ac_header_preproc
=yes
3824 { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
3825 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
3826 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
3827 echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
3828 { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
3829 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
3830 { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5
3831 echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}
3832 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
3833 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
3834 { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
3835 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
3837 ## ------------------------------- ##
3838 ## Report this to www.asterisk.org ##
3839 ## ------------------------------- ##
3841 ) |
sed "s/^/$as_me: WARNING: /" >&2
3844 { echo "$as_me:$LINENO: checking for minix/config.h" >&5
3845 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; }
3846 if test "${ac_cv_header_minix_config_h+set}" = set; then
3847 echo $ECHO_N "(cached) $ECHO_C" >&6
3849 ac_cv_header_minix_config_h
=$ac_header_preproc
3851 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
3852 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; }
3855 if test $ac_cv_header_minix_config_h = yes; then
3862 if test "$MINIX" = yes; then
3864 cat >>confdefs.h
<<\_ACEOF
3865 #define _POSIX_SOURCE 1
3869 cat >>confdefs.h
<<\_ACEOF
3870 #define _POSIX_1_SOURCE 2
3874 cat >>confdefs.h
<<\_ACEOF
3890 { echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
3891 echo $ECHO_N "checking whether it is safe to define __EXTENSIONS__... $ECHO_C" >&6; }
3892 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
3893 echo $ECHO_N "(cached) $ECHO_C" >&6
3895 cat >conftest.
$ac_ext <<_ACEOF
3898 cat confdefs.h
>>conftest.
$ac_ext
3899 cat >>conftest.
$ac_ext <<_ACEOF
3900 /* end confdefs.h. */
3902 # define __EXTENSIONS__ 1
3903 $ac_includes_default
3912 rm -f conftest.
$ac_objext
3913 if { (ac_try
="$ac_compile"
3915 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3916 *) ac_try_echo=$ac_try;;
3918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3919 (eval "$ac_compile") 2>conftest.er1
3921 grep -v '^ *+' conftest.er1 >conftest.err
3923 cat conftest.err >&5
3924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3925 (exit $ac_status); } && {
3926 test -z "$ac_c_werror_flag" ||
3927 test ! -s conftest.err
3928 } && test -s conftest.$ac_objext; then
3929 ac_cv_safe_to_define___extensions__=yes
3931 echo "$as_me: failed program was:" >&5
3932 sed 's/^/| /' conftest.$ac_ext >&5
3934 ac_cv_safe_to_define___extensions__=no
3937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3939 { echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
3940 echo "${ECHO_T}$ac_cv_safe_to_define___extensions__" >&6; }
3941 test $ac_cv_safe_to_define___extensions__ = yes &&
3942 cat >>confdefs.h <<\_ACEOF
3943 #define __EXTENSIONS__ 1
3946 cat >>confdefs.h <<\_ACEOF
3947 #define _POSIX_PTHREAD_SEMANTICS 1
3950 cat >>confdefs.h <<\_ACEOF
3951 #define _TANDEM_SOURCE 1
3954 # note- does not work on FreeBSD
3956 case "${host_os}" in
3958 ac_default_prefix=/usr/local
3959 CPPFLAGS=-I/usr/local/include
3960 LDFLAGS=-L/usr/local/lib
3963 ac_default_prefix=/usr
3964 if test ${prefix} = '/usr' || test ${prefix} = 'NONE'; then
3965 if test ${sysconfdir} = '${prefix}/etc'; then
3968 if test ${mandir} = '${prefix}/man'; then
3969 mandir=/usr/share/man
3975 if test ${localstatedir} = '${prefix}/var'; then
3979 BUILD_PLATFORM=${build}
3980 BUILD_CPU=${build_cpu}
3981 BUILD_VENDOR=${build_vendor}
3982 BUILD_OS=${build_os}
3989 HOST_PLATFORM=${host}
3990 HOST_CPU=${host_cpu}
3991 HOST_VENDOR=${host_vendor}
3999 case "${host_os}" in
4020 if test -n "$ac_tool_prefix"; then
4021 # Extract the first word of "${ac_tool_prefix}uname", so it can be a program name with args.
4022 set dummy ${ac_tool_prefix}uname; ac_word=$2
4023 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4024 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4025 if test "${ac_cv_path_UNAME+set}" = set; then
4026 echo $ECHO_N "(cached) $ECHO_C" >&6
4030 ac_cv_path_UNAME="$UNAME" # Let the user override the test with a path.
4033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4037 test -z "$as_dir" && as_dir=.
4038 for ac_exec_ext in '' $ac_executable_extensions; do
4039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4040 ac_cv_path_UNAME="$as_dir/$ac_word$ac_exec_ext"
4041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4051 UNAME=$ac_cv_path_UNAME
4052 if test -n "$UNAME"; then
4053 { echo "$as_me:$LINENO: result: $UNAME" >&5
4054 echo "${ECHO_T}$UNAME" >&6; }
4056 { echo "$as_me:$LINENO: result: no" >&5
4057 echo "${ECHO_T}no" >&6; }
4062 if test -z "$ac_cv_path_UNAME"; then
4064 # Extract the first word of "uname", so it can be a program name with args.
4065 set dummy uname; ac_word=$2
4066 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4068 if test "${ac_cv_path_ac_pt_UNAME+set}" = set; then
4069 echo $ECHO_N "(cached) $ECHO_C" >&6
4071 case $ac_pt_UNAME in
4073 ac_cv_path_ac_pt_UNAME="$ac_pt_UNAME" # Let the user override the test with a path.
4076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080 test -z "$as_dir" && as_dir=.
4081 for ac_exec_ext in '' $ac_executable_extensions; do
4082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4083 ac_cv_path_ac_pt_UNAME="$as_dir/$ac_word$ac_exec_ext"
4084 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4094 ac_pt_UNAME=$ac_cv_path_ac_pt_UNAME
4095 if test -n "$ac_pt_UNAME"; then
4096 { echo "$as_me:$LINENO: result: $ac_pt_UNAME" >&5
4097 echo "${ECHO_T}$ac_pt_UNAME" >&6; }
4099 { echo "$as_me:$LINENO: result: no" >&5
4100 echo "${ECHO_T}no" >&6; }
4103 if test "x$ac_pt_UNAME" = x; then
4106 case $cross_compiling:$ac_tool_warned in
4108 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4109 whose name does not start with the host triplet. If you think this
4110 configuration is useful to you, please write to autoconf@gnu.org." >&5
4111 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4112 whose name does not start with the host triplet. If you think this
4113 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4114 ac_tool_warned=yes ;;
4119 UNAME="$ac_cv_path_UNAME"
4122 if test ! x"${UNAME}" = xNo; then
4123 PBX_OSREV=$(${UNAME} -r)
4133 # cross-compile checks
4134 if test "${cross_compiling}" = "yes";
4136 if test -n "$ac_tool_prefix"; then
4137 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4138 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4139 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4141 if test "${ac_cv_prog_CC+set}" = set; then
4142 echo $ECHO_N "(cached) $ECHO_C" >&6
4144 if test -n "$CC"; then
4145 ac_cv_prog_CC="$CC" # Let the user override the test.
4147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4151 test -z "$as_dir" && as_dir=.
4152 for ac_exec_ext in '' $ac_executable_extensions; do
4153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4154 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4165 if test -n "$CC"; then
4166 { echo "$as_me:$LINENO: result: $CC" >&5
4167 echo "${ECHO_T}$CC" >&6; }
4169 { echo "$as_me:$LINENO: result: no" >&5
4170 echo "${ECHO_T}no" >&6; }
4175 if test -z "$ac_cv_prog_CC"; then
4177 # Extract the first word of "gcc", so it can be a program name with args.
4178 set dummy gcc; ac_word=$2
4179 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4181 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4182 echo $ECHO_N "(cached) $ECHO_C" >&6
4184 if test -n "$ac_ct_CC"; then
4185 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4191 test -z "$as_dir" && as_dir=.
4192 for ac_exec_ext in '' $ac_executable_extensions; do
4193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4194 ac_cv_prog_ac_ct_CC="gcc"
4195 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4204 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4205 if test -n "$ac_ct_CC"; then
4206 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4207 echo "${ECHO_T}$ac_ct_CC" >&6; }
4209 { echo "$as_me:$LINENO: result: no" >&5
4210 echo "${ECHO_T}no" >&6; }
4213 if test "x$ac_ct_CC" = x; then
4216 case $cross_compiling:$ac_tool_warned in
4218 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4219 whose name does not start with the host triplet. If you think this
4220 configuration is useful to you, please write to autoconf@gnu.org." >&5
4221 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4222 whose name does not start with the host triplet. If you think this
4223 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4224 ac_tool_warned=yes ;;
4232 if test -n "$ac_tool_prefix"; then
4233 # Extract the first word of "${ac_tool_prefix}g++", so it can be a program name with args.
4234 set dummy ${ac_tool_prefix}g++; ac_word=$2
4235 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4236 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4237 if test "${ac_cv_prog_CXX+set}" = set; then
4238 echo $ECHO_N "(cached) $ECHO_C" >&6
4240 if test -n "$CXX"; then
4241 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_CXX="${ac_tool_prefix}g++"
4251 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4261 if test -n "$CXX"; then
4262 { echo "$as_me:$LINENO: result: $CXX" >&5
4263 echo "${ECHO_T}$CXX" >&6; }
4265 { echo "$as_me:$LINENO: result: no" >&5
4266 echo "${ECHO_T}no" >&6; }
4271 if test -z "$ac_cv_prog_CXX"; then
4273 # Extract the first word of "g++", so it can be a program name with args.
4274 set dummy g++; ac_word=$2
4275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4277 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
4278 echo $ECHO_N "(cached) $ECHO_C" >&6
4280 if test -n "$ac_ct_CXX"; then
4281 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4287 test -z "$as_dir" && as_dir=.
4288 for ac_exec_ext in '' $ac_executable_extensions; do
4289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4290 ac_cv_prog_ac_ct_CXX="g++"
4291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4300 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4301 if test -n "$ac_ct_CXX"; then
4302 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
4303 echo "${ECHO_T}$ac_ct_CXX" >&6; }
4305 { echo "$as_me:$LINENO: result: no" >&5
4306 echo "${ECHO_T}no" >&6; }
4309 if test "x$ac_ct_CXX" = x; then
4312 case $cross_compiling:$ac_tool_warned in
4314 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4315 whose name does not start with the host triplet. If you think this
4316 configuration is useful to you, please write to autoconf@gnu.org." >&5
4317 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4318 whose name does not start with the host triplet. If you think this
4319 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4320 ac_tool_warned=yes ;;
4325 CXX="$ac_cv_prog_CXX"
4328 if test -n "$ac_tool_prefix"; then
4329 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4330 set dummy ${ac_tool_prefix}ld; ac_word=$2
4331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4333 if test "${ac_cv_prog_LD+set}" = set; then
4334 echo $ECHO_N "(cached) $ECHO_C" >&6
4336 if test -n "$LD"; then
4337 ac_cv_prog_LD="$LD" # Let the user override the test.
4339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4343 test -z "$as_dir" && as_dir=.
4344 for ac_exec_ext in '' $ac_executable_extensions; do
4345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4346 ac_cv_prog_LD="${ac_tool_prefix}ld"
4347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4357 if test -n "$LD"; then
4358 { echo "$as_me:$LINENO: result: $LD" >&5
4359 echo "${ECHO_T}$LD" >&6; }
4361 { echo "$as_me:$LINENO: result: no" >&5
4362 echo "${ECHO_T}no" >&6; }
4367 if test -z "$ac_cv_prog_LD"; then
4369 # Extract the first word of "ld", so it can be a program name with args.
4370 set dummy ld; ac_word=$2
4371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4373 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4374 echo $ECHO_N "(cached) $ECHO_C" >&6
4376 if test -n "$ac_ct_LD"; then
4377 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4383 test -z "$as_dir" && as_dir=.
4384 for ac_exec_ext in '' $ac_executable_extensions; do
4385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4386 ac_cv_prog_ac_ct_LD="ld"
4387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4396 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4397 if test -n "$ac_ct_LD"; then
4398 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4399 echo "${ECHO_T}$ac_ct_LD" >&6; }
4401 { echo "$as_me:$LINENO: result: no" >&5
4402 echo "${ECHO_T}no" >&6; }
4405 if test "x$ac_ct_LD" = x; then
4408 case $cross_compiling:$ac_tool_warned in
4410 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4411 whose name does not start with the host triplet. If you think this
4412 configuration is useful to you, please write to autoconf@gnu.org." >&5
4413 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4414 whose name does not start with the host triplet. If you think this
4415 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4416 ac_tool_warned=yes ;;
4424 if test -n "$ac_tool_prefix"; then
4425 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4426 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4429 if test "${ac_cv_prog_RANLIB+set}" = set; then
4430 echo $ECHO_N "(cached) $ECHO_C" >&6
4432 if test -n "$RANLIB"; then
4433 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4439 test -z "$as_dir" && as_dir=.
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4442 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4452 RANLIB=$ac_cv_prog_RANLIB
4453 if test -n "$RANLIB"; then
4454 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4455 echo "${ECHO_T}$RANLIB" >&6; }
4457 { echo "$as_me:$LINENO: result: no" >&5
4458 echo "${ECHO_T}no" >&6; }
4463 if test -z "$ac_cv_prog_RANLIB"; then
4464 ac_ct_RANLIB=$RANLIB
4465 # Extract the first word of "ranlib", so it can be a program name with args.
4466 set dummy ranlib; ac_word=$2
4467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4469 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4470 echo $ECHO_N "(cached) $ECHO_C" >&6
4472 if test -n "$ac_ct_RANLIB"; then
4473 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4479 test -z "$as_dir" && as_dir=.
4480 for ac_exec_ext in '' $ac_executable_extensions; do
4481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4482 ac_cv_prog_ac_ct_RANLIB="ranlib"
4483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4492 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4493 if test -n "$ac_ct_RANLIB"; then
4494 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4495 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4497 { echo "$as_me:$LINENO: result: no" >&5
4498 echo "${ECHO_T}no" >&6; }
4501 if test "x$ac_ct_RANLIB" = x; then
4504 case $cross_compiling:$ac_tool_warned in
4506 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4507 whose name does not start with the host triplet. If you think this
4508 configuration is useful to you, please write to autoconf@gnu.org." >&5
4509 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4510 whose name does not start with the host triplet. If you think this
4511 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4512 ac_tool_warned=yes ;;
4514 RANLIB=$ac_ct_RANLIB
4517 RANLIB="$ac_cv_prog_RANLIB"
4522 # Checks for programs.
4524 ac_cpp='$CPP $CPPFLAGS'
4525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4528 if test -n "$ac_tool_prefix"; then
4529 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4530 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4533 if test "${ac_cv_prog_CC+set}" = set; then
4534 echo $ECHO_N "(cached) $ECHO_C" >&6
4536 if test -n "$CC"; then
4537 ac_cv_prog_CC="$CC" # Let the user override the test.
4539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4543 test -z "$as_dir" && as_dir=.
4544 for ac_exec_ext in '' $ac_executable_extensions; do
4545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4546 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 if test -n "$CC"; then
4558 { echo "$as_me:$LINENO: result: $CC" >&5
4559 echo "${ECHO_T}$CC" >&6; }
4561 { echo "$as_me:$LINENO: result: no" >&5
4562 echo "${ECHO_T}no" >&6; }
4567 if test -z "$ac_cv_prog_CC"; then
4569 # Extract the first word of "gcc", so it can be a program name with args.
4570 set dummy gcc; ac_word=$2
4571 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4572 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4573 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4574 echo $ECHO_N "(cached) $ECHO_C" >&6
4576 if test -n "$ac_ct_CC"; then
4577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4583 test -z "$as_dir" && as_dir=.
4584 for ac_exec_ext in '' $ac_executable_extensions; do
4585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4586 ac_cv_prog_ac_ct_CC="gcc"
4587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4596 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4597 if test -n "$ac_ct_CC"; then
4598 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4599 echo "${ECHO_T}$ac_ct_CC" >&6; }
4601 { echo "$as_me:$LINENO: result: no" >&5
4602 echo "${ECHO_T}no" >&6; }
4605 if test "x$ac_ct_CC" = x; then
4608 case $cross_compiling:$ac_tool_warned in
4610 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4611 whose name does not start with the host triplet. If you think this
4612 configuration is useful to you, please write to autoconf@gnu.org." >&5
4613 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4614 whose name does not start with the host triplet. If you think this
4615 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4616 ac_tool_warned=yes ;;
4624 if test -z "$CC"; then
4625 if test -n "$ac_tool_prefix"; then
4626 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4627 set dummy ${ac_tool_prefix}cc; ac_word=$2
4628 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4629 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4630 if test "${ac_cv_prog_CC+set}" = set; then
4631 echo $ECHO_N "(cached) $ECHO_C" >&6
4633 if test -n "$CC"; then
4634 ac_cv_prog_CC="$CC" # Let the user override the test.
4636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4640 test -z "$as_dir" && as_dir=.
4641 for ac_exec_ext in '' $ac_executable_extensions; do
4642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4643 ac_cv_prog_CC="${ac_tool_prefix}cc"
4644 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4654 if test -n "$CC"; then
4655 { echo "$as_me:$LINENO: result: $CC" >&5
4656 echo "${ECHO_T}$CC" >&6; }
4658 { echo "$as_me:$LINENO: result: no" >&5
4659 echo "${ECHO_T}no" >&6; }
4665 if test -z "$CC"; then
4666 # Extract the first word of "cc", so it can be a program name with args.
4667 set dummy cc; ac_word=$2
4668 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4669 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4670 if test "${ac_cv_prog_CC+set}" = set; then
4671 echo $ECHO_N "(cached) $ECHO_C" >&6
4673 if test -n "$CC"; then
4674 ac_cv_prog_CC="$CC" # Let the user override the test.
4677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4681 test -z "$as_dir" && as_dir=.
4682 for ac_exec_ext in '' $ac_executable_extensions; do
4683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4684 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4685 ac_prog_rejected=yes
4689 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 if test $ac_prog_rejected = yes; then
4697 # We found a bogon in the path, so make sure we never use it.
4698 set dummy $ac_cv_prog_CC
4700 if test $# != 0; then
4701 # We chose a different compiler from the bogus one.
4702 # However, it has the same basename, so the bogon will be chosen
4703 # first if we set CC to just the basename; use the full file name.
4705 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4711 if test -n "$CC"; then
4712 { echo "$as_me:$LINENO: result: $CC" >&5
4713 echo "${ECHO_T}$CC" >&6; }
4715 { echo "$as_me:$LINENO: result: no" >&5
4716 echo "${ECHO_T}no" >&6; }
4721 if test -z "$CC"; then
4722 if test -n "$ac_tool_prefix"; then
4723 for ac_prog in cl.exe
4725 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4726 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4727 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4728 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4729 if test "${ac_cv_prog_CC+set}" = set; then
4730 echo $ECHO_N "(cached) $ECHO_C" >&6
4732 if test -n "$CC"; then
4733 ac_cv_prog_CC="$CC" # Let the user override the test.
4735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4739 test -z "$as_dir" && as_dir=.
4740 for ac_exec_ext in '' $ac_executable_extensions; do
4741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4742 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4743 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4753 if test -n "$CC"; then
4754 { echo "$as_me:$LINENO: result: $CC" >&5
4755 echo "${ECHO_T}$CC" >&6; }
4757 { echo "$as_me:$LINENO: result: no" >&5
4758 echo "${ECHO_T}no" >&6; }
4762 test -n "$CC" && break
4765 if test -z "$CC"; then
4767 for ac_prog in cl.exe
4769 # Extract the first word of "$ac_prog", so it can be a program name with args.
4770 set dummy $ac_prog; ac_word=$2
4771 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4772 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4773 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4774 echo $ECHO_N "(cached) $ECHO_C" >&6
4776 if test -n "$ac_ct_CC"; then
4777 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4783 test -z "$as_dir" && as_dir=.
4784 for ac_exec_ext in '' $ac_executable_extensions; do
4785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4786 ac_cv_prog_ac_ct_CC="$ac_prog"
4787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4796 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4797 if test -n "$ac_ct_CC"; then
4798 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4799 echo "${ECHO_T}$ac_ct_CC" >&6; }
4801 { echo "$as_me:$LINENO: result: no" >&5
4802 echo "${ECHO_T}no" >&6; }
4806 test -n "$ac_ct_CC" && break
4809 if test "x$ac_ct_CC" = x; then
4812 case $cross_compiling:$ac_tool_warned in
4814 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4815 whose name does not start with the host triplet. If you think this
4816 configuration is useful to you, please write to autoconf@gnu.org." >&5
4817 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4818 whose name does not start with the host triplet. If you think this
4819 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4820 ac_tool_warned=yes ;;
4829 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4830 See \`config.log
' for more details." >&5
4831 echo "$as_me: error: no acceptable C compiler found in \$PATH
4832 See \`config.log' for more details.
" >&2;}
4833 { (exit 1); exit 1; }; }
4835 # Provide some information about the compiler.
4836 echo "$as_me:$LINENO: checking
for C compiler version
" >&5
4837 ac_compiler=`set X $ac_compile; echo $2`
4838 { (ac_try="$ac_compiler --version >&5"
4840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4841 *) ac_try_echo=$ac_try;;
4843 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4844 (eval "$ac_compiler --version >&5") 2>&5
4846 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4847 (exit $ac_status); }
4848 { (ac_try="$ac_compiler -v >&5"
4850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4851 *) ac_try_echo=$ac_try;;
4853 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4854 (eval "$ac_compiler -v >&5") 2>&5
4856 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4857 (exit $ac_status); }
4858 { (ac_try="$ac_compiler -V >&5"
4860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4861 *) ac_try_echo=$ac_try;;
4863 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4864 (eval "$ac_compiler -V >&5") 2>&5
4866 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4867 (exit $ac_status); }
4869 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
4870 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
4871 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4872 echo $ECHO_N "(cached
) $ECHO_C" >&6
4874 cat >conftest.$ac_ext <<_ACEOF
4877 cat confdefs.h >>conftest.$ac_ext
4878 cat >>conftest.$ac_ext <<_ACEOF
4879 /* end confdefs.h. */
4892 rm -f conftest.$ac_objext
4893 if { (ac_try="$ac_compile"
4895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4896 *) ac_try_echo=$ac_try;;
4898 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4899 (eval "$ac_compile") 2>conftest.er1
4901 grep -v '^ *+' conftest.er1 >conftest.err
4903 cat conftest.err >&5
4904 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4905 (exit $ac_status); } && {
4906 test -z "$ac_c_werror_flag" ||
4907 test ! -s conftest.err
4908 } && test -s conftest.$ac_objext; then
4911 echo "$as_me: failed program was
:" >&5
4912 sed 's/^/| /' conftest.$ac_ext >&5
4917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4918 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4921 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
4922 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
4923 GCC=`test $ac_compiler_gnu = yes && echo yes`
4924 ac_test_CFLAGS=${CFLAGS+set}
4925 ac_save_CFLAGS=$CFLAGS
4926 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
4927 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
4928 if test "${ac_cv_prog_cc_g+set}" = set; then
4929 echo $ECHO_N "(cached
) $ECHO_C" >&6
4931 ac_save_c_werror_flag=$ac_c_werror_flag
4932 ac_c_werror_flag=yes
4935 cat >conftest.$ac_ext <<_ACEOF
4938 cat confdefs.h >>conftest.$ac_ext
4939 cat >>conftest.$ac_ext <<_ACEOF
4940 /* end confdefs.h. */
4950 rm -f conftest.$ac_objext
4951 if { (ac_try="$ac_compile"
4953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4954 *) ac_try_echo=$ac_try;;
4956 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4957 (eval "$ac_compile") 2>conftest.er1
4959 grep -v '^ *+' conftest.er1 >conftest.err
4961 cat conftest.err >&5
4962 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4963 (exit $ac_status); } && {
4964 test -z "$ac_c_werror_flag" ||
4965 test ! -s conftest.err
4966 } && test -s conftest.$ac_objext; then
4969 echo "$as_me: failed program was
:" >&5
4970 sed 's/^/| /' conftest.$ac_ext >&5
4973 cat >conftest.$ac_ext <<_ACEOF
4976 cat confdefs.h >>conftest.$ac_ext
4977 cat >>conftest.$ac_ext <<_ACEOF
4978 /* end confdefs.h. */
4988 rm -f conftest.$ac_objext
4989 if { (ac_try="$ac_compile"
4991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4992 *) ac_try_echo=$ac_try;;
4994 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4995 (eval "$ac_compile") 2>conftest.er1
4997 grep -v '^ *+' conftest.er1 >conftest.err
4999 cat conftest.err >&5
5000 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5001 (exit $ac_status); } && {
5002 test -z "$ac_c_werror_flag" ||
5003 test ! -s conftest.err
5004 } && test -s conftest.$ac_objext; then
5007 echo "$as_me: failed program was
:" >&5
5008 sed 's/^/| /' conftest.$ac_ext >&5
5010 ac_c_werror_flag=$ac_save_c_werror_flag
5012 cat >conftest.$ac_ext <<_ACEOF
5015 cat confdefs.h >>conftest.$ac_ext
5016 cat >>conftest.$ac_ext <<_ACEOF
5017 /* end confdefs.h. */
5027 rm -f conftest.$ac_objext
5028 if { (ac_try="$ac_compile"
5030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5031 *) ac_try_echo=$ac_try;;
5033 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5034 (eval "$ac_compile") 2>conftest.er1
5036 grep -v '^ *+' conftest.er1 >conftest.err
5038 cat conftest.err >&5
5039 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5040 (exit $ac_status); } && {
5041 test -z "$ac_c_werror_flag" ||
5042 test ! -s conftest.err
5043 } && test -s conftest.$ac_objext; then
5046 echo "$as_me: failed program was
:" >&5
5047 sed 's/^/| /' conftest.$ac_ext >&5
5052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5059 ac_c_werror_flag=$ac_save_c_werror_flag
5061 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
5062 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
5063 if test "$ac_test_CFLAGS" = set; then
5064 CFLAGS=$ac_save_CFLAGS
5065 elif test $ac_cv_prog_cc_g = yes; then
5066 if test "$GCC" = yes; then
5072 if test "$GCC" = yes; then
5078 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
5079 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
5080 if test "${ac_cv_prog_cc_c89+set}" = set; then
5081 echo $ECHO_N "(cached
) $ECHO_C" >&6
5083 ac_cv_prog_cc_c89=no
5085 cat >conftest.$ac_ext <<_ACEOF
5088 cat confdefs.h >>conftest.$ac_ext
5089 cat >>conftest.$ac_ext <<_ACEOF
5090 /* end confdefs.h. */
5093 #include <sys/types.h>
5094 #include <sys/stat.h>
5095 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5096 struct buf { int x; };
5097 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5098 static char *e (p, i)
5104 static char *f (char * (*g) (char **, int), char **p, ...)
5109 s = g (p, va_arg (v,int));
5114 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5115 function prototypes and stuff, but not '\xHH' hex character constants.
5116 These don't provoke an error unfortunately, instead are silently treated
5117 as 'x'. The following induces an error, until -std is added to get
5118 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5119 array size at least. It's necessary to write '\x00'==0 to get something
5120 that's true only with -std. */
5121 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5123 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5124 inside strings and character constants. */
5126 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5128 int test (int i, double x);
5129 struct s1 {int (*f) (int a);};
5130 struct s2 {int (*f) (double a);};
5131 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5137 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5142 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5143 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5145 CC="$ac_save_CC $ac_arg"
5146 rm -f conftest.$ac_objext
5147 if { (ac_try="$ac_compile"
5149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5150 *) ac_try_echo=$ac_try;;
5152 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5153 (eval "$ac_compile") 2>conftest.er1
5155 grep -v '^ *+' conftest.er1 >conftest.err
5157 cat conftest.err >&5
5158 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5159 (exit $ac_status); } && {
5160 test -z "$ac_c_werror_flag" ||
5161 test ! -s conftest.err
5162 } && test -s conftest.$ac_objext; then
5163 ac_cv_prog_cc_c89=$ac_arg
5165 echo "$as_me: failed program was
:" >&5
5166 sed 's/^/| /' conftest.$ac_ext >&5
5171 rm -f core conftest.err conftest.$ac_objext
5172 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
5174 rm -f conftest.$ac_ext
5179 case "x
$ac_cv_prog_cc_c89" in
5181 { echo "$as_me:$LINENO: result
: none needed
" >&5
5182 echo "${ECHO_T}none needed
" >&6; } ;;
5184 { echo "$as_me:$LINENO: result
: unsupported
" >&5
5185 echo "${ECHO_T}unsupported
" >&6; } ;;
5187 CC="$CC $ac_cv_prog_cc_c89"
5188 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
5189 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
5194 ac_cpp='$CPP $CPPFLAGS'
5195 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5196 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5197 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5200 ac_cpp='$CXXCPP $CPPFLAGS'
5201 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5202 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5203 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5204 if test -z "$CXX"; then
5205 if test -n "$CCC"; then
5208 if test -n "$ac_tool_prefix"; then
5209 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5211 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5212 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5214 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5215 if test "${ac_cv_prog_CXX+set}" = set; then
5216 echo $ECHO_N "(cached
) $ECHO_C" >&6
5218 if test -n "$CXX"; then
5219 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5225 test -z "$as_dir" && as_dir=.
5226 for ac_exec_ext in '' $ac_executable_extensions; do
5227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5228 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5229 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5239 if test -n "$CXX"; then
5240 { echo "$as_me:$LINENO: result
: $CXX" >&5
5241 echo "${ECHO_T}$CXX" >&6; }
5243 { echo "$as_me:$LINENO: result
: no
" >&5
5244 echo "${ECHO_T}no
" >&6; }
5248 test -n "$CXX" && break
5251 if test -z "$CXX"; then
5253 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5255 # Extract the first word of "$ac_prog", so it can be a program name with args.
5256 set dummy $ac_prog; ac_word=$2
5257 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5258 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5259 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5260 echo $ECHO_N "(cached
) $ECHO_C" >&6
5262 if test -n "$ac_ct_CXX"; then
5263 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5269 test -z "$as_dir" && as_dir=.
5270 for ac_exec_ext in '' $ac_executable_extensions; do
5271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5272 ac_cv_prog_ac_ct_CXX="$ac_prog"
5273 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5282 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5283 if test -n "$ac_ct_CXX"; then
5284 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
5285 echo "${ECHO_T}$ac_ct_CXX" >&6; }
5287 { echo "$as_me:$LINENO: result
: no
" >&5
5288 echo "${ECHO_T}no
" >&6; }
5292 test -n "$ac_ct_CXX" && break
5295 if test "x
$ac_ct_CXX" = x; then
5298 case $cross_compiling:$ac_tool_warned in
5300 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
5301 whose name does not start with the
host triplet. If you think this
5302 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
5303 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
5304 whose name does not start with the
host triplet. If you think this
5305 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
5306 ac_tool_warned=yes ;;
5314 # Provide some information about the compiler.
5315 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
5316 ac_compiler=`set X $ac_compile; echo $2`
5317 { (ac_try="$ac_compiler --version >&5"
5319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5320 *) ac_try_echo=$ac_try;;
5322 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5323 (eval "$ac_compiler --version >&5") 2>&5
5325 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5326 (exit $ac_status); }
5327 { (ac_try="$ac_compiler -v >&5"
5329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5330 *) ac_try_echo=$ac_try;;
5332 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5333 (eval "$ac_compiler -v >&5") 2>&5
5335 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5336 (exit $ac_status); }
5337 { (ac_try="$ac_compiler -V >&5"
5339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5340 *) ac_try_echo=$ac_try;;
5342 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5343 (eval "$ac_compiler -V >&5") 2>&5
5345 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5346 (exit $ac_status); }
5348 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
5349 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
5350 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5351 echo $ECHO_N "(cached
) $ECHO_C" >&6
5353 cat >conftest.$ac_ext <<_ACEOF
5356 cat confdefs.h >>conftest.$ac_ext
5357 cat >>conftest.$ac_ext <<_ACEOF
5358 /* end confdefs.h. */
5371 rm -f conftest.$ac_objext
5372 if { (ac_try="$ac_compile"
5374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5375 *) ac_try_echo=$ac_try;;
5377 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5378 (eval "$ac_compile") 2>conftest.er1
5380 grep -v '^ *+' conftest.er1 >conftest.err
5382 cat conftest.err >&5
5383 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5384 (exit $ac_status); } && {
5385 test -z "$ac_cxx_werror_flag" ||
5386 test ! -s conftest.err
5387 } && test -s conftest.$ac_objext; then
5390 echo "$as_me: failed program was
:" >&5
5391 sed 's/^/| /' conftest.$ac_ext >&5
5396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5397 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5400 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
5401 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
5402 GXX=`test $ac_compiler_gnu = yes && echo yes`
5403 ac_test_CXXFLAGS=${CXXFLAGS+set}
5404 ac_save_CXXFLAGS=$CXXFLAGS
5405 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
5406 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
5407 if test "${ac_cv_prog_cxx_g+set}" = set; then
5408 echo $ECHO_N "(cached
) $ECHO_C" >&6
5410 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5411 ac_cxx_werror_flag=yes
5414 cat >conftest.$ac_ext <<_ACEOF
5417 cat confdefs.h >>conftest.$ac_ext
5418 cat >>conftest.$ac_ext <<_ACEOF
5419 /* end confdefs.h. */
5429 rm -f conftest.$ac_objext
5430 if { (ac_try="$ac_compile"
5432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5433 *) ac_try_echo=$ac_try;;
5435 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5436 (eval "$ac_compile") 2>conftest.er1
5438 grep -v '^ *+' conftest.er1 >conftest.err
5440 cat conftest.err >&5
5441 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5442 (exit $ac_status); } && {
5443 test -z "$ac_cxx_werror_flag" ||
5444 test ! -s conftest.err
5445 } && test -s conftest.$ac_objext; then
5446 ac_cv_prog_cxx_g=yes
5448 echo "$as_me: failed program was
:" >&5
5449 sed 's/^/| /' conftest.$ac_ext >&5
5452 cat >conftest.$ac_ext <<_ACEOF
5455 cat confdefs.h >>conftest.$ac_ext
5456 cat >>conftest.$ac_ext <<_ACEOF
5457 /* end confdefs.h. */
5467 rm -f conftest.$ac_objext
5468 if { (ac_try="$ac_compile"
5470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5471 *) ac_try_echo=$ac_try;;
5473 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5474 (eval "$ac_compile") 2>conftest.er1
5476 grep -v '^ *+' conftest.er1 >conftest.err
5478 cat conftest.err >&5
5479 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5480 (exit $ac_status); } && {
5481 test -z "$ac_cxx_werror_flag" ||
5482 test ! -s conftest.err
5483 } && test -s conftest.$ac_objext; then
5486 echo "$as_me: failed program was
:" >&5
5487 sed 's/^/| /' conftest.$ac_ext >&5
5489 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5491 cat >conftest.$ac_ext <<_ACEOF
5494 cat confdefs.h >>conftest.$ac_ext
5495 cat >>conftest.$ac_ext <<_ACEOF
5496 /* end confdefs.h. */
5506 rm -f conftest.$ac_objext
5507 if { (ac_try="$ac_compile"
5509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5510 *) ac_try_echo=$ac_try;;
5512 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5513 (eval "$ac_compile") 2>conftest.er1
5515 grep -v '^ *+' conftest.er1 >conftest.err
5517 cat conftest.err >&5
5518 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5519 (exit $ac_status); } && {
5520 test -z "$ac_cxx_werror_flag" ||
5521 test ! -s conftest.err
5522 } && test -s conftest.$ac_objext; then
5523 ac_cv_prog_cxx_g=yes
5525 echo "$as_me: failed program was
:" >&5
5526 sed 's/^/| /' conftest.$ac_ext >&5
5531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5538 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5540 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
5541 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
5542 if test "$ac_test_CXXFLAGS" = set; then
5543 CXXFLAGS=$ac_save_CXXFLAGS
5544 elif test $ac_cv_prog_cxx_g = yes; then
5545 if test "$GXX" = yes; then
5551 if test "$GXX" = yes; then
5558 ac_cpp='$CPP $CPPFLAGS'
5559 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5560 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5561 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5564 ac_cpp='$CPP $CPPFLAGS'
5565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5566 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5567 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5568 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
5569 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
5570 # On Suns, sometimes $CPP names a directory.
5571 if test -n "$CPP" && test -d "$CPP"; then
5574 if test -z "$CPP"; then
5575 if test "${ac_cv_prog_CPP+set}" = set; then
5576 echo $ECHO_N "(cached
) $ECHO_C" >&6
5578 # Double quotes because CPP needs to be expanded
5579 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
5582 for ac_c_preproc_warn_flag in '' yes
5584 # Use a header file that comes with gcc, so configuring glibc
5585 # with a fresh cross-compiler works.
5586 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5587 # <limits.h> exists even on freestanding compilers.
5588 # On the NeXT, cc -E runs the code through the compiler's parser,
5589 # not just through cpp. "Syntax error
" is here to catch this case.
5590 cat >conftest.$ac_ext <<_ACEOF
5593 cat confdefs.h >>conftest.$ac_ext
5594 cat >>conftest.$ac_ext <<_ACEOF
5595 /* end confdefs.h. */
5597 # include <limits.h>
5599 # include <assert.h>
5603 if { (ac_try="$ac_cpp conftest.
$ac_ext"
5605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5606 *) ac_try_echo=$ac_try;;
5608 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5609 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
5611 grep -v '^ *+' conftest.er1 >conftest.err
5613 cat conftest.err >&5
5614 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5615 (exit $ac_status); } >/dev/null && {
5616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5617 test ! -s conftest.err
5621 echo "$as_me: failed program was
:" >&5
5622 sed 's/^/| /' conftest.$ac_ext >&5
5624 # Broken: fails on valid input.
5628 rm -f conftest.err conftest.$ac_ext
5630 # OK, works on sane cases. Now check whether nonexistent headers
5631 # can be detected and how.
5632 cat >conftest.$ac_ext <<_ACEOF
5635 cat confdefs.h >>conftest.$ac_ext
5636 cat >>conftest.$ac_ext <<_ACEOF
5637 /* end confdefs.h. */
5638 #include <ac_nonexistent.h>
5640 if { (ac_try="$ac_cpp conftest.
$ac_ext"
5642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5643 *) ac_try_echo=$ac_try;;
5645 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5646 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
5648 grep -v '^ *+' conftest.er1 >conftest.err
5650 cat conftest.err >&5
5651 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5652 (exit $ac_status); } >/dev/null && {
5653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5654 test ! -s conftest.err
5656 # Broken: success on invalid input.
5659 echo "$as_me: failed program was
:" >&5
5660 sed 's/^/| /' conftest.$ac_ext >&5
5662 # Passes both tests.
5667 rm -f conftest.err conftest.$ac_ext
5670 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5671 rm -f conftest.err conftest.$ac_ext
5672 if $ac_preproc_ok; then
5684 { echo "$as_me:$LINENO: result
: $CPP" >&5
5685 echo "${ECHO_T}$CPP" >&6; }
5687 for ac_c_preproc_warn_flag in '' yes
5689 # Use a header file that comes with gcc, so configuring glibc
5690 # with a fresh cross-compiler works.
5691 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5692 # <limits.h> exists even on freestanding compilers.
5693 # On the NeXT, cc -E runs the code through the compiler's parser,
5694 # not just through cpp. "Syntax error
" is here to catch this case.
5695 cat >conftest.$ac_ext <<_ACEOF
5698 cat confdefs.h >>conftest.$ac_ext
5699 cat >>conftest.$ac_ext <<_ACEOF
5700 /* end confdefs.h. */
5702 # include <limits.h>
5704 # include <assert.h>
5708 if { (ac_try="$ac_cpp conftest.
$ac_ext"
5710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5711 *) ac_try_echo=$ac_try;;
5713 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5714 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
5716 grep -v '^ *+' conftest.er1 >conftest.err
5718 cat conftest.err >&5
5719 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5720 (exit $ac_status); } >/dev/null && {
5721 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5722 test ! -s conftest.err
5726 echo "$as_me: failed program was
:" >&5
5727 sed 's/^/| /' conftest.$ac_ext >&5
5729 # Broken: fails on valid input.
5733 rm -f conftest.err conftest.$ac_ext
5735 # OK, works on sane cases. Now check whether nonexistent headers
5736 # can be detected and how.
5737 cat >conftest.$ac_ext <<_ACEOF
5740 cat confdefs.h >>conftest.$ac_ext
5741 cat >>conftest.$ac_ext <<_ACEOF
5742 /* end confdefs.h. */
5743 #include <ac_nonexistent.h>
5745 if { (ac_try="$ac_cpp conftest.
$ac_ext"
5747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5748 *) ac_try_echo=$ac_try;;
5750 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
5751 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
5753 grep -v '^ *+' conftest.er1 >conftest.err
5755 cat conftest.err >&5
5756 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5757 (exit $ac_status); } >/dev/null && {
5758 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5759 test ! -s conftest.err
5761 # Broken: success on invalid input.
5764 echo "$as_me: failed program was
:" >&5
5765 sed 's/^/| /' conftest.$ac_ext >&5
5767 # Passes both tests.
5772 rm -f conftest.err conftest.$ac_ext
5775 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5776 rm -f conftest.err conftest.$ac_ext
5777 if $ac_preproc_ok; then
5780 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
5781 See \
`config.log' for more details." >&5
5782 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5783 See \`config.log
' for more details." >&2;}
5784 { (exit 1); exit 1; }; }
5788 ac_cpp='$CPP $CPPFLAGS'
5789 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
5790 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
5791 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5794 ac_cpp='$CXXCPP $CPPFLAGS'
5795 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
5796 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
5797 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5798 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5799 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
5800 if test -z "$CXXCPP"; then
5801 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6
5804 # Double quotes because CXXCPP needs to be expanded
5805 for CXXCPP in "$CXX -E" "/lib/cpp"
5808 for ac_cxx_preproc_warn_flag in '' yes
5810 # Use a header file that comes with gcc, so configuring glibc
5811 # with a fresh cross-compiler works.
5812 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5813 # <limits.h> exists even on freestanding compilers.
5814 # On the NeXT, cc -E runs the code through the compiler's parser
,
5815 # not just through cpp. "Syntax error" is here to catch this case.
5816 cat >conftest.
$ac_ext <<_ACEOF
5819 cat confdefs.h
>>conftest.
$ac_ext
5820 cat >>conftest.
$ac_ext <<_ACEOF
5821 /* end confdefs.h. */
5823 # include <limits.h>
5825 # include <assert.h>
5829 if { (ac_try
="$ac_cpp conftest.$ac_ext"
5831 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5832 *) ac_try_echo=$ac_try;;
5834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5835 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5837 grep -v '^ *+' conftest.er1 >conftest.err
5839 cat conftest.err >&5
5840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5841 (exit $ac_status); } >/dev/null && {
5842 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5843 test ! -s conftest.err
5847 echo "$as_me: failed program was:" >&5
5848 sed 's/^/| /' conftest.$ac_ext >&5
5850 # Broken: fails on valid input.
5854 rm -f conftest.err conftest.$ac_ext
5856 # OK, works on sane cases. Now check whether nonexistent headers
5857 # can be detected and how.
5858 cat >conftest.$ac_ext <<_ACEOF
5861 cat confdefs.h >>conftest.$ac_ext
5862 cat >>conftest.$ac_ext <<_ACEOF
5863 /* end confdefs.h. */
5864 #include <ac_nonexistent.h>
5866 if { (ac_try="$ac_cpp conftest.$ac_ext"
5868 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5869 *) ac_try_echo
=$ac_try;;
5871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5874 grep -v '^ *+' conftest.er1
>conftest.err
5876 cat conftest.err
>&5
5877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5878 (exit $ac_status); } >/dev
/null
&& {
5879 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5880 test ! -s conftest.err
5882 # Broken: success on invalid input.
5885 echo "$as_me: failed program was:" >&5
5886 sed 's/^/| /' conftest.
$ac_ext >&5
5888 # Passes both tests.
5893 rm -f conftest.err conftest.
$ac_ext
5896 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5897 rm -f conftest.err conftest.
$ac_ext
5898 if $ac_preproc_ok; then
5903 ac_cv_prog_CXXCPP
=$CXXCPP
5906 CXXCPP
=$ac_cv_prog_CXXCPP
5908 ac_cv_prog_CXXCPP
=$CXXCPP
5910 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
5911 echo "${ECHO_T}$CXXCPP" >&6; }
5913 for ac_cxx_preproc_warn_flag
in '' yes
5915 # Use a header file that comes with gcc, so configuring glibc
5916 # with a fresh cross-compiler works.
5917 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5918 # <limits.h> exists even on freestanding compilers.
5919 # On the NeXT, cc -E runs the code through the compiler's parser,
5920 # not just through cpp. "Syntax error" is here to catch this case.
5921 cat >conftest.
$ac_ext <<_ACEOF
5924 cat confdefs.h
>>conftest.
$ac_ext
5925 cat >>conftest.
$ac_ext <<_ACEOF
5926 /* end confdefs.h. */
5928 # include <limits.h>
5930 # include <assert.h>
5934 if { (ac_try
="$ac_cpp conftest.$ac_ext"
5936 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5937 *) ac_try_echo=$ac_try;;
5939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5940 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5942 grep -v '^ *+' conftest.er1 >conftest.err
5944 cat conftest.err >&5
5945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5946 (exit $ac_status); } >/dev/null && {
5947 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5948 test ! -s conftest.err
5952 echo "$as_me: failed program was:" >&5
5953 sed 's/^/| /' conftest.$ac_ext >&5
5955 # Broken: fails on valid input.
5959 rm -f conftest.err conftest.$ac_ext
5961 # OK, works on sane cases. Now check whether nonexistent headers
5962 # can be detected and how.
5963 cat >conftest.$ac_ext <<_ACEOF
5966 cat confdefs.h >>conftest.$ac_ext
5967 cat >>conftest.$ac_ext <<_ACEOF
5968 /* end confdefs.h. */
5969 #include <ac_nonexistent.h>
5971 if { (ac_try="$ac_cpp conftest.$ac_ext"
5973 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5974 *) ac_try_echo
=$ac_try;;
5976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5977 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5979 grep -v '^ *+' conftest.er1
>conftest.err
5981 cat conftest.err
>&5
5982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5983 (exit $ac_status); } >/dev
/null
&& {
5984 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5985 test ! -s conftest.err
5987 # Broken: success on invalid input.
5990 echo "$as_me: failed program was:" >&5
5991 sed 's/^/| /' conftest.
$ac_ext >&5
5993 # Passes both tests.
5998 rm -f conftest.err conftest.
$ac_ext
6001 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6002 rm -f conftest.err conftest.
$ac_ext
6003 if $ac_preproc_ok; then
6006 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6007 See \`config.log' for more details." >&5
6008 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6009 See \`config.log' for more details." >&2;}
6010 { (exit 1); exit 1; }; }
6014 ac_cpp
='$CPP $CPPFLAGS'
6015 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6016 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6017 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6019 # This macro is just copied into our local acinclude.m4 from libtool.m4 so that
6020 # the developers regenerating the configure script don't have to install libtool.
6021 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
6022 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
6023 if test "${ac_cv_path_SED+set}" = set; then
6024 echo $ECHO_N "(cached) $ECHO_C" >&6
6026 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
6027 for ac_i
in 1 2 3 4 5 6 7; do
6028 ac_script
="$ac_script$as_nl$ac_script"
6030 echo "$ac_script" |
sed 99q
>conftest.
sed
6031 $as_unset ac_script || ac_script
=
6032 # Extract the first word of "sed gsed" to use in msg output
6033 if test -z "$SED"; then
6034 set dummy
sed gsed
; ac_prog_name
=$2
6035 if test "${ac_cv_path_SED+set}" = set; then
6036 echo $ECHO_N "(cached) $ECHO_C" >&6
6038 ac_path_SED_found
=false
6039 # Loop through the user's path and test for each of PROGNAME-LIST
6040 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6044 test -z "$as_dir" && as_dir
=.
6045 for ac_prog
in sed gsed
; do
6046 for ac_exec_ext
in '' $ac_executable_extensions; do
6047 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
6048 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
6049 # Check for GNU ac_path_SED and select it if it is found.
6050 # Check for GNU $ac_path_SED
6051 case `"$ac_path_SED" --version 2>&1` in
6053 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
6056 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6059 cat "conftest.in" "conftest.in" >"conftest.tmp"
6060 mv "conftest.tmp" "conftest.in"
6061 cp "conftest.in" "conftest.nl"
6062 echo '' >> "conftest.nl"
6063 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6064 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6065 ac_count
=`expr $ac_count + 1`
6066 if test $ac_count -gt ${ac_path_SED_max-0}; then
6067 # Best one so far, save it but keep looking for a better one
6068 ac_cv_path_SED
="$ac_path_SED"
6069 ac_path_SED_max
=$ac_count
6071 # 10*(2^10) chars as input seems more than enough
6072 test $ac_count -gt 10 && break
6074 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6078 $ac_path_SED_found && break 3
6088 SED
="$ac_cv_path_SED"
6089 if test -z "$SED"; then
6090 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
6091 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
6092 { (exit 1); exit 1; }; }
6100 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
6101 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
6102 SED
="$ac_cv_path_SED"
6105 { echo "$as_me:$LINENO: checking for egrep" >&5
6106 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6107 if test "${ac_cv_prog_egrep+set}" = set; then
6108 echo $ECHO_N "(cached) $ECHO_C" >&6
6110 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
6111 then ac_cv_prog_egrep
='grep -E'
6112 else ac_cv_prog_egrep
='egrep'
6115 { echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6116 echo "${ECHO_T}$ac_cv_prog_egrep" >&6; }
6117 EGREP
=$ac_cv_prog_egrep
6121 # Check whether --with-gnu-ld was given.
6122 if test "${with_gnu_ld+set}" = set; then
6123 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
6129 if test "$GCC" = yes; then
6130 # Check if gcc -print-prog-name=ld gives a path.
6131 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
6132 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
6135 # gcc leaves a trailing carriage return which upsets mingw
6136 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6138 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
6141 # Accept absolute paths.
6143 re_direlt
='/[^/][^/]*/\.\./'
6144 # Canonicalize the pathname of ld
6145 ac_prog
=`echo $ac_prog| $SED 's%\\\\%/%g'`
6146 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
6147 ac_prog
=`echo $ac_prog| $SED "s%$re_direlt%/%"`
6149 test -z "$LD" && LD
="$ac_prog"
6152 # If it fails, then pretend we aren't using GCC.
6156 # If it is relative, then search for the first ld in PATH.
6160 elif test "$with_gnu_ld" = yes; then
6161 { echo "$as_me:$LINENO: checking for GNU ld" >&5
6162 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
6164 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
6165 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
6167 if test "${lt_cv_path_LD+set}" = set; then
6168 echo $ECHO_N "(cached) $ECHO_C" >&6
6170 if test -z "$LD"; then
6171 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
6172 for ac_dir
in $PATH; do
6174 test -z "$ac_dir" && ac_dir
=.
6175 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
6176 lt_cv_path_LD
="$ac_dir/$ac_prog"
6177 # Check to see if the program is GNU ld. I'd rather use --version,
6178 # but apparently some variants of GNU ld only accept -v.
6179 # Break only if it was the GNU/non-GNU ld that we prefer.
6180 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6181 *GNU
* |
*'with BFD'*)
6182 test "$with_gnu_ld" != no
&& break
6185 test "$with_gnu_ld" != yes && break
6192 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
6197 if test -n "$LD"; then
6198 { echo "$as_me:$LINENO: result: $LD" >&5
6199 echo "${ECHO_T}$LD" >&6; }
6201 { echo "$as_me:$LINENO: result: no" >&5
6202 echo "${ECHO_T}no" >&6; }
6204 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
6205 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
6206 { (exit 1); exit 1; }; }
6207 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
6208 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
6209 if test "${lt_cv_prog_gnu_ld+set}" = set; then
6210 echo $ECHO_N "(cached) $ECHO_C" >&6
6212 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6213 case `$LD -v 2>&1 </dev/null` in
6214 *GNU
* |
*'with BFD'*)
6215 lt_cv_prog_gnu_ld
=yes
6218 lt_cv_prog_gnu_ld
=no
6222 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
6223 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
6224 with_gnu_ld
=$lt_cv_prog_gnu_ld
6226 # note - does not work on freebsd
6227 for ac_prog
in gawk mawk nawk
awk
6229 # Extract the first word of "$ac_prog", so it can be a program name with args.
6230 set dummy
$ac_prog; ac_word
=$2
6231 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6233 if test "${ac_cv_prog_AWK+set}" = set; then
6234 echo $ECHO_N "(cached) $ECHO_C" >&6
6236 if test -n "$AWK"; then
6237 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
6239 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6243 test -z "$as_dir" && as_dir
=.
6244 for ac_exec_ext
in '' $ac_executable_extensions; do
6245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6246 ac_cv_prog_AWK
="$ac_prog"
6247 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6257 if test -n "$AWK"; then
6258 { echo "$as_me:$LINENO: result: $AWK" >&5
6259 echo "${ECHO_T}$AWK" >&6; }
6261 { echo "$as_me:$LINENO: result: no" >&5
6262 echo "${ECHO_T}no" >&6; }
6266 test -n "$AWK" && break
6269 # Find a good install program. We prefer a C program (faster),
6270 # so one script is as good as another. But avoid the broken or
6271 # incompatible versions:
6272 # SysV /etc/install, /usr/sbin/install
6273 # SunOS /usr/etc/install
6274 # IRIX /sbin/install
6276 # AmigaOS /C/install, which installs bootblocks on floppy discs
6277 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6278 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6279 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6280 # OS/2's system install, which has a completely different semantic
6281 # ./install, which can be erroneously created by make from ./install.sh.
6282 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6283 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6284 if test -z "$INSTALL"; then
6285 if test "${ac_cv_path_install+set}" = set; then
6286 echo $ECHO_N "(cached) $ECHO_C" >&6
6288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6292 test -z "$as_dir" && as_dir
=.
6293 # Account for people who put trailing slashes in PATH elements.
6295 .
/ | .
// |
/cC
/* | \
6296 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6297 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6300 # OSF1 and SCO ODT 3.0 have their own names for install.
6301 # Don't use installbsd from OSF since it installs stuff as root
6303 for ac_prog
in ginstall scoinst
install; do
6304 for ac_exec_ext
in '' $ac_executable_extensions; do
6305 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6306 if test $ac_prog = install &&
6307 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6308 # AIX install. It has an incompatible calling convention.
6310 elif test $ac_prog = install &&
6311 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6312 # program-specific install script used by HP pwplus--don't use.
6315 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6328 if test "${ac_cv_path_install+set}" = set; then
6329 INSTALL
=$ac_cv_path_install
6331 # As a last resort, use the slow shell script. Don't cache a
6332 # value for INSTALL within a source directory, because that will
6333 # break other packages using the cache if that directory is
6334 # removed, or if the value is a relative name.
6335 INSTALL
=$ac_install_sh
6338 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6339 echo "${ECHO_T}$INSTALL" >&6; }
6341 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6342 # It thinks the first close brace ends the variable substitution.
6343 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6345 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6347 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6349 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6350 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6352 if test "$LN_S" = "ln -s"; then
6353 { echo "$as_me:$LINENO: result: yes" >&5
6354 echo "${ECHO_T}yes" >&6; }
6356 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6357 echo "${ECHO_T}no, using $LN_S" >&6; }
6360 if test -n "$ac_tool_prefix"; then
6361 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6362 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6363 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6364 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6365 if test "${ac_cv_prog_RANLIB+set}" = set; then
6366 echo $ECHO_N "(cached) $ECHO_C" >&6
6368 if test -n "$RANLIB"; then
6369 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6371 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6375 test -z "$as_dir" && as_dir
=.
6376 for ac_exec_ext
in '' $ac_executable_extensions; do
6377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6378 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6379 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6388 RANLIB
=$ac_cv_prog_RANLIB
6389 if test -n "$RANLIB"; then
6390 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6391 echo "${ECHO_T}$RANLIB" >&6; }
6393 { echo "$as_me:$LINENO: result: no" >&5
6394 echo "${ECHO_T}no" >&6; }
6399 if test -z "$ac_cv_prog_RANLIB"; then
6400 ac_ct_RANLIB
=$RANLIB
6401 # Extract the first word of "ranlib", so it can be a program name with args.
6402 set dummy ranlib
; ac_word
=$2
6403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6405 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6406 echo $ECHO_N "(cached) $ECHO_C" >&6
6408 if test -n "$ac_ct_RANLIB"; then
6409 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6415 test -z "$as_dir" && as_dir
=.
6416 for ac_exec_ext
in '' $ac_executable_extensions; do
6417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6418 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6428 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6429 if test -n "$ac_ct_RANLIB"; then
6430 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6431 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6433 { echo "$as_me:$LINENO: result: no" >&5
6434 echo "${ECHO_T}no" >&6; }
6437 if test "x$ac_ct_RANLIB" = x
; then
6440 case $cross_compiling:$ac_tool_warned in
6442 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6443 whose name does not start with the host triplet. If you think this
6444 configuration is useful to you, please write to autoconf@gnu.org." >&5
6445 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6446 whose name does not start with the host triplet. If you think this
6447 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6448 ac_tool_warned
=yes ;;
6450 RANLIB
=$ac_ct_RANLIB
6453 RANLIB
="$ac_cv_prog_RANLIB"
6456 { echo "$as_me:$LINENO: checking for GNU make" >&5
6457 echo $ECHO_N "checking for GNU make... $ECHO_C" >&6; }
6458 if test "${GNU_MAKE+set}" = set; then
6459 echo $ECHO_N "(cached) $ECHO_C" >&6
6461 GNU_MAKE
='Not Found' ;
6462 GNU_MAKE_VERSION_MAJOR
=0 ;
6463 GNU_MAKE_VERSION_MINOR
=0 ;
6464 for a
in make gmake gnumake
; do
6465 if test -z "$a" ; then continue ; fi ;
6466 if ( sh
-c "$a --version" 2> /dev
/null |
grep GNU
2>&1 > /dev
/null
) ; then
6468 GNU_MAKE_VERSION_MAJOR
=`$GNU_MAKE --version | grep "GNU Make" | cut -f3 -d' ' | cut -f1 -d'.'`
6469 GNU_MAKE_VERSION_MINOR
=`$GNU_MAKE --version | grep "GNU Make" | cut -f2 -d'.' | cut -c1-2`
6475 { echo "$as_me:$LINENO: result: $GNU_MAKE" >&5
6476 echo "${ECHO_T}$GNU_MAKE" >&6; } ;
6477 if test "x$GNU_MAKE" = "xNot Found" ; then
6478 { { echo "$as_me:$LINENO: error: *** Please install GNU make. It is required to build Asterisk!" >&5
6479 echo "$as_me: error: *** Please install GNU make. It is required to build Asterisk!" >&2;}
6480 { (exit 1); exit 1; }; }
6486 if test -n "$ac_tool_prefix"; then
6487 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6488 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6489 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6490 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6491 if test "${ac_cv_path_STRIP+set}" = set; then
6492 echo $ECHO_N "(cached) $ECHO_C" >&6
6496 ac_cv_path_STRIP
="$STRIP" # Let the user override the test with a path.
6499 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6503 test -z "$as_dir" && as_dir
=.
6504 for ac_exec_ext
in '' $ac_executable_extensions; do
6505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6506 ac_cv_path_STRIP
="$as_dir/$ac_word$ac_exec_ext"
6507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6517 STRIP
=$ac_cv_path_STRIP
6518 if test -n "$STRIP"; then
6519 { echo "$as_me:$LINENO: result: $STRIP" >&5
6520 echo "${ECHO_T}$STRIP" >&6; }
6522 { echo "$as_me:$LINENO: result: no" >&5
6523 echo "${ECHO_T}no" >&6; }
6528 if test -z "$ac_cv_path_STRIP"; then
6530 # Extract the first word of "strip", so it can be a program name with args.
6531 set dummy strip
; ac_word
=$2
6532 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6533 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6534 if test "${ac_cv_path_ac_pt_STRIP+set}" = set; then
6535 echo $ECHO_N "(cached) $ECHO_C" >&6
6537 case $ac_pt_STRIP in
6539 ac_cv_path_ac_pt_STRIP
="$ac_pt_STRIP" # Let the user override the test with a path.
6542 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6546 test -z "$as_dir" && as_dir
=.
6547 for ac_exec_ext
in '' $ac_executable_extensions; do
6548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6549 ac_cv_path_ac_pt_STRIP
="$as_dir/$ac_word$ac_exec_ext"
6550 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6560 ac_pt_STRIP
=$ac_cv_path_ac_pt_STRIP
6561 if test -n "$ac_pt_STRIP"; then
6562 { echo "$as_me:$LINENO: result: $ac_pt_STRIP" >&5
6563 echo "${ECHO_T}$ac_pt_STRIP" >&6; }
6565 { echo "$as_me:$LINENO: result: no" >&5
6566 echo "${ECHO_T}no" >&6; }
6569 if test "x$ac_pt_STRIP" = x
; then
6572 case $cross_compiling:$ac_tool_warned in
6574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6575 whose name does not start with the host triplet. If you think this
6576 configuration is useful to you, please write to autoconf@gnu.org." >&5
6577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6578 whose name does not start with the host triplet. If you think this
6579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6580 ac_tool_warned
=yes ;;
6585 STRIP
="$ac_cv_path_STRIP"
6588 if test -n "$ac_tool_prefix"; then
6589 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6590 set dummy
${ac_tool_prefix}ar; ac_word
=$2
6591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6593 if test "${ac_cv_path_AR+set}" = set; then
6594 echo $ECHO_N "(cached) $ECHO_C" >&6
6598 ac_cv_path_AR
="$AR" # Let the user override the test with a path.
6601 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6605 test -z "$as_dir" && as_dir
=.
6606 for ac_exec_ext
in '' $ac_executable_extensions; do
6607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6608 ac_cv_path_AR
="$as_dir/$ac_word$ac_exec_ext"
6609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6620 if test -n "$AR"; then
6621 { echo "$as_me:$LINENO: result: $AR" >&5
6622 echo "${ECHO_T}$AR" >&6; }
6624 { echo "$as_me:$LINENO: result: no" >&5
6625 echo "${ECHO_T}no" >&6; }
6630 if test -z "$ac_cv_path_AR"; then
6632 # Extract the first word of "ar", so it can be a program name with args.
6633 set dummy
ar; ac_word
=$2
6634 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6636 if test "${ac_cv_path_ac_pt_AR+set}" = set; then
6637 echo $ECHO_N "(cached) $ECHO_C" >&6
6641 ac_cv_path_ac_pt_AR
="$ac_pt_AR" # Let the user override the test with a path.
6644 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6648 test -z "$as_dir" && as_dir
=.
6649 for ac_exec_ext
in '' $ac_executable_extensions; do
6650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6651 ac_cv_path_ac_pt_AR
="$as_dir/$ac_word$ac_exec_ext"
6652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6662 ac_pt_AR
=$ac_cv_path_ac_pt_AR
6663 if test -n "$ac_pt_AR"; then
6664 { echo "$as_me:$LINENO: result: $ac_pt_AR" >&5
6665 echo "${ECHO_T}$ac_pt_AR" >&6; }
6667 { echo "$as_me:$LINENO: result: no" >&5
6668 echo "${ECHO_T}no" >&6; }
6671 if test "x$ac_pt_AR" = x
; then
6674 case $cross_compiling:$ac_tool_warned in
6676 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6677 whose name does not start with the host triplet. If you think this
6678 configuration is useful to you, please write to autoconf@gnu.org." >&5
6679 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6680 whose name does not start with the host triplet. If you think this
6681 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6682 ac_tool_warned
=yes ;;
6692 if test "x$with_gnu_ld" = "xyes" ; then
6697 # Extract the first word of "awk", so it can be a program name with args.
6698 set dummy
awk; ac_word
=$2
6699 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6701 if test "${ac_cv_path_AWK+set}" = set; then
6702 echo $ECHO_N "(cached) $ECHO_C" >&6
6706 ac_cv_path_AWK
="$AWK" # Let the user override the test with a path.
6709 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6713 test -z "$as_dir" && as_dir
=.
6714 for ac_exec_ext
in '' $ac_executable_extensions; do
6715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6716 ac_cv_path_AWK
="$as_dir/$ac_word$ac_exec_ext"
6717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6724 test -z "$ac_cv_path_AWK" && ac_cv_path_AWK
=":"
6729 if test -n "$AWK"; then
6730 { echo "$as_me:$LINENO: result: $AWK" >&5
6731 echo "${ECHO_T}$AWK" >&6; }
6733 { echo "$as_me:$LINENO: result: no" >&5
6734 echo "${ECHO_T}no" >&6; }
6738 # Extract the first word of "grep", so it can be a program name with args.
6739 set dummy
grep; ac_word
=$2
6740 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6742 if test "${ac_cv_path_GREP+set}" = set; then
6743 echo $ECHO_N "(cached) $ECHO_C" >&6
6747 ac_cv_path_GREP
="$GREP" # Let the user override the test with a path.
6750 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6754 test -z "$as_dir" && as_dir
=.
6755 for ac_exec_ext
in '' $ac_executable_extensions; do
6756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6757 ac_cv_path_GREP
="$as_dir/$ac_word$ac_exec_ext"
6758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6765 test -z "$ac_cv_path_GREP" && ac_cv_path_GREP
=":"
6769 GREP
=$ac_cv_path_GREP
6770 if test -n "$GREP"; then
6771 { echo "$as_me:$LINENO: result: $GREP" >&5
6772 echo "${ECHO_T}$GREP" >&6; }
6774 { echo "$as_me:$LINENO: result: no" >&5
6775 echo "${ECHO_T}no" >&6; }
6779 # Extract the first word of "find", so it can be a program name with args.
6780 set dummy
find; ac_word
=$2
6781 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6782 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6783 if test "${ac_cv_path_FIND+set}" = set; then
6784 echo $ECHO_N "(cached) $ECHO_C" >&6
6788 ac_cv_path_FIND
="$FIND" # Let the user override the test with a path.
6791 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6795 test -z "$as_dir" && as_dir
=.
6796 for ac_exec_ext
in '' $ac_executable_extensions; do
6797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6798 ac_cv_path_FIND
="$as_dir/$ac_word$ac_exec_ext"
6799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6806 test -z "$ac_cv_path_FIND" && ac_cv_path_FIND
=":"
6810 FIND
=$ac_cv_path_FIND
6811 if test -n "$FIND"; then
6812 { echo "$as_me:$LINENO: result: $FIND" >&5
6813 echo "${ECHO_T}$FIND" >&6; }
6815 { echo "$as_me:$LINENO: result: no" >&5
6816 echo "${ECHO_T}no" >&6; }
6820 # Extract the first word of "compress", so it can be a program name with args.
6821 set dummy
compress; ac_word
=$2
6822 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6824 if test "${ac_cv_path_COMPRESS+set}" = set; then
6825 echo $ECHO_N "(cached) $ECHO_C" >&6
6829 ac_cv_path_COMPRESS
="$COMPRESS" # Let the user override the test with a path.
6832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6836 test -z "$as_dir" && as_dir
=.
6837 for ac_exec_ext
in '' $ac_executable_extensions; do
6838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6839 ac_cv_path_COMPRESS
="$as_dir/$ac_word$ac_exec_ext"
6840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6847 test -z "$ac_cv_path_COMPRESS" && ac_cv_path_COMPRESS
=":"
6851 COMPRESS
=$ac_cv_path_COMPRESS
6852 if test -n "$COMPRESS"; then
6853 { echo "$as_me:$LINENO: result: $COMPRESS" >&5
6854 echo "${ECHO_T}$COMPRESS" >&6; }
6856 { echo "$as_me:$LINENO: result: no" >&5
6857 echo "${ECHO_T}no" >&6; }
6861 # Extract the first word of "basename", so it can be a program name with args.
6862 set dummy
basename; ac_word
=$2
6863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6865 if test "${ac_cv_path_BASENAME+set}" = set; then
6866 echo $ECHO_N "(cached) $ECHO_C" >&6
6870 ac_cv_path_BASENAME
="$BASENAME" # Let the user override the test with a path.
6873 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6877 test -z "$as_dir" && as_dir
=.
6878 for ac_exec_ext
in '' $ac_executable_extensions; do
6879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6880 ac_cv_path_BASENAME
="$as_dir/$ac_word$ac_exec_ext"
6881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6888 test -z "$ac_cv_path_BASENAME" && ac_cv_path_BASENAME
=":"
6892 BASENAME
=$ac_cv_path_BASENAME
6893 if test -n "$BASENAME"; then
6894 { echo "$as_me:$LINENO: result: $BASENAME" >&5
6895 echo "${ECHO_T}$BASENAME" >&6; }
6897 { echo "$as_me:$LINENO: result: no" >&5
6898 echo "${ECHO_T}no" >&6; }
6902 # Extract the first word of "id", so it can be a program name with args.
6903 set dummy id
; ac_word
=$2
6904 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6905 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6906 if test "${ac_cv_path_ID+set}" = set; then
6907 echo $ECHO_N "(cached) $ECHO_C" >&6
6911 ac_cv_path_ID
="$ID" # Let the user override the test with a path.
6914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6918 test -z "$as_dir" && as_dir
=.
6919 for ac_exec_ext
in '' $ac_executable_extensions; do
6920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6921 ac_cv_path_ID
="$as_dir/$ac_word$ac_exec_ext"
6922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6929 test -z "$ac_cv_path_ID" && ac_cv_path_ID
=":"
6934 if test -n "$ID"; then
6935 { echo "$as_me:$LINENO: result: $ID" >&5
6936 echo "${ECHO_T}$ID" >&6; }
6938 { echo "$as_me:$LINENO: result: no" >&5
6939 echo "${ECHO_T}no" >&6; }
6943 # Extract the first word of "dirname", so it can be a program name with args.
6944 set dummy
dirname; ac_word
=$2
6945 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6947 if test "${ac_cv_path_DIRNAME+set}" = set; then
6948 echo $ECHO_N "(cached) $ECHO_C" >&6
6952 ac_cv_path_DIRNAME
="$DIRNAME" # Let the user override the test with a path.
6955 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6959 test -z "$as_dir" && as_dir
=.
6960 for ac_exec_ext
in '' $ac_executable_extensions; do
6961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6962 ac_cv_path_DIRNAME
="$as_dir/$ac_word$ac_exec_ext"
6963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6970 test -z "$ac_cv_path_DIRNAME" && ac_cv_path_DIRNAME
=":"
6974 DIRNAME
=$ac_cv_path_DIRNAME
6975 if test -n "$DIRNAME"; then
6976 { echo "$as_me:$LINENO: result: $DIRNAME" >&5
6977 echo "${ECHO_T}$DIRNAME" >&6; }
6979 { echo "$as_me:$LINENO: result: no" >&5
6980 echo "${ECHO_T}no" >&6; }
6984 # Extract the first word of "sh", so it can be a program name with args.
6985 set dummy sh
; ac_word
=$2
6986 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6988 if test "${ac_cv_path_SHELL+set}" = set; then
6989 echo $ECHO_N "(cached) $ECHO_C" >&6
6993 ac_cv_path_SHELL
="$SHELL" # Let the user override the test with a path.
6996 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7000 test -z "$as_dir" && as_dir
=.
7001 for ac_exec_ext
in '' $ac_executable_extensions; do
7002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7003 ac_cv_path_SHELL
="$as_dir/$ac_word$ac_exec_ext"
7004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7011 test -z "$ac_cv_path_SHELL" && ac_cv_path_SHELL
=":"
7015 SHELL
=$ac_cv_path_SHELL
7016 if test -n "$SHELL"; then
7017 { echo "$as_me:$LINENO: result: $SHELL" >&5
7018 echo "${ECHO_T}$SHELL" >&6; }
7020 { echo "$as_me:$LINENO: result: no" >&5
7021 echo "${ECHO_T}no" >&6; }
7025 # Extract the first word of "ln", so it can be a program name with args.
7026 set dummy
ln; ac_word
=$2
7027 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7029 if test "${ac_cv_path_LN+set}" = set; then
7030 echo $ECHO_N "(cached) $ECHO_C" >&6
7034 ac_cv_path_LN
="$LN" # Let the user override the test with a path.
7037 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7041 test -z "$as_dir" && as_dir
=.
7042 for ac_exec_ext
in '' $ac_executable_extensions; do
7043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7044 ac_cv_path_LN
="$as_dir/$ac_word$ac_exec_ext"
7045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7052 test -z "$ac_cv_path_LN" && ac_cv_path_LN
=":"
7057 if test -n "$LN"; then
7058 { echo "$as_me:$LINENO: result: $LN" >&5
7059 echo "${ECHO_T}$LN" >&6; }
7061 { echo "$as_me:$LINENO: result: no" >&5
7062 echo "${ECHO_T}no" >&6; }
7066 # Extract the first word of "dot", so it can be a program name with args.
7067 set dummy dot
; ac_word
=$2
7068 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7069 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7070 if test "${ac_cv_path_DOT+set}" = set; then
7071 echo $ECHO_N "(cached) $ECHO_C" >&6
7075 ac_cv_path_DOT
="$DOT" # Let the user override the test with a path.
7078 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7082 test -z "$as_dir" && as_dir
=.
7083 for ac_exec_ext
in '' $ac_executable_extensions; do
7084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7085 ac_cv_path_DOT
="$as_dir/$ac_word$ac_exec_ext"
7086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7093 test -z "$ac_cv_path_DOT" && ac_cv_path_DOT
=":"
7098 if test -n "$DOT"; then
7099 { echo "$as_me:$LINENO: result: $DOT" >&5
7100 echo "${ECHO_T}$DOT" >&6; }
7102 { echo "$as_me:$LINENO: result: no" >&5
7103 echo "${ECHO_T}no" >&6; }
7107 # Extract the first word of "wget", so it can be a program name with args.
7108 set dummy wget
; ac_word
=$2
7109 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7111 if test "${ac_cv_path_WGET+set}" = set; then
7112 echo $ECHO_N "(cached) $ECHO_C" >&6
7116 ac_cv_path_WGET
="$WGET" # Let the user override the test with a path.
7119 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7123 test -z "$as_dir" && as_dir
=.
7124 for ac_exec_ext
in '' $ac_executable_extensions; do
7125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7126 ac_cv_path_WGET
="$as_dir/$ac_word$ac_exec_ext"
7127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7134 test -z "$ac_cv_path_WGET" && ac_cv_path_WGET
=":"
7138 WGET
=$ac_cv_path_WGET
7139 if test -n "$WGET"; then
7140 { echo "$as_me:$LINENO: result: $WGET" >&5
7141 echo "${ECHO_T}$WGET" >&6; }
7143 { echo "$as_me:$LINENO: result: no" >&5
7144 echo "${ECHO_T}no" >&6; }
7148 if test "${WGET}" != ":" ; then
7151 # Extract the first word of "fetch", so it can be a program name with args.
7152 set dummy fetch
; ac_word
=$2
7153 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7154 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7155 if test "${ac_cv_path_FETCH+set}" = set; then
7156 echo $ECHO_N "(cached) $ECHO_C" >&6
7160 ac_cv_path_FETCH
="$FETCH" # Let the user override the test with a path.
7163 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7167 test -z "$as_dir" && as_dir
=.
7168 for ac_exec_ext
in '' $ac_executable_extensions; do
7169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7170 ac_cv_path_FETCH
="$as_dir/$ac_word$ac_exec_ext"
7171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7178 test -z "$ac_cv_path_FETCH" && ac_cv_path_FETCH
=":"
7182 FETCH
=$ac_cv_path_FETCH
7183 if test -n "$FETCH"; then
7184 { echo "$as_me:$LINENO: result: $FETCH" >&5
7185 echo "${ECHO_T}$FETCH" >&6; }
7187 { echo "$as_me:$LINENO: result: no" >&5
7188 echo "${ECHO_T}no" >&6; }
7196 if test -n "$ac_tool_prefix"; then
7197 # Extract the first word of "${ac_tool_prefix}soxmix", so it can be a program name with args.
7198 set dummy
${ac_tool_prefix}soxmix
; ac_word
=$2
7199 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7201 if test "${ac_cv_prog_SOXMIX+set}" = set; then
7202 echo $ECHO_N "(cached) $ECHO_C" >&6
7204 if test -n "$SOXMIX"; then
7205 ac_cv_prog_SOXMIX
="$SOXMIX" # Let the user override the test.
7207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7211 test -z "$as_dir" && as_dir
=.
7212 for ac_exec_ext
in '' $ac_executable_extensions; do
7213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7214 ac_cv_prog_SOXMIX
="${ac_tool_prefix}soxmix"
7215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7224 SOXMIX
=$ac_cv_prog_SOXMIX
7225 if test -n "$SOXMIX"; then
7226 { echo "$as_me:$LINENO: result: $SOXMIX" >&5
7227 echo "${ECHO_T}$SOXMIX" >&6; }
7229 { echo "$as_me:$LINENO: result: no" >&5
7230 echo "${ECHO_T}no" >&6; }
7235 if test -z "$ac_cv_prog_SOXMIX"; then
7236 ac_ct_SOXMIX
=$SOXMIX
7237 # Extract the first word of "soxmix", so it can be a program name with args.
7238 set dummy soxmix
; ac_word
=$2
7239 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7241 if test "${ac_cv_prog_ac_ct_SOXMIX+set}" = set; then
7242 echo $ECHO_N "(cached) $ECHO_C" >&6
7244 if test -n "$ac_ct_SOXMIX"; then
7245 ac_cv_prog_ac_ct_SOXMIX
="$ac_ct_SOXMIX" # Let the user override the test.
7247 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7251 test -z "$as_dir" && as_dir
=.
7252 for ac_exec_ext
in '' $ac_executable_extensions; do
7253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7254 ac_cv_prog_ac_ct_SOXMIX
="soxmix"
7255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7264 ac_ct_SOXMIX
=$ac_cv_prog_ac_ct_SOXMIX
7265 if test -n "$ac_ct_SOXMIX"; then
7266 { echo "$as_me:$LINENO: result: $ac_ct_SOXMIX" >&5
7267 echo "${ECHO_T}$ac_ct_SOXMIX" >&6; }
7269 { echo "$as_me:$LINENO: result: no" >&5
7270 echo "${ECHO_T}no" >&6; }
7273 if test "x$ac_ct_SOXMIX" = x
; then
7276 case $cross_compiling:$ac_tool_warned in
7278 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7279 whose name does not start with the host triplet. If you think this
7280 configuration is useful to you, please write to autoconf@gnu.org." >&5
7281 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7282 whose name does not start with the host triplet. If you think this
7283 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7284 ac_tool_warned
=yes ;;
7286 SOXMIX
=$ac_ct_SOXMIX
7289 SOXMIX
="$ac_cv_prog_SOXMIX"
7292 if test "${SOXMIX}" != ":" ; then
7294 cat >>confdefs.h
<<\_ACEOF
7295 #define HAVE_SOXMIX 1
7304 ac_cpp
='$CPP $CPPFLAGS'
7305 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7306 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7307 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7311 # We used to check for pthread.h first, but this fails if pthread.h
7312 # requires special compiler flags (e.g. on True64 or Sequent).
7313 # It gets checked for in the link test anyway.
7315 # First of all, check if the user has set any of the PTHREAD_LIBS,
7316 # etcetera environment variables, and if threads linking works using
7318 if test x
"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x
; then
7319 save_CFLAGS
="$CFLAGS"
7320 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
7322 LIBS
="$PTHREAD_LIBS $LIBS"
7323 { echo "$as_me:$LINENO: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5
7324 echo $ECHO_N "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... $ECHO_C" >&6; }
7325 cat >conftest.
$ac_ext <<_ACEOF
7328 cat confdefs.h
>>conftest.
$ac_ext
7329 cat >>conftest.
$ac_ext <<_ACEOF
7330 /* end confdefs.h. */
7332 /* Override any GCC internal prototype to avoid an error.
7333 Use char because int might match the return type of a GCC
7334 builtin and then its argument prototype would still apply. */
7338 char pthread_join ();
7342 return pthread_join ();
7347 rm -f conftest.
$ac_objext conftest
$ac_exeext
7348 if { (ac_try
="$ac_link"
7350 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7351 *) ac_try_echo=$ac_try;;
7353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7354 (eval "$ac_link") 2>conftest.er1
7356 grep -v '^ *+' conftest.er1 >conftest.err
7358 cat conftest.err >&5
7359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7360 (exit $ac_status); } && {
7361 test -z "$ac_c_werror_flag" ||
7362 test ! -s conftest.err
7363 } && test -s conftest$ac_exeext &&
7364 $as_test_x conftest$ac_exeext; then
7367 echo "$as_me: failed program was:" >&5
7368 sed 's/^/| /' conftest.$ac_ext >&5
7373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7374 conftest$ac_exeext conftest.$ac_ext
7375 { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5
7376 echo "${ECHO_T}$acx_pthread_ok" >&6; }
7377 if test x"$acx_pthread_ok" = xno; then
7382 CFLAGS="$save_CFLAGS"
7385 # We must check for the threads library under a number of different
7386 # names; the ordering is very important because some systems
7387 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
7388 # libraries is broken (non-POSIX).
7390 # Create a list of thread flags to try. Items starting with a "-" are
7391 # C compiler flags, and other items are library names, except for "none"
7392 # which indicates that we try without any flags at all, and "pthread-config"
7393 # which is a program returning the flags for the Pth emulation library.
7395 acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
7397 # The ordering *is* (sometimes) important. Some notes on the
7398 # individual items follow:
7400 # pthreads: AIX (must check this before -lpthread)
7401 # none: in case threads are in libc; should be tried before -Kthread and
7402 # other compiler flags to prevent continual compiler warnings
7403 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
7404 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
7405 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
7406 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
7407 # -pthreads: Solaris/gcc
7408 # -mthreads: Mingw32/gcc, Lynx/gcc
7409 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
7410 # doesn't hurt to check since this sometimes defines pthreads too;
7411 # also defines -D_REENTRANT)
7412 # ... -mt is also the pthreads flag for HP/aCC
7413 # pthread: Linux, etcetera
7414 # --thread-safe: KAI C++
7415 # pthread-config: use pthread-config program (for GNU Pth library)
7417 case "${host_cpu}-${host_os}" in
7420 # On Solaris (at least, for some versions), libc contains stubbed
7421 # (non-functional) versions of the pthreads routines, so link-based
7422 # tests will erroneously succeed. (We need to link with -pthreads/-mt/
7423 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
7424 # a function called by this macro, so we could check for that, but
7425 # who knows whether they'll stub that too in a future libc.) So,
7426 # we'll just look for -pthreads and -lpthread first:
7428 acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
7432 if test x"$acx_pthread_ok" = xno; then
7433 for flag in $acx_pthread_flags; do
7437 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
7438 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
7442 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
7443 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
7444 PTHREAD_CFLAGS="$flag"
7448 # Extract the first word of "pthread-config", so it can be a program name with args.
7449 set dummy pthread-config; ac_word=$2
7450 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7452 if test "${ac_cv_prog_acx_pthread_config+set}" = set; then
7453 echo $ECHO_N "(cached) $ECHO_C" >&6
7455 if test -n "$acx_pthread_config"; then
7456 ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test.
7458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7462 test -z "$as_dir" && as_dir=.
7463 for ac_exec_ext in '' $ac_executable_extensions; do
7464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7465 ac_cv_prog_acx_pthread_config="yes"
7466 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7473 test -z "$ac_cv_prog_acx_pthread_config" && ac_cv_prog_acx_pthread_config="no"
7476 acx_pthread_config=$ac_cv_prog_acx_pthread_config
7477 if test -n "$acx_pthread_config"; then
7478 { echo "$as_me:$LINENO: result: $acx_pthread_config" >&5
7479 echo "${ECHO_T}$acx_pthread_config" >&6; }
7481 { echo "$as_me:$LINENO: result: no" >&5
7482 echo "${ECHO_T}no" >&6; }
7486 if test x"$acx_pthread_config" = xno; then continue; fi
7487 PTHREAD_CFLAGS="`pthread-config
--cflags`"
7488 PTHREAD_LIBS="`pthread-config
--ldflags` `pthread-config
--libs`"
7492 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
7493 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
7494 PTHREAD_LIBS="-l$flag"
7499 save_CFLAGS="$CFLAGS"
7500 LIBS="$PTHREAD_LIBS $LIBS"
7501 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
7503 # Check for various functions. We must include pthread.h,
7504 # since some functions may be macros. (On the Sequent, we
7505 # need a special flag -Kthread to make this header compile.)
7506 # We check for pthread_join because it is in -lpthread on IRIX
7507 # while pthread_create is in libc. We check for pthread_attr_init
7508 # due to DEC craziness with -lpthreads. We check for
7509 # pthread_cleanup_push because it is one of the few pthread
7510 # functions on Solaris that doesn't have a non-functional libc stub.
7511 # We try pthread_create on general principles.
7512 cat >conftest.$ac_ext <<_ACEOF
7515 cat confdefs.h >>conftest.$ac_ext
7516 cat >>conftest.$ac_ext <<_ACEOF
7517 /* end confdefs.h. */
7518 #include <pthread.h>
7522 pthread_t th; pthread_join(th, 0);
7523 pthread_attr_init(0); pthread_cleanup_push(0, 0);
7524 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
7529 rm -f conftest.$ac_objext conftest$ac_exeext
7530 if { (ac_try="$ac_link"
7532 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7533 *) ac_try_echo
=$ac_try;;
7535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7536 (eval "$ac_link") 2>conftest.er1
7538 grep -v '^ *+' conftest.er1
>conftest.err
7540 cat conftest.err
>&5
7541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7542 (exit $ac_status); } && {
7543 test -z "$ac_c_werror_flag" ||
7544 test ! -s conftest.err
7545 } && test -s conftest
$ac_exeext &&
7546 $as_test_x conftest
$ac_exeext; then
7549 echo "$as_me: failed program was:" >&5
7550 sed 's/^/| /' conftest.
$ac_ext >&5
7555 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7556 conftest
$ac_exeext conftest.
$ac_ext
7559 CFLAGS
="$save_CFLAGS"
7561 { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5
7562 echo "${ECHO_T}$acx_pthread_ok" >&6; }
7563 if test "x$acx_pthread_ok" = xyes
; then
7572 # Various other checks:
7573 if test "x$acx_pthread_ok" = xyes
; then
7575 LIBS
="$PTHREAD_LIBS $LIBS"
7576 save_CFLAGS
="$CFLAGS"
7577 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
7579 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
7580 { echo "$as_me:$LINENO: checking for joinable pthread attribute" >&5
7581 echo $ECHO_N "checking for joinable pthread attribute... $ECHO_C" >&6; }
7583 for attr
in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED
; do
7584 cat >conftest.
$ac_ext <<_ACEOF
7587 cat confdefs.h
>>conftest.
$ac_ext
7588 cat >>conftest.
$ac_ext <<_ACEOF
7589 /* end confdefs.h. */
7590 #include <pthread.h>
7594 int attr=$attr; return attr;
7599 rm -f conftest.
$ac_objext conftest
$ac_exeext
7600 if { (ac_try
="$ac_link"
7602 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7603 *) ac_try_echo=$ac_try;;
7605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7606 (eval "$ac_link") 2>conftest.er1
7608 grep -v '^ *+' conftest.er1 >conftest.err
7610 cat conftest.err >&5
7611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7612 (exit $ac_status); } && {
7613 test -z "$ac_c_werror_flag" ||
7614 test ! -s conftest.err
7615 } && test -s conftest$ac_exeext &&
7616 $as_test_x conftest$ac_exeext; then
7617 attr_name=$attr; break
7619 echo "$as_me: failed program was:" >&5
7620 sed 's/^/| /' conftest.$ac_ext >&5
7625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7626 conftest$ac_exeext conftest.$ac_ext
7628 { echo "$as_me:$LINENO: result: $attr_name" >&5
7629 echo "${ECHO_T}$attr_name" >&6; }
7630 if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
7632 cat >>confdefs.h <<_ACEOF
7633 #define PTHREAD_CREATE_JOINABLE $attr_name
7638 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
7639 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
7641 case "${host_cpu}-${host_os}" in
7642 *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
7643 *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
7645 { echo "$as_me:$LINENO: result: ${flag}" >&5
7646 echo "${ECHO_T}${flag}" >&6; }
7647 if test "x$flag" != xno; then
7648 PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
7652 CFLAGS="$save_CFLAGS"
7654 # More AIX lossage: must compile with xlc_r or cc_r
7655 if test x"$GCC" != xyes; then
7656 for ac_prog in xlc_r cc_r
7658 # Extract the first word of "$ac_prog", so it can be a program name with args.
7659 set dummy $ac_prog; ac_word=$2
7660 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7662 if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then
7663 echo $ECHO_N "(cached) $ECHO_C" >&6
7665 if test -n "$PTHREAD_CC"; then
7666 ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test.
7668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7672 test -z "$as_dir" && as_dir=.
7673 for ac_exec_ext in '' $ac_executable_extensions; do
7674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7675 ac_cv_prog_PTHREAD_CC="$ac_prog"
7676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7685 PTHREAD_CC=$ac_cv_prog_PTHREAD_CC
7686 if test -n "$PTHREAD_CC"; then
7687 { echo "$as_me:$LINENO: result: $PTHREAD_CC" >&5
7688 echo "${ECHO_T}$PTHREAD_CC" >&6; }
7690 { echo "$as_me:$LINENO: result: no" >&5
7691 echo "${ECHO_T}no" >&6; }
7695 test -n "$PTHREAD_CC" && break
7697 test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}"
7710 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
7711 if test x"$acx_pthread_ok" = xyes; then
7713 cat >>confdefs.h <<\_ACEOF
7714 #define HAVE_PTHREAD 1
7723 ac_cpp='$CPP $CPPFLAGS'
7724 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7725 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7726 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7731 ac_cpp='$CPP $CPPFLAGS'
7732 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7733 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7734 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7737 # Check whether --enable-dev-mode was given.
7738 if test "${enable_dev_mode+set}" = set; then
7739 enableval=$enable_dev_mode; case "${enableval}" in
7740 y|ye|yes) AST_DEVMODE=yes ;;
7741 n|no) AST_DEVMODE=no ;;
7742 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-dev-mode" >&5
7743 echo "$as_me: error: bad value ${enableval} for --enable-dev-mode" >&2;}
7744 { (exit 1); exit 1; }; } ;;
7750 # package option names should be in alphabetical order
7751 # by the --with option name, to make things easier for the users :-)
7754 ALSA_DESCRIP="Advanced Linux Sound Architecture"
7755 ALSA_OPTION="asound"
7757 # Check whether --with-asound was given.
7758 if test "${with_asound+set}" = set; then
7759 withval=$with_asound;
7765 ALSA_MANDATORY="yes"
7768 ALSA_DIR="${withval}"
7769 ALSA_MANDATORY="yes"
7785 # Check whether --with-curl was given.
7786 if test "${with_curl+set}" = set; then
7793 CURL_MANDATORY="yes"
7796 CURL_DIR="${withval}"
7797 CURL_MANDATORY="yes"
7810 CAP_DESCRIP="POSIX 1.e capabilities"
7813 # Check whether --with-cap was given.
7814 if test "${with_cap+set}" = set; then
7824 CAP_DIR="${withval}"
7838 CURSES_DESCRIP="curses"
7839 CURSES_OPTION="curses"
7841 # Check whether --with-curses was given.
7842 if test "${with_curses+set}" = set; then
7843 withval=$with_curses;
7849 CURSES_MANDATORY="yes"
7852 CURSES_DIR="${withval}"
7853 CURSES_MANDATORY="yes"
7866 DAHDI_DESCRIP="DAHDI"
7867 DAHDI_OPTION="dahdi"
7869 # Check whether --with-dahdi was given.
7870 if test "${with_dahdi+set}" = set; then
7871 withval=$with_dahdi;
7877 DAHDI_MANDATORY="yes"
7880 DAHDI_DIR="${withval}"
7881 DAHDI_MANDATORY="yes"
7894 GNUTLS_DESCRIP="GNU TLS support (used for iksemel only)"
7895 GNUTLS_OPTION="gnutls"
7897 # Check whether --with-gnutls was given.
7898 if test "${with_gnutls+set}" = set; then
7899 withval=$with_gnutls;
7905 GNUTLS_MANDATORY="yes"
7908 GNUTLS_DIR="${withval}"
7909 GNUTLS_MANDATORY="yes"
7925 # Check whether --with-gsm was given.
7926 if test "${with_gsm+set}" = set; then
7936 GSM_DIR="${withval}"
7950 IKSEMEL_DESCRIP="Iksemel Jabber Library"
7951 IKSEMEL_OPTION="iksemel"
7953 # Check whether --with-iksemel was given.
7954 if test "${with_iksemel+set}" = set; then
7955 withval=$with_iksemel;
7961 IKSEMEL_MANDATORY="yes"
7964 IKSEMEL_DIR="${withval}"
7965 IKSEMEL_MANDATORY="yes"
7978 IMAP_TK_DESCRIP="UW IMAP Toolkit"
7979 IMAP_TK_OPTION="imap"
7981 # Check whether --with-imap was given.
7982 if test "${with_imap+set}" = set; then
7989 IMAP_TK_MANDATORY="yes"
7992 IMAP_TK_DIR="${withval}"
7993 IMAP_TK_MANDATORY="yes"
8006 ISDNNET_DESCRIP="ISDN4Linux Library"
8007 ISDNNET_OPTION="isdnnet"
8009 # Check whether --with-isdnnet was given.
8010 if test "${with_isdnnet+set}" = set; then
8011 withval=$with_isdnnet;
8017 ISDNNET_MANDATORY="yes"
8020 ISDNNET_DIR="${withval}"
8021 ISDNNET_MANDATORY="yes"
8037 # Check whether --with-kde was given.
8038 if test "${with_kde+set}" = set; then
8048 KDE_DIR="${withval}"
8062 LTDL_DESCRIP="libtool"
8065 # Check whether --with-ltdl was given.
8066 if test "${with_ltdl+set}" = set; then
8073 LTDL_MANDATORY="yes"
8076 LTDL_DIR="${withval}"
8077 LTDL_MANDATORY="yes"
8090 MISDN_DESCRIP="mISDN User Library"
8091 MISDN_OPTION="misdn"
8093 # Check whether --with-misdn was given.
8094 if test "${with_misdn+set}" = set; then
8095 withval=$with_misdn;
8101 MISDN_MANDATORY="yes"
8104 MISDN_DIR="${withval}"
8105 MISDN_MANDATORY="yes"
8118 NBS_DESCRIP="Network Broadcast Sound"
8121 # Check whether --with-nbs was given.
8122 if test "${with_nbs+set}" = set; then
8132 NBS_DIR="${withval}"
8146 NCURSES_DESCRIP="ncurses"
8147 NCURSES_OPTION="ncurses"
8149 # Check whether --with-ncurses was given.
8150 if test "${with_ncurses+set}" = set; then
8151 withval=$with_ncurses;
8157 NCURSES_MANDATORY="yes"
8160 NCURSES_DIR="${withval}"
8161 NCURSES_MANDATORY="yes"
8174 NETSNMP_DESCRIP="Net-SNMP"
8175 NETSNMP_OPTION="netsnmp"
8177 # Check whether --with-netsnmp was given.
8178 if test "${with_netsnmp+set}" = set; then
8179 withval=$with_netsnmp;
8185 NETSNMP_MANDATORY="yes"
8188 NETSNMP_DIR="${withval}"
8189 NETSNMP_MANDATORY="yes"
8205 # Check whether --with-newt was given.
8206 if test "${with_newt+set}" = set; then
8213 NEWT_MANDATORY="yes"
8216 NEWT_DIR="${withval}"
8217 NEWT_MANDATORY="yes"
8230 UNIXODBC_DESCRIP="unixODBC"
8231 UNIXODBC_OPTION="odbc"
8233 # Check whether --with-odbc was given.
8234 if test "${with_odbc+set}" = set; then
8241 UNIXODBC_MANDATORY="yes"
8244 UNIXODBC_DIR="${withval}"
8245 UNIXODBC_MANDATORY="yes"
8261 # Check whether --with-ogg was given.
8262 if test "${with_ogg+set}" = set; then
8272 OGG_DIR="${withval}"
8286 OSPTK_DESCRIP="OSP Toolkit"
8287 OSPTK_OPTION="osptk"
8289 # Check whether --with-osptk was given.
8290 if test "${with_osptk+set}" = set; then
8291 withval=$with_osptk;
8297 OSPTK_MANDATORY="yes"
8300 OSPTK_DIR="${withval}"
8301 OSPTK_MANDATORY="yes"
8314 OSS_DESCRIP="Open Sound System"
8317 # Check whether --with-oss was given.
8318 if test "${with_oss+set}" = set; then
8328 OSS_DIR="${withval}"
8345 # Check whether --with-popt was given.
8346 if test "${with_popt+set}" = set; then
8353 POPT_MANDATORY="yes"
8356 POPT_DIR="${withval}"
8357 POPT_MANDATORY="yes"
8370 PGSQL_DESCRIP="PostgreSQL"
8371 PGSQL_OPTION="postgres"
8373 # Check whether --with-postgres was given.
8374 if test "${with_postgres+set}" = set; then
8375 withval=$with_postgres;
8381 PGSQL_MANDATORY="yes"
8384 PGSQL_DIR="${withval}"
8385 PGSQL_MANDATORY="yes"
8398 PRI_DESCRIP="ISDN PRI"
8401 # Check whether --with-pri was given.
8402 if test "${with_pri+set}" = set; then
8412 PRI_DIR="${withval}"
8426 PWLIB_DESCRIP="PWlib"
8427 PWLIB_OPTION="pwlib"
8429 # Check whether --with-pwlib was given.
8430 if test "${with_pwlib+set}" = set; then
8431 withval=$with_pwlib;
8437 PWLIB_MANDATORY="yes"
8440 PWLIB_DIR="${withval}"
8441 PWLIB_MANDATORY="yes"
8454 OPENH323_DESCRIP="OpenH323"
8455 OPENH323_OPTION="h323"
8457 # Check whether --with-h323 was given.
8458 if test "${with_h323+set}" = set; then
8465 OPENH323_MANDATORY="yes"
8468 OPENH323_DIR="${withval}"
8469 OPENH323_MANDATORY="yes"
8482 RADIUS_DESCRIP="Radius Client"
8483 RADIUS_OPTION="radius"
8485 # Check whether --with-radius was given.
8486 if test "${with_radius+set}" = set; then
8487 withval=$with_radius;
8493 RADIUS_MANDATORY="yes"
8496 RADIUS_DIR="${withval}"
8497 RADIUS_MANDATORY="yes"
8510 SPEEX_DESCRIP="Speex"
8511 SPEEX_OPTION="speex"
8513 # Check whether --with-speex was given.
8514 if test "${with_speex+set}" = set; then
8515 withval=$with_speex;
8521 SPEEX_MANDATORY="yes"
8524 SPEEX_DIR="${withval}"
8525 SPEEX_MANDATORY="yes"
8538 SPEEXDSP_DESCRIP="Speexdsp"
8539 SPEEXDSP_OPTION="speexdsp"
8541 # Check whether --with-speexdsp was given.
8542 if test "${with_speexdsp+set}" = set; then
8543 withval=$with_speexdsp;
8549 SPEEXDSP_MANDATORY="yes"
8552 SPEEXDSP_DIR="${withval}"
8553 SPEEXDSP_MANDATORY="yes"
8566 SQLITE_DESCRIP="SQLite"
8567 SQLITE_OPTION="sqlite"
8569 # Check whether --with-sqlite was given.
8570 if test "${with_sqlite+set}" = set; then
8571 withval=$with_sqlite;
8577 SQLITE_MANDATORY="yes"
8580 SQLITE_DIR="${withval}"
8581 SQLITE_MANDATORY="yes"
8594 SUPPSERV_DESCRIP="mISDN Supplemental Services"
8595 SUPPSERV_OPTION="suppserv"
8597 # Check whether --with-suppserv was given.
8598 if test "${with_suppserv+set}" = set; then
8599 withval=$with_suppserv;
8605 SUPPSERV_MANDATORY="yes"
8608 SUPPSERV_DIR="${withval}"
8609 SUPPSERV_MANDATORY="yes"
8622 OPENSSL_DESCRIP="OpenSSL"
8623 OPENSSL_OPTION="ssl"
8625 # Check whether --with-ssl was given.
8626 if test "${with_ssl+set}" = set; then
8633 OPENSSL_MANDATORY="yes"
8636 OPENSSL_DIR="${withval}"
8637 OPENSSL_MANDATORY="yes"
8650 FREETDS_DESCRIP="FreeTDS"
8651 FREETDS_OPTION="tds"
8653 # Check whether --with-tds was given.
8654 if test "${with_tds+set}" = set; then
8661 FREETDS_MANDATORY="yes"
8664 FREETDS_DIR="${withval}"
8665 FREETDS_MANDATORY="yes"
8678 TERMCAP_DESCRIP="Termcap"
8679 TERMCAP_OPTION="termcap"
8681 # Check whether --with-termcap was given.
8682 if test "${with_termcap+set}" = set; then
8683 withval=$with_termcap;
8689 TERMCAP_MANDATORY="yes"
8692 TERMCAP_DIR="${withval}"
8693 TERMCAP_MANDATORY="yes"
8706 TINFO_DESCRIP="Term Info"
8707 TINFO_OPTION="tinfo"
8709 # Check whether --with-tinfo was given.
8710 if test "${with_tinfo+set}" = set; then
8711 withval=$with_tinfo;
8717 TINFO_MANDATORY="yes"
8720 TINFO_DIR="${withval}"
8721 TINFO_MANDATORY="yes"
8734 TONEZONE_DESCRIP="tonezone"
8735 TONEZONE_OPTION="tonezone"
8737 # Check whether --with-tonezone was given.
8738 if test "${with_tonezone+set}" = set; then
8739 withval=$with_tonezone;
8745 TONEZONE_MANDATORY="yes"
8748 TONEZONE_DIR="${withval}"
8749 TONEZONE_MANDATORY="yes"
8765 # Check whether --with-usb was given.
8766 if test "${with_usb+set}" = set; then
8776 USB_DIR="${withval}"
8790 VORBIS_DESCRIP="Vorbis"
8791 VORBIS_OPTION="vorbis"
8793 # Check whether --with-vorbis was given.
8794 if test "${with_vorbis+set}" = set; then
8795 withval=$with_vorbis;
8801 VORBIS_MANDATORY="yes"
8804 VORBIS_DIR="${withval}"
8805 VORBIS_MANDATORY="yes"
8818 VPB_DESCRIP="Voicetronix API"
8821 # Check whether --with-vpb was given.
8822 if test "${with_vpb+set}" = set; then
8832 VPB_DIR="${withval}"
8849 # Check whether --with-z was given.
8850 if test "${with_z+set}" = set; then
8857 ZLIB_MANDATORY="yes"
8860 ZLIB_DIR="${withval}"
8861 ZLIB_MANDATORY="yes"
8874 ZAPTEL_DESCRIP="Zaptel"
8875 ZAPTEL_OPTION="zaptel"
8877 # Check whether --with-zaptel was given.
8878 if test "${with_zaptel+set}" = set; then
8879 withval=$with_zaptel;
8885 ZAPTEL_MANDATORY="yes"
8888 ZAPTEL_DIR="${withval}"
8889 ZAPTEL_MANDATORY="yes"
8902 # check for basic system features and functionality before
8903 # checking for package libraries
8905 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8906 # for constant arguments. Useless!
8907 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
8908 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
8909 if test "${ac_cv_working_alloca_h+set}" = set; then
8910 echo $ECHO_N "(cached) $ECHO_C" >&6
8912 cat >conftest.$ac_ext <<_ACEOF
8915 cat confdefs.h >>conftest.$ac_ext
8916 cat >>conftest.$ac_ext <<_ACEOF
8917 /* end confdefs.h. */
8922 char *p = (char *) alloca (2 * sizeof (int));
8928 rm -f conftest.$ac_objext conftest$ac_exeext
8929 if { (ac_try="$ac_link"
8931 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8932 *) ac_try_echo
=$ac_try;;
8934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8935 (eval "$ac_link") 2>conftest.er1
8937 grep -v '^ *+' conftest.er1
>conftest.err
8939 cat conftest.err
>&5
8940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941 (exit $ac_status); } && {
8942 test -z "$ac_c_werror_flag" ||
8943 test ! -s conftest.err
8944 } && test -s conftest
$ac_exeext &&
8945 $as_test_x conftest
$ac_exeext; then
8946 ac_cv_working_alloca_h
=yes
8948 echo "$as_me: failed program was:" >&5
8949 sed 's/^/| /' conftest.
$ac_ext >&5
8951 ac_cv_working_alloca_h
=no
8954 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8955 conftest
$ac_exeext conftest.
$ac_ext
8957 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8958 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
8959 if test $ac_cv_working_alloca_h = yes; then
8961 cat >>confdefs.h
<<\_ACEOF
8962 #define HAVE_ALLOCA_H 1
8967 { echo "$as_me:$LINENO: checking for alloca" >&5
8968 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
8969 if test "${ac_cv_func_alloca_works+set}" = set; then
8970 echo $ECHO_N "(cached) $ECHO_C" >&6
8972 cat >conftest.
$ac_ext <<_ACEOF
8975 cat confdefs.h
>>conftest.
$ac_ext
8976 cat >>conftest.
$ac_ext <<_ACEOF
8977 /* end confdefs.h. */
8979 # define alloca __builtin_alloca
8982 # include <malloc.h>
8983 # define alloca _alloca
8985 # ifdef HAVE_ALLOCA_H
8986 # include <alloca.h>
8991 # ifndef alloca /* predefined by HP cc +Olibcalls */
9002 char *p = (char *) alloca (1);
9008 rm -f conftest.
$ac_objext conftest
$ac_exeext
9009 if { (ac_try
="$ac_link"
9011 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9012 *) ac_try_echo=$ac_try;;
9014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9015 (eval "$ac_link") 2>conftest.er1
9017 grep -v '^ *+' conftest.er1 >conftest.err
9019 cat conftest.err >&5
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } && {
9022 test -z "$ac_c_werror_flag" ||
9023 test ! -s conftest.err
9024 } && test -s conftest$ac_exeext &&
9025 $as_test_x conftest$ac_exeext; then
9026 ac_cv_func_alloca_works=yes
9028 echo "$as_me: failed program was:" >&5
9029 sed 's/^/| /' conftest.$ac_ext >&5
9031 ac_cv_func_alloca_works=no
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035 conftest$ac_exeext conftest.$ac_ext
9037 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9038 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
9040 if test $ac_cv_func_alloca_works = yes; then
9042 cat >>confdefs.h <<\_ACEOF
9043 #define HAVE_ALLOCA 1
9047 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
9048 # that cause trouble. Some versions do not even contain alloca or
9049 # contain a buggy version. If you still want to use their alloca,
9050 # use ar to extract alloca.o from them instead of compiling alloca.c.
9052 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
9054 cat >>confdefs.h <<\_ACEOF
9059 { echo "$as_me:$LINENO: checking whether \`alloca.c
' needs Cray hooks" >&5
9060 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks...
$ECHO_C" >&6; }
9061 if test "${ac_cv_os_cray+set}" = set; then
9062 echo $ECHO_N "(cached
) $ECHO_C" >&6
9064 cat >conftest.$ac_ext <<_ACEOF
9067 cat confdefs.h >>conftest.$ac_ext
9068 cat >>conftest.$ac_ext <<_ACEOF
9069 /* end confdefs.h. */
9070 #if defined CRAY && ! defined CRAY2
9077 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
9078 $EGREP "webecray
" >/dev/null 2>&1; then
9086 { echo "$as_me:$LINENO: result
: $ac_cv_os_cray" >&5
9087 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
9088 if test $ac_cv_os_cray = yes; then
9089 for ac_func in _getb67 GETB67 getb67; do
9090 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
9091 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
9092 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
9093 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
9094 echo $ECHO_N "(cached
) $ECHO_C" >&6
9096 cat >conftest.$ac_ext <<_ACEOF
9099 cat confdefs.h >>conftest.$ac_ext
9100 cat >>conftest.$ac_ext <<_ACEOF
9101 /* end confdefs.h. */
9102 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9103 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9104 #define $ac_func innocuous_$ac_func
9106 /* System header to define __stub macros and hopefully few prototypes,
9107 which can conflict with char $ac_func (); below.
9108 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9109 <limits.h> exists even on freestanding compilers. */
9112 # include <limits.h>
9114 # include <assert.h>
9119 /* Override any GCC internal prototype to avoid an error.
9120 Use char because int might match the return type of a GCC
9121 builtin and then its argument prototype would still apply. */
9126 /* The GNU C library defines this for functions which it implements
9127 to always fail with ENOSYS. Some functions are actually named
9128 something starting with __ and the normal name is an alias. */
9129 #if defined __stub_$ac_func || defined __stub___$ac_func
9141 rm -f conftest.$ac_objext conftest$ac_exeext
9142 if { (ac_try="$ac_link"
9144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9145 *) ac_try_echo=$ac_try;;
9147 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9148 (eval "$ac_link") 2>conftest.er1
9150 grep -v '^ *+' conftest.er1 >conftest.err
9152 cat conftest.err >&5
9153 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9154 (exit $ac_status); } && {
9155 test -z "$ac_c_werror_flag" ||
9156 test ! -s conftest.err
9157 } && test -s conftest$ac_exeext &&
9158 $as_test_x conftest$ac_exeext; then
9159 eval "$as_ac_var=yes"
9161 echo "$as_me: failed program was
:" >&5
9162 sed 's/^/| /' conftest.$ac_ext >&5
9164 eval "$as_ac_var=no
"
9167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9168 conftest$ac_exeext conftest.$ac_ext
9170 ac_res=`eval echo '${'$as_ac_var'}'`
9171 { echo "$as_me:$LINENO: result
: $ac_res" >&5
9172 echo "${ECHO_T}$ac_res" >&6; }
9173 if test `eval echo '${'$as_ac_var'}'` = yes; then
9175 cat >>confdefs.h <<_ACEOF
9176 #define CRAY_STACKSEG_END $ac_func
9185 { echo "$as_me:$LINENO: checking stack direction
for C alloca
" >&5
9186 echo $ECHO_N "checking stack direction
for C alloca...
$ECHO_C" >&6; }
9187 if test "${ac_cv_c_stack_direction+set}" = set; then
9188 echo $ECHO_N "(cached
) $ECHO_C" >&6
9190 if test "$cross_compiling" = yes; then
9191 ac_cv_c_stack_direction=0
9193 cat >conftest.$ac_ext <<_ACEOF
9196 cat confdefs.h >>conftest.$ac_ext
9197 cat >>conftest.$ac_ext <<_ACEOF
9198 /* end confdefs.h. */
9199 $ac_includes_default
9201 find_stack_direction ()
9203 static char *addr = 0;
9208 return find_stack_direction ();
9211 return (&dummy > addr) ? 1 : -1;
9217 return find_stack_direction () < 0;
9220 rm -f conftest$ac_exeext
9221 if { (ac_try="$ac_link"
9223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9224 *) ac_try_echo=$ac_try;;
9226 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9227 (eval "$ac_link") 2>&5
9229 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9230 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9231 { (case "(($ac_try" in
9232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9233 *) ac_try_echo=$ac_try;;
9235 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9236 (eval "$ac_try") 2>&5
9238 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9239 (exit $ac_status); }; }; then
9240 ac_cv_c_stack_direction=1
9242 echo "$as_me: program exited with status
$ac_status" >&5
9243 echo "$as_me: failed program was
:" >&5
9244 sed 's/^/| /' conftest.$ac_ext >&5
9247 ac_cv_c_stack_direction=-1
9249 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9254 { echo "$as_me:$LINENO: result
: $ac_cv_c_stack_direction" >&5
9255 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
9257 cat >>confdefs.h <<_ACEOF
9258 #define STACK_DIRECTION $ac_cv_c_stack_direction
9270 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
9271 as_ac_Header=`echo "ac_cv_header_dirent_
$ac_hdr" | $as_tr_sh`
9272 { echo "$as_me:$LINENO: checking
for $ac_hdr that defines DIR
" >&5
9273 echo $ECHO_N "checking
for $ac_hdr that defines DIR...
$ECHO_C" >&6; }
9274 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
9275 echo $ECHO_N "(cached
) $ECHO_C" >&6
9277 cat >conftest.$ac_ext <<_ACEOF
9280 cat confdefs.h >>conftest.$ac_ext
9281 cat >>conftest.$ac_ext <<_ACEOF
9282 /* end confdefs.h. */
9283 #include <sys/types.h>
9295 rm -f conftest.$ac_objext
9296 if { (ac_try="$ac_compile"
9298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9299 *) ac_try_echo=$ac_try;;
9301 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9302 (eval "$ac_compile") 2>conftest.er1
9304 grep -v '^ *+' conftest.er1 >conftest.err
9306 cat conftest.err >&5
9307 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9308 (exit $ac_status); } && {
9309 test -z "$ac_c_werror_flag" ||
9310 test ! -s conftest.err
9311 } && test -s conftest.$ac_objext; then
9312 eval "$as_ac_Header=yes"
9314 echo "$as_me: failed program was
:" >&5
9315 sed 's/^/| /' conftest.$ac_ext >&5
9317 eval "$as_ac_Header=no
"
9320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9322 ac_res=`eval echo '${'$as_ac_Header'}'`
9323 { echo "$as_me:$LINENO: result
: $ac_res" >&5
9324 echo "${ECHO_T}$ac_res" >&6; }
9325 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9326 cat >>confdefs.h <<_ACEOF
9327 #define `echo "HAVE_
$ac_hdr" | $as_tr_cpp` 1
9330 ac_header_dirent=$ac_hdr; break
9334 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
9335 if test $ac_header_dirent = dirent.h; then
9336 { echo "$as_me:$LINENO: checking
for library containing opendir
" >&5
9337 echo $ECHO_N "checking
for library containing opendir...
$ECHO_C" >&6; }
9338 if test "${ac_cv_search_opendir+set}" = set; then
9339 echo $ECHO_N "(cached
) $ECHO_C" >&6
9341 ac_func_search_save_LIBS=$LIBS
9342 cat >conftest.$ac_ext <<_ACEOF
9345 cat confdefs.h >>conftest.$ac_ext
9346 cat >>conftest.$ac_ext <<_ACEOF
9347 /* end confdefs.h. */
9349 /* Override any GCC internal prototype to avoid an error.
9350 Use char because int might match the return type of a GCC
9351 builtin and then its argument prototype would still apply. */
9364 for ac_lib in '' dir; do
9365 if test -z "$ac_lib"; then
9366 ac_res="none required
"
9369 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9371 rm -f conftest.$ac_objext conftest$ac_exeext
9372 if { (ac_try="$ac_link"
9374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9375 *) ac_try_echo=$ac_try;;
9377 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9378 (eval "$ac_link") 2>conftest.er1
9380 grep -v '^ *+' conftest.er1 >conftest.err
9382 cat conftest.err >&5
9383 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9384 (exit $ac_status); } && {
9385 test -z "$ac_c_werror_flag" ||
9386 test ! -s conftest.err
9387 } && test -s conftest$ac_exeext &&
9388 $as_test_x conftest$ac_exeext; then
9389 ac_cv_search_opendir=$ac_res
9391 echo "$as_me: failed program was
:" >&5
9392 sed 's/^/| /' conftest.$ac_ext >&5
9397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9399 if test "${ac_cv_search_opendir+set}" = set; then
9403 if test "${ac_cv_search_opendir+set}" = set; then
9406 ac_cv_search_opendir=no
9409 LIBS=$ac_func_search_save_LIBS
9411 { echo "$as_me:$LINENO: result
: $ac_cv_search_opendir" >&5
9412 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
9413 ac_res=$ac_cv_search_opendir
9414 if test "$ac_res" != no; then
9415 test "$ac_res" = "none required
" || LIBS="$ac_res $LIBS"
9420 { echo "$as_me:$LINENO: checking
for library containing opendir
" >&5
9421 echo $ECHO_N "checking
for library containing opendir...
$ECHO_C" >&6; }
9422 if test "${ac_cv_search_opendir+set}" = set; then
9423 echo $ECHO_N "(cached
) $ECHO_C" >&6
9425 ac_func_search_save_LIBS=$LIBS
9426 cat >conftest.$ac_ext <<_ACEOF
9429 cat confdefs.h >>conftest.$ac_ext
9430 cat >>conftest.$ac_ext <<_ACEOF
9431 /* end confdefs.h. */
9433 /* Override any GCC internal prototype to avoid an error.
9434 Use char because int might match the return type of a GCC
9435 builtin and then its argument prototype would still apply. */
9448 for ac_lib in '' x; do
9449 if test -z "$ac_lib"; then
9450 ac_res="none required
"
9453 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9455 rm -f conftest.$ac_objext conftest$ac_exeext
9456 if { (ac_try="$ac_link"
9458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9459 *) ac_try_echo=$ac_try;;
9461 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9462 (eval "$ac_link") 2>conftest.er1
9464 grep -v '^ *+' conftest.er1 >conftest.err
9466 cat conftest.err >&5
9467 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9468 (exit $ac_status); } && {
9469 test -z "$ac_c_werror_flag" ||
9470 test ! -s conftest.err
9471 } && test -s conftest$ac_exeext &&
9472 $as_test_x conftest$ac_exeext; then
9473 ac_cv_search_opendir=$ac_res
9475 echo "$as_me: failed program was
:" >&5
9476 sed 's/^/| /' conftest.$ac_ext >&5
9481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9483 if test "${ac_cv_search_opendir+set}" = set; then
9487 if test "${ac_cv_search_opendir+set}" = set; then
9490 ac_cv_search_opendir=no
9493 LIBS=$ac_func_search_save_LIBS
9495 { echo "$as_me:$LINENO: result
: $ac_cv_search_opendir" >&5
9496 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
9497 ac_res=$ac_cv_search_opendir
9498 if test "$ac_res" != no; then
9499 test "$ac_res" = "none required
" || LIBS="$ac_res $LIBS"
9505 { echo "$as_me:$LINENO: checking
for ANSI C header files
" >&5
9506 echo $ECHO_N "checking
for ANSI C header files...
$ECHO_C" >&6; }
9507 if test "${ac_cv_header_stdc+set}" = set; then
9508 echo $ECHO_N "(cached
) $ECHO_C" >&6
9510 cat >conftest.$ac_ext <<_ACEOF
9513 cat confdefs.h >>conftest.$ac_ext
9514 cat >>conftest.$ac_ext <<_ACEOF
9515 /* end confdefs.h. */
9529 rm -f conftest.$ac_objext
9530 if { (ac_try="$ac_compile"
9532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9533 *) ac_try_echo=$ac_try;;
9535 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9536 (eval "$ac_compile") 2>conftest.er1
9538 grep -v '^ *+' conftest.er1 >conftest.err
9540 cat conftest.err >&5
9541 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9542 (exit $ac_status); } && {
9543 test -z "$ac_c_werror_flag" ||
9544 test ! -s conftest.err
9545 } && test -s conftest.$ac_objext; then
9546 ac_cv_header_stdc=yes
9548 echo "$as_me: failed program was
:" >&5
9549 sed 's/^/| /' conftest.$ac_ext >&5
9551 ac_cv_header_stdc=no
9554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9556 if test $ac_cv_header_stdc = yes; then
9557 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9558 cat >conftest.$ac_ext <<_ACEOF
9561 cat confdefs.h >>conftest.$ac_ext
9562 cat >>conftest.$ac_ext <<_ACEOF
9563 /* end confdefs.h. */
9567 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
9568 $EGREP "memchr
" >/dev/null 2>&1; then
9571 ac_cv_header_stdc=no
9577 if test $ac_cv_header_stdc = yes; then
9578 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9579 cat >conftest.$ac_ext <<_ACEOF
9582 cat confdefs.h >>conftest.$ac_ext
9583 cat >>conftest.$ac_ext <<_ACEOF
9584 /* end confdefs.h. */
9588 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
9589 $EGREP "free
" >/dev/null 2>&1; then
9592 ac_cv_header_stdc=no
9598 if test $ac_cv_header_stdc = yes; then
9599 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9600 if test "$cross_compiling" = yes; then
9603 cat >conftest.$ac_ext <<_ACEOF
9606 cat confdefs.h >>conftest.$ac_ext
9607 cat >>conftest.$ac_ext <<_ACEOF
9608 /* end confdefs.h. */
9611 #if ((' ' & 0x0FF) == 0x020)
9612 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9613 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9615 # define ISLOWER(c) \
9616 (('a' <= (c) && (c) <= 'i') \
9617 || ('j' <= (c) && (c) <= 'r') \
9618 || ('s' <= (c) && (c) <= 'z'))
9619 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
9622 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9627 for (i = 0; i < 256; i++)
9628 if (XOR (islower (i), ISLOWER (i))
9629 || toupper (i) != TOUPPER (i))
9634 rm -f conftest$ac_exeext
9635 if { (ac_try="$ac_link"
9637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9638 *) ac_try_echo=$ac_try;;
9640 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9641 (eval "$ac_link") 2>&5
9643 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9644 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9645 { (case "(($ac_try" in
9646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9647 *) ac_try_echo=$ac_try;;
9649 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9650 (eval "$ac_try") 2>&5
9652 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9653 (exit $ac_status); }; }; then
9656 echo "$as_me: program exited with status
$ac_status" >&5
9657 echo "$as_me: failed program was
:" >&5
9658 sed 's/^/| /' conftest.$ac_ext >&5
9661 ac_cv_header_stdc=no
9663 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9669 { echo "$as_me:$LINENO: result
: $ac_cv_header_stdc" >&5
9670 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
9671 if test $ac_cv_header_stdc = yes; then
9673 cat >>confdefs.h <<\_ACEOF
9674 #define STDC_HEADERS 1
9679 { echo "$as_me:$LINENO: checking
for sys
/wait.h that is POSIX
.1 compatible
" >&5
9680 echo $ECHO_N "checking
for sys
/wait.h that is POSIX
.1 compatible...
$ECHO_C" >&6; }
9681 if test "${ac_cv_header_sys_wait_h+set}" = set; then
9682 echo $ECHO_N "(cached
) $ECHO_C" >&6
9684 cat >conftest.$ac_ext <<_ACEOF
9687 cat confdefs.h >>conftest.$ac_ext
9688 cat >>conftest.$ac_ext <<_ACEOF
9689 /* end confdefs.h. */
9690 #include <sys/types.h>
9691 #include <sys/wait.h>
9693 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
9696 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
9704 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
9709 rm -f conftest.$ac_objext
9710 if { (ac_try="$ac_compile"
9712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9713 *) ac_try_echo=$ac_try;;
9715 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9716 (eval "$ac_compile") 2>conftest.er1
9718 grep -v '^ *+' conftest.er1 >conftest.err
9720 cat conftest.err >&5
9721 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9722 (exit $ac_status); } && {
9723 test -z "$ac_c_werror_flag" ||
9724 test ! -s conftest.err
9725 } && test -s conftest.$ac_objext; then
9726 ac_cv_header_sys_wait_h=yes
9728 echo "$as_me: failed program was
:" >&5
9729 sed 's/^/| /' conftest.$ac_ext >&5
9731 ac_cv_header_sys_wait_h=no
9734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9736 { echo "$as_me:$LINENO: result
: $ac_cv_header_sys_wait_h" >&5
9737 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
9738 if test $ac_cv_header_sys_wait_h = yes; then
9740 cat >>confdefs.h <<\_ACEOF
9741 #define HAVE_SYS_WAIT_H 1
9770 for ac_header in arpa/inet.h fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h termios.h unistd.h utime.h arpa/nameser.h
9772 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
9773 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
9774 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
9775 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
9776 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
9777 echo $ECHO_N "(cached
) $ECHO_C" >&6
9779 ac_res=`eval echo '${'$as_ac_Header'}'`
9780 { echo "$as_me:$LINENO: result
: $ac_res" >&5
9781 echo "${ECHO_T}$ac_res" >&6; }
9783 # Is the header compilable?
9784 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
9785 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
9786 cat >conftest.$ac_ext <<_ACEOF
9789 cat confdefs.h >>conftest.$ac_ext
9790 cat >>conftest.$ac_ext <<_ACEOF
9791 /* end confdefs.h. */
9792 $ac_includes_default
9793 #include <$ac_header>
9795 rm -f conftest.$ac_objext
9796 if { (ac_try="$ac_compile"
9798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9799 *) ac_try_echo=$ac_try;;
9801 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9802 (eval "$ac_compile") 2>conftest.er1
9804 grep -v '^ *+' conftest.er1 >conftest.err
9806 cat conftest.err >&5
9807 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9808 (exit $ac_status); } && {
9809 test -z "$ac_c_werror_flag" ||
9810 test ! -s conftest.err
9811 } && test -s conftest.$ac_objext; then
9812 ac_header_compiler=yes
9814 echo "$as_me: failed program was
:" >&5
9815 sed 's/^/| /' conftest.$ac_ext >&5
9817 ac_header_compiler=no
9820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9821 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
9822 echo "${ECHO_T}$ac_header_compiler" >&6; }
9824 # Is the header present?
9825 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
9826 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
9827 cat >conftest.$ac_ext <<_ACEOF
9830 cat confdefs.h >>conftest.$ac_ext
9831 cat >>conftest.$ac_ext <<_ACEOF
9832 /* end confdefs.h. */
9833 #include <$ac_header>
9835 if { (ac_try="$ac_cpp conftest.
$ac_ext"
9837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9838 *) ac_try_echo=$ac_try;;
9840 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9841 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
9843 grep -v '^ *+' conftest.er1 >conftest.err
9845 cat conftest.err >&5
9846 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9847 (exit $ac_status); } >/dev/null && {
9848 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9849 test ! -s conftest.err
9851 ac_header_preproc=yes
9853 echo "$as_me: failed program was
:" >&5
9854 sed 's/^/| /' conftest.$ac_ext >&5
9856 ac_header_preproc=no
9859 rm -f conftest.err conftest.$ac_ext
9860 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
9861 echo "${ECHO_T}$ac_header_preproc" >&6; }
9863 # So? What about this header?
9864 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9866 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
9867 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
9868 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
9869 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
9870 ac_header_preproc=yes
9873 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
9874 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
9875 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
9876 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
9877 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
9878 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
9879 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
9880 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
9881 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
9882 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
9883 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
9884 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
9886 ## ------------------------------- ##
9887 ## Report this to www.asterisk.org ##
9888 ## ------------------------------- ##
9890 ) | sed "s
/^
/$as_me: WARNING
: /" >&2
9893 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
9894 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
9895 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
9896 echo $ECHO_N "(cached
) $ECHO_C" >&6
9898 eval "$as_ac_Header=\
$ac_header_preproc"
9900 ac_res=`eval echo '${'$as_ac_Header'}'`
9901 { echo "$as_me:$LINENO: result
: $ac_res" >&5
9902 echo "${ECHO_T}$ac_res" >&6; }
9905 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9906 cat >>confdefs.h <<_ACEOF
9907 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
9915 # Check whether --enable-largefile was given.
9916 if test "${enable_largefile+set}" = set; then
9917 enableval=$enable_largefile;
9920 if test "$enable_largefile" != no; then
9922 { echo "$as_me:$LINENO: checking
for special C compiler options needed
for large files
" >&5
9923 echo $ECHO_N "checking
for special C compiler options needed
for large files...
$ECHO_C" >&6; }
9924 if test "${ac_cv_sys_largefile_CC+set}" = set; then
9925 echo $ECHO_N "(cached
) $ECHO_C" >&6
9927 ac_cv_sys_largefile_CC=no
9928 if test "$GCC" != yes; then
9931 # IRIX 6.2 and later do not support large files by default,
9932 # so use the C compiler's -n32 option if that helps.
9933 cat >conftest.$ac_ext <<_ACEOF
9936 cat confdefs.h >>conftest.$ac_ext
9937 cat >>conftest.$ac_ext <<_ACEOF
9938 /* end confdefs.h. */
9939 #include <sys/types.h>
9940 /* Check that off_t can represent 2**63 - 1 correctly.
9941 We can't simply define LARGE_OFF_T to be 9223372036854775807,
9942 since some C++ compilers masquerading as C compilers
9943 incorrectly reject 9223372036854775807. */
9944 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
9945 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9946 && LARGE_OFF_T % 2147483647 == 1)
9956 rm -f conftest.$ac_objext
9957 if { (ac_try="$ac_compile"
9959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9960 *) ac_try_echo=$ac_try;;
9962 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9963 (eval "$ac_compile") 2>conftest.er1
9965 grep -v '^ *+' conftest.er1 >conftest.err
9967 cat conftest.err >&5
9968 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9969 (exit $ac_status); } && {
9970 test -z "$ac_c_werror_flag" ||
9971 test ! -s conftest.err
9972 } && test -s conftest.$ac_objext; then
9975 echo "$as_me: failed program was
:" >&5
9976 sed 's/^/| /' conftest.$ac_ext >&5
9981 rm -f core conftest.err conftest.$ac_objext
9983 rm -f conftest.$ac_objext
9984 if { (ac_try="$ac_compile"
9986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9987 *) ac_try_echo=$ac_try;;
9989 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
9990 (eval "$ac_compile") 2>conftest.er1
9992 grep -v '^ *+' conftest.er1 >conftest.err
9994 cat conftest.err >&5
9995 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9996 (exit $ac_status); } && {
9997 test -z "$ac_c_werror_flag" ||
9998 test ! -s conftest.err
9999 } && test -s conftest.$ac_objext; then
10000 ac_cv_sys_largefile_CC=' -n32'; break
10002 echo "$as_me: failed program was
:" >&5
10003 sed 's/^/| /' conftest.$ac_ext >&5
10008 rm -f core conftest.err conftest.$ac_objext
10012 rm -f conftest.$ac_ext
10015 { echo "$as_me:$LINENO: result
: $ac_cv_sys_largefile_CC" >&5
10016 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
10017 if test "$ac_cv_sys_largefile_CC" != no; then
10018 CC=$CC$ac_cv_sys_largefile_CC
10021 { echo "$as_me:$LINENO: checking
for _FILE_OFFSET_BITS value needed
for large files
" >&5
10022 echo $ECHO_N "checking
for _FILE_OFFSET_BITS value needed
for large files...
$ECHO_C" >&6; }
10023 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
10024 echo $ECHO_N "(cached
) $ECHO_C" >&6
10027 cat >conftest.$ac_ext <<_ACEOF
10030 cat confdefs.h >>conftest.$ac_ext
10031 cat >>conftest.$ac_ext <<_ACEOF
10032 /* end confdefs.h. */
10033 #include <sys/types.h>
10034 /* Check that off_t can represent 2**63 - 1 correctly.
10035 We can't simply define LARGE_OFF_T to be 9223372036854775807,
10036 since some C++ compilers masquerading as C compilers
10037 incorrectly reject 9223372036854775807. */
10038 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
10039 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
10040 && LARGE_OFF_T % 2147483647 == 1)
10050 rm -f conftest.$ac_objext
10051 if { (ac_try="$ac_compile"
10052 case "(($ac_try" in
10053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10054 *) ac_try_echo=$ac_try;;
10056 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10057 (eval "$ac_compile") 2>conftest.er1
10059 grep -v '^ *+' conftest.er1 >conftest.err
10061 cat conftest.err >&5
10062 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10063 (exit $ac_status); } && {
10064 test -z "$ac_c_werror_flag" ||
10065 test ! -s conftest.err
10066 } && test -s conftest.$ac_objext; then
10067 ac_cv_sys_file_offset_bits=no; break
10069 echo "$as_me: failed program was
:" >&5
10070 sed 's/^/| /' conftest.$ac_ext >&5
10075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10076 cat >conftest.$ac_ext <<_ACEOF
10079 cat confdefs.h >>conftest.$ac_ext
10080 cat >>conftest.$ac_ext <<_ACEOF
10081 /* end confdefs.h. */
10082 #define _FILE_OFFSET_BITS 64
10083 #include <sys/types.h>
10084 /* Check that off_t can represent 2**63 - 1 correctly.
10085 We can't simply define LARGE_OFF_T to be 9223372036854775807,
10086 since some C++ compilers masquerading as C compilers
10087 incorrectly reject 9223372036854775807. */
10088 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
10089 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
10090 && LARGE_OFF_T % 2147483647 == 1)
10100 rm -f conftest.$ac_objext
10101 if { (ac_try="$ac_compile"
10102 case "(($ac_try" in
10103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10104 *) ac_try_echo=$ac_try;;
10106 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10107 (eval "$ac_compile") 2>conftest.er1
10109 grep -v '^ *+' conftest.er1 >conftest.err
10111 cat conftest.err >&5
10112 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10113 (exit $ac_status); } && {
10114 test -z "$ac_c_werror_flag" ||
10115 test ! -s conftest.err
10116 } && test -s conftest.$ac_objext; then
10117 ac_cv_sys_file_offset_bits=64; break
10119 echo "$as_me: failed program was
:" >&5
10120 sed 's/^/| /' conftest.$ac_ext >&5
10125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10126 ac_cv_sys_file_offset_bits=unknown
10130 { echo "$as_me:$LINENO: result
: $ac_cv_sys_file_offset_bits" >&5
10131 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
10132 case $ac_cv_sys_file_offset_bits in #(
10135 cat >>confdefs.h <<_ACEOF
10136 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
10141 if test $ac_cv_sys_file_offset_bits = unknown; then
10142 { echo "$as_me:$LINENO: checking
for _LARGE_FILES value needed
for large files
" >&5
10143 echo $ECHO_N "checking
for _LARGE_FILES value needed
for large files...
$ECHO_C" >&6; }
10144 if test "${ac_cv_sys_large_files+set}" = set; then
10145 echo $ECHO_N "(cached
) $ECHO_C" >&6
10148 cat >conftest.$ac_ext <<_ACEOF
10151 cat confdefs.h >>conftest.$ac_ext
10152 cat >>conftest.$ac_ext <<_ACEOF
10153 /* end confdefs.h. */
10154 #include <sys/types.h>
10155 /* Check that off_t can represent 2**63 - 1 correctly.
10156 We can't simply define LARGE_OFF_T to be 9223372036854775807,
10157 since some C++ compilers masquerading as C compilers
10158 incorrectly reject 9223372036854775807. */
10159 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
10160 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
10161 && LARGE_OFF_T % 2147483647 == 1)
10171 rm -f conftest.$ac_objext
10172 if { (ac_try="$ac_compile"
10173 case "(($ac_try" in
10174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10175 *) ac_try_echo=$ac_try;;
10177 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10178 (eval "$ac_compile") 2>conftest.er1
10180 grep -v '^ *+' conftest.er1 >conftest.err
10182 cat conftest.err >&5
10183 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10184 (exit $ac_status); } && {
10185 test -z "$ac_c_werror_flag" ||
10186 test ! -s conftest.err
10187 } && test -s conftest.$ac_objext; then
10188 ac_cv_sys_large_files=no; break
10190 echo "$as_me: failed program was
:" >&5
10191 sed 's/^/| /' conftest.$ac_ext >&5
10196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10197 cat >conftest.$ac_ext <<_ACEOF
10200 cat confdefs.h >>conftest.$ac_ext
10201 cat >>conftest.$ac_ext <<_ACEOF
10202 /* end confdefs.h. */
10203 #define _LARGE_FILES 1
10204 #include <sys/types.h>
10205 /* Check that off_t can represent 2**63 - 1 correctly.
10206 We can't simply define LARGE_OFF_T to be 9223372036854775807,
10207 since some C++ compilers masquerading as C compilers
10208 incorrectly reject 9223372036854775807. */
10209 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
10210 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
10211 && LARGE_OFF_T % 2147483647 == 1)
10221 rm -f conftest.$ac_objext
10222 if { (ac_try="$ac_compile"
10223 case "(($ac_try" in
10224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10225 *) ac_try_echo=$ac_try;;
10227 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10228 (eval "$ac_compile") 2>conftest.er1
10230 grep -v '^ *+' conftest.er1 >conftest.err
10232 cat conftest.err >&5
10233 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10234 (exit $ac_status); } && {
10235 test -z "$ac_c_werror_flag" ||
10236 test ! -s conftest.err
10237 } && test -s conftest.$ac_objext; then
10238 ac_cv_sys_large_files=1; break
10240 echo "$as_me: failed program was
:" >&5
10241 sed 's/^/| /' conftest.$ac_ext >&5
10246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10247 ac_cv_sys_large_files=unknown
10251 { echo "$as_me:$LINENO: result
: $ac_cv_sys_large_files" >&5
10252 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
10253 case $ac_cv_sys_large_files in #(
10256 cat >>confdefs.h <<_ACEOF
10257 #define _LARGE_FILES $ac_cv_sys_large_files
10266 # Checks for typedefs, structures, and compiler characteristics.
10267 { echo "$as_me:$LINENO: checking
for stdbool.h that conforms to C99
" >&5
10268 echo $ECHO_N "checking
for stdbool.h that conforms to C99...
$ECHO_C" >&6; }
10269 if test "${ac_cv_header_stdbool_h+set}" = set; then
10270 echo $ECHO_N "(cached
) $ECHO_C" >&6
10272 cat >conftest.$ac_ext <<_ACEOF
10275 cat confdefs.h >>conftest.$ac_ext
10276 cat >>conftest.$ac_ext <<_ACEOF
10277 /* end confdefs.h. */
10279 #include <stdbool.h>
10281 "error
: bool is not defined
"
10284 "error
: false is not defined
"
10287 "error
: false is not
0"
10290 "error
: true is not defined
"
10293 "error
: true is not
1"
10295 #ifndef __bool_true_false_are_defined
10296 "error
: __bool_true_false_are_defined is not defined
"
10299 struct s { _Bool s: 1; _Bool t; } s;
10301 char a[true == 1 ? 1 : -1];
10302 char b[false == 0 ? 1 : -1];
10303 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
10304 char d[(bool) 0.5 == true ? 1 : -1];
10306 char f[(_Bool) 0.0 == false ? 1 : -1];
10308 char h[sizeof (_Bool)];
10309 char i[sizeof s.t];
10310 enum { j = false, k = true, l = false * true, m = true * 256 };
10312 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
10313 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
10314 # if defined __xlc__ || defined __GNUC__
10315 /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
10316 reported by James Lemley on 2005-10-05; see
10317 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
10318 This test is not quite right, since xlc is allowed to
10319 reject this program, as the initializer for xlcbug is
10320 not one of the forms that C requires support for.
10321 However, doing the test right would require a runtime
10322 test, and that would make cross-compilation harder.
10323 Let us hope that IBM fixes the xlc bug, and also adds
10324 support for this kind of constant expression. In the
10325 meantime, this test will reject xlc, which is OK, since
10326 our stdbool.h substitute should suffice. We also test
10327 this with GCC, where it should work, to detect more
10328 quickly whether someone messes up the test in the
10330 char digs[] = "0123456789";
10331 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
10333 /* Catch a bug in an HP-UX C compiler. See
10334 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
10335 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
10346 /* Refer to every declared value, to avoid compiler optimizations. */
10347 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
10348 + !m + !n + !o + !p + !q + !pq);
10354 rm -f conftest.$ac_objext
10355 if { (ac_try="$ac_compile"
10356 case "(($ac_try" in
10357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10358 *) ac_try_echo=$ac_try;;
10360 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10361 (eval "$ac_compile") 2>conftest.er1
10363 grep -v '^ *+' conftest.er1 >conftest.err
10365 cat conftest.err >&5
10366 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10367 (exit $ac_status); } && {
10368 test -z "$ac_c_werror_flag" ||
10369 test ! -s conftest.err
10370 } && test -s conftest.$ac_objext; then
10371 ac_cv_header_stdbool_h=yes
10373 echo "$as_me: failed program was
:" >&5
10374 sed 's/^/| /' conftest.$ac_ext >&5
10376 ac_cv_header_stdbool_h=no
10379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10381 { echo "$as_me:$LINENO: result
: $ac_cv_header_stdbool_h" >&5
10382 echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6; }
10383 { echo "$as_me:$LINENO: checking
for _Bool
" >&5
10384 echo $ECHO_N "checking
for _Bool...
$ECHO_C" >&6; }
10385 if test "${ac_cv_type__Bool+set}" = set; then
10386 echo $ECHO_N "(cached
) $ECHO_C" >&6
10388 cat >conftest.$ac_ext <<_ACEOF
10391 cat confdefs.h >>conftest.$ac_ext
10392 cat >>conftest.$ac_ext <<_ACEOF
10393 /* end confdefs.h. */
10394 $ac_includes_default
10395 typedef _Bool ac__type_new_;
10399 if ((ac__type_new_ *) 0)
10401 if (sizeof (ac__type_new_))
10407 rm -f conftest.$ac_objext
10408 if { (ac_try="$ac_compile"
10409 case "(($ac_try" in
10410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10411 *) ac_try_echo=$ac_try;;
10413 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10414 (eval "$ac_compile") 2>conftest.er1
10416 grep -v '^ *+' conftest.er1 >conftest.err
10418 cat conftest.err >&5
10419 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10420 (exit $ac_status); } && {
10421 test -z "$ac_c_werror_flag" ||
10422 test ! -s conftest.err
10423 } && test -s conftest.$ac_objext; then
10424 ac_cv_type__Bool=yes
10426 echo "$as_me: failed program was
:" >&5
10427 sed 's/^/| /' conftest.$ac_ext >&5
10429 ac_cv_type__Bool=no
10432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10434 { echo "$as_me:$LINENO: result
: $ac_cv_type__Bool" >&5
10435 echo "${ECHO_T}$ac_cv_type__Bool" >&6; }
10436 if test $ac_cv_type__Bool = yes; then
10438 cat >>confdefs.h <<_ACEOF
10439 #define HAVE__BOOL 1
10445 if test $ac_cv_header_stdbool_h = yes; then
10447 cat >>confdefs.h <<\_ACEOF
10448 #define HAVE_STDBOOL_H 1
10453 { echo "$as_me:$LINENO: checking
for an ANSI C-conforming const
" >&5
10454 echo $ECHO_N "checking
for an ANSI C-conforming const...
$ECHO_C" >&6; }
10455 if test "${ac_cv_c_const+set}" = set; then
10456 echo $ECHO_N "(cached
) $ECHO_C" >&6
10458 cat >conftest.$ac_ext <<_ACEOF
10461 cat confdefs.h >>conftest.$ac_ext
10462 cat >>conftest.$ac_ext <<_ACEOF
10463 /* end confdefs.h. */
10468 /* FIXME: Include the comments suggested by Paul. */
10469 #ifndef __cplusplus
10470 /* Ultrix mips cc rejects this. */
10471 typedef int charset[2];
10473 /* SunOS 4.1.1 cc rejects this. */
10474 char const *const *pcpcc;
10476 /* NEC SVR4.0.2 mips cc rejects this. */
10477 struct point {int x, y;};
10478 static struct point const zero = {0,0};
10479 /* AIX XL C 1.02.0.0 rejects this.
10480 It does not let you subtract one const X* pointer from another in
10481 an arm of an if-expression whose if-part is not a constant
10483 const char *g = "string
";
10484 pcpcc = &g + (g ? g-g : 0);
10485 /* HPUX 7.0 cc rejects these. */
10487 ppc = (char**) pcpcc;
10488 pcpcc = (char const *const *) ppc;
10489 { /* SCO 3.2v4 cc rejects this. */
10491 char const *s = 0 ? (char *) 0 : (char const *) 0;
10496 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10497 int x[] = {25, 17};
10498 const int *foo = &x[0];
10501 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10502 typedef const int *iptr;
10506 { /* AIX XL C 1.02.0.0 rejects this saying
10507 "k.c
", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10508 struct s { int j; const int *ap[3]; };
10509 struct s *b; b->j = 5;
10511 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10512 const int foo = 10;
10513 if (!foo) return 0;
10515 return !cs[0] && !zero.x;
10522 rm -f conftest.$ac_objext
10523 if { (ac_try="$ac_compile"
10524 case "(($ac_try" in
10525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10526 *) ac_try_echo=$ac_try;;
10528 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10529 (eval "$ac_compile") 2>conftest.er1
10531 grep -v '^ *+' conftest.er1 >conftest.err
10533 cat conftest.err >&5
10534 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10535 (exit $ac_status); } && {
10536 test -z "$ac_c_werror_flag" ||
10537 test ! -s conftest.err
10538 } && test -s conftest.$ac_objext; then
10541 echo "$as_me: failed program was
:" >&5
10542 sed 's/^/| /' conftest.$ac_ext >&5
10547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10549 { echo "$as_me:$LINENO: result
: $ac_cv_c_const" >&5
10550 echo "${ECHO_T}$ac_cv_c_const" >&6; }
10551 if test $ac_cv_c_const = no; then
10553 cat >>confdefs.h <<\_ACEOF
10559 { echo "$as_me:$LINENO: checking
for uid_t
in sys
/types.h
" >&5
10560 echo $ECHO_N "checking
for uid_t
in sys
/types.h...
$ECHO_C" >&6; }
10561 if test "${ac_cv_type_uid_t+set}" = set; then
10562 echo $ECHO_N "(cached
) $ECHO_C" >&6
10564 cat >conftest.$ac_ext <<_ACEOF
10567 cat confdefs.h >>conftest.$ac_ext
10568 cat >>conftest.$ac_ext <<_ACEOF
10569 /* end confdefs.h. */
10570 #include <sys/types.h>
10573 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
10574 $EGREP "uid_t
" >/dev/null 2>&1; then
10575 ac_cv_type_uid_t=yes
10577 ac_cv_type_uid_t=no
10582 { echo "$as_me:$LINENO: result
: $ac_cv_type_uid_t" >&5
10583 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
10584 if test $ac_cv_type_uid_t = no; then
10586 cat >>confdefs.h <<\_ACEOF
10591 cat >>confdefs.h <<\_ACEOF
10597 { echo "$as_me:$LINENO: checking
for inline
" >&5
10598 echo $ECHO_N "checking
for inline...
$ECHO_C" >&6; }
10599 if test "${ac_cv_c_inline+set}" = set; then
10600 echo $ECHO_N "(cached
) $ECHO_C" >&6
10603 for ac_kw in inline __inline__ __inline; do
10604 cat >conftest.$ac_ext <<_ACEOF
10607 cat confdefs.h >>conftest.$ac_ext
10608 cat >>conftest.$ac_ext <<_ACEOF
10609 /* end confdefs.h. */
10610 #ifndef __cplusplus
10612 static $ac_kw foo_t static_foo () {return 0; }
10613 $ac_kw foo_t foo () {return 0; }
10617 rm -f conftest.$ac_objext
10618 if { (ac_try="$ac_compile"
10619 case "(($ac_try" in
10620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10621 *) ac_try_echo=$ac_try;;
10623 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10624 (eval "$ac_compile") 2>conftest.er1
10626 grep -v '^ *+' conftest.er1 >conftest.err
10628 cat conftest.err >&5
10629 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10630 (exit $ac_status); } && {
10631 test -z "$ac_c_werror_flag" ||
10632 test ! -s conftest.err
10633 } && test -s conftest.$ac_objext; then
10634 ac_cv_c_inline=$ac_kw
10636 echo "$as_me: failed program was
:" >&5
10637 sed 's/^/| /' conftest.$ac_ext >&5
10642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10643 test "$ac_cv_c_inline" != no && break
10647 { echo "$as_me:$LINENO: result
: $ac_cv_c_inline" >&5
10648 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
10651 case $ac_cv_c_inline in
10654 case $ac_cv_c_inline in
10656 *) ac_val=$ac_cv_c_inline;;
10658 cat >>confdefs.h <<_ACEOF
10659 #ifndef __cplusplus
10660 #define inline $ac_val
10666 { echo "$as_me:$LINENO: checking
for mode_t
" >&5
10667 echo $ECHO_N "checking
for mode_t...
$ECHO_C" >&6; }
10668 if test "${ac_cv_type_mode_t+set}" = set; then
10669 echo $ECHO_N "(cached
) $ECHO_C" >&6
10671 cat >conftest.$ac_ext <<_ACEOF
10674 cat confdefs.h >>conftest.$ac_ext
10675 cat >>conftest.$ac_ext <<_ACEOF
10676 /* end confdefs.h. */
10677 $ac_includes_default
10678 typedef mode_t ac__type_new_;
10682 if ((ac__type_new_ *) 0)
10684 if (sizeof (ac__type_new_))
10690 rm -f conftest.$ac_objext
10691 if { (ac_try="$ac_compile"
10692 case "(($ac_try" in
10693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10694 *) ac_try_echo=$ac_try;;
10696 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10697 (eval "$ac_compile") 2>conftest.er1
10699 grep -v '^ *+' conftest.er1 >conftest.err
10701 cat conftest.err >&5
10702 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10703 (exit $ac_status); } && {
10704 test -z "$ac_c_werror_flag" ||
10705 test ! -s conftest.err
10706 } && test -s conftest.$ac_objext; then
10707 ac_cv_type_mode_t=yes
10709 echo "$as_me: failed program was
:" >&5
10710 sed 's/^/| /' conftest.$ac_ext >&5
10712 ac_cv_type_mode_t=no
10715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10717 { echo "$as_me:$LINENO: result
: $ac_cv_type_mode_t" >&5
10718 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
10719 if test $ac_cv_type_mode_t = yes; then
10723 cat >>confdefs.h <<_ACEOF
10729 { echo "$as_me:$LINENO: checking
for off_t
" >&5
10730 echo $ECHO_N "checking
for off_t...
$ECHO_C" >&6; }
10731 if test "${ac_cv_type_off_t+set}" = set; then
10732 echo $ECHO_N "(cached
) $ECHO_C" >&6
10734 cat >conftest.$ac_ext <<_ACEOF
10737 cat confdefs.h >>conftest.$ac_ext
10738 cat >>conftest.$ac_ext <<_ACEOF
10739 /* end confdefs.h. */
10740 $ac_includes_default
10741 typedef off_t ac__type_new_;
10745 if ((ac__type_new_ *) 0)
10747 if (sizeof (ac__type_new_))
10753 rm -f conftest.$ac_objext
10754 if { (ac_try="$ac_compile"
10755 case "(($ac_try" in
10756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10757 *) ac_try_echo=$ac_try;;
10759 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10760 (eval "$ac_compile") 2>conftest.er1
10762 grep -v '^ *+' conftest.er1 >conftest.err
10764 cat conftest.err >&5
10765 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10766 (exit $ac_status); } && {
10767 test -z "$ac_c_werror_flag" ||
10768 test ! -s conftest.err
10769 } && test -s conftest.$ac_objext; then
10770 ac_cv_type_off_t=yes
10772 echo "$as_me: failed program was
:" >&5
10773 sed 's/^/| /' conftest.$ac_ext >&5
10775 ac_cv_type_off_t=no
10778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10780 { echo "$as_me:$LINENO: result
: $ac_cv_type_off_t" >&5
10781 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
10782 if test $ac_cv_type_off_t = yes; then
10786 cat >>confdefs.h <<_ACEOF
10787 #define off_t long int
10792 { echo "$as_me:$LINENO: checking
for pid_t
" >&5
10793 echo $ECHO_N "checking
for pid_t...
$ECHO_C" >&6; }
10794 if test "${ac_cv_type_pid_t+set}" = set; then
10795 echo $ECHO_N "(cached
) $ECHO_C" >&6
10797 cat >conftest.$ac_ext <<_ACEOF
10800 cat confdefs.h >>conftest.$ac_ext
10801 cat >>conftest.$ac_ext <<_ACEOF
10802 /* end confdefs.h. */
10803 $ac_includes_default
10804 typedef pid_t ac__type_new_;
10808 if ((ac__type_new_ *) 0)
10810 if (sizeof (ac__type_new_))
10816 rm -f conftest.$ac_objext
10817 if { (ac_try="$ac_compile"
10818 case "(($ac_try" in
10819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10820 *) ac_try_echo=$ac_try;;
10822 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10823 (eval "$ac_compile") 2>conftest.er1
10825 grep -v '^ *+' conftest.er1 >conftest.err
10827 cat conftest.err >&5
10828 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10829 (exit $ac_status); } && {
10830 test -z "$ac_c_werror_flag" ||
10831 test ! -s conftest.err
10832 } && test -s conftest.$ac_objext; then
10833 ac_cv_type_pid_t=yes
10835 echo "$as_me: failed program was
:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10838 ac_cv_type_pid_t=no
10841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10843 { echo "$as_me:$LINENO: result
: $ac_cv_type_pid_t" >&5
10844 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
10845 if test $ac_cv_type_pid_t = yes; then
10849 cat >>confdefs.h <<_ACEOF
10855 { echo "$as_me:$LINENO: checking
for size_t
" >&5
10856 echo $ECHO_N "checking
for size_t...
$ECHO_C" >&6; }
10857 if test "${ac_cv_type_size_t+set}" = set; then
10858 echo $ECHO_N "(cached
) $ECHO_C" >&6
10860 cat >conftest.$ac_ext <<_ACEOF
10863 cat confdefs.h >>conftest.$ac_ext
10864 cat >>conftest.$ac_ext <<_ACEOF
10865 /* end confdefs.h. */
10866 $ac_includes_default
10867 typedef size_t ac__type_new_;
10871 if ((ac__type_new_ *) 0)
10873 if (sizeof (ac__type_new_))
10879 rm -f conftest.$ac_objext
10880 if { (ac_try="$ac_compile"
10881 case "(($ac_try" in
10882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10883 *) ac_try_echo=$ac_try;;
10885 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10886 (eval "$ac_compile") 2>conftest.er1
10888 grep -v '^ *+' conftest.er1 >conftest.err
10890 cat conftest.err >&5
10891 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10892 (exit $ac_status); } && {
10893 test -z "$ac_c_werror_flag" ||
10894 test ! -s conftest.err
10895 } && test -s conftest.$ac_objext; then
10896 ac_cv_type_size_t=yes
10898 echo "$as_me: failed program was
:" >&5
10899 sed 's/^/| /' conftest.$ac_ext >&5
10901 ac_cv_type_size_t=no
10904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10906 { echo "$as_me:$LINENO: result
: $ac_cv_type_size_t" >&5
10907 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
10908 if test $ac_cv_type_size_t = yes; then
10912 cat >>confdefs.h <<_ACEOF
10913 #define size_t unsigned int
10918 { echo "$as_me:$LINENO: checking
for struct stat.st_blksize
" >&5
10919 echo $ECHO_N "checking
for struct stat.st_blksize...
$ECHO_C" >&6; }
10920 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
10921 echo $ECHO_N "(cached
) $ECHO_C" >&6
10923 cat >conftest.$ac_ext <<_ACEOF
10926 cat confdefs.h >>conftest.$ac_ext
10927 cat >>conftest.$ac_ext <<_ACEOF
10928 /* end confdefs.h. */
10929 $ac_includes_default
10933 static struct stat ac_aggr;
10934 if (ac_aggr.st_blksize)
10940 rm -f conftest.$ac_objext
10941 if { (ac_try="$ac_compile"
10942 case "(($ac_try" in
10943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10944 *) ac_try_echo=$ac_try;;
10946 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10947 (eval "$ac_compile") 2>conftest.er1
10949 grep -v '^ *+' conftest.er1 >conftest.err
10951 cat conftest.err >&5
10952 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10953 (exit $ac_status); } && {
10954 test -z "$ac_c_werror_flag" ||
10955 test ! -s conftest.err
10956 } && test -s conftest.$ac_objext; then
10957 ac_cv_member_struct_stat_st_blksize=yes
10959 echo "$as_me: failed program was
:" >&5
10960 sed 's/^/| /' conftest.$ac_ext >&5
10962 cat >conftest.$ac_ext <<_ACEOF
10965 cat confdefs.h >>conftest.$ac_ext
10966 cat >>conftest.$ac_ext <<_ACEOF
10967 /* end confdefs.h. */
10968 $ac_includes_default
10972 static struct stat ac_aggr;
10973 if (sizeof ac_aggr.st_blksize)
10979 rm -f conftest.$ac_objext
10980 if { (ac_try="$ac_compile"
10981 case "(($ac_try" in
10982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10983 *) ac_try_echo=$ac_try;;
10985 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
10986 (eval "$ac_compile") 2>conftest.er1
10988 grep -v '^ *+' conftest.er1 >conftest.err
10990 cat conftest.err >&5
10991 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
10992 (exit $ac_status); } && {
10993 test -z "$ac_c_werror_flag" ||
10994 test ! -s conftest.err
10995 } && test -s conftest.$ac_objext; then
10996 ac_cv_member_struct_stat_st_blksize=yes
10998 echo "$as_me: failed program was
:" >&5
10999 sed 's/^/| /' conftest.$ac_ext >&5
11001 ac_cv_member_struct_stat_st_blksize=no
11004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11009 { echo "$as_me:$LINENO: result
: $ac_cv_member_struct_stat_st_blksize" >&5
11010 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
11011 if test $ac_cv_member_struct_stat_st_blksize = yes; then
11013 cat >>confdefs.h <<_ACEOF
11014 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
11020 { echo "$as_me:$LINENO: checking whether
time.h and sys
/time.h may both be included
" >&5
11021 echo $ECHO_N "checking whether
time.h and sys
/time.h may both be included...
$ECHO_C" >&6; }
11022 if test "${ac_cv_header_time+set}" = set; then
11023 echo $ECHO_N "(cached
) $ECHO_C" >&6
11025 cat >conftest.$ac_ext <<_ACEOF
11028 cat confdefs.h >>conftest.$ac_ext
11029 cat >>conftest.$ac_ext <<_ACEOF
11030 /* end confdefs.h. */
11031 #include <sys/types.h>
11032 #include <sys/time.h>
11038 if ((struct tm *) 0)
11044 rm -f conftest.$ac_objext
11045 if { (ac_try="$ac_compile"
11046 case "(($ac_try" in
11047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11048 *) ac_try_echo=$ac_try;;
11050 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11051 (eval "$ac_compile") 2>conftest.er1
11053 grep -v '^ *+' conftest.er1 >conftest.err
11055 cat conftest.err >&5
11056 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11057 (exit $ac_status); } && {
11058 test -z "$ac_c_werror_flag" ||
11059 test ! -s conftest.err
11060 } && test -s conftest.$ac_objext; then
11061 ac_cv_header_time=yes
11063 echo "$as_me: failed program was
:" >&5
11064 sed 's/^/| /' conftest.$ac_ext >&5
11066 ac_cv_header_time=no
11069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11071 { echo "$as_me:$LINENO: result
: $ac_cv_header_time" >&5
11072 echo "${ECHO_T}$ac_cv_header_time" >&6; }
11073 if test $ac_cv_header_time = yes; then
11075 cat >>confdefs.h <<\_ACEOF
11076 #define TIME_WITH_SYS_TIME 1
11081 { echo "$as_me:$LINENO: checking whether struct tm is
in sys
/time.h or
time.h
" >&5
11082 echo $ECHO_N "checking whether struct tm is
in sys
/time.h or
time.h...
$ECHO_C" >&6; }
11083 if test "${ac_cv_struct_tm+set}" = set; then
11084 echo $ECHO_N "(cached
) $ECHO_C" >&6
11086 cat >conftest.$ac_ext <<_ACEOF
11089 cat confdefs.h >>conftest.$ac_ext
11090 cat >>conftest.$ac_ext <<_ACEOF
11091 /* end confdefs.h. */
11092 #include <sys/types.h>
11099 int *p = &tm.tm_sec;
11105 rm -f conftest.$ac_objext
11106 if { (ac_try="$ac_compile"
11107 case "(($ac_try" in
11108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11109 *) ac_try_echo=$ac_try;;
11111 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11112 (eval "$ac_compile") 2>conftest.er1
11114 grep -v '^ *+' conftest.er1 >conftest.err
11116 cat conftest.err >&5
11117 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11118 (exit $ac_status); } && {
11119 test -z "$ac_c_werror_flag" ||
11120 test ! -s conftest.err
11121 } && test -s conftest.$ac_objext; then
11122 ac_cv_struct_tm=time.h
11124 echo "$as_me: failed program was
:" >&5
11125 sed 's/^/| /' conftest.$ac_ext >&5
11127 ac_cv_struct_tm=sys/time.h
11130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11132 { echo "$as_me:$LINENO: result
: $ac_cv_struct_tm" >&5
11133 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
11134 if test $ac_cv_struct_tm = sys/time.h; then
11136 cat >>confdefs.h <<\_ACEOF
11137 #define TM_IN_SYS_TIME 1
11142 { echo "$as_me:$LINENO: checking
for working volatile
" >&5
11143 echo $ECHO_N "checking
for working volatile...
$ECHO_C" >&6; }
11144 if test "${ac_cv_c_volatile+set}" = set; then
11145 echo $ECHO_N "(cached
) $ECHO_C" >&6
11147 cat >conftest.$ac_ext <<_ACEOF
11150 cat confdefs.h >>conftest.$ac_ext
11151 cat >>conftest.$ac_ext <<_ACEOF
11152 /* end confdefs.h. */
11159 int * volatile y = (int *) 0;
11165 rm -f conftest.$ac_objext
11166 if { (ac_try="$ac_compile"
11167 case "(($ac_try" in
11168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11169 *) ac_try_echo=$ac_try;;
11171 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11172 (eval "$ac_compile") 2>conftest.er1
11174 grep -v '^ *+' conftest.er1 >conftest.err
11176 cat conftest.err >&5
11177 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11178 (exit $ac_status); } && {
11179 test -z "$ac_c_werror_flag" ||
11180 test ! -s conftest.err
11181 } && test -s conftest.$ac_objext; then
11182 ac_cv_c_volatile=yes
11184 echo "$as_me: failed program was
:" >&5
11185 sed 's/^/| /' conftest.$ac_ext >&5
11187 ac_cv_c_volatile=no
11190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11192 { echo "$as_me:$LINENO: result
: $ac_cv_c_volatile" >&5
11193 echo "${ECHO_T}$ac_cv_c_volatile" >&6; }
11194 if test $ac_cv_c_volatile = no; then
11196 cat >>confdefs.h <<\_ACEOF
11202 { echo "$as_me:$LINENO: checking
for ptrdiff_t
" >&5
11203 echo $ECHO_N "checking
for ptrdiff_t...
$ECHO_C" >&6; }
11204 if test "${ac_cv_type_ptrdiff_t+set}" = set; then
11205 echo $ECHO_N "(cached
) $ECHO_C" >&6
11207 cat >conftest.$ac_ext <<_ACEOF
11210 cat confdefs.h >>conftest.$ac_ext
11211 cat >>conftest.$ac_ext <<_ACEOF
11212 /* end confdefs.h. */
11213 $ac_includes_default
11214 typedef ptrdiff_t ac__type_new_;
11218 if ((ac__type_new_ *) 0)
11220 if (sizeof (ac__type_new_))
11226 rm -f conftest.$ac_objext
11227 if { (ac_try="$ac_compile"
11228 case "(($ac_try" in
11229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11230 *) ac_try_echo=$ac_try;;
11232 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11233 (eval "$ac_compile") 2>conftest.er1
11235 grep -v '^ *+' conftest.er1 >conftest.err
11237 cat conftest.err >&5
11238 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11239 (exit $ac_status); } && {
11240 test -z "$ac_c_werror_flag" ||
11241 test ! -s conftest.err
11242 } && test -s conftest.$ac_objext; then
11243 ac_cv_type_ptrdiff_t=yes
11245 echo "$as_me: failed program was
:" >&5
11246 sed 's/^/| /' conftest.$ac_ext >&5
11248 ac_cv_type_ptrdiff_t=no
11251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11253 { echo "$as_me:$LINENO: result
: $ac_cv_type_ptrdiff_t" >&5
11254 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; }
11255 if test $ac_cv_type_ptrdiff_t = yes; then
11257 cat >>confdefs.h <<_ACEOF
11258 #define HAVE_PTRDIFF_T 1
11265 # Checks for library functions.
11267 for ac_header in unistd.h
11269 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
11270 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
11271 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
11272 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
11273 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
11274 echo $ECHO_N "(cached
) $ECHO_C" >&6
11276 ac_res=`eval echo '${'$as_ac_Header'}'`
11277 { echo "$as_me:$LINENO: result
: $ac_res" >&5
11278 echo "${ECHO_T}$ac_res" >&6; }
11280 # Is the header compilable?
11281 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
11282 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
11283 cat >conftest.$ac_ext <<_ACEOF
11286 cat confdefs.h >>conftest.$ac_ext
11287 cat >>conftest.$ac_ext <<_ACEOF
11288 /* end confdefs.h. */
11289 $ac_includes_default
11290 #include <$ac_header>
11292 rm -f conftest.$ac_objext
11293 if { (ac_try="$ac_compile"
11294 case "(($ac_try" in
11295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11296 *) ac_try_echo=$ac_try;;
11298 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11299 (eval "$ac_compile") 2>conftest.er1
11301 grep -v '^ *+' conftest.er1 >conftest.err
11303 cat conftest.err >&5
11304 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11305 (exit $ac_status); } && {
11306 test -z "$ac_c_werror_flag" ||
11307 test ! -s conftest.err
11308 } && test -s conftest.$ac_objext; then
11309 ac_header_compiler=yes
11311 echo "$as_me: failed program was
:" >&5
11312 sed 's/^/| /' conftest.$ac_ext >&5
11314 ac_header_compiler=no
11317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11318 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
11319 echo "${ECHO_T}$ac_header_compiler" >&6; }
11321 # Is the header present?
11322 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
11323 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
11324 cat >conftest.$ac_ext <<_ACEOF
11327 cat confdefs.h >>conftest.$ac_ext
11328 cat >>conftest.$ac_ext <<_ACEOF
11329 /* end confdefs.h. */
11330 #include <$ac_header>
11332 if { (ac_try="$ac_cpp conftest.
$ac_ext"
11333 case "(($ac_try" in
11334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11335 *) ac_try_echo=$ac_try;;
11337 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11338 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
11340 grep -v '^ *+' conftest.er1 >conftest.err
11342 cat conftest.err >&5
11343 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11344 (exit $ac_status); } >/dev/null && {
11345 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11346 test ! -s conftest.err
11348 ac_header_preproc=yes
11350 echo "$as_me: failed program was
:" >&5
11351 sed 's/^/| /' conftest.$ac_ext >&5
11353 ac_header_preproc=no
11356 rm -f conftest.err conftest.$ac_ext
11357 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
11358 echo "${ECHO_T}$ac_header_preproc" >&6; }
11360 # So? What about this header?
11361 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11363 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
11364 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
11365 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
11366 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
11367 ac_header_preproc=yes
11370 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
11371 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
11372 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
11373 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
11374 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
11375 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
11376 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
11377 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
11378 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
11379 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
11380 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
11381 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
11383 ## ------------------------------- ##
11384 ## Report this to www.asterisk.org ##
11385 ## ------------------------------- ##
11387 ) | sed "s
/^
/$as_me: WARNING
: /" >&2
11390 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
11391 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
11392 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
11393 echo $ECHO_N "(cached
) $ECHO_C" >&6
11395 eval "$as_ac_Header=\
$ac_header_preproc"
11397 ac_res=`eval echo '${'$as_ac_Header'}'`
11398 { echo "$as_me:$LINENO: result
: $ac_res" >&5
11399 echo "${ECHO_T}$ac_res" >&6; }
11402 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11403 cat >>confdefs.h <<_ACEOF
11404 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
11411 { echo "$as_me:$LINENO: checking
for working chown
" >&5
11412 echo $ECHO_N "checking
for working chown...
$ECHO_C" >&6; }
11413 if test "${ac_cv_func_chown_works+set}" = set; then
11414 echo $ECHO_N "(cached
) $ECHO_C" >&6
11416 if test "$cross_compiling" = yes; then
11417 ac_cv_func_chown_works=no
11419 cat >conftest.$ac_ext <<_ACEOF
11422 cat confdefs.h >>conftest.$ac_ext
11423 cat >>conftest.$ac_ext <<_ACEOF
11424 /* end confdefs.h. */
11425 $ac_includes_default
11431 char *f = "conftest.chown
";
11432 struct stat before, after;
11434 if (creat (f, 0600) < 0)
11436 if (stat (f, &before) < 0)
11438 if (chown (f, (uid_t) -1, (gid_t) -1) == -1)
11440 if (stat (f, &after) < 0)
11442 return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid);
11448 rm -f conftest$ac_exeext
11449 if { (ac_try="$ac_link"
11450 case "(($ac_try" in
11451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11452 *) ac_try_echo=$ac_try;;
11454 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11455 (eval "$ac_link") 2>&5
11457 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11458 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11459 { (case "(($ac_try" in
11460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11461 *) ac_try_echo=$ac_try;;
11463 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11464 (eval "$ac_try") 2>&5
11466 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11467 (exit $ac_status); }; }; then
11468 ac_cv_func_chown_works=yes
11470 echo "$as_me: program exited with status
$ac_status" >&5
11471 echo "$as_me: failed program was
:" >&5
11472 sed 's/^/| /' conftest.$ac_ext >&5
11474 ( exit $ac_status )
11475 ac_cv_func_chown_works=no
11477 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11481 rm -f conftest.chown
11484 { echo "$as_me:$LINENO: result
: $ac_cv_func_chown_works" >&5
11485 echo "${ECHO_T}$ac_cv_func_chown_works" >&6; }
11486 if test $ac_cv_func_chown_works = yes; then
11488 cat >>confdefs.h <<\_ACEOF
11489 #define HAVE_CHOWN 1
11494 { echo "$as_me:$LINENO: checking whether closedir returns void
" >&5
11495 echo $ECHO_N "checking whether closedir returns void...
$ECHO_C" >&6; }
11496 if test "${ac_cv_func_closedir_void+set}" = set; then
11497 echo $ECHO_N "(cached
) $ECHO_C" >&6
11499 if test "$cross_compiling" = yes; then
11500 ac_cv_func_closedir_void=yes
11502 cat >conftest.$ac_ext <<_ACEOF
11505 cat confdefs.h >>conftest.$ac_ext
11506 cat >>conftest.$ac_ext <<_ACEOF
11507 /* end confdefs.h. */
11508 $ac_includes_default
11509 #include <$ac_header_dirent>
11510 #ifndef __cplusplus
11517 return closedir (opendir (".
")) != 0;
11522 rm -f conftest$ac_exeext
11523 if { (ac_try="$ac_link"
11524 case "(($ac_try" in
11525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11526 *) ac_try_echo=$ac_try;;
11528 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11529 (eval "$ac_link") 2>&5
11531 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11532 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11533 { (case "(($ac_try" in
11534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11535 *) ac_try_echo=$ac_try;;
11537 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11538 (eval "$ac_try") 2>&5
11540 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11541 (exit $ac_status); }; }; then
11542 ac_cv_func_closedir_void=no
11544 echo "$as_me: program exited with status
$ac_status" >&5
11545 echo "$as_me: failed program was
:" >&5
11546 sed 's/^/| /' conftest.$ac_ext >&5
11548 ( exit $ac_status )
11549 ac_cv_func_closedir_void=yes
11551 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11556 { echo "$as_me:$LINENO: result
: $ac_cv_func_closedir_void" >&5
11557 echo "${ECHO_T}$ac_cv_func_closedir_void" >&6; }
11558 if test $ac_cv_func_closedir_void = yes; then
11560 cat >>confdefs.h <<\_ACEOF
11561 #define CLOSEDIR_VOID 1
11566 { echo "$as_me:$LINENO: checking
for error_at_line
" >&5
11567 echo $ECHO_N "checking
for error_at_line...
$ECHO_C" >&6; }
11568 if test "${ac_cv_lib_error_at_line+set}" = set; then
11569 echo $ECHO_N "(cached
) $ECHO_C" >&6
11571 cat >conftest.$ac_ext <<_ACEOF
11574 cat confdefs.h >>conftest.$ac_ext
11575 cat >>conftest.$ac_ext <<_ACEOF
11576 /* end confdefs.h. */
11581 error_at_line (0, 0, "", 0, "an error occurred
");
11586 rm -f conftest.$ac_objext conftest$ac_exeext
11587 if { (ac_try="$ac_link"
11588 case "(($ac_try" in
11589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11590 *) ac_try_echo=$ac_try;;
11592 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11593 (eval "$ac_link") 2>conftest.er1
11595 grep -v '^ *+' conftest.er1 >conftest.err
11597 cat conftest.err >&5
11598 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11599 (exit $ac_status); } && {
11600 test -z "$ac_c_werror_flag" ||
11601 test ! -s conftest.err
11602 } && test -s conftest$ac_exeext &&
11603 $as_test_x conftest$ac_exeext; then
11604 ac_cv_lib_error_at_line=yes
11606 echo "$as_me: failed program was
:" >&5
11607 sed 's/^/| /' conftest.$ac_ext >&5
11609 ac_cv_lib_error_at_line=no
11612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11613 conftest$ac_exeext conftest.$ac_ext
11615 { echo "$as_me:$LINENO: result
: $ac_cv_lib_error_at_line" >&5
11616 echo "${ECHO_T}$ac_cv_lib_error_at_line" >&6; }
11617 if test $ac_cv_lib_error_at_line = no; then
11618 case " $LIBOBJS " in
11619 *" error.
$ac_objext "* ) ;;
11620 *) LIBOBJS="$LIBOBJS error.
$ac_objext"
11627 for ac_header in vfork.h
11629 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
11630 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
11631 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
11632 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
11633 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
11634 echo $ECHO_N "(cached
) $ECHO_C" >&6
11636 ac_res=`eval echo '${'$as_ac_Header'}'`
11637 { echo "$as_me:$LINENO: result
: $ac_res" >&5
11638 echo "${ECHO_T}$ac_res" >&6; }
11640 # Is the header compilable?
11641 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
11642 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
11643 cat >conftest.$ac_ext <<_ACEOF
11646 cat confdefs.h >>conftest.$ac_ext
11647 cat >>conftest.$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11649 $ac_includes_default
11650 #include <$ac_header>
11652 rm -f conftest.$ac_objext
11653 if { (ac_try="$ac_compile"
11654 case "(($ac_try" in
11655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11656 *) ac_try_echo=$ac_try;;
11658 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11659 (eval "$ac_compile") 2>conftest.er1
11661 grep -v '^ *+' conftest.er1 >conftest.err
11663 cat conftest.err >&5
11664 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11665 (exit $ac_status); } && {
11666 test -z "$ac_c_werror_flag" ||
11667 test ! -s conftest.err
11668 } && test -s conftest.$ac_objext; then
11669 ac_header_compiler=yes
11671 echo "$as_me: failed program was
:" >&5
11672 sed 's/^/| /' conftest.$ac_ext >&5
11674 ac_header_compiler=no
11677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11678 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
11679 echo "${ECHO_T}$ac_header_compiler" >&6; }
11681 # Is the header present?
11682 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
11683 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
11684 cat >conftest.$ac_ext <<_ACEOF
11687 cat confdefs.h >>conftest.$ac_ext
11688 cat >>conftest.$ac_ext <<_ACEOF
11689 /* end confdefs.h. */
11690 #include <$ac_header>
11692 if { (ac_try="$ac_cpp conftest.
$ac_ext"
11693 case "(($ac_try" in
11694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11695 *) ac_try_echo=$ac_try;;
11697 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11698 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
11700 grep -v '^ *+' conftest.er1 >conftest.err
11702 cat conftest.err >&5
11703 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11704 (exit $ac_status); } >/dev/null && {
11705 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11706 test ! -s conftest.err
11708 ac_header_preproc=yes
11710 echo "$as_me: failed program was
:" >&5
11711 sed 's/^/| /' conftest.$ac_ext >&5
11713 ac_header_preproc=no
11716 rm -f conftest.err conftest.$ac_ext
11717 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
11718 echo "${ECHO_T}$ac_header_preproc" >&6; }
11720 # So? What about this header?
11721 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11723 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
11724 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
11725 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
11726 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
11727 ac_header_preproc=yes
11730 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
11731 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
11732 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
11733 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
11734 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
11735 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
11736 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
11737 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
11738 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
11739 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
11740 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
11741 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
11743 ## ------------------------------- ##
11744 ## Report this to www.asterisk.org ##
11745 ## ------------------------------- ##
11747 ) | sed "s
/^
/$as_me: WARNING
: /" >&2
11750 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
11751 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
11752 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
11753 echo $ECHO_N "(cached
) $ECHO_C" >&6
11755 eval "$as_ac_Header=\
$ac_header_preproc"
11757 ac_res=`eval echo '${'$as_ac_Header'}'`
11758 { echo "$as_me:$LINENO: result
: $ac_res" >&5
11759 echo "${ECHO_T}$ac_res" >&6; }
11762 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11763 cat >>confdefs.h <<_ACEOF
11764 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
11773 for ac_func in fork vfork
11775 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
11776 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
11777 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
11778 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
11779 echo $ECHO_N "(cached
) $ECHO_C" >&6
11781 cat >conftest.$ac_ext <<_ACEOF
11784 cat confdefs.h >>conftest.$ac_ext
11785 cat >>conftest.$ac_ext <<_ACEOF
11786 /* end confdefs.h. */
11787 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11788 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11789 #define $ac_func innocuous_$ac_func
11791 /* System header to define __stub macros and hopefully few prototypes,
11792 which can conflict with char $ac_func (); below.
11793 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11794 <limits.h> exists even on freestanding compilers. */
11797 # include <limits.h>
11799 # include <assert.h>
11804 /* Override any GCC internal prototype to avoid an error.
11805 Use char because int might match the return type of a GCC
11806 builtin and then its argument prototype would still apply. */
11811 /* The GNU C library defines this for functions which it implements
11812 to always fail with ENOSYS. Some functions are actually named
11813 something starting with __ and the normal name is an alias. */
11814 #if defined __stub_$ac_func || defined __stub___$ac_func
11821 return $ac_func ();
11826 rm -f conftest.$ac_objext conftest$ac_exeext
11827 if { (ac_try="$ac_link"
11828 case "(($ac_try" in
11829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11830 *) ac_try_echo=$ac_try;;
11832 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11833 (eval "$ac_link") 2>conftest.er1
11835 grep -v '^ *+' conftest.er1 >conftest.err
11837 cat conftest.err >&5
11838 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11839 (exit $ac_status); } && {
11840 test -z "$ac_c_werror_flag" ||
11841 test ! -s conftest.err
11842 } && test -s conftest$ac_exeext &&
11843 $as_test_x conftest$ac_exeext; then
11844 eval "$as_ac_var=yes"
11846 echo "$as_me: failed program was
:" >&5
11847 sed 's/^/| /' conftest.$ac_ext >&5
11849 eval "$as_ac_var=no
"
11852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11853 conftest$ac_exeext conftest.$ac_ext
11855 ac_res=`eval echo '${'$as_ac_var'}'`
11856 { echo "$as_me:$LINENO: result
: $ac_res" >&5
11857 echo "${ECHO_T}$ac_res" >&6; }
11858 if test `eval echo '${'$as_ac_var'}'` = yes; then
11859 cat >>confdefs.h <<_ACEOF
11860 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
11866 if test "x
$ac_cv_func_fork" = xyes; then
11867 { echo "$as_me:$LINENO: checking
for working fork
" >&5
11868 echo $ECHO_N "checking
for working fork...
$ECHO_C" >&6; }
11869 if test "${ac_cv_func_fork_works+set}" = set; then
11870 echo $ECHO_N "(cached
) $ECHO_C" >&6
11872 if test "$cross_compiling" = yes; then
11873 ac_cv_func_fork_works=cross
11875 cat >conftest.$ac_ext <<_ACEOF
11878 cat confdefs.h >>conftest.$ac_ext
11879 cat >>conftest.$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11881 $ac_includes_default
11886 /* By Ruediger Kuhlmann. */
11887 return fork () < 0;
11893 rm -f conftest$ac_exeext
11894 if { (ac_try="$ac_link"
11895 case "(($ac_try" in
11896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11897 *) ac_try_echo=$ac_try;;
11899 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11900 (eval "$ac_link") 2>&5
11902 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11903 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11904 { (case "(($ac_try" in
11905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11906 *) ac_try_echo=$ac_try;;
11908 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
11909 (eval "$ac_try") 2>&5
11911 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11912 (exit $ac_status); }; }; then
11913 ac_cv_func_fork_works=yes
11915 echo "$as_me: program exited with status
$ac_status" >&5
11916 echo "$as_me: failed program was
:" >&5
11917 sed 's/^/| /' conftest.$ac_ext >&5
11919 ( exit $ac_status )
11920 ac_cv_func_fork_works=no
11922 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11927 { echo "$as_me:$LINENO: result
: $ac_cv_func_fork_works" >&5
11928 echo "${ECHO_T}$ac_cv_func_fork_works" >&6; }
11931 ac_cv_func_fork_works=$ac_cv_func_fork
11933 if test "x
$ac_cv_func_fork_works" = xcross; then
11935 *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
11936 # Override, as these systems have only a dummy fork() stub
11937 ac_cv_func_fork_works=no
11940 ac_cv_func_fork_works=yes
11943 { echo "$as_me:$LINENO: WARNING
: result
$ac_cv_func_fork_works guessed because of cross compilation
" >&5
11944 echo "$as_me: WARNING
: result
$ac_cv_func_fork_works guessed because of cross compilation
" >&2;}
11946 ac_cv_func_vfork_works=$ac_cv_func_vfork
11947 if test "x
$ac_cv_func_vfork" = xyes; then
11948 { echo "$as_me:$LINENO: checking
for working vfork
" >&5
11949 echo $ECHO_N "checking
for working vfork...
$ECHO_C" >&6; }
11950 if test "${ac_cv_func_vfork_works+set}" = set; then
11951 echo $ECHO_N "(cached
) $ECHO_C" >&6
11953 if test "$cross_compiling" = yes; then
11954 ac_cv_func_vfork_works=cross
11956 cat >conftest.$ac_ext <<_ACEOF
11959 cat confdefs.h >>conftest.$ac_ext
11960 cat >>conftest.$ac_ext <<_ACEOF
11961 /* end confdefs.h. */
11962 /* Thanks to Paul Eggert for this test. */
11963 $ac_includes_default
11964 #include <sys/wait.h>
11965 #ifdef HAVE_VFORK_H
11966 # include <vfork.h>
11968 /* On some sparc systems, changes by the child to local and incoming
11969 argument registers are propagated back to the parent. The compiler
11970 is told about this with #include <vfork.h>, but some compilers
11971 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
11972 static variable whose address is put into a register that is
11973 clobbered by the vfork. */
11976 sparc_address_test (int arg)
11978 sparc_address_test (arg) int arg;
11981 static pid_t child;
11999 pid_t parent = getpid ();
12002 sparc_address_test (0);
12007 /* Here is another test for sparc vfork register problems. This
12008 test uses lots of local variables, at least as many local
12009 variables as main has allocated so far including compiler
12010 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
12011 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
12012 reuse the register of parent for one of the local variables,
12013 since it will think that parent can't possibly be used any more
12014 in this routine. Assigning to the local variable will thus
12015 munge parent in the parent process. */
12017 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
12018 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
12019 /* Convince the compiler that p..p7 are live; otherwise, it might
12020 use the same hardware register for all 8 local variables. */
12021 if (p != p1 || p != p2 || p != p3 || p != p4
12022 || p != p5 || p != p6 || p != p7)
12025 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
12026 from child file descriptors. If the child closes a descriptor
12027 before it execs or exits, this munges the parent's descriptor
12028 as well. Test for this by closing stdout in the child. */
12029 _exit(close(fileno(stdout)) != 0);
12034 while (wait(&status) != child)
12037 /* Was there some problem with vforking? */
12040 /* Did the child fail? (This shouldn't happen.) */
12043 /* Did the vfork/compiler bug occur? */
12044 || parent != getpid()
12046 /* Did the file descriptor bug occur? */
12047 || fstat(fileno(stdout), &st) != 0
12052 rm -f conftest$ac_exeext
12053 if { (ac_try="$ac_link"
12054 case "(($ac_try" in
12055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12056 *) ac_try_echo=$ac_try;;
12058 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12059 (eval "$ac_link") 2>&5
12061 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12062 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12063 { (case "(($ac_try" in
12064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12065 *) ac_try_echo=$ac_try;;
12067 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12068 (eval "$ac_try") 2>&5
12070 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12071 (exit $ac_status); }; }; then
12072 ac_cv_func_vfork_works=yes
12074 echo "$as_me: program exited with status
$ac_status" >&5
12075 echo "$as_me: failed program was
:" >&5
12076 sed 's/^/| /' conftest.$ac_ext >&5
12078 ( exit $ac_status )
12079 ac_cv_func_vfork_works=no
12081 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12086 { echo "$as_me:$LINENO: result
: $ac_cv_func_vfork_works" >&5
12087 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; }
12090 if test "x
$ac_cv_func_fork_works" = xcross; then
12091 ac_cv_func_vfork_works=$ac_cv_func_vfork
12092 { echo "$as_me:$LINENO: WARNING
: result
$ac_cv_func_vfork_works guessed because of cross compilation
" >&5
12093 echo "$as_me: WARNING
: result
$ac_cv_func_vfork_works guessed because of cross compilation
" >&2;}
12096 if test "x
$ac_cv_func_vfork_works" = xyes; then
12098 cat >>confdefs.h <<\_ACEOF
12099 #define HAVE_WORKING_VFORK 1
12104 cat >>confdefs.h <<\_ACEOF
12109 if test "x
$ac_cv_func_fork_works" = xyes; then
12111 cat >>confdefs.h <<\_ACEOF
12112 #define HAVE_WORKING_FORK 1
12117 { echo "$as_me:$LINENO: checking
for _LARGEFILE_SOURCE value needed
for large files
" >&5
12118 echo $ECHO_N "checking
for _LARGEFILE_SOURCE value needed
for large files...
$ECHO_C" >&6; }
12119 if test "${ac_cv_sys_largefile_source+set}" = set; then
12120 echo $ECHO_N "(cached
) $ECHO_C" >&6
12123 cat >conftest.$ac_ext <<_ACEOF
12126 cat confdefs.h >>conftest.$ac_ext
12127 cat >>conftest.$ac_ext <<_ACEOF
12128 /* end confdefs.h. */
12129 #include <sys/types.h> /* for off_t */
12134 int (*fp) (FILE *, off_t, int) = fseeko;
12135 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
12140 rm -f conftest.$ac_objext conftest$ac_exeext
12141 if { (ac_try="$ac_link"
12142 case "(($ac_try" in
12143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12144 *) ac_try_echo=$ac_try;;
12146 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12147 (eval "$ac_link") 2>conftest.er1
12149 grep -v '^ *+' conftest.er1 >conftest.err
12151 cat conftest.err >&5
12152 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12153 (exit $ac_status); } && {
12154 test -z "$ac_c_werror_flag" ||
12155 test ! -s conftest.err
12156 } && test -s conftest$ac_exeext &&
12157 $as_test_x conftest$ac_exeext; then
12158 ac_cv_sys_largefile_source=no; break
12160 echo "$as_me: failed program was
:" >&5
12161 sed 's/^/| /' conftest.$ac_ext >&5
12166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12167 conftest$ac_exeext conftest.$ac_ext
12168 cat >conftest.$ac_ext <<_ACEOF
12171 cat confdefs.h >>conftest.$ac_ext
12172 cat >>conftest.$ac_ext <<_ACEOF
12173 /* end confdefs.h. */
12174 #define _LARGEFILE_SOURCE 1
12175 #include <sys/types.h> /* for off_t */
12180 int (*fp) (FILE *, off_t, int) = fseeko;
12181 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
12186 rm -f conftest.$ac_objext conftest$ac_exeext
12187 if { (ac_try="$ac_link"
12188 case "(($ac_try" in
12189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12190 *) ac_try_echo=$ac_try;;
12192 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12193 (eval "$ac_link") 2>conftest.er1
12195 grep -v '^ *+' conftest.er1 >conftest.err
12197 cat conftest.err >&5
12198 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12199 (exit $ac_status); } && {
12200 test -z "$ac_c_werror_flag" ||
12201 test ! -s conftest.err
12202 } && test -s conftest$ac_exeext &&
12203 $as_test_x conftest$ac_exeext; then
12204 ac_cv_sys_largefile_source=1; break
12206 echo "$as_me: failed program was
:" >&5
12207 sed 's/^/| /' conftest.$ac_ext >&5
12212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12213 conftest$ac_exeext conftest.$ac_ext
12214 ac_cv_sys_largefile_source=unknown
12218 { echo "$as_me:$LINENO: result
: $ac_cv_sys_largefile_source" >&5
12219 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
12220 case $ac_cv_sys_largefile_source in #(
12223 cat >>confdefs.h <<_ACEOF
12224 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
12230 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
12231 # in glibc 2.1.3, but that breaks too many other things.
12232 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
12233 if test $ac_cv_sys_largefile_source != unknown; then
12235 cat >>confdefs.h <<\_ACEOF
12236 #define HAVE_FSEEKO 1
12241 if test $ac_cv_c_compiler_gnu = yes; then
12242 { echo "$as_me:$LINENO: checking whether
$CC needs
-traditional" >&5
12243 echo $ECHO_N "checking whether
$CC needs
-traditional...
$ECHO_C" >&6; }
12244 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12245 echo $ECHO_N "(cached
) $ECHO_C" >&6
12247 ac_pattern="Autoconf.
*'x'"
12248 cat >conftest.$ac_ext <<_ACEOF
12251 cat confdefs.h >>conftest.$ac_ext
12252 cat >>conftest.$ac_ext <<_ACEOF
12253 /* end confdefs.h. */
12257 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
12258 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12259 ac_cv_prog_gcc_traditional=yes
12261 ac_cv_prog_gcc_traditional=no
12266 if test $ac_cv_prog_gcc_traditional = no; then
12267 cat >conftest.$ac_ext <<_ACEOF
12270 cat confdefs.h >>conftest.$ac_ext
12271 cat >>conftest.$ac_ext <<_ACEOF
12272 /* end confdefs.h. */
12273 #include <termio.h>
12276 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
12277 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12278 ac_cv_prog_gcc_traditional=yes
12284 { echo "$as_me:$LINENO: result
: $ac_cv_prog_gcc_traditional" >&5
12285 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
12286 if test $ac_cv_prog_gcc_traditional = yes; then
12287 CC="$CC -traditional"
12291 # XXX: these are commented out until we determine whether it matters if our malloc()
12292 # acts exactly like glibc's or not
12295 { echo "$as_me:$LINENO: checking
for working memcmp
" >&5
12296 echo $ECHO_N "checking
for working memcmp...
$ECHO_C" >&6; }
12297 if test "${ac_cv_func_memcmp_working+set}" = set; then
12298 echo $ECHO_N "(cached
) $ECHO_C" >&6
12300 if test "$cross_compiling" = yes; then
12301 ac_cv_func_memcmp_working=no
12303 cat >conftest.$ac_ext <<_ACEOF
12306 cat confdefs.h >>conftest.$ac_ext
12307 cat >>conftest.$ac_ext <<_ACEOF
12308 /* end confdefs.h. */
12309 $ac_includes_default
12314 /* Some versions of memcmp are not 8-bit clean. */
12315 char c0 = '\100', c1 = '\200', c2 = '\201';
12316 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
12319 /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
12320 or more and with at least one buffer not starting on a 4-byte boundary.
12321 William Lewis provided this test program. */
12326 for (i = 0; i < 4; i++)
12330 strcpy (a, "--------01111111");
12331 strcpy (b, "--------10000000");
12332 if (memcmp (a, b, 16) >= 0)
12342 rm -f conftest$ac_exeext
12343 if { (ac_try="$ac_link"
12344 case "(($ac_try" in
12345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12346 *) ac_try_echo=$ac_try;;
12348 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12349 (eval "$ac_link") 2>&5
12351 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12352 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12353 { (case "(($ac_try" in
12354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12355 *) ac_try_echo=$ac_try;;
12357 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12358 (eval "$ac_try") 2>&5
12360 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12361 (exit $ac_status); }; }; then
12362 ac_cv_func_memcmp_working=yes
12364 echo "$as_me: program exited with status
$ac_status" >&5
12365 echo "$as_me: failed program was
:" >&5
12366 sed 's/^/| /' conftest.$ac_ext >&5
12368 ( exit $ac_status )
12369 ac_cv_func_memcmp_working=no
12371 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12376 { echo "$as_me:$LINENO: result
: $ac_cv_func_memcmp_working" >&5
12377 echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; }
12378 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
12379 *" memcmp.
$ac_objext "* ) ;;
12380 *) LIBOBJS="$LIBOBJS memcmp.
$ac_objext"
12387 for ac_header in stdlib.h unistd.h
12389 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
12390 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
12391 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
12392 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
12393 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
12394 echo $ECHO_N "(cached
) $ECHO_C" >&6
12396 ac_res=`eval echo '${'$as_ac_Header'}'`
12397 { echo "$as_me:$LINENO: result
: $ac_res" >&5
12398 echo "${ECHO_T}$ac_res" >&6; }
12400 # Is the header compilable?
12401 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
12402 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
12403 cat >conftest.$ac_ext <<_ACEOF
12406 cat confdefs.h >>conftest.$ac_ext
12407 cat >>conftest.$ac_ext <<_ACEOF
12408 /* end confdefs.h. */
12409 $ac_includes_default
12410 #include <$ac_header>
12412 rm -f conftest.$ac_objext
12413 if { (ac_try="$ac_compile"
12414 case "(($ac_try" in
12415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12416 *) ac_try_echo=$ac_try;;
12418 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12419 (eval "$ac_compile") 2>conftest.er1
12421 grep -v '^ *+' conftest.er1 >conftest.err
12423 cat conftest.err >&5
12424 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12425 (exit $ac_status); } && {
12426 test -z "$ac_c_werror_flag" ||
12427 test ! -s conftest.err
12428 } && test -s conftest.$ac_objext; then
12429 ac_header_compiler=yes
12431 echo "$as_me: failed program was
:" >&5
12432 sed 's/^/| /' conftest.$ac_ext >&5
12434 ac_header_compiler=no
12437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12438 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
12439 echo "${ECHO_T}$ac_header_compiler" >&6; }
12441 # Is the header present?
12442 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
12443 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
12444 cat >conftest.$ac_ext <<_ACEOF
12447 cat confdefs.h >>conftest.$ac_ext
12448 cat >>conftest.$ac_ext <<_ACEOF
12449 /* end confdefs.h. */
12450 #include <$ac_header>
12452 if { (ac_try="$ac_cpp conftest.
$ac_ext"
12453 case "(($ac_try" in
12454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12455 *) ac_try_echo=$ac_try;;
12457 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12458 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
12460 grep -v '^ *+' conftest.er1 >conftest.err
12462 cat conftest.err >&5
12463 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12464 (exit $ac_status); } >/dev/null && {
12465 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12466 test ! -s conftest.err
12468 ac_header_preproc=yes
12470 echo "$as_me: failed program was
:" >&5
12471 sed 's/^/| /' conftest.$ac_ext >&5
12473 ac_header_preproc=no
12476 rm -f conftest.err conftest.$ac_ext
12477 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
12478 echo "${ECHO_T}$ac_header_preproc" >&6; }
12480 # So? What about this header?
12481 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12483 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
12484 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
12485 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
12486 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
12487 ac_header_preproc=yes
12490 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
12491 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
12492 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
12493 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
12494 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
12495 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
12496 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
12497 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
12498 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
12499 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
12500 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
12501 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
12503 ## ------------------------------- ##
12504 ## Report this to www.asterisk.org ##
12505 ## ------------------------------- ##
12507 ) | sed "s
/^
/$as_me: WARNING
: /" >&2
12510 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
12511 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
12512 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
12513 echo $ECHO_N "(cached
) $ECHO_C" >&6
12515 eval "$as_ac_Header=\
$ac_header_preproc"
12517 ac_res=`eval echo '${'$as_ac_Header'}'`
12518 { echo "$as_me:$LINENO: result
: $ac_res" >&5
12519 echo "${ECHO_T}$ac_res" >&6; }
12522 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12523 cat >>confdefs.h <<_ACEOF
12524 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
12532 for ac_func in getpagesize
12534 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
12535 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
12536 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
12537 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
12538 echo $ECHO_N "(cached
) $ECHO_C" >&6
12540 cat >conftest.$ac_ext <<_ACEOF
12543 cat confdefs.h >>conftest.$ac_ext
12544 cat >>conftest.$ac_ext <<_ACEOF
12545 /* end confdefs.h. */
12546 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12547 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12548 #define $ac_func innocuous_$ac_func
12550 /* System header to define __stub macros and hopefully few prototypes,
12551 which can conflict with char $ac_func (); below.
12552 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12553 <limits.h> exists even on freestanding compilers. */
12556 # include <limits.h>
12558 # include <assert.h>
12563 /* Override any GCC internal prototype to avoid an error.
12564 Use char because int might match the return type of a GCC
12565 builtin and then its argument prototype would still apply. */
12570 /* The GNU C library defines this for functions which it implements
12571 to always fail with ENOSYS. Some functions are actually named
12572 something starting with __ and the normal name is an alias. */
12573 #if defined __stub_$ac_func || defined __stub___$ac_func
12580 return $ac_func ();
12585 rm -f conftest.$ac_objext conftest$ac_exeext
12586 if { (ac_try="$ac_link"
12587 case "(($ac_try" in
12588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12589 *) ac_try_echo=$ac_try;;
12591 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12592 (eval "$ac_link") 2>conftest.er1
12594 grep -v '^ *+' conftest.er1 >conftest.err
12596 cat conftest.err >&5
12597 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12598 (exit $ac_status); } && {
12599 test -z "$ac_c_werror_flag" ||
12600 test ! -s conftest.err
12601 } && test -s conftest$ac_exeext &&
12602 $as_test_x conftest$ac_exeext; then
12603 eval "$as_ac_var=yes"
12605 echo "$as_me: failed program was
:" >&5
12606 sed 's/^/| /' conftest.$ac_ext >&5
12608 eval "$as_ac_var=no
"
12611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12612 conftest$ac_exeext conftest.$ac_ext
12614 ac_res=`eval echo '${'$as_ac_var'}'`
12615 { echo "$as_me:$LINENO: result
: $ac_res" >&5
12616 echo "${ECHO_T}$ac_res" >&6; }
12617 if test `eval echo '${'$as_ac_var'}'` = yes; then
12618 cat >>confdefs.h <<_ACEOF
12619 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
12625 { echo "$as_me:$LINENO: checking
for working mmap
" >&5
12626 echo $ECHO_N "checking
for working mmap...
$ECHO_C" >&6; }
12627 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
12628 echo $ECHO_N "(cached
) $ECHO_C" >&6
12630 if test "$cross_compiling" = yes; then
12631 ac_cv_func_mmap_fixed_mapped=no
12633 cat >conftest.$ac_ext <<_ACEOF
12636 cat confdefs.h >>conftest.$ac_ext
12637 cat >>conftest.$ac_ext <<_ACEOF
12638 /* end confdefs.h. */
12639 $ac_includes_default
12640 /* malloc might have been renamed as rpl_malloc. */
12643 /* Thanks to Mike Haertel and Jim Avera for this test.
12644 Here is a matrix of mmap possibilities:
12645 mmap private not fixed
12646 mmap private fixed at somewhere currently unmapped
12647 mmap private fixed at somewhere already mapped
12648 mmap shared not fixed
12649 mmap shared fixed at somewhere currently unmapped
12650 mmap shared fixed at somewhere already mapped
12651 For private mappings, we should verify that changes cannot be read()
12652 back from the file, nor mmap's back from the file at a different
12653 address. (There have been systems where private was not correctly
12654 implemented like the infamous i386 svr4.0, and systems where the
12655 VM page cache was not coherent with the file system buffer cache
12656 like early versions of FreeBSD and possibly contemporary NetBSD.)
12657 For shared mappings, we should conversely verify that changes get
12658 propagated back to all the places they're supposed to be.
12660 Grep wants private fixed already mapped.
12661 The main things grep needs to know about mmap are:
12662 * does it exist and is it safe to write into the mmap'd area
12663 * how to use it (BSD variants) */
12666 #include <sys/mman.h>
12668 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12672 /* This mess was copied from the GNU getpagesize.h. */
12673 #ifndef HAVE_GETPAGESIZE
12674 /* Assume that all systems that can run configure have sys/param.h. */
12675 # ifndef HAVE_SYS_PARAM_H
12676 # define HAVE_SYS_PARAM_H 1
12679 # ifdef _SC_PAGESIZE
12680 # define getpagesize() sysconf(_SC_PAGESIZE)
12681 # else /* no _SC_PAGESIZE */
12682 # ifdef HAVE_SYS_PARAM_H
12683 # include <sys/param.h>
12684 # ifdef EXEC_PAGESIZE
12685 # define getpagesize() EXEC_PAGESIZE
12686 # else /* no EXEC_PAGESIZE */
12688 # define getpagesize() NBPG * CLSIZE
12691 # endif /* no CLSIZE */
12692 # else /* no NBPG */
12694 # define getpagesize() NBPC
12695 # else /* no NBPC */
12697 # define getpagesize() PAGESIZE
12698 # endif /* PAGESIZE */
12699 # endif /* no NBPC */
12700 # endif /* no NBPG */
12701 # endif /* no EXEC_PAGESIZE */
12702 # else /* no HAVE_SYS_PARAM_H */
12703 # define getpagesize() 8192 /* punt totally */
12704 # endif /* no HAVE_SYS_PARAM_H */
12705 # endif /* no _SC_PAGESIZE */
12707 #endif /* no HAVE_GETPAGESIZE */
12712 char *data, *data2, *data3;
12716 pagesize = getpagesize ();
12718 /* First, make a file with some known garbage in it. */
12719 data = (char *) malloc (pagesize);
12722 for (i = 0; i < pagesize; ++i)
12723 *(data + i) = rand ();
12725 fd = creat ("conftest.mmap
", 0600);
12728 if (write (fd, data, pagesize) != pagesize)
12732 /* Next, try to mmap the file at a fixed address which already has
12733 something else allocated at it. If we can, also make sure that
12734 we see the same garbage. */
12735 fd = open ("conftest.mmap
", O_RDWR);
12738 data2 = (char *) malloc (2 * pagesize);
12741 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
12742 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12743 MAP_PRIVATE | MAP_FIXED, fd, 0L))
12745 for (i = 0; i < pagesize; ++i)
12746 if (*(data + i) != *(data2 + i))
12749 /* Finally, make sure that changes to the mapped area do not
12750 percolate back to the file as seen by read(). (This is a bug on
12751 some variants of i386 svr4.0.) */
12752 for (i = 0; i < pagesize; ++i)
12753 *(data2 + i) = *(data2 + i) + 1;
12754 data3 = (char *) malloc (pagesize);
12757 if (read (fd, data3, pagesize) != pagesize)
12759 for (i = 0; i < pagesize; ++i)
12760 if (*(data + i) != *(data3 + i))
12766 rm -f conftest$ac_exeext
12767 if { (ac_try="$ac_link"
12768 case "(($ac_try" in
12769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12770 *) ac_try_echo=$ac_try;;
12772 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12773 (eval "$ac_link") 2>&5
12775 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12776 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12777 { (case "(($ac_try" in
12778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12779 *) ac_try_echo=$ac_try;;
12781 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12782 (eval "$ac_try") 2>&5
12784 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12785 (exit $ac_status); }; }; then
12786 ac_cv_func_mmap_fixed_mapped=yes
12788 echo "$as_me: program exited with status
$ac_status" >&5
12789 echo "$as_me: failed program was
:" >&5
12790 sed 's/^/| /' conftest.$ac_ext >&5
12792 ( exit $ac_status )
12793 ac_cv_func_mmap_fixed_mapped=no
12795 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12800 { echo "$as_me:$LINENO: result
: $ac_cv_func_mmap_fixed_mapped" >&5
12801 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
12802 if test $ac_cv_func_mmap_fixed_mapped = yes; then
12804 cat >>confdefs.h <<\_ACEOF
12805 #define HAVE_MMAP 1
12809 rm -f conftest.mmap
12813 for ac_header in sys/select.h sys/socket.h
12815 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
12816 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
12817 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
12818 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
12819 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
12820 echo $ECHO_N "(cached
) $ECHO_C" >&6
12822 ac_res=`eval echo '${'$as_ac_Header'}'`
12823 { echo "$as_me:$LINENO: result
: $ac_res" >&5
12824 echo "${ECHO_T}$ac_res" >&6; }
12826 # Is the header compilable?
12827 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
12828 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
12829 cat >conftest.$ac_ext <<_ACEOF
12832 cat confdefs.h >>conftest.$ac_ext
12833 cat >>conftest.$ac_ext <<_ACEOF
12834 /* end confdefs.h. */
12835 $ac_includes_default
12836 #include <$ac_header>
12838 rm -f conftest.$ac_objext
12839 if { (ac_try="$ac_compile"
12840 case "(($ac_try" in
12841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12842 *) ac_try_echo=$ac_try;;
12844 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12845 (eval "$ac_compile") 2>conftest.er1
12847 grep -v '^ *+' conftest.er1 >conftest.err
12849 cat conftest.err >&5
12850 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12851 (exit $ac_status); } && {
12852 test -z "$ac_c_werror_flag" ||
12853 test ! -s conftest.err
12854 } && test -s conftest.$ac_objext; then
12855 ac_header_compiler=yes
12857 echo "$as_me: failed program was
:" >&5
12858 sed 's/^/| /' conftest.$ac_ext >&5
12860 ac_header_compiler=no
12863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12864 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
12865 echo "${ECHO_T}$ac_header_compiler" >&6; }
12867 # Is the header present?
12868 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
12869 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
12870 cat >conftest.$ac_ext <<_ACEOF
12873 cat confdefs.h >>conftest.$ac_ext
12874 cat >>conftest.$ac_ext <<_ACEOF
12875 /* end confdefs.h. */
12876 #include <$ac_header>
12878 if { (ac_try="$ac_cpp conftest.
$ac_ext"
12879 case "(($ac_try" in
12880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12881 *) ac_try_echo=$ac_try;;
12883 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12884 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
12886 grep -v '^ *+' conftest.er1 >conftest.err
12888 cat conftest.err >&5
12889 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12890 (exit $ac_status); } >/dev/null && {
12891 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12892 test ! -s conftest.err
12894 ac_header_preproc=yes
12896 echo "$as_me: failed program was
:" >&5
12897 sed 's/^/| /' conftest.$ac_ext >&5
12899 ac_header_preproc=no
12902 rm -f conftest.err conftest.$ac_ext
12903 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
12904 echo "${ECHO_T}$ac_header_preproc" >&6; }
12906 # So? What about this header?
12907 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12909 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
12910 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
12911 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
12912 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
12913 ac_header_preproc=yes
12916 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
12917 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
12918 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
12919 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
12920 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
12921 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
12922 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
12923 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
12924 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
12925 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
12926 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
12927 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
12929 ## ------------------------------- ##
12930 ## Report this to www.asterisk.org ##
12931 ## ------------------------------- ##
12933 ) | sed "s
/^
/$as_me: WARNING
: /" >&2
12936 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
12937 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
12938 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
12939 echo $ECHO_N "(cached
) $ECHO_C" >&6
12941 eval "$as_ac_Header=\
$ac_header_preproc"
12943 ac_res=`eval echo '${'$as_ac_Header'}'`
12944 { echo "$as_me:$LINENO: result
: $ac_res" >&5
12945 echo "${ECHO_T}$ac_res" >&6; }
12948 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12949 cat >>confdefs.h <<_ACEOF
12950 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
12957 { echo "$as_me:$LINENO: checking types of arguments
for select" >&5
12958 echo $ECHO_N "checking types of arguments
for select...
$ECHO_C" >&6; }
12959 if test "${ac_cv_func_select_args+set}" = set; then
12960 echo $ECHO_N "(cached
) $ECHO_C" >&6
12962 for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
12963 for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
12964 for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
12965 cat >conftest.$ac_ext <<_ACEOF
12968 cat confdefs.h >>conftest.$ac_ext
12969 cat >>conftest.$ac_ext <<_ACEOF
12970 /* end confdefs.h. */
12971 $ac_includes_default
12972 #ifdef HAVE_SYS_SELECT_H
12973 # include <sys/select.h>
12975 #ifdef HAVE_SYS_SOCKET_H
12976 # include <sys/socket.h>
12982 extern int select ($ac_arg1,
12983 $ac_arg234, $ac_arg234, $ac_arg234,
12989 rm -f conftest.$ac_objext
12990 if { (ac_try="$ac_compile"
12991 case "(($ac_try" in
12992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12993 *) ac_try_echo=$ac_try;;
12995 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
12996 (eval "$ac_compile") 2>conftest.er1
12998 grep -v '^ *+' conftest.er1 >conftest.err
13000 cat conftest.err >&5
13001 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13002 (exit $ac_status); } && {
13003 test -z "$ac_c_werror_flag" ||
13004 test ! -s conftest.err
13005 } && test -s conftest.$ac_objext; then
13006 ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
13008 echo "$as_me: failed program was
:" >&5
13009 sed 's/^/| /' conftest.$ac_ext >&5
13014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13018 # Provide a safe default value.
13019 : ${ac_cv_func_select_args='int,int *,struct timeval *'}
13022 { echo "$as_me:$LINENO: result
: $ac_cv_func_select_args" >&5
13023 echo "${ECHO_T}$ac_cv_func_select_args" >&6; }
13024 ac_save_IFS=$IFS; IFS=','
13025 set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
13029 cat >>confdefs.h <<_ACEOF
13030 #define SELECT_TYPE_ARG1 $1
13034 cat >>confdefs.h <<_ACEOF
13035 #define SELECT_TYPE_ARG234 ($2)
13039 cat >>confdefs.h <<_ACEOF
13040 #define SELECT_TYPE_ARG5 ($3)
13045 { echo "$as_me:$LINENO: checking
for function prototypes
" >&5
13046 echo $ECHO_N "checking
for function prototypes...
$ECHO_C" >&6; }
13047 if test "$ac_cv_prog_cc_c89" != no; then
13048 { echo "$as_me:$LINENO: result
: yes" >&5
13049 echo "${ECHO_T}yes" >&6; }
13051 cat >>confdefs.h <<\_ACEOF
13052 #define PROTOTYPES 1
13056 cat >>confdefs.h <<\_ACEOF
13057 #define __PROTOTYPES 1
13061 { echo "$as_me:$LINENO: result
: no
" >&5
13062 echo "${ECHO_T}no
" >&6; }
13065 { echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed
" >&5
13066 echo $ECHO_N "checking whether setvbuf arguments are reversed...
$ECHO_C" >&6; }
13067 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
13068 echo $ECHO_N "(cached
) $ECHO_C" >&6
13070 ac_cv_func_setvbuf_reversed=no
13071 cat >conftest.$ac_ext <<_ACEOF
13074 cat confdefs.h >>conftest.$ac_ext
13075 cat >>conftest.$ac_ext <<_ACEOF
13076 /* end confdefs.h. */
13079 int (setvbuf) (FILE *, int, char *, size_t);
13084 char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
13089 rm -f conftest.$ac_objext conftest$ac_exeext
13090 if { (ac_try="$ac_link"
13091 case "(($ac_try" in
13092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13093 *) ac_try_echo=$ac_try;;
13095 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13096 (eval "$ac_link") 2>conftest.er1
13098 grep -v '^ *+' conftest.er1 >conftest.err
13100 cat conftest.err >&5
13101 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13102 (exit $ac_status); } && {
13103 test -z "$ac_c_werror_flag" ||
13104 test ! -s conftest.err
13105 } && test -s conftest$ac_exeext &&
13106 $as_test_x conftest$ac_exeext; then
13107 cat >conftest.$ac_ext <<_ACEOF
13110 cat confdefs.h >>conftest.$ac_ext
13111 cat >>conftest.$ac_ext <<_ACEOF
13112 /* end confdefs.h. */
13115 int (setvbuf) (FILE *, int, char *, size_t);
13120 char buf; return setvbuf (stdout, &buf, _IOLBF, 1);
13125 rm -f conftest.$ac_objext conftest$ac_exeext
13126 if { (ac_try="$ac_link"
13127 case "(($ac_try" in
13128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13129 *) ac_try_echo=$ac_try;;
13131 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13132 (eval "$ac_link") 2>conftest.er1
13134 grep -v '^ *+' conftest.er1 >conftest.err
13136 cat conftest.err >&5
13137 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13138 (exit $ac_status); } && {
13139 test -z "$ac_c_werror_flag" ||
13140 test ! -s conftest.err
13141 } && test -s conftest$ac_exeext &&
13142 $as_test_x conftest$ac_exeext; then
13143 # It compiles and links either way, so it must not be declared
13144 # with a prototype and most likely this is a K&R C compiler.
13146 if test "$cross_compiling" = yes; then
13147 : # Assume setvbuf is not reversed when cross-compiling.
13149 cat >conftest.$ac_ext <<_ACEOF
13152 cat confdefs.h >>conftest.$ac_ext
13153 cat >>conftest.$ac_ext <<_ACEOF
13154 /* end confdefs.h. */
13155 $ac_includes_default
13159 /* This call has the arguments reversed.
13160 A reversed system may check and see that the address of buf
13161 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
13163 if (setvbuf (stdout, _IOLBF, &buf, 1) != 0)
13166 return 0; /* Non-reversed systems SEGV here. */
13171 rm -f conftest$ac_exeext
13172 if { (ac_try="$ac_link"
13173 case "(($ac_try" in
13174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13175 *) ac_try_echo=$ac_try;;
13177 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13178 (eval "$ac_link") 2>&5
13180 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13181 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13182 { (case "(($ac_try" in
13183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13184 *) ac_try_echo=$ac_try;;
13186 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13187 (eval "$ac_try") 2>&5
13189 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13190 (exit $ac_status); }; }; then
13191 ac_cv_func_setvbuf_reversed=yes
13193 echo "$as_me: program exited with status
$ac_status" >&5
13194 echo "$as_me: failed program was
:" >&5
13195 sed 's/^/| /' conftest.$ac_ext >&5
13198 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13202 ac_cv_func_setvbuf_reversed=yes
13204 echo "$as_me: failed program was
:" >&5
13205 sed 's/^/| /' conftest.$ac_ext >&5
13210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13211 conftest$ac_exeext conftest.$ac_ext
13213 echo "$as_me: failed program was
:" >&5
13214 sed 's/^/| /' conftest.$ac_ext >&5
13219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13220 conftest$ac_exeext conftest.$ac_ext
13222 { echo "$as_me:$LINENO: result
: $ac_cv_func_setvbuf_reversed" >&5
13223 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6; }
13224 if test $ac_cv_func_setvbuf_reversed = yes; then
13226 cat >>confdefs.h <<\_ACEOF
13227 #define SETVBUF_REVERSED 1
13232 { echo "$as_me:$LINENO: checking
return type of signal handlers
" >&5
13233 echo $ECHO_N "checking
return type of signal handlers...
$ECHO_C" >&6; }
13234 if test "${ac_cv_type_signal+set}" = set; then
13235 echo $ECHO_N "(cached
) $ECHO_C" >&6
13237 cat >conftest.$ac_ext <<_ACEOF
13240 cat confdefs.h >>conftest.$ac_ext
13241 cat >>conftest.$ac_ext <<_ACEOF
13242 /* end confdefs.h. */
13243 #include <sys/types.h>
13244 #include <signal.h>
13249 return *(signal (0, 0)) (0) == 1;
13254 rm -f conftest.$ac_objext
13255 if { (ac_try="$ac_compile"
13256 case "(($ac_try" in
13257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13258 *) ac_try_echo=$ac_try;;
13260 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13261 (eval "$ac_compile") 2>conftest.er1
13263 grep -v '^ *+' conftest.er1 >conftest.err
13265 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13267 (exit $ac_status); } && {
13268 test -z "$ac_c_werror_flag" ||
13269 test ! -s conftest.err
13270 } && test -s conftest.$ac_objext; then
13271 ac_cv_type_signal=int
13273 echo "$as_me: failed program was
:" >&5
13274 sed 's/^/| /' conftest.$ac_ext >&5
13276 ac_cv_type_signal=void
13279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13281 { echo "$as_me:$LINENO: result
: $ac_cv_type_signal" >&5
13282 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
13284 cat >>confdefs.h <<_ACEOF
13285 #define RETSIGTYPE $ac_cv_type_signal
13289 { echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash
" >&5
13290 echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash...
$ECHO_C" >&6; }
13291 if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
13292 echo $ECHO_N "(cached
) $ECHO_C" >&6
13294 rm -f conftest.sym conftest.file
13295 echo >conftest.file
13296 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
13297 if test "$cross_compiling" = yes; then
13298 ac_cv_func_lstat_dereferences_slashed_symlink=no
13300 cat >conftest.$ac_ext <<_ACEOF
13303 cat confdefs.h >>conftest.$ac_ext
13304 cat >>conftest.$ac_ext <<_ACEOF
13305 /* end confdefs.h. */
13306 $ac_includes_default
13311 /* Linux will dereference the symlink and fail.
13312 That is better in the sense that it means we will not
13313 have to compile and use the lstat wrapper. */
13314 return lstat ("conftest.sym
/", &sbuf) == 0;
13319 rm -f conftest$ac_exeext
13320 if { (ac_try="$ac_link"
13321 case "(($ac_try" in
13322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13323 *) ac_try_echo=$ac_try;;
13325 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13326 (eval "$ac_link") 2>&5
13328 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13329 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13330 { (case "(($ac_try" in
13331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13332 *) ac_try_echo=$ac_try;;
13334 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13335 (eval "$ac_try") 2>&5
13337 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13338 (exit $ac_status); }; }; then
13339 ac_cv_func_lstat_dereferences_slashed_symlink=yes
13341 echo "$as_me: program exited with status
$ac_status" >&5
13342 echo "$as_me: failed program was
:" >&5
13343 sed 's/^/| /' conftest.$ac_ext >&5
13345 ( exit $ac_status )
13346 ac_cv_func_lstat_dereferences_slashed_symlink=no
13348 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13353 # If the `ln -s' command failed, then we probably don't even
13354 # have an lstat function.
13355 ac_cv_func_lstat_dereferences_slashed_symlink=no
13357 rm -f conftest.sym conftest.file
13360 { echo "$as_me:$LINENO: result
: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
13361 echo "${ECHO_T}$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; }
13363 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
13365 cat >>confdefs.h <<_ACEOF
13366 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
13370 if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
13371 case " $LIBOBJS " in
13372 *" lstat.
$ac_objext "* ) ;;
13373 *) LIBOBJS="$LIBOBJS lstat.
$ac_objext"
13379 { echo "$as_me:$LINENO: checking whether stat accepts an empty string
" >&5
13380 echo $ECHO_N "checking whether stat accepts an empty string...
$ECHO_C" >&6; }
13381 if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then
13382 echo $ECHO_N "(cached
) $ECHO_C" >&6
13384 if test "$cross_compiling" = yes; then
13385 ac_cv_func_stat_empty_string_bug=yes
13387 cat >conftest.$ac_ext <<_ACEOF
13390 cat confdefs.h >>conftest.$ac_ext
13391 cat >>conftest.$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13393 $ac_includes_default
13398 return stat ("", &sbuf) == 0;
13403 rm -f conftest$ac_exeext
13404 if { (ac_try="$ac_link"
13405 case "(($ac_try" in
13406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13407 *) ac_try_echo=$ac_try;;
13409 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13410 (eval "$ac_link") 2>&5
13412 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13413 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13414 { (case "(($ac_try" in
13415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13416 *) ac_try_echo=$ac_try;;
13418 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13419 (eval "$ac_try") 2>&5
13421 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13422 (exit $ac_status); }; }; then
13423 ac_cv_func_stat_empty_string_bug=no
13425 echo "$as_me: program exited with status
$ac_status" >&5
13426 echo "$as_me: failed program was
:" >&5
13427 sed 's/^/| /' conftest.$ac_ext >&5
13429 ( exit $ac_status )
13430 ac_cv_func_stat_empty_string_bug=yes
13432 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13437 { echo "$as_me:$LINENO: result
: $ac_cv_func_stat_empty_string_bug" >&5
13438 echo "${ECHO_T}$ac_cv_func_stat_empty_string_bug" >&6; }
13439 if test $ac_cv_func_stat_empty_string_bug = yes; then
13440 case " $LIBOBJS " in
13441 *" stat.
$ac_objext "* ) ;;
13442 *) LIBOBJS="$LIBOBJS stat.
$ac_objext"
13447 cat >>confdefs.h <<_ACEOF
13448 #define HAVE_STAT_EMPTY_STRING_BUG 1
13453 { echo "$as_me:$LINENO: checking
for working strcoll
" >&5
13454 echo $ECHO_N "checking
for working strcoll...
$ECHO_C" >&6; }
13455 if test "${ac_cv_func_strcoll_works+set}" = set; then
13456 echo $ECHO_N "(cached
) $ECHO_C" >&6
13458 if test "$cross_compiling" = yes; then
13459 ac_cv_func_strcoll_works=no
13461 cat >conftest.$ac_ext <<_ACEOF
13464 cat confdefs.h >>conftest.$ac_ext
13465 cat >>conftest.$ac_ext <<_ACEOF
13466 /* end confdefs.h. */
13467 $ac_includes_default
13471 return (strcoll ("abc
", "def
") >= 0 ||
13472 strcoll ("ABC
", "DEF
") >= 0 ||
13473 strcoll ("123", "456") >= 0)
13478 rm -f conftest$ac_exeext
13479 if { (ac_try="$ac_link"
13480 case "(($ac_try" in
13481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13482 *) ac_try_echo=$ac_try;;
13484 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13485 (eval "$ac_link") 2>&5
13487 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13488 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13489 { (case "(($ac_try" in
13490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13491 *) ac_try_echo=$ac_try;;
13493 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13494 (eval "$ac_try") 2>&5
13496 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13497 (exit $ac_status); }; }; then
13498 ac_cv_func_strcoll_works=yes
13500 echo "$as_me: program exited with status
$ac_status" >&5
13501 echo "$as_me: failed program was
:" >&5
13502 sed 's/^/| /' conftest.$ac_ext >&5
13504 ( exit $ac_status )
13505 ac_cv_func_strcoll_works=no
13507 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13512 { echo "$as_me:$LINENO: result
: $ac_cv_func_strcoll_works" >&5
13513 echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6; }
13514 if test $ac_cv_func_strcoll_works = yes; then
13516 cat >>confdefs.h <<\_ACEOF
13517 #define HAVE_STRCOLL 1
13523 for ac_func in strftime
13525 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
13526 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
13527 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
13528 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
13529 echo $ECHO_N "(cached
) $ECHO_C" >&6
13531 cat >conftest.$ac_ext <<_ACEOF
13534 cat confdefs.h >>conftest.$ac_ext
13535 cat >>conftest.$ac_ext <<_ACEOF
13536 /* end confdefs.h. */
13537 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13538 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13539 #define $ac_func innocuous_$ac_func
13541 /* System header to define __stub macros and hopefully few prototypes,
13542 which can conflict with char $ac_func (); below.
13543 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13544 <limits.h> exists even on freestanding compilers. */
13547 # include <limits.h>
13549 # include <assert.h>
13554 /* Override any GCC internal prototype to avoid an error.
13555 Use char because int might match the return type of a GCC
13556 builtin and then its argument prototype would still apply. */
13561 /* The GNU C library defines this for functions which it implements
13562 to always fail with ENOSYS. Some functions are actually named
13563 something starting with __ and the normal name is an alias. */
13564 #if defined __stub_$ac_func || defined __stub___$ac_func
13571 return $ac_func ();
13576 rm -f conftest.$ac_objext conftest$ac_exeext
13577 if { (ac_try="$ac_link"
13578 case "(($ac_try" in
13579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13580 *) ac_try_echo=$ac_try;;
13582 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13583 (eval "$ac_link") 2>conftest.er1
13585 grep -v '^ *+' conftest.er1 >conftest.err
13587 cat conftest.err >&5
13588 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13589 (exit $ac_status); } && {
13590 test -z "$ac_c_werror_flag" ||
13591 test ! -s conftest.err
13592 } && test -s conftest$ac_exeext &&
13593 $as_test_x conftest$ac_exeext; then
13594 eval "$as_ac_var=yes"
13596 echo "$as_me: failed program was
:" >&5
13597 sed 's/^/| /' conftest.$ac_ext >&5
13599 eval "$as_ac_var=no
"
13602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13603 conftest$ac_exeext conftest.$ac_ext
13605 ac_res=`eval echo '${'$as_ac_var'}'`
13606 { echo "$as_me:$LINENO: result
: $ac_res" >&5
13607 echo "${ECHO_T}$ac_res" >&6; }
13608 if test `eval echo '${'$as_ac_var'}'` = yes; then
13609 cat >>confdefs.h <<_ACEOF
13610 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
13614 # strftime is in -lintl on SCO UNIX.
13615 { echo "$as_me:$LINENO: checking
for strftime
in -lintl" >&5
13616 echo $ECHO_N "checking
for strftime
in -lintl...
$ECHO_C" >&6; }
13617 if test "${ac_cv_lib_intl_strftime+set}" = set; then
13618 echo $ECHO_N "(cached
) $ECHO_C" >&6
13620 ac_check_lib_save_LIBS=$LIBS
13621 LIBS="-lintl $LIBS"
13622 cat >conftest.$ac_ext <<_ACEOF
13625 cat confdefs.h >>conftest.$ac_ext
13626 cat >>conftest.$ac_ext <<_ACEOF
13627 /* end confdefs.h. */
13629 /* Override any GCC internal prototype to avoid an error.
13630 Use char because int might match the return type of a GCC
13631 builtin and then its argument prototype would still apply. */
13639 return strftime ();
13644 rm -f conftest.$ac_objext conftest$ac_exeext
13645 if { (ac_try="$ac_link"
13646 case "(($ac_try" in
13647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13648 *) ac_try_echo=$ac_try;;
13650 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13651 (eval "$ac_link") 2>conftest.er1
13653 grep -v '^ *+' conftest.er1 >conftest.err
13655 cat conftest.err >&5
13656 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13657 (exit $ac_status); } && {
13658 test -z "$ac_c_werror_flag" ||
13659 test ! -s conftest.err
13660 } && test -s conftest$ac_exeext &&
13661 $as_test_x conftest$ac_exeext; then
13662 ac_cv_lib_intl_strftime=yes
13664 echo "$as_me: failed program was
:" >&5
13665 sed 's/^/| /' conftest.$ac_ext >&5
13667 ac_cv_lib_intl_strftime=no
13670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13671 conftest$ac_exeext conftest.$ac_ext
13672 LIBS=$ac_check_lib_save_LIBS
13674 { echo "$as_me:$LINENO: result
: $ac_cv_lib_intl_strftime" >&5
13675 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
13676 if test $ac_cv_lib_intl_strftime = yes; then
13677 cat >>confdefs.h <<\_ACEOF
13678 #define HAVE_STRFTIME 1
13681 LIBS="-lintl $LIBS"
13687 { echo "$as_me:$LINENO: checking
for working strnlen
" >&5
13688 echo $ECHO_N "checking
for working strnlen...
$ECHO_C" >&6; }
13689 if test "${ac_cv_func_strnlen_working+set}" = set; then
13690 echo $ECHO_N "(cached
) $ECHO_C" >&6
13692 if test "$cross_compiling" = yes; then
13693 ac_cv_func_strnlen_working=no
13695 cat >conftest.$ac_ext <<_ACEOF
13698 cat confdefs.h >>conftest.$ac_ext
13699 cat >>conftest.$ac_ext <<_ACEOF
13700 /* end confdefs.h. */
13701 $ac_includes_default
13707 #define S_LEN (sizeof S - 1)
13709 /* At least one implementation is buggy: that of AIX 4.3 would
13710 give strnlen (S, 1) == 3. */
13713 for (i = 0; i < S_LEN + 1; ++i)
13715 int expected = i <= S_LEN ? i : S_LEN;
13716 if (strnlen (S, i) != expected)
13725 rm -f conftest$ac_exeext
13726 if { (ac_try="$ac_link"
13727 case "(($ac_try" in
13728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13729 *) ac_try_echo=$ac_try;;
13731 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13732 (eval "$ac_link") 2>&5
13734 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13735 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13736 { (case "(($ac_try" in
13737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13738 *) ac_try_echo=$ac_try;;
13740 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13741 (eval "$ac_try") 2>&5
13743 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13744 (exit $ac_status); }; }; then
13745 ac_cv_func_strnlen_working=yes
13747 echo "$as_me: program exited with status
$ac_status" >&5
13748 echo "$as_me: failed program was
:" >&5
13749 sed 's/^/| /' conftest.$ac_ext >&5
13751 ( exit $ac_status )
13752 ac_cv_func_strnlen_working=no
13754 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13759 { echo "$as_me:$LINENO: result
: $ac_cv_func_strnlen_working" >&5
13760 echo "${ECHO_T}$ac_cv_func_strnlen_working" >&6; }
13761 test $ac_cv_func_strnlen_working = no && case " $LIBOBJS " in
13762 *" strnlen.
$ac_objext "* ) ;;
13763 *) LIBOBJS="$LIBOBJS strnlen.
$ac_objext"
13768 { echo "$as_me:$LINENO: checking
for working strtod
" >&5
13769 echo $ECHO_N "checking
for working strtod...
$ECHO_C" >&6; }
13770 if test "${ac_cv_func_strtod+set}" = set; then
13771 echo $ECHO_N "(cached
) $ECHO_C" >&6
13773 if test "$cross_compiling" = yes; then
13774 ac_cv_func_strtod=no
13776 cat >conftest.$ac_ext <<_ACEOF
13779 cat confdefs.h >>conftest.$ac_ext
13780 cat >>conftest.$ac_ext <<_ACEOF
13781 /* end confdefs.h. */
13783 $ac_includes_default
13791 /* Some versions of Linux strtod mis-parse strings with leading '+'. */
13792 char *string = " +69";
13795 value = strtod (string, &term);
13796 if (value != 69 || term != (string + 4))
13801 /* Under Solaris 2.4, strtod returns the wrong value for the
13802 terminating character under some conditions. */
13803 char *string = "NaN
";
13805 strtod (string, &term);
13806 if (term != string && *(term - 1) == 0)
13813 rm -f conftest$ac_exeext
13814 if { (ac_try="$ac_link"
13815 case "(($ac_try" in
13816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13817 *) ac_try_echo=$ac_try;;
13819 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13820 (eval "$ac_link") 2>&5
13822 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13823 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13824 { (case "(($ac_try" in
13825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13826 *) ac_try_echo=$ac_try;;
13828 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13829 (eval "$ac_try") 2>&5
13831 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13832 (exit $ac_status); }; }; then
13833 ac_cv_func_strtod=yes
13835 echo "$as_me: program exited with status
$ac_status" >&5
13836 echo "$as_me: failed program was
:" >&5
13837 sed 's/^/| /' conftest.$ac_ext >&5
13839 ( exit $ac_status )
13840 ac_cv_func_strtod=no
13842 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13847 { echo "$as_me:$LINENO: result
: $ac_cv_func_strtod" >&5
13848 echo "${ECHO_T}$ac_cv_func_strtod" >&6; }
13849 if test $ac_cv_func_strtod = no; then
13850 case " $LIBOBJS " in
13851 *" strtod.
$ac_objext "* ) ;;
13852 *) LIBOBJS="$LIBOBJS strtod.
$ac_objext"
13856 { echo "$as_me:$LINENO: checking
for pow
" >&5
13857 echo $ECHO_N "checking
for pow...
$ECHO_C" >&6; }
13858 if test "${ac_cv_func_pow+set}" = set; then
13859 echo $ECHO_N "(cached
) $ECHO_C" >&6
13861 cat >conftest.$ac_ext <<_ACEOF
13864 cat confdefs.h >>conftest.$ac_ext
13865 cat >>conftest.$ac_ext <<_ACEOF
13866 /* end confdefs.h. */
13867 /* Define pow to an innocuous variant, in case <limits.h> declares pow.
13868 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13869 #define pow innocuous_pow
13871 /* System header to define __stub macros and hopefully few prototypes,
13872 which can conflict with char pow (); below.
13873 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13874 <limits.h> exists even on freestanding compilers. */
13877 # include <limits.h>
13879 # include <assert.h>
13884 /* Override any GCC internal prototype to avoid an error.
13885 Use char because int might match the return type of a GCC
13886 builtin and then its argument prototype would still apply. */
13891 /* The GNU C library defines this for functions which it implements
13892 to always fail with ENOSYS. Some functions are actually named
13893 something starting with __ and the normal name is an alias. */
13894 #if defined __stub_pow || defined __stub___pow
13906 rm -f conftest.$ac_objext conftest$ac_exeext
13907 if { (ac_try="$ac_link"
13908 case "(($ac_try" in
13909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13910 *) ac_try_echo=$ac_try;;
13912 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13913 (eval "$ac_link") 2>conftest.er1
13915 grep -v '^ *+' conftest.er1 >conftest.err
13917 cat conftest.err >&5
13918 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13919 (exit $ac_status); } && {
13920 test -z "$ac_c_werror_flag" ||
13921 test ! -s conftest.err
13922 } && test -s conftest$ac_exeext &&
13923 $as_test_x conftest$ac_exeext; then
13926 echo "$as_me: failed program was
:" >&5
13927 sed 's/^/| /' conftest.$ac_ext >&5
13932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13933 conftest$ac_exeext conftest.$ac_ext
13935 { echo "$as_me:$LINENO: result
: $ac_cv_func_pow" >&5
13936 echo "${ECHO_T}$ac_cv_func_pow" >&6; }
13938 if test $ac_cv_func_pow = no; then
13939 { echo "$as_me:$LINENO: checking
for pow
in -lm" >&5
13940 echo $ECHO_N "checking
for pow
in -lm...
$ECHO_C" >&6; }
13941 if test "${ac_cv_lib_m_pow+set}" = set; then
13942 echo $ECHO_N "(cached
) $ECHO_C" >&6
13944 ac_check_lib_save_LIBS=$LIBS
13946 cat >conftest.$ac_ext <<_ACEOF
13949 cat confdefs.h >>conftest.$ac_ext
13950 cat >>conftest.$ac_ext <<_ACEOF
13951 /* end confdefs.h. */
13953 /* Override any GCC internal prototype to avoid an error.
13954 Use char because int might match the return type of a GCC
13955 builtin and then its argument prototype would still apply. */
13968 rm -f conftest.$ac_objext conftest$ac_exeext
13969 if { (ac_try="$ac_link"
13970 case "(($ac_try" in
13971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13972 *) ac_try_echo=$ac_try;;
13974 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
13975 (eval "$ac_link") 2>conftest.er1
13977 grep -v '^ *+' conftest.er1 >conftest.err
13979 cat conftest.err >&5
13980 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
13981 (exit $ac_status); } && {
13982 test -z "$ac_c_werror_flag" ||
13983 test ! -s conftest.err
13984 } && test -s conftest$ac_exeext &&
13985 $as_test_x conftest$ac_exeext; then
13986 ac_cv_lib_m_pow=yes
13988 echo "$as_me: failed program was
:" >&5
13989 sed 's/^/| /' conftest.$ac_ext >&5
13994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13995 conftest$ac_exeext conftest.$ac_ext
13996 LIBS=$ac_check_lib_save_LIBS
13998 { echo "$as_me:$LINENO: result
: $ac_cv_lib_m_pow" >&5
13999 echo "${ECHO_T}$ac_cv_lib_m_pow" >&6; }
14000 if test $ac_cv_lib_m_pow = yes; then
14003 { echo "$as_me:$LINENO: WARNING
: cannot
find library containing definition of pow
" >&5
14004 echo "$as_me: WARNING
: cannot
find library containing definition of pow
" >&2;}
14015 for ac_header in $ac_header_list
14017 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
14018 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
14019 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
14020 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
14021 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
14022 echo $ECHO_N "(cached
) $ECHO_C" >&6
14024 ac_res=`eval echo '${'$as_ac_Header'}'`
14025 { echo "$as_me:$LINENO: result
: $ac_res" >&5
14026 echo "${ECHO_T}$ac_res" >&6; }
14028 # Is the header compilable?
14029 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
14030 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
14031 cat >conftest.$ac_ext <<_ACEOF
14034 cat confdefs.h >>conftest.$ac_ext
14035 cat >>conftest.$ac_ext <<_ACEOF
14036 /* end confdefs.h. */
14037 $ac_includes_default
14038 #include <$ac_header>
14040 rm -f conftest.$ac_objext
14041 if { (ac_try="$ac_compile"
14042 case "(($ac_try" in
14043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14044 *) ac_try_echo=$ac_try;;
14046 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14047 (eval "$ac_compile") 2>conftest.er1
14049 grep -v '^ *+' conftest.er1 >conftest.err
14051 cat conftest.err >&5
14052 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14053 (exit $ac_status); } && {
14054 test -z "$ac_c_werror_flag" ||
14055 test ! -s conftest.err
14056 } && test -s conftest.$ac_objext; then
14057 ac_header_compiler=yes
14059 echo "$as_me: failed program was
:" >&5
14060 sed 's/^/| /' conftest.$ac_ext >&5
14062 ac_header_compiler=no
14065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14066 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
14067 echo "${ECHO_T}$ac_header_compiler" >&6; }
14069 # Is the header present?
14070 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
14071 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
14072 cat >conftest.$ac_ext <<_ACEOF
14075 cat confdefs.h >>conftest.$ac_ext
14076 cat >>conftest.$ac_ext <<_ACEOF
14077 /* end confdefs.h. */
14078 #include <$ac_header>
14080 if { (ac_try="$ac_cpp conftest.
$ac_ext"
14081 case "(($ac_try" in
14082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14083 *) ac_try_echo=$ac_try;;
14085 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14086 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
14088 grep -v '^ *+' conftest.er1 >conftest.err
14090 cat conftest.err >&5
14091 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14092 (exit $ac_status); } >/dev/null && {
14093 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14094 test ! -s conftest.err
14096 ac_header_preproc=yes
14098 echo "$as_me: failed program was
:" >&5
14099 sed 's/^/| /' conftest.$ac_ext >&5
14101 ac_header_preproc=no
14104 rm -f conftest.err conftest.$ac_ext
14105 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
14106 echo "${ECHO_T}$ac_header_preproc" >&6; }
14108 # So? What about this header?
14109 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14111 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
14112 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
14113 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
14114 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
14115 ac_header_preproc=yes
14118 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
14119 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
14120 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
14121 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
14122 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
14123 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
14124 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
14125 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
14126 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
14127 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
14128 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
14129 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
14131 ## ------------------------------- ##
14132 ## Report this to www.asterisk.org ##
14133 ## ------------------------------- ##
14135 ) | sed "s
/^
/$as_me: WARNING
: /" >&2
14138 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
14139 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
14140 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
14141 echo $ECHO_N "(cached
) $ECHO_C" >&6
14143 eval "$as_ac_Header=\
$ac_header_preproc"
14145 ac_res=`eval echo '${'$as_ac_Header'}'`
14146 { echo "$as_me:$LINENO: result
: $ac_res" >&5
14147 echo "${ECHO_T}$ac_res" >&6; }
14150 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14151 cat >>confdefs.h <<_ACEOF
14152 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
14167 { echo "$as_me:$LINENO: checking whether utime accepts a null argument
" >&5
14168 echo $ECHO_N "checking whether utime accepts a null argument...
$ECHO_C" >&6; }
14169 if test "${ac_cv_func_utime_null+set}" = set; then
14170 echo $ECHO_N "(cached
) $ECHO_C" >&6
14172 rm -f conftest.data; >conftest.data
14173 # Sequent interprets utime(file, 0) to mean use start of epoch. Wrong.
14174 if test "$cross_compiling" = yes; then
14175 ac_cv_func_utime_null=no
14177 cat >conftest.$ac_ext <<_ACEOF
14180 cat confdefs.h >>conftest.$ac_ext
14181 cat >>conftest.$ac_ext <<_ACEOF
14182 /* end confdefs.h. */
14183 $ac_includes_default
14184 #ifdef HAVE_UTIME_H
14185 # include <utime.h>
14191 return ! (stat ("conftest.data
", &s) == 0
14192 && utime ("conftest.data
", 0) == 0
14193 && stat ("conftest.data
", &t) == 0
14194 && t.st_mtime >= s.st_mtime
14195 && t.st_mtime - s.st_mtime < 120);
14200 rm -f conftest$ac_exeext
14201 if { (ac_try="$ac_link"
14202 case "(($ac_try" in
14203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14204 *) ac_try_echo=$ac_try;;
14206 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14207 (eval "$ac_link") 2>&5
14209 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14210 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14211 { (case "(($ac_try" in
14212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14213 *) ac_try_echo=$ac_try;;
14215 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14216 (eval "$ac_try") 2>&5
14218 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14219 (exit $ac_status); }; }; then
14220 ac_cv_func_utime_null=yes
14222 echo "$as_me: program exited with status
$ac_status" >&5
14223 echo "$as_me: failed program was
:" >&5
14224 sed 's/^/| /' conftest.$ac_ext >&5
14226 ( exit $ac_status )
14227 ac_cv_func_utime_null=no
14229 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14234 { echo "$as_me:$LINENO: result
: $ac_cv_func_utime_null" >&5
14235 echo "${ECHO_T}$ac_cv_func_utime_null" >&6; }
14236 if test $ac_cv_func_utime_null = yes; then
14238 cat >>confdefs.h <<\_ACEOF
14239 #define HAVE_UTIME_NULL 1
14243 rm -f conftest.data
14246 for ac_func in vprintf
14248 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14249 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
14250 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
14251 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
14252 echo $ECHO_N "(cached
) $ECHO_C" >&6
14254 cat >conftest.$ac_ext <<_ACEOF
14257 cat confdefs.h >>conftest.$ac_ext
14258 cat >>conftest.$ac_ext <<_ACEOF
14259 /* end confdefs.h. */
14260 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14261 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14262 #define $ac_func innocuous_$ac_func
14264 /* System header to define __stub macros and hopefully few prototypes,
14265 which can conflict with char $ac_func (); below.
14266 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14267 <limits.h> exists even on freestanding compilers. */
14270 # include <limits.h>
14272 # include <assert.h>
14277 /* Override any GCC internal prototype to avoid an error.
14278 Use char because int might match the return type of a GCC
14279 builtin and then its argument prototype would still apply. */
14284 /* The GNU C library defines this for functions which it implements
14285 to always fail with ENOSYS. Some functions are actually named
14286 something starting with __ and the normal name is an alias. */
14287 #if defined __stub_$ac_func || defined __stub___$ac_func
14294 return $ac_func ();
14299 rm -f conftest.$ac_objext conftest$ac_exeext
14300 if { (ac_try="$ac_link"
14301 case "(($ac_try" in
14302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14303 *) ac_try_echo=$ac_try;;
14305 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14306 (eval "$ac_link") 2>conftest.er1
14308 grep -v '^ *+' conftest.er1 >conftest.err
14310 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14312 (exit $ac_status); } && {
14313 test -z "$ac_c_werror_flag" ||
14314 test ! -s conftest.err
14315 } && test -s conftest$ac_exeext &&
14316 $as_test_x conftest$ac_exeext; then
14317 eval "$as_ac_var=yes"
14319 echo "$as_me: failed program was
:" >&5
14320 sed 's/^/| /' conftest.$ac_ext >&5
14322 eval "$as_ac_var=no
"
14325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14326 conftest$ac_exeext conftest.$ac_ext
14328 ac_res=`eval echo '${'$as_ac_var'}'`
14329 { echo "$as_me:$LINENO: result
: $ac_res" >&5
14330 echo "${ECHO_T}$ac_res" >&6; }
14331 if test `eval echo '${'$as_ac_var'}'` = yes; then
14332 cat >>confdefs.h <<_ACEOF
14333 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
14336 { echo "$as_me:$LINENO: checking
for _doprnt
" >&5
14337 echo $ECHO_N "checking
for _doprnt...
$ECHO_C" >&6; }
14338 if test "${ac_cv_func__doprnt+set}" = set; then
14339 echo $ECHO_N "(cached
) $ECHO_C" >&6
14341 cat >conftest.$ac_ext <<_ACEOF
14344 cat confdefs.h >>conftest.$ac_ext
14345 cat >>conftest.$ac_ext <<_ACEOF
14346 /* end confdefs.h. */
14347 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
14348 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14349 #define _doprnt innocuous__doprnt
14351 /* System header to define __stub macros and hopefully few prototypes,
14352 which can conflict with char _doprnt (); below.
14353 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14354 <limits.h> exists even on freestanding compilers. */
14357 # include <limits.h>
14359 # include <assert.h>
14364 /* Override any GCC internal prototype to avoid an error.
14365 Use char because int might match the return type of a GCC
14366 builtin and then its argument prototype would still apply. */
14371 /* The GNU C library defines this for functions which it implements
14372 to always fail with ENOSYS. Some functions are actually named
14373 something starting with __ and the normal name is an alias. */
14374 #if defined __stub__doprnt || defined __stub____doprnt
14386 rm -f conftest.$ac_objext conftest$ac_exeext
14387 if { (ac_try="$ac_link"
14388 case "(($ac_try" in
14389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14390 *) ac_try_echo=$ac_try;;
14392 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14393 (eval "$ac_link") 2>conftest.er1
14395 grep -v '^ *+' conftest.er1 >conftest.err
14397 cat conftest.err >&5
14398 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14399 (exit $ac_status); } && {
14400 test -z "$ac_c_werror_flag" ||
14401 test ! -s conftest.err
14402 } && test -s conftest$ac_exeext &&
14403 $as_test_x conftest$ac_exeext; then
14404 ac_cv_func__doprnt=yes
14406 echo "$as_me: failed program was
:" >&5
14407 sed 's/^/| /' conftest.$ac_ext >&5
14409 ac_cv_func__doprnt=no
14412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14413 conftest$ac_exeext conftest.$ac_ext
14415 { echo "$as_me:$LINENO: result
: $ac_cv_func__doprnt" >&5
14416 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
14417 if test $ac_cv_func__doprnt = yes; then
14419 cat >>confdefs.h <<\_ACEOF
14420 #define HAVE_DOPRNT 1
14478 for ac_func in asprintf atexit bzero dup2 endpwent floor ftruncate getcwd gethostbyname gethostname getloadavg gettimeofday inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap pow putenv re_comp regcomp rint select setenv socket sqrt strcasecmp strcasestr strchr strcspn strdup strerror strlcat strlcpy strncasecmp strndup strnlen strrchr strsep strspn strstr strtol strtoq unsetenv utime vasprintf
14480 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14481 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
14482 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
14483 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
14484 echo $ECHO_N "(cached
) $ECHO_C" >&6
14486 cat >conftest.$ac_ext <<_ACEOF
14489 cat confdefs.h >>conftest.$ac_ext
14490 cat >>conftest.$ac_ext <<_ACEOF
14491 /* end confdefs.h. */
14492 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14494 #define $ac_func innocuous_$ac_func
14496 /* System header to define __stub macros and hopefully few prototypes,
14497 which can conflict with char $ac_func (); below.
14498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14499 <limits.h> exists even on freestanding compilers. */
14502 # include <limits.h>
14504 # include <assert.h>
14509 /* Override any GCC internal prototype to avoid an error.
14510 Use char because int might match the return type of a GCC
14511 builtin and then its argument prototype would still apply. */
14516 /* The GNU C library defines this for functions which it implements
14517 to always fail with ENOSYS. Some functions are actually named
14518 something starting with __ and the normal name is an alias. */
14519 #if defined __stub_$ac_func || defined __stub___$ac_func
14526 return $ac_func ();
14531 rm -f conftest.$ac_objext conftest$ac_exeext
14532 if { (ac_try="$ac_link"
14533 case "(($ac_try" in
14534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14535 *) ac_try_echo=$ac_try;;
14537 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14538 (eval "$ac_link") 2>conftest.er1
14540 grep -v '^ *+' conftest.er1 >conftest.err
14542 cat conftest.err >&5
14543 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14544 (exit $ac_status); } && {
14545 test -z "$ac_c_werror_flag" ||
14546 test ! -s conftest.err
14547 } && test -s conftest$ac_exeext &&
14548 $as_test_x conftest$ac_exeext; then
14549 eval "$as_ac_var=yes"
14551 echo "$as_me: failed program was
:" >&5
14552 sed 's/^/| /' conftest.$ac_ext >&5
14554 eval "$as_ac_var=no
"
14557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14558 conftest$ac_exeext conftest.$ac_ext
14560 ac_res=`eval echo '${'$as_ac_var'}'`
14561 { echo "$as_me:$LINENO: result
: $ac_res" >&5
14562 echo "${ECHO_T}$ac_res" >&6; }
14563 if test `eval echo '${'$as_ac_var'}'` = yes; then
14564 cat >>confdefs.h <<_ACEOF
14565 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
14572 # some systems already have gethostbyname_r so we don't need to build ours in main/utils.c
14573 { echo "$as_me:$LINENO: checking
for library containing gethostbyname_r
" >&5
14574 echo $ECHO_N "checking
for library containing gethostbyname_r...
$ECHO_C" >&6; }
14575 if test "${ac_cv_search_gethostbyname_r+set}" = set; then
14576 echo $ECHO_N "(cached
) $ECHO_C" >&6
14578 ac_func_search_save_LIBS=$LIBS
14579 cat >conftest.$ac_ext <<_ACEOF
14582 cat confdefs.h >>conftest.$ac_ext
14583 cat >>conftest.$ac_ext <<_ACEOF
14584 /* end confdefs.h. */
14586 /* Override any GCC internal prototype to avoid an error.
14587 Use char because int might match the return type of a GCC
14588 builtin and then its argument prototype would still apply. */
14592 char gethostbyname_r ();
14596 return gethostbyname_r ();
14601 for ac_lib in '' socket nsl; do
14602 if test -z "$ac_lib"; then
14603 ac_res="none required
"
14606 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14608 rm -f conftest.$ac_objext conftest$ac_exeext
14609 if { (ac_try="$ac_link"
14610 case "(($ac_try" in
14611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14612 *) ac_try_echo=$ac_try;;
14614 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14615 (eval "$ac_link") 2>conftest.er1
14617 grep -v '^ *+' conftest.er1 >conftest.err
14619 cat conftest.err >&5
14620 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14621 (exit $ac_status); } && {
14622 test -z "$ac_c_werror_flag" ||
14623 test ! -s conftest.err
14624 } && test -s conftest$ac_exeext &&
14625 $as_test_x conftest$ac_exeext; then
14626 ac_cv_search_gethostbyname_r=$ac_res
14628 echo "$as_me: failed program was
:" >&5
14629 sed 's/^/| /' conftest.$ac_ext >&5
14634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14636 if test "${ac_cv_search_gethostbyname_r+set}" = set; then
14640 if test "${ac_cv_search_gethostbyname_r+set}" = set; then
14643 ac_cv_search_gethostbyname_r=no
14645 rm conftest.$ac_ext
14646 LIBS=$ac_func_search_save_LIBS
14648 { echo "$as_me:$LINENO: result
: $ac_cv_search_gethostbyname_r" >&5
14649 echo "${ECHO_T}$ac_cv_search_gethostbyname_r" >&6; }
14650 ac_res=$ac_cv_search_gethostbyname_r
14651 if test "$ac_res" != no; then
14652 test "$ac_res" = "none required
" || LIBS="$ac_res $LIBS"
14657 { echo "$as_me:$LINENO: checking
for gethostbyname_r with
6 arguments
" >&5
14658 echo $ECHO_N "checking
for gethostbyname_r with
6 arguments...
$ECHO_C" >&6; }
14659 cat >conftest.$ac_ext <<_ACEOF
14662 cat confdefs.h >>conftest.$ac_ext
14663 cat >>conftest.$ac_ext <<_ACEOF
14664 /* end confdefs.h. */
14665 #include <stdlib.h>
14670 struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (struct hostent **)NULL, (int *)NULL);
14675 rm -f conftest.$ac_objext conftest$ac_exeext
14676 if { (ac_try="$ac_link"
14677 case "(($ac_try" in
14678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14679 *) ac_try_echo=$ac_try;;
14681 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14682 (eval "$ac_link") 2>conftest.er1
14684 grep -v '^ *+' conftest.er1 >conftest.err
14686 cat conftest.err >&5
14687 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14688 (exit $ac_status); } && {
14689 test -z "$ac_c_werror_flag" ||
14690 test ! -s conftest.err
14691 } && test -s conftest$ac_exeext &&
14692 $as_test_x conftest$ac_exeext; then
14693 { echo "$as_me:$LINENO: result
: yes" >&5
14694 echo "${ECHO_T}yes" >&6; }
14696 cat >>confdefs.h <<\_ACEOF
14697 #define HAVE_GETHOSTBYNAME_R_6 1
14701 echo "$as_me: failed program was
:" >&5
14702 sed 's/^/| /' conftest.$ac_ext >&5
14704 { echo "$as_me:$LINENO: result
: no
" >&5
14705 echo "${ECHO_T}no
" >&6; }
14709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14710 conftest$ac_exeext conftest.$ac_ext
14712 { echo "$as_me:$LINENO: checking
for gethostbyname_r with
5 arguments
" >&5
14713 echo $ECHO_N "checking
for gethostbyname_r with
5 arguments...
$ECHO_C" >&6; }
14714 cat >conftest.$ac_ext <<_ACEOF
14717 cat confdefs.h >>conftest.$ac_ext
14718 cat >>conftest.$ac_ext <<_ACEOF
14719 /* end confdefs.h. */
14720 #include <stdlib.h>
14725 struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL);
14730 rm -f conftest.$ac_objext conftest$ac_exeext
14731 if { (ac_try="$ac_link"
14732 case "(($ac_try" in
14733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14734 *) ac_try_echo=$ac_try;;
14736 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14737 (eval "$ac_link") 2>conftest.er1
14739 grep -v '^ *+' conftest.er1 >conftest.err
14741 cat conftest.err >&5
14742 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14743 (exit $ac_status); } && {
14744 test -z "$ac_c_werror_flag" ||
14745 test ! -s conftest.err
14746 } && test -s conftest$ac_exeext &&
14747 $as_test_x conftest$ac_exeext; then
14748 { echo "$as_me:$LINENO: result
: yes" >&5
14749 echo "${ECHO_T}yes" >&6; }
14751 cat >>confdefs.h <<\_ACEOF
14752 #define HAVE_GETHOSTBYNAME_R_5 1
14756 echo "$as_me: failed program was
:" >&5
14757 sed 's/^/| /' conftest.$ac_ext >&5
14759 { echo "$as_me:$LINENO: result
: no
" >&5
14760 echo "${ECHO_T}no
" >&6; }
14764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14765 conftest$ac_exeext conftest.$ac_ext
14767 { echo "$as_me:$LINENO: checking
for PTHREAD_RWLOCK_INITIALIZER
" >&5
14768 echo $ECHO_N "checking
for PTHREAD_RWLOCK_INITIALIZER...
$ECHO_C" >&6; }
14769 cat >conftest.$ac_ext <<_ACEOF
14772 cat confdefs.h >>conftest.$ac_ext
14773 cat >>conftest.$ac_ext <<_ACEOF
14774 /* end confdefs.h. */
14775 #include <pthread.h>
14779 int foo = PTHREAD_RWLOCK_INITIALIZER;
14784 rm -f conftest.$ac_objext conftest$ac_exeext
14785 if { (ac_try="$ac_link"
14786 case "(($ac_try" in
14787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14788 *) ac_try_echo=$ac_try;;
14790 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14791 (eval "$ac_link") 2>conftest.er1
14793 grep -v '^ *+' conftest.er1 >conftest.err
14795 cat conftest.err >&5
14796 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14797 (exit $ac_status); } && {
14798 test -z "$ac_c_werror_flag" ||
14799 test ! -s conftest.err
14800 } && test -s conftest$ac_exeext &&
14801 $as_test_x conftest$ac_exeext; then
14802 { echo "$as_me:$LINENO: result
: yes" >&5
14803 echo "${ECHO_T}yes" >&6; }
14805 cat >>confdefs.h <<\_ACEOF
14806 #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
14810 echo "$as_me: failed program was
:" >&5
14811 sed 's/^/| /' conftest.$ac_ext >&5
14813 { echo "$as_me:$LINENO: result
: no
" >&5
14814 echo "${ECHO_T}no
" >&6; }
14818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14819 conftest$ac_exeext conftest.$ac_ext
14821 { echo "$as_me:$LINENO: checking
for PTHREAD_RWLOCK_PREFER_WRITER_NP
" >&5
14822 echo $ECHO_N "checking
for PTHREAD_RWLOCK_PREFER_WRITER_NP...
$ECHO_C" >&6; }
14823 cat >conftest.$ac_ext <<_ACEOF
14826 cat confdefs.h >>conftest.$ac_ext
14827 cat >>conftest.$ac_ext <<_ACEOF
14828 /* end confdefs.h. */
14829 #include <pthread.h>
14833 int foo = PTHREAD_RWLOCK_PREFER_WRITER_NP;
14838 rm -f conftest.$ac_objext conftest$ac_exeext
14839 if { (ac_try="$ac_link"
14840 case "(($ac_try" in
14841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14842 *) ac_try_echo=$ac_try;;
14844 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14845 (eval "$ac_link") 2>conftest.er1
14847 grep -v '^ *+' conftest.er1 >conftest.err
14849 cat conftest.err >&5
14850 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14851 (exit $ac_status); } && {
14852 test -z "$ac_c_werror_flag" ||
14853 test ! -s conftest.err
14854 } && test -s conftest$ac_exeext &&
14855 $as_test_x conftest$ac_exeext; then
14856 { echo "$as_me:$LINENO: result
: yes" >&5
14857 echo "${ECHO_T}yes" >&6; }
14859 cat >>confdefs.h <<\_ACEOF
14860 #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
14864 echo "$as_me: failed program was
:" >&5
14865 sed 's/^/| /' conftest.$ac_ext >&5
14867 { echo "$as_me:$LINENO: result
: no
" >&5
14868 echo "${ECHO_T}no
" >&6; }
14872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14873 conftest$ac_exeext conftest.$ac_ext
14875 { echo "$as_me:$LINENO: checking
for compiler atomic operations
" >&5
14876 echo $ECHO_N "checking
for compiler atomic operations...
$ECHO_C" >&6; }
14877 cat >conftest.$ac_ext <<_ACEOF
14880 cat confdefs.h >>conftest.$ac_ext
14881 cat >>conftest.$ac_ext <<_ACEOF
14882 /* end confdefs.h. */
14887 int foo1; int foo2 = __sync_fetch_and_add(&foo1, 1);
14892 rm -f conftest.$ac_objext conftest$ac_exeext
14893 if { (ac_try="$ac_link"
14894 case "(($ac_try" in
14895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14896 *) ac_try_echo=$ac_try;;
14898 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14899 (eval "$ac_link") 2>conftest.er1
14901 grep -v '^ *+' conftest.er1 >conftest.err
14903 cat conftest.err >&5
14904 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14905 (exit $ac_status); } && {
14906 test -z "$ac_c_werror_flag" ||
14907 test ! -s conftest.err
14908 } && test -s conftest$ac_exeext &&
14909 $as_test_x conftest$ac_exeext; then
14910 { echo "$as_me:$LINENO: result
: yes" >&5
14911 echo "${ECHO_T}yes" >&6; }
14913 cat >>confdefs.h <<\_ACEOF
14914 #define HAVE_GCC_ATOMICS 1
14918 echo "$as_me: failed program was
:" >&5
14919 sed 's/^/| /' conftest.$ac_ext >&5
14921 { echo "$as_me:$LINENO: result
: no
" >&5
14922 echo "${ECHO_T}no
" >&6; }
14926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14927 conftest$ac_exeext conftest.$ac_ext
14930 { echo "$as_me:$LINENO: checking
for compiler
'attribute pure' support
" >&5
14931 echo $ECHO_N "checking
for compiler
'attribute pure' support...
$ECHO_C" >&6; }
14932 saved_CFLAGS="$CFLAGS"
14933 CFLAGS="$CFLAGS -Werror"
14934 cat >conftest.$ac_ext <<_ACEOF
14937 cat confdefs.h >>conftest.$ac_ext
14938 cat >>conftest.$ac_ext <<_ACEOF
14939 /* end confdefs.h. */
14940 static void __attribute__((pure)) *test(void *muffin, ...) {}
14949 rm -f conftest.$ac_objext
14950 if { (ac_try="$ac_compile"
14951 case "(($ac_try" in
14952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14953 *) ac_try_echo=$ac_try;;
14955 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14956 (eval "$ac_compile") 2>conftest.er1
14958 grep -v '^ *+' conftest.er1 >conftest.err
14960 cat conftest.err >&5
14961 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14962 (exit $ac_status); } && {
14963 test -z "$ac_c_werror_flag" ||
14964 test ! -s conftest.err
14965 } && test -s conftest.$ac_objext; then
14966 { echo "$as_me:$LINENO: result
: yes" >&5
14967 echo "${ECHO_T}yes" >&6; }
14969 cat >>confdefs.h <<_ACEOF
14970 #define HAVE_ATTRIBUTE_pure 1
14974 echo "$as_me: failed program was
:" >&5
14975 sed 's/^/| /' conftest.$ac_ext >&5
14977 { echo "$as_me:$LINENO: result
: no
" >&5
14978 echo "${ECHO_T}no
" >&6; }
14981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14983 CFLAGS="$saved_CFLAGS"
14986 { echo "$as_me:$LINENO: checking
for compiler
'attribute malloc' support
" >&5
14987 echo $ECHO_N "checking
for compiler
'attribute malloc' support...
$ECHO_C" >&6; }
14988 saved_CFLAGS="$CFLAGS"
14989 CFLAGS="$CFLAGS -Werror"
14990 cat >conftest.$ac_ext <<_ACEOF
14993 cat confdefs.h >>conftest.$ac_ext
14994 cat >>conftest.$ac_ext <<_ACEOF
14995 /* end confdefs.h. */
14996 static void __attribute__((malloc)) *test(void *muffin, ...) {}
15005 rm -f conftest.$ac_objext
15006 if { (ac_try="$ac_compile"
15007 case "(($ac_try" in
15008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15009 *) ac_try_echo=$ac_try;;
15011 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15012 (eval "$ac_compile") 2>conftest.er1
15014 grep -v '^ *+' conftest.er1 >conftest.err
15016 cat conftest.err >&5
15017 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15018 (exit $ac_status); } && {
15019 test -z "$ac_c_werror_flag" ||
15020 test ! -s conftest.err
15021 } && test -s conftest.$ac_objext; then
15022 { echo "$as_me:$LINENO: result
: yes" >&5
15023 echo "${ECHO_T}yes" >&6; }
15025 cat >>confdefs.h <<_ACEOF
15026 #define HAVE_ATTRIBUTE_malloc 1
15030 echo "$as_me: failed program was
:" >&5
15031 sed 's/^/| /' conftest.$ac_ext >&5
15033 { echo "$as_me:$LINENO: result
: no
" >&5
15034 echo "${ECHO_T}no
" >&6; }
15037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15039 CFLAGS="$saved_CFLAGS"
15042 { echo "$as_me:$LINENO: checking
for compiler
'attribute const' support
" >&5
15043 echo $ECHO_N "checking
for compiler
'attribute const' support...
$ECHO_C" >&6; }
15044 saved_CFLAGS="$CFLAGS"
15045 CFLAGS="$CFLAGS -Werror"
15046 cat >conftest.$ac_ext <<_ACEOF
15049 cat confdefs.h >>conftest.$ac_ext
15050 cat >>conftest.$ac_ext <<_ACEOF
15051 /* end confdefs.h. */
15052 static void __attribute__((const)) *test(void *muffin, ...) {}
15061 rm -f conftest.$ac_objext
15062 if { (ac_try="$ac_compile"
15063 case "(($ac_try" in
15064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15065 *) ac_try_echo=$ac_try;;
15067 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15068 (eval "$ac_compile") 2>conftest.er1
15070 grep -v '^ *+' conftest.er1 >conftest.err
15072 cat conftest.err >&5
15073 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15074 (exit $ac_status); } && {
15075 test -z "$ac_c_werror_flag" ||
15076 test ! -s conftest.err
15077 } && test -s conftest.$ac_objext; then
15078 { echo "$as_me:$LINENO: result
: yes" >&5
15079 echo "${ECHO_T}yes" >&6; }
15081 cat >>confdefs.h <<_ACEOF
15082 #define HAVE_ATTRIBUTE_const 1
15086 echo "$as_me: failed program was
:" >&5
15087 sed 's/^/| /' conftest.$ac_ext >&5
15089 { echo "$as_me:$LINENO: result
: no
" >&5
15090 echo "${ECHO_T}no
" >&6; }
15093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15095 CFLAGS="$saved_CFLAGS"
15098 { echo "$as_me:$LINENO: checking
for compiler
'attribute unused' support
" >&5
15099 echo $ECHO_N "checking
for compiler
'attribute unused' support...
$ECHO_C" >&6; }
15100 saved_CFLAGS="$CFLAGS"
15101 CFLAGS="$CFLAGS -Werror"
15102 cat >conftest.$ac_ext <<_ACEOF
15105 cat confdefs.h >>conftest.$ac_ext
15106 cat >>conftest.$ac_ext <<_ACEOF
15107 /* end confdefs.h. */
15108 static void __attribute__((unused)) *test(void *muffin, ...) {}
15117 rm -f conftest.$ac_objext
15118 if { (ac_try="$ac_compile"
15119 case "(($ac_try" in
15120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15121 *) ac_try_echo=$ac_try;;
15123 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15124 (eval "$ac_compile") 2>conftest.er1
15126 grep -v '^ *+' conftest.er1 >conftest.err
15128 cat conftest.err >&5
15129 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15130 (exit $ac_status); } && {
15131 test -z "$ac_c_werror_flag" ||
15132 test ! -s conftest.err
15133 } && test -s conftest.$ac_objext; then
15134 { echo "$as_me:$LINENO: result
: yes" >&5
15135 echo "${ECHO_T}yes" >&6; }
15137 cat >>confdefs.h <<_ACEOF
15138 #define HAVE_ATTRIBUTE_unused 1
15142 echo "$as_me: failed program was
:" >&5
15143 sed 's/^/| /' conftest.$ac_ext >&5
15145 { echo "$as_me:$LINENO: result
: no
" >&5
15146 echo "${ECHO_T}no
" >&6; }
15149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15151 CFLAGS="$saved_CFLAGS"
15154 { echo "$as_me:$LINENO: checking
for compiler
'attribute always_inline' support
" >&5
15155 echo $ECHO_N "checking
for compiler
'attribute always_inline' support...
$ECHO_C" >&6; }
15156 saved_CFLAGS="$CFLAGS"
15157 CFLAGS="$CFLAGS -Werror"
15158 cat >conftest.$ac_ext <<_ACEOF
15161 cat confdefs.h >>conftest.$ac_ext
15162 cat >>conftest.$ac_ext <<_ACEOF
15163 /* end confdefs.h. */
15164 static void __attribute__((always_inline)) *test(void *muffin, ...) {}
15173 rm -f conftest.$ac_objext
15174 if { (ac_try="$ac_compile"
15175 case "(($ac_try" in
15176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15177 *) ac_try_echo=$ac_try;;
15179 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15180 (eval "$ac_compile") 2>conftest.er1
15182 grep -v '^ *+' conftest.er1 >conftest.err
15184 cat conftest.err >&5
15185 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15186 (exit $ac_status); } && {
15187 test -z "$ac_c_werror_flag" ||
15188 test ! -s conftest.err
15189 } && test -s conftest.$ac_objext; then
15190 { echo "$as_me:$LINENO: result
: yes" >&5
15191 echo "${ECHO_T}yes" >&6; }
15193 cat >>confdefs.h <<_ACEOF
15194 #define HAVE_ATTRIBUTE_always_inline 1
15198 echo "$as_me: failed program was
:" >&5
15199 sed 's/^/| /' conftest.$ac_ext >&5
15201 { echo "$as_me:$LINENO: result
: no
" >&5
15202 echo "${ECHO_T}no
" >&6; }
15205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15207 CFLAGS="$saved_CFLAGS"
15210 { echo "$as_me:$LINENO: checking
for compiler
'attribute deprecated' support
" >&5
15211 echo $ECHO_N "checking
for compiler
'attribute deprecated' support...
$ECHO_C" >&6; }
15212 saved_CFLAGS="$CFLAGS"
15213 CFLAGS="$CFLAGS -Werror"
15214 cat >conftest.$ac_ext <<_ACEOF
15217 cat confdefs.h >>conftest.$ac_ext
15218 cat >>conftest.$ac_ext <<_ACEOF
15219 /* end confdefs.h. */
15220 static void __attribute__((deprecated)) *test(void *muffin, ...) {}
15229 rm -f conftest.$ac_objext
15230 if { (ac_try="$ac_compile"
15231 case "(($ac_try" in
15232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15233 *) ac_try_echo=$ac_try;;
15235 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15236 (eval "$ac_compile") 2>conftest.er1
15238 grep -v '^ *+' conftest.er1 >conftest.err
15240 cat conftest.err >&5
15241 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15242 (exit $ac_status); } && {
15243 test -z "$ac_c_werror_flag" ||
15244 test ! -s conftest.err
15245 } && test -s conftest.$ac_objext; then
15246 { echo "$as_me:$LINENO: result
: yes" >&5
15247 echo "${ECHO_T}yes" >&6; }
15249 cat >>confdefs.h <<_ACEOF
15250 #define HAVE_ATTRIBUTE_deprecated 1
15254 echo "$as_me: failed program was
:" >&5
15255 sed 's/^/| /' conftest.$ac_ext >&5
15257 { echo "$as_me:$LINENO: result
: no
" >&5
15258 echo "${ECHO_T}no
" >&6; }
15261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15263 CFLAGS="$saved_CFLAGS"
15266 { echo "$as_me:$LINENO: checking
for -ffunction-sections support
" >&5
15267 echo $ECHO_N "checking
for -ffunction-sections support...
$ECHO_C" >&6; }
15268 saved_CFLAGS="${CFLAGS}"
15269 CFLAGS="${CFLAGS} -ffunction-sections"
15270 cat >conftest.$ac_ext <<_ACEOF
15273 cat confdefs.h >>conftest.$ac_ext
15274 cat >>conftest.$ac_ext <<_ACEOF
15275 /* end confdefs.h. */
15285 rm -f conftest.$ac_objext
15286 if { (ac_try="$ac_compile"
15287 case "(($ac_try" in
15288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15289 *) ac_try_echo=$ac_try;;
15291 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15292 (eval "$ac_compile") 2>conftest.er1
15294 grep -v '^ *+' conftest.er1 >conftest.err
15296 cat conftest.err >&5
15297 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15298 (exit $ac_status); } && {
15299 test -z "$ac_c_werror_flag" ||
15300 test ! -s conftest.err
15301 } && test -s conftest.$ac_objext; then
15302 { echo "$as_me:$LINENO: result
: yes" >&5
15303 echo "${ECHO_T}yes" >&6; }
15304 saved_LDFLAGS="${LDFLAGS}"
15305 LDFLAGS="${LDFLAGS} -Wl,--gc-sections"
15306 { echo "$as_me:$LINENO: checking
for --gc-sections support
" >&5
15307 echo $ECHO_N "checking
for --gc-sections support...
$ECHO_C" >&6; }
15308 cat >conftest.$ac_ext <<_ACEOF
15311 cat confdefs.h >>conftest.$ac_ext
15312 cat >>conftest.$ac_ext <<_ACEOF
15313 /* end confdefs.h. */
15323 rm -f conftest.$ac_objext conftest$ac_exeext
15324 if { (ac_try="$ac_link"
15325 case "(($ac_try" in
15326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15327 *) ac_try_echo=$ac_try;;
15329 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15330 (eval "$ac_link") 2>conftest.er1
15332 grep -v '^ *+' conftest.er1 >conftest.err
15334 cat conftest.err >&5
15335 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15336 (exit $ac_status); } && {
15337 test -z "$ac_c_werror_flag" ||
15338 test ! -s conftest.err
15339 } && test -s conftest$ac_exeext &&
15340 $as_test_x conftest$ac_exeext; then
15341 { echo "$as_me:$LINENO: result
: yes" >&5
15342 echo "${ECHO_T}yes" >&6; }
15343 GC_CFLAGS="-ffunction-sections"
15344 GC_LDFLAGS="-Wl,--gc-sections"
15346 echo "$as_me: failed program was
:" >&5
15347 sed 's/^/| /' conftest.$ac_ext >&5
15349 { echo "$as_me:$LINENO: result
: no
" >&5
15350 echo "${ECHO_T}no
" >&6; }
15354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15355 conftest$ac_exeext conftest.$ac_ext
15356 LDFLAGS="${saved_LDFLAGS}"
15358 echo "$as_me: failed program was
:" >&5
15359 sed 's/^/| /' conftest.$ac_ext >&5
15361 { echo "$as_me:$LINENO: result
: no
" >&5
15362 echo "${ECHO_T}no
" >&6; }
15366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15367 CFLAGS="${saved_CFLAGS}"
15371 { echo "$as_me:$LINENO: checking
for -Wdeclaration-after-statement support
" >&5
15372 echo $ECHO_N "checking
for -Wdeclaration-after-statement support...
$ECHO_C" >&6; }
15373 if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
15374 { echo "$as_me:$LINENO: result
: yes" >&5
15375 echo "${ECHO_T}yes" >&6; }
15376 AST_DECLARATION_AFTER_STATEMENT=-Wdeclaration-after-statement
15378 { echo "$as_me:$LINENO: result
: no
" >&5
15379 echo "${ECHO_T}no
" >&6; }
15380 AST_DECLARATION_AFTER_STATEMENT=
15384 { echo "$as_me:$LINENO: checking
for -fno-strict-overflow" >&5
15385 echo $ECHO_N "checking
for -fno-strict-overflow...
$ECHO_C" >&6; }
15386 if $(${CC} -O2 -fno-strict-overflow -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
15387 { echo "$as_me:$LINENO: result
: yes" >&5
15388 echo "${ECHO_T}yes" >&6; }
15389 AST_NO_STRICT_OVERFLOW=-fno-strict-overflow
15391 { echo "$as_me:$LINENO: result
: no
" >&5
15392 echo "${ECHO_T}no
" >&6; }
15393 AST_NO_STRICT_OVERFLOW=
15397 { echo "$as_me:$LINENO: checking
for library containing res_9_ninit
" >&5
15398 echo $ECHO_N "checking
for library containing res_9_ninit...
$ECHO_C" >&6; }
15399 if test "${ac_cv_search_res_9_ninit+set}" = set; then
15400 echo $ECHO_N "(cached
) $ECHO_C" >&6
15402 ac_func_search_save_LIBS=$LIBS
15403 cat >conftest.$ac_ext <<_ACEOF
15406 cat confdefs.h >>conftest.$ac_ext
15407 cat >>conftest.$ac_ext <<_ACEOF
15408 /* end confdefs.h. */
15410 /* Override any GCC internal prototype to avoid an error.
15411 Use char because int might match the return type of a GCC
15412 builtin and then its argument prototype would still apply. */
15416 char res_9_ninit ();
15420 return res_9_ninit ();
15425 for ac_lib in '' resolv; do
15426 if test -z "$ac_lib"; then
15427 ac_res="none required
"
15430 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15432 rm -f conftest.$ac_objext conftest$ac_exeext
15433 if { (ac_try="$ac_link"
15434 case "(($ac_try" in
15435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15436 *) ac_try_echo=$ac_try;;
15438 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15439 (eval "$ac_link") 2>conftest.er1
15441 grep -v '^ *+' conftest.er1 >conftest.err
15443 cat conftest.err >&5
15444 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15445 (exit $ac_status); } && {
15446 test -z "$ac_c_werror_flag" ||
15447 test ! -s conftest.err
15448 } && test -s conftest$ac_exeext &&
15449 $as_test_x conftest$ac_exeext; then
15450 ac_cv_search_res_9_ninit=$ac_res
15452 echo "$as_me: failed program was
:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15460 if test "${ac_cv_search_res_9_ninit+set}" = set; then
15464 if test "${ac_cv_search_res_9_ninit+set}" = set; then
15467 ac_cv_search_res_9_ninit=no
15469 rm conftest.$ac_ext
15470 LIBS=$ac_func_search_save_LIBS
15472 { echo "$as_me:$LINENO: result
: $ac_cv_search_res_9_ninit" >&5
15473 echo "${ECHO_T}$ac_cv_search_res_9_ninit" >&6; }
15474 ac_res=$ac_cv_search_res_9_ninit
15475 if test "$ac_res" != no; then
15476 test "$ac_res" = "none required
" || LIBS="$ac_res $LIBS"
15480 { echo "$as_me:$LINENO: checking
for res_ninit
" >&5
15481 echo $ECHO_N "checking
for res_ninit...
$ECHO_C" >&6; }
15482 cat >conftest.$ac_ext <<_ACEOF
15485 cat confdefs.h >>conftest.$ac_ext
15486 cat >>conftest.$ac_ext <<_ACEOF
15487 /* end confdefs.h. */
15489 #ifdef HAVE_SYS_SOCKET_H
15490 #include <sys/socket.h>
15492 #ifdef HAVE_NETINET_IN_H
15493 #include <netinet/in.h>
15495 #ifdef HAVE_ARPA_NAMESER_H
15496 #include <arpa/nameser.h>
15498 #include <resolv.h>
15502 int foo = res_ninit(NULL);
15507 rm -f conftest.$ac_objext conftest$ac_exeext
15508 if { (ac_try="$ac_link"
15509 case "(($ac_try" in
15510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15511 *) ac_try_echo=$ac_try;;
15513 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15514 (eval "$ac_link") 2>conftest.er1
15516 grep -v '^ *+' conftest.er1 >conftest.err
15518 cat conftest.err >&5
15519 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15520 (exit $ac_status); } && {
15521 test -z "$ac_c_werror_flag" ||
15522 test ! -s conftest.err
15523 } && test -s conftest$ac_exeext &&
15524 $as_test_x conftest$ac_exeext; then
15525 { echo "$as_me:$LINENO: result
: yes" >&5
15526 echo "${ECHO_T}yes" >&6; }
15528 cat >>confdefs.h <<\_ACEOF
15529 #define HAVE_RES_NINIT 1
15532 { echo "$as_me:$LINENO: checking
for library containing res_9_ndestroy
" >&5
15533 echo $ECHO_N "checking
for library containing res_9_ndestroy...
$ECHO_C" >&6; }
15534 if test "${ac_cv_search_res_9_ndestroy+set}" = set; then
15535 echo $ECHO_N "(cached
) $ECHO_C" >&6
15537 ac_func_search_save_LIBS=$LIBS
15538 cat >conftest.$ac_ext <<_ACEOF
15541 cat confdefs.h >>conftest.$ac_ext
15542 cat >>conftest.$ac_ext <<_ACEOF
15543 /* end confdefs.h. */
15545 /* Override any GCC internal prototype to avoid an error.
15546 Use char because int might match the return type of a GCC
15547 builtin and then its argument prototype would still apply. */
15551 char res_9_ndestroy ();
15555 return res_9_ndestroy ();
15560 for ac_lib in '' resolv; do
15561 if test -z "$ac_lib"; then
15562 ac_res="none required
"
15565 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15567 rm -f conftest.$ac_objext conftest$ac_exeext
15568 if { (ac_try="$ac_link"
15569 case "(($ac_try" in
15570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15571 *) ac_try_echo=$ac_try;;
15573 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15574 (eval "$ac_link") 2>conftest.er1
15576 grep -v '^ *+' conftest.er1 >conftest.err
15578 cat conftest.err >&5
15579 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15580 (exit $ac_status); } && {
15581 test -z "$ac_c_werror_flag" ||
15582 test ! -s conftest.err
15583 } && test -s conftest$ac_exeext &&
15584 $as_test_x conftest$ac_exeext; then
15585 ac_cv_search_res_9_ndestroy=$ac_res
15587 echo "$as_me: failed program was
:" >&5
15588 sed 's/^/| /' conftest.$ac_ext >&5
15593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15595 if test "${ac_cv_search_res_9_ndestroy+set}" = set; then
15599 if test "${ac_cv_search_res_9_ndestroy+set}" = set; then
15602 ac_cv_search_res_9_ndestroy=no
15604 rm conftest.$ac_ext
15605 LIBS=$ac_func_search_save_LIBS
15607 { echo "$as_me:$LINENO: result
: $ac_cv_search_res_9_ndestroy" >&5
15608 echo "${ECHO_T}$ac_cv_search_res_9_ndestroy" >&6; }
15609 ac_res=$ac_cv_search_res_9_ndestroy
15610 if test "$ac_res" != no; then
15611 test "$ac_res" = "none required
" || LIBS="$ac_res $LIBS"
15615 { echo "$as_me:$LINENO: checking
for res_ndestroy
" >&5
15616 echo $ECHO_N "checking
for res_ndestroy...
$ECHO_C" >&6; }
15617 cat >conftest.$ac_ext <<_ACEOF
15620 cat confdefs.h >>conftest.$ac_ext
15621 cat >>conftest.$ac_ext <<_ACEOF
15622 /* end confdefs.h. */
15624 #ifdef HAVE_SYS_SOCKET_H
15625 #include <sys/socket.h>
15627 #ifdef HAVE_NETINET_IN_H
15628 #include <netinet/in.h>
15630 #ifdef HAVE_ARPA_NAMESER_H
15631 #include <arpa/nameser.h>
15633 #include <resolv.h>
15637 res_ndestroy(NULL);
15642 rm -f conftest.$ac_objext conftest$ac_exeext
15643 if { (ac_try="$ac_link"
15644 case "(($ac_try" in
15645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15646 *) ac_try_echo=$ac_try;;
15648 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15649 (eval "$ac_link") 2>conftest.er1
15651 grep -v '^ *+' conftest.er1 >conftest.err
15653 cat conftest.err >&5
15654 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15655 (exit $ac_status); } && {
15656 test -z "$ac_c_werror_flag" ||
15657 test ! -s conftest.err
15658 } && test -s conftest$ac_exeext &&
15659 $as_test_x conftest$ac_exeext; then
15660 { echo "$as_me:$LINENO: result
: yes" >&5
15661 echo "${ECHO_T}yes" >&6; }
15663 cat >>confdefs.h <<\_ACEOF
15664 #define HAVE_RES_NDESTROY 1
15668 echo "$as_me: failed program was
:" >&5
15669 sed 's/^/| /' conftest.$ac_ext >&5
15671 { echo "$as_me:$LINENO: result
: no
" >&5
15672 echo "${ECHO_T}no
" >&6; }
15676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15677 conftest$ac_exeext conftest.$ac_ext
15679 echo "$as_me: failed program was
:" >&5
15680 sed 's/^/| /' conftest.$ac_ext >&5
15682 { echo "$as_me:$LINENO: result
: no
" >&5
15683 echo "${ECHO_T}no
" >&6; }
15687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15688 conftest$ac_exeext conftest.$ac_ext
15690 { echo "$as_me:$LINENO: checking
for RTLD_NOLOAD
" >&5
15691 echo $ECHO_N "checking
for RTLD_NOLOAD...
$ECHO_C" >&6; }
15692 cat >conftest.$ac_ext <<_ACEOF
15695 cat confdefs.h >>conftest.$ac_ext
15696 cat >>conftest.$ac_ext <<_ACEOF
15697 /* end confdefs.h. */
15702 int foo = RTLD_NOLOAD;
15707 rm -f conftest.$ac_objext conftest$ac_exeext
15708 if { (ac_try="$ac_link"
15709 case "(($ac_try" in
15710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15711 *) ac_try_echo=$ac_try;;
15713 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15714 (eval "$ac_link") 2>conftest.er1
15716 grep -v '^ *+' conftest.er1 >conftest.err
15718 cat conftest.err >&5
15719 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15720 (exit $ac_status); } && {
15721 test -z "$ac_c_werror_flag" ||
15722 test ! -s conftest.err
15723 } && test -s conftest$ac_exeext &&
15724 $as_test_x conftest$ac_exeext; then
15725 { echo "$as_me:$LINENO: result
: yes" >&5
15726 echo "${ECHO_T}yes" >&6; }
15728 cat >>confdefs.h <<\_ACEOF
15729 #define HAVE_RTLD_NOLOAD 1
15733 echo "$as_me: failed program was
:" >&5
15734 sed 's/^/| /' conftest.$ac_ext >&5
15736 { echo "$as_me:$LINENO: result
: no
" >&5
15737 echo "${ECHO_T}no
" >&6; }
15741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15742 conftest$ac_exeext conftest.$ac_ext
15744 { echo "$as_me:$LINENO: checking
for IP_MTU_DISCOVER
" >&5
15745 echo $ECHO_N "checking
for IP_MTU_DISCOVER...
$ECHO_C" >&6; }
15746 cat >conftest.$ac_ext <<_ACEOF
15749 cat confdefs.h >>conftest.$ac_ext
15750 cat >>conftest.$ac_ext <<_ACEOF
15751 /* end confdefs.h. */
15752 #include <netinet/in.h>
15756 int foo = IP_MTU_DISCOVER;
15761 rm -f conftest.$ac_objext conftest$ac_exeext
15762 if { (ac_try="$ac_link"
15763 case "(($ac_try" in
15764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15765 *) ac_try_echo=$ac_try;;
15767 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15768 (eval "$ac_link") 2>conftest.er1
15770 grep -v '^ *+' conftest.er1 >conftest.err
15772 cat conftest.err >&5
15773 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15774 (exit $ac_status); } && {
15775 test -z "$ac_c_werror_flag" ||
15776 test ! -s conftest.err
15777 } && test -s conftest$ac_exeext &&
15778 $as_test_x conftest$ac_exeext; then
15779 { echo "$as_me:$LINENO: result
: yes" >&5
15780 echo "${ECHO_T}yes" >&6; }
15782 cat >>confdefs.h <<\_ACEOF
15783 #define HAVE_IP_MTU_DISCOVER 1
15787 echo "$as_me: failed program was
:" >&5
15788 sed 's/^/| /' conftest.$ac_ext >&5
15790 { echo "$as_me:$LINENO: result
: no
" >&5
15791 echo "${ECHO_T}no
" >&6; }
15795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15796 conftest$ac_exeext conftest.$ac_ext
15798 if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then
15799 { echo "$as_me:$LINENO: checking
for libkern
/OSAtomic.h
" >&5
15800 echo $ECHO_N "checking
for libkern
/OSAtomic.h...
$ECHO_C" >&6; }
15801 if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then
15802 echo $ECHO_N "(cached
) $ECHO_C" >&6
15804 { echo "$as_me:$LINENO: result
: $ac_cv_header_libkern_OSAtomic_h" >&5
15805 echo "${ECHO_T}$ac_cv_header_libkern_OSAtomic_h" >&6; }
15807 # Is the header compilable?
15808 { echo "$as_me:$LINENO: checking libkern
/OSAtomic.h usability
" >&5
15809 echo $ECHO_N "checking libkern
/OSAtomic.h usability...
$ECHO_C" >&6; }
15810 cat >conftest.$ac_ext <<_ACEOF
15813 cat confdefs.h >>conftest.$ac_ext
15814 cat >>conftest.$ac_ext <<_ACEOF
15815 /* end confdefs.h. */
15816 $ac_includes_default
15817 #include <libkern/OSAtomic.h>
15819 rm -f conftest.$ac_objext
15820 if { (ac_try="$ac_compile"
15821 case "(($ac_try" in
15822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15823 *) ac_try_echo=$ac_try;;
15825 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15826 (eval "$ac_compile") 2>conftest.er1
15828 grep -v '^ *+' conftest.er1 >conftest.err
15830 cat conftest.err >&5
15831 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15832 (exit $ac_status); } && {
15833 test -z "$ac_c_werror_flag" ||
15834 test ! -s conftest.err
15835 } && test -s conftest.$ac_objext; then
15836 ac_header_compiler=yes
15838 echo "$as_me: failed program was
:" >&5
15839 sed 's/^/| /' conftest.$ac_ext >&5
15841 ac_header_compiler=no
15844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15845 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
15846 echo "${ECHO_T}$ac_header_compiler" >&6; }
15848 # Is the header present?
15849 { echo "$as_me:$LINENO: checking libkern
/OSAtomic.h presence
" >&5
15850 echo $ECHO_N "checking libkern
/OSAtomic.h presence...
$ECHO_C" >&6; }
15851 cat >conftest.$ac_ext <<_ACEOF
15854 cat confdefs.h >>conftest.$ac_ext
15855 cat >>conftest.$ac_ext <<_ACEOF
15856 /* end confdefs.h. */
15857 #include <libkern/OSAtomic.h>
15859 if { (ac_try="$ac_cpp conftest.
$ac_ext"
15860 case "(($ac_try" in
15861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15862 *) ac_try_echo=$ac_try;;
15864 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15865 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
15867 grep -v '^ *+' conftest.er1 >conftest.err
15869 cat conftest.err >&5
15870 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15871 (exit $ac_status); } >/dev/null && {
15872 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15873 test ! -s conftest.err
15875 ac_header_preproc=yes
15877 echo "$as_me: failed program was
:" >&5
15878 sed 's/^/| /' conftest.$ac_ext >&5
15880 ac_header_preproc=no
15883 rm -f conftest.err conftest.$ac_ext
15884 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
15885 echo "${ECHO_T}$ac_header_preproc" >&6; }
15887 # So? What about this header?
15888 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15890 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: accepted by the compiler
, rejected by the preprocessor
!" >&5
15891 echo "$as_me: WARNING
: libkern
/OSAtomic.h
: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
15892 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: proceeding with the compiler
's result" >&5
15893 echo "$as_me: WARNING: libkern/OSAtomic.h: proceeding with the compiler's result
" >&2;}
15894 ac_header_preproc=yes
15897 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: present but cannot be compiled
" >&5
15898 echo "$as_me: WARNING
: libkern
/OSAtomic.h
: present but cannot be compiled
" >&2;}
15899 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: check
for missing prerequisite headers?
" >&5
15900 echo "$as_me: WARNING
: libkern
/OSAtomic.h
: check
for missing prerequisite headers?
" >&2;}
15901 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: see the Autoconf documentation
" >&5
15902 echo "$as_me: WARNING
: libkern
/OSAtomic.h
: see the Autoconf documentation
" >&2;}
15903 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: section
\"Present But Cannot Be Compiled
\"" >&5
15904 echo "$as_me: WARNING
: libkern
/OSAtomic.h
: section
\"Present But Cannot Be Compiled
\"" >&2;}
15905 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: proceeding with the preprocessor
's result" >&5
15906 echo "$as_me: WARNING: libkern/OSAtomic.h: proceeding with the preprocessor's result
" >&2;}
15907 { echo "$as_me:$LINENO: WARNING
: libkern
/OSAtomic.h
: in the future
, the compiler will take precedence
" >&5
15908 echo "$as_me: WARNING
: libkern
/OSAtomic.h
: in the future
, the compiler will take precedence
" >&2;}
15910 ## ------------------------------- ##
15911 ## Report this to www.asterisk.org ##
15912 ## ------------------------------- ##
15914 ) | sed "s
/^
/$as_me: WARNING
: /" >&2
15917 { echo "$as_me:$LINENO: checking
for libkern
/OSAtomic.h
" >&5
15918 echo $ECHO_N "checking
for libkern
/OSAtomic.h...
$ECHO_C" >&6; }
15919 if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then
15920 echo $ECHO_N "(cached
) $ECHO_C" >&6
15922 ac_cv_header_libkern_OSAtomic_h=$ac_header_preproc
15924 { echo "$as_me:$LINENO: result
: $ac_cv_header_libkern_OSAtomic_h" >&5
15925 echo "${ECHO_T}$ac_cv_header_libkern_OSAtomic_h" >&6; }
15928 if test $ac_cv_header_libkern_OSAtomic_h = yes; then
15930 cat >>confdefs.h <<_ACEOF
15931 #define HAVE_OSX_ATOMICS 1
15938 { echo "$as_me:$LINENO: checking
for int
" >&5
15939 echo $ECHO_N "checking
for int...
$ECHO_C" >&6; }
15940 if test "${ac_cv_type_int+set}" = set; then
15941 echo $ECHO_N "(cached
) $ECHO_C" >&6
15943 cat >conftest.$ac_ext <<_ACEOF
15946 cat confdefs.h >>conftest.$ac_ext
15947 cat >>conftest.$ac_ext <<_ACEOF
15948 /* end confdefs.h. */
15949 $ac_includes_default
15950 typedef int ac__type_new_;
15954 if ((ac__type_new_ *) 0)
15956 if (sizeof (ac__type_new_))
15962 rm -f conftest.$ac_objext
15963 if { (ac_try="$ac_compile"
15964 case "(($ac_try" in
15965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15966 *) ac_try_echo=$ac_try;;
15968 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15969 (eval "$ac_compile") 2>conftest.er1
15971 grep -v '^ *+' conftest.er1 >conftest.err
15973 cat conftest.err >&5
15974 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15975 (exit $ac_status); } && {
15976 test -z "$ac_c_werror_flag" ||
15977 test ! -s conftest.err
15978 } && test -s conftest.$ac_objext; then
15981 echo "$as_me: failed program was
:" >&5
15982 sed 's/^/| /' conftest.$ac_ext >&5
15987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15989 { echo "$as_me:$LINENO: result
: $ac_cv_type_int" >&5
15990 echo "${ECHO_T}$ac_cv_type_int" >&6; }
15992 # The cast to long int works around a bug in the HP C Compiler
15993 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15994 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15995 # This bug is HP SR number 8606223364.
15996 { echo "$as_me:$LINENO: checking size of int
" >&5
15997 echo $ECHO_N "checking size of int...
$ECHO_C" >&6; }
15998 if test "${ac_cv_sizeof_int+set}" = set; then
15999 echo $ECHO_N "(cached
) $ECHO_C" >&6
16001 if test "$cross_compiling" = yes; then
16002 # Depending upon the size, compute the lo and hi bounds.
16003 cat >conftest.$ac_ext <<_ACEOF
16006 cat confdefs.h >>conftest.$ac_ext
16007 cat >>conftest.$ac_ext <<_ACEOF
16008 /* end confdefs.h. */
16009 $ac_includes_default
16010 typedef int ac__type_sizeof_;
16014 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
16021 rm -f conftest.$ac_objext
16022 if { (ac_try="$ac_compile"
16023 case "(($ac_try" in
16024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16025 *) ac_try_echo=$ac_try;;
16027 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16028 (eval "$ac_compile") 2>conftest.er1
16030 grep -v '^ *+' conftest.er1 >conftest.err
16032 cat conftest.err >&5
16033 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16034 (exit $ac_status); } && {
16035 test -z "$ac_c_werror_flag" ||
16036 test ! -s conftest.err
16037 } && test -s conftest.$ac_objext; then
16040 cat >conftest.$ac_ext <<_ACEOF
16043 cat confdefs.h >>conftest.$ac_ext
16044 cat >>conftest.$ac_ext <<_ACEOF
16045 /* end confdefs.h. */
16046 $ac_includes_default
16047 typedef int ac__type_sizeof_;
16051 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
16058 rm -f conftest.$ac_objext
16059 if { (ac_try="$ac_compile"
16060 case "(($ac_try" in
16061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16062 *) ac_try_echo=$ac_try;;
16064 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16065 (eval "$ac_compile") 2>conftest.er1
16067 grep -v '^ *+' conftest.er1 >conftest.err
16069 cat conftest.err >&5
16070 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16071 (exit $ac_status); } && {
16072 test -z "$ac_c_werror_flag" ||
16073 test ! -s conftest.err
16074 } && test -s conftest.$ac_objext; then
16075 ac_hi=$ac_mid; break
16077 echo "$as_me: failed program was
:" >&5
16078 sed 's/^/| /' conftest.$ac_ext >&5
16080 ac_lo=`expr $ac_mid + 1`
16081 if test $ac_lo -le $ac_mid; then
16085 ac_mid=`expr 2 '*' $ac_mid + 1`
16088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16091 echo "$as_me: failed program was
:" >&5
16092 sed 's/^/| /' conftest.$ac_ext >&5
16094 cat >conftest.$ac_ext <<_ACEOF
16097 cat confdefs.h >>conftest.$ac_ext
16098 cat >>conftest.$ac_ext <<_ACEOF
16099 /* end confdefs.h. */
16100 $ac_includes_default
16101 typedef int ac__type_sizeof_;
16105 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
16112 rm -f conftest.$ac_objext
16113 if { (ac_try="$ac_compile"
16114 case "(($ac_try" in
16115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16116 *) ac_try_echo=$ac_try;;
16118 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16119 (eval "$ac_compile") 2>conftest.er1
16121 grep -v '^ *+' conftest.er1 >conftest.err
16123 cat conftest.err >&5
16124 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16125 (exit $ac_status); } && {
16126 test -z "$ac_c_werror_flag" ||
16127 test ! -s conftest.err
16128 } && test -s conftest.$ac_objext; then
16131 cat >conftest.$ac_ext <<_ACEOF
16134 cat confdefs.h >>conftest.$ac_ext
16135 cat >>conftest.$ac_ext <<_ACEOF
16136 /* end confdefs.h. */
16137 $ac_includes_default
16138 typedef int ac__type_sizeof_;
16142 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
16149 rm -f conftest.$ac_objext
16150 if { (ac_try="$ac_compile"
16151 case "(($ac_try" in
16152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16153 *) ac_try_echo=$ac_try;;
16155 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16156 (eval "$ac_compile") 2>conftest.er1
16158 grep -v '^ *+' conftest.er1 >conftest.err
16160 cat conftest.err >&5
16161 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16162 (exit $ac_status); } && {
16163 test -z "$ac_c_werror_flag" ||
16164 test ! -s conftest.err
16165 } && test -s conftest.$ac_objext; then
16166 ac_lo=$ac_mid; break
16168 echo "$as_me: failed program was
:" >&5
16169 sed 's/^/| /' conftest.$ac_ext >&5
16171 ac_hi=`expr '(' $ac_mid ')' - 1`
16172 if test $ac_mid -le $ac_hi; then
16176 ac_mid=`expr 2 '*' $ac_mid`
16179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16182 echo "$as_me: failed program was
:" >&5
16183 sed 's/^/| /' conftest.$ac_ext >&5
16188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16192 # Binary search between lo and hi bounds.
16193 while test "x
$ac_lo" != "x
$ac_hi"; do
16194 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16195 cat >conftest.$ac_ext <<_ACEOF
16198 cat confdefs.h >>conftest.$ac_ext
16199 cat >>conftest.$ac_ext <<_ACEOF
16200 /* end confdefs.h. */
16201 $ac_includes_default
16202 typedef int ac__type_sizeof_;
16206 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
16213 rm -f conftest.$ac_objext
16214 if { (ac_try="$ac_compile"
16215 case "(($ac_try" in
16216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16217 *) ac_try_echo=$ac_try;;
16219 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16220 (eval "$ac_compile") 2>conftest.er1
16222 grep -v '^ *+' conftest.er1 >conftest.err
16224 cat conftest.err >&5
16225 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16226 (exit $ac_status); } && {
16227 test -z "$ac_c_werror_flag" ||
16228 test ! -s conftest.err
16229 } && test -s conftest.$ac_objext; then
16232 echo "$as_me: failed program was
:" >&5
16233 sed 's/^/| /' conftest.$ac_ext >&5
16235 ac_lo=`expr '(' $ac_mid ')' + 1`
16238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16241 ?*) ac_cv_sizeof_int=$ac_lo;;
16242 '') if test "$ac_cv_type_int" = yes; then
16243 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(int
)
16244 See \
`config.log' for more details." >&5
16245 echo "$as_me: error: cannot compute sizeof (int)
16246 See \`config.log
' for more details." >&2;}
16247 { (exit 77); exit 77; }; }
16253 cat >conftest.$ac_ext <<_ACEOF
16256 cat confdefs.h >>conftest.$ac_ext
16257 cat >>conftest.$ac_ext <<_ACEOF
16258 /* end confdefs.h. */
16259 $ac_includes_default
16260 typedef int ac__type_sizeof_;
16261 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
16262 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
16264 #include <stdlib.h>
16269 FILE *f = fopen ("conftest.val", "w");
16272 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
16274 long int i = longval ();
16275 if (i != ((long int) (sizeof (ac__type_sizeof_))))
16277 fprintf (f, "%ld\n", i);
16281 unsigned long int i = ulongval ();
16282 if (i != ((long int) (sizeof (ac__type_sizeof_))))
16284 fprintf (f, "%lu\n", i);
16286 return ferror (f) || fclose (f) != 0;
16292 rm -f conftest$ac_exeext
16293 if { (ac_try="$ac_link"
16294 case "(($ac_try" in
16295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16296 *) ac_try_echo=$ac_try;;
16298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16299 (eval "$ac_link") 2>&5
16301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16302 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
16303 { (case "(($ac_try" in
16304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16305 *) ac_try_echo=$ac_try;;
16307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16308 (eval "$ac_try") 2>&5
16310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16311 (exit $ac_status); }; }; then
16312 ac_cv_sizeof_int=`cat conftest.val`
16314 echo "$as_me: program exited with status $ac_status" >&5
16315 echo "$as_me: failed program was:" >&5
16316 sed 's
/^
/|
/' conftest.$ac_ext >&5
16318 ( exit $ac_status )
16319 if test "$ac_cv_type_int" = yes; then
16320 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
16321 See \`config.log' for more details.
" >&5
16322 echo "$as_me: error
: cannot compute sizeof
(int
)
16323 See \
`config.log' for more details." >&2;}
16324 { (exit 77); exit 77; }; }
16329 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16333 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
16334 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
16338 cat >>confdefs.h <<_ACEOF
16339 #define SIZEOF_INT $ac_cv_sizeof_int
16344 # do the package library checks now
16347 if test "${USE_ALSA}" != "no"; then
16349 if test "x${ALSA_DIR}" != "x"; then
16350 if test -d ${ALSA_DIR}/lib; then
16351 pbxlibdir="-L${ALSA_DIR}/lib"
16353 pbxlibdir="-L${ALSA_DIR}"
16356 { echo "$as_me:$LINENO: checking for snd_spcm_init in -lasound" >&5
16357 echo $ECHO_N "checking for snd_spcm_init in -lasound... $ECHO_C" >&6; }
16358 if test "${ac_cv_lib_asound_snd_spcm_init+set}" = set; then
16359 echo $ECHO_N "(cached) $ECHO_C" >&6
16361 ac_check_lib_save_LIBS=$LIBS
16362 LIBS="-lasound ${pbxlibdir} -lm -ldl $LIBS"
16363 cat >conftest.$ac_ext <<_ACEOF
16366 cat confdefs.h >>conftest.$ac_ext
16367 cat >>conftest.$ac_ext <<_ACEOF
16368 /* end confdefs.h. */
16370 /* Override any GCC internal prototype to avoid an error.
16371 Use char because int might match the return type of a GCC
16372 builtin and then its argument prototype would still apply. */
16376 char snd_spcm_init ();
16380 return snd_spcm_init ();
16385 rm -f conftest.$ac_objext conftest$ac_exeext
16386 if { (ac_try="$ac_link"
16387 case "(($ac_try" in
16388 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16389 *) ac_try_echo
=$ac_try;;
16391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16392 (eval "$ac_link") 2>conftest.er1
16394 grep -v '^ *+' conftest.er1
>conftest.err
16396 cat conftest.err
>&5
16397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16398 (exit $ac_status); } && {
16399 test -z "$ac_c_werror_flag" ||
16400 test ! -s conftest.err
16401 } && test -s conftest
$ac_exeext &&
16402 $as_test_x conftest
$ac_exeext; then
16403 ac_cv_lib_asound_snd_spcm_init
=yes
16405 echo "$as_me: failed program was:" >&5
16406 sed 's/^/| /' conftest.
$ac_ext >&5
16408 ac_cv_lib_asound_snd_spcm_init
=no
16411 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16412 conftest
$ac_exeext conftest.
$ac_ext
16413 LIBS
=$ac_check_lib_save_LIBS
16415 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_spcm_init" >&5
16416 echo "${ECHO_T}$ac_cv_lib_asound_snd_spcm_init" >&6; }
16417 if test $ac_cv_lib_asound_snd_spcm_init = yes; then
16424 if test "${AST_ALSA_FOUND}" = "yes"; then
16425 ALSA_LIB
="-lasound -lm -ldl"
16426 ALSA_HEADER_FOUND
="1"
16427 if test "x${ALSA_DIR}" != "x"; then
16428 ALSA_LIB
="${pbxlibdir} ${ALSA_LIB}"
16429 ALSA_INCLUDE
="-I${ALSA_DIR}/include"
16431 ALSA_INCLUDE
="${ALSA_INCLUDE} "
16432 saved_cppflags
="${CPPFLAGS}"
16433 CPPFLAGS
="${CPPFLAGS} ${ALSA_INCLUDE}"
16434 if test "xalsa/asoundlib.h" != "x" ; then
16435 if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
16436 { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
16437 echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
16438 if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
16439 echo $ECHO_N "(cached) $ECHO_C" >&6
16441 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
16442 echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
16444 # Is the header compilable?
16445 { echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
16446 echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; }
16447 cat >conftest.
$ac_ext <<_ACEOF
16450 cat confdefs.h
>>conftest.
$ac_ext
16451 cat >>conftest.
$ac_ext <<_ACEOF
16452 /* end confdefs.h. */
16453 $ac_includes_default
16454 #include <alsa/asoundlib.h>
16456 rm -f conftest.
$ac_objext
16457 if { (ac_try
="$ac_compile"
16458 case "(($ac_try" in
16459 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16460 *) ac_try_echo=$ac_try;;
16462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16463 (eval "$ac_compile") 2>conftest.er1
16465 grep -v '^ *+' conftest.er1 >conftest.err
16467 cat conftest.err >&5
16468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16469 (exit $ac_status); } && {
16470 test -z "$ac_c_werror_flag" ||
16471 test ! -s conftest.err
16472 } && test -s conftest.$ac_objext; then
16473 ac_header_compiler=yes
16475 echo "$as_me: failed program was:" >&5
16476 sed 's/^/| /' conftest.$ac_ext >&5
16478 ac_header_compiler=no
16481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16482 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16483 echo "${ECHO_T}$ac_header_compiler" >&6; }
16485 # Is the header present?
16486 { echo "$as_me:$LINENO: checking alsa/asoundlib.h presence" >&5
16487 echo $ECHO_N "checking alsa/asoundlib.h presence... $ECHO_C" >&6; }
16488 cat >conftest.$ac_ext <<_ACEOF
16491 cat confdefs.h >>conftest.$ac_ext
16492 cat >>conftest.$ac_ext <<_ACEOF
16493 /* end confdefs.h. */
16494 #include <alsa/asoundlib.h>
16496 if { (ac_try="$ac_cpp conftest.$ac_ext"
16497 case "(($ac_try" in
16498 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16499 *) ac_try_echo
=$ac_try;;
16501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16502 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16504 grep -v '^ *+' conftest.er1
>conftest.err
16506 cat conftest.err
>&5
16507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16508 (exit $ac_status); } >/dev
/null
&& {
16509 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16510 test ! -s conftest.err
16512 ac_header_preproc
=yes
16514 echo "$as_me: failed program was:" >&5
16515 sed 's/^/| /' conftest.
$ac_ext >&5
16517 ac_header_preproc
=no
16520 rm -f conftest.err conftest.
$ac_ext
16521 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16522 echo "${ECHO_T}$ac_header_preproc" >&6; }
16524 # So? What about this header?
16525 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16527 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
16528 echo "$as_me: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16529 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&5
16530 echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&2;}
16531 ac_header_preproc
=yes
16534 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&5
16535 echo "$as_me: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&2;}
16536 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: check for missing prerequisite headers?" >&5
16537 echo "$as_me: WARNING: alsa/asoundlib.h: check for missing prerequisite headers?" >&2;}
16538 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&5
16539 echo "$as_me: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&2;}
16540 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: section \"Present But Cannot Be Compiled\"" >&5
16541 echo "$as_me: WARNING: alsa/asoundlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
16542 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&5
16543 echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&2;}
16544 { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&5
16545 echo "$as_me: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&2;}
16547 ## ------------------------------- ##
16548 ## Report this to www.asterisk.org ##
16549 ## ------------------------------- ##
16551 ) |
sed "s/^/$as_me: WARNING: /" >&2
16554 { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
16555 echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
16556 if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
16557 echo $ECHO_N "(cached) $ECHO_C" >&6
16559 ac_cv_header_alsa_asoundlib_h
=$ac_header_preproc
16561 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
16562 echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
16565 if test $ac_cv_header_alsa_asoundlib_h = yes; then
16566 ALSA_HEADER_FOUND
=1
16568 ALSA_HEADER_FOUND
=0
16573 CPPFLAGS
="${saved_cppflags}"
16574 if test "x${ALSA_HEADER_FOUND}" = "x0" ; then
16575 if test -n "${ALSA_MANDATORY}" ;
16577 { echo "$as_me:$LINENO: ***" >&5
16578 echo "$as_me: ***" >&6;}
16579 { echo "$as_me:$LINENO: *** It appears that you do not have the asound development package installed." >&5
16580 echo "$as_me: *** It appears that you do not have the asound development package installed." >&6;}
16581 { echo "$as_me:$LINENO: *** Please install it to include ${ALSA_DESCRIP} support, or re-run configure" >&5
16582 echo "$as_me: *** Please install it to include ${ALSA_DESCRIP} support, or re-run configure" >&6;}
16583 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${ALSA_OPTION}" >&5
16584 echo "$as_me: *** without explicitly specifying --with-${ALSA_OPTION}" >&6;}
16593 cat >>confdefs.h
<<_ACEOF
16594 #define HAVE_ALSA 1
16598 elif test -n "${ALSA_MANDATORY}";
16600 { echo "$as_me:$LINENO: ***" >&5
16601 echo "$as_me: ***" >&6;}
16602 { echo "$as_me:$LINENO: *** The ${ALSA_DESCRIP} installation on this system appears to be broken." >&5
16603 echo "$as_me: *** The ${ALSA_DESCRIP} installation on this system appears to be broken." >&6;}
16604 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
16605 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
16606 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${ALSA_OPTION}" >&5
16607 echo "$as_me: *** without explicitly specifying --with-${ALSA_OPTION}" >&6;}
16614 if test "${USE_CURSES}" != "no"; then
16616 if test "x${CURSES_DIR}" != "x"; then
16617 if test -d ${CURSES_DIR}/lib
; then
16618 pbxlibdir
="-L${CURSES_DIR}/lib"
16620 pbxlibdir
="-L${CURSES_DIR}"
16623 { echo "$as_me:$LINENO: checking for initscr in -lcurses" >&5
16624 echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6; }
16625 if test "${ac_cv_lib_curses_initscr+set}" = set; then
16626 echo $ECHO_N "(cached) $ECHO_C" >&6
16628 ac_check_lib_save_LIBS
=$LIBS
16629 LIBS
="-lcurses ${pbxlibdir} $LIBS"
16630 cat >conftest.
$ac_ext <<_ACEOF
16633 cat confdefs.h
>>conftest.
$ac_ext
16634 cat >>conftest.
$ac_ext <<_ACEOF
16635 /* end confdefs.h. */
16637 /* Override any GCC internal prototype to avoid an error.
16638 Use char because int might match the return type of a GCC
16639 builtin and then its argument prototype would still apply. */
16652 rm -f conftest.
$ac_objext conftest
$ac_exeext
16653 if { (ac_try
="$ac_link"
16654 case "(($ac_try" in
16655 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16656 *) ac_try_echo=$ac_try;;
16658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16659 (eval "$ac_link") 2>conftest.er1
16661 grep -v '^ *+' conftest.er1 >conftest.err
16663 cat conftest.err >&5
16664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16665 (exit $ac_status); } && {
16666 test -z "$ac_c_werror_flag" ||
16667 test ! -s conftest.err
16668 } && test -s conftest$ac_exeext &&
16669 $as_test_x conftest$ac_exeext; then
16670 ac_cv_lib_curses_initscr=yes
16672 echo "$as_me: failed program was:" >&5
16673 sed 's/^/| /' conftest.$ac_ext >&5
16675 ac_cv_lib_curses_initscr=no
16678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16679 conftest$ac_exeext conftest.$ac_ext
16680 LIBS=$ac_check_lib_save_LIBS
16682 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_initscr" >&5
16683 echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6; }
16684 if test $ac_cv_lib_curses_initscr = yes; then
16685 AST_CURSES_FOUND=yes
16687 AST_CURSES_FOUND=no
16691 if test "${AST_CURSES_FOUND}" = "yes"; then
16692 CURSES_LIB="-lcurses "
16693 CURSES_HEADER_FOUND="1"
16694 if test "x${CURSES_DIR}" != "x"; then
16695 CURSES_LIB="${pbxlibdir} ${CURSES_LIB}"
16696 CURSES_INCLUDE="-I${CURSES_DIR}/include"
16698 CURSES_INCLUDE="${CURSES_INCLUDE} "
16699 saved_cppflags="${CPPFLAGS}"
16700 CPPFLAGS="${CPPFLAGS} ${CURSES_INCLUDE}"
16701 if test "xcurses.h" != "x" ; then
16702 if test "${ac_cv_header_curses_h+set}" = set; then
16703 { echo "$as_me:$LINENO: checking for curses.h" >&5
16704 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; }
16705 if test "${ac_cv_header_curses_h+set}" = set; then
16706 echo $ECHO_N "(cached) $ECHO_C" >&6
16708 { echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5
16709 echo "${ECHO_T}$ac_cv_header_curses_h" >&6; }
16711 # Is the header compilable?
16712 { echo "$as_me:$LINENO: checking curses.h usability" >&5
16713 echo $ECHO_N "checking curses.h usability... $ECHO_C" >&6; }
16714 cat >conftest.$ac_ext <<_ACEOF
16717 cat confdefs.h >>conftest.$ac_ext
16718 cat >>conftest.$ac_ext <<_ACEOF
16719 /* end confdefs.h. */
16720 $ac_includes_default
16721 #include <curses.h>
16723 rm -f conftest.$ac_objext
16724 if { (ac_try="$ac_compile"
16725 case "(($ac_try" in
16726 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16727 *) ac_try_echo
=$ac_try;;
16729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16730 (eval "$ac_compile") 2>conftest.er1
16732 grep -v '^ *+' conftest.er1
>conftest.err
16734 cat conftest.err
>&5
16735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16736 (exit $ac_status); } && {
16737 test -z "$ac_c_werror_flag" ||
16738 test ! -s conftest.err
16739 } && test -s conftest.
$ac_objext; then
16740 ac_header_compiler
=yes
16742 echo "$as_me: failed program was:" >&5
16743 sed 's/^/| /' conftest.
$ac_ext >&5
16745 ac_header_compiler
=no
16748 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16749 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16750 echo "${ECHO_T}$ac_header_compiler" >&6; }
16752 # Is the header present?
16753 { echo "$as_me:$LINENO: checking curses.h presence" >&5
16754 echo $ECHO_N "checking curses.h presence... $ECHO_C" >&6; }
16755 cat >conftest.
$ac_ext <<_ACEOF
16758 cat confdefs.h
>>conftest.
$ac_ext
16759 cat >>conftest.
$ac_ext <<_ACEOF
16760 /* end confdefs.h. */
16761 #include <curses.h>
16763 if { (ac_try
="$ac_cpp conftest.$ac_ext"
16764 case "(($ac_try" in
16765 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16766 *) ac_try_echo=$ac_try;;
16768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16769 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16771 grep -v '^ *+' conftest.er1 >conftest.err
16773 cat conftest.err >&5
16774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16775 (exit $ac_status); } >/dev/null && {
16776 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16777 test ! -s conftest.err
16779 ac_header_preproc=yes
16781 echo "$as_me: failed program was:" >&5
16782 sed 's/^/| /' conftest.$ac_ext >&5
16784 ac_header_preproc=no
16787 rm -f conftest.err conftest.$ac_ext
16788 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16789 echo "${ECHO_T}$ac_header_preproc" >&6; }
16791 # So? What about this header?
16792 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16794 { echo "$as_me:$LINENO: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&5
16795 echo "$as_me: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16796 { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the compiler's result" >&5
16797 echo "$as_me: WARNING: curses.h: proceeding with the compiler's result" >&2;}
16798 ac_header_preproc=yes
16801 { echo "$as_me:$LINENO: WARNING: curses.h: present but cannot be compiled" >&5
16802 echo "$as_me: WARNING: curses.h: present but cannot be compiled" >&2;}
16803 { echo "$as_me:$LINENO: WARNING: curses.h: check for missing prerequisite headers?" >&5
16804 echo "$as_me: WARNING: curses.h: check for missing prerequisite headers?" >&2;}
16805 { echo "$as_me:$LINENO: WARNING: curses.h: see the Autoconf documentation" >&5
16806 echo "$as_me: WARNING: curses.h: see the Autoconf documentation" >&2;}
16807 { echo "$as_me:$LINENO: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&5
16808 echo "$as_me: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&2;}
16809 { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the preprocessor's result" >&5
16810 echo "$as_me: WARNING: curses.h: proceeding with the preprocessor's result" >&2;}
16811 { echo "$as_me:$LINENO: WARNING: curses.h: in the future, the compiler will take precedence" >&5
16812 echo "$as_me: WARNING: curses.h: in the future, the compiler will take precedence" >&2;}
16814 ## ------------------------------- ##
16815 ## Report this to www.asterisk.org ##
16816 ## ------------------------------- ##
16818 ) | sed "s/^/$as_me: WARNING: /" >&2
16821 { echo "$as_me:$LINENO: checking for curses.h" >&5
16822 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; }
16823 if test "${ac_cv_header_curses_h+set}" = set; then
16824 echo $ECHO_N "(cached) $ECHO_C" >&6
16826 ac_cv_header_curses_h=$ac_header_preproc
16828 { echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5
16829 echo "${ECHO_T}$ac_cv_header_curses_h" >&6; }
16832 if test $ac_cv_header_curses_h = yes; then
16833 CURSES_HEADER_FOUND=1
16835 CURSES_HEADER_FOUND=0
16840 CPPFLAGS="${saved_cppflags}"
16841 if test "x${CURSES_HEADER_FOUND}" = "x0" ; then
16842 if test -n "${CURSES_MANDATORY}" ;
16844 { echo "$as_me:$LINENO: ***" >&5
16845 echo "$as_me: ***" >&6;}
16846 { echo "$as_me:$LINENO: *** It appears that you do not have the curses development package installed." >&5
16847 echo "$as_me: *** It appears that you do not have the curses development package installed." >&6;}
16848 { echo "$as_me:$LINENO: *** Please install it to include ${CURSES_DESCRIP} support, or re-run configure" >&5
16849 echo "$as_me: *** Please install it to include ${CURSES_DESCRIP} support, or re-run configure" >&6;}
16850 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${CURSES_OPTION}" >&5
16851 echo "$as_me: *** without explicitly specifying --with-${CURSES_OPTION}" >&6;}
16860 cat >>confdefs.h <<_ACEOF
16861 #define HAVE_CURSES 1
16865 elif test -n "${CURSES_MANDATORY}";
16867 { echo "$as_me:$LINENO: ***" >&5
16868 echo "$as_me: ***" >&6;}
16869 { echo "$as_me:$LINENO: *** The ${CURSES_DESCRIP} installation on this system appears to be broken." >&5
16870 echo "$as_me: *** The ${CURSES_DESCRIP} installation on this system appears to be broken." >&6;}
16871 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
16872 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
16873 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${CURSES_OPTION}" >&5
16874 echo "$as_me: *** without explicitly specifying --with-${CURSES_OPTION}" >&6;}
16880 if test "x${host_os}" = "xlinux-gnu" ; then
16882 if test "${USE_CAP}" != "no"; then
16884 if test "x${CAP_DIR}" != "x"; then
16885 if test -d ${CAP_DIR}/lib; then
16886 pbxlibdir="-L${CAP_DIR}/lib"
16888 pbxlibdir="-L${CAP_DIR}"
16891 { echo "$as_me:$LINENO: checking for cap_from_text in -lcap" >&5
16892 echo $ECHO_N "checking for cap_from_text in -lcap... $ECHO_C" >&6; }
16893 if test "${ac_cv_lib_cap_cap_from_text+set}" = set; then
16894 echo $ECHO_N "(cached) $ECHO_C" >&6
16896 ac_check_lib_save_LIBS=$LIBS
16897 LIBS="-lcap ${pbxlibdir} $LIBS"
16898 cat >conftest.$ac_ext <<_ACEOF
16901 cat confdefs.h >>conftest.$ac_ext
16902 cat >>conftest.$ac_ext <<_ACEOF
16903 /* end confdefs.h. */
16905 /* Override any GCC internal prototype to avoid an error.
16906 Use char because int might match the return type of a GCC
16907 builtin and then its argument prototype would still apply. */
16911 char cap_from_text ();
16915 return cap_from_text ();
16920 rm -f conftest.$ac_objext conftest$ac_exeext
16921 if { (ac_try="$ac_link"
16922 case "(($ac_try" in
16923 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16924 *) ac_try_echo
=$ac_try;;
16926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16927 (eval "$ac_link") 2>conftest.er1
16929 grep -v '^ *+' conftest.er1
>conftest.err
16931 cat conftest.err
>&5
16932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16933 (exit $ac_status); } && {
16934 test -z "$ac_c_werror_flag" ||
16935 test ! -s conftest.err
16936 } && test -s conftest
$ac_exeext &&
16937 $as_test_x conftest
$ac_exeext; then
16938 ac_cv_lib_cap_cap_from_text
=yes
16940 echo "$as_me: failed program was:" >&5
16941 sed 's/^/| /' conftest.
$ac_ext >&5
16943 ac_cv_lib_cap_cap_from_text
=no
16946 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16947 conftest
$ac_exeext conftest.
$ac_ext
16948 LIBS
=$ac_check_lib_save_LIBS
16950 { echo "$as_me:$LINENO: result: $ac_cv_lib_cap_cap_from_text" >&5
16951 echo "${ECHO_T}$ac_cv_lib_cap_cap_from_text" >&6; }
16952 if test $ac_cv_lib_cap_cap_from_text = yes; then
16959 if test "${AST_CAP_FOUND}" = "yes"; then
16961 CAP_HEADER_FOUND
="1"
16962 if test "x${CAP_DIR}" != "x"; then
16963 CAP_LIB
="${pbxlibdir} ${CAP_LIB}"
16964 CAP_INCLUDE
="-I${CAP_DIR}/include"
16966 CAP_INCLUDE
="${CAP_INCLUDE} "
16967 saved_cppflags
="${CPPFLAGS}"
16968 CPPFLAGS
="${CPPFLAGS} ${CAP_INCLUDE}"
16969 if test "xsys/capability.h" != "x" ; then
16970 if test "${ac_cv_header_sys_capability_h+set}" = set; then
16971 { echo "$as_me:$LINENO: checking for sys/capability.h" >&5
16972 echo $ECHO_N "checking for sys/capability.h... $ECHO_C" >&6; }
16973 if test "${ac_cv_header_sys_capability_h+set}" = set; then
16974 echo $ECHO_N "(cached) $ECHO_C" >&6
16976 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5
16977 echo "${ECHO_T}$ac_cv_header_sys_capability_h" >&6; }
16979 # Is the header compilable?
16980 { echo "$as_me:$LINENO: checking sys/capability.h usability" >&5
16981 echo $ECHO_N "checking sys/capability.h usability... $ECHO_C" >&6; }
16982 cat >conftest.
$ac_ext <<_ACEOF
16985 cat confdefs.h
>>conftest.
$ac_ext
16986 cat >>conftest.
$ac_ext <<_ACEOF
16987 /* end confdefs.h. */
16988 $ac_includes_default
16989 #include <sys/capability.h>
16991 rm -f conftest.
$ac_objext
16992 if { (ac_try
="$ac_compile"
16993 case "(($ac_try" in
16994 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16995 *) ac_try_echo=$ac_try;;
16997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16998 (eval "$ac_compile") 2>conftest.er1
17000 grep -v '^ *+' conftest.er1 >conftest.err
17002 cat conftest.err >&5
17003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17004 (exit $ac_status); } && {
17005 test -z "$ac_c_werror_flag" ||
17006 test ! -s conftest.err
17007 } && test -s conftest.$ac_objext; then
17008 ac_header_compiler=yes
17010 echo "$as_me: failed program was:" >&5
17011 sed 's/^/| /' conftest.$ac_ext >&5
17013 ac_header_compiler=no
17016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17017 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17018 echo "${ECHO_T}$ac_header_compiler" >&6; }
17020 # Is the header present?
17021 { echo "$as_me:$LINENO: checking sys/capability.h presence" >&5
17022 echo $ECHO_N "checking sys/capability.h presence... $ECHO_C" >&6; }
17023 cat >conftest.$ac_ext <<_ACEOF
17026 cat confdefs.h >>conftest.$ac_ext
17027 cat >>conftest.$ac_ext <<_ACEOF
17028 /* end confdefs.h. */
17029 #include <sys/capability.h>
17031 if { (ac_try="$ac_cpp conftest.$ac_ext"
17032 case "(($ac_try" in
17033 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17034 *) ac_try_echo
=$ac_try;;
17036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17037 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17039 grep -v '^ *+' conftest.er1
>conftest.err
17041 cat conftest.err
>&5
17042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17043 (exit $ac_status); } >/dev
/null
&& {
17044 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17045 test ! -s conftest.err
17047 ac_header_preproc
=yes
17049 echo "$as_me: failed program was:" >&5
17050 sed 's/^/| /' conftest.
$ac_ext >&5
17052 ac_header_preproc
=no
17055 rm -f conftest.err conftest.
$ac_ext
17056 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17057 echo "${ECHO_T}$ac_header_preproc" >&6; }
17059 # So? What about this header?
17060 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17062 { echo "$as_me:$LINENO: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&5
17063 echo "$as_me: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17064 { echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the compiler's result" >&5
17065 echo "$as_me: WARNING: sys/capability.h: proceeding with the compiler's result" >&2;}
17066 ac_header_preproc
=yes
17069 { echo "$as_me:$LINENO: WARNING: sys/capability.h: present but cannot be compiled" >&5
17070 echo "$as_me: WARNING: sys/capability.h: present but cannot be compiled" >&2;}
17071 { echo "$as_me:$LINENO: WARNING: sys/capability.h: check for missing prerequisite headers?" >&5
17072 echo "$as_me: WARNING: sys/capability.h: check for missing prerequisite headers?" >&2;}
17073 { echo "$as_me:$LINENO: WARNING: sys/capability.h: see the Autoconf documentation" >&5
17074 echo "$as_me: WARNING: sys/capability.h: see the Autoconf documentation" >&2;}
17075 { echo "$as_me:$LINENO: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&5
17076 echo "$as_me: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&2;}
17077 { echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&5
17078 echo "$as_me: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&2;}
17079 { echo "$as_me:$LINENO: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&5
17080 echo "$as_me: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&2;}
17082 ## ------------------------------- ##
17083 ## Report this to www.asterisk.org ##
17084 ## ------------------------------- ##
17086 ) |
sed "s/^/$as_me: WARNING: /" >&2
17089 { echo "$as_me:$LINENO: checking for sys/capability.h" >&5
17090 echo $ECHO_N "checking for sys/capability.h... $ECHO_C" >&6; }
17091 if test "${ac_cv_header_sys_capability_h+set}" = set; then
17092 echo $ECHO_N "(cached) $ECHO_C" >&6
17094 ac_cv_header_sys_capability_h
=$ac_header_preproc
17096 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5
17097 echo "${ECHO_T}$ac_cv_header_sys_capability_h" >&6; }
17100 if test $ac_cv_header_sys_capability_h = yes; then
17108 CPPFLAGS
="${saved_cppflags}"
17109 if test "x${CAP_HEADER_FOUND}" = "x0" ; then
17110 if test -n "${CAP_MANDATORY}" ;
17112 { echo "$as_me:$LINENO: ***" >&5
17113 echo "$as_me: ***" >&6;}
17114 { echo "$as_me:$LINENO: *** It appears that you do not have the cap development package installed." >&5
17115 echo "$as_me: *** It appears that you do not have the cap development package installed." >&6;}
17116 { echo "$as_me:$LINENO: *** Please install it to include ${CAP_DESCRIP} support, or re-run configure" >&5
17117 echo "$as_me: *** Please install it to include ${CAP_DESCRIP} support, or re-run configure" >&6;}
17118 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${CAP_OPTION}" >&5
17119 echo "$as_me: *** without explicitly specifying --with-${CAP_OPTION}" >&6;}
17128 cat >>confdefs.h
<<_ACEOF
17133 elif test -n "${CAP_MANDATORY}";
17135 { echo "$as_me:$LINENO: ***" >&5
17136 echo "$as_me: ***" >&6;}
17137 { echo "$as_me:$LINENO: *** The ${CAP_DESCRIP} installation on this system appears to be broken." >&5
17138 echo "$as_me: *** The ${CAP_DESCRIP} installation on this system appears to be broken." >&6;}
17139 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
17140 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
17141 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${CAP_OPTION}" >&5
17142 echo "$as_me: *** without explicitly specifying --with-${CAP_OPTION}" >&6;}
17149 if test "${USE_DAHDI}" != "no" ; then
17151 if test "x${PBX_DAHDI}" != "x1"; then
17152 { echo "$as_me:$LINENO: checking for DAHDI_CODE in dahdi/user.h" >&5
17153 echo $ECHO_N "checking for DAHDI_CODE in dahdi/user.h... $ECHO_C" >&6; }
17154 saved_cppflags
="${CPPFLAGS}"
17155 if test "x${DAHDI_DIR}" != "x"; then
17156 DAHDI_INCLUDE
="-I${DAHDI_DIR}/include"
17158 CPPFLAGS
="${CPPFLAGS} ${DAHDI_INCLUDE}"
17160 cat >conftest.
$ac_ext <<_ACEOF
17163 cat confdefs.h
>>conftest.
$ac_ext
17164 cat >>conftest.
$ac_ext <<_ACEOF
17165 /* end confdefs.h. */
17166 #include <dahdi/user.h>
17170 #if defined(DAHDI_CODE)
17181 rm -f conftest.
$ac_objext
17182 if { (ac_try
="$ac_compile"
17183 case "(($ac_try" in
17184 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17185 *) ac_try_echo=$ac_try;;
17187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17188 (eval "$ac_compile") 2>conftest.er1
17190 grep -v '^ *+' conftest.er1 >conftest.err
17192 cat conftest.err >&5
17193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17194 (exit $ac_status); } && {
17195 test -z "$ac_c_werror_flag" ||
17196 test ! -s conftest.err
17197 } && test -s conftest.$ac_objext; then
17198 { echo "$as_me:$LINENO: result: yes" >&5
17199 echo "${ECHO_T}yes" >&6; }
17202 cat >>confdefs.h <<\_ACEOF
17203 #define HAVE_DAHDI 1
17207 cat >>confdefs.h <<\_ACEOF
17208 #define HAVE_DAHDI_VERSION
17213 echo "$as_me: failed program was:" >&5
17214 sed 's/^/| /' conftest.$ac_ext >&5
17216 { echo "$as_me:$LINENO: result: no" >&5
17217 echo "${ECHO_T}no" >&6; }
17221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17222 CPPFLAGS="${saved_cppflags}"
17226 if test "x${PBX_DAHDI}" = "x1" ; then
17227 PBX_DAHDI_TRANSCODE=1
17233 if test "x${PBX_GETIFADDRS}" != "x1" -a "${USE_GETIFADDRS}" != "no"; then
17234 if test "xgetifaddrs() support" != "x"; then
17235 { echo "$as_me:$LINENO: checking for getifaddrs() support" >&5
17236 echo $ECHO_N "checking for getifaddrs() support... $ECHO_C" >&6; }
17238 { echo "$as_me:$LINENO: checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h" >&5
17239 echo $ECHO_N "checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h... $ECHO_C" >&6; }
17241 saved_cppflags="${CPPFLAGS}"
17242 if test "x${GETIFADDRS_DIR}" != "x"; then
17243 GETIFADDRS_INCLUDE="-I${GETIFADDRS_DIR}/include"
17245 CPPFLAGS="${CPPFLAGS} ${GETIFADDRS_INCLUDE}"
17247 cat >conftest.$ac_ext <<_ACEOF
17250 cat confdefs.h >>conftest.$ac_ext
17251 cat >>conftest.$ac_ext <<_ACEOF
17252 /* end confdefs.h. */
17253 #include <ifaddrs.h>
17257 struct ifaddrs *p; getifaddrs(&p);
17263 rm -f conftest.$ac_objext
17264 if { (ac_try="$ac_compile"
17265 case "(($ac_try" in
17266 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17267 *) ac_try_echo
=$ac_try;;
17269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17270 (eval "$ac_compile") 2>conftest.er1
17272 grep -v '^ *+' conftest.er1
>conftest.err
17274 cat conftest.err
>&5
17275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17276 (exit $ac_status); } && {
17277 test -z "$ac_c_werror_flag" ||
17278 test ! -s conftest.err
17279 } && test -s conftest.
$ac_objext; then
17280 { echo "$as_me:$LINENO: result: yes" >&5
17281 echo "${ECHO_T}yes" >&6; }
17284 cat >>confdefs.h
<<\_ACEOF
17285 #define HAVE_GETIFADDRS 1
17289 cat >>confdefs.h
<<\_ACEOF
17290 #define HAVE_GETIFADDRS_VERSION
17295 echo "$as_me: failed program was:" >&5
17296 sed 's/^/| /' conftest.
$ac_ext >&5
17298 { echo "$as_me:$LINENO: result: no" >&5
17299 echo "${ECHO_T}no" >&6; }
17303 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17304 CPPFLAGS
="${saved_cppflags}"
17311 if test "${USE_GSM}" != "no"; then
17312 if test "${GSM_DIR}" = "internal"; then
17314 elif test "${GSM_DIR}" != ""; then
17317 if test "${GSM_SYSTEM}" = "yes"; then
17319 if test "x${GSM_DIR}" != "x"; then
17320 if test -d ${GSM_DIR}/lib
; then
17321 gsmlibdir
="-L${GSM_DIR}/lib"
17323 gsmlibdir
="-L${GSM_DIR}"
17326 { echo "$as_me:$LINENO: checking for gsm_create in -lgsm" >&5
17327 echo $ECHO_N "checking for gsm_create in -lgsm... $ECHO_C" >&6; }
17328 if test "${ac_cv_lib_gsm_gsm_create+set}" = set; then
17329 echo $ECHO_N "(cached) $ECHO_C" >&6
17331 ac_check_lib_save_LIBS
=$LIBS
17332 LIBS
="-lgsm ${gsmlibdir} $LIBS"
17333 cat >conftest.
$ac_ext <<_ACEOF
17336 cat confdefs.h
>>conftest.
$ac_ext
17337 cat >>conftest.
$ac_ext <<_ACEOF
17338 /* end confdefs.h. */
17340 /* Override any GCC internal prototype to avoid an error.
17341 Use char because int might match the return type of a GCC
17342 builtin and then its argument prototype would still apply. */
17346 char gsm_create ();
17350 return gsm_create ();
17355 rm -f conftest.
$ac_objext conftest
$ac_exeext
17356 if { (ac_try
="$ac_link"
17357 case "(($ac_try" in
17358 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17359 *) ac_try_echo=$ac_try;;
17361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17362 (eval "$ac_link") 2>conftest.er1
17364 grep -v '^ *+' conftest.er1 >conftest.err
17366 cat conftest.err >&5
17367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17368 (exit $ac_status); } && {
17369 test -z "$ac_c_werror_flag" ||
17370 test ! -s conftest.err
17371 } && test -s conftest$ac_exeext &&
17372 $as_test_x conftest$ac_exeext; then
17373 ac_cv_lib_gsm_gsm_create=yes
17375 echo "$as_me: failed program was:" >&5
17376 sed 's/^/| /' conftest.$ac_ext >&5
17378 ac_cv_lib_gsm_gsm_create=no
17381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17382 conftest$ac_exeext conftest.$ac_ext
17383 LIBS=$ac_check_lib_save_LIBS
17385 { echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_gsm_create" >&5
17386 echo "${ECHO_T}$ac_cv_lib_gsm_gsm_create" >&6; }
17387 if test $ac_cv_lib_gsm_gsm_create = yes; then
17389 cat >>confdefs.h <<_ACEOF
17395 if test "${ac_cv_lib_gsm_gsm_create}" = "yes"; then
17396 if test "x${GSM_DIR}" != "x" ; then
17397 as_ac_Header=`echo "ac_cv_header_${GSM_DIR}/include/gsm.h" |
$as_tr_sh`
17398 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17399 { echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm.h" >&5
17400 echo $ECHO_N "checking for ${GSM_DIR}/include/gsm.h... $ECHO_C" >&6; }
17401 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17402 echo $ECHO_N "(cached) $ECHO_C" >&6
17404 ac_res=`eval echo '${'$as_ac_Header'}'`
17405 { echo "$as_me:$LINENO: result: $ac_res" >&5
17406 echo "${ECHO_T}$ac_res" >&6; }
17408 # Is the header compilable?
17409 { echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm.h usability" >&5
17410 echo $ECHO_N "checking ${GSM_DIR}/include/gsm.h usability... $ECHO_C" >&6; }
17411 cat >conftest.$ac_ext <<_ACEOF
17414 cat confdefs.h >>conftest.$ac_ext
17415 cat >>conftest.$ac_ext <<_ACEOF
17416 /* end confdefs.h. */
17417 $ac_includes_default
17418 #include <${GSM_DIR}/include/gsm.h>
17420 rm -f conftest.$ac_objext
17421 if { (ac_try="$ac_compile"
17422 case "(($ac_try" in
17423 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17424 *) ac_try_echo
=$ac_try;;
17426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17427 (eval "$ac_compile") 2>conftest.er1
17429 grep -v '^ *+' conftest.er1
>conftest.err
17431 cat conftest.err
>&5
17432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17433 (exit $ac_status); } && {
17434 test -z "$ac_c_werror_flag" ||
17435 test ! -s conftest.err
17436 } && test -s conftest.
$ac_objext; then
17437 ac_header_compiler
=yes
17439 echo "$as_me: failed program was:" >&5
17440 sed 's/^/| /' conftest.
$ac_ext >&5
17442 ac_header_compiler
=no
17445 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17446 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17447 echo "${ECHO_T}$ac_header_compiler" >&6; }
17449 # Is the header present?
17450 { echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm.h presence" >&5
17451 echo $ECHO_N "checking ${GSM_DIR}/include/gsm.h presence... $ECHO_C" >&6; }
17452 cat >conftest.
$ac_ext <<_ACEOF
17455 cat confdefs.h
>>conftest.
$ac_ext
17456 cat >>conftest.
$ac_ext <<_ACEOF
17457 /* end confdefs.h. */
17458 #include <${GSM_DIR}/include/gsm.h>
17460 if { (ac_try
="$ac_cpp conftest.$ac_ext"
17461 case "(($ac_try" in
17462 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17463 *) ac_try_echo=$ac_try;;
17465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17466 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17468 grep -v '^ *+' conftest.er1 >conftest.err
17470 cat conftest.err >&5
17471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17472 (exit $ac_status); } >/dev/null && {
17473 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17474 test ! -s conftest.err
17476 ac_header_preproc=yes
17478 echo "$as_me: failed program was:" >&5
17479 sed 's/^/| /' conftest.$ac_ext >&5
17481 ac_header_preproc=no
17484 rm -f conftest.err conftest.$ac_ext
17485 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17486 echo "${ECHO_T}$ac_header_preproc" >&6; }
17488 # So? What about this header?
17489 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17491 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
17492 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17493 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the compiler's result" >&5
17494 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the compiler's result" >&2;}
17495 ac_header_preproc=yes
17498 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: present but cannot be compiled" >&5
17499 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: present but cannot be compiled" >&2;}
17500 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: check for missing prerequisite headers?" >&5
17501 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: check for missing prerequisite headers?" >&2;}
17502 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: see the Autoconf documentation" >&5
17503 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: see the Autoconf documentation" >&2;}
17504 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: section \"Present But Cannot Be Compiled\"" >&5
17505 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;}
17506 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the preprocessor's result" >&5
17507 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the preprocessor's result" >&2;}
17508 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: in the future, the compiler will take precedence" >&5
17509 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: in the future, the compiler will take precedence" >&2;}
17511 ## ------------------------------- ##
17512 ## Report this to www.asterisk.org ##
17513 ## ------------------------------- ##
17515 ) | sed "s/^/$as_me: WARNING: /" >&2
17518 { echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm.h" >&5
17519 echo $ECHO_N "checking for ${GSM_DIR}/include/gsm.h... $ECHO_C" >&6; }
17520 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17521 echo $ECHO_N "(cached) $ECHO_C" >&6
17523 eval "$as_ac_Header=\$ac_header_preproc"
17525 ac_res=`eval echo '${'$as_ac_Header'}'`
17526 { echo "$as_me:$LINENO: result: $ac_res" >&5
17527 echo "${ECHO_T}$ac_res" >&6; }
17530 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17537 as_ac_Header=`echo "ac_cv_header_${GSM_DIR}/include/gsm/gsm.h" |
$as_tr_sh`
17538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17539 { echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm/gsm.h" >&5
17540 echo $ECHO_N "checking for ${GSM_DIR}/include/gsm/gsm.h... $ECHO_C" >&6; }
17541 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17542 echo $ECHO_N "(cached) $ECHO_C" >&6
17544 ac_res=`eval echo '${'$as_ac_Header'}'`
17545 { echo "$as_me:$LINENO: result: $ac_res" >&5
17546 echo "${ECHO_T}$ac_res" >&6; }
17548 # Is the header compilable?
17549 { echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm/gsm.h usability" >&5
17550 echo $ECHO_N "checking ${GSM_DIR}/include/gsm/gsm.h usability... $ECHO_C" >&6; }
17551 cat >conftest.$ac_ext <<_ACEOF
17554 cat confdefs.h >>conftest.$ac_ext
17555 cat >>conftest.$ac_ext <<_ACEOF
17556 /* end confdefs.h. */
17557 $ac_includes_default
17558 #include <${GSM_DIR}/include/gsm/gsm.h>
17560 rm -f conftest.$ac_objext
17561 if { (ac_try="$ac_compile"
17562 case "(($ac_try" in
17563 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17564 *) ac_try_echo
=$ac_try;;
17566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17567 (eval "$ac_compile") 2>conftest.er1
17569 grep -v '^ *+' conftest.er1
>conftest.err
17571 cat conftest.err
>&5
17572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17573 (exit $ac_status); } && {
17574 test -z "$ac_c_werror_flag" ||
17575 test ! -s conftest.err
17576 } && test -s conftest.
$ac_objext; then
17577 ac_header_compiler
=yes
17579 echo "$as_me: failed program was:" >&5
17580 sed 's/^/| /' conftest.
$ac_ext >&5
17582 ac_header_compiler
=no
17585 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17586 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17587 echo "${ECHO_T}$ac_header_compiler" >&6; }
17589 # Is the header present?
17590 { echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm/gsm.h presence" >&5
17591 echo $ECHO_N "checking ${GSM_DIR}/include/gsm/gsm.h presence... $ECHO_C" >&6; }
17592 cat >conftest.
$ac_ext <<_ACEOF
17595 cat confdefs.h
>>conftest.
$ac_ext
17596 cat >>conftest.
$ac_ext <<_ACEOF
17597 /* end confdefs.h. */
17598 #include <${GSM_DIR}/include/gsm/gsm.h>
17600 if { (ac_try
="$ac_cpp conftest.$ac_ext"
17601 case "(($ac_try" in
17602 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17603 *) ac_try_echo=$ac_try;;
17605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17606 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17608 grep -v '^ *+' conftest.er1 >conftest.err
17610 cat conftest.err >&5
17611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17612 (exit $ac_status); } >/dev/null && {
17613 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17614 test ! -s conftest.err
17616 ac_header_preproc=yes
17618 echo "$as_me: failed program was:" >&5
17619 sed 's/^/| /' conftest.$ac_ext >&5
17621 ac_header_preproc=no
17624 rm -f conftest.err conftest.$ac_ext
17625 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17626 echo "${ECHO_T}$ac_header_preproc" >&6; }
17628 # So? What about this header?
17629 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17631 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
17632 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17633 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the compiler's result" >&5
17634 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the compiler's result" >&2;}
17635 ac_header_preproc=yes
17638 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: present but cannot be compiled" >&5
17639 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: present but cannot be compiled" >&2;}
17640 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: check for missing prerequisite headers?" >&5
17641 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: check for missing prerequisite headers?" >&2;}
17642 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: see the Autoconf documentation" >&5
17643 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: see the Autoconf documentation" >&2;}
17644 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&5
17645 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;}
17646 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the preprocessor's result" >&5
17647 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the preprocessor's result" >&2;}
17648 { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: in the future, the compiler will take precedence" >&5
17649 echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: in the future, the compiler will take precedence" >&2;}
17651 ## ------------------------------- ##
17652 ## Report this to www.asterisk.org ##
17653 ## ------------------------------- ##
17655 ) | sed "s/^/$as_me: WARNING: /" >&2
17658 { echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm/gsm.h" >&5
17659 echo $ECHO_N "checking for ${GSM_DIR}/include/gsm/gsm.h... $ECHO_C" >&6; }
17660 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17661 echo $ECHO_N "(cached) $ECHO_C" >&6
17663 eval "$as_ac_Header=\$ac_header_preproc"
17665 ac_res=`eval echo '${'$as_ac_Header'}'`
17666 { echo "$as_me:$LINENO: result: $ac_res" >&5
17667 echo "${ECHO_T}$ac_res" >&6; }
17670 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17671 GSM_GSM_HEADER_FOUND=1
17673 GSM_GSM_HEADER_FOUND=0
17678 if test "${ac_cv_header_gsm_h+set}" = set; then
17679 { echo "$as_me:$LINENO: checking for gsm.h" >&5
17680 echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
17681 if test "${ac_cv_header_gsm_h+set}" = set; then
17682 echo $ECHO_N "(cached) $ECHO_C" >&6
17684 { echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
17685 echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
17687 # Is the header compilable?
17688 { echo "$as_me:$LINENO: checking gsm.h usability" >&5
17689 echo $ECHO_N "checking gsm.h usability... $ECHO_C" >&6; }
17690 cat >conftest.$ac_ext <<_ACEOF
17693 cat confdefs.h >>conftest.$ac_ext
17694 cat >>conftest.$ac_ext <<_ACEOF
17695 /* end confdefs.h. */
17696 $ac_includes_default
17699 rm -f conftest.$ac_objext
17700 if { (ac_try="$ac_compile"
17701 case "(($ac_try" in
17702 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17703 *) ac_try_echo
=$ac_try;;
17705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17706 (eval "$ac_compile") 2>conftest.er1
17708 grep -v '^ *+' conftest.er1
>conftest.err
17710 cat conftest.err
>&5
17711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); } && {
17713 test -z "$ac_c_werror_flag" ||
17714 test ! -s conftest.err
17715 } && test -s conftest.
$ac_objext; then
17716 ac_header_compiler
=yes
17718 echo "$as_me: failed program was:" >&5
17719 sed 's/^/| /' conftest.
$ac_ext >&5
17721 ac_header_compiler
=no
17724 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17725 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17726 echo "${ECHO_T}$ac_header_compiler" >&6; }
17728 # Is the header present?
17729 { echo "$as_me:$LINENO: checking gsm.h presence" >&5
17730 echo $ECHO_N "checking gsm.h presence... $ECHO_C" >&6; }
17731 cat >conftest.
$ac_ext <<_ACEOF
17734 cat confdefs.h
>>conftest.
$ac_ext
17735 cat >>conftest.
$ac_ext <<_ACEOF
17736 /* end confdefs.h. */
17739 if { (ac_try
="$ac_cpp conftest.$ac_ext"
17740 case "(($ac_try" in
17741 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17742 *) ac_try_echo=$ac_try;;
17744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17745 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17747 grep -v '^ *+' conftest.er1 >conftest.err
17749 cat conftest.err >&5
17750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17751 (exit $ac_status); } >/dev/null && {
17752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17753 test ! -s conftest.err
17755 ac_header_preproc=yes
17757 echo "$as_me: failed program was:" >&5
17758 sed 's/^/| /' conftest.$ac_ext >&5
17760 ac_header_preproc=no
17763 rm -f conftest.err conftest.$ac_ext
17764 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17765 echo "${ECHO_T}$ac_header_preproc" >&6; }
17767 # So? What about this header?
17768 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17770 { echo "$as_me:$LINENO: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
17771 echo "$as_me: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17772 { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the compiler's result" >&5
17773 echo "$as_me: WARNING: gsm.h: proceeding with the compiler's result" >&2;}
17774 ac_header_preproc=yes
17777 { echo "$as_me:$LINENO: WARNING: gsm.h: present but cannot be compiled" >&5
17778 echo "$as_me: WARNING: gsm.h: present but cannot be compiled" >&2;}
17779 { echo "$as_me:$LINENO: WARNING: gsm.h: check for missing prerequisite headers?" >&5
17780 echo "$as_me: WARNING: gsm.h: check for missing prerequisite headers?" >&2;}
17781 { echo "$as_me:$LINENO: WARNING: gsm.h: see the Autoconf documentation" >&5
17782 echo "$as_me: WARNING: gsm.h: see the Autoconf documentation" >&2;}
17783 { echo "$as_me:$LINENO: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&5
17784 echo "$as_me: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&2;}
17785 { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the preprocessor's result" >&5
17786 echo "$as_me: WARNING: gsm.h: proceeding with the preprocessor's result" >&2;}
17787 { echo "$as_me:$LINENO: WARNING: gsm.h: in the future, the compiler will take precedence" >&5
17788 echo "$as_me: WARNING: gsm.h: in the future, the compiler will take precedence" >&2;}
17790 ## ------------------------------- ##
17791 ## Report this to www.asterisk.org ##
17792 ## ------------------------------- ##
17794 ) | sed "s/^/$as_me: WARNING: /" >&2
17797 { echo "$as_me:$LINENO: checking for gsm.h" >&5
17798 echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
17799 if test "${ac_cv_header_gsm_h+set}" = set; then
17800 echo $ECHO_N "(cached) $ECHO_C" >&6
17802 ac_cv_header_gsm_h=$ac_header_preproc
17804 { echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
17805 echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
17808 if test $ac_cv_header_gsm_h = yes; then
17815 if test "${ac_cv_header_gsm_gsm_h+set}" = set; then
17816 { echo "$as_me:$LINENO: checking for gsm/gsm.h" >&5
17817 echo $ECHO_N "checking for gsm/gsm.h... $ECHO_C" >&6; }
17818 if test "${ac_cv_header_gsm_gsm_h+set}" = set; then
17819 echo $ECHO_N "(cached) $ECHO_C" >&6
17821 { echo "$as_me:$LINENO: result: $ac_cv_header_gsm_gsm_h" >&5
17822 echo "${ECHO_T}$ac_cv_header_gsm_gsm_h" >&6; }
17824 # Is the header compilable?
17825 { echo "$as_me:$LINENO: checking gsm/gsm.h usability" >&5
17826 echo $ECHO_N "checking gsm/gsm.h usability... $ECHO_C" >&6; }
17827 cat >conftest.$ac_ext <<_ACEOF
17830 cat confdefs.h >>conftest.$ac_ext
17831 cat >>conftest.$ac_ext <<_ACEOF
17832 /* end confdefs.h. */
17833 $ac_includes_default
17834 #include <gsm/gsm.h>
17836 rm -f conftest.$ac_objext
17837 if { (ac_try="$ac_compile"
17838 case "(($ac_try" in
17839 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17840 *) ac_try_echo
=$ac_try;;
17842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17843 (eval "$ac_compile") 2>conftest.er1
17845 grep -v '^ *+' conftest.er1
>conftest.err
17847 cat conftest.err
>&5
17848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17849 (exit $ac_status); } && {
17850 test -z "$ac_c_werror_flag" ||
17851 test ! -s conftest.err
17852 } && test -s conftest.
$ac_objext; then
17853 ac_header_compiler
=yes
17855 echo "$as_me: failed program was:" >&5
17856 sed 's/^/| /' conftest.
$ac_ext >&5
17858 ac_header_compiler
=no
17861 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17862 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17863 echo "${ECHO_T}$ac_header_compiler" >&6; }
17865 # Is the header present?
17866 { echo "$as_me:$LINENO: checking gsm/gsm.h presence" >&5
17867 echo $ECHO_N "checking gsm/gsm.h presence... $ECHO_C" >&6; }
17868 cat >conftest.
$ac_ext <<_ACEOF
17871 cat confdefs.h
>>conftest.
$ac_ext
17872 cat >>conftest.
$ac_ext <<_ACEOF
17873 /* end confdefs.h. */
17874 #include <gsm/gsm.h>
17876 if { (ac_try
="$ac_cpp conftest.$ac_ext"
17877 case "(($ac_try" in
17878 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17879 *) ac_try_echo=$ac_try;;
17881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17882 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17884 grep -v '^ *+' conftest.er1 >conftest.err
17886 cat conftest.err >&5
17887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17888 (exit $ac_status); } >/dev/null && {
17889 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17890 test ! -s conftest.err
17892 ac_header_preproc=yes
17894 echo "$as_me: failed program was:" >&5
17895 sed 's/^/| /' conftest.$ac_ext >&5
17897 ac_header_preproc=no
17900 rm -f conftest.err conftest.$ac_ext
17901 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17902 echo "${ECHO_T}$ac_header_preproc" >&6; }
17904 # So? What about this header?
17905 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17907 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
17908 echo "$as_me: WARNING: gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17909 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: proceeding with the compiler's result" >&5
17910 echo "$as_me: WARNING: gsm/gsm.h: proceeding with the compiler's result" >&2;}
17911 ac_header_preproc=yes
17914 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: present but cannot be compiled" >&5
17915 echo "$as_me: WARNING: gsm/gsm.h: present but cannot be compiled" >&2;}
17916 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: check for missing prerequisite headers?" >&5
17917 echo "$as_me: WARNING: gsm/gsm.h: check for missing prerequisite headers?" >&2;}
17918 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: see the Autoconf documentation" >&5
17919 echo "$as_me: WARNING: gsm/gsm.h: see the Autoconf documentation" >&2;}
17920 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&5
17921 echo "$as_me: WARNING: gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;}
17922 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: proceeding with the preprocessor's result" >&5
17923 echo "$as_me: WARNING: gsm/gsm.h: proceeding with the preprocessor's result" >&2;}
17924 { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: in the future, the compiler will take precedence" >&5
17925 echo "$as_me: WARNING: gsm/gsm.h: in the future, the compiler will take precedence" >&2;}
17927 ## ------------------------------- ##
17928 ## Report this to www.asterisk.org ##
17929 ## ------------------------------- ##
17931 ) | sed "s/^/$as_me: WARNING: /" >&2
17934 { echo "$as_me:$LINENO: checking for gsm/gsm.h" >&5
17935 echo $ECHO_N "checking for gsm/gsm.h... $ECHO_C" >&6; }
17936 if test "${ac_cv_header_gsm_gsm_h+set}" = set; then
17937 echo $ECHO_N "(cached) $ECHO_C" >&6
17939 ac_cv_header_gsm_gsm_h=$ac_header_preproc
17941 { echo "$as_me:$LINENO: result: $ac_cv_header_gsm_gsm_h" >&5
17942 echo "${ECHO_T}$ac_cv_header_gsm_gsm_h" >&6; }
17945 if test $ac_cv_header_gsm_gsm_h = yes; then
17946 GSM_GSM_HEADER_FOUND=1
17948 GSM_GSM_HEADER_FOUND=0
17953 if test "${GSM_HEADER_FOUND}" = "0" ; then
17954 if test "{GSM_GSM_HEADER_FOUND}" = "0" ; then
17955 if test "x${GSM_MANDATORY}" = "xyes" ; then
17956 { echo "$as_me:$LINENO: ***" >&5
17957 echo "$as_me: ***" >&6;}
17958 { echo "$as_me:$LINENO: *** It appears that you do not have the gsm development package installed." >&5
17959 echo "$as_me: *** It appears that you do not have the gsm development package installed." >&6;}
17960 { echo "$as_me:$LINENO: *** Please install it to include ${GSM_DESCRIP} support, or re-run configure" >&5
17961 echo "$as_me: *** Please install it to include ${GSM_DESCRIP} support, or re-run configure" >&6;}
17962 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${GSM_OPTION}" >&5
17963 echo "$as_me: *** without explicitly specifying --with-${GSM_OPTION}" >&6;}
17969 if test "${GSM_HEADER_FOUND}" = "1" ; then
17971 cat >>confdefs.h <<_ACEOF
17972 #define HAVE_GSM_HEADER 1
17977 if test "${GSM_GSM_HEADER_FOUND}" = "1" ; then
17979 cat >>confdefs.h <<_ACEOF
17980 #define HAVE_GSM_GSM_HEADER 1
17986 if test "${GSM_OK}" = "1" ; then
17988 if test "x${GSM_DIR}" != "x"; then
17989 GSM_LIB="${gsmlibdir} ${GSM_LIB}"
17990 GSM_INCLUDE="-I${GSM_DIR}/include"
17997 if test "${GSM_INTERNAL}" = "yes"; then
18000 cat >>confdefs.h <<_ACEOF
18001 #define HAVE_GSM_HEADER 1
18008 if test "${USE_IKSEMEL}" != "no"; then
18010 if test "x${IKSEMEL_DIR}" != "x"; then
18011 if test -d ${IKSEMEL_DIR}/lib; then
18012 pbxlibdir="-L${IKSEMEL_DIR}/lib"
18014 pbxlibdir="-L${IKSEMEL_DIR}"
18017 { echo "$as_me:$LINENO: checking for iks_start_sasl in -liksemel" >&5
18018 echo $ECHO_N "checking for iks_start_sasl in -liksemel... $ECHO_C" >&6; }
18019 if test "${ac_cv_lib_iksemel_iks_start_sasl+set}" = set; then
18020 echo $ECHO_N "(cached) $ECHO_C" >&6
18022 ac_check_lib_save_LIBS=$LIBS
18023 LIBS="-liksemel ${pbxlibdir} $LIBS"
18024 cat >conftest.$ac_ext <<_ACEOF
18027 cat confdefs.h >>conftest.$ac_ext
18028 cat >>conftest.$ac_ext <<_ACEOF
18029 /* end confdefs.h. */
18031 /* Override any GCC internal prototype to avoid an error.
18032 Use char because int might match the return type of a GCC
18033 builtin and then its argument prototype would still apply. */
18037 char iks_start_sasl ();
18041 return iks_start_sasl ();
18046 rm -f conftest.$ac_objext conftest$ac_exeext
18047 if { (ac_try="$ac_link"
18048 case "(($ac_try" in
18049 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18050 *) ac_try_echo
=$ac_try;;
18052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18053 (eval "$ac_link") 2>conftest.er1
18055 grep -v '^ *+' conftest.er1
>conftest.err
18057 cat conftest.err
>&5
18058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18059 (exit $ac_status); } && {
18060 test -z "$ac_c_werror_flag" ||
18061 test ! -s conftest.err
18062 } && test -s conftest
$ac_exeext &&
18063 $as_test_x conftest
$ac_exeext; then
18064 ac_cv_lib_iksemel_iks_start_sasl
=yes
18066 echo "$as_me: failed program was:" >&5
18067 sed 's/^/| /' conftest.
$ac_ext >&5
18069 ac_cv_lib_iksemel_iks_start_sasl
=no
18072 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18073 conftest
$ac_exeext conftest.
$ac_ext
18074 LIBS
=$ac_check_lib_save_LIBS
18076 { echo "$as_me:$LINENO: result: $ac_cv_lib_iksemel_iks_start_sasl" >&5
18077 echo "${ECHO_T}$ac_cv_lib_iksemel_iks_start_sasl" >&6; }
18078 if test $ac_cv_lib_iksemel_iks_start_sasl = yes; then
18079 AST_IKSEMEL_FOUND
=yes
18081 AST_IKSEMEL_FOUND
=no
18085 if test "${AST_IKSEMEL_FOUND}" = "yes"; then
18086 IKSEMEL_LIB
="-liksemel "
18087 IKSEMEL_HEADER_FOUND
="1"
18088 if test "x${IKSEMEL_DIR}" != "x"; then
18089 IKSEMEL_LIB
="${pbxlibdir} ${IKSEMEL_LIB}"
18090 IKSEMEL_INCLUDE
="-I${IKSEMEL_DIR}/include"
18092 IKSEMEL_INCLUDE
="${IKSEMEL_INCLUDE} "
18093 saved_cppflags
="${CPPFLAGS}"
18094 CPPFLAGS
="${CPPFLAGS} ${IKSEMEL_INCLUDE}"
18095 if test "xiksemel.h" != "x" ; then
18096 if test "${ac_cv_header_iksemel_h+set}" = set; then
18097 { echo "$as_me:$LINENO: checking for iksemel.h" >&5
18098 echo $ECHO_N "checking for iksemel.h... $ECHO_C" >&6; }
18099 if test "${ac_cv_header_iksemel_h+set}" = set; then
18100 echo $ECHO_N "(cached) $ECHO_C" >&6
18102 { echo "$as_me:$LINENO: result: $ac_cv_header_iksemel_h" >&5
18103 echo "${ECHO_T}$ac_cv_header_iksemel_h" >&6; }
18105 # Is the header compilable?
18106 { echo "$as_me:$LINENO: checking iksemel.h usability" >&5
18107 echo $ECHO_N "checking iksemel.h usability... $ECHO_C" >&6; }
18108 cat >conftest.
$ac_ext <<_ACEOF
18111 cat confdefs.h
>>conftest.
$ac_ext
18112 cat >>conftest.
$ac_ext <<_ACEOF
18113 /* end confdefs.h. */
18114 $ac_includes_default
18115 #include <iksemel.h>
18117 rm -f conftest.
$ac_objext
18118 if { (ac_try
="$ac_compile"
18119 case "(($ac_try" in
18120 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18121 *) ac_try_echo=$ac_try;;
18123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18124 (eval "$ac_compile") 2>conftest.er1
18126 grep -v '^ *+' conftest.er1 >conftest.err
18128 cat conftest.err >&5
18129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18130 (exit $ac_status); } && {
18131 test -z "$ac_c_werror_flag" ||
18132 test ! -s conftest.err
18133 } && test -s conftest.$ac_objext; then
18134 ac_header_compiler=yes
18136 echo "$as_me: failed program was:" >&5
18137 sed 's/^/| /' conftest.$ac_ext >&5
18139 ac_header_compiler=no
18142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18143 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18144 echo "${ECHO_T}$ac_header_compiler" >&6; }
18146 # Is the header present?
18147 { echo "$as_me:$LINENO: checking iksemel.h presence" >&5
18148 echo $ECHO_N "checking iksemel.h presence... $ECHO_C" >&6; }
18149 cat >conftest.$ac_ext <<_ACEOF
18152 cat confdefs.h >>conftest.$ac_ext
18153 cat >>conftest.$ac_ext <<_ACEOF
18154 /* end confdefs.h. */
18155 #include <iksemel.h>
18157 if { (ac_try="$ac_cpp conftest.$ac_ext"
18158 case "(($ac_try" in
18159 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18160 *) ac_try_echo
=$ac_try;;
18162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18163 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18165 grep -v '^ *+' conftest.er1
>conftest.err
18167 cat conftest.err
>&5
18168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18169 (exit $ac_status); } >/dev
/null
&& {
18170 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18171 test ! -s conftest.err
18173 ac_header_preproc
=yes
18175 echo "$as_me: failed program was:" >&5
18176 sed 's/^/| /' conftest.
$ac_ext >&5
18178 ac_header_preproc
=no
18181 rm -f conftest.err conftest.
$ac_ext
18182 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18183 echo "${ECHO_T}$ac_header_preproc" >&6; }
18185 # So? What about this header?
18186 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18188 { echo "$as_me:$LINENO: WARNING: iksemel.h: accepted by the compiler, rejected by the preprocessor!" >&5
18189 echo "$as_me: WARNING: iksemel.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18190 { echo "$as_me:$LINENO: WARNING: iksemel.h: proceeding with the compiler's result" >&5
18191 echo "$as_me: WARNING: iksemel.h: proceeding with the compiler's result" >&2;}
18192 ac_header_preproc
=yes
18195 { echo "$as_me:$LINENO: WARNING: iksemel.h: present but cannot be compiled" >&5
18196 echo "$as_me: WARNING: iksemel.h: present but cannot be compiled" >&2;}
18197 { echo "$as_me:$LINENO: WARNING: iksemel.h: check for missing prerequisite headers?" >&5
18198 echo "$as_me: WARNING: iksemel.h: check for missing prerequisite headers?" >&2;}
18199 { echo "$as_me:$LINENO: WARNING: iksemel.h: see the Autoconf documentation" >&5
18200 echo "$as_me: WARNING: iksemel.h: see the Autoconf documentation" >&2;}
18201 { echo "$as_me:$LINENO: WARNING: iksemel.h: section \"Present But Cannot Be Compiled\"" >&5
18202 echo "$as_me: WARNING: iksemel.h: section \"Present But Cannot Be Compiled\"" >&2;}
18203 { echo "$as_me:$LINENO: WARNING: iksemel.h: proceeding with the preprocessor's result" >&5
18204 echo "$as_me: WARNING: iksemel.h: proceeding with the preprocessor's result" >&2;}
18205 { echo "$as_me:$LINENO: WARNING: iksemel.h: in the future, the compiler will take precedence" >&5
18206 echo "$as_me: WARNING: iksemel.h: in the future, the compiler will take precedence" >&2;}
18208 ## ------------------------------- ##
18209 ## Report this to www.asterisk.org ##
18210 ## ------------------------------- ##
18212 ) |
sed "s/^/$as_me: WARNING: /" >&2
18215 { echo "$as_me:$LINENO: checking for iksemel.h" >&5
18216 echo $ECHO_N "checking for iksemel.h... $ECHO_C" >&6; }
18217 if test "${ac_cv_header_iksemel_h+set}" = set; then
18218 echo $ECHO_N "(cached) $ECHO_C" >&6
18220 ac_cv_header_iksemel_h
=$ac_header_preproc
18222 { echo "$as_me:$LINENO: result: $ac_cv_header_iksemel_h" >&5
18223 echo "${ECHO_T}$ac_cv_header_iksemel_h" >&6; }
18226 if test $ac_cv_header_iksemel_h = yes; then
18227 IKSEMEL_HEADER_FOUND
=1
18229 IKSEMEL_HEADER_FOUND
=0
18234 CPPFLAGS
="${saved_cppflags}"
18235 if test "x${IKSEMEL_HEADER_FOUND}" = "x0" ; then
18236 if test -n "${IKSEMEL_MANDATORY}" ;
18238 { echo "$as_me:$LINENO: ***" >&5
18239 echo "$as_me: ***" >&6;}
18240 { echo "$as_me:$LINENO: *** It appears that you do not have the iksemel development package installed." >&5
18241 echo "$as_me: *** It appears that you do not have the iksemel development package installed." >&6;}
18242 { echo "$as_me:$LINENO: *** Please install it to include ${IKSEMEL_DESCRIP} support, or re-run configure" >&5
18243 echo "$as_me: *** Please install it to include ${IKSEMEL_DESCRIP} support, or re-run configure" >&6;}
18244 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${IKSEMEL_OPTION}" >&5
18245 echo "$as_me: *** without explicitly specifying --with-${IKSEMEL_OPTION}" >&6;}
18254 cat >>confdefs.h
<<_ACEOF
18255 #define HAVE_IKSEMEL 1
18259 elif test -n "${IKSEMEL_MANDATORY}";
18261 { echo "$as_me:$LINENO: ***" >&5
18262 echo "$as_me: ***" >&6;}
18263 { echo "$as_me:$LINENO: *** The ${IKSEMEL_DESCRIP} installation on this system appears to be broken." >&5
18264 echo "$as_me: *** The ${IKSEMEL_DESCRIP} installation on this system appears to be broken." >&6;}
18265 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
18266 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
18267 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${IKSEMEL_OPTION}" >&5
18268 echo "$as_me: *** without explicitly specifying --with-${IKSEMEL_OPTION}" >&6;}
18274 if test "${PBX_IKSEMEL}" = 1; then
18276 if test "${USE_GNUTLS}" != "no"; then
18278 if test "x${GNUTLS_DIR}" != "x"; then
18279 if test -d ${GNUTLS_DIR}/lib
; then
18280 pbxlibdir
="-L${GNUTLS_DIR}/lib"
18282 pbxlibdir
="-L${GNUTLS_DIR}"
18285 { echo "$as_me:$LINENO: checking for gnutls_bye in -lgnutls" >&5
18286 echo $ECHO_N "checking for gnutls_bye in -lgnutls... $ECHO_C" >&6; }
18287 if test "${ac_cv_lib_gnutls_gnutls_bye+set}" = set; then
18288 echo $ECHO_N "(cached) $ECHO_C" >&6
18290 ac_check_lib_save_LIBS
=$LIBS
18291 LIBS
="-lgnutls ${pbxlibdir} -lz -lgcrypt -lgpg-error $LIBS"
18292 cat >conftest.
$ac_ext <<_ACEOF
18295 cat confdefs.h
>>conftest.
$ac_ext
18296 cat >>conftest.
$ac_ext <<_ACEOF
18297 /* end confdefs.h. */
18299 /* Override any GCC internal prototype to avoid an error.
18300 Use char because int might match the return type of a GCC
18301 builtin and then its argument prototype would still apply. */
18305 char gnutls_bye ();
18309 return gnutls_bye ();
18314 rm -f conftest.
$ac_objext conftest
$ac_exeext
18315 if { (ac_try
="$ac_link"
18316 case "(($ac_try" in
18317 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18318 *) ac_try_echo=$ac_try;;
18320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18321 (eval "$ac_link") 2>conftest.er1
18323 grep -v '^ *+' conftest.er1 >conftest.err
18325 cat conftest.err >&5
18326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18327 (exit $ac_status); } && {
18328 test -z "$ac_c_werror_flag" ||
18329 test ! -s conftest.err
18330 } && test -s conftest$ac_exeext &&
18331 $as_test_x conftest$ac_exeext; then
18332 ac_cv_lib_gnutls_gnutls_bye=yes
18334 echo "$as_me: failed program was:" >&5
18335 sed 's/^/| /' conftest.$ac_ext >&5
18337 ac_cv_lib_gnutls_gnutls_bye=no
18340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18341 conftest$ac_exeext conftest.$ac_ext
18342 LIBS=$ac_check_lib_save_LIBS
18344 { echo "$as_me:$LINENO: result: $ac_cv_lib_gnutls_gnutls_bye" >&5
18345 echo "${ECHO_T}$ac_cv_lib_gnutls_gnutls_bye" >&6; }
18346 if test $ac_cv_lib_gnutls_gnutls_bye = yes; then
18347 AST_GNUTLS_FOUND=yes
18349 AST_GNUTLS_FOUND=no
18353 if test "${AST_GNUTLS_FOUND}" = "yes"; then
18354 GNUTLS_LIB="-lgnutls -lz -lgcrypt -lgpg-error"
18355 GNUTLS_HEADER_FOUND="1"
18356 if test "x${GNUTLS_DIR}" != "x"; then
18357 GNUTLS_LIB="${pbxlibdir} ${GNUTLS_LIB}"
18358 GNUTLS_INCLUDE="-I${GNUTLS_DIR}/include"
18360 GNUTLS_INCLUDE="${GNUTLS_INCLUDE} "
18361 saved_cppflags="${CPPFLAGS}"
18362 CPPFLAGS="${CPPFLAGS} ${GNUTLS_INCLUDE}"
18363 if test "xgnutls/gnutls.h" != "x" ; then
18364 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
18365 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
18366 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
18367 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
18368 echo $ECHO_N "(cached) $ECHO_C" >&6
18370 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
18371 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
18373 # Is the header compilable?
18374 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
18375 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
18376 cat >conftest.$ac_ext <<_ACEOF
18379 cat confdefs.h >>conftest.$ac_ext
18380 cat >>conftest.$ac_ext <<_ACEOF
18381 /* end confdefs.h. */
18382 $ac_includes_default
18383 #include <gnutls/gnutls.h>
18385 rm -f conftest.$ac_objext
18386 if { (ac_try="$ac_compile"
18387 case "(($ac_try" in
18388 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18389 *) ac_try_echo
=$ac_try;;
18391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18392 (eval "$ac_compile") 2>conftest.er1
18394 grep -v '^ *+' conftest.er1
>conftest.err
18396 cat conftest.err
>&5
18397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); } && {
18399 test -z "$ac_c_werror_flag" ||
18400 test ! -s conftest.err
18401 } && test -s conftest.
$ac_objext; then
18402 ac_header_compiler
=yes
18404 echo "$as_me: failed program was:" >&5
18405 sed 's/^/| /' conftest.
$ac_ext >&5
18407 ac_header_compiler
=no
18410 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18411 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18412 echo "${ECHO_T}$ac_header_compiler" >&6; }
18414 # Is the header present?
18415 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
18416 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
18417 cat >conftest.
$ac_ext <<_ACEOF
18420 cat confdefs.h
>>conftest.
$ac_ext
18421 cat >>conftest.
$ac_ext <<_ACEOF
18422 /* end confdefs.h. */
18423 #include <gnutls/gnutls.h>
18425 if { (ac_try
="$ac_cpp conftest.$ac_ext"
18426 case "(($ac_try" in
18427 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18428 *) ac_try_echo=$ac_try;;
18430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18431 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18433 grep -v '^ *+' conftest.er1 >conftest.err
18435 cat conftest.err >&5
18436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18437 (exit $ac_status); } >/dev/null && {
18438 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18439 test ! -s conftest.err
18441 ac_header_preproc=yes
18443 echo "$as_me: failed program was:" >&5
18444 sed 's/^/| /' conftest.$ac_ext >&5
18446 ac_header_preproc=no
18449 rm -f conftest.err conftest.$ac_ext
18450 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18451 echo "${ECHO_T}$ac_header_preproc" >&6; }
18453 # So? What about this header?
18454 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18456 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
18457 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18458 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
18459 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
18460 ac_header_preproc=yes
18463 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
18464 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
18465 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
18466 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
18467 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
18468 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
18469 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
18470 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
18471 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
18472 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
18473 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
18474 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
18476 ## ------------------------------- ##
18477 ## Report this to www.asterisk.org ##
18478 ## ------------------------------- ##
18480 ) | sed "s/^/$as_me: WARNING: /" >&2
18483 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
18484 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
18485 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
18486 echo $ECHO_N "(cached) $ECHO_C" >&6
18488 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
18490 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
18491 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
18494 if test $ac_cv_header_gnutls_gnutls_h = yes; then
18495 GNUTLS_HEADER_FOUND=1
18497 GNUTLS_HEADER_FOUND=0
18502 CPPFLAGS="${saved_cppflags}"
18503 if test "x${GNUTLS_HEADER_FOUND}" = "x0" ; then
18504 if test -n "${GNUTLS_MANDATORY}" ;
18506 { echo "$as_me:$LINENO: ***" >&5
18507 echo "$as_me: ***" >&6;}
18508 { echo "$as_me:$LINENO: *** It appears that you do not have the gnutls development package installed." >&5
18509 echo "$as_me: *** It appears that you do not have the gnutls development package installed." >&6;}
18510 { echo "$as_me:$LINENO: *** Please install it to include ${GNUTLS_DESCRIP} support, or re-run configure" >&5
18511 echo "$as_me: *** Please install it to include ${GNUTLS_DESCRIP} support, or re-run configure" >&6;}
18512 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${GNUTLS_OPTION}" >&5
18513 echo "$as_me: *** without explicitly specifying --with-${GNUTLS_OPTION}" >&6;}
18522 cat >>confdefs.h <<_ACEOF
18523 #define HAVE_GNUTLS 1
18527 elif test -n "${GNUTLS_MANDATORY}";
18529 { echo "$as_me:$LINENO: ***" >&5
18530 echo "$as_me: ***" >&6;}
18531 { echo "$as_me:$LINENO: *** The ${GNUTLS_DESCRIP} installation on this system appears to be broken." >&5
18532 echo "$as_me: *** The ${GNUTLS_DESCRIP} installation on this system appears to be broken." >&6;}
18533 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
18534 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
18535 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${GNUTLS_OPTION}" >&5
18536 echo "$as_me: *** without explicitly specifying --with-${GNUTLS_OPTION}" >&6;}
18543 if test "${USE_IMAP_TK}" != "no"; then
18544 saved_cppflags="${CPPFLAGS}"
18545 saved_libs="${LIBS}"
18546 switch_to_system_on_failure="no"
18547 if test "${IMAP_TK_DIR}" = ""; then
18548 IMAP_TK_DIR=`pwd`"/../imap-2004g"
18549 switch_to_system_on_failure="yes"
18551 if test "${IMAP_TK_DIR}" != "system"; then
18552 { echo "$as_me:$LINENO: checking for UW IMAP Toolkit c-client library" >&5
18553 echo $ECHO_N "checking for UW IMAP Toolkit c-client library... $ECHO_C" >&6; }
18554 if test -f "${IMAP_TK_DIR}/c-client/LDFLAGS"; then
18555 imap_ldflags=`cat ${IMAP_TK_DIR}/c-client
/LDFLAGS
`
18557 imap_libs="${IMAP_TK_DIR}/c-client/c-client.a"
18558 imap_include="-I${IMAP_TK_DIR}/c-client"
18559 CPPFLAGS="${CPPFLAGS} ${imap_include}"
18560 LIBS="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
18561 cat >conftest.
$ac_ext <<_ACEOF
18564 cat confdefs.h
>>conftest.
$ac_ext
18565 cat >>conftest.
$ac_ext <<_ACEOF
18566 /* end confdefs.h. */
18567 #include "c-client.h"
18568 void mm_searched (MAILSTREAM *stream,unsigned long number)
18571 void mm_exists (MAILSTREAM *stream,unsigned long number)
18574 void mm_expunged (MAILSTREAM *stream,unsigned long number)
18577 void mm_flags (MAILSTREAM *stream,unsigned long number)
18580 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
18583 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18586 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18589 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
18592 void mm_log (char *string,long errflg)
18595 void mm_dlog (char *string)
18598 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
18601 void mm_critical (MAILSTREAM *stream)
18604 void mm_nocritical (MAILSTREAM *stream)
18607 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
18610 void mm_fatal (char *string)
18617 MAILSTREAM *foo = mail_open(NULL, "", 0);
18624 rm -f conftest.
$ac_objext conftest
$ac_exeext
18625 if { (ac_try
="$ac_link"
18626 case "(($ac_try" in
18627 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18628 *) ac_try_echo=$ac_try;;
18630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18631 (eval "$ac_link") 2>conftest.er1
18633 grep -v '^ *+' conftest.er1 >conftest.err
18635 cat conftest.err >&5
18636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18637 (exit $ac_status); } && {
18638 test -z "$ac_c_werror_flag" ||
18639 test ! -s conftest.err
18640 } && test -s conftest$ac_exeext &&
18641 $as_test_x conftest$ac_exeext; then
18642 ac_cv_imap_tk="yes"
18644 echo "$as_me: failed program was:" >&5
18645 sed 's/^/| /' conftest.$ac_ext >&5
18651 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18652 conftest$ac_exeext conftest.$ac_ext
18653 if test "${ac_cv_imap_tk}" = "yes"; then
18654 cat >conftest.$ac_ext <<_ACEOF
18657 cat confdefs.h >>conftest.$ac_ext
18658 cat >>conftest.$ac_ext <<_ACEOF
18659 /* end confdefs.h. */
18660 #include "c-client.h"
18661 void mm_searched (MAILSTREAM *stream,unsigned long number)
18664 void mm_exists (MAILSTREAM *stream,unsigned long number)
18667 void mm_expunged (MAILSTREAM *stream,unsigned long number)
18670 void mm_flags (MAILSTREAM *stream,unsigned long number)
18673 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
18676 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18679 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18682 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
18685 void mm_log (char *string,long errflg)
18688 void mm_dlog (char *string)
18691 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
18694 void mm_critical (MAILSTREAM *stream)
18697 void mm_nocritical (MAILSTREAM *stream)
18700 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
18703 void mm_fatal (char *string)
18710 long check = mail_expunge_full(NULL, "", 0);
18717 rm -f conftest.$ac_objext conftest$ac_exeext
18718 if { (ac_try="$ac_link"
18719 case "(($ac_try" in
18720 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18721 *) ac_try_echo
=$ac_try;;
18723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18724 (eval "$ac_link") 2>conftest.er1
18726 grep -v '^ *+' conftest.er1
>conftest.err
18728 cat conftest.err
>&5
18729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18730 (exit $ac_status); } && {
18731 test -z "$ac_c_werror_flag" ||
18732 test ! -s conftest.err
18733 } && test -s conftest
$ac_exeext &&
18734 $as_test_x conftest
$ac_exeext; then
18735 ac_cv_imap_tk2006
="yes"
18737 echo "$as_me: failed program was:" >&5
18738 sed 's/^/| /' conftest.
$ac_ext >&5
18740 ac_cv_imap_tk2006
="no"
18744 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18745 conftest
$ac_exeext conftest.
$ac_ext
18747 CPPFLAGS
="${saved_cppflags}"
18748 LIBS
="${saved_libs}"
18749 if test "${ac_cv_imap_tk}" = "no"; then
18750 { echo "$as_me:$LINENO: result: no" >&5
18751 echo "${ECHO_T}no" >&6; }
18752 if test "${switch_to_system_on_failure}" = "yes"; then
18753 IMAP_TK_DIR
="system"
18754 else #This means they specified a directory. Search for a package installation there too
18755 { echo "$as_me:$LINENO: checking for system c-client library..." >&5
18756 echo $ECHO_N "checking for system c-client library...... $ECHO_C" >&6; }
18757 CPPFLAGS
="${saved_cppflags}"
18758 LIBS
="${saved_libs}"
18759 imap_include
="-I${IMAP_TK_DIR}/include"
18760 imap_ldflags
="-L${IMAP_TK_DIR}/lib"
18761 imap_libs
="-lc-client"
18762 CPPFLAGS
="${CPPFLAGS} ${imap_include}"
18763 LIBS
="${LIBS} ${imap_libs} ${imap_ldflags}"
18764 cat >conftest.
$ac_ext <<_ACEOF
18767 cat confdefs.h
>>conftest.
$ac_ext
18768 cat >>conftest.
$ac_ext <<_ACEOF
18769 /* end confdefs.h. */
18770 #include "c-client.h"
18771 void mm_searched (MAILSTREAM *stream,unsigned long number)
18774 void mm_exists (MAILSTREAM *stream,unsigned long number)
18777 void mm_expunged (MAILSTREAM *stream,unsigned long number)
18780 void mm_flags (MAILSTREAM *stream,unsigned long number)
18783 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
18786 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18789 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18792 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
18795 void mm_log (char *string,long errflg)
18798 void mm_dlog (char *string)
18801 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
18804 void mm_critical (MAILSTREAM *stream)
18807 void mm_nocritical (MAILSTREAM *stream)
18810 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
18813 void mm_fatal (char *string)
18820 MAILSTREAM *foo = mail_open(NULL, "", 0);
18827 rm -f conftest.
$ac_objext conftest
$ac_exeext
18828 if { (ac_try
="$ac_link"
18829 case "(($ac_try" in
18830 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18831 *) ac_try_echo=$ac_try;;
18833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18834 (eval "$ac_link") 2>conftest.er1
18836 grep -v '^ *+' conftest.er1 >conftest.err
18838 cat conftest.err >&5
18839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); } && {
18841 test -z "$ac_c_werror_flag" ||
18842 test ! -s conftest.err
18843 } && test -s conftest$ac_exeext &&
18844 $as_test_x conftest$ac_exeext; then
18845 ac_cv_imap_tk="yes"
18847 echo "$as_me: failed program was:" >&5
18848 sed 's/^/| /' conftest.$ac_ext >&5
18854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18855 conftest$ac_exeext conftest.$ac_ext
18856 if test "${ac_cv_imap_tk}" = "yes"; then
18857 cat >conftest.$ac_ext <<_ACEOF
18860 cat confdefs.h >>conftest.$ac_ext
18861 cat >>conftest.$ac_ext <<_ACEOF
18862 /* end confdefs.h. */
18863 #include "c-client.h"
18864 void mm_searched (MAILSTREAM *stream,unsigned long number)
18867 void mm_exists (MAILSTREAM *stream,unsigned long number)
18870 void mm_expunged (MAILSTREAM *stream,unsigned long number)
18873 void mm_flags (MAILSTREAM *stream,unsigned long number)
18876 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
18879 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18882 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18885 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
18888 void mm_log (char *string,long errflg)
18891 void mm_dlog (char *string)
18894 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
18897 void mm_critical (MAILSTREAM *stream)
18900 void mm_nocritical (MAILSTREAM *stream)
18903 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
18906 void mm_fatal (char *string)
18913 long check = mail_expunge_full(NULL, "", 0);
18920 rm -f conftest.$ac_objext conftest$ac_exeext
18921 if { (ac_try="$ac_link"
18922 case "(($ac_try" in
18923 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18924 *) ac_try_echo
=$ac_try;;
18926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18927 (eval "$ac_link") 2>conftest.er1
18929 grep -v '^ *+' conftest.er1
>conftest.err
18931 cat conftest.err
>&5
18932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18933 (exit $ac_status); } && {
18934 test -z "$ac_c_werror_flag" ||
18935 test ! -s conftest.err
18936 } && test -s conftest
$ac_exeext &&
18937 $as_test_x conftest
$ac_exeext; then
18938 ac_cv_imap_tk2006
="yes"
18940 echo "$as_me: failed program was:" >&5
18941 sed 's/^/| /' conftest.
$ac_ext >&5
18943 ac_cv_imap_tk2006
="no"
18947 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18948 conftest
$ac_exeext conftest.
$ac_ext
18953 if test "${IMAP_TK_DIR}" = "system"; then
18954 #We will enter here if user specified "system" or if any of above checks failed
18955 { echo "$as_me:$LINENO: checking for system c-client library..." >&5
18956 echo $ECHO_N "checking for system c-client library...... $ECHO_C" >&6; }
18957 CPPFLAGS
="${saved_cppflags}"
18958 LIBS
="${saved_libs}"
18960 imap_libs
="-lc-client"
18961 imap_include
="-DUSE_SYSTEM_IMAP" #Try the imap directory first
18962 CPPFLAGS
="${CPPFLAGS} ${imap_include}"
18963 LIBS
="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
18964 cat >conftest.$ac_ext <<_ACEOF
18967 cat confdefs.h >>conftest.$ac_ext
18968 cat >>conftest.$ac_ext <<_ACEOF
18969 /* end confdefs.h. */
18971 #include <imap/c-client.h>
18972 void mm_searched (MAILSTREAM *stream,unsigned long number)
18975 void mm_exists (MAILSTREAM *stream,unsigned long number)
18978 void mm_expunged (MAILSTREAM *stream,unsigned long number)
18981 void mm_flags (MAILSTREAM *stream,unsigned long number)
18984 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
18987 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18990 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
18993 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
18996 void mm_log (char *string,long errflg)
18999 void mm_dlog (char *string)
19002 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
19005 void mm_critical (MAILSTREAM *stream)
19008 void mm_nocritical (MAILSTREAM *stream)
19011 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
19014 void mm_fatal (char *string)
19021 MAILSTREAM *foo = mail_open(NULL, "", 0);
19028 rm -f conftest.$ac_objext conftest$ac_exeext
19029 if { (ac_try="$ac_link"
19030 case "(($ac_try" in
19031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19032 *) ac_try_echo=$ac_try;;
19034 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19035 (eval "$ac_link") 2>conftest.er1
19037 grep -v '^ *+' conftest.er1 >conftest.err
19039 cat conftest.err >&5
19040 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19041 (exit $ac_status); } && {
19042 test -z "$ac_c_werror_flag" ||
19043 test ! -s conftest.err
19044 } && test -s conftest$ac_exeext &&
19045 $as_test_x conftest$ac_exeext; then
19046 ac_cv_imap_tk="yes"
19048 echo "$as_me: failed program was
:" >&5
19049 sed 's/^/| /' conftest.$ac_ext >&5
19055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19056 conftest$ac_exeext conftest.$ac_ext
19057 if test "${ac_cv_imap_tk}" = "yes"; then
19058 cat >conftest.$ac_ext <<_ACEOF
19061 cat confdefs.h >>conftest.$ac_ext
19062 cat >>conftest.$ac_ext <<_ACEOF
19063 /* end confdefs.h. */
19065 #include <imap/c-client.h>
19066 void mm_searched (MAILSTREAM *stream,unsigned long number)
19069 void mm_exists (MAILSTREAM *stream,unsigned long number)
19072 void mm_expunged (MAILSTREAM *stream,unsigned long number)
19075 void mm_flags (MAILSTREAM *stream,unsigned long number)
19078 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
19081 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
19084 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
19087 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
19090 void mm_log (char *string,long errflg)
19093 void mm_dlog (char *string)
19096 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
19099 void mm_critical (MAILSTREAM *stream)
19102 void mm_nocritical (MAILSTREAM *stream)
19105 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
19108 void mm_fatal (char *string)
19115 long check = mail_expunge_full(NULL, "", 0);
19122 rm -f conftest.$ac_objext conftest$ac_exeext
19123 if { (ac_try="$ac_link"
19124 case "(($ac_try" in
19125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19126 *) ac_try_echo=$ac_try;;
19128 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19129 (eval "$ac_link") 2>conftest.er1
19131 grep -v '^ *+' conftest.er1 >conftest.err
19133 cat conftest.err >&5
19134 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19135 (exit $ac_status); } && {
19136 test -z "$ac_c_werror_flag" ||
19137 test ! -s conftest.err
19138 } && test -s conftest$ac_exeext &&
19139 $as_test_x conftest$ac_exeext; then
19140 ac_cv_imap_tk2006="yes"
19142 echo "$as_me: failed program was
:" >&5
19143 sed 's/^/| /' conftest.$ac_ext >&5
19145 ac_cv_imap_tk2006="no
"
19149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19150 conftest$ac_exeext conftest.$ac_ext
19151 else #looking in imap directory didn't work, try c-client
19153 imap_libs="-lc-client"
19154 imap_include="-DUSE_SYSTEM_CCLIENT"
19155 CPPFLAGS="${saved_cppflags}"
19156 LIBS="${saved_libs}"
19157 CPPFLAGS="${CPPFLAGS} ${imap_include}"
19158 LIBS="${LIBS} ${imap_libs} "`echo ${imap_ldflags}`
19159 cat >conftest.$ac_ext <<_ACEOF
19162 cat confdefs.h >>conftest.$ac_ext
19163 cat >>conftest.$ac_ext <<_ACEOF
19164 /* end confdefs.h. */
19166 #include <c-client/c-client.h>
19167 void mm_searched (MAILSTREAM *stream,unsigned long number)
19170 void mm_exists (MAILSTREAM *stream,unsigned long number)
19173 void mm_expunged (MAILSTREAM *stream,unsigned long number)
19176 void mm_flags (MAILSTREAM *stream,unsigned long number)
19179 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
19182 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
19185 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
19188 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
19191 void mm_log (char *string,long errflg)
19194 void mm_dlog (char *string)
19197 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
19200 void mm_critical (MAILSTREAM *stream)
19203 void mm_nocritical (MAILSTREAM *stream)
19206 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
19209 void mm_fatal (char *string)
19216 MAILSTREAM *foo = mail_open(NULL, "", 0);
19223 rm -f conftest.$ac_objext conftest$ac_exeext
19224 if { (ac_try="$ac_link"
19225 case "(($ac_try" in
19226 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19227 *) ac_try_echo
=$ac_try;;
19229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19230 (eval "$ac_link") 2>conftest.er1
19232 grep -v '^ *+' conftest.er1
>conftest.err
19234 cat conftest.err
>&5
19235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19236 (exit $ac_status); } && {
19237 test -z "$ac_c_werror_flag" ||
19238 test ! -s conftest.err
19239 } && test -s conftest
$ac_exeext &&
19240 $as_test_x conftest
$ac_exeext; then
19241 ac_cv_imap_tk
="yes"
19243 echo "$as_me: failed program was:" >&5
19244 sed 's/^/| /' conftest.
$ac_ext >&5
19250 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19251 conftest
$ac_exeext conftest.
$ac_ext
19252 if test "${ac_cv_imap_tk}" = "yes"; then
19253 cat >conftest.
$ac_ext <<_ACEOF
19256 cat confdefs.h
>>conftest.
$ac_ext
19257 cat >>conftest.
$ac_ext <<_ACEOF
19258 /* end confdefs.h. */
19260 #include <c-client/c-client.h>
19261 void mm_searched (MAILSTREAM *stream,unsigned long number)
19264 void mm_exists (MAILSTREAM *stream,unsigned long number)
19267 void mm_expunged (MAILSTREAM *stream,unsigned long number)
19270 void mm_flags (MAILSTREAM *stream,unsigned long number)
19273 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
19276 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
19279 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
19282 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
19285 void mm_log (char *string,long errflg)
19288 void mm_dlog (char *string)
19291 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
19294 void mm_critical (MAILSTREAM *stream)
19297 void mm_nocritical (MAILSTREAM *stream)
19300 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
19303 void mm_fatal (char *string)
19310 long check = mail_expunge_full(NULL, "", 0);
19317 rm -f conftest.
$ac_objext conftest
$ac_exeext
19318 if { (ac_try
="$ac_link"
19319 case "(($ac_try" in
19320 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19321 *) ac_try_echo=$ac_try;;
19323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19324 (eval "$ac_link") 2>conftest.er1
19326 grep -v '^ *+' conftest.er1 >conftest.err
19328 cat conftest.err >&5
19329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19330 (exit $ac_status); } && {
19331 test -z "$ac_c_werror_flag" ||
19332 test ! -s conftest.err
19333 } && test -s conftest$ac_exeext &&
19334 $as_test_x conftest$ac_exeext; then
19335 ac_cv_imap_tk2006="yes"
19337 echo "$as_me: failed program was:" >&5
19338 sed 's/^/| /' conftest.$ac_ext >&5
19340 ac_cv_imap_tk2006="no"
19344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19345 conftest$ac_exeext conftest.$ac_ext
19349 if test "${ac_cv_imap_tk}" = "yes"; then
19350 { echo "$as_me:$LINENO: result: yes" >&5
19351 echo "${ECHO_T}yes" >&6; }
19352 IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}`
19353 IMAP_TK_INCLUDE="${imap_include}"
19356 cat >>confdefs.h <<\_ACEOF
19357 #define HAVE_IMAP_TK 1
19360 if test "${ac_cv_imap_tk2006}" = "yes"; then
19362 cat >>confdefs.h <<\_ACEOF
19363 #define HAVE_IMAP_TK2006 1
19367 elif test -n "${IMAP_TK_MANDATORY}"; then
19368 { echo "$as_me:$LINENO: result: no" >&5
19369 echo "${ECHO_T}no" >&6; }
19370 { echo "$as_me:$LINENO: ***" >&5
19371 echo "$as_me: ***" >&6;}
19372 { echo "$as_me:$LINENO: *** The UW IMAP Toolkit installation on this system appears to be broken." >&5
19373 echo "$as_me: *** The UW IMAP Toolkit installation on this system appears to be broken." >&6;}
19374 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
19375 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
19376 { echo "$as_me:$LINENO: *** including --without-imap." >&5
19377 echo "$as_me: *** including --without-imap." >&6;}
19380 { echo "$as_me:$LINENO: result: no" >&5
19381 echo "${ECHO_T}no" >&6; }
19383 CPPFLAGS="${saved_cppflags}"
19384 LIBS="${saved_libs}"
19387 # Needed by unixodbc
19389 if test "${USE_LTDL}" != "no"; then
19391 if test "x${LTDL_DIR}" != "x"; then
19392 if test -d ${LTDL_DIR}/lib; then
19393 pbxlibdir="-L${LTDL_DIR}/lib"
19395 pbxlibdir="-L${LTDL_DIR}"
19398 { echo "$as_me:$LINENO: checking for lt_dlinit in -lltdl" >&5
19399 echo $ECHO_N "checking for lt_dlinit in -lltdl... $ECHO_C" >&6; }
19400 if test "${ac_cv_lib_ltdl_lt_dlinit+set}" = set; then
19401 echo $ECHO_N "(cached) $ECHO_C" >&6
19403 ac_check_lib_save_LIBS=$LIBS
19404 LIBS="-lltdl ${pbxlibdir} $LIBS"
19405 cat >conftest.$ac_ext <<_ACEOF
19408 cat confdefs.h >>conftest.$ac_ext
19409 cat >>conftest.$ac_ext <<_ACEOF
19410 /* end confdefs.h. */
19412 /* Override any GCC internal prototype to avoid an error.
19413 Use char because int might match the return type of a GCC
19414 builtin and then its argument prototype would still apply. */
19422 return lt_dlinit ();
19427 rm -f conftest.$ac_objext conftest$ac_exeext
19428 if { (ac_try="$ac_link"
19429 case "(($ac_try" in
19430 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19431 *) ac_try_echo
=$ac_try;;
19433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19434 (eval "$ac_link") 2>conftest.er1
19436 grep -v '^ *+' conftest.er1
>conftest.err
19438 cat conftest.err
>&5
19439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19440 (exit $ac_status); } && {
19441 test -z "$ac_c_werror_flag" ||
19442 test ! -s conftest.err
19443 } && test -s conftest
$ac_exeext &&
19444 $as_test_x conftest
$ac_exeext; then
19445 ac_cv_lib_ltdl_lt_dlinit
=yes
19447 echo "$as_me: failed program was:" >&5
19448 sed 's/^/| /' conftest.
$ac_ext >&5
19450 ac_cv_lib_ltdl_lt_dlinit
=no
19453 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19454 conftest
$ac_exeext conftest.
$ac_ext
19455 LIBS
=$ac_check_lib_save_LIBS
19457 { echo "$as_me:$LINENO: result: $ac_cv_lib_ltdl_lt_dlinit" >&5
19458 echo "${ECHO_T}$ac_cv_lib_ltdl_lt_dlinit" >&6; }
19459 if test $ac_cv_lib_ltdl_lt_dlinit = yes; then
19466 if test "${AST_LTDL_FOUND}" = "yes"; then
19468 LTDL_HEADER_FOUND
="1"
19469 if test "x${LTDL_DIR}" != "x"; then
19470 LTDL_LIB
="${pbxlibdir} ${LTDL_LIB}"
19471 LTDL_INCLUDE
="-I${LTDL_DIR}/include"
19473 LTDL_INCLUDE
="${LTDL_INCLUDE} "
19474 saved_cppflags
="${CPPFLAGS}"
19475 CPPFLAGS
="${CPPFLAGS} ${LTDL_INCLUDE}"
19476 if test "xltdl.h" != "x" ; then
19477 if test "${ac_cv_header_ltdl_h+set}" = set; then
19478 { echo "$as_me:$LINENO: checking for ltdl.h" >&5
19479 echo $ECHO_N "checking for ltdl.h... $ECHO_C" >&6; }
19480 if test "${ac_cv_header_ltdl_h+set}" = set; then
19481 echo $ECHO_N "(cached) $ECHO_C" >&6
19483 { echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5
19484 echo "${ECHO_T}$ac_cv_header_ltdl_h" >&6; }
19486 # Is the header compilable?
19487 { echo "$as_me:$LINENO: checking ltdl.h usability" >&5
19488 echo $ECHO_N "checking ltdl.h usability... $ECHO_C" >&6; }
19489 cat >conftest.
$ac_ext <<_ACEOF
19492 cat confdefs.h
>>conftest.
$ac_ext
19493 cat >>conftest.
$ac_ext <<_ACEOF
19494 /* end confdefs.h. */
19495 $ac_includes_default
19498 rm -f conftest.
$ac_objext
19499 if { (ac_try
="$ac_compile"
19500 case "(($ac_try" in
19501 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19502 *) ac_try_echo=$ac_try;;
19504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19505 (eval "$ac_compile") 2>conftest.er1
19507 grep -v '^ *+' conftest.er1 >conftest.err
19509 cat conftest.err >&5
19510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); } && {
19512 test -z "$ac_c_werror_flag" ||
19513 test ! -s conftest.err
19514 } && test -s conftest.$ac_objext; then
19515 ac_header_compiler=yes
19517 echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19520 ac_header_compiler=no
19523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19524 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19525 echo "${ECHO_T}$ac_header_compiler" >&6; }
19527 # Is the header present?
19528 { echo "$as_me:$LINENO: checking ltdl.h presence" >&5
19529 echo $ECHO_N "checking ltdl.h presence... $ECHO_C" >&6; }
19530 cat >conftest.$ac_ext <<_ACEOF
19533 cat confdefs.h >>conftest.$ac_ext
19534 cat >>conftest.$ac_ext <<_ACEOF
19535 /* end confdefs.h. */
19538 if { (ac_try="$ac_cpp conftest.$ac_ext"
19539 case "(($ac_try" in
19540 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19541 *) ac_try_echo
=$ac_try;;
19543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19544 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19546 grep -v '^ *+' conftest.er1
>conftest.err
19548 cat conftest.err
>&5
19549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19550 (exit $ac_status); } >/dev
/null
&& {
19551 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19552 test ! -s conftest.err
19554 ac_header_preproc
=yes
19556 echo "$as_me: failed program was:" >&5
19557 sed 's/^/| /' conftest.
$ac_ext >&5
19559 ac_header_preproc
=no
19562 rm -f conftest.err conftest.
$ac_ext
19563 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19564 echo "${ECHO_T}$ac_header_preproc" >&6; }
19566 # So? What about this header?
19567 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19569 { echo "$as_me:$LINENO: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&5
19570 echo "$as_me: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19571 { echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the compiler's result" >&5
19572 echo "$as_me: WARNING: ltdl.h: proceeding with the compiler's result" >&2;}
19573 ac_header_preproc
=yes
19576 { echo "$as_me:$LINENO: WARNING: ltdl.h: present but cannot be compiled" >&5
19577 echo "$as_me: WARNING: ltdl.h: present but cannot be compiled" >&2;}
19578 { echo "$as_me:$LINENO: WARNING: ltdl.h: check for missing prerequisite headers?" >&5
19579 echo "$as_me: WARNING: ltdl.h: check for missing prerequisite headers?" >&2;}
19580 { echo "$as_me:$LINENO: WARNING: ltdl.h: see the Autoconf documentation" >&5
19581 echo "$as_me: WARNING: ltdl.h: see the Autoconf documentation" >&2;}
19582 { echo "$as_me:$LINENO: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&5
19583 echo "$as_me: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&2;}
19584 { echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the preprocessor's result" >&5
19585 echo "$as_me: WARNING: ltdl.h: proceeding with the preprocessor's result" >&2;}
19586 { echo "$as_me:$LINENO: WARNING: ltdl.h: in the future, the compiler will take precedence" >&5
19587 echo "$as_me: WARNING: ltdl.h: in the future, the compiler will take precedence" >&2;}
19589 ## ------------------------------- ##
19590 ## Report this to www.asterisk.org ##
19591 ## ------------------------------- ##
19593 ) |
sed "s/^/$as_me: WARNING: /" >&2
19596 { echo "$as_me:$LINENO: checking for ltdl.h" >&5
19597 echo $ECHO_N "checking for ltdl.h... $ECHO_C" >&6; }
19598 if test "${ac_cv_header_ltdl_h+set}" = set; then
19599 echo $ECHO_N "(cached) $ECHO_C" >&6
19601 ac_cv_header_ltdl_h
=$ac_header_preproc
19603 { echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5
19604 echo "${ECHO_T}$ac_cv_header_ltdl_h" >&6; }
19607 if test $ac_cv_header_ltdl_h = yes; then
19608 LTDL_HEADER_FOUND
=1
19610 LTDL_HEADER_FOUND
=0
19615 CPPFLAGS
="${saved_cppflags}"
19616 if test "x${LTDL_HEADER_FOUND}" = "x0" ; then
19617 if test -n "${LTDL_MANDATORY}" ;
19619 { echo "$as_me:$LINENO: ***" >&5
19620 echo "$as_me: ***" >&6;}
19621 { echo "$as_me:$LINENO: *** It appears that you do not have the ltdl development package installed." >&5
19622 echo "$as_me: *** It appears that you do not have the ltdl development package installed." >&6;}
19623 { echo "$as_me:$LINENO: *** Please install it to include ${LTDL_DESCRIP} support, or re-run configure" >&5
19624 echo "$as_me: *** Please install it to include ${LTDL_DESCRIP} support, or re-run configure" >&6;}
19625 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${LTDL_OPTION}" >&5
19626 echo "$as_me: *** without explicitly specifying --with-${LTDL_OPTION}" >&6;}
19635 cat >>confdefs.h
<<_ACEOF
19636 #define HAVE_LTDL 1
19640 elif test -n "${LTDL_MANDATORY}";
19642 { echo "$as_me:$LINENO: ***" >&5
19643 echo "$as_me: ***" >&6;}
19644 { echo "$as_me:$LINENO: *** The ${LTDL_DESCRIP} installation on this system appears to be broken." >&5
19645 echo "$as_me: *** The ${LTDL_DESCRIP} installation on this system appears to be broken." >&6;}
19646 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
19647 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
19648 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${LTDL_OPTION}" >&5
19649 echo "$as_me: *** without explicitly specifying --with-${LTDL_OPTION}" >&6;}
19656 ac_cpp
='$CXXCPP $CPPFLAGS'
19657 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19658 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19659 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19662 if test "${USE_KDE}" != "no"; then
19663 { echo "$as_me:$LINENO: checking for crashHandler in -lkdecore" >&5
19664 echo $ECHO_N "checking for crashHandler in -lkdecore... $ECHO_C" >&6; }
19665 saved_libs
="${LIBS}"
19666 saved_cppflags
="${CPPFLAGS}"
19667 CPPFLAGS
="${CPPFLAGS} -I${KDE_DIR}/include"
19668 if test -d ${KDE_DIR}/lib
; then
19669 kdelibdir
="${KDE_DIR}/lib"
19671 kdelibdir
="${KDE_DIR}"
19673 LIBS
="${LIBS} -L${kdelibdir} -lkdecore"
19676 cat >conftest.
$ac_ext <<_ACEOF
19679 cat confdefs.h
>>conftest.
$ac_ext
19680 cat >>conftest.
$ac_ext <<_ACEOF
19681 /* end confdefs.h. */
19682 #include "kcrash.h"
19686 KCrash::defaultCrashHandler(1);
19692 rm -f conftest.
$ac_objext conftest
$ac_exeext
19693 if { (ac_try
="$ac_link"
19694 case "(($ac_try" in
19695 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19696 *) ac_try_echo=$ac_try;;
19698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19699 (eval "$ac_link") 2>conftest.er1
19701 grep -v '^ *+' conftest.er1 >conftest.err
19703 cat conftest.err >&5
19704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19705 (exit $ac_status); } && {
19706 test -z "$ac_cxx_werror_flag" ||
19707 test ! -s conftest.err
19708 } && test -s conftest$ac_exeext &&
19709 $as_test_x conftest$ac_exeext; then
19710 ac_cv_lib_kde_crash="yes"
19712 echo "$as_me: failed program was:" >&5
19713 sed 's/^/| /' conftest.$ac_ext >&5
19715 ac_cv_lib_kde_crash="no"
19718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19719 conftest$ac_exeext conftest.$ac_ext
19721 LIBS="${saved_libs}"
19722 CPPFLAGS="${saved_cppflags}"
19724 if test "${ac_cv_lib_kde_crash}" = "yes"; then
19725 { echo "$as_me:$LINENO: result: yes" >&5
19726 echo "${ECHO_T}yes" >&6; }
19727 KDE_LIB="-lkdecore -lkdeui"
19728 if test "${KDE_DIR}" != ""; then
19729 KDE_LIB="-L${kdelibdir} ${KDE_LIB}"
19730 KDE_INCLUDE="-I${KDE_DIR}/include"
19734 cat >>confdefs.h <<\_ACEOF
19735 #define HAVE_LIBKDE 1
19738 elif test -n "${KDE_MANDATORY}"; then
19739 { echo "$as_me:$LINENO: result: no" >&5
19740 echo "${ECHO_T}no" >&6; }
19741 { echo "$as_me:$LINENO: ***" >&5
19742 echo "$as_me: ***" >&6;}
19743 { echo "$as_me:$LINENO: *** The KDE installation on this system appears to be broken." >&5
19744 echo "$as_me: *** The KDE installation on this system appears to be broken." >&6;}
19745 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
19746 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
19747 { echo "$as_me:$LINENO: *** including --without-kde." >&5
19748 echo "$as_me: *** including --without-kde." >&6;}
19751 { echo "$as_me:$LINENO: result: no" >&5
19752 echo "${ECHO_T}no" >&6; }
19755 if test "${PBX_KDE}" = 1; then
19756 if test -n "$ac_tool_prefix"; then
19757 # Extract the first word of "${ac_tool_prefix}kdeinit", so it can be a program name with args.
19758 set dummy ${ac_tool_prefix}kdeinit; ac_word=$2
19759 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19761 if test "${ac_cv_path_KDEINIT+set}" = set; then
19762 echo $ECHO_N "(cached) $ECHO_C" >&6
19766 ac_cv_path_KDEINIT="$KDEINIT" # Let the user override the test with a path.
19769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19770 for as_dir in $PATH
19773 test -z "$as_dir" && as_dir=.
19774 for ac_exec_ext in '' $ac_executable_extensions; do
19775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19776 ac_cv_path_KDEINIT="$as_dir/$ac_word$ac_exec_ext"
19777 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19787 KDEINIT=$ac_cv_path_KDEINIT
19788 if test -n "$KDEINIT"; then
19789 { echo "$as_me:$LINENO: result: $KDEINIT" >&5
19790 echo "${ECHO_T}$KDEINIT" >&6; }
19792 { echo "$as_me:$LINENO: result: no" >&5
19793 echo "${ECHO_T}no" >&6; }
19798 if test -z "$ac_cv_path_KDEINIT"; then
19799 ac_pt_KDEINIT=$KDEINIT
19800 # Extract the first word of "kdeinit", so it can be a program name with args.
19801 set dummy kdeinit; ac_word=$2
19802 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19803 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19804 if test "${ac_cv_path_ac_pt_KDEINIT+set}" = set; then
19805 echo $ECHO_N "(cached) $ECHO_C" >&6
19807 case $ac_pt_KDEINIT in
19809 ac_cv_path_ac_pt_KDEINIT="$ac_pt_KDEINIT" # Let the user override the test with a path.
19812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19813 for as_dir in $PATH
19816 test -z "$as_dir" && as_dir=.
19817 for ac_exec_ext in '' $ac_executable_extensions; do
19818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19819 ac_cv_path_ac_pt_KDEINIT="$as_dir/$ac_word$ac_exec_ext"
19820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19830 ac_pt_KDEINIT=$ac_cv_path_ac_pt_KDEINIT
19831 if test -n "$ac_pt_KDEINIT"; then
19832 { echo "$as_me:$LINENO: result: $ac_pt_KDEINIT" >&5
19833 echo "${ECHO_T}$ac_pt_KDEINIT" >&6; }
19835 { echo "$as_me:$LINENO: result: no" >&5
19836 echo "${ECHO_T}no" >&6; }
19839 if test "x$ac_pt_KDEINIT" = x; then
19842 case $cross_compiling:$ac_tool_warned in
19844 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
19845 whose name does not start with the host triplet. If you think this
19846 configuration is useful to you, please write to autoconf@gnu.org." >&5
19847 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
19848 whose name does not start with the host triplet. If you think this
19849 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
19850 ac_tool_warned=yes ;;
19852 KDEINIT=$ac_pt_KDEINIT
19855 KDEINIT="$ac_cv_path_KDEINIT"
19858 if test ! x"${KDEINIT}" = xNo; then
19859 KDEDIR=$(${DIRNAME} ${KDEINIT})
19860 KDEDIR=$(${DIRNAME} ${KDEDIR})
19866 ac_cpp='$CPP $CPPFLAGS'
19867 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19868 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19869 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19873 if test "${USE_MISDN}" != "no"; then
19875 if test "x${MISDN_DIR}" != "x"; then
19876 if test -d ${MISDN_DIR}/lib; then
19877 pbxlibdir="-L${MISDN_DIR}/lib"
19879 pbxlibdir="-L${MISDN_DIR}"
19882 { echo "$as_me:$LINENO: checking for mISDN_open in -lmISDN" >&5
19883 echo $ECHO_N "checking for mISDN_open in -lmISDN... $ECHO_C" >&6; }
19884 if test "${ac_cv_lib_mISDN_mISDN_open+set}" = set; then
19885 echo $ECHO_N "(cached) $ECHO_C" >&6
19887 ac_check_lib_save_LIBS=$LIBS
19888 LIBS="-lmISDN ${pbxlibdir} $LIBS"
19889 cat >conftest.$ac_ext <<_ACEOF
19892 cat confdefs.h >>conftest.$ac_ext
19893 cat >>conftest.$ac_ext <<_ACEOF
19894 /* end confdefs.h. */
19896 /* Override any GCC internal prototype to avoid an error.
19897 Use char because int might match the return type of a GCC
19898 builtin and then its argument prototype would still apply. */
19902 char mISDN_open ();
19906 return mISDN_open ();
19911 rm -f conftest.$ac_objext conftest$ac_exeext
19912 if { (ac_try="$ac_link"
19913 case "(($ac_try" in
19914 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19915 *) ac_try_echo
=$ac_try;;
19917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19918 (eval "$ac_link") 2>conftest.er1
19920 grep -v '^ *+' conftest.er1
>conftest.err
19922 cat conftest.err
>&5
19923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19924 (exit $ac_status); } && {
19925 test -z "$ac_c_werror_flag" ||
19926 test ! -s conftest.err
19927 } && test -s conftest
$ac_exeext &&
19928 $as_test_x conftest
$ac_exeext; then
19929 ac_cv_lib_mISDN_mISDN_open
=yes
19931 echo "$as_me: failed program was:" >&5
19932 sed 's/^/| /' conftest.
$ac_ext >&5
19934 ac_cv_lib_mISDN_mISDN_open
=no
19937 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19938 conftest
$ac_exeext conftest.
$ac_ext
19939 LIBS
=$ac_check_lib_save_LIBS
19941 { echo "$as_me:$LINENO: result: $ac_cv_lib_mISDN_mISDN_open" >&5
19942 echo "${ECHO_T}$ac_cv_lib_mISDN_mISDN_open" >&6; }
19943 if test $ac_cv_lib_mISDN_mISDN_open = yes; then
19944 AST_MISDN_FOUND
=yes
19950 if test "${AST_MISDN_FOUND}" = "yes"; then
19951 MISDN_LIB
="-lmISDN "
19952 MISDN_HEADER_FOUND
="1"
19953 if test "x${MISDN_DIR}" != "x"; then
19954 MISDN_LIB
="${pbxlibdir} ${MISDN_LIB}"
19955 MISDN_INCLUDE
="-I${MISDN_DIR}/include"
19957 MISDN_INCLUDE
="${MISDN_INCLUDE} "
19958 saved_cppflags
="${CPPFLAGS}"
19959 CPPFLAGS
="${CPPFLAGS} ${MISDN_INCLUDE}"
19960 if test "xmISDNuser/mISDNlib.h" != "x" ; then
19961 if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then
19962 { echo "$as_me:$LINENO: checking for mISDNuser/mISDNlib.h" >&5
19963 echo $ECHO_N "checking for mISDNuser/mISDNlib.h... $ECHO_C" >&6; }
19964 if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then
19965 echo $ECHO_N "(cached) $ECHO_C" >&6
19967 { echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_mISDNlib_h" >&5
19968 echo "${ECHO_T}$ac_cv_header_mISDNuser_mISDNlib_h" >&6; }
19970 # Is the header compilable?
19971 { echo "$as_me:$LINENO: checking mISDNuser/mISDNlib.h usability" >&5
19972 echo $ECHO_N "checking mISDNuser/mISDNlib.h usability... $ECHO_C" >&6; }
19973 cat >conftest.
$ac_ext <<_ACEOF
19976 cat confdefs.h
>>conftest.
$ac_ext
19977 cat >>conftest.
$ac_ext <<_ACEOF
19978 /* end confdefs.h. */
19979 $ac_includes_default
19980 #include <mISDNuser/mISDNlib.h>
19982 rm -f conftest.
$ac_objext
19983 if { (ac_try
="$ac_compile"
19984 case "(($ac_try" in
19985 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19986 *) ac_try_echo=$ac_try;;
19988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19989 (eval "$ac_compile") 2>conftest.er1
19991 grep -v '^ *+' conftest.er1 >conftest.err
19993 cat conftest.err >&5
19994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19995 (exit $ac_status); } && {
19996 test -z "$ac_c_werror_flag" ||
19997 test ! -s conftest.err
19998 } && test -s conftest.$ac_objext; then
19999 ac_header_compiler=yes
20001 echo "$as_me: failed program was:" >&5
20002 sed 's/^/| /' conftest.$ac_ext >&5
20004 ac_header_compiler=no
20007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20008 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20009 echo "${ECHO_T}$ac_header_compiler" >&6; }
20011 # Is the header present?
20012 { echo "$as_me:$LINENO: checking mISDNuser/mISDNlib.h presence" >&5
20013 echo $ECHO_N "checking mISDNuser/mISDNlib.h presence... $ECHO_C" >&6; }
20014 cat >conftest.$ac_ext <<_ACEOF
20017 cat confdefs.h >>conftest.$ac_ext
20018 cat >>conftest.$ac_ext <<_ACEOF
20019 /* end confdefs.h. */
20020 #include <mISDNuser/mISDNlib.h>
20022 if { (ac_try="$ac_cpp conftest.$ac_ext"
20023 case "(($ac_try" in
20024 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20025 *) ac_try_echo
=$ac_try;;
20027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20028 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20030 grep -v '^ *+' conftest.er1
>conftest.err
20032 cat conftest.err
>&5
20033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20034 (exit $ac_status); } >/dev
/null
&& {
20035 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20036 test ! -s conftest.err
20038 ac_header_preproc
=yes
20040 echo "$as_me: failed program was:" >&5
20041 sed 's/^/| /' conftest.
$ac_ext >&5
20043 ac_header_preproc
=no
20046 rm -f conftest.err conftest.
$ac_ext
20047 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20048 echo "${ECHO_T}$ac_header_preproc" >&6; }
20050 # So? What about this header?
20051 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20053 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
20054 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20055 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: proceeding with the compiler's result" >&5
20056 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: proceeding with the compiler's result" >&2;}
20057 ac_header_preproc
=yes
20060 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: present but cannot be compiled" >&5
20061 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: present but cannot be compiled" >&2;}
20062 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: check for missing prerequisite headers?" >&5
20063 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: check for missing prerequisite headers?" >&2;}
20064 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: see the Autoconf documentation" >&5
20065 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: see the Autoconf documentation" >&2;}
20066 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: section \"Present But Cannot Be Compiled\"" >&5
20067 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
20068 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: proceeding with the preprocessor's result" >&5
20069 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: proceeding with the preprocessor's result" >&2;}
20070 { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: in the future, the compiler will take precedence" >&5
20071 echo "$as_me: WARNING: mISDNuser/mISDNlib.h: in the future, the compiler will take precedence" >&2;}
20073 ## ------------------------------- ##
20074 ## Report this to www.asterisk.org ##
20075 ## ------------------------------- ##
20077 ) |
sed "s/^/$as_me: WARNING: /" >&2
20080 { echo "$as_me:$LINENO: checking for mISDNuser/mISDNlib.h" >&5
20081 echo $ECHO_N "checking for mISDNuser/mISDNlib.h... $ECHO_C" >&6; }
20082 if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then
20083 echo $ECHO_N "(cached) $ECHO_C" >&6
20085 ac_cv_header_mISDNuser_mISDNlib_h
=$ac_header_preproc
20087 { echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_mISDNlib_h" >&5
20088 echo "${ECHO_T}$ac_cv_header_mISDNuser_mISDNlib_h" >&6; }
20091 if test $ac_cv_header_mISDNuser_mISDNlib_h = yes; then
20092 MISDN_HEADER_FOUND
=1
20094 MISDN_HEADER_FOUND
=0
20099 CPPFLAGS
="${saved_cppflags}"
20100 if test "x${MISDN_HEADER_FOUND}" = "x0" ; then
20101 if test -n "${MISDN_MANDATORY}" ;
20103 { echo "$as_me:$LINENO: ***" >&5
20104 echo "$as_me: ***" >&6;}
20105 { echo "$as_me:$LINENO: *** It appears that you do not have the mISDN development package installed." >&5
20106 echo "$as_me: *** It appears that you do not have the mISDN development package installed." >&6;}
20107 { echo "$as_me:$LINENO: *** Please install it to include ${MISDN_DESCRIP} support, or re-run configure" >&5
20108 echo "$as_me: *** Please install it to include ${MISDN_DESCRIP} support, or re-run configure" >&6;}
20109 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${MISDN_OPTION}" >&5
20110 echo "$as_me: *** without explicitly specifying --with-${MISDN_OPTION}" >&6;}
20119 cat >>confdefs.h
<<_ACEOF
20120 #define HAVE_MISDN 1
20124 elif test -n "${MISDN_MANDATORY}";
20126 { echo "$as_me:$LINENO: ***" >&5
20127 echo "$as_me: ***" >&6;}
20128 { echo "$as_me:$LINENO: *** The ${MISDN_DESCRIP} installation on this system appears to be broken." >&5
20129 echo "$as_me: *** The ${MISDN_DESCRIP} installation on this system appears to be broken." >&6;}
20130 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
20131 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
20132 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${MISDN_OPTION}" >&5
20133 echo "$as_me: *** without explicitly specifying --with-${MISDN_OPTION}" >&6;}
20139 if test "${PBX_MISDN}" = 1; then
20141 if test "${USE_ISDNNET}" != "no"; then
20143 if test "x${ISDNNET_DIR}" != "x"; then
20144 if test -d ${ISDNNET_DIR}/lib
; then
20145 pbxlibdir
="-L${ISDNNET_DIR}/lib"
20147 pbxlibdir
="-L${ISDNNET_DIR}"
20150 { echo "$as_me:$LINENO: checking for init_manager in -lisdnnet" >&5
20151 echo $ECHO_N "checking for init_manager in -lisdnnet... $ECHO_C" >&6; }
20152 if test "${ac_cv_lib_isdnnet_init_manager+set}" = set; then
20153 echo $ECHO_N "(cached) $ECHO_C" >&6
20155 ac_check_lib_save_LIBS
=$LIBS
20156 LIBS
="-lisdnnet ${pbxlibdir} -lmISDN -lpthread $LIBS"
20157 cat >conftest.
$ac_ext <<_ACEOF
20160 cat confdefs.h
>>conftest.
$ac_ext
20161 cat >>conftest.
$ac_ext <<_ACEOF
20162 /* end confdefs.h. */
20164 /* Override any GCC internal prototype to avoid an error.
20165 Use char because int might match the return type of a GCC
20166 builtin and then its argument prototype would still apply. */
20170 char init_manager ();
20174 return init_manager ();
20179 rm -f conftest.
$ac_objext conftest
$ac_exeext
20180 if { (ac_try
="$ac_link"
20181 case "(($ac_try" in
20182 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20183 *) ac_try_echo=$ac_try;;
20185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20186 (eval "$ac_link") 2>conftest.er1
20188 grep -v '^ *+' conftest.er1 >conftest.err
20190 cat conftest.err >&5
20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192 (exit $ac_status); } && {
20193 test -z "$ac_c_werror_flag" ||
20194 test ! -s conftest.err
20195 } && test -s conftest$ac_exeext &&
20196 $as_test_x conftest$ac_exeext; then
20197 ac_cv_lib_isdnnet_init_manager=yes
20199 echo "$as_me: failed program was:" >&5
20200 sed 's/^/| /' conftest.$ac_ext >&5
20202 ac_cv_lib_isdnnet_init_manager=no
20205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20206 conftest$ac_exeext conftest.$ac_ext
20207 LIBS=$ac_check_lib_save_LIBS
20209 { echo "$as_me:$LINENO: result: $ac_cv_lib_isdnnet_init_manager" >&5
20210 echo "${ECHO_T}$ac_cv_lib_isdnnet_init_manager" >&6; }
20211 if test $ac_cv_lib_isdnnet_init_manager = yes; then
20212 AST_ISDNNET_FOUND=yes
20214 AST_ISDNNET_FOUND=no
20218 if test "${AST_ISDNNET_FOUND}" = "yes"; then
20219 ISDNNET_LIB="-lisdnnet -lmISDN -lpthread"
20220 ISDNNET_HEADER_FOUND="1"
20221 if test "x${ISDNNET_DIR}" != "x"; then
20222 ISDNNET_LIB="${pbxlibdir} ${ISDNNET_LIB}"
20223 ISDNNET_INCLUDE="-I${ISDNNET_DIR}/include"
20225 ISDNNET_INCLUDE="${ISDNNET_INCLUDE} "
20226 saved_cppflags="${CPPFLAGS}"
20227 CPPFLAGS="${CPPFLAGS} ${ISDNNET_INCLUDE}"
20228 if test "xmISDNuser/isdn_net.h" != "x" ; then
20229 if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then
20230 { echo "$as_me:$LINENO: checking for mISDNuser/isdn_net.h" >&5
20231 echo $ECHO_N "checking for mISDNuser/isdn_net.h... $ECHO_C" >&6; }
20232 if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then
20233 echo $ECHO_N "(cached) $ECHO_C" >&6
20235 { echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_isdn_net_h" >&5
20236 echo "${ECHO_T}$ac_cv_header_mISDNuser_isdn_net_h" >&6; }
20238 # Is the header compilable?
20239 { echo "$as_me:$LINENO: checking mISDNuser/isdn_net.h usability" >&5
20240 echo $ECHO_N "checking mISDNuser/isdn_net.h usability... $ECHO_C" >&6; }
20241 cat >conftest.$ac_ext <<_ACEOF
20244 cat confdefs.h >>conftest.$ac_ext
20245 cat >>conftest.$ac_ext <<_ACEOF
20246 /* end confdefs.h. */
20247 $ac_includes_default
20248 #include <mISDNuser/isdn_net.h>
20250 rm -f conftest.$ac_objext
20251 if { (ac_try="$ac_compile"
20252 case "(($ac_try" in
20253 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20254 *) ac_try_echo
=$ac_try;;
20256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20257 (eval "$ac_compile") 2>conftest.er1
20259 grep -v '^ *+' conftest.er1
>conftest.err
20261 cat conftest.err
>&5
20262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20263 (exit $ac_status); } && {
20264 test -z "$ac_c_werror_flag" ||
20265 test ! -s conftest.err
20266 } && test -s conftest.
$ac_objext; then
20267 ac_header_compiler
=yes
20269 echo "$as_me: failed program was:" >&5
20270 sed 's/^/| /' conftest.
$ac_ext >&5
20272 ac_header_compiler
=no
20275 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20276 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20277 echo "${ECHO_T}$ac_header_compiler" >&6; }
20279 # Is the header present?
20280 { echo "$as_me:$LINENO: checking mISDNuser/isdn_net.h presence" >&5
20281 echo $ECHO_N "checking mISDNuser/isdn_net.h presence... $ECHO_C" >&6; }
20282 cat >conftest.
$ac_ext <<_ACEOF
20285 cat confdefs.h
>>conftest.
$ac_ext
20286 cat >>conftest.
$ac_ext <<_ACEOF
20287 /* end confdefs.h. */
20288 #include <mISDNuser/isdn_net.h>
20290 if { (ac_try
="$ac_cpp conftest.$ac_ext"
20291 case "(($ac_try" in
20292 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20293 *) ac_try_echo=$ac_try;;
20295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20296 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20298 grep -v '^ *+' conftest.er1 >conftest.err
20300 cat conftest.err >&5
20301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302 (exit $ac_status); } >/dev/null && {
20303 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20304 test ! -s conftest.err
20306 ac_header_preproc=yes
20308 echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.$ac_ext >&5
20311 ac_header_preproc=no
20314 rm -f conftest.err conftest.$ac_ext
20315 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20316 echo "${ECHO_T}$ac_header_preproc" >&6; }
20318 # So? What about this header?
20319 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20321 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: accepted by the compiler, rejected by the preprocessor!" >&5
20322 echo "$as_me: WARNING: mISDNuser/isdn_net.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20323 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: proceeding with the compiler's result" >&5
20324 echo "$as_me: WARNING: mISDNuser/isdn_net.h: proceeding with the compiler's result" >&2;}
20325 ac_header_preproc=yes
20328 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: present but cannot be compiled" >&5
20329 echo "$as_me: WARNING: mISDNuser/isdn_net.h: present but cannot be compiled" >&2;}
20330 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: check for missing prerequisite headers?" >&5
20331 echo "$as_me: WARNING: mISDNuser/isdn_net.h: check for missing prerequisite headers?" >&2;}
20332 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: see the Autoconf documentation" >&5
20333 echo "$as_me: WARNING: mISDNuser/isdn_net.h: see the Autoconf documentation" >&2;}
20334 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: section \"Present But Cannot Be Compiled\"" >&5
20335 echo "$as_me: WARNING: mISDNuser/isdn_net.h: section \"Present But Cannot Be Compiled\"" >&2;}
20336 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: proceeding with the preprocessor's result" >&5
20337 echo "$as_me: WARNING: mISDNuser/isdn_net.h: proceeding with the preprocessor's result" >&2;}
20338 { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: in the future, the compiler will take precedence" >&5
20339 echo "$as_me: WARNING: mISDNuser/isdn_net.h: in the future, the compiler will take precedence" >&2;}
20341 ## ------------------------------- ##
20342 ## Report this to www.asterisk.org ##
20343 ## ------------------------------- ##
20345 ) | sed "s/^/$as_me: WARNING: /" >&2
20348 { echo "$as_me:$LINENO: checking for mISDNuser/isdn_net.h" >&5
20349 echo $ECHO_N "checking for mISDNuser/isdn_net.h... $ECHO_C" >&6; }
20350 if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then
20351 echo $ECHO_N "(cached) $ECHO_C" >&6
20353 ac_cv_header_mISDNuser_isdn_net_h=$ac_header_preproc
20355 { echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_isdn_net_h" >&5
20356 echo "${ECHO_T}$ac_cv_header_mISDNuser_isdn_net_h" >&6; }
20359 if test $ac_cv_header_mISDNuser_isdn_net_h = yes; then
20360 ISDNNET_HEADER_FOUND=1
20362 ISDNNET_HEADER_FOUND=0
20367 CPPFLAGS="${saved_cppflags}"
20368 if test "x${ISDNNET_HEADER_FOUND}" = "x0" ; then
20369 if test -n "${ISDNNET_MANDATORY}" ;
20371 { echo "$as_me:$LINENO: ***" >&5
20372 echo "$as_me: ***" >&6;}
20373 { echo "$as_me:$LINENO: *** It appears that you do not have the isdnnet development package installed." >&5
20374 echo "$as_me: *** It appears that you do not have the isdnnet development package installed." >&6;}
20375 { echo "$as_me:$LINENO: *** Please install it to include ${ISDNNET_DESCRIP} support, or re-run configure" >&5
20376 echo "$as_me: *** Please install it to include ${ISDNNET_DESCRIP} support, or re-run configure" >&6;}
20377 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${ISDNNET_OPTION}" >&5
20378 echo "$as_me: *** without explicitly specifying --with-${ISDNNET_OPTION}" >&6;}
20387 cat >>confdefs.h <<_ACEOF
20388 #define HAVE_ISDNNET 1
20392 elif test -n "${ISDNNET_MANDATORY}";
20394 { echo "$as_me:$LINENO: ***" >&5
20395 echo "$as_me: ***" >&6;}
20396 { echo "$as_me:$LINENO: *** The ${ISDNNET_DESCRIP} installation on this system appears to be broken." >&5
20397 echo "$as_me: *** The ${ISDNNET_DESCRIP} installation on this system appears to be broken." >&6;}
20398 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
20399 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
20400 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${ISDNNET_OPTION}" >&5
20401 echo "$as_me: *** without explicitly specifying --with-${ISDNNET_OPTION}" >&6;}
20407 if test "${USE_SUPPSERV}" != "no"; then
20409 if test "x${SUPPSERV_DIR}" != "x"; then
20410 if test -d ${SUPPSERV_DIR}/lib; then
20411 pbxlibdir="-L${SUPPSERV_DIR}/lib"
20413 pbxlibdir="-L${SUPPSERV_DIR}"
20416 { echo "$as_me:$LINENO: checking for encodeFac in -lsuppserv" >&5
20417 echo $ECHO_N "checking for encodeFac in -lsuppserv... $ECHO_C" >&6; }
20418 if test "${ac_cv_lib_suppserv_encodeFac+set}" = set; then
20419 echo $ECHO_N "(cached) $ECHO_C" >&6
20421 ac_check_lib_save_LIBS=$LIBS
20422 LIBS="-lsuppserv ${pbxlibdir} $LIBS"
20423 cat >conftest.$ac_ext <<_ACEOF
20426 cat confdefs.h >>conftest.$ac_ext
20427 cat >>conftest.$ac_ext <<_ACEOF
20428 /* end confdefs.h. */
20430 /* Override any GCC internal prototype to avoid an error.
20431 Use char because int might match the return type of a GCC
20432 builtin and then its argument prototype would still apply. */
20440 return encodeFac ();
20445 rm -f conftest.$ac_objext conftest$ac_exeext
20446 if { (ac_try="$ac_link"
20447 case "(($ac_try" in
20448 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20449 *) ac_try_echo
=$ac_try;;
20451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452 (eval "$ac_link") 2>conftest.er1
20454 grep -v '^ *+' conftest.er1
>conftest.err
20456 cat conftest.err
>&5
20457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20458 (exit $ac_status); } && {
20459 test -z "$ac_c_werror_flag" ||
20460 test ! -s conftest.err
20461 } && test -s conftest
$ac_exeext &&
20462 $as_test_x conftest
$ac_exeext; then
20463 ac_cv_lib_suppserv_encodeFac
=yes
20465 echo "$as_me: failed program was:" >&5
20466 sed 's/^/| /' conftest.
$ac_ext >&5
20468 ac_cv_lib_suppserv_encodeFac
=no
20471 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
20472 conftest
$ac_exeext conftest.
$ac_ext
20473 LIBS
=$ac_check_lib_save_LIBS
20475 { echo "$as_me:$LINENO: result: $ac_cv_lib_suppserv_encodeFac" >&5
20476 echo "${ECHO_T}$ac_cv_lib_suppserv_encodeFac" >&6; }
20477 if test $ac_cv_lib_suppserv_encodeFac = yes; then
20478 AST_SUPPSERV_FOUND
=yes
20480 AST_SUPPSERV_FOUND
=no
20484 if test "${AST_SUPPSERV_FOUND}" = "yes"; then
20485 SUPPSERV_LIB
="-lsuppserv "
20486 SUPPSERV_HEADER_FOUND
="1"
20487 if test "x${SUPPSERV_DIR}" != "x"; then
20488 SUPPSERV_LIB
="${pbxlibdir} ${SUPPSERV_LIB}"
20489 SUPPSERV_INCLUDE
="-I${SUPPSERV_DIR}/include"
20491 SUPPSERV_INCLUDE
="${SUPPSERV_INCLUDE} "
20492 saved_cppflags
="${CPPFLAGS}"
20493 CPPFLAGS
="${CPPFLAGS} ${SUPPSERV_INCLUDE}"
20494 if test "xmISDNuser/suppserv.h" != "x" ; then
20495 if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then
20496 { echo "$as_me:$LINENO: checking for mISDNuser/suppserv.h" >&5
20497 echo $ECHO_N "checking for mISDNuser/suppserv.h... $ECHO_C" >&6; }
20498 if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then
20499 echo $ECHO_N "(cached) $ECHO_C" >&6
20501 { echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_suppserv_h" >&5
20502 echo "${ECHO_T}$ac_cv_header_mISDNuser_suppserv_h" >&6; }
20504 # Is the header compilable?
20505 { echo "$as_me:$LINENO: checking mISDNuser/suppserv.h usability" >&5
20506 echo $ECHO_N "checking mISDNuser/suppserv.h usability... $ECHO_C" >&6; }
20507 cat >conftest.
$ac_ext <<_ACEOF
20510 cat confdefs.h
>>conftest.
$ac_ext
20511 cat >>conftest.
$ac_ext <<_ACEOF
20512 /* end confdefs.h. */
20513 $ac_includes_default
20514 #include <mISDNuser/suppserv.h>
20516 rm -f conftest.
$ac_objext
20517 if { (ac_try
="$ac_compile"
20518 case "(($ac_try" in
20519 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20520 *) ac_try_echo=$ac_try;;
20522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20523 (eval "$ac_compile") 2>conftest.er1
20525 grep -v '^ *+' conftest.er1 >conftest.err
20527 cat conftest.err >&5
20528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20529 (exit $ac_status); } && {
20530 test -z "$ac_c_werror_flag" ||
20531 test ! -s conftest.err
20532 } && test -s conftest.$ac_objext; then
20533 ac_header_compiler=yes
20535 echo "$as_me: failed program was:" >&5
20536 sed 's/^/| /' conftest.$ac_ext >&5
20538 ac_header_compiler=no
20541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20542 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20543 echo "${ECHO_T}$ac_header_compiler" >&6; }
20545 # Is the header present?
20546 { echo "$as_me:$LINENO: checking mISDNuser/suppserv.h presence" >&5
20547 echo $ECHO_N "checking mISDNuser/suppserv.h presence... $ECHO_C" >&6; }
20548 cat >conftest.$ac_ext <<_ACEOF
20551 cat confdefs.h >>conftest.$ac_ext
20552 cat >>conftest.$ac_ext <<_ACEOF
20553 /* end confdefs.h. */
20554 #include <mISDNuser/suppserv.h>
20556 if { (ac_try="$ac_cpp conftest.$ac_ext"
20557 case "(($ac_try" in
20558 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20559 *) ac_try_echo
=$ac_try;;
20561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20562 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20564 grep -v '^ *+' conftest.er1
>conftest.err
20566 cat conftest.err
>&5
20567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20568 (exit $ac_status); } >/dev
/null
&& {
20569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20570 test ! -s conftest.err
20572 ac_header_preproc
=yes
20574 echo "$as_me: failed program was:" >&5
20575 sed 's/^/| /' conftest.
$ac_ext >&5
20577 ac_header_preproc
=no
20580 rm -f conftest.err conftest.
$ac_ext
20581 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20582 echo "${ECHO_T}$ac_header_preproc" >&6; }
20584 # So? What about this header?
20585 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20587 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: accepted by the compiler, rejected by the preprocessor!" >&5
20588 echo "$as_me: WARNING: mISDNuser/suppserv.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20589 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: proceeding with the compiler's result" >&5
20590 echo "$as_me: WARNING: mISDNuser/suppserv.h: proceeding with the compiler's result" >&2;}
20591 ac_header_preproc
=yes
20594 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: present but cannot be compiled" >&5
20595 echo "$as_me: WARNING: mISDNuser/suppserv.h: present but cannot be compiled" >&2;}
20596 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: check for missing prerequisite headers?" >&5
20597 echo "$as_me: WARNING: mISDNuser/suppserv.h: check for missing prerequisite headers?" >&2;}
20598 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: see the Autoconf documentation" >&5
20599 echo "$as_me: WARNING: mISDNuser/suppserv.h: see the Autoconf documentation" >&2;}
20600 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: section \"Present But Cannot Be Compiled\"" >&5
20601 echo "$as_me: WARNING: mISDNuser/suppserv.h: section \"Present But Cannot Be Compiled\"" >&2;}
20602 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: proceeding with the preprocessor's result" >&5
20603 echo "$as_me: WARNING: mISDNuser/suppserv.h: proceeding with the preprocessor's result" >&2;}
20604 { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: in the future, the compiler will take precedence" >&5
20605 echo "$as_me: WARNING: mISDNuser/suppserv.h: in the future, the compiler will take precedence" >&2;}
20607 ## ------------------------------- ##
20608 ## Report this to www.asterisk.org ##
20609 ## ------------------------------- ##
20611 ) |
sed "s/^/$as_me: WARNING: /" >&2
20614 { echo "$as_me:$LINENO: checking for mISDNuser/suppserv.h" >&5
20615 echo $ECHO_N "checking for mISDNuser/suppserv.h... $ECHO_C" >&6; }
20616 if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then
20617 echo $ECHO_N "(cached) $ECHO_C" >&6
20619 ac_cv_header_mISDNuser_suppserv_h
=$ac_header_preproc
20621 { echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_suppserv_h" >&5
20622 echo "${ECHO_T}$ac_cv_header_mISDNuser_suppserv_h" >&6; }
20625 if test $ac_cv_header_mISDNuser_suppserv_h = yes; then
20626 SUPPSERV_HEADER_FOUND
=1
20628 SUPPSERV_HEADER_FOUND
=0
20633 CPPFLAGS
="${saved_cppflags}"
20634 if test "x${SUPPSERV_HEADER_FOUND}" = "x0" ; then
20635 if test -n "${SUPPSERV_MANDATORY}" ;
20637 { echo "$as_me:$LINENO: ***" >&5
20638 echo "$as_me: ***" >&6;}
20639 { echo "$as_me:$LINENO: *** It appears that you do not have the suppserv development package installed." >&5
20640 echo "$as_me: *** It appears that you do not have the suppserv development package installed." >&6;}
20641 { echo "$as_me:$LINENO: *** Please install it to include ${SUPPSERV_DESCRIP} support, or re-run configure" >&5
20642 echo "$as_me: *** Please install it to include ${SUPPSERV_DESCRIP} support, or re-run configure" >&6;}
20643 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SUPPSERV_OPTION}" >&5
20644 echo "$as_me: *** without explicitly specifying --with-${SUPPSERV_OPTION}" >&6;}
20648 SUPPSERV_INCLUDE
=""
20653 cat >>confdefs.h
<<_ACEOF
20654 #define HAVE_SUPPSERV 1
20658 elif test -n "${SUPPSERV_MANDATORY}";
20660 { echo "$as_me:$LINENO: ***" >&5
20661 echo "$as_me: ***" >&6;}
20662 { echo "$as_me:$LINENO: *** The ${SUPPSERV_DESCRIP} installation on this system appears to be broken." >&5
20663 echo "$as_me: *** The ${SUPPSERV_DESCRIP} installation on this system appears to be broken." >&6;}
20664 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
20665 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
20666 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SUPPSERV_OPTION}" >&5
20667 echo "$as_me: *** without explicitly specifying --with-${SUPPSERV_OPTION}" >&6;}
20672 if test "${ac_cv_header_linux_mISDNdsp_h+set}" = set; then
20673 { echo "$as_me:$LINENO: checking for linux/mISDNdsp.h" >&5
20674 echo $ECHO_N "checking for linux/mISDNdsp.h... $ECHO_C" >&6; }
20675 if test "${ac_cv_header_linux_mISDNdsp_h+set}" = set; then
20676 echo $ECHO_N "(cached) $ECHO_C" >&6
20678 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_mISDNdsp_h" >&5
20679 echo "${ECHO_T}$ac_cv_header_linux_mISDNdsp_h" >&6; }
20681 # Is the header compilable?
20682 { echo "$as_me:$LINENO: checking linux/mISDNdsp.h usability" >&5
20683 echo $ECHO_N "checking linux/mISDNdsp.h usability... $ECHO_C" >&6; }
20684 cat >conftest.
$ac_ext <<_ACEOF
20687 cat confdefs.h
>>conftest.
$ac_ext
20688 cat >>conftest.
$ac_ext <<_ACEOF
20689 /* end confdefs.h. */
20690 $ac_includes_default
20691 #include <linux/mISDNdsp.h>
20693 rm -f conftest.
$ac_objext
20694 if { (ac_try
="$ac_compile"
20695 case "(($ac_try" in
20696 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20697 *) ac_try_echo=$ac_try;;
20699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20700 (eval "$ac_compile") 2>conftest.er1
20702 grep -v '^ *+' conftest.er1 >conftest.err
20704 cat conftest.err >&5
20705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20706 (exit $ac_status); } && {
20707 test -z "$ac_c_werror_flag" ||
20708 test ! -s conftest.err
20709 } && test -s conftest.$ac_objext; then
20710 ac_header_compiler=yes
20712 echo "$as_me: failed program was:" >&5
20713 sed 's/^/| /' conftest.$ac_ext >&5
20715 ac_header_compiler=no
20718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20719 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20720 echo "${ECHO_T}$ac_header_compiler" >&6; }
20722 # Is the header present?
20723 { echo "$as_me:$LINENO: checking linux/mISDNdsp.h presence" >&5
20724 echo $ECHO_N "checking linux/mISDNdsp.h presence... $ECHO_C" >&6; }
20725 cat >conftest.$ac_ext <<_ACEOF
20728 cat confdefs.h >>conftest.$ac_ext
20729 cat >>conftest.$ac_ext <<_ACEOF
20730 /* end confdefs.h. */
20731 #include <linux/mISDNdsp.h>
20733 if { (ac_try="$ac_cpp conftest.$ac_ext"
20734 case "(($ac_try" in
20735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20736 *) ac_try_echo
=$ac_try;;
20738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20739 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20741 grep -v '^ *+' conftest.er1
>conftest.err
20743 cat conftest.err
>&5
20744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20745 (exit $ac_status); } >/dev
/null
&& {
20746 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20747 test ! -s conftest.err
20749 ac_header_preproc
=yes
20751 echo "$as_me: failed program was:" >&5
20752 sed 's/^/| /' conftest.
$ac_ext >&5
20754 ac_header_preproc
=no
20757 rm -f conftest.err conftest.
$ac_ext
20758 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20759 echo "${ECHO_T}$ac_header_preproc" >&6; }
20761 # So? What about this header?
20762 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20764 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: accepted by the compiler, rejected by the preprocessor!" >&5
20765 echo "$as_me: WARNING: linux/mISDNdsp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20766 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: proceeding with the compiler's result" >&5
20767 echo "$as_me: WARNING: linux/mISDNdsp.h: proceeding with the compiler's result" >&2;}
20768 ac_header_preproc
=yes
20771 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: present but cannot be compiled" >&5
20772 echo "$as_me: WARNING: linux/mISDNdsp.h: present but cannot be compiled" >&2;}
20773 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: check for missing prerequisite headers?" >&5
20774 echo "$as_me: WARNING: linux/mISDNdsp.h: check for missing prerequisite headers?" >&2;}
20775 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: see the Autoconf documentation" >&5
20776 echo "$as_me: WARNING: linux/mISDNdsp.h: see the Autoconf documentation" >&2;}
20777 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: section \"Present But Cannot Be Compiled\"" >&5
20778 echo "$as_me: WARNING: linux/mISDNdsp.h: section \"Present But Cannot Be Compiled\"" >&2;}
20779 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: proceeding with the preprocessor's result" >&5
20780 echo "$as_me: WARNING: linux/mISDNdsp.h: proceeding with the preprocessor's result" >&2;}
20781 { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: in the future, the compiler will take precedence" >&5
20782 echo "$as_me: WARNING: linux/mISDNdsp.h: in the future, the compiler will take precedence" >&2;}
20784 ## ------------------------------- ##
20785 ## Report this to www.asterisk.org ##
20786 ## ------------------------------- ##
20788 ) |
sed "s/^/$as_me: WARNING: /" >&2
20791 { echo "$as_me:$LINENO: checking for linux/mISDNdsp.h" >&5
20792 echo $ECHO_N "checking for linux/mISDNdsp.h... $ECHO_C" >&6; }
20793 if test "${ac_cv_header_linux_mISDNdsp_h+set}" = set; then
20794 echo $ECHO_N "(cached) $ECHO_C" >&6
20796 ac_cv_header_linux_mISDNdsp_h
=$ac_header_preproc
20798 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_mISDNdsp_h" >&5
20799 echo "${ECHO_T}$ac_cv_header_linux_mISDNdsp_h" >&6; }
20802 if test $ac_cv_header_linux_mISDNdsp_h = yes; then
20804 cat >>confdefs.h
<<_ACEOF
20805 #define MISDN_1_2 1
20814 if test "${USE_NBS}" != "no"; then
20816 if test "x${NBS_DIR}" != "x"; then
20817 if test -d ${NBS_DIR}/lib
; then
20818 pbxlibdir
="-L${NBS_DIR}/lib"
20820 pbxlibdir
="-L${NBS_DIR}"
20823 { echo "$as_me:$LINENO: checking for nbs_connect in -lnbs" >&5
20824 echo $ECHO_N "checking for nbs_connect in -lnbs... $ECHO_C" >&6; }
20825 if test "${ac_cv_lib_nbs_nbs_connect+set}" = set; then
20826 echo $ECHO_N "(cached) $ECHO_C" >&6
20828 ac_check_lib_save_LIBS
=$LIBS
20829 LIBS
="-lnbs ${pbxlibdir} $LIBS"
20830 cat >conftest.
$ac_ext <<_ACEOF
20833 cat confdefs.h
>>conftest.
$ac_ext
20834 cat >>conftest.
$ac_ext <<_ACEOF
20835 /* end confdefs.h. */
20837 /* Override any GCC internal prototype to avoid an error.
20838 Use char because int might match the return type of a GCC
20839 builtin and then its argument prototype would still apply. */
20843 char nbs_connect ();
20847 return nbs_connect ();
20852 rm -f conftest.
$ac_objext conftest
$ac_exeext
20853 if { (ac_try
="$ac_link"
20854 case "(($ac_try" in
20855 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20856 *) ac_try_echo=$ac_try;;
20858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20859 (eval "$ac_link") 2>conftest.er1
20861 grep -v '^ *+' conftest.er1 >conftest.err
20863 cat conftest.err >&5
20864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20865 (exit $ac_status); } && {
20866 test -z "$ac_c_werror_flag" ||
20867 test ! -s conftest.err
20868 } && test -s conftest$ac_exeext &&
20869 $as_test_x conftest$ac_exeext; then
20870 ac_cv_lib_nbs_nbs_connect=yes
20872 echo "$as_me: failed program was:" >&5
20873 sed 's/^/| /' conftest.$ac_ext >&5
20875 ac_cv_lib_nbs_nbs_connect=no
20878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20879 conftest$ac_exeext conftest.$ac_ext
20880 LIBS=$ac_check_lib_save_LIBS
20882 { echo "$as_me:$LINENO: result: $ac_cv_lib_nbs_nbs_connect" >&5
20883 echo "${ECHO_T}$ac_cv_lib_nbs_nbs_connect" >&6; }
20884 if test $ac_cv_lib_nbs_nbs_connect = yes; then
20891 if test "${AST_NBS_FOUND}" = "yes"; then
20893 NBS_HEADER_FOUND="1"
20894 if test "x${NBS_DIR}" != "x"; then
20895 NBS_LIB="${pbxlibdir} ${NBS_LIB}"
20896 NBS_INCLUDE="-I${NBS_DIR}/include"
20898 NBS_INCLUDE="${NBS_INCLUDE} "
20899 saved_cppflags="${CPPFLAGS}"
20900 CPPFLAGS="${CPPFLAGS} ${NBS_INCLUDE}"
20901 if test "xnbs.h" != "x" ; then
20902 if test "${ac_cv_header_nbs_h+set}" = set; then
20903 { echo "$as_me:$LINENO: checking for nbs.h" >&5
20904 echo $ECHO_N "checking for nbs.h... $ECHO_C" >&6; }
20905 if test "${ac_cv_header_nbs_h+set}" = set; then
20906 echo $ECHO_N "(cached) $ECHO_C" >&6
20908 { echo "$as_me:$LINENO: result: $ac_cv_header_nbs_h" >&5
20909 echo "${ECHO_T}$ac_cv_header_nbs_h" >&6; }
20911 # Is the header compilable?
20912 { echo "$as_me:$LINENO: checking nbs.h usability" >&5
20913 echo $ECHO_N "checking nbs.h usability... $ECHO_C" >&6; }
20914 cat >conftest.$ac_ext <<_ACEOF
20917 cat confdefs.h >>conftest.$ac_ext
20918 cat >>conftest.$ac_ext <<_ACEOF
20919 /* end confdefs.h. */
20920 $ac_includes_default
20923 rm -f conftest.$ac_objext
20924 if { (ac_try="$ac_compile"
20925 case "(($ac_try" in
20926 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20927 *) ac_try_echo
=$ac_try;;
20929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20930 (eval "$ac_compile") 2>conftest.er1
20932 grep -v '^ *+' conftest.er1
>conftest.err
20934 cat conftest.err
>&5
20935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20936 (exit $ac_status); } && {
20937 test -z "$ac_c_werror_flag" ||
20938 test ! -s conftest.err
20939 } && test -s conftest.
$ac_objext; then
20940 ac_header_compiler
=yes
20942 echo "$as_me: failed program was:" >&5
20943 sed 's/^/| /' conftest.
$ac_ext >&5
20945 ac_header_compiler
=no
20948 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20949 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20950 echo "${ECHO_T}$ac_header_compiler" >&6; }
20952 # Is the header present?
20953 { echo "$as_me:$LINENO: checking nbs.h presence" >&5
20954 echo $ECHO_N "checking nbs.h presence... $ECHO_C" >&6; }
20955 cat >conftest.
$ac_ext <<_ACEOF
20958 cat confdefs.h
>>conftest.
$ac_ext
20959 cat >>conftest.
$ac_ext <<_ACEOF
20960 /* end confdefs.h. */
20963 if { (ac_try
="$ac_cpp conftest.$ac_ext"
20964 case "(($ac_try" in
20965 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20966 *) ac_try_echo=$ac_try;;
20968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20971 grep -v '^ *+' conftest.er1 >conftest.err
20973 cat conftest.err >&5
20974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20975 (exit $ac_status); } >/dev/null && {
20976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20977 test ! -s conftest.err
20979 ac_header_preproc=yes
20981 echo "$as_me: failed program was:" >&5
20982 sed 's/^/| /' conftest.$ac_ext >&5
20984 ac_header_preproc=no
20987 rm -f conftest.err conftest.$ac_ext
20988 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20989 echo "${ECHO_T}$ac_header_preproc" >&6; }
20991 # So? What about this header?
20992 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20994 { echo "$as_me:$LINENO: WARNING: nbs.h: accepted by the compiler, rejected by the preprocessor!" >&5
20995 echo "$as_me: WARNING: nbs.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20996 { echo "$as_me:$LINENO: WARNING: nbs.h: proceeding with the compiler's result" >&5
20997 echo "$as_me: WARNING: nbs.h: proceeding with the compiler's result" >&2;}
20998 ac_header_preproc=yes
21001 { echo "$as_me:$LINENO: WARNING: nbs.h: present but cannot be compiled" >&5
21002 echo "$as_me: WARNING: nbs.h: present but cannot be compiled" >&2;}
21003 { echo "$as_me:$LINENO: WARNING: nbs.h: check for missing prerequisite headers?" >&5
21004 echo "$as_me: WARNING: nbs.h: check for missing prerequisite headers?" >&2;}
21005 { echo "$as_me:$LINENO: WARNING: nbs.h: see the Autoconf documentation" >&5
21006 echo "$as_me: WARNING: nbs.h: see the Autoconf documentation" >&2;}
21007 { echo "$as_me:$LINENO: WARNING: nbs.h: section \"Present But Cannot Be Compiled\"" >&5
21008 echo "$as_me: WARNING: nbs.h: section \"Present But Cannot Be Compiled\"" >&2;}
21009 { echo "$as_me:$LINENO: WARNING: nbs.h: proceeding with the preprocessor's result" >&5
21010 echo "$as_me: WARNING: nbs.h: proceeding with the preprocessor's result" >&2;}
21011 { echo "$as_me:$LINENO: WARNING: nbs.h: in the future, the compiler will take precedence" >&5
21012 echo "$as_me: WARNING: nbs.h: in the future, the compiler will take precedence" >&2;}
21014 ## ------------------------------- ##
21015 ## Report this to www.asterisk.org ##
21016 ## ------------------------------- ##
21018 ) | sed "s/^/$as_me: WARNING: /" >&2
21021 { echo "$as_me:$LINENO: checking for nbs.h" >&5
21022 echo $ECHO_N "checking for nbs.h... $ECHO_C" >&6; }
21023 if test "${ac_cv_header_nbs_h+set}" = set; then
21024 echo $ECHO_N "(cached) $ECHO_C" >&6
21026 ac_cv_header_nbs_h=$ac_header_preproc
21028 { echo "$as_me:$LINENO: result: $ac_cv_header_nbs_h" >&5
21029 echo "${ECHO_T}$ac_cv_header_nbs_h" >&6; }
21032 if test $ac_cv_header_nbs_h = yes; then
21040 CPPFLAGS="${saved_cppflags}"
21041 if test "x${NBS_HEADER_FOUND}" = "x0" ; then
21042 if test -n "${NBS_MANDATORY}" ;
21044 { echo "$as_me:$LINENO: ***" >&5
21045 echo "$as_me: ***" >&6;}
21046 { echo "$as_me:$LINENO: *** It appears that you do not have the nbs development package installed." >&5
21047 echo "$as_me: *** It appears that you do not have the nbs development package installed." >&6;}
21048 { echo "$as_me:$LINENO: *** Please install it to include ${NBS_DESCRIP} support, or re-run configure" >&5
21049 echo "$as_me: *** Please install it to include ${NBS_DESCRIP} support, or re-run configure" >&6;}
21050 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${NBS_OPTION}" >&5
21051 echo "$as_me: *** without explicitly specifying --with-${NBS_OPTION}" >&6;}
21060 cat >>confdefs.h <<_ACEOF
21065 elif test -n "${NBS_MANDATORY}";
21067 { echo "$as_me:$LINENO: ***" >&5
21068 echo "$as_me: ***" >&6;}
21069 { echo "$as_me:$LINENO: *** The ${NBS_DESCRIP} installation on this system appears to be broken." >&5
21070 echo "$as_me: *** The ${NBS_DESCRIP} installation on this system appears to be broken." >&6;}
21071 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
21072 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
21073 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${NBS_OPTION}" >&5
21074 echo "$as_me: *** without explicitly specifying --with-${NBS_OPTION}" >&6;}
21081 if test "${USE_NCURSES}" != "no"; then
21083 if test "x${NCURSES_DIR}" != "x"; then
21084 if test -d ${NCURSES_DIR}/lib; then
21085 pbxlibdir="-L${NCURSES_DIR}/lib"
21087 pbxlibdir="-L${NCURSES_DIR}"
21090 { echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
21091 echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6; }
21092 if test "${ac_cv_lib_ncurses_initscr+set}" = set; then
21093 echo $ECHO_N "(cached) $ECHO_C" >&6
21095 ac_check_lib_save_LIBS=$LIBS
21096 LIBS="-lncurses ${pbxlibdir} $LIBS"
21097 cat >conftest.$ac_ext <<_ACEOF
21100 cat confdefs.h >>conftest.$ac_ext
21101 cat >>conftest.$ac_ext <<_ACEOF
21102 /* end confdefs.h. */
21104 /* Override any GCC internal prototype to avoid an error.
21105 Use char because int might match the return type of a GCC
21106 builtin and then its argument prototype would still apply. */
21119 rm -f conftest.$ac_objext conftest$ac_exeext
21120 if { (ac_try="$ac_link"
21121 case "(($ac_try" in
21122 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21123 *) ac_try_echo
=$ac_try;;
21125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21126 (eval "$ac_link") 2>conftest.er1
21128 grep -v '^ *+' conftest.er1
>conftest.err
21130 cat conftest.err
>&5
21131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21132 (exit $ac_status); } && {
21133 test -z "$ac_c_werror_flag" ||
21134 test ! -s conftest.err
21135 } && test -s conftest
$ac_exeext &&
21136 $as_test_x conftest
$ac_exeext; then
21137 ac_cv_lib_ncurses_initscr
=yes
21139 echo "$as_me: failed program was:" >&5
21140 sed 's/^/| /' conftest.
$ac_ext >&5
21142 ac_cv_lib_ncurses_initscr
=no
21145 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21146 conftest
$ac_exeext conftest.
$ac_ext
21147 LIBS
=$ac_check_lib_save_LIBS
21149 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_initscr" >&5
21150 echo "${ECHO_T}$ac_cv_lib_ncurses_initscr" >&6; }
21151 if test $ac_cv_lib_ncurses_initscr = yes; then
21152 AST_NCURSES_FOUND
=yes
21154 AST_NCURSES_FOUND
=no
21158 if test "${AST_NCURSES_FOUND}" = "yes"; then
21159 NCURSES_LIB
="-lncurses "
21160 NCURSES_HEADER_FOUND
="1"
21161 if test "x${NCURSES_DIR}" != "x"; then
21162 NCURSES_LIB
="${pbxlibdir} ${NCURSES_LIB}"
21163 NCURSES_INCLUDE
="-I${NCURSES_DIR}/include"
21165 NCURSES_INCLUDE
="${NCURSES_INCLUDE} "
21166 saved_cppflags
="${CPPFLAGS}"
21167 CPPFLAGS
="${CPPFLAGS} ${NCURSES_INCLUDE}"
21168 if test "xcurses.h" != "x" ; then
21169 if test "${ac_cv_header_curses_h+set}" = set; then
21170 { echo "$as_me:$LINENO: checking for curses.h" >&5
21171 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; }
21172 if test "${ac_cv_header_curses_h+set}" = set; then
21173 echo $ECHO_N "(cached) $ECHO_C" >&6
21175 { echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5
21176 echo "${ECHO_T}$ac_cv_header_curses_h" >&6; }
21178 # Is the header compilable?
21179 { echo "$as_me:$LINENO: checking curses.h usability" >&5
21180 echo $ECHO_N "checking curses.h usability... $ECHO_C" >&6; }
21181 cat >conftest.
$ac_ext <<_ACEOF
21184 cat confdefs.h
>>conftest.
$ac_ext
21185 cat >>conftest.
$ac_ext <<_ACEOF
21186 /* end confdefs.h. */
21187 $ac_includes_default
21188 #include <curses.h>
21190 rm -f conftest.
$ac_objext
21191 if { (ac_try
="$ac_compile"
21192 case "(($ac_try" in
21193 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21194 *) ac_try_echo=$ac_try;;
21196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21197 (eval "$ac_compile") 2>conftest.er1
21199 grep -v '^ *+' conftest.er1 >conftest.err
21201 cat conftest.err >&5
21202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21203 (exit $ac_status); } && {
21204 test -z "$ac_c_werror_flag" ||
21205 test ! -s conftest.err
21206 } && test -s conftest.$ac_objext; then
21207 ac_header_compiler=yes
21209 echo "$as_me: failed program was:" >&5
21210 sed 's/^/| /' conftest.$ac_ext >&5
21212 ac_header_compiler=no
21215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21216 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21217 echo "${ECHO_T}$ac_header_compiler" >&6; }
21219 # Is the header present?
21220 { echo "$as_me:$LINENO: checking curses.h presence" >&5
21221 echo $ECHO_N "checking curses.h presence... $ECHO_C" >&6; }
21222 cat >conftest.$ac_ext <<_ACEOF
21225 cat confdefs.h >>conftest.$ac_ext
21226 cat >>conftest.$ac_ext <<_ACEOF
21227 /* end confdefs.h. */
21228 #include <curses.h>
21230 if { (ac_try="$ac_cpp conftest.$ac_ext"
21231 case "(($ac_try" in
21232 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21233 *) ac_try_echo
=$ac_try;;
21235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21236 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21238 grep -v '^ *+' conftest.er1
>conftest.err
21240 cat conftest.err
>&5
21241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21242 (exit $ac_status); } >/dev
/null
&& {
21243 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21244 test ! -s conftest.err
21246 ac_header_preproc
=yes
21248 echo "$as_me: failed program was:" >&5
21249 sed 's/^/| /' conftest.
$ac_ext >&5
21251 ac_header_preproc
=no
21254 rm -f conftest.err conftest.
$ac_ext
21255 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21256 echo "${ECHO_T}$ac_header_preproc" >&6; }
21258 # So? What about this header?
21259 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21261 { echo "$as_me:$LINENO: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&5
21262 echo "$as_me: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21263 { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the compiler's result" >&5
21264 echo "$as_me: WARNING: curses.h: proceeding with the compiler's result" >&2;}
21265 ac_header_preproc
=yes
21268 { echo "$as_me:$LINENO: WARNING: curses.h: present but cannot be compiled" >&5
21269 echo "$as_me: WARNING: curses.h: present but cannot be compiled" >&2;}
21270 { echo "$as_me:$LINENO: WARNING: curses.h: check for missing prerequisite headers?" >&5
21271 echo "$as_me: WARNING: curses.h: check for missing prerequisite headers?" >&2;}
21272 { echo "$as_me:$LINENO: WARNING: curses.h: see the Autoconf documentation" >&5
21273 echo "$as_me: WARNING: curses.h: see the Autoconf documentation" >&2;}
21274 { echo "$as_me:$LINENO: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&5
21275 echo "$as_me: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&2;}
21276 { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the preprocessor's result" >&5
21277 echo "$as_me: WARNING: curses.h: proceeding with the preprocessor's result" >&2;}
21278 { echo "$as_me:$LINENO: WARNING: curses.h: in the future, the compiler will take precedence" >&5
21279 echo "$as_me: WARNING: curses.h: in the future, the compiler will take precedence" >&2;}
21281 ## ------------------------------- ##
21282 ## Report this to www.asterisk.org ##
21283 ## ------------------------------- ##
21285 ) |
sed "s/^/$as_me: WARNING: /" >&2
21288 { echo "$as_me:$LINENO: checking for curses.h" >&5
21289 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; }
21290 if test "${ac_cv_header_curses_h+set}" = set; then
21291 echo $ECHO_N "(cached) $ECHO_C" >&6
21293 ac_cv_header_curses_h
=$ac_header_preproc
21295 { echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5
21296 echo "${ECHO_T}$ac_cv_header_curses_h" >&6; }
21299 if test $ac_cv_header_curses_h = yes; then
21300 NCURSES_HEADER_FOUND
=1
21302 NCURSES_HEADER_FOUND
=0
21307 CPPFLAGS
="${saved_cppflags}"
21308 if test "x${NCURSES_HEADER_FOUND}" = "x0" ; then
21309 if test -n "${NCURSES_MANDATORY}" ;
21311 { echo "$as_me:$LINENO: ***" >&5
21312 echo "$as_me: ***" >&6;}
21313 { echo "$as_me:$LINENO: *** It appears that you do not have the ncurses development package installed." >&5
21314 echo "$as_me: *** It appears that you do not have the ncurses development package installed." >&6;}
21315 { echo "$as_me:$LINENO: *** Please install it to include ${NCURSES_DESCRIP} support, or re-run configure" >&5
21316 echo "$as_me: *** Please install it to include ${NCURSES_DESCRIP} support, or re-run configure" >&6;}
21317 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${NCURSES_OPTION}" >&5
21318 echo "$as_me: *** without explicitly specifying --with-${NCURSES_OPTION}" >&6;}
21327 cat >>confdefs.h
<<_ACEOF
21328 #define HAVE_NCURSES 1
21332 elif test -n "${NCURSES_MANDATORY}";
21334 { echo "$as_me:$LINENO: ***" >&5
21335 echo "$as_me: ***" >&6;}
21336 { echo "$as_me:$LINENO: *** The ${NCURSES_DESCRIP} installation on this system appears to be broken." >&5
21337 echo "$as_me: *** The ${NCURSES_DESCRIP} installation on this system appears to be broken." >&6;}
21338 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
21339 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
21340 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${NCURSES_OPTION}" >&5
21341 echo "$as_me: *** without explicitly specifying --with-${NCURSES_OPTION}" >&6;}
21348 if test "${USE_NETSNMP}" != "no"; then
21349 if test "x${NETSNMP_DIR}" != "x"; then
21350 if test -n "$ac_tool_prefix"; then
21351 # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args.
21352 set dummy
${ac_tool_prefix}net-snmp-config
; ac_word
=$2
21353 { echo "$as_me:$LINENO: checking for $ac_word" >&5
21354 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21355 if test "${ac_cv_path_NETSNMP_CONFIG+set}" = set; then
21356 echo $ECHO_N "(cached) $ECHO_C" >&6
21358 case $NETSNMP_CONFIG in
21360 ac_cv_path_NETSNMP_CONFIG
="$NETSNMP_CONFIG" # Let the user override the test with a path.
21363 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21364 for as_dir
in ${NETSNMP_DIR}/bin
21367 test -z "$as_dir" && as_dir
=.
21368 for ac_exec_ext
in '' $ac_executable_extensions; do
21369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21370 ac_cv_path_NETSNMP_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
21371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21381 NETSNMP_CONFIG
=$ac_cv_path_NETSNMP_CONFIG
21382 if test -n "$NETSNMP_CONFIG"; then
21383 { echo "$as_me:$LINENO: result: $NETSNMP_CONFIG" >&5
21384 echo "${ECHO_T}$NETSNMP_CONFIG" >&6; }
21386 { echo "$as_me:$LINENO: result: no" >&5
21387 echo "${ECHO_T}no" >&6; }
21392 if test -z "$ac_cv_path_NETSNMP_CONFIG"; then
21393 ac_pt_NETSNMP_CONFIG
=$NETSNMP_CONFIG
21394 # Extract the first word of "net-snmp-config", so it can be a program name with args.
21395 set dummy net-snmp-config
; ac_word
=$2
21396 { echo "$as_me:$LINENO: checking for $ac_word" >&5
21397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21398 if test "${ac_cv_path_ac_pt_NETSNMP_CONFIG+set}" = set; then
21399 echo $ECHO_N "(cached) $ECHO_C" >&6
21401 case $ac_pt_NETSNMP_CONFIG in
21403 ac_cv_path_ac_pt_NETSNMP_CONFIG
="$ac_pt_NETSNMP_CONFIG" # Let the user override the test with a path.
21406 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21407 for as_dir
in ${NETSNMP_DIR}/bin
21410 test -z "$as_dir" && as_dir
=.
21411 for ac_exec_ext
in '' $ac_executable_extensions; do
21412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21413 ac_cv_path_ac_pt_NETSNMP_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
21414 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21424 ac_pt_NETSNMP_CONFIG
=$ac_cv_path_ac_pt_NETSNMP_CONFIG
21425 if test -n "$ac_pt_NETSNMP_CONFIG"; then
21426 { echo "$as_me:$LINENO: result: $ac_pt_NETSNMP_CONFIG" >&5
21427 echo "${ECHO_T}$ac_pt_NETSNMP_CONFIG" >&6; }
21429 { echo "$as_me:$LINENO: result: no" >&5
21430 echo "${ECHO_T}no" >&6; }
21433 if test "x$ac_pt_NETSNMP_CONFIG" = x
; then
21434 NETSNMP_CONFIG
="No"
21436 case $cross_compiling:$ac_tool_warned in
21438 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
21439 whose name does not start with the host triplet. If you think this
21440 configuration is useful to you, please write to autoconf@gnu.org." >&5
21441 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
21442 whose name does not start with the host triplet. If you think this
21443 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
21444 ac_tool_warned
=yes ;;
21446 NETSNMP_CONFIG
=$ac_pt_NETSNMP_CONFIG
21449 NETSNMP_CONFIG
="$ac_cv_path_NETSNMP_CONFIG"
21452 if test x
"${NETSNMP_CONFIG}" = xNo
; then
21453 { echo "$as_me:$LINENO: ***" >&5
21454 echo "$as_me: ***" >&6;}
21455 { echo "$as_me:$LINENO: *** net-snmp-config was not found in the path you specified:" >&5
21456 echo "$as_me: *** net-snmp-config was not found in the path you specified:" >&6;}
21457 { echo "$as_me:$LINENO: *** ${NETSNMP_DIR}/bin" >&5
21458 echo "$as_me: *** ${NETSNMP_DIR}/bin" >&6;}
21459 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
21460 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
21461 { echo "$as_me:$LINENO: *** including --without-netsnmp" >&5
21462 echo "$as_me: *** including --without-netsnmp" >&6;}
21466 if test -n "$ac_tool_prefix"; then
21467 # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args.
21468 set dummy
${ac_tool_prefix}net-snmp-config
; ac_word
=$2
21469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
21470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21471 if test "${ac_cv_path_NETSNMP_CONFIG+set}" = set; then
21472 echo $ECHO_N "(cached) $ECHO_C" >&6
21474 case $NETSNMP_CONFIG in
21476 ac_cv_path_NETSNMP_CONFIG
="$NETSNMP_CONFIG" # Let the user override the test with a path.
21479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21480 for as_dir
in $PATH
21483 test -z "$as_dir" && as_dir
=.
21484 for ac_exec_ext
in '' $ac_executable_extensions; do
21485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21486 ac_cv_path_NETSNMP_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
21487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21497 NETSNMP_CONFIG
=$ac_cv_path_NETSNMP_CONFIG
21498 if test -n "$NETSNMP_CONFIG"; then
21499 { echo "$as_me:$LINENO: result: $NETSNMP_CONFIG" >&5
21500 echo "${ECHO_T}$NETSNMP_CONFIG" >&6; }
21502 { echo "$as_me:$LINENO: result: no" >&5
21503 echo "${ECHO_T}no" >&6; }
21508 if test -z "$ac_cv_path_NETSNMP_CONFIG"; then
21509 ac_pt_NETSNMP_CONFIG
=$NETSNMP_CONFIG
21510 # Extract the first word of "net-snmp-config", so it can be a program name with args.
21511 set dummy net-snmp-config
; ac_word
=$2
21512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
21513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21514 if test "${ac_cv_path_ac_pt_NETSNMP_CONFIG+set}" = set; then
21515 echo $ECHO_N "(cached) $ECHO_C" >&6
21517 case $ac_pt_NETSNMP_CONFIG in
21519 ac_cv_path_ac_pt_NETSNMP_CONFIG
="$ac_pt_NETSNMP_CONFIG" # Let the user override the test with a path.
21522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21523 for as_dir
in $PATH
21526 test -z "$as_dir" && as_dir
=.
21527 for ac_exec_ext
in '' $ac_executable_extensions; do
21528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21529 ac_cv_path_ac_pt_NETSNMP_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
21530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21540 ac_pt_NETSNMP_CONFIG
=$ac_cv_path_ac_pt_NETSNMP_CONFIG
21541 if test -n "$ac_pt_NETSNMP_CONFIG"; then
21542 { echo "$as_me:$LINENO: result: $ac_pt_NETSNMP_CONFIG" >&5
21543 echo "${ECHO_T}$ac_pt_NETSNMP_CONFIG" >&6; }
21545 { echo "$as_me:$LINENO: result: no" >&5
21546 echo "${ECHO_T}no" >&6; }
21549 if test "x$ac_pt_NETSNMP_CONFIG" = x
; then
21550 NETSNMP_CONFIG
="No"
21552 case $cross_compiling:$ac_tool_warned in
21554 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
21555 whose name does not start with the host triplet. If you think this
21556 configuration is useful to you, please write to autoconf@gnu.org." >&5
21557 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
21558 whose name does not start with the host triplet. If you think this
21559 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
21560 ac_tool_warned
=yes ;;
21562 NETSNMP_CONFIG
=$ac_pt_NETSNMP_CONFIG
21565 NETSNMP_CONFIG
="$ac_cv_path_NETSNMP_CONFIG"
21570 if test x
"${NETSNMP_CONFIG}" != xNo
; then
21571 NETSNMP_libs
=`${NETSNMP_CONFIG} --agent-libs`
21573 { echo "$as_me:$LINENO: checking for snmp_register_callback in -lnetsnmp" >&5
21574 echo $ECHO_N "checking for snmp_register_callback in -lnetsnmp... $ECHO_C" >&6; }
21575 if test "${ac_cv_lib_netsnmp_snmp_register_callback+set}" = set; then
21576 echo $ECHO_N "(cached) $ECHO_C" >&6
21578 ac_check_lib_save_LIBS
=$LIBS
21579 LIBS
="-lnetsnmp ${NETSNMP_libs} $LIBS"
21580 cat >conftest.
$ac_ext <<_ACEOF
21583 cat confdefs.h
>>conftest.
$ac_ext
21584 cat >>conftest.
$ac_ext <<_ACEOF
21585 /* end confdefs.h. */
21587 /* Override any GCC internal prototype to avoid an error.
21588 Use char because int might match the return type of a GCC
21589 builtin and then its argument prototype would still apply. */
21593 char snmp_register_callback ();
21597 return snmp_register_callback ();
21602 rm -f conftest.
$ac_objext conftest
$ac_exeext
21603 if { (ac_try
="$ac_link"
21604 case "(($ac_try" in
21605 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21606 *) ac_try_echo=$ac_try;;
21608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21609 (eval "$ac_link") 2>conftest.er1
21611 grep -v '^ *+' conftest.er1 >conftest.err
21613 cat conftest.err >&5
21614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21615 (exit $ac_status); } && {
21616 test -z "$ac_c_werror_flag" ||
21617 test ! -s conftest.err
21618 } && test -s conftest$ac_exeext &&
21619 $as_test_x conftest$ac_exeext; then
21620 ac_cv_lib_netsnmp_snmp_register_callback=yes
21622 echo "$as_me: failed program was:" >&5
21623 sed 's/^/| /' conftest.$ac_ext >&5
21625 ac_cv_lib_netsnmp_snmp_register_callback=no
21628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21629 conftest$ac_exeext conftest.$ac_ext
21630 LIBS=$ac_check_lib_save_LIBS
21632 { echo "$as_me:$LINENO: result: $ac_cv_lib_netsnmp_snmp_register_callback" >&5
21633 echo "${ECHO_T}$ac_cv_lib_netsnmp_snmp_register_callback" >&6; }
21634 if test $ac_cv_lib_netsnmp_snmp_register_callback = yes; then
21636 cat >>confdefs.h <<_ACEOF
21637 #define HAVE_NETSNMP 1
21643 if test "${ac_cv_lib_netsnmp_snmp_register_callback}" = "yes"; then
21644 NETSNMP_LIB="${NETSNMP_libs}"
21646 elif test -n "${NETSNMP_MANDATORY}";
21648 { echo "$as_me:$LINENO: ***" >&5
21649 echo "$as_me: ***" >&6;}
21650 { echo "$as_me:$LINENO: *** The Net-SNMP installation on this system appears to be broken." >&5
21651 echo "$as_me: *** The Net-SNMP installation on this system appears to be broken." >&6;}
21652 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
21653 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
21654 { echo "$as_me:$LINENO: *** including --without-netsnmp" >&5
21655 echo "$as_me: *** including --without-netsnmp" >&6;}
21658 elif test -n "${NETSNMP_MANDATORY}";
21660 { echo "$as_me:$LINENO: ***" >&5
21661 echo "$as_me: ***" >&6;}
21662 { echo "$as_me:$LINENO: *** The Net-SNMP installation on this system appears to be broken." >&5
21663 echo "$as_me: *** The Net-SNMP installation on this system appears to be broken." >&6;}
21664 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
21665 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
21666 { echo "$as_me:$LINENO: *** including --without-netsnmp" >&5
21667 echo "$as_me: *** including --without-netsnmp" >&6;}
21672 if test "${USE_NEWT}" != "no"; then
21674 if test "x${NEWT_DIR}" != "x"; then
21675 if test -d ${NEWT_DIR}/lib; then
21676 pbxlibdir="-L${NEWT_DIR}/lib"
21678 pbxlibdir="-L${NEWT_DIR}"
21681 { echo "$as_me:$LINENO: checking for newtBell in -lnewt" >&5
21682 echo $ECHO_N "checking for newtBell in -lnewt... $ECHO_C" >&6; }
21683 if test "${ac_cv_lib_newt_newtBell+set}" = set; then
21684 echo $ECHO_N "(cached) $ECHO_C" >&6
21686 ac_check_lib_save_LIBS=$LIBS
21687 LIBS="-lnewt ${pbxlibdir} $LIBS"
21688 cat >conftest.$ac_ext <<_ACEOF
21691 cat confdefs.h >>conftest.$ac_ext
21692 cat >>conftest.$ac_ext <<_ACEOF
21693 /* end confdefs.h. */
21695 /* Override any GCC internal prototype to avoid an error.
21696 Use char because int might match the return type of a GCC
21697 builtin and then its argument prototype would still apply. */
21705 return newtBell ();
21710 rm -f conftest.$ac_objext conftest$ac_exeext
21711 if { (ac_try="$ac_link"
21712 case "(($ac_try" in
21713 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21714 *) ac_try_echo
=$ac_try;;
21716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21717 (eval "$ac_link") 2>conftest.er1
21719 grep -v '^ *+' conftest.er1
>conftest.err
21721 cat conftest.err
>&5
21722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21723 (exit $ac_status); } && {
21724 test -z "$ac_c_werror_flag" ||
21725 test ! -s conftest.err
21726 } && test -s conftest
$ac_exeext &&
21727 $as_test_x conftest
$ac_exeext; then
21728 ac_cv_lib_newt_newtBell
=yes
21730 echo "$as_me: failed program was:" >&5
21731 sed 's/^/| /' conftest.
$ac_ext >&5
21733 ac_cv_lib_newt_newtBell
=no
21736 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21737 conftest
$ac_exeext conftest.
$ac_ext
21738 LIBS
=$ac_check_lib_save_LIBS
21740 { echo "$as_me:$LINENO: result: $ac_cv_lib_newt_newtBell" >&5
21741 echo "${ECHO_T}$ac_cv_lib_newt_newtBell" >&6; }
21742 if test $ac_cv_lib_newt_newtBell = yes; then
21749 if test "${AST_NEWT_FOUND}" = "yes"; then
21751 NEWT_HEADER_FOUND
="1"
21752 if test "x${NEWT_DIR}" != "x"; then
21753 NEWT_LIB
="${pbxlibdir} ${NEWT_LIB}"
21754 NEWT_INCLUDE
="-I${NEWT_DIR}/include"
21756 NEWT_INCLUDE
="${NEWT_INCLUDE} "
21757 saved_cppflags
="${CPPFLAGS}"
21758 CPPFLAGS
="${CPPFLAGS} ${NEWT_INCLUDE}"
21759 if test "xnewt.h" != "x" ; then
21760 if test "${ac_cv_header_newt_h+set}" = set; then
21761 { echo "$as_me:$LINENO: checking for newt.h" >&5
21762 echo $ECHO_N "checking for newt.h... $ECHO_C" >&6; }
21763 if test "${ac_cv_header_newt_h+set}" = set; then
21764 echo $ECHO_N "(cached) $ECHO_C" >&6
21766 { echo "$as_me:$LINENO: result: $ac_cv_header_newt_h" >&5
21767 echo "${ECHO_T}$ac_cv_header_newt_h" >&6; }
21769 # Is the header compilable?
21770 { echo "$as_me:$LINENO: checking newt.h usability" >&5
21771 echo $ECHO_N "checking newt.h usability... $ECHO_C" >&6; }
21772 cat >conftest.
$ac_ext <<_ACEOF
21775 cat confdefs.h
>>conftest.
$ac_ext
21776 cat >>conftest.
$ac_ext <<_ACEOF
21777 /* end confdefs.h. */
21778 $ac_includes_default
21781 rm -f conftest.
$ac_objext
21782 if { (ac_try
="$ac_compile"
21783 case "(($ac_try" in
21784 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21785 *) ac_try_echo=$ac_try;;
21787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21788 (eval "$ac_compile") 2>conftest.er1
21790 grep -v '^ *+' conftest.er1 >conftest.err
21792 cat conftest.err >&5
21793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21794 (exit $ac_status); } && {
21795 test -z "$ac_c_werror_flag" ||
21796 test ! -s conftest.err
21797 } && test -s conftest.$ac_objext; then
21798 ac_header_compiler=yes
21800 echo "$as_me: failed program was:" >&5
21801 sed 's/^/| /' conftest.$ac_ext >&5
21803 ac_header_compiler=no
21806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21808 echo "${ECHO_T}$ac_header_compiler" >&6; }
21810 # Is the header present?
21811 { echo "$as_me:$LINENO: checking newt.h presence" >&5
21812 echo $ECHO_N "checking newt.h presence... $ECHO_C" >&6; }
21813 cat >conftest.$ac_ext <<_ACEOF
21816 cat confdefs.h >>conftest.$ac_ext
21817 cat >>conftest.$ac_ext <<_ACEOF
21818 /* end confdefs.h. */
21821 if { (ac_try="$ac_cpp conftest.$ac_ext"
21822 case "(($ac_try" in
21823 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21824 *) ac_try_echo
=$ac_try;;
21826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21827 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21829 grep -v '^ *+' conftest.er1
>conftest.err
21831 cat conftest.err
>&5
21832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21833 (exit $ac_status); } >/dev
/null
&& {
21834 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21835 test ! -s conftest.err
21837 ac_header_preproc
=yes
21839 echo "$as_me: failed program was:" >&5
21840 sed 's/^/| /' conftest.
$ac_ext >&5
21842 ac_header_preproc
=no
21845 rm -f conftest.err conftest.
$ac_ext
21846 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21847 echo "${ECHO_T}$ac_header_preproc" >&6; }
21849 # So? What about this header?
21850 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21852 { echo "$as_me:$LINENO: WARNING: newt.h: accepted by the compiler, rejected by the preprocessor!" >&5
21853 echo "$as_me: WARNING: newt.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21854 { echo "$as_me:$LINENO: WARNING: newt.h: proceeding with the compiler's result" >&5
21855 echo "$as_me: WARNING: newt.h: proceeding with the compiler's result" >&2;}
21856 ac_header_preproc
=yes
21859 { echo "$as_me:$LINENO: WARNING: newt.h: present but cannot be compiled" >&5
21860 echo "$as_me: WARNING: newt.h: present but cannot be compiled" >&2;}
21861 { echo "$as_me:$LINENO: WARNING: newt.h: check for missing prerequisite headers?" >&5
21862 echo "$as_me: WARNING: newt.h: check for missing prerequisite headers?" >&2;}
21863 { echo "$as_me:$LINENO: WARNING: newt.h: see the Autoconf documentation" >&5
21864 echo "$as_me: WARNING: newt.h: see the Autoconf documentation" >&2;}
21865 { echo "$as_me:$LINENO: WARNING: newt.h: section \"Present But Cannot Be Compiled\"" >&5
21866 echo "$as_me: WARNING: newt.h: section \"Present But Cannot Be Compiled\"" >&2;}
21867 { echo "$as_me:$LINENO: WARNING: newt.h: proceeding with the preprocessor's result" >&5
21868 echo "$as_me: WARNING: newt.h: proceeding with the preprocessor's result" >&2;}
21869 { echo "$as_me:$LINENO: WARNING: newt.h: in the future, the compiler will take precedence" >&5
21870 echo "$as_me: WARNING: newt.h: in the future, the compiler will take precedence" >&2;}
21872 ## ------------------------------- ##
21873 ## Report this to www.asterisk.org ##
21874 ## ------------------------------- ##
21876 ) |
sed "s/^/$as_me: WARNING: /" >&2
21879 { echo "$as_me:$LINENO: checking for newt.h" >&5
21880 echo $ECHO_N "checking for newt.h... $ECHO_C" >&6; }
21881 if test "${ac_cv_header_newt_h+set}" = set; then
21882 echo $ECHO_N "(cached) $ECHO_C" >&6
21884 ac_cv_header_newt_h
=$ac_header_preproc
21886 { echo "$as_me:$LINENO: result: $ac_cv_header_newt_h" >&5
21887 echo "${ECHO_T}$ac_cv_header_newt_h" >&6; }
21890 if test $ac_cv_header_newt_h = yes; then
21891 NEWT_HEADER_FOUND
=1
21893 NEWT_HEADER_FOUND
=0
21898 CPPFLAGS
="${saved_cppflags}"
21899 if test "x${NEWT_HEADER_FOUND}" = "x0" ; then
21900 if test -n "${NEWT_MANDATORY}" ;
21902 { echo "$as_me:$LINENO: ***" >&5
21903 echo "$as_me: ***" >&6;}
21904 { echo "$as_me:$LINENO: *** It appears that you do not have the newt development package installed." >&5
21905 echo "$as_me: *** It appears that you do not have the newt development package installed." >&6;}
21906 { echo "$as_me:$LINENO: *** Please install it to include ${NEWT_DESCRIP} support, or re-run configure" >&5
21907 echo "$as_me: *** Please install it to include ${NEWT_DESCRIP} support, or re-run configure" >&6;}
21908 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${NEWT_OPTION}" >&5
21909 echo "$as_me: *** without explicitly specifying --with-${NEWT_OPTION}" >&6;}
21918 cat >>confdefs.h
<<_ACEOF
21919 #define HAVE_NEWT 1
21923 elif test -n "${NEWT_MANDATORY}";
21925 { echo "$as_me:$LINENO: ***" >&5
21926 echo "$as_me: ***" >&6;}
21927 { echo "$as_me:$LINENO: *** The ${NEWT_DESCRIP} installation on this system appears to be broken." >&5
21928 echo "$as_me: *** The ${NEWT_DESCRIP} installation on this system appears to be broken." >&6;}
21929 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
21930 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
21931 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${NEWT_OPTION}" >&5
21932 echo "$as_me: *** without explicitly specifying --with-${NEWT_OPTION}" >&6;}
21939 if test "${USE_UNIXODBC}" != "no"; then
21941 if test "x${UNIXODBC_DIR}" != "x"; then
21942 if test -d ${UNIXODBC_DIR}/lib
; then
21943 pbxlibdir
="-L${UNIXODBC_DIR}/lib"
21945 pbxlibdir
="-L${UNIXODBC_DIR}"
21948 { echo "$as_me:$LINENO: checking for SQLConnect in -lodbc" >&5
21949 echo $ECHO_N "checking for SQLConnect in -lodbc... $ECHO_C" >&6; }
21950 if test "${ac_cv_lib_odbc_SQLConnect+set}" = set; then
21951 echo $ECHO_N "(cached) $ECHO_C" >&6
21953 ac_check_lib_save_LIBS
=$LIBS
21954 LIBS
="-lodbc ${pbxlibdir} $LIBS"
21955 cat >conftest.
$ac_ext <<_ACEOF
21958 cat confdefs.h
>>conftest.
$ac_ext
21959 cat >>conftest.
$ac_ext <<_ACEOF
21960 /* end confdefs.h. */
21962 /* Override any GCC internal prototype to avoid an error.
21963 Use char because int might match the return type of a GCC
21964 builtin and then its argument prototype would still apply. */
21968 char SQLConnect ();
21972 return SQLConnect ();
21977 rm -f conftest.
$ac_objext conftest
$ac_exeext
21978 if { (ac_try
="$ac_link"
21979 case "(($ac_try" in
21980 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21981 *) ac_try_echo=$ac_try;;
21983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21984 (eval "$ac_link") 2>conftest.er1
21986 grep -v '^ *+' conftest.er1 >conftest.err
21988 cat conftest.err >&5
21989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21990 (exit $ac_status); } && {
21991 test -z "$ac_c_werror_flag" ||
21992 test ! -s conftest.err
21993 } && test -s conftest$ac_exeext &&
21994 $as_test_x conftest$ac_exeext; then
21995 ac_cv_lib_odbc_SQLConnect=yes
21997 echo "$as_me: failed program was:" >&5
21998 sed 's/^/| /' conftest.$ac_ext >&5
22000 ac_cv_lib_odbc_SQLConnect=no
22003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22004 conftest$ac_exeext conftest.$ac_ext
22005 LIBS=$ac_check_lib_save_LIBS
22007 { echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLConnect" >&5
22008 echo "${ECHO_T}$ac_cv_lib_odbc_SQLConnect" >&6; }
22009 if test $ac_cv_lib_odbc_SQLConnect = yes; then
22010 AST_UNIXODBC_FOUND=yes
22012 AST_UNIXODBC_FOUND=no
22016 if test "${AST_UNIXODBC_FOUND}" = "yes"; then
22017 UNIXODBC_LIB="-lodbc "
22018 UNIXODBC_HEADER_FOUND="1"
22019 if test "x${UNIXODBC_DIR}" != "x"; then
22020 UNIXODBC_LIB="${pbxlibdir} ${UNIXODBC_LIB}"
22021 UNIXODBC_INCLUDE="-I${UNIXODBC_DIR}/include"
22023 UNIXODBC_INCLUDE="${UNIXODBC_INCLUDE} "
22024 saved_cppflags="${CPPFLAGS}"
22025 CPPFLAGS="${CPPFLAGS} ${UNIXODBC_INCLUDE}"
22026 if test "xsql.h" != "x" ; then
22027 if test "${ac_cv_header_sql_h+set}" = set; then
22028 { echo "$as_me:$LINENO: checking for sql.h" >&5
22029 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6; }
22030 if test "${ac_cv_header_sql_h+set}" = set; then
22031 echo $ECHO_N "(cached) $ECHO_C" >&6
22033 { echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
22034 echo "${ECHO_T}$ac_cv_header_sql_h" >&6; }
22036 # Is the header compilable?
22037 { echo "$as_me:$LINENO: checking sql.h usability" >&5
22038 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6; }
22039 cat >conftest.$ac_ext <<_ACEOF
22042 cat confdefs.h >>conftest.$ac_ext
22043 cat >>conftest.$ac_ext <<_ACEOF
22044 /* end confdefs.h. */
22045 $ac_includes_default
22048 rm -f conftest.$ac_objext
22049 if { (ac_try="$ac_compile"
22050 case "(($ac_try" in
22051 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22052 *) ac_try_echo
=$ac_try;;
22054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22055 (eval "$ac_compile") 2>conftest.er1
22057 grep -v '^ *+' conftest.er1
>conftest.err
22059 cat conftest.err
>&5
22060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22061 (exit $ac_status); } && {
22062 test -z "$ac_c_werror_flag" ||
22063 test ! -s conftest.err
22064 } && test -s conftest.
$ac_objext; then
22065 ac_header_compiler
=yes
22067 echo "$as_me: failed program was:" >&5
22068 sed 's/^/| /' conftest.
$ac_ext >&5
22070 ac_header_compiler
=no
22073 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22074 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22075 echo "${ECHO_T}$ac_header_compiler" >&6; }
22077 # Is the header present?
22078 { echo "$as_me:$LINENO: checking sql.h presence" >&5
22079 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6; }
22080 cat >conftest.
$ac_ext <<_ACEOF
22083 cat confdefs.h
>>conftest.
$ac_ext
22084 cat >>conftest.
$ac_ext <<_ACEOF
22085 /* end confdefs.h. */
22088 if { (ac_try
="$ac_cpp conftest.$ac_ext"
22089 case "(($ac_try" in
22090 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22091 *) ac_try_echo=$ac_try;;
22093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22094 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22096 grep -v '^ *+' conftest.er1 >conftest.err
22098 cat conftest.err >&5
22099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); } >/dev/null && {
22101 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22102 test ! -s conftest.err
22104 ac_header_preproc=yes
22106 echo "$as_me: failed program was:" >&5
22107 sed 's/^/| /' conftest.$ac_ext >&5
22109 ac_header_preproc=no
22112 rm -f conftest.err conftest.$ac_ext
22113 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22114 echo "${ECHO_T}$ac_header_preproc" >&6; }
22116 # So? What about this header?
22117 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22119 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
22120 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22121 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
22122 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
22123 ac_header_preproc=yes
22126 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
22127 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
22128 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
22129 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
22130 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
22131 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
22132 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
22133 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
22134 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
22135 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
22136 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
22137 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
22139 ## ------------------------------- ##
22140 ## Report this to www.asterisk.org ##
22141 ## ------------------------------- ##
22143 ) | sed "s/^/$as_me: WARNING: /" >&2
22146 { echo "$as_me:$LINENO: checking for sql.h" >&5
22147 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6; }
22148 if test "${ac_cv_header_sql_h+set}" = set; then
22149 echo $ECHO_N "(cached) $ECHO_C" >&6
22151 ac_cv_header_sql_h=$ac_header_preproc
22153 { echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
22154 echo "${ECHO_T}$ac_cv_header_sql_h" >&6; }
22157 if test $ac_cv_header_sql_h = yes; then
22158 UNIXODBC_HEADER_FOUND=1
22160 UNIXODBC_HEADER_FOUND=0
22165 CPPFLAGS="${saved_cppflags}"
22166 if test "x${UNIXODBC_HEADER_FOUND}" = "x0" ; then
22167 if test -n "${UNIXODBC_MANDATORY}" ;
22169 { echo "$as_me:$LINENO: ***" >&5
22170 echo "$as_me: ***" >&6;}
22171 { echo "$as_me:$LINENO: *** It appears that you do not have the odbc development package installed." >&5
22172 echo "$as_me: *** It appears that you do not have the odbc development package installed." >&6;}
22173 { echo "$as_me:$LINENO: *** Please install it to include ${UNIXODBC_DESCRIP} support, or re-run configure" >&5
22174 echo "$as_me: *** Please install it to include ${UNIXODBC_DESCRIP} support, or re-run configure" >&6;}
22175 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${UNIXODBC_OPTION}" >&5
22176 echo "$as_me: *** without explicitly specifying --with-${UNIXODBC_OPTION}" >&6;}
22180 UNIXODBC_INCLUDE=""
22185 cat >>confdefs.h <<_ACEOF
22186 #define HAVE_UNIXODBC 1
22190 elif test -n "${UNIXODBC_MANDATORY}";
22192 { echo "$as_me:$LINENO: ***" >&5
22193 echo "$as_me: ***" >&6;}
22194 { echo "$as_me:$LINENO: *** The ${UNIXODBC_DESCRIP} installation on this system appears to be broken." >&5
22195 echo "$as_me: *** The ${UNIXODBC_DESCRIP} installation on this system appears to be broken." >&6;}
22196 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
22197 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
22198 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${UNIXODBC_OPTION}" >&5
22199 echo "$as_me: *** without explicitly specifying --with-${UNIXODBC_OPTION}" >&6;}
22206 if test "${USE_OGG}" != "no"; then
22208 if test "x${OGG_DIR}" != "x"; then
22209 if test -d ${OGG_DIR}/lib; then
22210 pbxlibdir="-L${OGG_DIR}/lib"
22212 pbxlibdir="-L${OGG_DIR}"
22215 { echo "$as_me:$LINENO: checking for ogg_sync_init in -logg" >&5
22216 echo $ECHO_N "checking for ogg_sync_init in -logg... $ECHO_C" >&6; }
22217 if test "${ac_cv_lib_ogg_ogg_sync_init+set}" = set; then
22218 echo $ECHO_N "(cached) $ECHO_C" >&6
22220 ac_check_lib_save_LIBS=$LIBS
22221 LIBS="-logg ${pbxlibdir} $LIBS"
22222 cat >conftest.$ac_ext <<_ACEOF
22225 cat confdefs.h >>conftest.$ac_ext
22226 cat >>conftest.$ac_ext <<_ACEOF
22227 /* end confdefs.h. */
22229 /* Override any GCC internal prototype to avoid an error.
22230 Use char because int might match the return type of a GCC
22231 builtin and then its argument prototype would still apply. */
22235 char ogg_sync_init ();
22239 return ogg_sync_init ();
22244 rm -f conftest.$ac_objext conftest$ac_exeext
22245 if { (ac_try="$ac_link"
22246 case "(($ac_try" in
22247 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22248 *) ac_try_echo
=$ac_try;;
22250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22251 (eval "$ac_link") 2>conftest.er1
22253 grep -v '^ *+' conftest.er1
>conftest.err
22255 cat conftest.err
>&5
22256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22257 (exit $ac_status); } && {
22258 test -z "$ac_c_werror_flag" ||
22259 test ! -s conftest.err
22260 } && test -s conftest
$ac_exeext &&
22261 $as_test_x conftest
$ac_exeext; then
22262 ac_cv_lib_ogg_ogg_sync_init
=yes
22264 echo "$as_me: failed program was:" >&5
22265 sed 's/^/| /' conftest.
$ac_ext >&5
22267 ac_cv_lib_ogg_ogg_sync_init
=no
22270 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22271 conftest
$ac_exeext conftest.
$ac_ext
22272 LIBS
=$ac_check_lib_save_LIBS
22274 { echo "$as_me:$LINENO: result: $ac_cv_lib_ogg_ogg_sync_init" >&5
22275 echo "${ECHO_T}$ac_cv_lib_ogg_ogg_sync_init" >&6; }
22276 if test $ac_cv_lib_ogg_ogg_sync_init = yes; then
22283 if test "${AST_OGG_FOUND}" = "yes"; then
22285 OGG_HEADER_FOUND
="1"
22286 if test "x${OGG_DIR}" != "x"; then
22287 OGG_LIB
="${pbxlibdir} ${OGG_LIB}"
22288 OGG_INCLUDE
="-I${OGG_DIR}/include"
22290 OGG_INCLUDE
="${OGG_INCLUDE} "
22291 saved_cppflags
="${CPPFLAGS}"
22292 CPPFLAGS
="${CPPFLAGS} ${OGG_INCLUDE}"
22293 if test "x" != "x" ; then
22294 if test "${ac_cv_header_+set}" = set; then
22295 { echo "$as_me:$LINENO: checking for " >&5
22296 echo $ECHO_N "checking for ... $ECHO_C" >&6; }
22297 if test "${ac_cv_header_+set}" = set; then
22298 echo $ECHO_N "(cached) $ECHO_C" >&6
22300 { echo "$as_me:$LINENO: result: $ac_cv_header_" >&5
22301 echo "${ECHO_T}$ac_cv_header_" >&6; }
22303 # Is the header compilable?
22304 { echo "$as_me:$LINENO: checking usability" >&5
22305 echo $ECHO_N "checking usability... $ECHO_C" >&6; }
22306 cat >conftest.
$ac_ext <<_ACEOF
22309 cat confdefs.h
>>conftest.
$ac_ext
22310 cat >>conftest.
$ac_ext <<_ACEOF
22311 /* end confdefs.h. */
22312 $ac_includes_default
22315 rm -f conftest.
$ac_objext
22316 if { (ac_try
="$ac_compile"
22317 case "(($ac_try" in
22318 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22319 *) ac_try_echo=$ac_try;;
22321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22322 (eval "$ac_compile") 2>conftest.er1
22324 grep -v '^ *+' conftest.er1 >conftest.err
22326 cat conftest.err >&5
22327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22328 (exit $ac_status); } && {
22329 test -z "$ac_c_werror_flag" ||
22330 test ! -s conftest.err
22331 } && test -s conftest.$ac_objext; then
22332 ac_header_compiler=yes
22334 echo "$as_me: failed program was:" >&5
22335 sed 's/^/| /' conftest.$ac_ext >&5
22337 ac_header_compiler=no
22340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22341 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22342 echo "${ECHO_T}$ac_header_compiler" >&6; }
22344 # Is the header present?
22345 { echo "$as_me:$LINENO: checking presence" >&5
22346 echo $ECHO_N "checking presence... $ECHO_C" >&6; }
22347 cat >conftest.$ac_ext <<_ACEOF
22350 cat confdefs.h >>conftest.$ac_ext
22351 cat >>conftest.$ac_ext <<_ACEOF
22352 /* end confdefs.h. */
22355 if { (ac_try="$ac_cpp conftest.$ac_ext"
22356 case "(($ac_try" in
22357 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22358 *) ac_try_echo
=$ac_try;;
22360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22361 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22363 grep -v '^ *+' conftest.er1
>conftest.err
22365 cat conftest.err
>&5
22366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22367 (exit $ac_status); } >/dev
/null
&& {
22368 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22369 test ! -s conftest.err
22371 ac_header_preproc
=yes
22373 echo "$as_me: failed program was:" >&5
22374 sed 's/^/| /' conftest.
$ac_ext >&5
22376 ac_header_preproc
=no
22379 rm -f conftest.err conftest.
$ac_ext
22380 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22381 echo "${ECHO_T}$ac_header_preproc" >&6; }
22383 # So? What about this header?
22384 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22386 { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5
22387 echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;}
22388 { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5
22389 echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;}
22390 ac_header_preproc
=yes
22393 { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5
22394 echo "$as_me: WARNING: : present but cannot be compiled" >&2;}
22395 { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5
22396 echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;}
22397 { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5
22398 echo "$as_me: WARNING: : see the Autoconf documentation" >&2;}
22399 { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5
22400 echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;}
22401 { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5
22402 echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;}
22403 { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5
22404 echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;}
22406 ## ------------------------------- ##
22407 ## Report this to www.asterisk.org ##
22408 ## ------------------------------- ##
22410 ) |
sed "s/^/$as_me: WARNING: /" >&2
22413 { echo "$as_me:$LINENO: checking for " >&5
22414 echo $ECHO_N "checking for ... $ECHO_C" >&6; }
22415 if test "${ac_cv_header_+set}" = set; then
22416 echo $ECHO_N "(cached) $ECHO_C" >&6
22418 ac_cv_header_
=$ac_header_preproc
22420 { echo "$as_me:$LINENO: result: $ac_cv_header_" >&5
22421 echo "${ECHO_T}$ac_cv_header_" >&6; }
22424 if test $ac_cv_header_ = yes; then
22432 CPPFLAGS
="${saved_cppflags}"
22433 if test "x${OGG_HEADER_FOUND}" = "x0" ; then
22434 if test -n "${OGG_MANDATORY}" ;
22436 { echo "$as_me:$LINENO: ***" >&5
22437 echo "$as_me: ***" >&6;}
22438 { echo "$as_me:$LINENO: *** It appears that you do not have the ogg development package installed." >&5
22439 echo "$as_me: *** It appears that you do not have the ogg development package installed." >&6;}
22440 { echo "$as_me:$LINENO: *** Please install it to include ${OGG_DESCRIP} support, or re-run configure" >&5
22441 echo "$as_me: *** Please install it to include ${OGG_DESCRIP} support, or re-run configure" >&6;}
22442 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OGG_OPTION}" >&5
22443 echo "$as_me: *** without explicitly specifying --with-${OGG_OPTION}" >&6;}
22452 cat >>confdefs.h
<<_ACEOF
22457 elif test -n "${OGG_MANDATORY}";
22459 { echo "$as_me:$LINENO: ***" >&5
22460 echo "$as_me: ***" >&6;}
22461 { echo "$as_me:$LINENO: *** The ${OGG_DESCRIP} installation on this system appears to be broken." >&5
22462 echo "$as_me: *** The ${OGG_DESCRIP} installation on this system appears to be broken." >&6;}
22463 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
22464 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
22465 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OGG_OPTION}" >&5
22466 echo "$as_me: *** without explicitly specifying --with-${OGG_OPTION}" >&6;}
22472 if test "${USE_OSS}" != "no"; then
22474 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then
22475 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5
22476 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; }
22477 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then
22478 echo $ECHO_N "(cached) $ECHO_C" >&6
22480 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5
22481 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; }
22483 # Is the header compilable?
22484 { echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5
22485 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6; }
22486 cat >conftest.
$ac_ext <<_ACEOF
22489 cat confdefs.h
>>conftest.
$ac_ext
22490 cat >>conftest.
$ac_ext <<_ACEOF
22491 /* end confdefs.h. */
22492 $ac_includes_default
22493 #include <linux/soundcard.h>
22495 rm -f conftest.
$ac_objext
22496 if { (ac_try
="$ac_compile"
22497 case "(($ac_try" in
22498 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22499 *) ac_try_echo=$ac_try;;
22501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22502 (eval "$ac_compile") 2>conftest.er1
22504 grep -v '^ *+' conftest.er1 >conftest.err
22506 cat conftest.err >&5
22507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22508 (exit $ac_status); } && {
22509 test -z "$ac_c_werror_flag" ||
22510 test ! -s conftest.err
22511 } && test -s conftest.$ac_objext; then
22512 ac_header_compiler=yes
22514 echo "$as_me: failed program was:" >&5
22515 sed 's/^/| /' conftest.$ac_ext >&5
22517 ac_header_compiler=no
22520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22521 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22522 echo "${ECHO_T}$ac_header_compiler" >&6; }
22524 # Is the header present?
22525 { echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5
22526 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6; }
22527 cat >conftest.$ac_ext <<_ACEOF
22530 cat confdefs.h >>conftest.$ac_ext
22531 cat >>conftest.$ac_ext <<_ACEOF
22532 /* end confdefs.h. */
22533 #include <linux/soundcard.h>
22535 if { (ac_try="$ac_cpp conftest.$ac_ext"
22536 case "(($ac_try" in
22537 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22538 *) ac_try_echo
=$ac_try;;
22540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22541 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22543 grep -v '^ *+' conftest.er1
>conftest.err
22545 cat conftest.err
>&5
22546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22547 (exit $ac_status); } >/dev
/null
&& {
22548 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22549 test ! -s conftest.err
22551 ac_header_preproc
=yes
22553 echo "$as_me: failed program was:" >&5
22554 sed 's/^/| /' conftest.
$ac_ext >&5
22556 ac_header_preproc
=no
22559 rm -f conftest.err conftest.
$ac_ext
22560 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22561 echo "${ECHO_T}$ac_header_preproc" >&6; }
22563 # So? What about this header?
22564 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22566 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5
22567 echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22568 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&5
22569 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;}
22570 ac_header_preproc
=yes
22573 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&5
22574 echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;}
22575 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&5
22576 echo "$as_me: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&2;}
22577 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&5
22578 echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;}
22579 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5
22580 echo "$as_me: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}
22581 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&5
22582 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;}
22583 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5
22584 echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;}
22586 ## ------------------------------- ##
22587 ## Report this to www.asterisk.org ##
22588 ## ------------------------------- ##
22590 ) |
sed "s/^/$as_me: WARNING: /" >&2
22593 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5
22594 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; }
22595 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then
22596 echo $ECHO_N "(cached) $ECHO_C" >&6
22598 ac_cv_header_linux_soundcard_h
=$ac_header_preproc
22600 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5
22601 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; }
22604 if test $ac_cv_header_linux_soundcard_h = yes; then
22608 cat >>confdefs.h
<<_ACEOF
22616 if test "$PBX_OSS" = "0"; then
22617 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
22618 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5
22619 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; }
22620 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
22621 echo $ECHO_N "(cached) $ECHO_C" >&6
22623 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5
22624 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; }
22626 # Is the header compilable?
22627 { echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5
22628 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; }
22629 cat >conftest.
$ac_ext <<_ACEOF
22632 cat confdefs.h
>>conftest.
$ac_ext
22633 cat >>conftest.
$ac_ext <<_ACEOF
22634 /* end confdefs.h. */
22635 $ac_includes_default
22636 #include <sys/soundcard.h>
22638 rm -f conftest.
$ac_objext
22639 if { (ac_try
="$ac_compile"
22640 case "(($ac_try" in
22641 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22642 *) ac_try_echo=$ac_try;;
22644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22645 (eval "$ac_compile") 2>conftest.er1
22647 grep -v '^ *+' conftest.er1 >conftest.err
22649 cat conftest.err >&5
22650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22651 (exit $ac_status); } && {
22652 test -z "$ac_c_werror_flag" ||
22653 test ! -s conftest.err
22654 } && test -s conftest.$ac_objext; then
22655 ac_header_compiler=yes
22657 echo "$as_me: failed program was:" >&5
22658 sed 's/^/| /' conftest.$ac_ext >&5
22660 ac_header_compiler=no
22663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22664 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22665 echo "${ECHO_T}$ac_header_compiler" >&6; }
22667 # Is the header present?
22668 { echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5
22669 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; }
22670 cat >conftest.$ac_ext <<_ACEOF
22673 cat confdefs.h >>conftest.$ac_ext
22674 cat >>conftest.$ac_ext <<_ACEOF
22675 /* end confdefs.h. */
22676 #include <sys/soundcard.h>
22678 if { (ac_try="$ac_cpp conftest.$ac_ext"
22679 case "(($ac_try" in
22680 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22681 *) ac_try_echo
=$ac_try;;
22683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22684 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22686 grep -v '^ *+' conftest.er1
>conftest.err
22688 cat conftest.err
>&5
22689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22690 (exit $ac_status); } >/dev
/null
&& {
22691 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22692 test ! -s conftest.err
22694 ac_header_preproc
=yes
22696 echo "$as_me: failed program was:" >&5
22697 sed 's/^/| /' conftest.
$ac_ext >&5
22699 ac_header_preproc
=no
22702 rm -f conftest.err conftest.
$ac_ext
22703 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22704 echo "${ECHO_T}$ac_header_preproc" >&6; }
22706 # So? What about this header?
22707 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22709 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5
22710 echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22711 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5
22712 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;}
22713 ac_header_preproc
=yes
22716 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5
22717 echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;}
22718 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&5
22719 echo "$as_me: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&2;}
22720 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5
22721 echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;}
22722 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5
22723 echo "$as_me: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}
22724 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5
22725 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;}
22726 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5
22727 echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;}
22729 ## ------------------------------- ##
22730 ## Report this to www.asterisk.org ##
22731 ## ------------------------------- ##
22733 ) |
sed "s/^/$as_me: WARNING: /" >&2
22736 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5
22737 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; }
22738 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
22739 echo $ECHO_N "(cached) $ECHO_C" >&6
22741 ac_cv_header_sys_soundcard_h
=$ac_header_preproc
22743 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5
22744 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; }
22747 if test $ac_cv_header_sys_soundcard_h = yes; then
22751 cat >>confdefs.h
<<_ACEOF
22760 if test "$PBX_OSS" = "0"; then
22762 if test "${USE_OSS}" != "no"; then
22764 if test "x${OSS_DIR}" != "x"; then
22765 if test -d ${OSS_DIR}/lib
; then
22766 pbxlibdir
="-L${OSS_DIR}/lib"
22768 pbxlibdir
="-L${OSS_DIR}"
22771 { echo "$as_me:$LINENO: checking for oss_ioctl_mixer in -lossaudio" >&5
22772 echo $ECHO_N "checking for oss_ioctl_mixer in -lossaudio... $ECHO_C" >&6; }
22773 if test "${ac_cv_lib_ossaudio_oss_ioctl_mixer+set}" = set; then
22774 echo $ECHO_N "(cached) $ECHO_C" >&6
22776 ac_check_lib_save_LIBS
=$LIBS
22777 LIBS
="-lossaudio ${pbxlibdir} $LIBS"
22778 cat >conftest.
$ac_ext <<_ACEOF
22781 cat confdefs.h
>>conftest.
$ac_ext
22782 cat >>conftest.
$ac_ext <<_ACEOF
22783 /* end confdefs.h. */
22785 /* Override any GCC internal prototype to avoid an error.
22786 Use char because int might match the return type of a GCC
22787 builtin and then its argument prototype would still apply. */
22791 char oss_ioctl_mixer ();
22795 return oss_ioctl_mixer ();
22800 rm -f conftest.
$ac_objext conftest
$ac_exeext
22801 if { (ac_try
="$ac_link"
22802 case "(($ac_try" in
22803 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22804 *) ac_try_echo=$ac_try;;
22806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22807 (eval "$ac_link") 2>conftest.er1
22809 grep -v '^ *+' conftest.er1 >conftest.err
22811 cat conftest.err >&5
22812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22813 (exit $ac_status); } && {
22814 test -z "$ac_c_werror_flag" ||
22815 test ! -s conftest.err
22816 } && test -s conftest$ac_exeext &&
22817 $as_test_x conftest$ac_exeext; then
22818 ac_cv_lib_ossaudio_oss_ioctl_mixer=yes
22820 echo "$as_me: failed program was:" >&5
22821 sed 's/^/| /' conftest.$ac_ext >&5
22823 ac_cv_lib_ossaudio_oss_ioctl_mixer=no
22826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22827 conftest$ac_exeext conftest.$ac_ext
22828 LIBS=$ac_check_lib_save_LIBS
22830 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio_oss_ioctl_mixer" >&5
22831 echo "${ECHO_T}$ac_cv_lib_ossaudio_oss_ioctl_mixer" >&6; }
22832 if test $ac_cv_lib_ossaudio_oss_ioctl_mixer = yes; then
22839 if test "${AST_OSS_FOUND}" = "yes"; then
22840 OSS_LIB="-lossaudio "
22841 OSS_HEADER_FOUND="1"
22842 if test "x${OSS_DIR}" != "x"; then
22843 OSS_LIB="${pbxlibdir} ${OSS_LIB}"
22844 OSS_INCLUDE="-I${OSS_DIR}/include"
22846 OSS_INCLUDE="${OSS_INCLUDE} "
22847 saved_cppflags="${CPPFLAGS}"
22848 CPPFLAGS="${CPPFLAGS} ${OSS_INCLUDE}"
22849 if test "xsoundcard.h" != "x" ; then
22850 if test "${ac_cv_header_soundcard_h+set}" = set; then
22851 { echo "$as_me:$LINENO: checking for soundcard.h" >&5
22852 echo $ECHO_N "checking for soundcard.h... $ECHO_C" >&6; }
22853 if test "${ac_cv_header_soundcard_h+set}" = set; then
22854 echo $ECHO_N "(cached) $ECHO_C" >&6
22856 { echo "$as_me:$LINENO: result: $ac_cv_header_soundcard_h" >&5
22857 echo "${ECHO_T}$ac_cv_header_soundcard_h" >&6; }
22859 # Is the header compilable?
22860 { echo "$as_me:$LINENO: checking soundcard.h usability" >&5
22861 echo $ECHO_N "checking soundcard.h usability... $ECHO_C" >&6; }
22862 cat >conftest.$ac_ext <<_ACEOF
22865 cat confdefs.h >>conftest.$ac_ext
22866 cat >>conftest.$ac_ext <<_ACEOF
22867 /* end confdefs.h. */
22868 $ac_includes_default
22869 #include <soundcard.h>
22871 rm -f conftest.$ac_objext
22872 if { (ac_try="$ac_compile"
22873 case "(($ac_try" in
22874 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22875 *) ac_try_echo
=$ac_try;;
22877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22878 (eval "$ac_compile") 2>conftest.er1
22880 grep -v '^ *+' conftest.er1
>conftest.err
22882 cat conftest.err
>&5
22883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22884 (exit $ac_status); } && {
22885 test -z "$ac_c_werror_flag" ||
22886 test ! -s conftest.err
22887 } && test -s conftest.
$ac_objext; then
22888 ac_header_compiler
=yes
22890 echo "$as_me: failed program was:" >&5
22891 sed 's/^/| /' conftest.
$ac_ext >&5
22893 ac_header_compiler
=no
22896 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22897 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22898 echo "${ECHO_T}$ac_header_compiler" >&6; }
22900 # Is the header present?
22901 { echo "$as_me:$LINENO: checking soundcard.h presence" >&5
22902 echo $ECHO_N "checking soundcard.h presence... $ECHO_C" >&6; }
22903 cat >conftest.
$ac_ext <<_ACEOF
22906 cat confdefs.h
>>conftest.
$ac_ext
22907 cat >>conftest.
$ac_ext <<_ACEOF
22908 /* end confdefs.h. */
22909 #include <soundcard.h>
22911 if { (ac_try
="$ac_cpp conftest.$ac_ext"
22912 case "(($ac_try" in
22913 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22914 *) ac_try_echo=$ac_try;;
22916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22917 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22919 grep -v '^ *+' conftest.er1 >conftest.err
22921 cat conftest.err >&5
22922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22923 (exit $ac_status); } >/dev/null && {
22924 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22925 test ! -s conftest.err
22927 ac_header_preproc=yes
22929 echo "$as_me: failed program was:" >&5
22930 sed 's/^/| /' conftest.$ac_ext >&5
22932 ac_header_preproc=no
22935 rm -f conftest.err conftest.$ac_ext
22936 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22937 echo "${ECHO_T}$ac_header_preproc" >&6; }
22939 # So? What about this header?
22940 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22942 { echo "$as_me:$LINENO: WARNING: soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5
22943 echo "$as_me: WARNING: soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22944 { echo "$as_me:$LINENO: WARNING: soundcard.h: proceeding with the compiler's result" >&5
22945 echo "$as_me: WARNING: soundcard.h: proceeding with the compiler's result" >&2;}
22946 ac_header_preproc=yes
22949 { echo "$as_me:$LINENO: WARNING: soundcard.h: present but cannot be compiled" >&5
22950 echo "$as_me: WARNING: soundcard.h: present but cannot be compiled" >&2;}
22951 { echo "$as_me:$LINENO: WARNING: soundcard.h: check for missing prerequisite headers?" >&5
22952 echo "$as_me: WARNING: soundcard.h: check for missing prerequisite headers?" >&2;}
22953 { echo "$as_me:$LINENO: WARNING: soundcard.h: see the Autoconf documentation" >&5
22954 echo "$as_me: WARNING: soundcard.h: see the Autoconf documentation" >&2;}
22955 { echo "$as_me:$LINENO: WARNING: soundcard.h: section \"Present But Cannot Be Compiled\"" >&5
22956 echo "$as_me: WARNING: soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}
22957 { echo "$as_me:$LINENO: WARNING: soundcard.h: proceeding with the preprocessor's result" >&5
22958 echo "$as_me: WARNING: soundcard.h: proceeding with the preprocessor's result" >&2;}
22959 { echo "$as_me:$LINENO: WARNING: soundcard.h: in the future, the compiler will take precedence" >&5
22960 echo "$as_me: WARNING: soundcard.h: in the future, the compiler will take precedence" >&2;}
22962 ## ------------------------------- ##
22963 ## Report this to www.asterisk.org ##
22964 ## ------------------------------- ##
22966 ) | sed "s/^/$as_me: WARNING: /" >&2
22969 { echo "$as_me:$LINENO: checking for soundcard.h" >&5
22970 echo $ECHO_N "checking for soundcard.h... $ECHO_C" >&6; }
22971 if test "${ac_cv_header_soundcard_h+set}" = set; then
22972 echo $ECHO_N "(cached) $ECHO_C" >&6
22974 ac_cv_header_soundcard_h=$ac_header_preproc
22976 { echo "$as_me:$LINENO: result: $ac_cv_header_soundcard_h" >&5
22977 echo "${ECHO_T}$ac_cv_header_soundcard_h" >&6; }
22980 if test $ac_cv_header_soundcard_h = yes; then
22988 CPPFLAGS="${saved_cppflags}"
22989 if test "x${OSS_HEADER_FOUND}" = "x0" ; then
22990 if test -n "${OSS_MANDATORY}" ;
22992 { echo "$as_me:$LINENO: ***" >&5
22993 echo "$as_me: ***" >&6;}
22994 { echo "$as_me:$LINENO: *** It appears that you do not have the ossaudio development package installed." >&5
22995 echo "$as_me: *** It appears that you do not have the ossaudio development package installed." >&6;}
22996 { echo "$as_me:$LINENO: *** Please install it to include ${OSS_DESCRIP} support, or re-run configure" >&5
22997 echo "$as_me: *** Please install it to include ${OSS_DESCRIP} support, or re-run configure" >&6;}
22998 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OSS_OPTION}" >&5
22999 echo "$as_me: *** without explicitly specifying --with-${OSS_OPTION}" >&6;}
23008 cat >>confdefs.h <<_ACEOF
23013 elif test -n "${OSS_MANDATORY}";
23015 { echo "$as_me:$LINENO: ***" >&5
23016 echo "$as_me: ***" >&6;}
23017 { echo "$as_me:$LINENO: *** The ${OSS_DESCRIP} installation on this system appears to be broken." >&5
23018 echo "$as_me: *** The ${OSS_DESCRIP} installation on this system appears to be broken." >&6;}
23019 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
23020 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
23021 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OSS_OPTION}" >&5
23022 echo "$as_me: *** without explicitly specifying --with-${OSS_OPTION}" >&6;}
23031 if test "${USE_PGSQL}" != "no"; then
23032 if test "x${PGSQL_DIR}" != "x"; then
23033 if test -n "$ac_tool_prefix"; then
23034 # Extract the first word of "${ac_tool_prefix}pg_config", so it can be a program name with args.
23035 set dummy ${ac_tool_prefix}pg_config; ac_word=$2
23036 { echo "$as_me:$LINENO: checking for $ac_word" >&5
23037 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23038 if test "${ac_cv_path_PG_CONFIG+set}" = set; then
23039 echo $ECHO_N "(cached) $ECHO_C" >&6
23043 ac_cv_path_PG_CONFIG="$PG_CONFIG" # Let the user override the test with a path.
23046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23047 for as_dir in ${PGSQL_DIR}/bin
23050 test -z "$as_dir" && as_dir=.
23051 for ac_exec_ext in '' $ac_executable_extensions; do
23052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23053 ac_cv_path_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23054 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23064 PG_CONFIG=$ac_cv_path_PG_CONFIG
23065 if test -n "$PG_CONFIG"; then
23066 { echo "$as_me:$LINENO: result: $PG_CONFIG" >&5
23067 echo "${ECHO_T}$PG_CONFIG" >&6; }
23069 { echo "$as_me:$LINENO: result: no" >&5
23070 echo "${ECHO_T}no" >&6; }
23075 if test -z "$ac_cv_path_PG_CONFIG"; then
23076 ac_pt_PG_CONFIG=$PG_CONFIG
23077 # Extract the first word of "pg_config", so it can be a program name with args.
23078 set dummy pg_config; ac_word=$2
23079 { echo "$as_me:$LINENO: checking for $ac_word" >&5
23080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23081 if test "${ac_cv_path_ac_pt_PG_CONFIG+set}" = set; then
23082 echo $ECHO_N "(cached) $ECHO_C" >&6
23084 case $ac_pt_PG_CONFIG in
23086 ac_cv_path_ac_pt_PG_CONFIG="$ac_pt_PG_CONFIG" # Let the user override the test with a path.
23089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23090 for as_dir in ${PGSQL_DIR}/bin
23093 test -z "$as_dir" && as_dir=.
23094 for ac_exec_ext in '' $ac_executable_extensions; do
23095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23096 ac_cv_path_ac_pt_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23097 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23107 ac_pt_PG_CONFIG=$ac_cv_path_ac_pt_PG_CONFIG
23108 if test -n "$ac_pt_PG_CONFIG"; then
23109 { echo "$as_me:$LINENO: result: $ac_pt_PG_CONFIG" >&5
23110 echo "${ECHO_T}$ac_pt_PG_CONFIG" >&6; }
23112 { echo "$as_me:$LINENO: result: no" >&5
23113 echo "${ECHO_T}no" >&6; }
23116 if test "x$ac_pt_PG_CONFIG" = x; then
23119 case $cross_compiling:$ac_tool_warned in
23121 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
23122 whose name does not start with the host triplet. If you think this
23123 configuration is useful to you, please write to autoconf@gnu.org." >&5
23124 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
23125 whose name does not start with the host triplet. If you think this
23126 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
23127 ac_tool_warned=yes ;;
23129 PG_CONFIG=$ac_pt_PG_CONFIG
23132 PG_CONFIG="$ac_cv_path_PG_CONFIG"
23135 if test x"${PG_CONFIG}" = xNo; then
23136 { echo "$as_me:$LINENO: ***" >&5
23137 echo "$as_me: ***" >&6;}
23138 { echo "$as_me:$LINENO: *** pg_config was not found in the path you specified:" >&5
23139 echo "$as_me: *** pg_config was not found in the path you specified:" >&6;}
23140 { echo "$as_me:$LINENO: *** ${PGSQL_DIR}/bin" >&5
23141 echo "$as_me: *** ${PGSQL_DIR}/bin" >&6;}
23142 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
23143 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
23144 { echo "$as_me:$LINENO: *** including --without-postgres" >&5
23145 echo "$as_me: *** including --without-postgres" >&6;}
23149 if test -n "$ac_tool_prefix"; then
23150 # Extract the first word of "${ac_tool_prefix}pg_config", so it can be a program name with args.
23151 set dummy ${ac_tool_prefix}pg_config; ac_word=$2
23152 { echo "$as_me:$LINENO: checking for $ac_word" >&5
23153 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23154 if test "${ac_cv_path_PG_CONFIG+set}" = set; then
23155 echo $ECHO_N "(cached) $ECHO_C" >&6
23159 ac_cv_path_PG_CONFIG="$PG_CONFIG" # Let the user override the test with a path.
23162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23163 for as_dir in $PATH
23166 test -z "$as_dir" && as_dir=.
23167 for ac_exec_ext in '' $ac_executable_extensions; do
23168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23169 ac_cv_path_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23170 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23180 PG_CONFIG=$ac_cv_path_PG_CONFIG
23181 if test -n "$PG_CONFIG"; then
23182 { echo "$as_me:$LINENO: result: $PG_CONFIG" >&5
23183 echo "${ECHO_T}$PG_CONFIG" >&6; }
23185 { echo "$as_me:$LINENO: result: no" >&5
23186 echo "${ECHO_T}no" >&6; }
23191 if test -z "$ac_cv_path_PG_CONFIG"; then
23192 ac_pt_PG_CONFIG=$PG_CONFIG
23193 # Extract the first word of "pg_config", so it can be a program name with args.
23194 set dummy pg_config; ac_word=$2
23195 { echo "$as_me:$LINENO: checking for $ac_word" >&5
23196 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23197 if test "${ac_cv_path_ac_pt_PG_CONFIG+set}" = set; then
23198 echo $ECHO_N "(cached) $ECHO_C" >&6
23200 case $ac_pt_PG_CONFIG in
23202 ac_cv_path_ac_pt_PG_CONFIG="$ac_pt_PG_CONFIG" # Let the user override the test with a path.
23205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23206 for as_dir in $PATH
23209 test -z "$as_dir" && as_dir=.
23210 for ac_exec_ext in '' $ac_executable_extensions; do
23211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23212 ac_cv_path_ac_pt_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23213 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23223 ac_pt_PG_CONFIG=$ac_cv_path_ac_pt_PG_CONFIG
23224 if test -n "$ac_pt_PG_CONFIG"; then
23225 { echo "$as_me:$LINENO: result: $ac_pt_PG_CONFIG" >&5
23226 echo "${ECHO_T}$ac_pt_PG_CONFIG" >&6; }
23228 { echo "$as_me:$LINENO: result: no" >&5
23229 echo "${ECHO_T}no" >&6; }
23232 if test "x$ac_pt_PG_CONFIG" = x; then
23235 case $cross_compiling:$ac_tool_warned in
23237 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
23238 whose name does not start with the host triplet. If you think this
23239 configuration is useful to you, please write to autoconf@gnu.org." >&5
23240 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
23241 whose name does not start with the host triplet. If you think this
23242 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
23243 ac_tool_warned=yes ;;
23245 PG_CONFIG=$ac_pt_PG_CONFIG
23248 PG_CONFIG="$ac_cv_path_PG_CONFIG"
23253 if test "${PG_CONFIG}" != No; then
23254 PGSQL_libdir=`${PG_CONFIG} --libdir`
23255 PGSQL_includedir=`${PG_CONFIG} --includedir`
23257 if test "x$?" != "x0" ; then
23258 if test -n "${PGSQL_MANDATORY}" ; then
23259 { echo "$as_me:$LINENO: ***" >&5
23260 echo "$as_me: ***" >&6;}
23261 { echo "$as_me:$LINENO: *** The PostgreSQL installation on this system appears to be broken." >&5
23262 echo "$as_me: *** The PostgreSQL installation on this system appears to be broken." >&6;}
23263 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
23264 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
23265 { echo "$as_me:$LINENO: *** including --without-postgres" >&5
23266 echo "$as_me: *** including --without-postgres" >&6;}
23270 { echo "$as_me:$LINENO: checking for PQescapeStringConn in -lpq" >&5
23271 echo $ECHO_N "checking for PQescapeStringConn in -lpq... $ECHO_C" >&6; }
23272 if test "${ac_cv_lib_pq_PQescapeStringConn+set}" = set; then
23273 echo $ECHO_N "(cached) $ECHO_C" >&6
23275 ac_check_lib_save_LIBS=$LIBS
23276 LIBS="-lpq -L${PGSQL_libdir} -lz $LIBS"
23277 cat >conftest.$ac_ext <<_ACEOF
23280 cat confdefs.h >>conftest.$ac_ext
23281 cat >>conftest.$ac_ext <<_ACEOF
23282 /* end confdefs.h. */
23284 /* Override any GCC internal prototype to avoid an error.
23285 Use char because int might match the return type of a GCC
23286 builtin and then its argument prototype would still apply. */
23290 char PQescapeStringConn ();
23294 return PQescapeStringConn ();
23299 rm -f conftest.$ac_objext conftest$ac_exeext
23300 if { (ac_try="$ac_link"
23301 case "(($ac_try" in
23302 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23303 *) ac_try_echo
=$ac_try;;
23305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23306 (eval "$ac_link") 2>conftest.er1
23308 grep -v '^ *+' conftest.er1
>conftest.err
23310 cat conftest.err
>&5
23311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23312 (exit $ac_status); } && {
23313 test -z "$ac_c_werror_flag" ||
23314 test ! -s conftest.err
23315 } && test -s conftest
$ac_exeext &&
23316 $as_test_x conftest
$ac_exeext; then
23317 ac_cv_lib_pq_PQescapeStringConn
=yes
23319 echo "$as_me: failed program was:" >&5
23320 sed 's/^/| /' conftest.
$ac_ext >&5
23322 ac_cv_lib_pq_PQescapeStringConn
=no
23325 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
23326 conftest
$ac_exeext conftest.
$ac_ext
23327 LIBS
=$ac_check_lib_save_LIBS
23329 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQescapeStringConn" >&5
23330 echo "${ECHO_T}$ac_cv_lib_pq_PQescapeStringConn" >&6; }
23331 if test $ac_cv_lib_pq_PQescapeStringConn = yes; then
23333 cat >>confdefs.h
<<_ACEOF
23334 #define HAVE_PGSQL 1
23340 if test "${ac_cv_lib_pq_PQescapeStringConn}" = "yes"; then
23341 PGSQL_LIB
="-L${PGSQL_libdir} -lpq -lz"
23342 PGSQL_INCLUDE
="-I${PGSQL_includedir}"
23344 elif test -n "${PGSQL_MANDATORY}";
23346 { echo "$as_me:$LINENO: ***" >&5
23347 echo "$as_me: ***" >&6;}
23348 { echo "$as_me:$LINENO: *** The PostgreSQL installation on this system appears to be broken." >&5
23349 echo "$as_me: *** The PostgreSQL installation on this system appears to be broken." >&6;}
23350 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
23351 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
23352 { echo "$as_me:$LINENO: *** including --without-postgres" >&5
23353 echo "$as_me: *** including --without-postgres" >&6;}
23357 elif test -n "${PGSQL_MANDATORY}";
23359 { echo "$as_me:$LINENO: ***" >&5
23360 echo "$as_me: ***" >&6;}
23361 { echo "$as_me:$LINENO: *** The PostgreSQL installation on this system appears to be broken." >&5
23362 echo "$as_me: *** The PostgreSQL installation on this system appears to be broken." >&6;}
23363 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
23364 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
23365 { echo "$as_me:$LINENO: *** including --without-postgres" >&5
23366 echo "$as_me: *** including --without-postgres" >&6;}
23371 if test "${USE_POPT}" != "no"; then
23373 if test "x${POPT_DIR}" != "x"; then
23374 if test -d ${POPT_DIR}/lib
; then
23375 pbxlibdir
="-L${POPT_DIR}/lib"
23377 pbxlibdir
="-L${POPT_DIR}"
23380 { echo "$as_me:$LINENO: checking for poptStrerror in -lpopt" >&5
23381 echo $ECHO_N "checking for poptStrerror in -lpopt... $ECHO_C" >&6; }
23382 if test "${ac_cv_lib_popt_poptStrerror+set}" = set; then
23383 echo $ECHO_N "(cached) $ECHO_C" >&6
23385 ac_check_lib_save_LIBS
=$LIBS
23386 LIBS
="-lpopt ${pbxlibdir} $LIBS"
23387 cat >conftest.
$ac_ext <<_ACEOF
23390 cat confdefs.h
>>conftest.
$ac_ext
23391 cat >>conftest.
$ac_ext <<_ACEOF
23392 /* end confdefs.h. */
23394 /* Override any GCC internal prototype to avoid an error.
23395 Use char because int might match the return type of a GCC
23396 builtin and then its argument prototype would still apply. */
23400 char poptStrerror ();
23404 return poptStrerror ();
23409 rm -f conftest.
$ac_objext conftest
$ac_exeext
23410 if { (ac_try
="$ac_link"
23411 case "(($ac_try" in
23412 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23413 *) ac_try_echo=$ac_try;;
23415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23416 (eval "$ac_link") 2>conftest.er1
23418 grep -v '^ *+' conftest.er1 >conftest.err
23420 cat conftest.err >&5
23421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23422 (exit $ac_status); } && {
23423 test -z "$ac_c_werror_flag" ||
23424 test ! -s conftest.err
23425 } && test -s conftest$ac_exeext &&
23426 $as_test_x conftest$ac_exeext; then
23427 ac_cv_lib_popt_poptStrerror=yes
23429 echo "$as_me: failed program was:" >&5
23430 sed 's/^/| /' conftest.$ac_ext >&5
23432 ac_cv_lib_popt_poptStrerror=no
23435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23436 conftest$ac_exeext conftest.$ac_ext
23437 LIBS=$ac_check_lib_save_LIBS
23439 { echo "$as_me:$LINENO: result: $ac_cv_lib_popt_poptStrerror" >&5
23440 echo "${ECHO_T}$ac_cv_lib_popt_poptStrerror" >&6; }
23441 if test $ac_cv_lib_popt_poptStrerror = yes; then
23448 if test "${AST_POPT_FOUND}" = "yes"; then
23450 POPT_HEADER_FOUND="1"
23451 if test "x${POPT_DIR}" != "x"; then
23452 POPT_LIB="${pbxlibdir} ${POPT_LIB}"
23453 POPT_INCLUDE="-I${POPT_DIR}/include"
23455 POPT_INCLUDE="${POPT_INCLUDE} "
23456 saved_cppflags="${CPPFLAGS}"
23457 CPPFLAGS="${CPPFLAGS} ${POPT_INCLUDE}"
23458 if test "xpopt.h" != "x" ; then
23459 if test "${ac_cv_header_popt_h+set}" = set; then
23460 { echo "$as_me:$LINENO: checking for popt.h" >&5
23461 echo $ECHO_N "checking for popt.h... $ECHO_C" >&6; }
23462 if test "${ac_cv_header_popt_h+set}" = set; then
23463 echo $ECHO_N "(cached) $ECHO_C" >&6
23465 { echo "$as_me:$LINENO: result: $ac_cv_header_popt_h" >&5
23466 echo "${ECHO_T}$ac_cv_header_popt_h" >&6; }
23468 # Is the header compilable?
23469 { echo "$as_me:$LINENO: checking popt.h usability" >&5
23470 echo $ECHO_N "checking popt.h usability... $ECHO_C" >&6; }
23471 cat >conftest.$ac_ext <<_ACEOF
23474 cat confdefs.h >>conftest.$ac_ext
23475 cat >>conftest.$ac_ext <<_ACEOF
23476 /* end confdefs.h. */
23477 $ac_includes_default
23480 rm -f conftest.$ac_objext
23481 if { (ac_try="$ac_compile"
23482 case "(($ac_try" in
23483 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23484 *) ac_try_echo
=$ac_try;;
23486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23487 (eval "$ac_compile") 2>conftest.er1
23489 grep -v '^ *+' conftest.er1
>conftest.err
23491 cat conftest.err
>&5
23492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23493 (exit $ac_status); } && {
23494 test -z "$ac_c_werror_flag" ||
23495 test ! -s conftest.err
23496 } && test -s conftest.
$ac_objext; then
23497 ac_header_compiler
=yes
23499 echo "$as_me: failed program was:" >&5
23500 sed 's/^/| /' conftest.
$ac_ext >&5
23502 ac_header_compiler
=no
23505 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23506 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23507 echo "${ECHO_T}$ac_header_compiler" >&6; }
23509 # Is the header present?
23510 { echo "$as_me:$LINENO: checking popt.h presence" >&5
23511 echo $ECHO_N "checking popt.h presence... $ECHO_C" >&6; }
23512 cat >conftest.
$ac_ext <<_ACEOF
23515 cat confdefs.h
>>conftest.
$ac_ext
23516 cat >>conftest.
$ac_ext <<_ACEOF
23517 /* end confdefs.h. */
23520 if { (ac_try
="$ac_cpp conftest.$ac_ext"
23521 case "(($ac_try" in
23522 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23523 *) ac_try_echo=$ac_try;;
23525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23526 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23528 grep -v '^ *+' conftest.er1 >conftest.err
23530 cat conftest.err >&5
23531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23532 (exit $ac_status); } >/dev/null && {
23533 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23534 test ! -s conftest.err
23536 ac_header_preproc=yes
23538 echo "$as_me: failed program was:" >&5
23539 sed 's/^/| /' conftest.$ac_ext >&5
23541 ac_header_preproc=no
23544 rm -f conftest.err conftest.$ac_ext
23545 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23546 echo "${ECHO_T}$ac_header_preproc" >&6; }
23548 # So? What about this header?
23549 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23551 { echo "$as_me:$LINENO: WARNING: popt.h: accepted by the compiler, rejected by the preprocessor!" >&5
23552 echo "$as_me: WARNING: popt.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23553 { echo "$as_me:$LINENO: WARNING: popt.h: proceeding with the compiler's result" >&5
23554 echo "$as_me: WARNING: popt.h: proceeding with the compiler's result" >&2;}
23555 ac_header_preproc=yes
23558 { echo "$as_me:$LINENO: WARNING: popt.h: present but cannot be compiled" >&5
23559 echo "$as_me: WARNING: popt.h: present but cannot be compiled" >&2;}
23560 { echo "$as_me:$LINENO: WARNING: popt.h: check for missing prerequisite headers?" >&5
23561 echo "$as_me: WARNING: popt.h: check for missing prerequisite headers?" >&2;}
23562 { echo "$as_me:$LINENO: WARNING: popt.h: see the Autoconf documentation" >&5
23563 echo "$as_me: WARNING: popt.h: see the Autoconf documentation" >&2;}
23564 { echo "$as_me:$LINENO: WARNING: popt.h: section \"Present But Cannot Be Compiled\"" >&5
23565 echo "$as_me: WARNING: popt.h: section \"Present But Cannot Be Compiled\"" >&2;}
23566 { echo "$as_me:$LINENO: WARNING: popt.h: proceeding with the preprocessor's result" >&5
23567 echo "$as_me: WARNING: popt.h: proceeding with the preprocessor's result" >&2;}
23568 { echo "$as_me:$LINENO: WARNING: popt.h: in the future, the compiler will take precedence" >&5
23569 echo "$as_me: WARNING: popt.h: in the future, the compiler will take precedence" >&2;}
23571 ## ------------------------------- ##
23572 ## Report this to www.asterisk.org ##
23573 ## ------------------------------- ##
23575 ) | sed "s/^/$as_me: WARNING: /" >&2
23578 { echo "$as_me:$LINENO: checking for popt.h" >&5
23579 echo $ECHO_N "checking for popt.h... $ECHO_C" >&6; }
23580 if test "${ac_cv_header_popt_h+set}" = set; then
23581 echo $ECHO_N "(cached) $ECHO_C" >&6
23583 ac_cv_header_popt_h=$ac_header_preproc
23585 { echo "$as_me:$LINENO: result: $ac_cv_header_popt_h" >&5
23586 echo "${ECHO_T}$ac_cv_header_popt_h" >&6; }
23589 if test $ac_cv_header_popt_h = yes; then
23590 POPT_HEADER_FOUND=1
23592 POPT_HEADER_FOUND=0
23597 CPPFLAGS="${saved_cppflags}"
23598 if test "x${POPT_HEADER_FOUND}" = "x0" ; then
23599 if test -n "${POPT_MANDATORY}" ;
23601 { echo "$as_me:$LINENO: ***" >&5
23602 echo "$as_me: ***" >&6;}
23603 { echo "$as_me:$LINENO: *** It appears that you do not have the popt development package installed." >&5
23604 echo "$as_me: *** It appears that you do not have the popt development package installed." >&6;}
23605 { echo "$as_me:$LINENO: *** Please install it to include ${POPT_DESCRIP} support, or re-run configure" >&5
23606 echo "$as_me: *** Please install it to include ${POPT_DESCRIP} support, or re-run configure" >&6;}
23607 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${POPT_OPTION}" >&5
23608 echo "$as_me: *** without explicitly specifying --with-${POPT_OPTION}" >&6;}
23617 cat >>confdefs.h <<_ACEOF
23618 #define HAVE_POPT 1
23622 elif test -n "${POPT_MANDATORY}";
23624 { echo "$as_me:$LINENO: ***" >&5
23625 echo "$as_me: ***" >&6;}
23626 { echo "$as_me:$LINENO: *** The ${POPT_DESCRIP} installation on this system appears to be broken." >&5
23627 echo "$as_me: *** The ${POPT_DESCRIP} installation on this system appears to be broken." >&6;}
23628 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
23629 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
23630 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${POPT_OPTION}" >&5
23631 echo "$as_me: *** without explicitly specifying --with-${POPT_OPTION}" >&6;}
23638 if test "${USE_PRI}" != "no"; then
23640 if test "x${PRI_DIR}" != "x"; then
23641 if test -d ${PRI_DIR}/lib; then
23642 pbxlibdir="-L${PRI_DIR}/lib"
23644 pbxlibdir="-L${PRI_DIR}"
23647 { echo "$as_me:$LINENO: checking for pri_keypad_facility in -lpri" >&5
23648 echo $ECHO_N "checking for pri_keypad_facility in -lpri... $ECHO_C" >&6; }
23649 if test "${ac_cv_lib_pri_pri_keypad_facility+set}" = set; then
23650 echo $ECHO_N "(cached) $ECHO_C" >&6
23652 ac_check_lib_save_LIBS=$LIBS
23653 LIBS="-lpri ${pbxlibdir} $LIBS"
23654 cat >conftest.$ac_ext <<_ACEOF
23657 cat confdefs.h >>conftest.$ac_ext
23658 cat >>conftest.$ac_ext <<_ACEOF
23659 /* end confdefs.h. */
23661 /* Override any GCC internal prototype to avoid an error.
23662 Use char because int might match the return type of a GCC
23663 builtin and then its argument prototype would still apply. */
23667 char pri_keypad_facility ();
23671 return pri_keypad_facility ();
23676 rm -f conftest.$ac_objext conftest$ac_exeext
23677 if { (ac_try="$ac_link"
23678 case "(($ac_try" in
23679 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23680 *) ac_try_echo
=$ac_try;;
23682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23683 (eval "$ac_link") 2>conftest.er1
23685 grep -v '^ *+' conftest.er1
>conftest.err
23687 cat conftest.err
>&5
23688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23689 (exit $ac_status); } && {
23690 test -z "$ac_c_werror_flag" ||
23691 test ! -s conftest.err
23692 } && test -s conftest
$ac_exeext &&
23693 $as_test_x conftest
$ac_exeext; then
23694 ac_cv_lib_pri_pri_keypad_facility
=yes
23696 echo "$as_me: failed program was:" >&5
23697 sed 's/^/| /' conftest.
$ac_ext >&5
23699 ac_cv_lib_pri_pri_keypad_facility
=no
23702 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
23703 conftest
$ac_exeext conftest.
$ac_ext
23704 LIBS
=$ac_check_lib_save_LIBS
23706 { echo "$as_me:$LINENO: result: $ac_cv_lib_pri_pri_keypad_facility" >&5
23707 echo "${ECHO_T}$ac_cv_lib_pri_pri_keypad_facility" >&6; }
23708 if test $ac_cv_lib_pri_pri_keypad_facility = yes; then
23715 if test "${AST_PRI_FOUND}" = "yes"; then
23717 PRI_HEADER_FOUND
="1"
23718 if test "x${PRI_DIR}" != "x"; then
23719 PRI_LIB
="${pbxlibdir} ${PRI_LIB}"
23720 PRI_INCLUDE
="-I${PRI_DIR}/include"
23722 PRI_INCLUDE
="${PRI_INCLUDE} "
23723 saved_cppflags
="${CPPFLAGS}"
23724 CPPFLAGS
="${CPPFLAGS} ${PRI_INCLUDE}"
23725 if test "xlibpri.h" != "x" ; then
23726 if test "${ac_cv_header_libpri_h+set}" = set; then
23727 { echo "$as_me:$LINENO: checking for libpri.h" >&5
23728 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; }
23729 if test "${ac_cv_header_libpri_h+set}" = set; then
23730 echo $ECHO_N "(cached) $ECHO_C" >&6
23732 { echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5
23733 echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; }
23735 # Is the header compilable?
23736 { echo "$as_me:$LINENO: checking libpri.h usability" >&5
23737 echo $ECHO_N "checking libpri.h usability... $ECHO_C" >&6; }
23738 cat >conftest.
$ac_ext <<_ACEOF
23741 cat confdefs.h
>>conftest.
$ac_ext
23742 cat >>conftest.
$ac_ext <<_ACEOF
23743 /* end confdefs.h. */
23744 $ac_includes_default
23745 #include <libpri.h>
23747 rm -f conftest.
$ac_objext
23748 if { (ac_try
="$ac_compile"
23749 case "(($ac_try" in
23750 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23751 *) ac_try_echo=$ac_try;;
23753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23754 (eval "$ac_compile") 2>conftest.er1
23756 grep -v '^ *+' conftest.er1 >conftest.err
23758 cat conftest.err >&5
23759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23760 (exit $ac_status); } && {
23761 test -z "$ac_c_werror_flag" ||
23762 test ! -s conftest.err
23763 } && test -s conftest.$ac_objext; then
23764 ac_header_compiler=yes
23766 echo "$as_me: failed program was:" >&5
23767 sed 's/^/| /' conftest.$ac_ext >&5
23769 ac_header_compiler=no
23772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23773 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23774 echo "${ECHO_T}$ac_header_compiler" >&6; }
23776 # Is the header present?
23777 { echo "$as_me:$LINENO: checking libpri.h presence" >&5
23778 echo $ECHO_N "checking libpri.h presence... $ECHO_C" >&6; }
23779 cat >conftest.$ac_ext <<_ACEOF
23782 cat confdefs.h >>conftest.$ac_ext
23783 cat >>conftest.$ac_ext <<_ACEOF
23784 /* end confdefs.h. */
23785 #include <libpri.h>
23787 if { (ac_try="$ac_cpp conftest.$ac_ext"
23788 case "(($ac_try" in
23789 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23790 *) ac_try_echo
=$ac_try;;
23792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23793 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23795 grep -v '^ *+' conftest.er1
>conftest.err
23797 cat conftest.err
>&5
23798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23799 (exit $ac_status); } >/dev
/null
&& {
23800 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23801 test ! -s conftest.err
23803 ac_header_preproc
=yes
23805 echo "$as_me: failed program was:" >&5
23806 sed 's/^/| /' conftest.
$ac_ext >&5
23808 ac_header_preproc
=no
23811 rm -f conftest.err conftest.
$ac_ext
23812 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23813 echo "${ECHO_T}$ac_header_preproc" >&6; }
23815 # So? What about this header?
23816 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23818 { echo "$as_me:$LINENO: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&5
23819 echo "$as_me: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23820 { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the compiler's result" >&5
23821 echo "$as_me: WARNING: libpri.h: proceeding with the compiler's result" >&2;}
23822 ac_header_preproc
=yes
23825 { echo "$as_me:$LINENO: WARNING: libpri.h: present but cannot be compiled" >&5
23826 echo "$as_me: WARNING: libpri.h: present but cannot be compiled" >&2;}
23827 { echo "$as_me:$LINENO: WARNING: libpri.h: check for missing prerequisite headers?" >&5
23828 echo "$as_me: WARNING: libpri.h: check for missing prerequisite headers?" >&2;}
23829 { echo "$as_me:$LINENO: WARNING: libpri.h: see the Autoconf documentation" >&5
23830 echo "$as_me: WARNING: libpri.h: see the Autoconf documentation" >&2;}
23831 { echo "$as_me:$LINENO: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&5
23832 echo "$as_me: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&2;}
23833 { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the preprocessor's result" >&5
23834 echo "$as_me: WARNING: libpri.h: proceeding with the preprocessor's result" >&2;}
23835 { echo "$as_me:$LINENO: WARNING: libpri.h: in the future, the compiler will take precedence" >&5
23836 echo "$as_me: WARNING: libpri.h: in the future, the compiler will take precedence" >&2;}
23838 ## ------------------------------- ##
23839 ## Report this to www.asterisk.org ##
23840 ## ------------------------------- ##
23842 ) |
sed "s/^/$as_me: WARNING: /" >&2
23845 { echo "$as_me:$LINENO: checking for libpri.h" >&5
23846 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; }
23847 if test "${ac_cv_header_libpri_h+set}" = set; then
23848 echo $ECHO_N "(cached) $ECHO_C" >&6
23850 ac_cv_header_libpri_h
=$ac_header_preproc
23852 { echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5
23853 echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; }
23856 if test $ac_cv_header_libpri_h = yes; then
23864 CPPFLAGS
="${saved_cppflags}"
23865 if test "x${PRI_HEADER_FOUND}" = "x0" ; then
23866 if test -n "${PRI_MANDATORY}" ;
23868 { echo "$as_me:$LINENO: ***" >&5
23869 echo "$as_me: ***" >&6;}
23870 { echo "$as_me:$LINENO: *** It appears that you do not have the pri development package installed." >&5
23871 echo "$as_me: *** It appears that you do not have the pri development package installed." >&6;}
23872 { echo "$as_me:$LINENO: *** Please install it to include ${PRI_DESCRIP} support, or re-run configure" >&5
23873 echo "$as_me: *** Please install it to include ${PRI_DESCRIP} support, or re-run configure" >&6;}
23874 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${PRI_OPTION}" >&5
23875 echo "$as_me: *** without explicitly specifying --with-${PRI_OPTION}" >&6;}
23884 cat >>confdefs.h
<<_ACEOF
23889 elif test -n "${PRI_MANDATORY}";
23891 { echo "$as_me:$LINENO: ***" >&5
23892 echo "$as_me: ***" >&6;}
23893 { echo "$as_me:$LINENO: *** The ${PRI_DESCRIP} installation on this system appears to be broken." >&5
23894 echo "$as_me: *** The ${PRI_DESCRIP} installation on this system appears to be broken." >&6;}
23895 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
23896 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
23897 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${PRI_OPTION}" >&5
23898 echo "$as_me: *** without explicitly specifying --with-${PRI_OPTION}" >&6;}
23905 if test "${USE_PRI_VERSION}" != "no"; then
23907 if test "x${PRI_VERSION_DIR}" != "x"; then
23908 if test -d ${PRI_VERSION_DIR}/lib
; then
23909 pbxlibdir
="-L${PRI_VERSION_DIR}/lib"
23911 pbxlibdir
="-L${PRI_VERSION_DIR}"
23914 { echo "$as_me:$LINENO: checking for pri_get_version in -lpri" >&5
23915 echo $ECHO_N "checking for pri_get_version in -lpri... $ECHO_C" >&6; }
23916 if test "${ac_cv_lib_pri_pri_get_version+set}" = set; then
23917 echo $ECHO_N "(cached) $ECHO_C" >&6
23919 ac_check_lib_save_LIBS
=$LIBS
23920 LIBS
="-lpri ${pbxlibdir} $LIBS"
23921 cat >conftest.
$ac_ext <<_ACEOF
23924 cat confdefs.h
>>conftest.
$ac_ext
23925 cat >>conftest.
$ac_ext <<_ACEOF
23926 /* end confdefs.h. */
23928 /* Override any GCC internal prototype to avoid an error.
23929 Use char because int might match the return type of a GCC
23930 builtin and then its argument prototype would still apply. */
23934 char pri_get_version ();
23938 return pri_get_version ();
23943 rm -f conftest.
$ac_objext conftest
$ac_exeext
23944 if { (ac_try
="$ac_link"
23945 case "(($ac_try" in
23946 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23947 *) ac_try_echo=$ac_try;;
23949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23950 (eval "$ac_link") 2>conftest.er1
23952 grep -v '^ *+' conftest.er1 >conftest.err
23954 cat conftest.err >&5
23955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23956 (exit $ac_status); } && {
23957 test -z "$ac_c_werror_flag" ||
23958 test ! -s conftest.err
23959 } && test -s conftest$ac_exeext &&
23960 $as_test_x conftest$ac_exeext; then
23961 ac_cv_lib_pri_pri_get_version=yes
23963 echo "$as_me: failed program was:" >&5
23964 sed 's/^/| /' conftest.$ac_ext >&5
23966 ac_cv_lib_pri_pri_get_version=no
23969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23970 conftest$ac_exeext conftest.$ac_ext
23971 LIBS=$ac_check_lib_save_LIBS
23973 { echo "$as_me:$LINENO: result: $ac_cv_lib_pri_pri_get_version" >&5
23974 echo "${ECHO_T}$ac_cv_lib_pri_pri_get_version" >&6; }
23975 if test $ac_cv_lib_pri_pri_get_version = yes; then
23976 AST_PRI_VERSION_FOUND=yes
23978 AST_PRI_VERSION_FOUND=no
23982 if test "${AST_PRI_VERSION_FOUND}" = "yes"; then
23983 PRI_VERSION_LIB="-lpri "
23984 PRI_VERSION_HEADER_FOUND="1"
23985 if test "x${PRI_VERSION_DIR}" != "x"; then
23986 PRI_VERSION_LIB="${pbxlibdir} ${PRI_VERSION_LIB}"
23987 PRI_VERSION_INCLUDE="-I${PRI_VERSION_DIR}/include"
23989 PRI_VERSION_INCLUDE="${PRI_VERSION_INCLUDE} "
23990 saved_cppflags="${CPPFLAGS}"
23991 CPPFLAGS="${CPPFLAGS} ${PRI_VERSION_INCLUDE}"
23992 if test "xlibpri.h" != "x" ; then
23993 if test "${ac_cv_header_libpri_h+set}" = set; then
23994 { echo "$as_me:$LINENO: checking for libpri.h" >&5
23995 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; }
23996 if test "${ac_cv_header_libpri_h+set}" = set; then
23997 echo $ECHO_N "(cached) $ECHO_C" >&6
23999 { echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5
24000 echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; }
24002 # Is the header compilable?
24003 { echo "$as_me:$LINENO: checking libpri.h usability" >&5
24004 echo $ECHO_N "checking libpri.h usability... $ECHO_C" >&6; }
24005 cat >conftest.$ac_ext <<_ACEOF
24008 cat confdefs.h >>conftest.$ac_ext
24009 cat >>conftest.$ac_ext <<_ACEOF
24010 /* end confdefs.h. */
24011 $ac_includes_default
24012 #include <libpri.h>
24014 rm -f conftest.$ac_objext
24015 if { (ac_try="$ac_compile"
24016 case "(($ac_try" in
24017 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
24018 *) ac_try_echo
=$ac_try;;
24020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24021 (eval "$ac_compile") 2>conftest.er1
24023 grep -v '^ *+' conftest.er1
>conftest.err
24025 cat conftest.err
>&5
24026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24027 (exit $ac_status); } && {
24028 test -z "$ac_c_werror_flag" ||
24029 test ! -s conftest.err
24030 } && test -s conftest.
$ac_objext; then
24031 ac_header_compiler
=yes
24033 echo "$as_me: failed program was:" >&5
24034 sed 's/^/| /' conftest.
$ac_ext >&5
24036 ac_header_compiler
=no
24039 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24040 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24041 echo "${ECHO_T}$ac_header_compiler" >&6; }
24043 # Is the header present?
24044 { echo "$as_me:$LINENO: checking libpri.h presence" >&5
24045 echo $ECHO_N "checking libpri.h presence... $ECHO_C" >&6; }
24046 cat >conftest.
$ac_ext <<_ACEOF
24049 cat confdefs.h
>>conftest.
$ac_ext
24050 cat >>conftest.
$ac_ext <<_ACEOF
24051 /* end confdefs.h. */
24052 #include <libpri.h>
24054 if { (ac_try
="$ac_cpp conftest.$ac_ext"
24055 case "(($ac_try" in
24056 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
24057 *) ac_try_echo=$ac_try;;
24059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24060 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24062 grep -v '^ *+' conftest.er1 >conftest.err
24064 cat conftest.err >&5
24065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24066 (exit $ac_status); } >/dev/null && {
24067 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24068 test ! -s conftest.err
24070 ac_header_preproc=yes
24072 echo "$as_me: failed program was:" >&5
24073 sed 's/^/| /' conftest.$ac_ext >&5
24075 ac_header_preproc=no
24078 rm -f conftest.err conftest.$ac_ext
24079 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24080 echo "${ECHO_T}$ac_header_preproc" >&6; }
24082 # So? What about this header?
24083 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24085 { echo "$as_me:$LINENO: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&5
24086 echo "$as_me: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24087 { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the compiler's result" >&5
24088 echo "$as_me: WARNING: libpri.h: proceeding with the compiler's result" >&2;}
24089 ac_header_preproc=yes
24092 { echo "$as_me:$LINENO: WARNING: libpri.h: present but cannot be compiled" >&5
24093 echo "$as_me: WARNING: libpri.h: present but cannot be compiled" >&2;}
24094 { echo "$as_me:$LINENO: WARNING: libpri.h: check for missing prerequisite headers?" >&5
24095 echo "$as_me: WARNING: libpri.h: check for missing prerequisite headers?" >&2;}
24096 { echo "$as_me:$LINENO: WARNING: libpri.h: see the Autoconf documentation" >&5
24097 echo "$as_me: WARNING: libpri.h: see the Autoconf documentation" >&2;}
24098 { echo "$as_me:$LINENO: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&5
24099 echo "$as_me: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&2;}
24100 { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the preprocessor's result" >&5
24101 echo "$as_me: WARNING: libpri.h: proceeding with the preprocessor's result" >&2;}
24102 { echo "$as_me:$LINENO: WARNING: libpri.h: in the future, the compiler will take precedence" >&5
24103 echo "$as_me: WARNING: libpri.h: in the future, the compiler will take precedence" >&2;}
24105 ## ------------------------------- ##
24106 ## Report this to www.asterisk.org ##
24107 ## ------------------------------- ##
24109 ) | sed "s/^/$as_me: WARNING: /" >&2
24112 { echo "$as_me:$LINENO: checking for libpri.h" >&5
24113 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; }
24114 if test "${ac_cv_header_libpri_h+set}" = set; then
24115 echo $ECHO_N "(cached) $ECHO_C" >&6
24117 ac_cv_header_libpri_h=$ac_header_preproc
24119 { echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5
24120 echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; }
24123 if test $ac_cv_header_libpri_h = yes; then
24124 PRI_VERSION_HEADER_FOUND=1
24126 PRI_VERSION_HEADER_FOUND=0
24131 CPPFLAGS="${saved_cppflags}"
24132 if test "x${PRI_VERSION_HEADER_FOUND}" = "x0" ; then
24133 if test -n "${PRI_VERSION_MANDATORY}" ;
24135 { echo "$as_me:$LINENO: ***" >&5
24136 echo "$as_me: ***" >&6;}
24137 { echo "$as_me:$LINENO: *** It appears that you do not have the pri development package installed." >&5
24138 echo "$as_me: *** It appears that you do not have the pri development package installed." >&6;}
24139 { echo "$as_me:$LINENO: *** Please install it to include ${PRI_VERSION_DESCRIP} support, or re-run configure" >&5
24140 echo "$as_me: *** Please install it to include ${PRI_VERSION_DESCRIP} support, or re-run configure" >&6;}
24141 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${PRI_VERSION_OPTION}" >&5
24142 echo "$as_me: *** without explicitly specifying --with-${PRI_VERSION_OPTION}" >&6;}
24146 PRI_VERSION_INCLUDE=""
24151 cat >>confdefs.h <<_ACEOF
24152 #define HAVE_PRI_VERSION 1
24156 elif test -n "${PRI_VERSION_MANDATORY}";
24158 { echo "$as_me:$LINENO: ***" >&5
24159 echo "$as_me: ***" >&6;}
24160 { echo "$as_me:$LINENO: *** The ${PRI_VERSION_DESCRIP} installation on this system appears to be broken." >&5
24161 echo "$as_me: *** The ${PRI_VERSION_DESCRIP} installation on this system appears to be broken." >&6;}
24162 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
24163 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
24164 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${PRI_VERSION_OPTION}" >&5
24165 echo "$as_me: *** without explicitly specifying --with-${PRI_VERSION_OPTION}" >&6;}
24172 if test "${USE_PRI_INBANDDISCONNECT}" != "no"; then
24174 if test "x${PRI_INBANDDISCONNECT_DIR}" != "x"; then
24175 if test -d ${PRI_INBANDDISCONNECT_DIR}/lib; then
24176 pbxlibdir="-L${PRI_INBANDDISCONNECT_DIR}/lib"
24178 pbxlibdir="-L${PRI_INBANDDISCONNECT_DIR}"
24181 { echo "$as_me:$LINENO: checking for pri_set_inbanddisconnect in -lpri" >&5
24182 echo $ECHO_N "checking for pri_set_inbanddisconnect in -lpri... $ECHO_C" >&6; }
24183 if test "${ac_cv_lib_pri_pri_set_inbanddisconnect+set}" = set; then
24184 echo $ECHO_N "(cached) $ECHO_C" >&6
24186 ac_check_lib_save_LIBS=$LIBS
24187 LIBS="-lpri ${pbxlibdir} $LIBS"
24188 cat >conftest.$ac_ext <<_ACEOF
24191 cat confdefs.h >>conftest.$ac_ext
24192 cat >>conftest.$ac_ext <<_ACEOF
24193 /* end confdefs.h. */
24195 /* Override any GCC internal prototype to avoid an error.
24196 Use char because int might match the return type of a GCC
24197 builtin and then its argument prototype would still apply. */
24201 char pri_set_inbanddisconnect ();
24205 return pri_set_inbanddisconnect ();
24210 rm -f conftest.$ac_objext conftest$ac_exeext
24211 if { (ac_try="$ac_link"
24212 case "(($ac_try" in
24213 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
24214 *) ac_try_echo
=$ac_try;;
24216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24217 (eval "$ac_link") 2>conftest.er1
24219 grep -v '^ *+' conftest.er1
>conftest.err
24221 cat conftest.err
>&5
24222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24223 (exit $ac_status); } && {
24224 test -z "$ac_c_werror_flag" ||
24225 test ! -s conftest.err
24226 } && test -s conftest
$ac_exeext &&
24227 $as_test_x conftest
$ac_exeext; then
24228 ac_cv_lib_pri_pri_set_inbanddisconnect
=yes
24230 echo "$as_me: failed program was:" >&5
24231 sed 's/^/| /' conftest.
$ac_ext >&5
24233 ac_cv_lib_pri_pri_set_inbanddisconnect
=no
24236 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
24237 conftest
$ac_exeext conftest.
$ac_ext
24238 LIBS
=$ac_check_lib_save_LIBS
24240 { echo "$as_me:$LINENO: result: $ac_cv_lib_pri_pri_set_inbanddisconnect" >&5
24241 echo "${ECHO_T}$ac_cv_lib_pri_pri_set_inbanddisconnect" >&6; }
24242 if test $ac_cv_lib_pri_pri_set_inbanddisconnect = yes; then
24243 AST_PRI_INBANDDISCONNECT_FOUND
=yes
24245 AST_PRI_INBANDDISCONNECT_FOUND
=no
24249 if test "${AST_PRI_INBANDDISCONNECT_FOUND}" = "yes"; then
24250 PRI_INBANDDISCONNECT_LIB
="-lpri "
24251 PRI_INBANDDISCONNECT_HEADER_FOUND
="1"
24252 if test "x${PRI_INBANDDISCONNECT_DIR}" != "x"; then
24253 PRI_INBANDDISCONNECT_LIB
="${pbxlibdir} ${PRI_INBANDDISCONNECT_LIB}"
24254 PRI_INBANDDISCONNECT_INCLUDE
="-I${PRI_INBANDDISCONNECT_DIR}/include"
24256 PRI_INBANDDISCONNECT_INCLUDE
="${PRI_INBANDDISCONNECT_INCLUDE} "
24257 saved_cppflags
="${CPPFLAGS}"
24258 CPPFLAGS
="${CPPFLAGS} ${PRI_INBANDDISCONNECT_INCLUDE}"
24259 if test "xlibpri.h" != "x" ; then
24260 if test "${ac_cv_header_libpri_h+set}" = set; then
24261 { echo "$as_me:$LINENO: checking for libpri.h" >&5
24262 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; }
24263 if test "${ac_cv_header_libpri_h+set}" = set; then
24264 echo $ECHO_N "(cached) $ECHO_C" >&6
24266 { echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5
24267 echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; }
24269 # Is the header compilable?
24270 { echo "$as_me:$LINENO: checking libpri.h usability" >&5
24271 echo $ECHO_N "checking libpri.h usability... $ECHO_C" >&6; }
24272 cat >conftest.
$ac_ext <<_ACEOF
24275 cat confdefs.h
>>conftest.
$ac_ext
24276 cat >>conftest.
$ac_ext <<_ACEOF
24277 /* end confdefs.h. */
24278 $ac_includes_default
24279 #include <libpri.h>
24281 rm -f conftest.
$ac_objext
24282 if { (ac_try
="$ac_compile"
24283 case "(($ac_try" in
24284 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
24285 *) ac_try_echo=$ac_try;;
24287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24288 (eval "$ac_compile") 2>conftest.er1
24290 grep -v '^ *+' conftest.er1 >conftest.err
24292 cat conftest.err >&5
24293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24294 (exit $ac_status); } && {
24295 test -z "$ac_c_werror_flag" ||
24296 test ! -s conftest.err
24297 } && test -s conftest.$ac_objext; then
24298 ac_header_compiler=yes
24300 echo "$as_me: failed program was:" >&5
24301 sed 's/^/| /' conftest.$ac_ext >&5
24303 ac_header_compiler=no
24306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24307 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24308 echo "${ECHO_T}$ac_header_compiler" >&6; }
24310 # Is the header present?
24311 { echo "$as_me:$LINENO: checking libpri.h presence" >&5
24312 echo $ECHO_N "checking libpri.h presence... $ECHO_C" >&6; }
24313 cat >conftest.$ac_ext <<_ACEOF
24316 cat confdefs.h >>conftest.$ac_ext
24317 cat >>conftest.$ac_ext <<_ACEOF
24318 /* end confdefs.h. */
24319 #include <libpri.h>
24321 if { (ac_try="$ac_cpp conftest.$ac_ext"
24322 case "(($ac_try" in
24323 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
24324 *) ac_try_echo
=$ac_try;;
24326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24327 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24329 grep -v '^ *+' conftest.er1
>conftest.err
24331 cat conftest.err
>&5
24332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24333 (exit $ac_status); } >/dev
/null
&& {
24334 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24335 test ! -s conftest.err
24337 ac_header_preproc
=yes
24339 echo "$as_me: failed program was:" >&5
24340 sed 's/^/| /' conftest.
$ac_ext >&5
24342 ac_header_preproc
=no
24345 rm -f conftest.err conftest.
$ac_ext
24346 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24347 echo "${ECHO_T}$ac_header_preproc" >&6; }
24349 # So? What about this header?
24350 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24352 { echo "$as_me:$LINENO: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&5
24353 echo "$as_me: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24354 { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the compiler's result" >&5
24355 echo "$as_me: WARNING: libpri.h: proceeding with the compiler's result" >&2;}
24356 ac_header_preproc
=yes
24359 { echo "$as_me:$LINENO: WARNING: libpri.h: present but cannot be compiled" >&5
24360 echo "$as_me: WARNING: libpri.h: present but cannot be compiled" >&2;}
24361 { echo "$as_me:$LINENO: WARNING: libpri.h: check for missing prerequisite headers?" >&5
24362 echo "$as_me: WARNING: libpri.h: check for missing prerequisite headers?" >&2;}
24363 { echo "$as_me:$LINENO: WARNING: libpri.h: see the Autoconf documentation" >&5
24364 echo "$as_me: WARNING: libpri.h: see the Autoconf documentation" >&2;}
24365 { echo "$as_me:$LINENO: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&5
24366 echo "$as_me: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&2;}
24367 { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the preprocessor's result" >&5
24368 echo "$as_me: WARNING: libpri.h: proceeding with the preprocessor's result" >&2;}
24369 { echo "$as_me:$LINENO: WARNING: libpri.h: in the future, the compiler will take precedence" >&5
24370 echo "$as_me: WARNING: libpri.h: in the future, the compiler will take precedence" >&2;}
24372 ## ------------------------------- ##
24373 ## Report this to www.asterisk.org ##
24374 ## ------------------------------- ##
24376 ) |
sed "s/^/$as_me: WARNING: /" >&2
24379 { echo "$as_me:$LINENO: checking for libpri.h" >&5
24380 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; }
24381 if test "${ac_cv_header_libpri_h+set}" = set; then
24382 echo $ECHO_N "(cached) $ECHO_C" >&6
24384 ac_cv_header_libpri_h
=$ac_header_preproc
24386 { echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5
24387 echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; }
24390 if test $ac_cv_header_libpri_h = yes; then
24391 PRI_INBANDDISCONNECT_HEADER_FOUND
=1
24393 PRI_INBANDDISCONNECT_HEADER_FOUND
=0
24398 CPPFLAGS
="${saved_cppflags}"
24399 if test "x${PRI_INBANDDISCONNECT_HEADER_FOUND}" = "x0" ; then
24400 if test -n "${PRI_INBANDDISCONNECT_MANDATORY}" ;
24402 { echo "$as_me:$LINENO: ***" >&5
24403 echo "$as_me: ***" >&6;}
24404 { echo "$as_me:$LINENO: *** It appears that you do not have the pri development package installed." >&5
24405 echo "$as_me: *** It appears that you do not have the pri development package installed." >&6;}
24406 { echo "$as_me:$LINENO: *** Please install it to include ${PRI_INBANDDISCONNECT_DESCRIP} support, or re-run configure" >&5
24407 echo "$as_me: *** Please install it to include ${PRI_INBANDDISCONNECT_DESCRIP} support, or re-run configure" >&6;}
24408 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${PRI_INBANDDISCONNECT_OPTION}" >&5
24409 echo "$as_me: *** without explicitly specifying --with-${PRI_INBANDDISCONNECT_OPTION}" >&6;}
24412 PRI_INBANDDISCONNECT_LIB
=""
24413 PRI_INBANDDISCONNECT_INCLUDE
=""
24414 PBX_PRI_INBANDDISCONNECT
=0
24416 PBX_PRI_INBANDDISCONNECT
=1
24418 cat >>confdefs.h
<<_ACEOF
24419 #define HAVE_PRI_INBANDDISCONNECT 1
24423 elif test -n "${PRI_INBANDDISCONNECT_MANDATORY}";
24425 { echo "$as_me:$LINENO: ***" >&5
24426 echo "$as_me: ***" >&6;}
24427 { echo "$as_me:$LINENO: *** The ${PRI_INBANDDISCONNECT_DESCRIP} installation on this system appears to be broken." >&5
24428 echo "$as_me: *** The ${PRI_INBANDDISCONNECT_DESCRIP} installation on this system appears to be broken." >&6;}
24429 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
24430 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
24431 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${PRI_INBANDDISCONNECT_OPTION}" >&5
24432 echo "$as_me: *** without explicitly specifying --with-${PRI_INBANDDISCONNECT_OPTION}" >&6;}
24438 if test "${USE_PWLIB}" != "no"; then
24439 if test -n "${PWLIB_DIR}"; then
24440 PWLIBDIR
="${PWLIB_DIR}"
24447 ac_cpp
='$CXXCPP $CPPFLAGS'
24448 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24449 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24450 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
24452 if test "${PWLIBDIR:-unset}" != "unset" ; then
24453 as_ac_Header
=`echo "ac_cv_header_${PWLIBDIR}/version.h" | $as_tr_sh`
24454 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24455 { echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5
24456 echo $ECHO_N "checking for ${PWLIBDIR}/version.h... $ECHO_C" >&6; }
24457 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24458 echo $ECHO_N "(cached) $ECHO_C" >&6
24460 ac_res
=`eval echo '${'$as_ac_Header'}'`
24461 { echo "$as_me:$LINENO: result: $ac_res" >&5
24462 echo "${ECHO_T}$ac_res" >&6; }
24464 # Is the header compilable?
24465 { echo "$as_me:$LINENO: checking ${PWLIBDIR}/version.h usability" >&5
24466 echo $ECHO_N "checking ${PWLIBDIR}/version.h usability... $ECHO_C" >&6; }
24467 cat >conftest.
$ac_ext <<_ACEOF
24470 cat confdefs.h
>>conftest.
$ac_ext
24471 cat >>conftest.
$ac_ext <<_ACEOF
24472 /* end confdefs.h. */
24473 $ac_includes_default
24474 #include <${PWLIBDIR}/version.h>
24476 rm -f conftest.
$ac_objext
24477 if { (ac_try
="$ac_compile"
24478 case "(($ac_try" in
24479 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
24480 *) ac_try_echo=$ac_try;;
24482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24483 (eval "$ac_compile") 2>conftest.er1
24485 grep -v '^ *+' conftest.er1 >conftest.err
24487 cat conftest.err >&5
24488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24489 (exit $ac_status); } && {
24490 test -z "$ac_cxx_werror_flag" ||
24491 test ! -s conftest.err
24492 } && test -s conftest.$ac_objext; then
24493 ac_header_compiler=yes
24495 echo "$as_me: failed program was:" >&5
24496 sed 's/^/| /' conftest.$ac_ext >&5
24498 ac_header_compiler=no
24501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24502 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24503 echo "${ECHO_T}$ac_header_compiler" >&6; }
24505 # Is the header present?
24506 { echo "$as_me:$LINENO: checking ${PWLIBDIR}/version.h presence" >&5
24507 echo $ECHO_N "checking ${PWLIBDIR}/version.h presence... $ECHO_C" >&6; }
24508 cat >conftest.$ac_ext <<_ACEOF
24511 cat confdefs.h >>conftest.$ac_ext
24512 cat >>conftest.$ac_ext <<_ACEOF
24513 /* end confdefs.h. */
24514 #include <${PWLIBDIR}/version.h>
24516 if { (ac_try="$ac_cpp conftest.$ac_ext"
24517 case "(($ac_try" in
24518 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
24519 *) ac_try_echo
=$ac_try;;
24521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24522 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24524 grep -v '^ *+' conftest.er1
>conftest.err
24526 cat conftest.err
>&5
24527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24528 (exit $ac_status); } >/dev
/null
&& {
24529 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
24530 test ! -s conftest.err
24532 ac_header_preproc
=yes
24534 echo "$as_me: failed program was:" >&5
24535 sed 's/^/| /' conftest.
$ac_ext >&5
24537 ac_header_preproc
=no
24540 rm -f conftest.err conftest.
$ac_ext
24541 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24542 echo "${ECHO_T}$ac_header_preproc" >&6; }
24544 # So? What about this header?
24545 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24547 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
24548 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24549 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: proceeding with the compiler's result" >&5
24550 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: proceeding with the compiler's result" >&2;}
24551 ac_header_preproc
=yes
24554 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: present but cannot be compiled" >&5
24555 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: present but cannot be compiled" >&2;}
24556 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: check for missing prerequisite headers?" >&5
24557 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: check for missing prerequisite headers?" >&2;}
24558 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: see the Autoconf documentation" >&5
24559 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: see the Autoconf documentation" >&2;}
24560 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: section \"Present But Cannot Be Compiled\"" >&5
24561 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
24562 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: proceeding with the preprocessor's result" >&5
24563 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: proceeding with the preprocessor's result" >&2;}
24564 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: in the future, the compiler will take precedence" >&5
24565 echo "$as_me: WARNING: ${PWLIBDIR}/version.h: in the future, the compiler will take precedence" >&2;}
24567 ## ------------------------------- ##
24568 ## Report this to www.asterisk.org ##
24569 ## ------------------------------- ##
24571 ) |
sed "s/^/$as_me: WARNING: /" >&2
24574 { echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5
24575 echo $ECHO_N "checking for ${PWLIBDIR}/version.h... $ECHO_C" >&6; }
24576 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24577 echo $ECHO_N "(cached) $ECHO_C" >&6
24579 eval "$as_ac_Header=\$ac_header_preproc"
24581 ac_res
=`eval echo '${'$as_ac_Header'}'`
24582 { echo "$as_me:$LINENO: result: $ac_res" >&5
24583 echo "${ECHO_T}$ac_res" >&6; }
24586 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24592 if test "${HAS_PWLIB:-unset}" = "unset" ; then
24593 if test "${OPENH323DIR:-unset}" != "unset"; then
24594 as_ac_Header
=`echo "ac_cv_header_${OPENH323DIR}/../pwlib/version.h" | $as_tr_sh`
24595 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24596 { echo "$as_me:$LINENO: checking for ${OPENH323DIR}/../pwlib/version.h" >&5
24597 echo $ECHO_N "checking for ${OPENH323DIR}/../pwlib/version.h... $ECHO_C" >&6; }
24598 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24599 echo $ECHO_N "(cached) $ECHO_C" >&6
24601 ac_res
=`eval echo '${'$as_ac_Header'}'`
24602 { echo "$as_me:$LINENO: result: $ac_res" >&5
24603 echo "${ECHO_T}$ac_res" >&6; }
24605 # Is the header compilable?
24606 { echo "$as_me:$LINENO: checking ${OPENH323DIR}/../pwlib/version.h usability" >&5
24607 echo $ECHO_N "checking ${OPENH323DIR}/../pwlib/version.h usability... $ECHO_C" >&6; }
24608 cat >conftest.
$ac_ext <<_ACEOF
24611 cat confdefs.h
>>conftest.
$ac_ext
24612 cat >>conftest.
$ac_ext <<_ACEOF
24613 /* end confdefs.h. */
24614 $ac_includes_default
24615 #include <${OPENH323DIR}/../pwlib/version.h>
24617 rm -f conftest.
$ac_objext
24618 if { (ac_try
="$ac_compile"
24619 case "(($ac_try" in
24620 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
24621 *) ac_try_echo=$ac_try;;
24623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24624 (eval "$ac_compile") 2>conftest.er1
24626 grep -v '^ *+' conftest.er1 >conftest.err
24628 cat conftest.err >&5
24629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24630 (exit $ac_status); } && {
24631 test -z "$ac_cxx_werror_flag" ||
24632 test ! -s conftest.err
24633 } && test -s conftest.$ac_objext; then
24634 ac_header_compiler=yes
24636 echo "$as_me: failed program was:" >&5
24637 sed 's/^/| /' conftest.$ac_ext >&5
24639 ac_header_compiler=no
24642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24643 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24644 echo "${ECHO_T}$ac_header_compiler" >&6; }
24646 # Is the header present?
24647 { echo "$as_me:$LINENO: checking ${OPENH323DIR}/../pwlib/version.h presence" >&5
24648 echo $ECHO_N "checking ${OPENH323DIR}/../pwlib/version.h presence... $ECHO_C" >&6; }
24649 cat >conftest.$ac_ext <<_ACEOF
24652 cat confdefs.h >>conftest.$ac_ext
24653 cat >>conftest.$ac_ext <<_ACEOF
24654 /* end confdefs.h. */
24655 #include <${OPENH323DIR}/../pwlib/version.h>
24657 if { (ac_try="$ac_cpp conftest.$ac_ext"
24658 case "(($ac_try" in
24659 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
24660 *) ac_try_echo
=$ac_try;;
24662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24663 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24665 grep -v '^ *+' conftest.er1
>conftest.err
24667 cat conftest.err
>&5
24668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24669 (exit $ac_status); } >/dev
/null
&& {
24670 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
24671 test ! -s conftest.err
24673 ac_header_preproc
=yes
24675 echo "$as_me: failed program was:" >&5
24676 sed 's/^/| /' conftest.
$ac_ext >&5
24678 ac_header_preproc
=no
24681 rm -f conftest.err conftest.
$ac_ext
24682 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24683 echo "${ECHO_T}$ac_header_preproc" >&6; }
24685 # So? What about this header?
24686 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24688 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
24689 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24690 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the compiler's result" >&5
24691 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the compiler's result" >&2;}
24692 ac_header_preproc
=yes
24695 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: present but cannot be compiled" >&5
24696 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: present but cannot be compiled" >&2;}
24697 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: check for missing prerequisite headers?" >&5
24698 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: check for missing prerequisite headers?" >&2;}
24699 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: see the Autoconf documentation" >&5
24700 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: see the Autoconf documentation" >&2;}
24701 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: section \"Present But Cannot Be Compiled\"" >&5
24702 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
24703 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the preprocessor's result" >&5
24704 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the preprocessor's result" >&2;}
24705 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: in the future, the compiler will take precedence" >&5
24706 echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: in the future, the compiler will take precedence" >&2;}
24708 ## ------------------------------- ##
24709 ## Report this to www.asterisk.org ##
24710 ## ------------------------------- ##
24712 ) |
sed "s/^/$as_me: WARNING: /" >&2
24715 { echo "$as_me:$LINENO: checking for ${OPENH323DIR}/../pwlib/version.h" >&5
24716 echo $ECHO_N "checking for ${OPENH323DIR}/../pwlib/version.h... $ECHO_C" >&6; }
24717 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24718 echo $ECHO_N "(cached) $ECHO_C" >&6
24720 eval "$as_ac_Header=\$ac_header_preproc"
24722 ac_res
=`eval echo '${'$as_ac_Header'}'`
24723 { echo "$as_me:$LINENO: result: $ac_res" >&5
24724 echo "${ECHO_T}$ac_res" >&6; }
24727 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24733 if test "${HAS_PWLIB:-unset}" != "unset" ; then
24734 PWLIBDIR
="${OPENH323DIR}/../pwlib"
24736 as_ac_Header
=`echo "ac_cv_header_${HOME}/pwlib/include/ptlib.h" | $as_tr_sh`
24737 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24738 { echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5
24739 echo $ECHO_N "checking for ${HOME}/pwlib/include/ptlib.h... $ECHO_C" >&6; }
24740 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24741 echo $ECHO_N "(cached) $ECHO_C" >&6
24743 ac_res
=`eval echo '${'$as_ac_Header'}'`
24744 { echo "$as_me:$LINENO: result: $ac_res" >&5
24745 echo "${ECHO_T}$ac_res" >&6; }
24747 # Is the header compilable?
24748 { echo "$as_me:$LINENO: checking ${HOME}/pwlib/include/ptlib.h usability" >&5
24749 echo $ECHO_N "checking ${HOME}/pwlib/include/ptlib.h usability... $ECHO_C" >&6; }
24750 cat >conftest.
$ac_ext <<_ACEOF
24753 cat confdefs.h
>>conftest.
$ac_ext
24754 cat >>conftest.
$ac_ext <<_ACEOF
24755 /* end confdefs.h. */
24756 $ac_includes_default
24757 #include <${HOME}/pwlib/include/ptlib.h>
24759 rm -f conftest.
$ac_objext
24760 if { (ac_try
="$ac_compile"
24761 case "(($ac_try" in
24762 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
24763 *) ac_try_echo=$ac_try;;
24765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24766 (eval "$ac_compile") 2>conftest.er1
24768 grep -v '^ *+' conftest.er1 >conftest.err
24770 cat conftest.err >&5
24771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24772 (exit $ac_status); } && {
24773 test -z "$ac_cxx_werror_flag" ||
24774 test ! -s conftest.err
24775 } && test -s conftest.$ac_objext; then
24776 ac_header_compiler=yes
24778 echo "$as_me: failed program was:" >&5
24779 sed 's/^/| /' conftest.$ac_ext >&5
24781 ac_header_compiler=no
24784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24785 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24786 echo "${ECHO_T}$ac_header_compiler" >&6; }
24788 # Is the header present?
24789 { echo "$as_me:$LINENO: checking ${HOME}/pwlib/include/ptlib.h presence" >&5
24790 echo $ECHO_N "checking ${HOME}/pwlib/include/ptlib.h presence... $ECHO_C" >&6; }
24791 cat >conftest.$ac_ext <<_ACEOF
24794 cat confdefs.h >>conftest.$ac_ext
24795 cat >>conftest.$ac_ext <<_ACEOF
24796 /* end confdefs.h. */
24797 #include <${HOME}/pwlib/include/ptlib.h>
24799 if { (ac_try="$ac_cpp conftest.$ac_ext"
24800 case "(($ac_try" in
24801 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
24802 *) ac_try_echo
=$ac_try;;
24804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24805 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24807 grep -v '^ *+' conftest.er1
>conftest.err
24809 cat conftest.err
>&5
24810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24811 (exit $ac_status); } >/dev
/null
&& {
24812 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
24813 test ! -s conftest.err
24815 ac_header_preproc
=yes
24817 echo "$as_me: failed program was:" >&5
24818 sed 's/^/| /' conftest.
$ac_ext >&5
24820 ac_header_preproc
=no
24823 rm -f conftest.err conftest.
$ac_ext
24824 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24825 echo "${ECHO_T}$ac_header_preproc" >&6; }
24827 # So? What about this header?
24828 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24830 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24831 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24832 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the compiler's result" >&5
24833 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the compiler's result" >&2;}
24834 ac_header_preproc
=yes
24837 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: present but cannot be compiled" >&5
24838 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: present but cannot be compiled" >&2;}
24839 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: check for missing prerequisite headers?" >&5
24840 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: check for missing prerequisite headers?" >&2;}
24841 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: see the Autoconf documentation" >&5
24842 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: see the Autoconf documentation" >&2;}
24843 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5
24844 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
24845 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the preprocessor's result" >&5
24846 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the preprocessor's result" >&2;}
24847 { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: in the future, the compiler will take precedence" >&5
24848 echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: in the future, the compiler will take precedence" >&2;}
24850 ## ------------------------------- ##
24851 ## Report this to www.asterisk.org ##
24852 ## ------------------------------- ##
24854 ) |
sed "s/^/$as_me: WARNING: /" >&2
24857 { echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5
24858 echo $ECHO_N "checking for ${HOME}/pwlib/include/ptlib.h... $ECHO_C" >&6; }
24859 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24860 echo $ECHO_N "(cached) $ECHO_C" >&6
24862 eval "$as_ac_Header=\$ac_header_preproc"
24864 ac_res
=`eval echo '${'$as_ac_Header'}'`
24865 { echo "$as_me:$LINENO: result: $ac_res" >&5
24866 echo "${ECHO_T}$ac_res" >&6; }
24869 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24874 if test "${HAS_PWLIB:-unset}" != "unset" ; then
24875 PWLIBDIR
="${HOME}/pwlib"
24877 if test "${ac_cv_header__usr_local_include_ptlib_h+set}" = set; then
24878 { echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5
24879 echo $ECHO_N "checking for /usr/local/include/ptlib.h... $ECHO_C" >&6; }
24880 if test "${ac_cv_header__usr_local_include_ptlib_h+set}" = set; then
24881 echo $ECHO_N "(cached) $ECHO_C" >&6
24883 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_ptlib_h" >&5
24884 echo "${ECHO_T}$ac_cv_header__usr_local_include_ptlib_h" >&6; }
24886 # Is the header compilable?
24887 { echo "$as_me:$LINENO: checking /usr/local/include/ptlib.h usability" >&5
24888 echo $ECHO_N "checking /usr/local/include/ptlib.h usability... $ECHO_C" >&6; }
24889 cat >conftest.
$ac_ext <<_ACEOF
24892 cat confdefs.h
>>conftest.
$ac_ext
24893 cat >>conftest.
$ac_ext <<_ACEOF
24894 /* end confdefs.h. */
24895 $ac_includes_default
24896 #include </usr/local/include/ptlib.h>
24898 rm -f conftest.
$ac_objext
24899 if { (ac_try
="$ac_compile"
24900 case "(($ac_try" in
24901 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
24902 *) ac_try_echo=$ac_try;;
24904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24905 (eval "$ac_compile") 2>conftest.er1
24907 grep -v '^ *+' conftest.er1 >conftest.err
24909 cat conftest.err >&5
24910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24911 (exit $ac_status); } && {
24912 test -z "$ac_cxx_werror_flag" ||
24913 test ! -s conftest.err
24914 } && test -s conftest.$ac_objext; then
24915 ac_header_compiler=yes
24917 echo "$as_me: failed program was:" >&5
24918 sed 's/^/| /' conftest.$ac_ext >&5
24920 ac_header_compiler=no
24923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24924 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24925 echo "${ECHO_T}$ac_header_compiler" >&6; }
24927 # Is the header present?
24928 { echo "$as_me:$LINENO: checking /usr/local/include/ptlib.h presence" >&5
24929 echo $ECHO_N "checking /usr/local/include/ptlib.h presence... $ECHO_C" >&6; }
24930 cat >conftest.$ac_ext <<_ACEOF
24933 cat confdefs.h >>conftest.$ac_ext
24934 cat >>conftest.$ac_ext <<_ACEOF
24935 /* end confdefs.h. */
24936 #include </usr/local/include/ptlib.h>
24938 if { (ac_try="$ac_cpp conftest.$ac_ext"
24939 case "(($ac_try" in
24940 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
24941 *) ac_try_echo
=$ac_try;;
24943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24944 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24946 grep -v '^ *+' conftest.er1
>conftest.err
24948 cat conftest.err
>&5
24949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24950 (exit $ac_status); } >/dev
/null
&& {
24951 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
24952 test ! -s conftest.err
24954 ac_header_preproc
=yes
24956 echo "$as_me: failed program was:" >&5
24957 sed 's/^/| /' conftest.
$ac_ext >&5
24959 ac_header_preproc
=no
24962 rm -f conftest.err conftest.
$ac_ext
24963 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24964 echo "${ECHO_T}$ac_header_preproc" >&6; }
24966 # So? What about this header?
24967 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24969 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24970 echo "$as_me: WARNING: /usr/local/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24971 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: proceeding with the compiler's result" >&5
24972 echo "$as_me: WARNING: /usr/local/include/ptlib.h: proceeding with the compiler's result" >&2;}
24973 ac_header_preproc
=yes
24976 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: present but cannot be compiled" >&5
24977 echo "$as_me: WARNING: /usr/local/include/ptlib.h: present but cannot be compiled" >&2;}
24978 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: check for missing prerequisite headers?" >&5
24979 echo "$as_me: WARNING: /usr/local/include/ptlib.h: check for missing prerequisite headers?" >&2;}
24980 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: see the Autoconf documentation" >&5
24981 echo "$as_me: WARNING: /usr/local/include/ptlib.h: see the Autoconf documentation" >&2;}
24982 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5
24983 echo "$as_me: WARNING: /usr/local/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
24984 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: proceeding with the preprocessor's result" >&5
24985 echo "$as_me: WARNING: /usr/local/include/ptlib.h: proceeding with the preprocessor's result" >&2;}
24986 { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: in the future, the compiler will take precedence" >&5
24987 echo "$as_me: WARNING: /usr/local/include/ptlib.h: in the future, the compiler will take precedence" >&2;}
24989 ## ------------------------------- ##
24990 ## Report this to www.asterisk.org ##
24991 ## ------------------------------- ##
24993 ) |
sed "s/^/$as_me: WARNING: /" >&2
24996 { echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5
24997 echo $ECHO_N "checking for /usr/local/include/ptlib.h... $ECHO_C" >&6; }
24998 if test "${ac_cv_header__usr_local_include_ptlib_h+set}" = set; then
24999 echo $ECHO_N "(cached) $ECHO_C" >&6
25001 ac_cv_header__usr_local_include_ptlib_h
=$ac_header_preproc
25003 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_ptlib_h" >&5
25004 echo "${ECHO_T}$ac_cv_header__usr_local_include_ptlib_h" >&6; }
25007 if test $ac_cv_header__usr_local_include_ptlib_h = yes; then
25012 if test "${HAS_PWLIB:-unset}" != "unset" ; then
25013 # Extract the first word of "ptlib-config", so it can be a program name with args.
25014 set dummy ptlib-config
; ac_word
=$2
25015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
25016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
25017 if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then
25018 echo $ECHO_N "(cached) $ECHO_C" >&6
25020 case $PTLIB_CONFIG in
25022 ac_cv_path_PTLIB_CONFIG
="$PTLIB_CONFIG" # Let the user override the test with a path.
25025 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25026 for as_dir
in /usr
/local
/bin
25029 test -z "$as_dir" && as_dir
=.
25030 for ac_exec_ext
in '' $ac_executable_extensions; do
25031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25032 ac_cv_path_PTLIB_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25043 PTLIB_CONFIG
=$ac_cv_path_PTLIB_CONFIG
25044 if test -n "$PTLIB_CONFIG"; then
25045 { echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5
25046 echo "${ECHO_T}$PTLIB_CONFIG" >&6; }
25048 { echo "$as_me:$LINENO: result: no" >&5
25049 echo "${ECHO_T}no" >&6; }
25053 if test "${PTLIB_CONFIG:-unset}" = "unset" ; then
25054 # Extract the first word of "ptlib-config", so it can be a program name with args.
25055 set dummy ptlib-config
; ac_word
=$2
25056 { echo "$as_me:$LINENO: checking for $ac_word" >&5
25057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
25058 if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then
25059 echo $ECHO_N "(cached) $ECHO_C" >&6
25061 case $PTLIB_CONFIG in
25063 ac_cv_path_PTLIB_CONFIG
="$PTLIB_CONFIG" # Let the user override the test with a path.
25066 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25067 for as_dir
in /usr
/local
/share
/pwlib
/make
25070 test -z "$as_dir" && as_dir
=.
25071 for ac_exec_ext
in '' $ac_executable_extensions; do
25072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25073 ac_cv_path_PTLIB_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25074 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25084 PTLIB_CONFIG
=$ac_cv_path_PTLIB_CONFIG
25085 if test -n "$PTLIB_CONFIG"; then
25086 { echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5
25087 echo "${ECHO_T}$PTLIB_CONFIG" >&6; }
25089 { echo "$as_me:$LINENO: result: no" >&5
25090 echo "${ECHO_T}no" >&6; }
25095 PWLIB_INCDIR
="/usr/local/include"
25096 PWLIB_LIBDIR
=`${PTLIB_CONFIG} --pwlibdir`
25097 if test "${PWLIB_LIBDIR:-unset}" = "unset"; then
25098 if test "x$LIB64" != "x"; then
25099 PWLIB_LIBDIR
="/usr/local/lib64"
25101 PWLIB_LIBDIR
="/usr/local/lib"
25104 PWLIB_LIB
=`${PTLIB_CONFIG} --ldflags --libs`
25105 PWLIB_LIB
="-L${PWLIB_LIBDIR} `echo ${PWLIB_LIB}`"
25107 if test "${ac_cv_header__usr_include_ptlib_h+set}" = set; then
25108 { echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5
25109 echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6; }
25110 if test "${ac_cv_header__usr_include_ptlib_h+set}" = set; then
25111 echo $ECHO_N "(cached) $ECHO_C" >&6
25113 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_ptlib_h" >&5
25114 echo "${ECHO_T}$ac_cv_header__usr_include_ptlib_h" >&6; }
25116 # Is the header compilable?
25117 { echo "$as_me:$LINENO: checking /usr/include/ptlib.h usability" >&5
25118 echo $ECHO_N "checking /usr/include/ptlib.h usability... $ECHO_C" >&6; }
25119 cat >conftest.
$ac_ext <<_ACEOF
25122 cat confdefs.h
>>conftest.
$ac_ext
25123 cat >>conftest.
$ac_ext <<_ACEOF
25124 /* end confdefs.h. */
25125 $ac_includes_default
25126 #include </usr/include/ptlib.h>
25128 rm -f conftest.
$ac_objext
25129 if { (ac_try
="$ac_compile"
25130 case "(($ac_try" in
25131 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
25132 *) ac_try_echo=$ac_try;;
25134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25135 (eval "$ac_compile") 2>conftest.er1
25137 grep -v '^ *+' conftest.er1 >conftest.err
25139 cat conftest.err >&5
25140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25141 (exit $ac_status); } && {
25142 test -z "$ac_cxx_werror_flag" ||
25143 test ! -s conftest.err
25144 } && test -s conftest.$ac_objext; then
25145 ac_header_compiler=yes
25147 echo "$as_me: failed program was:" >&5
25148 sed 's/^/| /' conftest.$ac_ext >&5
25150 ac_header_compiler=no
25153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25154 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25155 echo "${ECHO_T}$ac_header_compiler" >&6; }
25157 # Is the header present?
25158 { echo "$as_me:$LINENO: checking /usr/include/ptlib.h presence" >&5
25159 echo $ECHO_N "checking /usr/include/ptlib.h presence... $ECHO_C" >&6; }
25160 cat >conftest.$ac_ext <<_ACEOF
25163 cat confdefs.h >>conftest.$ac_ext
25164 cat >>conftest.$ac_ext <<_ACEOF
25165 /* end confdefs.h. */
25166 #include </usr/include/ptlib.h>
25168 if { (ac_try="$ac_cpp conftest.$ac_ext"
25169 case "(($ac_try" in
25170 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
25171 *) ac_try_echo
=$ac_try;;
25173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25174 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25176 grep -v '^ *+' conftest.er1
>conftest.err
25178 cat conftest.err
>&5
25179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25180 (exit $ac_status); } >/dev
/null
&& {
25181 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
25182 test ! -s conftest.err
25184 ac_header_preproc
=yes
25186 echo "$as_me: failed program was:" >&5
25187 sed 's/^/| /' conftest.
$ac_ext >&5
25189 ac_header_preproc
=no
25192 rm -f conftest.err conftest.
$ac_ext
25193 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25194 echo "${ECHO_T}$ac_header_preproc" >&6; }
25196 # So? What about this header?
25197 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
25199 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
25200 echo "$as_me: WARNING: /usr/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25201 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: proceeding with the compiler's result" >&5
25202 echo "$as_me: WARNING: /usr/include/ptlib.h: proceeding with the compiler's result" >&2;}
25203 ac_header_preproc
=yes
25206 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: present but cannot be compiled" >&5
25207 echo "$as_me: WARNING: /usr/include/ptlib.h: present but cannot be compiled" >&2;}
25208 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: check for missing prerequisite headers?" >&5
25209 echo "$as_me: WARNING: /usr/include/ptlib.h: check for missing prerequisite headers?" >&2;}
25210 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: see the Autoconf documentation" >&5
25211 echo "$as_me: WARNING: /usr/include/ptlib.h: see the Autoconf documentation" >&2;}
25212 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5
25213 echo "$as_me: WARNING: /usr/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
25214 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: proceeding with the preprocessor's result" >&5
25215 echo "$as_me: WARNING: /usr/include/ptlib.h: proceeding with the preprocessor's result" >&2;}
25216 { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: in the future, the compiler will take precedence" >&5
25217 echo "$as_me: WARNING: /usr/include/ptlib.h: in the future, the compiler will take precedence" >&2;}
25219 ## ------------------------------- ##
25220 ## Report this to www.asterisk.org ##
25221 ## ------------------------------- ##
25223 ) |
sed "s/^/$as_me: WARNING: /" >&2
25226 { echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5
25227 echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6; }
25228 if test "${ac_cv_header__usr_include_ptlib_h+set}" = set; then
25229 echo $ECHO_N "(cached) $ECHO_C" >&6
25231 ac_cv_header__usr_include_ptlib_h
=$ac_header_preproc
25233 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_ptlib_h" >&5
25234 echo "${ECHO_T}$ac_cv_header__usr_include_ptlib_h" >&6; }
25237 if test $ac_cv_header__usr_include_ptlib_h = yes; then
25242 if test "${HAS_PWLIB:-unset}" != "unset" ; then
25243 # Extract the first word of "ptlib-config", so it can be a program name with args.
25244 set dummy ptlib-config
; ac_word
=$2
25245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
25246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
25247 if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then
25248 echo $ECHO_N "(cached) $ECHO_C" >&6
25250 case $PTLIB_CONFIG in
25252 ac_cv_path_PTLIB_CONFIG
="$PTLIB_CONFIG" # Let the user override the test with a path.
25255 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25256 for as_dir
in /usr
/share
/pwlib
/make
25259 test -z "$as_dir" && as_dir
=.
25260 for ac_exec_ext
in '' $ac_executable_extensions; do
25261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25262 ac_cv_path_PTLIB_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25273 PTLIB_CONFIG
=$ac_cv_path_PTLIB_CONFIG
25274 if test -n "$PTLIB_CONFIG"; then
25275 { echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5
25276 echo "${ECHO_T}$PTLIB_CONFIG" >&6; }
25278 { echo "$as_me:$LINENO: result: no" >&5
25279 echo "${ECHO_T}no" >&6; }
25283 PWLIB_INCDIR
="/usr/include"
25284 PWLIB_LIBDIR
=`${PTLIB_CONFIG} --pwlibdir`
25285 if test "${PWLIB_LIBDIR:-unset}" = "unset"; then
25286 if test "x$LIB64" != "x"; then
25287 PWLIB_LIBDIR
="/usr/lib64"
25289 PWLIB_LIBDIR
="/usr/lib"
25292 PWLIB_LIB
=`${PTLIB_CONFIG} --ldflags --libs`
25293 PWLIB_LIB
="-L${PWLIB_LIBDIR} `echo ${PWLIB_LIB}`"
25300 #if test "${HAS_PWLIB:-unset}" = "unset" ; then
25301 # echo "Cannot find pwlib - please install or set PWLIBDIR and try again"
25305 if test "${HAS_PWLIB:-unset}" != "unset" ; then
25306 if test "${PWLIBDIR:-unset}" = "unset" ; then
25307 if test "${PTLIB_CONFIG:-unset}" != "unset" ; then
25308 PWLIBDIR
=`$PTLIB_CONFIG --prefix`
25310 echo "Cannot find ptlib-config - please install and try again"
25315 if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then
25316 PWLIBDIR
="/usr/share/pwlib"
25317 PWLIB_INCDIR
="/usr/include"
25318 if test "x$LIB64" != "x"; then
25319 PWLIB_LIBDIR
="/usr/lib64"
25321 PWLIB_LIBDIR
="/usr/lib"
25324 if test "x$PWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then
25325 PWLIBDIR
="/usr/local/share/pwlib"
25326 PWLIB_INCDIR
="/usr/local/include"
25327 if test "x$LIB64" != "x"; then
25328 PWLIB_LIBDIR
="/usr/local/lib64"
25330 PWLIB_LIBDIR
="/usr/local/lib"
25334 if test "${PWLIB_INCDIR:-unset}" = "unset"; then
25335 PWLIB_INCDIR
="${PWLIBDIR}/include"
25337 if test "${PWLIB_LIBDIR:-unset}" = "unset"; then
25338 PWLIB_LIBDIR
="${PWLIBDIR}/lib"
25346 ac_cpp
='$CPP $CPPFLAGS'
25347 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25348 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25349 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
25353 if test "${HAS_PWLIB:-unset}" != "unset"; then
25354 PWLIB_VERSION
=`grep "PWLIB_VERSION" ${PWLIB_INCDIR}/ptbuildopts.h | cut -f2 -d ' ' | sed -e 's/"//g'`
25355 PWLIB_MAJOR_VERSION
=`echo ${PWLIB_VERSION} | cut -f1 -d.`
25356 PWLIB_MINOR_VERSION
=`echo ${PWLIB_VERSION} | cut -f2 -d.`
25357 PWLIB_BUILD_NUMBER
=`echo ${PWLIB_VERSION} | cut -f3 -d.`
25358 let PWLIB_VER
=${PWLIB_MAJOR_VERSION}*10000+${PWLIB_MINOR_VERSION}*100+${PWLIB_BUILD_NUMBER}
25359 let PWLIB_REQ
=1*10000+9*100+2
25361 { echo "$as_me:$LINENO: checking if PWLib version ${PWLIB_VERSION} is compatible with chan_h323" >&5
25362 echo $ECHO_N "checking if PWLib version ${PWLIB_VERSION} is compatible with chan_h323... $ECHO_C" >&6; }
25363 if test ${PWLIB_VER} -lt ${PWLIB_REQ}; then
25364 { echo "$as_me:$LINENO: result: no" >&5
25365 echo "${ECHO_T}no" >&6; }
25368 { echo "$as_me:$LINENO: result: yes" >&5
25369 echo "${ECHO_T}yes" >&6; }
25374 if test "${HAS_PWLIB:-unset}" != "unset"; then
25378 linux
*) PWLIB_OSTYPE
=linux
;
25380 freebsd
* ) PWLIB_OSTYPE
=FreeBSD
;
25382 openbsd
* ) PWLIB_OSTYPE
=OpenBSD
;
25383 ENDLDLIBS
="-lossaudio" ;
25385 netbsd
* ) PWLIB_OSTYPE
=NetBSD
;
25386 ENDLDLIBS
="-lossaudio" ;
25388 solaris
* | sunos
* ) PWLIB_OSTYPE
=solaris
;
25390 darwin
* ) PWLIB_OSTYPE
=Darwin
;
25392 beos
*) PWLIB_OSTYPE
=beos
;
25393 STDCCFLAGS
="$STDCCFLAGS -D__BEOS__"
25395 cygwin
*) PWLIB_OSTYPE
=cygwin
;
25397 mingw
*) PWLIB_OSTYPE
=mingw
;
25398 STDCCFLAGS
="$STDCCFLAGS -mms-bitfields" ;
25399 ENDLDLIBS
="-lwinmm -lwsock32 -lsnmpapi -lmpr -lcomdlg32 -lgdi32 -lavicap32" ;
25401 * ) PWLIB_OSTYPE
="$host_os" ;
25402 { echo "$as_me:$LINENO: WARNING: \"OS $PWLIB_OSTYPE not recognized - proceed with caution!\"" >&5
25403 echo "$as_me: WARNING: \"OS $PWLIB_OSTYPE not recognized - proceed with caution!\"" >&2;} ;
25408 case "$host_cpu" in
25409 x86 | i686 | i586 | i486 | i386
) PWLIB_MACHTYPE
=x86
25412 x86_64
) PWLIB_MACHTYPE
=x86_64
;
25417 alpha | alphaev56 | alphaev6 | alphaev67 | alphaev7
) PWLIB_MACHTYPE
=alpha
;
25421 sparc
) PWLIB_MACHTYPE
=sparc
;
25424 powerpc
) PWLIB_MACHTYPE
=ppc
;
25427 ppc
) PWLIB_MACHTYPE
=ppc
;
25430 powerpc64
) PWLIB_MACHTYPE
=ppc64
;
25435 ppc64
) PWLIB_MACHTYPE
=ppc64
;
25440 ia64
) PWLIB_MACHTYPE
=ia64
;
25444 s390x
) PWLIB_MACHTYPE
=s390x
;
25449 s390
) PWLIB_MACHTYPE
=s390
;
25452 * ) PWLIB_MACHTYPE
="$host_cpu";
25453 { echo "$as_me:$LINENO: WARNING: \"CPU $PWLIB_MACHTYPE not recognized - proceed with caution!\"" >&5
25454 echo "$as_me: WARNING: \"CPU $PWLIB_MACHTYPE not recognized - proceed with caution!\"" >&2;} ;;
25457 PWLIB_PLATFORM
="${PWLIB_OSTYPE}_${PWLIB_MACHTYPE}"
25462 PLATFORM_PWLIB
="pt_${PWLIB_PLATFORM}_r"
25465 if test "${HAS_PWLIB:-unset}" != "unset"; then
25466 { echo "$as_me:$LINENO: checking PWLib installation validity" >&5
25467 echo $ECHO_N "checking PWLib installation validity... $ECHO_C" >&6; }
25469 saved_cppflags
="${CPPFLAGS}"
25470 saved_libs
="${LIBS}"
25471 if test "${PWLIB_LIB:-unset}" != "unset"; then
25472 LIBS
="${LIBS} ${PWLIB_LIB} "
25474 LIBS
="${LIBS} -L${PWLIB_LIBDIR} -l${PLATFORM_PWLIB} "
25476 CPPFLAGS
="${CPPFLAGS} -I${PWLIB_INCDIR} "
25479 ac_cpp
='$CXXCPP $CPPFLAGS'
25480 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25481 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25482 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
25485 cat >conftest.
$ac_ext <<_ACEOF
25488 cat confdefs.h
>>conftest.
$ac_ext
25489 cat >>conftest.
$ac_ext <<_ACEOF
25490 /* end confdefs.h. */
25495 BOOL q = PTime::IsDaylightSavings();
25500 rm -f conftest.
$ac_objext conftest
$ac_exeext
25501 if { (ac_try
="$ac_link"
25502 case "(($ac_try" in
25503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
25504 *) ac_try_echo=$ac_try;;
25506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25507 (eval "$ac_link") 2>conftest.er1
25509 grep -v '^ *+' conftest.er1 >conftest.err
25511 cat conftest.err >&5
25512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25513 (exit $ac_status); } && {
25514 test -z "$ac_cxx_werror_flag" ||
25515 test ! -s conftest.err
25516 } && test -s conftest$ac_exeext &&
25517 $as_test_x conftest$ac_exeext; then
25518 { echo "$as_me:$LINENO: result: yes" >&5
25519 echo "${ECHO_T}yes" >&6; }
25520 ac_cv_lib_PWLIB="yes"
25523 echo "$as_me: failed program was:" >&5
25524 sed 's/^/| /' conftest.$ac_ext >&5
25526 { echo "$as_me:$LINENO: result: no" >&5
25527 echo "${ECHO_T}no" >&6; }
25528 ac_cv_lib_PWLIB="no"
25533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25534 conftest$ac_exeext conftest.$ac_ext
25537 ac_cpp='$CPP $CPPFLAGS'
25538 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25539 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25540 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25543 LIBS="${saved_libs}"
25544 CPPFLAGS="${saved_cppflags}"
25546 if test "${ac_cv_lib_PWLIB}" = "yes"; then
25547 if test "${PWLIB_LIB:-undef}" = "undef"; then
25548 if test "${PWLIB_LIBDIR}" != "" -a "${PWLIB_LIBDIR}" != "/usr/lib"; then
25549 PWLIB_LIB="-L${PWLIB_LIBDIR} -l${PLATFORM_PWLIB}"
25551 PWLIB_LIB="-l${PLATFORM_PWLIB}"
25554 if test "${PWLIB_INCDIR}" != "" -a "${PWLIB_INCDIR}" != "/usr/include"; then
25555 PWLIB_INCLUDE="-I${PWLIB_INCDIR}"
25559 cat >>confdefs.h <<\_ACEOF
25560 #define HAVE_PWLIB 1
25569 if test "${USE_PWLIB}" != "no" -a "x${ac_cv_lib_PWLIB}" != "xyes" -a -n "${PWLIB_MANDATORY}"; then
25570 { echo "$as_me:$LINENO: ***" >&5
25571 echo "$as_me: ***" >&6;}
25572 { echo "$as_me:$LINENO: *** The PWLIB installation on this system appears to be broken." >&5
25573 echo "$as_me: *** The PWLIB installation on this system appears to be broken." >&6;}
25574 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
25575 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
25576 { echo "$as_me:$LINENO: *** including --without-pwlib" >&5
25577 echo "$as_me: *** including --without-pwlib" >&6;}
25581 if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then
25582 if test -n "${OPENH323_DIR}"; then
25583 OPENH323DIR="${OPENH323_DIR}"
25589 ac_cpp='$CXXCPP $CPPFLAGS'
25590 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25591 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25592 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25594 if test "${OPENH323DIR:-unset}" != "unset" ; then
25595 as_ac_Header=`echo "ac_cv_header_${OPENH323DIR}/version.h" |
$as_tr_sh`
25596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25597 { echo "$as_me:$LINENO: checking for ${OPENH323DIR}/version.h" >&5
25598 echo $ECHO_N "checking for ${OPENH323DIR}/version.h... $ECHO_C" >&6; }
25599 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25600 echo $ECHO_N "(cached) $ECHO_C" >&6
25602 ac_res=`eval echo '${'$as_ac_Header'}'`
25603 { echo "$as_me:$LINENO: result: $ac_res" >&5
25604 echo "${ECHO_T}$ac_res" >&6; }
25606 # Is the header compilable?
25607 { echo "$as_me:$LINENO: checking ${OPENH323DIR}/version.h usability" >&5
25608 echo $ECHO_N "checking ${OPENH323DIR}/version.h usability... $ECHO_C" >&6; }
25609 cat >conftest.$ac_ext <<_ACEOF
25612 cat confdefs.h >>conftest.$ac_ext
25613 cat >>conftest.$ac_ext <<_ACEOF
25614 /* end confdefs.h. */
25615 $ac_includes_default
25616 #include <${OPENH323DIR}/version.h>
25618 rm -f conftest.$ac_objext
25619 if { (ac_try="$ac_compile"
25620 case "(($ac_try" in
25621 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
25622 *) ac_try_echo
=$ac_try;;
25624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25625 (eval "$ac_compile") 2>conftest.er1
25627 grep -v '^ *+' conftest.er1
>conftest.err
25629 cat conftest.err
>&5
25630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25631 (exit $ac_status); } && {
25632 test -z "$ac_cxx_werror_flag" ||
25633 test ! -s conftest.err
25634 } && test -s conftest.
$ac_objext; then
25635 ac_header_compiler
=yes
25637 echo "$as_me: failed program was:" >&5
25638 sed 's/^/| /' conftest.
$ac_ext >&5
25640 ac_header_compiler
=no
25643 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
25644 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25645 echo "${ECHO_T}$ac_header_compiler" >&6; }
25647 # Is the header present?
25648 { echo "$as_me:$LINENO: checking ${OPENH323DIR}/version.h presence" >&5
25649 echo $ECHO_N "checking ${OPENH323DIR}/version.h presence... $ECHO_C" >&6; }
25650 cat >conftest.
$ac_ext <<_ACEOF
25653 cat confdefs.h
>>conftest.
$ac_ext
25654 cat >>conftest.
$ac_ext <<_ACEOF
25655 /* end confdefs.h. */
25656 #include <${OPENH323DIR}/version.h>
25658 if { (ac_try
="$ac_cpp conftest.$ac_ext"
25659 case "(($ac_try" in
25660 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
25661 *) ac_try_echo=$ac_try;;
25663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25664 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25666 grep -v '^ *+' conftest.er1 >conftest.err
25668 cat conftest.err >&5
25669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25670 (exit $ac_status); } >/dev/null && {
25671 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
25672 test ! -s conftest.err
25674 ac_header_preproc=yes
25676 echo "$as_me: failed program was:" >&5
25677 sed 's/^/| /' conftest.$ac_ext >&5
25679 ac_header_preproc=no
25682 rm -f conftest.err conftest.$ac_ext
25683 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25684 echo "${ECHO_T}$ac_header_preproc" >&6; }
25686 # So? What about this header?
25687 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
25689 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
25690 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25691 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: proceeding with the compiler's result" >&5
25692 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: proceeding with the compiler's result" >&2;}
25693 ac_header_preproc=yes
25696 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: present but cannot be compiled" >&5
25697 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: present but cannot be compiled" >&2;}
25698 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: check for missing prerequisite headers?" >&5
25699 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: check for missing prerequisite headers?" >&2;}
25700 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: see the Autoconf documentation" >&5
25701 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: see the Autoconf documentation" >&2;}
25702 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: section \"Present But Cannot Be Compiled\"" >&5
25703 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
25704 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: proceeding with the preprocessor's result" >&5
25705 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: proceeding with the preprocessor's result" >&2;}
25706 { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: in the future, the compiler will take precedence" >&5
25707 echo "$as_me: WARNING: ${OPENH323DIR}/version.h: in the future, the compiler will take precedence" >&2;}
25709 ## ------------------------------- ##
25710 ## Report this to www.asterisk.org ##
25711 ## ------------------------------- ##
25713 ) | sed "s/^/$as_me: WARNING: /" >&2
25716 { echo "$as_me:$LINENO: checking for ${OPENH323DIR}/version.h" >&5
25717 echo $ECHO_N "checking for ${OPENH323DIR}/version.h... $ECHO_C" >&6; }
25718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25719 echo $ECHO_N "(cached) $ECHO_C" >&6
25721 eval "$as_ac_Header=\$ac_header_preproc"
25723 ac_res=`eval echo '${'$as_ac_Header'}'`
25724 { echo "$as_me:$LINENO: result: $ac_res" >&5
25725 echo "${ECHO_T}$ac_res" >&6; }
25728 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25734 if test "${HAS_OPENH323:-unset}" = "unset" ; then
25735 as_ac_Header=`echo "ac_cv_header_${PWLIBDIR}/../openh323/version.h" |
$as_tr_sh`
25736 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25737 { echo "$as_me:$LINENO: checking for ${PWLIBDIR}/../openh323/version.h" >&5
25738 echo $ECHO_N "checking for ${PWLIBDIR}/../openh323/version.h... $ECHO_C" >&6; }
25739 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25740 echo $ECHO_N "(cached) $ECHO_C" >&6
25742 ac_res=`eval echo '${'$as_ac_Header'}'`
25743 { echo "$as_me:$LINENO: result: $ac_res" >&5
25744 echo "${ECHO_T}$ac_res" >&6; }
25746 # Is the header compilable?
25747 { echo "$as_me:$LINENO: checking ${PWLIBDIR}/../openh323/version.h usability" >&5
25748 echo $ECHO_N "checking ${PWLIBDIR}/../openh323/version.h usability... $ECHO_C" >&6; }
25749 cat >conftest.$ac_ext <<_ACEOF
25752 cat confdefs.h >>conftest.$ac_ext
25753 cat >>conftest.$ac_ext <<_ACEOF
25754 /* end confdefs.h. */
25755 $ac_includes_default
25756 #include <${PWLIBDIR}/../openh323/version.h>
25758 rm -f conftest.$ac_objext
25759 if { (ac_try="$ac_compile"
25760 case "(($ac_try" in
25761 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
25762 *) ac_try_echo
=$ac_try;;
25764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25765 (eval "$ac_compile") 2>conftest.er1
25767 grep -v '^ *+' conftest.er1
>conftest.err
25769 cat conftest.err
>&5
25770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25771 (exit $ac_status); } && {
25772 test -z "$ac_cxx_werror_flag" ||
25773 test ! -s conftest.err
25774 } && test -s conftest.
$ac_objext; then
25775 ac_header_compiler
=yes
25777 echo "$as_me: failed program was:" >&5
25778 sed 's/^/| /' conftest.
$ac_ext >&5
25780 ac_header_compiler
=no
25783 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
25784 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25785 echo "${ECHO_T}$ac_header_compiler" >&6; }
25787 # Is the header present?
25788 { echo "$as_me:$LINENO: checking ${PWLIBDIR}/../openh323/version.h presence" >&5
25789 echo $ECHO_N "checking ${PWLIBDIR}/../openh323/version.h presence... $ECHO_C" >&6; }
25790 cat >conftest.
$ac_ext <<_ACEOF
25793 cat confdefs.h
>>conftest.
$ac_ext
25794 cat >>conftest.
$ac_ext <<_ACEOF
25795 /* end confdefs.h. */
25796 #include <${PWLIBDIR}/../openh323/version.h>
25798 if { (ac_try
="$ac_cpp conftest.$ac_ext"
25799 case "(($ac_try" in
25800 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
25801 *) ac_try_echo=$ac_try;;
25803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25804 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25806 grep -v '^ *+' conftest.er1 >conftest.err
25808 cat conftest.err >&5
25809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25810 (exit $ac_status); } >/dev/null && {
25811 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
25812 test ! -s conftest.err
25814 ac_header_preproc=yes
25816 echo "$as_me: failed program was:" >&5
25817 sed 's/^/| /' conftest.$ac_ext >&5
25819 ac_header_preproc=no
25822 rm -f conftest.err conftest.$ac_ext
25823 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25824 echo "${ECHO_T}$ac_header_preproc" >&6; }
25826 # So? What about this header?
25827 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
25829 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
25830 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25831 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the compiler's result" >&5
25832 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the compiler's result" >&2;}
25833 ac_header_preproc=yes
25836 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: present but cannot be compiled" >&5
25837 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: present but cannot be compiled" >&2;}
25838 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: check for missing prerequisite headers?" >&5
25839 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: check for missing prerequisite headers?" >&2;}
25840 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: see the Autoconf documentation" >&5
25841 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: see the Autoconf documentation" >&2;}
25842 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: section \"Present But Cannot Be Compiled\"" >&5
25843 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
25844 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the preprocessor's result" >&5
25845 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the preprocessor's result" >&2;}
25846 { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: in the future, the compiler will take precedence" >&5
25847 echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: in the future, the compiler will take precedence" >&2;}
25849 ## ------------------------------- ##
25850 ## Report this to www.asterisk.org ##
25851 ## ------------------------------- ##
25853 ) | sed "s/^/$as_me: WARNING: /" >&2
25856 { echo "$as_me:$LINENO: checking for ${PWLIBDIR}/../openh323/version.h" >&5
25857 echo $ECHO_N "checking for ${PWLIBDIR}/../openh323/version.h... $ECHO_C" >&6; }
25858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25859 echo $ECHO_N "(cached) $ECHO_C" >&6
25861 eval "$as_ac_Header=\$ac_header_preproc"
25863 ac_res=`eval echo '${'$as_ac_Header'}'`
25864 { echo "$as_me:$LINENO: result: $ac_res" >&5
25865 echo "${ECHO_T}$ac_res" >&6; }
25868 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25869 OPENH323DIR="${PWLIBDIR}/../openh323"; HAS_OPENH323=1
25873 if test "${HAS_OPENH323:-unset}" != "unset" ; then
25874 OPENH323DIR="${PWLIBDIR}/../openh323"
25875 saved_cppflags="${CPPFLAGS}"
25876 CPPFLAGS="${CPPFLAGS} -I${PWLIB_INCDIR}/openh323 -I${PWLIB_INCDIR}"
25877 as_ac_Header=`echo "ac_cv_header_${OPENH323DIR}/include/h323.h" |
$as_tr_sh`
25878 { echo "$as_me:$LINENO: checking for ${OPENH323DIR}/include/h323.h" >&5
25879 echo $ECHO_N "checking for ${OPENH323DIR}/include/h323.h... $ECHO_C" >&6; }
25880 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25881 echo $ECHO_N "(cached) $ECHO_C" >&6
25883 cat >conftest.$ac_ext <<_ACEOF
25886 cat confdefs.h >>conftest.$ac_ext
25887 cat >>conftest.$ac_ext <<_ACEOF
25888 /* end confdefs.h. */
25891 #include <${OPENH323DIR}/include/h323.h>
25893 rm -f conftest.$ac_objext
25894 if { (ac_try="$ac_compile"
25895 case "(($ac_try" in
25896 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
25897 *) ac_try_echo
=$ac_try;;
25899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25900 (eval "$ac_compile") 2>conftest.er1
25902 grep -v '^ *+' conftest.er1
>conftest.err
25904 cat conftest.err
>&5
25905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25906 (exit $ac_status); } && {
25907 test -z "$ac_cxx_werror_flag" ||
25908 test ! -s conftest.err
25909 } && test -s conftest.
$ac_objext; then
25910 eval "$as_ac_Header=yes"
25912 echo "$as_me: failed program was:" >&5
25913 sed 's/^/| /' conftest.
$ac_ext >&5
25915 eval "$as_ac_Header=no"
25918 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
25920 ac_res
=`eval echo '${'$as_ac_Header'}'`
25921 { echo "$as_me:$LINENO: result: $ac_res" >&5
25922 echo "${ECHO_T}$ac_res" >&6; }
25923 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25926 OPENH323_INCDIR
="${PWLIB_INCDIR}/openh323"; OPENH323_LIBDIR
="${PWLIB_LIBDIR}"
25930 CPPFLAGS
="${saved_cppflags}"
25932 saved_cppflags
="${CPPFLAGS}"
25933 CPPFLAGS
="${CPPFLAGS} -I${HOME}/openh323/include -I${PWLIB_INCDIR}"
25934 as_ac_Header
=`echo "ac_cv_header_${HOME}/openh323/include/h323.h" | $as_tr_sh`
25935 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25936 { echo "$as_me:$LINENO: checking for ${HOME}/openh323/include/h323.h" >&5
25937 echo $ECHO_N "checking for ${HOME}/openh323/include/h323.h... $ECHO_C" >&6; }
25938 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25939 echo $ECHO_N "(cached) $ECHO_C" >&6
25941 ac_res
=`eval echo '${'$as_ac_Header'}'`
25942 { echo "$as_me:$LINENO: result: $ac_res" >&5
25943 echo "${ECHO_T}$ac_res" >&6; }
25945 # Is the header compilable?
25946 { echo "$as_me:$LINENO: checking ${HOME}/openh323/include/h323.h usability" >&5
25947 echo $ECHO_N "checking ${HOME}/openh323/include/h323.h usability... $ECHO_C" >&6; }
25948 cat >conftest.
$ac_ext <<_ACEOF
25951 cat confdefs.h
>>conftest.
$ac_ext
25952 cat >>conftest.
$ac_ext <<_ACEOF
25953 /* end confdefs.h. */
25954 $ac_includes_default
25955 #include <${HOME}/openh323/include/h323.h>
25957 rm -f conftest.
$ac_objext
25958 if { (ac_try
="$ac_compile"
25959 case "(($ac_try" in
25960 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
25961 *) ac_try_echo=$ac_try;;
25963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25964 (eval "$ac_compile") 2>conftest.er1
25966 grep -v '^ *+' conftest.er1 >conftest.err
25968 cat conftest.err >&5
25969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25970 (exit $ac_status); } && {
25971 test -z "$ac_cxx_werror_flag" ||
25972 test ! -s conftest.err
25973 } && test -s conftest.$ac_objext; then
25974 ac_header_compiler=yes
25976 echo "$as_me: failed program was:" >&5
25977 sed 's/^/| /' conftest.$ac_ext >&5
25979 ac_header_compiler=no
25982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25983 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25984 echo "${ECHO_T}$ac_header_compiler" >&6; }
25986 # Is the header present?
25987 { echo "$as_me:$LINENO: checking ${HOME}/openh323/include/h323.h presence" >&5
25988 echo $ECHO_N "checking ${HOME}/openh323/include/h323.h presence... $ECHO_C" >&6; }
25989 cat >conftest.$ac_ext <<_ACEOF
25992 cat confdefs.h >>conftest.$ac_ext
25993 cat >>conftest.$ac_ext <<_ACEOF
25994 /* end confdefs.h. */
25995 #include <${HOME}/openh323/include/h323.h>
25997 if { (ac_try="$ac_cpp conftest.$ac_ext"
25998 case "(($ac_try" in
25999 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
26000 *) ac_try_echo
=$ac_try;;
26002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26003 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26005 grep -v '^ *+' conftest.er1
>conftest.err
26007 cat conftest.err
>&5
26008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26009 (exit $ac_status); } >/dev
/null
&& {
26010 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26011 test ! -s conftest.err
26013 ac_header_preproc
=yes
26015 echo "$as_me: failed program was:" >&5
26016 sed 's/^/| /' conftest.
$ac_ext >&5
26018 ac_header_preproc
=no
26021 rm -f conftest.err conftest.
$ac_ext
26022 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26023 echo "${ECHO_T}$ac_header_preproc" >&6; }
26025 # So? What about this header?
26026 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26028 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: accepted by the compiler, rejected by the preprocessor!" >&5
26029 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26030 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the compiler's result" >&5
26031 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the compiler's result" >&2;}
26032 ac_header_preproc
=yes
26035 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: present but cannot be compiled" >&5
26036 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: present but cannot be compiled" >&2;}
26037 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: check for missing prerequisite headers?" >&5
26038 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: check for missing prerequisite headers?" >&2;}
26039 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: see the Autoconf documentation" >&5
26040 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: see the Autoconf documentation" >&2;}
26041 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: section \"Present But Cannot Be Compiled\"" >&5
26042 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: section \"Present But Cannot Be Compiled\"" >&2;}
26043 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the preprocessor's result" >&5
26044 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the preprocessor's result" >&2;}
26045 { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: in the future, the compiler will take precedence" >&5
26046 echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: in the future, the compiler will take precedence" >&2;}
26048 ## ------------------------------- ##
26049 ## Report this to www.asterisk.org ##
26050 ## ------------------------------- ##
26052 ) |
sed "s/^/$as_me: WARNING: /" >&2
26055 { echo "$as_me:$LINENO: checking for ${HOME}/openh323/include/h323.h" >&5
26056 echo $ECHO_N "checking for ${HOME}/openh323/include/h323.h... $ECHO_C" >&6; }
26057 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26058 echo $ECHO_N "(cached) $ECHO_C" >&6
26060 eval "$as_ac_Header=\$ac_header_preproc"
26062 ac_res
=`eval echo '${'$as_ac_Header'}'`
26063 { echo "$as_me:$LINENO: result: $ac_res" >&5
26064 echo "${ECHO_T}$ac_res" >&6; }
26067 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26072 CPPFLAGS
="${saved_cppflags}"
26073 if test "${HAS_OPENH323:-unset}" != "unset" ; then
26074 OPENH323DIR
="${HOME}/openh323"
26076 saved_cppflags
="${CPPFLAGS}"
26077 CPPFLAGS
="${CPPFLAGS} -I/usr/local/include/openh323 -I${PWLIB_INCDIR}"
26078 if test "${ac_cv_header__usr_local_include_openh323_h323_h+set}" = set; then
26079 { echo "$as_me:$LINENO: checking for /usr/local/include/openh323/h323.h" >&5
26080 echo $ECHO_N "checking for /usr/local/include/openh323/h323.h... $ECHO_C" >&6; }
26081 if test "${ac_cv_header__usr_local_include_openh323_h323_h+set}" = set; then
26082 echo $ECHO_N "(cached) $ECHO_C" >&6
26084 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_openh323_h323_h" >&5
26085 echo "${ECHO_T}$ac_cv_header__usr_local_include_openh323_h323_h" >&6; }
26087 # Is the header compilable?
26088 { echo "$as_me:$LINENO: checking /usr/local/include/openh323/h323.h usability" >&5
26089 echo $ECHO_N "checking /usr/local/include/openh323/h323.h usability... $ECHO_C" >&6; }
26090 cat >conftest.
$ac_ext <<_ACEOF
26093 cat confdefs.h
>>conftest.
$ac_ext
26094 cat >>conftest.
$ac_ext <<_ACEOF
26095 /* end confdefs.h. */
26096 $ac_includes_default
26097 #include </usr/local/include/openh323/h323.h>
26099 rm -f conftest.
$ac_objext
26100 if { (ac_try
="$ac_compile"
26101 case "(($ac_try" in
26102 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
26103 *) ac_try_echo=$ac_try;;
26105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26106 (eval "$ac_compile") 2>conftest.er1
26108 grep -v '^ *+' conftest.er1 >conftest.err
26110 cat conftest.err >&5
26111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26112 (exit $ac_status); } && {
26113 test -z "$ac_cxx_werror_flag" ||
26114 test ! -s conftest.err
26115 } && test -s conftest.$ac_objext; then
26116 ac_header_compiler=yes
26118 echo "$as_me: failed program was:" >&5
26119 sed 's/^/| /' conftest.$ac_ext >&5
26121 ac_header_compiler=no
26124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26125 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26126 echo "${ECHO_T}$ac_header_compiler" >&6; }
26128 # Is the header present?
26129 { echo "$as_me:$LINENO: checking /usr/local/include/openh323/h323.h presence" >&5
26130 echo $ECHO_N "checking /usr/local/include/openh323/h323.h presence... $ECHO_C" >&6; }
26131 cat >conftest.$ac_ext <<_ACEOF
26134 cat confdefs.h >>conftest.$ac_ext
26135 cat >>conftest.$ac_ext <<_ACEOF
26136 /* end confdefs.h. */
26137 #include </usr/local/include/openh323/h323.h>
26139 if { (ac_try="$ac_cpp conftest.$ac_ext"
26140 case "(($ac_try" in
26141 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
26142 *) ac_try_echo
=$ac_try;;
26144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26145 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26147 grep -v '^ *+' conftest.er1
>conftest.err
26149 cat conftest.err
>&5
26150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26151 (exit $ac_status); } >/dev
/null
&& {
26152 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26153 test ! -s conftest.err
26155 ac_header_preproc
=yes
26157 echo "$as_me: failed program was:" >&5
26158 sed 's/^/| /' conftest.
$ac_ext >&5
26160 ac_header_preproc
=no
26163 rm -f conftest.err conftest.
$ac_ext
26164 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26165 echo "${ECHO_T}$ac_header_preproc" >&6; }
26167 # So? What about this header?
26168 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26170 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: accepted by the compiler, rejected by the preprocessor!" >&5
26171 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26172 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: proceeding with the compiler's result" >&5
26173 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: proceeding with the compiler's result" >&2;}
26174 ac_header_preproc
=yes
26177 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: present but cannot be compiled" >&5
26178 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: present but cannot be compiled" >&2;}
26179 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: check for missing prerequisite headers?" >&5
26180 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: check for missing prerequisite headers?" >&2;}
26181 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: see the Autoconf documentation" >&5
26182 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: see the Autoconf documentation" >&2;}
26183 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: section \"Present But Cannot Be Compiled\"" >&5
26184 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: section \"Present But Cannot Be Compiled\"" >&2;}
26185 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: proceeding with the preprocessor's result" >&5
26186 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: proceeding with the preprocessor's result" >&2;}
26187 { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: in the future, the compiler will take precedence" >&5
26188 echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: in the future, the compiler will take precedence" >&2;}
26190 ## ------------------------------- ##
26191 ## Report this to www.asterisk.org ##
26192 ## ------------------------------- ##
26194 ) |
sed "s/^/$as_me: WARNING: /" >&2
26197 { echo "$as_me:$LINENO: checking for /usr/local/include/openh323/h323.h" >&5
26198 echo $ECHO_N "checking for /usr/local/include/openh323/h323.h... $ECHO_C" >&6; }
26199 if test "${ac_cv_header__usr_local_include_openh323_h323_h+set}" = set; then
26200 echo $ECHO_N "(cached) $ECHO_C" >&6
26202 ac_cv_header__usr_local_include_openh323_h323_h
=$ac_header_preproc
26204 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_openh323_h323_h" >&5
26205 echo "${ECHO_T}$ac_cv_header__usr_local_include_openh323_h323_h" >&6; }
26208 if test $ac_cv_header__usr_local_include_openh323_h323_h = yes; then
26213 CPPFLAGS
="${saved_cppflags}"
26214 if test "${HAS_OPENH323:-unset}" != "unset" ; then
26215 OPENH323DIR
="/usr/local/share/openh323"
26216 OPENH323_INCDIR
="/usr/local/include/openh323"
26217 if test "x$LIB64" != "x"; then
26218 OPENH323_LIBDIR
="/usr/local/lib64"
26220 OPENH323_LIBDIR
="/usr/local/lib"
26223 saved_cppflags
="${CPPFLAGS}"
26224 CPPFLAGS
="${CPPFLAGS} -I/usr/include/openh323 -I${PWLIB_INCDIR}"
26225 { echo "$as_me:$LINENO: checking for /usr/include/openh323/h323.h" >&5
26226 echo $ECHO_N "checking for /usr/include/openh323/h323.h... $ECHO_C" >&6; }
26227 if test "${ac_cv_header__usr_include_openh323_h323_h+set}" = set; then
26228 echo $ECHO_N "(cached) $ECHO_C" >&6
26230 cat >conftest.
$ac_ext <<_ACEOF
26233 cat confdefs.h
>>conftest.
$ac_ext
26234 cat >>conftest.
$ac_ext <<_ACEOF
26235 /* end confdefs.h. */
26238 #include </usr/include/openh323/h323.h>
26240 rm -f conftest.
$ac_objext
26241 if { (ac_try
="$ac_compile"
26242 case "(($ac_try" in
26243 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
26244 *) ac_try_echo=$ac_try;;
26246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26247 (eval "$ac_compile") 2>conftest.er1
26249 grep -v '^ *+' conftest.er1 >conftest.err
26251 cat conftest.err >&5
26252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26253 (exit $ac_status); } && {
26254 test -z "$ac_cxx_werror_flag" ||
26255 test ! -s conftest.err
26256 } && test -s conftest.$ac_objext; then
26257 ac_cv_header__usr_include_openh323_h323_h=yes
26259 echo "$as_me: failed program was:" >&5
26260 sed 's/^/| /' conftest.$ac_ext >&5
26262 ac_cv_header__usr_include_openh323_h323_h=no
26265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26267 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_openh323_h323_h" >&5
26268 echo "${ECHO_T}$ac_cv_header__usr_include_openh323_h323_h" >&6; }
26269 if test $ac_cv_header__usr_include_openh323_h323_h = yes; then
26274 CPPFLAGS="${saved_cppflags}"
26275 if test "${HAS_OPENH323:-unset}" != "unset" ; then
26276 OPENH323DIR="/usr/share/openh323"
26277 OPENH323_INCDIR="/usr/include/openh323"
26278 if test "x$LIB64" != "x"; then
26279 OPENH323_LIBDIR="/usr/lib64"
26281 OPENH323_LIBDIR="/usr/lib"
26289 if test "${HAS_OPENH323:-unset}" != "unset" ; then
26290 if test "${OPENH323_INCDIR:-unset}" = "unset"; then
26291 OPENH323_INCDIR="${OPENH323DIR}/include"
26293 if test "${OPENH323_LIBDIR:-unset}" = "unset"; then
26294 OPENH323_LIBDIR="${OPENH323DIR}/lib"
26297 OPENH323_LIBDIR="`cd ${OPENH323_LIBDIR}; pwd`"
26298 OPENH323_INCDIR="`cd ${OPENH323_INCDIR}; pwd`"
26299 OPENH323DIR="`cd ${OPENH323DIR}; pwd`"
26306 ac_cpp='$CPP $CPPFLAGS'
26307 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26308 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26309 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26313 if test "${HAS_OPENH323:-unset}" != "unset"; then
26314 OPENH323_VERSION=`grep "OPENH323_VERSION" ${OPENH323_INCDIR}/openh323buildopts.h | cut
-f2 -d ' ' |
sed -e 's/"//g'`
26315 OPENH323_MAJOR_VERSION=`echo ${OPENH323_VERSION} | cut
-f1 -d.
`
26316 OPENH323_MINOR_VERSION=`echo ${OPENH323_VERSION} | cut
-f2 -d.
`
26317 OPENH323_BUILD_NUMBER=`echo ${OPENH323_VERSION} | cut
-f3 -d.
`
26318 let OPENH323_VER=${OPENH323_MAJOR_VERSION}*10000+${OPENH323_MINOR_VERSION}*100+${OPENH323_BUILD_NUMBER}
26319 let OPENH323_REQ=1*10000+17*100+3
26321 { echo "$as_me:$LINENO: checking if OpenH323 version ${OPENH323_VERSION} is compatible with chan_h323" >&5
26322 echo $ECHO_N "checking if OpenH323 version ${OPENH323_VERSION} is compatible with chan_h323... $ECHO_C" >&6; }
26323 if test ${OPENH323_VER} -lt ${OPENH323_REQ}; then
26324 { echo "$as_me:$LINENO: result: no" >&5
26325 echo "${ECHO_T}no" >&6; }
26328 { echo "$as_me:$LINENO: result: yes" >&5
26329 echo "${ECHO_T}yes" >&6; }
26334 if test "${HAS_OPENH323:-unset}" != "unset"; then
26335 { echo "$as_me:$LINENO: checking OpenH323 build option" >&5
26336 echo $ECHO_N "checking OpenH323 build option... $ECHO_C" >&6; }
26338 prefixes="h323_${PWLIB_PLATFORM}_ h323_ openh323"
26339 for pfx in $prefixes; do
26340 files=`ls -l ${OPENH323_LIBDIR}/lib
${pfx}*.so
* 2>/dev
/null
`
26342 if test -n "$files"; then
26343 for f in $files; do
26344 if test -f $f -a ! -L $f; then
26345 libfile=`basename $f`
26350 if test -n "$libfile"; then
26351 OPENH323_PREFIX=$pfx
26355 if test "${libfile:-unset}" != "unset"; then
26356 OPENH323_SUFFIX=`eval "echo ${libfile} | sed -e 's/lib${OPENH323_PREFIX}\([^.]*\)\..*/\1/'"`
26358 case "${OPENH323_SUFFIX}" in
26360 OPENH323_BUILD="notrace";;
26362 OPENH323_BUILD="opt";;
26364 OPENH323_BUILD="debug";;
26366 if test "${OPENH323_PREFIX:-undef}" = "openh323"; then
26367 notrace=`eval "grep NOTRACE ${OPENH323DIR}/openh323u.mak | grep = | sed -e 's/[A-Z0-9_]*[ ]*=[ ]*//'"`
26368 if test "x$notrace" = "x"; then
26371 if test "$notrace" -ne 0; then
26372 OPENH323_BUILD="notrace"
26374 OPENH323_BUILD="opt"
26376 OPENH323_LIB="-l${OPENH323_PREFIX}"
26378 OPENH323_BUILD="notrace"
26382 { echo "$as_me:$LINENO: result: ${OPENH323_BUILD}" >&5
26383 echo "${ECHO_T}${OPENH323_BUILD}" >&6; }
26389 PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}"
26391 if test "${HAS_OPENH323:-unset}" != "unset"; then
26392 { echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5
26393 echo $ECHO_N "checking OpenH323 installation validity... $ECHO_C" >&6; }
26395 saved_cppflags="${CPPFLAGS}"
26396 saved_libs="${LIBS}"
26397 if test "${OPENH323_LIB:-unset}" != "unset"; then
26398 LIBS="${LIBS} ${OPENH323_LIB} ${PWLIB_LIB}"
26400 LIBS="${LIBS} -L${OPENH323_LIBDIR} -l${PLATFORM_OPENH323} ${PWLIB_LIB}"
26402 CPPFLAGS="${CPPFLAGS} -I${OPENH323_INCDIR} ${PWLIB_INCLUDE}"
26405 ac_cpp='$CXXCPP $CPPFLAGS'
26406 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26407 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26408 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26411 cat >conftest.$ac_ext <<_ACEOF
26414 cat confdefs.h >>conftest.$ac_ext
26415 cat >>conftest.$ac_ext <<_ACEOF
26416 /* end confdefs.h. */
26419 #include "h323ep.h"
26423 H323EndPoint ep = H323EndPoint();
26428 rm -f conftest.$ac_objext conftest$ac_exeext
26429 if { (ac_try="$ac_link"
26430 case "(($ac_try" in
26431 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
26432 *) ac_try_echo
=$ac_try;;
26434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26435 (eval "$ac_link") 2>conftest.er1
26437 grep -v '^ *+' conftest.er1
>conftest.err
26439 cat conftest.err
>&5
26440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26441 (exit $ac_status); } && {
26442 test -z "$ac_cxx_werror_flag" ||
26443 test ! -s conftest.err
26444 } && test -s conftest
$ac_exeext &&
26445 $as_test_x conftest
$ac_exeext; then
26446 { echo "$as_me:$LINENO: result: yes" >&5
26447 echo "${ECHO_T}yes" >&6; }
26448 ac_cv_lib_OPENH323
="yes"
26451 echo "$as_me: failed program was:" >&5
26452 sed 's/^/| /' conftest.
$ac_ext >&5
26454 { echo "$as_me:$LINENO: result: no" >&5
26455 echo "${ECHO_T}no" >&6; }
26456 ac_cv_lib_OPENH323
="no"
26461 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
26462 conftest
$ac_exeext conftest.
$ac_ext
26465 ac_cpp
='$CPP $CPPFLAGS'
26466 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26467 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26468 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26471 LIBS
="${saved_libs}"
26472 CPPFLAGS
="${saved_cppflags}"
26474 if test "${ac_cv_lib_OPENH323}" = "yes"; then
26475 if test "${OPENH323_LIB:-undef}" = "undef"; then
26476 if test "${OPENH323_LIBDIR}" != "" -a "${OPENH323_LIBDIR}" != "/usr/lib"; then
26477 OPENH323_LIB
="-L${OPENH323_LIBDIR} -l${PLATFORM_OPENH323}"
26479 OPENH323_LIB
="-l${PLATFORM_OPENH323}"
26482 if test "${OPENH323_INCDIR}" != "" -a "${OPENH323_INCDIR}" != "/usr/include"; then
26483 OPENH323_INCLUDE
="-I${OPENH323_INCDIR}"
26487 cat >>confdefs.h
<<\_ACEOF
26488 #define HAVE_OPENH323 1
26495 if test "${USE_OPENH323}" != "no" -a "x${ac_cv_lib_OPENH323}" != "xyes" -a -n "${OPENH323_MANDATORY}"; then
26496 { echo "$as_me:$LINENO: ***" >&5
26497 echo "$as_me: ***" >&6;}
26498 { echo "$as_me:$LINENO: *** The OPENH323 installation on this system appears to be broken." >&5
26499 echo "$as_me: *** The OPENH323 installation on this system appears to be broken." >&6;}
26500 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
26501 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
26502 { echo "$as_me:$LINENO: *** including --without-h323" >&5
26503 echo "$as_me: *** including --without-h323" >&6;}
26508 if test "${USE_RADIUS}" != "no"; then
26510 if test "x${RADIUS_DIR}" != "x"; then
26511 if test -d ${RADIUS_DIR}/lib
; then
26512 pbxlibdir
="-L${RADIUS_DIR}/lib"
26514 pbxlibdir
="-L${RADIUS_DIR}"
26517 { echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient-ng" >&5
26518 echo $ECHO_N "checking for rc_read_config in -lradiusclient-ng... $ECHO_C" >&6; }
26519 if test "${ac_cv_lib_radiusclient_ng_rc_read_config+set}" = set; then
26520 echo $ECHO_N "(cached) $ECHO_C" >&6
26522 ac_check_lib_save_LIBS
=$LIBS
26523 LIBS
="-lradiusclient-ng ${pbxlibdir} $LIBS"
26524 cat >conftest.
$ac_ext <<_ACEOF
26527 cat confdefs.h
>>conftest.
$ac_ext
26528 cat >>conftest.
$ac_ext <<_ACEOF
26529 /* end confdefs.h. */
26531 /* Override any GCC internal prototype to avoid an error.
26532 Use char because int might match the return type of a GCC
26533 builtin and then its argument prototype would still apply. */
26537 char rc_read_config ();
26541 return rc_read_config ();
26546 rm -f conftest.
$ac_objext conftest
$ac_exeext
26547 if { (ac_try
="$ac_link"
26548 case "(($ac_try" in
26549 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
26550 *) ac_try_echo=$ac_try;;
26552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26553 (eval "$ac_link") 2>conftest.er1
26555 grep -v '^ *+' conftest.er1 >conftest.err
26557 cat conftest.err >&5
26558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26559 (exit $ac_status); } && {
26560 test -z "$ac_c_werror_flag" ||
26561 test ! -s conftest.err
26562 } && test -s conftest$ac_exeext &&
26563 $as_test_x conftest$ac_exeext; then
26564 ac_cv_lib_radiusclient_ng_rc_read_config=yes
26566 echo "$as_me: failed program was:" >&5
26567 sed 's/^/| /' conftest.$ac_ext >&5
26569 ac_cv_lib_radiusclient_ng_rc_read_config=no
26572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26573 conftest$ac_exeext conftest.$ac_ext
26574 LIBS=$ac_check_lib_save_LIBS
26576 { echo "$as_me:$LINENO: result: $ac_cv_lib_radiusclient_ng_rc_read_config" >&5
26577 echo "${ECHO_T}$ac_cv_lib_radiusclient_ng_rc_read_config" >&6; }
26578 if test $ac_cv_lib_radiusclient_ng_rc_read_config = yes; then
26579 AST_RADIUS_FOUND=yes
26581 AST_RADIUS_FOUND=no
26585 if test "${AST_RADIUS_FOUND}" = "yes"; then
26586 RADIUS_LIB="-lradiusclient-ng "
26587 RADIUS_HEADER_FOUND="1"
26588 if test "x${RADIUS_DIR}" != "x"; then
26589 RADIUS_LIB="${pbxlibdir} ${RADIUS_LIB}"
26590 RADIUS_INCLUDE="-I${RADIUS_DIR}/include"
26592 RADIUS_INCLUDE="${RADIUS_INCLUDE} "
26593 saved_cppflags="${CPPFLAGS}"
26594 CPPFLAGS="${CPPFLAGS} ${RADIUS_INCLUDE}"
26595 if test "xradiusclient-ng.h" != "x" ; then
26596 if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then
26597 { echo "$as_me:$LINENO: checking for radiusclient-ng.h" >&5
26598 echo $ECHO_N "checking for radiusclient-ng.h... $ECHO_C" >&6; }
26599 if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then
26600 echo $ECHO_N "(cached) $ECHO_C" >&6
26602 { echo "$as_me:$LINENO: result: $ac_cv_header_radiusclient_ng_h" >&5
26603 echo "${ECHO_T}$ac_cv_header_radiusclient_ng_h" >&6; }
26605 # Is the header compilable?
26606 { echo "$as_me:$LINENO: checking radiusclient-ng.h usability" >&5
26607 echo $ECHO_N "checking radiusclient-ng.h usability... $ECHO_C" >&6; }
26608 cat >conftest.$ac_ext <<_ACEOF
26611 cat confdefs.h >>conftest.$ac_ext
26612 cat >>conftest.$ac_ext <<_ACEOF
26613 /* end confdefs.h. */
26614 $ac_includes_default
26615 #include <radiusclient-ng.h>
26617 rm -f conftest.$ac_objext
26618 if { (ac_try="$ac_compile"
26619 case "(($ac_try" in
26620 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
26621 *) ac_try_echo
=$ac_try;;
26623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26624 (eval "$ac_compile") 2>conftest.er1
26626 grep -v '^ *+' conftest.er1
>conftest.err
26628 cat conftest.err
>&5
26629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26630 (exit $ac_status); } && {
26631 test -z "$ac_c_werror_flag" ||
26632 test ! -s conftest.err
26633 } && test -s conftest.
$ac_objext; then
26634 ac_header_compiler
=yes
26636 echo "$as_me: failed program was:" >&5
26637 sed 's/^/| /' conftest.
$ac_ext >&5
26639 ac_header_compiler
=no
26642 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26643 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26644 echo "${ECHO_T}$ac_header_compiler" >&6; }
26646 # Is the header present?
26647 { echo "$as_me:$LINENO: checking radiusclient-ng.h presence" >&5
26648 echo $ECHO_N "checking radiusclient-ng.h presence... $ECHO_C" >&6; }
26649 cat >conftest.
$ac_ext <<_ACEOF
26652 cat confdefs.h
>>conftest.
$ac_ext
26653 cat >>conftest.
$ac_ext <<_ACEOF
26654 /* end confdefs.h. */
26655 #include <radiusclient-ng.h>
26657 if { (ac_try
="$ac_cpp conftest.$ac_ext"
26658 case "(($ac_try" in
26659 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
26660 *) ac_try_echo=$ac_try;;
26662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26663 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26665 grep -v '^ *+' conftest.er1 >conftest.err
26667 cat conftest.err >&5
26668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26669 (exit $ac_status); } >/dev/null && {
26670 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26671 test ! -s conftest.err
26673 ac_header_preproc=yes
26675 echo "$as_me: failed program was:" >&5
26676 sed 's/^/| /' conftest.$ac_ext >&5
26678 ac_header_preproc=no
26681 rm -f conftest.err conftest.$ac_ext
26682 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26683 echo "${ECHO_T}$ac_header_preproc" >&6; }
26685 # So? What about this header?
26686 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26688 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: accepted by the compiler, rejected by the preprocessor!" >&5
26689 echo "$as_me: WARNING: radiusclient-ng.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26690 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: proceeding with the compiler's result" >&5
26691 echo "$as_me: WARNING: radiusclient-ng.h: proceeding with the compiler's result" >&2;}
26692 ac_header_preproc=yes
26695 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: present but cannot be compiled" >&5
26696 echo "$as_me: WARNING: radiusclient-ng.h: present but cannot be compiled" >&2;}
26697 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: check for missing prerequisite headers?" >&5
26698 echo "$as_me: WARNING: radiusclient-ng.h: check for missing prerequisite headers?" >&2;}
26699 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: see the Autoconf documentation" >&5
26700 echo "$as_me: WARNING: radiusclient-ng.h: see the Autoconf documentation" >&2;}
26701 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: section \"Present But Cannot Be Compiled\"" >&5
26702 echo "$as_me: WARNING: radiusclient-ng.h: section \"Present But Cannot Be Compiled\"" >&2;}
26703 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: proceeding with the preprocessor's result" >&5
26704 echo "$as_me: WARNING: radiusclient-ng.h: proceeding with the preprocessor's result" >&2;}
26705 { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: in the future, the compiler will take precedence" >&5
26706 echo "$as_me: WARNING: radiusclient-ng.h: in the future, the compiler will take precedence" >&2;}
26708 ## ------------------------------- ##
26709 ## Report this to www.asterisk.org ##
26710 ## ------------------------------- ##
26712 ) | sed "s/^/$as_me: WARNING: /" >&2
26715 { echo "$as_me:$LINENO: checking for radiusclient-ng.h" >&5
26716 echo $ECHO_N "checking for radiusclient-ng.h... $ECHO_C" >&6; }
26717 if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then
26718 echo $ECHO_N "(cached) $ECHO_C" >&6
26720 ac_cv_header_radiusclient_ng_h=$ac_header_preproc
26722 { echo "$as_me:$LINENO: result: $ac_cv_header_radiusclient_ng_h" >&5
26723 echo "${ECHO_T}$ac_cv_header_radiusclient_ng_h" >&6; }
26726 if test $ac_cv_header_radiusclient_ng_h = yes; then
26727 RADIUS_HEADER_FOUND=1
26729 RADIUS_HEADER_FOUND=0
26734 CPPFLAGS="${saved_cppflags}"
26735 if test "x${RADIUS_HEADER_FOUND}" = "x0" ; then
26736 if test -n "${RADIUS_MANDATORY}" ;
26738 { echo "$as_me:$LINENO: ***" >&5
26739 echo "$as_me: ***" >&6;}
26740 { echo "$as_me:$LINENO: *** It appears that you do not have the radiusclient-ng development package installed." >&5
26741 echo "$as_me: *** It appears that you do not have the radiusclient-ng development package installed." >&6;}
26742 { echo "$as_me:$LINENO: *** Please install it to include ${RADIUS_DESCRIP} support, or re-run configure" >&5
26743 echo "$as_me: *** Please install it to include ${RADIUS_DESCRIP} support, or re-run configure" >&6;}
26744 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${RADIUS_OPTION}" >&5
26745 echo "$as_me: *** without explicitly specifying --with-${RADIUS_OPTION}" >&6;}
26754 cat >>confdefs.h <<_ACEOF
26755 #define HAVE_RADIUS 1
26759 elif test -n "${RADIUS_MANDATORY}";
26761 { echo "$as_me:$LINENO: ***" >&5
26762 echo "$as_me: ***" >&6;}
26763 { echo "$as_me:$LINENO: *** The ${RADIUS_DESCRIP} installation on this system appears to be broken." >&5
26764 echo "$as_me: *** The ${RADIUS_DESCRIP} installation on this system appears to be broken." >&6;}
26765 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
26766 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
26767 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${RADIUS_OPTION}" >&5
26768 echo "$as_me: *** without explicitly specifying --with-${RADIUS_OPTION}" >&6;}
26775 if test "${USE_SPEEX}" != "no"; then
26777 if test "x${SPEEX_DIR}" != "x"; then
26778 if test -d ${SPEEX_DIR}/lib; then
26779 pbxlibdir="-L${SPEEX_DIR}/lib"
26781 pbxlibdir="-L${SPEEX_DIR}"
26784 { echo "$as_me:$LINENO: checking for speex_encode in -lspeex" >&5
26785 echo $ECHO_N "checking for speex_encode in -lspeex... $ECHO_C" >&6; }
26786 if test "${ac_cv_lib_speex_speex_encode+set}" = set; then
26787 echo $ECHO_N "(cached) $ECHO_C" >&6
26789 ac_check_lib_save_LIBS=$LIBS
26790 LIBS="-lspeex ${pbxlibdir} -lm $LIBS"
26791 cat >conftest.$ac_ext <<_ACEOF
26794 cat confdefs.h >>conftest.$ac_ext
26795 cat >>conftest.$ac_ext <<_ACEOF
26796 /* end confdefs.h. */
26798 /* Override any GCC internal prototype to avoid an error.
26799 Use char because int might match the return type of a GCC
26800 builtin and then its argument prototype would still apply. */
26804 char speex_encode ();
26808 return speex_encode ();
26813 rm -f conftest.$ac_objext conftest$ac_exeext
26814 if { (ac_try="$ac_link"
26815 case "(($ac_try" in
26816 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
26817 *) ac_try_echo
=$ac_try;;
26819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26820 (eval "$ac_link") 2>conftest.er1
26822 grep -v '^ *+' conftest.er1
>conftest.err
26824 cat conftest.err
>&5
26825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26826 (exit $ac_status); } && {
26827 test -z "$ac_c_werror_flag" ||
26828 test ! -s conftest.err
26829 } && test -s conftest
$ac_exeext &&
26830 $as_test_x conftest
$ac_exeext; then
26831 ac_cv_lib_speex_speex_encode
=yes
26833 echo "$as_me: failed program was:" >&5
26834 sed 's/^/| /' conftest.
$ac_ext >&5
26836 ac_cv_lib_speex_speex_encode
=no
26839 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
26840 conftest
$ac_exeext conftest.
$ac_ext
26841 LIBS
=$ac_check_lib_save_LIBS
26843 { echo "$as_me:$LINENO: result: $ac_cv_lib_speex_speex_encode" >&5
26844 echo "${ECHO_T}$ac_cv_lib_speex_speex_encode" >&6; }
26845 if test $ac_cv_lib_speex_speex_encode = yes; then
26846 AST_SPEEX_FOUND
=yes
26852 if test "${AST_SPEEX_FOUND}" = "yes"; then
26853 SPEEX_LIB
="-lspeex -lm"
26854 SPEEX_HEADER_FOUND
="1"
26855 if test "x${SPEEX_DIR}" != "x"; then
26856 SPEEX_LIB
="${pbxlibdir} ${SPEEX_LIB}"
26857 SPEEX_INCLUDE
="-I${SPEEX_DIR}/include"
26859 SPEEX_INCLUDE
="${SPEEX_INCLUDE} "
26860 saved_cppflags
="${CPPFLAGS}"
26861 CPPFLAGS
="${CPPFLAGS} ${SPEEX_INCLUDE}"
26862 if test "xspeex/speex.h" != "x" ; then
26863 if test "${ac_cv_header_speex_speex_h+set}" = set; then
26864 { echo "$as_me:$LINENO: checking for speex/speex.h" >&5
26865 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; }
26866 if test "${ac_cv_header_speex_speex_h+set}" = set; then
26867 echo $ECHO_N "(cached) $ECHO_C" >&6
26869 { echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5
26870 echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; }
26872 # Is the header compilable?
26873 { echo "$as_me:$LINENO: checking speex/speex.h usability" >&5
26874 echo $ECHO_N "checking speex/speex.h usability... $ECHO_C" >&6; }
26875 cat >conftest.
$ac_ext <<_ACEOF
26878 cat confdefs.h
>>conftest.
$ac_ext
26879 cat >>conftest.
$ac_ext <<_ACEOF
26880 /* end confdefs.h. */
26881 $ac_includes_default
26882 #include <speex/speex.h>
26884 rm -f conftest.
$ac_objext
26885 if { (ac_try
="$ac_compile"
26886 case "(($ac_try" in
26887 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
26888 *) ac_try_echo=$ac_try;;
26890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26891 (eval "$ac_compile") 2>conftest.er1
26893 grep -v '^ *+' conftest.er1 >conftest.err
26895 cat conftest.err >&5
26896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26897 (exit $ac_status); } && {
26898 test -z "$ac_c_werror_flag" ||
26899 test ! -s conftest.err
26900 } && test -s conftest.$ac_objext; then
26901 ac_header_compiler=yes
26903 echo "$as_me: failed program was:" >&5
26904 sed 's/^/| /' conftest.$ac_ext >&5
26906 ac_header_compiler=no
26909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26910 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26911 echo "${ECHO_T}$ac_header_compiler" >&6; }
26913 # Is the header present?
26914 { echo "$as_me:$LINENO: checking speex/speex.h presence" >&5
26915 echo $ECHO_N "checking speex/speex.h presence... $ECHO_C" >&6; }
26916 cat >conftest.$ac_ext <<_ACEOF
26919 cat confdefs.h >>conftest.$ac_ext
26920 cat >>conftest.$ac_ext <<_ACEOF
26921 /* end confdefs.h. */
26922 #include <speex/speex.h>
26924 if { (ac_try="$ac_cpp conftest.$ac_ext"
26925 case "(($ac_try" in
26926 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
26927 *) ac_try_echo
=$ac_try;;
26929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26930 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26932 grep -v '^ *+' conftest.er1
>conftest.err
26934 cat conftest.err
>&5
26935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26936 (exit $ac_status); } >/dev
/null
&& {
26937 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26938 test ! -s conftest.err
26940 ac_header_preproc
=yes
26942 echo "$as_me: failed program was:" >&5
26943 sed 's/^/| /' conftest.
$ac_ext >&5
26945 ac_header_preproc
=no
26948 rm -f conftest.err conftest.
$ac_ext
26949 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26950 echo "${ECHO_T}$ac_header_preproc" >&6; }
26952 # So? What about this header?
26953 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26955 { echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5
26956 echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26957 { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5
26958 echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;}
26959 ac_header_preproc
=yes
26962 { echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5
26963 echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;}
26964 { echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5
26965 echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;}
26966 { echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5
26967 echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;}
26968 { echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5
26969 echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;}
26970 { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5
26971 echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;}
26972 { echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5
26973 echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;}
26975 ## ------------------------------- ##
26976 ## Report this to www.asterisk.org ##
26977 ## ------------------------------- ##
26979 ) |
sed "s/^/$as_me: WARNING: /" >&2
26982 { echo "$as_me:$LINENO: checking for speex/speex.h" >&5
26983 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; }
26984 if test "${ac_cv_header_speex_speex_h+set}" = set; then
26985 echo $ECHO_N "(cached) $ECHO_C" >&6
26987 ac_cv_header_speex_speex_h
=$ac_header_preproc
26989 { echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5
26990 echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; }
26993 if test $ac_cv_header_speex_speex_h = yes; then
26994 SPEEX_HEADER_FOUND
=1
26996 SPEEX_HEADER_FOUND
=0
27001 CPPFLAGS
="${saved_cppflags}"
27002 if test "x${SPEEX_HEADER_FOUND}" = "x0" ; then
27003 if test -n "${SPEEX_MANDATORY}" ;
27005 { echo "$as_me:$LINENO: ***" >&5
27006 echo "$as_me: ***" >&6;}
27007 { echo "$as_me:$LINENO: *** It appears that you do not have the speex development package installed." >&5
27008 echo "$as_me: *** It appears that you do not have the speex development package installed." >&6;}
27009 { echo "$as_me:$LINENO: *** Please install it to include ${SPEEX_DESCRIP} support, or re-run configure" >&5
27010 echo "$as_me: *** Please install it to include ${SPEEX_DESCRIP} support, or re-run configure" >&6;}
27011 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SPEEX_OPTION}" >&5
27012 echo "$as_me: *** without explicitly specifying --with-${SPEEX_OPTION}" >&6;}
27021 cat >>confdefs.h
<<_ACEOF
27022 #define HAVE_SPEEX 1
27026 elif test -n "${SPEEX_MANDATORY}";
27028 { echo "$as_me:$LINENO: ***" >&5
27029 echo "$as_me: ***" >&6;}
27030 { echo "$as_me:$LINENO: *** The ${SPEEX_DESCRIP} installation on this system appears to be broken." >&5
27031 echo "$as_me: *** The ${SPEEX_DESCRIP} installation on this system appears to be broken." >&6;}
27032 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
27033 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
27034 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SPEEX_OPTION}" >&5
27035 echo "$as_me: *** without explicitly specifying --with-${SPEEX_OPTION}" >&6;}
27041 # See if the main speex library contains the preprocess functions
27043 if test "${USE_SPEEX_PREPROCESS}" != "no"; then
27045 if test "x${SPEEX_PREPROCESS_DIR}" != "x"; then
27046 if test -d ${SPEEX_PREPROCESS_DIR}/lib
; then
27047 pbxlibdir
="-L${SPEEX_PREPROCESS_DIR}/lib"
27049 pbxlibdir
="-L${SPEEX_PREPROCESS_DIR}"
27052 { echo "$as_me:$LINENO: checking for speex_preprocess_ctl in -lspeex" >&5
27053 echo $ECHO_N "checking for speex_preprocess_ctl in -lspeex... $ECHO_C" >&6; }
27054 if test "${ac_cv_lib_speex_speex_preprocess_ctl+set}" = set; then
27055 echo $ECHO_N "(cached) $ECHO_C" >&6
27057 ac_check_lib_save_LIBS
=$LIBS
27058 LIBS
="-lspeex ${pbxlibdir} -lm $LIBS"
27059 cat >conftest.
$ac_ext <<_ACEOF
27062 cat confdefs.h
>>conftest.
$ac_ext
27063 cat >>conftest.
$ac_ext <<_ACEOF
27064 /* end confdefs.h. */
27066 /* Override any GCC internal prototype to avoid an error.
27067 Use char because int might match the return type of a GCC
27068 builtin and then its argument prototype would still apply. */
27072 char speex_preprocess_ctl ();
27076 return speex_preprocess_ctl ();
27081 rm -f conftest.
$ac_objext conftest
$ac_exeext
27082 if { (ac_try
="$ac_link"
27083 case "(($ac_try" in
27084 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
27085 *) ac_try_echo=$ac_try;;
27087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27088 (eval "$ac_link") 2>conftest.er1
27090 grep -v '^ *+' conftest.er1 >conftest.err
27092 cat conftest.err >&5
27093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27094 (exit $ac_status); } && {
27095 test -z "$ac_c_werror_flag" ||
27096 test ! -s conftest.err
27097 } && test -s conftest$ac_exeext &&
27098 $as_test_x conftest$ac_exeext; then
27099 ac_cv_lib_speex_speex_preprocess_ctl=yes
27101 echo "$as_me: failed program was:" >&5
27102 sed 's/^/| /' conftest.$ac_ext >&5
27104 ac_cv_lib_speex_speex_preprocess_ctl=no
27107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27108 conftest$ac_exeext conftest.$ac_ext
27109 LIBS=$ac_check_lib_save_LIBS
27111 { echo "$as_me:$LINENO: result: $ac_cv_lib_speex_speex_preprocess_ctl" >&5
27112 echo "${ECHO_T}$ac_cv_lib_speex_speex_preprocess_ctl" >&6; }
27113 if test $ac_cv_lib_speex_speex_preprocess_ctl = yes; then
27114 AST_SPEEX_PREPROCESS_FOUND=yes
27116 AST_SPEEX_PREPROCESS_FOUND=no
27120 if test "${AST_SPEEX_PREPROCESS_FOUND}" = "yes"; then
27121 SPEEX_PREPROCESS_LIB="-lspeex -lm"
27122 SPEEX_PREPROCESS_HEADER_FOUND="1"
27123 if test "x${SPEEX_PREPROCESS_DIR}" != "x"; then
27124 SPEEX_PREPROCESS_LIB="${pbxlibdir} ${SPEEX_PREPROCESS_LIB}"
27125 SPEEX_PREPROCESS_INCLUDE="-I${SPEEX_PREPROCESS_DIR}/include"
27127 SPEEX_PREPROCESS_INCLUDE="${SPEEX_PREPROCESS_INCLUDE} "
27128 saved_cppflags="${CPPFLAGS}"
27129 CPPFLAGS="${CPPFLAGS} ${SPEEX_PREPROCESS_INCLUDE}"
27130 if test "xspeex/speex.h" != "x" ; then
27131 if test "${ac_cv_header_speex_speex_h+set}" = set; then
27132 { echo "$as_me:$LINENO: checking for speex/speex.h" >&5
27133 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; }
27134 if test "${ac_cv_header_speex_speex_h+set}" = set; then
27135 echo $ECHO_N "(cached) $ECHO_C" >&6
27137 { echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5
27138 echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; }
27140 # Is the header compilable?
27141 { echo "$as_me:$LINENO: checking speex/speex.h usability" >&5
27142 echo $ECHO_N "checking speex/speex.h usability... $ECHO_C" >&6; }
27143 cat >conftest.$ac_ext <<_ACEOF
27146 cat confdefs.h >>conftest.$ac_ext
27147 cat >>conftest.$ac_ext <<_ACEOF
27148 /* end confdefs.h. */
27149 $ac_includes_default
27150 #include <speex/speex.h>
27152 rm -f conftest.$ac_objext
27153 if { (ac_try="$ac_compile"
27154 case "(($ac_try" in
27155 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
27156 *) ac_try_echo
=$ac_try;;
27158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27159 (eval "$ac_compile") 2>conftest.er1
27161 grep -v '^ *+' conftest.er1
>conftest.err
27163 cat conftest.err
>&5
27164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27165 (exit $ac_status); } && {
27166 test -z "$ac_c_werror_flag" ||
27167 test ! -s conftest.err
27168 } && test -s conftest.
$ac_objext; then
27169 ac_header_compiler
=yes
27171 echo "$as_me: failed program was:" >&5
27172 sed 's/^/| /' conftest.
$ac_ext >&5
27174 ac_header_compiler
=no
27177 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
27178 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27179 echo "${ECHO_T}$ac_header_compiler" >&6; }
27181 # Is the header present?
27182 { echo "$as_me:$LINENO: checking speex/speex.h presence" >&5
27183 echo $ECHO_N "checking speex/speex.h presence... $ECHO_C" >&6; }
27184 cat >conftest.
$ac_ext <<_ACEOF
27187 cat confdefs.h
>>conftest.
$ac_ext
27188 cat >>conftest.
$ac_ext <<_ACEOF
27189 /* end confdefs.h. */
27190 #include <speex/speex.h>
27192 if { (ac_try
="$ac_cpp conftest.$ac_ext"
27193 case "(($ac_try" in
27194 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
27195 *) ac_try_echo=$ac_try;;
27197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27198 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27200 grep -v '^ *+' conftest.er1 >conftest.err
27202 cat conftest.err >&5
27203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27204 (exit $ac_status); } >/dev/null && {
27205 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27206 test ! -s conftest.err
27208 ac_header_preproc=yes
27210 echo "$as_me: failed program was:" >&5
27211 sed 's/^/| /' conftest.$ac_ext >&5
27213 ac_header_preproc=no
27216 rm -f conftest.err conftest.$ac_ext
27217 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27218 echo "${ECHO_T}$ac_header_preproc" >&6; }
27220 # So? What about this header?
27221 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27223 { echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5
27224 echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27225 { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5
27226 echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;}
27227 ac_header_preproc=yes
27230 { echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5
27231 echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;}
27232 { echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5
27233 echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;}
27234 { echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5
27235 echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;}
27236 { echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5
27237 echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;}
27238 { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5
27239 echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;}
27240 { echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5
27241 echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;}
27243 ## ------------------------------- ##
27244 ## Report this to www.asterisk.org ##
27245 ## ------------------------------- ##
27247 ) | sed "s/^/$as_me: WARNING: /" >&2
27250 { echo "$as_me:$LINENO: checking for speex/speex.h" >&5
27251 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; }
27252 if test "${ac_cv_header_speex_speex_h+set}" = set; then
27253 echo $ECHO_N "(cached) $ECHO_C" >&6
27255 ac_cv_header_speex_speex_h=$ac_header_preproc
27257 { echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5
27258 echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; }
27261 if test $ac_cv_header_speex_speex_h = yes; then
27262 SPEEX_PREPROCESS_HEADER_FOUND=1
27264 SPEEX_PREPROCESS_HEADER_FOUND=0
27269 CPPFLAGS="${saved_cppflags}"
27270 if test "x${SPEEX_PREPROCESS_HEADER_FOUND}" = "x0" ; then
27271 if test -n "${SPEEX_PREPROCESS_MANDATORY}" ;
27273 { echo "$as_me:$LINENO: ***" >&5
27274 echo "$as_me: ***" >&6;}
27275 { echo "$as_me:$LINENO: *** It appears that you do not have the speex development package installed." >&5
27276 echo "$as_me: *** It appears that you do not have the speex development package installed." >&6;}
27277 { echo "$as_me:$LINENO: *** Please install it to include ${SPEEX_PREPROCESS_DESCRIP} support, or re-run configure" >&5
27278 echo "$as_me: *** Please install it to include ${SPEEX_PREPROCESS_DESCRIP} support, or re-run configure" >&6;}
27279 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SPEEX_PREPROCESS_OPTION}" >&5
27280 echo "$as_me: *** without explicitly specifying --with-${SPEEX_PREPROCESS_OPTION}" >&6;}
27283 SPEEX_PREPROCESS_LIB=""
27284 SPEEX_PREPROCESS_INCLUDE=""
27285 PBX_SPEEX_PREPROCESS=0
27287 PBX_SPEEX_PREPROCESS=1
27289 cat >>confdefs.h <<_ACEOF
27290 #define HAVE_SPEEX_PREPROCESS 1
27294 elif test -n "${SPEEX_PREPROCESS_MANDATORY}";
27296 { echo "$as_me:$LINENO: ***" >&5
27297 echo "$as_me: ***" >&6;}
27298 { echo "$as_me:$LINENO: *** The ${SPEEX_PREPROCESS_DESCRIP} installation on this system appears to be broken." >&5
27299 echo "$as_me: *** The ${SPEEX_PREPROCESS_DESCRIP} installation on this system appears to be broken." >&6;}
27300 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
27301 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
27302 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SPEEX_PREPROCESS_OPTION}" >&5
27303 echo "$as_me: *** without explicitly specifying --with-${SPEEX_PREPROCESS_OPTION}" >&6;}
27308 if test "${PBX_SPEEX_PREPROCESS}" = 1; then
27309 PBX_SPEEX_PREPROCESS=1
27313 if test "${USE_SPEEXDSP}" != "no"; then
27315 if test "x${SPEEXDSP_DIR}" != "x"; then
27316 if test -d ${SPEEXDSP_DIR}/lib; then
27317 pbxlibdir="-L${SPEEXDSP_DIR}/lib"
27319 pbxlibdir="-L${SPEEXDSP_DIR}"
27322 { echo "$as_me:$LINENO: checking for speex_preprocess_ctl in -lspeexdsp" >&5
27323 echo $ECHO_N "checking for speex_preprocess_ctl in -lspeexdsp... $ECHO_C" >&6; }
27324 if test "${ac_cv_lib_speexdsp_speex_preprocess_ctl+set}" = set; then
27325 echo $ECHO_N "(cached) $ECHO_C" >&6
27327 ac_check_lib_save_LIBS=$LIBS
27328 LIBS="-lspeexdsp ${pbxlibdir} -lm $LIBS"
27329 cat >conftest.$ac_ext <<_ACEOF
27332 cat confdefs.h >>conftest.$ac_ext
27333 cat >>conftest.$ac_ext <<_ACEOF
27334 /* end confdefs.h. */
27336 /* Override any GCC internal prototype to avoid an error.
27337 Use char because int might match the return type of a GCC
27338 builtin and then its argument prototype would still apply. */
27342 char speex_preprocess_ctl ();
27346 return speex_preprocess_ctl ();
27351 rm -f conftest.$ac_objext conftest$ac_exeext
27352 if { (ac_try="$ac_link"
27353 case "(($ac_try" in
27354 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
27355 *) ac_try_echo
=$ac_try;;
27357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27358 (eval "$ac_link") 2>conftest.er1
27360 grep -v '^ *+' conftest.er1
>conftest.err
27362 cat conftest.err
>&5
27363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27364 (exit $ac_status); } && {
27365 test -z "$ac_c_werror_flag" ||
27366 test ! -s conftest.err
27367 } && test -s conftest
$ac_exeext &&
27368 $as_test_x conftest
$ac_exeext; then
27369 ac_cv_lib_speexdsp_speex_preprocess_ctl
=yes
27371 echo "$as_me: failed program was:" >&5
27372 sed 's/^/| /' conftest.
$ac_ext >&5
27374 ac_cv_lib_speexdsp_speex_preprocess_ctl
=no
27377 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
27378 conftest
$ac_exeext conftest.
$ac_ext
27379 LIBS
=$ac_check_lib_save_LIBS
27381 { echo "$as_me:$LINENO: result: $ac_cv_lib_speexdsp_speex_preprocess_ctl" >&5
27382 echo "${ECHO_T}$ac_cv_lib_speexdsp_speex_preprocess_ctl" >&6; }
27383 if test $ac_cv_lib_speexdsp_speex_preprocess_ctl = yes; then
27384 AST_SPEEXDSP_FOUND
=yes
27386 AST_SPEEXDSP_FOUND
=no
27390 if test "${AST_SPEEXDSP_FOUND}" = "yes"; then
27391 SPEEXDSP_LIB
="-lspeexdsp -lm"
27392 SPEEXDSP_HEADER_FOUND
="1"
27393 if test "x${SPEEXDSP_DIR}" != "x"; then
27394 SPEEXDSP_LIB
="${pbxlibdir} ${SPEEXDSP_LIB}"
27395 SPEEXDSP_INCLUDE
="-I${SPEEXDSP_DIR}/include"
27397 SPEEXDSP_INCLUDE
="${SPEEXDSP_INCLUDE} "
27398 saved_cppflags
="${CPPFLAGS}"
27399 CPPFLAGS
="${CPPFLAGS} ${SPEEXDSP_INCLUDE}"
27400 if test "xspeex/speex.h" != "x" ; then
27401 if test "${ac_cv_header_speex_speex_h+set}" = set; then
27402 { echo "$as_me:$LINENO: checking for speex/speex.h" >&5
27403 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; }
27404 if test "${ac_cv_header_speex_speex_h+set}" = set; then
27405 echo $ECHO_N "(cached) $ECHO_C" >&6
27407 { echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5
27408 echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; }
27410 # Is the header compilable?
27411 { echo "$as_me:$LINENO: checking speex/speex.h usability" >&5
27412 echo $ECHO_N "checking speex/speex.h usability... $ECHO_C" >&6; }
27413 cat >conftest.
$ac_ext <<_ACEOF
27416 cat confdefs.h
>>conftest.
$ac_ext
27417 cat >>conftest.
$ac_ext <<_ACEOF
27418 /* end confdefs.h. */
27419 $ac_includes_default
27420 #include <speex/speex.h>
27422 rm -f conftest.
$ac_objext
27423 if { (ac_try
="$ac_compile"
27424 case "(($ac_try" in
27425 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
27426 *) ac_try_echo=$ac_try;;
27428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27429 (eval "$ac_compile") 2>conftest.er1
27431 grep -v '^ *+' conftest.er1 >conftest.err
27433 cat conftest.err >&5
27434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27435 (exit $ac_status); } && {
27436 test -z "$ac_c_werror_flag" ||
27437 test ! -s conftest.err
27438 } && test -s conftest.$ac_objext; then
27439 ac_header_compiler=yes
27441 echo "$as_me: failed program was:" >&5
27442 sed 's/^/| /' conftest.$ac_ext >&5
27444 ac_header_compiler=no
27447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27448 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27449 echo "${ECHO_T}$ac_header_compiler" >&6; }
27451 # Is the header present?
27452 { echo "$as_me:$LINENO: checking speex/speex.h presence" >&5
27453 echo $ECHO_N "checking speex/speex.h presence... $ECHO_C" >&6; }
27454 cat >conftest.$ac_ext <<_ACEOF
27457 cat confdefs.h >>conftest.$ac_ext
27458 cat >>conftest.$ac_ext <<_ACEOF
27459 /* end confdefs.h. */
27460 #include <speex/speex.h>
27462 if { (ac_try="$ac_cpp conftest.$ac_ext"
27463 case "(($ac_try" in
27464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
27465 *) ac_try_echo
=$ac_try;;
27467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27468 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27470 grep -v '^ *+' conftest.er1
>conftest.err
27472 cat conftest.err
>&5
27473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27474 (exit $ac_status); } >/dev
/null
&& {
27475 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27476 test ! -s conftest.err
27478 ac_header_preproc
=yes
27480 echo "$as_me: failed program was:" >&5
27481 sed 's/^/| /' conftest.
$ac_ext >&5
27483 ac_header_preproc
=no
27486 rm -f conftest.err conftest.
$ac_ext
27487 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27488 echo "${ECHO_T}$ac_header_preproc" >&6; }
27490 # So? What about this header?
27491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27493 { echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5
27494 echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27495 { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5
27496 echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;}
27497 ac_header_preproc
=yes
27500 { echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5
27501 echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;}
27502 { echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5
27503 echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;}
27504 { echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5
27505 echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;}
27506 { echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5
27507 echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;}
27508 { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5
27509 echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;}
27510 { echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5
27511 echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;}
27513 ## ------------------------------- ##
27514 ## Report this to www.asterisk.org ##
27515 ## ------------------------------- ##
27517 ) |
sed "s/^/$as_me: WARNING: /" >&2
27520 { echo "$as_me:$LINENO: checking for speex/speex.h" >&5
27521 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; }
27522 if test "${ac_cv_header_speex_speex_h+set}" = set; then
27523 echo $ECHO_N "(cached) $ECHO_C" >&6
27525 ac_cv_header_speex_speex_h
=$ac_header_preproc
27527 { echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5
27528 echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; }
27531 if test $ac_cv_header_speex_speex_h = yes; then
27532 SPEEXDSP_HEADER_FOUND
=1
27534 SPEEXDSP_HEADER_FOUND
=0
27539 CPPFLAGS
="${saved_cppflags}"
27540 if test "x${SPEEXDSP_HEADER_FOUND}" = "x0" ; then
27541 if test -n "${SPEEXDSP_MANDATORY}" ;
27543 { echo "$as_me:$LINENO: ***" >&5
27544 echo "$as_me: ***" >&6;}
27545 { echo "$as_me:$LINENO: *** It appears that you do not have the speexdsp development package installed." >&5
27546 echo "$as_me: *** It appears that you do not have the speexdsp development package installed." >&6;}
27547 { echo "$as_me:$LINENO: *** Please install it to include ${SPEEXDSP_DESCRIP} support, or re-run configure" >&5
27548 echo "$as_me: *** Please install it to include ${SPEEXDSP_DESCRIP} support, or re-run configure" >&6;}
27549 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SPEEXDSP_OPTION}" >&5
27550 echo "$as_me: *** without explicitly specifying --with-${SPEEXDSP_OPTION}" >&6;}
27554 SPEEXDSP_INCLUDE
=""
27559 cat >>confdefs.h
<<_ACEOF
27560 #define HAVE_SPEEXDSP 1
27564 elif test -n "${SPEEXDSP_MANDATORY}";
27566 { echo "$as_me:$LINENO: ***" >&5
27567 echo "$as_me: ***" >&6;}
27568 { echo "$as_me:$LINENO: *** The ${SPEEXDSP_DESCRIP} installation on this system appears to be broken." >&5
27569 echo "$as_me: *** The ${SPEEXDSP_DESCRIP} installation on this system appears to be broken." >&6;}
27570 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
27571 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
27572 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SPEEXDSP_OPTION}" >&5
27573 echo "$as_me: *** without explicitly specifying --with-${SPEEXDSP_OPTION}" >&6;}
27578 if test "${PBX_SPEEXDSP}" = 1; then
27579 PBX_SPEEX_PREPROCESS
=1
27585 if test "${USE_SQLITE}" != "no"; then
27587 if test "x${SQLITE_DIR}" != "x"; then
27588 if test -d ${SQLITE_DIR}/lib
; then
27589 pbxlibdir
="-L${SQLITE_DIR}/lib"
27591 pbxlibdir
="-L${SQLITE_DIR}"
27594 { echo "$as_me:$LINENO: checking for sqlite_exec in -lsqlite" >&5
27595 echo $ECHO_N "checking for sqlite_exec in -lsqlite... $ECHO_C" >&6; }
27596 if test "${ac_cv_lib_sqlite_sqlite_exec+set}" = set; then
27597 echo $ECHO_N "(cached) $ECHO_C" >&6
27599 ac_check_lib_save_LIBS
=$LIBS
27600 LIBS
="-lsqlite ${pbxlibdir} $LIBS"
27601 cat >conftest.
$ac_ext <<_ACEOF
27604 cat confdefs.h
>>conftest.
$ac_ext
27605 cat >>conftest.
$ac_ext <<_ACEOF
27606 /* end confdefs.h. */
27608 /* Override any GCC internal prototype to avoid an error.
27609 Use char because int might match the return type of a GCC
27610 builtin and then its argument prototype would still apply. */
27614 char sqlite_exec ();
27618 return sqlite_exec ();
27623 rm -f conftest.
$ac_objext conftest
$ac_exeext
27624 if { (ac_try
="$ac_link"
27625 case "(($ac_try" in
27626 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
27627 *) ac_try_echo=$ac_try;;
27629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27630 (eval "$ac_link") 2>conftest.er1
27632 grep -v '^ *+' conftest.er1 >conftest.err
27634 cat conftest.err >&5
27635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27636 (exit $ac_status); } && {
27637 test -z "$ac_c_werror_flag" ||
27638 test ! -s conftest.err
27639 } && test -s conftest$ac_exeext &&
27640 $as_test_x conftest$ac_exeext; then
27641 ac_cv_lib_sqlite_sqlite_exec=yes
27643 echo "$as_me: failed program was:" >&5
27644 sed 's/^/| /' conftest.$ac_ext >&5
27646 ac_cv_lib_sqlite_sqlite_exec=no
27649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27650 conftest$ac_exeext conftest.$ac_ext
27651 LIBS=$ac_check_lib_save_LIBS
27653 { echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite_sqlite_exec" >&5
27654 echo "${ECHO_T}$ac_cv_lib_sqlite_sqlite_exec" >&6; }
27655 if test $ac_cv_lib_sqlite_sqlite_exec = yes; then
27656 AST_SQLITE_FOUND=yes
27658 AST_SQLITE_FOUND=no
27662 if test "${AST_SQLITE_FOUND}" = "yes"; then
27663 SQLITE_LIB="-lsqlite "
27664 SQLITE_HEADER_FOUND="1"
27665 if test "x${SQLITE_DIR}" != "x"; then
27666 SQLITE_LIB="${pbxlibdir} ${SQLITE_LIB}"
27667 SQLITE_INCLUDE="-I${SQLITE_DIR}/include"
27669 SQLITE_INCLUDE="${SQLITE_INCLUDE} "
27670 saved_cppflags="${CPPFLAGS}"
27671 CPPFLAGS="${CPPFLAGS} ${SQLITE_INCLUDE}"
27672 if test "xsqlite.h" != "x" ; then
27673 if test "${ac_cv_header_sqlite_h+set}" = set; then
27674 { echo "$as_me:$LINENO: checking for sqlite.h" >&5
27675 echo $ECHO_N "checking for sqlite.h... $ECHO_C" >&6; }
27676 if test "${ac_cv_header_sqlite_h+set}" = set; then
27677 echo $ECHO_N "(cached) $ECHO_C" >&6
27679 { echo "$as_me:$LINENO: result: $ac_cv_header_sqlite_h" >&5
27680 echo "${ECHO_T}$ac_cv_header_sqlite_h" >&6; }
27682 # Is the header compilable?
27683 { echo "$as_me:$LINENO: checking sqlite.h usability" >&5
27684 echo $ECHO_N "checking sqlite.h usability... $ECHO_C" >&6; }
27685 cat >conftest.$ac_ext <<_ACEOF
27688 cat confdefs.h >>conftest.$ac_ext
27689 cat >>conftest.$ac_ext <<_ACEOF
27690 /* end confdefs.h. */
27691 $ac_includes_default
27692 #include <sqlite.h>
27694 rm -f conftest.$ac_objext
27695 if { (ac_try="$ac_compile"
27696 case "(($ac_try" in
27697 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
27698 *) ac_try_echo
=$ac_try;;
27700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27701 (eval "$ac_compile") 2>conftest.er1
27703 grep -v '^ *+' conftest.er1
>conftest.err
27705 cat conftest.err
>&5
27706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27707 (exit $ac_status); } && {
27708 test -z "$ac_c_werror_flag" ||
27709 test ! -s conftest.err
27710 } && test -s conftest.
$ac_objext; then
27711 ac_header_compiler
=yes
27713 echo "$as_me: failed program was:" >&5
27714 sed 's/^/| /' conftest.
$ac_ext >&5
27716 ac_header_compiler
=no
27719 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
27720 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27721 echo "${ECHO_T}$ac_header_compiler" >&6; }
27723 # Is the header present?
27724 { echo "$as_me:$LINENO: checking sqlite.h presence" >&5
27725 echo $ECHO_N "checking sqlite.h presence... $ECHO_C" >&6; }
27726 cat >conftest.
$ac_ext <<_ACEOF
27729 cat confdefs.h
>>conftest.
$ac_ext
27730 cat >>conftest.
$ac_ext <<_ACEOF
27731 /* end confdefs.h. */
27732 #include <sqlite.h>
27734 if { (ac_try
="$ac_cpp conftest.$ac_ext"
27735 case "(($ac_try" in
27736 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
27737 *) ac_try_echo=$ac_try;;
27739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27740 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27742 grep -v '^ *+' conftest.er1 >conftest.err
27744 cat conftest.err >&5
27745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27746 (exit $ac_status); } >/dev/null && {
27747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27748 test ! -s conftest.err
27750 ac_header_preproc=yes
27752 echo "$as_me: failed program was:" >&5
27753 sed 's/^/| /' conftest.$ac_ext >&5
27755 ac_header_preproc=no
27758 rm -f conftest.err conftest.$ac_ext
27759 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27760 echo "${ECHO_T}$ac_header_preproc" >&6; }
27762 # So? What about this header?
27763 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27765 { echo "$as_me:$LINENO: WARNING: sqlite.h: accepted by the compiler, rejected by the preprocessor!" >&5
27766 echo "$as_me: WARNING: sqlite.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27767 { echo "$as_me:$LINENO: WARNING: sqlite.h: proceeding with the compiler's result" >&5
27768 echo "$as_me: WARNING: sqlite.h: proceeding with the compiler's result" >&2;}
27769 ac_header_preproc=yes
27772 { echo "$as_me:$LINENO: WARNING: sqlite.h: present but cannot be compiled" >&5
27773 echo "$as_me: WARNING: sqlite.h: present but cannot be compiled" >&2;}
27774 { echo "$as_me:$LINENO: WARNING: sqlite.h: check for missing prerequisite headers?" >&5
27775 echo "$as_me: WARNING: sqlite.h: check for missing prerequisite headers?" >&2;}
27776 { echo "$as_me:$LINENO: WARNING: sqlite.h: see the Autoconf documentation" >&5
27777 echo "$as_me: WARNING: sqlite.h: see the Autoconf documentation" >&2;}
27778 { echo "$as_me:$LINENO: WARNING: sqlite.h: section \"Present But Cannot Be Compiled\"" >&5
27779 echo "$as_me: WARNING: sqlite.h: section \"Present But Cannot Be Compiled\"" >&2;}
27780 { echo "$as_me:$LINENO: WARNING: sqlite.h: proceeding with the preprocessor's result" >&5
27781 echo "$as_me: WARNING: sqlite.h: proceeding with the preprocessor's result" >&2;}
27782 { echo "$as_me:$LINENO: WARNING: sqlite.h: in the future, the compiler will take precedence" >&5
27783 echo "$as_me: WARNING: sqlite.h: in the future, the compiler will take precedence" >&2;}
27785 ## ------------------------------- ##
27786 ## Report this to www.asterisk.org ##
27787 ## ------------------------------- ##
27789 ) | sed "s/^/$as_me: WARNING: /" >&2
27792 { echo "$as_me:$LINENO: checking for sqlite.h" >&5
27793 echo $ECHO_N "checking for sqlite.h... $ECHO_C" >&6; }
27794 if test "${ac_cv_header_sqlite_h+set}" = set; then
27795 echo $ECHO_N "(cached) $ECHO_C" >&6
27797 ac_cv_header_sqlite_h=$ac_header_preproc
27799 { echo "$as_me:$LINENO: result: $ac_cv_header_sqlite_h" >&5
27800 echo "${ECHO_T}$ac_cv_header_sqlite_h" >&6; }
27803 if test $ac_cv_header_sqlite_h = yes; then
27804 SQLITE_HEADER_FOUND=1
27806 SQLITE_HEADER_FOUND=0
27811 CPPFLAGS="${saved_cppflags}"
27812 if test "x${SQLITE_HEADER_FOUND}" = "x0" ; then
27813 if test -n "${SQLITE_MANDATORY}" ;
27815 { echo "$as_me:$LINENO: ***" >&5
27816 echo "$as_me: ***" >&6;}
27817 { echo "$as_me:$LINENO: *** It appears that you do not have the sqlite development package installed." >&5
27818 echo "$as_me: *** It appears that you do not have the sqlite development package installed." >&6;}
27819 { echo "$as_me:$LINENO: *** Please install it to include ${SQLITE_DESCRIP} support, or re-run configure" >&5
27820 echo "$as_me: *** Please install it to include ${SQLITE_DESCRIP} support, or re-run configure" >&6;}
27821 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SQLITE_OPTION}" >&5
27822 echo "$as_me: *** without explicitly specifying --with-${SQLITE_OPTION}" >&6;}
27831 cat >>confdefs.h <<_ACEOF
27832 #define HAVE_SQLITE 1
27836 elif test -n "${SQLITE_MANDATORY}";
27838 { echo "$as_me:$LINENO: ***" >&5
27839 echo "$as_me: ***" >&6;}
27840 { echo "$as_me:$LINENO: *** The ${SQLITE_DESCRIP} installation on this system appears to be broken." >&5
27841 echo "$as_me: *** The ${SQLITE_DESCRIP} installation on this system appears to be broken." >&6;}
27842 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
27843 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
27844 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${SQLITE_OPTION}" >&5
27845 echo "$as_me: *** without explicitly specifying --with-${SQLITE_OPTION}" >&6;}
27852 if test "${USE_OPENSSL}" != "no"; then
27854 if test "x${OPENSSL_DIR}" != "x"; then
27855 if test -d ${OPENSSL_DIR}/lib; then
27856 pbxlibdir="-L${OPENSSL_DIR}/lib"
27858 pbxlibdir="-L${OPENSSL_DIR}"
27861 { echo "$as_me:$LINENO: checking for ssl2_connect in -lssl" >&5
27862 echo $ECHO_N "checking for ssl2_connect in -lssl... $ECHO_C" >&6; }
27863 if test "${ac_cv_lib_ssl_ssl2_connect+set}" = set; then
27864 echo $ECHO_N "(cached) $ECHO_C" >&6
27866 ac_check_lib_save_LIBS=$LIBS
27867 LIBS="-lssl ${pbxlibdir} -lcrypto $LIBS"
27868 cat >conftest.$ac_ext <<_ACEOF
27871 cat confdefs.h >>conftest.$ac_ext
27872 cat >>conftest.$ac_ext <<_ACEOF
27873 /* end confdefs.h. */
27875 /* Override any GCC internal prototype to avoid an error.
27876 Use char because int might match the return type of a GCC
27877 builtin and then its argument prototype would still apply. */
27881 char ssl2_connect ();
27885 return ssl2_connect ();
27890 rm -f conftest.$ac_objext conftest$ac_exeext
27891 if { (ac_try="$ac_link"
27892 case "(($ac_try" in
27893 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
27894 *) ac_try_echo
=$ac_try;;
27896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27897 (eval "$ac_link") 2>conftest.er1
27899 grep -v '^ *+' conftest.er1
>conftest.err
27901 cat conftest.err
>&5
27902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27903 (exit $ac_status); } && {
27904 test -z "$ac_c_werror_flag" ||
27905 test ! -s conftest.err
27906 } && test -s conftest
$ac_exeext &&
27907 $as_test_x conftest
$ac_exeext; then
27908 ac_cv_lib_ssl_ssl2_connect
=yes
27910 echo "$as_me: failed program was:" >&5
27911 sed 's/^/| /' conftest.
$ac_ext >&5
27913 ac_cv_lib_ssl_ssl2_connect
=no
27916 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
27917 conftest
$ac_exeext conftest.
$ac_ext
27918 LIBS
=$ac_check_lib_save_LIBS
27920 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_ssl2_connect" >&5
27921 echo "${ECHO_T}$ac_cv_lib_ssl_ssl2_connect" >&6; }
27922 if test $ac_cv_lib_ssl_ssl2_connect = yes; then
27923 AST_OPENSSL_FOUND
=yes
27925 AST_OPENSSL_FOUND
=no
27929 if test "${AST_OPENSSL_FOUND}" = "yes"; then
27930 OPENSSL_LIB
="-lssl -lcrypto"
27931 OPENSSL_HEADER_FOUND
="1"
27932 if test "x${OPENSSL_DIR}" != "x"; then
27933 OPENSSL_LIB
="${pbxlibdir} ${OPENSSL_LIB}"
27934 OPENSSL_INCLUDE
="-I${OPENSSL_DIR}/include"
27936 OPENSSL_INCLUDE
="${OPENSSL_INCLUDE} "
27937 saved_cppflags
="${CPPFLAGS}"
27938 CPPFLAGS
="${CPPFLAGS} ${OPENSSL_INCLUDE}"
27939 if test "xopenssl/ssl.h" != "x" ; then
27940 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then
27941 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5
27942 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; }
27943 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then
27944 echo $ECHO_N "(cached) $ECHO_C" >&6
27946 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5
27947 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; }
27949 # Is the header compilable?
27950 { echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5
27951 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; }
27952 cat >conftest.
$ac_ext <<_ACEOF
27955 cat confdefs.h
>>conftest.
$ac_ext
27956 cat >>conftest.
$ac_ext <<_ACEOF
27957 /* end confdefs.h. */
27958 $ac_includes_default
27959 #include <openssl/ssl.h>
27961 rm -f conftest.
$ac_objext
27962 if { (ac_try
="$ac_compile"
27963 case "(($ac_try" in
27964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
27965 *) ac_try_echo=$ac_try;;
27967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27968 (eval "$ac_compile") 2>conftest.er1
27970 grep -v '^ *+' conftest.er1 >conftest.err
27972 cat conftest.err >&5
27973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27974 (exit $ac_status); } && {
27975 test -z "$ac_c_werror_flag" ||
27976 test ! -s conftest.err
27977 } && test -s conftest.$ac_objext; then
27978 ac_header_compiler=yes
27980 echo "$as_me: failed program was:" >&5
27981 sed 's/^/| /' conftest.$ac_ext >&5
27983 ac_header_compiler=no
27986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27987 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27988 echo "${ECHO_T}$ac_header_compiler" >&6; }
27990 # Is the header present?
27991 { echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5
27992 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; }
27993 cat >conftest.$ac_ext <<_ACEOF
27996 cat confdefs.h >>conftest.$ac_ext
27997 cat >>conftest.$ac_ext <<_ACEOF
27998 /* end confdefs.h. */
27999 #include <openssl/ssl.h>
28001 if { (ac_try="$ac_cpp conftest.$ac_ext"
28002 case "(($ac_try" in
28003 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
28004 *) ac_try_echo
=$ac_try;;
28006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28007 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28009 grep -v '^ *+' conftest.er1
>conftest.err
28011 cat conftest.err
>&5
28012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28013 (exit $ac_status); } >/dev
/null
&& {
28014 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28015 test ! -s conftest.err
28017 ac_header_preproc
=yes
28019 echo "$as_me: failed program was:" >&5
28020 sed 's/^/| /' conftest.
$ac_ext >&5
28022 ac_header_preproc
=no
28025 rm -f conftest.err conftest.
$ac_ext
28026 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28027 echo "${ECHO_T}$ac_header_preproc" >&6; }
28029 # So? What about this header?
28030 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28032 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&5
28033 echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28034 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&5
28035 echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;}
28036 ac_header_preproc
=yes
28039 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&5
28040 echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;}
28041 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&5
28042 echo "$as_me: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&2;}
28043 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&5
28044 echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;}
28045 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&5
28046 echo "$as_me: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&2;}
28047 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&5
28048 echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;}
28049 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5
28050 echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;}
28052 ## ------------------------------- ##
28053 ## Report this to www.asterisk.org ##
28054 ## ------------------------------- ##
28056 ) |
sed "s/^/$as_me: WARNING: /" >&2
28059 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5
28060 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; }
28061 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then
28062 echo $ECHO_N "(cached) $ECHO_C" >&6
28064 ac_cv_header_openssl_ssl_h
=$ac_header_preproc
28066 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5
28067 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; }
28070 if test $ac_cv_header_openssl_ssl_h = yes; then
28071 OPENSSL_HEADER_FOUND
=1
28073 OPENSSL_HEADER_FOUND
=0
28078 CPPFLAGS
="${saved_cppflags}"
28079 if test "x${OPENSSL_HEADER_FOUND}" = "x0" ; then
28080 if test -n "${OPENSSL_MANDATORY}" ;
28082 { echo "$as_me:$LINENO: ***" >&5
28083 echo "$as_me: ***" >&6;}
28084 { echo "$as_me:$LINENO: *** It appears that you do not have the ssl development package installed." >&5
28085 echo "$as_me: *** It appears that you do not have the ssl development package installed." >&6;}
28086 { echo "$as_me:$LINENO: *** Please install it to include ${OPENSSL_DESCRIP} support, or re-run configure" >&5
28087 echo "$as_me: *** Please install it to include ${OPENSSL_DESCRIP} support, or re-run configure" >&6;}
28088 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OPENSSL_OPTION}" >&5
28089 echo "$as_me: *** without explicitly specifying --with-${OPENSSL_OPTION}" >&6;}
28098 cat >>confdefs.h
<<_ACEOF
28099 #define HAVE_OPENSSL 1
28103 elif test -n "${OPENSSL_MANDATORY}";
28105 { echo "$as_me:$LINENO: ***" >&5
28106 echo "$as_me: ***" >&6;}
28107 { echo "$as_me:$LINENO: *** The ${OPENSSL_DESCRIP} installation on this system appears to be broken." >&5
28108 echo "$as_me: *** The ${OPENSSL_DESCRIP} installation on this system appears to be broken." >&6;}
28109 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
28110 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
28111 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OPENSSL_OPTION}" >&5
28112 echo "$as_me: *** without explicitly specifying --with-${OPENSSL_OPTION}" >&6;}
28117 if test "$PBX_OPENSSL" = "1";
28120 if test "${USE_OSPTK}" != "no"; then
28122 if test "x${OSPTK_DIR}" != "x"; then
28123 if test -d ${OSPTK_DIR}/lib
; then
28124 pbxlibdir
="-L${OSPTK_DIR}/lib"
28126 pbxlibdir
="-L${OSPTK_DIR}"
28129 { echo "$as_me:$LINENO: checking for OSPPCryptoDecrypt in -losptk" >&5
28130 echo $ECHO_N "checking for OSPPCryptoDecrypt in -losptk... $ECHO_C" >&6; }
28131 if test "${ac_cv_lib_osptk_OSPPCryptoDecrypt+set}" = set; then
28132 echo $ECHO_N "(cached) $ECHO_C" >&6
28134 ac_check_lib_save_LIBS
=$LIBS
28135 LIBS
="-losptk ${pbxlibdir} -lcrypto -lssl $LIBS"
28136 cat >conftest.
$ac_ext <<_ACEOF
28139 cat confdefs.h
>>conftest.
$ac_ext
28140 cat >>conftest.
$ac_ext <<_ACEOF
28141 /* end confdefs.h. */
28143 /* Override any GCC internal prototype to avoid an error.
28144 Use char because int might match the return type of a GCC
28145 builtin and then its argument prototype would still apply. */
28149 char OSPPCryptoDecrypt ();
28153 return OSPPCryptoDecrypt ();
28158 rm -f conftest.
$ac_objext conftest
$ac_exeext
28159 if { (ac_try
="$ac_link"
28160 case "(($ac_try" in
28161 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
28162 *) ac_try_echo=$ac_try;;
28164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28165 (eval "$ac_link") 2>conftest.er1
28167 grep -v '^ *+' conftest.er1 >conftest.err
28169 cat conftest.err >&5
28170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28171 (exit $ac_status); } && {
28172 test -z "$ac_c_werror_flag" ||
28173 test ! -s conftest.err
28174 } && test -s conftest$ac_exeext &&
28175 $as_test_x conftest$ac_exeext; then
28176 ac_cv_lib_osptk_OSPPCryptoDecrypt=yes
28178 echo "$as_me: failed program was:" >&5
28179 sed 's/^/| /' conftest.$ac_ext >&5
28181 ac_cv_lib_osptk_OSPPCryptoDecrypt=no
28184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28185 conftest$ac_exeext conftest.$ac_ext
28186 LIBS=$ac_check_lib_save_LIBS
28188 { echo "$as_me:$LINENO: result: $ac_cv_lib_osptk_OSPPCryptoDecrypt" >&5
28189 echo "${ECHO_T}$ac_cv_lib_osptk_OSPPCryptoDecrypt" >&6; }
28190 if test $ac_cv_lib_osptk_OSPPCryptoDecrypt = yes; then
28191 AST_OSPTK_FOUND=yes
28197 if test "${AST_OSPTK_FOUND}" = "yes"; then
28198 OSPTK_LIB="-losptk -lcrypto -lssl"
28199 OSPTK_HEADER_FOUND="1"
28200 if test "x${OSPTK_DIR}" != "x"; then
28201 OSPTK_LIB="${pbxlibdir} ${OSPTK_LIB}"
28202 OSPTK_INCLUDE="-I${OSPTK_DIR}/include"
28204 OSPTK_INCLUDE="${OSPTK_INCLUDE} "
28205 saved_cppflags="${CPPFLAGS}"
28206 CPPFLAGS="${CPPFLAGS} ${OSPTK_INCLUDE}"
28207 if test "xosp/osp.h" != "x" ; then
28208 if test "${ac_cv_header_osp_osp_h+set}" = set; then
28209 { echo "$as_me:$LINENO: checking for osp/osp.h" >&5
28210 echo $ECHO_N "checking for osp/osp.h... $ECHO_C" >&6; }
28211 if test "${ac_cv_header_osp_osp_h+set}" = set; then
28212 echo $ECHO_N "(cached) $ECHO_C" >&6
28214 { echo "$as_me:$LINENO: result: $ac_cv_header_osp_osp_h" >&5
28215 echo "${ECHO_T}$ac_cv_header_osp_osp_h" >&6; }
28217 # Is the header compilable?
28218 { echo "$as_me:$LINENO: checking osp/osp.h usability" >&5
28219 echo $ECHO_N "checking osp/osp.h usability... $ECHO_C" >&6; }
28220 cat >conftest.$ac_ext <<_ACEOF
28223 cat confdefs.h >>conftest.$ac_ext
28224 cat >>conftest.$ac_ext <<_ACEOF
28225 /* end confdefs.h. */
28226 $ac_includes_default
28227 #include <osp/osp.h>
28229 rm -f conftest.$ac_objext
28230 if { (ac_try="$ac_compile"
28231 case "(($ac_try" in
28232 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
28233 *) ac_try_echo
=$ac_try;;
28235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28236 (eval "$ac_compile") 2>conftest.er1
28238 grep -v '^ *+' conftest.er1
>conftest.err
28240 cat conftest.err
>&5
28241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28242 (exit $ac_status); } && {
28243 test -z "$ac_c_werror_flag" ||
28244 test ! -s conftest.err
28245 } && test -s conftest.
$ac_objext; then
28246 ac_header_compiler
=yes
28248 echo "$as_me: failed program was:" >&5
28249 sed 's/^/| /' conftest.
$ac_ext >&5
28251 ac_header_compiler
=no
28254 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
28255 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28256 echo "${ECHO_T}$ac_header_compiler" >&6; }
28258 # Is the header present?
28259 { echo "$as_me:$LINENO: checking osp/osp.h presence" >&5
28260 echo $ECHO_N "checking osp/osp.h presence... $ECHO_C" >&6; }
28261 cat >conftest.
$ac_ext <<_ACEOF
28264 cat confdefs.h
>>conftest.
$ac_ext
28265 cat >>conftest.
$ac_ext <<_ACEOF
28266 /* end confdefs.h. */
28267 #include <osp/osp.h>
28269 if { (ac_try
="$ac_cpp conftest.$ac_ext"
28270 case "(($ac_try" in
28271 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
28272 *) ac_try_echo=$ac_try;;
28274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28275 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28277 grep -v '^ *+' conftest.er1 >conftest.err
28279 cat conftest.err >&5
28280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28281 (exit $ac_status); } >/dev/null && {
28282 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28283 test ! -s conftest.err
28285 ac_header_preproc=yes
28287 echo "$as_me: failed program was:" >&5
28288 sed 's/^/| /' conftest.$ac_ext >&5
28290 ac_header_preproc=no
28293 rm -f conftest.err conftest.$ac_ext
28294 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28295 echo "${ECHO_T}$ac_header_preproc" >&6; }
28297 # So? What about this header?
28298 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28300 { echo "$as_me:$LINENO: WARNING: osp/osp.h: accepted by the compiler, rejected by the preprocessor!" >&5
28301 echo "$as_me: WARNING: osp/osp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28302 { echo "$as_me:$LINENO: WARNING: osp/osp.h: proceeding with the compiler's result" >&5
28303 echo "$as_me: WARNING: osp/osp.h: proceeding with the compiler's result" >&2;}
28304 ac_header_preproc=yes
28307 { echo "$as_me:$LINENO: WARNING: osp/osp.h: present but cannot be compiled" >&5
28308 echo "$as_me: WARNING: osp/osp.h: present but cannot be compiled" >&2;}
28309 { echo "$as_me:$LINENO: WARNING: osp/osp.h: check for missing prerequisite headers?" >&5
28310 echo "$as_me: WARNING: osp/osp.h: check for missing prerequisite headers?" >&2;}
28311 { echo "$as_me:$LINENO: WARNING: osp/osp.h: see the Autoconf documentation" >&5
28312 echo "$as_me: WARNING: osp/osp.h: see the Autoconf documentation" >&2;}
28313 { echo "$as_me:$LINENO: WARNING: osp/osp.h: section \"Present But Cannot Be Compiled\"" >&5
28314 echo "$as_me: WARNING: osp/osp.h: section \"Present But Cannot Be Compiled\"" >&2;}
28315 { echo "$as_me:$LINENO: WARNING: osp/osp.h: proceeding with the preprocessor's result" >&5
28316 echo "$as_me: WARNING: osp/osp.h: proceeding with the preprocessor's result" >&2;}
28317 { echo "$as_me:$LINENO: WARNING: osp/osp.h: in the future, the compiler will take precedence" >&5
28318 echo "$as_me: WARNING: osp/osp.h: in the future, the compiler will take precedence" >&2;}
28320 ## ------------------------------- ##
28321 ## Report this to www.asterisk.org ##
28322 ## ------------------------------- ##
28324 ) | sed "s/^/$as_me: WARNING: /" >&2
28327 { echo "$as_me:$LINENO: checking for osp/osp.h" >&5
28328 echo $ECHO_N "checking for osp/osp.h... $ECHO_C" >&6; }
28329 if test "${ac_cv_header_osp_osp_h+set}" = set; then
28330 echo $ECHO_N "(cached) $ECHO_C" >&6
28332 ac_cv_header_osp_osp_h=$ac_header_preproc
28334 { echo "$as_me:$LINENO: result: $ac_cv_header_osp_osp_h" >&5
28335 echo "${ECHO_T}$ac_cv_header_osp_osp_h" >&6; }
28338 if test $ac_cv_header_osp_osp_h = yes; then
28339 OSPTK_HEADER_FOUND=1
28341 OSPTK_HEADER_FOUND=0
28346 CPPFLAGS="${saved_cppflags}"
28347 if test "x${OSPTK_HEADER_FOUND}" = "x0" ; then
28348 if test -n "${OSPTK_MANDATORY}" ;
28350 { echo "$as_me:$LINENO: ***" >&5
28351 echo "$as_me: ***" >&6;}
28352 { echo "$as_me:$LINENO: *** It appears that you do not have the osptk development package installed." >&5
28353 echo "$as_me: *** It appears that you do not have the osptk development package installed." >&6;}
28354 { echo "$as_me:$LINENO: *** Please install it to include ${OSPTK_DESCRIP} support, or re-run configure" >&5
28355 echo "$as_me: *** Please install it to include ${OSPTK_DESCRIP} support, or re-run configure" >&6;}
28356 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OSPTK_OPTION}" >&5
28357 echo "$as_me: *** without explicitly specifying --with-${OSPTK_OPTION}" >&6;}
28366 cat >>confdefs.h <<_ACEOF
28367 #define HAVE_OSPTK 1
28371 elif test -n "${OSPTK_MANDATORY}";
28373 { echo "$as_me:$LINENO: ***" >&5
28374 echo "$as_me: ***" >&6;}
28375 { echo "$as_me:$LINENO: *** The ${OSPTK_DESCRIP} installation on this system appears to be broken." >&5
28376 echo "$as_me: *** The ${OSPTK_DESCRIP} installation on this system appears to be broken." >&6;}
28377 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
28378 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
28379 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${OSPTK_OPTION}" >&5
28380 echo "$as_me: *** without explicitly specifying --with-${OSPTK_OPTION}" >&6;}
28388 if test "${USE_FREETDS}" != "no"; then
28390 if test "x${FREETDS_DIR}" != "x"; then
28391 if test -d ${FREETDS_DIR}/lib; then
28392 pbxlibdir="-L${FREETDS_DIR}/lib"
28394 pbxlibdir="-L${FREETDS_DIR}"
28397 { echo "$as_me:$LINENO: checking for tds_version in -ltds" >&5
28398 echo $ECHO_N "checking for tds_version in -ltds... $ECHO_C" >&6; }
28399 if test "${ac_cv_lib_tds_tds_version+set}" = set; then
28400 echo $ECHO_N "(cached) $ECHO_C" >&6
28402 ac_check_lib_save_LIBS=$LIBS
28403 LIBS="-ltds ${pbxlibdir} $LIBS"
28404 cat >conftest.$ac_ext <<_ACEOF
28407 cat confdefs.h >>conftest.$ac_ext
28408 cat >>conftest.$ac_ext <<_ACEOF
28409 /* end confdefs.h. */
28411 /* Override any GCC internal prototype to avoid an error.
28412 Use char because int might match the return type of a GCC
28413 builtin and then its argument prototype would still apply. */
28417 char tds_version ();
28421 return tds_version ();
28426 rm -f conftest.$ac_objext conftest$ac_exeext
28427 if { (ac_try="$ac_link"
28428 case "(($ac_try" in
28429 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
28430 *) ac_try_echo
=$ac_try;;
28432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28433 (eval "$ac_link") 2>conftest.er1
28435 grep -v '^ *+' conftest.er1
>conftest.err
28437 cat conftest.err
>&5
28438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28439 (exit $ac_status); } && {
28440 test -z "$ac_c_werror_flag" ||
28441 test ! -s conftest.err
28442 } && test -s conftest
$ac_exeext &&
28443 $as_test_x conftest
$ac_exeext; then
28444 ac_cv_lib_tds_tds_version
=yes
28446 echo "$as_me: failed program was:" >&5
28447 sed 's/^/| /' conftest.
$ac_ext >&5
28449 ac_cv_lib_tds_tds_version
=no
28452 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
28453 conftest
$ac_exeext conftest.
$ac_ext
28454 LIBS
=$ac_check_lib_save_LIBS
28456 { echo "$as_me:$LINENO: result: $ac_cv_lib_tds_tds_version" >&5
28457 echo "${ECHO_T}$ac_cv_lib_tds_tds_version" >&6; }
28458 if test $ac_cv_lib_tds_tds_version = yes; then
28459 AST_FREETDS_FOUND
=yes
28461 AST_FREETDS_FOUND
=no
28465 if test "${AST_FREETDS_FOUND}" = "yes"; then
28466 FREETDS_LIB
="-ltds "
28467 FREETDS_HEADER_FOUND
="1"
28468 if test "x${FREETDS_DIR}" != "x"; then
28469 FREETDS_LIB
="${pbxlibdir} ${FREETDS_LIB}"
28470 FREETDS_INCLUDE
="-I${FREETDS_DIR}/include"
28472 FREETDS_INCLUDE
="${FREETDS_INCLUDE} "
28473 saved_cppflags
="${CPPFLAGS}"
28474 CPPFLAGS
="${CPPFLAGS} ${FREETDS_INCLUDE}"
28475 if test "xtds.h" != "x" ; then
28476 if test "${ac_cv_header_tds_h+set}" = set; then
28477 { echo "$as_me:$LINENO: checking for tds.h" >&5
28478 echo $ECHO_N "checking for tds.h... $ECHO_C" >&6; }
28479 if test "${ac_cv_header_tds_h+set}" = set; then
28480 echo $ECHO_N "(cached) $ECHO_C" >&6
28482 { echo "$as_me:$LINENO: result: $ac_cv_header_tds_h" >&5
28483 echo "${ECHO_T}$ac_cv_header_tds_h" >&6; }
28485 # Is the header compilable?
28486 { echo "$as_me:$LINENO: checking tds.h usability" >&5
28487 echo $ECHO_N "checking tds.h usability... $ECHO_C" >&6; }
28488 cat >conftest.
$ac_ext <<_ACEOF
28491 cat confdefs.h
>>conftest.
$ac_ext
28492 cat >>conftest.
$ac_ext <<_ACEOF
28493 /* end confdefs.h. */
28494 $ac_includes_default
28497 rm -f conftest.
$ac_objext
28498 if { (ac_try
="$ac_compile"
28499 case "(($ac_try" in
28500 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
28501 *) ac_try_echo=$ac_try;;
28503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28504 (eval "$ac_compile") 2>conftest.er1
28506 grep -v '^ *+' conftest.er1 >conftest.err
28508 cat conftest.err >&5
28509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28510 (exit $ac_status); } && {
28511 test -z "$ac_c_werror_flag" ||
28512 test ! -s conftest.err
28513 } && test -s conftest.$ac_objext; then
28514 ac_header_compiler=yes
28516 echo "$as_me: failed program was:" >&5
28517 sed 's/^/| /' conftest.$ac_ext >&5
28519 ac_header_compiler=no
28522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28523 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28524 echo "${ECHO_T}$ac_header_compiler" >&6; }
28526 # Is the header present?
28527 { echo "$as_me:$LINENO: checking tds.h presence" >&5
28528 echo $ECHO_N "checking tds.h presence... $ECHO_C" >&6; }
28529 cat >conftest.$ac_ext <<_ACEOF
28532 cat confdefs.h >>conftest.$ac_ext
28533 cat >>conftest.$ac_ext <<_ACEOF
28534 /* end confdefs.h. */
28537 if { (ac_try="$ac_cpp conftest.$ac_ext"
28538 case "(($ac_try" in
28539 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
28540 *) ac_try_echo
=$ac_try;;
28542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28543 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28545 grep -v '^ *+' conftest.er1
>conftest.err
28547 cat conftest.err
>&5
28548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28549 (exit $ac_status); } >/dev
/null
&& {
28550 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28551 test ! -s conftest.err
28553 ac_header_preproc
=yes
28555 echo "$as_me: failed program was:" >&5
28556 sed 's/^/| /' conftest.
$ac_ext >&5
28558 ac_header_preproc
=no
28561 rm -f conftest.err conftest.
$ac_ext
28562 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28563 echo "${ECHO_T}$ac_header_preproc" >&6; }
28565 # So? What about this header?
28566 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28568 { echo "$as_me:$LINENO: WARNING: tds.h: accepted by the compiler, rejected by the preprocessor!" >&5
28569 echo "$as_me: WARNING: tds.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28570 { echo "$as_me:$LINENO: WARNING: tds.h: proceeding with the compiler's result" >&5
28571 echo "$as_me: WARNING: tds.h: proceeding with the compiler's result" >&2;}
28572 ac_header_preproc
=yes
28575 { echo "$as_me:$LINENO: WARNING: tds.h: present but cannot be compiled" >&5
28576 echo "$as_me: WARNING: tds.h: present but cannot be compiled" >&2;}
28577 { echo "$as_me:$LINENO: WARNING: tds.h: check for missing prerequisite headers?" >&5
28578 echo "$as_me: WARNING: tds.h: check for missing prerequisite headers?" >&2;}
28579 { echo "$as_me:$LINENO: WARNING: tds.h: see the Autoconf documentation" >&5
28580 echo "$as_me: WARNING: tds.h: see the Autoconf documentation" >&2;}
28581 { echo "$as_me:$LINENO: WARNING: tds.h: section \"Present But Cannot Be Compiled\"" >&5
28582 echo "$as_me: WARNING: tds.h: section \"Present But Cannot Be Compiled\"" >&2;}
28583 { echo "$as_me:$LINENO: WARNING: tds.h: proceeding with the preprocessor's result" >&5
28584 echo "$as_me: WARNING: tds.h: proceeding with the preprocessor's result" >&2;}
28585 { echo "$as_me:$LINENO: WARNING: tds.h: in the future, the compiler will take precedence" >&5
28586 echo "$as_me: WARNING: tds.h: in the future, the compiler will take precedence" >&2;}
28588 ## ------------------------------- ##
28589 ## Report this to www.asterisk.org ##
28590 ## ------------------------------- ##
28592 ) |
sed "s/^/$as_me: WARNING: /" >&2
28595 { echo "$as_me:$LINENO: checking for tds.h" >&5
28596 echo $ECHO_N "checking for tds.h... $ECHO_C" >&6; }
28597 if test "${ac_cv_header_tds_h+set}" = set; then
28598 echo $ECHO_N "(cached) $ECHO_C" >&6
28600 ac_cv_header_tds_h
=$ac_header_preproc
28602 { echo "$as_me:$LINENO: result: $ac_cv_header_tds_h" >&5
28603 echo "${ECHO_T}$ac_cv_header_tds_h" >&6; }
28606 if test $ac_cv_header_tds_h = yes; then
28607 FREETDS_HEADER_FOUND
=1
28609 FREETDS_HEADER_FOUND
=0
28614 CPPFLAGS
="${saved_cppflags}"
28615 if test "x${FREETDS_HEADER_FOUND}" = "x0" ; then
28616 if test -n "${FREETDS_MANDATORY}" ;
28618 { echo "$as_me:$LINENO: ***" >&5
28619 echo "$as_me: ***" >&6;}
28620 { echo "$as_me:$LINENO: *** It appears that you do not have the tds development package installed." >&5
28621 echo "$as_me: *** It appears that you do not have the tds development package installed." >&6;}
28622 { echo "$as_me:$LINENO: *** Please install it to include ${FREETDS_DESCRIP} support, or re-run configure" >&5
28623 echo "$as_me: *** Please install it to include ${FREETDS_DESCRIP} support, or re-run configure" >&6;}
28624 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${FREETDS_OPTION}" >&5
28625 echo "$as_me: *** without explicitly specifying --with-${FREETDS_OPTION}" >&6;}
28634 cat >>confdefs.h
<<_ACEOF
28635 #define HAVE_FREETDS 1
28639 elif test -n "${FREETDS_MANDATORY}";
28641 { echo "$as_me:$LINENO: ***" >&5
28642 echo "$as_me: ***" >&6;}
28643 { echo "$as_me:$LINENO: *** The ${FREETDS_DESCRIP} installation on this system appears to be broken." >&5
28644 echo "$as_me: *** The ${FREETDS_DESCRIP} installation on this system appears to be broken." >&6;}
28645 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
28646 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
28647 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${FREETDS_OPTION}" >&5
28648 echo "$as_me: *** without explicitly specifying --with-${FREETDS_OPTION}" >&6;}
28653 if test "${PBX_FREETDS}" != "0";
28655 if test "${FREETDS_DIR}x" = "x";
28657 for tds_dir
in /usr
/usr
/local;
28659 if test -f "${tds_dir}/include/tdsver.h";
28661 FREETDS_DIR
="${tds_dir}"
28665 case `${GREP} TDS_VERSION_NO ${FREETDS_DIR:-/usr}/include/tdsver.h` in
28667 FREETDS_INCLUDE
="${FREETDS_INCLUDE} -DFREETDS_0_64"
28670 FREETDS_INCLUDE
="${FREETDS_INCLUDE} -DFREETDS_0_63"
28673 FREETDS_INCLUDE
="${FREETDS_INCLUDE} -DFREETDS_0_62"
28676 FREETDS_INCLUDE
="${FREETDS_INCLUDE} -DFREETDS_PRE_0_62"
28682 if test "${USE_TERMCAP}" != "no"; then
28684 if test "x${TERMCAP_DIR}" != "x"; then
28685 if test -d ${TERMCAP_DIR}/lib
; then
28686 pbxlibdir
="-L${TERMCAP_DIR}/lib"
28688 pbxlibdir
="-L${TERMCAP_DIR}"
28691 { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5
28692 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; }
28693 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then
28694 echo $ECHO_N "(cached) $ECHO_C" >&6
28696 ac_check_lib_save_LIBS
=$LIBS
28697 LIBS
="-ltermcap ${pbxlibdir} $LIBS"
28698 cat >conftest.
$ac_ext <<_ACEOF
28701 cat confdefs.h
>>conftest.
$ac_ext
28702 cat >>conftest.
$ac_ext <<_ACEOF
28703 /* end confdefs.h. */
28705 /* Override any GCC internal prototype to avoid an error.
28706 Use char because int might match the return type of a GCC
28707 builtin and then its argument prototype would still apply. */
28720 rm -f conftest.
$ac_objext conftest
$ac_exeext
28721 if { (ac_try
="$ac_link"
28722 case "(($ac_try" in
28723 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
28724 *) ac_try_echo=$ac_try;;
28726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28727 (eval "$ac_link") 2>conftest.er1
28729 grep -v '^ *+' conftest.er1 >conftest.err
28731 cat conftest.err >&5
28732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28733 (exit $ac_status); } && {
28734 test -z "$ac_c_werror_flag" ||
28735 test ! -s conftest.err
28736 } && test -s conftest$ac_exeext &&
28737 $as_test_x conftest$ac_exeext; then
28738 ac_cv_lib_termcap_tgetent=yes
28740 echo "$as_me: failed program was:" >&5
28741 sed 's/^/| /' conftest.$ac_ext >&5
28743 ac_cv_lib_termcap_tgetent=no
28746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28747 conftest$ac_exeext conftest.$ac_ext
28748 LIBS=$ac_check_lib_save_LIBS
28750 { echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5
28751 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; }
28752 if test $ac_cv_lib_termcap_tgetent = yes; then
28753 AST_TERMCAP_FOUND=yes
28755 AST_TERMCAP_FOUND=no
28759 if test "${AST_TERMCAP_FOUND}" = "yes"; then
28760 TERMCAP_LIB="-ltermcap "
28761 TERMCAP_HEADER_FOUND="1"
28762 if test "x${TERMCAP_DIR}" != "x"; then
28763 TERMCAP_LIB="${pbxlibdir} ${TERMCAP_LIB}"
28764 TERMCAP_INCLUDE="-I${TERMCAP_DIR}/include"
28766 TERMCAP_INCLUDE="${TERMCAP_INCLUDE} "
28767 saved_cppflags="${CPPFLAGS}"
28768 CPPFLAGS="${CPPFLAGS} ${TERMCAP_INCLUDE}"
28769 if test "x" != "x" ; then
28770 if test "${ac_cv_header_+set}" = set; then
28771 { echo "$as_me:$LINENO: checking for " >&5
28772 echo $ECHO_N "checking for ... $ECHO_C" >&6; }
28773 if test "${ac_cv_header_+set}" = set; then
28774 echo $ECHO_N "(cached) $ECHO_C" >&6
28776 { echo "$as_me:$LINENO: result: $ac_cv_header_" >&5
28777 echo "${ECHO_T}$ac_cv_header_" >&6; }
28779 # Is the header compilable?
28780 { echo "$as_me:$LINENO: checking usability" >&5
28781 echo $ECHO_N "checking usability... $ECHO_C" >&6; }
28782 cat >conftest.$ac_ext <<_ACEOF
28785 cat confdefs.h >>conftest.$ac_ext
28786 cat >>conftest.$ac_ext <<_ACEOF
28787 /* end confdefs.h. */
28788 $ac_includes_default
28791 rm -f conftest.$ac_objext
28792 if { (ac_try="$ac_compile"
28793 case "(($ac_try" in
28794 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
28795 *) ac_try_echo
=$ac_try;;
28797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28798 (eval "$ac_compile") 2>conftest.er1
28800 grep -v '^ *+' conftest.er1
>conftest.err
28802 cat conftest.err
>&5
28803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28804 (exit $ac_status); } && {
28805 test -z "$ac_c_werror_flag" ||
28806 test ! -s conftest.err
28807 } && test -s conftest.
$ac_objext; then
28808 ac_header_compiler
=yes
28810 echo "$as_me: failed program was:" >&5
28811 sed 's/^/| /' conftest.
$ac_ext >&5
28813 ac_header_compiler
=no
28816 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
28817 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28818 echo "${ECHO_T}$ac_header_compiler" >&6; }
28820 # Is the header present?
28821 { echo "$as_me:$LINENO: checking presence" >&5
28822 echo $ECHO_N "checking presence... $ECHO_C" >&6; }
28823 cat >conftest.
$ac_ext <<_ACEOF
28826 cat confdefs.h
>>conftest.
$ac_ext
28827 cat >>conftest.
$ac_ext <<_ACEOF
28828 /* end confdefs.h. */
28831 if { (ac_try
="$ac_cpp conftest.$ac_ext"
28832 case "(($ac_try" in
28833 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
28834 *) ac_try_echo=$ac_try;;
28836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28837 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28839 grep -v '^ *+' conftest.er1 >conftest.err
28841 cat conftest.err >&5
28842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28843 (exit $ac_status); } >/dev/null && {
28844 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28845 test ! -s conftest.err
28847 ac_header_preproc=yes
28849 echo "$as_me: failed program was:" >&5
28850 sed 's/^/| /' conftest.$ac_ext >&5
28852 ac_header_preproc=no
28855 rm -f conftest.err conftest.$ac_ext
28856 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28857 echo "${ECHO_T}$ac_header_preproc" >&6; }
28859 # So? What about this header?
28860 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28862 { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5
28863 echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;}
28864 { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5
28865 echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;}
28866 ac_header_preproc=yes
28869 { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5
28870 echo "$as_me: WARNING: : present but cannot be compiled" >&2;}
28871 { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5
28872 echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;}
28873 { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5
28874 echo "$as_me: WARNING: : see the Autoconf documentation" >&2;}
28875 { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5
28876 echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;}
28877 { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5
28878 echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;}
28879 { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5
28880 echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;}
28882 ## ------------------------------- ##
28883 ## Report this to www.asterisk.org ##
28884 ## ------------------------------- ##
28886 ) | sed "s/^/$as_me: WARNING: /" >&2
28889 { echo "$as_me:$LINENO: checking for " >&5
28890 echo $ECHO_N "checking for ... $ECHO_C" >&6; }
28891 if test "${ac_cv_header_+set}" = set; then
28892 echo $ECHO_N "(cached) $ECHO_C" >&6
28894 ac_cv_header_=$ac_header_preproc
28896 { echo "$as_me:$LINENO: result: $ac_cv_header_" >&5
28897 echo "${ECHO_T}$ac_cv_header_" >&6; }
28900 if test $ac_cv_header_ = yes; then
28901 TERMCAP_HEADER_FOUND=1
28903 TERMCAP_HEADER_FOUND=0
28908 CPPFLAGS="${saved_cppflags}"
28909 if test "x${TERMCAP_HEADER_FOUND}" = "x0" ; then
28910 if test -n "${TERMCAP_MANDATORY}" ;
28912 { echo "$as_me:$LINENO: ***" >&5
28913 echo "$as_me: ***" >&6;}
28914 { echo "$as_me:$LINENO: *** It appears that you do not have the termcap development package installed." >&5
28915 echo "$as_me: *** It appears that you do not have the termcap development package installed." >&6;}
28916 { echo "$as_me:$LINENO: *** Please install it to include ${TERMCAP_DESCRIP} support, or re-run configure" >&5
28917 echo "$as_me: *** Please install it to include ${TERMCAP_DESCRIP} support, or re-run configure" >&6;}
28918 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${TERMCAP_OPTION}" >&5
28919 echo "$as_me: *** without explicitly specifying --with-${TERMCAP_OPTION}" >&6;}
28928 cat >>confdefs.h <<_ACEOF
28929 #define HAVE_TERMCAP 1
28933 elif test -n "${TERMCAP_MANDATORY}";
28935 { echo "$as_me:$LINENO: ***" >&5
28936 echo "$as_me: ***" >&6;}
28937 { echo "$as_me:$LINENO: *** The ${TERMCAP_DESCRIP} installation on this system appears to be broken." >&5
28938 echo "$as_me: *** The ${TERMCAP_DESCRIP} installation on this system appears to be broken." >&6;}
28939 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
28940 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
28941 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${TERMCAP_OPTION}" >&5
28942 echo "$as_me: *** without explicitly specifying --with-${TERMCAP_OPTION}" >&6;}
28949 if test "${USE_TINFO}" != "no"; then
28951 if test "x${TINFO_DIR}" != "x"; then
28952 if test -d ${TINFO_DIR}/lib; then
28953 pbxlibdir="-L${TINFO_DIR}/lib"
28955 pbxlibdir="-L${TINFO_DIR}"
28958 { echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5
28959 echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6; }
28960 if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then
28961 echo $ECHO_N "(cached) $ECHO_C" >&6
28963 ac_check_lib_save_LIBS=$LIBS
28964 LIBS="-ltinfo ${pbxlibdir} $LIBS"
28965 cat >conftest.$ac_ext <<_ACEOF
28968 cat confdefs.h >>conftest.$ac_ext
28969 cat >>conftest.$ac_ext <<_ACEOF
28970 /* end confdefs.h. */
28972 /* Override any GCC internal prototype to avoid an error.
28973 Use char because int might match the return type of a GCC
28974 builtin and then its argument prototype would still apply. */
28987 rm -f conftest.$ac_objext conftest$ac_exeext
28988 if { (ac_try="$ac_link"
28989 case "(($ac_try" in
28990 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
28991 *) ac_try_echo
=$ac_try;;
28993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28994 (eval "$ac_link") 2>conftest.er1
28996 grep -v '^ *+' conftest.er1
>conftest.err
28998 cat conftest.err
>&5
28999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29000 (exit $ac_status); } && {
29001 test -z "$ac_c_werror_flag" ||
29002 test ! -s conftest.err
29003 } && test -s conftest
$ac_exeext &&
29004 $as_test_x conftest
$ac_exeext; then
29005 ac_cv_lib_tinfo_tgetent
=yes
29007 echo "$as_me: failed program was:" >&5
29008 sed 's/^/| /' conftest.
$ac_ext >&5
29010 ac_cv_lib_tinfo_tgetent
=no
29013 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
29014 conftest
$ac_exeext conftest.
$ac_ext
29015 LIBS
=$ac_check_lib_save_LIBS
29017 { echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5
29018 echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6; }
29019 if test $ac_cv_lib_tinfo_tgetent = yes; then
29020 AST_TINFO_FOUND
=yes
29026 if test "${AST_TINFO_FOUND}" = "yes"; then
29027 TINFO_LIB
="-ltinfo "
29028 TINFO_HEADER_FOUND
="1"
29029 if test "x${TINFO_DIR}" != "x"; then
29030 TINFO_LIB
="${pbxlibdir} ${TINFO_LIB}"
29031 TINFO_INCLUDE
="-I${TINFO_DIR}/include"
29033 TINFO_INCLUDE
="${TINFO_INCLUDE} "
29034 saved_cppflags
="${CPPFLAGS}"
29035 CPPFLAGS
="${CPPFLAGS} ${TINFO_INCLUDE}"
29036 if test "x" != "x" ; then
29037 if test "${ac_cv_header_+set}" = set; then
29038 { echo "$as_me:$LINENO: checking for " >&5
29039 echo $ECHO_N "checking for ... $ECHO_C" >&6; }
29040 if test "${ac_cv_header_+set}" = set; then
29041 echo $ECHO_N "(cached) $ECHO_C" >&6
29043 { echo "$as_me:$LINENO: result: $ac_cv_header_" >&5
29044 echo "${ECHO_T}$ac_cv_header_" >&6; }
29046 # Is the header compilable?
29047 { echo "$as_me:$LINENO: checking usability" >&5
29048 echo $ECHO_N "checking usability... $ECHO_C" >&6; }
29049 cat >conftest.
$ac_ext <<_ACEOF
29052 cat confdefs.h
>>conftest.
$ac_ext
29053 cat >>conftest.
$ac_ext <<_ACEOF
29054 /* end confdefs.h. */
29055 $ac_includes_default
29058 rm -f conftest.
$ac_objext
29059 if { (ac_try
="$ac_compile"
29060 case "(($ac_try" in
29061 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
29062 *) ac_try_echo=$ac_try;;
29064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29065 (eval "$ac_compile") 2>conftest.er1
29067 grep -v '^ *+' conftest.er1 >conftest.err
29069 cat conftest.err >&5
29070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29071 (exit $ac_status); } && {
29072 test -z "$ac_c_werror_flag" ||
29073 test ! -s conftest.err
29074 } && test -s conftest.$ac_objext; then
29075 ac_header_compiler=yes
29077 echo "$as_me: failed program was:" >&5
29078 sed 's/^/| /' conftest.$ac_ext >&5
29080 ac_header_compiler=no
29083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29084 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29085 echo "${ECHO_T}$ac_header_compiler" >&6; }
29087 # Is the header present?
29088 { echo "$as_me:$LINENO: checking presence" >&5
29089 echo $ECHO_N "checking presence... $ECHO_C" >&6; }
29090 cat >conftest.$ac_ext <<_ACEOF
29093 cat confdefs.h >>conftest.$ac_ext
29094 cat >>conftest.$ac_ext <<_ACEOF
29095 /* end confdefs.h. */
29098 if { (ac_try="$ac_cpp conftest.$ac_ext"
29099 case "(($ac_try" in
29100 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
29101 *) ac_try_echo
=$ac_try;;
29103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29104 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29106 grep -v '^ *+' conftest.er1
>conftest.err
29108 cat conftest.err
>&5
29109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29110 (exit $ac_status); } >/dev
/null
&& {
29111 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29112 test ! -s conftest.err
29114 ac_header_preproc
=yes
29116 echo "$as_me: failed program was:" >&5
29117 sed 's/^/| /' conftest.
$ac_ext >&5
29119 ac_header_preproc
=no
29122 rm -f conftest.err conftest.
$ac_ext
29123 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29124 echo "${ECHO_T}$ac_header_preproc" >&6; }
29126 # So? What about this header?
29127 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29129 { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5
29130 echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;}
29131 { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5
29132 echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;}
29133 ac_header_preproc
=yes
29136 { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5
29137 echo "$as_me: WARNING: : present but cannot be compiled" >&2;}
29138 { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5
29139 echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;}
29140 { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5
29141 echo "$as_me: WARNING: : see the Autoconf documentation" >&2;}
29142 { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5
29143 echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;}
29144 { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5
29145 echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;}
29146 { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5
29147 echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;}
29149 ## ------------------------------- ##
29150 ## Report this to www.asterisk.org ##
29151 ## ------------------------------- ##
29153 ) |
sed "s/^/$as_me: WARNING: /" >&2
29156 { echo "$as_me:$LINENO: checking for " >&5
29157 echo $ECHO_N "checking for ... $ECHO_C" >&6; }
29158 if test "${ac_cv_header_+set}" = set; then
29159 echo $ECHO_N "(cached) $ECHO_C" >&6
29161 ac_cv_header_
=$ac_header_preproc
29163 { echo "$as_me:$LINENO: result: $ac_cv_header_" >&5
29164 echo "${ECHO_T}$ac_cv_header_" >&6; }
29167 if test $ac_cv_header_ = yes; then
29168 TINFO_HEADER_FOUND
=1
29170 TINFO_HEADER_FOUND
=0
29175 CPPFLAGS
="${saved_cppflags}"
29176 if test "x${TINFO_HEADER_FOUND}" = "x0" ; then
29177 if test -n "${TINFO_MANDATORY}" ;
29179 { echo "$as_me:$LINENO: ***" >&5
29180 echo "$as_me: ***" >&6;}
29181 { echo "$as_me:$LINENO: *** It appears that you do not have the tinfo development package installed." >&5
29182 echo "$as_me: *** It appears that you do not have the tinfo development package installed." >&6;}
29183 { echo "$as_me:$LINENO: *** Please install it to include ${TINFO_DESCRIP} support, or re-run configure" >&5
29184 echo "$as_me: *** Please install it to include ${TINFO_DESCRIP} support, or re-run configure" >&6;}
29185 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${TINFO_OPTION}" >&5
29186 echo "$as_me: *** without explicitly specifying --with-${TINFO_OPTION}" >&6;}
29195 cat >>confdefs.h
<<_ACEOF
29196 #define HAVE_TINFO 1
29200 elif test -n "${TINFO_MANDATORY}";
29202 { echo "$as_me:$LINENO: ***" >&5
29203 echo "$as_me: ***" >&6;}
29204 { echo "$as_me:$LINENO: *** The ${TINFO_DESCRIP} installation on this system appears to be broken." >&5
29205 echo "$as_me: *** The ${TINFO_DESCRIP} installation on this system appears to be broken." >&6;}
29206 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
29207 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
29208 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${TINFO_OPTION}" >&5
29209 echo "$as_me: *** without explicitly specifying --with-${TINFO_OPTION}" >&6;}
29215 if test "${host_os}" != "linux-gnu" ; then
29216 tonezone_extra_lib
="-lm"
29219 if test "${PBX_DAHDI}" = "1" ||
test "${USE_ZAPTEL}" = "no"; then
29220 tonezone_dir
="dahdi"
29221 if test "x${DAHDI_DIR}" != "x"; then
29222 tonezone_extra_inc
="${DAHDI_INCLUDE}"
29225 tonezone_dir
="zaptel"
29226 if test "x${ZAPTEL_DIR}" != "x"; then
29227 tonezone_extra_inc
="${ZAPTEL_INCLUDE}"
29232 if test "${USE_TONEZONE}" != "no"; then
29234 if test "x${TONEZONE_DIR}" != "x"; then
29235 if test -d ${TONEZONE_DIR}/lib
; then
29236 pbxlibdir
="-L${TONEZONE_DIR}/lib"
29238 pbxlibdir
="-L${TONEZONE_DIR}"
29241 { echo "$as_me:$LINENO: checking for tone_zone_find in -ltonezone" >&5
29242 echo $ECHO_N "checking for tone_zone_find in -ltonezone... $ECHO_C" >&6; }
29243 if test "${ac_cv_lib_tonezone_tone_zone_find+set}" = set; then
29244 echo $ECHO_N "(cached) $ECHO_C" >&6
29246 ac_check_lib_save_LIBS
=$LIBS
29247 LIBS
="-ltonezone ${pbxlibdir} ${tonezone_extra_lib} $LIBS"
29248 cat >conftest.
$ac_ext <<_ACEOF
29251 cat confdefs.h
>>conftest.
$ac_ext
29252 cat >>conftest.
$ac_ext <<_ACEOF
29253 /* end confdefs.h. */
29255 /* Override any GCC internal prototype to avoid an error.
29256 Use char because int might match the return type of a GCC
29257 builtin and then its argument prototype would still apply. */
29261 char tone_zone_find ();
29265 return tone_zone_find ();
29270 rm -f conftest.
$ac_objext conftest
$ac_exeext
29271 if { (ac_try
="$ac_link"
29272 case "(($ac_try" in
29273 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
29274 *) ac_try_echo=$ac_try;;
29276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29277 (eval "$ac_link") 2>conftest.er1
29279 grep -v '^ *+' conftest.er1 >conftest.err
29281 cat conftest.err >&5
29282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29283 (exit $ac_status); } && {
29284 test -z "$ac_c_werror_flag" ||
29285 test ! -s conftest.err
29286 } && test -s conftest$ac_exeext &&
29287 $as_test_x conftest$ac_exeext; then
29288 ac_cv_lib_tonezone_tone_zone_find=yes
29290 echo "$as_me: failed program was:" >&5
29291 sed 's/^/| /' conftest.$ac_ext >&5
29293 ac_cv_lib_tonezone_tone_zone_find=no
29296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29297 conftest$ac_exeext conftest.$ac_ext
29298 LIBS=$ac_check_lib_save_LIBS
29300 { echo "$as_me:$LINENO: result: $ac_cv_lib_tonezone_tone_zone_find" >&5
29301 echo "${ECHO_T}$ac_cv_lib_tonezone_tone_zone_find" >&6; }
29302 if test $ac_cv_lib_tonezone_tone_zone_find = yes; then
29303 AST_TONEZONE_FOUND=yes
29305 AST_TONEZONE_FOUND=no
29309 if test "${AST_TONEZONE_FOUND}" = "yes"; then
29310 TONEZONE_LIB="-ltonezone ${tonezone_extra_lib}"
29311 TONEZONE_HEADER_FOUND="1"
29312 if test "x${TONEZONE_DIR}" != "x"; then
29313 TONEZONE_LIB="${pbxlibdir} ${TONEZONE_LIB}"
29314 TONEZONE_INCLUDE="-I${TONEZONE_DIR}/include"
29316 TONEZONE_INCLUDE="${TONEZONE_INCLUDE} ${tonezone_extra_inc}"
29317 saved_cppflags="${CPPFLAGS}"
29318 CPPFLAGS="${CPPFLAGS} ${TONEZONE_INCLUDE}"
29319 if test "x${tonezone_dir}/tonezone.h" != "x" ; then
29320 as_ac_Header=`echo "ac_cv_header_${tonezone_dir}/tonezone.h" |
$as_tr_sh`
29321 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29322 { echo "$as_me:$LINENO: checking for ${tonezone_dir}/tonezone.h" >&5
29323 echo $ECHO_N "checking for ${tonezone_dir}/tonezone.h... $ECHO_C" >&6; }
29324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29325 echo $ECHO_N "(cached) $ECHO_C" >&6
29327 ac_res=`eval echo '${'$as_ac_Header'}'`
29328 { echo "$as_me:$LINENO: result: $ac_res" >&5
29329 echo "${ECHO_T}$ac_res" >&6; }
29331 # Is the header compilable?
29332 { echo "$as_me:$LINENO: checking ${tonezone_dir}/tonezone.h usability" >&5
29333 echo $ECHO_N "checking ${tonezone_dir}/tonezone.h usability... $ECHO_C" >&6; }
29334 cat >conftest.$ac_ext <<_ACEOF
29337 cat confdefs.h >>conftest.$ac_ext
29338 cat >>conftest.$ac_ext <<_ACEOF
29339 /* end confdefs.h. */
29340 $ac_includes_default
29341 #include <${tonezone_dir}/tonezone.h>
29343 rm -f conftest.$ac_objext
29344 if { (ac_try="$ac_compile"
29345 case "(($ac_try" in
29346 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
29347 *) ac_try_echo
=$ac_try;;
29349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29350 (eval "$ac_compile") 2>conftest.er1
29352 grep -v '^ *+' conftest.er1
>conftest.err
29354 cat conftest.err
>&5
29355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29356 (exit $ac_status); } && {
29357 test -z "$ac_c_werror_flag" ||
29358 test ! -s conftest.err
29359 } && test -s conftest.
$ac_objext; then
29360 ac_header_compiler
=yes
29362 echo "$as_me: failed program was:" >&5
29363 sed 's/^/| /' conftest.
$ac_ext >&5
29365 ac_header_compiler
=no
29368 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29369 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29370 echo "${ECHO_T}$ac_header_compiler" >&6; }
29372 # Is the header present?
29373 { echo "$as_me:$LINENO: checking ${tonezone_dir}/tonezone.h presence" >&5
29374 echo $ECHO_N "checking ${tonezone_dir}/tonezone.h presence... $ECHO_C" >&6; }
29375 cat >conftest.
$ac_ext <<_ACEOF
29378 cat confdefs.h
>>conftest.
$ac_ext
29379 cat >>conftest.
$ac_ext <<_ACEOF
29380 /* end confdefs.h. */
29381 #include <${tonezone_dir}/tonezone.h>
29383 if { (ac_try
="$ac_cpp conftest.$ac_ext"
29384 case "(($ac_try" in
29385 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
29386 *) ac_try_echo=$ac_try;;
29388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29389 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29391 grep -v '^ *+' conftest.er1 >conftest.err
29393 cat conftest.err >&5
29394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29395 (exit $ac_status); } >/dev/null && {
29396 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29397 test ! -s conftest.err
29399 ac_header_preproc=yes
29401 echo "$as_me: failed program was:" >&5
29402 sed 's/^/| /' conftest.$ac_ext >&5
29404 ac_header_preproc=no
29407 rm -f conftest.err conftest.$ac_ext
29408 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29409 echo "${ECHO_T}$ac_header_preproc" >&6; }
29411 # So? What about this header?
29412 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29414 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: accepted by the compiler, rejected by the preprocessor!" >&5
29415 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29416 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: proceeding with the compiler's result" >&5
29417 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: proceeding with the compiler's result" >&2;}
29418 ac_header_preproc=yes
29421 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: present but cannot be compiled" >&5
29422 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: present but cannot be compiled" >&2;}
29423 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: check for missing prerequisite headers?" >&5
29424 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: check for missing prerequisite headers?" >&2;}
29425 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: see the Autoconf documentation" >&5
29426 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: see the Autoconf documentation" >&2;}
29427 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: section \"Present But Cannot Be Compiled\"" >&5
29428 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: section \"Present But Cannot Be Compiled\"" >&2;}
29429 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: proceeding with the preprocessor's result" >&5
29430 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: proceeding with the preprocessor's result" >&2;}
29431 { echo "$as_me:$LINENO: WARNING: ${tonezone_dir}/tonezone.h: in the future, the compiler will take precedence" >&5
29432 echo "$as_me: WARNING: ${tonezone_dir}/tonezone.h: in the future, the compiler will take precedence" >&2;}
29434 ## ------------------------------- ##
29435 ## Report this to www.asterisk.org ##
29436 ## ------------------------------- ##
29438 ) | sed "s/^/$as_me: WARNING: /" >&2
29441 { echo "$as_me:$LINENO: checking for ${tonezone_dir}/tonezone.h" >&5
29442 echo $ECHO_N "checking for ${tonezone_dir}/tonezone.h... $ECHO_C" >&6; }
29443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29444 echo $ECHO_N "(cached) $ECHO_C" >&6
29446 eval "$as_ac_Header=\$ac_header_preproc"
29448 ac_res=`eval echo '${'$as_ac_Header'}'`
29449 { echo "$as_me:$LINENO: result: $ac_res" >&5
29450 echo "${ECHO_T}$ac_res" >&6; }
29453 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29454 TONEZONE_HEADER_FOUND=1
29456 TONEZONE_HEADER_FOUND=0
29461 CPPFLAGS="${saved_cppflags}"
29462 if test "x${TONEZONE_HEADER_FOUND}" = "x0" ; then
29463 if test -n "${TONEZONE_MANDATORY}" ;
29465 { echo "$as_me:$LINENO: ***" >&5
29466 echo "$as_me: ***" >&6;}
29467 { echo "$as_me:$LINENO: *** It appears that you do not have the tonezone development package installed." >&5
29468 echo "$as_me: *** It appears that you do not have the tonezone development package installed." >&6;}
29469 { echo "$as_me:$LINENO: *** Please install it to include ${TONEZONE_DESCRIP} support, or re-run configure" >&5
29470 echo "$as_me: *** Please install it to include ${TONEZONE_DESCRIP} support, or re-run configure" >&6;}
29471 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${TONEZONE_OPTION}" >&5
29472 echo "$as_me: *** without explicitly specifying --with-${TONEZONE_OPTION}" >&6;}
29476 TONEZONE_INCLUDE=""
29481 cat >>confdefs.h <<_ACEOF
29482 #define HAVE_TONEZONE 1
29486 elif test -n "${TONEZONE_MANDATORY}";
29488 { echo "$as_me:$LINENO: ***" >&5
29489 echo "$as_me: ***" >&6;}
29490 { echo "$as_me:$LINENO: *** The ${TONEZONE_DESCRIP} installation on this system appears to be broken." >&5
29491 echo "$as_me: *** The ${TONEZONE_DESCRIP} installation on this system appears to be broken." >&6;}
29492 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
29493 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
29494 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${TONEZONE_OPTION}" >&5
29495 echo "$as_me: *** without explicitly specifying --with-${TONEZONE_OPTION}" >&6;}
29502 if test "${USE_USB}" != "no"; then
29504 if test "x${USB_DIR}" != "x"; then
29505 if test -d ${USB_DIR}/lib; then
29506 pbxlibdir="-L${USB_DIR}/lib"
29508 pbxlibdir="-L${USB_DIR}"
29511 { echo "$as_me:$LINENO: checking for usb_init in -lusb" >&5
29512 echo $ECHO_N "checking for usb_init in -lusb... $ECHO_C" >&6; }
29513 if test "${ac_cv_lib_usb_usb_init+set}" = set; then
29514 echo $ECHO_N "(cached) $ECHO_C" >&6
29516 ac_check_lib_save_LIBS=$LIBS
29517 LIBS="-lusb ${pbxlibdir} $LIBS"
29518 cat >conftest.$ac_ext <<_ACEOF
29521 cat confdefs.h >>conftest.$ac_ext
29522 cat >>conftest.$ac_ext <<_ACEOF
29523 /* end confdefs.h. */
29525 /* Override any GCC internal prototype to avoid an error.
29526 Use char because int might match the return type of a GCC
29527 builtin and then its argument prototype would still apply. */
29535 return usb_init ();
29540 rm -f conftest.$ac_objext conftest$ac_exeext
29541 if { (ac_try="$ac_link"
29542 case "(($ac_try" in
29543 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
29544 *) ac_try_echo
=$ac_try;;
29546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29547 (eval "$ac_link") 2>conftest.er1
29549 grep -v '^ *+' conftest.er1
>conftest.err
29551 cat conftest.err
>&5
29552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29553 (exit $ac_status); } && {
29554 test -z "$ac_c_werror_flag" ||
29555 test ! -s conftest.err
29556 } && test -s conftest
$ac_exeext &&
29557 $as_test_x conftest
$ac_exeext; then
29558 ac_cv_lib_usb_usb_init
=yes
29560 echo "$as_me: failed program was:" >&5
29561 sed 's/^/| /' conftest.
$ac_ext >&5
29563 ac_cv_lib_usb_usb_init
=no
29566 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
29567 conftest
$ac_exeext conftest.
$ac_ext
29568 LIBS
=$ac_check_lib_save_LIBS
29570 { echo "$as_me:$LINENO: result: $ac_cv_lib_usb_usb_init" >&5
29571 echo "${ECHO_T}$ac_cv_lib_usb_usb_init" >&6; }
29572 if test $ac_cv_lib_usb_usb_init = yes; then
29579 if test "${AST_USB_FOUND}" = "yes"; then
29581 USB_HEADER_FOUND
="1"
29582 if test "x${USB_DIR}" != "x"; then
29583 USB_LIB
="${pbxlibdir} ${USB_LIB}"
29584 USB_INCLUDE
="-I${USB_DIR}/include"
29586 USB_INCLUDE
="${USB_INCLUDE} "
29587 saved_cppflags
="${CPPFLAGS}"
29588 CPPFLAGS
="${CPPFLAGS} ${USB_INCLUDE}"
29589 if test "xusb.h" != "x" ; then
29590 if test "${ac_cv_header_usb_h+set}" = set; then
29591 { echo "$as_me:$LINENO: checking for usb.h" >&5
29592 echo $ECHO_N "checking for usb.h... $ECHO_C" >&6; }
29593 if test "${ac_cv_header_usb_h+set}" = set; then
29594 echo $ECHO_N "(cached) $ECHO_C" >&6
29596 { echo "$as_me:$LINENO: result: $ac_cv_header_usb_h" >&5
29597 echo "${ECHO_T}$ac_cv_header_usb_h" >&6; }
29599 # Is the header compilable?
29600 { echo "$as_me:$LINENO: checking usb.h usability" >&5
29601 echo $ECHO_N "checking usb.h usability... $ECHO_C" >&6; }
29602 cat >conftest.
$ac_ext <<_ACEOF
29605 cat confdefs.h
>>conftest.
$ac_ext
29606 cat >>conftest.
$ac_ext <<_ACEOF
29607 /* end confdefs.h. */
29608 $ac_includes_default
29611 rm -f conftest.
$ac_objext
29612 if { (ac_try
="$ac_compile"
29613 case "(($ac_try" in
29614 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
29615 *) ac_try_echo=$ac_try;;
29617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29618 (eval "$ac_compile") 2>conftest.er1
29620 grep -v '^ *+' conftest.er1 >conftest.err
29622 cat conftest.err >&5
29623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29624 (exit $ac_status); } && {
29625 test -z "$ac_c_werror_flag" ||
29626 test ! -s conftest.err
29627 } && test -s conftest.$ac_objext; then
29628 ac_header_compiler=yes
29630 echo "$as_me: failed program was:" >&5
29631 sed 's/^/| /' conftest.$ac_ext >&5
29633 ac_header_compiler=no
29636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29637 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29638 echo "${ECHO_T}$ac_header_compiler" >&6; }
29640 # Is the header present?
29641 { echo "$as_me:$LINENO: checking usb.h presence" >&5
29642 echo $ECHO_N "checking usb.h presence... $ECHO_C" >&6; }
29643 cat >conftest.$ac_ext <<_ACEOF
29646 cat confdefs.h >>conftest.$ac_ext
29647 cat >>conftest.$ac_ext <<_ACEOF
29648 /* end confdefs.h. */
29651 if { (ac_try="$ac_cpp conftest.$ac_ext"
29652 case "(($ac_try" in
29653 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
29654 *) ac_try_echo
=$ac_try;;
29656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29659 grep -v '^ *+' conftest.er1
>conftest.err
29661 cat conftest.err
>&5
29662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29663 (exit $ac_status); } >/dev
/null
&& {
29664 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29665 test ! -s conftest.err
29667 ac_header_preproc
=yes
29669 echo "$as_me: failed program was:" >&5
29670 sed 's/^/| /' conftest.
$ac_ext >&5
29672 ac_header_preproc
=no
29675 rm -f conftest.err conftest.
$ac_ext
29676 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29677 echo "${ECHO_T}$ac_header_preproc" >&6; }
29679 # So? What about this header?
29680 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29682 { echo "$as_me:$LINENO: WARNING: usb.h: accepted by the compiler, rejected by the preprocessor!" >&5
29683 echo "$as_me: WARNING: usb.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29684 { echo "$as_me:$LINENO: WARNING: usb.h: proceeding with the compiler's result" >&5
29685 echo "$as_me: WARNING: usb.h: proceeding with the compiler's result" >&2;}
29686 ac_header_preproc
=yes
29689 { echo "$as_me:$LINENO: WARNING: usb.h: present but cannot be compiled" >&5
29690 echo "$as_me: WARNING: usb.h: present but cannot be compiled" >&2;}
29691 { echo "$as_me:$LINENO: WARNING: usb.h: check for missing prerequisite headers?" >&5
29692 echo "$as_me: WARNING: usb.h: check for missing prerequisite headers?" >&2;}
29693 { echo "$as_me:$LINENO: WARNING: usb.h: see the Autoconf documentation" >&5
29694 echo "$as_me: WARNING: usb.h: see the Autoconf documentation" >&2;}
29695 { echo "$as_me:$LINENO: WARNING: usb.h: section \"Present But Cannot Be Compiled\"" >&5
29696 echo "$as_me: WARNING: usb.h: section \"Present But Cannot Be Compiled\"" >&2;}
29697 { echo "$as_me:$LINENO: WARNING: usb.h: proceeding with the preprocessor's result" >&5
29698 echo "$as_me: WARNING: usb.h: proceeding with the preprocessor's result" >&2;}
29699 { echo "$as_me:$LINENO: WARNING: usb.h: in the future, the compiler will take precedence" >&5
29700 echo "$as_me: WARNING: usb.h: in the future, the compiler will take precedence" >&2;}
29702 ## ------------------------------- ##
29703 ## Report this to www.asterisk.org ##
29704 ## ------------------------------- ##
29706 ) |
sed "s/^/$as_me: WARNING: /" >&2
29709 { echo "$as_me:$LINENO: checking for usb.h" >&5
29710 echo $ECHO_N "checking for usb.h... $ECHO_C" >&6; }
29711 if test "${ac_cv_header_usb_h+set}" = set; then
29712 echo $ECHO_N "(cached) $ECHO_C" >&6
29714 ac_cv_header_usb_h
=$ac_header_preproc
29716 { echo "$as_me:$LINENO: result: $ac_cv_header_usb_h" >&5
29717 echo "${ECHO_T}$ac_cv_header_usb_h" >&6; }
29720 if test $ac_cv_header_usb_h = yes; then
29728 CPPFLAGS
="${saved_cppflags}"
29729 if test "x${USB_HEADER_FOUND}" = "x0" ; then
29730 if test -n "${USB_MANDATORY}" ;
29732 { echo "$as_me:$LINENO: ***" >&5
29733 echo "$as_me: ***" >&6;}
29734 { echo "$as_me:$LINENO: *** It appears that you do not have the usb development package installed." >&5
29735 echo "$as_me: *** It appears that you do not have the usb development package installed." >&6;}
29736 { echo "$as_me:$LINENO: *** Please install it to include ${USB_DESCRIP} support, or re-run configure" >&5
29737 echo "$as_me: *** Please install it to include ${USB_DESCRIP} support, or re-run configure" >&6;}
29738 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${USB_OPTION}" >&5
29739 echo "$as_me: *** without explicitly specifying --with-${USB_OPTION}" >&6;}
29748 cat >>confdefs.h
<<_ACEOF
29753 elif test -n "${USB_MANDATORY}";
29755 { echo "$as_me:$LINENO: ***" >&5
29756 echo "$as_me: ***" >&6;}
29757 { echo "$as_me:$LINENO: *** The ${USB_DESCRIP} installation on this system appears to be broken." >&5
29758 echo "$as_me: *** The ${USB_DESCRIP} installation on this system appears to be broken." >&6;}
29759 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
29760 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
29761 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${USB_OPTION}" >&5
29762 echo "$as_me: *** without explicitly specifying --with-${USB_OPTION}" >&6;}
29769 if test "${USE_VORBIS}" != "no"; then
29771 if test "x${VORBIS_DIR}" != "x"; then
29772 if test -d ${VORBIS_DIR}/lib
; then
29773 pbxlibdir
="-L${VORBIS_DIR}/lib"
29775 pbxlibdir
="-L${VORBIS_DIR}"
29778 { echo "$as_me:$LINENO: checking for vorbis_info_init in -lvorbis" >&5
29779 echo $ECHO_N "checking for vorbis_info_init in -lvorbis... $ECHO_C" >&6; }
29780 if test "${ac_cv_lib_vorbis_vorbis_info_init+set}" = set; then
29781 echo $ECHO_N "(cached) $ECHO_C" >&6
29783 ac_check_lib_save_LIBS
=$LIBS
29784 LIBS
="-lvorbis ${pbxlibdir} -lm -lvorbisenc $LIBS"
29785 cat >conftest.
$ac_ext <<_ACEOF
29788 cat confdefs.h
>>conftest.
$ac_ext
29789 cat >>conftest.
$ac_ext <<_ACEOF
29790 /* end confdefs.h. */
29792 /* Override any GCC internal prototype to avoid an error.
29793 Use char because int might match the return type of a GCC
29794 builtin and then its argument prototype would still apply. */
29798 char vorbis_info_init ();
29802 return vorbis_info_init ();
29807 rm -f conftest.
$ac_objext conftest
$ac_exeext
29808 if { (ac_try
="$ac_link"
29809 case "(($ac_try" in
29810 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
29811 *) ac_try_echo=$ac_try;;
29813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29814 (eval "$ac_link") 2>conftest.er1
29816 grep -v '^ *+' conftest.er1 >conftest.err
29818 cat conftest.err >&5
29819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29820 (exit $ac_status); } && {
29821 test -z "$ac_c_werror_flag" ||
29822 test ! -s conftest.err
29823 } && test -s conftest$ac_exeext &&
29824 $as_test_x conftest$ac_exeext; then
29825 ac_cv_lib_vorbis_vorbis_info_init=yes
29827 echo "$as_me: failed program was:" >&5
29828 sed 's/^/| /' conftest.$ac_ext >&5
29830 ac_cv_lib_vorbis_vorbis_info_init=no
29833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29834 conftest$ac_exeext conftest.$ac_ext
29835 LIBS=$ac_check_lib_save_LIBS
29837 { echo "$as_me:$LINENO: result: $ac_cv_lib_vorbis_vorbis_info_init" >&5
29838 echo "${ECHO_T}$ac_cv_lib_vorbis_vorbis_info_init" >&6; }
29839 if test $ac_cv_lib_vorbis_vorbis_info_init = yes; then
29840 AST_VORBIS_FOUND=yes
29842 AST_VORBIS_FOUND=no
29846 if test "${AST_VORBIS_FOUND}" = "yes"; then
29847 VORBIS_LIB="-lvorbis -lm -lvorbisenc"
29848 VORBIS_HEADER_FOUND="1"
29849 if test "x${VORBIS_DIR}" != "x"; then
29850 VORBIS_LIB="${pbxlibdir} ${VORBIS_LIB}"
29851 VORBIS_INCLUDE="-I${VORBIS_DIR}/include"
29853 VORBIS_INCLUDE="${VORBIS_INCLUDE} "
29854 saved_cppflags="${CPPFLAGS}"
29855 CPPFLAGS="${CPPFLAGS} ${VORBIS_INCLUDE}"
29856 if test "xvorbis/codec.h" != "x" ; then
29857 if test "${ac_cv_header_vorbis_codec_h+set}" = set; then
29858 { echo "$as_me:$LINENO: checking for vorbis/codec.h" >&5
29859 echo $ECHO_N "checking for vorbis/codec.h... $ECHO_C" >&6; }
29860 if test "${ac_cv_header_vorbis_codec_h+set}" = set; then
29861 echo $ECHO_N "(cached) $ECHO_C" >&6
29863 { echo "$as_me:$LINENO: result: $ac_cv_header_vorbis_codec_h" >&5
29864 echo "${ECHO_T}$ac_cv_header_vorbis_codec_h" >&6; }
29866 # Is the header compilable?
29867 { echo "$as_me:$LINENO: checking vorbis/codec.h usability" >&5
29868 echo $ECHO_N "checking vorbis/codec.h usability... $ECHO_C" >&6; }
29869 cat >conftest.$ac_ext <<_ACEOF
29872 cat confdefs.h >>conftest.$ac_ext
29873 cat >>conftest.$ac_ext <<_ACEOF
29874 /* end confdefs.h. */
29875 $ac_includes_default
29876 #include <vorbis/codec.h>
29878 rm -f conftest.$ac_objext
29879 if { (ac_try="$ac_compile"
29880 case "(($ac_try" in
29881 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
29882 *) ac_try_echo
=$ac_try;;
29884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29885 (eval "$ac_compile") 2>conftest.er1
29887 grep -v '^ *+' conftest.er1
>conftest.err
29889 cat conftest.err
>&5
29890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29891 (exit $ac_status); } && {
29892 test -z "$ac_c_werror_flag" ||
29893 test ! -s conftest.err
29894 } && test -s conftest.
$ac_objext; then
29895 ac_header_compiler
=yes
29897 echo "$as_me: failed program was:" >&5
29898 sed 's/^/| /' conftest.
$ac_ext >&5
29900 ac_header_compiler
=no
29903 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29904 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29905 echo "${ECHO_T}$ac_header_compiler" >&6; }
29907 # Is the header present?
29908 { echo "$as_me:$LINENO: checking vorbis/codec.h presence" >&5
29909 echo $ECHO_N "checking vorbis/codec.h presence... $ECHO_C" >&6; }
29910 cat >conftest.
$ac_ext <<_ACEOF
29913 cat confdefs.h
>>conftest.
$ac_ext
29914 cat >>conftest.
$ac_ext <<_ACEOF
29915 /* end confdefs.h. */
29916 #include <vorbis/codec.h>
29918 if { (ac_try
="$ac_cpp conftest.$ac_ext"
29919 case "(($ac_try" in
29920 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
29921 *) ac_try_echo=$ac_try;;
29923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29924 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29926 grep -v '^ *+' conftest.er1 >conftest.err
29928 cat conftest.err >&5
29929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29930 (exit $ac_status); } >/dev/null && {
29931 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29932 test ! -s conftest.err
29934 ac_header_preproc=yes
29936 echo "$as_me: failed program was:" >&5
29937 sed 's/^/| /' conftest.$ac_ext >&5
29939 ac_header_preproc=no
29942 rm -f conftest.err conftest.$ac_ext
29943 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29944 echo "${ECHO_T}$ac_header_preproc" >&6; }
29946 # So? What about this header?
29947 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29949 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: accepted by the compiler, rejected by the preprocessor!" >&5
29950 echo "$as_me: WARNING: vorbis/codec.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29951 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: proceeding with the compiler's result" >&5
29952 echo "$as_me: WARNING: vorbis/codec.h: proceeding with the compiler's result" >&2;}
29953 ac_header_preproc=yes
29956 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: present but cannot be compiled" >&5
29957 echo "$as_me: WARNING: vorbis/codec.h: present but cannot be compiled" >&2;}
29958 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: check for missing prerequisite headers?" >&5
29959 echo "$as_me: WARNING: vorbis/codec.h: check for missing prerequisite headers?" >&2;}
29960 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: see the Autoconf documentation" >&5
29961 echo "$as_me: WARNING: vorbis/codec.h: see the Autoconf documentation" >&2;}
29962 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: section \"Present But Cannot Be Compiled\"" >&5
29963 echo "$as_me: WARNING: vorbis/codec.h: section \"Present But Cannot Be Compiled\"" >&2;}
29964 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: proceeding with the preprocessor's result" >&5
29965 echo "$as_me: WARNING: vorbis/codec.h: proceeding with the preprocessor's result" >&2;}
29966 { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: in the future, the compiler will take precedence" >&5
29967 echo "$as_me: WARNING: vorbis/codec.h: in the future, the compiler will take precedence" >&2;}
29969 ## ------------------------------- ##
29970 ## Report this to www.asterisk.org ##
29971 ## ------------------------------- ##
29973 ) | sed "s/^/$as_me: WARNING: /" >&2
29976 { echo "$as_me:$LINENO: checking for vorbis/codec.h" >&5
29977 echo $ECHO_N "checking for vorbis/codec.h... $ECHO_C" >&6; }
29978 if test "${ac_cv_header_vorbis_codec_h+set}" = set; then
29979 echo $ECHO_N "(cached) $ECHO_C" >&6
29981 ac_cv_header_vorbis_codec_h=$ac_header_preproc
29983 { echo "$as_me:$LINENO: result: $ac_cv_header_vorbis_codec_h" >&5
29984 echo "${ECHO_T}$ac_cv_header_vorbis_codec_h" >&6; }
29987 if test $ac_cv_header_vorbis_codec_h = yes; then
29988 VORBIS_HEADER_FOUND=1
29990 VORBIS_HEADER_FOUND=0
29995 CPPFLAGS="${saved_cppflags}"
29996 if test "x${VORBIS_HEADER_FOUND}" = "x0" ; then
29997 if test -n "${VORBIS_MANDATORY}" ;
29999 { echo "$as_me:$LINENO: ***" >&5
30000 echo "$as_me: ***" >&6;}
30001 { echo "$as_me:$LINENO: *** It appears that you do not have the vorbis development package installed." >&5
30002 echo "$as_me: *** It appears that you do not have the vorbis development package installed." >&6;}
30003 { echo "$as_me:$LINENO: *** Please install it to include ${VORBIS_DESCRIP} support, or re-run configure" >&5
30004 echo "$as_me: *** Please install it to include ${VORBIS_DESCRIP} support, or re-run configure" >&6;}
30005 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${VORBIS_OPTION}" >&5
30006 echo "$as_me: *** without explicitly specifying --with-${VORBIS_OPTION}" >&6;}
30015 cat >>confdefs.h <<_ACEOF
30016 #define HAVE_VORBIS 1
30020 elif test -n "${VORBIS_MANDATORY}";
30022 { echo "$as_me:$LINENO: ***" >&5
30023 echo "$as_me: ***" >&6;}
30024 { echo "$as_me:$LINENO: *** The ${VORBIS_DESCRIP} installation on this system appears to be broken." >&5
30025 echo "$as_me: *** The ${VORBIS_DESCRIP} installation on this system appears to be broken." >&6;}
30026 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
30027 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
30028 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${VORBIS_OPTION}" >&5
30029 echo "$as_me: *** without explicitly specifying --with-${VORBIS_OPTION}" >&6;}
30036 ac_cpp='$CXXCPP $CPPFLAGS'
30037 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30038 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30039 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30042 if test "${USE_VPB}" != "no"; then
30043 { echo "$as_me:$LINENO: checking for vpb_open in -lvpb" >&5
30044 echo $ECHO_N "checking for vpb_open in -lvpb... $ECHO_C" >&6; }
30045 saved_libs="${LIBS}"
30046 saved_cppflags="${CPPFLAGS}"
30047 if test "x${VPB_DIR}" != "x"; then
30048 if test -d ${VPB_DIR}/lib; then
30049 vpblibdir=${VPB_DIR}/lib
30051 vpblibdir=${VPB_DIR}
30053 LIBS="${LIBS} -L${vpblibdir}"
30054 CPPFLAGS="${CPPFLAGS} -I${VPB_DIR}/include"
30056 LIBS="${LIBS} -lvpb -lpthread"
30057 cat >conftest.$ac_ext <<_ACEOF
30061 cat confdefs.h >>conftest.$ac_ext
30062 cat >>conftest.$ac_ext <<_ACEOF
30063 /* end confdefs.h. */
30064 #include <vpbapi.h>
30068 int q = vpb_open(0,0);
30074 rm -f conftest.$ac_objext conftest$ac_exeext
30075 if { (ac_try="$ac_link"
30076 case "(($ac_try" in
30077 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
30078 *) ac_try_echo
=$ac_try;;
30080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30081 (eval "$ac_link") 2>conftest.er1
30083 grep -v '^ *+' conftest.er1
>conftest.err
30085 cat conftest.err
>&5
30086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30087 (exit $ac_status); } && {
30088 test -z "$ac_cxx_werror_flag" ||
30089 test ! -s conftest.err
30090 } && test -s conftest
$ac_exeext &&
30091 $as_test_x conftest
$ac_exeext; then
30092 { echo "$as_me:$LINENO: result: yes" >&5
30093 echo "${ECHO_T}yes" >&6; }
30094 ac_cv_lib_vpb_vpb_open
="yes"
30097 echo "$as_me: failed program was:" >&5
30098 sed 's/^/| /' conftest.
$ac_ext >&5
30100 { echo "$as_me:$LINENO: result: no" >&5
30101 echo "${ECHO_T}no" >&6; }
30102 ac_cv_lib_vpb_vpb_open
="no"
30107 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
30108 conftest
$ac_exeext conftest.
$ac_ext
30109 LIBS
="${saved_libs}"
30110 CPPFLAGS
="${saved_cppflags}"
30111 if test "${ac_cv_lib_vpb_vpb_open}" = "yes"; then
30113 if test "${VPB_DIR}" != ""; then
30114 VPB_LIB
="-L${vpblibdir} ${VPB_LIB}"
30115 VPB_INCLUDE
="-I${VPB_DIR}/include"
30119 cat >>confdefs.h
<<\_ACEOF
30123 elif test -n "${VPB_MANDATORY}"; then
30124 { echo "$as_me:$LINENO: ***" >&5
30125 echo "$as_me: ***" >&6;}
30126 { echo "$as_me:$LINENO: *** The VoiceTronix (vpb) installation on this system appears to be broken." >&5
30127 echo "$as_me: *** The VoiceTronix (vpb) installation on this system appears to be broken." >&6;}
30128 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
30129 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
30130 { echo "$as_me:$LINENO: *** including --without-vpb." >&5
30131 echo "$as_me: *** including --without-vpb." >&6;}
30137 ac_cpp
='$CPP $CPPFLAGS'
30138 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30139 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30140 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30144 if test "${USE_ZLIB}" != "no"; then
30146 if test "x${ZLIB_DIR}" != "x"; then
30147 if test -d ${ZLIB_DIR}/lib
; then
30148 pbxlibdir
="-L${ZLIB_DIR}/lib"
30150 pbxlibdir
="-L${ZLIB_DIR}"
30153 { echo "$as_me:$LINENO: checking for compress in -lz" >&5
30154 echo $ECHO_N "checking for compress in -lz... $ECHO_C" >&6; }
30155 if test "${ac_cv_lib_z_compress+set}" = set; then
30156 echo $ECHO_N "(cached) $ECHO_C" >&6
30158 ac_check_lib_save_LIBS
=$LIBS
30159 LIBS
="-lz ${pbxlibdir} $LIBS"
30160 cat >conftest.
$ac_ext <<_ACEOF
30163 cat confdefs.h
>>conftest.
$ac_ext
30164 cat >>conftest.
$ac_ext <<_ACEOF
30165 /* end confdefs.h. */
30167 /* Override any GCC internal prototype to avoid an error.
30168 Use char because int might match the return type of a GCC
30169 builtin and then its argument prototype would still apply. */
30177 return compress ();
30182 rm -f conftest.
$ac_objext conftest
$ac_exeext
30183 if { (ac_try
="$ac_link"
30184 case "(($ac_try" in
30185 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
30186 *) ac_try_echo=$ac_try;;
30188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30189 (eval "$ac_link") 2>conftest.er1
30191 grep -v '^ *+' conftest.er1 >conftest.err
30193 cat conftest.err >&5
30194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30195 (exit $ac_status); } && {
30196 test -z "$ac_c_werror_flag" ||
30197 test ! -s conftest.err
30198 } && test -s conftest$ac_exeext &&
30199 $as_test_x conftest$ac_exeext; then
30200 ac_cv_lib_z_compress=yes
30202 echo "$as_me: failed program was:" >&5
30203 sed 's/^/| /' conftest.$ac_ext >&5
30205 ac_cv_lib_z_compress=no
30208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30209 conftest$ac_exeext conftest.$ac_ext
30210 LIBS=$ac_check_lib_save_LIBS
30212 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress" >&5
30213 echo "${ECHO_T}$ac_cv_lib_z_compress" >&6; }
30214 if test $ac_cv_lib_z_compress = yes; then
30221 if test "${AST_ZLIB_FOUND}" = "yes"; then
30223 ZLIB_HEADER_FOUND="1"
30224 if test "x${ZLIB_DIR}" != "x"; then
30225 ZLIB_LIB="${pbxlibdir} ${ZLIB_LIB}"
30226 ZLIB_INCLUDE="-I${ZLIB_DIR}/include"
30228 ZLIB_INCLUDE="${ZLIB_INCLUDE} "
30229 saved_cppflags="${CPPFLAGS}"
30230 CPPFLAGS="${CPPFLAGS} ${ZLIB_INCLUDE}"
30231 if test "xzlib.h" != "x" ; then
30232 if test "${ac_cv_header_zlib_h+set}" = set; then
30233 { echo "$as_me:$LINENO: checking for zlib.h" >&5
30234 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
30235 if test "${ac_cv_header_zlib_h+set}" = set; then
30236 echo $ECHO_N "(cached) $ECHO_C" >&6
30238 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
30239 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
30241 # Is the header compilable?
30242 { echo "$as_me:$LINENO: checking zlib.h usability" >&5
30243 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6; }
30244 cat >conftest.$ac_ext <<_ACEOF
30247 cat confdefs.h >>conftest.$ac_ext
30248 cat >>conftest.$ac_ext <<_ACEOF
30249 /* end confdefs.h. */
30250 $ac_includes_default
30253 rm -f conftest.$ac_objext
30254 if { (ac_try="$ac_compile"
30255 case "(($ac_try" in
30256 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
30257 *) ac_try_echo
=$ac_try;;
30259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30260 (eval "$ac_compile") 2>conftest.er1
30262 grep -v '^ *+' conftest.er1
>conftest.err
30264 cat conftest.err
>&5
30265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30266 (exit $ac_status); } && {
30267 test -z "$ac_c_werror_flag" ||
30268 test ! -s conftest.err
30269 } && test -s conftest.
$ac_objext; then
30270 ac_header_compiler
=yes
30272 echo "$as_me: failed program was:" >&5
30273 sed 's/^/| /' conftest.
$ac_ext >&5
30275 ac_header_compiler
=no
30278 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30279 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30280 echo "${ECHO_T}$ac_header_compiler" >&6; }
30282 # Is the header present?
30283 { echo "$as_me:$LINENO: checking zlib.h presence" >&5
30284 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6; }
30285 cat >conftest.
$ac_ext <<_ACEOF
30288 cat confdefs.h
>>conftest.
$ac_ext
30289 cat >>conftest.
$ac_ext <<_ACEOF
30290 /* end confdefs.h. */
30293 if { (ac_try
="$ac_cpp conftest.$ac_ext"
30294 case "(($ac_try" in
30295 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
30296 *) ac_try_echo=$ac_try;;
30298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30299 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30301 grep -v '^ *+' conftest.er1 >conftest.err
30303 cat conftest.err >&5
30304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30305 (exit $ac_status); } >/dev/null && {
30306 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30307 test ! -s conftest.err
30309 ac_header_preproc=yes
30311 echo "$as_me: failed program was:" >&5
30312 sed 's/^/| /' conftest.$ac_ext >&5
30314 ac_header_preproc=no
30317 rm -f conftest.err conftest.$ac_ext
30318 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30319 echo "${ECHO_T}$ac_header_preproc" >&6; }
30321 # So? What about this header?
30322 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30324 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
30325 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30326 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
30327 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
30328 ac_header_preproc=yes
30331 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
30332 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
30333 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
30334 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
30335 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
30336 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
30337 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
30338 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
30339 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
30340 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
30341 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
30342 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
30344 ## ------------------------------- ##
30345 ## Report this to www.asterisk.org ##
30346 ## ------------------------------- ##
30348 ) | sed "s/^/$as_me: WARNING: /" >&2
30351 { echo "$as_me:$LINENO: checking for zlib.h" >&5
30352 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
30353 if test "${ac_cv_header_zlib_h+set}" = set; then
30354 echo $ECHO_N "(cached) $ECHO_C" >&6
30356 ac_cv_header_zlib_h=$ac_header_preproc
30358 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
30359 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
30362 if test $ac_cv_header_zlib_h = yes; then
30363 ZLIB_HEADER_FOUND=1
30365 ZLIB_HEADER_FOUND=0
30370 CPPFLAGS="${saved_cppflags}"
30371 if test "x${ZLIB_HEADER_FOUND}" = "x0" ; then
30372 if test -n "${ZLIB_MANDATORY}" ;
30374 { echo "$as_me:$LINENO: ***" >&5
30375 echo "$as_me: ***" >&6;}
30376 { echo "$as_me:$LINENO: *** It appears that you do not have the z development package installed." >&5
30377 echo "$as_me: *** It appears that you do not have the z development package installed." >&6;}
30378 { echo "$as_me:$LINENO: *** Please install it to include ${ZLIB_DESCRIP} support, or re-run configure" >&5
30379 echo "$as_me: *** Please install it to include ${ZLIB_DESCRIP} support, or re-run configure" >&6;}
30380 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${ZLIB_OPTION}" >&5
30381 echo "$as_me: *** without explicitly specifying --with-${ZLIB_OPTION}" >&6;}
30390 cat >>confdefs.h <<_ACEOF
30391 #define HAVE_ZLIB 1
30395 elif test -n "${ZLIB_MANDATORY}";
30397 { echo "$as_me:$LINENO: ***" >&5
30398 echo "$as_me: ***" >&6;}
30399 { echo "$as_me:$LINENO: *** The ${ZLIB_DESCRIP} installation on this system appears to be broken." >&5
30400 echo "$as_me: *** The ${ZLIB_DESCRIP} installation on this system appears to be broken." >&6;}
30401 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
30402 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
30403 { echo "$as_me:$LINENO: *** without explicitly specifying --with-${ZLIB_OPTION}" >&5
30404 echo "$as_me: *** without explicitly specifying --with-${ZLIB_OPTION}" >&6;}
30410 if test "${USE_ZAPTEL}" != "no" && test "x${PBX_DAHDI}" != "x1"; then
30411 { echo "$as_me:$LINENO: checking for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h" >&5
30412 echo $ECHO_N "checking for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h... $ECHO_C" >&6; }
30413 saved_cppflags="${CPPFLAGS}"
30414 if test "x${ZAPTEL_DIR}" != "x"; then
30415 CPPFLAGS="${CPPFLAGS} -I${ZAPTEL_DIR}/include"
30417 cat >conftest.$ac_ext <<_ACEOF
30421 cat confdefs.h >>conftest.$ac_ext
30422 cat >>conftest.$ac_ext <<_ACEOF
30423 /* end confdefs.h. */
30424 #include <zaptel/zaptel.h>
30428 int foo = ZT_DIAL_OP_CANCEL;
30434 rm -f conftest.$ac_objext
30435 if { (ac_try="$ac_compile"
30436 case "(($ac_try" in
30437 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
30438 *) ac_try_echo
=$ac_try;;
30440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30441 (eval "$ac_compile") 2>conftest.er1
30443 grep -v '^ *+' conftest.er1
>conftest.err
30445 cat conftest.err
>&5
30446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30447 (exit $ac_status); } && {
30448 test -z "$ac_c_werror_flag" ||
30449 test ! -s conftest.err
30450 } && test -s conftest.
$ac_objext; then
30451 { echo "$as_me:$LINENO: result: yes" >&5
30452 echo "${ECHO_T}yes" >&6; }
30453 ac_cv_zaptel_h
="yes"
30456 echo "$as_me: failed program was:" >&5
30457 sed 's/^/| /' conftest.
$ac_ext >&5
30459 { echo "$as_me:$LINENO: result: no" >&5
30460 echo "${ECHO_T}no" >&6; }
30461 ac_cv_zaptel_h
="no"
30466 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30467 CPPFLAGS
="${saved_cppflags}"
30468 if test "${ac_cv_zaptel_h}" = "yes"; then
30469 if test "${ZAPTEL_DIR}" != ""; then
30470 ZAPTEL_INCLUDE
="-I${ZAPTEL_DIR}/include"
30474 cat >>confdefs.h
<<\_ACEOF
30475 #define HAVE_ZAPTEL 1
30478 saved_cppflags
="${CPPFLAGS}"
30479 CPPFLAGS
="${CPPFLAGS} ${ZAPTEL_INCLUDE}"
30480 { echo "$as_me:$LINENO: checking for ZT_PARAMS.chan_alarms" >&5
30481 echo $ECHO_N "checking for ZT_PARAMS.chan_alarms... $ECHO_C" >&6; }
30482 if test "${ac_cv_member_ZT_PARAMS_chan_alarms+set}" = set; then
30483 echo $ECHO_N "(cached) $ECHO_C" >&6
30485 cat >conftest.
$ac_ext <<_ACEOF
30488 cat confdefs.h
>>conftest.
$ac_ext
30489 cat >>conftest.
$ac_ext <<_ACEOF
30490 /* end confdefs.h. */
30491 #include <zaptel/zaptel.h>
30496 static ZT_PARAMS ac_aggr;
30497 if (ac_aggr.chan_alarms)
30503 rm -f conftest.
$ac_objext
30504 if { (ac_try
="$ac_compile"
30505 case "(($ac_try" in
30506 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
30507 *) ac_try_echo=$ac_try;;
30509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30510 (eval "$ac_compile") 2>conftest.er1
30512 grep -v '^ *+' conftest.er1 >conftest.err
30514 cat conftest.err >&5
30515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30516 (exit $ac_status); } && {
30517 test -z "$ac_c_werror_flag" ||
30518 test ! -s conftest.err
30519 } && test -s conftest.$ac_objext; then
30520 ac_cv_member_ZT_PARAMS_chan_alarms=yes
30522 echo "$as_me: failed program was:" >&5
30523 sed 's/^/| /' conftest.$ac_ext >&5
30525 cat >conftest.$ac_ext <<_ACEOF
30528 cat confdefs.h >>conftest.$ac_ext
30529 cat >>conftest.$ac_ext <<_ACEOF
30530 /* end confdefs.h. */
30531 #include <zaptel/zaptel.h>
30536 static ZT_PARAMS ac_aggr;
30537 if (sizeof ac_aggr.chan_alarms)
30543 rm -f conftest.$ac_objext
30544 if { (ac_try="$ac_compile"
30545 case "(($ac_try" in
30546 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
30547 *) ac_try_echo
=$ac_try;;
30549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30550 (eval "$ac_compile") 2>conftest.er1
30552 grep -v '^ *+' conftest.er1
>conftest.err
30554 cat conftest.err
>&5
30555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30556 (exit $ac_status); } && {
30557 test -z "$ac_c_werror_flag" ||
30558 test ! -s conftest.err
30559 } && test -s conftest.
$ac_objext; then
30560 ac_cv_member_ZT_PARAMS_chan_alarms
=yes
30562 echo "$as_me: failed program was:" >&5
30563 sed 's/^/| /' conftest.
$ac_ext >&5
30565 ac_cv_member_ZT_PARAMS_chan_alarms
=no
30568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30571 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30573 { echo "$as_me:$LINENO: result: $ac_cv_member_ZT_PARAMS_chan_alarms" >&5
30574 echo "${ECHO_T}$ac_cv_member_ZT_PARAMS_chan_alarms" >&6; }
30576 CPPFLAGS
="${saved_cppflags}"
30577 if test "${ac_cv_member_ZT_PARAMS_chan_alarms}" = "yes"; then
30579 cat >>confdefs.h
<<\_ACEOF
30580 #define HAVE_ZAPTEL_CHANALARMS 1
30585 cat >>confdefs.h
<<\_ACEOF
30586 #define HAVE_ZAPTEL_CHANALARMS 0
30590 elif test -n "${ZAPTEL_MANDATORY}";
30592 { echo "$as_me:$LINENO: ***" >&5
30593 echo "$as_me: ***" >&6;}
30594 { echo "$as_me:$LINENO: *** The Zaptel installation on this system appears to be broken." >&5
30595 echo "$as_me: *** The Zaptel installation on this system appears to be broken." >&6;}
30596 { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5
30597 echo "$as_me: *** Either correct the installation, or run configure" >&6;}
30598 { echo "$as_me:$LINENO: *** including --without-zaptel." >&5
30599 echo "$as_me: *** including --without-zaptel." >&6;}
30604 if test "${PBX_ZAPTEL}" = 1 && test "x${PBX_DAHDI}" != "x1"; then
30605 { echo "$as_me:$LINENO: checking for ZT_EVENT_REMOVED in zaptel/zaptel.h" >&5
30606 echo $ECHO_N "checking for ZT_EVENT_REMOVED in zaptel/zaptel.h... $ECHO_C" >&6; }
30607 saved_cppflags
="${CPPFLAGS}"
30608 if test "x${ZAPTEL_DIR}" != "x"; then
30609 CPPFLAGS
="${CPPFLAGS} -I${ZAPTEL_DIR}/include"
30611 cat >conftest.
$ac_ext <<_ACEOF
30615 cat confdefs.h
>>conftest.
$ac_ext
30616 cat >>conftest.
$ac_ext <<_ACEOF
30617 /* end confdefs.h. */
30618 #include <zaptel/zaptel.h>
30622 int foo = ZT_EVENT_REMOVED;
30628 rm -f conftest.
$ac_objext
30629 if { (ac_try
="$ac_compile"
30630 case "(($ac_try" in
30631 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
30632 *) ac_try_echo=$ac_try;;
30634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30635 (eval "$ac_compile") 2>conftest.er1
30637 grep -v '^ *+' conftest.er1 >conftest.err
30639 cat conftest.err >&5
30640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30641 (exit $ac_status); } && {
30642 test -z "$ac_c_werror_flag" ||
30643 test ! -s conftest.err
30644 } && test -s conftest.$ac_objext; then
30645 { echo "$as_me:$LINENO: result: yes" >&5
30646 echo "${ECHO_T}yes" >&6; }
30647 ac_cv_zaptel_vldtmf="yes"
30650 echo "$as_me: failed program was:" >&5
30651 sed 's/^/| /' conftest.$ac_ext >&5
30653 { echo "$as_me:$LINENO: result: no" >&5
30654 echo "${ECHO_T}no" >&6; }
30655 ac_cv_zaptel_vldtmf="no"
30660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30661 CPPFLAGS="${saved_cppflags}"
30662 if test "${ac_cv_zaptel_vldtmf}" = "yes"; then
30663 PBX_ZAPTEL_VLDTMF=1
30665 { echo "$as_me:$LINENO: checking for zt_transcoder_info in zaptel/zaptel.h" >&5
30666 echo $ECHO_N "checking for zt_transcoder_info in zaptel/zaptel.h... $ECHO_C" >&6; }
30667 saved_cppflags="${CPPFLAGS}"
30668 if test "x${ZAPTEL_DIR}" != "x"; then
30669 CPPFLAGS="${CPPFLAGS} -I${ZAPTEL_DIR}/include"
30671 cat >conftest.$ac_ext <<_ACEOF
30675 cat confdefs.h >>conftest.$ac_ext
30676 cat >>conftest.$ac_ext <<_ACEOF
30677 /* end confdefs.h. */
30678 #include <zaptel/zaptel.h>
30682 int foo = sizeof(struct zt_transcoder_info);
30688 rm -f conftest.$ac_objext
30689 if { (ac_try="$ac_compile"
30690 case "(($ac_try" in
30691 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
30692 *) ac_try_echo
=$ac_try;;
30694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30695 (eval "$ac_compile") 2>conftest.er1
30697 grep -v '^ *+' conftest.er1
>conftest.err
30699 cat conftest.err
>&5
30700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30701 (exit $ac_status); } && {
30702 test -z "$ac_c_werror_flag" ||
30703 test ! -s conftest.err
30704 } && test -s conftest.
$ac_objext; then
30705 { echo "$as_me:$LINENO: result: yes" >&5
30706 echo "${ECHO_T}yes" >&6; }
30707 ac_cv_zaptel_transcode
="yes"
30710 echo "$as_me: failed program was:" >&5
30711 sed 's/^/| /' conftest.
$ac_ext >&5
30713 { echo "$as_me:$LINENO: result: no" >&5
30714 echo "${ECHO_T}no" >&6; }
30715 ac_cv_zaptel_transcode
="no"
30720 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30721 CPPFLAGS
="${saved_cppflags}"
30722 if test "${ac_cv_zaptel_transcode}" = "yes"; then
30723 PBX_DAHDI_TRANSCODE
=1
30729 if test "x${PBX_ZAPTEL}" = "x1" ; then
30731 DAHDI_INCLUDE
=${ZAPTEL_INCLUDE}
30732 DAHDI_LIB
=${ZAPTEL_LIB}
30739 if test "x$TERMCAP_LIB" != "x" ; then
30740 EDITLINE_LIB
="$TERMCAP_LIB"
30741 elif test "x$TINFO_LIB" != "x" ; then
30742 EDITLINE_LIB
="$TINFO_LIB"
30743 elif test "x$CURSES_LIB" != "x" ; then
30744 EDITLINE_LIB
="$CURSES_LIB"
30745 elif test "x$NCURSES_LIB" != "x" ; then
30746 EDITLINE_LIB
="$NCURSES_LIB"
30748 { { echo "$as_me:$LINENO: error: *** termcap support not found" >&5
30749 echo "$as_me: error: *** termcap support not found" >&2;}
30750 { (exit 1); exit 1; }; }
30754 if test "${ac_cv_header_h323_h+set}" = set; then
30755 { echo "$as_me:$LINENO: checking for h323.h" >&5
30756 echo $ECHO_N "checking for h323.h... $ECHO_C" >&6; }
30757 if test "${ac_cv_header_h323_h+set}" = set; then
30758 echo $ECHO_N "(cached) $ECHO_C" >&6
30760 { echo "$as_me:$LINENO: result: $ac_cv_header_h323_h" >&5
30761 echo "${ECHO_T}$ac_cv_header_h323_h" >&6; }
30763 # Is the header compilable?
30764 { echo "$as_me:$LINENO: checking h323.h usability" >&5
30765 echo $ECHO_N "checking h323.h usability... $ECHO_C" >&6; }
30766 cat >conftest.
$ac_ext <<_ACEOF
30769 cat confdefs.h
>>conftest.
$ac_ext
30770 cat >>conftest.
$ac_ext <<_ACEOF
30771 /* end confdefs.h. */
30772 $ac_includes_default
30775 rm -f conftest.
$ac_objext
30776 if { (ac_try
="$ac_compile"
30777 case "(($ac_try" in
30778 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
30779 *) ac_try_echo=$ac_try;;
30781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30782 (eval "$ac_compile") 2>conftest.er1
30784 grep -v '^ *+' conftest.er1 >conftest.err
30786 cat conftest.err >&5
30787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30788 (exit $ac_status); } && {
30789 test -z "$ac_c_werror_flag" ||
30790 test ! -s conftest.err
30791 } && test -s conftest.$ac_objext; then
30792 ac_header_compiler=yes
30794 echo "$as_me: failed program was:" >&5
30795 sed 's/^/| /' conftest.$ac_ext >&5
30797 ac_header_compiler=no
30800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30801 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30802 echo "${ECHO_T}$ac_header_compiler" >&6; }
30804 # Is the header present?
30805 { echo "$as_me:$LINENO: checking h323.h presence" >&5
30806 echo $ECHO_N "checking h323.h presence... $ECHO_C" >&6; }
30807 cat >conftest.$ac_ext <<_ACEOF
30810 cat confdefs.h >>conftest.$ac_ext
30811 cat >>conftest.$ac_ext <<_ACEOF
30812 /* end confdefs.h. */
30815 if { (ac_try="$ac_cpp conftest.$ac_ext"
30816 case "(($ac_try" in
30817 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
30818 *) ac_try_echo
=$ac_try;;
30820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30821 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30823 grep -v '^ *+' conftest.er1
>conftest.err
30825 cat conftest.err
>&5
30826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30827 (exit $ac_status); } >/dev
/null
&& {
30828 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30829 test ! -s conftest.err
30831 ac_header_preproc
=yes
30833 echo "$as_me: failed program was:" >&5
30834 sed 's/^/| /' conftest.
$ac_ext >&5
30836 ac_header_preproc
=no
30839 rm -f conftest.err conftest.
$ac_ext
30840 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30841 echo "${ECHO_T}$ac_header_preproc" >&6; }
30843 # So? What about this header?
30844 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30846 { echo "$as_me:$LINENO: WARNING: h323.h: accepted by the compiler, rejected by the preprocessor!" >&5
30847 echo "$as_me: WARNING: h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30848 { echo "$as_me:$LINENO: WARNING: h323.h: proceeding with the compiler's result" >&5
30849 echo "$as_me: WARNING: h323.h: proceeding with the compiler's result" >&2;}
30850 ac_header_preproc
=yes
30853 { echo "$as_me:$LINENO: WARNING: h323.h: present but cannot be compiled" >&5
30854 echo "$as_me: WARNING: h323.h: present but cannot be compiled" >&2;}
30855 { echo "$as_me:$LINENO: WARNING: h323.h: check for missing prerequisite headers?" >&5
30856 echo "$as_me: WARNING: h323.h: check for missing prerequisite headers?" >&2;}
30857 { echo "$as_me:$LINENO: WARNING: h323.h: see the Autoconf documentation" >&5
30858 echo "$as_me: WARNING: h323.h: see the Autoconf documentation" >&2;}
30859 { echo "$as_me:$LINENO: WARNING: h323.h: section \"Present But Cannot Be Compiled\"" >&5
30860 echo "$as_me: WARNING: h323.h: section \"Present But Cannot Be Compiled\"" >&2;}
30861 { echo "$as_me:$LINENO: WARNING: h323.h: proceeding with the preprocessor's result" >&5
30862 echo "$as_me: WARNING: h323.h: proceeding with the preprocessor's result" >&2;}
30863 { echo "$as_me:$LINENO: WARNING: h323.h: in the future, the compiler will take precedence" >&5
30864 echo "$as_me: WARNING: h323.h: in the future, the compiler will take precedence" >&2;}
30866 ## ------------------------------- ##
30867 ## Report this to www.asterisk.org ##
30868 ## ------------------------------- ##
30870 ) |
sed "s/^/$as_me: WARNING: /" >&2
30873 { echo "$as_me:$LINENO: checking for h323.h" >&5
30874 echo $ECHO_N "checking for h323.h... $ECHO_C" >&6; }
30875 if test "${ac_cv_header_h323_h+set}" = set; then
30876 echo $ECHO_N "(cached) $ECHO_C" >&6
30878 ac_cv_header_h323_h
=$ac_header_preproc
30880 { echo "$as_me:$LINENO: result: $ac_cv_header_h323_h" >&5
30881 echo "${ECHO_T}$ac_cv_header_h323_h" >&6; }
30884 if test $ac_cv_header_h323_h = yes; then
30893 if test "${ac_cv_header_linux_compiler_h+set}" = set; then
30894 { echo "$as_me:$LINENO: checking for linux/compiler.h" >&5
30895 echo $ECHO_N "checking for linux/compiler.h... $ECHO_C" >&6; }
30896 if test "${ac_cv_header_linux_compiler_h+set}" = set; then
30897 echo $ECHO_N "(cached) $ECHO_C" >&6
30899 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_compiler_h" >&5
30900 echo "${ECHO_T}$ac_cv_header_linux_compiler_h" >&6; }
30902 # Is the header compilable?
30903 { echo "$as_me:$LINENO: checking linux/compiler.h usability" >&5
30904 echo $ECHO_N "checking linux/compiler.h usability... $ECHO_C" >&6; }
30905 cat >conftest.
$ac_ext <<_ACEOF
30908 cat confdefs.h
>>conftest.
$ac_ext
30909 cat >>conftest.
$ac_ext <<_ACEOF
30910 /* end confdefs.h. */
30911 $ac_includes_default
30912 #include <linux/compiler.h>
30914 rm -f conftest.
$ac_objext
30915 if { (ac_try
="$ac_compile"
30916 case "(($ac_try" in
30917 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
30918 *) ac_try_echo=$ac_try;;
30920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30921 (eval "$ac_compile") 2>conftest.er1
30923 grep -v '^ *+' conftest.er1 >conftest.err
30925 cat conftest.err >&5
30926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30927 (exit $ac_status); } && {
30928 test -z "$ac_c_werror_flag" ||
30929 test ! -s conftest.err
30930 } && test -s conftest.$ac_objext; then
30931 ac_header_compiler=yes
30933 echo "$as_me: failed program was:" >&5
30934 sed 's/^/| /' conftest.$ac_ext >&5
30936 ac_header_compiler=no
30939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30940 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30941 echo "${ECHO_T}$ac_header_compiler" >&6; }
30943 # Is the header present?
30944 { echo "$as_me:$LINENO: checking linux/compiler.h presence" >&5
30945 echo $ECHO_N "checking linux/compiler.h presence... $ECHO_C" >&6; }
30946 cat >conftest.$ac_ext <<_ACEOF
30949 cat confdefs.h >>conftest.$ac_ext
30950 cat >>conftest.$ac_ext <<_ACEOF
30951 /* end confdefs.h. */
30952 #include <linux/compiler.h>
30954 if { (ac_try="$ac_cpp conftest.$ac_ext"
30955 case "(($ac_try" in
30956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
30957 *) ac_try_echo
=$ac_try;;
30959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30960 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30962 grep -v '^ *+' conftest.er1
>conftest.err
30964 cat conftest.err
>&5
30965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30966 (exit $ac_status); } >/dev
/null
&& {
30967 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30968 test ! -s conftest.err
30970 ac_header_preproc
=yes
30972 echo "$as_me: failed program was:" >&5
30973 sed 's/^/| /' conftest.
$ac_ext >&5
30975 ac_header_preproc
=no
30978 rm -f conftest.err conftest.
$ac_ext
30979 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30980 echo "${ECHO_T}$ac_header_preproc" >&6; }
30982 # So? What about this header?
30983 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30985 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: accepted by the compiler, rejected by the preprocessor!" >&5
30986 echo "$as_me: WARNING: linux/compiler.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30987 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: proceeding with the compiler's result" >&5
30988 echo "$as_me: WARNING: linux/compiler.h: proceeding with the compiler's result" >&2;}
30989 ac_header_preproc
=yes
30992 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: present but cannot be compiled" >&5
30993 echo "$as_me: WARNING: linux/compiler.h: present but cannot be compiled" >&2;}
30994 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: check for missing prerequisite headers?" >&5
30995 echo "$as_me: WARNING: linux/compiler.h: check for missing prerequisite headers?" >&2;}
30996 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: see the Autoconf documentation" >&5
30997 echo "$as_me: WARNING: linux/compiler.h: see the Autoconf documentation" >&2;}
30998 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: section \"Present But Cannot Be Compiled\"" >&5
30999 echo "$as_me: WARNING: linux/compiler.h: section \"Present But Cannot Be Compiled\"" >&2;}
31000 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: proceeding with the preprocessor's result" >&5
31001 echo "$as_me: WARNING: linux/compiler.h: proceeding with the preprocessor's result" >&2;}
31002 { echo "$as_me:$LINENO: WARNING: linux/compiler.h: in the future, the compiler will take precedence" >&5
31003 echo "$as_me: WARNING: linux/compiler.h: in the future, the compiler will take precedence" >&2;}
31005 ## ------------------------------- ##
31006 ## Report this to www.asterisk.org ##
31007 ## ------------------------------- ##
31009 ) |
sed "s/^/$as_me: WARNING: /" >&2
31012 { echo "$as_me:$LINENO: checking for linux/compiler.h" >&5
31013 echo $ECHO_N "checking for linux/compiler.h... $ECHO_C" >&6; }
31014 if test "${ac_cv_header_linux_compiler_h+set}" = set; then
31015 echo $ECHO_N "(cached) $ECHO_C" >&6
31017 ac_cv_header_linux_compiler_h
=$ac_header_preproc
31019 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_compiler_h" >&5
31020 echo "${ECHO_T}$ac_cv_header_linux_compiler_h" >&6; }
31023 if test $ac_cv_header_linux_compiler_h = yes; then
31025 cat >>confdefs.h
<<_ACEOF
31026 #define HAVE_LINUX_COMPILER_H 1
31033 { echo "$as_me:$LINENO: checking for linux/ixjuser.h" >&5
31034 echo $ECHO_N "checking for linux/ixjuser.h... $ECHO_C" >&6; }
31035 if test "${ac_cv_header_linux_ixjuser_h+set}" = set; then
31036 echo $ECHO_N "(cached) $ECHO_C" >&6
31038 cat >conftest.
$ac_ext <<_ACEOF
31041 cat confdefs.h
>>conftest.
$ac_ext
31042 cat >>conftest.
$ac_ext <<_ACEOF
31043 /* end confdefs.h. */
31045 #include <linux/version.h>
31046 #ifdef HAVE_LINUX_COMPILER_H
31047 #include <linux/compiler.h>
31051 #include <linux/ixjuser.h>
31053 rm -f conftest.
$ac_objext
31054 if { (ac_try
="$ac_compile"
31055 case "(($ac_try" in
31056 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
31057 *) ac_try_echo=$ac_try;;
31059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31060 (eval "$ac_compile") 2>conftest.er1
31062 grep -v '^ *+' conftest.er1 >conftest.err
31064 cat conftest.err >&5
31065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31066 (exit $ac_status); } && {
31067 test -z "$ac_c_werror_flag" ||
31068 test ! -s conftest.err
31069 } && test -s conftest.$ac_objext; then
31070 ac_cv_header_linux_ixjuser_h=yes
31072 echo "$as_me: failed program was:" >&5
31073 sed 's/^/| /' conftest.$ac_ext >&5
31075 ac_cv_header_linux_ixjuser_h=no
31078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31080 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_ixjuser_h" >&5
31081 echo "${ECHO_T}$ac_cv_header_linux_ixjuser_h" >&6; }
31082 if test $ac_cv_header_linux_ixjuser_h = yes; then
31091 if test "${cross_compiling}" = "no";
31093 { echo "$as_me:$LINENO: checking for /sbin/launchd" >&5
31094 echo $ECHO_N "checking for /sbin/launchd... $ECHO_C" >&6; }
31095 if test "${ac_cv_file__sbin_launchd+set}" = set; then
31096 echo $ECHO_N "(cached) $ECHO_C" >&6
31098 test "$cross_compiling" = yes &&
31099 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
31100 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
31101 { (exit 1); exit 1; }; }
31102 if test -r "/sbin/launchd"; then
31103 ac_cv_file__sbin_launchd=yes
31105 ac_cv_file__sbin_launchd=no
31108 { echo "$as_me:$LINENO: result: $ac_cv_file__sbin_launchd" >&5
31109 echo "${ECHO_T}$ac_cv_file__sbin_launchd" >&6; }
31110 if test $ac_cv_file__sbin_launchd = yes; then
31112 cat >>confdefs.h <<\_ACEOF
31113 #define HAVE_SBIN_LAUNCHD 1
31121 if test -n "$ac_tool_prefix"; then
31122 # Extract the first word of "${ac_tool_prefix}gtk-config", so it can be a program name with args.
31123 set dummy ${ac_tool_prefix}gtk-config; ac_word=$2
31124 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31125 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31126 if test "${ac_cv_prog_GTKCONFIG+set}" = set; then
31127 echo $ECHO_N "(cached) $ECHO_C" >&6
31129 if test -n "$GTKCONFIG"; then
31130 ac_cv_prog_GTKCONFIG="$GTKCONFIG" # Let the user override the test.
31132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31133 for as_dir in $PATH
31136 test -z "$as_dir" && as_dir=.
31137 for ac_exec_ext in '' $ac_executable_extensions; do
31138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31139 ac_cv_prog_GTKCONFIG="${ac_tool_prefix}gtk-config"
31140 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31149 GTKCONFIG=$ac_cv_prog_GTKCONFIG
31150 if test -n "$GTKCONFIG"; then
31151 { echo "$as_me:$LINENO: result: $GTKCONFIG" >&5
31152 echo "${ECHO_T}$GTKCONFIG" >&6; }
31154 { echo "$as_me:$LINENO: result: no" >&5
31155 echo "${ECHO_T}no" >&6; }
31160 if test -z "$ac_cv_prog_GTKCONFIG"; then
31161 ac_ct_GTKCONFIG=$GTKCONFIG
31162 # Extract the first word of "gtk-config", so it can be a program name with args.
31163 set dummy gtk-config; ac_word=$2
31164 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31165 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31166 if test "${ac_cv_prog_ac_ct_GTKCONFIG+set}" = set; then
31167 echo $ECHO_N "(cached) $ECHO_C" >&6
31169 if test -n "$ac_ct_GTKCONFIG"; then
31170 ac_cv_prog_ac_ct_GTKCONFIG="$ac_ct_GTKCONFIG" # Let the user override the test.
31172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31173 for as_dir in $PATH
31176 test -z "$as_dir" && as_dir=.
31177 for ac_exec_ext in '' $ac_executable_extensions; do
31178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31179 ac_cv_prog_ac_ct_GTKCONFIG="gtk-config"
31180 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31189 ac_ct_GTKCONFIG=$ac_cv_prog_ac_ct_GTKCONFIG
31190 if test -n "$ac_ct_GTKCONFIG"; then
31191 { echo "$as_me:$LINENO: result: $ac_ct_GTKCONFIG" >&5
31192 echo "${ECHO_T}$ac_ct_GTKCONFIG" >&6; }
31194 { echo "$as_me:$LINENO: result: no" >&5
31195 echo "${ECHO_T}no" >&6; }
31198 if test "x$ac_ct_GTKCONFIG" = x; then
31201 case $cross_compiling:$ac_tool_warned in
31203 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31204 whose name does not start with the host triplet. If you think this
31205 configuration is useful to you, please write to autoconf@gnu.org." >&5
31206 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31207 whose name does not start with the host triplet. If you think this
31208 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31209 ac_tool_warned=yes ;;
31211 GTKCONFIG=$ac_ct_GTKCONFIG
31214 GTKCONFIG="$ac_cv_prog_GTKCONFIG"
31217 if test ! "x${GTKCONFIG}" = xNo; then
31218 GTK_INCLUDE=$(${GTKCONFIG} --cflags gthread)
31219 GTK_LIB=$(${GTKCONFIG} --libs gthread)
31222 cat >>confdefs.h <<\_ACEOF
31232 if test -n "$ac_tool_prefix"; then
31233 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31234 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
31235 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31236 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31237 if test "${ac_cv_prog_PKGCONFIG+set}" = set; then
31238 echo $ECHO_N "(cached) $ECHO_C" >&6
31240 if test -n "$PKGCONFIG"; then
31241 ac_cv_prog_PKGCONFIG="$PKGCONFIG" # Let the user override the test.
31243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31244 for as_dir in $PATH
31247 test -z "$as_dir" && as_dir=.
31248 for ac_exec_ext in '' $ac_executable_extensions; do
31249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31250 ac_cv_prog_PKGCONFIG="${ac_tool_prefix}pkg-config"
31251 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31260 PKGCONFIG=$ac_cv_prog_PKGCONFIG
31261 if test -n "$PKGCONFIG"; then
31262 { echo "$as_me:$LINENO: result: $PKGCONFIG" >&5
31263 echo "${ECHO_T}$PKGCONFIG" >&6; }
31265 { echo "$as_me:$LINENO: result: no" >&5
31266 echo "${ECHO_T}no" >&6; }
31271 if test -z "$ac_cv_prog_PKGCONFIG"; then
31272 ac_ct_PKGCONFIG=$PKGCONFIG
31273 # Extract the first word of "pkg-config", so it can be a program name with args.
31274 set dummy pkg-config; ac_word=$2
31275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31277 if test "${ac_cv_prog_ac_ct_PKGCONFIG+set}" = set; then
31278 echo $ECHO_N "(cached) $ECHO_C" >&6
31280 if test -n "$ac_ct_PKGCONFIG"; then
31281 ac_cv_prog_ac_ct_PKGCONFIG="$ac_ct_PKGCONFIG" # Let the user override the test.
31283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31284 for as_dir in $PATH
31287 test -z "$as_dir" && as_dir=.
31288 for ac_exec_ext in '' $ac_executable_extensions; do
31289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31290 ac_cv_prog_ac_ct_PKGCONFIG="pkg-config"
31291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31300 ac_ct_PKGCONFIG=$ac_cv_prog_ac_ct_PKGCONFIG
31301 if test -n "$ac_ct_PKGCONFIG"; then
31302 { echo "$as_me:$LINENO: result: $ac_ct_PKGCONFIG" >&5
31303 echo "${ECHO_T}$ac_ct_PKGCONFIG" >&6; }
31305 { echo "$as_me:$LINENO: result: no" >&5
31306 echo "${ECHO_T}no" >&6; }
31309 if test "x$ac_ct_PKGCONFIG" = x; then
31312 case $cross_compiling:$ac_tool_warned in
31314 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31315 whose name does not start with the host triplet. If you think this
31316 configuration is useful to you, please write to autoconf@gnu.org." >&5
31317 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31318 whose name does not start with the host triplet. If you think this
31319 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31320 ac_tool_warned=yes ;;
31322 PKGCONFIG=$ac_ct_PKGCONFIG
31325 PKGCONFIG="$ac_cv_prog_PKGCONFIG"
31328 if test ! "x${PKGCONFIG}" = xNo; then
31329 GTK2_INCLUDE=$(${PKGCONFIG} gtk+-2.0 --cflags 2>/dev/null)
31330 GTK2_LIB=$(${PKGCONFIG} gtk+-2.0 --libs)
31333 cat >>confdefs.h <<\_ACEOF
31334 #define HAVE_GTK2 1
31342 if test "${USE_CURL}" != "no"; then
31343 if test -n "$ac_tool_prefix"; then
31344 # Extract the first word of "${ac_tool_prefix}curl-config", so it can be a program name with args.
31345 set dummy ${ac_tool_prefix}curl-config; ac_word=$2
31346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31348 if test "${ac_cv_path_CURL_CONFIG+set}" = set; then
31349 echo $ECHO_N "(cached) $ECHO_C" >&6
31351 case $CURL_CONFIG in
31353 ac_cv_path_CURL_CONFIG="$CURL_CONFIG" # Let the user override the test with a path.
31356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31357 for as_dir in $PATH
31360 test -z "$as_dir" && as_dir=.
31361 for ac_exec_ext in '' $ac_executable_extensions; do
31362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31363 ac_cv_path_CURL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31364 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31374 CURL_CONFIG=$ac_cv_path_CURL_CONFIG
31375 if test -n "$CURL_CONFIG"; then
31376 { echo "$as_me:$LINENO: result: $CURL_CONFIG" >&5
31377 echo "${ECHO_T}$CURL_CONFIG" >&6; }
31379 { echo "$as_me:$LINENO: result: no" >&5
31380 echo "${ECHO_T}no" >&6; }
31385 if test -z "$ac_cv_path_CURL_CONFIG"; then
31386 ac_pt_CURL_CONFIG=$CURL_CONFIG
31387 # Extract the first word of "curl-config", so it can be a program name with args.
31388 set dummy curl-config; ac_word=$2
31389 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31391 if test "${ac_cv_path_ac_pt_CURL_CONFIG+set}" = set; then
31392 echo $ECHO_N "(cached) $ECHO_C" >&6
31394 case $ac_pt_CURL_CONFIG in
31396 ac_cv_path_ac_pt_CURL_CONFIG="$ac_pt_CURL_CONFIG" # Let the user override the test with a path.
31399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31400 for as_dir in $PATH
31403 test -z "$as_dir" && as_dir=.
31404 for ac_exec_ext in '' $ac_executable_extensions; do
31405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31406 ac_cv_path_ac_pt_CURL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31417 ac_pt_CURL_CONFIG=$ac_cv_path_ac_pt_CURL_CONFIG
31418 if test -n "$ac_pt_CURL_CONFIG"; then
31419 { echo "$as_me:$LINENO: result: $ac_pt_CURL_CONFIG" >&5
31420 echo "${ECHO_T}$ac_pt_CURL_CONFIG" >&6; }
31422 { echo "$as_me:$LINENO: result: no" >&5
31423 echo "${ECHO_T}no" >&6; }
31426 if test "x$ac_pt_CURL_CONFIG" = x; then
31429 case $cross_compiling:$ac_tool_warned in
31431 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31432 whose name does not start with the host triplet. If you think this
31433 configuration is useful to you, please write to autoconf@gnu.org." >&5
31434 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31435 whose name does not start with the host triplet. If you think this
31436 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31437 ac_tool_warned=yes ;;
31439 CURL_CONFIG=$ac_pt_CURL_CONFIG
31442 CURL_CONFIG="$ac_cv_path_CURL_CONFIG"
31445 if test ! x"${CURL_CONFIG}" = xNo; then
31446 # check for version
31447 if test $(printf "%d" 0x$(${CURL_CONFIG} --vernum)) -ge $(printf "%d" 0x070907); then
31448 CURL_INCLUDE=$(${CURL_CONFIG} --cflags)
31449 CURL_LIB=$(${CURL_CONFIG} --libs)
31451 { echo "$as_me:$LINENO: checking for curl_version() in curl/curl.h" >&5
31452 echo $ECHO_N "checking for curl_version() in curl/curl.h... $ECHO_C" >&6; }
31453 saved_cppflags="${CPPFLAGS}"
31454 CPPFLAGS="${CPPFLAGS} ${CURL_INCLUDE}"
31455 cat >conftest.$ac_ext <<_ACEOF
31458 cat confdefs.h >>conftest.$ac_ext
31459 cat >>conftest.$ac_ext <<_ACEOF
31460 /* end confdefs.h. */
31461 #include <curl/curl.h>
31471 rm -f conftest.$ac_objext
31472 if { (ac_try="$ac_compile"
31473 case "(($ac_try" in
31474 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
31475 *) ac_try_echo
=$ac_try;;
31477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31478 (eval "$ac_compile") 2>conftest.er1
31480 grep -v '^ *+' conftest.er1
>conftest.err
31482 cat conftest.err
>&5
31483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31484 (exit $ac_status); } && {
31485 test -z "$ac_c_werror_flag" ||
31486 test ! -s conftest.err
31487 } && test -s conftest.
$ac_objext; then
31489 { echo "$as_me:$LINENO: result: yes" >&5
31490 echo "${ECHO_T}yes" >&6; }
31494 echo "$as_me: failed program was:" >&5
31495 sed 's/^/| /' conftest.
$ac_ext >&5
31498 { echo "$as_me:$LINENO: result: no" >&5
31499 echo "${ECHO_T}no" >&6; }
31505 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
31506 CPPFLAGS
="${saved_cppflags}"
31507 if test "${ac_cv_curl_h}" = "yes"; then
31510 cat >>confdefs.h
<<\_ACEOF
31511 #define HAVE_CURL 1
31519 ac_config_files
="$ac_config_files build_tools/menuselect-deps makeopts channels/h323/Makefile"
31521 cat >confcache
<<\_ACEOF
31522 # This file is a shell script that caches the results of configure
31523 # tests run on this system so they can be shared between configure
31524 # scripts and configure runs, see configure's option --config-cache.
31525 # It is not useful on other systems. If it contains results you don't
31526 # want to keep, you may remove or edit it.
31528 # config.status only pays attention to the cache file if you give it
31529 # the --recheck option to rerun configure.
31531 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31532 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31533 # following values.
31537 # The following way of writing the cache mishandles newlines in values,
31538 # but we know of no workaround that is simple, portable, and efficient.
31539 # So, we kill variables containing newlines.
31540 # Ultrix sh set writes to stderr and can't be redirected directly,
31541 # and sets the high bit in the cache file unless we assign to the vars.
31543 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
31544 eval ac_val
=\$
$ac_var
31548 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
31549 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
31552 _ | IFS | as_nl
) ;; #(
31553 *) $as_unset $ac_var ;;
31559 case $as_nl`(ac_space=' '; set) 2>&1` in #(
31560 *${as_nl}ac_space
=\
*)
31561 # `set' does not quote correctly, so add quotes (double-quote
31562 # substitution turns \\\\ into \\, and sed turns \\ into \).
31565 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31568 # `set' quotes correctly as required by POSIX, so do not add quotes.
31569 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
31578 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31580 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31582 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
31583 if test -w "$cache_file"; then
31584 test "x$cache_file" != "x/dev/null" &&
31585 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
31586 echo "$as_me: updating cache $cache_file" >&6;}
31587 cat confcache
>$cache_file
31589 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
31590 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31595 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
31596 # Let make expand exec_prefix.
31597 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
31599 DEFS
=-DHAVE_CONFIG_H
31603 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
31604 # 1. Remove the extension, and $U if already installed.
31605 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
31606 ac_i
=`echo "$ac_i" | sed "$ac_script"`
31607 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
31608 # will be set to the directory where LIBOBJS objects are built.
31609 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
31610 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
31612 LIBOBJS
=$ac_libobjs
31614 LTLIBOBJS
=$ac_ltlibobjs
31618 : ${CONFIG_STATUS=./config.status}
31619 ac_clean_files_save
=$ac_clean_files
31620 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
31621 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
31622 echo "$as_me: creating $CONFIG_STATUS" >&6;}
31623 cat >$CONFIG_STATUS <<_ACEOF
31625 # Generated by $as_me.
31626 # Run this file to recreate the current configuration.
31627 # Compiler output produced by configure, useful for debugging
31628 # configure, is in config.log if it exists.
31631 ac_cs_recheck=false
31633 SHELL=\${CONFIG_SHELL-$SHELL}
31636 cat >>$CONFIG_STATUS <<\_ACEOF
31637 ## --------------------- ##
31638 ## M4sh Initialization. ##
31639 ## --------------------- ##
31641 # Be more Bourne compatible
31642 DUALCASE
=1; export DUALCASE
# for MKS sh
31643 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
31646 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
31647 # is contrary to our usage. Disable this feature.
31648 alias -g '${1+"$@"}'='"$@"'
31649 setopt NO_GLOB_SUBST
31651 case `(set -o) 2>/dev/null` in
31652 *posix
*) set -o posix
;;
31661 # Avoid depending upon Character Ranges.
31662 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
31663 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
31664 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
31665 as_cr_digits
='0123456789'
31666 as_cr_alnum
=$as_cr_Letters$as_cr_digits
31668 # The user is always right.
31669 if test "${PATH_SEPARATOR+set}" != set; then
31670 echo "#! /bin/sh" >conf$$.sh
31671 echo "exit 0" >>conf$$.sh
31673 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
31681 # Support unset when possible.
31682 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
31690 # We need space, tab and new line, in precisely that order. Quoting is
31691 # there to prevent editors from complaining about space-tab.
31692 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
31693 # splitting by setting IFS to empty value.)
31698 # Find who we are. Look in the path if we contain no directory separator.
31700 *[\\/]* ) as_myself
=$0 ;;
31701 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31702 for as_dir
in $PATH
31705 test -z "$as_dir" && as_dir
=.
31706 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
31712 # We did not find ourselves, most probably we were run as `sh COMMAND'
31713 # in which case we are not to be found in the path.
31714 if test "x$as_myself" = x
; then
31717 if test ! -f "$as_myself"; then
31718 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
31719 { (exit 1); exit 1; }
31722 # Work around bugs in pre-3.0 UWIN ksh.
31723 for as_var
in ENV MAIL MAILPATH
31724 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
31732 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
31733 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
31734 LC_TELEPHONE LC_TIME
31736 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
31737 eval $as_var=C
; export $as_var
31739 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
31743 # Required to use basename.
31744 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
31745 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
31751 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
31752 as_basename
=basename
31758 # Name of the executable.
31759 as_me
=`$as_basename -- "$0" ||
31760 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
31761 X"$0" : 'X\(//\)$' \| \
31762 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
31764 sed '/^.*\/\([^/][^/]*\)\/*$/{
31783 as_lineno_1
=$LINENO
31784 as_lineno_2
=$LINENO
31785 test "x$as_lineno_1" != "x$as_lineno_2" &&
31786 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
31788 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
31789 # uniformly replaced by the line number. The first 'sed' inserts a
31790 # line-number line after each line using $LINENO; the second 'sed'
31791 # does the real work. The second script uses 'N' to pair each
31792 # line-number line with the line containing $LINENO, and appends
31793 # trailing '-' during substitution so that $LINENO is not a special
31794 # case at line end.
31795 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
31796 # scripts with optimization help from Paolo Bonzini. Blame Lee
31797 # E. McMahon (1931-1989) for sed's syntax. :-)
31809 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
31812 ' >$as_me.lineno
&&
31813 chmod +x
"$as_me.lineno" ||
31814 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
31815 { (exit 1); exit 1; }; }
31817 # Don't try to exec as it changes $[0], causing all sort of problems
31818 # (the dirname of $[0] is not the place where we might find the
31819 # original and so on. Autoconf is especially sensitive to this).
31820 .
"./$as_me.lineno"
31821 # Exit status is that of the last command.
31826 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
31832 ECHO_C
= ECHO_N
= ECHO_T
=
31833 case `echo -n x` in
31835 case `echo 'x\c'` in
31836 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
31843 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
31844 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
31850 rm -f conf$$ conf$$.exe conf$$.
file
31851 if test -d conf$$.dir
; then
31852 rm -f conf$$.dir
/conf$$.
file
31858 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
31860 # ... but there are two gotchas:
31861 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
31862 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
31863 # In both cases, we have to default to `cp -p'.
31864 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
31866 elif ln conf$$.
file conf$$
2>/dev
/null
; then
31871 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
31872 rmdir conf$$.dir
2>/dev
/null
31874 if mkdir
-p .
2>/dev
/null
; then
31877 test -d .
/-p && rmdir .
/-p
31881 if test -x / >/dev
/null
2>&1; then
31882 as_test_x
='test -x'
31884 if ls -dL / >/dev
/null
2>&1; then
31891 if test -d "$1"; then
31897 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
31898 ???[sx]*):;;*)false;;esac;fi
31902 as_executable_p
=$as_test_x
31904 # Sed expression to map a string onto a valid CPP name.
31905 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
31907 # Sed expression to map a string onto a valid variable name.
31908 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
31913 # Save the log message, to keep $[0] and so on meaningful, and to
31914 # report actual input values of CONFIG_FILES etc. instead of their
31915 # values after options handling.
31917 This file was extended by asterisk $as_me 1.4, which was
31918 generated by GNU Autoconf 2.61. Invocation command line was
31920 CONFIG_FILES = $CONFIG_FILES
31921 CONFIG_HEADERS = $CONFIG_HEADERS
31922 CONFIG_LINKS = $CONFIG_LINKS
31923 CONFIG_COMMANDS = $CONFIG_COMMANDS
31926 on `(hostname || uname -n) 2>/dev/null | sed 1q`
31931 cat >>$CONFIG_STATUS <<_ACEOF
31932 # Files that config.status was made for.
31933 config_files="$ac_config_files"
31934 config_headers="$ac_config_headers"
31938 cat >>$CONFIG_STATUS <<\_ACEOF
31940 \`$as_me' instantiates files from templates according to the
31941 current configuration.
31943 Usage: $0 [OPTIONS] [FILE]...
31945 -h, --help print this help, then exit
31946 -V, --version print version number and configuration settings, then exit
31947 -q, --quiet do not print progress messages
31948 -d, --debug don't remove temporary files
31949 --recheck update $as_me by reconfiguring in the same conditions
31950 --file=FILE[:TEMPLATE]
31951 instantiate the configuration file FILE
31952 --header=FILE[:TEMPLATE]
31953 instantiate the configuration header FILE
31955 Configuration files:
31958 Configuration headers:
31961 Report bugs to <bug-autoconf@gnu.org>."
31964 cat >>$CONFIG_STATUS <<_ACEOF
31966 asterisk config.status 1.4
31967 configured by $0, generated by GNU Autoconf 2.61,
31968 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
31970 Copyright (C) 2006 Free Software Foundation, Inc.
31971 This config.status script is free software; the Free Software Foundation
31972 gives unlimited permission to copy, distribute and modify it."
31979 cat >>$CONFIG_STATUS <<\_ACEOF
31980 # If no file are specified by the user, then we need to provide default
31981 # value. By we need to know if files were specified by the user.
31987 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
31988 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
31999 # Handling of the options.
32000 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
32002 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
32003 echo "$ac_cs_version"; exit ;;
32004 --debug |
--debu |
--deb |
--de |
--d |
-d )
32006 --file |
--fil |
--fi |
--f )
32008 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
32009 ac_need_defaults
=false
;;
32010 --header |
--heade |
--head |
--hea )
32012 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
32013 ac_need_defaults
=false
;;
32015 # Conflict between --help and --header
32016 { echo "$as_me: error: ambiguous option: $1
32017 Try \`$0 --help' for more information." >&2
32018 { (exit 1); exit 1; }; };;
32019 --help |
--hel |
-h )
32020 echo "$ac_cs_usage"; exit ;;
32021 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
32022 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
32025 # This is an error.
32026 -*) { echo "$as_me: error: unrecognized option: $1
32027 Try \`$0 --help' for more information." >&2
32028 { (exit 1); exit 1; }; } ;;
32030 *) ac_config_targets
="$ac_config_targets $1"
32031 ac_need_defaults
=false
;;
32037 ac_configure_extra_args
=
32039 if $ac_cs_silent; then
32041 ac_configure_extra_args
="$ac_configure_extra_args --silent"
32045 cat >>$CONFIG_STATUS <<_ACEOF
32046 if \$ac_cs_recheck; then
32047 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
32048 CONFIG_SHELL=$SHELL
32049 export CONFIG_SHELL
32050 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
32054 cat >>$CONFIG_STATUS <<\_ACEOF
32058 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
32059 ## Running $as_me. ##
32065 cat >>$CONFIG_STATUS <<_ACEOF
32068 cat >>$CONFIG_STATUS <<\_ACEOF
32070 # Handling of arguments.
32071 for ac_config_target
in $ac_config_targets
32073 case $ac_config_target in
32074 "include/asterisk/autoconfig.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/asterisk/autoconfig.h" ;;
32075 "build_tools/menuselect-deps") CONFIG_FILES
="$CONFIG_FILES build_tools/menuselect-deps" ;;
32076 "makeopts") CONFIG_FILES
="$CONFIG_FILES makeopts" ;;
32077 "channels/h323/Makefile") CONFIG_FILES
="$CONFIG_FILES channels/h323/Makefile" ;;
32079 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
32080 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
32081 { (exit 1); exit 1; }; };;
32086 # If the user did not use the arguments to specify the items to instantiate,
32087 # then the envvar interface is used. Set only those that are not.
32088 # We use the long form for the default assignment because of an extremely
32089 # bizarre bug on SunOS 4.1.3.
32090 if $ac_need_defaults; then
32091 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
32092 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
32095 # Have a temporary directory for convenience. Make it in the build tree
32096 # simply because there is no reason against having it here, and in addition,
32097 # creating and moving files from /tmp can sometimes cause problems.
32098 # Hook for its removal unless debugging.
32099 # Note that there is a small window in which the directory will not be cleaned:
32100 # after its creation but before its name has been assigned to `$tmp'.
32104 trap 'exit_status=$?
32105 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
32107 trap '{ (exit 1); exit 1; }' 1 2 13 15
32109 # Create a (secure) tmp directory for tmp files.
32112 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
32113 test -n "$tmp" && test -d "$tmp"
32116 tmp
=.
/conf$$
-$RANDOM
32117 (umask 077 && mkdir
"$tmp")
32120 echo "$me: cannot create a temporary directory in ." >&2
32121 { (exit 1); exit 1; }
32125 # Set up the sed scripts for CONFIG_FILES section.
32128 # No need to generate the scripts if there are no CONFIG_FILES.
32129 # This happens for instance when ./config.status config.h
32130 if test -n "$CONFIG_FILES"; then
32137 for ac_last_try
in false false false false false
:; do
32138 cat >conf$
$subs.
sed <<_ACEOF
32139 SHELL!$SHELL$ac_delim
32140 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
32141 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
32142 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
32143 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
32144 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
32145 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
32146 exec_prefix!$exec_prefix$ac_delim
32147 prefix!$prefix$ac_delim
32148 program_transform_name!$program_transform_name$ac_delim
32149 bindir!$bindir$ac_delim
32150 sbindir!$sbindir$ac_delim
32151 libexecdir!$libexecdir$ac_delim
32152 datarootdir!$datarootdir$ac_delim
32153 datadir!$datadir$ac_delim
32154 sysconfdir!$sysconfdir$ac_delim
32155 sharedstatedir!$sharedstatedir$ac_delim
32156 localstatedir!$localstatedir$ac_delim
32157 includedir!$includedir$ac_delim
32158 oldincludedir!$oldincludedir$ac_delim
32159 docdir!$docdir$ac_delim
32160 infodir!$infodir$ac_delim
32161 htmldir!$htmldir$ac_delim
32162 dvidir!$dvidir$ac_delim
32163 pdfdir!$pdfdir$ac_delim
32164 psdir!$psdir$ac_delim
32165 libdir!$libdir$ac_delim
32166 localedir!$localedir$ac_delim
32167 mandir!$mandir$ac_delim
32168 DEFS!$DEFS$ac_delim
32169 ECHO_C!$ECHO_C$ac_delim
32170 ECHO_N!$ECHO_N$ac_delim
32171 ECHO_T!$ECHO_T$ac_delim
32172 LIBS!$LIBS$ac_delim
32173 build_alias!$build_alias$ac_delim
32174 host_alias!$host_alias$ac_delim
32175 target_alias!$target_alias$ac_delim
32176 build!$build$ac_delim
32177 build_cpu!$build_cpu$ac_delim
32178 build_vendor!$build_vendor$ac_delim
32179 build_os!$build_os$ac_delim
32180 host!$host$ac_delim
32181 host_cpu!$host_cpu$ac_delim
32182 host_vendor!$host_vendor$ac_delim
32183 host_os!$host_os$ac_delim
32185 CFLAGS!$CFLAGS$ac_delim
32186 LDFLAGS!$LDFLAGS$ac_delim
32187 CPPFLAGS!$CPPFLAGS$ac_delim
32188 ac_ct_CC!$ac_ct_CC$ac_delim
32189 EXEEXT!$EXEEXT$ac_delim
32190 OBJEXT!$OBJEXT$ac_delim
32192 GREP!$GREP$ac_delim
32193 EGREP!$EGREP$ac_delim
32194 BUILD_PLATFORM!$BUILD_PLATFORM$ac_delim
32195 BUILD_CPU!$BUILD_CPU$ac_delim
32196 BUILD_VENDOR!$BUILD_VENDOR$ac_delim
32197 BUILD_OS!$BUILD_OS$ac_delim
32198 HOST_PLATFORM!$HOST_PLATFORM$ac_delim
32199 HOST_CPU!$HOST_CPU$ac_delim
32200 HOST_VENDOR!$HOST_VENDOR$ac_delim
32201 HOST_OS!$HOST_OS$ac_delim
32202 OSARCH!$OSARCH$ac_delim
32203 UNAME!$UNAME$ac_delim
32204 PBX_OSREV!$PBX_OSREV$ac_delim
32207 RANLIB!$RANLIB$ac_delim
32208 CXXFLAGS!$CXXFLAGS$ac_delim
32209 ac_ct_CXX!$ac_ct_CXX$ac_delim
32210 CXXCPP!$CXXCPP$ac_delim
32213 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
32214 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
32215 INSTALL_DATA!$INSTALL_DATA$ac_delim
32216 LN_S!$LN_S$ac_delim
32217 GNU_MAKE!$GNU_MAKE$ac_delim
32218 STRIP!$STRIP$ac_delim
32220 GNU_LD!$GNU_LD$ac_delim
32221 FIND!$FIND$ac_delim
32222 COMPRESS!$COMPRESS$ac_delim
32223 BASENAME!$BASENAME$ac_delim
32225 DIRNAME!$DIRNAME$ac_delim
32228 WGET!$WGET$ac_delim
32229 FETCH!$FETCH$ac_delim
32230 DOWNLOAD!$DOWNLOAD$ac_delim
32231 SOXMIX!$SOXMIX$ac_delim
32232 acx_pthread_config!$acx_pthread_config$ac_delim
32233 PTHREAD_CC!$PTHREAD_CC$ac_delim
32234 PTHREAD_LIBS!$PTHREAD_LIBS$ac_delim
32235 PTHREAD_CFLAGS!$PTHREAD_CFLAGS$ac_delim
32238 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
32240 elif $ac_last_try; then
32241 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
32242 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
32243 { (exit 1); exit 1; }; }
32245 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
32249 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
32250 if test -n "$ac_eof"; then
32251 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
32252 ac_eof
=`expr $ac_eof + 1`
32255 cat >>$CONFIG_STATUS <<_ACEOF
32256 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
32257 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
32260 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
32261 s/^/s,@/; s/!/@,|#_!!_#|/
32264 s/'"$ac_delim"'$/,g/; t
32266 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
32267 ' >>$CONFIG_STATUS <conf$
$subs.
sed
32268 rm -f conf$
$subs.
sed
32269 cat >>$CONFIG_STATUS <<_ACEOF
32275 for ac_last_try
in false false false false false
:; do
32276 cat >conf$
$subs.
sed <<_ACEOF
32277 AST_DEVMODE!$AST_DEVMODE$ac_delim
32278 ALSA_LIB!$ALSA_LIB$ac_delim
32279 ALSA_INCLUDE!$ALSA_INCLUDE$ac_delim
32280 ALSA_DIR!$ALSA_DIR$ac_delim
32281 PBX_ALSA!$PBX_ALSA$ac_delim
32282 CURL_LIB!$CURL_LIB$ac_delim
32283 CURL_INCLUDE!$CURL_INCLUDE$ac_delim
32284 CURL_DIR!$CURL_DIR$ac_delim
32285 PBX_CURL!$PBX_CURL$ac_delim
32286 CAP_LIB!$CAP_LIB$ac_delim
32287 CAP_INCLUDE!$CAP_INCLUDE$ac_delim
32288 CAP_DIR!$CAP_DIR$ac_delim
32289 PBX_CAP!$PBX_CAP$ac_delim
32290 CURSES_LIB!$CURSES_LIB$ac_delim
32291 CURSES_INCLUDE!$CURSES_INCLUDE$ac_delim
32292 CURSES_DIR!$CURSES_DIR$ac_delim
32293 PBX_CURSES!$PBX_CURSES$ac_delim
32294 DAHDI_LIB!$DAHDI_LIB$ac_delim
32295 DAHDI_INCLUDE!$DAHDI_INCLUDE$ac_delim
32296 DAHDI_DIR!$DAHDI_DIR$ac_delim
32297 PBX_DAHDI!$PBX_DAHDI$ac_delim
32298 GNUTLS_LIB!$GNUTLS_LIB$ac_delim
32299 GNUTLS_INCLUDE!$GNUTLS_INCLUDE$ac_delim
32300 GNUTLS_DIR!$GNUTLS_DIR$ac_delim
32301 PBX_GNUTLS!$PBX_GNUTLS$ac_delim
32302 GSM_LIB!$GSM_LIB$ac_delim
32303 GSM_INCLUDE!$GSM_INCLUDE$ac_delim
32304 GSM_DIR!$GSM_DIR$ac_delim
32305 PBX_GSM!$PBX_GSM$ac_delim
32306 IKSEMEL_LIB!$IKSEMEL_LIB$ac_delim
32307 IKSEMEL_INCLUDE!$IKSEMEL_INCLUDE$ac_delim
32308 IKSEMEL_DIR!$IKSEMEL_DIR$ac_delim
32309 PBX_IKSEMEL!$PBX_IKSEMEL$ac_delim
32310 IMAP_TK_LIB!$IMAP_TK_LIB$ac_delim
32311 IMAP_TK_INCLUDE!$IMAP_TK_INCLUDE$ac_delim
32312 IMAP_TK_DIR!$IMAP_TK_DIR$ac_delim
32313 PBX_IMAP_TK!$PBX_IMAP_TK$ac_delim
32314 ISDNNET_LIB!$ISDNNET_LIB$ac_delim
32315 ISDNNET_INCLUDE!$ISDNNET_INCLUDE$ac_delim
32316 ISDNNET_DIR!$ISDNNET_DIR$ac_delim
32317 PBX_ISDNNET!$PBX_ISDNNET$ac_delim
32318 KDE_LIB!$KDE_LIB$ac_delim
32319 KDE_INCLUDE!$KDE_INCLUDE$ac_delim
32320 KDE_DIR!$KDE_DIR$ac_delim
32321 PBX_KDE!$PBX_KDE$ac_delim
32322 LTDL_LIB!$LTDL_LIB$ac_delim
32323 LTDL_INCLUDE!$LTDL_INCLUDE$ac_delim
32324 LTDL_DIR!$LTDL_DIR$ac_delim
32325 PBX_LTDL!$PBX_LTDL$ac_delim
32326 MISDN_LIB!$MISDN_LIB$ac_delim
32327 MISDN_INCLUDE!$MISDN_INCLUDE$ac_delim
32328 MISDN_DIR!$MISDN_DIR$ac_delim
32329 PBX_MISDN!$PBX_MISDN$ac_delim
32330 NBS_LIB!$NBS_LIB$ac_delim
32331 NBS_INCLUDE!$NBS_INCLUDE$ac_delim
32332 NBS_DIR!$NBS_DIR$ac_delim
32333 PBX_NBS!$PBX_NBS$ac_delim
32334 NCURSES_LIB!$NCURSES_LIB$ac_delim
32335 NCURSES_INCLUDE!$NCURSES_INCLUDE$ac_delim
32336 NCURSES_DIR!$NCURSES_DIR$ac_delim
32337 PBX_NCURSES!$PBX_NCURSES$ac_delim
32338 NETSNMP_LIB!$NETSNMP_LIB$ac_delim
32339 NETSNMP_INCLUDE!$NETSNMP_INCLUDE$ac_delim
32340 NETSNMP_DIR!$NETSNMP_DIR$ac_delim
32341 PBX_NETSNMP!$PBX_NETSNMP$ac_delim
32342 NEWT_LIB!$NEWT_LIB$ac_delim
32343 NEWT_INCLUDE!$NEWT_INCLUDE$ac_delim
32344 NEWT_DIR!$NEWT_DIR$ac_delim
32345 PBX_NEWT!$PBX_NEWT$ac_delim
32346 UNIXODBC_LIB!$UNIXODBC_LIB$ac_delim
32347 UNIXODBC_INCLUDE!$UNIXODBC_INCLUDE$ac_delim
32348 UNIXODBC_DIR!$UNIXODBC_DIR$ac_delim
32349 PBX_UNIXODBC!$PBX_UNIXODBC$ac_delim
32350 OGG_LIB!$OGG_LIB$ac_delim
32351 OGG_INCLUDE!$OGG_INCLUDE$ac_delim
32352 OGG_DIR!$OGG_DIR$ac_delim
32353 PBX_OGG!$PBX_OGG$ac_delim
32354 OSPTK_LIB!$OSPTK_LIB$ac_delim
32355 OSPTK_INCLUDE!$OSPTK_INCLUDE$ac_delim
32356 OSPTK_DIR!$OSPTK_DIR$ac_delim
32357 PBX_OSPTK!$PBX_OSPTK$ac_delim
32358 OSS_LIB!$OSS_LIB$ac_delim
32359 OSS_INCLUDE!$OSS_INCLUDE$ac_delim
32360 OSS_DIR!$OSS_DIR$ac_delim
32361 PBX_OSS!$PBX_OSS$ac_delim
32362 POPT_LIB!$POPT_LIB$ac_delim
32363 POPT_INCLUDE!$POPT_INCLUDE$ac_delim
32364 POPT_DIR!$POPT_DIR$ac_delim
32365 PBX_POPT!$PBX_POPT$ac_delim
32366 PGSQL_LIB!$PGSQL_LIB$ac_delim
32367 PGSQL_INCLUDE!$PGSQL_INCLUDE$ac_delim
32368 PGSQL_DIR!$PGSQL_DIR$ac_delim
32369 PBX_PGSQL!$PBX_PGSQL$ac_delim
32370 PRI_LIB!$PRI_LIB$ac_delim
32371 PRI_INCLUDE!$PRI_INCLUDE$ac_delim
32372 PRI_DIR!$PRI_DIR$ac_delim
32373 PBX_PRI!$PBX_PRI$ac_delim
32376 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
32378 elif $ac_last_try; then
32379 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
32380 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
32381 { (exit 1); exit 1; }; }
32383 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
32387 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
32388 if test -n "$ac_eof"; then
32389 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
32390 ac_eof
=`expr $ac_eof + 1`
32393 cat >>$CONFIG_STATUS <<_ACEOF
32394 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
32395 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
32398 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
32399 s/^/s,@/; s/!/@,|#_!!_#|/
32402 s/'"$ac_delim"'$/,g/; t
32404 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
32405 ' >>$CONFIG_STATUS <conf$
$subs.
sed
32406 rm -f conf$
$subs.
sed
32407 cat >>$CONFIG_STATUS <<_ACEOF
32413 for ac_last_try
in false false false false false
:; do
32414 cat >conf$
$subs.
sed <<_ACEOF
32415 PWLIB_LIB!$PWLIB_LIB$ac_delim
32416 PWLIB_INCLUDE!$PWLIB_INCLUDE$ac_delim
32417 PWLIB_DIR!$PWLIB_DIR$ac_delim
32418 PBX_PWLIB!$PBX_PWLIB$ac_delim
32419 OPENH323_LIB!$OPENH323_LIB$ac_delim
32420 OPENH323_INCLUDE!$OPENH323_INCLUDE$ac_delim
32421 OPENH323_DIR!$OPENH323_DIR$ac_delim
32422 PBX_OPENH323!$PBX_OPENH323$ac_delim
32423 RADIUS_LIB!$RADIUS_LIB$ac_delim
32424 RADIUS_INCLUDE!$RADIUS_INCLUDE$ac_delim
32425 RADIUS_DIR!$RADIUS_DIR$ac_delim
32426 PBX_RADIUS!$PBX_RADIUS$ac_delim
32427 SPEEX_LIB!$SPEEX_LIB$ac_delim
32428 SPEEX_INCLUDE!$SPEEX_INCLUDE$ac_delim
32429 SPEEX_DIR!$SPEEX_DIR$ac_delim
32430 PBX_SPEEX!$PBX_SPEEX$ac_delim
32431 SPEEXDSP_LIB!$SPEEXDSP_LIB$ac_delim
32432 SPEEXDSP_INCLUDE!$SPEEXDSP_INCLUDE$ac_delim
32433 SPEEXDSP_DIR!$SPEEXDSP_DIR$ac_delim
32434 PBX_SPEEXDSP!$PBX_SPEEXDSP$ac_delim
32435 SQLITE_LIB!$SQLITE_LIB$ac_delim
32436 SQLITE_INCLUDE!$SQLITE_INCLUDE$ac_delim
32437 SQLITE_DIR!$SQLITE_DIR$ac_delim
32438 PBX_SQLITE!$PBX_SQLITE$ac_delim
32439 SUPPSERV_LIB!$SUPPSERV_LIB$ac_delim
32440 SUPPSERV_INCLUDE!$SUPPSERV_INCLUDE$ac_delim
32441 SUPPSERV_DIR!$SUPPSERV_DIR$ac_delim
32442 PBX_SUPPSERV!$PBX_SUPPSERV$ac_delim
32443 OPENSSL_LIB!$OPENSSL_LIB$ac_delim
32444 OPENSSL_INCLUDE!$OPENSSL_INCLUDE$ac_delim
32445 OPENSSL_DIR!$OPENSSL_DIR$ac_delim
32446 PBX_OPENSSL!$PBX_OPENSSL$ac_delim
32447 FREETDS_LIB!$FREETDS_LIB$ac_delim
32448 FREETDS_INCLUDE!$FREETDS_INCLUDE$ac_delim
32449 FREETDS_DIR!$FREETDS_DIR$ac_delim
32450 PBX_FREETDS!$PBX_FREETDS$ac_delim
32451 TERMCAP_LIB!$TERMCAP_LIB$ac_delim
32452 TERMCAP_INCLUDE!$TERMCAP_INCLUDE$ac_delim
32453 TERMCAP_DIR!$TERMCAP_DIR$ac_delim
32454 PBX_TERMCAP!$PBX_TERMCAP$ac_delim
32455 TINFO_LIB!$TINFO_LIB$ac_delim
32456 TINFO_INCLUDE!$TINFO_INCLUDE$ac_delim
32457 TINFO_DIR!$TINFO_DIR$ac_delim
32458 PBX_TINFO!$PBX_TINFO$ac_delim
32459 TONEZONE_LIB!$TONEZONE_LIB$ac_delim
32460 TONEZONE_INCLUDE!$TONEZONE_INCLUDE$ac_delim
32461 TONEZONE_DIR!$TONEZONE_DIR$ac_delim
32462 PBX_TONEZONE!$PBX_TONEZONE$ac_delim
32463 USB_LIB!$USB_LIB$ac_delim
32464 USB_INCLUDE!$USB_INCLUDE$ac_delim
32465 USB_DIR!$USB_DIR$ac_delim
32466 PBX_USB!$PBX_USB$ac_delim
32467 VORBIS_LIB!$VORBIS_LIB$ac_delim
32468 VORBIS_INCLUDE!$VORBIS_INCLUDE$ac_delim
32469 VORBIS_DIR!$VORBIS_DIR$ac_delim
32470 PBX_VORBIS!$PBX_VORBIS$ac_delim
32471 VPB_LIB!$VPB_LIB$ac_delim
32472 VPB_INCLUDE!$VPB_INCLUDE$ac_delim
32473 VPB_DIR!$VPB_DIR$ac_delim
32474 PBX_VPB!$PBX_VPB$ac_delim
32475 ZLIB_LIB!$ZLIB_LIB$ac_delim
32476 ZLIB_INCLUDE!$ZLIB_INCLUDE$ac_delim
32477 ZLIB_DIR!$ZLIB_DIR$ac_delim
32478 PBX_ZLIB!$PBX_ZLIB$ac_delim
32479 ZAPTEL_LIB!$ZAPTEL_LIB$ac_delim
32480 ZAPTEL_INCLUDE!$ZAPTEL_INCLUDE$ac_delim
32481 ZAPTEL_DIR!$ZAPTEL_DIR$ac_delim
32482 PBX_ZAPTEL!$PBX_ZAPTEL$ac_delim
32483 ALLOCA!$ALLOCA$ac_delim
32484 LIBOBJS!$LIBOBJS$ac_delim
32485 POW_LIB!$POW_LIB$ac_delim
32486 GC_CFLAGS!$GC_CFLAGS$ac_delim
32487 GC_LDFLAGS!$GC_LDFLAGS$ac_delim
32488 AST_DECLARATION_AFTER_STATEMENT!$AST_DECLARATION_AFTER_STATEMENT$ac_delim
32489 AST_NO_STRICT_OVERFLOW!$AST_NO_STRICT_OVERFLOW$ac_delim
32490 PBX_DAHDI_TRANSCODE!$PBX_DAHDI_TRANSCODE$ac_delim
32491 GSM_INTERNAL!$GSM_INTERNAL$ac_delim
32492 KDEINIT!$KDEINIT$ac_delim
32493 KDEDIR!$KDEDIR$ac_delim
32494 NETSNMP_CONFIG!$NETSNMP_CONFIG$ac_delim
32495 PG_CONFIG!$PG_CONFIG$ac_delim
32496 PTLIB_CONFIG!$PTLIB_CONFIG$ac_delim
32497 PWLIBDIR!$PWLIBDIR$ac_delim
32498 PWLIB_INCDIR!$PWLIB_INCDIR$ac_delim
32499 PWLIB_LIBDIR!$PWLIB_LIBDIR$ac_delim
32500 PWLIB_PLATFORM!$PWLIB_PLATFORM$ac_delim
32501 OPENH323DIR!$OPENH323DIR$ac_delim
32502 OPENH323_INCDIR!$OPENH323_INCDIR$ac_delim
32503 OPENH323_LIBDIR!$OPENH323_LIBDIR$ac_delim
32504 OPENH323_SUFFIX!$OPENH323_SUFFIX$ac_delim
32505 OPENH323_BUILD!$OPENH323_BUILD$ac_delim
32506 PBX_SPEEX_PREPROCESS!$PBX_SPEEX_PREPROCESS$ac_delim
32507 PBX_ZAPTEL_VLDTMF!$PBX_ZAPTEL_VLDTMF$ac_delim
32508 EDITLINE_LIB!$EDITLINE_LIB$ac_delim
32509 PBX_H323!$PBX_H323$ac_delim
32510 PBX_IXJUSER!$PBX_IXJUSER$ac_delim
32511 GTKCONFIG!$GTKCONFIG$ac_delim
32514 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
32516 elif $ac_last_try; then
32517 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
32518 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
32519 { (exit 1); exit 1; }; }
32521 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
32525 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
32526 if test -n "$ac_eof"; then
32527 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
32528 ac_eof
=`expr $ac_eof + 1`
32531 cat >>$CONFIG_STATUS <<_ACEOF
32532 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
32533 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
32536 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
32537 s/^/s,@/; s/!/@,|#_!!_#|/
32540 s/'"$ac_delim"'$/,g/; t
32542 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
32543 ' >>$CONFIG_STATUS <conf$
$subs.
sed
32544 rm -f conf$
$subs.
sed
32545 cat >>$CONFIG_STATUS <<_ACEOF
32551 for ac_last_try
in false false false false false
:; do
32552 cat >conf$
$subs.
sed <<_ACEOF
32553 PBX_GTK!$PBX_GTK$ac_delim
32554 GTK_INCLUDE!$GTK_INCLUDE$ac_delim
32555 GTK_LIB!$GTK_LIB$ac_delim
32556 PKGCONFIG!$PKGCONFIG$ac_delim
32557 PBX_GTK2!$PBX_GTK2$ac_delim
32558 GTK2_INCLUDE!$GTK2_INCLUDE$ac_delim
32559 GTK2_LIB!$GTK2_LIB$ac_delim
32560 CURL_CONFIG!$CURL_CONFIG$ac_delim
32561 LTLIBOBJS!$LTLIBOBJS$ac_delim
32564 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 9; then
32566 elif $ac_last_try; then
32567 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
32568 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
32569 { (exit 1); exit 1; }; }
32571 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
32575 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
32576 if test -n "$ac_eof"; then
32577 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
32578 ac_eof
=`expr $ac_eof + 1`
32581 cat >>$CONFIG_STATUS <<_ACEOF
32582 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
32583 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
32586 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
32587 s/^/s,@/; s/!/@,|#_!!_#|/
32590 s/'"$ac_delim"'$/,g/; t
32592 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
32593 ' >>$CONFIG_STATUS <conf$
$subs.
sed
32594 rm -f conf$
$subs.
sed
32595 cat >>$CONFIG_STATUS <<_ACEOF
32602 # VPATH may cause trouble with some makes, so we remove $(srcdir),
32603 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
32604 # trailing colons and then remove the whole line if VPATH becomes empty
32605 # (actually we leave an empty line to preserve line numbers).
32606 if test "x$srcdir" = x.
; then
32607 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
32608 s/:*\$(srcdir):*/:/
32609 s/:*\${srcdir}:*/:/
32611 s/^\([^=]*=[ ]*\):*/\1/
32617 cat >>$CONFIG_STATUS <<\_ACEOF
32618 fi # test -n "$CONFIG_FILES"
32621 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS
32624 :[FHLC
]) ac_mode
=$ac_tag; continue;;
32626 case $ac_mode$ac_tag in
32628 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
32629 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
32630 { (exit 1); exit 1; }; };;
32631 :[FH
]-) ac_tag
=-:-;;
32632 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
32649 -) ac_f
="$tmp/stdin";;
32650 *) # Look for the file first in the build tree, then in the source tree
32651 # (if the path is not absolute). The absolute path cannot be DOS-style,
32652 # because $ac_f cannot contain `:'.
32656 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
32658 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
32659 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
32660 { (exit 1); exit 1; }; };;
32662 ac_file_inputs
="$ac_file_inputs $ac_f"
32665 # Let's still pretend it is `configure' which instantiates (i.e., don't
32666 # use $as_me), people would be surprised to read:
32667 # /* config.h. Generated by config.status. */
32668 configure_input
="Generated from "`IFS=:
32669 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
32670 if test x
"$ac_file" != x-
; then
32671 configure_input
="$ac_file. $configure_input"
32672 { echo "$as_me:$LINENO: creating $ac_file" >&5
32673 echo "$as_me: creating $ac_file" >&6;}
32677 *:-:* |
*:-) cat >"$tmp/stdin";;
32682 ac_dir
=`$as_dirname -- "$ac_file" ||
32683 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
32684 X"$ac_file" : 'X\(//\)[^/]' \| \
32685 X"$ac_file" : 'X\(//\)$' \| \
32686 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
32688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
32692 /^X\(\/\/\)[^/].*/{
32707 -*) as_dir
=.
/$as_dir;;
32709 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
32713 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
32714 *) as_qdir
=$as_dir;;
32716 as_dirs
="'$as_qdir' $as_dirs"
32717 as_dir
=`$as_dirname -- "$as_dir" ||
32718 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
32719 X"$as_dir" : 'X\(//\)[^/]' \| \
32720 X"$as_dir" : 'X\(//\)$' \| \
32721 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
32723 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
32727 /^X\(\/\/\)[^/].*/{
32740 test -d "$as_dir" && break
32742 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
32743 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
32744 echo "$as_me: error: cannot create directory $as_dir" >&2;}
32745 { (exit 1); exit 1; }; }; }
32749 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
32751 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
32752 # A ".." for each directory in $ac_dir_suffix.
32753 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
32754 case $ac_top_builddir_sub in
32755 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
32756 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
32759 ac_abs_top_builddir
=$ac_pwd
32760 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
32761 # for backward compatibility:
32762 ac_top_builddir
=$ac_top_build_prefix
32765 .
) # We are building in place.
32767 ac_top_srcdir
=$ac_top_builddir_sub
32768 ac_abs_top_srcdir
=$ac_pwd ;;
32769 [\\/]* | ?
:[\\/]* ) # Absolute name.
32770 ac_srcdir
=$srcdir$ac_dir_suffix;
32771 ac_top_srcdir
=$srcdir
32772 ac_abs_top_srcdir
=$srcdir ;;
32773 *) # Relative name.
32774 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
32775 ac_top_srcdir
=$ac_top_build_prefix$srcdir
32776 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
32778 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
32788 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
32789 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
32793 cat >>$CONFIG_STATUS <<\_ACEOF
32794 # If the template does not know about datarootdir, expand it.
32795 # FIXME: This hack should be removed a few years after 2.60.
32796 ac_datarootdir_hack
=; ac_datarootdir_seen
=
32798 case `sed -n '/datarootdir/ {
32807 ' $ac_file_inputs` in
32808 *datarootdir
*) ac_datarootdir_seen
=yes;;
32809 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
32810 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
32811 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
32813 cat >>$CONFIG_STATUS <<_ACEOF
32814 ac_datarootdir_hack='
32815 s&@datadir@&$datadir&g
32816 s&@docdir@&$docdir&g
32817 s&@infodir@&$infodir&g
32818 s&@localedir@&$localedir&g
32819 s&@mandir@&$mandir&g
32820 s&\\\${datarootdir}&$datarootdir&g' ;;
32824 # Neutralize VPATH when `$srcdir' = `.'.
32825 # Shell code in configure.ac might set extrasub.
32826 # FIXME: do we really want to maintain this feature?
32827 cat >>$CONFIG_STATUS <<_ACEOF
32831 cat >>$CONFIG_STATUS <<\_ACEOF
32833 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
32834 s
&@configure_input@
&$configure_input&;t t
32835 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
32836 s
&@srcdir@
&$ac_srcdir&;t t
32837 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
32838 s
&@top_srcdir@
&$ac_top_srcdir&;t t
32839 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
32840 s
&@builddir@
&$ac_builddir&;t t
32841 s
&@abs_builddir@
&$ac_abs_builddir&;t t
32842 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
32843 s
&@INSTALL@
&$ac_INSTALL&;t t
32844 $ac_datarootdir_hack
32845 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" | sed -f "$tmp/subs-3.
sed" | sed -f "$tmp/subs-4.
sed" >$tmp/out
32847 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
32848 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
32849 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
32850 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
32851 which seems to be undefined. Please make sure it is defined." >&5
32852 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
32853 which seems to be undefined. Please make sure it is defined." >&2;}
32857 -) cat "$tmp/out"; rm -f "$tmp/out";;
32858 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
32867 # Transform confdefs.h into a sed script `conftest.defines', that
32868 # substitutes the proper values into config.h.in to produce config.h.
32869 rm -f conftest.defines conftest.
tail
32870 # First, append a space to every undef/define line, to ease matching.
32871 echo 's/$/ /' >conftest.defines
32872 # Then, protect against being on the right side of a sed subst, or in
32873 # an unquoted here document, in config.status. If some macros were
32874 # called several times there might be several #defines for the same
32875 # symbol, which is useless. But do not sort them, since the last
32876 # AC_DEFINE must be honored.
32877 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
32878 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
32879 # NAME is the cpp macro being defined, VALUE is the value it is being given.
32880 # PARAMS is the parameter list in the macro definition--in most cases, it's
32881 # just an empty string.
32882 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
32883 ac_dB
='\\)[ (].*,\\1define\\2'
32891 s/^[ ]*#[ ]*define[ ][ ]*//
32896 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
32897 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
32898 ' >>conftest.defines
32900 # Remove the space that was appended to ease matching.
32901 # Then replace #undef with comments. This is necessary, for
32902 # example, in the case of _POSIX_SOURCE, which is predefined and required
32903 # on some systems where configure will not decide to define it.
32904 # (The regexp can be short, since the line contains either #define or #undef.)
32906 s,^[ #]*u.*,/* & */,' >>conftest.defines
32908 # Break up conftest.defines:
32909 ac_max_sed_lines
=50
32911 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
32912 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
32913 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
32915 ac_in
='$ac_file_inputs'
32916 ac_out
='"$tmp/out1"'
32917 ac_nxt
='"$tmp/out2"'
32921 # Write a here document:
32922 cat >>$CONFIG_STATUS <<_ACEOF
32923 # First, check the format of the line:
32924 cat >"\$tmp/defines.sed" <<\\CEOF
32925 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
32926 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
32930 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
32932 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
32933 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
32934 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
32935 grep . conftest.
tail >/dev
/null ||
break
32936 rm -f conftest.defines
32937 mv conftest.
tail conftest.defines
32939 rm -f conftest.defines conftest.
tail
32941 echo "ac_result=$ac_in" >>$CONFIG_STATUS
32942 cat >>$CONFIG_STATUS <<\_ACEOF
32943 if test x
"$ac_file" != x-
; then
32944 echo "/* $configure_input */" >"$tmp/config.h"
32945 cat "$ac_result" >>"$tmp/config.h"
32946 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
32947 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
32948 echo "$as_me: $ac_file is unchanged" >&6;}
32951 mv "$tmp/config.h" $ac_file
32954 echo "/* $configure_input */"
32966 { (exit 0); exit 0; }
32968 chmod +x
$CONFIG_STATUS
32969 ac_clean_files
=$ac_clean_files_save
32972 # configure is writing to config.log, and then calls config.status.
32973 # config.status does its own redirection, appending to config.log.
32974 # Unfortunately, on DOS this fails, as config.log is still kept open
32975 # by configure, so config.status won't be able to write to it; its
32976 # output is simply discarded. So we exec the FD to /dev/null,
32977 # effectively closing config.log, so it can be properly (re)opened and
32978 # appended to by config.status. When coming back to configure, we
32979 # need to make the FD available again.
32980 if test "$no_create" != yes; then
32982 ac_config_status_args
=
32983 test "$silent" = yes &&
32984 ac_config_status_args
="$ac_config_status_args --quiet"
32986 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
32988 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
32989 # would make configure fail if this is the last instruction.
32990 $ac_cs_success ||
{ (exit 1); exit 1; }
32994 if test "x${silent}" != "xyes" ; then
32996 echo " .\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$=.. "
32997 echo " .\$7\$7.. .7\$\$7:. "
32998 echo " .\$\$:. ,\$7.7 "
32999 echo " .\$7. 7\$\$\$\$ .\$\$77 "
33000 echo " ..\$\$. \$\$\$\$\$ .\$\$\$7 "
33001 echo " ..7\$ .?. \$\$\$\$\$ .?. 7\$\$\$."
33002 echo " \$.\$. .\$\$\$7. \$\$\$\$7 .7\$\$\$. .\$\$\$."
33003 echo " .777. .\$\$\$\$\$\$77\$\$\$77\$\$\$\$\$7. \$\$\$,"
33004 echo " \$\$\$~ .7\$\$\$\$\$\$\$\$\$\$\$\$\$7. .\$\$\$."
33005 echo ".\$\$7 .7\$\$\$\$\$\$\$7: ?\$\$\$."
33006 echo "\$\$\$ ?7\$\$\$\$\$\$\$\$\$\$I .\$\$\$7 "
33007 echo "\$\$\$ .7\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$ :\$\$\$. "
33008 echo "\$\$\$ \$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$\$\$\$ .\$\$\$. "
33009 echo "\$\$\$ \$\$\$ 7\$\$\$7 .\$\$\$ .\$\$\$. "
33010 echo "\$\$\$\$ \$\$\$\$7 .\$\$\$. "
33011 echo "7\$\$\$7 7\$\$\$\$ 7\$\$\$ "
33012 echo " \$\$\$\$\$ \$\$\$ "
33013 echo " \$\$\$\$7. \$\$ (TM) "
33014 echo " \$\$\$\$\$\$\$. .7\$\$\$\$\$\$ \$\$ "
33015 echo " \$\$\$\$\$\$\$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$.\$\$\$\$\$\$ "
33016 echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. "
33020 { echo "$as_me:$LINENO: Package configured for: " >&5
33021 echo "$as_me: Package configured for: " >&6;}
33022 { echo "$as_me:$LINENO: OS type : $host_os" >&5
33023 echo "$as_me: OS type : $host_os" >&6;}
33024 { echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5
33025 echo "$as_me: Host CPU : $host_cpu" >&6;}
33026 if test "${cross_compiling}" = "yes"; then
33027 { echo "$as_me:$LINENO: Cross Compilation = YES" >&5
33028 echo "$as_me: Cross Compilation = YES" >&6;}