blob: a4c86b0a6e43f123c6b55341e2b6372d91796283 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for pjproject 2.x.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1"
200 if (eval "$as_required") 2>/dev/null; then :
201 as_have_required=yes
202else
203 as_have_required=no
204fi
205 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
206
207else
208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
209as_found=false
210for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
211do
212 IFS=$as_save_IFS
213 test -z "$as_dir" && as_dir=.
214 as_found=:
215 case $as_dir in #(
216 /*)
217 for as_base in sh bash ksh sh5; do
218 # Try only shells that exist, to save several forks.
219 as_shell=$as_dir/$as_base
220 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
222 CONFIG_SHELL=$as_shell as_have_required=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 break 2
225fi
226fi
227 done;;
228 esac
229 as_found=false
230done
231$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
233 CONFIG_SHELL=$SHELL as_have_required=yes
234fi; }
235IFS=$as_save_IFS
236
237
238 if test "x$CONFIG_SHELL" != x; then :
239 export CONFIG_SHELL
240 # We cannot yet assume a decent shell, so we have to provide a
241# neutralization value for shells without unset; and this also
242# works around shells that cannot unset nonexistent variables.
243# Preserve -v and -x to the replacement shell.
244BASH_ENV=/dev/null
245ENV=/dev/null
246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252esac
253exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254# Admittedly, this is quite paranoid, since all the known shells bail
255# out after a failed `exec'.
256$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257exit 255
258fi
259
260 if test x$as_have_required = xno; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x${ZSH_VERSION+set} = xset ; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
266 else
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268$0: including any error possibly output before this
269$0: message. Then install a modern shell, or manually run
270$0: the script under such a shell if you do have one."
271 fi
272 exit 1
273fi
274fi
275fi
276SHELL=${CONFIG_SHELL-/bin/sh}
277export SHELL
278# Unset more variables known to interfere with behavior of common tools.
279CLICOLOR_FORCE= GREP_OPTIONS=
280unset CLICOLOR_FORCE GREP_OPTIONS
281
282## --------------------- ##
283## M4sh Shell Functions. ##
284## --------------------- ##
285# as_fn_unset VAR
286# ---------------
287# Portably unset VAR.
288as_fn_unset ()
289{
290 { eval $1=; unset $1;}
291}
292as_unset=as_fn_unset
293
294# as_fn_set_status STATUS
295# -----------------------
296# Set $? to STATUS, without forking.
297as_fn_set_status ()
298{
299 return $1
300} # as_fn_set_status
301
302# as_fn_exit STATUS
303# -----------------
304# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
305as_fn_exit ()
306{
307 set +e
308 as_fn_set_status $1
309 exit $1
310} # as_fn_exit
311
312# as_fn_mkdir_p
313# -------------
314# Create "$as_dir" as a directory, including parents if necessary.
315as_fn_mkdir_p ()
316{
317
318 case $as_dir in #(
319 -*) as_dir=./$as_dir;;
320 esac
321 test -d "$as_dir" || eval $as_mkdir_p || {
322 as_dirs=
323 while :; do
324 case $as_dir in #(
325 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
326 *) as_qdir=$as_dir;;
327 esac
328 as_dirs="'$as_qdir' $as_dirs"
329 as_dir=`$as_dirname -- "$as_dir" ||
330$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334$as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
336 s//\1/
337 q
338 }
339 /^X\(\/\/\)[^/].*/{
340 s//\1/
341 q
342 }
343 /^X\(\/\/\)$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\).*/{
348 s//\1/
349 q
350 }
351 s/.*/./; q'`
352 test -d "$as_dir" && break
353 done
354 test -z "$as_dirs" || eval "mkdir $as_dirs"
355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
356
357
358} # as_fn_mkdir_p
359
360# as_fn_executable_p FILE
361# -----------------------
362# Test if FILE is an executable regular file.
363as_fn_executable_p ()
364{
365 test -f "$1" && test -x "$1"
366} # as_fn_executable_p
367# as_fn_append VAR VALUE
368# ----------------------
369# Append the text in VALUE to the end of the definition contained in VAR. Take
370# advantage of any shell optimizations that allow amortized linear growth over
371# repeated appends, instead of the typical quadratic growth present in naive
372# implementations.
373if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
374 eval 'as_fn_append ()
375 {
376 eval $1+=\$2
377 }'
378else
379 as_fn_append ()
380 {
381 eval $1=\$$1\$2
382 }
383fi # as_fn_append
384
385# as_fn_arith ARG...
386# ------------------
387# Perform arithmetic evaluation on the ARGs, and store the result in the
388# global $as_val. Take advantage of shells that can avoid forks. The arguments
389# must be portable across $(()) and expr.
390if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
391 eval 'as_fn_arith ()
392 {
393 as_val=$(( $* ))
394 }'
395else
396 as_fn_arith ()
397 {
398 as_val=`expr "$@" || test $? -eq 1`
399 }
400fi # as_fn_arith
401
402
403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
405# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
407# script with STATUS, using 1 if that was 0.
408as_fn_error ()
409{
410 as_status=$1; test $as_status -eq 0 && as_status=1
411 if test "$4"; then
412 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
414 fi
415 $as_echo "$as_me: error: $2" >&2
416 as_fn_exit $as_status
417} # as_fn_error
418
419if expr a : '\(a\)' >/dev/null 2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
421 as_expr=expr
422else
423 as_expr=false
424fi
425
426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
427 as_basename=basename
428else
429 as_basename=false
430fi
431
432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434else
435 as_dirname=false
436fi
437
438as_me=`$as_basename -- "$0" ||
439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442$as_echo X/"$0" |
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
444 s//\1/
445 q
446 }
447 /^X\/\(\/\/\)$/{
448 s//\1/
449 q
450 }
451 /^X\/\(\/\).*/{
452 s//\1/
453 q
454 }
455 s/.*/./; q'`
456
457# Avoid depending upon Character Ranges.
458as_cr_letters='abcdefghijklmnopqrstuvwxyz'
459as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460as_cr_Letters=$as_cr_letters$as_cr_LETTERS
461as_cr_digits='0123456789'
462as_cr_alnum=$as_cr_Letters$as_cr_digits
463
464
465 as_lineno_1=$LINENO as_lineno_1a=$LINENO
466 as_lineno_2=$LINENO as_lineno_2a=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
470 sed -n '
471 p
472 /[$]LINENO/=
473 ' <$as_myself |
474 sed '
475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
479 N
480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
482 t loop
483 s/-\n.*//
484 ' >$as_me.lineno &&
485 chmod +x "$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
487
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec=no; export _as_can_reexec
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
496 # Exit status is that of the last command.
497 exit
498}
499
500ECHO_C= ECHO_N= ECHO_T=
501case `echo -n x` in #(((((
502-n*)
503 case `echo 'xy\c'` in
504 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
505 xy) ECHO_C='\c';;
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
507 ECHO_T=' ';;
508 esac;;
509*)
510 ECHO_N='-n';;
511esac
512
513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
516else
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
519fi
520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
522 as_ln_s='ln -s'
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
526 # In both cases, we have to default to `cp -pR'.
527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
528 as_ln_s='cp -pR'
529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
532 as_ln_s='cp -pR'
533 fi
534else
535 as_ln_s='cp -pR'
536fi
537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
539
540if mkdir -p . 2>/dev/null; then
541 as_mkdir_p='mkdir -p "$as_dir"'
542else
543 test -d ./-p && rmdir ./-p
544 as_mkdir_p=false
545fi
546
547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
549
550# Sed expression to map a string onto a valid CPP name.
551as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
552
553# Sed expression to map a string onto a valid variable name.
554as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
555
556
557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
559
560# Name of the host.
561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
565#
566# Initializations.
567#
568ac_default_prefix=/usr/local
569ac_clean_files=
570ac_config_libobj_dir=.
571LIBOBJS=
572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
576
577# Identity of this package.
578PACKAGE_NAME='pjproject'
579PACKAGE_TARNAME='pjproject'
580PACKAGE_VERSION='2.x'
581PACKAGE_STRING='pjproject 2.x'
582PACKAGE_BUGREPORT=''
583PACKAGE_URL=''
584
585# Factoring default headers for most tests.
586ac_includes_default="\
587#include <stdio.h>
588#ifdef HAVE_SYS_TYPES_H
589# include <sys/types.h>
590#endif
591#ifdef HAVE_SYS_STAT_H
592# include <sys/stat.h>
593#endif
594#ifdef STDC_HEADERS
595# include <stdlib.h>
596# include <stddef.h>
597#else
598# ifdef HAVE_STDLIB_H
599# include <stdlib.h>
600# endif
601#endif
602#ifdef HAVE_STRING_H
603# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
604# include <memory.h>
605# endif
606# include <string.h>
607#endif
608#ifdef HAVE_STRINGS_H
609# include <strings.h>
610#endif
611#ifdef HAVE_INTTYPES_H
612# include <inttypes.h>
613#endif
614#ifdef HAVE_STDINT_H
615# include <stdint.h>
616#endif
617#ifdef HAVE_UNISTD_H
618# include <unistd.h>
619#endif"
620
621ac_subst_vars='LTLIBOBJS
622LIBOBJS
623ac_main_obj
624ac_host
625ac_linux_poll
626silk_present
627silk_h_present
628ac_no_silk
629opencore_amrwb_dec_present
630opencore_amrwb_dec_h_present
631opencore_amrwb_enc_present
632opencore_amrwb_enc_h_present
633opencore_amrnb_present
634opencore_amrnb_h_present
635ac_no_opencore_amrwb
636ac_no_opencore_amrnb
637libcrypto_present
638libssl_present
639openssl_h_present
640ac_no_ssl
641ac_v4l2_ldflags
642ac_v4l2_cflags
643PKG_CONFIG
644SAVED_PKG_CONFIG_PATH
645ac_ffmpeg_ldflags
646ac_ffmpeg_cflags
647ac_has_ffmpeg
648ac_sdl_ldflags
649ac_sdl_cflags
650SDL_CONFIG
651ac_resample_dll
652ac_no_ilbc_codec
653ac_no_speex_codec
654ac_no_g7221_codec
655ac_no_g722_codec
656ac_no_gsm_codec
657ac_no_l16_codec
658ac_no_g711_codec
659ac_no_speex_aec
660ac_no_large_filter
661ac_no_small_filter
662ac_qt_cflags
663ac_pjmedia_video_has_qt
664ac_ios_cflags
665ac_pjmedia_video_has_ios
666ac_pjmedia_video
667ac_pa_use_oss
668ac_pa_use_alsa
669ac_pa_cflags
670ac_external_pa
671ac_pjmedia_snd
672ac_external_gsm
673ac_external_speex
674ac_os_objs
675EGREP
676GREP
677CPP
678ac_cross_compile
679ac_shlib_suffix
680ac_build_mak_vars
681ac_pjdir
682CC_CFLAGS
683CC_OPTIMIZE
684CC_DEF
685CC_INC
686CC_OUT
687LIBEXT2
688LIBEXT
689RANLIB
690LDOUT
691LD
692AR
693ac_ct_CXX
694CXXFLAGS
695CXX
696OBJEXT
697EXEEXT
698ac_ct_CC
699CPPFLAGS
700LDFLAGS
701CFLAGS
702CC
703target_os
704target_vendor
705target_cpu
706target
707host_os
708host_vendor
709host_cpu
710host
711build_os
712build_vendor
713build_cpu
714build
715target_alias
716host_alias
717build_alias
718LIBS
719ECHO_T
720ECHO_N
721ECHO_C
722DEFS
723mandir
724localedir
725libdir
726psdir
727pdfdir
728dvidir
729htmldir
730infodir
731docdir
732oldincludedir
733includedir
734localstatedir
735sharedstatedir
736sysconfdir
737datadir
738datarootdir
739libexecdir
740sbindir
741bindir
742program_transform_name
743prefix
744exec_prefix
745PACKAGE_URL
746PACKAGE_BUGREPORT
747PACKAGE_STRING
748PACKAGE_VERSION
749PACKAGE_TARNAME
750PACKAGE_NAME
751PATH_SEPARATOR
752SHELL'
753ac_subst_files=''
754ac_user_opts='
755enable_option_checking
756enable_floating_point
757enable_epoll
758with_external_speex
759with_external_gsm
760enable_sound
761with_external_pa
762enable_oss
763enable_video
764enable_ext_sound
765enable_small_filter
766enable_large_filter
767enable_speex_aec
768enable_g711_codec
769enable_l16_codec
770enable_gsm_codec
771enable_g722_codec
772enable_g7221_codec
773enable_speex_codec
774enable_ilbc_codec
775enable_libsamplerate
776enable_resample_dll
777with_sdl
778enable_sdl
779with_ffmpeg
780enable_ffmpeg
781enable_v4l2
782enable_ipp
783with_ipp
784with_ipp_samples
785with_ipp_arch
786with_ssl
787enable_ssl
788with_opencore_amrnb
789with_opencore_amr
790with_opencore_amrwbenc
791enable_opencore_amr
792with_silk
793enable_silk
794'
795 ac_precious_vars='build_alias
796host_alias
797target_alias
798CC
799CFLAGS
800LDFLAGS
801LIBS
802CPPFLAGS
803CXX
804CXXFLAGS
805CCC
806CPP'
807
808
809# Initialize some variables set by options.
810ac_init_help=
811ac_init_version=false
812ac_unrecognized_opts=
813ac_unrecognized_sep=
814# The variables have the same names as the options, with
815# dashes changed to underlines.
816cache_file=/dev/null
817exec_prefix=NONE
818no_create=
819no_recursion=
820prefix=NONE
821program_prefix=NONE
822program_suffix=NONE
823program_transform_name=s,x,x,
824silent=
825site=
826srcdir=
827verbose=
828x_includes=NONE
829x_libraries=NONE
830
831# Installation directory options.
832# These are left unexpanded so users can "make install exec_prefix=/foo"
833# and all the variables that are supposed to be based on exec_prefix
834# by default will actually change.
835# Use braces instead of parens because sh, perl, etc. also accept them.
836# (The list follows the same order as the GNU Coding Standards.)
837bindir='${exec_prefix}/bin'
838sbindir='${exec_prefix}/sbin'
839libexecdir='${exec_prefix}/libexec'
840datarootdir='${prefix}/share'
841datadir='${datarootdir}'
842sysconfdir='${prefix}/etc'
843sharedstatedir='${prefix}/com'
844localstatedir='${prefix}/var'
845includedir='${prefix}/include'
846oldincludedir='/usr/include'
847docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
848infodir='${datarootdir}/info'
849htmldir='${docdir}'
850dvidir='${docdir}'
851pdfdir='${docdir}'
852psdir='${docdir}'
853libdir='${exec_prefix}/lib'
854localedir='${datarootdir}/locale'
855mandir='${datarootdir}/man'
856
857ac_prev=
858ac_dashdash=
859for ac_option
860do
861 # If the previous option needs an argument, assign it.
862 if test -n "$ac_prev"; then
863 eval $ac_prev=\$ac_option
864 ac_prev=
865 continue
866 fi
867
868 case $ac_option in
869 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 *=) ac_optarg= ;;
871 *) ac_optarg=yes ;;
872 esac
873
874 # Accept the important Cygnus configure options, so we can diagnose typos.
875
876 case $ac_dashdash$ac_option in
877 --)
878 ac_dashdash=yes ;;
879
880 -bindir | --bindir | --bindi | --bind | --bin | --bi)
881 ac_prev=bindir ;;
882 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
883 bindir=$ac_optarg ;;
884
885 -build | --build | --buil | --bui | --bu)
886 ac_prev=build_alias ;;
887 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
888 build_alias=$ac_optarg ;;
889
890 -cache-file | --cache-file | --cache-fil | --cache-fi \
891 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
892 ac_prev=cache_file ;;
893 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
894 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
895 cache_file=$ac_optarg ;;
896
897 --config-cache | -C)
898 cache_file=config.cache ;;
899
900 -datadir | --datadir | --datadi | --datad)
901 ac_prev=datadir ;;
902 -datadir=* | --datadir=* | --datadi=* | --datad=*)
903 datadir=$ac_optarg ;;
904
905 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
906 | --dataroo | --dataro | --datar)
907 ac_prev=datarootdir ;;
908 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
909 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
910 datarootdir=$ac_optarg ;;
911
912 -disable-* | --disable-*)
913 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
914 # Reject names that are not valid shell variable names.
915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
916 as_fn_error $? "invalid feature name: $ac_useropt"
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
920 *"
921"enable_$ac_useropt"
922"*) ;;
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
925 esac
926 eval enable_$ac_useropt=no ;;
927
928 -docdir | --docdir | --docdi | --doc | --do)
929 ac_prev=docdir ;;
930 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
931 docdir=$ac_optarg ;;
932
933 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
934 ac_prev=dvidir ;;
935 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
936 dvidir=$ac_optarg ;;
937
938 -enable-* | --enable-*)
939 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
940 # Reject names that are not valid shell variable names.
941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
942 as_fn_error $? "invalid feature name: $ac_useropt"
943 ac_useropt_orig=$ac_useropt
944 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
945 case $ac_user_opts in
946 *"
947"enable_$ac_useropt"
948"*) ;;
949 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
950 ac_unrecognized_sep=', ';;
951 esac
952 eval enable_$ac_useropt=\$ac_optarg ;;
953
954 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
955 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
956 | --exec | --exe | --ex)
957 ac_prev=exec_prefix ;;
958 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
959 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
960 | --exec=* | --exe=* | --ex=*)
961 exec_prefix=$ac_optarg ;;
962
963 -gas | --gas | --ga | --g)
964 # Obsolete; use --with-gas.
965 with_gas=yes ;;
966
967 -help | --help | --hel | --he | -h)
968 ac_init_help=long ;;
969 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
970 ac_init_help=recursive ;;
971 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
972 ac_init_help=short ;;
973
974 -host | --host | --hos | --ho)
975 ac_prev=host_alias ;;
976 -host=* | --host=* | --hos=* | --ho=*)
977 host_alias=$ac_optarg ;;
978
979 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
980 ac_prev=htmldir ;;
981 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
982 | --ht=*)
983 htmldir=$ac_optarg ;;
984
985 -includedir | --includedir | --includedi | --included | --include \
986 | --includ | --inclu | --incl | --inc)
987 ac_prev=includedir ;;
988 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
989 | --includ=* | --inclu=* | --incl=* | --inc=*)
990 includedir=$ac_optarg ;;
991
992 -infodir | --infodir | --infodi | --infod | --info | --inf)
993 ac_prev=infodir ;;
994 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
995 infodir=$ac_optarg ;;
996
997 -libdir | --libdir | --libdi | --libd)
998 ac_prev=libdir ;;
999 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1000 libdir=$ac_optarg ;;
1001
1002 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1003 | --libexe | --libex | --libe)
1004 ac_prev=libexecdir ;;
1005 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1006 | --libexe=* | --libex=* | --libe=*)
1007 libexecdir=$ac_optarg ;;
1008
1009 -localedir | --localedir | --localedi | --localed | --locale)
1010 ac_prev=localedir ;;
1011 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1012 localedir=$ac_optarg ;;
1013
1014 -localstatedir | --localstatedir | --localstatedi | --localstated \
1015 | --localstate | --localstat | --localsta | --localst | --locals)
1016 ac_prev=localstatedir ;;
1017 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1018 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1019 localstatedir=$ac_optarg ;;
1020
1021 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1022 ac_prev=mandir ;;
1023 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1024 mandir=$ac_optarg ;;
1025
1026 -nfp | --nfp | --nf)
1027 # Obsolete; use --without-fp.
1028 with_fp=no ;;
1029
1030 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1031 | --no-cr | --no-c | -n)
1032 no_create=yes ;;
1033
1034 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1035 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1036 no_recursion=yes ;;
1037
1038 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1039 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1040 | --oldin | --oldi | --old | --ol | --o)
1041 ac_prev=oldincludedir ;;
1042 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1043 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1044 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1045 oldincludedir=$ac_optarg ;;
1046
1047 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1048 ac_prev=prefix ;;
1049 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1050 prefix=$ac_optarg ;;
1051
1052 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1053 | --program-pre | --program-pr | --program-p)
1054 ac_prev=program_prefix ;;
1055 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1056 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1057 program_prefix=$ac_optarg ;;
1058
1059 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1060 | --program-suf | --program-su | --program-s)
1061 ac_prev=program_suffix ;;
1062 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1063 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1064 program_suffix=$ac_optarg ;;
1065
1066 -program-transform-name | --program-transform-name \
1067 | --program-transform-nam | --program-transform-na \
1068 | --program-transform-n | --program-transform- \
1069 | --program-transform | --program-transfor \
1070 | --program-transfo | --program-transf \
1071 | --program-trans | --program-tran \
1072 | --progr-tra | --program-tr | --program-t)
1073 ac_prev=program_transform_name ;;
1074 -program-transform-name=* | --program-transform-name=* \
1075 | --program-transform-nam=* | --program-transform-na=* \
1076 | --program-transform-n=* | --program-transform-=* \
1077 | --program-transform=* | --program-transfor=* \
1078 | --program-transfo=* | --program-transf=* \
1079 | --program-trans=* | --program-tran=* \
1080 | --progr-tra=* | --program-tr=* | --program-t=*)
1081 program_transform_name=$ac_optarg ;;
1082
1083 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1084 ac_prev=pdfdir ;;
1085 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1086 pdfdir=$ac_optarg ;;
1087
1088 -psdir | --psdir | --psdi | --psd | --ps)
1089 ac_prev=psdir ;;
1090 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1091 psdir=$ac_optarg ;;
1092
1093 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1094 | -silent | --silent | --silen | --sile | --sil)
1095 silent=yes ;;
1096
1097 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1098 ac_prev=sbindir ;;
1099 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1100 | --sbi=* | --sb=*)
1101 sbindir=$ac_optarg ;;
1102
1103 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1104 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1105 | --sharedst | --shareds | --shared | --share | --shar \
1106 | --sha | --sh)
1107 ac_prev=sharedstatedir ;;
1108 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1109 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1110 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1111 | --sha=* | --sh=*)
1112 sharedstatedir=$ac_optarg ;;
1113
1114 -site | --site | --sit)
1115 ac_prev=site ;;
1116 -site=* | --site=* | --sit=*)
1117 site=$ac_optarg ;;
1118
1119 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1120 ac_prev=srcdir ;;
1121 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1122 srcdir=$ac_optarg ;;
1123
1124 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1125 | --syscon | --sysco | --sysc | --sys | --sy)
1126 ac_prev=sysconfdir ;;
1127 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1128 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1129 sysconfdir=$ac_optarg ;;
1130
1131 -target | --target | --targe | --targ | --tar | --ta | --t)
1132 ac_prev=target_alias ;;
1133 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1134 target_alias=$ac_optarg ;;
1135
1136 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1137 verbose=yes ;;
1138
1139 -version | --version | --versio | --versi | --vers | -V)
1140 ac_init_version=: ;;
1141
1142 -with-* | --with-*)
1143 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1144 # Reject names that are not valid shell variable names.
1145 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1146 as_fn_error $? "invalid package name: $ac_useropt"
1147 ac_useropt_orig=$ac_useropt
1148 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149 case $ac_user_opts in
1150 *"
1151"with_$ac_useropt"
1152"*) ;;
1153 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1154 ac_unrecognized_sep=', ';;
1155 esac
1156 eval with_$ac_useropt=\$ac_optarg ;;
1157
1158 -without-* | --without-*)
1159 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1160 # Reject names that are not valid shell variable names.
1161 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1162 as_fn_error $? "invalid package name: $ac_useropt"
1163 ac_useropt_orig=$ac_useropt
1164 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1165 case $ac_user_opts in
1166 *"
1167"with_$ac_useropt"
1168"*) ;;
1169 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1170 ac_unrecognized_sep=', ';;
1171 esac
1172 eval with_$ac_useropt=no ;;
1173
1174 --x)
1175 # Obsolete; use --with-x.
1176 with_x=yes ;;
1177
1178 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1179 | --x-incl | --x-inc | --x-in | --x-i)
1180 ac_prev=x_includes ;;
1181 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1182 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1183 x_includes=$ac_optarg ;;
1184
1185 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1186 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1187 ac_prev=x_libraries ;;
1188 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1189 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1190 x_libraries=$ac_optarg ;;
1191
1192 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1193Try \`$0 --help' for more information"
1194 ;;
1195
1196 *=*)
1197 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1198 # Reject names that are not valid shell variable names.
1199 case $ac_envvar in #(
1200 '' | [0-9]* | *[!_$as_cr_alnum]* )
1201 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1202 esac
1203 eval $ac_envvar=\$ac_optarg
1204 export $ac_envvar ;;
1205
1206 *)
1207 # FIXME: should be removed in autoconf 3.0.
1208 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1209 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1210 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1211 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1212 ;;
1213
1214 esac
1215done
1216
1217if test -n "$ac_prev"; then
1218 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1219 as_fn_error $? "missing argument to $ac_option"
1220fi
1221
1222if test -n "$ac_unrecognized_opts"; then
1223 case $enable_option_checking in
1224 no) ;;
1225 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1226 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1227 esac
1228fi
1229
1230# Check all directory arguments for consistency.
1231for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1232 datadir sysconfdir sharedstatedir localstatedir includedir \
1233 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1234 libdir localedir mandir
1235do
1236 eval ac_val=\$$ac_var
1237 # Remove trailing slashes.
1238 case $ac_val in
1239 */ )
1240 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1241 eval $ac_var=\$ac_val;;
1242 esac
1243 # Be sure to have absolute directory names.
1244 case $ac_val in
1245 [\\/$]* | ?:[\\/]* ) continue;;
1246 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1247 esac
1248 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1249done
1250
1251# There might be people who depend on the old broken behavior: `$host'
1252# used to hold the argument of --host etc.
1253# FIXME: To remove some day.
1254build=$build_alias
1255host=$host_alias
1256target=$target_alias
1257
1258# FIXME: To remove some day.
1259if test "x$host_alias" != x; then
1260 if test "x$build_alias" = x; then
1261 cross_compiling=maybe
1262 elif test "x$build_alias" != "x$host_alias"; then
1263 cross_compiling=yes
1264 fi
1265fi
1266
1267ac_tool_prefix=
1268test -n "$host_alias" && ac_tool_prefix=$host_alias-
1269
1270test "$silent" = yes && exec 6>/dev/null
1271
1272
1273ac_pwd=`pwd` && test -n "$ac_pwd" &&
1274ac_ls_di=`ls -di .` &&
1275ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1276 as_fn_error $? "working directory cannot be determined"
1277test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1278 as_fn_error $? "pwd does not report name of working directory"
1279
1280
1281# Find the source files, if location was not specified.
1282if test -z "$srcdir"; then
1283 ac_srcdir_defaulted=yes
1284 # Try the directory containing this script, then the parent directory.
1285 ac_confdir=`$as_dirname -- "$as_myself" ||
1286$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1287 X"$as_myself" : 'X\(//\)[^/]' \| \
1288 X"$as_myself" : 'X\(//\)$' \| \
1289 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1290$as_echo X"$as_myself" |
1291 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1292 s//\1/
1293 q
1294 }
1295 /^X\(\/\/\)[^/].*/{
1296 s//\1/
1297 q
1298 }
1299 /^X\(\/\/\)$/{
1300 s//\1/
1301 q
1302 }
1303 /^X\(\/\).*/{
1304 s//\1/
1305 q
1306 }
1307 s/.*/./; q'`
1308 srcdir=$ac_confdir
1309 if test ! -r "$srcdir/$ac_unique_file"; then
1310 srcdir=..
1311 fi
1312else
1313 ac_srcdir_defaulted=no
1314fi
1315if test ! -r "$srcdir/$ac_unique_file"; then
1316 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1317 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1318fi
1319ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1320ac_abs_confdir=`(
1321 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1322 pwd)`
1323# When building in place, set srcdir=.
1324if test "$ac_abs_confdir" = "$ac_pwd"; then
1325 srcdir=.
1326fi
1327# Remove unnecessary trailing slashes from srcdir.
1328# Double slashes in file names in object file debugging info
1329# mess up M-x gdb in Emacs.
1330case $srcdir in
1331*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1332esac
1333for ac_var in $ac_precious_vars; do
1334 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1335 eval ac_env_${ac_var}_value=\$${ac_var}
1336 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1337 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1338done
1339
1340#
1341# Report the --help message.
1342#
1343if test "$ac_init_help" = "long"; then
1344 # Omit some internal or obsolete options to make the list less imposing.
1345 # This message is too long to be a string in the A/UX 3.1 sh.
1346 cat <<_ACEOF
1347\`configure' configures pjproject 2.x to adapt to many kinds of systems.
1348
1349Usage: $0 [OPTION]... [VAR=VALUE]...
1350
1351To assign environment variables (e.g., CC, CFLAGS...), specify them as
1352VAR=VALUE. See below for descriptions of some of the useful variables.
1353
1354Defaults for the options are specified in brackets.
1355
1356Configuration:
1357 -h, --help display this help and exit
1358 --help=short display options specific to this package
1359 --help=recursive display the short help of all the included packages
1360 -V, --version display version information and exit
1361 -q, --quiet, --silent do not print \`checking ...' messages
1362 --cache-file=FILE cache test results in FILE [disabled]
1363 -C, --config-cache alias for \`--cache-file=config.cache'
1364 -n, --no-create do not create output files
1365 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1366
1367Installation directories:
1368 --prefix=PREFIX install architecture-independent files in PREFIX
1369 [$ac_default_prefix]
1370 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1371 [PREFIX]
1372
1373By default, \`make install' will install all the files in
1374\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1375an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1376for instance \`--prefix=\$HOME'.
1377
1378For better control, use the options below.
1379
1380Fine tuning of the installation directories:
1381 --bindir=DIR user executables [EPREFIX/bin]
1382 --sbindir=DIR system admin executables [EPREFIX/sbin]
1383 --libexecdir=DIR program executables [EPREFIX/libexec]
1384 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1385 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1386 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1387 --libdir=DIR object code libraries [EPREFIX/lib]
1388 --includedir=DIR C header files [PREFIX/include]
1389 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1390 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1391 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1392 --infodir=DIR info documentation [DATAROOTDIR/info]
1393 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1394 --mandir=DIR man documentation [DATAROOTDIR/man]
1395 --docdir=DIR documentation root [DATAROOTDIR/doc/pjproject]
1396 --htmldir=DIR html documentation [DOCDIR]
1397 --dvidir=DIR dvi documentation [DOCDIR]
1398 --pdfdir=DIR pdf documentation [DOCDIR]
1399 --psdir=DIR ps documentation [DOCDIR]
1400_ACEOF
1401
1402 cat <<\_ACEOF
1403
1404System types:
1405 --build=BUILD configure for building on BUILD [guessed]
1406 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1407 --target=TARGET configure for building compilers for TARGET [HOST]
1408_ACEOF
1409fi
1410
1411if test -n "$ac_init_help"; then
1412 case $ac_init_help in
1413 short | recursive ) echo "Configuration of pjproject 2.x:";;
1414 esac
1415 cat <<\_ACEOF
1416
1417Optional Features:
1418 --disable-option-checking ignore unrecognized --enable/--with options
1419 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1420 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1421 --disable-floating-point
1422 Disable floating point where possible
1423 --enable-epoll Use /dev/epoll ioqueue on Linux (experimental)
1424 --disable-sound Exclude sound (i.e. use null sound)
1425 --disable-oss Disable OSS audio (default: not disabled)
1426 --disable-video Disable video feature
1427 --enable-ext-sound PJMEDIA will not provide any sound device backend
1428 --disable-small-filter Exclude small filter in resampling
1429 --disable-large-filter Exclude large filter in resampling
1430 --disable-speex-aec Exclude Speex Acoustic Echo Canceller/AEC
1431 --disable-g711-codec Exclude G.711 codecs from the build
1432 --disable-l16-codec Exclude Linear/L16 codec family from the build
1433 --disable-gsm-codec Exclude GSM codec in the build
1434 --disable-g722-codec Exclude G.722 codec in the build
1435 --disable-g7221-codec Exclude G.7221 codec in the build
1436 --disable-speex-codec Exclude Speex codecs in the build
1437 --disable-ilbc-codec Exclude iLBC codec in the build
1438 --enable-libsamplerate Link with libsamplerate when available. Note that
1439 PJMEDIA_RESAMPLE_IMP must also be configured
1440 --enable-resample-dll Build libresample as shared library
1441 --disable-sdl Disable SDL (default: not disabled)
1442 --disable-ffmpeg Disable ffmpeg (default: not disabled)
1443 --disable-v4l2 Disable Video4Linux2 (default: not disabled)
1444 --enable-ipp Enable Intel IPP support. Specify the Intel IPP
1445 package and samples location using IPPROOT and
1446 IPPSAMPLES env var or with --with-ipp and
1447 --with-ipp-samples options
1448 --disable-ssl Exclude SSL support the build (default: autodetect)
1449
1450 --disable-opencore-amr Exclude OpenCORE AMR support from the build
1451 (default: autodetect)
1452
1453 --disable-silk Exclude SILK support from the build (default:
1454 autodetect)
1455
1456
1457Optional Packages:
1458 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1459 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1460 --with-external-speex Use external Speex development files, not the one in
1461 "third_party" directory. When this option is set,
1462 make sure that Speex is accessible to use (hint: use
1463 CFLAGS and LDFLAGS env var to set the include/lib
1464 paths)
1465 --with-external-gsm Use external GSM codec library, not the one in
1466 "third_party" directory. When this option is set,
1467 make sure that the GSM include/lib files are
1468 accessible to use (hint: use CFLAGS and LDFLAGS env
1469 var to set the include/lib paths)
1470 --with-external-pa Use external PortAudio development files, not the
1471 one in "third_party" directory. When this option is
1472 set, make sure that PortAudio is accessible to use
1473 (hint: use CFLAGS and LDFLAGS env var to set the
1474 include/lib paths)
1475 --with-sdl=DIR Specify alternate libSDL prefix
1476 --with-ffmpeg=DIR Specify alternate FFMPEG prefix
1477 --with-ipp=DIR Specify the Intel IPP location
1478 --with-ipp-samples=DIR Specify the Intel IPP samples location
1479 --with-ipp-arch=ARCH Specify the Intel IPP ARCH suffix, e.g. "64" or
1480 "em64t. Default is blank for IA32"
1481 --with-ssl=DIR Specify alternate libssl prefix
1482 --with-opencore-amrnb=DIR
1483 This option is obsolete and replaced by
1484 --with-opencore-amr=DIR
1485 --with-opencore-amr=DIR Specify alternate libopencore-amr prefix
1486 --with-opencore-amrwbenc=DIR
1487 Specify alternate libvo-amrwbenc prefix
1488 --with-silk=DIR Specify alternate SILK prefix
1489
1490Some influential environment variables:
1491 CC C compiler command
1492 CFLAGS C compiler flags
1493 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1494 nonstandard directory <lib dir>
1495 LIBS libraries to pass to the linker, e.g. -l<library>
1496 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1497 you have headers in a nonstandard directory <include dir>
1498 CXX C++ compiler command
1499 CXXFLAGS C++ compiler flags
1500 CPP C preprocessor
1501
1502Use these variables to override the choices made by `configure' or to help
1503it to find libraries and programs with nonstandard names/locations.
1504
1505Report bugs to the package provider.
1506_ACEOF
1507ac_status=$?
1508fi
1509
1510if test "$ac_init_help" = "recursive"; then
1511 # If there are subdirs, report their specific --help.
1512 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1513 test -d "$ac_dir" ||
1514 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1515 continue
1516 ac_builddir=.
1517
1518case "$ac_dir" in
1519.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1520*)
1521 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1522 # A ".." for each directory in $ac_dir_suffix.
1523 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1524 case $ac_top_builddir_sub in
1525 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1526 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1527 esac ;;
1528esac
1529ac_abs_top_builddir=$ac_pwd
1530ac_abs_builddir=$ac_pwd$ac_dir_suffix
1531# for backward compatibility:
1532ac_top_builddir=$ac_top_build_prefix
1533
1534case $srcdir in
1535 .) # We are building in place.
1536 ac_srcdir=.
1537 ac_top_srcdir=$ac_top_builddir_sub
1538 ac_abs_top_srcdir=$ac_pwd ;;
1539 [\\/]* | ?:[\\/]* ) # Absolute name.
1540 ac_srcdir=$srcdir$ac_dir_suffix;
1541 ac_top_srcdir=$srcdir
1542 ac_abs_top_srcdir=$srcdir ;;
1543 *) # Relative name.
1544 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1545 ac_top_srcdir=$ac_top_build_prefix$srcdir
1546 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1547esac
1548ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1549
1550 cd "$ac_dir" || { ac_status=$?; continue; }
1551 # Check for guested configure.
1552 if test -f "$ac_srcdir/configure.gnu"; then
1553 echo &&
1554 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1555 elif test -f "$ac_srcdir/configure"; then
1556 echo &&
1557 $SHELL "$ac_srcdir/configure" --help=recursive
1558 else
1559 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1560 fi || ac_status=$?
1561 cd "$ac_pwd" || { ac_status=$?; break; }
1562 done
1563fi
1564
1565test -n "$ac_init_help" && exit $ac_status
1566if $ac_init_version; then
1567 cat <<\_ACEOF
1568pjproject configure 2.x
1569generated by GNU Autoconf 2.69
1570
1571Copyright (C) 2012 Free Software Foundation, Inc.
1572This configure script is free software; the Free Software Foundation
1573gives unlimited permission to copy, distribute and modify it.
1574_ACEOF
1575 exit
1576fi
1577
1578## ------------------------ ##
1579## Autoconf initialization. ##
1580## ------------------------ ##
1581
1582# ac_fn_c_try_compile LINENO
1583# --------------------------
1584# Try to compile conftest.$ac_ext, and return whether this succeeded.
1585ac_fn_c_try_compile ()
1586{
1587 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588 rm -f conftest.$ac_objext
1589 if { { ac_try="$ac_compile"
1590case "(($ac_try" in
1591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592 *) ac_try_echo=$ac_try;;
1593esac
1594eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595$as_echo "$ac_try_echo"; } >&5
1596 (eval "$ac_compile") 2>conftest.err
1597 ac_status=$?
1598 if test -s conftest.err; then
1599 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err
1602 fi
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604 test $ac_status = 0; } && {
1605 test -z "$ac_c_werror_flag" ||
1606 test ! -s conftest.err
1607 } && test -s conftest.$ac_objext; then :
1608 ac_retval=0
1609else
1610 $as_echo "$as_me: failed program was:" >&5
1611sed 's/^/| /' conftest.$ac_ext >&5
1612
1613 ac_retval=1
1614fi
1615 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1616 as_fn_set_status $ac_retval
1617
1618} # ac_fn_c_try_compile
1619
1620# ac_fn_cxx_try_compile LINENO
1621# ----------------------------
1622# Try to compile conftest.$ac_ext, and return whether this succeeded.
1623ac_fn_cxx_try_compile ()
1624{
1625 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1626 rm -f conftest.$ac_objext
1627 if { { ac_try="$ac_compile"
1628case "(($ac_try" in
1629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1630 *) ac_try_echo=$ac_try;;
1631esac
1632eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1633$as_echo "$ac_try_echo"; } >&5
1634 (eval "$ac_compile") 2>conftest.err
1635 ac_status=$?
1636 if test -s conftest.err; then
1637 grep -v '^ *+' conftest.err >conftest.er1
1638 cat conftest.er1 >&5
1639 mv -f conftest.er1 conftest.err
1640 fi
1641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1642 test $ac_status = 0; } && {
1643 test -z "$ac_cxx_werror_flag" ||
1644 test ! -s conftest.err
1645 } && test -s conftest.$ac_objext; then :
1646 ac_retval=0
1647else
1648 $as_echo "$as_me: failed program was:" >&5
1649sed 's/^/| /' conftest.$ac_ext >&5
1650
1651 ac_retval=1
1652fi
1653 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1654 as_fn_set_status $ac_retval
1655
1656} # ac_fn_cxx_try_compile
1657
1658# ac_fn_c_try_link LINENO
1659# -----------------------
1660# Try to link conftest.$ac_ext, and return whether this succeeded.
1661ac_fn_c_try_link ()
1662{
1663 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1664 rm -f conftest.$ac_objext conftest$ac_exeext
1665 if { { ac_try="$ac_link"
1666case "(($ac_try" in
1667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1668 *) ac_try_echo=$ac_try;;
1669esac
1670eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1671$as_echo "$ac_try_echo"; } >&5
1672 (eval "$ac_link") 2>conftest.err
1673 ac_status=$?
1674 if test -s conftest.err; then
1675 grep -v '^ *+' conftest.err >conftest.er1
1676 cat conftest.er1 >&5
1677 mv -f conftest.er1 conftest.err
1678 fi
1679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1680 test $ac_status = 0; } && {
1681 test -z "$ac_c_werror_flag" ||
1682 test ! -s conftest.err
1683 } && test -s conftest$ac_exeext && {
1684 test "$cross_compiling" = yes ||
1685 test -x conftest$ac_exeext
1686 }; then :
1687 ac_retval=0
1688else
1689 $as_echo "$as_me: failed program was:" >&5
1690sed 's/^/| /' conftest.$ac_ext >&5
1691
1692 ac_retval=1
1693fi
1694 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1695 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1696 # interfere with the next link command; also delete a directory that is
1697 # left behind by Apple's compiler. We do this before executing the actions.
1698 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1700 as_fn_set_status $ac_retval
1701
1702} # ac_fn_c_try_link
1703
1704# ac_fn_c_try_run LINENO
1705# ----------------------
1706# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1707# that executables *can* be run.
1708ac_fn_c_try_run ()
1709{
1710 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1711 if { { ac_try="$ac_link"
1712case "(($ac_try" in
1713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1714 *) ac_try_echo=$ac_try;;
1715esac
1716eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1717$as_echo "$ac_try_echo"; } >&5
1718 (eval "$ac_link") 2>&5
1719 ac_status=$?
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1722 { { case "(($ac_try" in
1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1725esac
1726eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727$as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_try") 2>&5
1729 ac_status=$?
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; }; }; then :
1732 ac_retval=0
1733else
1734 $as_echo "$as_me: program exited with status $ac_status" >&5
1735 $as_echo "$as_me: failed program was:" >&5
1736sed 's/^/| /' conftest.$ac_ext >&5
1737
1738 ac_retval=$ac_status
1739fi
1740 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1742 as_fn_set_status $ac_retval
1743
1744} # ac_fn_c_try_run
1745
1746# ac_fn_c_try_cpp LINENO
1747# ----------------------
1748# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1749ac_fn_c_try_cpp ()
1750{
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 if { { ac_try="$ac_cpp conftest.$ac_ext"
1753case "(($ac_try" in
1754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1756esac
1757eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758$as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1760 ac_status=$?
1761 if test -s conftest.err; then
1762 grep -v '^ *+' conftest.err >conftest.er1
1763 cat conftest.er1 >&5
1764 mv -f conftest.er1 conftest.err
1765 fi
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } > conftest.i && {
1768 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1769 test ! -s conftest.err
1770 }; then :
1771 ac_retval=0
1772else
1773 $as_echo "$as_me: failed program was:" >&5
1774sed 's/^/| /' conftest.$ac_ext >&5
1775
1776 ac_retval=1
1777fi
1778 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1779 as_fn_set_status $ac_retval
1780
1781} # ac_fn_c_try_cpp
1782
1783# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1784# -------------------------------------------------------
1785# Tests whether HEADER exists and can be compiled using the include files in
1786# INCLUDES, setting the cache variable VAR accordingly.
1787ac_fn_c_check_header_compile ()
1788{
1789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1791$as_echo_n "checking for $2... " >&6; }
1792if eval \${$3+:} false; then :
1793 $as_echo_n "(cached) " >&6
1794else
1795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1796/* end confdefs.h. */
1797$4
1798#include <$2>
1799_ACEOF
1800if ac_fn_c_try_compile "$LINENO"; then :
1801 eval "$3=yes"
1802else
1803 eval "$3=no"
1804fi
1805rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1806fi
1807eval ac_res=\$$3
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1809$as_echo "$ac_res" >&6; }
1810 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1811
1812} # ac_fn_c_check_header_compile
1813
1814# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1815# -------------------------------------------------------
1816# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1817# the include files in INCLUDES and setting the cache variable VAR
1818# accordingly.
1819ac_fn_c_check_header_mongrel ()
1820{
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 if eval \${$3+:} false; then :
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1824$as_echo_n "checking for $2... " >&6; }
1825if eval \${$3+:} false; then :
1826 $as_echo_n "(cached) " >&6
1827fi
1828eval ac_res=\$$3
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1830$as_echo "$ac_res" >&6; }
1831else
1832 # Is the header compilable?
1833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1834$as_echo_n "checking $2 usability... " >&6; }
1835cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1836/* end confdefs.h. */
1837$4
1838#include <$2>
1839_ACEOF
1840if ac_fn_c_try_compile "$LINENO"; then :
1841 ac_header_compiler=yes
1842else
1843 ac_header_compiler=no
1844fi
1845rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1847$as_echo "$ac_header_compiler" >&6; }
1848
1849# Is the header present?
1850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1851$as_echo_n "checking $2 presence... " >&6; }
1852cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1853/* end confdefs.h. */
1854#include <$2>
1855_ACEOF
1856if ac_fn_c_try_cpp "$LINENO"; then :
1857 ac_header_preproc=yes
1858else
1859 ac_header_preproc=no
1860fi
1861rm -f conftest.err conftest.i conftest.$ac_ext
1862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1863$as_echo "$ac_header_preproc" >&6; }
1864
1865# So? What about this header?
1866case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1867 yes:no: )
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1869$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1871$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1872 ;;
1873 no:yes:* )
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1875$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1877$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1879$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1881$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1882 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1883$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1884 ;;
1885esac
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1887$as_echo_n "checking for $2... " >&6; }
1888if eval \${$3+:} false; then :
1889 $as_echo_n "(cached) " >&6
1890else
1891 eval "$3=\$ac_header_compiler"
1892fi
1893eval ac_res=\$$3
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1895$as_echo "$ac_res" >&6; }
1896fi
1897 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1898
1899} # ac_fn_c_check_header_mongrel
1900
1901# ac_fn_c_check_func LINENO FUNC VAR
1902# ----------------------------------
1903# Tests whether FUNC exists, setting the cache variable VAR accordingly
1904ac_fn_c_check_func ()
1905{
1906 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1908$as_echo_n "checking for $2... " >&6; }
1909if eval \${$3+:} false; then :
1910 $as_echo_n "(cached) " >&6
1911else
1912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1913/* end confdefs.h. */
1914/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1915 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1916#define $2 innocuous_$2
1917
1918/* System header to define __stub macros and hopefully few prototypes,
1919 which can conflict with char $2 (); below.
1920 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1921 <limits.h> exists even on freestanding compilers. */
1922
1923#ifdef __STDC__
1924# include <limits.h>
1925#else
1926# include <assert.h>
1927#endif
1928
1929#undef $2
1930
1931/* Override any GCC internal prototype to avoid an error.
1932 Use char because int might match the return type of a GCC
1933 builtin and then its argument prototype would still apply. */
1934#ifdef __cplusplus
1935extern "C"
1936#endif
1937char $2 ();
1938/* The GNU C library defines this for functions which it implements
1939 to always fail with ENOSYS. Some functions are actually named
1940 something starting with __ and the normal name is an alias. */
1941#if defined __stub_$2 || defined __stub___$2
1942choke me
1943#endif
1944
1945int
1946main ()
1947{
1948return $2 ();
1949 ;
1950 return 0;
1951}
1952_ACEOF
1953if ac_fn_c_try_link "$LINENO"; then :
1954 eval "$3=yes"
1955else
1956 eval "$3=no"
1957fi
1958rm -f core conftest.err conftest.$ac_objext \
1959 conftest$ac_exeext conftest.$ac_ext
1960fi
1961eval ac_res=\$$3
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1963$as_echo "$ac_res" >&6; }
1964 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1965
1966} # ac_fn_c_check_func
1967cat >config.log <<_ACEOF
1968This file contains any messages produced by compilers while
1969running configure, to aid debugging if configure makes a mistake.
1970
1971It was created by pjproject $as_me 2.x, which was
1972generated by GNU Autoconf 2.69. Invocation command line was
1973
1974 $ $0 $@
1975
1976_ACEOF
1977exec 5>>config.log
1978{
1979cat <<_ASUNAME
1980## --------- ##
1981## Platform. ##
1982## --------- ##
1983
1984hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1985uname -m = `(uname -m) 2>/dev/null || echo unknown`
1986uname -r = `(uname -r) 2>/dev/null || echo unknown`
1987uname -s = `(uname -s) 2>/dev/null || echo unknown`
1988uname -v = `(uname -v) 2>/dev/null || echo unknown`
1989
1990/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1991/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1992
1993/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1994/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1995/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1996/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1997/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1998/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1999/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2000
2001_ASUNAME
2002
2003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2004for as_dir in $PATH
2005do
2006 IFS=$as_save_IFS
2007 test -z "$as_dir" && as_dir=.
2008 $as_echo "PATH: $as_dir"
2009 done
2010IFS=$as_save_IFS
2011
2012} >&5
2013
2014cat >&5 <<_ACEOF
2015
2016
2017## ----------- ##
2018## Core tests. ##
2019## ----------- ##
2020
2021_ACEOF
2022
2023
2024# Keep a trace of the command line.
2025# Strip out --no-create and --no-recursion so they do not pile up.
2026# Strip out --silent because we don't want to record it for future runs.
2027# Also quote any args containing shell meta-characters.
2028# Make two passes to allow for proper duplicate-argument suppression.
2029ac_configure_args=
2030ac_configure_args0=
2031ac_configure_args1=
2032ac_must_keep_next=false
2033for ac_pass in 1 2
2034do
2035 for ac_arg
2036 do
2037 case $ac_arg in
2038 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2039 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2040 | -silent | --silent | --silen | --sile | --sil)
2041 continue ;;
2042 *\'*)
2043 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2044 esac
2045 case $ac_pass in
2046 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2047 2)
2048 as_fn_append ac_configure_args1 " '$ac_arg'"
2049 if test $ac_must_keep_next = true; then
2050 ac_must_keep_next=false # Got value, back to normal.
2051 else
2052 case $ac_arg in
2053 *=* | --config-cache | -C | -disable-* | --disable-* \
2054 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2055 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2056 | -with-* | --with-* | -without-* | --without-* | --x)
2057 case "$ac_configure_args0 " in
2058 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2059 esac
2060 ;;
2061 -* ) ac_must_keep_next=true ;;
2062 esac
2063 fi
2064 as_fn_append ac_configure_args " '$ac_arg'"
2065 ;;
2066 esac
2067 done
2068done
2069{ ac_configure_args0=; unset ac_configure_args0;}
2070{ ac_configure_args1=; unset ac_configure_args1;}
2071
2072# When interrupted or exit'd, cleanup temporary files, and complete
2073# config.log. We remove comments because anyway the quotes in there
2074# would cause problems or look ugly.
2075# WARNING: Use '\'' to represent an apostrophe within the trap.
2076# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2077trap 'exit_status=$?
2078 # Save into config.log some information that might help in debugging.
2079 {
2080 echo
2081
2082 $as_echo "## ---------------- ##
2083## Cache variables. ##
2084## ---------------- ##"
2085 echo
2086 # The following way of writing the cache mishandles newlines in values,
2087(
2088 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2089 eval ac_val=\$$ac_var
2090 case $ac_val in #(
2091 *${as_nl}*)
2092 case $ac_var in #(
2093 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2094$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2095 esac
2096 case $ac_var in #(
2097 _ | IFS | as_nl) ;; #(
2098 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2099 *) { eval $ac_var=; unset $ac_var;} ;;
2100 esac ;;
2101 esac
2102 done
2103 (set) 2>&1 |
2104 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2105 *${as_nl}ac_space=\ *)
2106 sed -n \
2107 "s/'\''/'\''\\\\'\'''\''/g;
2108 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2109 ;; #(
2110 *)
2111 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2112 ;;
2113 esac |
2114 sort
2115)
2116 echo
2117
2118 $as_echo "## ----------------- ##
2119## Output variables. ##
2120## ----------------- ##"
2121 echo
2122 for ac_var in $ac_subst_vars
2123 do
2124 eval ac_val=\$$ac_var
2125 case $ac_val in
2126 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2127 esac
2128 $as_echo "$ac_var='\''$ac_val'\''"
2129 done | sort
2130 echo
2131
2132 if test -n "$ac_subst_files"; then
2133 $as_echo "## ------------------- ##
2134## File substitutions. ##
2135## ------------------- ##"
2136 echo
2137 for ac_var in $ac_subst_files
2138 do
2139 eval ac_val=\$$ac_var
2140 case $ac_val in
2141 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2142 esac
2143 $as_echo "$ac_var='\''$ac_val'\''"
2144 done | sort
2145 echo
2146 fi
2147
2148 if test -s confdefs.h; then
2149 $as_echo "## ----------- ##
2150## confdefs.h. ##
2151## ----------- ##"
2152 echo
2153 cat confdefs.h
2154 echo
2155 fi
2156 test "$ac_signal" != 0 &&
2157 $as_echo "$as_me: caught signal $ac_signal"
2158 $as_echo "$as_me: exit $exit_status"
2159 } >&5
2160 rm -f core *.core core.conftest.* &&
2161 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2162 exit $exit_status
2163' 0
2164for ac_signal in 1 2 13 15; do
2165 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2166done
2167ac_signal=0
2168
2169# confdefs.h avoids OS command line length limits that DEFS can exceed.
2170rm -f -r conftest* confdefs.h
2171
2172$as_echo "/* confdefs.h */" > confdefs.h
2173
2174# Predefined preprocessor variables.
2175
2176cat >>confdefs.h <<_ACEOF
2177#define PACKAGE_NAME "$PACKAGE_NAME"
2178_ACEOF
2179
2180cat >>confdefs.h <<_ACEOF
2181#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2182_ACEOF
2183
2184cat >>confdefs.h <<_ACEOF
2185#define PACKAGE_VERSION "$PACKAGE_VERSION"
2186_ACEOF
2187
2188cat >>confdefs.h <<_ACEOF
2189#define PACKAGE_STRING "$PACKAGE_STRING"
2190_ACEOF
2191
2192cat >>confdefs.h <<_ACEOF
2193#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2194_ACEOF
2195
2196cat >>confdefs.h <<_ACEOF
2197#define PACKAGE_URL "$PACKAGE_URL"
2198_ACEOF
2199
2200
2201# Let the site file select an alternate cache file if it wants to.
2202# Prefer an explicitly selected file to automatically selected ones.
2203ac_site_file1=NONE
2204ac_site_file2=NONE
2205if test -n "$CONFIG_SITE"; then
2206 # We do not want a PATH search for config.site.
2207 case $CONFIG_SITE in #((
2208 -*) ac_site_file1=./$CONFIG_SITE;;
2209 */*) ac_site_file1=$CONFIG_SITE;;
2210 *) ac_site_file1=./$CONFIG_SITE;;
2211 esac
2212elif test "x$prefix" != xNONE; then
2213 ac_site_file1=$prefix/share/config.site
2214 ac_site_file2=$prefix/etc/config.site
2215else
2216 ac_site_file1=$ac_default_prefix/share/config.site
2217 ac_site_file2=$ac_default_prefix/etc/config.site
2218fi
2219for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2220do
2221 test "x$ac_site_file" = xNONE && continue
2222 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2224$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2225 sed 's/^/| /' "$ac_site_file" >&5
2226 . "$ac_site_file" \
2227 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2228$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2229as_fn_error $? "failed to load site script $ac_site_file
2230See \`config.log' for more details" "$LINENO" 5; }
2231 fi
2232done
2233
2234if test -r "$cache_file"; then
2235 # Some versions of bash will fail to source /dev/null (special files
2236 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2237 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2239$as_echo "$as_me: loading cache $cache_file" >&6;}
2240 case $cache_file in
2241 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2242 *) . "./$cache_file";;
2243 esac
2244 fi
2245else
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2247$as_echo "$as_me: creating cache $cache_file" >&6;}
2248 >$cache_file
2249fi
2250
2251# Check that the precious variables saved in the cache have kept the same
2252# value.
2253ac_cache_corrupted=false
2254for ac_var in $ac_precious_vars; do
2255 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2256 eval ac_new_set=\$ac_env_${ac_var}_set
2257 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2258 eval ac_new_val=\$ac_env_${ac_var}_value
2259 case $ac_old_set,$ac_new_set in
2260 set,)
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2262$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2263 ac_cache_corrupted=: ;;
2264 ,set)
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2266$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2267 ac_cache_corrupted=: ;;
2268 ,);;
2269 *)
2270 if test "x$ac_old_val" != "x$ac_new_val"; then
2271 # differences in whitespace do not lead to failure.
2272 ac_old_val_w=`echo x $ac_old_val`
2273 ac_new_val_w=`echo x $ac_new_val`
2274 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2276$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2277 ac_cache_corrupted=:
2278 else
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2280$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2281 eval $ac_var=\$ac_old_val
2282 fi
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2284$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2286$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2287 fi;;
2288 esac
2289 # Pass precious variables to config.status.
2290 if test "$ac_new_set" = set; then
2291 case $ac_new_val in
2292 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2293 *) ac_arg=$ac_var=$ac_new_val ;;
2294 esac
2295 case " $ac_configure_args " in
2296 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2297 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2298 esac
2299 fi
2300done
2301if $ac_cache_corrupted; then
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2303$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2305$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2306 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2307fi
2308## -------------------- ##
2309## Main body of script. ##
2310## -------------------- ##
2311
2312ac_ext=c
2313ac_cpp='$CPP $CPPFLAGS'
2314ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2315ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2316ac_compiler_gnu=$ac_cv_c_compiler_gnu
2317
2318
2319
2320host_orig="$host"
2321
2322ac_aux_dir=
2323for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2324 if test -f "$ac_dir/install-sh"; then
2325 ac_aux_dir=$ac_dir
2326 ac_install_sh="$ac_aux_dir/install-sh -c"
2327 break
2328 elif test -f "$ac_dir/install.sh"; then
2329 ac_aux_dir=$ac_dir
2330 ac_install_sh="$ac_aux_dir/install.sh -c"
2331 break
2332 elif test -f "$ac_dir/shtool"; then
2333 ac_aux_dir=$ac_dir
2334 ac_install_sh="$ac_aux_dir/shtool install -c"
2335 break
2336 fi
2337done
2338if test -z "$ac_aux_dir"; then
2339 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2340fi
2341
2342# These three variables are undocumented and unsupported,
2343# and are intended to be withdrawn in a future Autoconf release.
2344# They can cause serious problems if a builder's source tree is in a directory
2345# whose full name contains unusual characters.
2346ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2347ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2348ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2349
2350
2351# Make sure we can run config.sub.
2352$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2353 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2354
2355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2356$as_echo_n "checking build system type... " >&6; }
2357if ${ac_cv_build+:} false; then :
2358 $as_echo_n "(cached) " >&6
2359else
2360 ac_build_alias=$build_alias
2361test "x$ac_build_alias" = x &&
2362 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2363test "x$ac_build_alias" = x &&
2364 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2365ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2366 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2367
2368fi
2369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2370$as_echo "$ac_cv_build" >&6; }
2371case $ac_cv_build in
2372*-*-*) ;;
2373*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2374esac
2375build=$ac_cv_build
2376ac_save_IFS=$IFS; IFS='-'
2377set x $ac_cv_build
2378shift
2379build_cpu=$1
2380build_vendor=$2
2381shift; shift
2382# Remember, the first character of IFS is used to create $*,
2383# except with old shells:
2384build_os=$*
2385IFS=$ac_save_IFS
2386case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2387
2388
2389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2390$as_echo_n "checking host system type... " >&6; }
2391if ${ac_cv_host+:} false; then :
2392 $as_echo_n "(cached) " >&6
2393else
2394 if test "x$host_alias" = x; then
2395 ac_cv_host=$ac_cv_build
2396else
2397 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2398 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2399fi
2400
2401fi
2402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2403$as_echo "$ac_cv_host" >&6; }
2404case $ac_cv_host in
2405*-*-*) ;;
2406*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2407esac
2408host=$ac_cv_host
2409ac_save_IFS=$IFS; IFS='-'
2410set x $ac_cv_host
2411shift
2412host_cpu=$1
2413host_vendor=$2
2414shift; shift
2415# Remember, the first character of IFS is used to create $*,
2416# except with old shells:
2417host_os=$*
2418IFS=$ac_save_IFS
2419case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2420
2421
2422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2423$as_echo_n "checking target system type... " >&6; }
2424if ${ac_cv_target+:} false; then :
2425 $as_echo_n "(cached) " >&6
2426else
2427 if test "x$target_alias" = x; then
2428 ac_cv_target=$ac_cv_host
2429else
2430 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2431 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2432fi
2433
2434fi
2435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2436$as_echo "$ac_cv_target" >&6; }
2437case $ac_cv_target in
2438*-*-*) ;;
2439*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2440esac
2441target=$ac_cv_target
2442ac_save_IFS=$IFS; IFS='-'
2443set x $ac_cv_target
2444shift
2445target_cpu=$1
2446target_vendor=$2
2447shift; shift
2448# Remember, the first character of IFS is used to create $*,
2449# except with old shells:
2450target_os=$*
2451IFS=$ac_save_IFS
2452case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2453
2454
2455# The aliases save the names the user supplied, while $host etc.
2456# will get canonicalized.
2457test -n "$target_alias" &&
2458 test "$program_prefix$program_suffix$program_transform_name" = \
2459 NONENONEs,x,x, &&
2460 program_prefix=${target_alias}-
2461ac_config_headers="$ac_config_headers pjlib/include/pj/compat/os_auto.h pjlib/include/pj/compat/m_auto.h pjmedia/include/pjmedia/config_auto.h pjmedia/include/pjmedia-codec/config_auto.h pjsip/include/pjsip/sip_autoconf.h"
2462
2463ac_config_files="$ac_config_files build.mak build/os-auto.mak build/cc-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/build/os-auto.mak third_party/build/portaudio/os-auto.mak"
2464
2465
2466
2467if test "$CFLAGS" = ""; then
2468 CFLAGS="-O2"
2469else
2470 CFLAGS="$CFLAGS"
2471fi
2472
2473CXXFLAGS="$CFLAGS $CXXFLAGS"
2474
2475ac_ext=c
2476ac_cpp='$CPP $CPPFLAGS'
2477ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2478ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2479ac_compiler_gnu=$ac_cv_c_compiler_gnu
2480if test -n "$ac_tool_prefix"; then
2481 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2482set dummy ${ac_tool_prefix}gcc; ac_word=$2
2483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2484$as_echo_n "checking for $ac_word... " >&6; }
2485if ${ac_cv_prog_CC+:} false; then :
2486 $as_echo_n "(cached) " >&6
2487else
2488 if test -n "$CC"; then
2489 ac_cv_prog_CC="$CC" # Let the user override the test.
2490else
2491as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2492for as_dir in $PATH
2493do
2494 IFS=$as_save_IFS
2495 test -z "$as_dir" && as_dir=.
2496 for ac_exec_ext in '' $ac_executable_extensions; do
2497 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2498 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2500 break 2
2501 fi
2502done
2503 done
2504IFS=$as_save_IFS
2505
2506fi
2507fi
2508CC=$ac_cv_prog_CC
2509if test -n "$CC"; then
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2511$as_echo "$CC" >&6; }
2512else
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2514$as_echo "no" >&6; }
2515fi
2516
2517
2518fi
2519if test -z "$ac_cv_prog_CC"; then
2520 ac_ct_CC=$CC
2521 # Extract the first word of "gcc", so it can be a program name with args.
2522set dummy gcc; ac_word=$2
2523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2524$as_echo_n "checking for $ac_word... " >&6; }
2525if ${ac_cv_prog_ac_ct_CC+:} false; then :
2526 $as_echo_n "(cached) " >&6
2527else
2528 if test -n "$ac_ct_CC"; then
2529 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2530else
2531as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2532for as_dir in $PATH
2533do
2534 IFS=$as_save_IFS
2535 test -z "$as_dir" && as_dir=.
2536 for ac_exec_ext in '' $ac_executable_extensions; do
2537 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2538 ac_cv_prog_ac_ct_CC="gcc"
2539 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2540 break 2
2541 fi
2542done
2543 done
2544IFS=$as_save_IFS
2545
2546fi
2547fi
2548ac_ct_CC=$ac_cv_prog_ac_ct_CC
2549if test -n "$ac_ct_CC"; then
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2551$as_echo "$ac_ct_CC" >&6; }
2552else
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2554$as_echo "no" >&6; }
2555fi
2556
2557 if test "x$ac_ct_CC" = x; then
2558 CC=""
2559 else
2560 case $cross_compiling:$ac_tool_warned in
2561yes:)
2562{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2563$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2564ac_tool_warned=yes ;;
2565esac
2566 CC=$ac_ct_CC
2567 fi
2568else
2569 CC="$ac_cv_prog_CC"
2570fi
2571
2572if test -z "$CC"; then
2573 if test -n "$ac_tool_prefix"; then
2574 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2575set dummy ${ac_tool_prefix}cc; ac_word=$2
2576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2577$as_echo_n "checking for $ac_word... " >&6; }
2578if ${ac_cv_prog_CC+:} false; then :
2579 $as_echo_n "(cached) " >&6
2580else
2581 if test -n "$CC"; then
2582 ac_cv_prog_CC="$CC" # Let the user override the test.
2583else
2584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2585for as_dir in $PATH
2586do
2587 IFS=$as_save_IFS
2588 test -z "$as_dir" && as_dir=.
2589 for ac_exec_ext in '' $ac_executable_extensions; do
2590 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2591 ac_cv_prog_CC="${ac_tool_prefix}cc"
2592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2593 break 2
2594 fi
2595done
2596 done
2597IFS=$as_save_IFS
2598
2599fi
2600fi
2601CC=$ac_cv_prog_CC
2602if test -n "$CC"; then
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2604$as_echo "$CC" >&6; }
2605else
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2607$as_echo "no" >&6; }
2608fi
2609
2610
2611 fi
2612fi
2613if test -z "$CC"; then
2614 # Extract the first word of "cc", so it can be a program name with args.
2615set dummy cc; ac_word=$2
2616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2617$as_echo_n "checking for $ac_word... " >&6; }
2618if ${ac_cv_prog_CC+:} false; then :
2619 $as_echo_n "(cached) " >&6
2620else
2621 if test -n "$CC"; then
2622 ac_cv_prog_CC="$CC" # Let the user override the test.
2623else
2624 ac_prog_rejected=no
2625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2626for as_dir in $PATH
2627do
2628 IFS=$as_save_IFS
2629 test -z "$as_dir" && as_dir=.
2630 for ac_exec_ext in '' $ac_executable_extensions; do
2631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2632 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2633 ac_prog_rejected=yes
2634 continue
2635 fi
2636 ac_cv_prog_CC="cc"
2637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2638 break 2
2639 fi
2640done
2641 done
2642IFS=$as_save_IFS
2643
2644if test $ac_prog_rejected = yes; then
2645 # We found a bogon in the path, so make sure we never use it.
2646 set dummy $ac_cv_prog_CC
2647 shift
2648 if test $# != 0; then
2649 # We chose a different compiler from the bogus one.
2650 # However, it has the same basename, so the bogon will be chosen
2651 # first if we set CC to just the basename; use the full file name.
2652 shift
2653 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2654 fi
2655fi
2656fi
2657fi
2658CC=$ac_cv_prog_CC
2659if test -n "$CC"; then
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2661$as_echo "$CC" >&6; }
2662else
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2664$as_echo "no" >&6; }
2665fi
2666
2667
2668fi
2669if test -z "$CC"; then
2670 if test -n "$ac_tool_prefix"; then
2671 for ac_prog in cl.exe
2672 do
2673 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2674set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2676$as_echo_n "checking for $ac_word... " >&6; }
2677if ${ac_cv_prog_CC+:} false; then :
2678 $as_echo_n "(cached) " >&6
2679else
2680 if test -n "$CC"; then
2681 ac_cv_prog_CC="$CC" # Let the user override the test.
2682else
2683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2684for as_dir in $PATH
2685do
2686 IFS=$as_save_IFS
2687 test -z "$as_dir" && as_dir=.
2688 for ac_exec_ext in '' $ac_executable_extensions; do
2689 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2690 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2692 break 2
2693 fi
2694done
2695 done
2696IFS=$as_save_IFS
2697
2698fi
2699fi
2700CC=$ac_cv_prog_CC
2701if test -n "$CC"; then
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2703$as_echo "$CC" >&6; }
2704else
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2706$as_echo "no" >&6; }
2707fi
2708
2709
2710 test -n "$CC" && break
2711 done
2712fi
2713if test -z "$CC"; then
2714 ac_ct_CC=$CC
2715 for ac_prog in cl.exe
2716do
2717 # Extract the first word of "$ac_prog", so it can be a program name with args.
2718set dummy $ac_prog; ac_word=$2
2719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2720$as_echo_n "checking for $ac_word... " >&6; }
2721if ${ac_cv_prog_ac_ct_CC+:} false; then :
2722 $as_echo_n "(cached) " >&6
2723else
2724 if test -n "$ac_ct_CC"; then
2725 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2726else
2727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2728for as_dir in $PATH
2729do
2730 IFS=$as_save_IFS
2731 test -z "$as_dir" && as_dir=.
2732 for ac_exec_ext in '' $ac_executable_extensions; do
2733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2734 ac_cv_prog_ac_ct_CC="$ac_prog"
2735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2736 break 2
2737 fi
2738done
2739 done
2740IFS=$as_save_IFS
2741
2742fi
2743fi
2744ac_ct_CC=$ac_cv_prog_ac_ct_CC
2745if test -n "$ac_ct_CC"; then
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2747$as_echo "$ac_ct_CC" >&6; }
2748else
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2750$as_echo "no" >&6; }
2751fi
2752
2753
2754 test -n "$ac_ct_CC" && break
2755done
2756
2757 if test "x$ac_ct_CC" = x; then
2758 CC=""
2759 else
2760 case $cross_compiling:$ac_tool_warned in
2761yes:)
2762{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2763$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2764ac_tool_warned=yes ;;
2765esac
2766 CC=$ac_ct_CC
2767 fi
2768fi
2769
2770fi
2771
2772
2773test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2774$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2775as_fn_error $? "no acceptable C compiler found in \$PATH
2776See \`config.log' for more details" "$LINENO" 5; }
2777
2778# Provide some information about the compiler.
2779$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2780set X $ac_compile
2781ac_compiler=$2
2782for ac_option in --version -v -V -qversion; do
2783 { { ac_try="$ac_compiler $ac_option >&5"
2784case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787esac
2788eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2789$as_echo "$ac_try_echo"; } >&5
2790 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2791 ac_status=$?
2792 if test -s conftest.err; then
2793 sed '10a\
2794... rest of stderr output deleted ...
2795 10q' conftest.err >conftest.er1
2796 cat conftest.er1 >&5
2797 fi
2798 rm -f conftest.er1 conftest.err
2799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2800 test $ac_status = 0; }
2801done
2802
2803cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2804/* end confdefs.h. */
2805
2806int
2807main ()
2808{
2809
2810 ;
2811 return 0;
2812}
2813_ACEOF
2814ac_clean_files_save=$ac_clean_files
2815ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2816# Try to create an executable without -o first, disregard a.out.
2817# It will help us diagnose broken compilers, and finding out an intuition
2818# of exeext.
2819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2820$as_echo_n "checking whether the C compiler works... " >&6; }
2821ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2822
2823# The possible output files:
2824ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2825
2826ac_rmfiles=
2827for ac_file in $ac_files
2828do
2829 case $ac_file in
2830 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2831 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2832 esac
2833done
2834rm -f $ac_rmfiles
2835
2836if { { ac_try="$ac_link_default"
2837case "(($ac_try" in
2838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2839 *) ac_try_echo=$ac_try;;
2840esac
2841eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2842$as_echo "$ac_try_echo"; } >&5
2843 (eval "$ac_link_default") 2>&5
2844 ac_status=$?
2845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2846 test $ac_status = 0; }; then :
2847 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2848# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2849# in a Makefile. We should not override ac_cv_exeext if it was cached,
2850# so that the user can short-circuit this test for compilers unknown to
2851# Autoconf.
2852for ac_file in $ac_files ''
2853do
2854 test -f "$ac_file" || continue
2855 case $ac_file in
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2857 ;;
2858 [ab].out )
2859 # We found the default executable, but exeext='' is most
2860 # certainly right.
2861 break;;
2862 *.* )
2863 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2864 then :; else
2865 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2866 fi
2867 # We set ac_cv_exeext here because the later test for it is not
2868 # safe: cross compilers may not add the suffix if given an `-o'
2869 # argument, so we may need to know it at that point already.
2870 # Even if this section looks crufty: it has the advantage of
2871 # actually working.
2872 break;;
2873 * )
2874 break;;
2875 esac
2876done
2877test "$ac_cv_exeext" = no && ac_cv_exeext=
2878
2879else
2880 ac_file=''
2881fi
2882if test -z "$ac_file"; then :
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2884$as_echo "no" >&6; }
2885$as_echo "$as_me: failed program was:" >&5
2886sed 's/^/| /' conftest.$ac_ext >&5
2887
2888{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2889$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2890as_fn_error 77 "C compiler cannot create executables
2891See \`config.log' for more details" "$LINENO" 5; }
2892else
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2894$as_echo "yes" >&6; }
2895fi
2896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2897$as_echo_n "checking for C compiler default output file name... " >&6; }
2898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2899$as_echo "$ac_file" >&6; }
2900ac_exeext=$ac_cv_exeext
2901
2902rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2903ac_clean_files=$ac_clean_files_save
2904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2905$as_echo_n "checking for suffix of executables... " >&6; }
2906if { { ac_try="$ac_link"
2907case "(($ac_try" in
2908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2909 *) ac_try_echo=$ac_try;;
2910esac
2911eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2912$as_echo "$ac_try_echo"; } >&5
2913 (eval "$ac_link") 2>&5
2914 ac_status=$?
2915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2916 test $ac_status = 0; }; then :
2917 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2918# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2919# work properly (i.e., refer to `conftest.exe'), while it won't with
2920# `rm'.
2921for ac_file in conftest.exe conftest conftest.*; do
2922 test -f "$ac_file" || continue
2923 case $ac_file in
2924 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2925 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2926 break;;
2927 * ) break;;
2928 esac
2929done
2930else
2931 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2932$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2933as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2934See \`config.log' for more details" "$LINENO" 5; }
2935fi
2936rm -f conftest conftest$ac_cv_exeext
2937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2938$as_echo "$ac_cv_exeext" >&6; }
2939
2940rm -f conftest.$ac_ext
2941EXEEXT=$ac_cv_exeext
2942ac_exeext=$EXEEXT
2943cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2944/* end confdefs.h. */
2945#include <stdio.h>
2946int
2947main ()
2948{
2949FILE *f = fopen ("conftest.out", "w");
2950 return ferror (f) || fclose (f) != 0;
2951
2952 ;
2953 return 0;
2954}
2955_ACEOF
2956ac_clean_files="$ac_clean_files conftest.out"
2957# Check that the compiler produces executables we can run. If not, either
2958# the compiler is broken, or we cross compile.
2959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2960$as_echo_n "checking whether we are cross compiling... " >&6; }
2961if test "$cross_compiling" != yes; then
2962 { { ac_try="$ac_link"
2963case "(($ac_try" in
2964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2965 *) ac_try_echo=$ac_try;;
2966esac
2967eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2968$as_echo "$ac_try_echo"; } >&5
2969 (eval "$ac_link") 2>&5
2970 ac_status=$?
2971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2972 test $ac_status = 0; }
2973 if { ac_try='./conftest$ac_cv_exeext'
2974 { { case "(($ac_try" in
2975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2976 *) ac_try_echo=$ac_try;;
2977esac
2978eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2979$as_echo "$ac_try_echo"; } >&5
2980 (eval "$ac_try") 2>&5
2981 ac_status=$?
2982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2983 test $ac_status = 0; }; }; then
2984 cross_compiling=no
2985 else
2986 if test "$cross_compiling" = maybe; then
2987 cross_compiling=yes
2988 else
2989 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2990$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991as_fn_error $? "cannot run C compiled programs.
2992If you meant to cross compile, use \`--host'.
2993See \`config.log' for more details" "$LINENO" 5; }
2994 fi
2995 fi
2996fi
2997{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2998$as_echo "$cross_compiling" >&6; }
2999
3000rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3001ac_clean_files=$ac_clean_files_save
3002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3003$as_echo_n "checking for suffix of object files... " >&6; }
3004if ${ac_cv_objext+:} false; then :
3005 $as_echo_n "(cached) " >&6
3006else
3007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3008/* end confdefs.h. */
3009
3010int
3011main ()
3012{
3013
3014 ;
3015 return 0;
3016}
3017_ACEOF
3018rm -f conftest.o conftest.obj
3019if { { ac_try="$ac_compile"
3020case "(($ac_try" in
3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022 *) ac_try_echo=$ac_try;;
3023esac
3024eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025$as_echo "$ac_try_echo"; } >&5
3026 (eval "$ac_compile") 2>&5
3027 ac_status=$?
3028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3029 test $ac_status = 0; }; then :
3030 for ac_file in conftest.o conftest.obj conftest.*; do
3031 test -f "$ac_file" || continue;
3032 case $ac_file in
3033 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3034 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3035 break;;
3036 esac
3037done
3038else
3039 $as_echo "$as_me: failed program was:" >&5
3040sed 's/^/| /' conftest.$ac_ext >&5
3041
3042{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3043$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3044as_fn_error $? "cannot compute suffix of object files: cannot compile
3045See \`config.log' for more details" "$LINENO" 5; }
3046fi
3047rm -f conftest.$ac_cv_objext conftest.$ac_ext
3048fi
3049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3050$as_echo "$ac_cv_objext" >&6; }
3051OBJEXT=$ac_cv_objext
3052ac_objext=$OBJEXT
3053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3054$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3055if ${ac_cv_c_compiler_gnu+:} false; then :
3056 $as_echo_n "(cached) " >&6
3057else
3058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3059/* end confdefs.h. */
3060
3061int
3062main ()
3063{
3064#ifndef __GNUC__
3065 choke me
3066#endif
3067
3068 ;
3069 return 0;
3070}
3071_ACEOF
3072if ac_fn_c_try_compile "$LINENO"; then :
3073 ac_compiler_gnu=yes
3074else
3075 ac_compiler_gnu=no
3076fi
3077rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078ac_cv_c_compiler_gnu=$ac_compiler_gnu
3079
3080fi
3081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3082$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3083if test $ac_compiler_gnu = yes; then
3084 GCC=yes
3085else
3086 GCC=
3087fi
3088ac_test_CFLAGS=${CFLAGS+set}
3089ac_save_CFLAGS=$CFLAGS
3090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3091$as_echo_n "checking whether $CC accepts -g... " >&6; }
3092if ${ac_cv_prog_cc_g+:} false; then :
3093 $as_echo_n "(cached) " >&6
3094else
3095 ac_save_c_werror_flag=$ac_c_werror_flag
3096 ac_c_werror_flag=yes
3097 ac_cv_prog_cc_g=no
3098 CFLAGS="-g"
3099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100/* end confdefs.h. */
3101
3102int
3103main ()
3104{
3105
3106 ;
3107 return 0;
3108}
3109_ACEOF
3110if ac_fn_c_try_compile "$LINENO"; then :
3111 ac_cv_prog_cc_g=yes
3112else
3113 CFLAGS=""
3114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3115/* end confdefs.h. */
3116
3117int
3118main ()
3119{
3120
3121 ;
3122 return 0;
3123}
3124_ACEOF
3125if ac_fn_c_try_compile "$LINENO"; then :
3126
3127else
3128 ac_c_werror_flag=$ac_save_c_werror_flag
3129 CFLAGS="-g"
3130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3131/* end confdefs.h. */
3132
3133int
3134main ()
3135{
3136
3137 ;
3138 return 0;
3139}
3140_ACEOF
3141if ac_fn_c_try_compile "$LINENO"; then :
3142 ac_cv_prog_cc_g=yes
3143fi
3144rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3145fi
3146rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3147fi
3148rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3149 ac_c_werror_flag=$ac_save_c_werror_flag
3150fi
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3152$as_echo "$ac_cv_prog_cc_g" >&6; }
3153if test "$ac_test_CFLAGS" = set; then
3154 CFLAGS=$ac_save_CFLAGS
3155elif test $ac_cv_prog_cc_g = yes; then
3156 if test "$GCC" = yes; then
3157 CFLAGS="-g -O2"
3158 else
3159 CFLAGS="-g"
3160 fi
3161else
3162 if test "$GCC" = yes; then
3163 CFLAGS="-O2"
3164 else
3165 CFLAGS=
3166 fi
3167fi
3168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3169$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3170if ${ac_cv_prog_cc_c89+:} false; then :
3171 $as_echo_n "(cached) " >&6
3172else
3173 ac_cv_prog_cc_c89=no
3174ac_save_CC=$CC
3175cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3176/* end confdefs.h. */
3177#include <stdarg.h>
3178#include <stdio.h>
3179struct stat;
3180/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3181struct buf { int x; };
3182FILE * (*rcsopen) (struct buf *, struct stat *, int);
3183static char *e (p, i)
3184 char **p;
3185 int i;
3186{
3187 return p[i];
3188}
3189static char *f (char * (*g) (char **, int), char **p, ...)
3190{
3191 char *s;
3192 va_list v;
3193 va_start (v,p);
3194 s = g (p, va_arg (v,int));
3195 va_end (v);
3196 return s;
3197}
3198
3199/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3200 function prototypes and stuff, but not '\xHH' hex character constants.
3201 These don't provoke an error unfortunately, instead are silently treated
3202 as 'x'. The following induces an error, until -std is added to get
3203 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3204 array size at least. It's necessary to write '\x00'==0 to get something
3205 that's true only with -std. */
3206int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3207
3208/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3209 inside strings and character constants. */
3210#define FOO(x) 'x'
3211int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3212
3213int test (int i, double x);
3214struct s1 {int (*f) (int a);};
3215struct s2 {int (*f) (double a);};
3216int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3217int argc;
3218char **argv;
3219int
3220main ()
3221{
3222return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3223 ;
3224 return 0;
3225}
3226_ACEOF
3227for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3228 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3229do
3230 CC="$ac_save_CC $ac_arg"
3231 if ac_fn_c_try_compile "$LINENO"; then :
3232 ac_cv_prog_cc_c89=$ac_arg
3233fi
3234rm -f core conftest.err conftest.$ac_objext
3235 test "x$ac_cv_prog_cc_c89" != "xno" && break
3236done
3237rm -f conftest.$ac_ext
3238CC=$ac_save_CC
3239
3240fi
3241# AC_CACHE_VAL
3242case "x$ac_cv_prog_cc_c89" in
3243 x)
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3245$as_echo "none needed" >&6; } ;;
3246 xno)
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3248$as_echo "unsupported" >&6; } ;;
3249 *)
3250 CC="$CC $ac_cv_prog_cc_c89"
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3252$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3253esac
3254if test "x$ac_cv_prog_cc_c89" != xno; then :
3255
3256fi
3257
3258ac_ext=c
3259ac_cpp='$CPP $CPPFLAGS'
3260ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3261ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3262ac_compiler_gnu=$ac_cv_c_compiler_gnu
3263
3264ac_ext=cpp
3265ac_cpp='$CXXCPP $CPPFLAGS'
3266ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3267ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3268ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3269if test -z "$CXX"; then
3270 if test -n "$CCC"; then
3271 CXX=$CCC
3272 else
3273 if test -n "$ac_tool_prefix"; then
3274 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3275 do
3276 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3277set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3279$as_echo_n "checking for $ac_word... " >&6; }
3280if ${ac_cv_prog_CXX+:} false; then :
3281 $as_echo_n "(cached) " >&6
3282else
3283 if test -n "$CXX"; then
3284 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3285else
3286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3287for as_dir in $PATH
3288do
3289 IFS=$as_save_IFS
3290 test -z "$as_dir" && as_dir=.
3291 for ac_exec_ext in '' $ac_executable_extensions; do
3292 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3293 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3295 break 2
3296 fi
3297done
3298 done
3299IFS=$as_save_IFS
3300
3301fi
3302fi
3303CXX=$ac_cv_prog_CXX
3304if test -n "$CXX"; then
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3306$as_echo "$CXX" >&6; }
3307else
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3309$as_echo "no" >&6; }
3310fi
3311
3312
3313 test -n "$CXX" && break
3314 done
3315fi
3316if test -z "$CXX"; then
3317 ac_ct_CXX=$CXX
3318 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3319do
3320 # Extract the first word of "$ac_prog", so it can be a program name with args.
3321set dummy $ac_prog; ac_word=$2
3322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3323$as_echo_n "checking for $ac_word... " >&6; }
3324if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3325 $as_echo_n "(cached) " >&6
3326else
3327 if test -n "$ac_ct_CXX"; then
3328 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3329else
3330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3331for as_dir in $PATH
3332do
3333 IFS=$as_save_IFS
3334 test -z "$as_dir" && as_dir=.
3335 for ac_exec_ext in '' $ac_executable_extensions; do
3336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3337 ac_cv_prog_ac_ct_CXX="$ac_prog"
3338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3339 break 2
3340 fi
3341done
3342 done
3343IFS=$as_save_IFS
3344
3345fi
3346fi
3347ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3348if test -n "$ac_ct_CXX"; then
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3350$as_echo "$ac_ct_CXX" >&6; }
3351else
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3353$as_echo "no" >&6; }
3354fi
3355
3356
3357 test -n "$ac_ct_CXX" && break
3358done
3359
3360 if test "x$ac_ct_CXX" = x; then
3361 CXX="g++"
3362 else
3363 case $cross_compiling:$ac_tool_warned in
3364yes:)
3365{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3366$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3367ac_tool_warned=yes ;;
3368esac
3369 CXX=$ac_ct_CXX
3370 fi
3371fi
3372
3373 fi
3374fi
3375# Provide some information about the compiler.
3376$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3377set X $ac_compile
3378ac_compiler=$2
3379for ac_option in --version -v -V -qversion; do
3380 { { ac_try="$ac_compiler $ac_option >&5"
3381case "(($ac_try" in
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3384esac
3385eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3386$as_echo "$ac_try_echo"; } >&5
3387 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3388 ac_status=$?
3389 if test -s conftest.err; then
3390 sed '10a\
3391... rest of stderr output deleted ...
3392 10q' conftest.err >conftest.er1
3393 cat conftest.er1 >&5
3394 fi
3395 rm -f conftest.er1 conftest.err
3396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3397 test $ac_status = 0; }
3398done
3399
3400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3401$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3402if ${ac_cv_cxx_compiler_gnu+:} false; then :
3403 $as_echo_n "(cached) " >&6
3404else
3405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3406/* end confdefs.h. */
3407
3408int
3409main ()
3410{
3411#ifndef __GNUC__
3412 choke me
3413#endif
3414
3415 ;
3416 return 0;
3417}
3418_ACEOF
3419if ac_fn_cxx_try_compile "$LINENO"; then :
3420 ac_compiler_gnu=yes
3421else
3422 ac_compiler_gnu=no
3423fi
3424rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3425ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3426
3427fi
3428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3429$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3430if test $ac_compiler_gnu = yes; then
3431 GXX=yes
3432else
3433 GXX=
3434fi
3435ac_test_CXXFLAGS=${CXXFLAGS+set}
3436ac_save_CXXFLAGS=$CXXFLAGS
3437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3438$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3439if ${ac_cv_prog_cxx_g+:} false; then :
3440 $as_echo_n "(cached) " >&6
3441else
3442 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3443 ac_cxx_werror_flag=yes
3444 ac_cv_prog_cxx_g=no
3445 CXXFLAGS="-g"
3446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3447/* end confdefs.h. */
3448
3449int
3450main ()
3451{
3452
3453 ;
3454 return 0;
3455}
3456_ACEOF
3457if ac_fn_cxx_try_compile "$LINENO"; then :
3458 ac_cv_prog_cxx_g=yes
3459else
3460 CXXFLAGS=""
3461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3462/* end confdefs.h. */
3463
3464int
3465main ()
3466{
3467
3468 ;
3469 return 0;
3470}
3471_ACEOF
3472if ac_fn_cxx_try_compile "$LINENO"; then :
3473
3474else
3475 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3476 CXXFLAGS="-g"
3477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3478/* end confdefs.h. */
3479
3480int
3481main ()
3482{
3483
3484 ;
3485 return 0;
3486}
3487_ACEOF
3488if ac_fn_cxx_try_compile "$LINENO"; then :
3489 ac_cv_prog_cxx_g=yes
3490fi
3491rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3492fi
3493rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3494fi
3495rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3496 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3497fi
3498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3499$as_echo "$ac_cv_prog_cxx_g" >&6; }
3500if test "$ac_test_CXXFLAGS" = set; then
3501 CXXFLAGS=$ac_save_CXXFLAGS
3502elif test $ac_cv_prog_cxx_g = yes; then
3503 if test "$GXX" = yes; then
3504 CXXFLAGS="-g -O2"
3505 else
3506 CXXFLAGS="-g"
3507 fi
3508else
3509 if test "$GXX" = yes; then
3510 CXXFLAGS="-O2"
3511 else
3512 CXXFLAGS=
3513 fi
3514fi
3515ac_ext=c
3516ac_cpp='$CPP $CPPFLAGS'
3517ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3518ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3519ac_compiler_gnu=$ac_cv_c_compiler_gnu
3520
3521ac_ext=c
3522ac_cpp='$CPP $CPPFLAGS'
3523ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3524ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3525ac_compiler_gnu=$ac_cv_c_compiler_gnu
3526
3527
3528if test -z "$CROSS_COMPILE"; then
3529 CROSS_COMPILE=`echo ${CC} | sed 's/gcc//'`
3530fi
3531
3532if test "$AR" = ""; then AR="${CROSS_COMPILE}ar rv"; fi
3533
3534if test "$LD" = ""; then LD="$CC"; fi
3535
3536if test "$LDOUT" = ""; then LDOUT="-o "; fi
3537
3538if test "$RANLIB" = ""; then RANLIB="${CROSS_COMPILE}ranlib"; fi
3539
3540if test "$OBJEXT" = ""; then OBJEXT='o'; fi
3541
3542if test "$LIBEXT" = ""; then LIBEXT='a'; fi
3543
3544if test "$LIBEXT2" = ""; then LIBEXT2=""; fi
3545
3546if test "$CC_OUT" = ""; then CC_OUT="-o "; fi
3547
3548if test "$CC_INC" = ""; then CC_INC="-I"; fi
3549
3550if test "$CC_DEF" = ""; then CC_DEF="-D"; fi
3551
3552if test "$CC_OPTIMIZE" = ""; then CC_OPTIMIZE="-O2"; fi
3553
3554if test "$CC_CFLAGS" = ""; then CC_CFLAGS="-Wall"; fi
3555
3556
3557
3558
3559
3560
3561
3562case $host in
3563 *mingw* | *cygw* | *win32* | *w32* )
3564 if pwd -W 2&> /dev/null; then
3565 ac_pjdir=`pwd -W`
3566 else
3567 # We're probably cross-compiling mingw on Linux
3568 ac_pjdir=`pwd`
3569 fi
3570 ;;
3571 *)
3572 ac_pjdir=`pwd`
3573 ;;
3574esac
3575
3576
3577case $target in
3578 *mingw* | *cygw* | *win32* | *w32* )
3579 ac_shlib_suffix=dll
3580 ;;
3581 *darwin*)
3582 ac_shlib_suffix=dylib
3583 ;;
3584 *)
3585 ac_shlib_suffix=so
3586 ;;
3587esac
3588
3589
3590if test "$build" = "$host"; then
3591 ac_cross_compile=
3592else
3593 ac_cross_compile=${host_orig}-
3594fi
3595
3596
3597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
3598$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
3599if ${ac_cv_lib_pthread_pthread_create+:} false; then :
3600 $as_echo_n "(cached) " >&6
3601else
3602 ac_check_lib_save_LIBS=$LIBS
3603LIBS="-lpthread $LIBS"
3604cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3605/* end confdefs.h. */
3606
3607/* Override any GCC internal prototype to avoid an error.
3608 Use char because int might match the return type of a GCC
3609 builtin and then its argument prototype would still apply. */
3610#ifdef __cplusplus
3611extern "C"
3612#endif
3613char pthread_create ();
3614int
3615main ()
3616{
3617return pthread_create ();
3618 ;
3619 return 0;
3620}
3621_ACEOF
3622if ac_fn_c_try_link "$LINENO"; then :
3623 ac_cv_lib_pthread_pthread_create=yes
3624else
3625 ac_cv_lib_pthread_pthread_create=no
3626fi
3627rm -f core conftest.err conftest.$ac_objext \
3628 conftest$ac_exeext conftest.$ac_ext
3629LIBS=$ac_check_lib_save_LIBS
3630fi
3631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
3632$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
3633if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
3634 cat >>confdefs.h <<_ACEOF
3635#define HAVE_LIBPTHREAD 1
3636_ACEOF
3637
3638 LIBS="-lpthread $LIBS"
3639
3640fi
3641
3642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lwsock32" >&5
3643$as_echo_n "checking for puts in -lwsock32... " >&6; }
3644if ${ac_cv_lib_wsock32_puts+:} false; then :
3645 $as_echo_n "(cached) " >&6
3646else
3647 ac_check_lib_save_LIBS=$LIBS
3648LIBS="-lwsock32 $LIBS"
3649cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3650/* end confdefs.h. */
3651
3652/* Override any GCC internal prototype to avoid an error.
3653 Use char because int might match the return type of a GCC
3654 builtin and then its argument prototype would still apply. */
3655#ifdef __cplusplus
3656extern "C"
3657#endif
3658char puts ();
3659int
3660main ()
3661{
3662return puts ();
3663 ;
3664 return 0;
3665}
3666_ACEOF
3667if ac_fn_c_try_link "$LINENO"; then :
3668 ac_cv_lib_wsock32_puts=yes
3669else
3670 ac_cv_lib_wsock32_puts=no
3671fi
3672rm -f core conftest.err conftest.$ac_objext \
3673 conftest$ac_exeext conftest.$ac_ext
3674LIBS=$ac_check_lib_save_LIBS
3675fi
3676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wsock32_puts" >&5
3677$as_echo "$ac_cv_lib_wsock32_puts" >&6; }
3678if test "x$ac_cv_lib_wsock32_puts" = xyes; then :
3679 cat >>confdefs.h <<_ACEOF
3680#define HAVE_LIBWSOCK32 1
3681_ACEOF
3682
3683 LIBS="-lwsock32 $LIBS"
3684
3685fi
3686
3687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lws2_32" >&5
3688$as_echo_n "checking for puts in -lws2_32... " >&6; }
3689if ${ac_cv_lib_ws2_32_puts+:} false; then :
3690 $as_echo_n "(cached) " >&6
3691else
3692 ac_check_lib_save_LIBS=$LIBS
3693LIBS="-lws2_32 $LIBS"
3694cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3695/* end confdefs.h. */
3696
3697/* Override any GCC internal prototype to avoid an error.
3698 Use char because int might match the return type of a GCC
3699 builtin and then its argument prototype would still apply. */
3700#ifdef __cplusplus
3701extern "C"
3702#endif
3703char puts ();
3704int
3705main ()
3706{
3707return puts ();
3708 ;
3709 return 0;
3710}
3711_ACEOF
3712if ac_fn_c_try_link "$LINENO"; then :
3713 ac_cv_lib_ws2_32_puts=yes
3714else
3715 ac_cv_lib_ws2_32_puts=no
3716fi
3717rm -f core conftest.err conftest.$ac_objext \
3718 conftest$ac_exeext conftest.$ac_ext
3719LIBS=$ac_check_lib_save_LIBS
3720fi
3721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ws2_32_puts" >&5
3722$as_echo "$ac_cv_lib_ws2_32_puts" >&6; }
3723if test "x$ac_cv_lib_ws2_32_puts" = xyes; then :
3724 cat >>confdefs.h <<_ACEOF
3725#define HAVE_LIBWS2_32 1
3726_ACEOF
3727
3728 LIBS="-lws2_32 $LIBS"
3729
3730fi
3731
3732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lole32" >&5
3733$as_echo_n "checking for puts in -lole32... " >&6; }
3734if ${ac_cv_lib_ole32_puts+:} false; then :
3735 $as_echo_n "(cached) " >&6
3736else
3737 ac_check_lib_save_LIBS=$LIBS
3738LIBS="-lole32 $LIBS"
3739cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3740/* end confdefs.h. */
3741
3742/* Override any GCC internal prototype to avoid an error.
3743 Use char because int might match the return type of a GCC
3744 builtin and then its argument prototype would still apply. */
3745#ifdef __cplusplus
3746extern "C"
3747#endif
3748char puts ();
3749int
3750main ()
3751{
3752return puts ();
3753 ;
3754 return 0;
3755}
3756_ACEOF
3757if ac_fn_c_try_link "$LINENO"; then :
3758 ac_cv_lib_ole32_puts=yes
3759else
3760 ac_cv_lib_ole32_puts=no
3761fi
3762rm -f core conftest.err conftest.$ac_objext \
3763 conftest$ac_exeext conftest.$ac_ext
3764LIBS=$ac_check_lib_save_LIBS
3765fi
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ole32_puts" >&5
3767$as_echo "$ac_cv_lib_ole32_puts" >&6; }
3768if test "x$ac_cv_lib_ole32_puts" = xyes; then :
3769 cat >>confdefs.h <<_ACEOF
3770#define HAVE_LIBOLE32 1
3771_ACEOF
3772
3773 LIBS="-lole32 $LIBS"
3774
3775fi
3776
3777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lwinmm" >&5
3778$as_echo_n "checking for puts in -lwinmm... " >&6; }
3779if ${ac_cv_lib_winmm_puts+:} false; then :
3780 $as_echo_n "(cached) " >&6
3781else
3782 ac_check_lib_save_LIBS=$LIBS
3783LIBS="-lwinmm $LIBS"
3784cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3785/* end confdefs.h. */
3786
3787/* Override any GCC internal prototype to avoid an error.
3788 Use char because int might match the return type of a GCC
3789 builtin and then its argument prototype would still apply. */
3790#ifdef __cplusplus
3791extern "C"
3792#endif
3793char puts ();
3794int
3795main ()
3796{
3797return puts ();
3798 ;
3799 return 0;
3800}
3801_ACEOF
3802if ac_fn_c_try_link "$LINENO"; then :
3803 ac_cv_lib_winmm_puts=yes
3804else
3805 ac_cv_lib_winmm_puts=no
3806fi
3807rm -f core conftest.err conftest.$ac_objext \
3808 conftest$ac_exeext conftest.$ac_ext
3809LIBS=$ac_check_lib_save_LIBS
3810fi
3811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_winmm_puts" >&5
3812$as_echo "$ac_cv_lib_winmm_puts" >&6; }
3813if test "x$ac_cv_lib_winmm_puts" = xyes; then :
3814 cat >>confdefs.h <<_ACEOF
3815#define HAVE_LIBWINMM 1
3816_ACEOF
3817
3818 LIBS="-lwinmm $LIBS"
3819
3820fi
3821
3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lsocket" >&5
3823$as_echo_n "checking for puts in -lsocket... " >&6; }
3824if ${ac_cv_lib_socket_puts+:} false; then :
3825 $as_echo_n "(cached) " >&6
3826else
3827 ac_check_lib_save_LIBS=$LIBS
3828LIBS="-lsocket $LIBS"
3829cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3830/* end confdefs.h. */
3831
3832/* Override any GCC internal prototype to avoid an error.
3833 Use char because int might match the return type of a GCC
3834 builtin and then its argument prototype would still apply. */
3835#ifdef __cplusplus
3836extern "C"
3837#endif
3838char puts ();
3839int
3840main ()
3841{
3842return puts ();
3843 ;
3844 return 0;
3845}
3846_ACEOF
3847if ac_fn_c_try_link "$LINENO"; then :
3848 ac_cv_lib_socket_puts=yes
3849else
3850 ac_cv_lib_socket_puts=no
3851fi
3852rm -f core conftest.err conftest.$ac_objext \
3853 conftest$ac_exeext conftest.$ac_ext
3854LIBS=$ac_check_lib_save_LIBS
3855fi
3856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_puts" >&5
3857$as_echo "$ac_cv_lib_socket_puts" >&6; }
3858if test "x$ac_cv_lib_socket_puts" = xyes; then :
3859 cat >>confdefs.h <<_ACEOF
3860#define HAVE_LIBSOCKET 1
3861_ACEOF
3862
3863 LIBS="-lsocket $LIBS"
3864
3865fi
3866
3867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lrt" >&5
3868$as_echo_n "checking for puts in -lrt... " >&6; }
3869if ${ac_cv_lib_rt_puts+:} false; then :
3870 $as_echo_n "(cached) " >&6
3871else
3872 ac_check_lib_save_LIBS=$LIBS
3873LIBS="-lrt $LIBS"
3874cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3875/* end confdefs.h. */
3876
3877/* Override any GCC internal prototype to avoid an error.
3878 Use char because int might match the return type of a GCC
3879 builtin and then its argument prototype would still apply. */
3880#ifdef __cplusplus
3881extern "C"
3882#endif
3883char puts ();
3884int
3885main ()
3886{
3887return puts ();
3888 ;
3889 return 0;
3890}
3891_ACEOF
3892if ac_fn_c_try_link "$LINENO"; then :
3893 ac_cv_lib_rt_puts=yes
3894else
3895 ac_cv_lib_rt_puts=no
3896fi
3897rm -f core conftest.err conftest.$ac_objext \
3898 conftest$ac_exeext conftest.$ac_ext
3899LIBS=$ac_check_lib_save_LIBS
3900fi
3901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_puts" >&5
3902$as_echo "$ac_cv_lib_rt_puts" >&6; }
3903if test "x$ac_cv_lib_rt_puts" = xyes; then :
3904 cat >>confdefs.h <<_ACEOF
3905#define HAVE_LIBRT 1
3906_ACEOF
3907
3908 LIBS="-lrt $LIBS"
3909
3910fi
3911
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lnsl" >&5
3913$as_echo_n "checking for puts in -lnsl... " >&6; }
3914if ${ac_cv_lib_nsl_puts+:} false; then :
3915 $as_echo_n "(cached) " >&6
3916else
3917 ac_check_lib_save_LIBS=$LIBS
3918LIBS="-lnsl $LIBS"
3919cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3920/* end confdefs.h. */
3921
3922/* Override any GCC internal prototype to avoid an error.
3923 Use char because int might match the return type of a GCC
3924 builtin and then its argument prototype would still apply. */
3925#ifdef __cplusplus
3926extern "C"
3927#endif
3928char puts ();
3929int
3930main ()
3931{
3932return puts ();
3933 ;
3934 return 0;
3935}
3936_ACEOF
3937if ac_fn_c_try_link "$LINENO"; then :
3938 ac_cv_lib_nsl_puts=yes
3939else
3940 ac_cv_lib_nsl_puts=no
3941fi
3942rm -f core conftest.err conftest.$ac_objext \
3943 conftest$ac_exeext conftest.$ac_ext
3944LIBS=$ac_check_lib_save_LIBS
3945fi
3946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_puts" >&5
3947$as_echo "$ac_cv_lib_nsl_puts" >&6; }
3948if test "x$ac_cv_lib_nsl_puts" = xyes; then :
3949 cat >>confdefs.h <<_ACEOF
3950#define HAVE_LIBNSL 1
3951_ACEOF
3952
3953 LIBS="-lnsl $LIBS"
3954
3955fi
3956
3957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5
3958$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
3959if ${ac_cv_lib_uuid_uuid_generate+:} false; then :
3960 $as_echo_n "(cached) " >&6
3961else
3962 ac_check_lib_save_LIBS=$LIBS
3963LIBS="-luuid $LIBS"
3964cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3965/* end confdefs.h. */
3966
3967/* Override any GCC internal prototype to avoid an error.
3968 Use char because int might match the return type of a GCC
3969 builtin and then its argument prototype would still apply. */
3970#ifdef __cplusplus
3971extern "C"
3972#endif
3973char uuid_generate ();
3974int
3975main ()
3976{
3977return uuid_generate ();
3978 ;
3979 return 0;
3980}
3981_ACEOF
3982if ac_fn_c_try_link "$LINENO"; then :
3983 ac_cv_lib_uuid_uuid_generate=yes
3984else
3985 ac_cv_lib_uuid_uuid_generate=no
3986fi
3987rm -f core conftest.err conftest.$ac_objext \
3988 conftest$ac_exeext conftest.$ac_ext
3989LIBS=$ac_check_lib_save_LIBS
3990fi
3991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5
3992$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
3993if test "x$ac_cv_lib_uuid_uuid_generate" = xyes; then :
3994 cat >>confdefs.h <<_ACEOF
3995#define HAVE_LIBUUID 1
3996_ACEOF
3997
3998 LIBS="-luuid $LIBS"
3999
4000fi
4001
4002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5
4003$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
4004if ${ac_cv_lib_uuid_uuid_generate+:} false; then :
4005 $as_echo_n "(cached) " >&6
4006else
4007 ac_check_lib_save_LIBS=$LIBS
4008LIBS="-luuid $LIBS"
4009cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4010/* end confdefs.h. */
4011
4012/* Override any GCC internal prototype to avoid an error.
4013 Use char because int might match the return type of a GCC
4014 builtin and then its argument prototype would still apply. */
4015#ifdef __cplusplus
4016extern "C"
4017#endif
4018char uuid_generate ();
4019int
4020main ()
4021{
4022return uuid_generate ();
4023 ;
4024 return 0;
4025}
4026_ACEOF
4027if ac_fn_c_try_link "$LINENO"; then :
4028 ac_cv_lib_uuid_uuid_generate=yes
4029else
4030 ac_cv_lib_uuid_uuid_generate=no
4031fi
4032rm -f core conftest.err conftest.$ac_objext \
4033 conftest$ac_exeext conftest.$ac_ext
4034LIBS=$ac_check_lib_save_LIBS
4035fi
4036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5
4037$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
4038if test "x$ac_cv_lib_uuid_uuid_generate" = xyes; then :
4039 ac_has_uuid_lib=1
4040fi
4041
4042
4043{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_M_NAME to $target_cpu" >&5
4044$as_echo "Setting PJ_M_NAME to $target_cpu" >&6; }
4045cat >>confdefs.h <<_ACEOF
4046#define PJ_M_NAME "$target_cpu"
4047_ACEOF
4048
4049
4050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking memory alignment" >&5
4051$as_echo_n "checking memory alignment... " >&6; }
4052case $target in
4053 sparc64-* | ia64-* | x86_64-* )
4054 $as_echo "#define PJ_POOL_ALIGNMENT 8" >>confdefs.h
4055
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 8 bytes" >&5
4057$as_echo "8 bytes" >&6; }
4058 ;;
4059 * )
4060 $as_echo "#define PJ_POOL_ALIGNMENT 4" >>confdefs.h
4061
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 4 bytes (default)" >&5
4063$as_echo "4 bytes (default)" >&6; }
4064 ;;
4065esac
4066
4067
4068ac_ext=c
4069ac_cpp='$CPP $CPPFLAGS'
4070ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4071ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4072ac_compiler_gnu=$ac_cv_c_compiler_gnu
4073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4074$as_echo_n "checking how to run the C preprocessor... " >&6; }
4075# On Suns, sometimes $CPP names a directory.
4076if test -n "$CPP" && test -d "$CPP"; then
4077 CPP=
4078fi
4079if test -z "$CPP"; then
4080 if ${ac_cv_prog_CPP+:} false; then :
4081 $as_echo_n "(cached) " >&6
4082else
4083 # Double quotes because CPP needs to be expanded
4084 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4085 do
4086 ac_preproc_ok=false
4087for ac_c_preproc_warn_flag in '' yes
4088do
4089 # Use a header file that comes with gcc, so configuring glibc
4090 # with a fresh cross-compiler works.
4091 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4092 # <limits.h> exists even on freestanding compilers.
4093 # On the NeXT, cc -E runs the code through the compiler's parser,
4094 # not just through cpp. "Syntax error" is here to catch this case.
4095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4096/* end confdefs.h. */
4097#ifdef __STDC__
4098# include <limits.h>
4099#else
4100# include <assert.h>
4101#endif
4102 Syntax error
4103_ACEOF
4104if ac_fn_c_try_cpp "$LINENO"; then :
4105
4106else
4107 # Broken: fails on valid input.
4108continue
4109fi
4110rm -f conftest.err conftest.i conftest.$ac_ext
4111
4112 # OK, works on sane cases. Now check whether nonexistent headers
4113 # can be detected and how.
4114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4115/* end confdefs.h. */
4116#include <ac_nonexistent.h>
4117_ACEOF
4118if ac_fn_c_try_cpp "$LINENO"; then :
4119 # Broken: success on invalid input.
4120continue
4121else
4122 # Passes both tests.
4123ac_preproc_ok=:
4124break
4125fi
4126rm -f conftest.err conftest.i conftest.$ac_ext
4127
4128done
4129# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4130rm -f conftest.i conftest.err conftest.$ac_ext
4131if $ac_preproc_ok; then :
4132 break
4133fi
4134
4135 done
4136 ac_cv_prog_CPP=$CPP
4137
4138fi
4139 CPP=$ac_cv_prog_CPP
4140else
4141 ac_cv_prog_CPP=$CPP
4142fi
4143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4144$as_echo "$CPP" >&6; }
4145ac_preproc_ok=false
4146for ac_c_preproc_warn_flag in '' yes
4147do
4148 # Use a header file that comes with gcc, so configuring glibc
4149 # with a fresh cross-compiler works.
4150 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4151 # <limits.h> exists even on freestanding compilers.
4152 # On the NeXT, cc -E runs the code through the compiler's parser,
4153 # not just through cpp. "Syntax error" is here to catch this case.
4154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4155/* end confdefs.h. */
4156#ifdef __STDC__
4157# include <limits.h>
4158#else
4159# include <assert.h>
4160#endif
4161 Syntax error
4162_ACEOF
4163if ac_fn_c_try_cpp "$LINENO"; then :
4164
4165else
4166 # Broken: fails on valid input.
4167continue
4168fi
4169rm -f conftest.err conftest.i conftest.$ac_ext
4170
4171 # OK, works on sane cases. Now check whether nonexistent headers
4172 # can be detected and how.
4173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4174/* end confdefs.h. */
4175#include <ac_nonexistent.h>
4176_ACEOF
4177if ac_fn_c_try_cpp "$LINENO"; then :
4178 # Broken: success on invalid input.
4179continue
4180else
4181 # Passes both tests.
4182ac_preproc_ok=:
4183break
4184fi
4185rm -f conftest.err conftest.i conftest.$ac_ext
4186
4187done
4188# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4189rm -f conftest.i conftest.err conftest.$ac_ext
4190if $ac_preproc_ok; then :
4191
4192else
4193 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4194$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4195as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4196See \`config.log' for more details" "$LINENO" 5; }
4197fi
4198
4199ac_ext=c
4200ac_cpp='$CPP $CPPFLAGS'
4201ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4202ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4203ac_compiler_gnu=$ac_cv_c_compiler_gnu
4204
4205
4206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4207$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4208if ${ac_cv_path_GREP+:} false; then :
4209 $as_echo_n "(cached) " >&6
4210else
4211 if test -z "$GREP"; then
4212 ac_path_GREP_found=false
4213 # Loop through the user's path and test for each of PROGNAME-LIST
4214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4215for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4216do
4217 IFS=$as_save_IFS
4218 test -z "$as_dir" && as_dir=.
4219 for ac_prog in grep ggrep; do
4220 for ac_exec_ext in '' $ac_executable_extensions; do
4221 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4222 as_fn_executable_p "$ac_path_GREP" || continue
4223# Check for GNU ac_path_GREP and select it if it is found.
4224 # Check for GNU $ac_path_GREP
4225case `"$ac_path_GREP" --version 2>&1` in
4226*GNU*)
4227 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4228*)
4229 ac_count=0
4230 $as_echo_n 0123456789 >"conftest.in"
4231 while :
4232 do
4233 cat "conftest.in" "conftest.in" >"conftest.tmp"
4234 mv "conftest.tmp" "conftest.in"
4235 cp "conftest.in" "conftest.nl"
4236 $as_echo 'GREP' >> "conftest.nl"
4237 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4238 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4239 as_fn_arith $ac_count + 1 && ac_count=$as_val
4240 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4241 # Best one so far, save it but keep looking for a better one
4242 ac_cv_path_GREP="$ac_path_GREP"
4243 ac_path_GREP_max=$ac_count
4244 fi
4245 # 10*(2^10) chars as input seems more than enough
4246 test $ac_count -gt 10 && break
4247 done
4248 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4249esac
4250
4251 $ac_path_GREP_found && break 3
4252 done
4253 done
4254 done
4255IFS=$as_save_IFS
4256 if test -z "$ac_cv_path_GREP"; then
4257 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4258 fi
4259else
4260 ac_cv_path_GREP=$GREP
4261fi
4262
4263fi
4264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4265$as_echo "$ac_cv_path_GREP" >&6; }
4266 GREP="$ac_cv_path_GREP"
4267
4268
4269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4270$as_echo_n "checking for egrep... " >&6; }
4271if ${ac_cv_path_EGREP+:} false; then :
4272 $as_echo_n "(cached) " >&6
4273else
4274 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4275 then ac_cv_path_EGREP="$GREP -E"
4276 else
4277 if test -z "$EGREP"; then
4278 ac_path_EGREP_found=false
4279 # Loop through the user's path and test for each of PROGNAME-LIST
4280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4281for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4282do
4283 IFS=$as_save_IFS
4284 test -z "$as_dir" && as_dir=.
4285 for ac_prog in egrep; do
4286 for ac_exec_ext in '' $ac_executable_extensions; do
4287 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4288 as_fn_executable_p "$ac_path_EGREP" || continue
4289# Check for GNU ac_path_EGREP and select it if it is found.
4290 # Check for GNU $ac_path_EGREP
4291case `"$ac_path_EGREP" --version 2>&1` in
4292*GNU*)
4293 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4294*)
4295 ac_count=0
4296 $as_echo_n 0123456789 >"conftest.in"
4297 while :
4298 do
4299 cat "conftest.in" "conftest.in" >"conftest.tmp"
4300 mv "conftest.tmp" "conftest.in"
4301 cp "conftest.in" "conftest.nl"
4302 $as_echo 'EGREP' >> "conftest.nl"
4303 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4304 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4305 as_fn_arith $ac_count + 1 && ac_count=$as_val
4306 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4307 # Best one so far, save it but keep looking for a better one
4308 ac_cv_path_EGREP="$ac_path_EGREP"
4309 ac_path_EGREP_max=$ac_count
4310 fi
4311 # 10*(2^10) chars as input seems more than enough
4312 test $ac_count -gt 10 && break
4313 done
4314 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4315esac
4316
4317 $ac_path_EGREP_found && break 3
4318 done
4319 done
4320 done
4321IFS=$as_save_IFS
4322 if test -z "$ac_cv_path_EGREP"; then
4323 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4324 fi
4325else
4326 ac_cv_path_EGREP=$EGREP
4327fi
4328
4329 fi
4330fi
4331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4332$as_echo "$ac_cv_path_EGREP" >&6; }
4333 EGREP="$ac_cv_path_EGREP"
4334
4335
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4337$as_echo_n "checking for ANSI C header files... " >&6; }
4338if ${ac_cv_header_stdc+:} false; then :
4339 $as_echo_n "(cached) " >&6
4340else
4341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4342/* end confdefs.h. */
4343#include <stdlib.h>
4344#include <stdarg.h>
4345#include <string.h>
4346#include <float.h>
4347
4348int
4349main ()
4350{
4351
4352 ;
4353 return 0;
4354}
4355_ACEOF
4356if ac_fn_c_try_compile "$LINENO"; then :
4357 ac_cv_header_stdc=yes
4358else
4359 ac_cv_header_stdc=no
4360fi
4361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4362
4363if test $ac_cv_header_stdc = yes; then
4364 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366/* end confdefs.h. */
4367#include <string.h>
4368
4369_ACEOF
4370if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4371 $EGREP "memchr" >/dev/null 2>&1; then :
4372
4373else
4374 ac_cv_header_stdc=no
4375fi
4376rm -f conftest*
4377
4378fi
4379
4380if test $ac_cv_header_stdc = yes; then
4381 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4383/* end confdefs.h. */
4384#include <stdlib.h>
4385
4386_ACEOF
4387if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4388 $EGREP "free" >/dev/null 2>&1; then :
4389
4390else
4391 ac_cv_header_stdc=no
4392fi
4393rm -f conftest*
4394
4395fi
4396
4397if test $ac_cv_header_stdc = yes; then
4398 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4399 if test "$cross_compiling" = yes; then :
4400 :
4401else
4402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4403/* end confdefs.h. */
4404#include <ctype.h>
4405#include <stdlib.h>
4406#if ((' ' & 0x0FF) == 0x020)
4407# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4408# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4409#else
4410# define ISLOWER(c) \
4411 (('a' <= (c) && (c) <= 'i') \
4412 || ('j' <= (c) && (c) <= 'r') \
4413 || ('s' <= (c) && (c) <= 'z'))
4414# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4415#endif
4416
4417#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4418int
4419main ()
4420{
4421 int i;
4422 for (i = 0; i < 256; i++)
4423 if (XOR (islower (i), ISLOWER (i))
4424 || toupper (i) != TOUPPER (i))
4425 return 2;
4426 return 0;
4427}
4428_ACEOF
4429if ac_fn_c_try_run "$LINENO"; then :
4430
4431else
4432 ac_cv_header_stdc=no
4433fi
4434rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4435 conftest.$ac_objext conftest.beam conftest.$ac_ext
4436fi
4437
4438fi
4439fi
4440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4441$as_echo "$ac_cv_header_stdc" >&6; }
4442if test $ac_cv_header_stdc = yes; then
4443
4444$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4445
4446fi
4447
4448# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4449for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4450 inttypes.h stdint.h unistd.h
4451do :
4452 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4453ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4454"
4455if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4456 cat >>confdefs.h <<_ACEOF
4457#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4458_ACEOF
4459
4460fi
4461
4462done
4463
4464
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
4466$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
4467if ${ac_cv_c_bigendian+:} false; then :
4468 $as_echo_n "(cached) " >&6
4469else
4470 ac_cv_c_bigendian=unknown
4471 # See if we're dealing with a universal compiler.
4472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473/* end confdefs.h. */
4474#ifndef __APPLE_CC__
4475 not a universal capable compiler
4476 #endif
4477 typedef int dummy;
4478
4479_ACEOF
4480if ac_fn_c_try_compile "$LINENO"; then :
4481
4482 # Check for potential -arch flags. It is not universal unless
4483 # there are at least two -arch flags with different values.
4484 ac_arch=
4485 ac_prev=
4486 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
4487 if test -n "$ac_prev"; then
4488 case $ac_word in
4489 i?86 | x86_64 | ppc | ppc64)
4490 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
4491 ac_arch=$ac_word
4492 else
4493 ac_cv_c_bigendian=universal
4494 break
4495 fi
4496 ;;
4497 esac
4498 ac_prev=
4499 elif test "x$ac_word" = "x-arch"; then
4500 ac_prev=arch
4501 fi
4502 done
4503fi
4504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4505 if test $ac_cv_c_bigendian = unknown; then
4506 # See if sys/param.h defines the BYTE_ORDER macro.
4507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4508/* end confdefs.h. */
4509#include <sys/types.h>
4510 #include <sys/param.h>
4511
4512int
4513main ()
4514{
4515#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
4516 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
4517 && LITTLE_ENDIAN)
4518 bogus endian macros
4519 #endif
4520
4521 ;
4522 return 0;
4523}
4524_ACEOF
4525if ac_fn_c_try_compile "$LINENO"; then :
4526 # It does; now see whether it defined to BIG_ENDIAN or not.
4527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4528/* end confdefs.h. */
4529#include <sys/types.h>
4530 #include <sys/param.h>
4531
4532int
4533main ()
4534{
4535#if BYTE_ORDER != BIG_ENDIAN
4536 not big endian
4537 #endif
4538
4539 ;
4540 return 0;
4541}
4542_ACEOF
4543if ac_fn_c_try_compile "$LINENO"; then :
4544 ac_cv_c_bigendian=yes
4545else
4546 ac_cv_c_bigendian=no
4547fi
4548rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4549fi
4550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4551 fi
4552 if test $ac_cv_c_bigendian = unknown; then
4553 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4555/* end confdefs.h. */
4556#include <limits.h>
4557
4558int
4559main ()
4560{
4561#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
4562 bogus endian macros
4563 #endif
4564
4565 ;
4566 return 0;
4567}
4568_ACEOF
4569if ac_fn_c_try_compile "$LINENO"; then :
4570 # It does; now see whether it defined to _BIG_ENDIAN or not.
4571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4572/* end confdefs.h. */
4573#include <limits.h>
4574
4575int
4576main ()
4577{
4578#ifndef _BIG_ENDIAN
4579 not big endian
4580 #endif
4581
4582 ;
4583 return 0;
4584}
4585_ACEOF
4586if ac_fn_c_try_compile "$LINENO"; then :
4587 ac_cv_c_bigendian=yes
4588else
4589 ac_cv_c_bigendian=no
4590fi
4591rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4592fi
4593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4594 fi
4595 if test $ac_cv_c_bigendian = unknown; then
4596 # Compile a test program.
4597 if test "$cross_compiling" = yes; then :
4598 # Try to guess by grepping values from an object file.
4599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4600/* end confdefs.h. */
4601short int ascii_mm[] =
4602 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4603 short int ascii_ii[] =
4604 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4605 int use_ascii (int i) {
4606 return ascii_mm[i] + ascii_ii[i];
4607 }
4608 short int ebcdic_ii[] =
4609 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4610 short int ebcdic_mm[] =
4611 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4612 int use_ebcdic (int i) {
4613 return ebcdic_mm[i] + ebcdic_ii[i];
4614 }
4615 extern int foo;
4616
4617int
4618main ()
4619{
4620return use_ascii (foo) == use_ebcdic (foo);
4621 ;
4622 return 0;
4623}
4624_ACEOF
4625if ac_fn_c_try_compile "$LINENO"; then :
4626 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
4627 ac_cv_c_bigendian=yes
4628 fi
4629 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4630 if test "$ac_cv_c_bigendian" = unknown; then
4631 ac_cv_c_bigendian=no
4632 else
4633 # finding both strings is unlikely to happen, but who knows?
4634 ac_cv_c_bigendian=unknown
4635 fi
4636 fi
4637fi
4638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4639else
4640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4641/* end confdefs.h. */
4642$ac_includes_default
4643int
4644main ()
4645{
4646
4647 /* Are we little or big endian? From Harbison&Steele. */
4648 union
4649 {
4650 long int l;
4651 char c[sizeof (long int)];
4652 } u;
4653 u.l = 1;
4654 return u.c[sizeof (long int) - 1] == 1;
4655
4656 ;
4657 return 0;
4658}
4659_ACEOF
4660if ac_fn_c_try_run "$LINENO"; then :
4661 ac_cv_c_bigendian=no
4662else
4663 ac_cv_c_bigendian=yes
4664fi
4665rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4666 conftest.$ac_objext conftest.beam conftest.$ac_ext
4667fi
4668
4669 fi
4670fi
4671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
4672$as_echo "$ac_cv_c_bigendian" >&6; }
4673 case $ac_cv_c_bigendian in #(
4674 yes)
4675 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
4676;; #(
4677 no)
4678 ;; #(
4679 universal)
4680
4681$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
4682
4683 ;; #(
4684 *)
4685 as_fn_error $? "unknown endianness
4686 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
4687 esac
4688
4689
4690if test "x$ac_cv_c_bigendian" = "xyes"; then
4691 CFLAGS="$CFLAGS -DPJ_IS_BIG_ENDIAN=1 -DPJ_IS_LITTLE_ENDIAN=0"
4692else
4693 CFLAGS="$CFLAGS -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1"
4694fi
4695
4696case $target in
4697 *android*)
4698 $as_echo "#define PJ_ANDROID 1" >>confdefs.h
4699
4700 ;;
4701 *mingw* | *cygw* | *win32* | *w32* )
4702 $as_echo "#define PJ_WIN32 1" >>confdefs.h
4703
4704 $as_echo "#define PJ_WIN32_WINNT 0x0400" >>confdefs.h
4705
4706 $as_echo "#define WIN32_LEAN_AND_MEAN 1" >>confdefs.h
4707
4708 ;;
4709 *darwin*)
4710 $as_echo "#define PJ_DARWINOS 1" >>confdefs.h
4711
4712 ;;
4713 *linux*)
4714 $as_echo "#define PJ_LINUX 1" >>confdefs.h
4715
4716 ;;
4717 *rtems*)
4718 $as_echo "#define PJ_RTEMS 1" >>confdefs.h
4719
4720 ;;
4721 *sunos* | *solaris* )
4722 $as_echo "#define PJ_SUNOS 1" >>confdefs.h
4723
4724 ;;
4725 *)
4726 ;;
4727esac
4728
4729
4730
4731
4732# Check whether --enable-floating-point was given.
4733if test "${enable_floating_point+set}" = set; then :
4734 enableval=$enable_floating_point; if test "$enable_floating_point" = "no"; then
4735 $as_echo "#define PJ_HAS_FLOATING_POINT 0" >>confdefs.h
4736
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if floating point is disabled... yes" >&5
4738$as_echo "Checking if floating point is disabled... yes" >&6; }
4739 fi
4740else
4741
4742 $as_echo "#define PJ_HAS_FLOATING_POINT 1" >>confdefs.h
4743
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if floating point is disabled... no" >&5
4745$as_echo "Checking if floating point is disabled... no" >&6; }
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmod in -lm" >&5
4747$as_echo_n "checking for fmod in -lm... " >&6; }
4748if ${ac_cv_lib_m_fmod+:} false; then :
4749 $as_echo_n "(cached) " >&6
4750else
4751 ac_check_lib_save_LIBS=$LIBS
4752LIBS="-lm $LIBS"
4753cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4754/* end confdefs.h. */
4755
4756/* Override any GCC internal prototype to avoid an error.
4757 Use char because int might match the return type of a GCC
4758 builtin and then its argument prototype would still apply. */
4759#ifdef __cplusplus
4760extern "C"
4761#endif
4762char fmod ();
4763int
4764main ()
4765{
4766return fmod ();
4767 ;
4768 return 0;
4769}
4770_ACEOF
4771if ac_fn_c_try_link "$LINENO"; then :
4772 ac_cv_lib_m_fmod=yes
4773else
4774 ac_cv_lib_m_fmod=no
4775fi
4776rm -f core conftest.err conftest.$ac_objext \
4777 conftest$ac_exeext conftest.$ac_ext
4778LIBS=$ac_check_lib_save_LIBS
4779fi
4780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmod" >&5
4781$as_echo "$ac_cv_lib_m_fmod" >&6; }
4782if test "x$ac_cv_lib_m_fmod" = xyes; then :
4783 cat >>confdefs.h <<_ACEOF
4784#define HAVE_LIBM 1
4785_ACEOF
4786
4787 LIBS="-lm $LIBS"
4788
4789fi
4790
4791
4792fi
4793
4794
4795
4796ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
4797if test "x$ac_cv_header_arpa_inet_h" = xyes; then :
4798 $as_echo "#define PJ_HAS_ARPA_INET_H 1" >>confdefs.h
4799
4800fi
4801
4802
4803ac_fn_c_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default"
4804if test "x$ac_cv_header_assert_h" = xyes; then :
4805 $as_echo "#define PJ_HAS_ASSERT_H 1" >>confdefs.h
4806
4807fi
4808
4809
4810ac_fn_c_check_header_mongrel "$LINENO" "ctype.h" "ac_cv_header_ctype_h" "$ac_includes_default"
4811if test "x$ac_cv_header_ctype_h" = xyes; then :
4812 $as_echo "#define PJ_HAS_CTYPE_H 1" >>confdefs.h
4813
4814fi
4815
4816
4817
4818case $target in
4819 *mingw* | *cygw* | *win32* | *w32* )
4820 $as_echo "#define PJ_HAS_ERRNO_H 0" >>confdefs.h
4821
4822 ;;
4823 *)
4824 ac_fn_c_check_header_mongrel "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_includes_default"
4825if test "x$ac_cv_header_errno_h" = xyes; then :
4826 $as_echo "#define PJ_HAS_ERRNO_H 1" >>confdefs.h
4827
4828fi
4829
4830
4831 ;;
4832esac
4833
4834ac_fn_c_check_header_mongrel "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default"
4835if test "x$ac_cv_header_fcntl_h" = xyes; then :
4836 $as_echo "#define PJ_HAS_FCNTL_H 1" >>confdefs.h
4837
4838fi
4839
4840
4841ac_fn_c_check_header_mongrel "$LINENO" "linux/socket.h" "ac_cv_header_linux_socket_h" "$ac_includes_default"
4842if test "x$ac_cv_header_linux_socket_h" = xyes; then :
4843 $as_echo "#define PJ_HAS_LINUX_SOCKET_H 1" >>confdefs.h
4844
4845fi
4846
4847
4848ac_fn_c_check_header_mongrel "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default"
4849if test "x$ac_cv_header_limits_h" = xyes; then :
4850 $as_echo "#define PJ_HAS_LIMITS_H 1" >>confdefs.h
4851
4852fi
4853
4854
4855ac_fn_c_check_header_mongrel "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default"
4856if test "x$ac_cv_header_malloc_h" = xyes; then :
4857 $as_echo "#define PJ_HAS_MALLOC_H 1" >>confdefs.h
4858
4859fi
4860
4861
4862ac_fn_c_check_header_mongrel "$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default"
4863if test "x$ac_cv_header_netdb_h" = xyes; then :
4864 $as_echo "#define PJ_HAS_NETDB_H 1" >>confdefs.h
4865
4866fi
4867
4868
4869ac_fn_c_check_header_mongrel "$LINENO" "netinet/in_systm.h" "ac_cv_header_netinet_in_systm_h" "$ac_includes_default"
4870if test "x$ac_cv_header_netinet_in_systm_h" = xyes; then :
4871 $as_echo "#define PJ_HAS_NETINET_IN_SYSTM_H 1" >>confdefs.h
4872
4873fi
4874
4875
4876ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
4877if test "x$ac_cv_header_netinet_in_h" = xyes; then :
4878 $as_echo "#define PJ_HAS_NETINET_IN_H 1" >>confdefs.h
4879
4880fi
4881
4882
4883ac_fn_c_check_header_compile "$LINENO" "netinet/ip.h" "ac_cv_header_netinet_ip_h" "#if PJ_HAS_SYS_TYPES_H
4884 # include <sys/types.h>
4885 #endif
4886 #if PJ_HAS_NETINET_IN_SYSTM_H
4887 # include <netinet/in_systm.h>
4888 #endif
4889 #if PJ_HAS_NETINET_IN_H
4890 # include <netinet/in.h>
4891 #endif
4892
4893"
4894if test "x$ac_cv_header_netinet_ip_h" = xyes; then :
4895 $as_echo "#define PJ_HAS_NETINET_IP_H 1" >>confdefs.h
4896
4897fi
4898
4899
4900ac_fn_c_check_header_mongrel "$LINENO" "netinet/tcp.h" "ac_cv_header_netinet_tcp_h" "$ac_includes_default"
4901if test "x$ac_cv_header_netinet_tcp_h" = xyes; then :
4902 $as_echo "#define PJ_HAS_NETINET_TCP_H 1" >>confdefs.h
4903
4904fi
4905
4906
4907ac_fn_c_check_header_mongrel "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "$ac_includes_default"
4908if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
4909 ac_fn_c_check_func "$LINENO" "getifaddrs" "ac_cv_func_getifaddrs"
4910if test "x$ac_cv_func_getifaddrs" = xyes; then :
4911 $as_echo "#define PJ_HAS_IFADDRS_H 1" >>confdefs.h
4912
4913fi
4914
4915fi
4916
4917
4918ac_fn_c_check_header_mongrel "$LINENO" "semaphore.h" "ac_cv_header_semaphore_h" "$ac_includes_default"
4919if test "x$ac_cv_header_semaphore_h" = xyes; then :
4920 $as_echo "#define PJ_HAS_SEMAPHORE_H 1" >>confdefs.h
4921
4922fi
4923
4924
4925ac_fn_c_check_header_mongrel "$LINENO" "setjmp.h" "ac_cv_header_setjmp_h" "$ac_includes_default"
4926if test "x$ac_cv_header_setjmp_h" = xyes; then :
4927 $as_echo "#define PJ_HAS_SETJMP_H 1" >>confdefs.h
4928
4929fi
4930
4931
4932ac_fn_c_check_header_mongrel "$LINENO" "stdarg.h" "ac_cv_header_stdarg_h" "$ac_includes_default"
4933if test "x$ac_cv_header_stdarg_h" = xyes; then :
4934 $as_echo "#define PJ_HAS_STDARG_H 1" >>confdefs.h
4935
4936fi
4937
4938
4939ac_fn_c_check_header_mongrel "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default"
4940if test "x$ac_cv_header_stddef_h" = xyes; then :
4941 $as_echo "#define PJ_HAS_STDDEF_H 1" >>confdefs.h
4942
4943fi
4944
4945
4946ac_fn_c_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default"
4947if test "x$ac_cv_header_stdio_h" = xyes; then :
4948 $as_echo "#define PJ_HAS_STDIO_H 1" >>confdefs.h
4949
4950fi
4951
4952
4953ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
4954if test "x$ac_cv_header_stdint_h" = xyes; then :
4955 $as_echo "#define PJ_HAS_STDINT_H 1" >>confdefs.h
4956
4957fi
4958
4959
4960ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
4961if test "x$ac_cv_header_stdlib_h" = xyes; then :
4962 $as_echo "#define PJ_HAS_STDLIB_H 1" >>confdefs.h
4963
4964fi
4965
4966
4967ac_fn_c_check_header_mongrel "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default"
4968if test "x$ac_cv_header_string_h" = xyes; then :
4969 $as_echo "#define PJ_HAS_STRING_H 1" >>confdefs.h
4970
4971fi
4972
4973
4974ac_fn_c_check_header_mongrel "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default"
4975if test "x$ac_cv_header_sys_ioctl_h" = xyes; then :
4976 $as_echo "#define PJ_HAS_SYS_IOCTL_H 1" >>confdefs.h
4977
4978fi
4979
4980
4981ac_fn_c_check_header_mongrel "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default"
4982if test "x$ac_cv_header_sys_select_h" = xyes; then :
4983 $as_echo "#define PJ_HAS_SYS_SELECT_H 1" >>confdefs.h
4984
4985fi
4986
4987
4988ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
4989if test "x$ac_cv_header_sys_socket_h" = xyes; then :
4990 $as_echo "#define PJ_HAS_SYS_SOCKET_H 1" >>confdefs.h
4991
4992fi
4993
4994
4995ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
4996if test "x$ac_cv_header_sys_time_h" = xyes; then :
4997 $as_echo "#define PJ_HAS_SYS_TIME_H 1" >>confdefs.h
4998
4999fi
5000
5001
5002ac_fn_c_check_header_mongrel "$LINENO" "sys/timeb.h" "ac_cv_header_sys_timeb_h" "$ac_includes_default"
5003if test "x$ac_cv_header_sys_timeb_h" = xyes; then :
5004 $as_echo "#define PJ_HAS_SYS_TIMEB_H 1" >>confdefs.h
5005
5006fi
5007
5008
5009ac_fn_c_check_header_mongrel "$LINENO" "sys/types.h" "ac_cv_header_sys_types_h" "$ac_includes_default"
5010if test "x$ac_cv_header_sys_types_h" = xyes; then :
5011 $as_echo "#define PJ_HAS_SYS_TYPES_H 1" >>confdefs.h
5012
5013fi
5014
5015
5016ac_fn_c_check_header_mongrel "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
5017if test "x$ac_cv_header_sys_filio_h" = xyes; then :
5018 $as_echo "#define PJ_HAS_SYS_FILIO_H 1" >>confdefs.h
5019
5020fi
5021
5022
5023ac_fn_c_check_header_mongrel "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
5024if test "x$ac_cv_header_sys_sockio_h" = xyes; then :
5025 $as_echo "#define PJ_HAS_SYS_SOCKIO_H 1" >>confdefs.h
5026
5027fi
5028
5029
5030ac_fn_c_check_header_mongrel "$LINENO" "sys/utsname.h" "ac_cv_header_sys_utsname_h" "$ac_includes_default"
5031if test "x$ac_cv_header_sys_utsname_h" = xyes; then :
5032 $as_echo "#define PJ_HAS_SYS_UTSNAME_H 1" >>confdefs.h
5033
5034fi
5035
5036
5037ac_fn_c_check_header_mongrel "$LINENO" "time.h" "ac_cv_header_time_h" "$ac_includes_default"
5038if test "x$ac_cv_header_time_h" = xyes; then :
5039 $as_echo "#define PJ_HAS_TIME_H 1" >>confdefs.h
5040
5041fi
5042
5043
5044ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
5045if test "x$ac_cv_header_unistd_h" = xyes; then :
5046 $as_echo "#define PJ_HAS_UNISTD_H 1" >>confdefs.h
5047
5048fi
5049
5050
5051ac_fn_c_check_header_mongrel "$LINENO" "winsock.h" "ac_cv_header_winsock_h" "$ac_includes_default"
5052if test "x$ac_cv_header_winsock_h" = xyes; then :
5053 $as_echo "#define PJ_HAS_WINSOCK_H 1" >>confdefs.h
5054
5055fi
5056
5057
5058ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
5059if test "x$ac_cv_header_winsock2_h" = xyes; then :
5060 $as_echo "#define PJ_HAS_WINSOCK2_H 1" >>confdefs.h
5061
5062fi
5063
5064
5065ac_fn_c_check_header_compile "$LINENO" "mswsock.h" "ac_cv_header_mswsock_h" "#if PJ_HAS_WINSOCK2_H
5066 # include <winsock2.h>
5067 #elif PJ_HAS_WINSOCK_H
5068 # include <winsock.h>
5069 #endif
5070
5071"
5072if test "x$ac_cv_header_mswsock_h" = xyes; then :
5073 $as_echo "#define PJ_HAS_MSWSOCK_H 1" >>confdefs.h
5074
5075fi
5076
5077
5078ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default"
5079if test "x$ac_cv_header_ws2tcpip_h" = xyes; then :
5080 $as_echo "#define PJ_HAS_WS2TCPIP_H 1" >>confdefs.h
5081
5082fi
5083
5084
5085ac_fn_c_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
5086if test "x$ac_cv_header_uuid_uuid_h" = xyes; then :
5087 ac_has_uuid_h=1
5088fi
5089
5090
5091ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "#if PJ_HAS_SYS_TYPES_H
5092 # include <sys/types.h>
5093 #endif
5094 #if PJ_HAS_SYS_SOCKET_H
5095
5096 # include <sys/socket.h>
5097 #endif
5098
5099"
5100if test "x$ac_cv_header_net_if_h" = xyes; then :
5101 $as_echo "#define PJ_HAS_NET_IF_H 1" >>confdefs.h
5102
5103fi
5104
5105
5106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_OS_NAME to $target" >&5
5107$as_echo "Setting PJ_OS_NAME to $target" >&6; }
5108cat >>confdefs.h <<_ACEOF
5109#define PJ_OS_NAME "$target"
5110_ACEOF
5111
5112
5113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5
5114$as_echo "Setting PJ_HAS_ERRNO_VAR to 1" >&6; }
5115$as_echo "#define PJ_HAS_ERRNO_VAR 1" >>confdefs.h
5116
5117
5118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5
5119$as_echo "Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; }
5120$as_echo "#define PJ_HAS_HIGH_RES_TIMER 1" >>confdefs.h
5121
5122
5123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_HAS_MALLOC to 1" >&5
5124$as_echo "Setting PJ_HAS_MALLOC to 1" >&6; }
5125$as_echo "#define PJ_HAS_MALLOC 1" >>confdefs.h
5126
5127
5128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5
5129$as_echo "Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; }
5130$as_echo "#define PJ_NATIVE_STRING_IS_UNICODE 0" >>confdefs.h
5131
5132
5133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5
5134$as_echo "Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; }
5135$as_echo "#define PJ_ATOMIC_VALUE_TYPE long" >>confdefs.h
5136
5137
5138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_aton() is available" >&5
5139$as_echo_n "checking if inet_aton() is available... " >&6; }
5140cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5141/* end confdefs.h. */
5142#include <sys/types.h>
5143 #include <sys/socket.h>
5144 #include <arpa/inet.h>
5145int
5146main ()
5147{
5148inet_aton(0, 0);
5149 ;
5150 return 0;
5151}
5152_ACEOF
5153if ac_fn_c_try_compile "$LINENO"; then :
5154 $as_echo "#define PJ_SOCK_HAS_INET_ATON 1" >>confdefs.h
5155
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5157$as_echo "yes" >&6; }
5158else
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5160$as_echo "no" >&6; }
5161fi
5162rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5163
5164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_pton() is available" >&5
5165$as_echo_n "checking if inet_pton() is available... " >&6; }
5166cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5167/* end confdefs.h. */
5168#include <sys/types.h>
5169 #include <sys/socket.h>
5170 #include <arpa/inet.h>
5171int
5172main ()
5173{
5174inet_pton(0, 0, 0);
5175 ;
5176 return 0;
5177}
5178_ACEOF
5179if ac_fn_c_try_compile "$LINENO"; then :
5180 $as_echo "#define PJ_SOCK_HAS_INET_PTON 1" >>confdefs.h
5181
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5183$as_echo "yes" >&6; }
5184else
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5186$as_echo "no" >&6; }
5187fi
5188rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5189
5190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop() is available" >&5
5191$as_echo_n "checking if inet_ntop() is available... " >&6; }
5192cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5193/* end confdefs.h. */
5194#include <sys/types.h>
5195 #include <sys/socket.h>
5196 #include <arpa/inet.h>
5197int
5198main ()
5199{
5200inet_ntop(0, 0, 0, 0);
5201 ;
5202 return 0;
5203}
5204_ACEOF
5205if ac_fn_c_try_compile "$LINENO"; then :
5206 $as_echo "#define PJ_SOCK_HAS_INET_NTOP 1" >>confdefs.h
5207
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5209$as_echo "yes" >&6; }
5210else
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5212$as_echo "no" >&6; }
5213fi
5214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5215
5216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if getaddrinfo() is available" >&5
5217$as_echo_n "checking if getaddrinfo() is available... " >&6; }
5218cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5219/* end confdefs.h. */
5220#include <sys/types.h>
5221 #include <sys/socket.h>
5222 #include <netdb.h>
5223int
5224main ()
5225{
5226getaddrinfo(0, 0, 0, 0);
5227 ;
5228 return 0;
5229}
5230_ACEOF
5231if ac_fn_c_try_compile "$LINENO"; then :
5232 $as_echo "#define PJ_SOCK_HAS_GETADDRINFO 1" >>confdefs.h
5233
5234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5235$as_echo "yes" >&6; }
5236else
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5238$as_echo "no" >&6; }
5239fi
5240rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5241
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if sockaddr_in has sin_len member" >&5
5243$as_echo_n "checking if sockaddr_in has sin_len member... " >&6; }
5244cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5245/* end confdefs.h. */
5246#include <sys/types.h>
5247 #include <sys/socket.h>
5248 #include <netinet/in.h>
5249 #include <arpa/inet.h>
5250int
5251main ()
5252{
5253struct sockaddr_in a; a.sin_len=0;
5254 ;
5255 return 0;
5256}
5257_ACEOF
5258if ac_fn_c_try_compile "$LINENO"; then :
5259 $as_echo "#define PJ_SOCKADDR_HAS_LEN 1" >>confdefs.h
5260
5261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5262$as_echo "yes" >&6; }
5263else
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5265$as_echo "no" >&6; }
5266fi
5267rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5268
5269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if socklen_t is available" >&5
5270$as_echo_n "checking if socklen_t is available... " >&6; }
5271cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5272/* end confdefs.h. */
5273#include <sys/types.h>
5274 #include <sys/socket.h>
5275int
5276main ()
5277{
5278socklen_t xxx = 0;
5279 ;
5280 return 0;
5281}
5282_ACEOF
5283if ac_fn_c_try_compile "$LINENO"; then :
5284 $as_echo "#define PJ_HAS_SOCKLEN_T 1" >>confdefs.h
5285
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5287$as_echo "yes" >&6; }
5288else
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5290$as_echo "no" >&6; }
5291fi
5292rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5293
5294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if SO_ERROR is available" >&5
5295$as_echo_n "checking if SO_ERROR is available... " >&6; }
5296case $target in
5297 *mingw* | *cygw* | *win32* | *w32* )
5298 $as_echo "#define PJ_HAS_SO_ERROR 1" >>confdefs.h
5299
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5301$as_echo "yes" >&6; }
5302 ;;
5303 *)
5304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5305/* end confdefs.h. */
5306#include <sys/types.h>
5307 #include <sys/socket.h>
5308 #include <netinet/in.h>
5309 #include <arpa/inet.h>
5310int
5311main ()
5312{
5313int i=SO_ERROR;
5314 ;
5315 return 0;
5316}
5317_ACEOF
5318if ac_fn_c_try_compile "$LINENO"; then :
5319 $as_echo "#define PJ_HAS_SO_ERROR 1" >>confdefs.h
5320
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5322$as_echo "yes" >&6; }
5323else
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5325$as_echo "no" >&6; }
5326fi
5327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5328 ;;
5329esac
5330
5331
5332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_rwlock_t is available" >&5
5333$as_echo_n "checking if pthread_rwlock_t is available... " >&6; }
5334cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5335/* end confdefs.h. */
5336#include <pthread.h>
5337int
5338main ()
5339{
5340pthread_rwlock_t *x;
5341 ;
5342 return 0;
5343}
5344_ACEOF
5345if ac_fn_c_try_compile "$LINENO"; then :
5346 $as_echo "#define PJ_EMULATE_RWMUTEX 0" >>confdefs.h
5347
5348 ac_rwmutex="yes"
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5350$as_echo "yes" >&6; }
5351else
5352 $as_echo "#define PJ_EMULATE_RWMUTEX 1" >>confdefs.h
5353
5354 ac_rwmutex="no"
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5356$as_echo "no" >&6; }
5357fi
5358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5359
5360if test "$ac_rwmutex" = "no"; then
5361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5
5362$as_echo_n "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... " >&6; }
5363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5364/* end confdefs.h. */
5365#define _POSIX_READER_WRITER_LOCKS
5366 #include <pthread.h>
5367int
5368main ()
5369{
5370pthread_rwlock_t *x;
5371 ;
5372 return 0;
5373}
5374_ACEOF
5375if ac_fn_c_try_compile "$LINENO"; then :
5376 $as_echo "#define PJ_EMULATE_RWMUTEX 0" >>confdefs.h
5377
5378 CFLAGS="$CFLAGS -D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS"
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5380$as_echo "yes" >&6; }
5381else
5382 $as_echo "#define PJ_EMULATE_RWMUTEX 1" >>confdefs.h
5383
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5385$as_echo "no" >&6; }
5386fi
5387rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5388fi
5389
5390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_mutexattr_settype() is available" >&5
5391$as_echo_n "checking if pthread_mutexattr_settype() is available... " >&6; }
5392cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5393/* end confdefs.h. */
5394#include <pthread.h>
5395int
5396main ()
5397{
5398pthread_mutexattr_settype(0,PTHREAD_MUTEX_FAST_NP);
5399 ;
5400 return 0;
5401}
5402_ACEOF
5403if ac_fn_c_try_compile "$LINENO"; then :
5404 $as_echo "#define PJ_HAS_PTHREAD_MUTEXATTR_SETTYPE 1" >>confdefs.h
5405
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5407$as_echo "yes" >&6; }
5408else
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5410$as_echo "no" >&6; }
5411fi
5412rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5413
5414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_mutexattr_t has recursive member" >&5
5415$as_echo_n "checking if pthread_mutexattr_t has recursive member... " >&6; }
5416cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5417/* end confdefs.h. */
5418#include <pthread.h>
5419int
5420main ()
5421{
5422pthread_mutexattr_t attr;
5423 attr.recursive=1;
5424 ;
5425 return 0;
5426}
5427_ACEOF
5428if ac_fn_c_try_compile "$LINENO"; then :
5429 $as_echo "#define PJ_PTHREAD_MUTEXATTR_T_HAS_RECURSIVE 1" >>confdefs.h
5430
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5432$as_echo "yes" >&6; }
5433else
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5435$as_echo "no" >&6; }
5436fi
5437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5438
5439
5440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking ioqueue backend" >&5
5441$as_echo_n "checking ioqueue backend... " >&6; }
5442# Check whether --enable-epoll was given.
5443if test "${enable_epoll+set}" = set; then :
5444 enableval=$enable_epoll;
5445 ac_os_objs=ioqueue_epoll.o
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: /dev/epoll" >&5
5447$as_echo "/dev/epoll" >&6; }
5448
5449else
5450
5451 ac_os_objs=ioqueue_select.o
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: select()" >&5
5453$as_echo "select()" >&6; }
5454
5455fi
5456
5457
5458
5459case $target in
5460 *mingw* | *cygw* | *win32* | *w32* )
5461 ac_os_objs="$ac_os_objs file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o"
5462 ;;
5463 *)
5464 ac_os_objs="$ac_os_objs file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o"
5465 case $target in
5466 arm-apple-darwin*)
5467 ac_os_objs="$ac_os_objs os_info_iphone.o"
5468 ;;
5469 esac
5470 # UUID
5471 if test "$ac_has_uuid_lib" = "1" -a "$ac_has_uuid_h" = "1"; then
5472 ac_os_objs="$ac_os_objs guid_uuid.o"
5473 else
5474 ac_os_objs="$ac_os_objs guid_simple.o"
5475 fi
5476 ;;
5477esac
5478
5479case $target in
5480 *darwin*)
5481 ac_os_objs="$ac_os_objs os_core_darwin.o"
5482 ;;
5483esac
5484
5485
5486ac_external_speex=0
5487
5488
5489# Check whether --with-external-speex was given.
5490if test "${with_external_speex+set}" = set; then :
5491 withval=$with_external_speex;
5492 if test "x$with_external_speex" != "xno"; then
5493 # Test Speex installation
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if external Speex devkit is installed" >&5
5495$as_echo_n "checking if external Speex devkit is installed... " >&6; }
5496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5497/* end confdefs.h. */
5498#include <speex/speex.h>
5499 #include <speex/speex_echo.h>
5500
5501int
5502main ()
5503{
5504speex_echo_state_init(0, 0); speex_encoder_init(0);
5505 ;
5506 return 0;
5507}
5508_ACEOF
5509if ac_fn_c_try_compile "$LINENO"; then :
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes!!" >&5
5511$as_echo "yes!!" >&6; }
5512 $as_echo "#define PJMEDIA_EXTERNAL_SPEEX_CODEC 1" >>confdefs.h
5513
5514 ac_external_speex="1"
5515
5516else
5517 as_fn_error $? "Unable to use external Speex library. If Speex development files are not available in the default locations, use CFLAGS and LDFLAGS env var to set the include/lib paths" "$LINENO" 5
5518fi
5519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5520 fi
5521
5522
5523fi
5524
5525
5526ac_external_gsm=0
5527
5528
5529# Check whether --with-external-gsm was given.
5530if test "${with_external_gsm+set}" = set; then :
5531 withval=$with_external_gsm;
5532 if test "x$with_external_gsm" != "xno"; then
5533 # Test GSM library installation
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if external GSM devkit is installed as gsm/gsm.h" >&5
5535$as_echo_n "checking if external GSM devkit is installed as gsm/gsm.h... " >&6; }
5536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5537/* end confdefs.h. */
5538#include <gsm/gsm.h>
5539int
5540main ()
5541{
5542gsm_create();
5543 ;
5544 return 0;
5545}
5546_ACEOF
5547if ac_fn_c_try_compile "$LINENO"; then :
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes!!" >&5
5549$as_echo "yes!!" >&6; }
5550 $as_echo "#define PJMEDIA_EXTERNAL_GSM_CODEC 1" >>confdefs.h
5551
5552 $as_echo "#define PJMEDIA_EXTERNAL_GSM_GSM_H 1" >>confdefs.h
5553
5554 ac_external_gsm="1"
5555
5556else
5557
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5559$as_echo "no" >&6; }
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if external GSM devkit is installed as gsm.h" >&5
5561$as_echo_n "checking if external GSM devkit is installed as gsm.h... " >&6; }
5562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563/* end confdefs.h. */
5564#include <gsm.h>
5565int
5566main ()
5567{
5568gsm_create();
5569 ;
5570 return 0;
5571}
5572_ACEOF
5573if ac_fn_c_try_compile "$LINENO"; then :
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes!!" >&5
5575$as_echo "yes!!" >&6; }
5576 $as_echo "#define PJMEDIA_EXTERNAL_GSM_CODEC 1" >>confdefs.h
5577
5578 $as_echo "#define PJMEDIA_EXTERNAL_GSM_H 1" >>confdefs.h
5579
5580 ac_external_gsm="1"
5581
5582else
5583 as_fn_error $? "Unable to use external GSM library. If GSM development files are not available in the default locations, use CFLAGS and LDFLAGS env var to set the include/lib paths" "$LINENO" 5
5584
5585
5586fi
5587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5588
5589
5590fi
5591rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5592 fi
5593
5594
5595fi
5596
5597
5598
5599
5600
5601# Check whether --enable-sound was given.
5602if test "${enable_sound+set}" = set; then :
5603 enableval=$enable_sound; if test "$enable_sound" = "no"; then
5604 ac_pjmedia_snd=null
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if sound is disabled... yes" >&5
5606$as_echo "Checking if sound is disabled... yes" >&6; }
5607 fi
5608
5609fi
5610
5611
5612ac_external_pa=0
5613
5614
5615# Check whether --with-external-pa was given.
5616if test "${with_external_pa+set}" = set; then :
5617 withval=$with_external_pa;
5618 if test "x$with_external_pa" != "xno"; then
5619 # Test PortAudio installation
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if external PortAudio devkit is installed" >&5
5621$as_echo_n "checking if external PortAudio devkit is installed... " >&6; }
5622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5623/* end confdefs.h. */
5624#include <portaudio.h>
5625
5626int
5627main ()
5628{
5629Pa_Initialize();
5630 ;
5631 return 0;
5632}
5633_ACEOF
5634if ac_fn_c_try_compile "$LINENO"; then :
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes!!" >&5
5636$as_echo "yes!!" >&6; }
5637 ac_external_pa="1"
5638
5639else
5640 as_fn_error $? "Unable to use PortAudio. If PortAudio development files are not available in the default locations, use CFLAGS and LDFLAGS env var to set the include/lib paths" "$LINENO" 5
5641fi
5642rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5643 fi
5644
5645
5646fi
5647
5648
5649
5650ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
5651if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
5652 ac_pa_cflags="$ac_pa_cflags -DHAVE_SYS_SOUNDCARD_H"
5653fi
5654
5655
5656ac_fn_c_check_header_mongrel "$LINENO" "linux/soundcard.h" "ac_cv_header_linux_soundcard_h" "$ac_includes_default"
5657if test "x$ac_cv_header_linux_soundcard_h" = xyes; then :
5658 ac_pa_cflags="$ac_pa_cflags -DHAVE_LINUX_SOUNDCARD_H"
5659fi
5660
5661
5662ac_fn_c_check_header_mongrel "$LINENO" "machine/soundcard.h" "ac_cv_header_machine_soundcard_h" "$ac_includes_default"
5663if test "x$ac_cv_header_machine_soundcard_h" = xyes; then :
5664 ac_pa_cflags="$ac_pa_cflags -DHAVE_MACHINE_SOUNDCARD_H"
5665fi
5666
5667
5668
5669if test "x$ac_cv_c_bigendian" = "xyes"; then
5670 ac_pa_cflags="$ac_pa_cflags -DPA_BIG_ENDIAN"
5671else
5672 ac_pa_cflags="$ac_pa_cflags -DPA_LITTLE_ENDIAN"
5673fi
5674
5675if test "$enable_sound" = "no"; then
5676 true;
5677else
5678 case $target in
5679 *android*)
5680 LIBS="$LIBS -lOpenSLES"
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... OpenSL ES" >&5
5682$as_echo "Checking sound device backend... OpenSL ES" >&6; }
5683 ;;
5684 arm-apple-darwin*)
5685 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit"
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... AudioUnit" >&5
5687$as_echo "Checking sound device backend... AudioUnit" >&6; }
5688 ;;
5689 *darwin*)
5690 LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox"
5691 if test "`uname -r`" = "6.8"; then
5692 #ac_pa_cflags="$ac_pa_cflags -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS"
5693 #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS])
5694 ac_pjmedia_snd=pa_old_darwinos
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... old coreaudio" >&5
5696$as_echo "Checking sound device backend... old coreaudio" >&6; }
5697 else
5698 ac_pjmedia_snd=pa_darwinos
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... coreaudio" >&5
5700$as_echo "Checking sound device backend... coreaudio" >&6; }
5701 fi
5702 ;;
5703 *cygwin* | *mingw*)
5704 ac_pjmedia_snd=pa_win32
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... win32 sound" >&5
5706$as_echo "Checking sound device backend... win32 sound" >&6; }
5707 ;;
5708 *rtems*)
5709 ac_pjmedia_snd=null
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... null sound" >&5
5711$as_echo "Checking sound device backend... null sound" >&6; }
5712 ;;
5713 *)
5714 ac_pjmedia_snd=pa_unix
5715 ac_fn_c_check_header_mongrel "$LINENO" "alsa/version.h" "ac_cv_header_alsa_version_h" "$ac_includes_default"
5716if test "x$ac_cv_header_alsa_version_h" = xyes; then :
5717 ac_pa_use_alsa=1
5718
5719 LIBS="$LIBS -lasound"
5720
5721else
5722 ac_pa_use_alsa=0
5723
5724fi
5725
5726
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... unix" >&5
5728$as_echo "Checking sound device backend... unix" >&6; }
5729
5730 ac_pa_use_oss=1
5731
5732 # Check whether --enable-oss was given.
5733if test "${enable_oss+set}" = set; then :
5734 enableval=$enable_oss;
5735 if test "$enable_oss" = "no"; then
5736 ac_pa_use_oss=0
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if OSS audio is disabled... yes" >&5
5738$as_echo "Checking if OSS audio is disabled... yes" >&6; }
5739 fi
5740
5741fi
5742
5743 ;;
5744 esac
5745fi
5746
5747
5748
5749# Check whether --enable-video was given.
5750if test "${enable_video+set}" = set; then :
5751 enableval=$enable_video; if test "$enable_video" = "no"; then
5752 #AC_DEFINE(PJMEDIA_HAS_VIDEO,0)
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Video is disabled" >&5
5754$as_echo "Video is disabled" >&6; }
5755 enable_sdl="no"
5756 enable_ffmpeg="no"
5757 enable_v4l2="no"
5758 fi
5759fi
5760
5761
5762case $target in
5763 *android*)
5764 LIBS="$LIBS -llog -lgcc"
5765 ;;
5766 arm-apple-darwin*)
5767 LIBS="$LIBS -framework UIKit"
5768 ;;
5769 *darwin*)
5770 LIBS="$LIBS -framework Foundation -framework AppKit"
5771 ;;
5772esac
5773
5774if test "$enable_video" = "no"; then
5775 true;
5776else
5777 case $target in
5778 arm-apple-darwin*)
5779 ac_pjmedia_video=iphone_os
5780
5781
5782 SAVED_LIBS="$LIBS"
5783 LIBS="-framework AVFoundation -framework CoreGraphics -framework QuartzCore -framework CoreVideo -framework CoreMedia"
5784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5785/* end confdefs.h. */
5786
5787int
5788main ()
5789{
5790
5791 ;
5792 return 0;
5793}
5794_ACEOF
5795if ac_fn_c_try_link "$LINENO"; then :
5796 ac_pjmedia_video_has_ios=yes
5797else
5798 ac_pjmedia_video_has_ios=no
5799fi
5800rm -f core conftest.err conftest.$ac_objext \
5801 conftest$ac_exeext conftest.$ac_ext
5802 LIBS="$SAVED_LIBS"
5803 if test "$ac_pjmedia_video_has_ios" = "yes"; then
5804 ac_ios_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS=1"
5805 LIBS="$LIBS -framework AVFoundation -framework CoreGraphics -framework QuartzCore -framework CoreVideo -framework CoreMedia"
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if AVFoundation framework is available... yes" >&5
5807$as_echo "Checking if AVFoundation framework is available... yes" >&6; }
5808 else
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if AVFoundation framework is available... no" >&5
5810$as_echo "Checking if AVFoundation framework is available... no" >&6; }
5811 fi
5812 ;;
5813 *darwin*)
5814 ac_pjmedia_video=mac_os
5815
5816
5817 SAVED_LIBS="$LIBS"
5818 LIBS="-framework QTKit"
5819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5820/* end confdefs.h. */
5821
5822int
5823main ()
5824{
5825
5826 ;
5827 return 0;
5828}
5829_ACEOF
5830if ac_fn_c_try_link "$LINENO"; then :
5831 ac_pjmedia_video_has_qt=yes
5832else
5833 ac_pjmedia_video_has_qt=no
5834fi
5835rm -f core conftest.err conftest.$ac_objext \
5836 conftest$ac_exeext conftest.$ac_ext
5837 LIBS="$SAVED_LIBS"
5838 if test "$ac_pjmedia_video_has_qt" = "yes"; then
5839 ac_qt_cflags="-DPJMEDIA_VIDEO_DEV_HAS_QT=1"
5840 LIBS="$LIBS -framework QTKit -framework QuartzCore -framework OpenGL"
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if QTKit framework is available... yes" >&5
5842$as_echo "Checking if QTKit framework is available... yes" >&6; }
5843 else
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if QTKit framework is available... no" >&5
5845$as_echo "Checking if QTKit framework is available... no" >&6; }
5846 fi
5847 ;;
5848 esac
5849fi
5850
5851# Check whether --enable-ext_sound was given.
5852if test "${enable_ext_sound+set}" = set; then :
5853 enableval=$enable_ext_sound; if test "$enable_ext_sound" = "yes"; then
5854 ac_pjmedia_snd=external
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if external sound is set... yes" >&5
5856$as_echo "Checking if external sound is set... yes" >&6; }
5857 fi
5858
5859fi
5860
5861
5862
5863# Check whether --enable-small-filter was given.
5864if test "${enable_small_filter+set}" = set; then :
5865 enableval=$enable_small_filter; if test "$enable_small_filter" = "no"; then
5866 ac_no_small_filter='-DPJMEDIA_HAS_SMALL_FILTER=0'
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if small filter is disabled... yes" >&5
5868$as_echo "Checking if small filter is disabled... yes" >&6; }
5869 fi
5870else
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if small filter is disabled... no" >&5
5872$as_echo "Checking if small filter is disabled... no" >&6; }
5873fi
5874
5875
5876
5877# Check whether --enable-large-filter was given.
5878if test "${enable_large_filter+set}" = set; then :
5879 enableval=$enable_large_filter; if test "$enable_large_filter" = "no"; then
5880 ac_no_large_filter='-DPJMEDIA_HAS_LARGE_FILTER=0'
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if large filter is disabled... yes" >&5
5882$as_echo "Checking if large filter is disabled... yes" >&6; }
5883 fi
5884else
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if large filter is disabled... no" >&5
5886$as_echo "Checking if large filter is disabled... no" >&6; }
5887fi
5888
5889
5890
5891# Check whether --enable-speex-aec was given.
5892if test "${enable_speex_aec+set}" = set; then :
5893 enableval=$enable_speex_aec; if test "$enable_speex_aec" = "no"; then
5894 ac_no_speex_aec='-DPJMEDIA_HAS_SPEEX_AEC=0'
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if Speex AEC is disabled...yes" >&5
5896$as_echo "Checking if Speex AEC is disabled...yes" >&6; }
5897 fi
5898else
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if Speex AEC is disabled...no" >&5
5900$as_echo "Checking if Speex AEC is disabled...no" >&6; }
5901fi
5902
5903
5904
5905# Check whether --enable-g711-codec was given.
5906if test "${enable_g711_codec+set}" = set; then :
5907 enableval=$enable_g711_codec; if test "$enable_g711_codec" = "no"; then
5908 ac_no_g711_codec=1
5909 $as_echo "#define PJMEDIA_HAS_G711_CODEC 0" >>confdefs.h
5910
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if G.711 codec is disabled...yes" >&5
5912$as_echo "Checking if G.711 codec is disabled...yes" >&6; }
5913 fi
5914else
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if G.711 codec is disabled...no" >&5
5916$as_echo "Checking if G.711 codec is disabled...no" >&6; }
5917fi
5918
5919
5920
5921
5922# Check whether --enable-l16-codec was given.
5923if test "${enable_l16_codec+set}" = set; then :
5924 enableval=$enable_l16_codec; if test "$enable_l16_codec" = "no"; then
5925 ac_no_l16_codec=1
5926 $as_echo "#define PJMEDIA_HAS_L16_CODEC 0" >>confdefs.h
5927
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if L16 codecs are disabled...yes" >&5
5929$as_echo "Checking if L16 codecs are disabled...yes" >&6; }
5930 fi
5931else
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if L16 codec is disabled...no" >&5
5933$as_echo "Checking if L16 codec is disabled...no" >&6; }
5934fi
5935
5936
5937
5938
5939# Check whether --enable-gsm-codec was given.
5940if test "${enable_gsm_codec+set}" = set; then :
5941 enableval=$enable_gsm_codec; if test "$enable_gsm_codec" = "no"; then
5942 ac_no_gsm_codec=1
5943 $as_echo "#define PJMEDIA_HAS_GSM_CODEC 0" >>confdefs.h
5944
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if GSM codec is disabled...yes" >&5
5946$as_echo "Checking if GSM codec is disabled...yes" >&6; }
5947 fi
5948else
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if GSM codec is disabled...no" >&5
5950$as_echo "Checking if GSM codec is disabled...no" >&6; }
5951fi
5952
5953
5954
5955# Check whether --enable-g722-codec was given.
5956if test "${enable_g722_codec+set}" = set; then :
5957 enableval=$enable_g722_codec; if test "$enable_g722_codec" = "no"; then
5958 ac_no_g722_codec=1
5959 $as_echo "#define PJMEDIA_HAS_G722_CODEC 0" >>confdefs.h
5960
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if G.722 codec is disabled...yes" >&5
5962$as_echo "Checking if G.722 codec is disabled...yes" >&6; }
5963 fi
5964else
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if G.722 codec is disabled...no" >&5
5966$as_echo "Checking if G.722 codec is disabled...no" >&6; }
5967fi
5968
5969
5970
5971# Check whether --enable-g7221-codec was given.
5972if test "${enable_g7221_codec+set}" = set; then :
5973 enableval=$enable_g7221_codec; if test "$enable_g7221_codec" = "no"; then
5974 ac_no_g7221_codec=1
5975 $as_echo "#define PJMEDIA_HAS_G7221_CODEC 0" >>confdefs.h
5976
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if G.722.1 codec is disabled...yes" >&5
5978$as_echo "Checking if G.722.1 codec is disabled...yes" >&6; }
5979 fi
5980else
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if G.722.1 codec is disabled...no" >&5
5982$as_echo "Checking if G.722.1 codec is disabled...no" >&6; }
5983fi
5984
5985
5986
5987# Check whether --enable-speex-codec was given.
5988if test "${enable_speex_codec+set}" = set; then :
5989 enableval=$enable_speex_codec; if test "$enable_speex_codec" = "no"; then
5990 ac_no_speex_codec=1
5991 $as_echo "#define PJMEDIA_HAS_SPEEX_CODEC 0" >>confdefs.h
5992
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if Speex codec is disabled...yes" >&5
5994$as_echo "Checking if Speex codec is disabled...yes" >&6; }
5995 fi
5996else
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if Speex codec is disabled...no" >&5
5998$as_echo "Checking if Speex codec is disabled...no" >&6; }
5999fi
6000
6001
6002
6003# Check whether --enable-ilbc-codec was given.
6004if test "${enable_ilbc_codec+set}" = set; then :
6005 enableval=$enable_ilbc_codec; if test "$enable_ilbc_codec" = "no"; then
6006 ac_no_ilbc_codec=1
6007 $as_echo "#define PJMEDIA_HAS_ILBC_CODEC 0" >>confdefs.h
6008
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if iLBC codec is disabled...yes" >&5
6010$as_echo "Checking if iLBC codec is disabled...yes" >&6; }
6011 fi
6012else
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if iLBC codec is disabled...no" >&5
6014$as_echo "Checking if iLBC codec is disabled...no" >&6; }
6015fi
6016
6017
6018# Check whether --enable-libsamplerate was given.
6019if test "${enable_libsamplerate+set}" = set; then :
6020 enableval=$enable_libsamplerate; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for src_new in -lsamplerate" >&5
6021$as_echo_n "checking for src_new in -lsamplerate... " >&6; }
6022if ${ac_cv_lib_samplerate_src_new+:} false; then :
6023 $as_echo_n "(cached) " >&6
6024else
6025 ac_check_lib_save_LIBS=$LIBS
6026LIBS="-lsamplerate $LIBS"
6027cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6028/* end confdefs.h. */
6029
6030/* Override any GCC internal prototype to avoid an error.
6031 Use char because int might match the return type of a GCC
6032 builtin and then its argument prototype would still apply. */
6033#ifdef __cplusplus
6034extern "C"
6035#endif
6036char src_new ();
6037int
6038main ()
6039{
6040return src_new ();
6041 ;
6042 return 0;
6043}
6044_ACEOF
6045if ac_fn_c_try_link "$LINENO"; then :
6046 ac_cv_lib_samplerate_src_new=yes
6047else
6048 ac_cv_lib_samplerate_src_new=no
6049fi
6050rm -f core conftest.err conftest.$ac_objext \
6051 conftest$ac_exeext conftest.$ac_ext
6052LIBS=$ac_check_lib_save_LIBS
6053fi
6054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_samplerate_src_new" >&5
6055$as_echo "$ac_cv_lib_samplerate_src_new" >&6; }
6056if test "x$ac_cv_lib_samplerate_src_new" = xyes; then :
6057 cat >>confdefs.h <<_ACEOF
6058#define HAVE_LIBSAMPLERATE 1
6059_ACEOF
6060
6061 LIBS="-lsamplerate $LIBS"
6062
6063fi
6064
6065else
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Skipping libsamplerate detection" >&5
6067$as_echo "Skipping libsamplerate detection" >&6; }
6068
6069fi
6070
6071
6072
6073# Check whether --enable-resample_dll was given.
6074if test "${enable_resample_dll+set}" = set; then :
6075 enableval=$enable_resample_dll; if test "$enable_resample_dll" = "yes"; then
6076 ac_resample_dll=1
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building libresample as shared library... yes" >&5
6078$as_echo "Building libresample as shared library... yes" >&6; }
6079 fi
6080else
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building libresample as shared library... no" >&5
6082$as_echo "Building libresample as shared library... no" >&6; }
6083
6084fi
6085
6086
6087
6088# Check whether --with-sdl was given.
6089if test "${with_sdl+set}" = set; then :
6090 withval=$with_sdl;
6091else
6092 with_sdl=no
6093
6094fi
6095
6096
6097if test "x$ac_cross_compile" != "x" -a "x$with_sdl" = "xno"; then
6098 enable_sdl=no
6099fi
6100
6101# Check whether --enable-sdl was given.
6102if test "${enable_sdl+set}" = set; then :
6103 enableval=$enable_sdl;
6104 if test "$enable_sdl" = "no"; then
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if SDL is disabled... yes" >&5
6106$as_echo "Checking if SDL is disabled... yes" >&6; }
6107 fi
6108
6109else
6110
6111 if test "x$with_sdl" != "xno" -a "x$with_sdl" != "x"; then
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using SDL prefix... $with_sdl" >&5
6113$as_echo "Using SDL prefix... $with_sdl" >&6; }
6114 for ac_prog in sdl2-config sdl-config
6115do
6116 # Extract the first word of "$ac_prog", so it can be a program name with args.
6117set dummy $ac_prog; ac_word=$2
6118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6119$as_echo_n "checking for $ac_word... " >&6; }
6120if ${ac_cv_path_SDL_CONFIG+:} false; then :
6121 $as_echo_n "(cached) " >&6
6122else
6123 case $SDL_CONFIG in
6124 [\\/]* | ?:[\\/]*)
6125 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
6126 ;;
6127 *)
6128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6129for as_dir in $with_sdl/bin
6130do
6131 IFS=$as_save_IFS
6132 test -z "$as_dir" && as_dir=.
6133 for ac_exec_ext in '' $ac_executable_extensions; do
6134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6135 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6137 break 2
6138 fi
6139done
6140 done
6141IFS=$as_save_IFS
6142
6143 ;;
6144esac
6145fi
6146SDL_CONFIG=$ac_cv_path_SDL_CONFIG
6147if test -n "$SDL_CONFIG"; then
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
6149$as_echo "$SDL_CONFIG" >&6; }
6150else
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6152$as_echo "no" >&6; }
6153fi
6154
6155
6156 test -n "$SDL_CONFIG" && break
6157done
6158
6159 else
6160 for ac_prog in sdl2-config sdl-config
6161do
6162 # Extract the first word of "$ac_prog", so it can be a program name with args.
6163set dummy $ac_prog; ac_word=$2
6164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6165$as_echo_n "checking for $ac_word... " >&6; }
6166if ${ac_cv_path_SDL_CONFIG+:} false; then :
6167 $as_echo_n "(cached) " >&6
6168else
6169 case $SDL_CONFIG in
6170 [\\/]* | ?:[\\/]*)
6171 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
6172 ;;
6173 *)
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175for as_dir in $PATH
6176do
6177 IFS=$as_save_IFS
6178 test -z "$as_dir" && as_dir=.
6179 for ac_exec_ext in '' $ac_executable_extensions; do
6180 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6181 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6183 break 2
6184 fi
6185done
6186 done
6187IFS=$as_save_IFS
6188
6189 ;;
6190esac
6191fi
6192SDL_CONFIG=$ac_cv_path_SDL_CONFIG
6193if test -n "$SDL_CONFIG"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
6195$as_echo "$SDL_CONFIG" >&6; }
6196else
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198$as_echo "no" >&6; }
6199fi
6200
6201
6202 test -n "$SDL_CONFIG" && break
6203done
6204
6205 fi
6206
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDL availability" >&5
6208$as_echo_n "checking SDL availability... " >&6; }
6209 if test "x$SDL_CONFIG" = "x"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
6211$as_echo "not found" >&6; }
6212 elif (sh -c "$SDL_CONFIG --version" | grep -e '^1\.3' -e '^2\.') then
6213
6214
6215 ac_sdl_cflags=`$SDL_CONFIG --cflags`
6216 ac_sdl_cflags="-DPJMEDIA_VIDEO_DEV_HAS_SDL=1 $ac_sdl_cflags"
6217 ac_sdl_ldflags=`$SDL_CONFIG --libs`
6218 LIBS="$LIBS $ac_sdl_ldflags"
6219 else
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Unsupported SDL version" >&5
6221$as_echo "Unsupported SDL version" >&6; }
6222 fi
6223
6224fi
6225
6226
6227
6228
6229# Check whether --with-ffmpeg was given.
6230if test "${with_ffmpeg+set}" = set; then :
6231 withval=$with_ffmpeg;
6232else
6233 with_ffmpeg=no
6234
6235fi
6236
6237
6238if test "x$ac_cross_compile" != "x" -a "x$with_ffmpeg" = "xno"; then
6239 enable_ffmpeg=no
6240fi
6241
6242# Check whether --enable-ffmpeg was given.
6243if test "${enable_ffmpeg+set}" = set; then :
6244 enableval=$enable_ffmpeg;
6245 ac_has_ffmpeg=0
6246
6247 if test "$enable_ffmpeg" = "no"; then
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if ffmpeg is disabled... yes" >&5
6249$as_echo "Checking if ffmpeg is disabled... yes" >&6; }
6250 fi
6251
6252else
6253
6254
6255
6256
6257 FFMPEG_PREFIX=""
6258
6259 SAVED_PKG_CONFIG_PATH=$PKG_CONFIG_PATH
6260 if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then
6261 FFMPEG_PREFIX=$with_ffmpeg
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using ffmpeg prefix... $FFMPEG_PREFIX" >&5
6263$as_echo "Using ffmpeg prefix... $FFMPEG_PREFIX" >&6; }
6264 export PKG_CONFIG_PATH=$FFMPEG_PREFIX/lib/pkgconfig
6265 fi
6266
6267 for ac_prog in pkg-config "python pkgconfig.py"
6268do
6269 # Extract the first word of "$ac_prog", so it can be a program name with args.
6270set dummy $ac_prog; ac_word=$2
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272$as_echo_n "checking for $ac_word... " >&6; }
6273if ${ac_cv_prog_PKG_CONFIG+:} false; then :
6274 $as_echo_n "(cached) " >&6
6275else
6276 if test -n "$PKG_CONFIG"; then
6277 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6278else
6279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6280for as_dir in $PATH
6281do
6282 IFS=$as_save_IFS
6283 test -z "$as_dir" && as_dir=.
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6286 ac_cv_prog_PKG_CONFIG="$ac_prog"
6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6288 break 2
6289 fi
6290done
6291 done
6292IFS=$as_save_IFS
6293
6294fi
6295fi
6296PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6297if test -n "$PKG_CONFIG"; then
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6299$as_echo "$PKG_CONFIG" >&6; }
6300else
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302$as_echo "no" >&6; }
6303fi
6304
6305
6306 test -n "$PKG_CONFIG" && break
6307done
6308test -n "$PKG_CONFIG" || PKG_CONFIG="none"
6309
6310
6311 if test "$PKG_CONFIG" != "none"; then
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking ffmpeg packages" >&5
6313$as_echo_n "checking ffmpeg packages... " >&6; }
6314 av_pkg=""
6315 if $PKG_CONFIG --exists libdevice; then
6316 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1"
6317 av_pkg="$av_pkg libdevice"
6318 fi
6319 if $PKG_CONFIG --exists libavformat; then
6320 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVFORMAT=1"
6321 av_pkg="$av_pkg libavformat"
6322 fi
6323 if $PKG_CONFIG --exists libavcodec; then
6324 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCODEC=1"
6325 av_pkg="$av_pkg libavcodec"
6326 fi
6327 if $PKG_CONFIG --exists libswscale; then
6328 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1"
6329 av_pkg="$av_pkg libswscale"
6330 fi
6331 if $PKG_CONFIG --exists libavutil; then
6332 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1"
6333 av_pkg="$av_pkg libavutil"
6334 fi
6335 if $PKG_CONFIG --exists libavcore; then
6336 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1"
6337 av_pkg="$av_pkg libavcore"
6338 fi
6339
6340 if test "x$av_pkg" == "x"; then
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none detected (check the prefix)! **" >&5
6342$as_echo "none detected (check the prefix)! **" >&6; }
6343 else
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $av_pkg" >&5
6345$as_echo "$av_pkg" >&6; }
6346 fi
6347
6348 ac_ffmpeg_cflags="$ac_ffmpeg_cflags `$PKG_CONFIG --cflags $av_pkg`"
6349 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags `$PKG_CONFIG --libs $av_pkg`"
6350
6351 else
6352
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: *** Warning: neither pkg-config nor python is available, ffmpeg dependency cannot be calculated. If ffmpeg libraries are not detected, you need to specify the correct CFLAGS and LDFLAGS settings for ffmpeg prior to invoking configure ***" >&5
6354$as_echo "*** Warning: neither pkg-config nor python is available, ffmpeg dependency cannot be calculated. If ffmpeg libraries are not detected, you need to specify the correct CFLAGS and LDFLAGS settings for ffmpeg prior to invoking configure ***" >&6; }
6355
6356 LIBS="-L$FFMPEG_PREFIX/lib $LIBS"
6357 LDFLAGS="-L$FFMPEG_PREFIX/lib $LDFLAGS"
6358 CFLAGS="-I$FFMPEG_PREFIX/include $CFLAGS"
6359
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avdevice_version in -lavdevice" >&5
6361$as_echo_n "checking for avdevice_version in -lavdevice... " >&6; }
6362if ${ac_cv_lib_avdevice_avdevice_version+:} false; then :
6363 $as_echo_n "(cached) " >&6
6364else
6365 ac_check_lib_save_LIBS=$LIBS
6366LIBS="-lavdevice $LIBS"
6367cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6368/* end confdefs.h. */
6369
6370/* Override any GCC internal prototype to avoid an error.
6371 Use char because int might match the return type of a GCC
6372 builtin and then its argument prototype would still apply. */
6373#ifdef __cplusplus
6374extern "C"
6375#endif
6376char avdevice_version ();
6377int
6378main ()
6379{
6380return avdevice_version ();
6381 ;
6382 return 0;
6383}
6384_ACEOF
6385if ac_fn_c_try_link "$LINENO"; then :
6386 ac_cv_lib_avdevice_avdevice_version=yes
6387else
6388 ac_cv_lib_avdevice_avdevice_version=no
6389fi
6390rm -f core conftest.err conftest.$ac_objext \
6391 conftest$ac_exeext conftest.$ac_ext
6392LIBS=$ac_check_lib_save_LIBS
6393fi
6394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avdevice_avdevice_version" >&5
6395$as_echo "$ac_cv_lib_avdevice_avdevice_version" >&6; }
6396if test "x$ac_cv_lib_avdevice_avdevice_version" = xyes; then :
6397 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1"
6398 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavdevice"
6399
6400
6401fi
6402
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for av_malloc in -lavutil" >&5
6404$as_echo_n "checking for av_malloc in -lavutil... " >&6; }
6405if ${ac_cv_lib_avutil_av_malloc+:} false; then :
6406 $as_echo_n "(cached) " >&6
6407else
6408 ac_check_lib_save_LIBS=$LIBS
6409LIBS="-lavutil $LIBS"
6410cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6411/* end confdefs.h. */
6412
6413/* Override any GCC internal prototype to avoid an error.
6414 Use char because int might match the return type of a GCC
6415 builtin and then its argument prototype would still apply. */
6416#ifdef __cplusplus
6417extern "C"
6418#endif
6419char av_malloc ();
6420int
6421main ()
6422{
6423return av_malloc ();
6424 ;
6425 return 0;
6426}
6427_ACEOF
6428if ac_fn_c_try_link "$LINENO"; then :
6429 ac_cv_lib_avutil_av_malloc=yes
6430else
6431 ac_cv_lib_avutil_av_malloc=no
6432fi
6433rm -f core conftest.err conftest.$ac_objext \
6434 conftest$ac_exeext conftest.$ac_ext
6435LIBS=$ac_check_lib_save_LIBS
6436fi
6437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avutil_av_malloc" >&5
6438$as_echo "$ac_cv_lib_avutil_av_malloc" >&6; }
6439if test "x$ac_cv_lib_avutil_av_malloc" = xyes; then :
6440 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1"
6441 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavutil"
6442
6443
6444fi
6445
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avcodec_init in -lavcodec" >&5
6447$as_echo_n "checking for avcodec_init in -lavcodec... " >&6; }
6448if ${ac_cv_lib_avcodec_avcodec_init+:} false; then :
6449 $as_echo_n "(cached) " >&6
6450else
6451 ac_check_lib_save_LIBS=$LIBS
6452LIBS="-lavcodec -lavutil
6453 $LIBS"
6454cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6455/* end confdefs.h. */
6456
6457/* Override any GCC internal prototype to avoid an error.
6458 Use char because int might match the return type of a GCC
6459 builtin and then its argument prototype would still apply. */
6460#ifdef __cplusplus
6461extern "C"
6462#endif
6463char avcodec_init ();
6464int
6465main ()
6466{
6467return avcodec_init ();
6468 ;
6469 return 0;
6470}
6471_ACEOF
6472if ac_fn_c_try_link "$LINENO"; then :
6473 ac_cv_lib_avcodec_avcodec_init=yes
6474else
6475 ac_cv_lib_avcodec_avcodec_init=no
6476fi
6477rm -f core conftest.err conftest.$ac_objext \
6478 conftest$ac_exeext conftest.$ac_ext
6479LIBS=$ac_check_lib_save_LIBS
6480fi
6481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avcodec_avcodec_init" >&5
6482$as_echo "$ac_cv_lib_avcodec_avcodec_init" >&6; }
6483if test "x$ac_cv_lib_avcodec_avcodec_init" = xyes; then :
6484 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCODEC=1"
6485 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcodec"
6486
6487fi
6488
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for av_register_all in -lavformat" >&5
6490$as_echo_n "checking for av_register_all in -lavformat... " >&6; }
6491if ${ac_cv_lib_avformat_av_register_all+:} false; then :
6492 $as_echo_n "(cached) " >&6
6493else
6494 ac_check_lib_save_LIBS=$LIBS
6495LIBS="-lavformat -lavcodec -lavutil
6496 $LIBS"
6497cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6498/* end confdefs.h. */
6499
6500/* Override any GCC internal prototype to avoid an error.
6501 Use char because int might match the return type of a GCC
6502 builtin and then its argument prototype would still apply. */
6503#ifdef __cplusplus
6504extern "C"
6505#endif
6506char av_register_all ();
6507int
6508main ()
6509{
6510return av_register_all ();
6511 ;
6512 return 0;
6513}
6514_ACEOF
6515if ac_fn_c_try_link "$LINENO"; then :
6516 ac_cv_lib_avformat_av_register_all=yes
6517else
6518 ac_cv_lib_avformat_av_register_all=no
6519fi
6520rm -f core conftest.err conftest.$ac_objext \
6521 conftest$ac_exeext conftest.$ac_ext
6522LIBS=$ac_check_lib_save_LIBS
6523fi
6524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avformat_av_register_all" >&5
6525$as_echo "$ac_cv_lib_avformat_av_register_all" >&6; }
6526if test "x$ac_cv_lib_avformat_av_register_all" = xyes; then :
6527 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVFORMAT=1"
6528 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavformat"
6529
6530fi
6531
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sws_scale in -lswscale" >&5
6533$as_echo_n "checking for sws_scale in -lswscale... " >&6; }
6534if ${ac_cv_lib_swscale_sws_scale+:} false; then :
6535 $as_echo_n "(cached) " >&6
6536else
6537 ac_check_lib_save_LIBS=$LIBS
6538LIBS="-lswscale -lavutil
6539 $LIBS"
6540cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6541/* end confdefs.h. */
6542
6543/* Override any GCC internal prototype to avoid an error.
6544 Use char because int might match the return type of a GCC
6545 builtin and then its argument prototype would still apply. */
6546#ifdef __cplusplus
6547extern "C"
6548#endif
6549char sws_scale ();
6550int
6551main ()
6552{
6553return sws_scale ();
6554 ;
6555 return 0;
6556}
6557_ACEOF
6558if ac_fn_c_try_link "$LINENO"; then :
6559 ac_cv_lib_swscale_sws_scale=yes
6560else
6561 ac_cv_lib_swscale_sws_scale=no
6562fi
6563rm -f core conftest.err conftest.$ac_objext \
6564 conftest$ac_exeext conftest.$ac_ext
6565LIBS=$ac_check_lib_save_LIBS
6566fi
6567{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_swscale_sws_scale" >&5
6568$as_echo "$ac_cv_lib_swscale_sws_scale" >&6; }
6569if test "x$ac_cv_lib_swscale_sws_scale" = xyes; then :
6570 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1"
6571 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lswscale"
6572
6573fi
6574
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avcore_version in -lavcore" >&5
6576$as_echo_n "checking for avcore_version in -lavcore... " >&6; }
6577if ${ac_cv_lib_avcore_avcore_version+:} false; then :
6578 $as_echo_n "(cached) " >&6
6579else
6580 ac_check_lib_save_LIBS=$LIBS
6581LIBS="-lavcore $LIBS"
6582cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6583/* end confdefs.h. */
6584
6585/* Override any GCC internal prototype to avoid an error.
6586 Use char because int might match the return type of a GCC
6587 builtin and then its argument prototype would still apply. */
6588#ifdef __cplusplus
6589extern "C"
6590#endif
6591char avcore_version ();
6592int
6593main ()
6594{
6595return avcore_version ();
6596 ;
6597 return 0;
6598}
6599_ACEOF
6600if ac_fn_c_try_link "$LINENO"; then :
6601 ac_cv_lib_avcore_avcore_version=yes
6602else
6603 ac_cv_lib_avcore_avcore_version=no
6604fi
6605rm -f core conftest.err conftest.$ac_objext \
6606 conftest$ac_exeext conftest.$ac_ext
6607LIBS=$ac_check_lib_save_LIBS
6608fi
6609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avcore_avcore_version" >&5
6610$as_echo "$ac_cv_lib_avcore_avcore_version" >&6; }
6611if test "x$ac_cv_lib_avcore_avcore_version" = xyes; then :
6612 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1"
6613 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcore"
6614
6615
6616fi
6617
6618
6619 fi
6620
6621 LIBS="$LIBS $ac_ffmpeg_ldflags"
6622 export PKG_CONFIG_PATH=$SAVED_PKG_CONFIG_PATH
6623
6624
6625fi
6626
6627
6628# Check whether --enable-v4l2 was given.
6629if test "${enable_v4l2+set}" = set; then :
6630 enableval=$enable_v4l2;
6631 if test "$enable_v4l2" = "no"; then
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if V4L2 is disabled... yes" >&5
6633$as_echo "Checking if V4L2 is disabled... yes" >&6; }
6634 fi
6635
6636else
6637
6638
6639
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for v4l2_open in -lv4l2" >&5
6641$as_echo_n "checking for v4l2_open in -lv4l2... " >&6; }
6642if ${ac_cv_lib_v4l2_v4l2_open+:} false; then :
6643 $as_echo_n "(cached) " >&6
6644else
6645 ac_check_lib_save_LIBS=$LIBS
6646LIBS="-lv4l2 $LIBS"
6647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6648/* end confdefs.h. */
6649
6650/* Override any GCC internal prototype to avoid an error.
6651 Use char because int might match the return type of a GCC
6652 builtin and then its argument prototype would still apply. */
6653#ifdef __cplusplus
6654extern "C"
6655#endif
6656char v4l2_open ();
6657int
6658main ()
6659{
6660return v4l2_open ();
6661 ;
6662 return 0;
6663}
6664_ACEOF
6665if ac_fn_c_try_link "$LINENO"; then :
6666 ac_cv_lib_v4l2_v4l2_open=yes
6667else
6668 ac_cv_lib_v4l2_v4l2_open=no
6669fi
6670rm -f core conftest.err conftest.$ac_objext \
6671 conftest$ac_exeext conftest.$ac_ext
6672LIBS=$ac_check_lib_save_LIBS
6673fi
6674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_v4l2_v4l2_open" >&5
6675$as_echo "$ac_cv_lib_v4l2_v4l2_open" >&6; }
6676if test "x$ac_cv_lib_v4l2_v4l2_open" = xyes; then :
6677 ac_v4l2_cflags="-DPJMEDIA_VIDEO_DEV_HAS_V4L2=1"
6678 ac_v4l2_ldflags="-lv4l2"
6679 LIBS="$LIBS -lv4l2"
6680
6681
6682fi
6683
6684
6685fi
6686
6687
6688# Check whether --enable-ipp was given.
6689if test "${enable_ipp+set}" = set; then :
6690 enableval=$enable_ipp;
6691else
6692 enable_ipp=no
6693
6694fi
6695
6696
6697
6698# Check whether --with-ipp was given.
6699if test "${with_ipp+set}" = set; then :
6700 withval=$with_ipp;
6701else
6702 with_ipp=no
6703
6704fi
6705
6706
6707
6708# Check whether --with-ipp-samples was given.
6709if test "${with_ipp_samples+set}" = set; then :
6710 withval=$with_ipp_samples;
6711else
6712 with_ipp_samples=no
6713
6714fi
6715
6716
6717
6718# Check whether --with-ipp-arch was given.
6719if test "${with_ipp_arch+set}" = set; then :
6720 withval=$with_ipp_arch;
6721else
6722 with_ipp_arch=no
6723
6724fi
6725
6726
6727if test "x$enable_ipp" != "xno"; then
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Intel IPP location" >&5
6729$as_echo_n "checking Intel IPP location... " >&6; }
6730
6731 if test "x$with_ipp" != "xno" -a "x$with_ipp" != "x"; then
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_ipp" >&5
6733$as_echo "$with_ipp" >&6; }
6734 IPPROOT=$with_ipp
6735 elif test "x$IPPROOT" = "x"; then
6736 if test -d /opt/intel/ipp; then
6737 IPPROOT=`ls -d /opt/intel/ipp/*/* | head -1`
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: autodetected in $IPPROOT" >&5
6739$as_echo "autodetected in $IPPROOT" >&6; }
6740 fi
6741 else
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IPPROOT" >&5
6743$as_echo "$IPPROOT" >&6; }
6744 fi
6745
6746 if test "x$with_ipp_arch" != "xno"; then
6747 IPP_SUFFIX=$with_ipp_arch
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: IPP arch suffix is set to $IPP_SUFFIX" >&5
6749$as_echo "IPP arch suffix is set to $IPP_SUFFIX" >&6; }
6750 else
6751 IPP_SUFFIX=""
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: IPP arch suffix is set to empty" >&5
6753$as_echo "IPP arch suffix is set to empty" >&6; }
6754 fi
6755
6756 if test x$IPPROOT = x; then
6757 as_fn_error $? "the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" "$LINENO" 5
6758 elif test ! -d $IPPROOT; then
6759 as_fn_error $? "not found" "$LINENO" 5
6760 elif test ! -d $IPPROOT/include; then
6761 as_fn_error $? "directory doesn't seem to be valid" "$LINENO" 5
6762 else
6763 # IPP directory looks okay.
6764 # Remove trailing backslash
6765 IPPROOT=`echo $IPPROOT | sed 's/\/$//'`
6766
6767 SAVED_CFLAGS="$CFLAGS"
6768 SAVED_LDFLAGS="$LDFLAGS"
6769 SAVED_LIBS="$LIBS"
6770
6771 IPP_CFLAGS="-I$IPPROOT/include"
6772 IPP_LIBS="-lippsc${IPP_SUFFIX} -lipps${IPP_SUFFIX} -lippcore${IPP_SUFFIX}"
6773
6774#
6775 # Some differences between Mac OS X and Linux
6776 case $target in
6777 *darwin* )
6778 IPP_LDFLAGS="-L$IPPROOT/Libraries -L$IPPROOT/lib"
6779 ;;
6780 *)
6781 # Find out where the libraries live.
6782 IPP7_ARCH=""
6783 if test -d $IPPROOT/lib/intel64; then
6784 IPP7_ARCH="intel64"
6785 elif test -d $IPPROOT/lib/ia32; then
6786 IPP7_ARCH="ia32"
6787 elif test -d $IPPROOT/lib/mic; then
6788 IPP7_ARCH="mic"
6789 fi
6790
6791 if test -z "$IPP7_ARCH"; then
6792 # IPP6 (and possibly below)
6793 IPP_LDFLAGS="-L$IPPROOT/sharedlib"
6794 IPP_LIBS="$IPP_LIBS -lippsr${IPP_SUFFIX} -lguide"
6795 else
6796 # IPP7
6797 if ! test -d $IPPROOT/../compiler; then
6798 as_fn_error $? "Cannot find $IPPROOT/../compiler directory. Please set IPPROOT variable correctly" "$LINENO" 5
6799 fi
6800 IPP_CFLAGS="$IPP_CFLAGS"
6801 IPP_LDFLAGS="-L$IPPROOT/lib/intel64 -L$IPPROOT/../compiler/lib/$IPP7_ARCH"
6802 IPP_LIBS="$IPP_LIBS -liomp5"
6803 fi
6804 ;;
6805 esac
6806
6807 #IPP_LDFLAGS="-L$IPPROOT/sharedlib"
6808 #Static:
6809 #IPP_LIBS="-lippscmerged -lippsrmerged -lippsmerged -lippcore"
6810
6811 CFLAGS="$CFLAGS $IPP_CFLAGS"
6812 LDFLAGS="$LDFLAGS $IPP_LDFLAGS"
6813 LIBS="$IPP_LIBS $LIBS"
6814
6815
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Intel IPP usability" >&5
6817$as_echo_n "checking Intel IPP usability... " >&6; }
6818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6819/* end confdefs.h. */
6820#include <ippcore.h>
6821
6822int
6823main ()
6824{
6825ippStaticInit();
6826 ;
6827 return 0;
6828}
6829_ACEOF
6830if ac_fn_c_try_link "$LINENO"; then :
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6832$as_echo "ok" >&6; }
6833else
6834 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6835$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6836as_fn_error $? "Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly, run with --help for more info
6837See \`config.log' for more details" "$LINENO" 5; }
6838fi
6839rm -f core conftest.err conftest.$ac_objext \
6840 conftest$ac_exeext conftest.$ac_ext
6841
6842 CFLAGS="$SAVED_CFLAGS"
6843 LDFLAGS="$SAVED_LDFLAGS"
6844 LIBS="$SAVED_LIBS"
6845 fi
6846
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Intel IPP samples location" >&5
6848$as_echo_n "checking Intel IPP samples location... " >&6; }
6849
6850 if test "x$with_ipp_samples" != "xno" -a "x$with_ipp_samples" != "x"; then
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_ipp_samples" >&5
6852$as_echo "$with_ipp_samples" >&6; }
6853 IPPSAMPLES=$with_ipp_samples
6854 elif test "x$IPPSAMPLES" = "x"; then
6855 if test -d /opt/intel/ipp-samples; then
6856 IPPSAMPLES=/opt/intel/ipp-samples
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: autodetected in $IPPSAMPLES" >&5
6858$as_echo "autodetected in $IPPSAMPLES" >&6; }
6859 fi
6860 else
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IPPSAMPLES" >&5
6862$as_echo "$IPPSAMPLES" >&6; }
6863 fi
6864
6865 if test x$IPPSAMPLES = x; then
6866 as_fn_error $? "the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" "$LINENO" 5
6867 elif test ! -d $IPPSAMPLES; then
6868 as_fn_error $? "not found" "$LINENO" 5
6869 elif test ! -d $IPPSAMPLES/speech-codecs; then
6870 as_fn_error $? "directory doesn't seem to be valid" "$LINENO" 5
6871 else
6872 # Remove trailing backslash
6873 IPPSAMPLES=`echo $IPPSAMPLES | sed 's/\/$//'`
6874
6875 # Guess the libusc.a/libspeech.a build location
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Intel IPP USC build location" >&5
6877$as_echo_n "checking Intel IPP USC build location... " >&6; }
6878 if test -d $IPPSAMPLES/speech-codecs/bin; then
6879 IPPVER=5
6880 IPPSAMP_DIR=`ls -d $IPPSAMPLES/speech-codecs/bin/*gcc*/lib | head -1`
6881 elif test -d $IPPSAMPLES/speech-codecs/_bin; then
6882 IPPVER=6
6883 if test -d $IPPSAMPLES/speech-codecs/_bin/*gcc*; then
6884 # gcc compiler
6885 IPPSAMP_DIR=`ls -d $IPPSAMPLES/speech-codecs/_bin/*gcc*/lib | head -1`
6886 elif test -d $IPPSAMPLES/speech-codecs/_bin/*icc*; then
6887 # icc compiler
6888 IPPSAMP_DIR=`ls -d $IPPSAMPLES/speech-codecs/_bin/*icc*/lib | head -1`
6889 else
6890 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6891$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6892as_fn_error $? "Unable to find to find built binaries under $IPPSAMPLES/speech-codecs/{bin,_bin}. Have you built the IPP samples?
6893See \`config.log' for more details" "$LINENO" 5; }
6894 fi
6895 else
6896 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6897$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6898as_fn_error $? "unable to find $IPPSAMPLES/speech-codecs/bin/*gcc*/lib or $IPPSAMPLES/speech-codecs/_bin/*gcc*/lib directory. Have you built the samples?
6899See \`config.log' for more details" "$LINENO" 5; }
6900 fi
6901
6902 # Test the directory
6903 if test ! -d $IPPSAMP_DIR; then
6904 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6905$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6906as_fn_error $? "There's something wrong with this script, directory $IPPSAMP_DIR does not exist
6907See \`config.log' for more details" "$LINENO" 5; }
6908 exit 1;
6909 fi
6910
6911 if test "x$IPPVER" = "x5"; then
6912 IPPSAMP_LIBS="libusc.a"
6913 IPPSAMP_LDLIBS="-lusc"
6914 elif test "x$IPPVER" = "x6"; then
6915 IPPSAMP_LIBS="libspeech.a"
6916 IPPSAMP_LDLIBS="-lspeech"
6917 else
6918 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6919$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6920as_fn_error $? "bug in this script: unsupported IPP version
6921See \`config.log' for more details" "$LINENO" 5; }
6922 fi
6923
6924 if test ! -f $IPPSAMP_DIR/$IPPSAMP_LIBS; then
6925 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6926$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6927as_fn_error $? "$IPPSAMP_LIBS doesn't exist in $IPPSAMP_DIR
6928See \`config.log' for more details" "$LINENO" 5; }
6929 fi
6930
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IPPSAMP_DIR" >&5
6932$as_echo "$IPPSAMP_DIR" >&6; }
6933
6934 SAVED_CFLAGS="$CFLAGS"
6935 SAVED_LDFLAGS="$LDFLAGS"
6936 SAVED_LIBS="$LIBS"
6937
6938 IPPSAMP_INC="-I$IPPSAMPLES/speech-codecs/core/usc/include"
6939 CFLAGS="$CFLAGS $IPPSAMP_INC"
6940 LDFLAGS="$LDFLAGS -L$IPPSAMP_DIR"
6941 LIBS="$IPPSAMP_LDLIBS $LIBS"
6942
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Intel IPP USC usability" >&5
6944$as_echo_n "checking Intel IPP USC usability... " >&6; }
6945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6946/* end confdefs.h. */
6947#include <usc.h>
6948
6949int
6950main ()
6951{
6952extern USC_Fxns USC_G729AFP_Fxns;
6953 ;
6954 return 0;
6955}
6956_ACEOF
6957if ac_fn_c_try_link "$LINENO"; then :
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6959$as_echo "ok" >&6; }
6960else
6961 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6962$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6963as_fn_error $? "failed
6964See \`config.log' for more details" "$LINENO" 5; }
6965fi
6966rm -f core conftest.err conftest.$ac_objext \
6967 conftest$ac_exeext conftest.$ac_ext
6968
6969 CFLAGS="$SAVED_CFLAGS"
6970 LDFLAGS="$IPP_LDFLAGS $SAVED_LDFLAGS"
6971 LIBS="$IPP_LIBS $SAVED_LIBS"
6972
6973 IPP_CFLAGS="$IPP_CFLAGS $IPPSAMP_INC"
6974 IPP_LDFLAGS="$IPP_LDFLAGS -L$IPPSAMP_DIR"
6975 IPP_LIBS="$IPPSAMP_LDLIBS $IPP_LIBS"
6976 fi
6977
6978 CFLAGS="$CFLAGS $IPP_CFLAGS"
6979 LDFLAGS="$LDFLAGS $IPP_LDFLAGS"
6980 LIBS="$LIBS $IPP_LIBS"
6981
6982 ac_build_mak_vars="$ac_build_mak_vars\n\
6983export IPP_CFLAGS=$IPP_CFLAGS\n\
6984export IPP_LDFLAGS=$IPP_LDFLAGS\n\
6985export IPP_LIBS=$IPP_LIBS"
6986else
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Skipping Intel IPP settings (not wanted)" >&5
6988$as_echo "Skipping Intel IPP settings (not wanted)" >&6; }
6989fi
6990
6991
6992
6993
6994# Check whether --with-ssl was given.
6995if test "${with_ssl+set}" = set; then :
6996 withval=$with_ssl;
6997else
6998 with_ssl=no
6999
7000fi
7001
7002
7003if test "x$ac_cross_compile" != "x" -a "x$with_ssl" = "xno"; then
7004 enable_ssl=no
7005fi
7006
7007
7008# Check whether --enable-ssl was given.
7009if test "${enable_ssl+set}" = set; then :
7010 enableval=$enable_ssl;
7011 if test "$enable_ssl" = "no"; then
7012 ac_no_ssl=1
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if SSL support is disabled... yes" >&5
7014$as_echo "Checking if SSL support is disabled... yes" >&6; }
7015 fi
7016
7017else
7018
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking for OpenSSL installations.." >&5
7020$as_echo "checking for OpenSSL installations.." >&6; }
7021 if test "x$with_ssl" != "xno" -a "x$with_ssl" != "x"; then
7022 CFLAGS="$CFLAGS -I$with_ssl/include"
7023 LDFLAGS="$LDFLAGS -L$with_ssl/lib"
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using SSL prefix... $with_ssl" >&5
7025$as_echo "Using SSL prefix... $with_ssl" >&6; }
7026 fi
7027
7028
7029
7030 ac_fn_c_check_header_mongrel "$LINENO" "openssl/ssl.h" "ac_cv_header_openssl_ssl_h" "$ac_includes_default"
7031if test "x$ac_cv_header_openssl_ssl_h" = xyes; then :
7032 openssl_h_present=1
7033fi
7034
7035
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ERR_load_BIO_strings in -lcrypto" >&5
7037$as_echo_n "checking for ERR_load_BIO_strings in -lcrypto... " >&6; }
7038if ${ac_cv_lib_crypto_ERR_load_BIO_strings+:} false; then :
7039 $as_echo_n "(cached) " >&6
7040else
7041 ac_check_lib_save_LIBS=$LIBS
7042LIBS="-lcrypto $LIBS"
7043cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7044/* end confdefs.h. */
7045
7046/* Override any GCC internal prototype to avoid an error.
7047 Use char because int might match the return type of a GCC
7048 builtin and then its argument prototype would still apply. */
7049#ifdef __cplusplus
7050extern "C"
7051#endif
7052char ERR_load_BIO_strings ();
7053int
7054main ()
7055{
7056return ERR_load_BIO_strings ();
7057 ;
7058 return 0;
7059}
7060_ACEOF
7061if ac_fn_c_try_link "$LINENO"; then :
7062 ac_cv_lib_crypto_ERR_load_BIO_strings=yes
7063else
7064 ac_cv_lib_crypto_ERR_load_BIO_strings=no
7065fi
7066rm -f core conftest.err conftest.$ac_objext \
7067 conftest$ac_exeext conftest.$ac_ext
7068LIBS=$ac_check_lib_save_LIBS
7069fi
7070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5
7071$as_echo "$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; }
7072if test "x$ac_cv_lib_crypto_ERR_load_BIO_strings" = xyes; then :
7073 libcrypto_present=1 && LIBS="$LIBS -lcrypto"
7074fi
7075
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5
7077$as_echo_n "checking for SSL_library_init in -lssl... " >&6; }
7078if ${ac_cv_lib_ssl_SSL_library_init+:} false; then :
7079 $as_echo_n "(cached) " >&6
7080else
7081 ac_check_lib_save_LIBS=$LIBS
7082LIBS="-lssl $LIBS"
7083cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7084/* end confdefs.h. */
7085
7086/* Override any GCC internal prototype to avoid an error.
7087 Use char because int might match the return type of a GCC
7088 builtin and then its argument prototype would still apply. */
7089#ifdef __cplusplus
7090extern "C"
7091#endif
7092char SSL_library_init ();
7093int
7094main ()
7095{
7096return SSL_library_init ();
7097 ;
7098 return 0;
7099}
7100_ACEOF
7101if ac_fn_c_try_link "$LINENO"; then :
7102 ac_cv_lib_ssl_SSL_library_init=yes
7103else
7104 ac_cv_lib_ssl_SSL_library_init=no
7105fi
7106rm -f core conftest.err conftest.$ac_objext \
7107 conftest$ac_exeext conftest.$ac_ext
7108LIBS=$ac_check_lib_save_LIBS
7109fi
7110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5
7111$as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; }
7112if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then :
7113 libssl_present=1 && LIBS="$LIBS -lssl"
7114fi
7115
7116 if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL library found, SSL support enabled" >&5
7118$as_echo "OpenSSL library found, SSL support enabled" >&6; }
7119 # PJSIP_HAS_TLS_TRANSPORT setting follows PJ_HAS_SSL_SOCK
7120 #AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1)
7121 $as_echo "#define PJ_HAS_SSL_SOCK 1" >>confdefs.h
7122
7123 else
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ** OpenSSL libraries not found, disabling SSL support **" >&5
7125$as_echo "** OpenSSL libraries not found, disabling SSL support **" >&6; }
7126 fi
7127
7128fi
7129
7130
7131
7132# Check whether --with-opencore-amrnb was given.
7133if test "${with_opencore_amrnb+set}" = set; then :
7134 withval=$with_opencore_amrnb; as_fn_error $? "This option is obsolete and replaced by --with-opencore-amr=DIR" "$LINENO" 5
7135fi
7136
7137
7138
7139# Check whether --with-opencore-amr was given.
7140if test "${with_opencore_amr+set}" = set; then :
7141 withval=$with_opencore_amr;
7142else
7143 with_opencore_amr=no
7144
7145fi
7146
7147
7148if test "x$ac_cross_compile" != "x" -a "x$with_opencore_amr" = "xno"; then
7149 enable_opencore_amr=no
7150fi
7151
7152
7153# Check whether --with-opencore-amrwbenc was given.
7154if test "${with_opencore_amrwbenc+set}" = set; then :
7155 withval=$with_opencore_amrwbenc;
7156else
7157 with_opencore_amrwbenc=no
7158
7159fi
7160
7161
7162if test "x$ac_cross_compile" != "x" -a "x$with_opencore_amrwbenc" = "xno"; then
7163 enable_opencore_amrwbenc=no
7164fi
7165
7166
7167
7168
7169# Check whether --enable-opencore_amr was given.
7170if test "${enable_opencore_amr+set}" = set; then :
7171 enableval=$enable_opencore_amr;
7172 if test "$enable_opencore_amr" = "no"; then
7173 ac_no_opencore_amrnb=1
7174 ac_no_opencore_amrwb=1
7175 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0" >>confdefs.h
7176
7177 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0" >>confdefs.h
7178
7179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if OpenCORE AMR support is disabled... yes" >&5
7180$as_echo "Checking if OpenCORE AMR support is disabled... yes" >&6; }
7181 fi
7182
7183else
7184
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking for OpenCORE AMR installations.." >&5
7186$as_echo "checking for OpenCORE AMR installations.." >&6; }
7187 if test "x$with_opencore_amr" != "xno" -a "x$with_opencore_amr" != "x"; then
7188 CFLAGS="$CFLAGS -I$with_opencore_amr/include"
7189 LDFLAGS="$LDFLAGS -L$with_opencore_amr/lib"
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using OpenCORE AMR prefix... $with_opencore_amr" >&5
7191$as_echo "Using OpenCORE AMR prefix... $with_opencore_amr" >&6; }
7192 fi
7193 if test "x$with_opencore_amrwbenc" != "xno" -a "x$with_opencore_amrwbenc" != "x"; then
7194 CFLAGS="$CFLAGS -I$with_opencore_amrwbenc/include"
7195 LDFLAGS="$LDFLAGS -L$with_opencore_amrwbenc/lib"
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using OpenCORE AMRWB-enc prefix... $with_opencore_amrwbenc" >&5
7197$as_echo "Using OpenCORE AMRWB-enc prefix... $with_opencore_amrwbenc" >&6; }
7198 fi
7199
7200
7201 ac_fn_c_check_header_mongrel "$LINENO" "opencore-amrnb/interf_enc.h" "ac_cv_header_opencore_amrnb_interf_enc_h" "$ac_includes_default"
7202if test "x$ac_cv_header_opencore_amrnb_interf_enc_h" = xyes; then :
7203 opencore_amrnb_h_present=1
7204fi
7205
7206
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Encoder_Interface_init in -lopencore-amrnb" >&5
7208$as_echo_n "checking for Encoder_Interface_init in -lopencore-amrnb... " >&6; }
7209if ${ac_cv_lib_opencore_amrnb_Encoder_Interface_init+:} false; then :
7210 $as_echo_n "(cached) " >&6
7211else
7212 ac_check_lib_save_LIBS=$LIBS
7213LIBS="-lopencore-amrnb $LIBS"
7214cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7215/* end confdefs.h. */
7216
7217/* Override any GCC internal prototype to avoid an error.
7218 Use char because int might match the return type of a GCC
7219 builtin and then its argument prototype would still apply. */
7220#ifdef __cplusplus
7221extern "C"
7222#endif
7223char Encoder_Interface_init ();
7224int
7225main ()
7226{
7227return Encoder_Interface_init ();
7228 ;
7229 return 0;
7230}
7231_ACEOF
7232if ac_fn_c_try_link "$LINENO"; then :
7233 ac_cv_lib_opencore_amrnb_Encoder_Interface_init=yes
7234else
7235 ac_cv_lib_opencore_amrnb_Encoder_Interface_init=no
7236fi
7237rm -f core conftest.err conftest.$ac_objext \
7238 conftest$ac_exeext conftest.$ac_ext
7239LIBS=$ac_check_lib_save_LIBS
7240fi
7241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_opencore_amrnb_Encoder_Interface_init" >&5
7242$as_echo "$ac_cv_lib_opencore_amrnb_Encoder_Interface_init" >&6; }
7243if test "x$ac_cv_lib_opencore_amrnb_Encoder_Interface_init" = xyes; then :
7244 opencore_amrnb_present=1 && LIBS="$LIBS -lopencore-amrnb"
7245fi
7246
7247 if test "x$opencore_amrnb_h_present" = "x1" -a "x$opencore_amrnb_present" = "x1"; then
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenCORE AMR-NB library found, AMR-NB support enabled" >&5
7249$as_echo "OpenCORE AMR-NB library found, AMR-NB support enabled" >&6; }
7250 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 1" >>confdefs.h
7251
7252 else
7253 ac_no_opencore_amrnb=1
7254 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0" >>confdefs.h
7255
7256 fi
7257
7258
7259
7260
7261 ac_fn_c_check_header_mongrel "$LINENO" "vo-amrwbenc/enc_if.h" "ac_cv_header_vo_amrwbenc_enc_if_h" "$ac_includes_default"
7262if test "x$ac_cv_header_vo_amrwbenc_enc_if_h" = xyes; then :
7263 opencore_amrwb_enc_h_present=1
7264fi
7265
7266
7267 ac_fn_c_check_header_mongrel "$LINENO" "opencore-amrwb/dec_if.h" "ac_cv_header_opencore_amrwb_dec_if_h" "$ac_includes_default"
7268if test "x$ac_cv_header_opencore_amrwb_dec_if_h" = xyes; then :
7269 opencore_amrwb_dec_h_present=1
7270fi
7271
7272
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for D_IF_init in -lopencore-amrwb" >&5
7274$as_echo_n "checking for D_IF_init in -lopencore-amrwb... " >&6; }
7275if ${ac_cv_lib_opencore_amrwb_D_IF_init+:} false; then :
7276 $as_echo_n "(cached) " >&6
7277else
7278 ac_check_lib_save_LIBS=$LIBS
7279LIBS="-lopencore-amrwb $LIBS"
7280cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7281/* end confdefs.h. */
7282
7283/* Override any GCC internal prototype to avoid an error.
7284 Use char because int might match the return type of a GCC
7285 builtin and then its argument prototype would still apply. */
7286#ifdef __cplusplus
7287extern "C"
7288#endif
7289char D_IF_init ();
7290int
7291main ()
7292{
7293return D_IF_init ();
7294 ;
7295 return 0;
7296}
7297_ACEOF
7298if ac_fn_c_try_link "$LINENO"; then :
7299 ac_cv_lib_opencore_amrwb_D_IF_init=yes
7300else
7301 ac_cv_lib_opencore_amrwb_D_IF_init=no
7302fi
7303rm -f core conftest.err conftest.$ac_objext \
7304 conftest$ac_exeext conftest.$ac_ext
7305LIBS=$ac_check_lib_save_LIBS
7306fi
7307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_opencore_amrwb_D_IF_init" >&5
7308$as_echo "$ac_cv_lib_opencore_amrwb_D_IF_init" >&6; }
7309if test "x$ac_cv_lib_opencore_amrwb_D_IF_init" = xyes; then :
7310 opencore_amrwb_dec_present=1 && LIBS="$LIBS -lopencore-amrwb"
7311fi
7312
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for E_IF_init in -lvo-amrwbenc" >&5
7314$as_echo_n "checking for E_IF_init in -lvo-amrwbenc... " >&6; }
7315if ${ac_cv_lib_vo_amrwbenc_E_IF_init+:} false; then :
7316 $as_echo_n "(cached) " >&6
7317else
7318 ac_check_lib_save_LIBS=$LIBS
7319LIBS="-lvo-amrwbenc $LIBS"
7320cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7321/* end confdefs.h. */
7322
7323/* Override any GCC internal prototype to avoid an error.
7324 Use char because int might match the return type of a GCC
7325 builtin and then its argument prototype would still apply. */
7326#ifdef __cplusplus
7327extern "C"
7328#endif
7329char E_IF_init ();
7330int
7331main ()
7332{
7333return E_IF_init ();
7334 ;
7335 return 0;
7336}
7337_ACEOF
7338if ac_fn_c_try_link "$LINENO"; then :
7339 ac_cv_lib_vo_amrwbenc_E_IF_init=yes
7340else
7341 ac_cv_lib_vo_amrwbenc_E_IF_init=no
7342fi
7343rm -f core conftest.err conftest.$ac_objext \
7344 conftest$ac_exeext conftest.$ac_ext
7345LIBS=$ac_check_lib_save_LIBS
7346fi
7347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_vo_amrwbenc_E_IF_init" >&5
7348$as_echo "$ac_cv_lib_vo_amrwbenc_E_IF_init" >&6; }
7349if test "x$ac_cv_lib_vo_amrwbenc_E_IF_init" = xyes; then :
7350 opencore_amrwb_enc_present=1 && LIBS="$LIBS -lvo-amrwbenc"
7351fi
7352
7353 if test "x$opencore_amrwb_enc_h_present" = "x1" -a "x$opencore_amrwb_dec_h_present" = "x1" -a "x$opencore_amrwb_enc_present" = "x1" -a "x$opencore_amrwb_dec_present" = "x1"; then
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenCORE AMR-WB library found, AMR-WB support enabled" >&5
7355$as_echo "OpenCORE AMR-WB library found, AMR-WB support enabled" >&6; }
7356 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 1" >>confdefs.h
7357
7358 else
7359 ac_no_opencore_amrwb=1
7360 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0" >>confdefs.h
7361
7362 fi
7363
7364
7365fi
7366
7367
7368
7369# Check whether --with-silk was given.
7370if test "${with_silk+set}" = set; then :
7371 withval=$with_silk;
7372else
7373 with_silk=no
7374
7375fi
7376
7377
7378if test "x$ac_cross_compile" != "x" -a "x$with_silk" = "xno"; then
7379 enable_silk=no
7380fi
7381
7382
7383# Check whether --enable-silk was given.
7384if test "${enable_silk+set}" = set; then :
7385 enableval=$enable_silk;
7386 if test "$enable_silk" = "no"; then
7387 ac_no_silk=1
7388 $as_echo "#define PJMEDIA_HAS_SILK_CODEC 0" >>confdefs.h
7389
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if SILK support is disabled... yes" >&5
7391$as_echo "Checking if SILK support is disabled... yes" >&6; }
7392 fi
7393
7394else
7395
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking for SILK installations.." >&5
7397$as_echo "checking for SILK installations.." >&6; }
7398 if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then
7399 CFLAGS="$CFLAGS -I$with_silk/interface"
7400 CPPFLAGS="$CPPFLAGS -I$with_silk/interface"
7401 LDFLAGS="$LDFLAGS -L$with_silk"
7402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using SILK prefix... $with_silk" >&5
7403$as_echo "Using SILK prefix... $with_silk" >&6; }
7404 fi
7405
7406
7407 ac_fn_c_check_header_mongrel "$LINENO" "SKP_Silk_SDK_API.h" "ac_cv_header_SKP_Silk_SDK_API_h" "$ac_includes_default"
7408if test "x$ac_cv_header_SKP_Silk_SDK_API_h" = xyes; then :
7409 silk_h_present=1
7410fi
7411
7412
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SKP_Silk_SDK_get_version in -lSKP_SILK_SDK" >&5
7414$as_echo_n "checking for SKP_Silk_SDK_get_version in -lSKP_SILK_SDK... " >&6; }
7415if ${ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version+:} false; then :
7416 $as_echo_n "(cached) " >&6
7417else
7418 ac_check_lib_save_LIBS=$LIBS
7419LIBS="-lSKP_SILK_SDK $LIBS"
7420cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7421/* end confdefs.h. */
7422
7423/* Override any GCC internal prototype to avoid an error.
7424 Use char because int might match the return type of a GCC
7425 builtin and then its argument prototype would still apply. */
7426#ifdef __cplusplus
7427extern "C"
7428#endif
7429char SKP_Silk_SDK_get_version ();
7430int
7431main ()
7432{
7433return SKP_Silk_SDK_get_version ();
7434 ;
7435 return 0;
7436}
7437_ACEOF
7438if ac_fn_c_try_link "$LINENO"; then :
7439 ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version=yes
7440else
7441 ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version=no
7442fi
7443rm -f core conftest.err conftest.$ac_objext \
7444 conftest$ac_exeext conftest.$ac_ext
7445LIBS=$ac_check_lib_save_LIBS
7446fi
7447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version" >&5
7448$as_echo "$ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version" >&6; }
7449if test "x$ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version" = xyes; then :
7450 silk_present=1 && LIBS="$LIBS -lSKP_SILK_SDK"
7451fi
7452
7453 if test "x$silk_h_present" = "x1" -a "x$silk_present" = "x1"; then
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SILK library found, SILK support enabled" >&5
7455$as_echo "SILK library found, SILK support enabled" >&6; }
7456 $as_echo "#define PJMEDIA_HAS_SILK_CODEC 1" >>confdefs.h
7457
7458 else
7459 ac_no_silk=1
7460 $as_echo "#define PJMEDIA_HAS_SILK_CODEC 0" >>confdefs.h
7461
7462 fi
7463
7464fi
7465
7466
7467
7468
7469
7470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if select() needs correct nfds" >&5
7471$as_echo_n "checking if select() needs correct nfds... " >&6; }
7472case $target in
7473 *rtems*) $as_echo "#define PJ_SELECT_NEEDS_NFDS 1" >>confdefs.h
7474
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7476$as_echo "yes" >&6; }
7477 ;;
7478 *) $as_echo "#define PJ_SELECT_NEEDS_NFDS 0" >>confdefs.h
7479
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (default)" >&5
7481$as_echo "no (default)" >&6; }
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ** Decided that select() doesn't need correct nfds (please check)" >&5
7483$as_echo "** Decided that select() doesn't need correct nfds (please check)" >&6; }
7484 ;;
7485esac
7486
7487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if pj_thread_create() should enforce stack size" >&5
7488$as_echo_n "checking if pj_thread_create() should enforce stack size... " >&6; }
7489case $target in
7490 *rtems*) $as_echo "#define PJ_THREAD_SET_STACK_SIZE 1" >>confdefs.h
7491
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7493$as_echo "yes" >&6; }
7494 ;;
7495 *) $as_echo "#define PJ_THREAD_SET_STACK_SIZE 0" >>confdefs.h
7496
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (default)" >&5
7498$as_echo "no (default)" >&6; }
7499 ;;
7500esac
7501
7502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if pj_thread_create() should allocate stack" >&5
7503$as_echo_n "checking if pj_thread_create() should allocate stack... " >&6; }
7504case $target in
7505 *rtems*) $as_echo "#define PJ_THREAD_ALLOCATE_STACK 1" >>confdefs.h
7506
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7508$as_echo "yes" >&6; }
7509 ;;
7510 *) $as_echo "#define PJ_THREAD_ALLOCATE_STACK 0" >>confdefs.h
7511
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (default)" >&5
7513$as_echo "no (default)" >&6; }
7514 ;;
7515esac
7516
7517case $target in
7518 *mingw* | *cygw* | *win32* | *w32* )
7519 $as_echo "#define PJ_BLOCKING_ERROR_VAL WSAEWOULDBLOCK" >>confdefs.h
7520
7521 ;;
7522 *) $as_echo "#define PJ_BLOCKING_ERROR_VAL EAGAIN" >>confdefs.h
7523
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5
7525$as_echo "** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; }
7526 ;;
7527esac
7528
7529case $target in
7530 *mingw* | *cygw* | *win32* | *w32* )
7531 $as_echo "#define PJ_BLOCKING_CONNECT_ERROR_VAL WSAEWOULDBLOCK" >>confdefs.h
7532
7533 ;;
7534 *) $as_echo "#define PJ_BLOCKING_CONNECT_ERROR_VAL EINPROGRESS" >>confdefs.h
7535
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5
7537$as_echo "** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; }
7538 ;;
7539esac
7540
7541
7542
7543ac_linux_poll=select
7544
7545ac_host=unix
7546
7547
7548case $target in
7549 *rtems*)
7550 ac_main_obj=main_rtems.o
7551 ;;
7552 *)
7553 ac_main_obj=main.o
7554 ;;
7555esac
7556
7557
7558ac_build_mak_vars=`echo $ac_build_mak_vars | sed 's/\\\\n/\n/g'`
7559cat >confcache <<\_ACEOF
7560# This file is a shell script that caches the results of configure
7561# tests run on this system so they can be shared between configure
7562# scripts and configure runs, see configure's option --config-cache.
7563# It is not useful on other systems. If it contains results you don't
7564# want to keep, you may remove or edit it.
7565#
7566# config.status only pays attention to the cache file if you give it
7567# the --recheck option to rerun configure.
7568#
7569# `ac_cv_env_foo' variables (set or unset) will be overridden when
7570# loading this file, other *unset* `ac_cv_foo' will be assigned the
7571# following values.
7572
7573_ACEOF
7574
7575# The following way of writing the cache mishandles newlines in values,
7576# but we know of no workaround that is simple, portable, and efficient.
7577# So, we kill variables containing newlines.
7578# Ultrix sh set writes to stderr and can't be redirected directly,
7579# and sets the high bit in the cache file unless we assign to the vars.
7580(
7581 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7582 eval ac_val=\$$ac_var
7583 case $ac_val in #(
7584 *${as_nl}*)
7585 case $ac_var in #(
7586 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7587$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7588 esac
7589 case $ac_var in #(
7590 _ | IFS | as_nl) ;; #(
7591 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7592 *) { eval $ac_var=; unset $ac_var;} ;;
7593 esac ;;
7594 esac
7595 done
7596
7597 (set) 2>&1 |
7598 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7599 *${as_nl}ac_space=\ *)
7600 # `set' does not quote correctly, so add quotes: double-quote
7601 # substitution turns \\\\ into \\, and sed turns \\ into \.
7602 sed -n \
7603 "s/'/'\\\\''/g;
7604 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7605 ;; #(
7606 *)
7607 # `set' quotes correctly as required by POSIX, so do not add quotes.
7608 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
7609 ;;
7610 esac |
7611 sort
7612) |
7613 sed '
7614 /^ac_cv_env_/b end
7615 t clear
7616 :clear
7617 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7618 t end
7619 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7620 :end' >>confcache
7621if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7622 if test -w "$cache_file"; then
7623 if test "x$cache_file" != "x/dev/null"; then
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7625$as_echo "$as_me: updating cache $cache_file" >&6;}
7626 if test ! -f "$cache_file" || test -h "$cache_file"; then
7627 cat confcache >"$cache_file"
7628 else
7629 case $cache_file in #(
7630 */* | ?:*)
7631 mv -f confcache "$cache_file"$$ &&
7632 mv -f "$cache_file"$$ "$cache_file" ;; #(
7633 *)
7634 mv -f confcache "$cache_file" ;;
7635 esac
7636 fi
7637 fi
7638 else
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7640$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7641 fi
7642fi
7643rm -f confcache
7644
7645test "x$prefix" = xNONE && prefix=$ac_default_prefix
7646# Let make expand exec_prefix.
7647test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7648
7649DEFS=-DHAVE_CONFIG_H
7650
7651ac_libobjs=
7652ac_ltlibobjs=
7653U=
7654for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7655 # 1. Remove the extension, and $U if already installed.
7656 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7657 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7658 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
7659 # will be set to the directory where LIBOBJS objects are built.
7660 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7661 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
7662done
7663LIBOBJS=$ac_libobjs
7664
7665LTLIBOBJS=$ac_ltlibobjs
7666
7667
7668
7669
7670: "${CONFIG_STATUS=./config.status}"
7671ac_write_fail=0
7672ac_clean_files_save=$ac_clean_files
7673ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7674{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7675$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7676as_write_fail=0
7677cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
7678#! $SHELL
7679# Generated by $as_me.
7680# Run this file to recreate the current configuration.
7681# Compiler output produced by configure, useful for debugging
7682# configure, is in config.log if it exists.
7683
7684debug=false
7685ac_cs_recheck=false
7686ac_cs_silent=false
7687
7688SHELL=\${CONFIG_SHELL-$SHELL}
7689export SHELL
7690_ASEOF
7691cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7692## -------------------- ##
7693## M4sh Initialization. ##
7694## -------------------- ##
7695
7696# Be more Bourne compatible
7697DUALCASE=1; export DUALCASE # for MKS sh
7698if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
7699 emulate sh
7700 NULLCMD=:
7701 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
7702 # is contrary to our usage. Disable this feature.
7703 alias -g '${1+"$@"}'='"$@"'
7704 setopt NO_GLOB_SUBST
7705else
7706 case `(set -o) 2>/dev/null` in #(
7707 *posix*) :
7708 set -o posix ;; #(
7709 *) :
7710 ;;
7711esac
7712fi
7713
7714
7715as_nl='
7716'
7717export as_nl
7718# Printing a long string crashes Solaris 7 /usr/bin/printf.
7719as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7720as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7721as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7722# Prefer a ksh shell builtin over an external printf program on Solaris,
7723# but without wasting forks for bash or zsh.
7724if test -z "$BASH_VERSION$ZSH_VERSION" \
7725 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7726 as_echo='print -r --'
7727 as_echo_n='print -rn --'
7728elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7729 as_echo='printf %s\n'
7730 as_echo_n='printf %s'
7731else
7732 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7733 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7734 as_echo_n='/usr/ucb/echo -n'
7735 else
7736 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7737 as_echo_n_body='eval
7738 arg=$1;
7739 case $arg in #(
7740 *"$as_nl"*)
7741 expr "X$arg" : "X\\(.*\\)$as_nl";
7742 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7743 esac;
7744 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7745 '
7746 export as_echo_n_body
7747 as_echo_n='sh -c $as_echo_n_body as_echo'
7748 fi
7749 export as_echo_body
7750 as_echo='sh -c $as_echo_body as_echo'
7751fi
7752
7753# The user is always right.
7754if test "${PATH_SEPARATOR+set}" != set; then
7755 PATH_SEPARATOR=:
7756 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7757 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7758 PATH_SEPARATOR=';'
7759 }
7760fi
7761
7762
7763# IFS
7764# We need space, tab and new line, in precisely that order. Quoting is
7765# there to prevent editors from complaining about space-tab.
7766# (If _AS_PATH_WALK were called with IFS unset, it would disable word
7767# splitting by setting IFS to empty value.)
7768IFS=" "" $as_nl"
7769
7770# Find who we are. Look in the path if we contain no directory separator.
7771as_myself=
7772case $0 in #((
7773 *[\\/]* ) as_myself=$0 ;;
7774 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7775for as_dir in $PATH
7776do
7777 IFS=$as_save_IFS
7778 test -z "$as_dir" && as_dir=.
7779 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7780 done
7781IFS=$as_save_IFS
7782
7783 ;;
7784esac
7785# We did not find ourselves, most probably we were run as `sh COMMAND'
7786# in which case we are not to be found in the path.
7787if test "x$as_myself" = x; then
7788 as_myself=$0
7789fi
7790if test ! -f "$as_myself"; then
7791 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7792 exit 1
7793fi
7794
7795# Unset variables that we do not need and which cause bugs (e.g. in
7796# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
7797# suppresses any "Segmentation fault" message there. '((' could
7798# trigger a bug in pdksh 5.2.14.
7799for as_var in BASH_ENV ENV MAIL MAILPATH
7800do eval test x\${$as_var+set} = xset \
7801 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7802done
7803PS1='$ '
7804PS2='> '
7805PS4='+ '
7806
7807# NLS nuisances.
7808LC_ALL=C
7809export LC_ALL
7810LANGUAGE=C
7811export LANGUAGE
7812
7813# CDPATH.
7814(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7815
7816
7817# as_fn_error STATUS ERROR [LINENO LOG_FD]
7818# ----------------------------------------
7819# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7820# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7821# script with STATUS, using 1 if that was 0.
7822as_fn_error ()
7823{
7824 as_status=$1; test $as_status -eq 0 && as_status=1
7825 if test "$4"; then
7826 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7827 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7828 fi
7829 $as_echo "$as_me: error: $2" >&2
7830 as_fn_exit $as_status
7831} # as_fn_error
7832
7833
7834# as_fn_set_status STATUS
7835# -----------------------
7836# Set $? to STATUS, without forking.
7837as_fn_set_status ()
7838{
7839 return $1
7840} # as_fn_set_status
7841
7842# as_fn_exit STATUS
7843# -----------------
7844# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7845as_fn_exit ()
7846{
7847 set +e
7848 as_fn_set_status $1
7849 exit $1
7850} # as_fn_exit
7851
7852# as_fn_unset VAR
7853# ---------------
7854# Portably unset VAR.
7855as_fn_unset ()
7856{
7857 { eval $1=; unset $1;}
7858}
7859as_unset=as_fn_unset
7860# as_fn_append VAR VALUE
7861# ----------------------
7862# Append the text in VALUE to the end of the definition contained in VAR. Take
7863# advantage of any shell optimizations that allow amortized linear growth over
7864# repeated appends, instead of the typical quadratic growth present in naive
7865# implementations.
7866if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7867 eval 'as_fn_append ()
7868 {
7869 eval $1+=\$2
7870 }'
7871else
7872 as_fn_append ()
7873 {
7874 eval $1=\$$1\$2
7875 }
7876fi # as_fn_append
7877
7878# as_fn_arith ARG...
7879# ------------------
7880# Perform arithmetic evaluation on the ARGs, and store the result in the
7881# global $as_val. Take advantage of shells that can avoid forks. The arguments
7882# must be portable across $(()) and expr.
7883if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7884 eval 'as_fn_arith ()
7885 {
7886 as_val=$(( $* ))
7887 }'
7888else
7889 as_fn_arith ()
7890 {
7891 as_val=`expr "$@" || test $? -eq 1`
7892 }
7893fi # as_fn_arith
7894
7895
7896if expr a : '\(a\)' >/dev/null 2>&1 &&
7897 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7898 as_expr=expr
7899else
7900 as_expr=false
7901fi
7902
7903if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7904 as_basename=basename
7905else
7906 as_basename=false
7907fi
7908
7909if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7910 as_dirname=dirname
7911else
7912 as_dirname=false
7913fi
7914
7915as_me=`$as_basename -- "$0" ||
7916$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7917 X"$0" : 'X\(//\)$' \| \
7918 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7919$as_echo X/"$0" |
7920 sed '/^.*\/\([^/][^/]*\)\/*$/{
7921 s//\1/
7922 q
7923 }
7924 /^X\/\(\/\/\)$/{
7925 s//\1/
7926 q
7927 }
7928 /^X\/\(\/\).*/{
7929 s//\1/
7930 q
7931 }
7932 s/.*/./; q'`
7933
7934# Avoid depending upon Character Ranges.
7935as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7936as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7937as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7938as_cr_digits='0123456789'
7939as_cr_alnum=$as_cr_Letters$as_cr_digits
7940
7941ECHO_C= ECHO_N= ECHO_T=
7942case `echo -n x` in #(((((
7943-n*)
7944 case `echo 'xy\c'` in
7945 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
7946 xy) ECHO_C='\c';;
7947 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
7948 ECHO_T=' ';;
7949 esac;;
7950*)
7951 ECHO_N='-n';;
7952esac
7953
7954rm -f conf$$ conf$$.exe conf$$.file
7955if test -d conf$$.dir; then
7956 rm -f conf$$.dir/conf$$.file
7957else
7958 rm -f conf$$.dir
7959 mkdir conf$$.dir 2>/dev/null
7960fi
7961if (echo >conf$$.file) 2>/dev/null; then
7962 if ln -s conf$$.file conf$$ 2>/dev/null; then
7963 as_ln_s='ln -s'
7964 # ... but there are two gotchas:
7965 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7966 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7967 # In both cases, we have to default to `cp -pR'.
7968 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7969 as_ln_s='cp -pR'
7970 elif ln conf$$.file conf$$ 2>/dev/null; then
7971 as_ln_s=ln
7972 else
7973 as_ln_s='cp -pR'
7974 fi
7975else
7976 as_ln_s='cp -pR'
7977fi
7978rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7979rmdir conf$$.dir 2>/dev/null
7980
7981
7982# as_fn_mkdir_p
7983# -------------
7984# Create "$as_dir" as a directory, including parents if necessary.
7985as_fn_mkdir_p ()
7986{
7987
7988 case $as_dir in #(
7989 -*) as_dir=./$as_dir;;
7990 esac
7991 test -d "$as_dir" || eval $as_mkdir_p || {
7992 as_dirs=
7993 while :; do
7994 case $as_dir in #(
7995 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7996 *) as_qdir=$as_dir;;
7997 esac
7998 as_dirs="'$as_qdir' $as_dirs"
7999 as_dir=`$as_dirname -- "$as_dir" ||
8000$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8001 X"$as_dir" : 'X\(//\)[^/]' \| \
8002 X"$as_dir" : 'X\(//\)$' \| \
8003 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8004$as_echo X"$as_dir" |
8005 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8006 s//\1/
8007 q
8008 }
8009 /^X\(\/\/\)[^/].*/{
8010 s//\1/
8011 q
8012 }
8013 /^X\(\/\/\)$/{
8014 s//\1/
8015 q
8016 }
8017 /^X\(\/\).*/{
8018 s//\1/
8019 q
8020 }
8021 s/.*/./; q'`
8022 test -d "$as_dir" && break
8023 done
8024 test -z "$as_dirs" || eval "mkdir $as_dirs"
8025 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
8026
8027
8028} # as_fn_mkdir_p
8029if mkdir -p . 2>/dev/null; then
8030 as_mkdir_p='mkdir -p "$as_dir"'
8031else
8032 test -d ./-p && rmdir ./-p
8033 as_mkdir_p=false
8034fi
8035
8036
8037# as_fn_executable_p FILE
8038# -----------------------
8039# Test if FILE is an executable regular file.
8040as_fn_executable_p ()
8041{
8042 test -f "$1" && test -x "$1"
8043} # as_fn_executable_p
8044as_test_x='test -x'
8045as_executable_p=as_fn_executable_p
8046
8047# Sed expression to map a string onto a valid CPP name.
8048as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8049
8050# Sed expression to map a string onto a valid variable name.
8051as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8052
8053
8054exec 6>&1
8055## ----------------------------------- ##
8056## Main body of $CONFIG_STATUS script. ##
8057## ----------------------------------- ##
8058_ASEOF
8059test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8060
8061cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8062# Save the log message, to keep $0 and so on meaningful, and to
8063# report actual input values of CONFIG_FILES etc. instead of their
8064# values after options handling.
8065ac_log="
8066This file was extended by pjproject $as_me 2.x, which was
8067generated by GNU Autoconf 2.69. Invocation command line was
8068
8069 CONFIG_FILES = $CONFIG_FILES
8070 CONFIG_HEADERS = $CONFIG_HEADERS
8071 CONFIG_LINKS = $CONFIG_LINKS
8072 CONFIG_COMMANDS = $CONFIG_COMMANDS
8073 $ $0 $@
8074
8075on `(hostname || uname -n) 2>/dev/null | sed 1q`
8076"
8077
8078_ACEOF
8079
8080case $ac_config_files in *"
8081"*) set x $ac_config_files; shift; ac_config_files=$*;;
8082esac
8083
8084case $ac_config_headers in *"
8085"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8086esac
8087
8088
8089cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8090# Files that config.status was made for.
8091config_files="$ac_config_files"
8092config_headers="$ac_config_headers"
8093
8094_ACEOF
8095
8096cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8097ac_cs_usage="\
8098\`$as_me' instantiates files and other configuration actions
8099from templates according to the current configuration. Unless the files
8100and actions are specified as TAGs, all are instantiated by default.
8101
8102Usage: $0 [OPTION]... [TAG]...
8103
8104 -h, --help print this help, then exit
8105 -V, --version print version number and configuration settings, then exit
8106 --config print configuration, then exit
8107 -q, --quiet, --silent
8108 do not print progress messages
8109 -d, --debug don't remove temporary files
8110 --recheck update $as_me by reconfiguring in the same conditions
8111 --file=FILE[:TEMPLATE]
8112 instantiate the configuration file FILE
8113 --header=FILE[:TEMPLATE]
8114 instantiate the configuration header FILE
8115
8116Configuration files:
8117$config_files
8118
8119Configuration headers:
8120$config_headers
8121
8122Report bugs to the package provider."
8123
8124_ACEOF
8125cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8126ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8127ac_cs_version="\\
8128pjproject config.status 2.x
8129configured by $0, generated by GNU Autoconf 2.69,
8130 with options \\"\$ac_cs_config\\"
8131
8132Copyright (C) 2012 Free Software Foundation, Inc.
8133This config.status script is free software; the Free Software Foundation
8134gives unlimited permission to copy, distribute and modify it."
8135
8136ac_pwd='$ac_pwd'
8137srcdir='$srcdir'
8138test -n "\$AWK" || AWK=awk
8139_ACEOF
8140
8141cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8142# The default lists apply if the user does not specify any file.
8143ac_need_defaults=:
8144while test $# != 0
8145do
8146 case $1 in
8147 --*=?*)
8148 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8149 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8150 ac_shift=:
8151 ;;
8152 --*=)
8153 ac_option=`expr "X$1" : 'X\([^=]*\)='`
8154 ac_optarg=
8155 ac_shift=:
8156 ;;
8157 *)
8158 ac_option=$1
8159 ac_optarg=$2
8160 ac_shift=shift
8161 ;;
8162 esac
8163
8164 case $ac_option in
8165 # Handling of the options.
8166 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8167 ac_cs_recheck=: ;;
8168 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8169 $as_echo "$ac_cs_version"; exit ;;
8170 --config | --confi | --conf | --con | --co | --c )
8171 $as_echo "$ac_cs_config"; exit ;;
8172 --debug | --debu | --deb | --de | --d | -d )
8173 debug=: ;;
8174 --file | --fil | --fi | --f )
8175 $ac_shift
8176 case $ac_optarg in
8177 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8178 '') as_fn_error $? "missing file argument" ;;
8179 esac
8180 as_fn_append CONFIG_FILES " '$ac_optarg'"
8181 ac_need_defaults=false;;
8182 --header | --heade | --head | --hea )
8183 $ac_shift
8184 case $ac_optarg in
8185 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8186 esac
8187 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8188 ac_need_defaults=false;;
8189 --he | --h)
8190 # Conflict between --help and --header
8191 as_fn_error $? "ambiguous option: \`$1'
8192Try \`$0 --help' for more information.";;
8193 --help | --hel | -h )
8194 $as_echo "$ac_cs_usage"; exit ;;
8195 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8196 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8197 ac_cs_silent=: ;;
8198
8199 # This is an error.
8200 -*) as_fn_error $? "unrecognized option: \`$1'
8201Try \`$0 --help' for more information." ;;
8202
8203 *) as_fn_append ac_config_targets " $1"
8204 ac_need_defaults=false ;;
8205
8206 esac
8207 shift
8208done
8209
8210ac_configure_extra_args=
8211
8212if $ac_cs_silent; then
8213 exec 6>/dev/null
8214 ac_configure_extra_args="$ac_configure_extra_args --silent"
8215fi
8216
8217_ACEOF
8218cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8219if \$ac_cs_recheck; then
8220 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8221 shift
8222 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8223 CONFIG_SHELL='$SHELL'
8224 export CONFIG_SHELL
8225 exec "\$@"
8226fi
8227
8228_ACEOF
8229cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8230exec 5>>config.log
8231{
8232 echo
8233 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8234## Running $as_me. ##
8235_ASBOX
8236 $as_echo "$ac_log"
8237} >&5
8238
8239_ACEOF
8240cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8241_ACEOF
8242
8243cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8244
8245# Handling of arguments.
8246for ac_config_target in $ac_config_targets
8247do
8248 case $ac_config_target in
8249 "pjlib/include/pj/compat/os_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;;
8250 "pjlib/include/pj/compat/m_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;;
8251 "pjmedia/include/pjmedia/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;;
8252 "pjmedia/include/pjmedia-codec/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;;
8253 "pjsip/include/pjsip/sip_autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;;
8254 "build.mak") CONFIG_FILES="$CONFIG_FILES build.mak" ;;
8255 "build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;;
8256 "build/cc-auto.mak") CONFIG_FILES="$CONFIG_FILES build/cc-auto.mak" ;;
8257 "pjlib/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;;
8258 "pjlib-util/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;;
8259 "pjmedia/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;;
8260 "pjsip/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;;
8261 "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;;
8262 "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;;
8263
8264 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8265 esac
8266done
8267
8268
8269# If the user did not use the arguments to specify the items to instantiate,
8270# then the envvar interface is used. Set only those that are not.
8271# We use the long form for the default assignment because of an extremely
8272# bizarre bug on SunOS 4.1.3.
8273if $ac_need_defaults; then
8274 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8275 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8276fi
8277
8278# Have a temporary directory for convenience. Make it in the build tree
8279# simply because there is no reason against having it here, and in addition,
8280# creating and moving files from /tmp can sometimes cause problems.
8281# Hook for its removal unless debugging.
8282# Note that there is a small window in which the directory will not be cleaned:
8283# after its creation but before its name has been assigned to `$tmp'.
8284$debug ||
8285{
8286 tmp= ac_tmp=
8287 trap 'exit_status=$?
8288 : "${ac_tmp:=$tmp}"
8289 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8290' 0
8291 trap 'as_fn_exit 1' 1 2 13 15
8292}
8293# Create a (secure) tmp directory for tmp files.
8294
8295{
8296 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8297 test -d "$tmp"
8298} ||
8299{
8300 tmp=./conf$$-$RANDOM
8301 (umask 077 && mkdir "$tmp")
8302} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8303ac_tmp=$tmp
8304
8305# Set up the scripts for CONFIG_FILES section.
8306# No need to generate them if there are no CONFIG_FILES.
8307# This happens for instance with `./config.status config.h'.
8308if test -n "$CONFIG_FILES"; then
8309
8310
8311ac_cr=`echo X | tr X '\015'`
8312# On cygwin, bash can eat \r inside `` if the user requested igncr.
8313# But we know of no other shell where ac_cr would be empty at this
8314# point, so we can use a bashism as a fallback.
8315if test "x$ac_cr" = x; then
8316 eval ac_cr=\$\'\\r\'
8317fi
8318ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8319if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8320 ac_cs_awk_cr='\\r'
8321else
8322 ac_cs_awk_cr=$ac_cr
8323fi
8324
8325echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8326_ACEOF
8327
8328
8329{
8330 echo "cat >conf$$subs.awk <<_ACEOF" &&
8331 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8332 echo "_ACEOF"
8333} >conf$$subs.sh ||
8334 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8335ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8336ac_delim='%!_!# '
8337for ac_last_try in false false false false false :; do
8338 . ./conf$$subs.sh ||
8339 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8340
8341 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8342 if test $ac_delim_n = $ac_delim_num; then
8343 break
8344 elif $ac_last_try; then
8345 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8346 else
8347 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8348 fi
8349done
8350rm -f conf$$subs.sh
8351
8352cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8353cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8354_ACEOF
8355sed -n '
8356h
8357s/^/S["/; s/!.*/"]=/
8358p
8359g
8360s/^[^!]*!//
8361:repl
8362t repl
8363s/'"$ac_delim"'$//
8364t delim
8365:nl
8366h
8367s/\(.\{148\}\)..*/\1/
8368t more1
8369s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8370p
8371n
8372b repl
8373:more1
8374s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8375p
8376g
8377s/.\{148\}//
8378t nl
8379:delim
8380h
8381s/\(.\{148\}\)..*/\1/
8382t more2
8383s/["\\]/\\&/g; s/^/"/; s/$/"/
8384p
8385b
8386:more2
8387s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8388p
8389g
8390s/.\{148\}//
8391t delim
8392' <conf$$subs.awk | sed '
8393/^[^""]/{
8394 N
8395 s/\n//
8396}
8397' >>$CONFIG_STATUS || ac_write_fail=1
8398rm -f conf$$subs.awk
8399cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8400_ACAWK
8401cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8402 for (key in S) S_is_set[key] = 1
8403 FS = ""
8404
8405}
8406{
8407 line = $ 0
8408 nfields = split(line, field, "@")
8409 substed = 0
8410 len = length(field[1])
8411 for (i = 2; i < nfields; i++) {
8412 key = field[i]
8413 keylen = length(key)
8414 if (S_is_set[key]) {
8415 value = S[key]
8416 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8417 len += length(value) + length(field[++i])
8418 substed = 1
8419 } else
8420 len += 1 + keylen
8421 }
8422
8423 print line
8424}
8425
8426_ACAWK
8427_ACEOF
8428cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8429if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8430 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8431else
8432 cat
8433fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8434 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8435_ACEOF
8436
8437# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8438# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8439# trailing colons and then remove the whole line if VPATH becomes empty
8440# (actually we leave an empty line to preserve line numbers).
8441if test "x$srcdir" = x.; then
8442 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
8443h
8444s///
8445s/^/:/
8446s/[ ]*$/:/
8447s/:\$(srcdir):/:/g
8448s/:\${srcdir}:/:/g
8449s/:@srcdir@:/:/g
8450s/^:*//
8451s/:*$//
8452x
8453s/\(=[ ]*\).*/\1/
8454G
8455s/\n//
8456s/^[^=]*=[ ]*$//
8457}'
8458fi
8459
8460cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8461fi # test -n "$CONFIG_FILES"
8462
8463# Set up the scripts for CONFIG_HEADERS section.
8464# No need to generate them if there are no CONFIG_HEADERS.
8465# This happens for instance with `./config.status Makefile'.
8466if test -n "$CONFIG_HEADERS"; then
8467cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8468BEGIN {
8469_ACEOF
8470
8471# Transform confdefs.h into an awk script `defines.awk', embedded as
8472# here-document in config.status, that substitutes the proper values into
8473# config.h.in to produce config.h.
8474
8475# Create a delimiter string that does not exist in confdefs.h, to ease
8476# handling of long lines.
8477ac_delim='%!_!# '
8478for ac_last_try in false false :; do
8479 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8480 if test -z "$ac_tt"; then
8481 break
8482 elif $ac_last_try; then
8483 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8484 else
8485 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8486 fi
8487done
8488
8489# For the awk script, D is an array of macro values keyed by name,
8490# likewise P contains macro parameters if any. Preserve backslash
8491# newline sequences.
8492
8493ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8494sed -n '
8495s/.\{148\}/&'"$ac_delim"'/g
8496t rset
8497:rset
8498s/^[ ]*#[ ]*define[ ][ ]*/ /
8499t def
8500d
8501:def
8502s/\\$//
8503t bsnl
8504s/["\\]/\\&/g
8505s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8506D["\1"]=" \3"/p
8507s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
8508d
8509:bsnl
8510s/["\\]/\\&/g
8511s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
8512D["\1"]=" \3\\\\\\n"\\/p
8513t cont
8514s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8515t cont
8516d
8517:cont
8518n
8519s/.\{148\}/&'"$ac_delim"'/g
8520t clear
8521:clear
8522s/\\$//
8523t bsnlc
8524s/["\\]/\\&/g; s/^/"/; s/$/"/p
8525d
8526:bsnlc
8527s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8528b cont
8529' <confdefs.h | sed '
8530s/'"$ac_delim"'/"\\\
8531"/g' >>$CONFIG_STATUS || ac_write_fail=1
8532
8533cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8534 for (key in D) D_is_set[key] = 1
8535 FS = ""
8536}
8537/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8538 line = \$ 0
8539 split(line, arg, " ")
8540 if (arg[1] == "#") {
8541 defundef = arg[2]
8542 mac1 = arg[3]
8543 } else {
8544 defundef = substr(arg[1], 2)
8545 mac1 = arg[2]
8546 }
8547 split(mac1, mac2, "(") #)
8548 macro = mac2[1]
8549 prefix = substr(line, 1, index(line, defundef) - 1)
8550 if (D_is_set[macro]) {
8551 # Preserve the white space surrounding the "#".
8552 print prefix "define", macro P[macro] D[macro]
8553 next
8554 } else {
8555 # Replace #undef with comments. This is necessary, for example,
8556 # in the case of _POSIX_SOURCE, which is predefined and required
8557 # on some systems where configure will not decide to define it.
8558 if (defundef == "undef") {
8559 print "/*", prefix defundef, macro, "*/"
8560 next
8561 }
8562 }
8563}
8564{ print }
8565_ACAWK
8566_ACEOF
8567cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8568 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8569fi # test -n "$CONFIG_HEADERS"
8570
8571
8572eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS "
8573shift
8574for ac_tag
8575do
8576 case $ac_tag in
8577 :[FHLC]) ac_mode=$ac_tag; continue;;
8578 esac
8579 case $ac_mode$ac_tag in
8580 :[FHL]*:*);;
8581 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8582 :[FH]-) ac_tag=-:-;;
8583 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8584 esac
8585 ac_save_IFS=$IFS
8586 IFS=:
8587 set x $ac_tag
8588 IFS=$ac_save_IFS
8589 shift
8590 ac_file=$1
8591 shift
8592
8593 case $ac_mode in
8594 :L) ac_source=$1;;
8595 :[FH])
8596 ac_file_inputs=
8597 for ac_f
8598 do
8599 case $ac_f in
8600 -) ac_f="$ac_tmp/stdin";;
8601 *) # Look for the file first in the build tree, then in the source tree
8602 # (if the path is not absolute). The absolute path cannot be DOS-style,
8603 # because $ac_f cannot contain `:'.
8604 test -f "$ac_f" ||
8605 case $ac_f in
8606 [\\/$]*) false;;
8607 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8608 esac ||
8609 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8610 esac
8611 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8612 as_fn_append ac_file_inputs " '$ac_f'"
8613 done
8614
8615 # Let's still pretend it is `configure' which instantiates (i.e., don't
8616 # use $as_me), people would be surprised to read:
8617 # /* config.h. Generated by config.status. */
8618 configure_input='Generated from '`
8619 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8620 `' by configure.'
8621 if test x"$ac_file" != x-; then
8622 configure_input="$ac_file. $configure_input"
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8624$as_echo "$as_me: creating $ac_file" >&6;}
8625 fi
8626 # Neutralize special characters interpreted by sed in replacement strings.
8627 case $configure_input in #(
8628 *\&* | *\|* | *\\* )
8629 ac_sed_conf_input=`$as_echo "$configure_input" |
8630 sed 's/[\\\\&|]/\\\\&/g'`;; #(
8631 *) ac_sed_conf_input=$configure_input;;
8632 esac
8633
8634 case $ac_tag in
8635 *:-:* | *:-) cat >"$ac_tmp/stdin" \
8636 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8637 esac
8638 ;;
8639 esac
8640
8641 ac_dir=`$as_dirname -- "$ac_file" ||
8642$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8643 X"$ac_file" : 'X\(//\)[^/]' \| \
8644 X"$ac_file" : 'X\(//\)$' \| \
8645 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8646$as_echo X"$ac_file" |
8647 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8648 s//\1/
8649 q
8650 }
8651 /^X\(\/\/\)[^/].*/{
8652 s//\1/
8653 q
8654 }
8655 /^X\(\/\/\)$/{
8656 s//\1/
8657 q
8658 }
8659 /^X\(\/\).*/{
8660 s//\1/
8661 q
8662 }
8663 s/.*/./; q'`
8664 as_dir="$ac_dir"; as_fn_mkdir_p
8665 ac_builddir=.
8666
8667case "$ac_dir" in
8668.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8669*)
8670 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8671 # A ".." for each directory in $ac_dir_suffix.
8672 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8673 case $ac_top_builddir_sub in
8674 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8675 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8676 esac ;;
8677esac
8678ac_abs_top_builddir=$ac_pwd
8679ac_abs_builddir=$ac_pwd$ac_dir_suffix
8680# for backward compatibility:
8681ac_top_builddir=$ac_top_build_prefix
8682
8683case $srcdir in
8684 .) # We are building in place.
8685 ac_srcdir=.
8686 ac_top_srcdir=$ac_top_builddir_sub
8687 ac_abs_top_srcdir=$ac_pwd ;;
8688 [\\/]* | ?:[\\/]* ) # Absolute name.
8689 ac_srcdir=$srcdir$ac_dir_suffix;
8690 ac_top_srcdir=$srcdir
8691 ac_abs_top_srcdir=$srcdir ;;
8692 *) # Relative name.
8693 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8694 ac_top_srcdir=$ac_top_build_prefix$srcdir
8695 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8696esac
8697ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8698
8699
8700 case $ac_mode in
8701 :F)
8702 #
8703 # CONFIG_FILE
8704 #
8705
8706_ACEOF
8707
8708cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8709# If the template does not know about datarootdir, expand it.
8710# FIXME: This hack should be removed a few years after 2.60.
8711ac_datarootdir_hack=; ac_datarootdir_seen=
8712ac_sed_dataroot='
8713/datarootdir/ {
8714 p
8715 q
8716}
8717/@datadir@/p
8718/@docdir@/p
8719/@infodir@/p
8720/@localedir@/p
8721/@mandir@/p'
8722case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8723*datarootdir*) ac_datarootdir_seen=yes;;
8724*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
8725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8726$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8727_ACEOF
8728cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8729 ac_datarootdir_hack='
8730 s&@datadir@&$datadir&g
8731 s&@docdir@&$docdir&g
8732 s&@infodir@&$infodir&g
8733 s&@localedir@&$localedir&g
8734 s&@mandir@&$mandir&g
8735 s&\\\${datarootdir}&$datarootdir&g' ;;
8736esac
8737_ACEOF
8738
8739# Neutralize VPATH when `$srcdir' = `.'.
8740# Shell code in configure.ac might set extrasub.
8741# FIXME: do we really want to maintain this feature?
8742cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8743ac_sed_extra="$ac_vpsub
8744$extrasub
8745_ACEOF
8746cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8747:t
8748/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8749s|@configure_input@|$ac_sed_conf_input|;t t
8750s&@top_builddir@&$ac_top_builddir_sub&;t t
8751s&@top_build_prefix@&$ac_top_build_prefix&;t t
8752s&@srcdir@&$ac_srcdir&;t t
8753s&@abs_srcdir@&$ac_abs_srcdir&;t t
8754s&@top_srcdir@&$ac_top_srcdir&;t t
8755s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8756s&@builddir@&$ac_builddir&;t t
8757s&@abs_builddir@&$ac_abs_builddir&;t t
8758s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8759$ac_datarootdir_hack
8760"
8761eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8762 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8763
8764test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8765 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8766 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
8767 "$ac_tmp/out"`; test -z "$ac_out"; } &&
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8769which seems to be undefined. Please make sure it is defined" >&5
8770$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8771which seems to be undefined. Please make sure it is defined" >&2;}
8772
8773 rm -f "$ac_tmp/stdin"
8774 case $ac_file in
8775 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8776 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8777 esac \
8778 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8779 ;;
8780 :H)
8781 #
8782 # CONFIG_HEADER
8783 #
8784 if test x"$ac_file" != x-; then
8785 {
8786 $as_echo "/* $configure_input */" \
8787 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8788 } >"$ac_tmp/config.h" \
8789 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8790 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8792$as_echo "$as_me: $ac_file is unchanged" >&6;}
8793 else
8794 rm -f "$ac_file"
8795 mv "$ac_tmp/config.h" "$ac_file" \
8796 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8797 fi
8798 else
8799 $as_echo "/* $configure_input */" \
8800 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8801 || as_fn_error $? "could not create -" "$LINENO" 5
8802 fi
8803 ;;
8804
8805
8806 esac
8807
8808done # for ac_tag
8809
8810
8811as_fn_exit 0
8812_ACEOF
8813ac_clean_files=$ac_clean_files_save
8814
8815test $ac_write_fail = 0 ||
8816 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8817
8818
8819# configure is writing to config.log, and then calls config.status.
8820# config.status does its own redirection, appending to config.log.
8821# Unfortunately, on DOS this fails, as config.log is still kept open
8822# by configure, so config.status won't be able to write to it; its
8823# output is simply discarded. So we exec the FD to /dev/null,
8824# effectively closing config.log, so it can be properly (re)opened and
8825# appended to by config.status. When coming back to configure, we
8826# need to make the FD available again.
8827if test "$no_create" != yes; then
8828 ac_cs_success=:
8829 ac_config_status_args=
8830 test "$silent" = yes &&
8831 ac_config_status_args="$ac_config_status_args --quiet"
8832 exec 5>/dev/null
8833 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8834 exec 5>>config.log
8835 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8836 # would make configure fail if this is the last instruction.
8837 $ac_cs_success || as_fn_exit 1
8838fi
8839if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8841$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8842fi
8843
8844
8845
8846{ $as_echo "$as_me:${as_lineno-$LINENO}: result:
8847
8848Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h.
8849
8850Further customizations can be put in:
8851 - 'user.mak'
8852 - 'pjlib/include/pj/config_site.h'
8853
8854The next step now is to run 'make dep' and 'make'.
8855" >&5
8856$as_echo "
8857
8858Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h.
8859
8860Further customizations can be put in:
8861 - 'user.mak'
8862 - 'pjlib/include/pj/config_site.h'
8863
8864The next step now is to run 'make dep' and 'make'.
8865" >&6; }
8866