- Timestamp:
- Apr 15, 2009 2:45:41 PM (16 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 1 added
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r2331 r2601 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 59for pjproject 1.0.3 # Generated by GNU Autoconf 2.61 for pjproject 1.0. 4 4 # 5 # Copyright (C) 2003 Free Software Foundation, Inc. 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 7 # This configure script is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy, distribute and modify it. … … 10 11 ## --------------------- ## 11 12 12 # Be Bourne compatible 13 # Be more Bourne compatible 14 DUALCASE=1; export DUALCASE # for MKS sh 13 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 14 16 emulate sh … … 17 19 # is contrary to our usage. Disable this feature. 18 20 alias -g '${1+"$@"}'='"$@"' 19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20 set -o posix 21 fi 22 DUALCASE=1; export DUALCASE # for MKS sh 23 24 # Support unset when possible. 25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 26 as_unset=unset 27 else 28 as_unset=false 29 fi 30 31 32 # Work around bugs in pre-3.0 UWIN ksh. 33 $as_unset ENV MAIL MAILPATH 34 PS1='$ ' 35 PS2='> ' 36 PS4='+ ' 37 38 # NLS nuisances. 39 for as_var in \ 40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 42 LC_TELEPHONE LC_TIME 43 do 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 eval $as_var=C; export $as_var 46 else 47 $as_unset $as_var 48 fi 49 done 50 51 # Required to use basename. 52 if expr a : '\(a\)' >/dev/null 2>&1; then 53 as_expr=expr 54 else 55 as_expr=false 56 fi 57 58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 59 as_basename=basename 60 else 61 as_basename=false 62 fi 63 64 65 # Name of the executable. 66 as_me=`$as_basename "$0" || 67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 68 X"$0" : 'X\(//\)$' \| \ 69 X"$0" : 'X\(/\)$' \| \ 70 . : '\(.\)' 2>/dev/null || 71 echo X/"$0" | 72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 73 /^X\/\(\/\/\)$/{ s//\1/; q; } 74 /^X\/\(\/\).*/{ s//\1/; q; } 75 s/.*/./; q'` 76 77 78 # PATH needs CR, and LINENO needs CR and PATH. 21 setopt NO_GLOB_SUBST 22 else 23 case `(set -o) 2>/dev/null` in 24 *posix*) set -o posix ;; 25 esac 26 27 fi 28 29 30 31 32 # PATH needs CR 79 33 # Avoid depending upon Character Ranges. 80 34 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 97 51 fi 98 52 99 100 as_lineno_1=$LINENO 101 as_lineno_2=$LINENO 102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 103 test "x$as_lineno_1" != "x$as_lineno_2" && 104 test "x$as_lineno_3" = "x$as_lineno_2" || { 105 # Find who we are. Look in the path if we contain no path at all 106 # relative or not. 107 case $0 in 108 *[\\/]* ) as_myself=$0 ;; 109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 53 # Support unset when possible. 54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 55 as_unset=unset 56 else 57 as_unset=false 58 fi 59 60 61 # IFS 62 # We need space, tab and new line, in precisely that order. Quoting is 63 # there to prevent editors from complaining about space-tab. 64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 65 # splitting by setting IFS to empty value.) 66 as_nl=' 67 ' 68 IFS=" "" $as_nl" 69 70 # Find who we are. Look in the path if we contain no directory separator. 71 case $0 in 72 *[\\/]* ) as_myself=$0 ;; 73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 110 74 for as_dir in $PATH 111 75 do … … 114 78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 115 79 done 116 117 ;; 118 esac 119 # We did not find ourselves, most probably we were run as `sh COMMAND' 120 # in which case we are not to be found in the path. 121 if test "x$as_myself" = x; then 122 as_myself=$0 80 IFS=$as_save_IFS 81 82 ;; 83 esac 84 # We did not find ourselves, most probably we were run as `sh COMMAND' 85 # in which case we are not to be found in the path. 86 if test "x$as_myself" = x; then 87 as_myself=$0 88 fi 89 if test ! -f "$as_myself"; then 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 91 { (exit 1); exit 1; } 92 fi 93 94 # Work around bugs in pre-3.0 UWIN ksh. 95 for as_var in ENV MAIL MAILPATH 96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 97 done 98 PS1='$ ' 99 PS2='> ' 100 PS4='+ ' 101 102 # NLS nuisances. 103 for as_var in \ 104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 106 LC_TELEPHONE LC_TIME 107 do 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 110 else 111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 123 112 fi 124 if test ! -f "$as_myself"; then 125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 126 { (exit 1); exit 1; }; } 127 fi 128 case $CONFIG_SHELL in 129 '') 113 done 114 115 # Required to use basename. 116 if expr a : '\(a\)' >/dev/null 2>&1 && 117 test "X`expr 00001 : '.*\(...\)'`" = X001; then 118 as_expr=expr 119 else 120 as_expr=false 121 fi 122 123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 124 as_basename=basename 125 else 126 as_basename=false 127 fi 128 129 130 # Name of the executable. 131 as_me=`$as_basename -- "$0" || 132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 133 X"$0" : 'X\(//\)$' \| \ 134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 135 echo X/"$0" | 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 137 s//\1/ 138 q 139 } 140 /^X\/\(\/\/\)$/{ 141 s//\1/ 142 q 143 } 144 /^X\/\(\/\).*/{ 145 s//\1/ 146 q 147 } 148 s/.*/./; q'` 149 150 # CDPATH. 151 $as_unset CDPATH 152 153 154 if test "x$CONFIG_SHELL" = x; then 155 if (eval ":") 2>/dev/null; then 156 as_have_required=yes 157 else 158 as_have_required=no 159 fi 160 161 if test $as_have_required = yes && (eval ": 162 (as_func_return () { 163 (exit \$1) 164 } 165 as_func_success () { 166 as_func_return 0 167 } 168 as_func_failure () { 169 as_func_return 1 170 } 171 as_func_ret_success () { 172 return 0 173 } 174 as_func_ret_failure () { 175 return 1 176 } 177 178 exitcode=0 179 if as_func_success; then 180 : 181 else 182 exitcode=1 183 echo as_func_success failed. 184 fi 185 186 if as_func_failure; then 187 exitcode=1 188 echo as_func_failure succeeded. 189 fi 190 191 if as_func_ret_success; then 192 : 193 else 194 exitcode=1 195 echo as_func_ret_success failed. 196 fi 197 198 if as_func_ret_failure; then 199 exitcode=1 200 echo as_func_ret_failure succeeded. 201 fi 202 203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 204 : 205 else 206 exitcode=1 207 echo positional parameters were not saved. 208 fi 209 210 test \$exitcode = 0) || { (exit 1); exit 1; } 211 212 ( 213 as_lineno_1=\$LINENO 214 as_lineno_2=\$LINENO 215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 217 ") 2> /dev/null; then 218 : 219 else 220 as_candidate_shells= 130 221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 131 222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH … … 133 224 IFS=$as_save_IFS 134 225 test -z "$as_dir" && as_dir=. 135 for as_base in sh bash ksh sh5; do 136 case $as_dir in 226 case $as_dir in 137 227 /*) 138 if ("$as_dir/$as_base" -c ' 228 for as_base in sh bash ksh sh5; do 229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 230 done;; 231 esac 232 done 233 IFS=$as_save_IFS 234 235 236 for as_shell in $as_candidate_shells $SHELL; do 237 # Try only shells that exist, to save several forks. 238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 239 { ("$as_shell") 2> /dev/null <<\_ASEOF 240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 241 emulate sh 242 NULLCMD=: 243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 244 # is contrary to our usage. Disable this feature. 245 alias -g '${1+"$@"}'='"$@"' 246 setopt NO_GLOB_SUBST 247 else 248 case `(set -o) 2>/dev/null` in 249 *posix*) set -o posix ;; 250 esac 251 252 fi 253 254 255 : 256 _ASEOF 257 }; then 258 CONFIG_SHELL=$as_shell 259 as_have_required=yes 260 if { "$as_shell" 2> /dev/null <<\_ASEOF 261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 262 emulate sh 263 NULLCMD=: 264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 # is contrary to our usage. Disable this feature. 266 alias -g '${1+"$@"}'='"$@"' 267 setopt NO_GLOB_SUBST 268 else 269 case `(set -o) 2>/dev/null` in 270 *posix*) set -o posix ;; 271 esac 272 273 fi 274 275 276 : 277 (as_func_return () { 278 (exit $1) 279 } 280 as_func_success () { 281 as_func_return 0 282 } 283 as_func_failure () { 284 as_func_return 1 285 } 286 as_func_ret_success () { 287 return 0 288 } 289 as_func_ret_failure () { 290 return 1 291 } 292 293 exitcode=0 294 if as_func_success; then 295 : 296 else 297 exitcode=1 298 echo as_func_success failed. 299 fi 300 301 if as_func_failure; then 302 exitcode=1 303 echo as_func_failure succeeded. 304 fi 305 306 if as_func_ret_success; then 307 : 308 else 309 exitcode=1 310 echo as_func_ret_success failed. 311 fi 312 313 if as_func_ret_failure; then 314 exitcode=1 315 echo as_func_ret_failure succeeded. 316 fi 317 318 if ( set x; as_func_ret_success y && test x = "$1" ); then 319 : 320 else 321 exitcode=1 322 echo positional parameters were not saved. 323 fi 324 325 test $exitcode = 0) || { (exit 1); exit 1; } 326 327 ( 139 328 as_lineno_1=$LINENO 140 329 as_lineno_2=$LINENO 141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`142 330 test "x$as_lineno_1" != "x$as_lineno_2" && 143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 146 CONFIG_SHELL=$as_dir/$as_base 147 export CONFIG_SHELL 148 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 149 fi;; 150 esac 151 done 152 done 153 ;; 154 esac 331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 332 333 _ASEOF 334 }; then 335 break 336 fi 337 338 fi 339 340 done 341 342 if test "x$CONFIG_SHELL" != x; then 343 for as_var in BASH_ENV ENV 344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 345 done 346 export CONFIG_SHELL 347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 348 fi 349 350 351 if test $as_have_required = no; then 352 echo This script requires a shell more modern than all the 353 echo shells that I found on your system. Please install a 354 echo modern shell, or manually run the script under such a 355 echo shell if you do have one. 356 { (exit 1); exit 1; } 357 fi 358 359 360 fi 361 362 fi 363 364 365 366 (eval "as_func_return () { 367 (exit \$1) 368 } 369 as_func_success () { 370 as_func_return 0 371 } 372 as_func_failure () { 373 as_func_return 1 374 } 375 as_func_ret_success () { 376 return 0 377 } 378 as_func_ret_failure () { 379 return 1 380 } 381 382 exitcode=0 383 if as_func_success; then 384 : 385 else 386 exitcode=1 387 echo as_func_success failed. 388 fi 389 390 if as_func_failure; then 391 exitcode=1 392 echo as_func_failure succeeded. 393 fi 394 395 if as_func_ret_success; then 396 : 397 else 398 exitcode=1 399 echo as_func_ret_success failed. 400 fi 401 402 if as_func_ret_failure; then 403 exitcode=1 404 echo as_func_ret_failure succeeded. 405 fi 406 407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 408 : 409 else 410 exitcode=1 411 echo positional parameters were not saved. 412 fi 413 414 test \$exitcode = 0") || { 415 echo No shell found that supports shell functions. 416 echo Please tell autoconf@gnu.org about your system, 417 echo including any error possibly output before this 418 echo message 419 } 420 421 422 423 as_lineno_1=$LINENO 424 as_lineno_2=$LINENO 425 test "x$as_lineno_1" != "x$as_lineno_2" && 426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 155 427 156 428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 157 429 # uniformly replaced by the line number. The first 'sed' inserts a 158 # line-number line before each line; the second 'sed' does the real 159 # work. The second script uses 'N' to pair each line-number line 160 # with the numbered line, and appends trailing '-' during 161 # substitution so that $LINENO is not a special case at line end. 430 # line-number line after each line using $LINENO; the second 'sed' 431 # does the real work. The second script uses 'N' to pair each 432 # line-number line with the line containing $LINENO, and appends 433 # trailing '-' during substitution so that $LINENO is not a special 434 # case at line end. 162 435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164 sed '=' <$as_myself | 436 # scripts with optimization help from Paolo Bonzini. Blame Lee 437 # E. McMahon (1931-1989) for sed's syntax. :-) 438 sed -n ' 439 p 440 /[$]LINENO/= 441 ' <$as_myself | 165 442 sed ' 443 s/[$]LINENO.*/&-/ 444 t lineno 445 b 446 :lineno 166 447 N 167 s,$,-, 168 : loop 169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 448 :loop 449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 170 450 t loop 171 s,-$,, 172 s,^['$as_cr_digits']*\n,, 451 s/-\n.*// 173 452 ' >$as_me.lineno && 174 chmod +x $as_me.lineno||453 chmod +x "$as_me.lineno" || 175 454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 176 455 { (exit 1); exit 1; }; } … … 178 457 # Don't try to exec as it changes $[0], causing all sort of problems 179 458 # (the dirname of $[0] is not the place where we might find the 180 # original and so on. Autoconf is especially sensi ble to this).181 . ./$as_me.lineno459 # original and so on. Autoconf is especially sensitive to this). 460 . "./$as_me.lineno" 182 461 # Exit status is that of the last command. 183 462 exit … … 185 464 186 465 187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 188 *c*,-n*) ECHO_N= ECHO_C=' 189 ' ECHO_T=' ' ;; 190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 192 esac 193 194 if expr a : '\(a\)' >/dev/null 2>&1; then 466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 467 as_dirname=dirname 468 else 469 as_dirname=false 470 fi 471 472 ECHO_C= ECHO_N= ECHO_T= 473 case `echo -n x` in 474 -n*) 475 case `echo 'x\c'` in 476 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 477 *) ECHO_C='\c';; 478 esac;; 479 *) 480 ECHO_N='-n';; 481 esac 482 483 if expr a : '\(a\)' >/dev/null 2>&1 && 484 test "X`expr 00001 : '.*\(...\)'`" = X001; then 195 485 as_expr=expr 196 486 else … … 199 489 200 490 rm -f conf$$ conf$$.exe conf$$.file 491 if test -d conf$$.dir; then 492 rm -f conf$$.dir/conf$$.file 493 else 494 rm -f conf$$.dir 495 mkdir conf$$.dir 496 fi 201 497 echo >conf$$.file 202 498 if ln -s conf$$.file conf$$ 2>/dev/null; then 203 # We could just check for DJGPP; but this test a) works b) is more generic 204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 205 if test -f conf$$.exe; then 206 # Don't use ln at all; we don't have any links 499 as_ln_s='ln -s' 500 # ... but there are two gotchas: 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 503 # In both cases, we have to default to `cp -p'. 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 207 505 as_ln_s='cp -p' 208 else209 as_ln_s='ln -s'210 fi211 506 elif ln conf$$.file conf$$ 2>/dev/null; then 212 507 as_ln_s=ln … … 214 509 as_ln_s='cp -p' 215 510 fi 216 rm -f conf$$ conf$$.exe conf$$.file 511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 512 rmdir conf$$.dir 2>/dev/null 217 513 218 514 if mkdir -p . 2>/dev/null; then … … 223 519 fi 224 520 225 as_executable_p="test -f" 521 if test -x / >/dev/null 2>&1; then 522 as_test_x='test -x' 523 else 524 if ls -dL / >/dev/null 2>&1; then 525 as_ls_L_option=L 526 else 527 as_ls_L_option= 528 fi 529 as_test_x=' 530 eval sh -c '\'' 531 if test -d "$1"; then 532 test -d "$1/."; 533 else 534 case $1 in 535 -*)set "./$1";; 536 esac; 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 538 ???[sx]*):;;*)false;;esac;fi 539 '\'' sh 540 ' 541 fi 542 as_executable_p=$as_test_x 226 543 227 544 # Sed expression to map a string onto a valid CPP name. … … 232 549 233 550 234 # IFS 235 # We need space, tab and new line, in precisely that order. 236 as_nl=' 237 ' 238 IFS=" $as_nl" 239 240 # CDPATH. 241 $as_unset CDPATH 242 551 552 exec 7<&0 </dev/null 6>&1 243 553 244 554 # Name of the host. … … 247 557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 248 558 249 exec 6>&1250 251 559 # 252 560 # Initializations. 253 561 # 254 562 ac_default_prefix=/usr/local 563 ac_clean_files= 255 564 ac_config_libobj_dir=. 565 LIBOBJS= 256 566 cross_compiling=no 257 567 subdirs= … … 259 569 MAKEFLAGS= 260 570 SHELL=${CONFIG_SHELL-/bin/sh} 261 262 # Maximum number of lines to put in a shell here document.263 # This variable seems obsolete. It should probably be removed, and264 # only ac_max_sed_lines should be used.265 : ${ac_max_here_lines=38}266 571 267 572 # Identity of this package. … … 275 580 ac_includes_default="\ 276 581 #include <stdio.h> 277 #if HAVE_SYS_TYPES_H582 #ifdef HAVE_SYS_TYPES_H 278 583 # include <sys/types.h> 279 584 #endif 280 #if HAVE_SYS_STAT_H585 #ifdef HAVE_SYS_STAT_H 281 586 # include <sys/stat.h> 282 587 #endif 283 #if STDC_HEADERS588 #ifdef STDC_HEADERS 284 589 # include <stdlib.h> 285 590 # include <stddef.h> 286 591 #else 287 # if HAVE_STDLIB_H592 # ifdef HAVE_STDLIB_H 288 593 # include <stdlib.h> 289 594 # endif 290 595 #endif 291 #if HAVE_STRING_H292 # if ! STDC_HEADERS &&HAVE_MEMORY_H596 #ifdef HAVE_STRING_H 597 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H 293 598 # include <memory.h> 294 599 # endif 295 600 # include <string.h> 296 601 #endif 297 #if HAVE_STRINGS_H602 #ifdef HAVE_STRINGS_H 298 603 # include <strings.h> 299 604 #endif 300 #if HAVE_INTTYPES_H605 #ifdef HAVE_INTTYPES_H 301 606 # include <inttypes.h> 302 #else303 # if HAVE_STDINT_H304 # include <stdint.h>305 # endif306 607 #endif 307 #if HAVE_UNISTD_H 608 #ifdef HAVE_STDINT_H 609 # include <stdint.h> 610 #endif 611 #ifdef HAVE_UNISTD_H 308 612 # include <unistd.h> 309 613 #endif" 310 614 311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX ac_pjdir ac_build_mak_vars CPP EGREP ac_os_objs ac_pjmedia_snd ac_pa_cflags ac_pa_use_alsa ac_pa_use_oss ac_no_small_filter ac_no_large_filter ac_no_speex_aec ac_no_g711_codec ac_no_l16_codec ac_no_gsm_codec ac_no_g722_codec ac_no_speex_codec ac_no_ilbc_codec ac_no_ssl openssl_h_present libssl_present libcrypto_present ac_cross_compile ac_linux_poll ac_host ac_main_obj LIBOBJS LTLIBOBJS' 615 ac_subst_vars='SHELL 616 PATH_SEPARATOR 617 PACKAGE_NAME 618 PACKAGE_TARNAME 619 PACKAGE_VERSION 620 PACKAGE_STRING 621 PACKAGE_BUGREPORT 622 exec_prefix 623 prefix 624 program_transform_name 625 bindir 626 sbindir 627 libexecdir 628 datarootdir 629 datadir 630 sysconfdir 631 sharedstatedir 632 localstatedir 633 includedir 634 oldincludedir 635 docdir 636 infodir 637 htmldir 638 dvidir 639 pdfdir 640 psdir 641 libdir 642 localedir 643 mandir 644 DEFS 645 ECHO_C 646 ECHO_N 647 ECHO_T 648 LIBS 649 build_alias 650 host_alias 651 target_alias 652 build 653 build_cpu 654 build_vendor 655 build_os 656 host 657 host_cpu 658 host_vendor 659 host_os 660 target 661 target_cpu 662 target_vendor 663 target_os 664 CC 665 CFLAGS 666 LDFLAGS 667 CPPFLAGS 668 ac_ct_CC 669 EXEEXT 670 OBJEXT 671 CXX 672 CXXFLAGS 673 ac_ct_CXX 674 ac_pjdir 675 ac_build_mak_vars 676 CPP 677 GREP 678 EGREP 679 ac_os_objs 680 ac_pjmedia_snd 681 ac_pa_cflags 682 ac_pa_use_alsa 683 ac_pa_use_oss 684 ac_no_small_filter 685 ac_no_large_filter 686 ac_no_speex_aec 687 ac_no_g711_codec 688 ac_no_l16_codec 689 ac_no_gsm_codec 690 ac_no_g722_codec 691 ac_no_g7221_codec 692 ac_no_speex_codec 693 ac_no_ilbc_codec 694 ac_no_ssl 695 openssl_h_present 696 libssl_present 697 libcrypto_present 698 ac_cross_compile 699 ac_linux_poll 700 ac_host 701 ac_main_obj 702 LIBOBJS 703 LTLIBOBJS' 312 704 ac_subst_files='' 705 ac_precious_vars='build_alias 706 host_alias 707 target_alias 708 CC 709 CFLAGS 710 LDFLAGS 711 LIBS 712 CPPFLAGS 713 CXX 714 CXXFLAGS 715 CCC 716 CPP' 717 313 718 314 719 # Initialize some variables set by options. … … 337 742 # by default will actually change. 338 743 # Use braces instead of parens because sh, perl, etc. also accept them. 744 # (The list follows the same order as the GNU Coding Standards.) 339 745 bindir='${exec_prefix}/bin' 340 746 sbindir='${exec_prefix}/sbin' 341 747 libexecdir='${exec_prefix}/libexec' 342 datadir='${prefix}/share' 748 datarootdir='${prefix}/share' 749 datadir='${datarootdir}' 343 750 sysconfdir='${prefix}/etc' 344 751 sharedstatedir='${prefix}/com' 345 752 localstatedir='${prefix}/var' 346 libdir='${exec_prefix}/lib'347 753 includedir='${prefix}/include' 348 754 oldincludedir='/usr/include' 349 infodir='${prefix}/info' 350 mandir='${prefix}/man' 755 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 756 infodir='${datarootdir}/info' 757 htmldir='${docdir}' 758 dvidir='${docdir}' 759 pdfdir='${docdir}' 760 psdir='${docdir}' 761 libdir='${exec_prefix}/lib' 762 localedir='${datarootdir}/locale' 763 mandir='${datarootdir}/man' 351 764 352 765 ac_prev= 766 ac_dashdash= 353 767 for ac_option 354 768 do 355 769 # If the previous option needs an argument, assign it. 356 770 if test -n "$ac_prev"; then 357 eval "$ac_prev=\$ac_option"771 eval $ac_prev=\$ac_option 358 772 ac_prev= 359 773 continue 360 774 fi 361 775 362 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 776 case $ac_option in 777 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 778 *) ac_optarg=yes ;; 779 esac 363 780 364 781 # Accept the important Cygnus configure options, so we can diagnose typos. 365 782 366 case $ac_option in 783 case $ac_dashdash$ac_option in 784 --) 785 ac_dashdash=yes ;; 367 786 368 787 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 386 805 cache_file=config.cache ;; 387 806 388 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)807 -datadir | --datadir | --datadi | --datad) 389 808 ac_prev=datadir ;; 390 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 391 | --da=*) 809 -datadir=* | --datadir=* | --datadi=* | --datad=*) 392 810 datadir=$ac_optarg ;; 811 812 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 813 | --dataroo | --dataro | --datar) 814 ac_prev=datarootdir ;; 815 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 816 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 817 datarootdir=$ac_optarg ;; 393 818 394 819 -disable-* | --disable-*) 395 820 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 396 821 # Reject names that are not valid shell variable names. 397 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&822 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 398 823 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 399 824 { (exit 1); exit 1; }; } 400 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 401 eval "enable_$ac_feature=no" ;; 825 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 826 eval enable_$ac_feature=no ;; 827 828 -docdir | --docdir | --docdi | --doc | --do) 829 ac_prev=docdir ;; 830 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 831 docdir=$ac_optarg ;; 832 833 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 834 ac_prev=dvidir ;; 835 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 836 dvidir=$ac_optarg ;; 402 837 403 838 -enable-* | --enable-*) 404 839 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 405 840 # Reject names that are not valid shell variable names. 406 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&841 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 407 842 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 408 843 { (exit 1); exit 1; }; } 409 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 410 case $ac_option in 411 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 412 *) ac_optarg=yes ;; 413 esac 414 eval "enable_$ac_feature='$ac_optarg'" ;; 844 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 845 eval enable_$ac_feature=\$ac_optarg ;; 415 846 416 847 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 439 870 host_alias=$ac_optarg ;; 440 871 872 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 873 ac_prev=htmldir ;; 874 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 875 | --ht=*) 876 htmldir=$ac_optarg ;; 877 441 878 -includedir | --includedir | --includedi | --included | --include \ 442 879 | --includ | --inclu | --incl | --inc) … … 463 900 libexecdir=$ac_optarg ;; 464 901 902 -localedir | --localedir | --localedi | --localed | --locale) 903 ac_prev=localedir ;; 904 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 905 localedir=$ac_optarg ;; 906 465 907 -localstatedir | --localstatedir | --localstatedi | --localstated \ 466 | --localstate | --localstat | --localsta | --localst \ 467 | --locals | --local | --loca | --loc | --lo) 908 | --localstate | --localstat | --localsta | --localst | --locals) 468 909 ac_prev=localstatedir ;; 469 910 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 470 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 471 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 911 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 472 912 localstatedir=$ac_optarg ;; 473 913 … … 534 974 program_transform_name=$ac_optarg ;; 535 975 976 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 977 ac_prev=pdfdir ;; 978 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 979 pdfdir=$ac_optarg ;; 980 981 -psdir | --psdir | --psdi | --psd | --ps) 982 ac_prev=psdir ;; 983 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 984 psdir=$ac_optarg ;; 985 536 986 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 537 987 | -silent | --silent | --silen | --sile | --sil) … … 586 1036 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 587 1037 # Reject names that are not valid shell variable names. 588 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1038 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 589 1039 { echo "$as_me: error: invalid package name: $ac_package" >&2 590 1040 { (exit 1); exit 1; }; } 591 ac_package=`echo $ac_package| sed 's/-/_/g'` 592 case $ac_option in 593 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 594 *) ac_optarg=yes ;; 595 esac 596 eval "with_$ac_package='$ac_optarg'" ;; 1041 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1042 eval with_$ac_package=\$ac_optarg ;; 597 1043 598 1044 -without-* | --without-*) 599 1045 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 600 1046 # Reject names that are not valid shell variable names. 601 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1047 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 602 1048 { echo "$as_me: error: invalid package name: $ac_package" >&2 603 1049 { (exit 1); exit 1; }; } 604 ac_package=`echo $ac_package | sed 's/ -/_/g'`605 eval "with_$ac_package=no";;1050 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1051 eval with_$ac_package=no ;; 606 1052 607 1053 --x) … … 634 1080 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 635 1081 { (exit 1); exit 1; }; } 636 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 637 eval "$ac_envvar='$ac_optarg'" 1082 eval $ac_envvar=\$ac_optarg 638 1083 export $ac_envvar ;; 639 1084 … … 655 1100 fi 656 1101 657 # Be sure to have absolute paths. 658 for ac_var in exec_prefix prefix 1102 # Be sure to have absolute directory names. 1103 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1104 datadir sysconfdir sharedstatedir localstatedir includedir \ 1105 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1106 libdir localedir mandir 659 1107 do 660 eval ac_val= $`echo $ac_var`1108 eval ac_val=\$$ac_var 661 1109 case $ac_val in 662 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 664 { (exit 1); exit 1; }; };; 1110 [\\/$]* | ?:[\\/]* ) continue;; 1111 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 665 1112 esac 666 done 667 668 # Be sure to have absolute paths. 669 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 670 localstatedir libdir includedir oldincludedir infodir mandir 671 do 672 eval ac_val=$`echo $ac_var` 673 case $ac_val in 674 [\\/$]* | ?:[\\/]* ) ;; 675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 676 { (exit 1); exit 1; }; };; 677 esac 1113 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1114 { (exit 1); exit 1; }; } 678 1115 done 679 1116 … … 702 1139 703 1140 1141 ac_pwd=`pwd` && test -n "$ac_pwd" && 1142 ac_ls_di=`ls -di .` && 1143 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1144 { echo "$as_me: error: Working directory cannot be determined" >&2 1145 { (exit 1); exit 1; }; } 1146 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1147 { echo "$as_me: error: pwd does not report name of working directory" >&2 1148 { (exit 1); exit 1; }; } 1149 1150 704 1151 # Find the source files, if location was not specified. 705 1152 if test -z "$srcdir"; then 706 1153 ac_srcdir_defaulted=yes 707 # Try the directory containing this script, then its parent.708 ac_confdir=` (dirname "$0") 2>/dev/null||1154 # Try the directory containing this script, then the parent directory. 1155 ac_confdir=`$as_dirname -- "$0" || 709 1156 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710 1157 X"$0" : 'X\(//\)[^/]' \| \ 711 1158 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(/\)' \| \ 713 . : '\(.\)' 2>/dev/null || 1159 X"$0" : 'X\(/\)' \| . 2>/dev/null || 714 1160 echo X"$0" | 715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 716 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 717 /^X\(\/\/\)$/{ s//\1/; q; } 718 /^X\(\/\).*/{ s//\1/; q; } 719 s/.*/./; q'` 1161 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1162 s//\1/ 1163 q 1164 } 1165 /^X\(\/\/\)[^/].*/{ 1166 s//\1/ 1167 q 1168 } 1169 /^X\(\/\/\)$/{ 1170 s//\1/ 1171 q 1172 } 1173 /^X\(\/\).*/{ 1174 s//\1/ 1175 q 1176 } 1177 s/.*/./; q'` 720 1178 srcdir=$ac_confdir 721 if test ! -r $srcdir/$ac_unique_file; then1179 if test ! -r "$srcdir/$ac_unique_file"; then 722 1180 srcdir=.. 723 1181 fi … … 725 1183 ac_srcdir_defaulted=no 726 1184 fi 727 if test ! -r $srcdir/$ac_unique_file; then728 if test "$ac_srcdir_defaulted" = yes; then729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&21185 if test ! -r "$srcdir/$ac_unique_file"; then 1186 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1187 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 730 1188 { (exit 1); exit 1; }; } 731 else 732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1189 fi 1190 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1191 ac_abs_confdir=`( 1192 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 733 1193 { (exit 1); exit 1; }; } 734 fi 735 fi 736 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 738 { (exit 1); exit 1; }; } 739 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 740 ac_env_build_alias_set=${build_alias+set} 741 ac_env_build_alias_value=$build_alias 742 ac_cv_env_build_alias_set=${build_alias+set} 743 ac_cv_env_build_alias_value=$build_alias 744 ac_env_host_alias_set=${host_alias+set} 745 ac_env_host_alias_value=$host_alias 746 ac_cv_env_host_alias_set=${host_alias+set} 747 ac_cv_env_host_alias_value=$host_alias 748 ac_env_target_alias_set=${target_alias+set} 749 ac_env_target_alias_value=$target_alias 750 ac_cv_env_target_alias_set=${target_alias+set} 751 ac_cv_env_target_alias_value=$target_alias 752 ac_env_CC_set=${CC+set} 753 ac_env_CC_value=$CC 754 ac_cv_env_CC_set=${CC+set} 755 ac_cv_env_CC_value=$CC 756 ac_env_CFLAGS_set=${CFLAGS+set} 757 ac_env_CFLAGS_value=$CFLAGS 758 ac_cv_env_CFLAGS_set=${CFLAGS+set} 759 ac_cv_env_CFLAGS_value=$CFLAGS 760 ac_env_LDFLAGS_set=${LDFLAGS+set} 761 ac_env_LDFLAGS_value=$LDFLAGS 762 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 763 ac_cv_env_LDFLAGS_value=$LDFLAGS 764 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 765 ac_env_CPPFLAGS_value=$CPPFLAGS 766 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 767 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 768 ac_env_CXX_set=${CXX+set} 769 ac_env_CXX_value=$CXX 770 ac_cv_env_CXX_set=${CXX+set} 771 ac_cv_env_CXX_value=$CXX 772 ac_env_CXXFLAGS_set=${CXXFLAGS+set} 773 ac_env_CXXFLAGS_value=$CXXFLAGS 774 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 775 ac_cv_env_CXXFLAGS_value=$CXXFLAGS 776 ac_env_CPP_set=${CPP+set} 777 ac_env_CPP_value=$CPP 778 ac_cv_env_CPP_set=${CPP+set} 779 ac_cv_env_CPP_value=$CPP 1194 pwd)` 1195 # When building in place, set srcdir=. 1196 if test "$ac_abs_confdir" = "$ac_pwd"; then 1197 srcdir=. 1198 fi 1199 # Remove unnecessary trailing slashes from srcdir. 1200 # Double slashes in file names in object file debugging info 1201 # mess up M-x gdb in Emacs. 1202 case $srcdir in 1203 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1204 esac 1205 for ac_var in $ac_precious_vars; do 1206 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1207 eval ac_env_${ac_var}_value=\$${ac_var} 1208 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1209 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1210 done 780 1211 781 1212 # … … 806 1237 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 807 1238 808 _ACEOF809 810 cat <<_ACEOF811 1239 Installation directories: 812 1240 --prefix=PREFIX install architecture-independent files in PREFIX … … 826 1254 --sbindir=DIR system admin executables [EPREFIX/sbin] 827 1255 --libexecdir=DIR program executables [EPREFIX/libexec] 828 --datadir=DIR read-only architecture-independent data [PREFIX/share]829 1256 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 830 1257 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] … … 833 1260 --includedir=DIR C header files [PREFIX/include] 834 1261 --oldincludedir=DIR C header files for non-gcc [/usr/include] 835 --infodir=DIR info documentation [PREFIX/info] 836 --mandir=DIR man documentation [PREFIX/man] 1262 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1263 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1264 --infodir=DIR info documentation [DATAROOTDIR/info] 1265 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1266 --mandir=DIR man documentation [DATAROOTDIR/man] 1267 --docdir=DIR documentation root [DATAROOTDIR/doc/pjproject] 1268 --htmldir=DIR html documentation [DOCDIR] 1269 --dvidir=DIR dvi documentation [DOCDIR] 1270 --pdfdir=DIR pdf documentation [DOCDIR] 1271 --psdir=DIR ps documentation [DOCDIR] 837 1272 _ACEOF 838 1273 … … 869 1304 --disable-gsm-codec Exclude GSM codec in the build 870 1305 --disable-g722-codec Exclude G.722 codec in the build 1306 --disable-g7221-codec Exclude G.7221 codec in the build 871 1307 --disable-speex-codec Exclude Speex codecs in the build 872 1308 --disable-ilbc-codec Exclude iLBC codec in the build … … 887 1323 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 888 1324 nonstandard directory <lib dir> 889 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 890 headers in a nonstandard directory <include dir> 1325 LIBS libraries to pass to the linker, e.g. -l<library> 1326 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1327 you have headers in a nonstandard directory <include dir> 891 1328 CXX C++ compiler command 892 1329 CXXFLAGS C++ compiler flags … … 897 1334 898 1335 _ACEOF 1336 ac_status=$? 899 1337 fi 900 1338 901 1339 if test "$ac_init_help" = "recursive"; then 902 1340 # If there are subdirs, report their specific --help. 903 ac_popdir=`pwd`904 1341 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 905 test -d $ac_dir|| continue1342 test -d "$ac_dir" || continue 906 1343 ac_builddir=. 907 1344 908 if test "$ac_dir" != .; then 1345 case "$ac_dir" in 1346 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1347 *) 909 1348 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 910 # A "../" for each directory in $ac_dir_suffix. 911 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 912 else 913 ac_dir_suffix= ac_top_builddir= 914 fi 1349 # A ".." for each directory in $ac_dir_suffix. 1350 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1351 case $ac_top_builddir_sub in 1352 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1353 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1354 esac ;; 1355 esac 1356 ac_abs_top_builddir=$ac_pwd 1357 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1358 # for backward compatibility: 1359 ac_top_builddir=$ac_top_build_prefix 915 1360 916 1361 case $srcdir in 917 .) # No --srcdir option.We are building in place.1362 .) # We are building in place. 918 1363 ac_srcdir=. 919 if test -z "$ac_top_builddir"; then 920 ac_top_srcdir=. 921 else 922 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 923 fi ;; 924 [\\/]* | ?:[\\/]* ) # Absolute path. 1364 ac_top_srcdir=$ac_top_builddir_sub 1365 ac_abs_top_srcdir=$ac_pwd ;; 1366 [\\/]* | ?:[\\/]* ) # Absolute name. 925 1367 ac_srcdir=$srcdir$ac_dir_suffix; 926 ac_top_srcdir=$srcdir ;; 927 *) # Relative path. 928 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 929 ac_top_srcdir=$ac_top_builddir$srcdir ;; 930 esac 931 932 # Do not use `cd foo && pwd` to compute absolute paths, because 933 # the directories may not exist. 934 case `pwd` in 935 .) ac_abs_builddir="$ac_dir";; 936 *) 937 case "$ac_dir" in 938 .) ac_abs_builddir=`pwd`;; 939 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 940 *) ac_abs_builddir=`pwd`/"$ac_dir";; 941 esac;; 942 esac 943 case $ac_abs_builddir in 944 .) ac_abs_top_builddir=${ac_top_builddir}.;; 945 *) 946 case ${ac_top_builddir}. in 947 .) ac_abs_top_builddir=$ac_abs_builddir;; 948 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 949 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 950 esac;; 951 esac 952 case $ac_abs_builddir in 953 .) ac_abs_srcdir=$ac_srcdir;; 954 *) 955 case $ac_srcdir in 956 .) ac_abs_srcdir=$ac_abs_builddir;; 957 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 958 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 959 esac;; 960 esac 961 case $ac_abs_builddir in 962 .) ac_abs_top_srcdir=$ac_top_srcdir;; 963 *) 964 case $ac_top_srcdir in 965 .) ac_abs_top_srcdir=$ac_abs_builddir;; 966 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 967 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 968 esac;; 969 esac 970 971 cd $ac_dir 972 # Check for guested configure; otherwise get Cygnus style configure. 973 if test -f $ac_srcdir/configure.gnu; then 974 echo 975 $SHELL $ac_srcdir/configure.gnu --help=recursive 976 elif test -f $ac_srcdir/configure; then 977 echo 978 $SHELL $ac_srcdir/configure --help=recursive 979 elif test -f $ac_srcdir/configure.ac || 980 test -f $ac_srcdir/configure.in; then 981 echo 982 $ac_configure --help 1368 ac_top_srcdir=$srcdir 1369 ac_abs_top_srcdir=$srcdir ;; 1370 *) # Relative name. 1371 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1372 ac_top_srcdir=$ac_top_build_prefix$srcdir 1373 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1374 esac 1375 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1376 1377 cd "$ac_dir" || { ac_status=$?; continue; } 1378 # Check for guested configure. 1379 if test -f "$ac_srcdir/configure.gnu"; then 1380 echo && 1381 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1382 elif test -f "$ac_srcdir/configure"; then 1383 echo && 1384 $SHELL "$ac_srcdir/configure" --help=recursive 983 1385 else 984 1386 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 985 fi 986 cd $ac_popdir1387 fi || ac_status=$? 1388 cd "$ac_pwd" || { ac_status=$?; break; } 987 1389 done 988 1390 fi 989 1391 990 test -n "$ac_init_help" && exit 01392 test -n "$ac_init_help" && exit $ac_status 991 1393 if $ac_init_version; then 992 1394 cat <<\_ACEOF 993 1395 pjproject configure 1.0 994 generated by GNU Autoconf 2.59 995 996 Copyright (C) 2003 Free Software Foundation, Inc. 1396 generated by GNU Autoconf 2.61 1397 1398 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1399 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 997 1400 This configure script is free software; the Free Software Foundation 998 1401 gives unlimited permission to copy, distribute and modify it. 999 1402 _ACEOF 1000 exit 0 1001 fi 1002 exec 5>config.log 1003 cat >&5 <<_ACEOF 1403 exit 1404 fi 1405 cat >config.log <<_ACEOF 1004 1406 This file contains any messages produced by compilers while 1005 1407 running configure, to aid debugging if configure makes a mistake. 1006 1408 1007 1409 It was created by pjproject $as_me 1.0, which was 1008 generated by GNU Autoconf 2. 59. Invocation command line was1410 generated by GNU Autoconf 2.61. Invocation command line was 1009 1411 1010 1412 $ $0 $@ 1011 1413 1012 1414 _ACEOF 1415 exec 5>>config.log 1013 1416 { 1014 1417 cat <<_ASUNAME … … 1029 1432 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1030 1433 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1031 hostinfo = `(hostinfo) 2>/dev/null|| echo unknown`1434 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1032 1435 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1033 1436 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` … … 1043 1446 echo "PATH: $as_dir" 1044 1447 done 1448 IFS=$as_save_IFS 1045 1449 1046 1450 } >&5 … … 1064 1468 ac_configure_args0= 1065 1469 ac_configure_args1= 1066 ac_sep=1067 1470 ac_must_keep_next=false 1068 1471 for ac_pass in 1 2 … … 1075 1478 | -silent | --silent | --silen | --sile | --sil) 1076 1479 continue ;; 1077 * " "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)1480 *\'*) 1078 1481 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1079 1482 esac … … 1097 1500 esac 1098 1501 fi 1099 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1100 # Get rid of the leading space. 1101 ac_sep=" " 1502 ac_configure_args="$ac_configure_args '$ac_arg'" 1102 1503 ;; 1103 1504 esac … … 1110 1511 # config.log. We remove comments because anyway the quotes in there 1111 1512 # would cause problems or look ugly. 1112 # WARNING: Be sure not to use single quotes in there, as some shells,1113 # such as our DU 5.0 friend, will then `close' the trap.1513 # WARNING: Use '\'' to represent an apostrophe within the trap. 1514 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1114 1515 trap 'exit_status=$? 1115 1516 # Save into config.log some information that might help in debugging. … … 1124 1525 echo 1125 1526 # The following way of writing the cache mishandles newlines in values, 1126 { 1527 ( 1528 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1529 eval ac_val=\$$ac_var 1530 case $ac_val in #( 1531 *${as_nl}*) 1532 case $ac_var in #( 1533 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1534 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1535 esac 1536 case $ac_var in #( 1537 _ | IFS | as_nl) ;; #( 1538 *) $as_unset $ac_var ;; 1539 esac ;; 1540 esac 1541 done 1127 1542 (set) 2>&1 | 1128 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in1129 * ac_space=\ *)1543 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1544 *${as_nl}ac_space=\ *) 1130 1545 sed -n \ 1131 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1132 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1546 "s/'\''/'\''\\\\'\'''\''/g; 1547 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1548 ;; #( 1549 *) 1550 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1133 1551 ;; 1134 *) 1135 sed -n \ 1136 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1137 ;; 1138 esac; 1139 } 1552 esac | 1553 sort 1554 ) 1140 1555 echo 1141 1556 … … 1148 1563 for ac_var in $ac_subst_vars 1149 1564 do 1150 eval ac_val=$`echo $ac_var` 1151 echo "$ac_var='"'"'$ac_val'"'"'" 1565 eval ac_val=\$$ac_var 1566 case $ac_val in 1567 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1568 esac 1569 echo "$ac_var='\''$ac_val'\''" 1152 1570 done | sort 1153 1571 echo … … 1155 1573 if test -n "$ac_subst_files"; then 1156 1574 cat <<\_ASBOX 1157 ## ------------- ##1158 ## Output files. ##1159 ## ------------- ##1575 ## ------------------- ## 1576 ## File substitutions. ## 1577 ## ------------------- ## 1160 1578 _ASBOX 1161 1579 echo 1162 1580 for ac_var in $ac_subst_files 1163 1581 do 1164 eval ac_val=$`echo $ac_var` 1165 echo "$ac_var='"'"'$ac_val'"'"'" 1582 eval ac_val=\$$ac_var 1583 case $ac_val in 1584 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1585 esac 1586 echo "$ac_var='\''$ac_val'\''" 1166 1587 done | sort 1167 1588 echo … … 1175 1596 _ASBOX 1176 1597 echo 1177 sed "/^$/d" confdefs.h | sort1598 cat confdefs.h 1178 1599 echo 1179 1600 fi … … 1182 1603 echo "$as_me: exit $exit_status" 1183 1604 } >&5 1184 rm -f core *.core &&1185 rm -rfconftest* confdefs* conf$$* $ac_clean_files &&1605 rm -f core *.core core.conftest.* && 1606 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1186 1607 exit $exit_status 1187 1608 ' 0 1188 1609 for ac_signal in 1 2 13 15; do 1189 1610 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal … … 1192 1613 1193 1614 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1194 rm -rf conftest* confdefs.h 1195 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1196 echo >confdefs.h 1615 rm -f -r conftest* confdefs.h 1197 1616 1198 1617 # Predefined preprocessor variables. … … 1225 1644 # Let the site file select an alternate cache file if it wants to. 1226 1645 # Prefer explicitly selected file to automatically selected ones. 1227 if test -z "$CONFIG_SITE"; then 1228 if test "x$prefix" != xNONE; then 1229 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1230 else 1231 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1232 fi 1233 fi 1234 for ac_site_file in $CONFIG_SITE; do 1646 if test -n "$CONFIG_SITE"; then 1647 set x "$CONFIG_SITE" 1648 elif test "x$prefix" != xNONE; then 1649 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1650 else 1651 set x "$ac_default_prefix/share/config.site" \ 1652 "$ac_default_prefix/etc/config.site" 1653 fi 1654 shift 1655 for ac_site_file 1656 do 1235 1657 if test -r "$ac_site_file"; then 1236 1658 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 … … 1248 1670 echo "$as_me: loading cache $cache_file" >&6;} 1249 1671 case $cache_file in 1250 [\\/]* | ?:[\\/]* ) . $cache_file;;1251 *) . ./$cache_file;;1672 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1673 *) . "./$cache_file";; 1252 1674 esac 1253 1675 fi … … 1261 1683 # value. 1262 1684 ac_cache_corrupted=false 1263 for ac_var in `(set) 2>&1 | 1264 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1685 for ac_var in $ac_precious_vars; do 1265 1686 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1266 1687 eval ac_new_set=\$ac_env_${ac_var}_set 1267 eval ac_old_val= "\$ac_cv_env_${ac_var}_value"1268 eval ac_new_val= "\$ac_env_${ac_var}_value"1688 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1689 eval ac_new_val=\$ac_env_${ac_var}_value 1269 1690 case $ac_old_set,$ac_new_set in 1270 1691 set,) … … 1291 1712 if test "$ac_new_set" = set; then 1292 1713 case $ac_new_val in 1293 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1294 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1714 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1295 1715 *) ac_arg=$ac_var=$ac_new_val ;; 1296 1716 esac … … 1309 1729 fi 1310 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1311 1755 ac_ext=c 1312 1756 ac_cpp='$CPP $CPPFLAGS' … … 1317 1761 1318 1762 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1763 host_orig="$host" 1345 1764 1346 1765 ac_aux_dir= 1347 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do1348 if test -f $ac_dir/install-sh; then1766 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1767 if test -f "$ac_dir/install-sh"; then 1349 1768 ac_aux_dir=$ac_dir 1350 1769 ac_install_sh="$ac_aux_dir/install-sh -c" 1351 1770 break 1352 elif test -f $ac_dir/install.sh; then1771 elif test -f "$ac_dir/install.sh"; then 1353 1772 ac_aux_dir=$ac_dir 1354 1773 ac_install_sh="$ac_aux_dir/install.sh -c" 1355 1774 break 1356 elif test -f $ac_dir/shtool; then1775 elif test -f "$ac_dir/shtool"; then 1357 1776 ac_aux_dir=$ac_dir 1358 1777 ac_install_sh="$ac_aux_dir/shtool install -c" … … 1361 1780 done 1362 1781 if test -z "$ac_aux_dir"; then 1363 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51364 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}1782 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1783 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1365 1784 { (exit 1); exit 1; }; } 1366 1785 fi 1367 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1368 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1369 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1786 1787 # These three variables are undocumented and unsupported, 1788 # and are intended to be withdrawn in a future Autoconf release. 1789 # They can cause serious problems if a builder's source tree is in a directory 1790 # whose full name contains unusual characters. 1791 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1792 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1793 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1794 1370 1795 1371 1796 # Make sure we can run config.sub. 1372 $ ac_config_subsun4 >/dev/null 2>&1 ||1373 { { echo "$as_me:$LINENO: error: cannot run $ ac_config_sub" >&51374 echo "$as_me: error: cannot run $ ac_config_sub" >&2;}1797 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1798 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1799 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1375 1800 { (exit 1); exit 1; }; } 1376 1801 1377 echo "$as_me:$LINENO: checking build system type" >&51378 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1802 { echo "$as_me:$LINENO: checking build system type" >&5 1803 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1379 1804 if test "${ac_cv_build+set}" = set; then 1380 1805 echo $ECHO_N "(cached) $ECHO_C" >&6 1381 1806 else 1382 ac_ cv_build_alias=$build_alias1383 test -z "$ac_cv_build_alias"&&1384 ac_ cv_build_alias=`$ac_config_guess`1385 test -z "$ac_cv_build_alias"&&1807 ac_build_alias=$build_alias 1808 test "x$ac_build_alias" = x && 1809 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1810 test "x$ac_build_alias" = x && 1386 1811 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1387 1812 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1388 1813 { (exit 1); exit 1; }; } 1389 ac_cv_build=`$ ac_config_sub $ac_cv_build_alias` ||1390 { { echo "$as_me:$LINENO: error: $ ac_config_sub $ac_cv_build_alias failed" >&51391 echo "$as_me: error: $ ac_config_sub $ac_cv_build_alias failed" >&2;}1814 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1815 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1816 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1392 1817 { (exit 1); exit 1; }; } 1393 1818 1394 1819 fi 1395 echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1396 echo "${ECHO_T}$ac_cv_build" >&6 1820 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1821 echo "${ECHO_T}$ac_cv_build" >&6; } 1822 case $ac_cv_build in 1823 *-*-*) ;; 1824 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1825 echo "$as_me: error: invalid value of canonical build" >&2;} 1826 { (exit 1); exit 1; }; };; 1827 esac 1397 1828 build=$ac_cv_build 1398 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1399 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1400 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1401 1402 1403 echo "$as_me:$LINENO: checking host system type" >&5 1404 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1829 ac_save_IFS=$IFS; IFS='-' 1830 set x $ac_cv_build 1831 shift 1832 build_cpu=$1 1833 build_vendor=$2 1834 shift; shift 1835 # Remember, the first character of IFS is used to create $*, 1836 # except with old shells: 1837 build_os=$* 1838 IFS=$ac_save_IFS 1839 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 1840 1841 1842 { echo "$as_me:$LINENO: checking host system type" >&5 1843 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1405 1844 if test "${ac_cv_host+set}" = set; then 1406 1845 echo $ECHO_N "(cached) $ECHO_C" >&6 1407 1846 else 1408 ac_cv_host_alias=$host_alias1409 test -z "$ac_cv_host_alias" && 1410 ac_cv_host_alias=$ac_cv_build_alias 1411 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||1412 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&51413 echo "$as_me: error: $ ac_config_sub $ac_cv_host_alias failed" >&2;}1847 if test "x$host_alias" = x; then 1848 ac_cv_host=$ac_cv_build 1849 else 1850 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1851 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1852 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1414 1853 { (exit 1); exit 1; }; } 1415 1416 fi 1417 echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1418 echo "${ECHO_T}$ac_cv_host" >&6 1854 fi 1855 1856 fi 1857 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1858 echo "${ECHO_T}$ac_cv_host" >&6; } 1859 case $ac_cv_host in 1860 *-*-*) ;; 1861 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1862 echo "$as_me: error: invalid value of canonical host" >&2;} 1863 { (exit 1); exit 1; }; };; 1864 esac 1419 1865 host=$ac_cv_host 1420 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1421 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1422 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1423 1424 1425 echo "$as_me:$LINENO: checking target system type" >&5 1426 echo $ECHO_N "checking target system type... $ECHO_C" >&6 1866 ac_save_IFS=$IFS; IFS='-' 1867 set x $ac_cv_host 1868 shift 1869 host_cpu=$1 1870 host_vendor=$2 1871 shift; shift 1872 # Remember, the first character of IFS is used to create $*, 1873 # except with old shells: 1874 host_os=$* 1875 IFS=$ac_save_IFS 1876 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 1877 1878 1879 { echo "$as_me:$LINENO: checking target system type" >&5 1880 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 1427 1881 if test "${ac_cv_target+set}" = set; then 1428 1882 echo $ECHO_N "(cached) $ECHO_C" >&6 1429 1883 else 1430 ac_cv_target_alias=$target_alias1431 test "x$ac_cv_target_alias" = "x" && 1432 ac_cv_target_alias=$ac_cv_host_alias 1433 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||1434 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&51435 echo "$as_me: error: $ ac_config_sub $ac_cv_target_alias failed" >&2;}1884 if test "x$target_alias" = x; then 1885 ac_cv_target=$ac_cv_host 1886 else 1887 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 1888 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1889 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 1436 1890 { (exit 1); exit 1; }; } 1437 1438 fi 1439 echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1440 echo "${ECHO_T}$ac_cv_target" >&6 1891 fi 1892 1893 fi 1894 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1895 echo "${ECHO_T}$ac_cv_target" >&6; } 1896 case $ac_cv_target in 1897 *-*-*) ;; 1898 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 1899 echo "$as_me: error: invalid value of canonical target" >&2;} 1900 { (exit 1); exit 1; }; };; 1901 esac 1441 1902 target=$ac_cv_target 1442 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1443 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1444 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1903 ac_save_IFS=$IFS; IFS='-' 1904 set x $ac_cv_target 1905 shift 1906 target_cpu=$1 1907 target_vendor=$2 1908 shift; shift 1909 # Remember, the first character of IFS is used to create $*, 1910 # except with old shells: 1911 target_os=$* 1912 IFS=$ac_save_IFS 1913 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac 1445 1914 1446 1915 … … 1451 1920 NONENONEs,x,x, && 1452 1921 program_prefix=${target_alias}- 1453 1454 1455 1922 ac_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" 1923 1924 ac_config_files="$ac_config_files build.mak build/os-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/portaudio/os-auto.mak third_party/build/os-auto.mak" 1456 1925 1457 1926 … … 1473 1942 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1474 1943 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1475 echo "$as_me:$LINENO: checking for $ac_word" >&51476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1944 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1945 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1477 1946 if test "${ac_cv_prog_CC+set}" = set; then 1478 1947 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1487 1956 test -z "$as_dir" && as_dir=. 1488 1957 for ac_exec_ext in '' $ac_executable_extensions; do 1489 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1490 1959 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1491 1960 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1494 1963 done 1495 1964 done 1965 IFS=$as_save_IFS 1496 1966 1497 1967 fi … … 1499 1969 CC=$ac_cv_prog_CC 1500 1970 if test -n "$CC"; then 1501 echo "$as_me:$LINENO: result: $CC" >&5 1502 echo "${ECHO_T}$CC" >&6 1503 else 1504 echo "$as_me:$LINENO: result: no" >&5 1505 echo "${ECHO_T}no" >&6 1506 fi 1971 { echo "$as_me:$LINENO: result: $CC" >&5 1972 echo "${ECHO_T}$CC" >&6; } 1973 else 1974 { echo "$as_me:$LINENO: result: no" >&5 1975 echo "${ECHO_T}no" >&6; } 1976 fi 1977 1507 1978 1508 1979 fi … … 1511 1982 # Extract the first word of "gcc", so it can be a program name with args. 1512 1983 set dummy gcc; ac_word=$2 1513 echo "$as_me:$LINENO: checking for $ac_word" >&51514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1984 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1985 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1515 1986 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1516 1987 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1525 1996 test -z "$as_dir" && as_dir=. 1526 1997 for ac_exec_ext in '' $ac_executable_extensions; do 1527 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1528 1999 ac_cv_prog_ac_ct_CC="gcc" 1529 2000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1532 2003 done 1533 2004 done 2005 IFS=$as_save_IFS 1534 2006 1535 2007 fi … … 1537 2009 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1538 2010 if test -n "$ac_ct_CC"; then 1539 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1540 echo "${ECHO_T}$ac_ct_CC" >&6 1541 else 1542 echo "$as_me:$LINENO: result: no" >&5 1543 echo "${ECHO_T}no" >&6 1544 fi 1545 1546 CC=$ac_ct_CC 2011 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2012 echo "${ECHO_T}$ac_ct_CC" >&6; } 2013 else 2014 { echo "$as_me:$LINENO: result: no" >&5 2015 echo "${ECHO_T}no" >&6; } 2016 fi 2017 2018 if test "x$ac_ct_CC" = x; then 2019 CC="" 2020 else 2021 case $cross_compiling:$ac_tool_warned in 2022 yes:) 2023 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2024 whose name does not start with the host triplet. If you think this 2025 configuration is useful to you, please write to autoconf@gnu.org." >&5 2026 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2027 whose name does not start with the host triplet. If you think this 2028 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2029 ac_tool_warned=yes ;; 2030 esac 2031 CC=$ac_ct_CC 2032 fi 1547 2033 else 1548 2034 CC="$ac_cv_prog_CC" … … 1550 2036 1551 2037 if test -z "$CC"; then 1552 if test -n "$ac_tool_prefix"; then1553 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.2038 if test -n "$ac_tool_prefix"; then 2039 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1554 2040 set dummy ${ac_tool_prefix}cc; ac_word=$2 1555 echo "$as_me:$LINENO: checking for $ac_word" >&51556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2041 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2042 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1557 2043 if test "${ac_cv_prog_CC+set}" = set; then 1558 2044 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1567 2053 test -z "$as_dir" && as_dir=. 1568 2054 for ac_exec_ext in '' $ac_executable_extensions; do 1569 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1570 2056 ac_cv_prog_CC="${ac_tool_prefix}cc" 1571 2057 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1574 2060 done 1575 2061 done 2062 IFS=$as_save_IFS 1576 2063 1577 2064 fi … … 1579 2066 CC=$ac_cv_prog_CC 1580 2067 if test -n "$CC"; then 1581 echo "$as_me:$LINENO: result: $CC" >&5 1582 echo "${ECHO_T}$CC" >&6 1583 else 1584 echo "$as_me:$LINENO: result: no" >&5 1585 echo "${ECHO_T}no" >&6 1586 fi 1587 1588 fi 1589 if test -z "$ac_cv_prog_CC"; then 1590 ac_ct_CC=$CC 1591 # Extract the first word of "cc", so it can be a program name with args. 1592 set dummy cc; ac_word=$2 1593 echo "$as_me:$LINENO: checking for $ac_word" >&5 1594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1595 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1596 echo $ECHO_N "(cached) $ECHO_C" >&6 1597 else 1598 if test -n "$ac_ct_CC"; then 1599 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1600 else 1601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1602 for as_dir in $PATH 1603 do 1604 IFS=$as_save_IFS 1605 test -z "$as_dir" && as_dir=. 1606 for ac_exec_ext in '' $ac_executable_extensions; do 1607 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1608 ac_cv_prog_ac_ct_CC="cc" 1609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1610 break 2 2068 { echo "$as_me:$LINENO: result: $CC" >&5 2069 echo "${ECHO_T}$CC" >&6; } 2070 else 2071 { echo "$as_me:$LINENO: result: no" >&5 2072 echo "${ECHO_T}no" >&6; } 2073 fi 2074 2075 1611 2076 fi 1612 done1613 done1614 1615 fi1616 fi1617 ac_ct_CC=$ac_cv_prog_ac_ct_CC1618 if test -n "$ac_ct_CC"; then1619 echo "$as_me:$LINENO: result: $ac_ct_CC" >&51620 echo "${ECHO_T}$ac_ct_CC" >&61621 else1622 echo "$as_me:$LINENO: result: no" >&51623 echo "${ECHO_T}no" >&61624 fi1625 1626 CC=$ac_ct_CC1627 else1628 CC="$ac_cv_prog_CC"1629 fi1630 1631 2077 fi 1632 2078 if test -z "$CC"; then 1633 2079 # Extract the first word of "cc", so it can be a program name with args. 1634 2080 set dummy cc; ac_word=$2 1635 echo "$as_me:$LINENO: checking for $ac_word" >&51636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2081 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2082 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1637 2083 if test "${ac_cv_prog_CC+set}" = set; then 1638 2084 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1648 2094 test -z "$as_dir" && as_dir=. 1649 2095 for ac_exec_ext in '' $ac_executable_extensions; do 1650 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1651 2097 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1652 2098 ac_prog_rejected=yes … … 1659 2105 done 1660 2106 done 2107 IFS=$as_save_IFS 1661 2108 1662 2109 if test $ac_prog_rejected = yes; then … … 1676 2123 CC=$ac_cv_prog_CC 1677 2124 if test -n "$CC"; then 1678 echo "$as_me:$LINENO: result: $CC" >&5 1679 echo "${ECHO_T}$CC" >&6 1680 else 1681 echo "$as_me:$LINENO: result: no" >&5 1682 echo "${ECHO_T}no" >&6 1683 fi 2125 { echo "$as_me:$LINENO: result: $CC" >&5 2126 echo "${ECHO_T}$CC" >&6; } 2127 else 2128 { echo "$as_me:$LINENO: result: no" >&5 2129 echo "${ECHO_T}no" >&6; } 2130 fi 2131 1684 2132 1685 2133 fi 1686 2134 if test -z "$CC"; then 1687 2135 if test -n "$ac_tool_prefix"; then 1688 for ac_prog in cl 2136 for ac_prog in cl.exe 1689 2137 do 1690 2138 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1691 2139 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1692 echo "$as_me:$LINENO: checking for $ac_word" >&51693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2140 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2141 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1694 2142 if test "${ac_cv_prog_CC+set}" = set; then 1695 2143 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1704 2152 test -z "$as_dir" && as_dir=. 1705 2153 for ac_exec_ext in '' $ac_executable_extensions; do 1706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1707 2155 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1708 2156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1711 2159 done 1712 2160 done 2161 IFS=$as_save_IFS 1713 2162 1714 2163 fi … … 1716 2165 CC=$ac_cv_prog_CC 1717 2166 if test -n "$CC"; then 1718 echo "$as_me:$LINENO: result: $CC" >&5 1719 echo "${ECHO_T}$CC" >&6 1720 else 1721 echo "$as_me:$LINENO: result: no" >&5 1722 echo "${ECHO_T}no" >&6 1723 fi 2167 { echo "$as_me:$LINENO: result: $CC" >&5 2168 echo "${ECHO_T}$CC" >&6; } 2169 else 2170 { echo "$as_me:$LINENO: result: no" >&5 2171 echo "${ECHO_T}no" >&6; } 2172 fi 2173 1724 2174 1725 2175 test -n "$CC" && break … … 1728 2178 if test -z "$CC"; then 1729 2179 ac_ct_CC=$CC 1730 for ac_prog in cl 2180 for ac_prog in cl.exe 1731 2181 do 1732 2182 # Extract the first word of "$ac_prog", so it can be a program name with args. 1733 2183 set dummy $ac_prog; ac_word=$2 1734 echo "$as_me:$LINENO: checking for $ac_word" >&51735 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2184 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1736 2186 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1737 2187 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1746 2196 test -z "$as_dir" && as_dir=. 1747 2197 for ac_exec_ext in '' $ac_executable_extensions; do 1748 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1749 2199 ac_cv_prog_ac_ct_CC="$ac_prog" 1750 2200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1753 2203 done 1754 2204 done 2205 IFS=$as_save_IFS 1755 2206 1756 2207 fi … … 1758 2209 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1759 2210 if test -n "$ac_ct_CC"; then 1760 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1761 echo "${ECHO_T}$ac_ct_CC" >&6 1762 else 1763 echo "$as_me:$LINENO: result: no" >&5 1764 echo "${ECHO_T}no" >&6 1765 fi 2211 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2212 echo "${ECHO_T}$ac_ct_CC" >&6; } 2213 else 2214 { echo "$as_me:$LINENO: result: no" >&5 2215 echo "${ECHO_T}no" >&6; } 2216 fi 2217 1766 2218 1767 2219 test -n "$ac_ct_CC" && break 1768 2220 done 1769 2221 1770 CC=$ac_ct_CC 2222 if test "x$ac_ct_CC" = x; then 2223 CC="" 2224 else 2225 case $cross_compiling:$ac_tool_warned in 2226 yes:) 2227 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2228 whose name does not start with the host triplet. If you think this 2229 configuration is useful to you, please write to autoconf@gnu.org." >&5 2230 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2231 whose name does not start with the host triplet. If you think this 2232 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2233 ac_tool_warned=yes ;; 2234 esac 2235 CC=$ac_ct_CC 2236 fi 1771 2237 fi 1772 2238 … … 1781 2247 1782 2248 # Provide some information about the compiler. 1783 echo "$as_me:$LINENO:" \ 1784 "checking for C compiler version" >&5 2249 echo "$as_me:$LINENO: checking for C compiler version" >&5 1785 2250 ac_compiler=`set X $ac_compile; echo $2` 1786 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1787 (eval $ac_compiler --version </dev/null >&5) 2>&5 2251 { (ac_try="$ac_compiler --version >&5" 2252 case "(($ac_try" in 2253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2254 *) ac_try_echo=$ac_try;; 2255 esac 2256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2257 (eval "$ac_compiler --version >&5") 2>&5 1788 2258 ac_status=$? 1789 2259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1790 2260 (exit $ac_status); } 1791 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1792 (eval $ac_compiler -v </dev/null >&5) 2>&5 2261 { (ac_try="$ac_compiler -v >&5" 2262 case "(($ac_try" in 2263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2264 *) ac_try_echo=$ac_try;; 2265 esac 2266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2267 (eval "$ac_compiler -v >&5") 2>&5 1793 2268 ac_status=$? 1794 2269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1795 2270 (exit $ac_status); } 1796 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1797 (eval $ac_compiler -V </dev/null >&5) 2>&5 2271 { (ac_try="$ac_compiler -V >&5" 2272 case "(($ac_try" in 2273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2274 *) ac_try_echo=$ac_try;; 2275 esac 2276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2277 (eval "$ac_compiler -V >&5") 2>&5 1798 2278 ac_status=$? 1799 2279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1820 2300 # It will help us diagnose broken compilers, and finding out an intuition 1821 2301 # of exeext. 1822 echo "$as_me:$LINENO: checking for C compiler default output file name" >&51823 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2302 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2303 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 1824 2304 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1825 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 1826 (eval $ac_link_default) 2>&5 2305 # 2306 # List of possible output files, starting from the most likely. 2307 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2308 # only as a last resort. b.out is created by i960 compilers. 2309 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2310 # 2311 # The IRIX 6 linker writes into existing files which may not be 2312 # executable, retaining their permissions. Remove them first so a 2313 # subsequent execution test works. 2314 ac_rmfiles= 2315 for ac_file in $ac_files 2316 do 2317 case $ac_file in 2318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2319 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2320 esac 2321 done 2322 rm -f $ac_rmfiles 2323 2324 if { (ac_try="$ac_link_default" 2325 case "(($ac_try" in 2326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2327 *) ac_try_echo=$ac_try;; 2328 esac 2329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2330 (eval "$ac_link_default") 2>&5 1827 2331 ac_status=$? 1828 2332 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1829 2333 (exit $ac_status); }; then 1830 # Find the output, starting from the most likely. This scheme is 1831 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1832 # resort. 1833 1834 # Be careful to initialize this variable, since it used to be cached. 1835 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 1836 ac_cv_exeext= 1837 # b.out is created by i960 compilers. 1838 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 2334 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2335 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2336 # in a Makefile. We should not override ac_cv_exeext if it was cached, 2337 # so that the user can short-circuit this test for compilers unknown to 2338 # Autoconf. 2339 for ac_file in $ac_files '' 1839 2340 do 1840 2341 test -f "$ac_file" || continue 1841 2342 case $ac_file in 1842 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1843 ;; 1844 conftest.$ac_ext ) 1845 # This is the source file. 2343 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 1846 2344 ;; 1847 2345 [ab].out ) … … 1850 2348 break;; 1851 2349 *.* ) 1852 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1853 # FIXME: I believe we export ac_cv_exeext for Libtool, 1854 # but it would be cool to find out if it's true. Does anybody 1855 # maintain Libtool? --akim. 1856 export ac_cv_exeext 2350 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2351 then :; else 2352 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2353 fi 2354 # We set ac_cv_exeext here because the later test for it is not 2355 # safe: cross compilers may not add the suffix if given an `-o' 2356 # argument, so we may need to know it at that point already. 2357 # Even if this section looks crufty: it has the advantage of 2358 # actually working. 1857 2359 break;; 1858 2360 * ) … … 1860 2362 esac 1861 2363 done 1862 else 2364 test "$ac_cv_exeext" = no && ac_cv_exeext= 2365 2366 else 2367 ac_file='' 2368 fi 2369 2370 { echo "$as_me:$LINENO: result: $ac_file" >&5 2371 echo "${ECHO_T}$ac_file" >&6; } 2372 if test -z "$ac_file"; then 1863 2373 echo "$as_me: failed program was:" >&5 1864 2374 sed 's/^/| /' conftest.$ac_ext >&5 … … 1872 2382 1873 2383 ac_exeext=$ac_cv_exeext 1874 echo "$as_me:$LINENO: result: $ac_file" >&5 1875 echo "${ECHO_T}$ac_file" >&6 1876 1877 # Check the compiler produces executables we can run. If not, either 2384 2385 # Check that the compiler produces executables we can run. If not, either 1878 2386 # the compiler is broken, or we cross compile. 1879 echo "$as_me:$LINENO: checking whether the C compiler works" >&51880 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2387 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2388 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 1881 2389 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1882 2390 # If not cross compiling, check that we can run a simple program. 1883 2391 if test "$cross_compiling" != yes; then 1884 2392 if { ac_try='./$ac_file' 1885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1886 (eval $ac_try) 2>&5 2393 { (case "(($ac_try" in 2394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2395 *) ac_try_echo=$ac_try;; 2396 esac 2397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2398 (eval "$ac_try") 2>&5 1887 2399 ac_status=$? 1888 2400 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1903 2415 fi 1904 2416 fi 1905 echo "$as_me:$LINENO: result: yes" >&51906 echo "${ECHO_T}yes" >&6 2417 { echo "$as_me:$LINENO: result: yes" >&5 2418 echo "${ECHO_T}yes" >&6; } 1907 2419 1908 2420 rm -f a.out a.exe conftest$ac_cv_exeext b.out 1909 2421 ac_clean_files=$ac_clean_files_save 1910 # Check th e compiler produces executables we can run. If not, either2422 # Check that the compiler produces executables we can run. If not, either 1911 2423 # the compiler is broken, or we cross compile. 1912 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1913 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1914 echo "$as_me:$LINENO: result: $cross_compiling" >&5 1915 echo "${ECHO_T}$cross_compiling" >&6 1916 1917 echo "$as_me:$LINENO: checking for suffix of executables" >&5 1918 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 1919 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1920 (eval $ac_link) 2>&5 2424 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2425 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2426 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2427 echo "${ECHO_T}$cross_compiling" >&6; } 2428 2429 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2430 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2431 if { (ac_try="$ac_link" 2432 case "(($ac_try" in 2433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2434 *) ac_try_echo=$ac_try;; 2435 esac 2436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2437 (eval "$ac_link") 2>&5 1921 2438 ac_status=$? 1922 2439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1929 2446 test -f "$ac_file" || continue 1930 2447 case $ac_file in 1931 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *. o | *.obj ) ;;2448 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 1932 2449 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1933 export ac_cv_exeext1934 2450 break;; 1935 2451 * ) break;; … … 1945 2461 1946 2462 rm -f conftest$ac_cv_exeext 1947 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&51948 echo "${ECHO_T}$ac_cv_exeext" >&6 2463 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2464 echo "${ECHO_T}$ac_cv_exeext" >&6; } 1949 2465 1950 2466 rm -f conftest.$ac_ext 1951 2467 EXEEXT=$ac_cv_exeext 1952 2468 ac_exeext=$EXEEXT 1953 echo "$as_me:$LINENO: checking for suffix of object files" >&51954 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 2469 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2470 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 1955 2471 if test "${ac_cv_objext+set}" = set; then 1956 2472 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1972 2488 _ACEOF 1973 2489 rm -f conftest.o conftest.obj 1974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1975 (eval $ac_compile) 2>&5 2490 if { (ac_try="$ac_compile" 2491 case "(($ac_try" in 2492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2493 *) ac_try_echo=$ac_try;; 2494 esac 2495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2496 (eval "$ac_compile") 2>&5 1976 2497 ac_status=$? 1977 2498 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1978 2499 (exit $ac_status); }; then 1979 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2500 for ac_file in conftest.o conftest.obj conftest.*; do 2501 test -f "$ac_file" || continue; 1980 2502 case $ac_file in 1981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;2503 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 1982 2504 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1983 2505 break;; … … 1997 2519 rm -f conftest.$ac_cv_objext conftest.$ac_ext 1998 2520 fi 1999 echo "$as_me:$LINENO: result: $ac_cv_objext" >&52000 echo "${ECHO_T}$ac_cv_objext" >&6 2521 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2522 echo "${ECHO_T}$ac_cv_objext" >&6; } 2001 2523 OBJEXT=$ac_cv_objext 2002 2524 ac_objext=$OBJEXT 2003 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52004 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2525 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2526 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2005 2527 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2006 2528 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2025 2547 _ACEOF 2026 2548 rm -f conftest.$ac_objext 2027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2028 (eval $ac_compile) 2>conftest.er1 2549 if { (ac_try="$ac_compile" 2550 case "(($ac_try" in 2551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2552 *) ac_try_echo=$ac_try;; 2553 esac 2554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2555 (eval "$ac_compile") 2>conftest.er1 2029 2556 ac_status=$? 2030 2557 grep -v '^ *+' conftest.er1 >conftest.err … … 2032 2559 cat conftest.err >&5 2033 2560 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2034 (exit $ac_status); } && 2035 { ac_try='test -z "$ac_c_werror_flag" 2036 || test ! -s conftest.err' 2037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2038 (eval $ac_try) 2>&5 2039 ac_status=$? 2040 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2041 (exit $ac_status); }; } && 2042 { ac_try='test -s conftest.$ac_objext' 2043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2044 (eval $ac_try) 2>&5 2045 ac_status=$? 2046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2047 (exit $ac_status); }; }; then 2561 (exit $ac_status); } && { 2562 test -z "$ac_c_werror_flag" || 2563 test ! -s conftest.err 2564 } && test -s conftest.$ac_objext; then 2048 2565 ac_compiler_gnu=yes 2049 2566 else … … 2051 2568 sed 's/^/| /' conftest.$ac_ext >&5 2052 2569 2053 ac_compiler_gnu=no 2054 fi 2055 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2570 ac_compiler_gnu=no 2571 fi 2572 2573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2056 2574 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2057 2575 2058 2576 fi 2059 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&52060 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2577 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2578 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2061 2579 GCC=`test $ac_compiler_gnu = yes && echo yes` 2062 2580 ac_test_CFLAGS=${CFLAGS+set} 2063 2581 ac_save_CFLAGS=$CFLAGS 2064 CFLAGS="-g" 2065 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2066 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2582 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2583 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2067 2584 if test "${ac_cv_prog_cc_g+set}" = set; then 2068 2585 echo $ECHO_N "(cached) $ECHO_C" >&6 2069 2586 else 2070 cat >conftest.$ac_ext <<_ACEOF 2587 ac_save_c_werror_flag=$ac_c_werror_flag 2588 ac_c_werror_flag=yes 2589 ac_cv_prog_cc_g=no 2590 CFLAGS="-g" 2591 cat >conftest.$ac_ext <<_ACEOF 2071 2592 /* confdefs.h. */ 2072 2593 _ACEOF … … 2084 2605 _ACEOF 2085 2606 rm -f conftest.$ac_objext 2086 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2087 (eval $ac_compile) 2>conftest.er1 2607 if { (ac_try="$ac_compile" 2608 case "(($ac_try" in 2609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2610 *) ac_try_echo=$ac_try;; 2611 esac 2612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2613 (eval "$ac_compile") 2>conftest.er1 2088 2614 ac_status=$? 2089 2615 grep -v '^ *+' conftest.er1 >conftest.err … … 2091 2617 cat conftest.err >&5 2092 2618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2093 (exit $ac_status); } && 2094 { ac_try='test -z "$ac_c_werror_flag" 2095 || test ! -s conftest.err' 2096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2097 (eval $ac_try) 2>&5 2098 ac_status=$? 2099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2100 (exit $ac_status); }; } && 2101 { ac_try='test -s conftest.$ac_objext' 2102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2103 (eval $ac_try) 2>&5 2104 ac_status=$? 2105 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2106 (exit $ac_status); }; }; then 2619 (exit $ac_status); } && { 2620 test -z "$ac_c_werror_flag" || 2621 test ! -s conftest.err 2622 } && test -s conftest.$ac_objext; then 2107 2623 ac_cv_prog_cc_g=yes 2108 2624 else … … 2110 2626 sed 's/^/| /' conftest.$ac_ext >&5 2111 2627 2112 ac_cv_prog_cc_g=no 2113 fi 2114 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2115 fi 2116 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2117 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2628 CFLAGS="" 2629 cat >conftest.$ac_ext <<_ACEOF 2630 /* confdefs.h. */ 2631 _ACEOF 2632 cat confdefs.h >>conftest.$ac_ext 2633 cat >>conftest.$ac_ext <<_ACEOF 2634 /* end confdefs.h. */ 2635 2636 int 2637 main () 2638 { 2639 2640 ; 2641 return 0; 2642 } 2643 _ACEOF 2644 rm -f conftest.$ac_objext 2645 if { (ac_try="$ac_compile" 2646 case "(($ac_try" in 2647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2648 *) ac_try_echo=$ac_try;; 2649 esac 2650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2651 (eval "$ac_compile") 2>conftest.er1 2652 ac_status=$? 2653 grep -v '^ *+' conftest.er1 >conftest.err 2654 rm -f conftest.er1 2655 cat conftest.err >&5 2656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2657 (exit $ac_status); } && { 2658 test -z "$ac_c_werror_flag" || 2659 test ! -s conftest.err 2660 } && test -s conftest.$ac_objext; then 2661 : 2662 else 2663 echo "$as_me: failed program was:" >&5 2664 sed 's/^/| /' conftest.$ac_ext >&5 2665 2666 ac_c_werror_flag=$ac_save_c_werror_flag 2667 CFLAGS="-g" 2668 cat >conftest.$ac_ext <<_ACEOF 2669 /* confdefs.h. */ 2670 _ACEOF 2671 cat confdefs.h >>conftest.$ac_ext 2672 cat >>conftest.$ac_ext <<_ACEOF 2673 /* end confdefs.h. */ 2674 2675 int 2676 main () 2677 { 2678 2679 ; 2680 return 0; 2681 } 2682 _ACEOF 2683 rm -f conftest.$ac_objext 2684 if { (ac_try="$ac_compile" 2685 case "(($ac_try" in 2686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2687 *) ac_try_echo=$ac_try;; 2688 esac 2689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2690 (eval "$ac_compile") 2>conftest.er1 2691 ac_status=$? 2692 grep -v '^ *+' conftest.er1 >conftest.err 2693 rm -f conftest.er1 2694 cat conftest.err >&5 2695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2696 (exit $ac_status); } && { 2697 test -z "$ac_c_werror_flag" || 2698 test ! -s conftest.err 2699 } && test -s conftest.$ac_objext; then 2700 ac_cv_prog_cc_g=yes 2701 else 2702 echo "$as_me: failed program was:" >&5 2703 sed 's/^/| /' conftest.$ac_ext >&5 2704 2705 2706 fi 2707 2708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2709 fi 2710 2711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2712 fi 2713 2714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2715 ac_c_werror_flag=$ac_save_c_werror_flag 2716 fi 2717 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2718 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2118 2719 if test "$ac_test_CFLAGS" = set; then 2119 2720 CFLAGS=$ac_save_CFLAGS … … 2131 2732 fi 2132 2733 fi 2133 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&52134 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&62135 if test "${ac_cv_prog_cc_ stdc+set}" = set; then2734 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2735 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2736 if test "${ac_cv_prog_cc_c89+set}" = set; then 2136 2737 echo $ECHO_N "(cached) $ECHO_C" >&6 2137 2738 else 2138 ac_cv_prog_cc_ stdc=no2739 ac_cv_prog_cc_c89=no 2139 2740 ac_save_CC=$CC 2140 2741 cat >conftest.$ac_ext <<_ACEOF … … 2170 2771 function prototypes and stuff, but not '\xHH' hex character constants. 2171 2772 These don't provoke an error unfortunately, instead are silently treated 2172 as 'x'. The following induces an error, until -std 1is added to get2773 as 'x'. The following induces an error, until -std is added to get 2173 2774 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2174 2775 array size at least. It's necessary to write '\x00'==0 to get something 2175 that's true only with -std 1. */2776 that's true only with -std. */ 2176 2777 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2778 2779 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 2780 inside strings and character constants. */ 2781 #define FOO(x) 'x' 2782 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 2177 2783 2178 2784 int test (int i, double x); … … 2190 2796 } 2191 2797 _ACEOF 2192 # Don't try gcc -ansi; that turns off useful extensions and 2193 # breaks some systems' header files. 2194 # AIX -qlanglvl=ansi 2195 # Ultrix and OSF/1 -std1 2196 # HP-UX 10.20 and later -Ae 2197 # HP-UX older versions -Aa -D_HPUX_SOURCE 2198 # SVR4 -Xc -D__EXTENSIONS__ 2199 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2798 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2799 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2200 2800 do 2201 2801 CC="$ac_save_CC $ac_arg" 2202 2802 rm -f conftest.$ac_objext 2203 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2204 (eval $ac_compile) 2>conftest.er1 2803 if { (ac_try="$ac_compile" 2804 case "(($ac_try" in 2805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2806 *) ac_try_echo=$ac_try;; 2807 esac 2808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2809 (eval "$ac_compile") 2>conftest.er1 2205 2810 ac_status=$? 2206 2811 grep -v '^ *+' conftest.er1 >conftest.err … … 2208 2813 cat conftest.err >&5 2209 2814 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2210 (exit $ac_status); } && 2211 { ac_try='test -z "$ac_c_werror_flag" 2212 || test ! -s conftest.err' 2213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2214 (eval $ac_try) 2>&5 2215 ac_status=$? 2216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2217 (exit $ac_status); }; } && 2218 { ac_try='test -s conftest.$ac_objext' 2219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2220 (eval $ac_try) 2>&5 2221 ac_status=$? 2222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2223 (exit $ac_status); }; }; then 2224 ac_cv_prog_cc_stdc=$ac_arg 2225 break 2815 (exit $ac_status); } && { 2816 test -z "$ac_c_werror_flag" || 2817 test ! -s conftest.err 2818 } && test -s conftest.$ac_objext; then 2819 ac_cv_prog_cc_c89=$ac_arg 2226 2820 else 2227 2821 echo "$as_me: failed program was:" >&5 2228 2822 sed 's/^/| /' conftest.$ac_ext >&5 2229 2823 2230 fi 2231 rm -f conftest.err conftest.$ac_objext 2824 2825 fi 2826 2827 rm -f core conftest.err conftest.$ac_objext 2828 test "x$ac_cv_prog_cc_c89" != "xno" && break 2232 2829 done 2233 rm -f conftest.$ac_ext conftest.$ac_objext2830 rm -f conftest.$ac_ext 2234 2831 CC=$ac_save_CC 2235 2832 2236 2833 fi 2237 2238 case "x$ac_cv_prog_cc_stdc" in 2239 x|xno) 2240 echo "$as_me:$LINENO: result: none needed" >&5 2241 echo "${ECHO_T}none needed" >&6 ;; 2834 # AC_CACHE_VAL 2835 case "x$ac_cv_prog_cc_c89" in 2836 x) 2837 { echo "$as_me:$LINENO: result: none needed" >&5 2838 echo "${ECHO_T}none needed" >&6; } ;; 2839 xno) 2840 { echo "$as_me:$LINENO: result: unsupported" >&5 2841 echo "${ECHO_T}unsupported" >&6; } ;; 2242 2842 *) 2243 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 2244 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 2245 CC="$CC $ac_cv_prog_cc_stdc" ;; 2246 esac 2247 2248 # Some people use a C++ compiler to compile C. Since we use `exit', 2249 # in C++ we need to declare it. In case someone uses the same compiler 2250 # for both compiling C and C++ we need to have the C++ compiler decide 2251 # the declaration of exit, since it's the most demanding environment. 2252 cat >conftest.$ac_ext <<_ACEOF 2253 #ifndef __cplusplus 2254 choke me 2255 #endif 2256 _ACEOF 2257 rm -f conftest.$ac_objext 2258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2259 (eval $ac_compile) 2>conftest.er1 2260 ac_status=$? 2261 grep -v '^ *+' conftest.er1 >conftest.err 2262 rm -f conftest.er1 2263 cat conftest.err >&5 2264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2265 (exit $ac_status); } && 2266 { ac_try='test -z "$ac_c_werror_flag" 2267 || test ! -s conftest.err' 2268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2269 (eval $ac_try) 2>&5 2270 ac_status=$? 2271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2272 (exit $ac_status); }; } && 2273 { ac_try='test -s conftest.$ac_objext' 2274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2275 (eval $ac_try) 2>&5 2276 ac_status=$? 2277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2278 (exit $ac_status); }; }; then 2279 for ac_declaration in \ 2280 '' \ 2281 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2282 'extern "C" void std::exit (int); using std::exit;' \ 2283 'extern "C" void exit (int) throw ();' \ 2284 'extern "C" void exit (int);' \ 2285 'void exit (int);' 2286 do 2287 cat >conftest.$ac_ext <<_ACEOF 2288 /* confdefs.h. */ 2289 _ACEOF 2290 cat confdefs.h >>conftest.$ac_ext 2291 cat >>conftest.$ac_ext <<_ACEOF 2292 /* end confdefs.h. */ 2293 $ac_declaration 2294 #include <stdlib.h> 2295 int 2296 main () 2297 { 2298 exit (42); 2299 ; 2300 return 0; 2301 } 2302 _ACEOF 2303 rm -f conftest.$ac_objext 2304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2305 (eval $ac_compile) 2>conftest.er1 2306 ac_status=$? 2307 grep -v '^ *+' conftest.er1 >conftest.err 2308 rm -f conftest.er1 2309 cat conftest.err >&5 2310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2311 (exit $ac_status); } && 2312 { ac_try='test -z "$ac_c_werror_flag" 2313 || test ! -s conftest.err' 2314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2315 (eval $ac_try) 2>&5 2316 ac_status=$? 2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2318 (exit $ac_status); }; } && 2319 { ac_try='test -s conftest.$ac_objext' 2320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2321 (eval $ac_try) 2>&5 2322 ac_status=$? 2323 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2324 (exit $ac_status); }; }; then 2325 : 2326 else 2327 echo "$as_me: failed program was:" >&5 2328 sed 's/^/| /' conftest.$ac_ext >&5 2329 2330 continue 2331 fi 2332 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2333 cat >conftest.$ac_ext <<_ACEOF 2334 /* confdefs.h. */ 2335 _ACEOF 2336 cat confdefs.h >>conftest.$ac_ext 2337 cat >>conftest.$ac_ext <<_ACEOF 2338 /* end confdefs.h. */ 2339 $ac_declaration 2340 int 2341 main () 2342 { 2343 exit (42); 2344 ; 2345 return 0; 2346 } 2347 _ACEOF 2348 rm -f conftest.$ac_objext 2349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2350 (eval $ac_compile) 2>conftest.er1 2351 ac_status=$? 2352 grep -v '^ *+' conftest.er1 >conftest.err 2353 rm -f conftest.er1 2354 cat conftest.err >&5 2355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2356 (exit $ac_status); } && 2357 { ac_try='test -z "$ac_c_werror_flag" 2358 || test ! -s conftest.err' 2359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2360 (eval $ac_try) 2>&5 2361 ac_status=$? 2362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2363 (exit $ac_status); }; } && 2364 { ac_try='test -s conftest.$ac_objext' 2365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2366 (eval $ac_try) 2>&5 2367 ac_status=$? 2368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2369 (exit $ac_status); }; }; then 2370 break 2371 else 2372 echo "$as_me: failed program was:" >&5 2373 sed 's/^/| /' conftest.$ac_ext >&5 2374 2375 fi 2376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2377 done 2378 rm -f conftest* 2379 if test -n "$ac_declaration"; then 2380 echo '#ifdef __cplusplus' >>confdefs.h 2381 echo $ac_declaration >>confdefs.h 2382 echo '#endif' >>confdefs.h 2383 fi 2384 2385 else 2386 echo "$as_me: failed program was:" >&5 2387 sed 's/^/| /' conftest.$ac_ext >&5 2388 2389 fi 2390 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2843 CC="$CC $ac_cv_prog_cc_c89" 2844 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2845 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2846 esac 2847 2848 2391 2849 ac_ext=c 2392 2850 ac_cpp='$CPP $CPPFLAGS' … … 2395 2853 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2396 2854 2397 ac_ext=c c2855 ac_ext=cpp 2398 2856 ac_cpp='$CXXCPP $CPPFLAGS' 2399 2857 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2400 2858 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2401 2859 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 2402 if test -n "$ac_tool_prefix"; then 2403 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 2860 if test -z "$CXX"; then 2861 if test -n "$CCC"; then 2862 CXX=$CCC 2863 else 2864 if test -n "$ac_tool_prefix"; then 2865 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2404 2866 do 2405 2867 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2406 2868 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2407 echo "$as_me:$LINENO: checking for $ac_word" >&52408 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2869 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2409 2871 if test "${ac_cv_prog_CXX+set}" = set; then 2410 2872 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2419 2881 test -z "$as_dir" && as_dir=. 2420 2882 for ac_exec_ext in '' $ac_executable_extensions; do 2421 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2422 2884 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2423 2885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2426 2888 done 2427 2889 done 2890 IFS=$as_save_IFS 2428 2891 2429 2892 fi … … 2431 2894 CXX=$ac_cv_prog_CXX 2432 2895 if test -n "$CXX"; then 2433 echo "$as_me:$LINENO: result: $CXX" >&5 2434 echo "${ECHO_T}$CXX" >&6 2435 else 2436 echo "$as_me:$LINENO: result: no" >&5 2437 echo "${ECHO_T}no" >&6 2438 fi 2896 { echo "$as_me:$LINENO: result: $CXX" >&5 2897 echo "${ECHO_T}$CXX" >&6; } 2898 else 2899 { echo "$as_me:$LINENO: result: no" >&5 2900 echo "${ECHO_T}no" >&6; } 2901 fi 2902 2439 2903 2440 2904 test -n "$CXX" && break … … 2443 2907 if test -z "$CXX"; then 2444 2908 ac_ct_CXX=$CXX 2445 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ clFCC KCC RCC xlC_r xlC2909 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2446 2910 do 2447 2911 # Extract the first word of "$ac_prog", so it can be a program name with args. 2448 2912 set dummy $ac_prog; ac_word=$2 2449 echo "$as_me:$LINENO: checking for $ac_word" >&52450 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2913 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2451 2915 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2452 2916 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2461 2925 test -z "$as_dir" && as_dir=. 2462 2926 for ac_exec_ext in '' $ac_executable_extensions; do 2463 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2464 2928 ac_cv_prog_ac_ct_CXX="$ac_prog" 2465 2929 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2468 2932 done 2469 2933 done 2934 IFS=$as_save_IFS 2470 2935 2471 2936 fi … … 2473 2938 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2474 2939 if test -n "$ac_ct_CXX"; then 2475 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2476 echo "${ECHO_T}$ac_ct_CXX" >&6 2477 else 2478 echo "$as_me:$LINENO: result: no" >&5 2479 echo "${ECHO_T}no" >&6 2480 fi 2940 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2941 echo "${ECHO_T}$ac_ct_CXX" >&6; } 2942 else 2943 { echo "$as_me:$LINENO: result: no" >&5 2944 echo "${ECHO_T}no" >&6; } 2945 fi 2946 2481 2947 2482 2948 test -n "$ac_ct_CXX" && break 2483 2949 done 2484 test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 2485 2486 CXX=$ac_ct_CXX 2487 fi 2488 2489 2950 2951 if test "x$ac_ct_CXX" = x; then 2952 CXX="g++" 2953 else 2954 case $cross_compiling:$ac_tool_warned in 2955 yes:) 2956 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2957 whose name does not start with the host triplet. If you think this 2958 configuration is useful to you, please write to autoconf@gnu.org." >&5 2959 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2960 whose name does not start with the host triplet. If you think this 2961 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2962 ac_tool_warned=yes ;; 2963 esac 2964 CXX=$ac_ct_CXX 2965 fi 2966 fi 2967 2968 fi 2969 fi 2490 2970 # Provide some information about the compiler. 2491 echo "$as_me:$LINENO:" \ 2492 "checking for C++ compiler version" >&5 2971 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2493 2972 ac_compiler=`set X $ac_compile; echo $2` 2494 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 2495 (eval $ac_compiler --version </dev/null >&5) 2>&5 2973 { (ac_try="$ac_compiler --version >&5" 2974 case "(($ac_try" in 2975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2976 *) ac_try_echo=$ac_try;; 2977 esac 2978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2979 (eval "$ac_compiler --version >&5") 2>&5 2496 2980 ac_status=$? 2497 2981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2498 2982 (exit $ac_status); } 2499 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 2500 (eval $ac_compiler -v </dev/null >&5) 2>&5 2983 { (ac_try="$ac_compiler -v >&5" 2984 case "(($ac_try" in 2985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2986 *) ac_try_echo=$ac_try;; 2987 esac 2988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2989 (eval "$ac_compiler -v >&5") 2>&5 2501 2990 ac_status=$? 2502 2991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2503 2992 (exit $ac_status); } 2504 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 2505 (eval $ac_compiler -V </dev/null >&5) 2>&5 2993 { (ac_try="$ac_compiler -V >&5" 2994 case "(($ac_try" in 2995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2996 *) ac_try_echo=$ac_try;; 2997 esac 2998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2999 (eval "$ac_compiler -V >&5") 2>&5 2506 3000 ac_status=$? 2507 3001 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2508 3002 (exit $ac_status); } 2509 3003 2510 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&52511 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 3004 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3005 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 2512 3006 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2513 3007 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2532 3026 _ACEOF 2533 3027 rm -f conftest.$ac_objext 2534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2535 (eval $ac_compile) 2>conftest.er1 3028 if { (ac_try="$ac_compile" 3029 case "(($ac_try" in 3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3031 *) ac_try_echo=$ac_try;; 3032 esac 3033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3034 (eval "$ac_compile") 2>conftest.er1 2536 3035 ac_status=$? 2537 3036 grep -v '^ *+' conftest.er1 >conftest.err … … 2539 3038 cat conftest.err >&5 2540 3039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2541 (exit $ac_status); } && 2542 { ac_try='test -z "$ac_cxx_werror_flag" 2543 || test ! -s conftest.err' 2544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2545 (eval $ac_try) 2>&5 2546 ac_status=$? 2547 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2548 (exit $ac_status); }; } && 2549 { ac_try='test -s conftest.$ac_objext' 2550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2551 (eval $ac_try) 2>&5 2552 ac_status=$? 2553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2554 (exit $ac_status); }; }; then 3040 (exit $ac_status); } && { 3041 test -z "$ac_cxx_werror_flag" || 3042 test ! -s conftest.err 3043 } && test -s conftest.$ac_objext; then 2555 3044 ac_compiler_gnu=yes 2556 3045 else … … 2558 3047 sed 's/^/| /' conftest.$ac_ext >&5 2559 3048 2560 ac_compiler_gnu=no 2561 fi 2562 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3049 ac_compiler_gnu=no 3050 fi 3051 3052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2563 3053 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2564 3054 2565 3055 fi 2566 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&52567 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 3056 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3057 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 2568 3058 GXX=`test $ac_compiler_gnu = yes && echo yes` 2569 3059 ac_test_CXXFLAGS=${CXXFLAGS+set} 2570 3060 ac_save_CXXFLAGS=$CXXFLAGS 2571 CXXFLAGS="-g" 2572 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2573 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 3061 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3062 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 2574 3063 if test "${ac_cv_prog_cxx_g+set}" = set; then 2575 3064 echo $ECHO_N "(cached) $ECHO_C" >&6 2576 3065 else 2577 cat >conftest.$ac_ext <<_ACEOF 3066 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3067 ac_cxx_werror_flag=yes 3068 ac_cv_prog_cxx_g=no 3069 CXXFLAGS="-g" 3070 cat >conftest.$ac_ext <<_ACEOF 2578 3071 /* confdefs.h. */ 2579 3072 _ACEOF … … 2591 3084 _ACEOF 2592 3085 rm -f conftest.$ac_objext 2593 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2594 (eval $ac_compile) 2>conftest.er1 3086 if { (ac_try="$ac_compile" 3087 case "(($ac_try" in 3088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3089 *) ac_try_echo=$ac_try;; 3090 esac 3091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3092 (eval "$ac_compile") 2>conftest.er1 2595 3093 ac_status=$? 2596 3094 grep -v '^ *+' conftest.er1 >conftest.err … … 2598 3096 cat conftest.err >&5 2599 3097 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2600 (exit $ac_status); } && 2601 { ac_try='test -z "$ac_cxx_werror_flag" 2602 || test ! -s conftest.err' 2603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2604 (eval $ac_try) 2>&5 2605 ac_status=$? 2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2607 (exit $ac_status); }; } && 2608 { ac_try='test -s conftest.$ac_objext' 2609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2610 (eval $ac_try) 2>&5 2611 ac_status=$? 2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2613 (exit $ac_status); }; }; then 3098 (exit $ac_status); } && { 3099 test -z "$ac_cxx_werror_flag" || 3100 test ! -s conftest.err 3101 } && test -s conftest.$ac_objext; then 2614 3102 ac_cv_prog_cxx_g=yes 2615 3103 else … … 2617 3105 sed 's/^/| /' conftest.$ac_ext >&5 2618 3106 2619 ac_cv_prog_cxx_g=no 2620 fi 2621 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2622 fi 2623 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2624 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 3107 CXXFLAGS="" 3108 cat >conftest.$ac_ext <<_ACEOF 3109 /* confdefs.h. */ 3110 _ACEOF 3111 cat confdefs.h >>conftest.$ac_ext 3112 cat >>conftest.$ac_ext <<_ACEOF 3113 /* end confdefs.h. */ 3114 3115 int 3116 main () 3117 { 3118 3119 ; 3120 return 0; 3121 } 3122 _ACEOF 3123 rm -f conftest.$ac_objext 3124 if { (ac_try="$ac_compile" 3125 case "(($ac_try" in 3126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3127 *) ac_try_echo=$ac_try;; 3128 esac 3129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3130 (eval "$ac_compile") 2>conftest.er1 3131 ac_status=$? 3132 grep -v '^ *+' conftest.er1 >conftest.err 3133 rm -f conftest.er1 3134 cat conftest.err >&5 3135 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3136 (exit $ac_status); } && { 3137 test -z "$ac_cxx_werror_flag" || 3138 test ! -s conftest.err 3139 } && test -s conftest.$ac_objext; then 3140 : 3141 else 3142 echo "$as_me: failed program was:" >&5 3143 sed 's/^/| /' conftest.$ac_ext >&5 3144 3145 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3146 CXXFLAGS="-g" 3147 cat >conftest.$ac_ext <<_ACEOF 3148 /* confdefs.h. */ 3149 _ACEOF 3150 cat confdefs.h >>conftest.$ac_ext 3151 cat >>conftest.$ac_ext <<_ACEOF 3152 /* end confdefs.h. */ 3153 3154 int 3155 main () 3156 { 3157 3158 ; 3159 return 0; 3160 } 3161 _ACEOF 3162 rm -f conftest.$ac_objext 3163 if { (ac_try="$ac_compile" 3164 case "(($ac_try" in 3165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3166 *) ac_try_echo=$ac_try;; 3167 esac 3168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3169 (eval "$ac_compile") 2>conftest.er1 3170 ac_status=$? 3171 grep -v '^ *+' conftest.er1 >conftest.err 3172 rm -f conftest.er1 3173 cat conftest.err >&5 3174 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3175 (exit $ac_status); } && { 3176 test -z "$ac_cxx_werror_flag" || 3177 test ! -s conftest.err 3178 } && test -s conftest.$ac_objext; then 3179 ac_cv_prog_cxx_g=yes 3180 else 3181 echo "$as_me: failed program was:" >&5 3182 sed 's/^/| /' conftest.$ac_ext >&5 3183 3184 3185 fi 3186 3187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3188 fi 3189 3190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3191 fi 3192 3193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3194 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3195 fi 3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3197 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 2625 3198 if test "$ac_test_CXXFLAGS" = set; then 2626 3199 CXXFLAGS=$ac_save_CXXFLAGS … … 2638 3211 fi 2639 3212 fi 2640 for ac_declaration in \2641 '' \2642 'extern "C" void std::exit (int) throw (); using std::exit;' \2643 'extern "C" void std::exit (int); using std::exit;' \2644 'extern "C" void exit (int) throw ();' \2645 'extern "C" void exit (int);' \2646 'void exit (int);'2647 do2648 cat >conftest.$ac_ext <<_ACEOF2649 /* confdefs.h. */2650 _ACEOF2651 cat confdefs.h >>conftest.$ac_ext2652 cat >>conftest.$ac_ext <<_ACEOF2653 /* end confdefs.h. */2654 $ac_declaration2655 #include <stdlib.h>2656 int2657 main ()2658 {2659 exit (42);2660 ;2661 return 0;2662 }2663 _ACEOF2664 rm -f conftest.$ac_objext2665 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&52666 (eval $ac_compile) 2>conftest.er12667 ac_status=$?2668 grep -v '^ *+' conftest.er1 >conftest.err2669 rm -f conftest.er12670 cat conftest.err >&52671 echo "$as_me:$LINENO: \$? = $ac_status" >&52672 (exit $ac_status); } &&2673 { ac_try='test -z "$ac_cxx_werror_flag"2674 || test ! -s conftest.err'2675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52676 (eval $ac_try) 2>&52677 ac_status=$?2678 echo "$as_me:$LINENO: \$? = $ac_status" >&52679 (exit $ac_status); }; } &&2680 { ac_try='test -s conftest.$ac_objext'2681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52682 (eval $ac_try) 2>&52683 ac_status=$?2684 echo "$as_me:$LINENO: \$? = $ac_status" >&52685 (exit $ac_status); }; }; then2686 :2687 else2688 echo "$as_me: failed program was:" >&52689 sed 's/^/| /' conftest.$ac_ext >&52690 2691 continue2692 fi2693 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext2694 cat >conftest.$ac_ext <<_ACEOF2695 /* confdefs.h. */2696 _ACEOF2697 cat confdefs.h >>conftest.$ac_ext2698 cat >>conftest.$ac_ext <<_ACEOF2699 /* end confdefs.h. */2700 $ac_declaration2701 int2702 main ()2703 {2704 exit (42);2705 ;2706 return 0;2707 }2708 _ACEOF2709 rm -f conftest.$ac_objext2710 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&52711 (eval $ac_compile) 2>conftest.er12712 ac_status=$?2713 grep -v '^ *+' conftest.er1 >conftest.err2714 rm -f conftest.er12715 cat conftest.err >&52716 echo "$as_me:$LINENO: \$? = $ac_status" >&52717 (exit $ac_status); } &&2718 { ac_try='test -z "$ac_cxx_werror_flag"2719 || test ! -s conftest.err'2720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52721 (eval $ac_try) 2>&52722 ac_status=$?2723 echo "$as_me:$LINENO: \$? = $ac_status" >&52724 (exit $ac_status); }; } &&2725 { ac_try='test -s conftest.$ac_objext'2726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52727 (eval $ac_try) 2>&52728 ac_status=$?2729 echo "$as_me:$LINENO: \$? = $ac_status" >&52730 (exit $ac_status); }; }; then2731 break2732 else2733 echo "$as_me: failed program was:" >&52734 sed 's/^/| /' conftest.$ac_ext >&52735 2736 fi2737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext2738 done2739 rm -f conftest*2740 if test -n "$ac_declaration"; then2741 echo '#ifdef __cplusplus' >>confdefs.h2742 echo $ac_declaration >>confdefs.h2743 echo '#endif' >>confdefs.h2744 fi2745 2746 3213 ac_ext=c 2747 3214 ac_cpp='$CPP $CPPFLAGS' … … 2770 3237 2771 3238 2772 echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&52773 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 3239 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 3240 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } 2774 3241 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then 2775 3242 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2784 3251 /* end confdefs.h. */ 2785 3252 2786 /* Override any gcc2 internal prototype to avoid an error. */ 3253 /* Override any GCC internal prototype to avoid an error. 3254 Use char because int might match the return type of a GCC 3255 builtin and then its argument prototype would still apply. */ 2787 3256 #ifdef __cplusplus 2788 3257 extern "C" 2789 3258 #endif 2790 /* We use char because int might match the return type of a gcc22791 builtin and then its argument prototype would still apply. */2792 3259 char pthread_create (); 2793 3260 int 2794 3261 main () 2795 3262 { 2796 pthread_create ();3263 return pthread_create (); 2797 3264 ; 2798 3265 return 0; … … 2800 3267 _ACEOF 2801 3268 rm -f conftest.$ac_objext conftest$ac_exeext 2802 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2803 (eval $ac_link) 2>conftest.er1 3269 if { (ac_try="$ac_link" 3270 case "(($ac_try" in 3271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3272 *) ac_try_echo=$ac_try;; 3273 esac 3274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3275 (eval "$ac_link") 2>conftest.er1 2804 3276 ac_status=$? 2805 3277 grep -v '^ *+' conftest.er1 >conftest.err … … 2807 3279 cat conftest.err >&5 2808 3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2809 (exit $ac_status); } && 2810 { ac_try='test -z "$ac_c_werror_flag" 2811 || test ! -s conftest.err' 2812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2813 (eval $ac_try) 2>&5 2814 ac_status=$? 2815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2816 (exit $ac_status); }; } && 2817 { ac_try='test -s conftest$ac_exeext' 2818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2819 (eval $ac_try) 2>&5 2820 ac_status=$? 2821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2822 (exit $ac_status); }; }; then 3281 (exit $ac_status); } && { 3282 test -z "$ac_c_werror_flag" || 3283 test ! -s conftest.err 3284 } && test -s conftest$ac_exeext && 3285 $as_test_x conftest$ac_exeext; then 2823 3286 ac_cv_lib_pthread_pthread_create=yes 2824 3287 else … … 2826 3289 sed 's/^/| /' conftest.$ac_ext >&5 2827 3290 2828 ac_cv_lib_pthread_pthread_create=no 2829 fi 2830 rm -f conftest.err conftest.$ac_objext \ 3291 ac_cv_lib_pthread_pthread_create=no 3292 fi 3293 3294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 2831 3295 conftest$ac_exeext conftest.$ac_ext 2832 3296 LIBS=$ac_check_lib_save_LIBS 2833 3297 fi 2834 echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&52835 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 3298 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 3299 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } 2836 3300 if test $ac_cv_lib_pthread_pthread_create = yes; then 2837 3301 cat >>confdefs.h <<_ACEOF … … 2844 3308 2845 3309 2846 echo "$as_me:$LINENO: checking for puts in -lwsock32" >&52847 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6 3310 { echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 3311 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6; } 2848 3312 if test "${ac_cv_lib_wsock32_puts+set}" = set; then 2849 3313 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2858 3322 /* end confdefs.h. */ 2859 3323 2860 /* Override any gcc2 internal prototype to avoid an error. */ 3324 /* Override any GCC internal prototype to avoid an error. 3325 Use char because int might match the return type of a GCC 3326 builtin and then its argument prototype would still apply. */ 2861 3327 #ifdef __cplusplus 2862 3328 extern "C" 2863 3329 #endif 2864 /* We use char because int might match the return type of a gcc22865 builtin and then its argument prototype would still apply. */2866 3330 char puts (); 2867 3331 int 2868 3332 main () 2869 3333 { 2870 puts ();3334 return puts (); 2871 3335 ; 2872 3336 return 0; … … 2874 3338 _ACEOF 2875 3339 rm -f conftest.$ac_objext conftest$ac_exeext 2876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2877 (eval $ac_link) 2>conftest.er1 3340 if { (ac_try="$ac_link" 3341 case "(($ac_try" in 3342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3343 *) ac_try_echo=$ac_try;; 3344 esac 3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3346 (eval "$ac_link") 2>conftest.er1 2878 3347 ac_status=$? 2879 3348 grep -v '^ *+' conftest.er1 >conftest.err … … 2881 3350 cat conftest.err >&5 2882 3351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2883 (exit $ac_status); } && 2884 { ac_try='test -z "$ac_c_werror_flag" 2885 || test ! -s conftest.err' 2886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2887 (eval $ac_try) 2>&5 2888 ac_status=$? 2889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2890 (exit $ac_status); }; } && 2891 { ac_try='test -s conftest$ac_exeext' 2892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2893 (eval $ac_try) 2>&5 2894 ac_status=$? 2895 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2896 (exit $ac_status); }; }; then 3352 (exit $ac_status); } && { 3353 test -z "$ac_c_werror_flag" || 3354 test ! -s conftest.err 3355 } && test -s conftest$ac_exeext && 3356 $as_test_x conftest$ac_exeext; then 2897 3357 ac_cv_lib_wsock32_puts=yes 2898 3358 else … … 2900 3360 sed 's/^/| /' conftest.$ac_ext >&5 2901 3361 2902 ac_cv_lib_wsock32_puts=no 2903 fi 2904 rm -f conftest.err conftest.$ac_objext \ 3362 ac_cv_lib_wsock32_puts=no 3363 fi 3364 3365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 2905 3366 conftest$ac_exeext conftest.$ac_ext 2906 3367 LIBS=$ac_check_lib_save_LIBS 2907 3368 fi 2908 echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&52909 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6 3369 { echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 3370 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6; } 2910 3371 if test $ac_cv_lib_wsock32_puts = yes; then 2911 3372 cat >>confdefs.h <<_ACEOF … … 2918 3379 2919 3380 2920 echo "$as_me:$LINENO: checking for puts in -lws2_32" >&52921 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6 3381 { echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 3382 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6; } 2922 3383 if test "${ac_cv_lib_ws2_32_puts+set}" = set; then 2923 3384 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2932 3393 /* end confdefs.h. */ 2933 3394 2934 /* Override any gcc2 internal prototype to avoid an error. */ 3395 /* Override any GCC internal prototype to avoid an error. 3396 Use char because int might match the return type of a GCC 3397 builtin and then its argument prototype would still apply. */ 2935 3398 #ifdef __cplusplus 2936 3399 extern "C" 2937 3400 #endif 2938 /* We use char because int might match the return type of a gcc22939 builtin and then its argument prototype would still apply. */2940 3401 char puts (); 2941 3402 int 2942 3403 main () 2943 3404 { 2944 puts ();3405 return puts (); 2945 3406 ; 2946 3407 return 0; … … 2948 3409 _ACEOF 2949 3410 rm -f conftest.$ac_objext conftest$ac_exeext 2950 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2951 (eval $ac_link) 2>conftest.er1 3411 if { (ac_try="$ac_link" 3412 case "(($ac_try" in 3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3414 *) ac_try_echo=$ac_try;; 3415 esac 3416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3417 (eval "$ac_link") 2>conftest.er1 2952 3418 ac_status=$? 2953 3419 grep -v '^ *+' conftest.er1 >conftest.err … … 2955 3421 cat conftest.err >&5 2956 3422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2957 (exit $ac_status); } && 2958 { ac_try='test -z "$ac_c_werror_flag" 2959 || test ! -s conftest.err' 2960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2961 (eval $ac_try) 2>&5 2962 ac_status=$? 2963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2964 (exit $ac_status); }; } && 2965 { ac_try='test -s conftest$ac_exeext' 2966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2967 (eval $ac_try) 2>&5 2968 ac_status=$? 2969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2970 (exit $ac_status); }; }; then 3423 (exit $ac_status); } && { 3424 test -z "$ac_c_werror_flag" || 3425 test ! -s conftest.err 3426 } && test -s conftest$ac_exeext && 3427 $as_test_x conftest$ac_exeext; then 2971 3428 ac_cv_lib_ws2_32_puts=yes 2972 3429 else … … 2974 3431 sed 's/^/| /' conftest.$ac_ext >&5 2975 3432 2976 ac_cv_lib_ws2_32_puts=no 2977 fi 2978 rm -f conftest.err conftest.$ac_objext \ 3433 ac_cv_lib_ws2_32_puts=no 3434 fi 3435 3436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 2979 3437 conftest$ac_exeext conftest.$ac_ext 2980 3438 LIBS=$ac_check_lib_save_LIBS 2981 3439 fi 2982 echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&52983 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6 3440 { echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 3441 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6; } 2984 3442 if test $ac_cv_lib_ws2_32_puts = yes; then 2985 3443 cat >>confdefs.h <<_ACEOF … … 2992 3450 2993 3451 2994 echo "$as_me:$LINENO: checking for puts in -lole32" >&52995 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6 3452 { echo "$as_me:$LINENO: checking for puts in -lole32" >&5 3453 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6; } 2996 3454 if test "${ac_cv_lib_ole32_puts+set}" = set; then 2997 3455 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3006 3464 /* end confdefs.h. */ 3007 3465 3008 /* Override any gcc2 internal prototype to avoid an error. */ 3466 /* Override any GCC internal prototype to avoid an error. 3467 Use char because int might match the return type of a GCC 3468 builtin and then its argument prototype would still apply. */ 3009 3469 #ifdef __cplusplus 3010 3470 extern "C" 3011 3471 #endif 3012 /* We use char because int might match the return type of a gcc23013 builtin and then its argument prototype would still apply. */3014 3472 char puts (); 3015 3473 int 3016 3474 main () 3017 3475 { 3018 puts ();3476 return puts (); 3019 3477 ; 3020 3478 return 0; … … 3022 3480 _ACEOF 3023 3481 rm -f conftest.$ac_objext conftest$ac_exeext 3024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3025 (eval $ac_link) 2>conftest.er1 3482 if { (ac_try="$ac_link" 3483 case "(($ac_try" in 3484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3485 *) ac_try_echo=$ac_try;; 3486 esac 3487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3488 (eval "$ac_link") 2>conftest.er1 3026 3489 ac_status=$? 3027 3490 grep -v '^ *+' conftest.er1 >conftest.err … … 3029 3492 cat conftest.err >&5 3030 3493 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3031 (exit $ac_status); } && 3032 { ac_try='test -z "$ac_c_werror_flag" 3033 || test ! -s conftest.err' 3034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3035 (eval $ac_try) 2>&5 3036 ac_status=$? 3037 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3038 (exit $ac_status); }; } && 3039 { ac_try='test -s conftest$ac_exeext' 3040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3041 (eval $ac_try) 2>&5 3042 ac_status=$? 3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3044 (exit $ac_status); }; }; then 3494 (exit $ac_status); } && { 3495 test -z "$ac_c_werror_flag" || 3496 test ! -s conftest.err 3497 } && test -s conftest$ac_exeext && 3498 $as_test_x conftest$ac_exeext; then 3045 3499 ac_cv_lib_ole32_puts=yes 3046 3500 else … … 3048 3502 sed 's/^/| /' conftest.$ac_ext >&5 3049 3503 3050 ac_cv_lib_ole32_puts=no 3051 fi 3052 rm -f conftest.err conftest.$ac_objext \ 3504 ac_cv_lib_ole32_puts=no 3505 fi 3506 3507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3053 3508 conftest$ac_exeext conftest.$ac_ext 3054 3509 LIBS=$ac_check_lib_save_LIBS 3055 3510 fi 3056 echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&53057 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6 3511 { echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 3512 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6; } 3058 3513 if test $ac_cv_lib_ole32_puts = yes; then 3059 3514 cat >>confdefs.h <<_ACEOF … … 3066 3521 3067 3522 3068 echo "$as_me:$LINENO: checking for puts in -lwinmm" >&53069 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6 3523 { echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 3524 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6; } 3070 3525 if test "${ac_cv_lib_winmm_puts+set}" = set; then 3071 3526 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3080 3535 /* end confdefs.h. */ 3081 3536 3082 /* Override any gcc2 internal prototype to avoid an error. */ 3537 /* Override any GCC internal prototype to avoid an error. 3538 Use char because int might match the return type of a GCC 3539 builtin and then its argument prototype would still apply. */ 3083 3540 #ifdef __cplusplus 3084 3541 extern "C" 3085 3542 #endif 3086 /* We use char because int might match the return type of a gcc23087 builtin and then its argument prototype would still apply. */3088 3543 char puts (); 3089 3544 int 3090 3545 main () 3091 3546 { 3092 puts ();3547 return puts (); 3093 3548 ; 3094 3549 return 0; … … 3096 3551 _ACEOF 3097 3552 rm -f conftest.$ac_objext conftest$ac_exeext 3098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3099 (eval $ac_link) 2>conftest.er1 3553 if { (ac_try="$ac_link" 3554 case "(($ac_try" in 3555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3556 *) ac_try_echo=$ac_try;; 3557 esac 3558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3559 (eval "$ac_link") 2>conftest.er1 3100 3560 ac_status=$? 3101 3561 grep -v '^ *+' conftest.er1 >conftest.err … … 3103 3563 cat conftest.err >&5 3104 3564 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3105 (exit $ac_status); } && 3106 { ac_try='test -z "$ac_c_werror_flag" 3107 || test ! -s conftest.err' 3108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3109 (eval $ac_try) 2>&5 3110 ac_status=$? 3111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3112 (exit $ac_status); }; } && 3113 { ac_try='test -s conftest$ac_exeext' 3114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3115 (eval $ac_try) 2>&5 3116 ac_status=$? 3117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3118 (exit $ac_status); }; }; then 3565 (exit $ac_status); } && { 3566 test -z "$ac_c_werror_flag" || 3567 test ! -s conftest.err 3568 } && test -s conftest$ac_exeext && 3569 $as_test_x conftest$ac_exeext; then 3119 3570 ac_cv_lib_winmm_puts=yes 3120 3571 else … … 3122 3573 sed 's/^/| /' conftest.$ac_ext >&5 3123 3574 3124 ac_cv_lib_winmm_puts=no 3125 fi 3126 rm -f conftest.err conftest.$ac_objext \ 3575 ac_cv_lib_winmm_puts=no 3576 fi 3577 3578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3127 3579 conftest$ac_exeext conftest.$ac_ext 3128 3580 LIBS=$ac_check_lib_save_LIBS 3129 3581 fi 3130 echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&53131 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6 3582 { echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 3583 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6; } 3132 3584 if test $ac_cv_lib_winmm_puts = yes; then 3133 3585 cat >>confdefs.h <<_ACEOF … … 3140 3592 3141 3593 3142 echo "$as_me:$LINENO: checking for puts in -lsocket" >&53143 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6 3594 { echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 3595 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6; } 3144 3596 if test "${ac_cv_lib_socket_puts+set}" = set; then 3145 3597 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3154 3606 /* end confdefs.h. */ 3155 3607 3156 /* Override any gcc2 internal prototype to avoid an error. */ 3608 /* Override any GCC internal prototype to avoid an error. 3609 Use char because int might match the return type of a GCC 3610 builtin and then its argument prototype would still apply. */ 3157 3611 #ifdef __cplusplus 3158 3612 extern "C" 3159 3613 #endif 3160 /* We use char because int might match the return type of a gcc23161 builtin and then its argument prototype would still apply. */3162 3614 char puts (); 3163 3615 int 3164 3616 main () 3165 3617 { 3166 puts ();3618 return puts (); 3167 3619 ; 3168 3620 return 0; … … 3170 3622 _ACEOF 3171 3623 rm -f conftest.$ac_objext conftest$ac_exeext 3172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3173 (eval $ac_link) 2>conftest.er1 3624 if { (ac_try="$ac_link" 3625 case "(($ac_try" in 3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3627 *) ac_try_echo=$ac_try;; 3628 esac 3629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3630 (eval "$ac_link") 2>conftest.er1 3174 3631 ac_status=$? 3175 3632 grep -v '^ *+' conftest.er1 >conftest.err … … 3177 3634 cat conftest.err >&5 3178 3635 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3179 (exit $ac_status); } && 3180 { ac_try='test -z "$ac_c_werror_flag" 3181 || test ! -s conftest.err' 3182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3183 (eval $ac_try) 2>&5 3184 ac_status=$? 3185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3186 (exit $ac_status); }; } && 3187 { ac_try='test -s conftest$ac_exeext' 3188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3189 (eval $ac_try) 2>&5 3190 ac_status=$? 3191 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3192 (exit $ac_status); }; }; then 3636 (exit $ac_status); } && { 3637 test -z "$ac_c_werror_flag" || 3638 test ! -s conftest.err 3639 } && test -s conftest$ac_exeext && 3640 $as_test_x conftest$ac_exeext; then 3193 3641 ac_cv_lib_socket_puts=yes 3194 3642 else … … 3196 3644 sed 's/^/| /' conftest.$ac_ext >&5 3197 3645 3198 ac_cv_lib_socket_puts=no 3199 fi 3200 rm -f conftest.err conftest.$ac_objext \ 3646 ac_cv_lib_socket_puts=no 3647 fi 3648 3649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3201 3650 conftest$ac_exeext conftest.$ac_ext 3202 3651 LIBS=$ac_check_lib_save_LIBS 3203 3652 fi 3204 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&53205 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6 3653 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 3654 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6; } 3206 3655 if test $ac_cv_lib_socket_puts = yes; then 3207 3656 cat >>confdefs.h <<_ACEOF … … 3214 3663 3215 3664 3216 echo "$as_me:$LINENO: checking for puts in -lrt" >&53217 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6 3665 { echo "$as_me:$LINENO: checking for puts in -lrt" >&5 3666 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6; } 3218 3667 if test "${ac_cv_lib_rt_puts+set}" = set; then 3219 3668 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3228 3677 /* end confdefs.h. */ 3229 3678 3230 /* Override any gcc2 internal prototype to avoid an error. */ 3679 /* Override any GCC internal prototype to avoid an error. 3680 Use char because int might match the return type of a GCC 3681 builtin and then its argument prototype would still apply. */ 3231 3682 #ifdef __cplusplus 3232 3683 extern "C" 3233 3684 #endif 3234 /* We use char because int might match the return type of a gcc23235 builtin and then its argument prototype would still apply. */3236 3685 char puts (); 3237 3686 int 3238 3687 main () 3239 3688 { 3240 puts ();3689 return puts (); 3241 3690 ; 3242 3691 return 0; … … 3244 3693 _ACEOF 3245 3694 rm -f conftest.$ac_objext conftest$ac_exeext 3246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3247 (eval $ac_link) 2>conftest.er1 3695 if { (ac_try="$ac_link" 3696 case "(($ac_try" in 3697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3698 *) ac_try_echo=$ac_try;; 3699 esac 3700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3701 (eval "$ac_link") 2>conftest.er1 3248 3702 ac_status=$? 3249 3703 grep -v '^ *+' conftest.er1 >conftest.err … … 3251 3705 cat conftest.err >&5 3252 3706 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3253 (exit $ac_status); } && 3254 { ac_try='test -z "$ac_c_werror_flag" 3255 || test ! -s conftest.err' 3256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3257 (eval $ac_try) 2>&5 3258 ac_status=$? 3259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3260 (exit $ac_status); }; } && 3261 { ac_try='test -s conftest$ac_exeext' 3262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3263 (eval $ac_try) 2>&5 3264 ac_status=$? 3265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3266 (exit $ac_status); }; }; then 3707 (exit $ac_status); } && { 3708 test -z "$ac_c_werror_flag" || 3709 test ! -s conftest.err 3710 } && test -s conftest$ac_exeext && 3711 $as_test_x conftest$ac_exeext; then 3267 3712 ac_cv_lib_rt_puts=yes 3268 3713 else … … 3270 3715 sed 's/^/| /' conftest.$ac_ext >&5 3271 3716 3272 ac_cv_lib_rt_puts=no 3273 fi 3274 rm -f conftest.err conftest.$ac_objext \ 3717 ac_cv_lib_rt_puts=no 3718 fi 3719 3720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3275 3721 conftest$ac_exeext conftest.$ac_ext 3276 3722 LIBS=$ac_check_lib_save_LIBS 3277 3723 fi 3278 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&53279 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6 3724 { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 3725 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6; } 3280 3726 if test $ac_cv_lib_rt_puts = yes; then 3281 3727 cat >>confdefs.h <<_ACEOF … … 3288 3734 3289 3735 3290 echo "$as_me:$LINENO: checking for puts in -lnsl" >&53291 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6 3736 { echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 3737 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6; } 3292 3738 if test "${ac_cv_lib_nsl_puts+set}" = set; then 3293 3739 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3302 3748 /* end confdefs.h. */ 3303 3749 3304 /* Override any gcc2 internal prototype to avoid an error. */ 3750 /* Override any GCC internal prototype to avoid an error. 3751 Use char because int might match the return type of a GCC 3752 builtin and then its argument prototype would still apply. */ 3305 3753 #ifdef __cplusplus 3306 3754 extern "C" 3307 3755 #endif 3308 /* We use char because int might match the return type of a gcc23309 builtin and then its argument prototype would still apply. */3310 3756 char puts (); 3311 3757 int 3312 3758 main () 3313 3759 { 3314 puts ();3760 return puts (); 3315 3761 ; 3316 3762 return 0; … … 3318 3764 _ACEOF 3319 3765 rm -f conftest.$ac_objext conftest$ac_exeext 3320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3321 (eval $ac_link) 2>conftest.er1 3766 if { (ac_try="$ac_link" 3767 case "(($ac_try" in 3768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3769 *) ac_try_echo=$ac_try;; 3770 esac 3771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3772 (eval "$ac_link") 2>conftest.er1 3322 3773 ac_status=$? 3323 3774 grep -v '^ *+' conftest.er1 >conftest.err … … 3325 3776 cat conftest.err >&5 3326 3777 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3327 (exit $ac_status); } && 3328 { ac_try='test -z "$ac_c_werror_flag" 3329 || test ! -s conftest.err' 3330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3331 (eval $ac_try) 2>&5 3332 ac_status=$? 3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3334 (exit $ac_status); }; } && 3335 { ac_try='test -s conftest$ac_exeext' 3336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3337 (eval $ac_try) 2>&5 3338 ac_status=$? 3339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3340 (exit $ac_status); }; }; then 3778 (exit $ac_status); } && { 3779 test -z "$ac_c_werror_flag" || 3780 test ! -s conftest.err 3781 } && test -s conftest$ac_exeext && 3782 $as_test_x conftest$ac_exeext; then 3341 3783 ac_cv_lib_nsl_puts=yes 3342 3784 else … … 3344 3786 sed 's/^/| /' conftest.$ac_ext >&5 3345 3787 3346 ac_cv_lib_nsl_puts=no 3347 fi 3348 rm -f conftest.err conftest.$ac_objext \ 3788 ac_cv_lib_nsl_puts=no 3789 fi 3790 3791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3349 3792 conftest$ac_exeext conftest.$ac_ext 3350 3793 LIBS=$ac_check_lib_save_LIBS 3351 3794 fi 3352 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&53353 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6 3795 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 3796 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6; } 3354 3797 if test $ac_cv_lib_nsl_puts = yes; then 3355 3798 cat >>confdefs.h <<_ACEOF … … 3362 3805 3363 3806 3364 echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&53365 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6 3807 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 3808 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 3366 3809 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3367 3810 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3376 3819 /* end confdefs.h. */ 3377 3820 3378 /* Override any gcc2 internal prototype to avoid an error. */ 3821 /* Override any GCC internal prototype to avoid an error. 3822 Use char because int might match the return type of a GCC 3823 builtin and then its argument prototype would still apply. */ 3379 3824 #ifdef __cplusplus 3380 3825 extern "C" 3381 3826 #endif 3382 /* We use char because int might match the return type of a gcc23383 builtin and then its argument prototype would still apply. */3384 3827 char uuid_generate (); 3385 3828 int 3386 3829 main () 3387 3830 { 3388 uuid_generate ();3831 return uuid_generate (); 3389 3832 ; 3390 3833 return 0; … … 3392 3835 _ACEOF 3393 3836 rm -f conftest.$ac_objext conftest$ac_exeext 3394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3395 (eval $ac_link) 2>conftest.er1 3837 if { (ac_try="$ac_link" 3838 case "(($ac_try" in 3839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3840 *) ac_try_echo=$ac_try;; 3841 esac 3842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3843 (eval "$ac_link") 2>conftest.er1 3396 3844 ac_status=$? 3397 3845 grep -v '^ *+' conftest.er1 >conftest.err … … 3399 3847 cat conftest.err >&5 3400 3848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3401 (exit $ac_status); } && 3402 { ac_try='test -z "$ac_c_werror_flag" 3403 || test ! -s conftest.err' 3404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3405 (eval $ac_try) 2>&5 3406 ac_status=$? 3407 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3408 (exit $ac_status); }; } && 3409 { ac_try='test -s conftest$ac_exeext' 3410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3411 (eval $ac_try) 2>&5 3412 ac_status=$? 3413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3414 (exit $ac_status); }; }; then 3849 (exit $ac_status); } && { 3850 test -z "$ac_c_werror_flag" || 3851 test ! -s conftest.err 3852 } && test -s conftest$ac_exeext && 3853 $as_test_x conftest$ac_exeext; then 3415 3854 ac_cv_lib_uuid_uuid_generate=yes 3416 3855 else … … 3418 3857 sed 's/^/| /' conftest.$ac_ext >&5 3419 3858 3420 ac_cv_lib_uuid_uuid_generate=no 3421 fi 3422 rm -f conftest.err conftest.$ac_objext \ 3859 ac_cv_lib_uuid_uuid_generate=no 3860 fi 3861 3862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3423 3863 conftest$ac_exeext conftest.$ac_ext 3424 3864 LIBS=$ac_check_lib_save_LIBS 3425 3865 fi 3426 echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&53427 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6 3866 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 3867 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 3428 3868 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3429 3869 cat >>confdefs.h <<_ACEOF … … 3435 3875 fi 3436 3876 3437 echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&53438 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6 3877 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 3878 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 3439 3879 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3440 3880 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3449 3889 /* end confdefs.h. */ 3450 3890 3451 /* Override any gcc2 internal prototype to avoid an error. */ 3891 /* Override any GCC internal prototype to avoid an error. 3892 Use char because int might match the return type of a GCC 3893 builtin and then its argument prototype would still apply. */ 3452 3894 #ifdef __cplusplus 3453 3895 extern "C" 3454 3896 #endif 3455 /* We use char because int might match the return type of a gcc23456 builtin and then its argument prototype would still apply. */3457 3897 char uuid_generate (); 3458 3898 int 3459 3899 main () 3460 3900 { 3461 uuid_generate ();3901 return uuid_generate (); 3462 3902 ; 3463 3903 return 0; … … 3465 3905 _ACEOF 3466 3906 rm -f conftest.$ac_objext conftest$ac_exeext 3467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3468 (eval $ac_link) 2>conftest.er1 3907 if { (ac_try="$ac_link" 3908 case "(($ac_try" in 3909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3910 *) ac_try_echo=$ac_try;; 3911 esac 3912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3913 (eval "$ac_link") 2>conftest.er1 3469 3914 ac_status=$? 3470 3915 grep -v '^ *+' conftest.er1 >conftest.err … … 3472 3917 cat conftest.err >&5 3473 3918 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3474 (exit $ac_status); } && 3475 { ac_try='test -z "$ac_c_werror_flag" 3476 || test ! -s conftest.err' 3477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3478 (eval $ac_try) 2>&5 3479 ac_status=$? 3480 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3481 (exit $ac_status); }; } && 3482 { ac_try='test -s conftest$ac_exeext' 3483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3484 (eval $ac_try) 2>&5 3485 ac_status=$? 3486 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3487 (exit $ac_status); }; }; then 3919 (exit $ac_status); } && { 3920 test -z "$ac_c_werror_flag" || 3921 test ! -s conftest.err 3922 } && test -s conftest$ac_exeext && 3923 $as_test_x conftest$ac_exeext; then 3488 3924 ac_cv_lib_uuid_uuid_generate=yes 3489 3925 else … … 3491 3927 sed 's/^/| /' conftest.$ac_ext >&5 3492 3928 3493 ac_cv_lib_uuid_uuid_generate=no 3494 fi 3495 rm -f conftest.err conftest.$ac_objext \ 3929 ac_cv_lib_uuid_uuid_generate=no 3930 fi 3931 3932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3496 3933 conftest$ac_exeext conftest.$ac_ext 3497 3934 LIBS=$ac_check_lib_save_LIBS 3498 3935 fi 3499 echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&53500 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6 3936 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 3937 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 3501 3938 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3502 3939 ac_has_uuid_lib=1 … … 3504 3941 3505 3942 3506 echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&53507 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6 3943 { echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 3944 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6; } 3508 3945 cat >>confdefs.h <<_ACEOF 3509 3946 #define PJ_M_NAME "$target_cpu" … … 3511 3948 3512 3949 3513 echo "$as_me:$LINENO: checking memory alignment" >&53514 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6 3950 { echo "$as_me:$LINENO: checking memory alignment" >&5 3951 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6; } 3515 3952 case $target in 3516 3953 ia64-* | x86_64-* ) … … 3519 3956 _ACEOF 3520 3957 3521 echo "$as_me:$LINENO: result: 8 bytes" >&53522 echo "${ECHO_T}8 bytes" >&6 3958 { echo "$as_me:$LINENO: result: 8 bytes" >&5 3959 echo "${ECHO_T}8 bytes" >&6; } 3523 3960 ;; 3524 3961 * ) … … 3527 3964 _ACEOF 3528 3965 3529 echo "$as_me:$LINENO: result: 4 bytes (default)" >&53530 echo "${ECHO_T}4 bytes (default)" >&6 3966 { echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 3967 echo "${ECHO_T}4 bytes (default)" >&6; } 3531 3968 ;; 3532 3969 esac 3533 3534 3535 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&53536 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&63537 if test "${ac_cv_c_bigendian+set}" = set; then3538 echo $ECHO_N "(cached) $ECHO_C" >&63539 else3540 # See if sys/param.h defines the BYTE_ORDER macro.3541 cat >conftest.$ac_ext <<_ACEOF3542 /* confdefs.h. */3543 _ACEOF3544 cat confdefs.h >>conftest.$ac_ext3545 cat >>conftest.$ac_ext <<_ACEOF3546 /* end confdefs.h. */3547 #include <sys/types.h>3548 #include <sys/param.h>3549 3550 int3551 main ()3552 {3553 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN3554 bogus endian macros3555 #endif3556 3557 ;3558 return 0;3559 }3560 _ACEOF3561 rm -f conftest.$ac_objext3562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53563 (eval $ac_compile) 2>conftest.er13564 ac_status=$?3565 grep -v '^ *+' conftest.er1 >conftest.err3566 rm -f conftest.er13567 cat conftest.err >&53568 echo "$as_me:$LINENO: \$? = $ac_status" >&53569 (exit $ac_status); } &&3570 { ac_try='test -z "$ac_c_werror_flag"3571 || test ! -s conftest.err'3572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53573 (eval $ac_try) 2>&53574 ac_status=$?3575 echo "$as_me:$LINENO: \$? = $ac_status" >&53576 (exit $ac_status); }; } &&3577 { ac_try='test -s conftest.$ac_objext'3578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53579 (eval $ac_try) 2>&53580 ac_status=$?3581 echo "$as_me:$LINENO: \$? = $ac_status" >&53582 (exit $ac_status); }; }; then3583 # It does; now see whether it defined to BIG_ENDIAN or not.3584 cat >conftest.$ac_ext <<_ACEOF3585 /* confdefs.h. */3586 _ACEOF3587 cat confdefs.h >>conftest.$ac_ext3588 cat >>conftest.$ac_ext <<_ACEOF3589 /* end confdefs.h. */3590 #include <sys/types.h>3591 #include <sys/param.h>3592 3593 int3594 main ()3595 {3596 #if BYTE_ORDER != BIG_ENDIAN3597 not big endian3598 #endif3599 3600 ;3601 return 0;3602 }3603 _ACEOF3604 rm -f conftest.$ac_objext3605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53606 (eval $ac_compile) 2>conftest.er13607 ac_status=$?3608 grep -v '^ *+' conftest.er1 >conftest.err3609 rm -f conftest.er13610 cat conftest.err >&53611 echo "$as_me:$LINENO: \$? = $ac_status" >&53612 (exit $ac_status); } &&3613 { ac_try='test -z "$ac_c_werror_flag"3614 || test ! -s conftest.err'3615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53616 (eval $ac_try) 2>&53617 ac_status=$?3618 echo "$as_me:$LINENO: \$? = $ac_status" >&53619 (exit $ac_status); }; } &&3620 { ac_try='test -s conftest.$ac_objext'3621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53622 (eval $ac_try) 2>&53623 ac_status=$?3624 echo "$as_me:$LINENO: \$? = $ac_status" >&53625 (exit $ac_status); }; }; then3626 ac_cv_c_bigendian=yes3627 else3628 echo "$as_me: failed program was:" >&53629 sed 's/^/| /' conftest.$ac_ext >&53630 3631 ac_cv_c_bigendian=no3632 fi3633 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3634 else3635 echo "$as_me: failed program was:" >&53636 sed 's/^/| /' conftest.$ac_ext >&53637 3638 # It does not; compile a test program.3639 if test "$cross_compiling" = yes; then3640 # try to guess the endianness by grepping values into an object file3641 ac_cv_c_bigendian=unknown3642 cat >conftest.$ac_ext <<_ACEOF3643 /* confdefs.h. */3644 _ACEOF3645 cat confdefs.h >>conftest.$ac_ext3646 cat >>conftest.$ac_ext <<_ACEOF3647 /* end confdefs.h. */3648 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };3649 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };3650 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }3651 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };3652 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };3653 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }3654 int3655 main ()3656 {3657 _ascii (); _ebcdic ();3658 ;3659 return 0;3660 }3661 _ACEOF3662 rm -f conftest.$ac_objext3663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53664 (eval $ac_compile) 2>conftest.er13665 ac_status=$?3666 grep -v '^ *+' conftest.er1 >conftest.err3667 rm -f conftest.er13668 cat conftest.err >&53669 echo "$as_me:$LINENO: \$? = $ac_status" >&53670 (exit $ac_status); } &&3671 { ac_try='test -z "$ac_c_werror_flag"3672 || test ! -s conftest.err'3673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53674 (eval $ac_try) 2>&53675 ac_status=$?3676 echo "$as_me:$LINENO: \$? = $ac_status" >&53677 (exit $ac_status); }; } &&3678 { ac_try='test -s conftest.$ac_objext'3679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53680 (eval $ac_try) 2>&53681 ac_status=$?3682 echo "$as_me:$LINENO: \$? = $ac_status" >&53683 (exit $ac_status); }; }; then3684 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then3685 ac_cv_c_bigendian=yes3686 fi3687 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then3688 if test "$ac_cv_c_bigendian" = unknown; then3689 ac_cv_c_bigendian=no3690 else3691 # finding both strings is unlikely to happen, but who knows?3692 ac_cv_c_bigendian=unknown3693 fi3694 fi3695 else3696 echo "$as_me: failed program was:" >&53697 sed 's/^/| /' conftest.$ac_ext >&53698 3699 fi3700 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3701 else3702 cat >conftest.$ac_ext <<_ACEOF3703 /* confdefs.h. */3704 _ACEOF3705 cat confdefs.h >>conftest.$ac_ext3706 cat >>conftest.$ac_ext <<_ACEOF3707 /* end confdefs.h. */3708 int3709 main ()3710 {3711 /* Are we little or big endian? From Harbison&Steele. */3712 union3713 {3714 long l;3715 char c[sizeof (long)];3716 } u;3717 u.l = 1;3718 exit (u.c[sizeof (long) - 1] == 1);3719 }3720 _ACEOF3721 rm -f conftest$ac_exeext3722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&53723 (eval $ac_link) 2>&53724 ac_status=$?3725 echo "$as_me:$LINENO: \$? = $ac_status" >&53726 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'3727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53728 (eval $ac_try) 2>&53729 ac_status=$?3730 echo "$as_me:$LINENO: \$? = $ac_status" >&53731 (exit $ac_status); }; }; then3732 ac_cv_c_bigendian=no3733 else3734 echo "$as_me: program exited with status $ac_status" >&53735 echo "$as_me: failed program was:" >&53736 sed 's/^/| /' conftest.$ac_ext >&53737 3738 ( exit $ac_status )3739 ac_cv_c_bigendian=yes3740 fi3741 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext3742 fi3743 fi3744 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3745 fi3746 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&53747 echo "${ECHO_T}$ac_cv_c_bigendian" >&63748 case $ac_cv_c_bigendian in3749 yes)3750 3751 cat >>confdefs.h <<\_ACEOF3752 #define WORDS_BIGENDIAN 13753 _ACEOF3754 ;;3755 no)3756 ;;3757 *)3758 { { echo "$as_me:$LINENO: error: unknown endianness3759 presetting ac_cv_c_bigendian=no (or yes) will help" >&53760 echo "$as_me: error: unknown endianness3761 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}3762 { (exit 1); exit 1; }; } ;;3763 esac3764 3765 3766 case $target in3767 *mingw* | *cygw* | *win32* | *w32* )3768 cat >>confdefs.h <<\_ACEOF3769 #define PJ_WIN32 13770 _ACEOF3771 3772 cat >>confdefs.h <<\_ACEOF3773 #define PJ_WIN32_WINNT 0x04003774 _ACEOF3775 3776 cat >>confdefs.h <<\_ACEOF3777 #define WIN32_LEAN_AND_MEAN 13778 _ACEOF3779 3780 ;;3781 *darwin*)3782 cat >>confdefs.h <<\_ACEOF3783 #define PJ_DARWINOS 13784 _ACEOF3785 3786 ;;3787 *linux*)3788 cat >>confdefs.h <<\_ACEOF3789 #define PJ_LINUX 13790 _ACEOF3791 3792 ;;3793 *rtems*)3794 cat >>confdefs.h <<\_ACEOF3795 #define PJ_RTEMS 13796 _ACEOF3797 3798 ;;3799 *sunos* | *solaris* )3800 cat >>confdefs.h <<\_ACEOF3801 #define PJ_SUNOS 13802 _ACEOF3803 3804 ;;3805 *)3806 ;;3807 esac3808 3809 3810 3811 3812 # Check whether --enable-floating-point or --disable-floating-point was given.3813 if test "${enable_floating_point+set}" = set; then3814 enableval="$enable_floating_point"3815 if test "$enable_floating_point" = "no"; then3816 cat >>confdefs.h <<\_ACEOF3817 #define PJ_HAS_FLOATING_POINT 03818 _ACEOF3819 3820 echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&53821 echo "${ECHO_T}Checking if floating point is disabled... yes" >&63822 fi3823 else3824 3825 cat >>confdefs.h <<\_ACEOF3826 #define PJ_HAS_FLOATING_POINT 13827 _ACEOF3828 3829 echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&53830 echo "${ECHO_T}Checking if floating point is disabled... no" >&63831 3832 echo "$as_me:$LINENO: checking for fmod in -lm" >&53833 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&63834 if test "${ac_cv_lib_m_fmod+set}" = set; then3835 echo $ECHO_N "(cached) $ECHO_C" >&63836 else3837 ac_check_lib_save_LIBS=$LIBS3838 LIBS="-lm $LIBS"3839 cat >conftest.$ac_ext <<_ACEOF3840 /* confdefs.h. */3841 _ACEOF3842 cat confdefs.h >>conftest.$ac_ext3843 cat >>conftest.$ac_ext <<_ACEOF3844 /* end confdefs.h. */3845 3846 /* Override any gcc2 internal prototype to avoid an error. */3847 #ifdef __cplusplus3848 extern "C"3849 #endif3850 /* We use char because int might match the return type of a gcc23851 builtin and then its argument prototype would still apply. */3852 char fmod ();3853 int3854 main ()3855 {3856 fmod ();3857 ;3858 return 0;3859 }3860 _ACEOF3861 rm -f conftest.$ac_objext conftest$ac_exeext3862 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&53863 (eval $ac_link) 2>conftest.er13864 ac_status=$?3865 grep -v '^ *+' conftest.er1 >conftest.err3866 rm -f conftest.er13867 cat conftest.err >&53868 echo "$as_me:$LINENO: \$? = $ac_status" >&53869 (exit $ac_status); } &&3870 { ac_try='test -z "$ac_c_werror_flag"3871 || test ! -s conftest.err'3872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53873 (eval $ac_try) 2>&53874 ac_status=$?3875 echo "$as_me:$LINENO: \$? = $ac_status" >&53876 (exit $ac_status); }; } &&3877 { ac_try='test -s conftest$ac_exeext'3878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53879 (eval $ac_try) 2>&53880 ac_status=$?3881 echo "$as_me:$LINENO: \$? = $ac_status" >&53882 (exit $ac_status); }; }; then3883 ac_cv_lib_m_fmod=yes3884 else3885 echo "$as_me: failed program was:" >&53886 sed 's/^/| /' conftest.$ac_ext >&53887 3888 ac_cv_lib_m_fmod=no3889 fi3890 rm -f conftest.err conftest.$ac_objext \3891 conftest$ac_exeext conftest.$ac_ext3892 LIBS=$ac_check_lib_save_LIBS3893 fi3894 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&53895 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&63896 if test $ac_cv_lib_m_fmod = yes; then3897 cat >>confdefs.h <<_ACEOF3898 #define HAVE_LIBM 13899 _ACEOF3900 3901 LIBS="-lm $LIBS"3902 3903 fi3904 3905 3906 fi;3907 3970 3908 3971 … … 3912 3975 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3913 3976 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3914 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53915 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3977 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3978 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3916 3979 # On Suns, sometimes $CPP names a directory. 3917 3980 if test -n "$CPP" && test -d "$CPP"; then … … 3947 4010 Syntax error 3948 4011 _ACEOF 3949 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3950 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4012 if { (ac_try="$ac_cpp conftest.$ac_ext" 4013 case "(($ac_try" in 4014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4015 *) ac_try_echo=$ac_try;; 4016 esac 4017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4018 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3951 4019 ac_status=$? 3952 4020 grep -v '^ *+' conftest.er1 >conftest.err … … 3954 4022 cat conftest.err >&5 3955 4023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3956 (exit $ac_status); } >/dev/null; then 3957 if test -s conftest.err; then 3958 ac_cpp_err=$ac_c_preproc_warn_flag 3959 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3960 else 3961 ac_cpp_err= 3962 fi 3963 else 3964 ac_cpp_err=yes 3965 fi 3966 if test -z "$ac_cpp_err"; then 4024 (exit $ac_status); } >/dev/null && { 4025 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4026 test ! -s conftest.err 4027 }; then 3967 4028 : 3968 4029 else … … 3973 4034 continue 3974 4035 fi 4036 3975 4037 rm -f conftest.err conftest.$ac_ext 3976 4038 3977 # OK, works on sane cases. Now check whether non -existent headers4039 # OK, works on sane cases. Now check whether nonexistent headers 3978 4040 # can be detected and how. 3979 4041 cat >conftest.$ac_ext <<_ACEOF … … 3985 4047 #include <ac_nonexistent.h> 3986 4048 _ACEOF 3987 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3988 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4049 if { (ac_try="$ac_cpp conftest.$ac_ext" 4050 case "(($ac_try" in 4051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4052 *) ac_try_echo=$ac_try;; 4053 esac 4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4055 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3989 4056 ac_status=$? 3990 4057 grep -v '^ *+' conftest.er1 >conftest.err … … 3992 4059 cat conftest.err >&5 3993 4060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3994 (exit $ac_status); } >/dev/null; then 3995 if test -s conftest.err; then 3996 ac_cpp_err=$ac_c_preproc_warn_flag 3997 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3998 else 3999 ac_cpp_err= 4000 fi 4001 else 4002 ac_cpp_err=yes 4003 fi 4004 if test -z "$ac_cpp_err"; then 4061 (exit $ac_status); } >/dev/null && { 4062 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4063 test ! -s conftest.err 4064 }; then 4005 4065 # Broken: success on invalid input. 4006 4066 continue … … 4013 4073 break 4014 4074 fi 4075 4015 4076 rm -f conftest.err conftest.$ac_ext 4016 4077 … … 4030 4091 ac_cv_prog_CPP=$CPP 4031 4092 fi 4032 echo "$as_me:$LINENO: result: $CPP" >&54033 echo "${ECHO_T}$CPP" >&6 4093 { echo "$as_me:$LINENO: result: $CPP" >&5 4094 echo "${ECHO_T}$CPP" >&6; } 4034 4095 ac_preproc_ok=false 4035 4096 for ac_c_preproc_warn_flag in '' yes … … 4054 4115 Syntax error 4055 4116 _ACEOF 4056 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4057 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4117 if { (ac_try="$ac_cpp conftest.$ac_ext" 4118 case "(($ac_try" in 4119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4120 *) ac_try_echo=$ac_try;; 4121 esac 4122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4123 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4058 4124 ac_status=$? 4059 4125 grep -v '^ *+' conftest.er1 >conftest.err … … 4061 4127 cat conftest.err >&5 4062 4128 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4063 (exit $ac_status); } >/dev/null; then 4064 if test -s conftest.err; then 4065 ac_cpp_err=$ac_c_preproc_warn_flag 4066 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4067 else 4068 ac_cpp_err= 4069 fi 4070 else 4071 ac_cpp_err=yes 4072 fi 4073 if test -z "$ac_cpp_err"; then 4129 (exit $ac_status); } >/dev/null && { 4130 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4131 test ! -s conftest.err 4132 }; then 4074 4133 : 4075 4134 else … … 4080 4139 continue 4081 4140 fi 4141 4082 4142 rm -f conftest.err conftest.$ac_ext 4083 4143 4084 # OK, works on sane cases. Now check whether non -existent headers4144 # OK, works on sane cases. Now check whether nonexistent headers 4085 4145 # can be detected and how. 4086 4146 cat >conftest.$ac_ext <<_ACEOF … … 4092 4152 #include <ac_nonexistent.h> 4093 4153 _ACEOF 4094 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4095 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4154 if { (ac_try="$ac_cpp conftest.$ac_ext" 4155 case "(($ac_try" in 4156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4157 *) ac_try_echo=$ac_try;; 4158 esac 4159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4160 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4096 4161 ac_status=$? 4097 4162 grep -v '^ *+' conftest.er1 >conftest.err … … 4099 4164 cat conftest.err >&5 4100 4165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4101 (exit $ac_status); } >/dev/null; then 4102 if test -s conftest.err; then 4103 ac_cpp_err=$ac_c_preproc_warn_flag 4104 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4105 else 4106 ac_cpp_err= 4107 fi 4108 else 4109 ac_cpp_err=yes 4110 fi 4111 if test -z "$ac_cpp_err"; then 4166 (exit $ac_status); } >/dev/null && { 4167 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4168 test ! -s conftest.err 4169 }; then 4112 4170 # Broken: success on invalid input. 4113 4171 continue … … 4120 4178 break 4121 4179 fi 4180 4122 4181 rm -f conftest.err conftest.$ac_ext 4123 4182 … … 4142 4201 4143 4202 4144 echo "$as_me:$LINENO: checking for egrep" >&54145 echo $ECHO_N "checking for egrep... $ECHO_C" >&64146 if test "${ac_cv_p rog_egrep+set}" = set; then4203 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4204 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4205 if test "${ac_cv_path_GREP+set}" = set; then 4147 4206 echo $ECHO_N "(cached) $ECHO_C" >&6 4148 4207 else 4149 if echo a | (grep -E '(a|b)') >/dev/null 2>&1 4150 then ac_cv_prog_egrep='grep -E' 4151 else ac_cv_prog_egrep='egrep' 4208 # Extract the first word of "grep ggrep" to use in msg output 4209 if test -z "$GREP"; then 4210 set dummy grep ggrep; ac_prog_name=$2 4211 if test "${ac_cv_path_GREP+set}" = set; then 4212 echo $ECHO_N "(cached) $ECHO_C" >&6 4213 else 4214 ac_path_GREP_found=false 4215 # Loop through the user's path and test for each of PROGNAME-LIST 4216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4217 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4218 do 4219 IFS=$as_save_IFS 4220 test -z "$as_dir" && as_dir=. 4221 for ac_prog in grep ggrep; do 4222 for ac_exec_ext in '' $ac_executable_extensions; do 4223 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4224 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4225 # Check for GNU ac_path_GREP and select it if it is found. 4226 # Check for GNU $ac_path_GREP 4227 case `"$ac_path_GREP" --version 2>&1` in 4228 *GNU*) 4229 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4230 *) 4231 ac_count=0 4232 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4233 while : 4234 do 4235 cat "conftest.in" "conftest.in" >"conftest.tmp" 4236 mv "conftest.tmp" "conftest.in" 4237 cp "conftest.in" "conftest.nl" 4238 echo 'GREP' >> "conftest.nl" 4239 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4240 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4241 ac_count=`expr $ac_count + 1` 4242 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4243 # Best one so far, save it but keep looking for a better one 4244 ac_cv_path_GREP="$ac_path_GREP" 4245 ac_path_GREP_max=$ac_count 4152 4246 fi 4153 fi 4154 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 4155 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 4156 EGREP=$ac_cv_prog_egrep 4157 4158 4159 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4160 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4247 # 10*(2^10) chars as input seems more than enough 4248 test $ac_count -gt 10 && break 4249 done 4250 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4251 esac 4252 4253 4254 $ac_path_GREP_found && break 3 4255 done 4256 done 4257 4258 done 4259 IFS=$as_save_IFS 4260 4261 4262 fi 4263 4264 GREP="$ac_cv_path_GREP" 4265 if test -z "$GREP"; then 4266 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4267 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4268 { (exit 1); exit 1; }; } 4269 fi 4270 4271 else 4272 ac_cv_path_GREP=$GREP 4273 fi 4274 4275 4276 fi 4277 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4278 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4279 GREP="$ac_cv_path_GREP" 4280 4281 4282 { echo "$as_me:$LINENO: checking for egrep" >&5 4283 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4284 if test "${ac_cv_path_EGREP+set}" = set; then 4285 echo $ECHO_N "(cached) $ECHO_C" >&6 4286 else 4287 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4288 then ac_cv_path_EGREP="$GREP -E" 4289 else 4290 # Extract the first word of "egrep" to use in msg output 4291 if test -z "$EGREP"; then 4292 set dummy egrep; ac_prog_name=$2 4293 if test "${ac_cv_path_EGREP+set}" = set; then 4294 echo $ECHO_N "(cached) $ECHO_C" >&6 4295 else 4296 ac_path_EGREP_found=false 4297 # Loop through the user's path and test for each of PROGNAME-LIST 4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4299 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4300 do 4301 IFS=$as_save_IFS 4302 test -z "$as_dir" && as_dir=. 4303 for ac_prog in egrep; do 4304 for ac_exec_ext in '' $ac_executable_extensions; do 4305 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4306 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4307 # Check for GNU ac_path_EGREP and select it if it is found. 4308 # Check for GNU $ac_path_EGREP 4309 case `"$ac_path_EGREP" --version 2>&1` in 4310 *GNU*) 4311 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4312 *) 4313 ac_count=0 4314 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4315 while : 4316 do 4317 cat "conftest.in" "conftest.in" >"conftest.tmp" 4318 mv "conftest.tmp" "conftest.in" 4319 cp "conftest.in" "conftest.nl" 4320 echo 'EGREP' >> "conftest.nl" 4321 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4322 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4323 ac_count=`expr $ac_count + 1` 4324 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4325 # Best one so far, save it but keep looking for a better one 4326 ac_cv_path_EGREP="$ac_path_EGREP" 4327 ac_path_EGREP_max=$ac_count 4328 fi 4329 # 10*(2^10) chars as input seems more than enough 4330 test $ac_count -gt 10 && break 4331 done 4332 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4333 esac 4334 4335 4336 $ac_path_EGREP_found && break 3 4337 done 4338 done 4339 4340 done 4341 IFS=$as_save_IFS 4342 4343 4344 fi 4345 4346 EGREP="$ac_cv_path_EGREP" 4347 if test -z "$EGREP"; then 4348 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4349 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4350 { (exit 1); exit 1; }; } 4351 fi 4352 4353 else 4354 ac_cv_path_EGREP=$EGREP 4355 fi 4356 4357 4358 fi 4359 fi 4360 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4361 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4362 EGREP="$ac_cv_path_EGREP" 4363 4364 4365 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4366 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4161 4367 if test "${ac_cv_header_stdc+set}" = set; then 4162 4368 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4182 4388 _ACEOF 4183 4389 rm -f conftest.$ac_objext 4184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4185 (eval $ac_compile) 2>conftest.er1 4390 if { (ac_try="$ac_compile" 4391 case "(($ac_try" in 4392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4393 *) ac_try_echo=$ac_try;; 4394 esac 4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4396 (eval "$ac_compile") 2>conftest.er1 4186 4397 ac_status=$? 4187 4398 grep -v '^ *+' conftest.er1 >conftest.err … … 4189 4400 cat conftest.err >&5 4190 4401 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4191 (exit $ac_status); } && 4192 { ac_try='test -z "$ac_c_werror_flag" 4193 || test ! -s conftest.err' 4194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4195 (eval $ac_try) 2>&5 4196 ac_status=$? 4197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4198 (exit $ac_status); }; } && 4199 { ac_try='test -s conftest.$ac_objext' 4200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4201 (eval $ac_try) 2>&5 4202 ac_status=$? 4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4204 (exit $ac_status); }; }; then 4402 (exit $ac_status); } && { 4403 test -z "$ac_c_werror_flag" || 4404 test ! -s conftest.err 4405 } && test -s conftest.$ac_objext; then 4205 4406 ac_cv_header_stdc=yes 4206 4407 else … … 4208 4409 sed 's/^/| /' conftest.$ac_ext >&5 4209 4410 4210 ac_cv_header_stdc=no 4211 fi 4212 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4411 ac_cv_header_stdc=no 4412 fi 4413 4414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4213 4415 4214 4416 if test $ac_cv_header_stdc = yes; then … … 4266 4468 /* end confdefs.h. */ 4267 4469 #include <ctype.h> 4470 #include <stdlib.h> 4268 4471 #if ((' ' & 0x0FF) == 0x020) 4269 4472 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 4285 4488 if (XOR (islower (i), ISLOWER (i)) 4286 4489 || toupper (i) != TOUPPER (i)) 4287 exit(2);4288 exit (0);4490 return 2; 4491 return 0; 4289 4492 } 4290 4493 _ACEOF 4291 4494 rm -f conftest$ac_exeext 4292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4293 (eval $ac_link) 2>&5 4495 if { (ac_try="$ac_link" 4496 case "(($ac_try" in 4497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4498 *) ac_try_echo=$ac_try;; 4499 esac 4500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4501 (eval "$ac_link") 2>&5 4294 4502 ac_status=$? 4295 4503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4296 4504 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4298 (eval $ac_try) 2>&5 4505 { (case "(($ac_try" in 4506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4507 *) ac_try_echo=$ac_try;; 4508 esac 4509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4510 (eval "$ac_try") 2>&5 4299 4511 ac_status=$? 4300 4512 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4309 4521 ac_cv_header_stdc=no 4310 4522 fi 4311 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4312 fi 4313 fi 4314 fi 4315 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4316 echo "${ECHO_T}$ac_cv_header_stdc" >&6 4523 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4524 fi 4525 4526 4527 fi 4528 fi 4529 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4530 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4317 4531 if test $ac_cv_header_stdc = yes; then 4318 4532 … … 4337 4551 do 4338 4552 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4339 echo "$as_me:$LINENO: checking for $ac_header" >&54340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4341 if eval "test \"\${$as_ac_Header+set}\" = set"; then4553 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4342 4556 echo $ECHO_N "(cached) $ECHO_C" >&6 4343 4557 else … … 4353 4567 _ACEOF 4354 4568 rm -f conftest.$ac_objext 4355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4356 (eval $ac_compile) 2>conftest.er1 4569 if { (ac_try="$ac_compile" 4570 case "(($ac_try" in 4571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4572 *) ac_try_echo=$ac_try;; 4573 esac 4574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4575 (eval "$ac_compile") 2>conftest.er1 4357 4576 ac_status=$? 4358 4577 grep -v '^ *+' conftest.er1 >conftest.err … … 4360 4579 cat conftest.err >&5 4361 4580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4362 (exit $ac_status); } && 4363 { ac_try='test -z "$ac_c_werror_flag" 4364 || test ! -s conftest.err' 4365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4366 (eval $ac_try) 2>&5 4367 ac_status=$? 4368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4369 (exit $ac_status); }; } && 4370 { ac_try='test -s conftest.$ac_objext' 4371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4372 (eval $ac_try) 2>&5 4373 ac_status=$? 4374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4375 (exit $ac_status); }; }; then 4581 (exit $ac_status); } && { 4582 test -z "$ac_c_werror_flag" || 4583 test ! -s conftest.err 4584 } && test -s conftest.$ac_objext; then 4376 4585 eval "$as_ac_Header=yes" 4377 4586 else … … 4379 4588 sed 's/^/| /' conftest.$ac_ext >&5 4380 4589 4381 eval "$as_ac_Header=no" 4382 fi 4383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4384 fi 4385 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4386 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4590 eval "$as_ac_Header=no" 4591 fi 4592 4593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4594 fi 4595 ac_res=`eval echo '${'$as_ac_Header'}'` 4596 { echo "$as_me:$LINENO: result: $ac_res" >&5 4597 echo "${ECHO_T}$ac_res" >&6; } 4387 4598 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4388 4599 cat >>confdefs.h <<_ACEOF … … 4395 4606 4396 4607 4608 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 4609 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 4610 if test "${ac_cv_c_bigendian+set}" = set; then 4611 echo $ECHO_N "(cached) $ECHO_C" >&6 4612 else 4613 # See if sys/param.h defines the BYTE_ORDER macro. 4614 cat >conftest.$ac_ext <<_ACEOF 4615 /* confdefs.h. */ 4616 _ACEOF 4617 cat confdefs.h >>conftest.$ac_ext 4618 cat >>conftest.$ac_ext <<_ACEOF 4619 /* end confdefs.h. */ 4620 #include <sys/types.h> 4621 #include <sys/param.h> 4622 4623 int 4624 main () 4625 { 4626 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 4627 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 4628 bogus endian macros 4629 #endif 4630 4631 ; 4632 return 0; 4633 } 4634 _ACEOF 4635 rm -f conftest.$ac_objext 4636 if { (ac_try="$ac_compile" 4637 case "(($ac_try" in 4638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4639 *) ac_try_echo=$ac_try;; 4640 esac 4641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4642 (eval "$ac_compile") 2>conftest.er1 4643 ac_status=$? 4644 grep -v '^ *+' conftest.er1 >conftest.err 4645 rm -f conftest.er1 4646 cat conftest.err >&5 4647 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4648 (exit $ac_status); } && { 4649 test -z "$ac_c_werror_flag" || 4650 test ! -s conftest.err 4651 } && test -s conftest.$ac_objext; then 4652 # It does; now see whether it defined to BIG_ENDIAN or not. 4653 cat >conftest.$ac_ext <<_ACEOF 4654 /* confdefs.h. */ 4655 _ACEOF 4656 cat confdefs.h >>conftest.$ac_ext 4657 cat >>conftest.$ac_ext <<_ACEOF 4658 /* end confdefs.h. */ 4659 #include <sys/types.h> 4660 #include <sys/param.h> 4661 4662 int 4663 main () 4664 { 4665 #if BYTE_ORDER != BIG_ENDIAN 4666 not big endian 4667 #endif 4668 4669 ; 4670 return 0; 4671 } 4672 _ACEOF 4673 rm -f conftest.$ac_objext 4674 if { (ac_try="$ac_compile" 4675 case "(($ac_try" in 4676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4677 *) ac_try_echo=$ac_try;; 4678 esac 4679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4680 (eval "$ac_compile") 2>conftest.er1 4681 ac_status=$? 4682 grep -v '^ *+' conftest.er1 >conftest.err 4683 rm -f conftest.er1 4684 cat conftest.err >&5 4685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4686 (exit $ac_status); } && { 4687 test -z "$ac_c_werror_flag" || 4688 test ! -s conftest.err 4689 } && test -s conftest.$ac_objext; then 4690 ac_cv_c_bigendian=yes 4691 else 4692 echo "$as_me: failed program was:" >&5 4693 sed 's/^/| /' conftest.$ac_ext >&5 4694 4695 ac_cv_c_bigendian=no 4696 fi 4697 4698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4699 else 4700 echo "$as_me: failed program was:" >&5 4701 sed 's/^/| /' conftest.$ac_ext >&5 4702 4703 # It does not; compile a test program. 4704 if test "$cross_compiling" = yes; then 4705 # try to guess the endianness by grepping values into an object file 4706 ac_cv_c_bigendian=unknown 4707 cat >conftest.$ac_ext <<_ACEOF 4708 /* confdefs.h. */ 4709 _ACEOF 4710 cat confdefs.h >>conftest.$ac_ext 4711 cat >>conftest.$ac_ext <<_ACEOF 4712 /* end confdefs.h. */ 4713 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 4714 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 4715 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 4716 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 4717 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 4718 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 4719 int 4720 main () 4721 { 4722 _ascii (); _ebcdic (); 4723 ; 4724 return 0; 4725 } 4726 _ACEOF 4727 rm -f conftest.$ac_objext 4728 if { (ac_try="$ac_compile" 4729 case "(($ac_try" in 4730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4731 *) ac_try_echo=$ac_try;; 4732 esac 4733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4734 (eval "$ac_compile") 2>conftest.er1 4735 ac_status=$? 4736 grep -v '^ *+' conftest.er1 >conftest.err 4737 rm -f conftest.er1 4738 cat conftest.err >&5 4739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4740 (exit $ac_status); } && { 4741 test -z "$ac_c_werror_flag" || 4742 test ! -s conftest.err 4743 } && test -s conftest.$ac_objext; then 4744 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 4745 ac_cv_c_bigendian=yes 4746 fi 4747 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 4748 if test "$ac_cv_c_bigendian" = unknown; then 4749 ac_cv_c_bigendian=no 4750 else 4751 # finding both strings is unlikely to happen, but who knows? 4752 ac_cv_c_bigendian=unknown 4753 fi 4754 fi 4755 else 4756 echo "$as_me: failed program was:" >&5 4757 sed 's/^/| /' conftest.$ac_ext >&5 4758 4759 4760 fi 4761 4762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4763 else 4764 cat >conftest.$ac_ext <<_ACEOF 4765 /* confdefs.h. */ 4766 _ACEOF 4767 cat confdefs.h >>conftest.$ac_ext 4768 cat >>conftest.$ac_ext <<_ACEOF 4769 /* end confdefs.h. */ 4770 $ac_includes_default 4771 int 4772 main () 4773 { 4774 4775 /* Are we little or big endian? From Harbison&Steele. */ 4776 union 4777 { 4778 long int l; 4779 char c[sizeof (long int)]; 4780 } u; 4781 u.l = 1; 4782 return u.c[sizeof (long int) - 1] == 1; 4783 4784 ; 4785 return 0; 4786 } 4787 _ACEOF 4788 rm -f conftest$ac_exeext 4789 if { (ac_try="$ac_link" 4790 case "(($ac_try" in 4791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4792 *) ac_try_echo=$ac_try;; 4793 esac 4794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4795 (eval "$ac_link") 2>&5 4796 ac_status=$? 4797 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4798 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4799 { (case "(($ac_try" in 4800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4801 *) ac_try_echo=$ac_try;; 4802 esac 4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4804 (eval "$ac_try") 2>&5 4805 ac_status=$? 4806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4807 (exit $ac_status); }; }; then 4808 ac_cv_c_bigendian=no 4809 else 4810 echo "$as_me: program exited with status $ac_status" >&5 4811 echo "$as_me: failed program was:" >&5 4812 sed 's/^/| /' conftest.$ac_ext >&5 4813 4814 ( exit $ac_status ) 4815 ac_cv_c_bigendian=yes 4816 fi 4817 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4818 fi 4819 4820 4821 fi 4822 4823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4824 fi 4825 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 4826 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 4827 case $ac_cv_c_bigendian in 4828 yes) 4829 4830 cat >>confdefs.h <<\_ACEOF 4831 #define WORDS_BIGENDIAN 1 4832 _ACEOF 4833 ;; 4834 no) 4835 ;; 4836 *) 4837 { { echo "$as_me:$LINENO: error: unknown endianness 4838 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 4839 echo "$as_me: error: unknown endianness 4840 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 4841 { (exit 1); exit 1; }; } ;; 4842 esac 4843 4844 4845 case $target in 4846 *mingw* | *cygw* | *win32* | *w32* ) 4847 cat >>confdefs.h <<\_ACEOF 4848 #define PJ_WIN32 1 4849 _ACEOF 4850 4851 cat >>confdefs.h <<\_ACEOF 4852 #define PJ_WIN32_WINNT 0x0400 4853 _ACEOF 4854 4855 cat >>confdefs.h <<\_ACEOF 4856 #define WIN32_LEAN_AND_MEAN 1 4857 _ACEOF 4858 4859 ;; 4860 *darwin*) 4861 cat >>confdefs.h <<\_ACEOF 4862 #define PJ_DARWINOS 1 4863 _ACEOF 4864 4865 ;; 4866 *linux*) 4867 cat >>confdefs.h <<\_ACEOF 4868 #define PJ_LINUX 1 4869 _ACEOF 4870 4871 ;; 4872 *rtems*) 4873 cat >>confdefs.h <<\_ACEOF 4874 #define PJ_RTEMS 1 4875 _ACEOF 4876 4877 ;; 4878 *sunos* | *solaris* ) 4879 cat >>confdefs.h <<\_ACEOF 4880 #define PJ_SUNOS 1 4881 _ACEOF 4882 4883 ;; 4884 *) 4885 ;; 4886 esac 4887 4888 4889 4890 4891 # Check whether --enable-floating-point was given. 4892 if test "${enable_floating_point+set}" = set; then 4893 enableval=$enable_floating_point; if test "$enable_floating_point" = "no"; then 4894 cat >>confdefs.h <<\_ACEOF 4895 #define PJ_HAS_FLOATING_POINT 0 4896 _ACEOF 4897 4898 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 4899 echo "${ECHO_T}Checking if floating point is disabled... yes" >&6; } 4900 fi 4901 else 4902 4903 cat >>confdefs.h <<\_ACEOF 4904 #define PJ_HAS_FLOATING_POINT 1 4905 _ACEOF 4906 4907 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 4908 echo "${ECHO_T}Checking if floating point is disabled... no" >&6; } 4909 4910 { echo "$as_me:$LINENO: checking for fmod in -lm" >&5 4911 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6; } 4912 if test "${ac_cv_lib_m_fmod+set}" = set; then 4913 echo $ECHO_N "(cached) $ECHO_C" >&6 4914 else 4915 ac_check_lib_save_LIBS=$LIBS 4916 LIBS="-lm $LIBS" 4917 cat >conftest.$ac_ext <<_ACEOF 4918 /* confdefs.h. */ 4919 _ACEOF 4920 cat confdefs.h >>conftest.$ac_ext 4921 cat >>conftest.$ac_ext <<_ACEOF 4922 /* end confdefs.h. */ 4923 4924 /* Override any GCC internal prototype to avoid an error. 4925 Use char because int might match the return type of a GCC 4926 builtin and then its argument prototype would still apply. */ 4927 #ifdef __cplusplus 4928 extern "C" 4929 #endif 4930 char fmod (); 4931 int 4932 main () 4933 { 4934 return fmod (); 4935 ; 4936 return 0; 4937 } 4938 _ACEOF 4939 rm -f conftest.$ac_objext conftest$ac_exeext 4940 if { (ac_try="$ac_link" 4941 case "(($ac_try" in 4942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4943 *) ac_try_echo=$ac_try;; 4944 esac 4945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4946 (eval "$ac_link") 2>conftest.er1 4947 ac_status=$? 4948 grep -v '^ *+' conftest.er1 >conftest.err 4949 rm -f conftest.er1 4950 cat conftest.err >&5 4951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4952 (exit $ac_status); } && { 4953 test -z "$ac_c_werror_flag" || 4954 test ! -s conftest.err 4955 } && test -s conftest$ac_exeext && 4956 $as_test_x conftest$ac_exeext; then 4957 ac_cv_lib_m_fmod=yes 4958 else 4959 echo "$as_me: failed program was:" >&5 4960 sed 's/^/| /' conftest.$ac_ext >&5 4961 4962 ac_cv_lib_m_fmod=no 4963 fi 4964 4965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4966 conftest$ac_exeext conftest.$ac_ext 4967 LIBS=$ac_check_lib_save_LIBS 4968 fi 4969 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 4970 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6; } 4971 if test $ac_cv_lib_m_fmod = yes; then 4972 cat >>confdefs.h <<_ACEOF 4973 #define HAVE_LIBM 1 4974 _ACEOF 4975 4976 LIBS="-lm $LIBS" 4977 4978 fi 4979 4980 4981 fi 4982 4983 4984 4397 4985 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4398 echo "$as_me:$LINENO: checking for arpa/inet.h" >&54399 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 4986 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 4987 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 4400 4988 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4401 4989 echo $ECHO_N "(cached) $ECHO_C" >&6 4402 4990 fi 4403 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&54404 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 4991 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 4992 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 4405 4993 else 4406 4994 # Is the header compilable? 4407 echo "$as_me:$LINENO: checking arpa/inet.h usability" >&54408 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 4995 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 4996 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } 4409 4997 cat >conftest.$ac_ext <<_ACEOF 4410 4998 /* confdefs.h. */ … … 4417 5005 _ACEOF 4418 5006 rm -f conftest.$ac_objext 4419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4420 (eval $ac_compile) 2>conftest.er1 5007 if { (ac_try="$ac_compile" 5008 case "(($ac_try" in 5009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5010 *) ac_try_echo=$ac_try;; 5011 esac 5012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5013 (eval "$ac_compile") 2>conftest.er1 4421 5014 ac_status=$? 4422 5015 grep -v '^ *+' conftest.er1 >conftest.err … … 4424 5017 cat conftest.err >&5 4425 5018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4426 (exit $ac_status); } && 4427 { ac_try='test -z "$ac_c_werror_flag" 4428 || test ! -s conftest.err' 4429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4430 (eval $ac_try) 2>&5 4431 ac_status=$? 4432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4433 (exit $ac_status); }; } && 4434 { ac_try='test -s conftest.$ac_objext' 4435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4436 (eval $ac_try) 2>&5 4437 ac_status=$? 4438 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4439 (exit $ac_status); }; }; then 5019 (exit $ac_status); } && { 5020 test -z "$ac_c_werror_flag" || 5021 test ! -s conftest.err 5022 } && test -s conftest.$ac_objext; then 4440 5023 ac_header_compiler=yes 4441 5024 else … … 4443 5026 sed 's/^/| /' conftest.$ac_ext >&5 4444 5027 4445 ac_header_compiler=no 4446 fi 4447 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4448 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4449 echo "${ECHO_T}$ac_header_compiler" >&6 5028 ac_header_compiler=no 5029 fi 5030 5031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5032 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5033 echo "${ECHO_T}$ac_header_compiler" >&6; } 4450 5034 4451 5035 # Is the header present? 4452 echo "$as_me:$LINENO: checking arpa/inet.h presence" >&54453 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 5036 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 5037 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } 4454 5038 cat >conftest.$ac_ext <<_ACEOF 4455 5039 /* confdefs.h. */ … … 4460 5044 #include <arpa/inet.h> 4461 5045 _ACEOF 4462 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4463 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5046 if { (ac_try="$ac_cpp conftest.$ac_ext" 5047 case "(($ac_try" in 5048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5049 *) ac_try_echo=$ac_try;; 5050 esac 5051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5052 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4464 5053 ac_status=$? 4465 5054 grep -v '^ *+' conftest.er1 >conftest.err … … 4467 5056 cat conftest.err >&5 4468 5057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4469 (exit $ac_status); } >/dev/null; then 4470 if test -s conftest.err; then 4471 ac_cpp_err=$ac_c_preproc_warn_flag 4472 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4473 else 4474 ac_cpp_err= 4475 fi 4476 else 4477 ac_cpp_err=yes 4478 fi 4479 if test -z "$ac_cpp_err"; then 5058 (exit $ac_status); } >/dev/null && { 5059 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5060 test ! -s conftest.err 5061 }; then 4480 5062 ac_header_preproc=yes 4481 5063 else … … 4485 5067 ac_header_preproc=no 4486 5068 fi 5069 4487 5070 rm -f conftest.err conftest.$ac_ext 4488 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54489 echo "${ECHO_T}$ac_header_preproc" >&6 5071 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5072 echo "${ECHO_T}$ac_header_preproc" >&6; } 4490 5073 4491 5074 # So? What about this header? … … 4511 5094 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 4512 5095 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 4513 ( 4514 cat <<\_ASBOX 4515 ## ------------------------------------ ## 4516 ## Report this to the pjproject lists. ## 4517 ## ------------------------------------ ## 4518 _ASBOX 4519 ) | 4520 sed "s/^/$as_me: WARNING: /" >&2 5096 4521 5097 ;; 4522 5098 esac 4523 echo "$as_me:$LINENO: checking for arpa/inet.h" >&54524 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 5099 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 5100 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 4525 5101 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4526 5102 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4528 5104 ac_cv_header_arpa_inet_h=$ac_header_preproc 4529 5105 fi 4530 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&54531 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 5106 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 5107 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 4532 5108 4533 5109 fi … … 4541 5117 4542 5118 if test "${ac_cv_header_assert_h+set}" = set; then 4543 echo "$as_me:$LINENO: checking for assert.h" >&54544 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6 5119 { echo "$as_me:$LINENO: checking for assert.h" >&5 5120 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 4545 5121 if test "${ac_cv_header_assert_h+set}" = set; then 4546 5122 echo $ECHO_N "(cached) $ECHO_C" >&6 4547 5123 fi 4548 echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&54549 echo "${ECHO_T}$ac_cv_header_assert_h" >&6 5124 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5125 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 4550 5126 else 4551 5127 # Is the header compilable? 4552 echo "$as_me:$LINENO: checking assert.h usability" >&54553 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6 5128 { echo "$as_me:$LINENO: checking assert.h usability" >&5 5129 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6; } 4554 5130 cat >conftest.$ac_ext <<_ACEOF 4555 5131 /* confdefs.h. */ … … 4562 5138 _ACEOF 4563 5139 rm -f conftest.$ac_objext 4564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4565 (eval $ac_compile) 2>conftest.er1 5140 if { (ac_try="$ac_compile" 5141 case "(($ac_try" in 5142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5143 *) ac_try_echo=$ac_try;; 5144 esac 5145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5146 (eval "$ac_compile") 2>conftest.er1 4566 5147 ac_status=$? 4567 5148 grep -v '^ *+' conftest.er1 >conftest.err … … 4569 5150 cat conftest.err >&5 4570 5151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4571 (exit $ac_status); } && 4572 { ac_try='test -z "$ac_c_werror_flag" 4573 || test ! -s conftest.err' 4574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4575 (eval $ac_try) 2>&5 4576 ac_status=$? 4577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4578 (exit $ac_status); }; } && 4579 { ac_try='test -s conftest.$ac_objext' 4580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4581 (eval $ac_try) 2>&5 4582 ac_status=$? 4583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4584 (exit $ac_status); }; }; then 5152 (exit $ac_status); } && { 5153 test -z "$ac_c_werror_flag" || 5154 test ! -s conftest.err 5155 } && test -s conftest.$ac_objext; then 4585 5156 ac_header_compiler=yes 4586 5157 else … … 4588 5159 sed 's/^/| /' conftest.$ac_ext >&5 4589 5160 4590 ac_header_compiler=no 4591 fi 4592 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4593 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4594 echo "${ECHO_T}$ac_header_compiler" >&6 5161 ac_header_compiler=no 5162 fi 5163 5164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5165 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5166 echo "${ECHO_T}$ac_header_compiler" >&6; } 4595 5167 4596 5168 # Is the header present? 4597 echo "$as_me:$LINENO: checking assert.h presence" >&54598 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6 5169 { echo "$as_me:$LINENO: checking assert.h presence" >&5 5170 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6; } 4599 5171 cat >conftest.$ac_ext <<_ACEOF 4600 5172 /* confdefs.h. */ … … 4605 5177 #include <assert.h> 4606 5178 _ACEOF 4607 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4608 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5179 if { (ac_try="$ac_cpp conftest.$ac_ext" 5180 case "(($ac_try" in 5181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5182 *) ac_try_echo=$ac_try;; 5183 esac 5184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5185 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4609 5186 ac_status=$? 4610 5187 grep -v '^ *+' conftest.er1 >conftest.err … … 4612 5189 cat conftest.err >&5 4613 5190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4614 (exit $ac_status); } >/dev/null; then 4615 if test -s conftest.err; then 4616 ac_cpp_err=$ac_c_preproc_warn_flag 4617 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4618 else 4619 ac_cpp_err= 4620 fi 4621 else 4622 ac_cpp_err=yes 4623 fi 4624 if test -z "$ac_cpp_err"; then 5191 (exit $ac_status); } >/dev/null && { 5192 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5193 test ! -s conftest.err 5194 }; then 4625 5195 ac_header_preproc=yes 4626 5196 else … … 4630 5200 ac_header_preproc=no 4631 5201 fi 5202 4632 5203 rm -f conftest.err conftest.$ac_ext 4633 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54634 echo "${ECHO_T}$ac_header_preproc" >&6 5204 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5205 echo "${ECHO_T}$ac_header_preproc" >&6; } 4635 5206 4636 5207 # So? What about this header? … … 4656 5227 { echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&5 4657 5228 echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 4658 ( 4659 cat <<\_ASBOX 4660 ## ------------------------------------ ## 4661 ## Report this to the pjproject lists. ## 4662 ## ------------------------------------ ## 4663 _ASBOX 4664 ) | 4665 sed "s/^/$as_me: WARNING: /" >&2 5229 4666 5230 ;; 4667 5231 esac 4668 echo "$as_me:$LINENO: checking for assert.h" >&54669 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6 5232 { echo "$as_me:$LINENO: checking for assert.h" >&5 5233 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 4670 5234 if test "${ac_cv_header_assert_h+set}" = set; then 4671 5235 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4673 5237 ac_cv_header_assert_h=$ac_header_preproc 4674 5238 fi 4675 echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&54676 echo "${ECHO_T}$ac_cv_header_assert_h" >&6 5239 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5240 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 4677 5241 4678 5242 fi … … 4686 5250 4687 5251 if test "${ac_cv_header_ctype_h+set}" = set; then 4688 echo "$as_me:$LINENO: checking for ctype.h" >&54689 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6 5252 { echo "$as_me:$LINENO: checking for ctype.h" >&5 5253 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 4690 5254 if test "${ac_cv_header_ctype_h+set}" = set; then 4691 5255 echo $ECHO_N "(cached) $ECHO_C" >&6 4692 5256 fi 4693 echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&54694 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6 5257 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5258 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 4695 5259 else 4696 5260 # Is the header compilable? 4697 echo "$as_me:$LINENO: checking ctype.h usability" >&54698 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6 5261 { echo "$as_me:$LINENO: checking ctype.h usability" >&5 5262 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6; } 4699 5263 cat >conftest.$ac_ext <<_ACEOF 4700 5264 /* confdefs.h. */ … … 4707 5271 _ACEOF 4708 5272 rm -f conftest.$ac_objext 4709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4710 (eval $ac_compile) 2>conftest.er1 5273 if { (ac_try="$ac_compile" 5274 case "(($ac_try" in 5275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5276 *) ac_try_echo=$ac_try;; 5277 esac 5278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5279 (eval "$ac_compile") 2>conftest.er1 4711 5280 ac_status=$? 4712 5281 grep -v '^ *+' conftest.er1 >conftest.err … … 4714 5283 cat conftest.err >&5 4715 5284 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4716 (exit $ac_status); } && 4717 { ac_try='test -z "$ac_c_werror_flag" 4718 || test ! -s conftest.err' 4719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4720 (eval $ac_try) 2>&5 4721 ac_status=$? 4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4723 (exit $ac_status); }; } && 4724 { ac_try='test -s conftest.$ac_objext' 4725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4726 (eval $ac_try) 2>&5 4727 ac_status=$? 4728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4729 (exit $ac_status); }; }; then 5285 (exit $ac_status); } && { 5286 test -z "$ac_c_werror_flag" || 5287 test ! -s conftest.err 5288 } && test -s conftest.$ac_objext; then 4730 5289 ac_header_compiler=yes 4731 5290 else … … 4733 5292 sed 's/^/| /' conftest.$ac_ext >&5 4734 5293 4735 ac_header_compiler=no 4736 fi 4737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4738 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4739 echo "${ECHO_T}$ac_header_compiler" >&6 5294 ac_header_compiler=no 5295 fi 5296 5297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5298 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5299 echo "${ECHO_T}$ac_header_compiler" >&6; } 4740 5300 4741 5301 # Is the header present? 4742 echo "$as_me:$LINENO: checking ctype.h presence" >&54743 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6 5302 { echo "$as_me:$LINENO: checking ctype.h presence" >&5 5303 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6; } 4744 5304 cat >conftest.$ac_ext <<_ACEOF 4745 5305 /* confdefs.h. */ … … 4750 5310 #include <ctype.h> 4751 5311 _ACEOF 4752 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4753 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5312 if { (ac_try="$ac_cpp conftest.$ac_ext" 5313 case "(($ac_try" in 5314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5315 *) ac_try_echo=$ac_try;; 5316 esac 5317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5318 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4754 5319 ac_status=$? 4755 5320 grep -v '^ *+' conftest.er1 >conftest.err … … 4757 5322 cat conftest.err >&5 4758 5323 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4759 (exit $ac_status); } >/dev/null; then 4760 if test -s conftest.err; then 4761 ac_cpp_err=$ac_c_preproc_warn_flag 4762 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4763 else 4764 ac_cpp_err= 4765 fi 4766 else 4767 ac_cpp_err=yes 4768 fi 4769 if test -z "$ac_cpp_err"; then 5324 (exit $ac_status); } >/dev/null && { 5325 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5326 test ! -s conftest.err 5327 }; then 4770 5328 ac_header_preproc=yes 4771 5329 else … … 4775 5333 ac_header_preproc=no 4776 5334 fi 5335 4777 5336 rm -f conftest.err conftest.$ac_ext 4778 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54779 echo "${ECHO_T}$ac_header_preproc" >&6 5337 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5338 echo "${ECHO_T}$ac_header_preproc" >&6; } 4780 5339 4781 5340 # So? What about this header? … … 4801 5360 { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5 4802 5361 echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 4803 ( 4804 cat <<\_ASBOX 4805 ## ------------------------------------ ## 4806 ## Report this to the pjproject lists. ## 4807 ## ------------------------------------ ## 4808 _ASBOX 4809 ) | 4810 sed "s/^/$as_me: WARNING: /" >&2 5362 4811 5363 ;; 4812 5364 esac 4813 echo "$as_me:$LINENO: checking for ctype.h" >&54814 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6 5365 { echo "$as_me:$LINENO: checking for ctype.h" >&5 5366 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 4815 5367 if test "${ac_cv_header_ctype_h+set}" = set; then 4816 5368 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4818 5370 ac_cv_header_ctype_h=$ac_header_preproc 4819 5371 fi 4820 echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&54821 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6 5372 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5373 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 4822 5374 4823 5375 fi … … 4840 5392 *) 4841 5393 if test "${ac_cv_header_errno_h+set}" = set; then 4842 echo "$as_me:$LINENO: checking for errno.h" >&54843 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6 5394 { echo "$as_me:$LINENO: checking for errno.h" >&5 5395 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 4844 5396 if test "${ac_cv_header_errno_h+set}" = set; then 4845 5397 echo $ECHO_N "(cached) $ECHO_C" >&6 4846 5398 fi 4847 echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&54848 echo "${ECHO_T}$ac_cv_header_errno_h" >&6 5399 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 5400 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 4849 5401 else 4850 5402 # Is the header compilable? 4851 echo "$as_me:$LINENO: checking errno.h usability" >&54852 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6 5403 { echo "$as_me:$LINENO: checking errno.h usability" >&5 5404 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6; } 4853 5405 cat >conftest.$ac_ext <<_ACEOF 4854 5406 /* confdefs.h. */ … … 4861 5413 _ACEOF 4862 5414 rm -f conftest.$ac_objext 4863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4864 (eval $ac_compile) 2>conftest.er1 5415 if { (ac_try="$ac_compile" 5416 case "(($ac_try" in 5417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5418 *) ac_try_echo=$ac_try;; 5419 esac 5420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5421 (eval "$ac_compile") 2>conftest.er1 4865 5422 ac_status=$? 4866 5423 grep -v '^ *+' conftest.er1 >conftest.err … … 4868 5425 cat conftest.err >&5 4869 5426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4870 (exit $ac_status); } && 4871 { ac_try='test -z "$ac_c_werror_flag" 4872 || test ! -s conftest.err' 4873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4874 (eval $ac_try) 2>&5 4875 ac_status=$? 4876 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4877 (exit $ac_status); }; } && 4878 { ac_try='test -s conftest.$ac_objext' 4879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4880 (eval $ac_try) 2>&5 4881 ac_status=$? 4882 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4883 (exit $ac_status); }; }; then 5427 (exit $ac_status); } && { 5428 test -z "$ac_c_werror_flag" || 5429 test ! -s conftest.err 5430 } && test -s conftest.$ac_objext; then 4884 5431 ac_header_compiler=yes 4885 5432 else … … 4887 5434 sed 's/^/| /' conftest.$ac_ext >&5 4888 5435 4889 ac_header_compiler=no 4890 fi 4891 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4892 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4893 echo "${ECHO_T}$ac_header_compiler" >&6 5436 ac_header_compiler=no 5437 fi 5438 5439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5440 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5441 echo "${ECHO_T}$ac_header_compiler" >&6; } 4894 5442 4895 5443 # Is the header present? 4896 echo "$as_me:$LINENO: checking errno.h presence" >&54897 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6 5444 { echo "$as_me:$LINENO: checking errno.h presence" >&5 5445 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6; } 4898 5446 cat >conftest.$ac_ext <<_ACEOF 4899 5447 /* confdefs.h. */ … … 4904 5452 #include <errno.h> 4905 5453 _ACEOF 4906 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4907 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5454 if { (ac_try="$ac_cpp conftest.$ac_ext" 5455 case "(($ac_try" in 5456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5457 *) ac_try_echo=$ac_try;; 5458 esac 5459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5460 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4908 5461 ac_status=$? 4909 5462 grep -v '^ *+' conftest.er1 >conftest.err … … 4911 5464 cat conftest.err >&5 4912 5465 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4913 (exit $ac_status); } >/dev/null; then 4914 if test -s conftest.err; then 4915 ac_cpp_err=$ac_c_preproc_warn_flag 4916 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4917 else 4918 ac_cpp_err= 4919 fi 4920 else 4921 ac_cpp_err=yes 4922 fi 4923 if test -z "$ac_cpp_err"; then 5466 (exit $ac_status); } >/dev/null && { 5467 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5468 test ! -s conftest.err 5469 }; then 4924 5470 ac_header_preproc=yes 4925 5471 else … … 4929 5475 ac_header_preproc=no 4930 5476 fi 5477 4931 5478 rm -f conftest.err conftest.$ac_ext 4932 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54933 echo "${ECHO_T}$ac_header_preproc" >&6 5479 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5480 echo "${ECHO_T}$ac_header_preproc" >&6; } 4934 5481 4935 5482 # So? What about this header? … … 4955 5502 { echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&5 4956 5503 echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;} 4957 ( 4958 cat <<\_ASBOX 4959 ## ------------------------------------ ## 4960 ## Report this to the pjproject lists. ## 4961 ## ------------------------------------ ## 4962 _ASBOX 4963 ) | 4964 sed "s/^/$as_me: WARNING: /" >&2 5504 4965 5505 ;; 4966 5506 esac 4967 echo "$as_me:$LINENO: checking for errno.h" >&54968 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6 5507 { echo "$as_me:$LINENO: checking for errno.h" >&5 5508 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 4969 5509 if test "${ac_cv_header_errno_h+set}" = set; then 4970 5510 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4972 5512 ac_cv_header_errno_h=$ac_header_preproc 4973 5513 fi 4974 echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&54975 echo "${ECHO_T}$ac_cv_header_errno_h" >&6 5514 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 5515 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 4976 5516 4977 5517 fi … … 4988 5528 4989 5529 if test "${ac_cv_header_fcntl_h+set}" = set; then 4990 echo "$as_me:$LINENO: checking for fcntl.h" >&54991 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6 5530 { echo "$as_me:$LINENO: checking for fcntl.h" >&5 5531 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 4992 5532 if test "${ac_cv_header_fcntl_h+set}" = set; then 4993 5533 echo $ECHO_N "(cached) $ECHO_C" >&6 4994 5534 fi 4995 echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&54996 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6 5535 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 5536 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 4997 5537 else 4998 5538 # Is the header compilable? 4999 echo "$as_me:$LINENO: checking fcntl.h usability" >&55000 echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6 5539 { echo "$as_me:$LINENO: checking fcntl.h usability" >&5 5540 echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6; } 5001 5541 cat >conftest.$ac_ext <<_ACEOF 5002 5542 /* confdefs.h. */ … … 5009 5549 _ACEOF 5010 5550 rm -f conftest.$ac_objext 5011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5012 (eval $ac_compile) 2>conftest.er1 5551 if { (ac_try="$ac_compile" 5552 case "(($ac_try" in 5553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5554 *) ac_try_echo=$ac_try;; 5555 esac 5556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5557 (eval "$ac_compile") 2>conftest.er1 5013 5558 ac_status=$? 5014 5559 grep -v '^ *+' conftest.er1 >conftest.err … … 5016 5561 cat conftest.err >&5 5017 5562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5018 (exit $ac_status); } && 5019 { ac_try='test -z "$ac_c_werror_flag" 5020 || test ! -s conftest.err' 5021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5022 (eval $ac_try) 2>&5 5023 ac_status=$? 5024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5025 (exit $ac_status); }; } && 5026 { ac_try='test -s conftest.$ac_objext' 5027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5028 (eval $ac_try) 2>&5 5029 ac_status=$? 5030 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5031 (exit $ac_status); }; }; then 5563 (exit $ac_status); } && { 5564 test -z "$ac_c_werror_flag" || 5565 test ! -s conftest.err 5566 } && test -s conftest.$ac_objext; then 5032 5567 ac_header_compiler=yes 5033 5568 else … … 5035 5570 sed 's/^/| /' conftest.$ac_ext >&5 5036 5571 5037 ac_header_compiler=no 5038 fi 5039 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5040 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5041 echo "${ECHO_T}$ac_header_compiler" >&6 5572 ac_header_compiler=no 5573 fi 5574 5575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5576 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5577 echo "${ECHO_T}$ac_header_compiler" >&6; } 5042 5578 5043 5579 # Is the header present? 5044 echo "$as_me:$LINENO: checking fcntl.h presence" >&55045 echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6 5580 { echo "$as_me:$LINENO: checking fcntl.h presence" >&5 5581 echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6; } 5046 5582 cat >conftest.$ac_ext <<_ACEOF 5047 5583 /* confdefs.h. */ … … 5052 5588 #include <fcntl.h> 5053 5589 _ACEOF 5054 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5055 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5590 if { (ac_try="$ac_cpp conftest.$ac_ext" 5591 case "(($ac_try" in 5592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5593 *) ac_try_echo=$ac_try;; 5594 esac 5595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5596 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5056 5597 ac_status=$? 5057 5598 grep -v '^ *+' conftest.er1 >conftest.err … … 5059 5600 cat conftest.err >&5 5060 5601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5061 (exit $ac_status); } >/dev/null; then 5062 if test -s conftest.err; then 5063 ac_cpp_err=$ac_c_preproc_warn_flag 5064 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5065 else 5066 ac_cpp_err= 5067 fi 5068 else 5069 ac_cpp_err=yes 5070 fi 5071 if test -z "$ac_cpp_err"; then 5602 (exit $ac_status); } >/dev/null && { 5603 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5604 test ! -s conftest.err 5605 }; then 5072 5606 ac_header_preproc=yes 5073 5607 else … … 5077 5611 ac_header_preproc=no 5078 5612 fi 5613 5079 5614 rm -f conftest.err conftest.$ac_ext 5080 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55081 echo "${ECHO_T}$ac_header_preproc" >&6 5615 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5616 echo "${ECHO_T}$ac_header_preproc" >&6; } 5082 5617 5083 5618 # So? What about this header? … … 5103 5638 { echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&5 5104 5639 echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;} 5105 ( 5106 cat <<\_ASBOX 5107 ## ------------------------------------ ## 5108 ## Report this to the pjproject lists. ## 5109 ## ------------------------------------ ## 5110 _ASBOX 5111 ) | 5112 sed "s/^/$as_me: WARNING: /" >&2 5640 5113 5641 ;; 5114 5642 esac 5115 echo "$as_me:$LINENO: checking for fcntl.h" >&55116 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6 5643 { echo "$as_me:$LINENO: checking for fcntl.h" >&5 5644 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 5117 5645 if test "${ac_cv_header_fcntl_h+set}" = set; then 5118 5646 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5120 5648 ac_cv_header_fcntl_h=$ac_header_preproc 5121 5649 fi 5122 echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&55123 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6 5650 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 5651 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 5124 5652 5125 5653 fi … … 5133 5661 5134 5662 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5135 echo "$as_me:$LINENO: checking for linux/socket.h" >&55136 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6 5663 { echo "$as_me:$LINENO: checking for linux/socket.h" >&5 5664 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 5137 5665 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5138 5666 echo $ECHO_N "(cached) $ECHO_C" >&6 5139 5667 fi 5140 echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&55141 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6 5668 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 5669 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 5142 5670 else 5143 5671 # Is the header compilable? 5144 echo "$as_me:$LINENO: checking linux/socket.h usability" >&55145 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6 5672 { echo "$as_me:$LINENO: checking linux/socket.h usability" >&5 5673 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6; } 5146 5674 cat >conftest.$ac_ext <<_ACEOF 5147 5675 /* confdefs.h. */ … … 5154 5682 _ACEOF 5155 5683 rm -f conftest.$ac_objext 5156 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5157 (eval $ac_compile) 2>conftest.er1 5684 if { (ac_try="$ac_compile" 5685 case "(($ac_try" in 5686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5687 *) ac_try_echo=$ac_try;; 5688 esac 5689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5690 (eval "$ac_compile") 2>conftest.er1 5158 5691 ac_status=$? 5159 5692 grep -v '^ *+' conftest.er1 >conftest.err … … 5161 5694 cat conftest.err >&5 5162 5695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5163 (exit $ac_status); } && 5164 { ac_try='test -z "$ac_c_werror_flag" 5165 || test ! -s conftest.err' 5166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5167 (eval $ac_try) 2>&5 5168 ac_status=$? 5169 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5170 (exit $ac_status); }; } && 5171 { ac_try='test -s conftest.$ac_objext' 5172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5173 (eval $ac_try) 2>&5 5174 ac_status=$? 5175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5176 (exit $ac_status); }; }; then 5696 (exit $ac_status); } && { 5697 test -z "$ac_c_werror_flag" || 5698 test ! -s conftest.err 5699 } && test -s conftest.$ac_objext; then 5177 5700 ac_header_compiler=yes 5178 5701 else … … 5180 5703 sed 's/^/| /' conftest.$ac_ext >&5 5181 5704 5182 ac_header_compiler=no 5183 fi 5184 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5185 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5186 echo "${ECHO_T}$ac_header_compiler" >&6 5705 ac_header_compiler=no 5706 fi 5707 5708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5709 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5710 echo "${ECHO_T}$ac_header_compiler" >&6; } 5187 5711 5188 5712 # Is the header present? 5189 echo "$as_me:$LINENO: checking linux/socket.h presence" >&55190 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6 5713 { echo "$as_me:$LINENO: checking linux/socket.h presence" >&5 5714 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6; } 5191 5715 cat >conftest.$ac_ext <<_ACEOF 5192 5716 /* confdefs.h. */ … … 5197 5721 #include <linux/socket.h> 5198 5722 _ACEOF 5199 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5200 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5723 if { (ac_try="$ac_cpp conftest.$ac_ext" 5724 case "(($ac_try" in 5725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5726 *) ac_try_echo=$ac_try;; 5727 esac 5728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5729 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5201 5730 ac_status=$? 5202 5731 grep -v '^ *+' conftest.er1 >conftest.err … … 5204 5733 cat conftest.err >&5 5205 5734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5206 (exit $ac_status); } >/dev/null; then 5207 if test -s conftest.err; then 5208 ac_cpp_err=$ac_c_preproc_warn_flag 5209 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5210 else 5211 ac_cpp_err= 5212 fi 5213 else 5214 ac_cpp_err=yes 5215 fi 5216 if test -z "$ac_cpp_err"; then 5735 (exit $ac_status); } >/dev/null && { 5736 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5737 test ! -s conftest.err 5738 }; then 5217 5739 ac_header_preproc=yes 5218 5740 else … … 5222 5744 ac_header_preproc=no 5223 5745 fi 5746 5224 5747 rm -f conftest.err conftest.$ac_ext 5225 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55226 echo "${ECHO_T}$ac_header_preproc" >&6 5748 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5749 echo "${ECHO_T}$ac_header_preproc" >&6; } 5227 5750 5228 5751 # So? What about this header? … … 5248 5771 { echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&5 5249 5772 echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;} 5250 ( 5251 cat <<\_ASBOX 5252 ## ------------------------------------ ## 5253 ## Report this to the pjproject lists. ## 5254 ## ------------------------------------ ## 5255 _ASBOX 5256 ) | 5257 sed "s/^/$as_me: WARNING: /" >&2 5773 5258 5774 ;; 5259 5775 esac 5260 echo "$as_me:$LINENO: checking for linux/socket.h" >&55261 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6 5776 { echo "$as_me:$LINENO: checking for linux/socket.h" >&5 5777 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 5262 5778 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5263 5779 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5265 5781 ac_cv_header_linux_socket_h=$ac_header_preproc 5266 5782 fi 5267 echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&55268 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6 5783 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 5784 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 5269 5785 5270 5786 fi … … 5278 5794 5279 5795 if test "${ac_cv_header_malloc_h+set}" = set; then 5280 echo "$as_me:$LINENO: checking for malloc.h" >&55281 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 5796 { echo "$as_me:$LINENO: checking for malloc.h" >&5 5797 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 5282 5798 if test "${ac_cv_header_malloc_h+set}" = set; then 5283 5799 echo $ECHO_N "(cached) $ECHO_C" >&6 5284 5800 fi 5285 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&55286 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 5801 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 5802 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 5287 5803 else 5288 5804 # Is the header compilable? 5289 echo "$as_me:$LINENO: checking malloc.h usability" >&55290 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6 5805 { echo "$as_me:$LINENO: checking malloc.h usability" >&5 5806 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; } 5291 5807 cat >conftest.$ac_ext <<_ACEOF 5292 5808 /* confdefs.h. */ … … 5299 5815 _ACEOF 5300 5816 rm -f conftest.$ac_objext 5301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5302 (eval $ac_compile) 2>conftest.er1 5817 if { (ac_try="$ac_compile" 5818 case "(($ac_try" in 5819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5820 *) ac_try_echo=$ac_try;; 5821 esac 5822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5823 (eval "$ac_compile") 2>conftest.er1 5303 5824 ac_status=$? 5304 5825 grep -v '^ *+' conftest.er1 >conftest.err … … 5306 5827 cat conftest.err >&5 5307 5828 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5308 (exit $ac_status); } && 5309 { ac_try='test -z "$ac_c_werror_flag" 5310 || test ! -s conftest.err' 5311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5312 (eval $ac_try) 2>&5 5313 ac_status=$? 5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5315 (exit $ac_status); }; } && 5316 { ac_try='test -s conftest.$ac_objext' 5317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5318 (eval $ac_try) 2>&5 5319 ac_status=$? 5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5321 (exit $ac_status); }; }; then 5829 (exit $ac_status); } && { 5830 test -z "$ac_c_werror_flag" || 5831 test ! -s conftest.err 5832 } && test -s conftest.$ac_objext; then 5322 5833 ac_header_compiler=yes 5323 5834 else … … 5325 5836 sed 's/^/| /' conftest.$ac_ext >&5 5326 5837 5327 ac_header_compiler=no 5328 fi 5329 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5330 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5331 echo "${ECHO_T}$ac_header_compiler" >&6 5838 ac_header_compiler=no 5839 fi 5840 5841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5842 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5843 echo "${ECHO_T}$ac_header_compiler" >&6; } 5332 5844 5333 5845 # Is the header present? 5334 echo "$as_me:$LINENO: checking malloc.h presence" >&55335 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6 5846 { echo "$as_me:$LINENO: checking malloc.h presence" >&5 5847 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; } 5336 5848 cat >conftest.$ac_ext <<_ACEOF 5337 5849 /* confdefs.h. */ … … 5342 5854 #include <malloc.h> 5343 5855 _ACEOF 5344 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5345 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5856 if { (ac_try="$ac_cpp conftest.$ac_ext" 5857 case "(($ac_try" in 5858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5859 *) ac_try_echo=$ac_try;; 5860 esac 5861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5862 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5346 5863 ac_status=$? 5347 5864 grep -v '^ *+' conftest.er1 >conftest.err … … 5349 5866 cat conftest.err >&5 5350 5867 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5351 (exit $ac_status); } >/dev/null; then 5352 if test -s conftest.err; then 5353 ac_cpp_err=$ac_c_preproc_warn_flag 5354 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5355 else 5356 ac_cpp_err= 5357 fi 5358 else 5359 ac_cpp_err=yes 5360 fi 5361 if test -z "$ac_cpp_err"; then 5868 (exit $ac_status); } >/dev/null && { 5869 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5870 test ! -s conftest.err 5871 }; then 5362 5872 ac_header_preproc=yes 5363 5873 else … … 5367 5877 ac_header_preproc=no 5368 5878 fi 5879 5369 5880 rm -f conftest.err conftest.$ac_ext 5370 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55371 echo "${ECHO_T}$ac_header_preproc" >&6 5881 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5882 echo "${ECHO_T}$ac_header_preproc" >&6; } 5372 5883 5373 5884 # So? What about this header? … … 5393 5904 { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 5394 5905 echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} 5395 ( 5396 cat <<\_ASBOX 5397 ## ------------------------------------ ## 5398 ## Report this to the pjproject lists. ## 5399 ## ------------------------------------ ## 5400 _ASBOX 5401 ) | 5402 sed "s/^/$as_me: WARNING: /" >&2 5906 5403 5907 ;; 5404 5908 esac 5405 echo "$as_me:$LINENO: checking for malloc.h" >&55406 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 5909 { echo "$as_me:$LINENO: checking for malloc.h" >&5 5910 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 5407 5911 if test "${ac_cv_header_malloc_h+set}" = set; then 5408 5912 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5410 5914 ac_cv_header_malloc_h=$ac_header_preproc 5411 5915 fi 5412 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&55413 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 5916 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 5917 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 5414 5918 5415 5919 fi … … 5423 5927 5424 5928 if test "${ac_cv_header_netdb_h+set}" = set; then 5425 echo "$as_me:$LINENO: checking for netdb.h" >&55426 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6 5929 { echo "$as_me:$LINENO: checking for netdb.h" >&5 5930 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 5427 5931 if test "${ac_cv_header_netdb_h+set}" = set; then 5428 5932 echo $ECHO_N "(cached) $ECHO_C" >&6 5429 5933 fi 5430 echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&55431 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6 5934 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 5935 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 5432 5936 else 5433 5937 # Is the header compilable? 5434 echo "$as_me:$LINENO: checking netdb.h usability" >&55435 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6 5938 { echo "$as_me:$LINENO: checking netdb.h usability" >&5 5939 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6; } 5436 5940 cat >conftest.$ac_ext <<_ACEOF 5437 5941 /* confdefs.h. */ … … 5444 5948 _ACEOF 5445 5949 rm -f conftest.$ac_objext 5446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5447 (eval $ac_compile) 2>conftest.er1 5950 if { (ac_try="$ac_compile" 5951 case "(($ac_try" in 5952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5953 *) ac_try_echo=$ac_try;; 5954 esac 5955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5956 (eval "$ac_compile") 2>conftest.er1 5448 5957 ac_status=$? 5449 5958 grep -v '^ *+' conftest.er1 >conftest.err … … 5451 5960 cat conftest.err >&5 5452 5961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5453 (exit $ac_status); } && 5454 { ac_try='test -z "$ac_c_werror_flag" 5455 || test ! -s conftest.err' 5456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5457 (eval $ac_try) 2>&5 5458 ac_status=$? 5459 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5460 (exit $ac_status); }; } && 5461 { ac_try='test -s conftest.$ac_objext' 5462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5463 (eval $ac_try) 2>&5 5464 ac_status=$? 5465 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5466 (exit $ac_status); }; }; then 5962 (exit $ac_status); } && { 5963 test -z "$ac_c_werror_flag" || 5964 test ! -s conftest.err 5965 } && test -s conftest.$ac_objext; then 5467 5966 ac_header_compiler=yes 5468 5967 else … … 5470 5969 sed 's/^/| /' conftest.$ac_ext >&5 5471 5970 5472 ac_header_compiler=no 5473 fi 5474 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5475 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5476 echo "${ECHO_T}$ac_header_compiler" >&6 5971 ac_header_compiler=no 5972 fi 5973 5974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5975 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5976 echo "${ECHO_T}$ac_header_compiler" >&6; } 5477 5977 5478 5978 # Is the header present? 5479 echo "$as_me:$LINENO: checking netdb.h presence" >&55480 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6 5979 { echo "$as_me:$LINENO: checking netdb.h presence" >&5 5980 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6; } 5481 5981 cat >conftest.$ac_ext <<_ACEOF 5482 5982 /* confdefs.h. */ … … 5487 5987 #include <netdb.h> 5488 5988 _ACEOF 5489 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5490 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5989 if { (ac_try="$ac_cpp conftest.$ac_ext" 5990 case "(($ac_try" in 5991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5992 *) ac_try_echo=$ac_try;; 5993 esac 5994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5995 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5491 5996 ac_status=$? 5492 5997 grep -v '^ *+' conftest.er1 >conftest.err … … 5494 5999 cat conftest.err >&5 5495 6000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5496 (exit $ac_status); } >/dev/null; then 5497 if test -s conftest.err; then 5498 ac_cpp_err=$ac_c_preproc_warn_flag 5499 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5500 else 5501 ac_cpp_err= 5502 fi 5503 else 5504 ac_cpp_err=yes 5505 fi 5506 if test -z "$ac_cpp_err"; then 6001 (exit $ac_status); } >/dev/null && { 6002 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6003 test ! -s conftest.err 6004 }; then 5507 6005 ac_header_preproc=yes 5508 6006 else … … 5512 6010 ac_header_preproc=no 5513 6011 fi 6012 5514 6013 rm -f conftest.err conftest.$ac_ext 5515 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55516 echo "${ECHO_T}$ac_header_preproc" >&6 6014 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6015 echo "${ECHO_T}$ac_header_preproc" >&6; } 5517 6016 5518 6017 # So? What about this header? … … 5538 6037 { echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&5 5539 6038 echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;} 5540 ( 5541 cat <<\_ASBOX 5542 ## ------------------------------------ ## 5543 ## Report this to the pjproject lists. ## 5544 ## ------------------------------------ ## 5545 _ASBOX 5546 ) | 5547 sed "s/^/$as_me: WARNING: /" >&2 6039 5548 6040 ;; 5549 6041 esac 5550 echo "$as_me:$LINENO: checking for netdb.h" >&55551 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6 6042 { echo "$as_me:$LINENO: checking for netdb.h" >&5 6043 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 5552 6044 if test "${ac_cv_header_netdb_h+set}" = set; then 5553 6045 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5555 6047 ac_cv_header_netdb_h=$ac_header_preproc 5556 6048 fi 5557 echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&55558 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6 6049 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 6050 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 5559 6051 5560 6052 fi … … 5568 6060 5569 6061 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 5570 echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&55571 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6 6062 { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 6063 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 5572 6064 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 5573 6065 echo $ECHO_N "(cached) $ECHO_C" >&6 5574 6066 fi 5575 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&55576 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6 6067 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 6068 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 5577 6069 else 5578 6070 # Is the header compilable? 5579 echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&55580 echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6 6071 { echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&5 6072 echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6; } 5581 6073 cat >conftest.$ac_ext <<_ACEOF 5582 6074 /* confdefs.h. */ … … 5589 6081 _ACEOF 5590 6082 rm -f conftest.$ac_objext 5591 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5592 (eval $ac_compile) 2>conftest.er1 6083 if { (ac_try="$ac_compile" 6084 case "(($ac_try" in 6085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6086 *) ac_try_echo=$ac_try;; 6087 esac 6088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6089 (eval "$ac_compile") 2>conftest.er1 5593 6090 ac_status=$? 5594 6091 grep -v '^ *+' conftest.er1 >conftest.err … … 5596 6093 cat conftest.err >&5 5597 6094 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5598 (exit $ac_status); } && 5599 { ac_try='test -z "$ac_c_werror_flag" 5600 || test ! -s conftest.err' 5601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5602 (eval $ac_try) 2>&5 5603 ac_status=$? 5604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5605 (exit $ac_status); }; } && 5606 { ac_try='test -s conftest.$ac_objext' 5607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5608 (eval $ac_try) 2>&5 5609 ac_status=$? 5610 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5611 (exit $ac_status); }; }; then 6095 (exit $ac_status); } && { 6096 test -z "$ac_c_werror_flag" || 6097 test ! -s conftest.err 6098 } && test -s conftest.$ac_objext; then 5612 6099 ac_header_compiler=yes 5613 6100 else … … 5615 6102 sed 's/^/| /' conftest.$ac_ext >&5 5616 6103 5617 ac_header_compiler=no 5618 fi 5619 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5620 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5621 echo "${ECHO_T}$ac_header_compiler" >&6 6104 ac_header_compiler=no 6105 fi 6106 6107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6108 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6109 echo "${ECHO_T}$ac_header_compiler" >&6; } 5622 6110 5623 6111 # Is the header present? 5624 echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&55625 echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6 6112 { echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&5 6113 echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6; } 5626 6114 cat >conftest.$ac_ext <<_ACEOF 5627 6115 /* confdefs.h. */ … … 5632 6120 #include <netinet/in_systm.h> 5633 6121 _ACEOF 5634 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5635 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6122 if { (ac_try="$ac_cpp conftest.$ac_ext" 6123 case "(($ac_try" in 6124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6125 *) ac_try_echo=$ac_try;; 6126 esac 6127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6128 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5636 6129 ac_status=$? 5637 6130 grep -v '^ *+' conftest.er1 >conftest.err … … 5639 6132 cat conftest.err >&5 5640 6133 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5641 (exit $ac_status); } >/dev/null; then 5642 if test -s conftest.err; then 5643 ac_cpp_err=$ac_c_preproc_warn_flag 5644 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5645 else 5646 ac_cpp_err= 5647 fi 5648 else 5649 ac_cpp_err=yes 5650 fi 5651 if test -z "$ac_cpp_err"; then 6134 (exit $ac_status); } >/dev/null && { 6135 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6136 test ! -s conftest.err 6137 }; then 5652 6138 ac_header_preproc=yes 5653 6139 else … … 5657 6143 ac_header_preproc=no 5658 6144 fi 6145 5659 6146 rm -f conftest.err conftest.$ac_ext 5660 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55661 echo "${ECHO_T}$ac_header_preproc" >&6 6147 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6148 echo "${ECHO_T}$ac_header_preproc" >&6; } 5662 6149 5663 6150 # So? What about this header? … … 5683 6170 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&5 5684 6171 echo "$as_me: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&2;} 5685 ( 5686 cat <<\_ASBOX 5687 ## ------------------------------------ ## 5688 ## Report this to the pjproject lists. ## 5689 ## ------------------------------------ ## 5690 _ASBOX 5691 ) | 5692 sed "s/^/$as_me: WARNING: /" >&2 6172 5693 6173 ;; 5694 6174 esac 5695 echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&55696 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6 6175 { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 6176 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 5697 6177 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 5698 6178 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5700 6180 ac_cv_header_netinet_in_systm_h=$ac_header_preproc 5701 6181 fi 5702 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&55703 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6 6182 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 6183 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 5704 6184 5705 6185 fi … … 5713 6193 5714 6194 if test "${ac_cv_header_netinet_in_h+set}" = set; then 5715 echo "$as_me:$LINENO: checking for netinet/in.h" >&55716 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 6195 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 6196 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 5717 6197 if test "${ac_cv_header_netinet_in_h+set}" = set; then 5718 6198 echo $ECHO_N "(cached) $ECHO_C" >&6 5719 6199 fi 5720 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&55721 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 6200 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 6201 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 5722 6202 else 5723 6203 # Is the header compilable? 5724 echo "$as_me:$LINENO: checking netinet/in.h usability" >&55725 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 6204 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 6205 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; } 5726 6206 cat >conftest.$ac_ext <<_ACEOF 5727 6207 /* confdefs.h. */ … … 5734 6214 _ACEOF 5735 6215 rm -f conftest.$ac_objext 5736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5737 (eval $ac_compile) 2>conftest.er1 6216 if { (ac_try="$ac_compile" 6217 case "(($ac_try" in 6218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6219 *) ac_try_echo=$ac_try;; 6220 esac 6221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6222 (eval "$ac_compile") 2>conftest.er1 5738 6223 ac_status=$? 5739 6224 grep -v '^ *+' conftest.er1 >conftest.err … … 5741 6226 cat conftest.err >&5 5742 6227 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5743 (exit $ac_status); } && 5744 { ac_try='test -z "$ac_c_werror_flag" 5745 || test ! -s conftest.err' 5746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5747 (eval $ac_try) 2>&5 5748 ac_status=$? 5749 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5750 (exit $ac_status); }; } && 5751 { ac_try='test -s conftest.$ac_objext' 5752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5753 (eval $ac_try) 2>&5 5754 ac_status=$? 5755 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5756 (exit $ac_status); }; }; then 6228 (exit $ac_status); } && { 6229 test -z "$ac_c_werror_flag" || 6230 test ! -s conftest.err 6231 } && test -s conftest.$ac_objext; then 5757 6232 ac_header_compiler=yes 5758 6233 else … … 5760 6235 sed 's/^/| /' conftest.$ac_ext >&5 5761 6236 5762 ac_header_compiler=no 5763 fi 5764 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5765 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5766 echo "${ECHO_T}$ac_header_compiler" >&6 6237 ac_header_compiler=no 6238 fi 6239 6240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6241 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6242 echo "${ECHO_T}$ac_header_compiler" >&6; } 5767 6243 5768 6244 # Is the header present? 5769 echo "$as_me:$LINENO: checking netinet/in.h presence" >&55770 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 6245 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 6246 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; } 5771 6247 cat >conftest.$ac_ext <<_ACEOF 5772 6248 /* confdefs.h. */ … … 5777 6253 #include <netinet/in.h> 5778 6254 _ACEOF 5779 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5780 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6255 if { (ac_try="$ac_cpp conftest.$ac_ext" 6256 case "(($ac_try" in 6257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6258 *) ac_try_echo=$ac_try;; 6259 esac 6260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6261 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5781 6262 ac_status=$? 5782 6263 grep -v '^ *+' conftest.er1 >conftest.err … … 5784 6265 cat conftest.err >&5 5785 6266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5786 (exit $ac_status); } >/dev/null; then 5787 if test -s conftest.err; then 5788 ac_cpp_err=$ac_c_preproc_warn_flag 5789 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5790 else 5791 ac_cpp_err= 5792 fi 5793 else 5794 ac_cpp_err=yes 5795 fi 5796 if test -z "$ac_cpp_err"; then 6267 (exit $ac_status); } >/dev/null && { 6268 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6269 test ! -s conftest.err 6270 }; then 5797 6271 ac_header_preproc=yes 5798 6272 else … … 5802 6276 ac_header_preproc=no 5803 6277 fi 6278 5804 6279 rm -f conftest.err conftest.$ac_ext 5805 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55806 echo "${ECHO_T}$ac_header_preproc" >&6 6280 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6281 echo "${ECHO_T}$ac_header_preproc" >&6; } 5807 6282 5808 6283 # So? What about this header? … … 5828 6303 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 5829 6304 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 5830 ( 5831 cat <<\_ASBOX 5832 ## ------------------------------------ ## 5833 ## Report this to the pjproject lists. ## 5834 ## ------------------------------------ ## 5835 _ASBOX 5836 ) | 5837 sed "s/^/$as_me: WARNING: /" >&2 6305 5838 6306 ;; 5839 6307 esac 5840 echo "$as_me:$LINENO: checking for netinet/in.h" >&55841 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 6308 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 6309 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 5842 6310 if test "${ac_cv_header_netinet_in_h+set}" = set; then 5843 6311 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5845 6313 ac_cv_header_netinet_in_h=$ac_header_preproc 5846 6314 fi 5847 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&55848 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 6315 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 6316 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 5849 6317 5850 6318 fi … … 5857 6325 5858 6326 5859 echo "$as_me:$LINENO: checking for netinet/ip.h" >&55860 echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6 6327 { echo "$as_me:$LINENO: checking for netinet/ip.h" >&5 6328 echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6; } 5861 6329 if test "${ac_cv_header_netinet_ip_h+set}" = set; then 5862 6330 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5876 6344 _ACEOF 5877 6345 rm -f conftest.$ac_objext 5878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5879 (eval $ac_compile) 2>conftest.er1 6346 if { (ac_try="$ac_compile" 6347 case "(($ac_try" in 6348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6349 *) ac_try_echo=$ac_try;; 6350 esac 6351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6352 (eval "$ac_compile") 2>conftest.er1 5880 6353 ac_status=$? 5881 6354 grep -v '^ *+' conftest.er1 >conftest.err … … 5883 6356 cat conftest.err >&5 5884 6357 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5885 (exit $ac_status); } && 5886 { ac_try='test -z "$ac_c_werror_flag" 5887 || test ! -s conftest.err' 5888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5889 (eval $ac_try) 2>&5 5890 ac_status=$? 5891 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5892 (exit $ac_status); }; } && 5893 { ac_try='test -s conftest.$ac_objext' 5894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5895 (eval $ac_try) 2>&5 5896 ac_status=$? 5897 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5898 (exit $ac_status); }; }; then 6358 (exit $ac_status); } && { 6359 test -z "$ac_c_werror_flag" || 6360 test ! -s conftest.err 6361 } && test -s conftest.$ac_objext; then 5899 6362 ac_cv_header_netinet_ip_h=yes 5900 6363 else … … 5902 6365 sed 's/^/| /' conftest.$ac_ext >&5 5903 6366 5904 ac_cv_header_netinet_ip_h=no 5905 fi 5906 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5907 fi 5908 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 5909 echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6 6367 ac_cv_header_netinet_ip_h=no 6368 fi 6369 6370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6371 fi 6372 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 6373 echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6; } 5910 6374 if test $ac_cv_header_netinet_ip_h = yes; then 5911 6375 cat >>confdefs.h <<\_ACEOF … … 5917 6381 5918 6382 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 5919 echo "$as_me:$LINENO: checking for ifaddrs.h" >&55920 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6 6383 { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 6384 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 5921 6385 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 5922 6386 echo $ECHO_N "(cached) $ECHO_C" >&6 5923 6387 fi 5924 echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&55925 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6 6388 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 6389 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 5926 6390 else 5927 6391 # Is the header compilable? 5928 echo "$as_me:$LINENO: checking ifaddrs.h usability" >&55929 echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6 6392 { echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 6393 echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6; } 5930 6394 cat >conftest.$ac_ext <<_ACEOF 5931 6395 /* confdefs.h. */ … … 5938 6402 _ACEOF 5939 6403 rm -f conftest.$ac_objext 5940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5941 (eval $ac_compile) 2>conftest.er1 6404 if { (ac_try="$ac_compile" 6405 case "(($ac_try" in 6406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6407 *) ac_try_echo=$ac_try;; 6408 esac 6409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6410 (eval "$ac_compile") 2>conftest.er1 5942 6411 ac_status=$? 5943 6412 grep -v '^ *+' conftest.er1 >conftest.err … … 5945 6414 cat conftest.err >&5 5946 6415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5947 (exit $ac_status); } && 5948 { ac_try='test -z "$ac_c_werror_flag" 5949 || test ! -s conftest.err' 5950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5951 (eval $ac_try) 2>&5 5952 ac_status=$? 5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5954 (exit $ac_status); }; } && 5955 { ac_try='test -s conftest.$ac_objext' 5956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5957 (eval $ac_try) 2>&5 5958 ac_status=$? 5959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5960 (exit $ac_status); }; }; then 6416 (exit $ac_status); } && { 6417 test -z "$ac_c_werror_flag" || 6418 test ! -s conftest.err 6419 } && test -s conftest.$ac_objext; then 5961 6420 ac_header_compiler=yes 5962 6421 else … … 5964 6423 sed 's/^/| /' conftest.$ac_ext >&5 5965 6424 5966 ac_header_compiler=no 5967 fi 5968 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5969 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5970 echo "${ECHO_T}$ac_header_compiler" >&6 6425 ac_header_compiler=no 6426 fi 6427 6428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6429 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6430 echo "${ECHO_T}$ac_header_compiler" >&6; } 5971 6431 5972 6432 # Is the header present? 5973 echo "$as_me:$LINENO: checking ifaddrs.h presence" >&55974 echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6 6433 { echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 6434 echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6; } 5975 6435 cat >conftest.$ac_ext <<_ACEOF 5976 6436 /* confdefs.h. */ … … 5981 6441 #include <ifaddrs.h> 5982 6442 _ACEOF 5983 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5984 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6443 if { (ac_try="$ac_cpp conftest.$ac_ext" 6444 case "(($ac_try" in 6445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6446 *) ac_try_echo=$ac_try;; 6447 esac 6448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6449 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5985 6450 ac_status=$? 5986 6451 grep -v '^ *+' conftest.er1 >conftest.err … … 5988 6453 cat conftest.err >&5 5989 6454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5990 (exit $ac_status); } >/dev/null; then 5991 if test -s conftest.err; then 5992 ac_cpp_err=$ac_c_preproc_warn_flag 5993 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5994 else 5995 ac_cpp_err= 5996 fi 5997 else 5998 ac_cpp_err=yes 5999 fi 6000 if test -z "$ac_cpp_err"; then 6455 (exit $ac_status); } >/dev/null && { 6456 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6457 test ! -s conftest.err 6458 }; then 6001 6459 ac_header_preproc=yes 6002 6460 else … … 6006 6464 ac_header_preproc=no 6007 6465 fi 6466 6008 6467 rm -f conftest.err conftest.$ac_ext 6009 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56010 echo "${ECHO_T}$ac_header_preproc" >&6 6468 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6469 echo "${ECHO_T}$ac_header_preproc" >&6; } 6011 6470 6012 6471 # So? What about this header? … … 6032 6491 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 6033 6492 echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} 6034 ( 6035 cat <<\_ASBOX 6036 ## ------------------------------------ ## 6037 ## Report this to the pjproject lists. ## 6038 ## ------------------------------------ ## 6039 _ASBOX 6040 ) | 6041 sed "s/^/$as_me: WARNING: /" >&2 6493 6042 6494 ;; 6043 6495 esac 6044 echo "$as_me:$LINENO: checking for ifaddrs.h" >&56045 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6 6496 { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 6497 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 6046 6498 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 6047 6499 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6049 6501 ac_cv_header_ifaddrs_h=$ac_header_preproc 6050 6502 fi 6051 echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&56052 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6 6503 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 6504 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 6053 6505 6054 6506 fi … … 6062 6514 6063 6515 if test "${ac_cv_header_semaphore_h+set}" = set; then 6064 echo "$as_me:$LINENO: checking for semaphore.h" >&56065 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6 6516 { echo "$as_me:$LINENO: checking for semaphore.h" >&5 6517 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 6066 6518 if test "${ac_cv_header_semaphore_h+set}" = set; then 6067 6519 echo $ECHO_N "(cached) $ECHO_C" >&6 6068 6520 fi 6069 echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&56070 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6 6521 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 6522 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 6071 6523 else 6072 6524 # Is the header compilable? 6073 echo "$as_me:$LINENO: checking semaphore.h usability" >&56074 echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6 6525 { echo "$as_me:$LINENO: checking semaphore.h usability" >&5 6526 echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6; } 6075 6527 cat >conftest.$ac_ext <<_ACEOF 6076 6528 /* confdefs.h. */ … … 6083 6535 _ACEOF 6084 6536 rm -f conftest.$ac_objext 6085 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6086 (eval $ac_compile) 2>conftest.er1 6537 if { (ac_try="$ac_compile" 6538 case "(($ac_try" in 6539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6540 *) ac_try_echo=$ac_try;; 6541 esac 6542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6543 (eval "$ac_compile") 2>conftest.er1 6087 6544 ac_status=$? 6088 6545 grep -v '^ *+' conftest.er1 >conftest.err … … 6090 6547 cat conftest.err >&5 6091 6548 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6092 (exit $ac_status); } && 6093 { ac_try='test -z "$ac_c_werror_flag" 6094 || test ! -s conftest.err' 6095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6096 (eval $ac_try) 2>&5 6097 ac_status=$? 6098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6099 (exit $ac_status); }; } && 6100 { ac_try='test -s conftest.$ac_objext' 6101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6102 (eval $ac_try) 2>&5 6103 ac_status=$? 6104 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6105 (exit $ac_status); }; }; then 6549 (exit $ac_status); } && { 6550 test -z "$ac_c_werror_flag" || 6551 test ! -s conftest.err 6552 } && test -s conftest.$ac_objext; then 6106 6553 ac_header_compiler=yes 6107 6554 else … … 6109 6556 sed 's/^/| /' conftest.$ac_ext >&5 6110 6557 6111 ac_header_compiler=no 6112 fi 6113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6114 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6115 echo "${ECHO_T}$ac_header_compiler" >&6 6558 ac_header_compiler=no 6559 fi 6560 6561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6562 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6563 echo "${ECHO_T}$ac_header_compiler" >&6; } 6116 6564 6117 6565 # Is the header present? 6118 echo "$as_me:$LINENO: checking semaphore.h presence" >&56119 echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6 6566 { echo "$as_me:$LINENO: checking semaphore.h presence" >&5 6567 echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6; } 6120 6568 cat >conftest.$ac_ext <<_ACEOF 6121 6569 /* confdefs.h. */ … … 6126 6574 #include <semaphore.h> 6127 6575 _ACEOF 6128 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6129 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6576 if { (ac_try="$ac_cpp conftest.$ac_ext" 6577 case "(($ac_try" in 6578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6579 *) ac_try_echo=$ac_try;; 6580 esac 6581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6582 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6130 6583 ac_status=$? 6131 6584 grep -v '^ *+' conftest.er1 >conftest.err … … 6133 6586 cat conftest.err >&5 6134 6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6135 (exit $ac_status); } >/dev/null; then 6136 if test -s conftest.err; then 6137 ac_cpp_err=$ac_c_preproc_warn_flag 6138 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6139 else 6140 ac_cpp_err= 6141 fi 6142 else 6143 ac_cpp_err=yes 6144 fi 6145 if test -z "$ac_cpp_err"; then 6588 (exit $ac_status); } >/dev/null && { 6589 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6590 test ! -s conftest.err 6591 }; then 6146 6592 ac_header_preproc=yes 6147 6593 else … … 6151 6597 ac_header_preproc=no 6152 6598 fi 6599 6153 6600 rm -f conftest.err conftest.$ac_ext 6154 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56155 echo "${ECHO_T}$ac_header_preproc" >&6 6601 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6602 echo "${ECHO_T}$ac_header_preproc" >&6; } 6156 6603 6157 6604 # So? What about this header? … … 6177 6624 { echo "$as_me:$LINENO: WARNING: semaphore.h: in the future, the compiler will take precedence" >&5 6178 6625 echo "$as_me: WARNING: semaphore.h: in the future, the compiler will take precedence" >&2;} 6179 ( 6180 cat <<\_ASBOX 6181 ## ------------------------------------ ## 6182 ## Report this to the pjproject lists. ## 6183 ## ------------------------------------ ## 6184 _ASBOX 6185 ) | 6186 sed "s/^/$as_me: WARNING: /" >&2 6626 6187 6627 ;; 6188 6628 esac 6189 echo "$as_me:$LINENO: checking for semaphore.h" >&56190 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6 6629 { echo "$as_me:$LINENO: checking for semaphore.h" >&5 6630 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 6191 6631 if test "${ac_cv_header_semaphore_h+set}" = set; then 6192 6632 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6194 6634 ac_cv_header_semaphore_h=$ac_header_preproc 6195 6635 fi 6196 echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&56197 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6 6636 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 6637 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 6198 6638 6199 6639 fi … … 6207 6647 6208 6648 if test "${ac_cv_header_setjmp_h+set}" = set; then 6209 echo "$as_me:$LINENO: checking for setjmp.h" >&56210 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6 6649 { echo "$as_me:$LINENO: checking for setjmp.h" >&5 6650 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 6211 6651 if test "${ac_cv_header_setjmp_h+set}" = set; then 6212 6652 echo $ECHO_N "(cached) $ECHO_C" >&6 6213 6653 fi 6214 echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&56215 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6 6654 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 6655 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 6216 6656 else 6217 6657 # Is the header compilable? 6218 echo "$as_me:$LINENO: checking setjmp.h usability" >&56219 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6 6658 { echo "$as_me:$LINENO: checking setjmp.h usability" >&5 6659 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6; } 6220 6660 cat >conftest.$ac_ext <<_ACEOF 6221 6661 /* confdefs.h. */ … … 6228 6668 _ACEOF 6229 6669 rm -f conftest.$ac_objext 6230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6231 (eval $ac_compile) 2>conftest.er1 6670 if { (ac_try="$ac_compile" 6671 case "(($ac_try" in 6672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6673 *) ac_try_echo=$ac_try;; 6674 esac 6675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6676 (eval "$ac_compile") 2>conftest.er1 6232 6677 ac_status=$? 6233 6678 grep -v '^ *+' conftest.er1 >conftest.err … … 6235 6680 cat conftest.err >&5 6236 6681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6237 (exit $ac_status); } && 6238 { ac_try='test -z "$ac_c_werror_flag" 6239 || test ! -s conftest.err' 6240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6241 (eval $ac_try) 2>&5 6242 ac_status=$? 6243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6244 (exit $ac_status); }; } && 6245 { ac_try='test -s conftest.$ac_objext' 6246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6247 (eval $ac_try) 2>&5 6248 ac_status=$? 6249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6250 (exit $ac_status); }; }; then 6682 (exit $ac_status); } && { 6683 test -z "$ac_c_werror_flag" || 6684 test ! -s conftest.err 6685 } && test -s conftest.$ac_objext; then 6251 6686 ac_header_compiler=yes 6252 6687 else … … 6254 6689 sed 's/^/| /' conftest.$ac_ext >&5 6255 6690 6256 ac_header_compiler=no 6257 fi 6258 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6259 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6260 echo "${ECHO_T}$ac_header_compiler" >&6 6691 ac_header_compiler=no 6692 fi 6693 6694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6695 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6696 echo "${ECHO_T}$ac_header_compiler" >&6; } 6261 6697 6262 6698 # Is the header present? 6263 echo "$as_me:$LINENO: checking setjmp.h presence" >&56264 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6 6699 { echo "$as_me:$LINENO: checking setjmp.h presence" >&5 6700 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6; } 6265 6701 cat >conftest.$ac_ext <<_ACEOF 6266 6702 /* confdefs.h. */ … … 6271 6707 #include <setjmp.h> 6272 6708 _ACEOF 6273 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6274 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6709 if { (ac_try="$ac_cpp conftest.$ac_ext" 6710 case "(($ac_try" in 6711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6712 *) ac_try_echo=$ac_try;; 6713 esac 6714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6715 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6275 6716 ac_status=$? 6276 6717 grep -v '^ *+' conftest.er1 >conftest.err … … 6278 6719 cat conftest.err >&5 6279 6720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6280 (exit $ac_status); } >/dev/null; then 6281 if test -s conftest.err; then 6282 ac_cpp_err=$ac_c_preproc_warn_flag 6283 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6284 else 6285 ac_cpp_err= 6286 fi 6287 else 6288 ac_cpp_err=yes 6289 fi 6290 if test -z "$ac_cpp_err"; then 6721 (exit $ac_status); } >/dev/null && { 6722 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6723 test ! -s conftest.err 6724 }; then 6291 6725 ac_header_preproc=yes 6292 6726 else … … 6296 6730 ac_header_preproc=no 6297 6731 fi 6732 6298 6733 rm -f conftest.err conftest.$ac_ext 6299 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56300 echo "${ECHO_T}$ac_header_preproc" >&6 6734 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6735 echo "${ECHO_T}$ac_header_preproc" >&6; } 6301 6736 6302 6737 # So? What about this header? … … 6322 6757 { echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&5 6323 6758 echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;} 6324 ( 6325 cat <<\_ASBOX 6326 ## ------------------------------------ ## 6327 ## Report this to the pjproject lists. ## 6328 ## ------------------------------------ ## 6329 _ASBOX 6330 ) | 6331 sed "s/^/$as_me: WARNING: /" >&2 6759 6332 6760 ;; 6333 6761 esac 6334 echo "$as_me:$LINENO: checking for setjmp.h" >&56335 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6 6762 { echo "$as_me:$LINENO: checking for setjmp.h" >&5 6763 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 6336 6764 if test "${ac_cv_header_setjmp_h+set}" = set; then 6337 6765 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6339 6767 ac_cv_header_setjmp_h=$ac_header_preproc 6340 6768 fi 6341 echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&56342 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6 6769 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 6770 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 6343 6771 6344 6772 fi … … 6352 6780 6353 6781 if test "${ac_cv_header_stdarg_h+set}" = set; then 6354 echo "$as_me:$LINENO: checking for stdarg.h" >&56355 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6 6782 { echo "$as_me:$LINENO: checking for stdarg.h" >&5 6783 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 6356 6784 if test "${ac_cv_header_stdarg_h+set}" = set; then 6357 6785 echo $ECHO_N "(cached) $ECHO_C" >&6 6358 6786 fi 6359 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&56360 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6 6787 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 6788 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 6361 6789 else 6362 6790 # Is the header compilable? 6363 echo "$as_me:$LINENO: checking stdarg.h usability" >&56364 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6 6791 { echo "$as_me:$LINENO: checking stdarg.h usability" >&5 6792 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6; } 6365 6793 cat >conftest.$ac_ext <<_ACEOF 6366 6794 /* confdefs.h. */ … … 6373 6801 _ACEOF 6374 6802 rm -f conftest.$ac_objext 6375 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6376 (eval $ac_compile) 2>conftest.er1 6803 if { (ac_try="$ac_compile" 6804 case "(($ac_try" in 6805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6806 *) ac_try_echo=$ac_try;; 6807 esac 6808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6809 (eval "$ac_compile") 2>conftest.er1 6377 6810 ac_status=$? 6378 6811 grep -v '^ *+' conftest.er1 >conftest.err … … 6380 6813 cat conftest.err >&5 6381 6814 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6382 (exit $ac_status); } && 6383 { ac_try='test -z "$ac_c_werror_flag" 6384 || test ! -s conftest.err' 6385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6386 (eval $ac_try) 2>&5 6387 ac_status=$? 6388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6389 (exit $ac_status); }; } && 6390 { ac_try='test -s conftest.$ac_objext' 6391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6392 (eval $ac_try) 2>&5 6393 ac_status=$? 6394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6395 (exit $ac_status); }; }; then 6815 (exit $ac_status); } && { 6816 test -z "$ac_c_werror_flag" || 6817 test ! -s conftest.err 6818 } && test -s conftest.$ac_objext; then 6396 6819 ac_header_compiler=yes 6397 6820 else … … 6399 6822 sed 's/^/| /' conftest.$ac_ext >&5 6400 6823 6401 ac_header_compiler=no 6402 fi 6403 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6404 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6405 echo "${ECHO_T}$ac_header_compiler" >&6 6824 ac_header_compiler=no 6825 fi 6826 6827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6828 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6829 echo "${ECHO_T}$ac_header_compiler" >&6; } 6406 6830 6407 6831 # Is the header present? 6408 echo "$as_me:$LINENO: checking stdarg.h presence" >&56409 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6 6832 { echo "$as_me:$LINENO: checking stdarg.h presence" >&5 6833 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6; } 6410 6834 cat >conftest.$ac_ext <<_ACEOF 6411 6835 /* confdefs.h. */ … … 6416 6840 #include <stdarg.h> 6417 6841 _ACEOF 6418 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6419 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6842 if { (ac_try="$ac_cpp conftest.$ac_ext" 6843 case "(($ac_try" in 6844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6845 *) ac_try_echo=$ac_try;; 6846 esac 6847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6848 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6420 6849 ac_status=$? 6421 6850 grep -v '^ *+' conftest.er1 >conftest.err … … 6423 6852 cat conftest.err >&5 6424 6853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6425 (exit $ac_status); } >/dev/null; then 6426 if test -s conftest.err; then 6427 ac_cpp_err=$ac_c_preproc_warn_flag 6428 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6429 else 6430 ac_cpp_err= 6431 fi 6432 else 6433 ac_cpp_err=yes 6434 fi 6435 if test -z "$ac_cpp_err"; then 6854 (exit $ac_status); } >/dev/null && { 6855 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6856 test ! -s conftest.err 6857 }; then 6436 6858 ac_header_preproc=yes 6437 6859 else … … 6441 6863 ac_header_preproc=no 6442 6864 fi 6865 6443 6866 rm -f conftest.err conftest.$ac_ext 6444 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56445 echo "${ECHO_T}$ac_header_preproc" >&6 6867 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6868 echo "${ECHO_T}$ac_header_preproc" >&6; } 6446 6869 6447 6870 # So? What about this header? … … 6467 6890 { echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&5 6468 6891 echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;} 6469 ( 6470 cat <<\_ASBOX 6471 ## ------------------------------------ ## 6472 ## Report this to the pjproject lists. ## 6473 ## ------------------------------------ ## 6474 _ASBOX 6475 ) | 6476 sed "s/^/$as_me: WARNING: /" >&2 6892 6477 6893 ;; 6478 6894 esac 6479 echo "$as_me:$LINENO: checking for stdarg.h" >&56480 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6 6895 { echo "$as_me:$LINENO: checking for stdarg.h" >&5 6896 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 6481 6897 if test "${ac_cv_header_stdarg_h+set}" = set; then 6482 6898 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6484 6900 ac_cv_header_stdarg_h=$ac_header_preproc 6485 6901 fi 6486 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&56487 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6 6902 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 6903 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 6488 6904 6489 6905 fi … … 6497 6913 6498 6914 if test "${ac_cv_header_stddef_h+set}" = set; then 6499 echo "$as_me:$LINENO: checking for stddef.h" >&56500 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6 6915 { echo "$as_me:$LINENO: checking for stddef.h" >&5 6916 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 6501 6917 if test "${ac_cv_header_stddef_h+set}" = set; then 6502 6918 echo $ECHO_N "(cached) $ECHO_C" >&6 6503 6919 fi 6504 echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&56505 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6 6920 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 6921 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 6506 6922 else 6507 6923 # Is the header compilable? 6508 echo "$as_me:$LINENO: checking stddef.h usability" >&56509 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6 6924 { echo "$as_me:$LINENO: checking stddef.h usability" >&5 6925 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6; } 6510 6926 cat >conftest.$ac_ext <<_ACEOF 6511 6927 /* confdefs.h. */ … … 6518 6934 _ACEOF 6519 6935 rm -f conftest.$ac_objext 6520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6521 (eval $ac_compile) 2>conftest.er1 6936 if { (ac_try="$ac_compile" 6937 case "(($ac_try" in 6938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6939 *) ac_try_echo=$ac_try;; 6940 esac 6941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6942 (eval "$ac_compile") 2>conftest.er1 6522 6943 ac_status=$? 6523 6944 grep -v '^ *+' conftest.er1 >conftest.err … … 6525 6946 cat conftest.err >&5 6526 6947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6527 (exit $ac_status); } && 6528 { ac_try='test -z "$ac_c_werror_flag" 6529 || test ! -s conftest.err' 6530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6531 (eval $ac_try) 2>&5 6532 ac_status=$? 6533 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6534 (exit $ac_status); }; } && 6535 { ac_try='test -s conftest.$ac_objext' 6536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6537 (eval $ac_try) 2>&5 6538 ac_status=$? 6539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6540 (exit $ac_status); }; }; then 6948 (exit $ac_status); } && { 6949 test -z "$ac_c_werror_flag" || 6950 test ! -s conftest.err 6951 } && test -s conftest.$ac_objext; then 6541 6952 ac_header_compiler=yes 6542 6953 else … … 6544 6955 sed 's/^/| /' conftest.$ac_ext >&5 6545 6956 6546 ac_header_compiler=no 6547 fi 6548 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6549 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6550 echo "${ECHO_T}$ac_header_compiler" >&6 6957 ac_header_compiler=no 6958 fi 6959 6960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6961 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6962 echo "${ECHO_T}$ac_header_compiler" >&6; } 6551 6963 6552 6964 # Is the header present? 6553 echo "$as_me:$LINENO: checking stddef.h presence" >&56554 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6 6965 { echo "$as_me:$LINENO: checking stddef.h presence" >&5 6966 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6; } 6555 6967 cat >conftest.$ac_ext <<_ACEOF 6556 6968 /* confdefs.h. */ … … 6561 6973 #include <stddef.h> 6562 6974 _ACEOF 6563 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6564 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6975 if { (ac_try="$ac_cpp conftest.$ac_ext" 6976 case "(($ac_try" in 6977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6978 *) ac_try_echo=$ac_try;; 6979 esac 6980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6981 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6565 6982 ac_status=$? 6566 6983 grep -v '^ *+' conftest.er1 >conftest.err … … 6568 6985 cat conftest.err >&5 6569 6986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6570 (exit $ac_status); } >/dev/null; then 6571 if test -s conftest.err; then 6572 ac_cpp_err=$ac_c_preproc_warn_flag 6573 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6574 else 6575 ac_cpp_err= 6576 fi 6577 else 6578 ac_cpp_err=yes 6579 fi 6580 if test -z "$ac_cpp_err"; then 6987 (exit $ac_status); } >/dev/null && { 6988 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6989 test ! -s conftest.err 6990 }; then 6581 6991 ac_header_preproc=yes 6582 6992 else … … 6586 6996 ac_header_preproc=no 6587 6997 fi 6998 6588 6999 rm -f conftest.err conftest.$ac_ext 6589 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56590 echo "${ECHO_T}$ac_header_preproc" >&6 7000 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7001 echo "${ECHO_T}$ac_header_preproc" >&6; } 6591 7002 6592 7003 # So? What about this header? … … 6612 7023 { echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&5 6613 7024 echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;} 6614 ( 6615 cat <<\_ASBOX 6616 ## ------------------------------------ ## 6617 ## Report this to the pjproject lists. ## 6618 ## ------------------------------------ ## 6619 _ASBOX 6620 ) | 6621 sed "s/^/$as_me: WARNING: /" >&2 7025 6622 7026 ;; 6623 7027 esac 6624 echo "$as_me:$LINENO: checking for stddef.h" >&56625 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6 7028 { echo "$as_me:$LINENO: checking for stddef.h" >&5 7029 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 6626 7030 if test "${ac_cv_header_stddef_h+set}" = set; then 6627 7031 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6629 7033 ac_cv_header_stddef_h=$ac_header_preproc 6630 7034 fi 6631 echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&56632 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6 7035 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 7036 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 6633 7037 6634 7038 fi … … 6642 7046 6643 7047 if test "${ac_cv_header_stdio_h+set}" = set; then 6644 echo "$as_me:$LINENO: checking for stdio.h" >&56645 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6 7048 { echo "$as_me:$LINENO: checking for stdio.h" >&5 7049 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 6646 7050 if test "${ac_cv_header_stdio_h+set}" = set; then 6647 7051 echo $ECHO_N "(cached) $ECHO_C" >&6 6648 7052 fi 6649 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&56650 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6 7053 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 7054 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 6651 7055 else 6652 7056 # Is the header compilable? 6653 echo "$as_me:$LINENO: checking stdio.h usability" >&56654 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6 7057 { echo "$as_me:$LINENO: checking stdio.h usability" >&5 7058 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6; } 6655 7059 cat >conftest.$ac_ext <<_ACEOF 6656 7060 /* confdefs.h. */ … … 6663 7067 _ACEOF 6664 7068 rm -f conftest.$ac_objext 6665 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6666 (eval $ac_compile) 2>conftest.er1 7069 if { (ac_try="$ac_compile" 7070 case "(($ac_try" in 7071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7072 *) ac_try_echo=$ac_try;; 7073 esac 7074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7075 (eval "$ac_compile") 2>conftest.er1 6667 7076 ac_status=$? 6668 7077 grep -v '^ *+' conftest.er1 >conftest.err … … 6670 7079 cat conftest.err >&5 6671 7080 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6672 (exit $ac_status); } && 6673 { ac_try='test -z "$ac_c_werror_flag" 6674 || test ! -s conftest.err' 6675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6676 (eval $ac_try) 2>&5 6677 ac_status=$? 6678 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6679 (exit $ac_status); }; } && 6680 { ac_try='test -s conftest.$ac_objext' 6681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6682 (eval $ac_try) 2>&5 6683 ac_status=$? 6684 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6685 (exit $ac_status); }; }; then 7081 (exit $ac_status); } && { 7082 test -z "$ac_c_werror_flag" || 7083 test ! -s conftest.err 7084 } && test -s conftest.$ac_objext; then 6686 7085 ac_header_compiler=yes 6687 7086 else … … 6689 7088 sed 's/^/| /' conftest.$ac_ext >&5 6690 7089 6691 ac_header_compiler=no 6692 fi 6693 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6694 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6695 echo "${ECHO_T}$ac_header_compiler" >&6 7090 ac_header_compiler=no 7091 fi 7092 7093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7094 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7095 echo "${ECHO_T}$ac_header_compiler" >&6; } 6696 7096 6697 7097 # Is the header present? 6698 echo "$as_me:$LINENO: checking stdio.h presence" >&56699 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6 7098 { echo "$as_me:$LINENO: checking stdio.h presence" >&5 7099 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6; } 6700 7100 cat >conftest.$ac_ext <<_ACEOF 6701 7101 /* confdefs.h. */ … … 6706 7106 #include <stdio.h> 6707 7107 _ACEOF 6708 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6709 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7108 if { (ac_try="$ac_cpp conftest.$ac_ext" 7109 case "(($ac_try" in 7110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7111 *) ac_try_echo=$ac_try;; 7112 esac 7113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7114 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6710 7115 ac_status=$? 6711 7116 grep -v '^ *+' conftest.er1 >conftest.err … … 6713 7118 cat conftest.err >&5 6714 7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6715 (exit $ac_status); } >/dev/null; then 6716 if test -s conftest.err; then 6717 ac_cpp_err=$ac_c_preproc_warn_flag 6718 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6719 else 6720 ac_cpp_err= 6721 fi 6722 else 6723 ac_cpp_err=yes 6724 fi 6725 if test -z "$ac_cpp_err"; then 7120 (exit $ac_status); } >/dev/null && { 7121 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7122 test ! -s conftest.err 7123 }; then 6726 7124 ac_header_preproc=yes 6727 7125 else … … 6731 7129 ac_header_preproc=no 6732 7130 fi 7131 6733 7132 rm -f conftest.err conftest.$ac_ext 6734 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56735 echo "${ECHO_T}$ac_header_preproc" >&6 7133 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7134 echo "${ECHO_T}$ac_header_preproc" >&6; } 6736 7135 6737 7136 # So? What about this header? … … 6757 7156 { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5 6758 7157 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;} 6759 ( 6760 cat <<\_ASBOX 6761 ## ------------------------------------ ## 6762 ## Report this to the pjproject lists. ## 6763 ## ------------------------------------ ## 6764 _ASBOX 6765 ) | 6766 sed "s/^/$as_me: WARNING: /" >&2 7158 6767 7159 ;; 6768 7160 esac 6769 echo "$as_me:$LINENO: checking for stdio.h" >&56770 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6 7161 { echo "$as_me:$LINENO: checking for stdio.h" >&5 7162 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 6771 7163 if test "${ac_cv_header_stdio_h+set}" = set; then 6772 7164 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6774 7166 ac_cv_header_stdio_h=$ac_header_preproc 6775 7167 fi 6776 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&56777 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6 7168 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 7169 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 6778 7170 6779 7171 fi … … 6787 7179 6788 7180 if test "${ac_cv_header_stdint_h+set}" = set; then 6789 echo "$as_me:$LINENO: checking for stdint.h" >&56790 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 7181 { echo "$as_me:$LINENO: checking for stdint.h" >&5 7182 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 6791 7183 if test "${ac_cv_header_stdint_h+set}" = set; then 6792 7184 echo $ECHO_N "(cached) $ECHO_C" >&6 6793 7185 fi 6794 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&56795 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 7186 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 7187 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 6796 7188 else 6797 7189 # Is the header compilable? 6798 echo "$as_me:$LINENO: checking stdint.h usability" >&56799 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6 7190 { echo "$as_me:$LINENO: checking stdint.h usability" >&5 7191 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6; } 6800 7192 cat >conftest.$ac_ext <<_ACEOF 6801 7193 /* confdefs.h. */ … … 6808 7200 _ACEOF 6809 7201 rm -f conftest.$ac_objext 6810 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6811 (eval $ac_compile) 2>conftest.er1 7202 if { (ac_try="$ac_compile" 7203 case "(($ac_try" in 7204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7205 *) ac_try_echo=$ac_try;; 7206 esac 7207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7208 (eval "$ac_compile") 2>conftest.er1 6812 7209 ac_status=$? 6813 7210 grep -v '^ *+' conftest.er1 >conftest.err … … 6815 7212 cat conftest.err >&5 6816 7213 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6817 (exit $ac_status); } && 6818 { ac_try='test -z "$ac_c_werror_flag" 6819 || test ! -s conftest.err' 6820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6821 (eval $ac_try) 2>&5 6822 ac_status=$? 6823 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6824 (exit $ac_status); }; } && 6825 { ac_try='test -s conftest.$ac_objext' 6826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6827 (eval $ac_try) 2>&5 6828 ac_status=$? 6829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6830 (exit $ac_status); }; }; then 7214 (exit $ac_status); } && { 7215 test -z "$ac_c_werror_flag" || 7216 test ! -s conftest.err 7217 } && test -s conftest.$ac_objext; then 6831 7218 ac_header_compiler=yes 6832 7219 else … … 6834 7221 sed 's/^/| /' conftest.$ac_ext >&5 6835 7222 6836 ac_header_compiler=no 6837 fi 6838 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6839 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6840 echo "${ECHO_T}$ac_header_compiler" >&6 7223 ac_header_compiler=no 7224 fi 7225 7226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7227 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7228 echo "${ECHO_T}$ac_header_compiler" >&6; } 6841 7229 6842 7230 # Is the header present? 6843 echo "$as_me:$LINENO: checking stdint.h presence" >&56844 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6 7231 { echo "$as_me:$LINENO: checking stdint.h presence" >&5 7232 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6; } 6845 7233 cat >conftest.$ac_ext <<_ACEOF 6846 7234 /* confdefs.h. */ … … 6851 7239 #include <stdint.h> 6852 7240 _ACEOF 6853 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6854 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7241 if { (ac_try="$ac_cpp conftest.$ac_ext" 7242 case "(($ac_try" in 7243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7244 *) ac_try_echo=$ac_try;; 7245 esac 7246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7247 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6855 7248 ac_status=$? 6856 7249 grep -v '^ *+' conftest.er1 >conftest.err … … 6858 7251 cat conftest.err >&5 6859 7252 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6860 (exit $ac_status); } >/dev/null; then 6861 if test -s conftest.err; then 6862 ac_cpp_err=$ac_c_preproc_warn_flag 6863 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6864 else 6865 ac_cpp_err= 6866 fi 6867 else 6868 ac_cpp_err=yes 6869 fi 6870 if test -z "$ac_cpp_err"; then 7253 (exit $ac_status); } >/dev/null && { 7254 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7255 test ! -s conftest.err 7256 }; then 6871 7257 ac_header_preproc=yes 6872 7258 else … … 6876 7262 ac_header_preproc=no 6877 7263 fi 7264 6878 7265 rm -f conftest.err conftest.$ac_ext 6879 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56880 echo "${ECHO_T}$ac_header_preproc" >&6 7266 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7267 echo "${ECHO_T}$ac_header_preproc" >&6; } 6881 7268 6882 7269 # So? What about this header? … … 6902 7289 { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 6903 7290 echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} 6904 ( 6905 cat <<\_ASBOX 6906 ## ------------------------------------ ## 6907 ## Report this to the pjproject lists. ## 6908 ## ------------------------------------ ## 6909 _ASBOX 6910 ) | 6911 sed "s/^/$as_me: WARNING: /" >&2 7291 6912 7292 ;; 6913 7293 esac 6914 echo "$as_me:$LINENO: checking for stdint.h" >&56915 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 7294 { echo "$as_me:$LINENO: checking for stdint.h" >&5 7295 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 6916 7296 if test "${ac_cv_header_stdint_h+set}" = set; then 6917 7297 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6919 7299 ac_cv_header_stdint_h=$ac_header_preproc 6920 7300 fi 6921 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&56922 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 7301 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 7302 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 6923 7303 6924 7304 fi … … 6932 7312 6933 7313 if test "${ac_cv_header_stdlib_h+set}" = set; then 6934 echo "$as_me:$LINENO: checking for stdlib.h" >&56935 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6 7314 { echo "$as_me:$LINENO: checking for stdlib.h" >&5 7315 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 6936 7316 if test "${ac_cv_header_stdlib_h+set}" = set; then 6937 7317 echo $ECHO_N "(cached) $ECHO_C" >&6 6938 7318 fi 6939 echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&56940 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6 7319 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 7320 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 6941 7321 else 6942 7322 # Is the header compilable? 6943 echo "$as_me:$LINENO: checking stdlib.h usability" >&56944 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6 7323 { echo "$as_me:$LINENO: checking stdlib.h usability" >&5 7324 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6; } 6945 7325 cat >conftest.$ac_ext <<_ACEOF 6946 7326 /* confdefs.h. */ … … 6953 7333 _ACEOF 6954 7334 rm -f conftest.$ac_objext 6955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6956 (eval $ac_compile) 2>conftest.er1 7335 if { (ac_try="$ac_compile" 7336 case "(($ac_try" in 7337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7338 *) ac_try_echo=$ac_try;; 7339 esac 7340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7341 (eval "$ac_compile") 2>conftest.er1 6957 7342 ac_status=$? 6958 7343 grep -v '^ *+' conftest.er1 >conftest.err … … 6960 7345 cat conftest.err >&5 6961 7346 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6962 (exit $ac_status); } && 6963 { ac_try='test -z "$ac_c_werror_flag" 6964 || test ! -s conftest.err' 6965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6966 (eval $ac_try) 2>&5 6967 ac_status=$? 6968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6969 (exit $ac_status); }; } && 6970 { ac_try='test -s conftest.$ac_objext' 6971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6972 (eval $ac_try) 2>&5 6973 ac_status=$? 6974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6975 (exit $ac_status); }; }; then 7347 (exit $ac_status); } && { 7348 test -z "$ac_c_werror_flag" || 7349 test ! -s conftest.err 7350 } && test -s conftest.$ac_objext; then 6976 7351 ac_header_compiler=yes 6977 7352 else … … 6979 7354 sed 's/^/| /' conftest.$ac_ext >&5 6980 7355 6981 ac_header_compiler=no 6982 fi 6983 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6984 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6985 echo "${ECHO_T}$ac_header_compiler" >&6 7356 ac_header_compiler=no 7357 fi 7358 7359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7360 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7361 echo "${ECHO_T}$ac_header_compiler" >&6; } 6986 7362 6987 7363 # Is the header present? 6988 echo "$as_me:$LINENO: checking stdlib.h presence" >&56989 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6 7364 { echo "$as_me:$LINENO: checking stdlib.h presence" >&5 7365 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6; } 6990 7366 cat >conftest.$ac_ext <<_ACEOF 6991 7367 /* confdefs.h. */ … … 6996 7372 #include <stdlib.h> 6997 7373 _ACEOF 6998 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6999 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7374 if { (ac_try="$ac_cpp conftest.$ac_ext" 7375 case "(($ac_try" in 7376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7377 *) ac_try_echo=$ac_try;; 7378 esac 7379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7380 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7000 7381 ac_status=$? 7001 7382 grep -v '^ *+' conftest.er1 >conftest.err … … 7003 7384 cat conftest.err >&5 7004 7385 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7005 (exit $ac_status); } >/dev/null; then 7006 if test -s conftest.err; then 7007 ac_cpp_err=$ac_c_preproc_warn_flag 7008 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7009 else 7010 ac_cpp_err= 7011 fi 7012 else 7013 ac_cpp_err=yes 7014 fi 7015 if test -z "$ac_cpp_err"; then 7386 (exit $ac_status); } >/dev/null && { 7387 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7388 test ! -s conftest.err 7389 }; then 7016 7390 ac_header_preproc=yes 7017 7391 else … … 7021 7395 ac_header_preproc=no 7022 7396 fi 7397 7023 7398 rm -f conftest.err conftest.$ac_ext 7024 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57025 echo "${ECHO_T}$ac_header_preproc" >&6 7399 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7400 echo "${ECHO_T}$ac_header_preproc" >&6; } 7026 7401 7027 7402 # So? What about this header? … … 7047 7422 { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 7048 7423 echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} 7049 ( 7050 cat <<\_ASBOX 7051 ## ------------------------------------ ## 7052 ## Report this to the pjproject lists. ## 7053 ## ------------------------------------ ## 7054 _ASBOX 7055 ) | 7056 sed "s/^/$as_me: WARNING: /" >&2 7424 7057 7425 ;; 7058 7426 esac 7059 echo "$as_me:$LINENO: checking for stdlib.h" >&57060 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6 7427 { echo "$as_me:$LINENO: checking for stdlib.h" >&5 7428 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 7061 7429 if test "${ac_cv_header_stdlib_h+set}" = set; then 7062 7430 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7064 7432 ac_cv_header_stdlib_h=$ac_header_preproc 7065 7433 fi 7066 echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&57067 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6 7434 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 7435 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 7068 7436 7069 7437 fi … … 7077 7445 7078 7446 if test "${ac_cv_header_string_h+set}" = set; then 7079 echo "$as_me:$LINENO: checking for string.h" >&57080 echo $ECHO_N "checking for string.h... $ECHO_C" >&6 7447 { echo "$as_me:$LINENO: checking for string.h" >&5 7448 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 7081 7449 if test "${ac_cv_header_string_h+set}" = set; then 7082 7450 echo $ECHO_N "(cached) $ECHO_C" >&6 7083 7451 fi 7084 echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&57085 echo "${ECHO_T}$ac_cv_header_string_h" >&6 7452 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 7453 echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 7086 7454 else 7087 7455 # Is the header compilable? 7088 echo "$as_me:$LINENO: checking string.h usability" >&57089 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6 7456 { echo "$as_me:$LINENO: checking string.h usability" >&5 7457 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6; } 7090 7458 cat >conftest.$ac_ext <<_ACEOF 7091 7459 /* confdefs.h. */ … … 7098 7466 _ACEOF 7099 7467 rm -f conftest.$ac_objext 7100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7101 (eval $ac_compile) 2>conftest.er1 7468 if { (ac_try="$ac_compile" 7469 case "(($ac_try" in 7470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7471 *) ac_try_echo=$ac_try;; 7472 esac 7473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7474 (eval "$ac_compile") 2>conftest.er1 7102 7475 ac_status=$? 7103 7476 grep -v '^ *+' conftest.er1 >conftest.err … … 7105 7478 cat conftest.err >&5 7106 7479 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7107 (exit $ac_status); } && 7108 { ac_try='test -z "$ac_c_werror_flag" 7109 || test ! -s conftest.err' 7110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7111 (eval $ac_try) 2>&5 7112 ac_status=$? 7113 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7114 (exit $ac_status); }; } && 7115 { ac_try='test -s conftest.$ac_objext' 7116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7117 (eval $ac_try) 2>&5 7118 ac_status=$? 7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7120 (exit $ac_status); }; }; then 7480 (exit $ac_status); } && { 7481 test -z "$ac_c_werror_flag" || 7482 test ! -s conftest.err 7483 } && test -s conftest.$ac_objext; then 7121 7484 ac_header_compiler=yes 7122 7485 else … … 7124 7487 sed 's/^/| /' conftest.$ac_ext >&5 7125 7488 7126 ac_header_compiler=no 7127 fi 7128 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7129 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7130 echo "${ECHO_T}$ac_header_compiler" >&6 7489 ac_header_compiler=no 7490 fi 7491 7492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7493 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7494 echo "${ECHO_T}$ac_header_compiler" >&6; } 7131 7495 7132 7496 # Is the header present? 7133 echo "$as_me:$LINENO: checking string.h presence" >&57134 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6 7497 { echo "$as_me:$LINENO: checking string.h presence" >&5 7498 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6; } 7135 7499 cat >conftest.$ac_ext <<_ACEOF 7136 7500 /* confdefs.h. */ … … 7141 7505 #include <string.h> 7142 7506 _ACEOF 7143 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7144 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7507 if { (ac_try="$ac_cpp conftest.$ac_ext" 7508 case "(($ac_try" in 7509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7510 *) ac_try_echo=$ac_try;; 7511 esac 7512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7145 7514 ac_status=$? 7146 7515 grep -v '^ *+' conftest.er1 >conftest.err … … 7148 7517 cat conftest.err >&5 7149 7518 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7150 (exit $ac_status); } >/dev/null; then 7151 if test -s conftest.err; then 7152 ac_cpp_err=$ac_c_preproc_warn_flag 7153 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7154 else 7155 ac_cpp_err= 7156 fi 7157 else 7158 ac_cpp_err=yes 7159 fi 7160 if test -z "$ac_cpp_err"; then 7519 (exit $ac_status); } >/dev/null && { 7520 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7521 test ! -s conftest.err 7522 }; then 7161 7523 ac_header_preproc=yes 7162 7524 else … … 7166 7528 ac_header_preproc=no 7167 7529 fi 7530 7168 7531 rm -f conftest.err conftest.$ac_ext 7169 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57170 echo "${ECHO_T}$ac_header_preproc" >&6 7532 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7533 echo "${ECHO_T}$ac_header_preproc" >&6; } 7171 7534 7172 7535 # So? What about this header? … … 7192 7555 { echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&5 7193 7556 echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;} 7194 ( 7195 cat <<\_ASBOX 7196 ## ------------------------------------ ## 7197 ## Report this to the pjproject lists. ## 7198 ## ------------------------------------ ## 7199 _ASBOX 7200 ) | 7201 sed "s/^/$as_me: WARNING: /" >&2 7557 7202 7558 ;; 7203 7559 esac 7204 echo "$as_me:$LINENO: checking for string.h" >&57205 echo $ECHO_N "checking for string.h... $ECHO_C" >&6 7560 { echo "$as_me:$LINENO: checking for string.h" >&5 7561 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 7206 7562 if test "${ac_cv_header_string_h+set}" = set; then 7207 7563 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7209 7565 ac_cv_header_string_h=$ac_header_preproc 7210 7566 fi 7211 echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&57212 echo "${ECHO_T}$ac_cv_header_string_h" >&6 7567 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 7568 echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 7213 7569 7214 7570 fi … … 7222 7578 7223 7579 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7224 echo "$as_me:$LINENO: checking for sys/ioctl.h" >&57225 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6 7580 { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 7581 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 7226 7582 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7227 7583 echo $ECHO_N "(cached) $ECHO_C" >&6 7228 7584 fi 7229 echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&57230 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6 7585 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 7586 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 7231 7587 else 7232 7588 # Is the header compilable? 7233 echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&57234 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6 7589 { echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&5 7590 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6; } 7235 7591 cat >conftest.$ac_ext <<_ACEOF 7236 7592 /* confdefs.h. */ … … 7243 7599 _ACEOF 7244 7600 rm -f conftest.$ac_objext 7245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7246 (eval $ac_compile) 2>conftest.er1 7601 if { (ac_try="$ac_compile" 7602 case "(($ac_try" in 7603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7604 *) ac_try_echo=$ac_try;; 7605 esac 7606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7607 (eval "$ac_compile") 2>conftest.er1 7247 7608 ac_status=$? 7248 7609 grep -v '^ *+' conftest.er1 >conftest.err … … 7250 7611 cat conftest.err >&5 7251 7612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7252 (exit $ac_status); } && 7253 { ac_try='test -z "$ac_c_werror_flag" 7254 || test ! -s conftest.err' 7255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7256 (eval $ac_try) 2>&5 7257 ac_status=$? 7258 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7259 (exit $ac_status); }; } && 7260 { ac_try='test -s conftest.$ac_objext' 7261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7262 (eval $ac_try) 2>&5 7263 ac_status=$? 7264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7265 (exit $ac_status); }; }; then 7613 (exit $ac_status); } && { 7614 test -z "$ac_c_werror_flag" || 7615 test ! -s conftest.err 7616 } && test -s conftest.$ac_objext; then 7266 7617 ac_header_compiler=yes 7267 7618 else … … 7269 7620 sed 's/^/| /' conftest.$ac_ext >&5 7270 7621 7271 ac_header_compiler=no 7272 fi 7273 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7274 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7275 echo "${ECHO_T}$ac_header_compiler" >&6 7622 ac_header_compiler=no 7623 fi 7624 7625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7626 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7627 echo "${ECHO_T}$ac_header_compiler" >&6; } 7276 7628 7277 7629 # Is the header present? 7278 echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&57279 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6 7630 { echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&5 7631 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6; } 7280 7632 cat >conftest.$ac_ext <<_ACEOF 7281 7633 /* confdefs.h. */ … … 7286 7638 #include <sys/ioctl.h> 7287 7639 _ACEOF 7288 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7289 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7640 if { (ac_try="$ac_cpp conftest.$ac_ext" 7641 case "(($ac_try" in 7642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7643 *) ac_try_echo=$ac_try;; 7644 esac 7645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7646 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7290 7647 ac_status=$? 7291 7648 grep -v '^ *+' conftest.er1 >conftest.err … … 7293 7650 cat conftest.err >&5 7294 7651 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7295 (exit $ac_status); } >/dev/null; then 7296 if test -s conftest.err; then 7297 ac_cpp_err=$ac_c_preproc_warn_flag 7298 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7299 else 7300 ac_cpp_err= 7301 fi 7302 else 7303 ac_cpp_err=yes 7304 fi 7305 if test -z "$ac_cpp_err"; then 7652 (exit $ac_status); } >/dev/null && { 7653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7654 test ! -s conftest.err 7655 }; then 7306 7656 ac_header_preproc=yes 7307 7657 else … … 7311 7661 ac_header_preproc=no 7312 7662 fi 7663 7313 7664 rm -f conftest.err conftest.$ac_ext 7314 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57315 echo "${ECHO_T}$ac_header_preproc" >&6 7665 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7666 echo "${ECHO_T}$ac_header_preproc" >&6; } 7316 7667 7317 7668 # So? What about this header? … … 7337 7688 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&5 7338 7689 echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;} 7339 ( 7340 cat <<\_ASBOX 7341 ## ------------------------------------ ## 7342 ## Report this to the pjproject lists. ## 7343 ## ------------------------------------ ## 7344 _ASBOX 7345 ) | 7346 sed "s/^/$as_me: WARNING: /" >&2 7690 7347 7691 ;; 7348 7692 esac 7349 echo "$as_me:$LINENO: checking for sys/ioctl.h" >&57350 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6 7693 { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 7694 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 7351 7695 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7352 7696 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7354 7698 ac_cv_header_sys_ioctl_h=$ac_header_preproc 7355 7699 fi 7356 echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&57357 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6 7700 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 7701 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 7358 7702 7359 7703 fi … … 7367 7711 7368 7712 if test "${ac_cv_header_sys_select_h+set}" = set; then 7369 echo "$as_me:$LINENO: checking for sys/select.h" >&57370 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 7713 { echo "$as_me:$LINENO: checking for sys/select.h" >&5 7714 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 7371 7715 if test "${ac_cv_header_sys_select_h+set}" = set; then 7372 7716 echo $ECHO_N "(cached) $ECHO_C" >&6 7373 7717 fi 7374 echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&57375 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 7718 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 7719 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 7376 7720 else 7377 7721 # Is the header compilable? 7378 echo "$as_me:$LINENO: checking sys/select.h usability" >&57379 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6 7722 { echo "$as_me:$LINENO: checking sys/select.h usability" >&5 7723 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6; } 7380 7724 cat >conftest.$ac_ext <<_ACEOF 7381 7725 /* confdefs.h. */ … … 7388 7732 _ACEOF 7389 7733 rm -f conftest.$ac_objext 7390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7391 (eval $ac_compile) 2>conftest.er1 7734 if { (ac_try="$ac_compile" 7735 case "(($ac_try" in 7736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7737 *) ac_try_echo=$ac_try;; 7738 esac 7739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7740 (eval "$ac_compile") 2>conftest.er1 7392 7741 ac_status=$? 7393 7742 grep -v '^ *+' conftest.er1 >conftest.err … … 7395 7744 cat conftest.err >&5 7396 7745 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7397 (exit $ac_status); } && 7398 { ac_try='test -z "$ac_c_werror_flag" 7399 || test ! -s conftest.err' 7400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7401 (eval $ac_try) 2>&5 7402 ac_status=$? 7403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7404 (exit $ac_status); }; } && 7405 { ac_try='test -s conftest.$ac_objext' 7406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7407 (eval $ac_try) 2>&5 7408 ac_status=$? 7409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7410 (exit $ac_status); }; }; then 7746 (exit $ac_status); } && { 7747 test -z "$ac_c_werror_flag" || 7748 test ! -s conftest.err 7749 } && test -s conftest.$ac_objext; then 7411 7750 ac_header_compiler=yes 7412 7751 else … … 7414 7753 sed 's/^/| /' conftest.$ac_ext >&5 7415 7754 7416 ac_header_compiler=no 7417 fi 7418 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7419 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7420 echo "${ECHO_T}$ac_header_compiler" >&6 7755 ac_header_compiler=no 7756 fi 7757 7758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7759 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7760 echo "${ECHO_T}$ac_header_compiler" >&6; } 7421 7761 7422 7762 # Is the header present? 7423 echo "$as_me:$LINENO: checking sys/select.h presence" >&57424 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6 7763 { echo "$as_me:$LINENO: checking sys/select.h presence" >&5 7764 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6; } 7425 7765 cat >conftest.$ac_ext <<_ACEOF 7426 7766 /* confdefs.h. */ … … 7431 7771 #include <sys/select.h> 7432 7772 _ACEOF 7433 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7434 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7773 if { (ac_try="$ac_cpp conftest.$ac_ext" 7774 case "(($ac_try" in 7775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7776 *) ac_try_echo=$ac_try;; 7777 esac 7778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7779 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7435 7780 ac_status=$? 7436 7781 grep -v '^ *+' conftest.er1 >conftest.err … … 7438 7783 cat conftest.err >&5 7439 7784 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7440 (exit $ac_status); } >/dev/null; then 7441 if test -s conftest.err; then 7442 ac_cpp_err=$ac_c_preproc_warn_flag 7443 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7444 else 7445 ac_cpp_err= 7446 fi 7447 else 7448 ac_cpp_err=yes 7449 fi 7450 if test -z "$ac_cpp_err"; then 7785 (exit $ac_status); } >/dev/null && { 7786 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7787 test ! -s conftest.err 7788 }; then 7451 7789 ac_header_preproc=yes 7452 7790 else … … 7456 7794 ac_header_preproc=no 7457 7795 fi 7796 7458 7797 rm -f conftest.err conftest.$ac_ext 7459 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57460 echo "${ECHO_T}$ac_header_preproc" >&6 7798 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7799 echo "${ECHO_T}$ac_header_preproc" >&6; } 7461 7800 7462 7801 # So? What about this header? … … 7482 7821 { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5 7483 7822 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} 7484 ( 7485 cat <<\_ASBOX 7486 ## ------------------------------------ ## 7487 ## Report this to the pjproject lists. ## 7488 ## ------------------------------------ ## 7489 _ASBOX 7490 ) | 7491 sed "s/^/$as_me: WARNING: /" >&2 7823 7492 7824 ;; 7493 7825 esac 7494 echo "$as_me:$LINENO: checking for sys/select.h" >&57495 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 7826 { echo "$as_me:$LINENO: checking for sys/select.h" >&5 7827 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 7496 7828 if test "${ac_cv_header_sys_select_h+set}" = set; then 7497 7829 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7499 7831 ac_cv_header_sys_select_h=$ac_header_preproc 7500 7832 fi 7501 echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&57502 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 7833 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 7834 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 7503 7835 7504 7836 fi … … 7512 7844 7513 7845 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7514 echo "$as_me:$LINENO: checking for sys/socket.h" >&57515 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6 7846 { echo "$as_me:$LINENO: checking for sys/socket.h" >&5 7847 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 7516 7848 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7517 7849 echo $ECHO_N "(cached) $ECHO_C" >&6 7518 7850 fi 7519 echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&57520 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6 7851 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 7852 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 7521 7853 else 7522 7854 # Is the header compilable? 7523 echo "$as_me:$LINENO: checking sys/socket.h usability" >&57524 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6 7855 { echo "$as_me:$LINENO: checking sys/socket.h usability" >&5 7856 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6; } 7525 7857 cat >conftest.$ac_ext <<_ACEOF 7526 7858 /* confdefs.h. */ … … 7533 7865 _ACEOF 7534 7866 rm -f conftest.$ac_objext 7535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7536 (eval $ac_compile) 2>conftest.er1 7867 if { (ac_try="$ac_compile" 7868 case "(($ac_try" in 7869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7870 *) ac_try_echo=$ac_try;; 7871 esac 7872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7873 (eval "$ac_compile") 2>conftest.er1 7537 7874 ac_status=$? 7538 7875 grep -v '^ *+' conftest.er1 >conftest.err … … 7540 7877 cat conftest.err >&5 7541 7878 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7542 (exit $ac_status); } && 7543 { ac_try='test -z "$ac_c_werror_flag" 7544 || test ! -s conftest.err' 7545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7546 (eval $ac_try) 2>&5 7547 ac_status=$? 7548 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7549 (exit $ac_status); }; } && 7550 { ac_try='test -s conftest.$ac_objext' 7551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7552 (eval $ac_try) 2>&5 7553 ac_status=$? 7554 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7555 (exit $ac_status); }; }; then 7879 (exit $ac_status); } && { 7880 test -z "$ac_c_werror_flag" || 7881 test ! -s conftest.err 7882 } && test -s conftest.$ac_objext; then 7556 7883 ac_header_compiler=yes 7557 7884 else … … 7559 7886 sed 's/^/| /' conftest.$ac_ext >&5 7560 7887 7561 ac_header_compiler=no 7562 fi 7563 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7564 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7565 echo "${ECHO_T}$ac_header_compiler" >&6 7888 ac_header_compiler=no 7889 fi 7890 7891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7892 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7893 echo "${ECHO_T}$ac_header_compiler" >&6; } 7566 7894 7567 7895 # Is the header present? 7568 echo "$as_me:$LINENO: checking sys/socket.h presence" >&57569 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6 7896 { echo "$as_me:$LINENO: checking sys/socket.h presence" >&5 7897 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6; } 7570 7898 cat >conftest.$ac_ext <<_ACEOF 7571 7899 /* confdefs.h. */ … … 7576 7904 #include <sys/socket.h> 7577 7905 _ACEOF 7578 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7579 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7906 if { (ac_try="$ac_cpp conftest.$ac_ext" 7907 case "(($ac_try" in 7908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7909 *) ac_try_echo=$ac_try;; 7910 esac 7911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7912 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7580 7913 ac_status=$? 7581 7914 grep -v '^ *+' conftest.er1 >conftest.err … … 7583 7916 cat conftest.err >&5 7584 7917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7585 (exit $ac_status); } >/dev/null; then 7586 if test -s conftest.err; then 7587 ac_cpp_err=$ac_c_preproc_warn_flag 7588 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7589 else 7590 ac_cpp_err= 7591 fi 7592 else 7593 ac_cpp_err=yes 7594 fi 7595 if test -z "$ac_cpp_err"; then 7918 (exit $ac_status); } >/dev/null && { 7919 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7920 test ! -s conftest.err 7921 }; then 7596 7922 ac_header_preproc=yes 7597 7923 else … … 7601 7927 ac_header_preproc=no 7602 7928 fi 7929 7603 7930 rm -f conftest.err conftest.$ac_ext 7604 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57605 echo "${ECHO_T}$ac_header_preproc" >&6 7931 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7932 echo "${ECHO_T}$ac_header_preproc" >&6; } 7606 7933 7607 7934 # So? What about this header? … … 7627 7954 { echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&5 7628 7955 echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;} 7629 ( 7630 cat <<\_ASBOX 7631 ## ------------------------------------ ## 7632 ## Report this to the pjproject lists. ## 7633 ## ------------------------------------ ## 7634 _ASBOX 7635 ) | 7636 sed "s/^/$as_me: WARNING: /" >&2 7956 7637 7957 ;; 7638 7958 esac 7639 echo "$as_me:$LINENO: checking for sys/socket.h" >&57640 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6 7959 { echo "$as_me:$LINENO: checking for sys/socket.h" >&5 7960 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 7641 7961 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7642 7962 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7644 7964 ac_cv_header_sys_socket_h=$ac_header_preproc 7645 7965 fi 7646 echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&57647 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6 7966 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 7967 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 7648 7968 7649 7969 fi … … 7657 7977 7658 7978 if test "${ac_cv_header_sys_time_h+set}" = set; then 7659 echo "$as_me:$LINENO: checking for sys/time.h" >&57660 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6 7979 { echo "$as_me:$LINENO: checking for sys/time.h" >&5 7980 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 7661 7981 if test "${ac_cv_header_sys_time_h+set}" = set; then 7662 7982 echo $ECHO_N "(cached) $ECHO_C" >&6 7663 7983 fi 7664 echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&57665 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6 7984 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 7985 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 7666 7986 else 7667 7987 # Is the header compilable? 7668 echo "$as_me:$LINENO: checking sys/time.h usability" >&57669 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6 7988 { echo "$as_me:$LINENO: checking sys/time.h usability" >&5 7989 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6; } 7670 7990 cat >conftest.$ac_ext <<_ACEOF 7671 7991 /* confdefs.h. */ … … 7678 7998 _ACEOF 7679 7999 rm -f conftest.$ac_objext 7680 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7681 (eval $ac_compile) 2>conftest.er1 8000 if { (ac_try="$ac_compile" 8001 case "(($ac_try" in 8002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8003 *) ac_try_echo=$ac_try;; 8004 esac 8005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8006 (eval "$ac_compile") 2>conftest.er1 7682 8007 ac_status=$? 7683 8008 grep -v '^ *+' conftest.er1 >conftest.err … … 7685 8010 cat conftest.err >&5 7686 8011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7687 (exit $ac_status); } && 7688 { ac_try='test -z "$ac_c_werror_flag" 7689 || test ! -s conftest.err' 7690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7691 (eval $ac_try) 2>&5 7692 ac_status=$? 7693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7694 (exit $ac_status); }; } && 7695 { ac_try='test -s conftest.$ac_objext' 7696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7697 (eval $ac_try) 2>&5 7698 ac_status=$? 7699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7700 (exit $ac_status); }; }; then 8012 (exit $ac_status); } && { 8013 test -z "$ac_c_werror_flag" || 8014 test ! -s conftest.err 8015 } && test -s conftest.$ac_objext; then 7701 8016 ac_header_compiler=yes 7702 8017 else … … 7704 8019 sed 's/^/| /' conftest.$ac_ext >&5 7705 8020 7706 ac_header_compiler=no 7707 fi 7708 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7709 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7710 echo "${ECHO_T}$ac_header_compiler" >&6 8021 ac_header_compiler=no 8022 fi 8023 8024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8025 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8026 echo "${ECHO_T}$ac_header_compiler" >&6; } 7711 8027 7712 8028 # Is the header present? 7713 echo "$as_me:$LINENO: checking sys/time.h presence" >&57714 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6 8029 { echo "$as_me:$LINENO: checking sys/time.h presence" >&5 8030 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6; } 7715 8031 cat >conftest.$ac_ext <<_ACEOF 7716 8032 /* confdefs.h. */ … … 7721 8037 #include <sys/time.h> 7722 8038 _ACEOF 7723 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7724 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8039 if { (ac_try="$ac_cpp conftest.$ac_ext" 8040 case "(($ac_try" in 8041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8042 *) ac_try_echo=$ac_try;; 8043 esac 8044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8045 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7725 8046 ac_status=$? 7726 8047 grep -v '^ *+' conftest.er1 >conftest.err … … 7728 8049 cat conftest.err >&5 7729 8050 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7730 (exit $ac_status); } >/dev/null; then 7731 if test -s conftest.err; then 7732 ac_cpp_err=$ac_c_preproc_warn_flag 7733 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7734 else 7735 ac_cpp_err= 7736 fi 7737 else 7738 ac_cpp_err=yes 7739 fi 7740 if test -z "$ac_cpp_err"; then 8051 (exit $ac_status); } >/dev/null && { 8052 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8053 test ! -s conftest.err 8054 }; then 7741 8055 ac_header_preproc=yes 7742 8056 else … … 7746 8060 ac_header_preproc=no 7747 8061 fi 8062 7748 8063 rm -f conftest.err conftest.$ac_ext 7749 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57750 echo "${ECHO_T}$ac_header_preproc" >&6 8064 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8065 echo "${ECHO_T}$ac_header_preproc" >&6; } 7751 8066 7752 8067 # So? What about this header? … … 7772 8087 { echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&5 7773 8088 echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;} 7774 ( 7775 cat <<\_ASBOX 7776 ## ------------------------------------ ## 7777 ## Report this to the pjproject lists. ## 7778 ## ------------------------------------ ## 7779 _ASBOX 7780 ) | 7781 sed "s/^/$as_me: WARNING: /" >&2 8089 7782 8090 ;; 7783 8091 esac 7784 echo "$as_me:$LINENO: checking for sys/time.h" >&57785 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6 8092 { echo "$as_me:$LINENO: checking for sys/time.h" >&5 8093 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 7786 8094 if test "${ac_cv_header_sys_time_h+set}" = set; then 7787 8095 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7789 8097 ac_cv_header_sys_time_h=$ac_header_preproc 7790 8098 fi 7791 echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&57792 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6 8099 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 8100 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 7793 8101 7794 8102 fi … … 7802 8110 7803 8111 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 7804 echo "$as_me:$LINENO: checking for sys/timeb.h" >&57805 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6 8112 { echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 8113 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 7806 8114 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 7807 8115 echo $ECHO_N "(cached) $ECHO_C" >&6 7808 8116 fi 7809 echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&57810 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6 8117 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 8118 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 7811 8119 else 7812 8120 # Is the header compilable? 7813 echo "$as_me:$LINENO: checking sys/timeb.h usability" >&57814 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6 8121 { echo "$as_me:$LINENO: checking sys/timeb.h usability" >&5 8122 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6; } 7815 8123 cat >conftest.$ac_ext <<_ACEOF 7816 8124 /* confdefs.h. */ … … 7823 8131 _ACEOF 7824 8132 rm -f conftest.$ac_objext 7825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7826 (eval $ac_compile) 2>conftest.er1 8133 if { (ac_try="$ac_compile" 8134 case "(($ac_try" in 8135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8136 *) ac_try_echo=$ac_try;; 8137 esac 8138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8139 (eval "$ac_compile") 2>conftest.er1 7827 8140 ac_status=$? 7828 8141 grep -v '^ *+' conftest.er1 >conftest.err … … 7830 8143 cat conftest.err >&5 7831 8144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7832 (exit $ac_status); } && 7833 { ac_try='test -z "$ac_c_werror_flag" 7834 || test ! -s conftest.err' 7835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7836 (eval $ac_try) 2>&5 7837 ac_status=$? 7838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7839 (exit $ac_status); }; } && 7840 { ac_try='test -s conftest.$ac_objext' 7841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7842 (eval $ac_try) 2>&5 7843 ac_status=$? 7844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7845 (exit $ac_status); }; }; then 8145 (exit $ac_status); } && { 8146 test -z "$ac_c_werror_flag" || 8147 test ! -s conftest.err 8148 } && test -s conftest.$ac_objext; then 7846 8149 ac_header_compiler=yes 7847 8150 else … … 7849 8152 sed 's/^/| /' conftest.$ac_ext >&5 7850 8153 7851 ac_header_compiler=no 7852 fi 7853 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7854 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7855 echo "${ECHO_T}$ac_header_compiler" >&6 8154 ac_header_compiler=no 8155 fi 8156 8157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8158 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8159 echo "${ECHO_T}$ac_header_compiler" >&6; } 7856 8160 7857 8161 # Is the header present? 7858 echo "$as_me:$LINENO: checking sys/timeb.h presence" >&57859 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6 8162 { echo "$as_me:$LINENO: checking sys/timeb.h presence" >&5 8163 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6; } 7860 8164 cat >conftest.$ac_ext <<_ACEOF 7861 8165 /* confdefs.h. */ … … 7866 8170 #include <sys/timeb.h> 7867 8171 _ACEOF 7868 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7869 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8172 if { (ac_try="$ac_cpp conftest.$ac_ext" 8173 case "(($ac_try" in 8174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8175 *) ac_try_echo=$ac_try;; 8176 esac 8177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8178 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7870 8179 ac_status=$? 7871 8180 grep -v '^ *+' conftest.er1 >conftest.err … … 7873 8182 cat conftest.err >&5 7874 8183 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7875 (exit $ac_status); } >/dev/null; then 7876 if test -s conftest.err; then 7877 ac_cpp_err=$ac_c_preproc_warn_flag 7878 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7879 else 7880 ac_cpp_err= 7881 fi 7882 else 7883 ac_cpp_err=yes 7884 fi 7885 if test -z "$ac_cpp_err"; then 8184 (exit $ac_status); } >/dev/null && { 8185 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8186 test ! -s conftest.err 8187 }; then 7886 8188 ac_header_preproc=yes 7887 8189 else … … 7891 8193 ac_header_preproc=no 7892 8194 fi 8195 7893 8196 rm -f conftest.err conftest.$ac_ext 7894 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57895 echo "${ECHO_T}$ac_header_preproc" >&6 8197 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8198 echo "${ECHO_T}$ac_header_preproc" >&6; } 7896 8199 7897 8200 # So? What about this header? … … 7917 8220 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&5 7918 8221 echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;} 7919 ( 7920 cat <<\_ASBOX 7921 ## ------------------------------------ ## 7922 ## Report this to the pjproject lists. ## 7923 ## ------------------------------------ ## 7924 _ASBOX 7925 ) | 7926 sed "s/^/$as_me: WARNING: /" >&2 8222 7927 8223 ;; 7928 8224 esac 7929 echo "$as_me:$LINENO: checking for sys/timeb.h" >&57930 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6 8225 { echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 8226 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 7931 8227 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 7932 8228 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7934 8230 ac_cv_header_sys_timeb_h=$ac_header_preproc 7935 8231 fi 7936 echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&57937 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6 8232 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 8233 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 7938 8234 7939 8235 fi … … 7947 8243 7948 8244 if test "${ac_cv_header_sys_types_h+set}" = set; then 7949 echo "$as_me:$LINENO: checking for sys/types.h" >&57950 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6 8245 { echo "$as_me:$LINENO: checking for sys/types.h" >&5 8246 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 7951 8247 if test "${ac_cv_header_sys_types_h+set}" = set; then 7952 8248 echo $ECHO_N "(cached) $ECHO_C" >&6 7953 8249 fi 7954 echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&57955 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6 8250 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 8251 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 7956 8252 else 7957 8253 # Is the header compilable? 7958 echo "$as_me:$LINENO: checking sys/types.h usability" >&57959 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6 8254 { echo "$as_me:$LINENO: checking sys/types.h usability" >&5 8255 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6; } 7960 8256 cat >conftest.$ac_ext <<_ACEOF 7961 8257 /* confdefs.h. */ … … 7968 8264 _ACEOF 7969 8265 rm -f conftest.$ac_objext 7970 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7971 (eval $ac_compile) 2>conftest.er1 8266 if { (ac_try="$ac_compile" 8267 case "(($ac_try" in 8268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8269 *) ac_try_echo=$ac_try;; 8270 esac 8271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8272 (eval "$ac_compile") 2>conftest.er1 7972 8273 ac_status=$? 7973 8274 grep -v '^ *+' conftest.er1 >conftest.err … … 7975 8276 cat conftest.err >&5 7976 8277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7977 (exit $ac_status); } && 7978 { ac_try='test -z "$ac_c_werror_flag" 7979 || test ! -s conftest.err' 7980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7981 (eval $ac_try) 2>&5 7982 ac_status=$? 7983 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7984 (exit $ac_status); }; } && 7985 { ac_try='test -s conftest.$ac_objext' 7986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7987 (eval $ac_try) 2>&5 7988 ac_status=$? 7989 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7990 (exit $ac_status); }; }; then 8278 (exit $ac_status); } && { 8279 test -z "$ac_c_werror_flag" || 8280 test ! -s conftest.err 8281 } && test -s conftest.$ac_objext; then 7991 8282 ac_header_compiler=yes 7992 8283 else … … 7994 8285 sed 's/^/| /' conftest.$ac_ext >&5 7995 8286 7996 ac_header_compiler=no 7997 fi 7998 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7999 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8000 echo "${ECHO_T}$ac_header_compiler" >&6 8287 ac_header_compiler=no 8288 fi 8289 8290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8291 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8292 echo "${ECHO_T}$ac_header_compiler" >&6; } 8001 8293 8002 8294 # Is the header present? 8003 echo "$as_me:$LINENO: checking sys/types.h presence" >&58004 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6 8295 { echo "$as_me:$LINENO: checking sys/types.h presence" >&5 8296 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6; } 8005 8297 cat >conftest.$ac_ext <<_ACEOF 8006 8298 /* confdefs.h. */ … … 8011 8303 #include <sys/types.h> 8012 8304 _ACEOF 8013 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8014 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8305 if { (ac_try="$ac_cpp conftest.$ac_ext" 8306 case "(($ac_try" in 8307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8308 *) ac_try_echo=$ac_try;; 8309 esac 8310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8311 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8015 8312 ac_status=$? 8016 8313 grep -v '^ *+' conftest.er1 >conftest.err … … 8018 8315 cat conftest.err >&5 8019 8316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8020 (exit $ac_status); } >/dev/null; then 8021 if test -s conftest.err; then 8022 ac_cpp_err=$ac_c_preproc_warn_flag 8023 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8024 else 8025 ac_cpp_err= 8026 fi 8027 else 8028 ac_cpp_err=yes 8029 fi 8030 if test -z "$ac_cpp_err"; then 8317 (exit $ac_status); } >/dev/null && { 8318 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8319 test ! -s conftest.err 8320 }; then 8031 8321 ac_header_preproc=yes 8032 8322 else … … 8036 8326 ac_header_preproc=no 8037 8327 fi 8328 8038 8329 rm -f conftest.err conftest.$ac_ext 8039 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58040 echo "${ECHO_T}$ac_header_preproc" >&6 8330 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8331 echo "${ECHO_T}$ac_header_preproc" >&6; } 8041 8332 8042 8333 # So? What about this header? … … 8062 8353 { echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 8063 8354 echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} 8064 ( 8065 cat <<\_ASBOX 8066 ## ------------------------------------ ## 8067 ## Report this to the pjproject lists. ## 8068 ## ------------------------------------ ## 8069 _ASBOX 8070 ) | 8071 sed "s/^/$as_me: WARNING: /" >&2 8355 8072 8356 ;; 8073 8357 esac 8074 echo "$as_me:$LINENO: checking for sys/types.h" >&58075 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6 8358 { echo "$as_me:$LINENO: checking for sys/types.h" >&5 8359 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 8076 8360 if test "${ac_cv_header_sys_types_h+set}" = set; then 8077 8361 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8079 8363 ac_cv_header_sys_types_h=$ac_header_preproc 8080 8364 fi 8081 echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&58082 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6 8365 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 8366 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 8083 8367 8084 8368 fi … … 8092 8376 8093 8377 if test "${ac_cv_header_time_h+set}" = set; then 8094 echo "$as_me:$LINENO: checking for time.h" >&58095 echo $ECHO_N "checking for time.h... $ECHO_C" >&6 8378 { echo "$as_me:$LINENO: checking for time.h" >&5 8379 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 8096 8380 if test "${ac_cv_header_time_h+set}" = set; then 8097 8381 echo $ECHO_N "(cached) $ECHO_C" >&6 8098 8382 fi 8099 echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&58100 echo "${ECHO_T}$ac_cv_header_time_h" >&6 8383 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 8384 echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 8101 8385 else 8102 8386 # Is the header compilable? 8103 echo "$as_me:$LINENO: checking time.h usability" >&58104 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6 8387 { echo "$as_me:$LINENO: checking time.h usability" >&5 8388 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6; } 8105 8389 cat >conftest.$ac_ext <<_ACEOF 8106 8390 /* confdefs.h. */ … … 8113 8397 _ACEOF 8114 8398 rm -f conftest.$ac_objext 8115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8116 (eval $ac_compile) 2>conftest.er1 8399 if { (ac_try="$ac_compile" 8400 case "(($ac_try" in 8401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8402 *) ac_try_echo=$ac_try;; 8403 esac 8404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8405 (eval "$ac_compile") 2>conftest.er1 8117 8406 ac_status=$? 8118 8407 grep -v '^ *+' conftest.er1 >conftest.err … … 8120 8409 cat conftest.err >&5 8121 8410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8122 (exit $ac_status); } && 8123 { ac_try='test -z "$ac_c_werror_flag" 8124 || test ! -s conftest.err' 8125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8126 (eval $ac_try) 2>&5 8127 ac_status=$? 8128 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8129 (exit $ac_status); }; } && 8130 { ac_try='test -s conftest.$ac_objext' 8131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8132 (eval $ac_try) 2>&5 8133 ac_status=$? 8134 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8135 (exit $ac_status); }; }; then 8411 (exit $ac_status); } && { 8412 test -z "$ac_c_werror_flag" || 8413 test ! -s conftest.err 8414 } && test -s conftest.$ac_objext; then 8136 8415 ac_header_compiler=yes 8137 8416 else … … 8139 8418 sed 's/^/| /' conftest.$ac_ext >&5 8140 8419 8141 ac_header_compiler=no 8142 fi 8143 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8144 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8145 echo "${ECHO_T}$ac_header_compiler" >&6 8420 ac_header_compiler=no 8421 fi 8422 8423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8424 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8425 echo "${ECHO_T}$ac_header_compiler" >&6; } 8146 8426 8147 8427 # Is the header present? 8148 echo "$as_me:$LINENO: checking time.h presence" >&58149 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6 8428 { echo "$as_me:$LINENO: checking time.h presence" >&5 8429 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6; } 8150 8430 cat >conftest.$ac_ext <<_ACEOF 8151 8431 /* confdefs.h. */ … … 8156 8436 #include <time.h> 8157 8437 _ACEOF 8158 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8159 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8438 if { (ac_try="$ac_cpp conftest.$ac_ext" 8439 case "(($ac_try" in 8440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8441 *) ac_try_echo=$ac_try;; 8442 esac 8443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8444 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8160 8445 ac_status=$? 8161 8446 grep -v '^ *+' conftest.er1 >conftest.err … … 8163 8448 cat conftest.err >&5 8164 8449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8165 (exit $ac_status); } >/dev/null; then 8166 if test -s conftest.err; then 8167 ac_cpp_err=$ac_c_preproc_warn_flag 8168 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8169 else 8170 ac_cpp_err= 8171 fi 8172 else 8173 ac_cpp_err=yes 8174 fi 8175 if test -z "$ac_cpp_err"; then 8450 (exit $ac_status); } >/dev/null && { 8451 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8452 test ! -s conftest.err 8453 }; then 8176 8454 ac_header_preproc=yes 8177 8455 else … … 8181 8459 ac_header_preproc=no 8182 8460 fi 8461 8183 8462 rm -f conftest.err conftest.$ac_ext 8184 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58185 echo "${ECHO_T}$ac_header_preproc" >&6 8463 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8464 echo "${ECHO_T}$ac_header_preproc" >&6; } 8186 8465 8187 8466 # So? What about this header? … … 8207 8486 { echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&5 8208 8487 echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;} 8209 ( 8210 cat <<\_ASBOX 8211 ## ------------------------------------ ## 8212 ## Report this to the pjproject lists. ## 8213 ## ------------------------------------ ## 8214 _ASBOX 8215 ) | 8216 sed "s/^/$as_me: WARNING: /" >&2 8488 8217 8489 ;; 8218 8490 esac 8219 echo "$as_me:$LINENO: checking for time.h" >&58220 echo $ECHO_N "checking for time.h... $ECHO_C" >&6 8491 { echo "$as_me:$LINENO: checking for time.h" >&5 8492 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 8221 8493 if test "${ac_cv_header_time_h+set}" = set; then 8222 8494 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8224 8496 ac_cv_header_time_h=$ac_header_preproc 8225 8497 fi 8226 echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&58227 echo "${ECHO_T}$ac_cv_header_time_h" >&6 8498 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 8499 echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 8228 8500 8229 8501 fi … … 8237 8509 8238 8510 if test "${ac_cv_header_unistd_h+set}" = set; then 8239 echo "$as_me:$LINENO: checking for unistd.h" >&58240 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6 8511 { echo "$as_me:$LINENO: checking for unistd.h" >&5 8512 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 8241 8513 if test "${ac_cv_header_unistd_h+set}" = set; then 8242 8514 echo $ECHO_N "(cached) $ECHO_C" >&6 8243 8515 fi 8244 echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&58245 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6 8516 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 8517 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 8246 8518 else 8247 8519 # Is the header compilable? 8248 echo "$as_me:$LINENO: checking unistd.h usability" >&58249 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6 8520 { echo "$as_me:$LINENO: checking unistd.h usability" >&5 8521 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6; } 8250 8522 cat >conftest.$ac_ext <<_ACEOF 8251 8523 /* confdefs.h. */ … … 8258 8530 _ACEOF 8259 8531 rm -f conftest.$ac_objext 8260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8261 (eval $ac_compile) 2>conftest.er1 8532 if { (ac_try="$ac_compile" 8533 case "(($ac_try" in 8534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8535 *) ac_try_echo=$ac_try;; 8536 esac 8537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8538 (eval "$ac_compile") 2>conftest.er1 8262 8539 ac_status=$? 8263 8540 grep -v '^ *+' conftest.er1 >conftest.err … … 8265 8542 cat conftest.err >&5 8266 8543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8267 (exit $ac_status); } && 8268 { ac_try='test -z "$ac_c_werror_flag" 8269 || test ! -s conftest.err' 8270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8271 (eval $ac_try) 2>&5 8272 ac_status=$? 8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8274 (exit $ac_status); }; } && 8275 { ac_try='test -s conftest.$ac_objext' 8276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8277 (eval $ac_try) 2>&5 8278 ac_status=$? 8279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8280 (exit $ac_status); }; }; then 8544 (exit $ac_status); } && { 8545 test -z "$ac_c_werror_flag" || 8546 test ! -s conftest.err 8547 } && test -s conftest.$ac_objext; then 8281 8548 ac_header_compiler=yes 8282 8549 else … … 8284 8551 sed 's/^/| /' conftest.$ac_ext >&5 8285 8552 8286 ac_header_compiler=no 8287 fi 8288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8289 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8290 echo "${ECHO_T}$ac_header_compiler" >&6 8553 ac_header_compiler=no 8554 fi 8555 8556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8557 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8558 echo "${ECHO_T}$ac_header_compiler" >&6; } 8291 8559 8292 8560 # Is the header present? 8293 echo "$as_me:$LINENO: checking unistd.h presence" >&58294 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6 8561 { echo "$as_me:$LINENO: checking unistd.h presence" >&5 8562 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6; } 8295 8563 cat >conftest.$ac_ext <<_ACEOF 8296 8564 /* confdefs.h. */ … … 8301 8569 #include <unistd.h> 8302 8570 _ACEOF 8303 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8304 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8571 if { (ac_try="$ac_cpp conftest.$ac_ext" 8572 case "(($ac_try" in 8573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8574 *) ac_try_echo=$ac_try;; 8575 esac 8576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8577 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8305 8578 ac_status=$? 8306 8579 grep -v '^ *+' conftest.er1 >conftest.err … … 8308 8581 cat conftest.err >&5 8309 8582 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8310 (exit $ac_status); } >/dev/null; then 8311 if test -s conftest.err; then 8312 ac_cpp_err=$ac_c_preproc_warn_flag 8313 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8314 else 8315 ac_cpp_err= 8316 fi 8317 else 8318 ac_cpp_err=yes 8319 fi 8320 if test -z "$ac_cpp_err"; then 8583 (exit $ac_status); } >/dev/null && { 8584 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8585 test ! -s conftest.err 8586 }; then 8321 8587 ac_header_preproc=yes 8322 8588 else … … 8326 8592 ac_header_preproc=no 8327 8593 fi 8594 8328 8595 rm -f conftest.err conftest.$ac_ext 8329 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58330 echo "${ECHO_T}$ac_header_preproc" >&6 8596 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8597 echo "${ECHO_T}$ac_header_preproc" >&6; } 8331 8598 8332 8599 # So? What about this header? … … 8352 8619 { echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&5 8353 8620 echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;} 8354 ( 8355 cat <<\_ASBOX 8356 ## ------------------------------------ ## 8357 ## Report this to the pjproject lists. ## 8358 ## ------------------------------------ ## 8359 _ASBOX 8360 ) | 8361 sed "s/^/$as_me: WARNING: /" >&2 8621 8362 8622 ;; 8363 8623 esac 8364 echo "$as_me:$LINENO: checking for unistd.h" >&58365 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6 8624 { echo "$as_me:$LINENO: checking for unistd.h" >&5 8625 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 8366 8626 if test "${ac_cv_header_unistd_h+set}" = set; then 8367 8627 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8369 8629 ac_cv_header_unistd_h=$ac_header_preproc 8370 8630 fi 8371 echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&58372 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6 8631 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 8632 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 8373 8633 8374 8634 fi … … 8382 8642 8383 8643 if test "${ac_cv_header_winsock_h+set}" = set; then 8384 echo "$as_me:$LINENO: checking for winsock.h" >&58385 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6 8644 { echo "$as_me:$LINENO: checking for winsock.h" >&5 8645 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 8386 8646 if test "${ac_cv_header_winsock_h+set}" = set; then 8387 8647 echo $ECHO_N "(cached) $ECHO_C" >&6 8388 8648 fi 8389 echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&58390 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6 8649 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 8650 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 8391 8651 else 8392 8652 # Is the header compilable? 8393 echo "$as_me:$LINENO: checking winsock.h usability" >&58394 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6 8653 { echo "$as_me:$LINENO: checking winsock.h usability" >&5 8654 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6; } 8395 8655 cat >conftest.$ac_ext <<_ACEOF 8396 8656 /* confdefs.h. */ … … 8403 8663 _ACEOF 8404 8664 rm -f conftest.$ac_objext 8405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8406 (eval $ac_compile) 2>conftest.er1 8665 if { (ac_try="$ac_compile" 8666 case "(($ac_try" in 8667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8668 *) ac_try_echo=$ac_try;; 8669 esac 8670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8671 (eval "$ac_compile") 2>conftest.er1 8407 8672 ac_status=$? 8408 8673 grep -v '^ *+' conftest.er1 >conftest.err … … 8410 8675 cat conftest.err >&5 8411 8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8412 (exit $ac_status); } && 8413 { ac_try='test -z "$ac_c_werror_flag" 8414 || test ! -s conftest.err' 8415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8416 (eval $ac_try) 2>&5 8417 ac_status=$? 8418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8419 (exit $ac_status); }; } && 8420 { ac_try='test -s conftest.$ac_objext' 8421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8422 (eval $ac_try) 2>&5 8423 ac_status=$? 8424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8425 (exit $ac_status); }; }; then 8677 (exit $ac_status); } && { 8678 test -z "$ac_c_werror_flag" || 8679 test ! -s conftest.err 8680 } && test -s conftest.$ac_objext; then 8426 8681 ac_header_compiler=yes 8427 8682 else … … 8429 8684 sed 's/^/| /' conftest.$ac_ext >&5 8430 8685 8431 ac_header_compiler=no 8432 fi 8433 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8434 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8435 echo "${ECHO_T}$ac_header_compiler" >&6 8686 ac_header_compiler=no 8687 fi 8688 8689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8690 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8691 echo "${ECHO_T}$ac_header_compiler" >&6; } 8436 8692 8437 8693 # Is the header present? 8438 echo "$as_me:$LINENO: checking winsock.h presence" >&58439 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6 8694 { echo "$as_me:$LINENO: checking winsock.h presence" >&5 8695 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6; } 8440 8696 cat >conftest.$ac_ext <<_ACEOF 8441 8697 /* confdefs.h. */ … … 8446 8702 #include <winsock.h> 8447 8703 _ACEOF 8448 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8449 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8704 if { (ac_try="$ac_cpp conftest.$ac_ext" 8705 case "(($ac_try" in 8706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8707 *) ac_try_echo=$ac_try;; 8708 esac 8709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8710 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8450 8711 ac_status=$? 8451 8712 grep -v '^ *+' conftest.er1 >conftest.err … … 8453 8714 cat conftest.err >&5 8454 8715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8455 (exit $ac_status); } >/dev/null; then 8456 if test -s conftest.err; then 8457 ac_cpp_err=$ac_c_preproc_warn_flag 8458 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8459 else 8460 ac_cpp_err= 8461 fi 8462 else 8463 ac_cpp_err=yes 8464 fi 8465 if test -z "$ac_cpp_err"; then 8716 (exit $ac_status); } >/dev/null && { 8717 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8718 test ! -s conftest.err 8719 }; then 8466 8720 ac_header_preproc=yes 8467 8721 else … … 8471 8725 ac_header_preproc=no 8472 8726 fi 8727 8473 8728 rm -f conftest.err conftest.$ac_ext 8474 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58475 echo "${ECHO_T}$ac_header_preproc" >&6 8729 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8730 echo "${ECHO_T}$ac_header_preproc" >&6; } 8476 8731 8477 8732 # So? What about this header? … … 8497 8752 { echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&5 8498 8753 echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;} 8499 ( 8500 cat <<\_ASBOX 8501 ## ------------------------------------ ## 8502 ## Report this to the pjproject lists. ## 8503 ## ------------------------------------ ## 8504 _ASBOX 8505 ) | 8506 sed "s/^/$as_me: WARNING: /" >&2 8754 8507 8755 ;; 8508 8756 esac 8509 echo "$as_me:$LINENO: checking for winsock.h" >&58510 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6 8757 { echo "$as_me:$LINENO: checking for winsock.h" >&5 8758 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 8511 8759 if test "${ac_cv_header_winsock_h+set}" = set; then 8512 8760 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8514 8762 ac_cv_header_winsock_h=$ac_header_preproc 8515 8763 fi 8516 echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&58517 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6 8764 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 8765 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 8518 8766 8519 8767 fi … … 8527 8775 8528 8776 if test "${ac_cv_header_winsock2_h+set}" = set; then 8529 echo "$as_me:$LINENO: checking for winsock2.h" >&58530 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6 8777 { echo "$as_me:$LINENO: checking for winsock2.h" >&5 8778 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 8531 8779 if test "${ac_cv_header_winsock2_h+set}" = set; then 8532 8780 echo $ECHO_N "(cached) $ECHO_C" >&6 8533 8781 fi 8534 echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&58535 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6 8782 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 8783 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 8536 8784 else 8537 8785 # Is the header compilable? 8538 echo "$as_me:$LINENO: checking winsock2.h usability" >&58539 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6 8786 { echo "$as_me:$LINENO: checking winsock2.h usability" >&5 8787 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6; } 8540 8788 cat >conftest.$ac_ext <<_ACEOF 8541 8789 /* confdefs.h. */ … … 8548 8796 _ACEOF 8549 8797 rm -f conftest.$ac_objext 8550 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8551 (eval $ac_compile) 2>conftest.er1 8798 if { (ac_try="$ac_compile" 8799 case "(($ac_try" in 8800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8801 *) ac_try_echo=$ac_try;; 8802 esac 8803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8804 (eval "$ac_compile") 2>conftest.er1 8552 8805 ac_status=$? 8553 8806 grep -v '^ *+' conftest.er1 >conftest.err … … 8555 8808 cat conftest.err >&5 8556 8809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8557 (exit $ac_status); } && 8558 { ac_try='test -z "$ac_c_werror_flag" 8559 || test ! -s conftest.err' 8560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8561 (eval $ac_try) 2>&5 8562 ac_status=$? 8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8564 (exit $ac_status); }; } && 8565 { ac_try='test -s conftest.$ac_objext' 8566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8567 (eval $ac_try) 2>&5 8568 ac_status=$? 8569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8570 (exit $ac_status); }; }; then 8810 (exit $ac_status); } && { 8811 test -z "$ac_c_werror_flag" || 8812 test ! -s conftest.err 8813 } && test -s conftest.$ac_objext; then 8571 8814 ac_header_compiler=yes 8572 8815 else … … 8574 8817 sed 's/^/| /' conftest.$ac_ext >&5 8575 8818 8576 ac_header_compiler=no 8577 fi 8578 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8579 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8580 echo "${ECHO_T}$ac_header_compiler" >&6 8819 ac_header_compiler=no 8820 fi 8821 8822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8823 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8824 echo "${ECHO_T}$ac_header_compiler" >&6; } 8581 8825 8582 8826 # Is the header present? 8583 echo "$as_me:$LINENO: checking winsock2.h presence" >&58584 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6 8827 { echo "$as_me:$LINENO: checking winsock2.h presence" >&5 8828 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6; } 8585 8829 cat >conftest.$ac_ext <<_ACEOF 8586 8830 /* confdefs.h. */ … … 8591 8835 #include <winsock2.h> 8592 8836 _ACEOF 8593 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8594 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8837 if { (ac_try="$ac_cpp conftest.$ac_ext" 8838 case "(($ac_try" in 8839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8840 *) ac_try_echo=$ac_try;; 8841 esac 8842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8843 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8595 8844 ac_status=$? 8596 8845 grep -v '^ *+' conftest.er1 >conftest.err … … 8598 8847 cat conftest.err >&5 8599 8848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8600 (exit $ac_status); } >/dev/null; then 8601 if test -s conftest.err; then 8602 ac_cpp_err=$ac_c_preproc_warn_flag 8603 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8604 else 8605 ac_cpp_err= 8606 fi 8607 else 8608 ac_cpp_err=yes 8609 fi 8610 if test -z "$ac_cpp_err"; then 8849 (exit $ac_status); } >/dev/null && { 8850 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8851 test ! -s conftest.err 8852 }; then 8611 8853 ac_header_preproc=yes 8612 8854 else … … 8616 8858 ac_header_preproc=no 8617 8859 fi 8860 8618 8861 rm -f conftest.err conftest.$ac_ext 8619 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58620 echo "${ECHO_T}$ac_header_preproc" >&6 8862 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8863 echo "${ECHO_T}$ac_header_preproc" >&6; } 8621 8864 8622 8865 # So? What about this header? … … 8642 8885 { echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&5 8643 8886 echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;} 8644 ( 8645 cat <<\_ASBOX 8646 ## ------------------------------------ ## 8647 ## Report this to the pjproject lists. ## 8648 ## ------------------------------------ ## 8649 _ASBOX 8650 ) | 8651 sed "s/^/$as_me: WARNING: /" >&2 8887 8652 8888 ;; 8653 8889 esac 8654 echo "$as_me:$LINENO: checking for winsock2.h" >&58655 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6 8890 { echo "$as_me:$LINENO: checking for winsock2.h" >&5 8891 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 8656 8892 if test "${ac_cv_header_winsock2_h+set}" = set; then 8657 8893 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8659 8895 ac_cv_header_winsock2_h=$ac_header_preproc 8660 8896 fi 8661 echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&58662 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6 8897 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 8898 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 8663 8899 8664 8900 fi … … 8671 8907 8672 8908 8673 echo "$as_me:$LINENO: checking for mswsock.h" >&58674 echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6 8909 { echo "$as_me:$LINENO: checking for mswsock.h" >&5 8910 echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6; } 8675 8911 if test "${ac_cv_header_mswsock_h+set}" = set; then 8676 8912 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8692 8928 _ACEOF 8693 8929 rm -f conftest.$ac_objext 8694 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8695 (eval $ac_compile) 2>conftest.er1 8930 if { (ac_try="$ac_compile" 8931 case "(($ac_try" in 8932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8933 *) ac_try_echo=$ac_try;; 8934 esac 8935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8936 (eval "$ac_compile") 2>conftest.er1 8696 8937 ac_status=$? 8697 8938 grep -v '^ *+' conftest.er1 >conftest.err … … 8699 8940 cat conftest.err >&5 8700 8941 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8701 (exit $ac_status); } && 8702 { ac_try='test -z "$ac_c_werror_flag" 8703 || test ! -s conftest.err' 8704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8705 (eval $ac_try) 2>&5 8706 ac_status=$? 8707 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8708 (exit $ac_status); }; } && 8709 { ac_try='test -s conftest.$ac_objext' 8710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8711 (eval $ac_try) 2>&5 8712 ac_status=$? 8713 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8714 (exit $ac_status); }; }; then 8942 (exit $ac_status); } && { 8943 test -z "$ac_c_werror_flag" || 8944 test ! -s conftest.err 8945 } && test -s conftest.$ac_objext; then 8715 8946 ac_cv_header_mswsock_h=yes 8716 8947 else … … 8718 8949 sed 's/^/| /' conftest.$ac_ext >&5 8719 8950 8720 ac_cv_header_mswsock_h=no 8721 fi 8722 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8723 fi 8724 echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 8725 echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6 8951 ac_cv_header_mswsock_h=no 8952 fi 8953 8954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8955 fi 8956 { echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 8957 echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6; } 8726 8958 if test $ac_cv_header_mswsock_h = yes; then 8727 8959 cat >>confdefs.h <<\_ACEOF … … 8733 8965 8734 8966 if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 8735 echo "$as_me:$LINENO: checking for ws2tcpip.h" >&58736 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6 8967 { echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 8968 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; } 8737 8969 if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 8738 8970 echo $ECHO_N "(cached) $ECHO_C" >&6 8739 8971 fi 8740 echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&58741 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6 8972 { echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 8973 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; } 8742 8974 else 8743 8975 # Is the header compilable? 8744 echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&58745 echo $ECHO_N "checking ws2tcpip.h usability... $ECHO_C" >&6 8976 { echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&5 8977 echo $ECHO_N "checking ws2tcpip.h usability... $ECHO_C" >&6; } 8746 8978 cat >conftest.$ac_ext <<_ACEOF 8747 8979 /* confdefs.h. */ … … 8754 8986 _ACEOF 8755 8987 rm -f conftest.$ac_objext 8756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8757 (eval $ac_compile) 2>conftest.er1 8988 if { (ac_try="$ac_compile" 8989 case "(($ac_try" in 8990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8991 *) ac_try_echo=$ac_try;; 8992 esac 8993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8994 (eval "$ac_compile") 2>conftest.er1 8758 8995 ac_status=$? 8759 8996 grep -v '^ *+' conftest.er1 >conftest.err … … 8761 8998 cat conftest.err >&5 8762 8999 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8763 (exit $ac_status); } && 8764 { ac_try='test -z "$ac_c_werror_flag" 8765 || test ! -s conftest.err' 8766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8767 (eval $ac_try) 2>&5 8768 ac_status=$? 8769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8770 (exit $ac_status); }; } && 8771 { ac_try='test -s conftest.$ac_objext' 8772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8773 (eval $ac_try) 2>&5 8774 ac_status=$? 8775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8776 (exit $ac_status); }; }; then 9000 (exit $ac_status); } && { 9001 test -z "$ac_c_werror_flag" || 9002 test ! -s conftest.err 9003 } && test -s conftest.$ac_objext; then 8777 9004 ac_header_compiler=yes 8778 9005 else … … 8780 9007 sed 's/^/| /' conftest.$ac_ext >&5 8781 9008 8782 ac_header_compiler=no 8783 fi 8784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8785 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8786 echo "${ECHO_T}$ac_header_compiler" >&6 9009 ac_header_compiler=no 9010 fi 9011 9012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9013 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9014 echo "${ECHO_T}$ac_header_compiler" >&6; } 8787 9015 8788 9016 # Is the header present? 8789 echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&58790 echo $ECHO_N "checking ws2tcpip.h presence... $ECHO_C" >&6 9017 { echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&5 9018 echo $ECHO_N "checking ws2tcpip.h presence... $ECHO_C" >&6; } 8791 9019 cat >conftest.$ac_ext <<_ACEOF 8792 9020 /* confdefs.h. */ … … 8797 9025 #include <ws2tcpip.h> 8798 9026 _ACEOF 8799 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8800 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9027 if { (ac_try="$ac_cpp conftest.$ac_ext" 9028 case "(($ac_try" in 9029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9030 *) ac_try_echo=$ac_try;; 9031 esac 9032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9033 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8801 9034 ac_status=$? 8802 9035 grep -v '^ *+' conftest.er1 >conftest.err … … 8804 9037 cat conftest.err >&5 8805 9038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8806 (exit $ac_status); } >/dev/null; then 8807 if test -s conftest.err; then 8808 ac_cpp_err=$ac_c_preproc_warn_flag 8809 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8810 else 8811 ac_cpp_err= 8812 fi 8813 else 8814 ac_cpp_err=yes 8815 fi 8816 if test -z "$ac_cpp_err"; then 9039 (exit $ac_status); } >/dev/null && { 9040 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9041 test ! -s conftest.err 9042 }; then 8817 9043 ac_header_preproc=yes 8818 9044 else … … 8822 9048 ac_header_preproc=no 8823 9049 fi 9050 8824 9051 rm -f conftest.err conftest.$ac_ext 8825 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58826 echo "${ECHO_T}$ac_header_preproc" >&6 9052 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9053 echo "${ECHO_T}$ac_header_preproc" >&6; } 8827 9054 8828 9055 # So? What about this header? … … 8848 9075 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&5 8849 9076 echo "$as_me: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&2;} 8850 ( 8851 cat <<\_ASBOX 8852 ## ------------------------------------ ## 8853 ## Report this to the pjproject lists. ## 8854 ## ------------------------------------ ## 8855 _ASBOX 8856 ) | 8857 sed "s/^/$as_me: WARNING: /" >&2 9077 8858 9078 ;; 8859 9079 esac 8860 echo "$as_me:$LINENO: checking for ws2tcpip.h" >&58861 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6 9080 { echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 9081 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; } 8862 9082 if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 8863 9083 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8865 9085 ac_cv_header_ws2tcpip_h=$ac_header_preproc 8866 9086 fi 8867 echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&58868 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6 9087 { echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 9088 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; } 8869 9089 8870 9090 fi … … 8878 9098 8879 9099 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 8880 echo "$as_me:$LINENO: checking for uuid/uuid.h" >&58881 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6 9100 { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 9101 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 8882 9102 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 8883 9103 echo $ECHO_N "(cached) $ECHO_C" >&6 8884 9104 fi 8885 echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&58886 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6 9105 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 9106 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 8887 9107 else 8888 9108 # Is the header compilable? 8889 echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&58890 echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6 9109 { echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5 9110 echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6; } 8891 9111 cat >conftest.$ac_ext <<_ACEOF 8892 9112 /* confdefs.h. */ … … 8899 9119 _ACEOF 8900 9120 rm -f conftest.$ac_objext 8901 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8902 (eval $ac_compile) 2>conftest.er1 9121 if { (ac_try="$ac_compile" 9122 case "(($ac_try" in 9123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9124 *) ac_try_echo=$ac_try;; 9125 esac 9126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9127 (eval "$ac_compile") 2>conftest.er1 8903 9128 ac_status=$? 8904 9129 grep -v '^ *+' conftest.er1 >conftest.err … … 8906 9131 cat conftest.err >&5 8907 9132 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8908 (exit $ac_status); } && 8909 { ac_try='test -z "$ac_c_werror_flag" 8910 || test ! -s conftest.err' 8911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8912 (eval $ac_try) 2>&5 8913 ac_status=$? 8914 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8915 (exit $ac_status); }; } && 8916 { ac_try='test -s conftest.$ac_objext' 8917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8918 (eval $ac_try) 2>&5 8919 ac_status=$? 8920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8921 (exit $ac_status); }; }; then 9133 (exit $ac_status); } && { 9134 test -z "$ac_c_werror_flag" || 9135 test ! -s conftest.err 9136 } && test -s conftest.$ac_objext; then 8922 9137 ac_header_compiler=yes 8923 9138 else … … 8925 9140 sed 's/^/| /' conftest.$ac_ext >&5 8926 9141 8927 ac_header_compiler=no 8928 fi 8929 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8930 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8931 echo "${ECHO_T}$ac_header_compiler" >&6 9142 ac_header_compiler=no 9143 fi 9144 9145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9146 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9147 echo "${ECHO_T}$ac_header_compiler" >&6; } 8932 9148 8933 9149 # Is the header present? 8934 echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&58935 echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6 9150 { echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5 9151 echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6; } 8936 9152 cat >conftest.$ac_ext <<_ACEOF 8937 9153 /* confdefs.h. */ … … 8942 9158 #include <uuid/uuid.h> 8943 9159 _ACEOF 8944 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8945 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9160 if { (ac_try="$ac_cpp conftest.$ac_ext" 9161 case "(($ac_try" in 9162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9163 *) ac_try_echo=$ac_try;; 9164 esac 9165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9166 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8946 9167 ac_status=$? 8947 9168 grep -v '^ *+' conftest.er1 >conftest.err … … 8949 9170 cat conftest.err >&5 8950 9171 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8951 (exit $ac_status); } >/dev/null; then 8952 if test -s conftest.err; then 8953 ac_cpp_err=$ac_c_preproc_warn_flag 8954 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8955 else 8956 ac_cpp_err= 8957 fi 8958 else 8959 ac_cpp_err=yes 8960 fi 8961 if test -z "$ac_cpp_err"; then 9172 (exit $ac_status); } >/dev/null && { 9173 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9174 test ! -s conftest.err 9175 }; then 8962 9176 ac_header_preproc=yes 8963 9177 else … … 8967 9181 ac_header_preproc=no 8968 9182 fi 9183 8969 9184 rm -f conftest.err conftest.$ac_ext 8970 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58971 echo "${ECHO_T}$ac_header_preproc" >&6 9185 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9186 echo "${ECHO_T}$ac_header_preproc" >&6; } 8972 9187 8973 9188 # So? What about this header? … … 8993 9208 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5 8994 9209 echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;} 8995 ( 8996 cat <<\_ASBOX 8997 ## ------------------------------------ ## 8998 ## Report this to the pjproject lists. ## 8999 ## ------------------------------------ ## 9000 _ASBOX 9001 ) | 9002 sed "s/^/$as_me: WARNING: /" >&2 9210 9003 9211 ;; 9004 9212 esac 9005 echo "$as_me:$LINENO: checking for uuid/uuid.h" >&59006 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6 9213 { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 9214 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 9007 9215 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 9008 9216 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 9010 9218 ac_cv_header_uuid_uuid_h=$ac_header_preproc 9011 9219 fi 9012 echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&59013 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6 9220 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 9221 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 9014 9222 9015 9223 fi … … 9019 9227 9020 9228 9021 echo "$as_me:$LINENO: checking for net/if.h" >&59022 echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6 9229 { echo "$as_me:$LINENO: checking for net/if.h" >&5 9230 echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6; } 9023 9231 if test "${ac_cv_header_net_if_h+set}" = set; then 9024 9232 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 9038 9246 _ACEOF 9039 9247 rm -f conftest.$ac_objext 9040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9041 (eval $ac_compile) 2>conftest.er1 9248 if { (ac_try="$ac_compile" 9249 case "(($ac_try" in 9250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9251 *) ac_try_echo=$ac_try;; 9252 esac 9253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9254 (eval "$ac_compile") 2>conftest.er1 9042 9255 ac_status=$? 9043 9256 grep -v '^ *+' conftest.er1 >conftest.err … … 9045 9258 cat conftest.err >&5 9046 9259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9047 (exit $ac_status); } && 9048 { ac_try='test -z "$ac_c_werror_flag" 9049 || test ! -s conftest.err' 9050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9051 (eval $ac_try) 2>&5 9052 ac_status=$? 9053 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9054 (exit $ac_status); }; } && 9055 { ac_try='test -s conftest.$ac_objext' 9056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9057 (eval $ac_try) 2>&5 9058 ac_status=$? 9059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9060 (exit $ac_status); }; }; then 9260 (exit $ac_status); } && { 9261 test -z "$ac_c_werror_flag" || 9262 test ! -s conftest.err 9263 } && test -s conftest.$ac_objext; then 9061 9264 ac_cv_header_net_if_h=yes 9062 9265 else … … 9064 9267 sed 's/^/| /' conftest.$ac_ext >&5 9065 9268 9066 ac_cv_header_net_if_h=no 9067 fi 9068 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9069 fi 9070 echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 9071 echo "${ECHO_T}$ac_cv_header_net_if_h" >&6 9269 ac_cv_header_net_if_h=no 9270 fi 9271 9272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9273 fi 9274 { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 9275 echo "${ECHO_T}$ac_cv_header_net_if_h" >&6; } 9072 9276 if test $ac_cv_header_net_if_h = yes; then 9073 9277 cat >>confdefs.h <<\_ACEOF … … 9079 9283 9080 9284 9081 echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&59082 echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6 9285 { echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 9286 echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6; } 9083 9287 cat >>confdefs.h <<_ACEOF 9084 9288 #define PJ_OS_NAME "$target" … … 9086 9290 9087 9291 9088 echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&59089 echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6 9292 { echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5 9293 echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6; } 9090 9294 cat >>confdefs.h <<\_ACEOF 9091 9295 #define PJ_HAS_ERRNO_VAR 1 … … 9093 9297 9094 9298 9095 echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&59096 echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6 9299 { echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5 9300 echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; } 9097 9301 cat >>confdefs.h <<\_ACEOF 9098 9302 #define PJ_HAS_HIGH_RES_TIMER 1 … … 9100 9304 9101 9305 9102 echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&59103 echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6 9306 { echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&5 9307 echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6; } 9104 9308 cat >>confdefs.h <<\_ACEOF 9105 9309 #define PJ_HAS_MALLOC 1 … … 9107 9311 9108 9312 9109 echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&59110 echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6 9313 { echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5 9314 echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; } 9111 9315 cat >>confdefs.h <<\_ACEOF 9112 9316 #define PJ_NATIVE_STRING_IS_UNICODE 0 … … 9114 9318 9115 9319 9116 echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&59117 echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6 9320 { echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5 9321 echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; } 9118 9322 cat >>confdefs.h <<\_ACEOF 9119 9323 #define PJ_ATOMIC_VALUE_TYPE long … … 9121 9325 9122 9326 9123 echo "$as_me:$LINENO: checking if inet_aton() is available" >&59124 echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6 9327 { echo "$as_me:$LINENO: checking if inet_aton() is available" >&5 9328 echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6; } 9125 9329 cat >conftest.$ac_ext <<_ACEOF 9126 9330 /* confdefs.h. */ … … 9141 9345 _ACEOF 9142 9346 rm -f conftest.$ac_objext 9143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9144 (eval $ac_compile) 2>conftest.er1 9347 if { (ac_try="$ac_compile" 9348 case "(($ac_try" in 9349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9350 *) ac_try_echo=$ac_try;; 9351 esac 9352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9353 (eval "$ac_compile") 2>conftest.er1 9145 9354 ac_status=$? 9146 9355 grep -v '^ *+' conftest.er1 >conftest.err … … 9148 9357 cat conftest.err >&5 9149 9358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9150 (exit $ac_status); } && 9151 { ac_try='test -z "$ac_c_werror_flag" 9152 || test ! -s conftest.err' 9153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9154 (eval $ac_try) 2>&5 9155 ac_status=$? 9156 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9157 (exit $ac_status); }; } && 9158 { ac_try='test -s conftest.$ac_objext' 9159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9160 (eval $ac_try) 2>&5 9161 ac_status=$? 9162 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9163 (exit $ac_status); }; }; then 9359 (exit $ac_status); } && { 9360 test -z "$ac_c_werror_flag" || 9361 test ! -s conftest.err 9362 } && test -s conftest.$ac_objext; then 9164 9363 cat >>confdefs.h <<\_ACEOF 9165 9364 #define PJ_SOCK_HAS_INET_ATON 1 9166 9365 _ACEOF 9167 9366 9168 echo "$as_me:$LINENO: result: yes" >&59169 echo "${ECHO_T}yes" >&6 9367 { echo "$as_me:$LINENO: result: yes" >&5 9368 echo "${ECHO_T}yes" >&6; } 9170 9369 else 9171 9370 echo "$as_me: failed program was:" >&5 9172 9371 sed 's/^/| /' conftest.$ac_ext >&5 9173 9372 9174 echo "$as_me:$LINENO: result: no" >&5 9175 echo "${ECHO_T}no" >&6 9176 fi 9177 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9178 9179 echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 9180 echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6 9373 { echo "$as_me:$LINENO: result: no" >&5 9374 echo "${ECHO_T}no" >&6; } 9375 fi 9376 9377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9378 9379 { echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 9380 echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6; } 9181 9381 cat >conftest.$ac_ext <<_ACEOF 9182 9382 /* confdefs.h. */ … … 9197 9397 _ACEOF 9198 9398 rm -f conftest.$ac_objext 9199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9200 (eval $ac_compile) 2>conftest.er1 9399 if { (ac_try="$ac_compile" 9400 case "(($ac_try" in 9401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9402 *) ac_try_echo=$ac_try;; 9403 esac 9404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9405 (eval "$ac_compile") 2>conftest.er1 9201 9406 ac_status=$? 9202 9407 grep -v '^ *+' conftest.er1 >conftest.err … … 9204 9409 cat conftest.err >&5 9205 9410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9206 (exit $ac_status); } && 9207 { ac_try='test -z "$ac_c_werror_flag" 9208 || test ! -s conftest.err' 9209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9210 (eval $ac_try) 2>&5 9211 ac_status=$? 9212 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9213 (exit $ac_status); }; } && 9214 { ac_try='test -s conftest.$ac_objext' 9215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9216 (eval $ac_try) 2>&5 9217 ac_status=$? 9218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9219 (exit $ac_status); }; }; then 9411 (exit $ac_status); } && { 9412 test -z "$ac_c_werror_flag" || 9413 test ! -s conftest.err 9414 } && test -s conftest.$ac_objext; then 9220 9415 cat >>confdefs.h <<\_ACEOF 9221 9416 #define PJ_SOCK_HAS_INET_PTON 1 9222 9417 _ACEOF 9223 9418 9224 echo "$as_me:$LINENO: result: yes" >&59225 echo "${ECHO_T}yes" >&6 9419 { echo "$as_me:$LINENO: result: yes" >&5 9420 echo "${ECHO_T}yes" >&6; } 9226 9421 else 9227 9422 echo "$as_me: failed program was:" >&5 9228 9423 sed 's/^/| /' conftest.$ac_ext >&5 9229 9424 9230 echo "$as_me:$LINENO: result: no" >&5 9231 echo "${ECHO_T}no" >&6 9232 fi 9233 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9234 9235 echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 9236 echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6 9425 { echo "$as_me:$LINENO: result: no" >&5 9426 echo "${ECHO_T}no" >&6; } 9427 fi 9428 9429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9430 9431 { echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 9432 echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6; } 9237 9433 cat >conftest.$ac_ext <<_ACEOF 9238 9434 /* confdefs.h. */ … … 9253 9449 _ACEOF 9254 9450 rm -f conftest.$ac_objext 9255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9256 (eval $ac_compile) 2>conftest.er1 9451 if { (ac_try="$ac_compile" 9452 case "(($ac_try" in 9453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9454 *) ac_try_echo=$ac_try;; 9455 esac 9456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9457 (eval "$ac_compile") 2>conftest.er1 9257 9458 ac_status=$? 9258 9459 grep -v '^ *+' conftest.er1 >conftest.err … … 9260 9461 cat conftest.err >&5 9261 9462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9262 (exit $ac_status); } && 9263 { ac_try='test -z "$ac_c_werror_flag" 9264 || test ! -s conftest.err' 9265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9266 (eval $ac_try) 2>&5 9267 ac_status=$? 9268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9269 (exit $ac_status); }; } && 9270 { ac_try='test -s conftest.$ac_objext' 9271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9272 (eval $ac_try) 2>&5 9273 ac_status=$? 9274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9275 (exit $ac_status); }; }; then 9463 (exit $ac_status); } && { 9464 test -z "$ac_c_werror_flag" || 9465 test ! -s conftest.err 9466 } && test -s conftest.$ac_objext; then 9276 9467 cat >>confdefs.h <<\_ACEOF 9277 9468 #define PJ_SOCK_HAS_INET_NTOP 1 9278 9469 _ACEOF 9279 9470 9280 echo "$as_me:$LINENO: result: yes" >&59281 echo "${ECHO_T}yes" >&6 9471 { echo "$as_me:$LINENO: result: yes" >&5 9472 echo "${ECHO_T}yes" >&6; } 9282 9473 else 9283 9474 echo "$as_me: failed program was:" >&5 9284 9475 sed 's/^/| /' conftest.$ac_ext >&5 9285 9476 9286 echo "$as_me:$LINENO: result: no" >&5 9287 echo "${ECHO_T}no" >&6 9288 fi 9289 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9290 9291 echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 9292 echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6 9477 { echo "$as_me:$LINENO: result: no" >&5 9478 echo "${ECHO_T}no" >&6; } 9479 fi 9480 9481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9482 9483 { echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 9484 echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6; } 9293 9485 cat >conftest.$ac_ext <<_ACEOF 9294 9486 /* confdefs.h. */ … … 9309 9501 _ACEOF 9310 9502 rm -f conftest.$ac_objext 9311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9312 (eval $ac_compile) 2>conftest.er1 9503 if { (ac_try="$ac_compile" 9504 case "(($ac_try" in 9505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9506 *) ac_try_echo=$ac_try;; 9507 esac 9508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9509 (eval "$ac_compile") 2>conftest.er1 9313 9510 ac_status=$? 9314 9511 grep -v '^ *+' conftest.er1 >conftest.err … … 9316 9513 cat conftest.err >&5 9317 9514 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9318 (exit $ac_status); } && 9319 { ac_try='test -z "$ac_c_werror_flag" 9320 || test ! -s conftest.err' 9321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9322 (eval $ac_try) 2>&5 9323 ac_status=$? 9324 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9325 (exit $ac_status); }; } && 9326 { ac_try='test -s conftest.$ac_objext' 9327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9328 (eval $ac_try) 2>&5 9329 ac_status=$? 9330 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9331 (exit $ac_status); }; }; then 9515 (exit $ac_status); } && { 9516 test -z "$ac_c_werror_flag" || 9517 test ! -s conftest.err 9518 } && test -s conftest.$ac_objext; then 9332 9519 cat >>confdefs.h <<\_ACEOF 9333 9520 #define PJ_SOCK_HAS_GETADDRINFO 1 9334 9521 _ACEOF 9335 9522 9336 echo "$as_me:$LINENO: result: yes" >&59337 echo "${ECHO_T}yes" >&6 9523 { echo "$as_me:$LINENO: result: yes" >&5 9524 echo "${ECHO_T}yes" >&6; } 9338 9525 else 9339 9526 echo "$as_me: failed program was:" >&5 9340 9527 sed 's/^/| /' conftest.$ac_ext >&5 9341 9528 9342 echo "$as_me:$LINENO: result: no" >&5 9343 echo "${ECHO_T}no" >&6 9344 fi 9345 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9346 9347 echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 9348 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6 9529 { echo "$as_me:$LINENO: result: no" >&5 9530 echo "${ECHO_T}no" >&6; } 9531 fi 9532 9533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9534 9535 { echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 9536 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6; } 9349 9537 cat >conftest.$ac_ext <<_ACEOF 9350 9538 /* confdefs.h. */ … … 9366 9554 _ACEOF 9367 9555 rm -f conftest.$ac_objext 9368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9369 (eval $ac_compile) 2>conftest.er1 9556 if { (ac_try="$ac_compile" 9557 case "(($ac_try" in 9558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9559 *) ac_try_echo=$ac_try;; 9560 esac 9561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9562 (eval "$ac_compile") 2>conftest.er1 9370 9563 ac_status=$? 9371 9564 grep -v '^ *+' conftest.er1 >conftest.err … … 9373 9566 cat conftest.err >&5 9374 9567 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9375 (exit $ac_status); } && 9376 { ac_try='test -z "$ac_c_werror_flag" 9377 || test ! -s conftest.err' 9378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9379 (eval $ac_try) 2>&5 9380 ac_status=$? 9381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9382 (exit $ac_status); }; } && 9383 { ac_try='test -s conftest.$ac_objext' 9384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9385 (eval $ac_try) 2>&5 9386 ac_status=$? 9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9388 (exit $ac_status); }; }; then 9568 (exit $ac_status); } && { 9569 test -z "$ac_c_werror_flag" || 9570 test ! -s conftest.err 9571 } && test -s conftest.$ac_objext; then 9389 9572 cat >>confdefs.h <<\_ACEOF 9390 9573 #define PJ_SOCKADDR_HAS_LEN 1 9391 9574 _ACEOF 9392 9575 9393 echo "$as_me:$LINENO: result: yes" >&59394 echo "${ECHO_T}yes" >&6 9576 { echo "$as_me:$LINENO: result: yes" >&5 9577 echo "${ECHO_T}yes" >&6; } 9395 9578 else 9396 9579 echo "$as_me: failed program was:" >&5 9397 9580 sed 's/^/| /' conftest.$ac_ext >&5 9398 9581 9399 echo "$as_me:$LINENO: result: no" >&5 9400 echo "${ECHO_T}no" >&6 9401 fi 9402 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9403 9404 echo "$as_me:$LINENO: checking if socklen_t is available" >&5 9405 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6 9582 { echo "$as_me:$LINENO: result: no" >&5 9583 echo "${ECHO_T}no" >&6; } 9584 fi 9585 9586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9587 9588 { echo "$as_me:$LINENO: checking if socklen_t is available" >&5 9589 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6; } 9406 9590 cat >conftest.$ac_ext <<_ACEOF 9407 9591 /* confdefs.h. */ … … 9420 9604 _ACEOF 9421 9605 rm -f conftest.$ac_objext 9422 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9423 (eval $ac_compile) 2>conftest.er1 9606 if { (ac_try="$ac_compile" 9607 case "(($ac_try" in 9608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9609 *) ac_try_echo=$ac_try;; 9610 esac 9611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9612 (eval "$ac_compile") 2>conftest.er1 9424 9613 ac_status=$? 9425 9614 grep -v '^ *+' conftest.er1 >conftest.err … … 9427 9616 cat conftest.err >&5 9428 9617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9429 (exit $ac_status); } && 9430 { ac_try='test -z "$ac_c_werror_flag" 9431 || test ! -s conftest.err' 9432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9433 (eval $ac_try) 2>&5 9434 ac_status=$? 9435 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9436 (exit $ac_status); }; } && 9437 { ac_try='test -s conftest.$ac_objext' 9438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9439 (eval $ac_try) 2>&5 9440 ac_status=$? 9441 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9442 (exit $ac_status); }; }; then 9618 (exit $ac_status); } && { 9619 test -z "$ac_c_werror_flag" || 9620 test ! -s conftest.err 9621 } && test -s conftest.$ac_objext; then 9443 9622 cat >>confdefs.h <<\_ACEOF 9444 9623 #define PJ_HAS_SOCKLEN_T 1 9445 9624 _ACEOF 9446 9625 9447 echo "$as_me:$LINENO: result: yes" >&59448 echo "${ECHO_T}yes" >&6 9626 { echo "$as_me:$LINENO: result: yes" >&5 9627 echo "${ECHO_T}yes" >&6; } 9449 9628 else 9450 9629 echo "$as_me: failed program was:" >&5 9451 9630 sed 's/^/| /' conftest.$ac_ext >&5 9452 9631 9453 echo "$as_me:$LINENO: result: no" >&5 9454 echo "${ECHO_T}no" >&6 9455 fi 9456 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9457 9458 echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 9459 echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6 9632 { echo "$as_me:$LINENO: result: no" >&5 9633 echo "${ECHO_T}no" >&6; } 9634 fi 9635 9636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9637 9638 { echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 9639 echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6; } 9460 9640 case $target in 9461 9641 *mingw* | *cygw* | *win32* | *w32* ) … … 9464 9644 _ACEOF 9465 9645 9466 echo "$as_me:$LINENO: result: yes" >&59467 echo "${ECHO_T}yes" >&6 9646 { echo "$as_me:$LINENO: result: yes" >&5 9647 echo "${ECHO_T}yes" >&6; } 9468 9648 ;; 9469 9649 *) … … 9487 9667 _ACEOF 9488 9668 rm -f conftest.$ac_objext 9489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9490 (eval $ac_compile) 2>conftest.er1 9669 if { (ac_try="$ac_compile" 9670 case "(($ac_try" in 9671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9672 *) ac_try_echo=$ac_try;; 9673 esac 9674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9675 (eval "$ac_compile") 2>conftest.er1 9491 9676 ac_status=$? 9492 9677 grep -v '^ *+' conftest.er1 >conftest.err … … 9494 9679 cat conftest.err >&5 9495 9680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9496 (exit $ac_status); } && 9497 { ac_try='test -z "$ac_c_werror_flag" 9498 || test ! -s conftest.err' 9499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9500 (eval $ac_try) 2>&5 9501 ac_status=$? 9502 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9503 (exit $ac_status); }; } && 9504 { ac_try='test -s conftest.$ac_objext' 9505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9506 (eval $ac_try) 2>&5 9507 ac_status=$? 9508 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9509 (exit $ac_status); }; }; then 9681 (exit $ac_status); } && { 9682 test -z "$ac_c_werror_flag" || 9683 test ! -s conftest.err 9684 } && test -s conftest.$ac_objext; then 9510 9685 cat >>confdefs.h <<\_ACEOF 9511 9686 #define PJ_HAS_SO_ERROR 1 9512 9687 _ACEOF 9513 9688 9514 echo "$as_me:$LINENO: result: yes" >&59515 echo "${ECHO_T}yes" >&6 9689 { echo "$as_me:$LINENO: result: yes" >&5 9690 echo "${ECHO_T}yes" >&6; } 9516 9691 else 9517 9692 echo "$as_me: failed program was:" >&5 9518 9693 sed 's/^/| /' conftest.$ac_ext >&5 9519 9694 9520 echo "$as_me:$LINENO: result: no" >&5 9521 echo "${ECHO_T}no" >&6 9522 fi 9523 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9695 { echo "$as_me:$LINENO: result: no" >&5 9696 echo "${ECHO_T}no" >&6; } 9697 fi 9698 9699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9524 9700 ;; 9525 9701 esac 9526 9702 9527 9703 9528 echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&59529 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6 9704 { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&5 9705 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6; } 9530 9706 cat >conftest.$ac_ext <<_ACEOF 9531 9707 /* confdefs.h. */ … … 9544 9720 _ACEOF 9545 9721 rm -f conftest.$ac_objext 9546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9547 (eval $ac_compile) 2>conftest.er1 9722 if { (ac_try="$ac_compile" 9723 case "(($ac_try" in 9724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9725 *) ac_try_echo=$ac_try;; 9726 esac 9727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9728 (eval "$ac_compile") 2>conftest.er1 9548 9729 ac_status=$? 9549 9730 grep -v '^ *+' conftest.er1 >conftest.err … … 9551 9732 cat conftest.err >&5 9552 9733 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9553 (exit $ac_status); } && 9554 { ac_try='test -z "$ac_c_werror_flag" 9555 || test ! -s conftest.err' 9556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9557 (eval $ac_try) 2>&5 9558 ac_status=$? 9559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9560 (exit $ac_status); }; } && 9561 { ac_try='test -s conftest.$ac_objext' 9562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9563 (eval $ac_try) 2>&5 9564 ac_status=$? 9565 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9566 (exit $ac_status); }; }; then 9734 (exit $ac_status); } && { 9735 test -z "$ac_c_werror_flag" || 9736 test ! -s conftest.err 9737 } && test -s conftest.$ac_objext; then 9567 9738 cat >>confdefs.h <<\_ACEOF 9568 9739 #define PJ_EMULATE_RWMUTEX 0 … … 9570 9741 9571 9742 ac_rwmutex="yes" 9572 echo "$as_me:$LINENO: result: yes" >&59573 echo "${ECHO_T}yes" >&6 9743 { echo "$as_me:$LINENO: result: yes" >&5 9744 echo "${ECHO_T}yes" >&6; } 9574 9745 else 9575 9746 echo "$as_me: failed program was:" >&5 9576 9747 sed 's/^/| /' conftest.$ac_ext >&5 9577 9748 9578 cat >>confdefs.h <<\_ACEOF9749 cat >>confdefs.h <<\_ACEOF 9579 9750 #define PJ_EMULATE_RWMUTEX 1 9580 9751 _ACEOF 9581 9752 9582 9753 ac_rwmutex="no" 9583 echo "$as_me:$LINENO: result: no" >&5 9584 echo "${ECHO_T}no" >&6 9585 fi 9586 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9754 { echo "$as_me:$LINENO: result: no" >&5 9755 echo "${ECHO_T}no" >&6; } 9756 fi 9757 9758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9587 9759 9588 9760 if test "$ac_rwmutex" = "no"; then 9589 echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&59590 echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6 9761 { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5 9762 echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6; } 9591 9763 cat >conftest.$ac_ext <<_ACEOF 9592 9764 /* confdefs.h. */ … … 9606 9778 _ACEOF 9607 9779 rm -f conftest.$ac_objext 9608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9609 (eval $ac_compile) 2>conftest.er1 9780 if { (ac_try="$ac_compile" 9781 case "(($ac_try" in 9782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9783 *) ac_try_echo=$ac_try;; 9784 esac 9785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9786 (eval "$ac_compile") 2>conftest.er1 9610 9787 ac_status=$? 9611 9788 grep -v '^ *+' conftest.er1 >conftest.err … … 9613 9790 cat conftest.err >&5 9614 9791 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9615 (exit $ac_status); } && 9616 { ac_try='test -z "$ac_c_werror_flag" 9617 || test ! -s conftest.err' 9618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9619 (eval $ac_try) 2>&5 9620 ac_status=$? 9621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9622 (exit $ac_status); }; } && 9623 { ac_try='test -s conftest.$ac_objext' 9624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9625 (eval $ac_try) 2>&5 9626 ac_status=$? 9627 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9628 (exit $ac_status); }; }; then 9792 (exit $ac_status); } && { 9793 test -z "$ac_c_werror_flag" || 9794 test ! -s conftest.err 9795 } && test -s conftest.$ac_objext; then 9629 9796 cat >>confdefs.h <<\_ACEOF 9630 9797 #define PJ_EMULATE_RWMUTEX 0 … … 9632 9799 9633 9800 CFLAGS="$CFLAGS -D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS" 9634 echo "$as_me:$LINENO: result: yes" >&59635 echo "${ECHO_T}yes" >&6 9801 { echo "$as_me:$LINENO: result: yes" >&5 9802 echo "${ECHO_T}yes" >&6; } 9636 9803 else 9637 9804 echo "$as_me: failed program was:" >&5 9638 9805 sed 's/^/| /' conftest.$ac_ext >&5 9639 9806 9640 cat >>confdefs.h <<\_ACEOF9807 cat >>confdefs.h <<\_ACEOF 9641 9808 #define PJ_EMULATE_RWMUTEX 1 9642 9809 _ACEOF 9643 9810 9644 echo "$as_me:$LINENO: result: no" >&5 9645 echo "${ECHO_T}no" >&6 9646 fi 9647 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9648 fi 9649 9650 echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 9651 echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6 9811 { echo "$as_me:$LINENO: result: no" >&5 9812 echo "${ECHO_T}no" >&6; } 9813 fi 9814 9815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9816 fi 9817 9818 { echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 9819 echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6; } 9652 9820 cat >conftest.$ac_ext <<_ACEOF 9653 9821 /* confdefs.h. */ … … 9666 9834 _ACEOF 9667 9835 rm -f conftest.$ac_objext 9668 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9669 (eval $ac_compile) 2>conftest.er1 9836 if { (ac_try="$ac_compile" 9837 case "(($ac_try" in 9838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9839 *) ac_try_echo=$ac_try;; 9840 esac 9841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9842 (eval "$ac_compile") 2>conftest.er1 9670 9843 ac_status=$? 9671 9844 grep -v '^ *+' conftest.er1 >conftest.err … … 9673 9846 cat conftest.err >&5 9674 9847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9675 (exit $ac_status); } && 9676 { ac_try='test -z "$ac_c_werror_flag" 9677 || test ! -s conftest.err' 9678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9679 (eval $ac_try) 2>&5 9680 ac_status=$? 9681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9682 (exit $ac_status); }; } && 9683 { ac_try='test -s conftest.$ac_objext' 9684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9685 (eval $ac_try) 2>&5 9686 ac_status=$? 9687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9688 (exit $ac_status); }; }; then 9848 (exit $ac_status); } && { 9849 test -z "$ac_c_werror_flag" || 9850 test ! -s conftest.err 9851 } && test -s conftest.$ac_objext; then 9689 9852 cat >>confdefs.h <<\_ACEOF 9690 9853 #define PJ_HAS_PTHREAD_MUTEXATTR_SETTYPE 1 9691 9854 _ACEOF 9692 9855 9693 echo "$as_me:$LINENO: result: yes" >&59694 echo "${ECHO_T}yes" >&6 9856 { echo "$as_me:$LINENO: result: yes" >&5 9857 echo "${ECHO_T}yes" >&6; } 9695 9858 else 9696 9859 echo "$as_me: failed program was:" >&5 9697 9860 sed 's/^/| /' conftest.$ac_ext >&5 9698 9861 9699 echo "$as_me:$LINENO: result: no" >&5 9700 echo "${ECHO_T}no" >&6 9701 fi 9702 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9703 9704 echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 9705 echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6 9862 { echo "$as_me:$LINENO: result: no" >&5 9863 echo "${ECHO_T}no" >&6; } 9864 fi 9865 9866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9867 9868 { echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 9869 echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6; } 9706 9870 cat >conftest.$ac_ext <<_ACEOF 9707 9871 /* confdefs.h. */ … … 9721 9885 _ACEOF 9722 9886 rm -f conftest.$ac_objext 9723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9724 (eval $ac_compile) 2>conftest.er1 9887 if { (ac_try="$ac_compile" 9888 case "(($ac_try" in 9889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9890 *) ac_try_echo=$ac_try;; 9891 esac 9892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9893 (eval "$ac_compile") 2>conftest.er1 9725 9894 ac_status=$? 9726 9895 grep -v '^ *+' conftest.er1 >conftest.err … … 9728 9897 cat conftest.err >&5 9729 9898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9730 (exit $ac_status); } && 9731 { ac_try='test -z "$ac_c_werror_flag" 9732 || test ! -s conftest.err' 9733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9734 (eval $ac_try) 2>&5 9735 ac_status=$? 9736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9737 (exit $ac_status); }; } && 9738 { ac_try='test -s conftest.$ac_objext' 9739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9740 (eval $ac_try) 2>&5 9741 ac_status=$? 9742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9743 (exit $ac_status); }; }; then 9899 (exit $ac_status); } && { 9900 test -z "$ac_c_werror_flag" || 9901 test ! -s conftest.err 9902 } && test -s conftest.$ac_objext; then 9744 9903 cat >>confdefs.h <<\_ACEOF 9745 9904 #define PJ_PTHREAD_MUTEXATTR_T_HAS_RECURSIVE 1 9746 9905 _ACEOF 9747 9906 9748 echo "$as_me:$LINENO: result: yes" >&59749 echo "${ECHO_T}yes" >&6 9907 { echo "$as_me:$LINENO: result: yes" >&5 9908 echo "${ECHO_T}yes" >&6; } 9750 9909 else 9751 9910 echo "$as_me: failed program was:" >&5 9752 9911 sed 's/^/| /' conftest.$ac_ext >&5 9753 9912 9754 echo "$as_me:$LINENO: result: no" >&5 9755 echo "${ECHO_T}no" >&6 9756 fi 9757 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9758 9759 9760 echo "$as_me:$LINENO: checking ioqueue backend" >&5 9761 echo $ECHO_N "checking ioqueue backend... $ECHO_C" >&6 9762 # Check whether --enable-epoll or --disable-epoll was given. 9913 { echo "$as_me:$LINENO: result: no" >&5 9914 echo "${ECHO_T}no" >&6; } 9915 fi 9916 9917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9918 9919 9920 { echo "$as_me:$LINENO: checking ioqueue backend" >&5 9921 echo $ECHO_N "checking ioqueue backend... $ECHO_C" >&6; } 9922 # Check whether --enable-epoll was given. 9763 9923 if test "${enable_epoll+set}" = set; then 9764 enableval="$enable_epoll" 9765 9924 enableval=$enable_epoll; 9766 9925 ac_os_objs=ioqueue_epoll.o 9767 echo "$as_me:$LINENO: result: /dev/epoll" >&59768 echo "${ECHO_T}/dev/epoll" >&6 9926 { echo "$as_me:$LINENO: result: /dev/epoll" >&5 9927 echo "${ECHO_T}/dev/epoll" >&6; } 9769 9928 9770 9929 else 9771 9930 9772 9931 ac_os_objs=ioqueue_select.o 9773 echo "$as_me:$LINENO: result: select()" >&5 9774 echo "${ECHO_T}select()" >&6 9775 9776 fi; 9932 { echo "$as_me:$LINENO: result: select()" >&5 9933 echo "${ECHO_T}select()" >&6; } 9934 9935 fi 9936 9777 9937 9778 9938 … … 9796 9956 9797 9957 9798 # Check whether --enable-sound or --disable-soundwas given.9958 # Check whether --enable-sound was given. 9799 9959 if test "${enable_sound+set}" = set; then 9800 enableval="$enable_sound" 9801 if test "$enable_sound" = "no"; then 9960 enableval=$enable_sound; if test "$enable_sound" = "no"; then 9802 9961 ac_pjmedia_snd=null 9803 echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&59804 echo "${ECHO_T}Checking if sound is disabled... yes" >&6 9962 { echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 9963 echo "${ECHO_T}Checking if sound is disabled... yes" >&6; } 9805 9964 fi 9806 9965 9807 fi; 9966 fi 9967 9808 9968 9809 9969 9810 9970 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 9811 echo "$as_me:$LINENO: checking for sys/soundcard.h" >&59812 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 9971 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 9972 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 9813 9973 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 9814 9974 echo $ECHO_N "(cached) $ECHO_C" >&6 9815 9975 fi 9816 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&59817 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 9976 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 9977 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 9818 9978 else 9819 9979 # Is the header compilable? 9820 echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&59821 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6 9980 { echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 9981 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; } 9822 9982 cat >conftest.$ac_ext <<_ACEOF 9823 9983 /* confdefs.h. */ … … 9830 9990 _ACEOF 9831 9991 rm -f conftest.$ac_objext 9832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9833 (eval $ac_compile) 2>conftest.er1 9992 if { (ac_try="$ac_compile" 9993 case "(($ac_try" in 9994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9995 *) ac_try_echo=$ac_try;; 9996 esac 9997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9998 (eval "$ac_compile") 2>conftest.er1 9834 9999 ac_status=$? 9835 10000 grep -v '^ *+' conftest.er1 >conftest.err … … 9837 10002 cat conftest.err >&5 9838 10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9839 (exit $ac_status); } && 9840 { ac_try='test -z "$ac_c_werror_flag" 9841 || test ! -s conftest.err' 9842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9843 (eval $ac_try) 2>&5 9844 ac_status=$? 9845 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9846 (exit $ac_status); }; } && 9847 { ac_try='test -s conftest.$ac_objext' 9848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9849 (eval $ac_try) 2>&5 9850 ac_status=$? 9851 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9852 (exit $ac_status); }; }; then 10004 (exit $ac_status); } && { 10005 test -z "$ac_c_werror_flag" || 10006 test ! -s conftest.err 10007 } && test -s conftest.$ac_objext; then 9853 10008 ac_header_compiler=yes 9854 10009 else … … 9856 10011 sed 's/^/| /' conftest.$ac_ext >&5 9857 10012 9858 ac_header_compiler=no 9859 fi 9860 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9861 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9862 echo "${ECHO_T}$ac_header_compiler" >&6 10013 ac_header_compiler=no 10014 fi 10015 10016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10017 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10018 echo "${ECHO_T}$ac_header_compiler" >&6; } 9863 10019 9864 10020 # Is the header present? 9865 echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&59866 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6 10021 { echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 10022 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; } 9867 10023 cat >conftest.$ac_ext <<_ACEOF 9868 10024 /* confdefs.h. */ … … 9873 10029 #include <sys/soundcard.h> 9874 10030 _ACEOF 9875 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9876 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10031 if { (ac_try="$ac_cpp conftest.$ac_ext" 10032 case "(($ac_try" in 10033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10034 *) ac_try_echo=$ac_try;; 10035 esac 10036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10037 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9877 10038 ac_status=$? 9878 10039 grep -v '^ *+' conftest.er1 >conftest.err … … 9880 10041 cat conftest.err >&5 9881 10042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9882 (exit $ac_status); } >/dev/null; then 9883 if test -s conftest.err; then 9884 ac_cpp_err=$ac_c_preproc_warn_flag 9885 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9886 else 9887 ac_cpp_err= 9888 fi 9889 else 9890 ac_cpp_err=yes 9891 fi 9892 if test -z "$ac_cpp_err"; then 10043 (exit $ac_status); } >/dev/null && { 10044 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10045 test ! -s conftest.err 10046 }; then 9893 10047 ac_header_preproc=yes 9894 10048 else … … 9898 10052 ac_header_preproc=no 9899 10053 fi 10054 9900 10055 rm -f conftest.err conftest.$ac_ext 9901 echo "$as_me:$LINENO: result: $ac_header_preproc" >&59902 echo "${ECHO_T}$ac_header_preproc" >&6 10056 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10057 echo "${ECHO_T}$ac_header_preproc" >&6; } 9903 10058 9904 10059 # So? What about this header? … … 9924 10079 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 9925 10080 echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} 9926 ( 9927 cat <<\_ASBOX 9928 ## ------------------------------------ ## 9929 ## Report this to the pjproject lists. ## 9930 ## ------------------------------------ ## 9931 _ASBOX 9932 ) | 9933 sed "s/^/$as_me: WARNING: /" >&2 10081 9934 10082 ;; 9935 10083 esac 9936 echo "$as_me:$LINENO: checking for sys/soundcard.h" >&59937 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 10084 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 10085 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 9938 10086 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 9939 10087 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 9941 10089 ac_cv_header_sys_soundcard_h=$ac_header_preproc 9942 10090 fi 9943 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&59944 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 10091 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 10092 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 9945 10093 9946 10094 fi … … 9951 10099 9952 10100 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 9953 echo "$as_me:$LINENO: checking for linux/soundcard.h" >&59954 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 10101 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 10102 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 9955 10103 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 9956 10104 echo $ECHO_N "(cached) $ECHO_C" >&6 9957 10105 fi 9958 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&59959 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 10106 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 10107 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 9960 10108 else 9961 10109 # Is the header compilable? 9962 echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&59963 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6 10110 { echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 10111 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6; } 9964 10112 cat >conftest.$ac_ext <<_ACEOF 9965 10113 /* confdefs.h. */ … … 9972 10120 _ACEOF 9973 10121 rm -f conftest.$ac_objext 9974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9975 (eval $ac_compile) 2>conftest.er1 10122 if { (ac_try="$ac_compile" 10123 case "(($ac_try" in 10124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10125 *) ac_try_echo=$ac_try;; 10126 esac 10127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10128 (eval "$ac_compile") 2>conftest.er1 9976 10129 ac_status=$? 9977 10130 grep -v '^ *+' conftest.er1 >conftest.err … … 9979 10132 cat conftest.err >&5 9980 10133 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9981 (exit $ac_status); } && 9982 { ac_try='test -z "$ac_c_werror_flag" 9983 || test ! -s conftest.err' 9984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9985 (eval $ac_try) 2>&5 9986 ac_status=$? 9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9988 (exit $ac_status); }; } && 9989 { ac_try='test -s conftest.$ac_objext' 9990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9991 (eval $ac_try) 2>&5 9992 ac_status=$? 9993 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9994 (exit $ac_status); }; }; then 10134 (exit $ac_status); } && { 10135 test -z "$ac_c_werror_flag" || 10136 test ! -s conftest.err 10137 } && test -s conftest.$ac_objext; then 9995 10138 ac_header_compiler=yes 9996 10139 else … … 9998 10141 sed 's/^/| /' conftest.$ac_ext >&5 9999 10142 10000 ac_header_compiler=no 10001 fi 10002 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10003 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10004 echo "${ECHO_T}$ac_header_compiler" >&6 10143 ac_header_compiler=no 10144 fi 10145 10146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10147 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10148 echo "${ECHO_T}$ac_header_compiler" >&6; } 10005 10149 10006 10150 # Is the header present? 10007 echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&510008 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6 10151 { echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 10152 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6; } 10009 10153 cat >conftest.$ac_ext <<_ACEOF 10010 10154 /* confdefs.h. */ … … 10015 10159 #include <linux/soundcard.h> 10016 10160 _ACEOF 10017 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10018 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10161 if { (ac_try="$ac_cpp conftest.$ac_ext" 10162 case "(($ac_try" in 10163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10164 *) ac_try_echo=$ac_try;; 10165 esac 10166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10167 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10019 10168 ac_status=$? 10020 10169 grep -v '^ *+' conftest.er1 >conftest.err … … 10022 10171 cat conftest.err >&5 10023 10172 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10024 (exit $ac_status); } >/dev/null; then 10025 if test -s conftest.err; then 10026 ac_cpp_err=$ac_c_preproc_warn_flag 10027 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10028 else 10029 ac_cpp_err= 10030 fi 10031 else 10032 ac_cpp_err=yes 10033 fi 10034 if test -z "$ac_cpp_err"; then 10173 (exit $ac_status); } >/dev/null && { 10174 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10175 test ! -s conftest.err 10176 }; then 10035 10177 ac_header_preproc=yes 10036 10178 else … … 10040 10182 ac_header_preproc=no 10041 10183 fi 10184 10042 10185 rm -f conftest.err conftest.$ac_ext 10043 echo "$as_me:$LINENO: result: $ac_header_preproc" >&510044 echo "${ECHO_T}$ac_header_preproc" >&6 10186 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10187 echo "${ECHO_T}$ac_header_preproc" >&6; } 10045 10188 10046 10189 # So? What about this header? … … 10066 10209 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 10067 10210 echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} 10068 ( 10069 cat <<\_ASBOX 10070 ## ------------------------------------ ## 10071 ## Report this to the pjproject lists. ## 10072 ## ------------------------------------ ## 10073 _ASBOX 10074 ) | 10075 sed "s/^/$as_me: WARNING: /" >&2 10211 10076 10212 ;; 10077 10213 esac 10078 echo "$as_me:$LINENO: checking for linux/soundcard.h" >&510079 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 10214 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 10215 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 10080 10216 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 10081 10217 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10083 10219 ac_cv_header_linux_soundcard_h=$ac_header_preproc 10084 10220 fi 10085 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&510086 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 10221 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 10222 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 10087 10223 10088 10224 fi … … 10093 10229 10094 10230 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 10095 echo "$as_me:$LINENO: checking for machine/soundcard.h" >&510096 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 10231 { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 10232 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 10097 10233 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 10098 10234 echo $ECHO_N "(cached) $ECHO_C" >&6 10099 10235 fi 10100 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&510101 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 10236 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 10237 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 10102 10238 else 10103 10239 # Is the header compilable? 10104 echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&510105 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6 10240 { echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 10241 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6; } 10106 10242 cat >conftest.$ac_ext <<_ACEOF 10107 10243 /* confdefs.h. */ … … 10114 10250 _ACEOF 10115 10251 rm -f conftest.$ac_objext 10116 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10117 (eval $ac_compile) 2>conftest.er1 10252 if { (ac_try="$ac_compile" 10253 case "(($ac_try" in 10254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10255 *) ac_try_echo=$ac_try;; 10256 esac 10257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10258 (eval "$ac_compile") 2>conftest.er1 10118 10259 ac_status=$? 10119 10260 grep -v '^ *+' conftest.er1 >conftest.err … … 10121 10262 cat conftest.err >&5 10122 10263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10123 (exit $ac_status); } && 10124 { ac_try='test -z "$ac_c_werror_flag" 10125 || test ! -s conftest.err' 10126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10127 (eval $ac_try) 2>&5 10128 ac_status=$? 10129 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10130 (exit $ac_status); }; } && 10131 { ac_try='test -s conftest.$ac_objext' 10132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10133 (eval $ac_try) 2>&5 10134 ac_status=$? 10135 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10136 (exit $ac_status); }; }; then 10264 (exit $ac_status); } && { 10265 test -z "$ac_c_werror_flag" || 10266 test ! -s conftest.err 10267 } && test -s conftest.$ac_objext; then 10137 10268 ac_header_compiler=yes 10138 10269 else … … 10140 10271 sed 's/^/| /' conftest.$ac_ext >&5 10141 10272 10142 ac_header_compiler=no 10143 fi 10144 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10145 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10146 echo "${ECHO_T}$ac_header_compiler" >&6 10273 ac_header_compiler=no 10274 fi 10275 10276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10277 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10278 echo "${ECHO_T}$ac_header_compiler" >&6; } 10147 10279 10148 10280 # Is the header present? 10149 echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&510150 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6 10281 { echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 10282 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6; } 10151 10283 cat >conftest.$ac_ext <<_ACEOF 10152 10284 /* confdefs.h. */ … … 10157 10289 #include <machine/soundcard.h> 10158 10290 _ACEOF 10159 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10160 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10291 if { (ac_try="$ac_cpp conftest.$ac_ext" 10292 case "(($ac_try" in 10293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10294 *) ac_try_echo=$ac_try;; 10295 esac 10296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10297 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10161 10298 ac_status=$? 10162 10299 grep -v '^ *+' conftest.er1 >conftest.err … … 10164 10301 cat conftest.err >&5 10165 10302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10166 (exit $ac_status); } >/dev/null; then 10167 if test -s conftest.err; then 10168 ac_cpp_err=$ac_c_preproc_warn_flag 10169 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10170 else 10171 ac_cpp_err= 10172 fi 10173 else 10174 ac_cpp_err=yes 10175 fi 10176 if test -z "$ac_cpp_err"; then 10303 (exit $ac_status); } >/dev/null && { 10304 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10305 test ! -s conftest.err 10306 }; then 10177 10307 ac_header_preproc=yes 10178 10308 else … … 10182 10312 ac_header_preproc=no 10183 10313 fi 10314 10184 10315 rm -f conftest.err conftest.$ac_ext 10185 echo "$as_me:$LINENO: result: $ac_header_preproc" >&510186 echo "${ECHO_T}$ac_header_preproc" >&6 10316 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10317 echo "${ECHO_T}$ac_header_preproc" >&6; } 10187 10318 10188 10319 # So? What about this header? … … 10208 10339 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&5 10209 10340 echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;} 10210 ( 10211 cat <<\_ASBOX 10212 ## ------------------------------------ ## 10213 ## Report this to the pjproject lists. ## 10214 ## ------------------------------------ ## 10215 _ASBOX 10216 ) | 10217 sed "s/^/$as_me: WARNING: /" >&2 10341 10218 10342 ;; 10219 10343 esac 10220 echo "$as_me:$LINENO: checking for machine/soundcard.h" >&510221 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 10344 { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 10345 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 10222 10346 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 10223 10347 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10225 10349 ac_cv_header_machine_soundcard_h=$ac_header_preproc 10226 10350 fi 10227 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&510228 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 10351 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 10352 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 10229 10353 10230 10354 fi … … 10251 10375 #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 10252 10376 ac_pjmedia_snd=pa_old_darwinos 10253 echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&510254 echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6 10377 { echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&5 10378 echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6; } 10255 10379 else 10256 10380 ac_pjmedia_snd=pa_darwinos 10257 echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&510258 echo "${ECHO_T}Checking sound device backend... coreaudio" >&6 10381 { echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&5 10382 echo "${ECHO_T}Checking sound device backend... coreaudio" >&6; } 10259 10383 fi 10260 10384 ;; 10261 10385 *cygwin* | *mingw*) 10262 10386 ac_pjmedia_snd=pa_win32 10263 echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&510264 echo "${ECHO_T}Checking sound device backend... win32 sound" >&6 10387 { echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&5 10388 echo "${ECHO_T}Checking sound device backend... win32 sound" >&6; } 10265 10389 ;; 10266 10390 *rtems*) 10267 10391 ac_pjmedia_snd=null 10268 echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&510269 echo "${ECHO_T}Checking sound device backend... null sound" >&6 10392 { echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&5 10393 echo "${ECHO_T}Checking sound device backend... null sound" >&6; } 10270 10394 ;; 10271 10395 *) 10272 10396 ac_pjmedia_snd=pa_unix 10273 10397 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10274 echo "$as_me:$LINENO: checking for alsa/version.h" >&510275 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6 10398 { echo "$as_me:$LINENO: checking for alsa/version.h" >&5 10399 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 10276 10400 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10277 10401 echo $ECHO_N "(cached) $ECHO_C" >&6 10278 10402 fi 10279 echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&510280 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6 10403 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 10404 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 10281 10405 else 10282 10406 # Is the header compilable? 10283 echo "$as_me:$LINENO: checking alsa/version.h usability" >&510284 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6 10407 { echo "$as_me:$LINENO: checking alsa/version.h usability" >&5 10408 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6; } 10285 10409 cat >conftest.$ac_ext <<_ACEOF 10286 10410 /* confdefs.h. */ … … 10293 10417 _ACEOF 10294 10418 rm -f conftest.$ac_objext 10295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10296 (eval $ac_compile) 2>conftest.er1 10419 if { (ac_try="$ac_compile" 10420 case "(($ac_try" in 10421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10422 *) ac_try_echo=$ac_try;; 10423 esac 10424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10425 (eval "$ac_compile") 2>conftest.er1 10297 10426 ac_status=$? 10298 10427 grep -v '^ *+' conftest.er1 >conftest.err … … 10300 10429 cat conftest.err >&5 10301 10430 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10302 (exit $ac_status); } && 10303 { ac_try='test -z "$ac_c_werror_flag" 10304 || test ! -s conftest.err' 10305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10306 (eval $ac_try) 2>&5 10307 ac_status=$? 10308 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10309 (exit $ac_status); }; } && 10310 { ac_try='test -s conftest.$ac_objext' 10311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10312 (eval $ac_try) 2>&5 10313 ac_status=$? 10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10315 (exit $ac_status); }; }; then 10431 (exit $ac_status); } && { 10432 test -z "$ac_c_werror_flag" || 10433 test ! -s conftest.err 10434 } && test -s conftest.$ac_objext; then 10316 10435 ac_header_compiler=yes 10317 10436 else … … 10319 10438 sed 's/^/| /' conftest.$ac_ext >&5 10320 10439 10321 ac_header_compiler=no 10322 fi 10323 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10324 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10325 echo "${ECHO_T}$ac_header_compiler" >&6 10440 ac_header_compiler=no 10441 fi 10442 10443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10444 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10445 echo "${ECHO_T}$ac_header_compiler" >&6; } 10326 10446 10327 10447 # Is the header present? 10328 echo "$as_me:$LINENO: checking alsa/version.h presence" >&510329 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6 10448 { echo "$as_me:$LINENO: checking alsa/version.h presence" >&5 10449 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6; } 10330 10450 cat >conftest.$ac_ext <<_ACEOF 10331 10451 /* confdefs.h. */ … … 10336 10456 #include <alsa/version.h> 10337 10457 _ACEOF 10338 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10339 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10458 if { (ac_try="$ac_cpp conftest.$ac_ext" 10459 case "(($ac_try" in 10460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10461 *) ac_try_echo=$ac_try;; 10462 esac 10463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10464 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10340 10465 ac_status=$? 10341 10466 grep -v '^ *+' conftest.er1 >conftest.err … … 10343 10468 cat conftest.err >&5 10344 10469 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10345 (exit $ac_status); } >/dev/null; then 10346 if test -s conftest.err; then 10347 ac_cpp_err=$ac_c_preproc_warn_flag 10348 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10349 else 10350 ac_cpp_err= 10351 fi 10352 else 10353 ac_cpp_err=yes 10354 fi 10355 if test -z "$ac_cpp_err"; then 10470 (exit $ac_status); } >/dev/null && { 10471 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10472 test ! -s conftest.err 10473 }; then 10356 10474 ac_header_preproc=yes 10357 10475 else … … 10361 10479 ac_header_preproc=no 10362 10480 fi 10481 10363 10482 rm -f conftest.err conftest.$ac_ext 10364 echo "$as_me:$LINENO: result: $ac_header_preproc" >&510365 echo "${ECHO_T}$ac_header_preproc" >&6 10483 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10484 echo "${ECHO_T}$ac_header_preproc" >&6; } 10366 10485 10367 10486 # So? What about this header? … … 10387 10506 { echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&5 10388 10507 echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;} 10389 ( 10390 cat <<\_ASBOX 10391 ## ------------------------------------ ## 10392 ## Report this to the pjproject lists. ## 10393 ## ------------------------------------ ## 10394 _ASBOX 10395 ) | 10396 sed "s/^/$as_me: WARNING: /" >&2 10508 10397 10509 ;; 10398 10510 esac 10399 echo "$as_me:$LINENO: checking for alsa/version.h" >&510400 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6 10511 { echo "$as_me:$LINENO: checking for alsa/version.h" >&5 10512 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 10401 10513 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10402 10514 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10404 10516 ac_cv_header_alsa_version_h=$ac_header_preproc 10405 10517 fi 10406 echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&510407 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6 10518 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 10519 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 10408 10520 10409 10521 fi … … 10419 10531 10420 10532 10421 echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&510422 echo "${ECHO_T}Checking sound device backend... unix" >&6 10533 { echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&5 10534 echo "${ECHO_T}Checking sound device backend... unix" >&6; } 10423 10535 10424 10536 ac_pa_use_oss=1 10425 10537 10426 # Check whether --enable-oss or --disable-osswas given.10538 # Check whether --enable-oss was given. 10427 10539 if test "${enable_oss+set}" = set; then 10428 enableval="$enable_oss" 10429 10540 enableval=$enable_oss; 10430 10541 if test "$enable_oss" = "no"; then 10431 10542 ac_pa_use_oss=0 10432 echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&510433 echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6 10543 { echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&5 10544 echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6; } 10434 10545 fi 10435 10546 10436 fi; 10547 fi 10548 10437 10549 ;; 10438 10550 esac 10439 10551 fi 10440 10552 10441 # Check whether --enable-ext_sound or --disable-ext_soundwas given.10553 # Check whether --enable-ext_sound was given. 10442 10554 if test "${enable_ext_sound+set}" = set; then 10443 enableval="$enable_ext_sound" 10444 if test "$enable_ext_sound" = "yes"; then 10555 enableval=$enable_ext_sound; if test "$enable_ext_sound" = "yes"; then 10445 10556 ac_pjmedia_snd=external 10446 echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&510447 echo "${ECHO_T}Checking if external sound is set... yes" >&6 10557 { echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 10558 echo "${ECHO_T}Checking if external sound is set... yes" >&6; } 10448 10559 fi 10449 10560 10450 fi; 10451 10452 10453 # Check whether --enable-small-filter or --disable-small-filter was given. 10561 fi 10562 10563 10564 10565 # Check whether --enable-small-filter was given. 10454 10566 if test "${enable_small_filter+set}" = set; then 10455 enableval="$enable_small_filter" 10456 if test "$enable_small_filter" = "no"; then 10567 enableval=$enable_small_filter; if test "$enable_small_filter" = "no"; then 10457 10568 ac_no_small_filter='-DPJMEDIA_HAS_SMALL_FILTER=0' 10458 echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&510459 echo "${ECHO_T}Checking if small filter is disabled... yes" >&6 10569 { echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&5 10570 echo "${ECHO_T}Checking if small filter is disabled... yes" >&6; } 10460 10571 fi 10461 10572 else 10462 echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 10463 echo "${ECHO_T}Checking if small filter is disabled... no" >&6 10464 fi; 10465 10466 10467 # Check whether --enable-large-filter or --disable-large-filter was given. 10573 { echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 10574 echo "${ECHO_T}Checking if small filter is disabled... no" >&6; } 10575 fi 10576 10577 10578 10579 # Check whether --enable-large-filter was given. 10468 10580 if test "${enable_large_filter+set}" = set; then 10469 enableval="$enable_large_filter" 10470 if test "$enable_large_filter" = "no"; then 10581 enableval=$enable_large_filter; if test "$enable_large_filter" = "no"; then 10471 10582 ac_no_large_filter='-DPJMEDIA_HAS_LARGE_FILTER=0' 10472 echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&510473 echo "${ECHO_T}Checking if large filter is disabled... yes" >&6 10583 { echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&5 10584 echo "${ECHO_T}Checking if large filter is disabled... yes" >&6; } 10474 10585 fi 10475 10586 else 10476 echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 10477 echo "${ECHO_T}Checking if large filter is disabled... no" >&6 10478 fi; 10479 10480 10481 # Check whether --enable-speex-aec or --disable-speex-aec was given. 10587 { echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 10588 echo "${ECHO_T}Checking if large filter is disabled... no" >&6; } 10589 fi 10590 10591 10592 10593 # Check whether --enable-speex-aec was given. 10482 10594 if test "${enable_speex_aec+set}" = set; then 10483 enableval="$enable_speex_aec" 10484 if test "$enable_speex_aec" = "no"; then 10595 enableval=$enable_speex_aec; if test "$enable_speex_aec" = "no"; then 10485 10596 ac_no_speex_aec='-DPJMEDIA_HAS_SPEEX_AEC=0' 10486 echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&510487 echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6 10597 { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&5 10598 echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6; } 10488 10599 fi 10489 10600 else 10490 echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 10491 echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6 10492 fi; 10493 10494 10495 # Check whether --enable-g711-codec or --disable-g711-codec was given. 10601 { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 10602 echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6; } 10603 fi 10604 10605 10606 10607 # Check whether --enable-g711-codec was given. 10496 10608 if test "${enable_g711_codec+set}" = set; then 10497 enableval="$enable_g711_codec" 10498 if test "$enable_g711_codec" = "no"; then 10609 enableval=$enable_g711_codec; if test "$enable_g711_codec" = "no"; then 10499 10610 ac_no_g711_codec=1 10500 10611 cat >>confdefs.h <<\_ACEOF … … 10502 10613 _ACEOF 10503 10614 10504 echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&510505 echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6 10615 { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&5 10616 echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6; } 10506 10617 fi 10507 10618 else 10508 echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 10509 echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6 10510 fi; 10511 10512 10513 10514 # Check whether --enable-l16-codec or --disable-l16-codec was given. 10619 { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 10620 echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6; } 10621 fi 10622 10623 10624 10625 10626 # Check whether --enable-l16-codec was given. 10515 10627 if test "${enable_l16_codec+set}" = set; then 10516 enableval="$enable_l16_codec" 10517 if test "$enable_l16_codec" = "no"; then 10628 enableval=$enable_l16_codec; if test "$enable_l16_codec" = "no"; then 10518 10629 ac_no_l16_codec=1 10519 10630 cat >>confdefs.h <<\_ACEOF … … 10521 10632 _ACEOF 10522 10633 10523 echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&510524 echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6 10634 { echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&5 10635 echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6; } 10525 10636 fi 10526 10637 else 10527 echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 10528 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6 10529 fi; 10530 10531 10532 10533 # Check whether --enable-gsm-codec or --disable-gsm-codec was given. 10638 { echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 10639 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6; } 10640 fi 10641 10642 10643 10644 10645 # Check whether --enable-gsm-codec was given. 10534 10646 if test "${enable_gsm_codec+set}" = set; then 10535 enableval="$enable_gsm_codec" 10536 if test "$enable_gsm_codec" = "no"; then 10647 enableval=$enable_gsm_codec; if test "$enable_gsm_codec" = "no"; then 10537 10648 ac_no_gsm_codec=1 10538 10649 cat >>confdefs.h <<\_ACEOF … … 10540 10651 _ACEOF 10541 10652 10542 echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&510543 echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6 10653 { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&5 10654 echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6; } 10544 10655 fi 10545 10656 else 10546 echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 10547 echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6 10548 fi; 10549 10550 10551 # Check whether --enable-g722-codec or --disable-g722-codec was given. 10657 { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 10658 echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6; } 10659 fi 10660 10661 10662 10663 # Check whether --enable-g722-codec was given. 10552 10664 if test "${enable_g722_codec+set}" = set; then 10553 enableval="$enable_g722_codec" 10554 if test "$enable_g722_codec" = "no"; then 10665 enableval=$enable_g722_codec; if test "$enable_g722_codec" = "no"; then 10555 10666 ac_no_g722_codec=1 10556 10667 cat >>confdefs.h <<\_ACEOF … … 10558 10669 _ACEOF 10559 10670 10560 echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&510561 echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6 10671 { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 10672 echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6; } 10562 10673 fi 10563 10674 else 10564 echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 10565 echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6 10566 fi; 10567 10568 10569 # Check whether --enable-speex-codec or --disable-speex-codec was given. 10675 { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 10676 echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6; } 10677 fi 10678 10679 10680 10681 # Check whether --enable-g7221-codec was given. 10682 if test "${enable_g7221_codec+set}" = set; then 10683 enableval=$enable_g7221_codec; if test "$enable_g7221_codec" = "no"; then 10684 ac_no_g7221_codec=1 10685 cat >>confdefs.h <<\_ACEOF 10686 #define PJMEDIA_HAS_G7221_CODEC 0 10687 _ACEOF 10688 10689 { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...yes" >&5 10690 echo "${ECHO_T}Checking if G.722.1 codec is disabled...yes" >&6; } 10691 fi 10692 else 10693 { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...no" >&5 10694 echo "${ECHO_T}Checking if G.722.1 codec is disabled...no" >&6; } 10695 fi 10696 10697 10698 10699 # Check whether --enable-speex-codec was given. 10570 10700 if test "${enable_speex_codec+set}" = set; then 10571 enableval="$enable_speex_codec" 10572 if test "$enable_speex_codec" = "no"; then 10701 enableval=$enable_speex_codec; if test "$enable_speex_codec" = "no"; then 10573 10702 ac_no_speex_codec=1 10574 10703 cat >>confdefs.h <<\_ACEOF … … 10576 10705 _ACEOF 10577 10706 10578 echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&510579 echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6 10707 { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&5 10708 echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6; } 10580 10709 fi 10581 10710 else 10582 echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 10583 echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6 10584 fi; 10585 10586 10587 # Check whether --enable-ilbc-codec or --disable-ilbc-codec was given. 10711 { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 10712 echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6; } 10713 fi 10714 10715 10716 10717 # Check whether --enable-ilbc-codec was given. 10588 10718 if test "${enable_ilbc_codec+set}" = set; then 10589 enableval="$enable_ilbc_codec" 10590 if test "$enable_ilbc_codec" = "no"; then 10719 enableval=$enable_ilbc_codec; if test "$enable_ilbc_codec" = "no"; then 10591 10720 ac_no_ilbc_codec=1 10592 10721 cat >>confdefs.h <<\_ACEOF … … 10594 10723 _ACEOF 10595 10724 10596 echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&510597 echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6 10725 { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&5 10726 echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6; } 10598 10727 fi 10599 10728 else 10600 echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 10601 echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6 10602 fi; 10603 10604 # Check whether --enable-libsamplerate or --disable-libsamplerate was given. 10729 { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 10730 echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6; } 10731 fi 10732 10733 10734 # Check whether --enable-libsamplerate was given. 10605 10735 if test "${enable_libsamplerate+set}" = set; then 10606 enableval="$enable_libsamplerate" 10607 10608 echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 10609 echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6 10736 enableval=$enable_libsamplerate; 10737 { echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 10738 echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6; } 10610 10739 if test "${ac_cv_lib_samplerate_src_new+set}" = set; then 10611 10740 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10620 10749 /* end confdefs.h. */ 10621 10750 10622 /* Override any gcc2 internal prototype to avoid an error. */ 10751 /* Override any GCC internal prototype to avoid an error. 10752 Use char because int might match the return type of a GCC 10753 builtin and then its argument prototype would still apply. */ 10623 10754 #ifdef __cplusplus 10624 10755 extern "C" 10625 10756 #endif 10626 /* We use char because int might match the return type of a gcc210627 builtin and then its argument prototype would still apply. */10628 10757 char src_new (); 10629 10758 int 10630 10759 main () 10631 10760 { 10632 src_new ();10761 return src_new (); 10633 10762 ; 10634 10763 return 0; … … 10636 10765 _ACEOF 10637 10766 rm -f conftest.$ac_objext conftest$ac_exeext 10638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10639 (eval $ac_link) 2>conftest.er1 10767 if { (ac_try="$ac_link" 10768 case "(($ac_try" in 10769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10770 *) ac_try_echo=$ac_try;; 10771 esac 10772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10773 (eval "$ac_link") 2>conftest.er1 10640 10774 ac_status=$? 10641 10775 grep -v '^ *+' conftest.er1 >conftest.err … … 10643 10777 cat conftest.err >&5 10644 10778 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10645 (exit $ac_status); } && 10646 { ac_try='test -z "$ac_c_werror_flag" 10647 || test ! -s conftest.err' 10648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10649 (eval $ac_try) 2>&5 10650 ac_status=$? 10651 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10652 (exit $ac_status); }; } && 10653 { ac_try='test -s conftest$ac_exeext' 10654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10655 (eval $ac_try) 2>&5 10656 ac_status=$? 10657 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10658 (exit $ac_status); }; }; then 10779 (exit $ac_status); } && { 10780 test -z "$ac_c_werror_flag" || 10781 test ! -s conftest.err 10782 } && test -s conftest$ac_exeext && 10783 $as_test_x conftest$ac_exeext; then 10659 10784 ac_cv_lib_samplerate_src_new=yes 10660 10785 else … … 10662 10787 sed 's/^/| /' conftest.$ac_ext >&5 10663 10788 10664 ac_cv_lib_samplerate_src_new=no 10665 fi 10666 rm -f conftest.err conftest.$ac_objext \ 10789 ac_cv_lib_samplerate_src_new=no 10790 fi 10791 10792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10667 10793 conftest$ac_exeext conftest.$ac_ext 10668 10794 LIBS=$ac_check_lib_save_LIBS 10669 10795 fi 10670 echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&510671 echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6 10796 { echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&5 10797 echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6; } 10672 10798 if test $ac_cv_lib_samplerate_src_new = yes; then 10673 10799 cat >>confdefs.h <<_ACEOF … … 10680 10806 10681 10807 else 10682 echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 10683 echo "${ECHO_T}Skipping libsamplerate detection" >&6 10684 10685 fi; 10686 10687 10688 # Check whether --enable-ipp or --disable-ipp was given. 10808 { echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 10809 echo "${ECHO_T}Skipping libsamplerate detection" >&6; } 10810 10811 fi 10812 10813 10814 10815 # Check whether --enable-ipp was given. 10689 10816 if test "${enable_ipp+set}" = set; then 10690 enableval="$enable_ipp" 10691 10817 enableval=$enable_ipp; 10692 10818 else 10693 10819 enable_ipp=no 10694 10820 10695 fi; 10696 10697 # Check whether --enable-ipp or --disable-ipp was given. 10821 fi 10822 10823 10824 # Check whether --enable-ipp was given. 10698 10825 if test "${enable_ipp+set}" = set; then 10699 enableval="$enable_ipp" 10700 10826 enableval=$enable_ipp; 10701 10827 else 10702 10828 with_ipp=no 10703 10829 10704 fi; 10705 10706 # Check whether --enable-ipp-samples or --disable-ipp-samples was given. 10830 fi 10831 10832 10833 # Check whether --enable-ipp-samples was given. 10707 10834 if test "${enable_ipp_samples+set}" = set; then 10708 enableval="$enable_ipp_samples" 10709 10835 enableval=$enable_ipp_samples; 10710 10836 else 10711 10837 with_ipp_samples=no 10712 10838 10713 fi; 10839 fi 10840 10714 10841 10715 10842 if test "x$enable_ipp" != "xno"; then 10716 echo "$as_me:$LINENO: checking Intel IPP location" >&510717 echo $ECHO_N "checking Intel IPP location... $ECHO_C" >&6 10843 { echo "$as_me:$LINENO: checking Intel IPP location" >&5 10844 echo $ECHO_N "checking Intel IPP location... $ECHO_C" >&6; } 10718 10845 10719 10846 if test "x$with_ipp" != "xno" -a "x$with_ipp" != "x"; then 10720 echo "$as_me:$LINENO: result: $with_ipp" >&510721 echo "${ECHO_T}$with_ipp" >&6 10847 { echo "$as_me:$LINENO: result: $with_ipp" >&5 10848 echo "${ECHO_T}$with_ipp" >&6; } 10722 10849 IPPROOT=$with_ipp 10723 10850 elif test "x$IPPROOT" = "x"; then 10724 10851 if test -d /opt/intel/ipp; then 10725 10852 IPPROOT=`ls -d /opt/intel/ipp/*/* | head -1` 10726 echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&510727 echo "${ECHO_T}autodetected in $IPPROOT" >&6 10853 { echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&5 10854 echo "${ECHO_T}autodetected in $IPPROOT" >&6; } 10728 10855 fi 10729 10856 else 10730 echo "$as_me:$LINENO: result: $IPPROOT" >&510731 echo "${ECHO_T}$IPPROOT" >&6 10857 { echo "$as_me:$LINENO: result: $IPPROOT" >&5 10858 echo "${ECHO_T}$IPPROOT" >&6; } 10732 10859 fi 10733 10860 … … 10764 10891 10765 10892 10766 echo "$as_me:$LINENO: checking Intel IPP usability" >&510767 echo $ECHO_N "checking Intel IPP usability... $ECHO_C" >&6 10893 { echo "$as_me:$LINENO: checking Intel IPP usability" >&5 10894 echo $ECHO_N "checking Intel IPP usability... $ECHO_C" >&6; } 10768 10895 cat >conftest.$ac_ext <<_ACEOF 10769 10896 /* confdefs.h. */ … … 10783 10910 _ACEOF 10784 10911 rm -f conftest.$ac_objext conftest$ac_exeext 10785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10786 (eval $ac_link) 2>conftest.er1 10912 if { (ac_try="$ac_link" 10913 case "(($ac_try" in 10914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10915 *) ac_try_echo=$ac_try;; 10916 esac 10917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10918 (eval "$ac_link") 2>conftest.er1 10787 10919 ac_status=$? 10788 10920 grep -v '^ *+' conftest.er1 >conftest.err … … 10790 10922 cat conftest.err >&5 10791 10923 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10792 (exit $ac_status); } && 10793 { ac_try='test -z "$ac_c_werror_flag" 10794 || test ! -s conftest.err' 10795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10796 (eval $ac_try) 2>&5 10797 ac_status=$? 10798 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10799 (exit $ac_status); }; } && 10800 { ac_try='test -s conftest$ac_exeext' 10801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10802 (eval $ac_try) 2>&5 10803 ac_status=$? 10804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10805 (exit $ac_status); }; }; then 10806 echo "$as_me:$LINENO: result: ok" >&5 10807 echo "${ECHO_T}ok" >&6 10924 (exit $ac_status); } && { 10925 test -z "$ac_c_werror_flag" || 10926 test ! -s conftest.err 10927 } && test -s conftest$ac_exeext && 10928 $as_test_x conftest$ac_exeext; then 10929 { echo "$as_me:$LINENO: result: ok" >&5 10930 echo "${ECHO_T}ok" >&6; } 10808 10931 else 10809 10932 echo "$as_me: failed program was:" >&5 10810 10933 sed 's/^/| /' conftest.$ac_ext >&5 10811 10934 10812 { { echo "$as_me:$LINENO: error: failed10935 { { echo "$as_me:$LINENO: error: failed 10813 10936 See \`config.log' for more details." >&5 10814 10937 echo "$as_me: error: failed … … 10816 10939 { (exit 1); exit 1; }; } 10817 10940 fi 10818 rm -f conftest.err conftest.$ac_objext \ 10941 10942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10819 10943 conftest$ac_exeext conftest.$ac_ext 10820 10944 … … 10824 10948 fi 10825 10949 10826 echo "$as_me:$LINENO: checking Intel IPP samples location" >&510827 echo $ECHO_N "checking Intel IPP samples location... $ECHO_C" >&6 10950 { echo "$as_me:$LINENO: checking Intel IPP samples location" >&5 10951 echo $ECHO_N "checking Intel IPP samples location... $ECHO_C" >&6; } 10828 10952 10829 10953 if test "x$with_ipp_samples" != "xno" -a "x$with_ipp_samples" != "x"; then 10830 echo "$as_me:$LINENO: result: $with_ipp_samples" >&510831 echo "${ECHO_T}$with_ipp_samples" >&6 10954 { echo "$as_me:$LINENO: result: $with_ipp_samples" >&5 10955 echo "${ECHO_T}$with_ipp_samples" >&6; } 10832 10956 IPPSAMPLES=$with_ipp_samples 10833 10957 elif test "x$IPPSAMPLES" = "x"; then 10834 10958 if test -d /opt/intel/ipp-samples; then 10835 10959 IPPSAMPLES=/opt/intel/ipp-samples 10836 echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&510837 echo "${ECHO_T}autodetected in $IPPSAMPLES" >&6 10960 { echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&5 10961 echo "${ECHO_T}autodetected in $IPPSAMPLES" >&6; } 10838 10962 fi 10839 10963 else 10840 echo "$as_me:$LINENO: result: $IPPSAMPLES" >&510841 echo "${ECHO_T}$IPPSAMPLES" >&6 10964 { echo "$as_me:$LINENO: result: $IPPSAMPLES" >&5 10965 echo "${ECHO_T}$IPPSAMPLES" >&6; } 10842 10966 fi 10843 10967 … … 10859 10983 10860 10984 # Guess the libusc.a build location 10861 echo "$as_me:$LINENO: checking Intel IPP USC build location" >&510862 echo $ECHO_N "checking Intel IPP USC build location... $ECHO_C" >&6 10985 { echo "$as_me:$LINENO: checking Intel IPP USC build location" >&5 10986 echo $ECHO_N "checking Intel IPP USC build location... $ECHO_C" >&6; } 10863 10987 IPPSAMPLESLIB=`ls -d $IPPSAMPLES/speech-codecs/bin/*gcc*/lib | head -1` 10864 10988 if test ! -d $IPPSAMPLESLIB; then … … 10876 11000 { (exit 1); exit 1; }; } 10877 11001 fi 10878 echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&510879 echo "${ECHO_T}$IPPSAMPLESLIB" >&6 11002 { echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&5 11003 echo "${ECHO_T}$IPPSAMPLESLIB" >&6; } 10880 11004 10881 11005 SAVED_CFLAGS="$CFLAGS" … … 10888 11012 LIBS="-lusc $LIBS" 10889 11013 10890 echo "$as_me:$LINENO: checking Intel IPP USC usability" >&510891 echo $ECHO_N "checking Intel IPP USC usability... $ECHO_C" >&6 11014 { echo "$as_me:$LINENO: checking Intel IPP USC usability" >&5 11015 echo $ECHO_N "checking Intel IPP USC usability... $ECHO_C" >&6; } 10892 11016 cat >conftest.$ac_ext <<_ACEOF 10893 11017 /* confdefs.h. */ … … 10907 11031 _ACEOF 10908 11032 rm -f conftest.$ac_objext conftest$ac_exeext 10909 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10910 (eval $ac_link) 2>conftest.er1 11033 if { (ac_try="$ac_link" 11034 case "(($ac_try" in 11035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11036 *) ac_try_echo=$ac_try;; 11037 esac 11038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11039 (eval "$ac_link") 2>conftest.er1 10911 11040 ac_status=$? 10912 11041 grep -v '^ *+' conftest.er1 >conftest.err … … 10914 11043 cat conftest.err >&5 10915 11044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10916 (exit $ac_status); } && 10917 { ac_try='test -z "$ac_c_werror_flag" 10918 || test ! -s conftest.err' 10919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10920 (eval $ac_try) 2>&5 10921 ac_status=$? 10922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10923 (exit $ac_status); }; } && 10924 { ac_try='test -s conftest$ac_exeext' 10925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10926 (eval $ac_try) 2>&5 10927 ac_status=$? 10928 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10929 (exit $ac_status); }; }; then 10930 echo "$as_me:$LINENO: result: ok" >&5 10931 echo "${ECHO_T}ok" >&6 11045 (exit $ac_status); } && { 11046 test -z "$ac_c_werror_flag" || 11047 test ! -s conftest.err 11048 } && test -s conftest$ac_exeext && 11049 $as_test_x conftest$ac_exeext; then 11050 { echo "$as_me:$LINENO: result: ok" >&5 11051 echo "${ECHO_T}ok" >&6; } 10932 11052 else 10933 11053 echo "$as_me: failed program was:" >&5 10934 11054 sed 's/^/| /' conftest.$ac_ext >&5 10935 11055 10936 { { echo "$as_me:$LINENO: error: failed11056 { { echo "$as_me:$LINENO: error: failed 10937 11057 See \`config.log' for more details." >&5 10938 11058 echo "$as_me: error: failed … … 10940 11060 { (exit 1); exit 1; }; } 10941 11061 fi 10942 rm -f conftest.err conftest.$ac_objext \ 11062 11063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10943 11064 conftest$ac_exeext conftest.$ac_ext 10944 11065 … … 10957 11078 export IPP_LIBS=$IPP_LIBS" 10958 11079 else 10959 echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&510960 echo "${ECHO_T}Skipping Intel IPP settings (not wanted)" >&6 10961 fi 10962 10963 10964 10965 10966 # Check whether --enable-ssl or --disable-sslwas given.11080 { echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&5 11081 echo "${ECHO_T}Skipping Intel IPP settings (not wanted)" >&6; } 11082 fi 11083 11084 11085 11086 11087 # Check whether --enable-ssl was given. 10967 11088 if test "${enable_ssl+set}" = set; then 10968 enableval="$enable_ssl" 10969 11089 enableval=$enable_ssl; 10970 11090 if test "$enable_ssl" = "no"; then 10971 11091 ac_no_ssl=1 10972 echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&510973 echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6 11092 { echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&5 11093 echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6; } 10974 11094 fi 10975 11095 10976 11096 else 10977 11097 10978 echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&510979 echo "${ECHO_T}checking for OpenSSL installations.." >&6 11098 { echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&5 11099 echo "${ECHO_T}checking for OpenSSL installations.." >&6; } 10980 11100 10981 11101 10982 11102 10983 11103 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 10984 echo "$as_me:$LINENO: checking for openssl/ssl.h" >&510985 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6 11104 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 11105 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 10986 11106 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 10987 11107 echo $ECHO_N "(cached) $ECHO_C" >&6 10988 11108 fi 10989 echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&510990 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6 11109 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 11110 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 10991 11111 else 10992 11112 # Is the header compilable? 10993 echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&510994 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6 11113 { echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 11114 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; } 10995 11115 cat >conftest.$ac_ext <<_ACEOF 10996 11116 /* confdefs.h. */ … … 11003 11123 _ACEOF 11004 11124 rm -f conftest.$ac_objext 11005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11006 (eval $ac_compile) 2>conftest.er1 11125 if { (ac_try="$ac_compile" 11126 case "(($ac_try" in 11127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11128 *) ac_try_echo=$ac_try;; 11129 esac 11130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11131 (eval "$ac_compile") 2>conftest.er1 11007 11132 ac_status=$? 11008 11133 grep -v '^ *+' conftest.er1 >conftest.err … … 11010 11135 cat conftest.err >&5 11011 11136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11012 (exit $ac_status); } && 11013 { ac_try='test -z "$ac_c_werror_flag" 11014 || test ! -s conftest.err' 11015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11016 (eval $ac_try) 2>&5 11017 ac_status=$? 11018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11019 (exit $ac_status); }; } && 11020 { ac_try='test -s conftest.$ac_objext' 11021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11022 (eval $ac_try) 2>&5 11023 ac_status=$? 11024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11025 (exit $ac_status); }; }; then 11137 (exit $ac_status); } && { 11138 test -z "$ac_c_werror_flag" || 11139 test ! -s conftest.err 11140 } && test -s conftest.$ac_objext; then 11026 11141 ac_header_compiler=yes 11027 11142 else … … 11029 11144 sed 's/^/| /' conftest.$ac_ext >&5 11030 11145 11031 ac_header_compiler=no 11032 fi 11033 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11034 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11035 echo "${ECHO_T}$ac_header_compiler" >&6 11146 ac_header_compiler=no 11147 fi 11148 11149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11150 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11151 echo "${ECHO_T}$ac_header_compiler" >&6; } 11036 11152 11037 11153 # Is the header present? 11038 echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&511039 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6 11154 { echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 11155 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; } 11040 11156 cat >conftest.$ac_ext <<_ACEOF 11041 11157 /* confdefs.h. */ … … 11046 11162 #include <openssl/ssl.h> 11047 11163 _ACEOF 11048 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11049 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11164 if { (ac_try="$ac_cpp conftest.$ac_ext" 11165 case "(($ac_try" in 11166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11167 *) ac_try_echo=$ac_try;; 11168 esac 11169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11170 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11050 11171 ac_status=$? 11051 11172 grep -v '^ *+' conftest.er1 >conftest.err … … 11053 11174 cat conftest.err >&5 11054 11175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11055 (exit $ac_status); } >/dev/null; then 11056 if test -s conftest.err; then 11057 ac_cpp_err=$ac_c_preproc_warn_flag 11058 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 11059 else 11060 ac_cpp_err= 11061 fi 11062 else 11063 ac_cpp_err=yes 11064 fi 11065 if test -z "$ac_cpp_err"; then 11176 (exit $ac_status); } >/dev/null && { 11177 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 11178 test ! -s conftest.err 11179 }; then 11066 11180 ac_header_preproc=yes 11067 11181 else … … 11071 11185 ac_header_preproc=no 11072 11186 fi 11187 11073 11188 rm -f conftest.err conftest.$ac_ext 11074 echo "$as_me:$LINENO: result: $ac_header_preproc" >&511075 echo "${ECHO_T}$ac_header_preproc" >&6 11189 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11190 echo "${ECHO_T}$ac_header_preproc" >&6; } 11076 11191 11077 11192 # So? What about this header? … … 11097 11212 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 11098 11213 echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} 11099 ( 11100 cat <<\_ASBOX 11101 ## ------------------------------------ ## 11102 ## Report this to the pjproject lists. ## 11103 ## ------------------------------------ ## 11104 _ASBOX 11105 ) | 11106 sed "s/^/$as_me: WARNING: /" >&2 11214 11107 11215 ;; 11108 11216 esac 11109 echo "$as_me:$LINENO: checking for openssl/ssl.h" >&511110 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6 11217 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 11218 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 11111 11219 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 11112 11220 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 11114 11222 ac_cv_header_openssl_ssl_h=$ac_header_preproc 11115 11223 fi 11116 echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&511117 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6 11224 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 11225 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 11118 11226 11119 11227 fi … … 11123 11231 11124 11232 11125 echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&511126 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6 11233 { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 11234 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; } 11127 11235 if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then 11128 11236 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 11137 11245 /* end confdefs.h. */ 11138 11246 11139 /* Override any gcc2 internal prototype to avoid an error. */ 11247 /* Override any GCC internal prototype to avoid an error. 11248 Use char because int might match the return type of a GCC 11249 builtin and then its argument prototype would still apply. */ 11140 11250 #ifdef __cplusplus 11141 11251 extern "C" 11142 11252 #endif 11143 /* We use char because int might match the return type of a gcc211144 builtin and then its argument prototype would still apply. */11145 11253 char SSL_library_init (); 11146 11254 int 11147 11255 main () 11148 11256 { 11149 SSL_library_init ();11257 return SSL_library_init (); 11150 11258 ; 11151 11259 return 0; … … 11153 11261 _ACEOF 11154 11262 rm -f conftest.$ac_objext conftest$ac_exeext 11155 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11156 (eval $ac_link) 2>conftest.er1 11263 if { (ac_try="$ac_link" 11264 case "(($ac_try" in 11265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11266 *) ac_try_echo=$ac_try;; 11267 esac 11268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11269 (eval "$ac_link") 2>conftest.er1 11157 11270 ac_status=$? 11158 11271 grep -v '^ *+' conftest.er1 >conftest.err … … 11160 11273 cat conftest.err >&5 11161 11274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11162 (exit $ac_status); } && 11163 { ac_try='test -z "$ac_c_werror_flag" 11164 || test ! -s conftest.err' 11165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11166 (eval $ac_try) 2>&5 11167 ac_status=$? 11168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11169 (exit $ac_status); }; } && 11170 { ac_try='test -s conftest$ac_exeext' 11171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11172 (eval $ac_try) 2>&5 11173 ac_status=$? 11174 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11175 (exit $ac_status); }; }; then 11275 (exit $ac_status); } && { 11276 test -z "$ac_c_werror_flag" || 11277 test ! -s conftest.err 11278 } && test -s conftest$ac_exeext && 11279 $as_test_x conftest$ac_exeext; then 11176 11280 ac_cv_lib_ssl_SSL_library_init=yes 11177 11281 else … … 11179 11283 sed 's/^/| /' conftest.$ac_ext >&5 11180 11284 11181 ac_cv_lib_ssl_SSL_library_init=no 11182 fi 11183 rm -f conftest.err conftest.$ac_objext \ 11285 ac_cv_lib_ssl_SSL_library_init=no 11286 fi 11287 11288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11184 11289 conftest$ac_exeext conftest.$ac_ext 11185 11290 LIBS=$ac_check_lib_save_LIBS 11186 11291 fi 11187 echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&511188 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6 11292 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 11293 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; } 11189 11294 if test $ac_cv_lib_ssl_SSL_library_init = yes; then 11190 11295 libssl_present=1 && LIBS="$LIBS -lssl" 11191 11296 fi 11192 11297 11193 echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&511194 echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6 11298 { echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&5 11299 echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6; } 11195 11300 if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then 11196 11301 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 11205 11310 /* end confdefs.h. */ 11206 11311 11207 /* Override any gcc2 internal prototype to avoid an error. */ 11312 /* Override any GCC internal prototype to avoid an error. 11313 Use char because int might match the return type of a GCC 11314 builtin and then its argument prototype would still apply. */ 11208 11315 #ifdef __cplusplus 11209 11316 extern "C" 11210 11317 #endif 11211 /* We use char because int might match the return type of a gcc211212 builtin and then its argument prototype would still apply. */11213 11318 char ERR_load_BIO_strings (); 11214 11319 int 11215 11320 main () 11216 11321 { 11217 ERR_load_BIO_strings ();11322 return ERR_load_BIO_strings (); 11218 11323 ; 11219 11324 return 0; … … 11221 11326 _ACEOF 11222 11327 rm -f conftest.$ac_objext conftest$ac_exeext 11223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11224 (eval $ac_link) 2>conftest.er1 11328 if { (ac_try="$ac_link" 11329 case "(($ac_try" in 11330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11331 *) ac_try_echo=$ac_try;; 11332 esac 11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11334 (eval "$ac_link") 2>conftest.er1 11225 11335 ac_status=$? 11226 11336 grep -v '^ *+' conftest.er1 >conftest.err … … 11228 11338 cat conftest.err >&5 11229 11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11230 (exit $ac_status); } && 11231 { ac_try='test -z "$ac_c_werror_flag" 11232 || test ! -s conftest.err' 11233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11234 (eval $ac_try) 2>&5 11235 ac_status=$? 11236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11237 (exit $ac_status); }; } && 11238 { ac_try='test -s conftest$ac_exeext' 11239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11240 (eval $ac_try) 2>&5 11241 ac_status=$? 11242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11243 (exit $ac_status); }; }; then 11340 (exit $ac_status); } && { 11341 test -z "$ac_c_werror_flag" || 11342 test ! -s conftest.err 11343 } && test -s conftest$ac_exeext && 11344 $as_test_x conftest$ac_exeext; then 11244 11345 ac_cv_lib_crypto_ERR_load_BIO_strings=yes 11245 11346 else … … 11247 11348 sed 's/^/| /' conftest.$ac_ext >&5 11248 11349 11249 ac_cv_lib_crypto_ERR_load_BIO_strings=no 11250 fi 11251 rm -f conftest.err conftest.$ac_objext \ 11350 ac_cv_lib_crypto_ERR_load_BIO_strings=no 11351 fi 11352 11353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11252 11354 conftest$ac_exeext conftest.$ac_ext 11253 11355 LIBS=$ac_check_lib_save_LIBS 11254 11356 fi 11255 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&511256 echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6 11357 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 11358 echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 11257 11359 if test $ac_cv_lib_crypto_ERR_load_BIO_strings = yes; then 11258 11360 libcrypto_present=1 && LIBS="$LIBS -lcrypto" … … 11260 11362 11261 11363 if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then 11262 echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&511263 echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6 11364 { echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&5 11365 echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6; } 11264 11366 cat >>confdefs.h <<\_ACEOF 11265 11367 #define PJSIP_HAS_TLS_TRANSPORT 1 … … 11267 11369 11268 11370 else 11269 echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&511270 echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6 11371 { echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&5 11372 echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6; } 11271 11373 fi 11272 11374 11273 fi; 11274 11275 11276 11277 11278 echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 11279 echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6 11375 fi 11376 11377 11378 11379 11380 11381 { echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 11382 echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6; } 11280 11383 case $target in 11281 11384 *rtems*) cat >>confdefs.h <<\_ACEOF … … 11283 11386 _ACEOF 11284 11387 11285 echo "$as_me:$LINENO: result: yes" >&511286 echo "${ECHO_T}yes" >&6 11388 { echo "$as_me:$LINENO: result: yes" >&5 11389 echo "${ECHO_T}yes" >&6; } 11287 11390 ;; 11288 11391 *) cat >>confdefs.h <<\_ACEOF … … 11290 11393 _ACEOF 11291 11394 11292 echo "$as_me:$LINENO: result: no (default)" >&511293 echo "${ECHO_T}no (default)" >&6 11294 echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&511295 echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6 11395 { echo "$as_me:$LINENO: result: no (default)" >&5 11396 echo "${ECHO_T}no (default)" >&6; } 11397 { echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&5 11398 echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6; } 11296 11399 ;; 11297 11400 esac 11298 11401 11299 echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&511300 echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6 11402 { echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&5 11403 echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6; } 11301 11404 case $target in 11302 11405 *rtems*) cat >>confdefs.h <<\_ACEOF … … 11304 11407 _ACEOF 11305 11408 11306 echo "$as_me:$LINENO: result: yes" >&511307 echo "${ECHO_T}yes" >&6 11409 { echo "$as_me:$LINENO: result: yes" >&5 11410 echo "${ECHO_T}yes" >&6; } 11308 11411 ;; 11309 11412 *) cat >>confdefs.h <<\_ACEOF … … 11311 11414 _ACEOF 11312 11415 11313 echo "$as_me:$LINENO: result: no (default)" >&511314 echo "${ECHO_T}no (default)" >&6 11416 { echo "$as_me:$LINENO: result: no (default)" >&5 11417 echo "${ECHO_T}no (default)" >&6; } 11315 11418 ;; 11316 11419 esac 11317 11420 11318 echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&511319 echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6 11421 { echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&5 11422 echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6; } 11320 11423 case $target in 11321 11424 *rtems*) cat >>confdefs.h <<\_ACEOF … … 11323 11426 _ACEOF 11324 11427 11325 echo "$as_me:$LINENO: result: yes" >&511326 echo "${ECHO_T}yes" >&6 11428 { echo "$as_me:$LINENO: result: yes" >&5 11429 echo "${ECHO_T}yes" >&6; } 11327 11430 ;; 11328 11431 *) cat >>confdefs.h <<\_ACEOF … … 11330 11433 _ACEOF 11331 11434 11332 echo "$as_me:$LINENO: result: no (default)" >&511333 echo "${ECHO_T}no (default)" >&6 11435 { echo "$as_me:$LINENO: result: no (default)" >&5 11436 echo "${ECHO_T}no (default)" >&6; } 11334 11437 ;; 11335 11438 esac … … 11346 11449 _ACEOF 11347 11450 11348 echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&511349 echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6 11451 { echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5 11452 echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; } 11350 11453 ;; 11351 11454 esac … … 11362 11465 _ACEOF 11363 11466 11364 echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&511365 echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6 11467 { echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5 11468 echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; } 11366 11469 ;; 11367 11470 esac … … 11409 11512 # The following way of writing the cache mishandles newlines in values, 11410 11513 # but we know of no workaround that is simple, portable, and efficient. 11411 # So, don't put newlines in cache variables' values.11514 # So, we kill variables containing newlines. 11412 11515 # Ultrix sh set writes to stderr and can't be redirected directly, 11413 11516 # and sets the high bit in the cache file unless we assign to the vars. 11414 { 11517 ( 11518 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 11519 eval ac_val=\$$ac_var 11520 case $ac_val in #( 11521 *${as_nl}*) 11522 case $ac_var in #( 11523 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 11524 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 11525 esac 11526 case $ac_var in #( 11527 _ | IFS | as_nl) ;; #( 11528 *) $as_unset $ac_var ;; 11529 esac ;; 11530 esac 11531 done 11532 11415 11533 (set) 2>&1 | 11416 case `(ac_space=' '; set | grep ac_space) 2>&1` in11417 * ac_space=\ *)11534 case $as_nl`(ac_space=' '; set) 2>&1` in #( 11535 *${as_nl}ac_space=\ *) 11418 11536 # `set' does not quote correctly, so add quotes (double-quote 11419 11537 # substitution turns \\\\ into \\, and sed turns \\ into \). … … 11421 11539 "s/'/'\\\\''/g; 11422 11540 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 11423 ;; 11541 ;; #( 11424 11542 *) 11425 11543 # `set' quotes correctly as required by POSIX, so do not add quotes. 11426 sed -n \ 11427 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 11544 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 11428 11545 ;; 11429 esac; 11430 } | 11546 esac | 11547 sort 11548 ) | 11431 11549 sed ' 11550 /^ac_cv_env_/b end 11432 11551 t clear 11433 : 11552 :clear 11434 11553 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 11435 11554 t end 11436 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 11437 : end' >>confcache 11438 if diff $cache_file confcache >/dev/null 2>&1; then :; else 11439 if test -w $cache_file; then 11440 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 11555 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 11556 :end' >>confcache 11557 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 11558 if test -w "$cache_file"; then 11559 test "x$cache_file" != "x/dev/null" && 11560 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 11561 echo "$as_me: updating cache $cache_file" >&6;} 11441 11562 cat confcache >$cache_file 11442 11563 else 11443 echo "not updating unwritable cache $cache_file" 11564 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 11565 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 11444 11566 fi 11445 11567 fi … … 11449 11571 # Let make expand exec_prefix. 11450 11572 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 11451 11452 # VPATH may cause trouble with some makes, so we remove $(srcdir),11453 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and11454 # trailing colons and then remove the whole line if VPATH becomes empty11455 # (actually we leave an empty line to preserve line numbers).11456 if test "x$srcdir" = x.; then11457 ac_vpsub='/^[ ]*VPATH[ ]*=/{11458 s/:*\$(srcdir):*/:/;11459 s/:*\${srcdir}:*/:/;11460 s/:*@srcdir@:*/:/;11461 s/^\([^=]*=[ ]*\):*/\1/;11462 s/:*$//;11463 s/^[^=]*=[ ]*$//;11464 }'11465 fi11466 11573 11467 11574 DEFS=-DHAVE_CONFIG_H … … 11471 11578 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 11472 11579 # 1. Remove the extension, and $U if already installed. 11473 ac_i=`echo "$ac_i" | 11474 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 11475 # 2. Add them. 11476 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 11477 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 11580 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 11581 ac_i=`echo "$ac_i" | sed "$ac_script"` 11582 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 11583 # will be set to the directory where LIBOBJS objects are built. 11584 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 11585 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 11478 11586 done 11479 11587 LIBOBJS=$ac_libobjs … … 11506 11614 ## --------------------- ## 11507 11615 11508 # Be Bourne compatible 11616 # Be more Bourne compatible 11617 DUALCASE=1; export DUALCASE # for MKS sh 11509 11618 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 11510 11619 emulate sh … … 11513 11622 # is contrary to our usage. Disable this feature. 11514 11623 alias -g '${1+"$@"}'='"$@"' 11515 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 11516 set -o posix 11517 fi 11518 DUALCASE=1; export DUALCASE # for MKS sh 11519 11520 # Support unset when possible. 11521 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 11522 as_unset=unset 11523 else 11524 as_unset=false 11525 fi 11526 11527 11528 # Work around bugs in pre-3.0 UWIN ksh. 11529 $as_unset ENV MAIL MAILPATH 11530 PS1='$ ' 11531 PS2='> ' 11532 PS4='+ ' 11533 11534 # NLS nuisances. 11535 for as_var in \ 11536 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 11537 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 11538 LC_TELEPHONE LC_TIME 11539 do 11540 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 11541 eval $as_var=C; export $as_var 11542 else 11543 $as_unset $as_var 11544 fi 11545 done 11546 11547 # Required to use basename. 11548 if expr a : '\(a\)' >/dev/null 2>&1; then 11549 as_expr=expr 11550 else 11551 as_expr=false 11552 fi 11553 11554 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 11555 as_basename=basename 11556 else 11557 as_basename=false 11558 fi 11559 11560 11561 # Name of the executable. 11562 as_me=`$as_basename "$0" || 11563 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 11564 X"$0" : 'X\(//\)$' \| \ 11565 X"$0" : 'X\(/\)$' \| \ 11566 . : '\(.\)' 2>/dev/null || 11567 echo X/"$0" | 11568 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 11569 /^X\/\(\/\/\)$/{ s//\1/; q; } 11570 /^X\/\(\/\).*/{ s//\1/; q; } 11571 s/.*/./; q'` 11572 11573 11574 # PATH needs CR, and LINENO needs CR and PATH. 11624 setopt NO_GLOB_SUBST 11625 else 11626 case `(set -o) 2>/dev/null` in 11627 *posix*) set -o posix ;; 11628 esac 11629 11630 fi 11631 11632 11633 11634 11635 # PATH needs CR 11575 11636 # Avoid depending upon Character Ranges. 11576 11637 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 11593 11654 fi 11594 11655 11595 11596 as_lineno_1=$LINENO 11597 as_lineno_2=$LINENO 11598 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 11599 test "x$as_lineno_1" != "x$as_lineno_2" && 11600 test "x$as_lineno_3" = "x$as_lineno_2" || { 11601 # Find who we are. Look in the path if we contain no path at all 11602 # relative or not. 11603 case $0 in 11604 *[\\/]* ) as_myself=$0 ;; 11605 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11656 # Support unset when possible. 11657 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 11658 as_unset=unset 11659 else 11660 as_unset=false 11661 fi 11662 11663 11664 # IFS 11665 # We need space, tab and new line, in precisely that order. Quoting is 11666 # there to prevent editors from complaining about space-tab. 11667 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 11668 # splitting by setting IFS to empty value.) 11669 as_nl=' 11670 ' 11671 IFS=" "" $as_nl" 11672 11673 # Find who we are. Look in the path if we contain no directory separator. 11674 case $0 in 11675 *[\\/]* ) as_myself=$0 ;; 11676 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11606 11677 for as_dir in $PATH 11607 11678 do … … 11610 11681 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 11611 11682 done 11612 11613 ;; 11614 esac 11615 # We did not find ourselves, most probably we were run as `sh COMMAND' 11616 # in which case we are not to be found in the path. 11617 if test "x$as_myself" = x; then 11618 as_myself=$0 11683 IFS=$as_save_IFS 11684 11685 ;; 11686 esac 11687 # We did not find ourselves, most probably we were run as `sh COMMAND' 11688 # in which case we are not to be found in the path. 11689 if test "x$as_myself" = x; then 11690 as_myself=$0 11691 fi 11692 if test ! -f "$as_myself"; then 11693 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 11694 { (exit 1); exit 1; } 11695 fi 11696 11697 # Work around bugs in pre-3.0 UWIN ksh. 11698 for as_var in ENV MAIL MAILPATH 11699 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 11700 done 11701 PS1='$ ' 11702 PS2='> ' 11703 PS4='+ ' 11704 11705 # NLS nuisances. 11706 for as_var in \ 11707 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 11708 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 11709 LC_TELEPHONE LC_TIME 11710 do 11711 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 11712 eval $as_var=C; export $as_var 11713 else 11714 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 11619 11715 fi 11620 if test ! -f "$as_myself"; then 11621 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 11622 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 11623 { (exit 1); exit 1; }; } 11624 fi 11625 case $CONFIG_SHELL in 11626 '') 11627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11628 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 11629 do 11630 IFS=$as_save_IFS 11631 test -z "$as_dir" && as_dir=. 11632 for as_base in sh bash ksh sh5; do 11633 case $as_dir in 11634 /*) 11635 if ("$as_dir/$as_base" -c ' 11716 done 11717 11718 # Required to use basename. 11719 if expr a : '\(a\)' >/dev/null 2>&1 && 11720 test "X`expr 00001 : '.*\(...\)'`" = X001; then 11721 as_expr=expr 11722 else 11723 as_expr=false 11724 fi 11725 11726 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 11727 as_basename=basename 11728 else 11729 as_basename=false 11730 fi 11731 11732 11733 # Name of the executable. 11734 as_me=`$as_basename -- "$0" || 11735 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 11736 X"$0" : 'X\(//\)$' \| \ 11737 X"$0" : 'X\(/\)' \| . 2>/dev/null || 11738 echo X/"$0" | 11739 sed '/^.*\/\([^/][^/]*\)\/*$/{ 11740 s//\1/ 11741 q 11742 } 11743 /^X\/\(\/\/\)$/{ 11744 s//\1/ 11745 q 11746 } 11747 /^X\/\(\/\).*/{ 11748 s//\1/ 11749 q 11750 } 11751 s/.*/./; q'` 11752 11753 # CDPATH. 11754 $as_unset CDPATH 11755 11756 11757 11636 11758 as_lineno_1=$LINENO 11637 11759 as_lineno_2=$LINENO 11638 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`11639 11760 test "x$as_lineno_1" != "x$as_lineno_2" && 11640 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 11641 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 11642 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 11643 CONFIG_SHELL=$as_dir/$as_base 11644 export CONFIG_SHELL 11645 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 11646 fi;; 11647 esac 11648 done 11649 done 11650 ;; 11651 esac 11761 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 11652 11762 11653 11763 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 11654 11764 # uniformly replaced by the line number. The first 'sed' inserts a 11655 # line-number line before each line; the second 'sed' does the real 11656 # work. The second script uses 'N' to pair each line-number line 11657 # with the numbered line, and appends trailing '-' during 11658 # substitution so that $LINENO is not a special case at line end. 11765 # line-number line after each line using $LINENO; the second 'sed' 11766 # does the real work. The second script uses 'N' to pair each 11767 # line-number line with the line containing $LINENO, and appends 11768 # trailing '-' during substitution so that $LINENO is not a special 11769 # case at line end. 11659 11770 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 11660 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 11661 sed '=' <$as_myself | 11771 # scripts with optimization help from Paolo Bonzini. Blame Lee 11772 # E. McMahon (1931-1989) for sed's syntax. :-) 11773 sed -n ' 11774 p 11775 /[$]LINENO/= 11776 ' <$as_myself | 11662 11777 sed ' 11778 s/[$]LINENO.*/&-/ 11779 t lineno 11780 b 11781 :lineno 11663 11782 N 11664 s,$,-, 11665 : loop 11666 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 11783 :loop 11784 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 11667 11785 t loop 11668 s,-$,, 11669 s,^['$as_cr_digits']*\n,, 11786 s/-\n.*// 11670 11787 ' >$as_me.lineno && 11671 chmod +x $as_me.lineno || 11672 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 11673 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 11788 chmod +x "$as_me.lineno" || 11789 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 11674 11790 { (exit 1); exit 1; }; } 11675 11791 11676 11792 # Don't try to exec as it changes $[0], causing all sort of problems 11677 11793 # (the dirname of $[0] is not the place where we might find the 11678 # original and so on. Autoconf is especially sensi ble to this).11679 . ./$as_me.lineno11794 # original and so on. Autoconf is especially sensitive to this). 11795 . "./$as_me.lineno" 11680 11796 # Exit status is that of the last command. 11681 11797 exit … … 11683 11799 11684 11800 11685 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 11686 *c*,-n*) ECHO_N= ECHO_C=' 11687 ' ECHO_T=' ' ;; 11688 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 11689 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 11690 esac 11691 11692 if expr a : '\(a\)' >/dev/null 2>&1; then 11801 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 11802 as_dirname=dirname 11803 else 11804 as_dirname=false 11805 fi 11806 11807 ECHO_C= ECHO_N= ECHO_T= 11808 case `echo -n x` in 11809 -n*) 11810 case `echo 'x\c'` in 11811 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 11812 *) ECHO_C='\c';; 11813 esac;; 11814 *) 11815 ECHO_N='-n';; 11816 esac 11817 11818 if expr a : '\(a\)' >/dev/null 2>&1 && 11819 test "X`expr 00001 : '.*\(...\)'`" = X001; then 11693 11820 as_expr=expr 11694 11821 else … … 11697 11824 11698 11825 rm -f conf$$ conf$$.exe conf$$.file 11826 if test -d conf$$.dir; then 11827 rm -f conf$$.dir/conf$$.file 11828 else 11829 rm -f conf$$.dir 11830 mkdir conf$$.dir 11831 fi 11699 11832 echo >conf$$.file 11700 11833 if ln -s conf$$.file conf$$ 2>/dev/null; then 11701 # We could just check for DJGPP; but this test a) works b) is more generic 11702 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 11703 if test -f conf$$.exe; then 11704 # Don't use ln at all; we don't have any links 11834 as_ln_s='ln -s' 11835 # ... but there are two gotchas: 11836 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 11837 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 11838 # In both cases, we have to default to `cp -p'. 11839 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 11705 11840 as_ln_s='cp -p' 11706 else11707 as_ln_s='ln -s'11708 fi11709 11841 elif ln conf$$.file conf$$ 2>/dev/null; then 11710 11842 as_ln_s=ln … … 11712 11844 as_ln_s='cp -p' 11713 11845 fi 11714 rm -f conf$$ conf$$.exe conf$$.file 11846 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 11847 rmdir conf$$.dir 2>/dev/null 11715 11848 11716 11849 if mkdir -p . 2>/dev/null; then … … 11721 11854 fi 11722 11855 11723 as_executable_p="test -f" 11856 if test -x / >/dev/null 2>&1; then 11857 as_test_x='test -x' 11858 else 11859 if ls -dL / >/dev/null 2>&1; then 11860 as_ls_L_option=L 11861 else 11862 as_ls_L_option= 11863 fi 11864 as_test_x=' 11865 eval sh -c '\'' 11866 if test -d "$1"; then 11867 test -d "$1/."; 11868 else 11869 case $1 in 11870 -*)set "./$1";; 11871 esac; 11872 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 11873 ???[sx]*):;;*)false;;esac;fi 11874 '\'' sh 11875 ' 11876 fi 11877 as_executable_p=$as_test_x 11724 11878 11725 11879 # Sed expression to map a string onto a valid CPP name. … … 11730 11884 11731 11885 11732 # IFS11733 # We need space, tab and new line, in precisely that order.11734 as_nl='11735 '11736 IFS=" $as_nl"11737 11738 # CDPATH.11739 $as_unset CDPATH11740 11741 11886 exec 6>&1 11742 11887 11743 # Open the log real soon, to keep \$[0] and so on meaningful, and to11888 # Save the log message, to keep $[0] and so on meaningful, and to 11744 11889 # report actual input values of CONFIG_FILES etc. instead of their 11745 # values after options handling. Logging --version etc. is OK. 11746 exec 5>>config.log 11747 { 11748 echo 11749 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 11750 ## Running $as_me. ## 11751 _ASBOX 11752 } >&5 11753 cat >&5 <<_CSEOF 11754 11890 # values after options handling. 11891 ac_log=" 11755 11892 This file was extended by pjproject $as_me 1.0, which was 11756 generated by GNU Autoconf 2. 59. Invocation command line was11893 generated by GNU Autoconf 2.61. Invocation command line was 11757 11894 11758 11895 CONFIG_FILES = $CONFIG_FILES … … 11762 11899 $ $0 $@ 11763 11900 11764 _CSEOF 11765 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 11766 echo >&5 11767 _ACEOF 11768 11901 on `(hostname || uname -n) 2>/dev/null | sed 1q` 11902 " 11903 11904 _ACEOF 11905 11906 cat >>$CONFIG_STATUS <<_ACEOF 11769 11907 # Files that config.status was made for. 11770 if test -n "$ac_config_files"; then 11771 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 11772 fi 11773 11774 if test -n "$ac_config_headers"; then 11775 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 11776 fi 11777 11778 if test -n "$ac_config_links"; then 11779 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 11780 fi 11781 11782 if test -n "$ac_config_commands"; then 11783 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 11784 fi 11908 config_files="$ac_config_files" 11909 config_headers="$ac_config_headers" 11910 11911 _ACEOF 11785 11912 11786 11913 cat >>$CONFIG_STATUS <<\_ACEOF 11787 11788 11914 ac_cs_usage="\ 11789 11915 \`$as_me' instantiates files from templates according to the … … 11793 11919 11794 11920 -h, --help print this help, then exit 11795 -V, --version print version number , then exit11921 -V, --version print version number and configuration settings, then exit 11796 11922 -q, --quiet do not print progress messages 11797 11923 -d, --debug don't remove temporary files … … 11809 11935 11810 11936 Report bugs to <bug-autoconf@gnu.org>." 11811 _ACEOF 11812 11937 11938 _ACEOF 11813 11939 cat >>$CONFIG_STATUS <<_ACEOF 11814 11940 ac_cs_version="\\ 11815 11941 pjproject config.status 1.0 11816 configured by $0, generated by GNU Autoconf 2. 59,11817 with options \\"`echo "$ac_configure_args" | sed 's/ [\\""\`\$]/\\\\&/g'`\\"11818 11819 Copyright (C) 200 3Free Software Foundation, Inc.11942 configured by $0, generated by GNU Autoconf 2.61, 11943 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 11944 11945 Copyright (C) 2006 Free Software Foundation, Inc. 11820 11946 This config.status script is free software; the Free Software Foundation 11821 11947 gives unlimited permission to copy, distribute and modify it." 11822 srcdir=$srcdir 11948 11949 ac_pwd='$ac_pwd' 11950 srcdir='$srcdir' 11823 11951 _ACEOF 11824 11952 … … 11831 11959 case $1 in 11832 11960 --*=*) 11833 ac_option=`expr " x$1" : 'x\([^=]*\)='`11834 ac_optarg=`expr " x$1" : 'x[^=]*=\(.*\)'`11961 ac_option=`expr "X$1" : 'X\([^=]*\)='` 11962 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 11835 11963 ac_shift=: 11836 11964 ;; 11837 -*)11965 *) 11838 11966 ac_option=$1 11839 11967 ac_optarg=$2 11840 11968 ac_shift=shift 11841 11969 ;; 11842 *) # This is not an option, so the user has probably given explicit11843 # arguments.11844 ac_option=$111845 ac_need_defaults=false;;11846 11970 esac 11847 11971 11848 11972 case $ac_option in 11849 11973 # Handling of the options. 11850 _ACEOF11851 cat >>$CONFIG_STATUS <<\_ACEOF11852 11974 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 11853 11975 ac_cs_recheck=: ;; 11854 --version | --vers* | -V ) 11855 echo "$ac_cs_version"; exit 0 ;; 11856 --he | --h) 11857 # Conflict between --help and --header 11858 { { echo "$as_me:$LINENO: error: ambiguous option: $1 11859 Try \`$0 --help' for more information." >&5 11860 echo "$as_me: error: ambiguous option: $1 11861 Try \`$0 --help' for more information." >&2;} 11862 { (exit 1); exit 1; }; };; 11863 --help | --hel | -h ) 11864 echo "$ac_cs_usage"; exit 0 ;; 11865 --debug | --d* | -d ) 11976 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 11977 echo "$ac_cs_version"; exit ;; 11978 --debug | --debu | --deb | --de | --d | -d ) 11866 11979 debug=: ;; 11867 11980 --file | --fil | --fi | --f ) … … 11873 11986 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 11874 11987 ac_need_defaults=false;; 11988 --he | --h) 11989 # Conflict between --help and --header 11990 { echo "$as_me: error: ambiguous option: $1 11991 Try \`$0 --help' for more information." >&2 11992 { (exit 1); exit 1; }; };; 11993 --help | --hel | -h ) 11994 echo "$ac_cs_usage"; exit ;; 11875 11995 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 11876 11996 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 11878 11998 11879 11999 # This is an error. 11880 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 11881 Try \`$0 --help' for more information." >&5 11882 echo "$as_me: error: unrecognized option: $1 11883 Try \`$0 --help' for more information." >&2;} 12000 -*) { echo "$as_me: error: unrecognized option: $1 12001 Try \`$0 --help' for more information." >&2 11884 12002 { (exit 1); exit 1; }; } ;; 11885 12003 11886 *) ac_config_targets="$ac_config_targets $1" ;; 12004 *) ac_config_targets="$ac_config_targets $1" 12005 ac_need_defaults=false ;; 11887 12006 11888 12007 esac … … 11900 12019 cat >>$CONFIG_STATUS <<_ACEOF 11901 12020 if \$ac_cs_recheck; then 11902 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 11903 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 11904 fi 11905 11906 _ACEOF 11907 11908 11909 11910 11911 12021 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 12022 CONFIG_SHELL=$SHELL 12023 export CONFIG_SHELL 12024 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 12025 fi 12026 12027 _ACEOF 11912 12028 cat >>$CONFIG_STATUS <<\_ACEOF 12029 exec 5>>config.log 12030 { 12031 echo 12032 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 12033 ## Running $as_me. ## 12034 _ASBOX 12035 echo "$ac_log" 12036 } >&5 12037 12038 _ACEOF 12039 cat >>$CONFIG_STATUS <<_ACEOF 12040 _ACEOF 12041 12042 cat >>$CONFIG_STATUS <<\_ACEOF 12043 12044 # Handling of arguments. 11913 12045 for ac_config_target in $ac_config_targets 11914 12046 do 11915 case "$ac_config_target"in11916 # Handling of arguments.11917 "build.mak" ) CONFIG_FILES="$CONFIG_FILES build.mak" ;;11918 "build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;;11919 "pjlib/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;;11920 "pjlib-util/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;;11921 "pjmedia/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;;11922 "pjsip/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;;11923 "third_party/build/portaudio/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;;11924 "third_party/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;;11925 "pjlib/include/pj/compat/os_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;;11926 "pjlib/include/pj/compat/m_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;;11927 "pjmedia/include/pjmedia/config_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;;11928 "pjmedia/include/pjmedia-codec/config_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;;11929 "pjsip/include/pjsip/sip_autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;; 12047 case $ac_config_target in 12048 "pjlib/include/pj/compat/os_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;; 12049 "pjlib/include/pj/compat/m_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;; 12050 "pjmedia/include/pjmedia/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;; 12051 "pjmedia/include/pjmedia-codec/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;; 12052 "pjsip/include/pjsip/sip_autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;; 12053 "build.mak") CONFIG_FILES="$CONFIG_FILES build.mak" ;; 12054 "build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;; 12055 "pjlib/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;; 12056 "pjlib-util/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;; 12057 "pjmedia/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;; 12058 "pjsip/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;; 12059 "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 12060 "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 12061 11930 12062 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 11931 12063 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} … … 11933 12065 esac 11934 12066 done 12067 11935 12068 11936 12069 # If the user did not use the arguments to specify the items to instantiate, … … 11944 12077 11945 12078 # Have a temporary directory for convenience. Make it in the build tree 11946 # simply because there is no reason to putit here, and in addition,12079 # simply because there is no reason against having it here, and in addition, 11947 12080 # creating and moving files from /tmp can sometimes cause problems. 11948 # Create a temporary directory, and hook for its removal unless debugging. 12081 # Hook for its removal unless debugging. 12082 # Note that there is a small window in which the directory will not be cleaned: 12083 # after its creation but before its name has been assigned to `$tmp'. 11949 12084 $debug || 11950 12085 { 11951 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 12086 tmp= 12087 trap 'exit_status=$? 12088 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 12089 ' 0 11952 12090 trap '{ (exit 1); exit 1; }' 1 2 13 15 11953 12091 } 11954 11955 12092 # Create a (secure) tmp directory for tmp files. 11956 12093 11957 12094 { 11958 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&12095 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 11959 12096 test -n "$tmp" && test -d "$tmp" 11960 12097 } || 11961 12098 { 11962 tmp=./conf stat$$-$RANDOM11963 (umask 077 && mkdir $tmp)12099 tmp=./conf$$-$RANDOM 12100 (umask 077 && mkdir "$tmp") 11964 12101 } || 11965 12102 { … … 11968 12105 } 11969 12106 11970 _ACEOF11971 11972 cat >>$CONFIG_STATUS <<_ACEOF11973 11974 12107 # 11975 # CONFIG_FILES section.12108 # Set up the sed scripts for CONFIG_FILES section. 11976 12109 # 11977 12110 11978 12111 # No need to generate the scripts if there are no CONFIG_FILES. 11979 12112 # This happens for instance when ./config.status config.h 11980 if test -n "\$CONFIG_FILES"; then 11981 # Protect against being on the right side of a sed subst in config.status. 11982 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 11983 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 11984 s,@SHELL@,$SHELL,;t t 11985 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 11986 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 11987 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 11988 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 11989 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 11990 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 11991 s,@exec_prefix@,$exec_prefix,;t t 11992 s,@prefix@,$prefix,;t t 11993 s,@program_transform_name@,$program_transform_name,;t t 11994 s,@bindir@,$bindir,;t t 11995 s,@sbindir@,$sbindir,;t t 11996 s,@libexecdir@,$libexecdir,;t t 11997 s,@datadir@,$datadir,;t t 11998 s,@sysconfdir@,$sysconfdir,;t t 11999 s,@sharedstatedir@,$sharedstatedir,;t t 12000 s,@localstatedir@,$localstatedir,;t t 12001 s,@libdir@,$libdir,;t t 12002 s,@includedir@,$includedir,;t t 12003 s,@oldincludedir@,$oldincludedir,;t t 12004 s,@infodir@,$infodir,;t t 12005 s,@mandir@,$mandir,;t t 12006 s,@build_alias@,$build_alias,;t t 12007 s,@host_alias@,$host_alias,;t t 12008 s,@target_alias@,$target_alias,;t t 12009 s,@DEFS@,$DEFS,;t t 12010 s,@ECHO_C@,$ECHO_C,;t t 12011 s,@ECHO_N@,$ECHO_N,;t t 12012 s,@ECHO_T@,$ECHO_T,;t t 12013 s,@LIBS@,$LIBS,;t t 12014 s,@build@,$build,;t t 12015 s,@build_cpu@,$build_cpu,;t t 12016 s,@build_vendor@,$build_vendor,;t t 12017 s,@build_os@,$build_os,;t t 12018 s,@host@,$host,;t t 12019 s,@host_cpu@,$host_cpu,;t t 12020 s,@host_vendor@,$host_vendor,;t t 12021 s,@host_os@,$host_os,;t t 12022 s,@target@,$target,;t t 12023 s,@target_cpu@,$target_cpu,;t t 12024 s,@target_vendor@,$target_vendor,;t t 12025 s,@target_os@,$target_os,;t t 12026 s,@CC@,$CC,;t t 12027 s,@CFLAGS@,$CFLAGS,;t t 12028 s,@LDFLAGS@,$LDFLAGS,;t t 12029 s,@CPPFLAGS@,$CPPFLAGS,;t t 12030 s,@ac_ct_CC@,$ac_ct_CC,;t t 12031 s,@EXEEXT@,$EXEEXT,;t t 12032 s,@OBJEXT@,$OBJEXT,;t t 12033 s,@CXX@,$CXX,;t t 12034 s,@CXXFLAGS@,$CXXFLAGS,;t t 12035 s,@ac_ct_CXX@,$ac_ct_CXX,;t t 12036 s,@ac_pjdir@,$ac_pjdir,;t t 12037 s,@ac_build_mak_vars@,$ac_build_mak_vars,;t t 12038 s,@CPP@,$CPP,;t t 12039 s,@EGREP@,$EGREP,;t t 12040 s,@ac_os_objs@,$ac_os_objs,;t t 12041 s,@ac_pjmedia_snd@,$ac_pjmedia_snd,;t t 12042 s,@ac_pa_cflags@,$ac_pa_cflags,;t t 12043 s,@ac_pa_use_alsa@,$ac_pa_use_alsa,;t t 12044 s,@ac_pa_use_oss@,$ac_pa_use_oss,;t t 12045 s,@ac_no_small_filter@,$ac_no_small_filter,;t t 12046 s,@ac_no_large_filter@,$ac_no_large_filter,;t t 12047 s,@ac_no_speex_aec@,$ac_no_speex_aec,;t t 12048 s,@ac_no_g711_codec@,$ac_no_g711_codec,;t t 12049 s,@ac_no_l16_codec@,$ac_no_l16_codec,;t t 12050 s,@ac_no_gsm_codec@,$ac_no_gsm_codec,;t t 12051 s,@ac_no_g722_codec@,$ac_no_g722_codec,;t t 12052 s,@ac_no_speex_codec@,$ac_no_speex_codec,;t t 12053 s,@ac_no_ilbc_codec@,$ac_no_ilbc_codec,;t t 12054 s,@ac_no_ssl@,$ac_no_ssl,;t t 12055 s,@openssl_h_present@,$openssl_h_present,;t t 12056 s,@libssl_present@,$libssl_present,;t t 12057 s,@libcrypto_present@,$libcrypto_present,;t t 12058 s,@ac_cross_compile@,$ac_cross_compile,;t t 12059 s,@ac_linux_poll@,$ac_linux_poll,;t t 12060 s,@ac_host@,$ac_host,;t t 12061 s,@ac_main_obj@,$ac_main_obj,;t t 12062 s,@LIBOBJS@,$LIBOBJS,;t t 12063 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 12064 CEOF 12065 12066 _ACEOF 12067 12068 cat >>$CONFIG_STATUS <<\_ACEOF 12069 # Split the substitutions into bite-sized pieces for seds with 12070 # small command number limits, like on Digital OSF/1 and HP-UX. 12071 ac_max_sed_lines=48 12072 ac_sed_frag=1 # Number of current file. 12073 ac_beg=1 # First line for current file. 12074 ac_end=$ac_max_sed_lines # Line after last line for current file. 12075 ac_more_lines=: 12076 ac_sed_cmds= 12077 while $ac_more_lines; do 12078 if test $ac_beg -gt 1; then 12079 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 12080 else 12081 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 12113 if test -n "$CONFIG_FILES"; then 12114 12115 _ACEOF 12116 12117 12118 12119 ac_delim='%!_!# ' 12120 for ac_last_try in false false false false false :; do 12121 cat >conf$$subs.sed <<_ACEOF 12122 SHELL!$SHELL$ac_delim 12123 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 12124 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 12125 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 12126 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 12127 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 12128 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 12129 exec_prefix!$exec_prefix$ac_delim 12130 prefix!$prefix$ac_delim 12131 program_transform_name!$program_transform_name$ac_delim 12132 bindir!$bindir$ac_delim 12133 sbindir!$sbindir$ac_delim 12134 libexecdir!$libexecdir$ac_delim 12135 datarootdir!$datarootdir$ac_delim 12136 datadir!$datadir$ac_delim 12137 sysconfdir!$sysconfdir$ac_delim 12138 sharedstatedir!$sharedstatedir$ac_delim 12139 localstatedir!$localstatedir$ac_delim 12140 includedir!$includedir$ac_delim 12141 oldincludedir!$oldincludedir$ac_delim 12142 docdir!$docdir$ac_delim 12143 infodir!$infodir$ac_delim 12144 htmldir!$htmldir$ac_delim 12145 dvidir!$dvidir$ac_delim 12146 pdfdir!$pdfdir$ac_delim 12147 psdir!$psdir$ac_delim 12148 libdir!$libdir$ac_delim 12149 localedir!$localedir$ac_delim 12150 mandir!$mandir$ac_delim 12151 DEFS!$DEFS$ac_delim 12152 ECHO_C!$ECHO_C$ac_delim 12153 ECHO_N!$ECHO_N$ac_delim 12154 ECHO_T!$ECHO_T$ac_delim 12155 LIBS!$LIBS$ac_delim 12156 build_alias!$build_alias$ac_delim 12157 host_alias!$host_alias$ac_delim 12158 target_alias!$target_alias$ac_delim 12159 build!$build$ac_delim 12160 build_cpu!$build_cpu$ac_delim 12161 build_vendor!$build_vendor$ac_delim 12162 build_os!$build_os$ac_delim 12163 host!$host$ac_delim 12164 host_cpu!$host_cpu$ac_delim 12165 host_vendor!$host_vendor$ac_delim 12166 host_os!$host_os$ac_delim 12167 target!$target$ac_delim 12168 target_cpu!$target_cpu$ac_delim 12169 target_vendor!$target_vendor$ac_delim 12170 target_os!$target_os$ac_delim 12171 CC!$CC$ac_delim 12172 CFLAGS!$CFLAGS$ac_delim 12173 LDFLAGS!$LDFLAGS$ac_delim 12174 CPPFLAGS!$CPPFLAGS$ac_delim 12175 ac_ct_CC!$ac_ct_CC$ac_delim 12176 EXEEXT!$EXEEXT$ac_delim 12177 OBJEXT!$OBJEXT$ac_delim 12178 CXX!$CXX$ac_delim 12179 CXXFLAGS!$CXXFLAGS$ac_delim 12180 ac_ct_CXX!$ac_ct_CXX$ac_delim 12181 ac_pjdir!$ac_pjdir$ac_delim 12182 ac_build_mak_vars!$ac_build_mak_vars$ac_delim 12183 CPP!$CPP$ac_delim 12184 GREP!$GREP$ac_delim 12185 EGREP!$EGREP$ac_delim 12186 ac_os_objs!$ac_os_objs$ac_delim 12187 ac_pjmedia_snd!$ac_pjmedia_snd$ac_delim 12188 ac_pa_cflags!$ac_pa_cflags$ac_delim 12189 ac_pa_use_alsa!$ac_pa_use_alsa$ac_delim 12190 ac_pa_use_oss!$ac_pa_use_oss$ac_delim 12191 ac_no_small_filter!$ac_no_small_filter$ac_delim 12192 ac_no_large_filter!$ac_no_large_filter$ac_delim 12193 ac_no_speex_aec!$ac_no_speex_aec$ac_delim 12194 ac_no_g711_codec!$ac_no_g711_codec$ac_delim 12195 ac_no_l16_codec!$ac_no_l16_codec$ac_delim 12196 ac_no_gsm_codec!$ac_no_gsm_codec$ac_delim 12197 ac_no_g722_codec!$ac_no_g722_codec$ac_delim 12198 ac_no_g7221_codec!$ac_no_g7221_codec$ac_delim 12199 ac_no_speex_codec!$ac_no_speex_codec$ac_delim 12200 ac_no_ilbc_codec!$ac_no_ilbc_codec$ac_delim 12201 ac_no_ssl!$ac_no_ssl$ac_delim 12202 openssl_h_present!$openssl_h_present$ac_delim 12203 libssl_present!$libssl_present$ac_delim 12204 libcrypto_present!$libcrypto_present$ac_delim 12205 ac_cross_compile!$ac_cross_compile$ac_delim 12206 ac_linux_poll!$ac_linux_poll$ac_delim 12207 ac_host!$ac_host$ac_delim 12208 ac_main_obj!$ac_main_obj$ac_delim 12209 LIBOBJS!$LIBOBJS$ac_delim 12210 LTLIBOBJS!$LTLIBOBJS$ac_delim 12211 _ACEOF 12212 12213 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then 12214 break 12215 elif $ac_last_try; then 12216 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 12217 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 12218 { (exit 1); exit 1; }; } 12219 else 12220 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 12221 fi 12222 done 12223 12224 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 12225 if test -n "$ac_eof"; then 12226 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 12227 ac_eof=`expr $ac_eof + 1` 12228 fi 12229 12230 cat >>$CONFIG_STATUS <<_ACEOF 12231 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 12232 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 12233 _ACEOF 12234 sed ' 12235 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 12236 s/^/s,@/; s/!/@,|#_!!_#|/ 12237 :n 12238 t n 12239 s/'"$ac_delim"'$/,g/; t 12240 s/$/\\/; p 12241 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 12242 ' >>$CONFIG_STATUS <conf$$subs.sed 12243 rm -f conf$$subs.sed 12244 cat >>$CONFIG_STATUS <<_ACEOF 12245 :end 12246 s/|#_!!_#|//g 12247 CEOF$ac_eof 12248 _ACEOF 12249 12250 12251 # VPATH may cause trouble with some makes, so we remove $(srcdir), 12252 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 12253 # trailing colons and then remove the whole line if VPATH becomes empty 12254 # (actually we leave an empty line to preserve line numbers). 12255 if test "x$srcdir" = x.; then 12256 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 12257 s/:*\$(srcdir):*/:/ 12258 s/:*\${srcdir}:*/:/ 12259 s/:*@srcdir@:*/:/ 12260 s/^\([^=]*=[ ]*\):*/\1/ 12261 s/:*$// 12262 s/^[^=]*=[ ]*$// 12263 }' 12264 fi 12265 12266 cat >>$CONFIG_STATUS <<\_ACEOF 12267 fi # test -n "$CONFIG_FILES" 12268 12269 12270 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS 12271 do 12272 case $ac_tag in 12273 :[FHLC]) ac_mode=$ac_tag; continue;; 12274 esac 12275 case $ac_mode$ac_tag in 12276 :[FHL]*:*);; 12277 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 12278 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 12279 { (exit 1); exit 1; }; };; 12280 :[FH]-) ac_tag=-:-;; 12281 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 12282 esac 12283 ac_save_IFS=$IFS 12284 IFS=: 12285 set x $ac_tag 12286 IFS=$ac_save_IFS 12287 shift 12288 ac_file=$1 12289 shift 12290 12291 case $ac_mode in 12292 :L) ac_source=$1;; 12293 :[FH]) 12294 ac_file_inputs= 12295 for ac_f 12296 do 12297 case $ac_f in 12298 -) ac_f="$tmp/stdin";; 12299 *) # Look for the file first in the build tree, then in the source tree 12300 # (if the path is not absolute). The absolute path cannot be DOS-style, 12301 # because $ac_f cannot contain `:'. 12302 test -f "$ac_f" || 12303 case $ac_f in 12304 [\\/$]*) false;; 12305 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 12306 esac || 12307 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 12308 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 12309 { (exit 1); exit 1; }; };; 12310 esac 12311 ac_file_inputs="$ac_file_inputs $ac_f" 12312 done 12313 12314 # Let's still pretend it is `configure' which instantiates (i.e., don't 12315 # use $as_me), people would be surprised to read: 12316 # /* config.h. Generated by config.status. */ 12317 configure_input="Generated from "`IFS=: 12318 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 12319 if test x"$ac_file" != x-; then 12320 configure_input="$ac_file. $configure_input" 12321 { echo "$as_me:$LINENO: creating $ac_file" >&5 12322 echo "$as_me: creating $ac_file" >&6;} 12082 12323 fi 12083 if test ! -s $tmp/subs.frag; then 12084 ac_more_lines=false 12085 else 12086 # The purpose of the label and of the branching condition is to 12087 # speed up the sed processing (if there are no `@' at all, there 12088 # is no need to browse any of the substitutions). 12089 # These are the two extra sed commands mentioned above. 12090 (echo ':t 12091 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 12092 if test -z "$ac_sed_cmds"; then 12093 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 12094 else 12095 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 12096 fi 12097 ac_sed_frag=`expr $ac_sed_frag + 1` 12098 ac_beg=$ac_end 12099 ac_end=`expr $ac_end + $ac_max_sed_lines` 12100 fi 12101 done 12102 if test -z "$ac_sed_cmds"; then 12103 ac_sed_cmds=cat 12104 fi 12105 fi # test -n "$CONFIG_FILES" 12106 12107 _ACEOF 12108 cat >>$CONFIG_STATUS <<\_ACEOF 12109 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 12110 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 12111 case $ac_file in 12112 - | *:- | *:-:* ) # input from stdin 12113 cat >$tmp/stdin 12114 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 12115 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 12116 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 12117 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 12118 * ) ac_file_in=$ac_file.in ;; 12324 12325 case $ac_tag in 12326 *:-:* | *:-) cat >"$tmp/stdin";; 12327 esac 12328 ;; 12119 12329 esac 12120 12330 12121 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 12122 ac_dir=`(dirname "$ac_file") 2>/dev/null || 12331 ac_dir=`$as_dirname -- "$ac_file" || 12123 12332 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 12124 12333 X"$ac_file" : 'X\(//\)[^/]' \| \ 12125 12334 X"$ac_file" : 'X\(//\)$' \| \ 12126 X"$ac_file" : 'X\(/\)' \| \ 12127 . : '\(.\)' 2>/dev/null || 12335 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 12128 12336 echo X"$ac_file" | 12129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 12130 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 12131 /^X\(\/\/\)$/{ s//\1/; q; } 12132 /^X\(\/\).*/{ s//\1/; q; } 12133 s/.*/./; q'` 12134 { if $as_mkdir_p; then 12135 mkdir -p "$ac_dir" 12136 else 12137 as_dir="$ac_dir" 12337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12338 s//\1/ 12339 q 12340 } 12341 /^X\(\/\/\)[^/].*/{ 12342 s//\1/ 12343 q 12344 } 12345 /^X\(\/\/\)$/{ 12346 s//\1/ 12347 q 12348 } 12349 /^X\(\/\).*/{ 12350 s//\1/ 12351 q 12352 } 12353 s/.*/./; q'` 12354 { as_dir="$ac_dir" 12355 case $as_dir in #( 12356 -*) as_dir=./$as_dir;; 12357 esac 12358 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 12138 12359 as_dirs= 12139 while test ! -d "$as_dir"; do 12140 as_dirs="$as_dir $as_dirs" 12141 as_dir=`(dirname "$as_dir") 2>/dev/null || 12360 while :; do 12361 case $as_dir in #( 12362 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 12363 *) as_qdir=$as_dir;; 12364 esac 12365 as_dirs="'$as_qdir' $as_dirs" 12366 as_dir=`$as_dirname -- "$as_dir" || 12142 12367 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 12143 12368 X"$as_dir" : 'X\(//\)[^/]' \| \ 12144 12369 X"$as_dir" : 'X\(//\)$' \| \ 12145 X"$as_dir" : 'X\(/\)' \| \ 12146 . : '\(.\)' 2>/dev/null || 12370 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 12147 12371 echo X"$as_dir" | 12148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 12149 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 12150 /^X\(\/\/\)$/{ s//\1/; q; } 12151 /^X\(\/\).*/{ s//\1/; q; } 12152 s/.*/./; q'` 12372 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12373 s//\1/ 12374 q 12375 } 12376 /^X\(\/\/\)[^/].*/{ 12377 s//\1/ 12378 q 12379 } 12380 /^X\(\/\/\)$/{ 12381 s//\1/ 12382 q 12383 } 12384 /^X\(\/\).*/{ 12385 s//\1/ 12386 q 12387 } 12388 s/.*/./; q'` 12389 test -d "$as_dir" && break 12153 12390 done 12154 test ! -n "$as_dirs" || mkdir $as_dirs12155 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&512156 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}12391 test -z "$as_dirs" || eval "mkdir $as_dirs" 12392 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 12393 echo "$as_me: error: cannot create directory $as_dir" >&2;} 12157 12394 { (exit 1); exit 1; }; }; } 12158 12159 12395 ac_builddir=. 12160 12396 12161 if test "$ac_dir" != .; then 12397 case "$ac_dir" in 12398 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 12399 *) 12162 12400 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 12163 # A "../" for each directory in $ac_dir_suffix. 12164 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 12165 else 12166 ac_dir_suffix= ac_top_builddir= 12167 fi 12401 # A ".." for each directory in $ac_dir_suffix. 12402 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 12403 case $ac_top_builddir_sub in 12404 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 12405 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 12406 esac ;; 12407 esac 12408 ac_abs_top_builddir=$ac_pwd 12409 ac_abs_builddir=$ac_pwd$ac_dir_suffix 12410 # for backward compatibility: 12411 ac_top_builddir=$ac_top_build_prefix 12168 12412 12169 12413 case $srcdir in 12170 .) # No --srcdir option.We are building in place.12414 .) # We are building in place. 12171 12415 ac_srcdir=. 12172 if test -z "$ac_top_builddir"; then 12173 ac_top_srcdir=. 12174 else 12175 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 12176 fi ;; 12177 [\\/]* | ?:[\\/]* ) # Absolute path. 12416 ac_top_srcdir=$ac_top_builddir_sub 12417 ac_abs_top_srcdir=$ac_pwd ;; 12418 [\\/]* | ?:[\\/]* ) # Absolute name. 12178 12419 ac_srcdir=$srcdir$ac_dir_suffix; 12179 ac_top_srcdir=$srcdir ;; 12180 *) # Relative path. 12181 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 12182 ac_top_srcdir=$ac_top_builddir$srcdir ;; 12183 esac 12184 12185 # Do not use `cd foo && pwd` to compute absolute paths, because 12186 # the directories may not exist. 12187 case `pwd` in 12188 .) ac_abs_builddir="$ac_dir";; 12189 *) 12190 case "$ac_dir" in 12191 .) ac_abs_builddir=`pwd`;; 12192 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 12193 *) ac_abs_builddir=`pwd`/"$ac_dir";; 12194 esac;; 12195 esac 12196 case $ac_abs_builddir in 12197 .) ac_abs_top_builddir=${ac_top_builddir}.;; 12198 *) 12199 case ${ac_top_builddir}. in 12200 .) ac_abs_top_builddir=$ac_abs_builddir;; 12201 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 12202 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 12203 esac;; 12204 esac 12205 case $ac_abs_builddir in 12206 .) ac_abs_srcdir=$ac_srcdir;; 12207 *) 12208 case $ac_srcdir in 12209 .) ac_abs_srcdir=$ac_abs_builddir;; 12210 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 12211 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 12212 esac;; 12213 esac 12214 case $ac_abs_builddir in 12215 .) ac_abs_top_srcdir=$ac_top_srcdir;; 12216 *) 12217 case $ac_top_srcdir in 12218 .) ac_abs_top_srcdir=$ac_abs_builddir;; 12219 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 12220 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 12221 esac;; 12222 esac 12223 12224 12225 12226 if test x"$ac_file" != x-; then 12227 { echo "$as_me:$LINENO: creating $ac_file" >&5 12228 echo "$as_me: creating $ac_file" >&6;} 12229 rm -f "$ac_file" 12230 fi 12231 # Let's still pretend it is `configure' which instantiates (i.e., don't 12232 # use $as_me), people would be surprised to read: 12233 # /* config.h. Generated by config.status. */ 12234 if test x"$ac_file" = x-; then 12235 configure_input= 12236 else 12237 configure_input="$ac_file. " 12238 fi 12239 configure_input=$configure_input"Generated from `echo $ac_file_in | 12240 sed 's,.*/,,'` by configure." 12241 12242 # First look for the input files in the build tree, otherwise in the 12243 # src tree. 12244 ac_file_inputs=`IFS=: 12245 for f in $ac_file_in; do 12246 case $f in 12247 -) echo $tmp/stdin ;; 12248 [\\/$]*) 12249 # Absolute (can't be DOS-style, as IFS=:) 12250 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 12251 echo "$as_me: error: cannot find input file: $f" >&2;} 12252 { (exit 1); exit 1; }; } 12253 echo "$f";; 12254 *) # Relative 12255 if test -f "$f"; then 12256 # Build tree 12257 echo "$f" 12258 elif test -f "$srcdir/$f"; then 12259 # Source tree 12260 echo "$srcdir/$f" 12261 else 12262 # /dev/null tree 12263 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 12264 echo "$as_me: error: cannot find input file: $f" >&2;} 12265 { (exit 1); exit 1; }; } 12266 fi;; 12267 esac 12268 done` || { (exit 1); exit 1; } 12269 _ACEOF 12420 ac_top_srcdir=$srcdir 12421 ac_abs_top_srcdir=$srcdir ;; 12422 *) # Relative name. 12423 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 12424 ac_top_srcdir=$ac_top_build_prefix$srcdir 12425 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 12426 esac 12427 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 12428 12429 12430 case $ac_mode in 12431 :F) 12432 # 12433 # CONFIG_FILE 12434 # 12435 12436 _ACEOF 12437 12438 cat >>$CONFIG_STATUS <<\_ACEOF 12439 # If the template does not know about datarootdir, expand it. 12440 # FIXME: This hack should be removed a few years after 2.60. 12441 ac_datarootdir_hack=; ac_datarootdir_seen= 12442 12443 case `sed -n '/datarootdir/ { 12444 p 12445 q 12446 } 12447 /@datadir@/p 12448 /@docdir@/p 12449 /@infodir@/p 12450 /@localedir@/p 12451 /@mandir@/p 12452 ' $ac_file_inputs` in 12453 *datarootdir*) ac_datarootdir_seen=yes;; 12454 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 12455 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 12456 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 12457 _ACEOF 12458 cat >>$CONFIG_STATUS <<_ACEOF 12459 ac_datarootdir_hack=' 12460 s&@datadir@&$datadir&g 12461 s&@docdir@&$docdir&g 12462 s&@infodir@&$infodir&g 12463 s&@localedir@&$localedir&g 12464 s&@mandir@&$mandir&g 12465 s&\\\${datarootdir}&$datarootdir&g' ;; 12466 esac 12467 _ACEOF 12468 12469 # Neutralize VPATH when `$srcdir' = `.'. 12470 # Shell code in configure.ac might set extrasub. 12471 # FIXME: do we really want to maintain this feature? 12270 12472 cat >>$CONFIG_STATUS <<_ACEOF 12271 12473 sed "$ac_vpsub … … 12275 12477 :t 12276 12478 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 12277 s,@configure_input@,$configure_input,;t t 12278 s,@srcdir@,$ac_srcdir,;t t 12279 s,@abs_srcdir@,$ac_abs_srcdir,;t t 12280 s,@top_srcdir@,$ac_top_srcdir,;t t 12281 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 12282 s,@builddir@,$ac_builddir,;t t 12283 s,@abs_builddir@,$ac_abs_builddir,;t t 12284 s,@top_builddir@,$ac_top_builddir,;t t 12285 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 12286 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 12287 rm -f $tmp/stdin 12288 if test x"$ac_file" != x-; then 12289 mv $tmp/out $ac_file 12290 else 12291 cat $tmp/out 12292 rm -f $tmp/out 12293 fi 12294 12295 done 12296 _ACEOF 12297 cat >>$CONFIG_STATUS <<\_ACEOF 12298 12299 # 12300 # CONFIG_HEADER section. 12301 # 12302 12303 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 12304 # NAME is the cpp macro being defined and VALUE is the value it is being given. 12305 # 12306 # ac_d sets the value in "#define NAME VALUE" lines. 12307 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 12308 ac_dB='[ ].*$,\1#\2' 12479 s&@configure_input@&$configure_input&;t t 12480 s&@top_builddir@&$ac_top_builddir_sub&;t t 12481 s&@srcdir@&$ac_srcdir&;t t 12482 s&@abs_srcdir@&$ac_abs_srcdir&;t t 12483 s&@top_srcdir@&$ac_top_srcdir&;t t 12484 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 12485 s&@builddir@&$ac_builddir&;t t 12486 s&@abs_builddir@&$ac_abs_builddir&;t t 12487 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 12488 $ac_datarootdir_hack 12489 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 12490 12491 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 12492 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 12493 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 12494 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12495 which seems to be undefined. Please make sure it is defined." >&5 12496 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12497 which seems to be undefined. Please make sure it is defined." >&2;} 12498 12499 rm -f "$tmp/stdin" 12500 case $ac_file in 12501 -) cat "$tmp/out"; rm -f "$tmp/out";; 12502 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 12503 esac 12504 ;; 12505 :H) 12506 # 12507 # CONFIG_HEADER 12508 # 12509 _ACEOF 12510 12511 # Transform confdefs.h into a sed script `conftest.defines', that 12512 # substitutes the proper values into config.h.in to produce config.h. 12513 rm -f conftest.defines conftest.tail 12514 # First, append a space to every undef/define line, to ease matching. 12515 echo 's/$/ /' >conftest.defines 12516 # Then, protect against being on the right side of a sed subst, or in 12517 # an unquoted here document, in config.status. If some macros were 12518 # called several times there might be several #defines for the same 12519 # symbol, which is useless. But do not sort them, since the last 12520 # AC_DEFINE must be honored. 12521 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 12522 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 12523 # NAME is the cpp macro being defined, VALUE is the value it is being given. 12524 # PARAMS is the parameter list in the macro definition--in most cases, it's 12525 # just an empty string. 12526 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 12527 ac_dB='\\)[ (].*,\\1define\\2' 12309 12528 ac_dC=' ' 12310 ac_dD=',;t' 12311 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 12312 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 12313 ac_uB='$,\1#\2define\3' 12314 ac_uC=' ' 12315 ac_uD=',;t' 12316 12317 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 12318 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 12319 case $ac_file in 12320 - | *:- | *:-:* ) # input from stdin 12321 cat >$tmp/stdin 12322 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 12323 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 12324 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 12325 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 12326 * ) ac_file_in=$ac_file.in ;; 12327 esac 12328 12329 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 12330 echo "$as_me: creating $ac_file" >&6;} 12331 12332 # First look for the input files in the build tree, otherwise in the 12333 # src tree. 12334 ac_file_inputs=`IFS=: 12335 for f in $ac_file_in; do 12336 case $f in 12337 -) echo $tmp/stdin ;; 12338 [\\/$]*) 12339 # Absolute (can't be DOS-style, as IFS=:) 12340 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 12341 echo "$as_me: error: cannot find input file: $f" >&2;} 12342 { (exit 1); exit 1; }; } 12343 # Do quote $f, to prevent DOS paths from being IFS'd. 12344 echo "$f";; 12345 *) # Relative 12346 if test -f "$f"; then 12347 # Build tree 12348 echo "$f" 12349 elif test -f "$srcdir/$f"; then 12350 # Source tree 12351 echo "$srcdir/$f" 12352 else 12353 # /dev/null tree 12354 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 12355 echo "$as_me: error: cannot find input file: $f" >&2;} 12356 { (exit 1); exit 1; }; } 12357 fi;; 12358 esac 12359 done` || { (exit 1); exit 1; } 12360 # Remove the trailing spaces. 12361 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 12362 12363 _ACEOF 12364 12365 # Transform confdefs.h into two sed scripts, `conftest.defines' and 12366 # `conftest.undefs', that substitutes the proper values into 12367 # config.h.in to produce config.h. The first handles `#define' 12368 # templates, and the second `#undef' templates. 12369 # And first: Protect against being on the right side of a sed subst in 12370 # config.status. Protect against being in an unquoted here document 12371 # in config.status. 12372 rm -f conftest.defines conftest.undefs 12373 # Using a here document instead of a string reduces the quoting nightmare. 12374 # Putting comments in sed scripts is not portable. 12375 # 12376 # `end' is used to avoid that the second main sed command (meant for 12377 # 0-ary CPP macros) applies to n-ary macro definitions. 12378 # See the Autoconf documentation for `clear'. 12379 cat >confdef2sed.sed <<\_ACEOF 12380 s/[\\&,]/\\&/g 12381 s,[\\$`],\\&,g 12382 t clear 12383 : clear 12384 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 12385 t end 12386 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 12387 : end 12388 _ACEOF 12389 # If some macros were called several times there might be several times 12390 # the same #defines, which is useless. Nevertheless, we may not want to 12391 # sort them, since we want the *last* AC-DEFINE to be honored. 12392 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 12393 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 12394 rm -f confdef2sed.sed 12395 12396 # This sed command replaces #undef with comments. This is necessary, for 12529 ac_dD=' ,' 12530 12531 uniq confdefs.h | 12532 sed -n ' 12533 t rset 12534 :rset 12535 s/^[ ]*#[ ]*define[ ][ ]*// 12536 t ok 12537 d 12538 :ok 12539 s/[\\&,]/\\&/g 12540 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 12541 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 12542 ' >>conftest.defines 12543 12544 # Remove the space that was appended to ease matching. 12545 # Then replace #undef with comments. This is necessary, for 12397 12546 # example, in the case of _POSIX_SOURCE, which is predefined and required 12398 12547 # on some systems where configure will not decide to define it. 12399 cat >>conftest.undefs <<\_ACEOF 12400 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 12401 _ACEOF 12402 12403 # Break up conftest.defines because some shells have a limit on the size 12404 # of here documents, and old seds have small limits too (100 cmds). 12405 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 12406 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 12407 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 12408 echo ' :' >>$CONFIG_STATUS 12409 rm -f conftest.tail 12410 while grep . conftest.defines >/dev/null 12548 # (The regexp can be short, since the line contains either #define or #undef.) 12549 echo 's/ $// 12550 s,^[ #]*u.*,/* & */,' >>conftest.defines 12551 12552 # Break up conftest.defines: 12553 ac_max_sed_lines=50 12554 12555 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 12556 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 12557 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 12558 # et cetera. 12559 ac_in='$ac_file_inputs' 12560 ac_out='"$tmp/out1"' 12561 ac_nxt='"$tmp/out2"' 12562 12563 while : 12411 12564 do 12412 # Write a limited-size here document to $tmp/defines.sed. 12413 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 12414 # Speed up: don't consider the non `#define' lines. 12415 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 12416 # Work around the forget-to-reset-the-flag bug. 12417 echo 't clr' >>$CONFIG_STATUS 12418 echo ': clr' >>$CONFIG_STATUS 12419 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 12565 # Write a here document: 12566 cat >>$CONFIG_STATUS <<_ACEOF 12567 # First, check the format of the line: 12568 cat >"\$tmp/defines.sed" <<\\CEOF 12569 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 12570 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 12571 b 12572 :def 12573 _ACEOF 12574 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 12420 12575 echo 'CEOF 12421 sed -f $tmp/defines.sed $tmp/in >$tmp/out 12422 rm -f $tmp/in 12423 mv $tmp/out $tmp/in 12424 ' >>$CONFIG_STATUS 12425 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 12576 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 12577 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 12578 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 12579 grep . conftest.tail >/dev/null || break 12426 12580 rm -f conftest.defines 12427 12581 mv conftest.tail conftest.defines 12428 12582 done 12429 rm -f conftest.defines 12430 echo ' fi # grep' >>$CONFIG_STATUS 12431 echo >>$CONFIG_STATUS 12432 12433 # Break up conftest.undefs because some shells have a limit on the size 12434 # of here documents, and old seds have small limits too (100 cmds). 12435 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 12436 rm -f conftest.tail 12437 while grep . conftest.undefs >/dev/null 12438 do 12439 # Write a limited-size here document to $tmp/undefs.sed. 12440 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 12441 # Speed up: don't consider the non `#undef' 12442 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 12443 # Work around the forget-to-reset-the-flag bug. 12444 echo 't clr' >>$CONFIG_STATUS 12445 echo ': clr' >>$CONFIG_STATUS 12446 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 12447 echo 'CEOF 12448 sed -f $tmp/undefs.sed $tmp/in >$tmp/out 12449 rm -f $tmp/in 12450 mv $tmp/out $tmp/in 12451 ' >>$CONFIG_STATUS 12452 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 12453 rm -f conftest.undefs 12454 mv conftest.tail conftest.undefs 12455 done 12456 rm -f conftest.undefs 12457 12583 rm -f conftest.defines conftest.tail 12584 12585 echo "ac_result=$ac_in" >>$CONFIG_STATUS 12458 12586 cat >>$CONFIG_STATUS <<\_ACEOF 12459 # Let's still pretend it is `configure' which instantiates (i.e., don't12460 # use $as_me), people would be surprised to read:12461 # /* config.h. Generated by config.status. */12462 if test x"$ac_file" = x-; then12463 echo "/* Generated by configure. */" >$tmp/config.h12464 else12465 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h12466 fi12467 cat $tmp/in >>$tmp/config.h12468 rm -f $tmp/in12469 12587 if test x"$ac_file" != x-; then 12470 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 12588 echo "/* $configure_input */" >"$tmp/config.h" 12589 cat "$ac_result" >>"$tmp/config.h" 12590 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 12471 12591 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 12472 12592 echo "$as_me: $ac_file is unchanged" >&6;} 12473 12593 else 12474 ac_dir=`(dirname "$ac_file") 2>/dev/null ||12475 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \12476 X"$ac_file" : 'X\(//\)[^/]' \| \12477 X"$ac_file" : 'X\(//\)$' \| \12478 X"$ac_file" : 'X\(/\)' \| \12479 . : '\(.\)' 2>/dev/null ||12480 echo X"$ac_file" |12481 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }12482 /^X\(\/\/\)[^/].*/{ s//\1/; q; }12483 /^X\(\/\/\)$/{ s//\1/; q; }12484 /^X\(\/\).*/{ s//\1/; q; }12485 s/.*/./; q'`12486 { if $as_mkdir_p; then12487 mkdir -p "$ac_dir"12488 else12489 as_dir="$ac_dir"12490 as_dirs=12491 while test ! -d "$as_dir"; do12492 as_dirs="$as_dir $as_dirs"12493 as_dir=`(dirname "$as_dir") 2>/dev/null ||12494 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \12495 X"$as_dir" : 'X\(//\)[^/]' \| \12496 X"$as_dir" : 'X\(//\)$' \| \12497 X"$as_dir" : 'X\(/\)' \| \12498 . : '\(.\)' 2>/dev/null ||12499 echo X"$as_dir" |12500 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }12501 /^X\(\/\/\)[^/].*/{ s//\1/; q; }12502 /^X\(\/\/\)$/{ s//\1/; q; }12503 /^X\(\/\).*/{ s//\1/; q; }12504 s/.*/./; q'`12505 done12506 test ! -n "$as_dirs" || mkdir $as_dirs12507 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&512508 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}12509 { (exit 1); exit 1; }; }; }12510 12511 12594 rm -f $ac_file 12512 mv $tmp/config.h$ac_file12595 mv "$tmp/config.h" $ac_file 12513 12596 fi 12514 12597 else 12515 cat $tmp/config.h12516 rm -f $tmp/config.h12598 echo "/* $configure_input */" 12599 cat "$ac_result" 12517 12600 fi 12518 done 12519 _ACEOF 12520 12521 cat >>$CONFIG_STATUS <<\_ACEOF 12601 rm -f "$tmp/out12" 12602 ;; 12603 12604 12605 esac 12606 12607 done # for ac_tag 12608 12522 12609 12523 12610 { (exit 0); exit 0; } … … 12550 12637 12551 12638 12552 echo "$as_me:$LINENO: result:12639 { echo "$as_me:$LINENO: result: 12553 12640 12554 12641 Configurations 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. … … 12569 12656 12570 12657 The next step now is to run 'make dep' and 'make'. 12571 " >&6 12572 12658 " >&6; } 12659 -
pjproject/trunk/aconfigure.ac
r2331 r2601 534 534 AC_MSG_RESULT([Checking if G.722 codec is disabled...no])) 535 535 536 dnl # Include G722.1 codec 537 AC_SUBST(ac_no_g7221_codec) 538 AC_ARG_ENABLE(g7221-codec, 539 AC_HELP_STRING([--disable-g7221-codec], 540 [Exclude G.7221 codec in the build]), 541 [if test "$enable_g7221_codec" = "no"; then 542 [ac_no_g7221_codec=1] 543 AC_DEFINE(PJMEDIA_HAS_G7221_CODEC,0) 544 AC_MSG_RESULT([Checking if G.722.1 codec is disabled...yes]) 545 fi], 546 AC_MSG_RESULT([Checking if G.722.1 codec is disabled...no])) 547 536 548 dnl # Include Speex codec 537 549 AC_SUBST(ac_no_speex_codec) -
pjproject/trunk/build.mak.in
r2569 r2601 27 27 APP_THIRD_PARTY_LIBS += -lilbccodec-$(TARGET_NAME) 28 28 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libilbccodec-$(LIB_SUFFIX) 29 endif 30 31 ifneq (@ac_no_g7221_codec@,1) 32 APP_THIRD_PARTY_LIBS += -lg7221codec-$(TARGET_NAME) 33 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libg7221codec-$(LIB_SUFFIX) 29 34 endif 30 35 -
pjproject/trunk/pjmedia/build/Makefile
r2506 r2601 97 97 ipp_codecs.o $(CODEC_OBJS) 98 98 export PJMEDIA_CODEC_CFLAGS += $(_CFLAGS) $(GSM_CFLAGS) $(SPEEX_CFLAGS) \ 99 $(ILBC_CFLAGS) $(IPP_CFLAGS) 99 $(ILBC_CFLAGS) $(IPP_CFLAGS) $(G7221_CFLAGS) 100 100 101 101 -
pjproject/trunk/pjmedia/build/os-auto.mak.in
r2506 r2601 29 29 AC_NO_ILBC_CODEC=@ac_no_ilbc_codec@ 30 30 AC_NO_G722_CODEC=@ac_no_g722_codec@ 31 AC_NO_G7221_CODEC=@ac_no_g7221_codec@ 31 32 32 33 export CODEC_OBJS= … … 74 75 endif 75 76 77 ifeq ($(AC_NO_G7221_CODEC),1) 78 export CFLAGS += -DPJMEDIA_HAS_G7221_CODEC=0 79 else 80 export CODEC_OBJS += g7221.o 81 export G7221_CFLAGS += -I$(THIRD_PARTY) 82 endif 83 76 84 77 85 # -
pjproject/trunk/pjmedia/build/os-darwinos.mak
r1871 r2601 25 25 AC_NO_ILBC_CODEC=0 26 26 AC_NO_G722_CODEC=0 27 AC_NO_G7221_CODEC=0 27 28 28 29 export CODEC_OBJS= … … 71 72 endif 72 73 74 ifeq ($(AC_NO_G7221_CODEC),1) 75 export CFLAGS += -DPJMEDIA_HAS_G7221_CODEC=0 76 else 77 export CODEC_OBJS += g7221.o 78 export G7221_CFLAGS += -I$(THIRD_PARTY) 79 endif 80 73 81 74 82 # -
pjproject/trunk/pjmedia/build/os-linux.mak
r1871 r2601 20 20 AC_NO_ILBC_CODEC=0 21 21 AC_NO_G722_CODEC=0 22 AC_NO_G7221_CODEC=0 22 23 23 24 export CODEC_OBJS= … … 65 66 endif 66 67 68 ifeq ($(AC_NO_G7221_CODEC),1) 69 export CFLAGS += -DPJMEDIA_HAS_G7221_CODEC=0 70 else 71 export CODEC_OBJS += g7221.o 72 export G7221_CFLAGS += -I$(THIRD_PARTY) 73 endif 74 67 75 68 76 # -
pjproject/trunk/pjmedia/build/os-win32.mak
r1871 r2601 21 21 AC_NO_ILBC_CODEC=0 22 22 AC_NO_G722_CODEC=0 23 AC_NO_G7221_CODEC=0 23 24 24 25 export CODEC_OBJS= … … 67 68 endif 68 69 70 ifeq ($(AC_NO_G7221_CODEC),1) 71 export CFLAGS += -DPJMEDIA_HAS_G7221_CODEC=0 72 else 73 export CODEC_OBJS += g7221.o 74 export G7221_CFLAGS += -I$(THIRD_PARTY) 75 endif 76 69 77 70 78 # -
pjproject/trunk/pjmedia/include/pjmedia-codec/config_auto.h.in
r2394 r2601 61 61 #endif 62 62 63 /* G7221 codec */ 64 #ifndef PJMEDIA_HAS_G7221_CODEC 65 #undef PJMEDIA_HAS_G7221_CODEC 66 #endif 67 63 68 64 69 #endif /* __PJMEDIA_CODEC_CONFIG_AUTO_H_ */ -
pjproject/trunk/pjmedia/src/pjmedia-codec/g7221.c
r2572 r2601 36 36 #if defined(PJMEDIA_HAS_G7221_CODEC) && PJMEDIA_HAS_G7221_CODEC!=0 37 37 38 #include "../../ third_party/g7221/common/defs.h"38 #include "../../../third_party/g7221/common/defs.h" 39 39 40 40 #define THIS_FILE "g7221.c" -
pjproject/trunk/pjsip-apps/build/Samples-vc.mak
r2592 r2601 33 33 SPEEX_LIB = ..\..\third_party\lib\libspeex-$(TARGET)$(LIBEXT) 34 34 SRTP_LIB = ..\..\third_party\lib\libsrtp-$(TARGET)$(LIBEXT) 35 G7221_LIB = ..\..\third_party\lib\libg7221codec-$(TARGET)$(LIBEXT) 35 36 36 37 THIRD_PARTY_LIBS = $(GSM_LIB) $(ILBC_LIB) $(PORTAUDIO_LIB) $(RESAMPLE_LIB) \ 37 $(SPEEX_LIB) $(SRTP_LIB) 38 $(SPEEX_LIB) $(SRTP_LIB) $(G7221_LIB) 38 39 39 40 LIBS = $(PJSUA_LIB_LIB) $(PJSIP_UA_LIB) $(PJSIP_SIMPLE_LIB) \ -
pjproject/trunk/third_party/build/os-auto.mak.in
r1275 r2601 12 12 endif 13 13 14 ifneq (@ac_no_g7221_codec@,1) 15 DIRS += g7221 16 endif 17 14 18 ifneq ($(findstring pa,@ac_pjmedia_snd@),) 15 19 DIRS += portaudio 16 20 endif 21 -
pjproject/trunk/third_party/build/os-darwinos.mak
r1488 r2601 3 3 DIRS += speex 4 4 DIRS += portaudio 5 DIRS += g7221 5 6 6 7 -
pjproject/trunk/third_party/build/os-linux.mak
r1488 r2601 3 3 DIRS += speex 4 4 DIRS += portaudio 5 DIRS += g7221 5 6 6 7 -
pjproject/trunk/third_party/build/os-win32.mak
r1488 r2601 3 3 DIRS += speex 4 4 DIRS += portaudio 5 DIRS += g7221 5 6 6 7 -
pjproject/trunk/third_party/g7221/common/stl-files/basop32.c
r2563 r2601 712 712 |___________________________________________________________________________| 713 713 */ 714 Word16 round (Word32 L_var1)714 Word16 itu_round (Word32 L_var1) 715 715 { 716 716 Word16 var_out; -
pjproject/trunk/third_party/g7221/common/stl-files/basop32.h
r2563 r2601 55 55 Word16 extract_h (Word32 L_var1); /* Extract high, 1 */ 56 56 Word16 extract_l (Word32 L_var1); /* Extract low, 1 */ 57 Word16 round (Word32 L_var1);/* Round, 1 */57 Word16 itu_round (Word32 L_var1); /* Round, 1 */ 58 58 Word32 L_mac (Word32 L_var3, Word16 var1, Word16 var2); /* Mac, 1 */ 59 59 Word32 L_msu (Word32 L_var3, Word16 var1, Word16 var2); /* Msu, 1 */ -
pjproject/trunk/third_party/g7221/common/stl-files/typedef.h
r2563 r2601 16 16 #ifndef TYPEDEF_H 17 17 #define TYPEDEF_H "$Id $" 18 19 #if 1 20 21 /* Use PJLIB types definitions (for PJLIB sync'd platforms compatibility? 22 * e.g: mingw32 was not supported by the original version). 23 */ 24 #include <pj/types.h> 25 26 typedef pj_int8_t Word8; 27 typedef pj_int16_t Word16; 28 typedef pj_int32_t Word32; 29 typedef pj_uint16_t UWord16; 30 typedef pj_uint32_t UWord32; 31 typedef int Flag; 32 33 #else 18 34 19 35 #include <limits.h> … … 53 69 #endif 54 70 71 #endif /* if 0 */ 72 55 73 #endif /* TYPEDEF_H */ 74 -
pjproject/trunk/third_party/g7221/decode/coef2sam.c
r2563 r2601 148 148 sum = L_mac(sum,*win_new++, *--new_ptr); 149 149 sum = L_mac(sum,*--win_old, *old_ptr++); 150 *out_ptr++ = round(L_shl(sum,2));150 *out_ptr++ = itu_round(L_shl(sum,2)); 151 151 move16(); 152 152 … … 161 161 sum = L_mac(sum,*win_new++, *new_ptr++); 162 162 sum = L_mac(sum,negate(*--win_old), *--old_ptr); 163 *out_ptr++ = round(L_shl(sum,2));163 *out_ptr++ = itu_round(L_shl(sum,2)); 164 164 move16(); 165 165 } -
pjproject/trunk/third_party/g7221/decode/dct4_s.c
r2563 r2601 292 292 sum = L_mac(sum, pair_ptr[i],dct_core_s[i][k]); 293 293 } 294 buffer_swap[k] = round(sum);294 buffer_swap[k] = itu_round(sum); 295 295 } 296 296 … … 402 402 sum = L_mac(sum,cos_even,in_low_even); 403 403 sum = L_mac(sum,negate(msin_even),in_high_even); 404 out_low_even = round(L_shl(sum,1));404 out_low_even = itu_round(L_shl(sum,1)); 405 405 406 406 sum = 0L; … … 408 408 sum = L_mac(sum,msin_even,in_low_even); 409 409 sum = L_mac(sum,cos_even,in_high_even); 410 out_high_even = round(L_shl(sum,1));410 out_high_even = itu_round(L_shl(sum,1)); 411 411 412 412 sum = 0L; … … 414 414 sum = L_mac(sum,cos_odd,in_low_odd); 415 415 sum = L_mac(sum,msin_odd,in_high_odd); 416 out_low_odd = round(L_shl(sum,1));416 out_low_odd = itu_round(L_shl(sum,1)); 417 417 418 418 sum = 0L; … … 420 420 sum = L_mac(sum,msin_odd,in_low_odd); 421 421 sum = L_mac(sum,negate(cos_odd),in_high_odd); 422 out_high_odd = round(L_shl(sum,1));422 out_high_odd = itu_round(L_shl(sum,1)); 423 423 424 424 *out_ptr_low++ = out_low_even; -
pjproject/trunk/third_party/g7221/encode/dct4_a.c
r2563 r2601 226 226 sum = L_mac(sum, pair_ptr[i],dct_core_a[i][k]); 227 227 } 228 buffer_swap[k] = round(sum);228 buffer_swap[k] = itu_round(sum); 229 229 } 230 230 /* address arithmetic */ … … 313 313 neg_msin_even = negate(msin_even); 314 314 sum=L_mac(sum,neg_msin_even,in_high_even); 315 out_low_even = round(sum);315 out_low_even = itu_round(sum); 316 316 317 317 sum = 0L; 318 318 sum=L_mac(sum,msin_even,in_low_even); 319 319 sum=L_mac(sum,cos_even,in_high_even); 320 out_high_even= round(sum);320 out_high_even= itu_round(sum); 321 321 322 322 sum = 0L; 323 323 sum=L_mac(sum,cos_odd,in_low_odd); 324 324 sum=L_mac(sum,msin_odd,in_high_odd); 325 out_low_odd= round(sum);325 out_low_odd= itu_round(sum); 326 326 327 327 sum = 0L; … … 329 329 neg_cos_odd = negate(cos_odd); 330 330 sum=L_mac(sum,neg_cos_odd,in_high_odd); 331 out_high_odd= round(sum);331 out_high_odd= itu_round(sum); 332 332 333 333 *out_ptr_low++ = out_low_even; -
pjproject/trunk/third_party/g7221/encode/sam2coef.c
r2563 r2601 121 121 acca = L_mac(acca,*--win_low, *--sam_low); 122 122 acca = L_mac(acca,*win_high++, *sam_high++); 123 temp = round(acca);123 temp = itu_round(acca); 124 124 125 125 *dst_ptr++ = temp; … … 146 146 samp_high = *--sam_high; 147 147 acca = L_mac(acca, neg_win_low, samp_high); 148 temp = round(acca);148 temp = itu_round(acca); 149 149 150 150 *dst_ptr++=temp;
Note: See TracChangeset
for help on using the changeset viewer.