Changeset 2232 for pjproject/trunk/aconfigure
- Timestamp:
- Aug 21, 2008 8:59:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r2190 r2232 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 59 for pjproject 0.8.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= … … 260 570 SHELL=${CONFIG_SHELL-/bin/sh} 261 571 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 267 572 # Identity of this package. 268 573 PACKAGE_NAME='pjproject' 269 574 PACKAGE_TARNAME='pjproject' 270 PACKAGE_VERSION=' 0.8'271 PACKAGE_STRING='pjproject 0.8'575 PACKAGE_VERSION='1.0' 576 PACKAGE_STRING='pjproject 1.0' 272 577 PACKAGE_BUGREPORT='' 273 578 … … 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 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_speex_codec 692 ac_no_ilbc_codec 693 ac_no_ssl 694 openssl_h_present 695 libssl_present 696 libcrypto_present 697 ac_cross_compile 698 ac_linux_poll 699 ac_host 700 ac_main_obj 701 LIBOBJS 702 LTLIBOBJS' 312 703 ac_subst_files='' 704 ac_precious_vars='build_alias 705 host_alias 706 target_alias 707 CC 708 CFLAGS 709 LDFLAGS 710 LIBS 711 CPPFLAGS 712 CXX 713 CXXFLAGS 714 CCC 715 CPP' 716 313 717 314 718 # Initialize some variables set by options. … … 337 741 # by default will actually change. 338 742 # Use braces instead of parens because sh, perl, etc. also accept them. 743 # (The list follows the same order as the GNU Coding Standards.) 339 744 bindir='${exec_prefix}/bin' 340 745 sbindir='${exec_prefix}/sbin' 341 746 libexecdir='${exec_prefix}/libexec' 342 datadir='${prefix}/share' 747 datarootdir='${prefix}/share' 748 datadir='${datarootdir}' 343 749 sysconfdir='${prefix}/etc' 344 750 sharedstatedir='${prefix}/com' 345 751 localstatedir='${prefix}/var' 346 libdir='${exec_prefix}/lib'347 752 includedir='${prefix}/include' 348 753 oldincludedir='/usr/include' 349 infodir='${prefix}/info' 350 mandir='${prefix}/man' 754 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 755 infodir='${datarootdir}/info' 756 htmldir='${docdir}' 757 dvidir='${docdir}' 758 pdfdir='${docdir}' 759 psdir='${docdir}' 760 libdir='${exec_prefix}/lib' 761 localedir='${datarootdir}/locale' 762 mandir='${datarootdir}/man' 351 763 352 764 ac_prev= 765 ac_dashdash= 353 766 for ac_option 354 767 do 355 768 # If the previous option needs an argument, assign it. 356 769 if test -n "$ac_prev"; then 357 eval "$ac_prev=\$ac_option"770 eval $ac_prev=\$ac_option 358 771 ac_prev= 359 772 continue 360 773 fi 361 774 362 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 775 case $ac_option in 776 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 777 *) ac_optarg=yes ;; 778 esac 363 779 364 780 # Accept the important Cygnus configure options, so we can diagnose typos. 365 781 366 case $ac_option in 782 case $ac_dashdash$ac_option in 783 --) 784 ac_dashdash=yes ;; 367 785 368 786 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 386 804 cache_file=config.cache ;; 387 805 388 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)806 -datadir | --datadir | --datadi | --datad) 389 807 ac_prev=datadir ;; 390 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 391 | --da=*) 808 -datadir=* | --datadir=* | --datadi=* | --datad=*) 392 809 datadir=$ac_optarg ;; 810 811 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 812 | --dataroo | --dataro | --datar) 813 ac_prev=datarootdir ;; 814 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 815 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 816 datarootdir=$ac_optarg ;; 393 817 394 818 -disable-* | --disable-*) 395 819 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 396 820 # Reject names that are not valid shell variable names. 397 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&821 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 398 822 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 399 823 { (exit 1); exit 1; }; } 400 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 401 eval "enable_$ac_feature=no" ;; 824 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 825 eval enable_$ac_feature=no ;; 826 827 -docdir | --docdir | --docdi | --doc | --do) 828 ac_prev=docdir ;; 829 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 830 docdir=$ac_optarg ;; 831 832 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 833 ac_prev=dvidir ;; 834 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 835 dvidir=$ac_optarg ;; 402 836 403 837 -enable-* | --enable-*) 404 838 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 405 839 # Reject names that are not valid shell variable names. 406 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&840 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 407 841 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 408 842 { (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'" ;; 843 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 844 eval enable_$ac_feature=\$ac_optarg ;; 415 845 416 846 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 439 869 host_alias=$ac_optarg ;; 440 870 871 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 872 ac_prev=htmldir ;; 873 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 874 | --ht=*) 875 htmldir=$ac_optarg ;; 876 441 877 -includedir | --includedir | --includedi | --included | --include \ 442 878 | --includ | --inclu | --incl | --inc) … … 463 899 libexecdir=$ac_optarg ;; 464 900 901 -localedir | --localedir | --localedi | --localed | --locale) 902 ac_prev=localedir ;; 903 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 904 localedir=$ac_optarg ;; 905 465 906 -localstatedir | --localstatedir | --localstatedi | --localstated \ 466 | --localstate | --localstat | --localsta | --localst \ 467 | --locals | --local | --loca | --loc | --lo) 907 | --localstate | --localstat | --localsta | --localst | --locals) 468 908 ac_prev=localstatedir ;; 469 909 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 470 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 471 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 910 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 472 911 localstatedir=$ac_optarg ;; 473 912 … … 534 973 program_transform_name=$ac_optarg ;; 535 974 975 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 976 ac_prev=pdfdir ;; 977 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 978 pdfdir=$ac_optarg ;; 979 980 -psdir | --psdir | --psdi | --psd | --ps) 981 ac_prev=psdir ;; 982 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 983 psdir=$ac_optarg ;; 984 536 985 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 537 986 | -silent | --silent | --silen | --sile | --sil) … … 586 1035 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 587 1036 # Reject names that are not valid shell variable names. 588 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1037 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 589 1038 { echo "$as_me: error: invalid package name: $ac_package" >&2 590 1039 { (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'" ;; 1040 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1041 eval with_$ac_package=\$ac_optarg ;; 597 1042 598 1043 -without-* | --without-*) 599 1044 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 600 1045 # Reject names that are not valid shell variable names. 601 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1046 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 602 1047 { echo "$as_me: error: invalid package name: $ac_package" >&2 603 1048 { (exit 1); exit 1; }; } 604 ac_package=`echo $ac_package | sed 's/ -/_/g'`605 eval "with_$ac_package=no";;1049 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1050 eval with_$ac_package=no ;; 606 1051 607 1052 --x) … … 634 1079 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 635 1080 { (exit 1); exit 1; }; } 636 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 637 eval "$ac_envvar='$ac_optarg'" 1081 eval $ac_envvar=\$ac_optarg 638 1082 export $ac_envvar ;; 639 1083 … … 655 1099 fi 656 1100 657 # Be sure to have absolute paths. 658 for ac_var in exec_prefix prefix 1101 # Be sure to have absolute directory names. 1102 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1103 datadir sysconfdir sharedstatedir localstatedir includedir \ 1104 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1105 libdir localedir mandir 659 1106 do 660 eval ac_val= $`echo $ac_var`1107 eval ac_val=\$$ac_var 661 1108 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; }; };; 1109 [\\/$]* | ?:[\\/]* ) continue;; 1110 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 665 1111 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 1112 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1113 { (exit 1); exit 1; }; } 678 1114 done 679 1115 … … 702 1138 703 1139 1140 ac_pwd=`pwd` && test -n "$ac_pwd" && 1141 ac_ls_di=`ls -di .` && 1142 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1143 { echo "$as_me: error: Working directory cannot be determined" >&2 1144 { (exit 1); exit 1; }; } 1145 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1146 { echo "$as_me: error: pwd does not report name of working directory" >&2 1147 { (exit 1); exit 1; }; } 1148 1149 704 1150 # Find the source files, if location was not specified. 705 1151 if test -z "$srcdir"; then 706 1152 ac_srcdir_defaulted=yes 707 # Try the directory containing this script, then its parent.708 ac_confdir=` (dirname "$0") 2>/dev/null||1153 # Try the directory containing this script, then the parent directory. 1154 ac_confdir=`$as_dirname -- "$0" || 709 1155 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710 1156 X"$0" : 'X\(//\)[^/]' \| \ 711 1157 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(/\)' \| \ 713 . : '\(.\)' 2>/dev/null || 1158 X"$0" : 'X\(/\)' \| . 2>/dev/null || 714 1159 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'` 1160 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1161 s//\1/ 1162 q 1163 } 1164 /^X\(\/\/\)[^/].*/{ 1165 s//\1/ 1166 q 1167 } 1168 /^X\(\/\/\)$/{ 1169 s//\1/ 1170 q 1171 } 1172 /^X\(\/\).*/{ 1173 s//\1/ 1174 q 1175 } 1176 s/.*/./; q'` 720 1177 srcdir=$ac_confdir 721 if test ! -r $srcdir/$ac_unique_file; then1178 if test ! -r "$srcdir/$ac_unique_file"; then 722 1179 srcdir=.. 723 1180 fi … … 725 1182 ac_srcdir_defaulted=no 726 1183 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 .." >&21184 if test ! -r "$srcdir/$ac_unique_file"; then 1185 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1186 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 730 1187 { (exit 1); exit 1; }; } 731 else 732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1188 fi 1189 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1190 ac_abs_confdir=`( 1191 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 733 1192 { (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 1193 pwd)` 1194 # When building in place, set srcdir=. 1195 if test "$ac_abs_confdir" = "$ac_pwd"; then 1196 srcdir=. 1197 fi 1198 # Remove unnecessary trailing slashes from srcdir. 1199 # Double slashes in file names in object file debugging info 1200 # mess up M-x gdb in Emacs. 1201 case $srcdir in 1202 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1203 esac 1204 for ac_var in $ac_precious_vars; do 1205 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1206 eval ac_env_${ac_var}_value=\$${ac_var} 1207 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1208 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1209 done 780 1210 781 1211 # … … 786 1216 # This message is too long to be a string in the A/UX 3.1 sh. 787 1217 cat <<_ACEOF 788 \`configure' configures pjproject 0.8to adapt to many kinds of systems.1218 \`configure' configures pjproject 1.0 to adapt to many kinds of systems. 789 1219 790 1220 Usage: $0 [OPTION]... [VAR=VALUE]... … … 806 1236 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 807 1237 808 _ACEOF809 810 cat <<_ACEOF811 1238 Installation directories: 812 1239 --prefix=PREFIX install architecture-independent files in PREFIX … … 826 1253 --sbindir=DIR system admin executables [EPREFIX/sbin] 827 1254 --libexecdir=DIR program executables [EPREFIX/libexec] 828 --datadir=DIR read-only architecture-independent data [PREFIX/share]829 1255 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 830 1256 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] … … 833 1259 --includedir=DIR C header files [PREFIX/include] 834 1260 --oldincludedir=DIR C header files for non-gcc [/usr/include] 835 --infodir=DIR info documentation [PREFIX/info] 836 --mandir=DIR man documentation [PREFIX/man] 1261 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1262 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1263 --infodir=DIR info documentation [DATAROOTDIR/info] 1264 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1265 --mandir=DIR man documentation [DATAROOTDIR/man] 1266 --docdir=DIR documentation root [DATAROOTDIR/doc/pjproject] 1267 --htmldir=DIR html documentation [DOCDIR] 1268 --dvidir=DIR dvi documentation [DOCDIR] 1269 --pdfdir=DIR pdf documentation [DOCDIR] 1270 --psdir=DIR ps documentation [DOCDIR] 837 1271 _ACEOF 838 1272 … … 848 1282 if test -n "$ac_init_help"; then 849 1283 case $ac_init_help in 850 short | recursive ) echo "Configuration of pjproject 0.8:";;1284 short | recursive ) echo "Configuration of pjproject 1.0:";; 851 1285 esac 852 1286 cat <<\_ACEOF … … 872 1306 --enable-libsamplerate Link with libsamplerate when available. Note that 873 1307 PJMEDIA_RESAMPLE_IMP must also be configured 1308 --enable-ipp Enable Intel IPP support. Specify the Intel IPP 1309 package and samples location using IPPROOT and 1310 IPPSAMPLES env var or with --with-ipp and 1311 --with-ipp-samples options 1312 --with-ipp=DIR Specify the Intel IPP location 1313 --with-ipp-samples=DIR Specify the Intel IPP samples location 874 1314 --disable-ssl Exclude SSL support the build (default: autodetect) 875 1315 … … 880 1320 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 881 1321 nonstandard directory <lib dir> 882 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 883 headers in a nonstandard directory <include dir> 1322 LIBS libraries to pass to the linker, e.g. -l<library> 1323 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1324 you have headers in a nonstandard directory <include dir> 884 1325 CXX C++ compiler command 885 1326 CXXFLAGS C++ compiler flags … … 890 1331 891 1332 _ACEOF 1333 ac_status=$? 892 1334 fi 893 1335 894 1336 if test "$ac_init_help" = "recursive"; then 895 1337 # If there are subdirs, report their specific --help. 896 ac_popdir=`pwd`897 1338 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 898 test -d $ac_dir|| continue1339 test -d "$ac_dir" || continue 899 1340 ac_builddir=. 900 1341 901 if test "$ac_dir" != .; then 1342 case "$ac_dir" in 1343 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1344 *) 902 1345 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 903 # A "../" for each directory in $ac_dir_suffix. 904 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 905 else 906 ac_dir_suffix= ac_top_builddir= 907 fi 1346 # A ".." for each directory in $ac_dir_suffix. 1347 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1348 case $ac_top_builddir_sub in 1349 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1350 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1351 esac ;; 1352 esac 1353 ac_abs_top_builddir=$ac_pwd 1354 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1355 # for backward compatibility: 1356 ac_top_builddir=$ac_top_build_prefix 908 1357 909 1358 case $srcdir in 910 .) # No --srcdir option.We are building in place.1359 .) # We are building in place. 911 1360 ac_srcdir=. 912 if test -z "$ac_top_builddir"; then 913 ac_top_srcdir=. 914 else 915 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 916 fi ;; 917 [\\/]* | ?:[\\/]* ) # Absolute path. 1361 ac_top_srcdir=$ac_top_builddir_sub 1362 ac_abs_top_srcdir=$ac_pwd ;; 1363 [\\/]* | ?:[\\/]* ) # Absolute name. 918 1364 ac_srcdir=$srcdir$ac_dir_suffix; 919 ac_top_srcdir=$srcdir ;; 920 *) # Relative path. 921 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 922 ac_top_srcdir=$ac_top_builddir$srcdir ;; 923 esac 924 925 # Do not use `cd foo && pwd` to compute absolute paths, because 926 # the directories may not exist. 927 case `pwd` in 928 .) ac_abs_builddir="$ac_dir";; 929 *) 930 case "$ac_dir" in 931 .) ac_abs_builddir=`pwd`;; 932 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 933 *) ac_abs_builddir=`pwd`/"$ac_dir";; 934 esac;; 935 esac 936 case $ac_abs_builddir in 937 .) ac_abs_top_builddir=${ac_top_builddir}.;; 938 *) 939 case ${ac_top_builddir}. in 940 .) ac_abs_top_builddir=$ac_abs_builddir;; 941 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 942 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 943 esac;; 944 esac 945 case $ac_abs_builddir in 946 .) ac_abs_srcdir=$ac_srcdir;; 947 *) 948 case $ac_srcdir in 949 .) ac_abs_srcdir=$ac_abs_builddir;; 950 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 951 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 952 esac;; 953 esac 954 case $ac_abs_builddir in 955 .) ac_abs_top_srcdir=$ac_top_srcdir;; 956 *) 957 case $ac_top_srcdir in 958 .) ac_abs_top_srcdir=$ac_abs_builddir;; 959 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 960 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 961 esac;; 962 esac 963 964 cd $ac_dir 965 # Check for guested configure; otherwise get Cygnus style configure. 966 if test -f $ac_srcdir/configure.gnu; then 967 echo 968 $SHELL $ac_srcdir/configure.gnu --help=recursive 969 elif test -f $ac_srcdir/configure; then 970 echo 971 $SHELL $ac_srcdir/configure --help=recursive 972 elif test -f $ac_srcdir/configure.ac || 973 test -f $ac_srcdir/configure.in; then 974 echo 975 $ac_configure --help 1365 ac_top_srcdir=$srcdir 1366 ac_abs_top_srcdir=$srcdir ;; 1367 *) # Relative name. 1368 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1369 ac_top_srcdir=$ac_top_build_prefix$srcdir 1370 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1371 esac 1372 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1373 1374 cd "$ac_dir" || { ac_status=$?; continue; } 1375 # Check for guested configure. 1376 if test -f "$ac_srcdir/configure.gnu"; then 1377 echo && 1378 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1379 elif test -f "$ac_srcdir/configure"; then 1380 echo && 1381 $SHELL "$ac_srcdir/configure" --help=recursive 976 1382 else 977 1383 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 978 fi 979 cd $ac_popdir1384 fi || ac_status=$? 1385 cd "$ac_pwd" || { ac_status=$?; break; } 980 1386 done 981 1387 fi 982 1388 983 test -n "$ac_init_help" && exit 01389 test -n "$ac_init_help" && exit $ac_status 984 1390 if $ac_init_version; then 985 1391 cat <<\_ACEOF 986 pjproject configure 0.8 987 generated by GNU Autoconf 2.59 988 989 Copyright (C) 2003 Free Software Foundation, Inc. 1392 pjproject configure 1.0 1393 generated by GNU Autoconf 2.61 1394 1395 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1396 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 990 1397 This configure script is free software; the Free Software Foundation 991 1398 gives unlimited permission to copy, distribute and modify it. 992 1399 _ACEOF 993 exit 0 994 fi 995 exec 5>config.log 996 cat >&5 <<_ACEOF 1400 exit 1401 fi 1402 cat >config.log <<_ACEOF 997 1403 This file contains any messages produced by compilers while 998 1404 running configure, to aid debugging if configure makes a mistake. 999 1405 1000 It was created by pjproject $as_me 0.8, which was1001 generated by GNU Autoconf 2. 59. Invocation command line was1406 It was created by pjproject $as_me 1.0, which was 1407 generated by GNU Autoconf 2.61. Invocation command line was 1002 1408 1003 1409 $ $0 $@ 1004 1410 1005 1411 _ACEOF 1412 exec 5>>config.log 1006 1413 { 1007 1414 cat <<_ASUNAME … … 1022 1429 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1023 1430 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1024 hostinfo = `(hostinfo) 2>/dev/null|| echo unknown`1431 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1025 1432 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1026 1433 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` … … 1036 1443 echo "PATH: $as_dir" 1037 1444 done 1445 IFS=$as_save_IFS 1038 1446 1039 1447 } >&5 … … 1057 1465 ac_configure_args0= 1058 1466 ac_configure_args1= 1059 ac_sep=1060 1467 ac_must_keep_next=false 1061 1468 for ac_pass in 1 2 … … 1068 1475 | -silent | --silent | --silen | --sile | --sil) 1069 1476 continue ;; 1070 * " "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)1477 *\'*) 1071 1478 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1072 1479 esac … … 1090 1497 esac 1091 1498 fi 1092 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1093 # Get rid of the leading space. 1094 ac_sep=" " 1499 ac_configure_args="$ac_configure_args '$ac_arg'" 1095 1500 ;; 1096 1501 esac … … 1103 1508 # config.log. We remove comments because anyway the quotes in there 1104 1509 # would cause problems or look ugly. 1105 # WARNING: Be sure not to use single quotes in there, as some shells,1106 # such as our DU 5.0 friend, will then `close' the trap.1510 # WARNING: Use '\'' to represent an apostrophe within the trap. 1511 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1107 1512 trap 'exit_status=$? 1108 1513 # Save into config.log some information that might help in debugging. … … 1117 1522 echo 1118 1523 # The following way of writing the cache mishandles newlines in values, 1119 { 1524 ( 1525 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1526 eval ac_val=\$$ac_var 1527 case $ac_val in #( 1528 *${as_nl}*) 1529 case $ac_var in #( 1530 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1531 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1532 esac 1533 case $ac_var in #( 1534 _ | IFS | as_nl) ;; #( 1535 *) $as_unset $ac_var ;; 1536 esac ;; 1537 esac 1538 done 1120 1539 (set) 2>&1 | 1121 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in1122 * ac_space=\ *)1540 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1541 *${as_nl}ac_space=\ *) 1123 1542 sed -n \ 1124 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1125 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1543 "s/'\''/'\''\\\\'\'''\''/g; 1544 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1545 ;; #( 1546 *) 1547 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1126 1548 ;; 1127 *) 1128 sed -n \ 1129 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1130 ;; 1131 esac; 1132 } 1549 esac | 1550 sort 1551 ) 1133 1552 echo 1134 1553 … … 1141 1560 for ac_var in $ac_subst_vars 1142 1561 do 1143 eval ac_val=$`echo $ac_var` 1144 echo "$ac_var='"'"'$ac_val'"'"'" 1562 eval ac_val=\$$ac_var 1563 case $ac_val in 1564 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1565 esac 1566 echo "$ac_var='\''$ac_val'\''" 1145 1567 done | sort 1146 1568 echo … … 1148 1570 if test -n "$ac_subst_files"; then 1149 1571 cat <<\_ASBOX 1150 ## ------------- ##1151 ## Output files. ##1152 ## ------------- ##1572 ## ------------------- ## 1573 ## File substitutions. ## 1574 ## ------------------- ## 1153 1575 _ASBOX 1154 1576 echo 1155 1577 for ac_var in $ac_subst_files 1156 1578 do 1157 eval ac_val=$`echo $ac_var` 1158 echo "$ac_var='"'"'$ac_val'"'"'" 1579 eval ac_val=\$$ac_var 1580 case $ac_val in 1581 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1582 esac 1583 echo "$ac_var='\''$ac_val'\''" 1159 1584 done | sort 1160 1585 echo … … 1168 1593 _ASBOX 1169 1594 echo 1170 sed "/^$/d" confdefs.h | sort1595 cat confdefs.h 1171 1596 echo 1172 1597 fi … … 1175 1600 echo "$as_me: exit $exit_status" 1176 1601 } >&5 1177 rm -f core *.core &&1178 rm -rfconftest* confdefs* conf$$* $ac_clean_files &&1602 rm -f core *.core core.conftest.* && 1603 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1179 1604 exit $exit_status 1180 1605 ' 0 1181 1606 for ac_signal in 1 2 13 15; do 1182 1607 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal … … 1185 1610 1186 1611 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1187 rm -rf conftest* confdefs.h 1188 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1189 echo >confdefs.h 1612 rm -f -r conftest* confdefs.h 1190 1613 1191 1614 # Predefined preprocessor variables. … … 1218 1641 # Let the site file select an alternate cache file if it wants to. 1219 1642 # Prefer explicitly selected file to automatically selected ones. 1220 if test -z "$CONFIG_SITE"; then 1221 if test "x$prefix" != xNONE; then 1222 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1223 else 1224 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1225 fi 1226 fi 1227 for ac_site_file in $CONFIG_SITE; do 1643 if test -n "$CONFIG_SITE"; then 1644 set x "$CONFIG_SITE" 1645 elif test "x$prefix" != xNONE; then 1646 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1647 else 1648 set x "$ac_default_prefix/share/config.site" \ 1649 "$ac_default_prefix/etc/config.site" 1650 fi 1651 shift 1652 for ac_site_file 1653 do 1228 1654 if test -r "$ac_site_file"; then 1229 1655 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 … … 1241 1667 echo "$as_me: loading cache $cache_file" >&6;} 1242 1668 case $cache_file in 1243 [\\/]* | ?:[\\/]* ) . $cache_file;;1244 *) . ./$cache_file;;1669 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1670 *) . "./$cache_file";; 1245 1671 esac 1246 1672 fi … … 1254 1680 # value. 1255 1681 ac_cache_corrupted=false 1256 for ac_var in `(set) 2>&1 | 1257 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1682 for ac_var in $ac_precious_vars; do 1258 1683 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1259 1684 eval ac_new_set=\$ac_env_${ac_var}_set 1260 eval ac_old_val= "\$ac_cv_env_${ac_var}_value"1261 eval ac_new_val= "\$ac_env_${ac_var}_value"1685 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1686 eval ac_new_val=\$ac_env_${ac_var}_value 1262 1687 case $ac_old_set,$ac_new_set in 1263 1688 set,) … … 1284 1709 if test "$ac_new_set" = set; then 1285 1710 case $ac_new_val in 1286 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1287 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1711 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1288 1712 *) ac_arg=$ac_var=$ac_new_val ;; 1289 1713 esac … … 1302 1726 fi 1303 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1304 1752 ac_ext=c 1305 1753 ac_cpp='$CPP $CPPFLAGS' … … 1310 1758 1311 1759 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1760 host_orig="$host" 1338 1761 1339 1762 ac_aux_dir= 1340 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do1341 if test -f $ac_dir/install-sh; then1763 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1764 if test -f "$ac_dir/install-sh"; then 1342 1765 ac_aux_dir=$ac_dir 1343 1766 ac_install_sh="$ac_aux_dir/install-sh -c" 1344 1767 break 1345 elif test -f $ac_dir/install.sh; then1768 elif test -f "$ac_dir/install.sh"; then 1346 1769 ac_aux_dir=$ac_dir 1347 1770 ac_install_sh="$ac_aux_dir/install.sh -c" 1348 1771 break 1349 elif test -f $ac_dir/shtool; then1772 elif test -f "$ac_dir/shtool"; then 1350 1773 ac_aux_dir=$ac_dir 1351 1774 ac_install_sh="$ac_aux_dir/shtool install -c" … … 1354 1777 done 1355 1778 if test -z "$ac_aux_dir"; then 1356 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51357 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}1779 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1780 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1358 1781 { (exit 1); exit 1; }; } 1359 1782 fi 1360 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1361 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1362 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1783 1784 # These three variables are undocumented and unsupported, 1785 # and are intended to be withdrawn in a future Autoconf release. 1786 # They can cause serious problems if a builder's source tree is in a directory 1787 # whose full name contains unusual characters. 1788 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1789 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1790 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1791 1363 1792 1364 1793 # Make sure we can run config.sub. 1365 $ ac_config_subsun4 >/dev/null 2>&1 ||1366 { { echo "$as_me:$LINENO: error: cannot run $ ac_config_sub" >&51367 echo "$as_me: error: cannot run $ ac_config_sub" >&2;}1794 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1795 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1796 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1368 1797 { (exit 1); exit 1; }; } 1369 1798 1370 echo "$as_me:$LINENO: checking build system type" >&51371 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1799 { echo "$as_me:$LINENO: checking build system type" >&5 1800 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1372 1801 if test "${ac_cv_build+set}" = set; then 1373 1802 echo $ECHO_N "(cached) $ECHO_C" >&6 1374 1803 else 1375 ac_ cv_build_alias=$build_alias1376 test -z "$ac_cv_build_alias"&&1377 ac_ cv_build_alias=`$ac_config_guess`1378 test -z "$ac_cv_build_alias"&&1804 ac_build_alias=$build_alias 1805 test "x$ac_build_alias" = x && 1806 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1807 test "x$ac_build_alias" = x && 1379 1808 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1380 1809 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1381 1810 { (exit 1); exit 1; }; } 1382 ac_cv_build=`$ ac_config_sub $ac_cv_build_alias` ||1383 { { echo "$as_me:$LINENO: error: $ ac_config_sub $ac_cv_build_alias failed" >&51384 echo "$as_me: error: $ ac_config_sub $ac_cv_build_alias failed" >&2;}1811 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1812 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1813 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1385 1814 { (exit 1); exit 1; }; } 1386 1815 1387 1816 fi 1388 echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1389 echo "${ECHO_T}$ac_cv_build" >&6 1817 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1818 echo "${ECHO_T}$ac_cv_build" >&6; } 1819 case $ac_cv_build in 1820 *-*-*) ;; 1821 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1822 echo "$as_me: error: invalid value of canonical build" >&2;} 1823 { (exit 1); exit 1; }; };; 1824 esac 1390 1825 build=$ac_cv_build 1391 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1392 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1393 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1394 1395 1396 echo "$as_me:$LINENO: checking host system type" >&5 1397 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1826 ac_save_IFS=$IFS; IFS='-' 1827 set x $ac_cv_build 1828 shift 1829 build_cpu=$1 1830 build_vendor=$2 1831 shift; shift 1832 # Remember, the first character of IFS is used to create $*, 1833 # except with old shells: 1834 build_os=$* 1835 IFS=$ac_save_IFS 1836 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 1837 1838 1839 { echo "$as_me:$LINENO: checking host system type" >&5 1840 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1398 1841 if test "${ac_cv_host+set}" = set; then 1399 1842 echo $ECHO_N "(cached) $ECHO_C" >&6 1400 1843 else 1401 ac_cv_host_alias=$host_alias1402 test -z "$ac_cv_host_alias" && 1403 ac_cv_host_alias=$ac_cv_build_alias 1404 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||1405 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&51406 echo "$as_me: error: $ ac_config_sub $ac_cv_host_alias failed" >&2;}1844 if test "x$host_alias" = x; then 1845 ac_cv_host=$ac_cv_build 1846 else 1847 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1848 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1849 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1407 1850 { (exit 1); exit 1; }; } 1408 1409 fi 1410 echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1411 echo "${ECHO_T}$ac_cv_host" >&6 1851 fi 1852 1853 fi 1854 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1855 echo "${ECHO_T}$ac_cv_host" >&6; } 1856 case $ac_cv_host in 1857 *-*-*) ;; 1858 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1859 echo "$as_me: error: invalid value of canonical host" >&2;} 1860 { (exit 1); exit 1; }; };; 1861 esac 1412 1862 host=$ac_cv_host 1413 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1414 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1415 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1416 1417 1418 echo "$as_me:$LINENO: checking target system type" >&5 1419 echo $ECHO_N "checking target system type... $ECHO_C" >&6 1863 ac_save_IFS=$IFS; IFS='-' 1864 set x $ac_cv_host 1865 shift 1866 host_cpu=$1 1867 host_vendor=$2 1868 shift; shift 1869 # Remember, the first character of IFS is used to create $*, 1870 # except with old shells: 1871 host_os=$* 1872 IFS=$ac_save_IFS 1873 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 1874 1875 1876 { echo "$as_me:$LINENO: checking target system type" >&5 1877 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 1420 1878 if test "${ac_cv_target+set}" = set; then 1421 1879 echo $ECHO_N "(cached) $ECHO_C" >&6 1422 1880 else 1423 ac_cv_target_alias=$target_alias1424 test "x$ac_cv_target_alias" = "x" && 1425 ac_cv_target_alias=$ac_cv_host_alias 1426 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||1427 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&51428 echo "$as_me: error: $ ac_config_sub $ac_cv_target_alias failed" >&2;}1881 if test "x$target_alias" = x; then 1882 ac_cv_target=$ac_cv_host 1883 else 1884 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 1885 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1886 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 1429 1887 { (exit 1); exit 1; }; } 1430 1431 fi 1432 echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1433 echo "${ECHO_T}$ac_cv_target" >&6 1888 fi 1889 1890 fi 1891 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1892 echo "${ECHO_T}$ac_cv_target" >&6; } 1893 case $ac_cv_target in 1894 *-*-*) ;; 1895 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 1896 echo "$as_me: error: invalid value of canonical target" >&2;} 1897 { (exit 1); exit 1; }; };; 1898 esac 1434 1899 target=$ac_cv_target 1435 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1436 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1437 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1900 ac_save_IFS=$IFS; IFS='-' 1901 set x $ac_cv_target 1902 shift 1903 target_cpu=$1 1904 target_vendor=$2 1905 shift; shift 1906 # Remember, the first character of IFS is used to create $*, 1907 # except with old shells: 1908 target_os=$* 1909 IFS=$ac_save_IFS 1910 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac 1438 1911 1439 1912 … … 1444 1917 NONENONEs,x,x, && 1445 1918 program_prefix=${target_alias}- 1446 1447 1448 1919 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" 1920 1921 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" 1449 1922 1450 1923 … … 1466 1939 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1467 1940 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1468 echo "$as_me:$LINENO: checking for $ac_word" >&51469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1941 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1470 1943 if test "${ac_cv_prog_CC+set}" = set; then 1471 1944 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1480 1953 test -z "$as_dir" && as_dir=. 1481 1954 for ac_exec_ext in '' $ac_executable_extensions; do 1482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1483 1956 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1484 1957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1487 1960 done 1488 1961 done 1962 IFS=$as_save_IFS 1489 1963 1490 1964 fi … … 1492 1966 CC=$ac_cv_prog_CC 1493 1967 if test -n "$CC"; then 1494 echo "$as_me:$LINENO: result: $CC" >&5 1495 echo "${ECHO_T}$CC" >&6 1496 else 1497 echo "$as_me:$LINENO: result: no" >&5 1498 echo "${ECHO_T}no" >&6 1499 fi 1968 { echo "$as_me:$LINENO: result: $CC" >&5 1969 echo "${ECHO_T}$CC" >&6; } 1970 else 1971 { echo "$as_me:$LINENO: result: no" >&5 1972 echo "${ECHO_T}no" >&6; } 1973 fi 1974 1500 1975 1501 1976 fi … … 1504 1979 # Extract the first word of "gcc", so it can be a program name with args. 1505 1980 set dummy gcc; ac_word=$2 1506 echo "$as_me:$LINENO: checking for $ac_word" >&51507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1981 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1508 1983 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1509 1984 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1518 1993 test -z "$as_dir" && as_dir=. 1519 1994 for ac_exec_ext in '' $ac_executable_extensions; do 1520 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1521 1996 ac_cv_prog_ac_ct_CC="gcc" 1522 1997 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1525 2000 done 1526 2001 done 2002 IFS=$as_save_IFS 1527 2003 1528 2004 fi … … 1530 2006 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1531 2007 if test -n "$ac_ct_CC"; then 1532 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1533 echo "${ECHO_T}$ac_ct_CC" >&6 1534 else 1535 echo "$as_me:$LINENO: result: no" >&5 1536 echo "${ECHO_T}no" >&6 1537 fi 1538 1539 CC=$ac_ct_CC 2008 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2009 echo "${ECHO_T}$ac_ct_CC" >&6; } 2010 else 2011 { echo "$as_me:$LINENO: result: no" >&5 2012 echo "${ECHO_T}no" >&6; } 2013 fi 2014 2015 if test "x$ac_ct_CC" = x; then 2016 CC="" 2017 else 2018 case $cross_compiling:$ac_tool_warned in 2019 yes:) 2020 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2021 whose name does not start with the host triplet. If you think this 2022 configuration is useful to you, please write to autoconf@gnu.org." >&5 2023 echo "$as_me: 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." >&2;} 2026 ac_tool_warned=yes ;; 2027 esac 2028 CC=$ac_ct_CC 2029 fi 1540 2030 else 1541 2031 CC="$ac_cv_prog_CC" … … 1543 2033 1544 2034 if test -z "$CC"; then 1545 if test -n "$ac_tool_prefix"; then1546 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.2035 if test -n "$ac_tool_prefix"; then 2036 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1547 2037 set dummy ${ac_tool_prefix}cc; ac_word=$2 1548 echo "$as_me:$LINENO: checking for $ac_word" >&51549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2038 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2039 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1550 2040 if test "${ac_cv_prog_CC+set}" = set; then 1551 2041 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1560 2050 test -z "$as_dir" && as_dir=. 1561 2051 for ac_exec_ext in '' $ac_executable_extensions; do 1562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1563 2053 ac_cv_prog_CC="${ac_tool_prefix}cc" 1564 2054 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1567 2057 done 1568 2058 done 2059 IFS=$as_save_IFS 1569 2060 1570 2061 fi … … 1572 2063 CC=$ac_cv_prog_CC 1573 2064 if test -n "$CC"; then 1574 echo "$as_me:$LINENO: result: $CC" >&5 1575 echo "${ECHO_T}$CC" >&6 1576 else 1577 echo "$as_me:$LINENO: result: no" >&5 1578 echo "${ECHO_T}no" >&6 1579 fi 1580 1581 fi 1582 if test -z "$ac_cv_prog_CC"; then 1583 ac_ct_CC=$CC 1584 # Extract the first word of "cc", so it can be a program name with args. 1585 set dummy cc; ac_word=$2 1586 echo "$as_me:$LINENO: checking for $ac_word" >&5 1587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1588 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1589 echo $ECHO_N "(cached) $ECHO_C" >&6 1590 else 1591 if test -n "$ac_ct_CC"; then 1592 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1593 else 1594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1595 for as_dir in $PATH 1596 do 1597 IFS=$as_save_IFS 1598 test -z "$as_dir" && as_dir=. 1599 for ac_exec_ext in '' $ac_executable_extensions; do 1600 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1601 ac_cv_prog_ac_ct_CC="cc" 1602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1603 break 2 2065 { echo "$as_me:$LINENO: result: $CC" >&5 2066 echo "${ECHO_T}$CC" >&6; } 2067 else 2068 { echo "$as_me:$LINENO: result: no" >&5 2069 echo "${ECHO_T}no" >&6; } 2070 fi 2071 2072 1604 2073 fi 1605 done1606 done1607 1608 fi1609 fi1610 ac_ct_CC=$ac_cv_prog_ac_ct_CC1611 if test -n "$ac_ct_CC"; then1612 echo "$as_me:$LINENO: result: $ac_ct_CC" >&51613 echo "${ECHO_T}$ac_ct_CC" >&61614 else1615 echo "$as_me:$LINENO: result: no" >&51616 echo "${ECHO_T}no" >&61617 fi1618 1619 CC=$ac_ct_CC1620 else1621 CC="$ac_cv_prog_CC"1622 fi1623 1624 2074 fi 1625 2075 if test -z "$CC"; then 1626 2076 # Extract the first word of "cc", so it can be a program name with args. 1627 2077 set dummy cc; ac_word=$2 1628 echo "$as_me:$LINENO: checking for $ac_word" >&51629 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2078 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2079 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1630 2080 if test "${ac_cv_prog_CC+set}" = set; then 1631 2081 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1641 2091 test -z "$as_dir" && as_dir=. 1642 2092 for ac_exec_ext in '' $ac_executable_extensions; do 1643 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1644 2094 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1645 2095 ac_prog_rejected=yes … … 1652 2102 done 1653 2103 done 2104 IFS=$as_save_IFS 1654 2105 1655 2106 if test $ac_prog_rejected = yes; then … … 1669 2120 CC=$ac_cv_prog_CC 1670 2121 if test -n "$CC"; then 1671 echo "$as_me:$LINENO: result: $CC" >&5 1672 echo "${ECHO_T}$CC" >&6 1673 else 1674 echo "$as_me:$LINENO: result: no" >&5 1675 echo "${ECHO_T}no" >&6 1676 fi 2122 { echo "$as_me:$LINENO: result: $CC" >&5 2123 echo "${ECHO_T}$CC" >&6; } 2124 else 2125 { echo "$as_me:$LINENO: result: no" >&5 2126 echo "${ECHO_T}no" >&6; } 2127 fi 2128 1677 2129 1678 2130 fi 1679 2131 if test -z "$CC"; then 1680 2132 if test -n "$ac_tool_prefix"; then 1681 for ac_prog in cl 2133 for ac_prog in cl.exe 1682 2134 do 1683 2135 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1684 2136 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1685 echo "$as_me:$LINENO: checking for $ac_word" >&51686 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2137 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2138 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1687 2139 if test "${ac_cv_prog_CC+set}" = set; then 1688 2140 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1697 2149 test -z "$as_dir" && as_dir=. 1698 2150 for ac_exec_ext in '' $ac_executable_extensions; do 1699 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1700 2152 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1701 2153 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1704 2156 done 1705 2157 done 2158 IFS=$as_save_IFS 1706 2159 1707 2160 fi … … 1709 2162 CC=$ac_cv_prog_CC 1710 2163 if test -n "$CC"; then 1711 echo "$as_me:$LINENO: result: $CC" >&5 1712 echo "${ECHO_T}$CC" >&6 1713 else 1714 echo "$as_me:$LINENO: result: no" >&5 1715 echo "${ECHO_T}no" >&6 1716 fi 2164 { echo "$as_me:$LINENO: result: $CC" >&5 2165 echo "${ECHO_T}$CC" >&6; } 2166 else 2167 { echo "$as_me:$LINENO: result: no" >&5 2168 echo "${ECHO_T}no" >&6; } 2169 fi 2170 1717 2171 1718 2172 test -n "$CC" && break … … 1721 2175 if test -z "$CC"; then 1722 2176 ac_ct_CC=$CC 1723 for ac_prog in cl 2177 for ac_prog in cl.exe 1724 2178 do 1725 2179 # Extract the first word of "$ac_prog", so it can be a program name with args. 1726 2180 set dummy $ac_prog; ac_word=$2 1727 echo "$as_me:$LINENO: checking for $ac_word" >&51728 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2181 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2182 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1729 2183 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1730 2184 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1739 2193 test -z "$as_dir" && as_dir=. 1740 2194 for ac_exec_ext in '' $ac_executable_extensions; do 1741 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1742 2196 ac_cv_prog_ac_ct_CC="$ac_prog" 1743 2197 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1746 2200 done 1747 2201 done 2202 IFS=$as_save_IFS 1748 2203 1749 2204 fi … … 1751 2206 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1752 2207 if test -n "$ac_ct_CC"; then 1753 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1754 echo "${ECHO_T}$ac_ct_CC" >&6 1755 else 1756 echo "$as_me:$LINENO: result: no" >&5 1757 echo "${ECHO_T}no" >&6 1758 fi 2208 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2209 echo "${ECHO_T}$ac_ct_CC" >&6; } 2210 else 2211 { echo "$as_me:$LINENO: result: no" >&5 2212 echo "${ECHO_T}no" >&6; } 2213 fi 2214 1759 2215 1760 2216 test -n "$ac_ct_CC" && break 1761 2217 done 1762 2218 1763 CC=$ac_ct_CC 2219 if test "x$ac_ct_CC" = x; then 2220 CC="" 2221 else 2222 case $cross_compiling:$ac_tool_warned in 2223 yes:) 2224 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2225 whose name does not start with the host triplet. If you think this 2226 configuration is useful to you, please write to autoconf@gnu.org." >&5 2227 echo "$as_me: 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." >&2;} 2230 ac_tool_warned=yes ;; 2231 esac 2232 CC=$ac_ct_CC 2233 fi 1764 2234 fi 1765 2235 … … 1774 2244 1775 2245 # Provide some information about the compiler. 1776 echo "$as_me:$LINENO:" \ 1777 "checking for C compiler version" >&5 2246 echo "$as_me:$LINENO: checking for C compiler version" >&5 1778 2247 ac_compiler=`set X $ac_compile; echo $2` 1779 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1780 (eval $ac_compiler --version </dev/null >&5) 2>&5 2248 { (ac_try="$ac_compiler --version >&5" 2249 case "(($ac_try" in 2250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2251 *) ac_try_echo=$ac_try;; 2252 esac 2253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2254 (eval "$ac_compiler --version >&5") 2>&5 1781 2255 ac_status=$? 1782 2256 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1783 2257 (exit $ac_status); } 1784 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1785 (eval $ac_compiler -v </dev/null >&5) 2>&5 2258 { (ac_try="$ac_compiler -v >&5" 2259 case "(($ac_try" in 2260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2261 *) ac_try_echo=$ac_try;; 2262 esac 2263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2264 (eval "$ac_compiler -v >&5") 2>&5 1786 2265 ac_status=$? 1787 2266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1788 2267 (exit $ac_status); } 1789 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1790 (eval $ac_compiler -V </dev/null >&5) 2>&5 2268 { (ac_try="$ac_compiler -V >&5" 2269 case "(($ac_try" in 2270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2271 *) ac_try_echo=$ac_try;; 2272 esac 2273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2274 (eval "$ac_compiler -V >&5") 2>&5 1791 2275 ac_status=$? 1792 2276 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1813 2297 # It will help us diagnose broken compilers, and finding out an intuition 1814 2298 # of exeext. 1815 echo "$as_me:$LINENO: checking for C compiler default output file name" >&51816 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2299 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2300 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 1817 2301 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1818 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 1819 (eval $ac_link_default) 2>&5 2302 # 2303 # List of possible output files, starting from the most likely. 2304 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2305 # only as a last resort. b.out is created by i960 compilers. 2306 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2307 # 2308 # The IRIX 6 linker writes into existing files which may not be 2309 # executable, retaining their permissions. Remove them first so a 2310 # subsequent execution test works. 2311 ac_rmfiles= 2312 for ac_file in $ac_files 2313 do 2314 case $ac_file in 2315 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2316 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2317 esac 2318 done 2319 rm -f $ac_rmfiles 2320 2321 if { (ac_try="$ac_link_default" 2322 case "(($ac_try" in 2323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2324 *) ac_try_echo=$ac_try;; 2325 esac 2326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2327 (eval "$ac_link_default") 2>&5 1820 2328 ac_status=$? 1821 2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1822 2330 (exit $ac_status); }; then 1823 # Find the output, starting from the most likely. This scheme is 1824 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1825 # resort. 1826 1827 # Be careful to initialize this variable, since it used to be cached. 1828 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 1829 ac_cv_exeext= 1830 # b.out is created by i960 compilers. 1831 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 2331 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2332 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2333 # in a Makefile. We should not override ac_cv_exeext if it was cached, 2334 # so that the user can short-circuit this test for compilers unknown to 2335 # Autoconf. 2336 for ac_file in $ac_files '' 1832 2337 do 1833 2338 test -f "$ac_file" || continue 1834 2339 case $ac_file in 1835 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1836 ;; 1837 conftest.$ac_ext ) 1838 # This is the source file. 2340 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 1839 2341 ;; 1840 2342 [ab].out ) … … 1843 2345 break;; 1844 2346 *.* ) 1845 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1846 # FIXME: I believe we export ac_cv_exeext for Libtool, 1847 # but it would be cool to find out if it's true. Does anybody 1848 # maintain Libtool? --akim. 1849 export ac_cv_exeext 2347 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2348 then :; else 2349 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2350 fi 2351 # We set ac_cv_exeext here because the later test for it is not 2352 # safe: cross compilers may not add the suffix if given an `-o' 2353 # argument, so we may need to know it at that point already. 2354 # Even if this section looks crufty: it has the advantage of 2355 # actually working. 1850 2356 break;; 1851 2357 * ) … … 1853 2359 esac 1854 2360 done 1855 else 2361 test "$ac_cv_exeext" = no && ac_cv_exeext= 2362 2363 else 2364 ac_file='' 2365 fi 2366 2367 { echo "$as_me:$LINENO: result: $ac_file" >&5 2368 echo "${ECHO_T}$ac_file" >&6; } 2369 if test -z "$ac_file"; then 1856 2370 echo "$as_me: failed program was:" >&5 1857 2371 sed 's/^/| /' conftest.$ac_ext >&5 … … 1865 2379 1866 2380 ac_exeext=$ac_cv_exeext 1867 echo "$as_me:$LINENO: result: $ac_file" >&5 1868 echo "${ECHO_T}$ac_file" >&6 1869 1870 # Check the compiler produces executables we can run. If not, either 2381 2382 # Check that the compiler produces executables we can run. If not, either 1871 2383 # the compiler is broken, or we cross compile. 1872 echo "$as_me:$LINENO: checking whether the C compiler works" >&51873 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2384 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2385 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 1874 2386 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1875 2387 # If not cross compiling, check that we can run a simple program. 1876 2388 if test "$cross_compiling" != yes; then 1877 2389 if { ac_try='./$ac_file' 1878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1879 (eval $ac_try) 2>&5 2390 { (case "(($ac_try" in 2391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2392 *) ac_try_echo=$ac_try;; 2393 esac 2394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2395 (eval "$ac_try") 2>&5 1880 2396 ac_status=$? 1881 2397 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1896 2412 fi 1897 2413 fi 1898 echo "$as_me:$LINENO: result: yes" >&51899 echo "${ECHO_T}yes" >&6 2414 { echo "$as_me:$LINENO: result: yes" >&5 2415 echo "${ECHO_T}yes" >&6; } 1900 2416 1901 2417 rm -f a.out a.exe conftest$ac_cv_exeext b.out 1902 2418 ac_clean_files=$ac_clean_files_save 1903 # Check th e compiler produces executables we can run. If not, either2419 # Check that the compiler produces executables we can run. If not, either 1904 2420 # the compiler is broken, or we cross compile. 1905 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1906 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1907 echo "$as_me:$LINENO: result: $cross_compiling" >&5 1908 echo "${ECHO_T}$cross_compiling" >&6 1909 1910 echo "$as_me:$LINENO: checking for suffix of executables" >&5 1911 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 1912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1913 (eval $ac_link) 2>&5 2421 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2422 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2423 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2424 echo "${ECHO_T}$cross_compiling" >&6; } 2425 2426 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2427 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2428 if { (ac_try="$ac_link" 2429 case "(($ac_try" in 2430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2431 *) ac_try_echo=$ac_try;; 2432 esac 2433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2434 (eval "$ac_link") 2>&5 1914 2435 ac_status=$? 1915 2436 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1922 2443 test -f "$ac_file" || continue 1923 2444 case $ac_file in 1924 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *. o | *.obj ) ;;2445 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 1925 2446 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1926 export ac_cv_exeext1927 2447 break;; 1928 2448 * ) break;; … … 1938 2458 1939 2459 rm -f conftest$ac_cv_exeext 1940 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&51941 echo "${ECHO_T}$ac_cv_exeext" >&6 2460 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2461 echo "${ECHO_T}$ac_cv_exeext" >&6; } 1942 2462 1943 2463 rm -f conftest.$ac_ext 1944 2464 EXEEXT=$ac_cv_exeext 1945 2465 ac_exeext=$EXEEXT 1946 echo "$as_me:$LINENO: checking for suffix of object files" >&51947 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 2466 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2467 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 1948 2468 if test "${ac_cv_objext+set}" = set; then 1949 2469 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1965 2485 _ACEOF 1966 2486 rm -f conftest.o conftest.obj 1967 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1968 (eval $ac_compile) 2>&5 2487 if { (ac_try="$ac_compile" 2488 case "(($ac_try" in 2489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2490 *) ac_try_echo=$ac_try;; 2491 esac 2492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2493 (eval "$ac_compile") 2>&5 1969 2494 ac_status=$? 1970 2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1971 2496 (exit $ac_status); }; then 1972 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2497 for ac_file in conftest.o conftest.obj conftest.*; do 2498 test -f "$ac_file" || continue; 1973 2499 case $ac_file in 1974 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;2500 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 1975 2501 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1976 2502 break;; … … 1990 2516 rm -f conftest.$ac_cv_objext conftest.$ac_ext 1991 2517 fi 1992 echo "$as_me:$LINENO: result: $ac_cv_objext" >&51993 echo "${ECHO_T}$ac_cv_objext" >&6 2518 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2519 echo "${ECHO_T}$ac_cv_objext" >&6; } 1994 2520 OBJEXT=$ac_cv_objext 1995 2521 ac_objext=$OBJEXT 1996 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&51997 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2522 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2523 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 1998 2524 if test "${ac_cv_c_compiler_gnu+set}" = set; then 1999 2525 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2018 2544 _ACEOF 2019 2545 rm -f conftest.$ac_objext 2020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2021 (eval $ac_compile) 2>conftest.er1 2546 if { (ac_try="$ac_compile" 2547 case "(($ac_try" in 2548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2549 *) ac_try_echo=$ac_try;; 2550 esac 2551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2552 (eval "$ac_compile") 2>conftest.er1 2022 2553 ac_status=$? 2023 2554 grep -v '^ *+' conftest.er1 >conftest.err … … 2025 2556 cat conftest.err >&5 2026 2557 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2027 (exit $ac_status); } && 2028 { ac_try='test -z "$ac_c_werror_flag" 2029 || test ! -s conftest.err' 2030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2031 (eval $ac_try) 2>&5 2032 ac_status=$? 2033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2034 (exit $ac_status); }; } && 2035 { ac_try='test -s conftest.$ac_objext' 2036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2037 (eval $ac_try) 2>&5 2038 ac_status=$? 2039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2040 (exit $ac_status); }; }; then 2558 (exit $ac_status); } && { 2559 test -z "$ac_c_werror_flag" || 2560 test ! -s conftest.err 2561 } && test -s conftest.$ac_objext; then 2041 2562 ac_compiler_gnu=yes 2042 2563 else … … 2044 2565 sed 's/^/| /' conftest.$ac_ext >&5 2045 2566 2046 ac_compiler_gnu=no 2047 fi 2048 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2567 ac_compiler_gnu=no 2568 fi 2569 2570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2049 2571 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2050 2572 2051 2573 fi 2052 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&52053 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2574 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2575 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2054 2576 GCC=`test $ac_compiler_gnu = yes && echo yes` 2055 2577 ac_test_CFLAGS=${CFLAGS+set} 2056 2578 ac_save_CFLAGS=$CFLAGS 2057 CFLAGS="-g" 2058 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2059 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2579 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2580 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2060 2581 if test "${ac_cv_prog_cc_g+set}" = set; then 2061 2582 echo $ECHO_N "(cached) $ECHO_C" >&6 2062 2583 else 2063 cat >conftest.$ac_ext <<_ACEOF 2584 ac_save_c_werror_flag=$ac_c_werror_flag 2585 ac_c_werror_flag=yes 2586 ac_cv_prog_cc_g=no 2587 CFLAGS="-g" 2588 cat >conftest.$ac_ext <<_ACEOF 2064 2589 /* confdefs.h. */ 2065 2590 _ACEOF … … 2077 2602 _ACEOF 2078 2603 rm -f conftest.$ac_objext 2079 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2080 (eval $ac_compile) 2>conftest.er1 2604 if { (ac_try="$ac_compile" 2605 case "(($ac_try" in 2606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2607 *) ac_try_echo=$ac_try;; 2608 esac 2609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2610 (eval "$ac_compile") 2>conftest.er1 2081 2611 ac_status=$? 2082 2612 grep -v '^ *+' conftest.er1 >conftest.err … … 2084 2614 cat conftest.err >&5 2085 2615 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2086 (exit $ac_status); } && 2087 { ac_try='test -z "$ac_c_werror_flag" 2088 || test ! -s conftest.err' 2089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2090 (eval $ac_try) 2>&5 2091 ac_status=$? 2092 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2093 (exit $ac_status); }; } && 2094 { ac_try='test -s conftest.$ac_objext' 2095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2096 (eval $ac_try) 2>&5 2097 ac_status=$? 2098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2099 (exit $ac_status); }; }; then 2616 (exit $ac_status); } && { 2617 test -z "$ac_c_werror_flag" || 2618 test ! -s conftest.err 2619 } && test -s conftest.$ac_objext; then 2100 2620 ac_cv_prog_cc_g=yes 2101 2621 else … … 2103 2623 sed 's/^/| /' conftest.$ac_ext >&5 2104 2624 2105 ac_cv_prog_cc_g=no 2106 fi 2107 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2108 fi 2109 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2110 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2625 CFLAGS="" 2626 cat >conftest.$ac_ext <<_ACEOF 2627 /* confdefs.h. */ 2628 _ACEOF 2629 cat confdefs.h >>conftest.$ac_ext 2630 cat >>conftest.$ac_ext <<_ACEOF 2631 /* end confdefs.h. */ 2632 2633 int 2634 main () 2635 { 2636 2637 ; 2638 return 0; 2639 } 2640 _ACEOF 2641 rm -f conftest.$ac_objext 2642 if { (ac_try="$ac_compile" 2643 case "(($ac_try" in 2644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2645 *) ac_try_echo=$ac_try;; 2646 esac 2647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2648 (eval "$ac_compile") 2>conftest.er1 2649 ac_status=$? 2650 grep -v '^ *+' conftest.er1 >conftest.err 2651 rm -f conftest.er1 2652 cat conftest.err >&5 2653 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2654 (exit $ac_status); } && { 2655 test -z "$ac_c_werror_flag" || 2656 test ! -s conftest.err 2657 } && test -s conftest.$ac_objext; then 2658 : 2659 else 2660 echo "$as_me: failed program was:" >&5 2661 sed 's/^/| /' conftest.$ac_ext >&5 2662 2663 ac_c_werror_flag=$ac_save_c_werror_flag 2664 CFLAGS="-g" 2665 cat >conftest.$ac_ext <<_ACEOF 2666 /* confdefs.h. */ 2667 _ACEOF 2668 cat confdefs.h >>conftest.$ac_ext 2669 cat >>conftest.$ac_ext <<_ACEOF 2670 /* end confdefs.h. */ 2671 2672 int 2673 main () 2674 { 2675 2676 ; 2677 return 0; 2678 } 2679 _ACEOF 2680 rm -f conftest.$ac_objext 2681 if { (ac_try="$ac_compile" 2682 case "(($ac_try" in 2683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2684 *) ac_try_echo=$ac_try;; 2685 esac 2686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2687 (eval "$ac_compile") 2>conftest.er1 2688 ac_status=$? 2689 grep -v '^ *+' conftest.er1 >conftest.err 2690 rm -f conftest.er1 2691 cat conftest.err >&5 2692 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2693 (exit $ac_status); } && { 2694 test -z "$ac_c_werror_flag" || 2695 test ! -s conftest.err 2696 } && test -s conftest.$ac_objext; then 2697 ac_cv_prog_cc_g=yes 2698 else 2699 echo "$as_me: failed program was:" >&5 2700 sed 's/^/| /' conftest.$ac_ext >&5 2701 2702 2703 fi 2704 2705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 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 ac_c_werror_flag=$ac_save_c_werror_flag 2713 fi 2714 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2715 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2111 2716 if test "$ac_test_CFLAGS" = set; then 2112 2717 CFLAGS=$ac_save_CFLAGS … … 2124 2729 fi 2125 2730 fi 2126 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&52127 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&62128 if test "${ac_cv_prog_cc_ stdc+set}" = set; then2731 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2732 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2733 if test "${ac_cv_prog_cc_c89+set}" = set; then 2129 2734 echo $ECHO_N "(cached) $ECHO_C" >&6 2130 2735 else 2131 ac_cv_prog_cc_ stdc=no2736 ac_cv_prog_cc_c89=no 2132 2737 ac_save_CC=$CC 2133 2738 cat >conftest.$ac_ext <<_ACEOF … … 2163 2768 function prototypes and stuff, but not '\xHH' hex character constants. 2164 2769 These don't provoke an error unfortunately, instead are silently treated 2165 as 'x'. The following induces an error, until -std 1is added to get2770 as 'x'. The following induces an error, until -std is added to get 2166 2771 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2167 2772 array size at least. It's necessary to write '\x00'==0 to get something 2168 that's true only with -std 1. */2773 that's true only with -std. */ 2169 2774 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2775 2776 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 2777 inside strings and character constants. */ 2778 #define FOO(x) 'x' 2779 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 2170 2780 2171 2781 int test (int i, double x); … … 2183 2793 } 2184 2794 _ACEOF 2185 # Don't try gcc -ansi; that turns off useful extensions and 2186 # breaks some systems' header files. 2187 # AIX -qlanglvl=ansi 2188 # Ultrix and OSF/1 -std1 2189 # HP-UX 10.20 and later -Ae 2190 # HP-UX older versions -Aa -D_HPUX_SOURCE 2191 # SVR4 -Xc -D__EXTENSIONS__ 2192 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2795 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2796 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2193 2797 do 2194 2798 CC="$ac_save_CC $ac_arg" 2195 2799 rm -f conftest.$ac_objext 2196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2197 (eval $ac_compile) 2>conftest.er1 2800 if { (ac_try="$ac_compile" 2801 case "(($ac_try" in 2802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2803 *) ac_try_echo=$ac_try;; 2804 esac 2805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2806 (eval "$ac_compile") 2>conftest.er1 2198 2807 ac_status=$? 2199 2808 grep -v '^ *+' conftest.er1 >conftest.err … … 2201 2810 cat conftest.err >&5 2202 2811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2203 (exit $ac_status); } && 2204 { ac_try='test -z "$ac_c_werror_flag" 2205 || test ! -s conftest.err' 2206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2207 (eval $ac_try) 2>&5 2208 ac_status=$? 2209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2210 (exit $ac_status); }; } && 2211 { ac_try='test -s conftest.$ac_objext' 2212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2213 (eval $ac_try) 2>&5 2214 ac_status=$? 2215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2216 (exit $ac_status); }; }; then 2217 ac_cv_prog_cc_stdc=$ac_arg 2218 break 2812 (exit $ac_status); } && { 2813 test -z "$ac_c_werror_flag" || 2814 test ! -s conftest.err 2815 } && test -s conftest.$ac_objext; then 2816 ac_cv_prog_cc_c89=$ac_arg 2219 2817 else 2220 2818 echo "$as_me: failed program was:" >&5 2221 2819 sed 's/^/| /' conftest.$ac_ext >&5 2222 2820 2223 fi 2224 rm -f conftest.err conftest.$ac_objext 2821 2822 fi 2823 2824 rm -f core conftest.err conftest.$ac_objext 2825 test "x$ac_cv_prog_cc_c89" != "xno" && break 2225 2826 done 2226 rm -f conftest.$ac_ext conftest.$ac_objext2827 rm -f conftest.$ac_ext 2227 2828 CC=$ac_save_CC 2228 2829 2229 2830 fi 2230 2231 case "x$ac_cv_prog_cc_stdc" in 2232 x|xno) 2233 echo "$as_me:$LINENO: result: none needed" >&5 2234 echo "${ECHO_T}none needed" >&6 ;; 2831 # AC_CACHE_VAL 2832 case "x$ac_cv_prog_cc_c89" in 2833 x) 2834 { echo "$as_me:$LINENO: result: none needed" >&5 2835 echo "${ECHO_T}none needed" >&6; } ;; 2836 xno) 2837 { echo "$as_me:$LINENO: result: unsupported" >&5 2838 echo "${ECHO_T}unsupported" >&6; } ;; 2235 2839 *) 2236 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 2237 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 2238 CC="$CC $ac_cv_prog_cc_stdc" ;; 2239 esac 2240 2241 # Some people use a C++ compiler to compile C. Since we use `exit', 2242 # in C++ we need to declare it. In case someone uses the same compiler 2243 # for both compiling C and C++ we need to have the C++ compiler decide 2244 # the declaration of exit, since it's the most demanding environment. 2245 cat >conftest.$ac_ext <<_ACEOF 2246 #ifndef __cplusplus 2247 choke me 2248 #endif 2249 _ACEOF 2250 rm -f conftest.$ac_objext 2251 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2252 (eval $ac_compile) 2>conftest.er1 2253 ac_status=$? 2254 grep -v '^ *+' conftest.er1 >conftest.err 2255 rm -f conftest.er1 2256 cat conftest.err >&5 2257 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2258 (exit $ac_status); } && 2259 { ac_try='test -z "$ac_c_werror_flag" 2260 || test ! -s conftest.err' 2261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2262 (eval $ac_try) 2>&5 2263 ac_status=$? 2264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2265 (exit $ac_status); }; } && 2266 { ac_try='test -s conftest.$ac_objext' 2267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2268 (eval $ac_try) 2>&5 2269 ac_status=$? 2270 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2271 (exit $ac_status); }; }; then 2272 for ac_declaration in \ 2273 '' \ 2274 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2275 'extern "C" void std::exit (int); using std::exit;' \ 2276 'extern "C" void exit (int) throw ();' \ 2277 'extern "C" void exit (int);' \ 2278 'void exit (int);' 2279 do 2280 cat >conftest.$ac_ext <<_ACEOF 2281 /* confdefs.h. */ 2282 _ACEOF 2283 cat confdefs.h >>conftest.$ac_ext 2284 cat >>conftest.$ac_ext <<_ACEOF 2285 /* end confdefs.h. */ 2286 $ac_declaration 2287 #include <stdlib.h> 2288 int 2289 main () 2290 { 2291 exit (42); 2292 ; 2293 return 0; 2294 } 2295 _ACEOF 2296 rm -f conftest.$ac_objext 2297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2298 (eval $ac_compile) 2>conftest.er1 2299 ac_status=$? 2300 grep -v '^ *+' conftest.er1 >conftest.err 2301 rm -f conftest.er1 2302 cat conftest.err >&5 2303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2304 (exit $ac_status); } && 2305 { ac_try='test -z "$ac_c_werror_flag" 2306 || test ! -s conftest.err' 2307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2308 (eval $ac_try) 2>&5 2309 ac_status=$? 2310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2311 (exit $ac_status); }; } && 2312 { ac_try='test -s conftest.$ac_objext' 2313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2314 (eval $ac_try) 2>&5 2315 ac_status=$? 2316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2317 (exit $ac_status); }; }; then 2318 : 2319 else 2320 echo "$as_me: failed program was:" >&5 2321 sed 's/^/| /' conftest.$ac_ext >&5 2322 2323 continue 2324 fi 2325 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2326 cat >conftest.$ac_ext <<_ACEOF 2327 /* confdefs.h. */ 2328 _ACEOF 2329 cat confdefs.h >>conftest.$ac_ext 2330 cat >>conftest.$ac_ext <<_ACEOF 2331 /* end confdefs.h. */ 2332 $ac_declaration 2333 int 2334 main () 2335 { 2336 exit (42); 2337 ; 2338 return 0; 2339 } 2340 _ACEOF 2341 rm -f conftest.$ac_objext 2342 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2343 (eval $ac_compile) 2>conftest.er1 2344 ac_status=$? 2345 grep -v '^ *+' conftest.er1 >conftest.err 2346 rm -f conftest.er1 2347 cat conftest.err >&5 2348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2349 (exit $ac_status); } && 2350 { ac_try='test -z "$ac_c_werror_flag" 2351 || test ! -s conftest.err' 2352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2353 (eval $ac_try) 2>&5 2354 ac_status=$? 2355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2356 (exit $ac_status); }; } && 2357 { ac_try='test -s conftest.$ac_objext' 2358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2359 (eval $ac_try) 2>&5 2360 ac_status=$? 2361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2362 (exit $ac_status); }; }; then 2363 break 2364 else 2365 echo "$as_me: failed program was:" >&5 2366 sed 's/^/| /' conftest.$ac_ext >&5 2367 2368 fi 2369 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2370 done 2371 rm -f conftest* 2372 if test -n "$ac_declaration"; then 2373 echo '#ifdef __cplusplus' >>confdefs.h 2374 echo $ac_declaration >>confdefs.h 2375 echo '#endif' >>confdefs.h 2376 fi 2377 2378 else 2379 echo "$as_me: failed program was:" >&5 2380 sed 's/^/| /' conftest.$ac_ext >&5 2381 2382 fi 2383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2840 CC="$CC $ac_cv_prog_cc_c89" 2841 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2842 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2843 esac 2844 2845 2384 2846 ac_ext=c 2385 2847 ac_cpp='$CPP $CPPFLAGS' … … 2388 2850 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2389 2851 2390 ac_ext=c c2852 ac_ext=cpp 2391 2853 ac_cpp='$CXXCPP $CPPFLAGS' 2392 2854 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2393 2855 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2394 2856 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 2395 if test -n "$ac_tool_prefix"; then 2396 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 2857 if test -z "$CXX"; then 2858 if test -n "$CCC"; then 2859 CXX=$CCC 2860 else 2861 if test -n "$ac_tool_prefix"; then 2862 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2397 2863 do 2398 2864 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2399 2865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2400 echo "$as_me:$LINENO: checking for $ac_word" >&52401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2866 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2402 2868 if test "${ac_cv_prog_CXX+set}" = set; then 2403 2869 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2412 2878 test -z "$as_dir" && as_dir=. 2413 2879 for ac_exec_ext in '' $ac_executable_extensions; do 2414 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2415 2881 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2416 2882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2419 2885 done 2420 2886 done 2887 IFS=$as_save_IFS 2421 2888 2422 2889 fi … … 2424 2891 CXX=$ac_cv_prog_CXX 2425 2892 if test -n "$CXX"; then 2426 echo "$as_me:$LINENO: result: $CXX" >&5 2427 echo "${ECHO_T}$CXX" >&6 2428 else 2429 echo "$as_me:$LINENO: result: no" >&5 2430 echo "${ECHO_T}no" >&6 2431 fi 2893 { echo "$as_me:$LINENO: result: $CXX" >&5 2894 echo "${ECHO_T}$CXX" >&6; } 2895 else 2896 { echo "$as_me:$LINENO: result: no" >&5 2897 echo "${ECHO_T}no" >&6; } 2898 fi 2899 2432 2900 2433 2901 test -n "$CXX" && break … … 2436 2904 if test -z "$CXX"; then 2437 2905 ac_ct_CXX=$CXX 2438 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ clFCC KCC RCC xlC_r xlC2906 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2439 2907 do 2440 2908 # Extract the first word of "$ac_prog", so it can be a program name with args. 2441 2909 set dummy $ac_prog; ac_word=$2 2442 echo "$as_me:$LINENO: checking for $ac_word" >&52443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2910 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2444 2912 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2445 2913 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2454 2922 test -z "$as_dir" && as_dir=. 2455 2923 for ac_exec_ext in '' $ac_executable_extensions; do 2456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2457 2925 ac_cv_prog_ac_ct_CXX="$ac_prog" 2458 2926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2461 2929 done 2462 2930 done 2931 IFS=$as_save_IFS 2463 2932 2464 2933 fi … … 2466 2935 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2467 2936 if test -n "$ac_ct_CXX"; then 2468 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2469 echo "${ECHO_T}$ac_ct_CXX" >&6 2470 else 2471 echo "$as_me:$LINENO: result: no" >&5 2472 echo "${ECHO_T}no" >&6 2473 fi 2937 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2938 echo "${ECHO_T}$ac_ct_CXX" >&6; } 2939 else 2940 { echo "$as_me:$LINENO: result: no" >&5 2941 echo "${ECHO_T}no" >&6; } 2942 fi 2943 2474 2944 2475 2945 test -n "$ac_ct_CXX" && break 2476 2946 done 2477 test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 2478 2479 CXX=$ac_ct_CXX 2480 fi 2481 2482 2947 2948 if test "x$ac_ct_CXX" = x; then 2949 CXX="g++" 2950 else 2951 case $cross_compiling:$ac_tool_warned in 2952 yes:) 2953 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2954 whose name does not start with the host triplet. If you think this 2955 configuration is useful to you, please write to autoconf@gnu.org." >&5 2956 echo "$as_me: 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." >&2;} 2959 ac_tool_warned=yes ;; 2960 esac 2961 CXX=$ac_ct_CXX 2962 fi 2963 fi 2964 2965 fi 2966 fi 2483 2967 # Provide some information about the compiler. 2484 echo "$as_me:$LINENO:" \ 2485 "checking for C++ compiler version" >&5 2968 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2486 2969 ac_compiler=`set X $ac_compile; echo $2` 2487 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 2488 (eval $ac_compiler --version </dev/null >&5) 2>&5 2970 { (ac_try="$ac_compiler --version >&5" 2971 case "(($ac_try" in 2972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2973 *) ac_try_echo=$ac_try;; 2974 esac 2975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2976 (eval "$ac_compiler --version >&5") 2>&5 2489 2977 ac_status=$? 2490 2978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2491 2979 (exit $ac_status); } 2492 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 2493 (eval $ac_compiler -v </dev/null >&5) 2>&5 2980 { (ac_try="$ac_compiler -v >&5" 2981 case "(($ac_try" in 2982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2983 *) ac_try_echo=$ac_try;; 2984 esac 2985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2986 (eval "$ac_compiler -v >&5") 2>&5 2494 2987 ac_status=$? 2495 2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2496 2989 (exit $ac_status); } 2497 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 2498 (eval $ac_compiler -V </dev/null >&5) 2>&5 2990 { (ac_try="$ac_compiler -V >&5" 2991 case "(($ac_try" in 2992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2993 *) ac_try_echo=$ac_try;; 2994 esac 2995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2996 (eval "$ac_compiler -V >&5") 2>&5 2499 2997 ac_status=$? 2500 2998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2501 2999 (exit $ac_status); } 2502 3000 2503 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&52504 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 3001 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3002 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 2505 3003 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2506 3004 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2525 3023 _ACEOF 2526 3024 rm -f conftest.$ac_objext 2527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2528 (eval $ac_compile) 2>conftest.er1 3025 if { (ac_try="$ac_compile" 3026 case "(($ac_try" in 3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3028 *) ac_try_echo=$ac_try;; 3029 esac 3030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3031 (eval "$ac_compile") 2>conftest.er1 2529 3032 ac_status=$? 2530 3033 grep -v '^ *+' conftest.er1 >conftest.err … … 2532 3035 cat conftest.err >&5 2533 3036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2534 (exit $ac_status); } && 2535 { ac_try='test -z "$ac_cxx_werror_flag" 2536 || test ! -s conftest.err' 2537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2538 (eval $ac_try) 2>&5 2539 ac_status=$? 2540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2541 (exit $ac_status); }; } && 2542 { ac_try='test -s conftest.$ac_objext' 2543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2544 (eval $ac_try) 2>&5 2545 ac_status=$? 2546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2547 (exit $ac_status); }; }; then 3037 (exit $ac_status); } && { 3038 test -z "$ac_cxx_werror_flag" || 3039 test ! -s conftest.err 3040 } && test -s conftest.$ac_objext; then 2548 3041 ac_compiler_gnu=yes 2549 3042 else … … 2551 3044 sed 's/^/| /' conftest.$ac_ext >&5 2552 3045 2553 ac_compiler_gnu=no 2554 fi 2555 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3046 ac_compiler_gnu=no 3047 fi 3048 3049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2556 3050 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2557 3051 2558 3052 fi 2559 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&52560 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 3053 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3054 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 2561 3055 GXX=`test $ac_compiler_gnu = yes && echo yes` 2562 3056 ac_test_CXXFLAGS=${CXXFLAGS+set} 2563 3057 ac_save_CXXFLAGS=$CXXFLAGS 2564 CXXFLAGS="-g" 2565 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2566 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 3058 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3059 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 2567 3060 if test "${ac_cv_prog_cxx_g+set}" = set; then 2568 3061 echo $ECHO_N "(cached) $ECHO_C" >&6 2569 3062 else 2570 cat >conftest.$ac_ext <<_ACEOF 3063 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3064 ac_cxx_werror_flag=yes 3065 ac_cv_prog_cxx_g=no 3066 CXXFLAGS="-g" 3067 cat >conftest.$ac_ext <<_ACEOF 2571 3068 /* confdefs.h. */ 2572 3069 _ACEOF … … 2584 3081 _ACEOF 2585 3082 rm -f conftest.$ac_objext 2586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2587 (eval $ac_compile) 2>conftest.er1 3083 if { (ac_try="$ac_compile" 3084 case "(($ac_try" in 3085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3086 *) ac_try_echo=$ac_try;; 3087 esac 3088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3089 (eval "$ac_compile") 2>conftest.er1 2588 3090 ac_status=$? 2589 3091 grep -v '^ *+' conftest.er1 >conftest.err … … 2591 3093 cat conftest.err >&5 2592 3094 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2593 (exit $ac_status); } && 2594 { ac_try='test -z "$ac_cxx_werror_flag" 2595 || test ! -s conftest.err' 2596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2597 (eval $ac_try) 2>&5 2598 ac_status=$? 2599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2600 (exit $ac_status); }; } && 2601 { ac_try='test -s conftest.$ac_objext' 2602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2603 (eval $ac_try) 2>&5 2604 ac_status=$? 2605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2606 (exit $ac_status); }; }; then 3095 (exit $ac_status); } && { 3096 test -z "$ac_cxx_werror_flag" || 3097 test ! -s conftest.err 3098 } && test -s conftest.$ac_objext; then 2607 3099 ac_cv_prog_cxx_g=yes 2608 3100 else … … 2610 3102 sed 's/^/| /' conftest.$ac_ext >&5 2611 3103 2612 ac_cv_prog_cxx_g=no 2613 fi 2614 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2615 fi 2616 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2617 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 3104 CXXFLAGS="" 3105 cat >conftest.$ac_ext <<_ACEOF 3106 /* confdefs.h. */ 3107 _ACEOF 3108 cat confdefs.h >>conftest.$ac_ext 3109 cat >>conftest.$ac_ext <<_ACEOF 3110 /* end confdefs.h. */ 3111 3112 int 3113 main () 3114 { 3115 3116 ; 3117 return 0; 3118 } 3119 _ACEOF 3120 rm -f conftest.$ac_objext 3121 if { (ac_try="$ac_compile" 3122 case "(($ac_try" in 3123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3124 *) ac_try_echo=$ac_try;; 3125 esac 3126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3127 (eval "$ac_compile") 2>conftest.er1 3128 ac_status=$? 3129 grep -v '^ *+' conftest.er1 >conftest.err 3130 rm -f conftest.er1 3131 cat conftest.err >&5 3132 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3133 (exit $ac_status); } && { 3134 test -z "$ac_cxx_werror_flag" || 3135 test ! -s conftest.err 3136 } && test -s conftest.$ac_objext; then 3137 : 3138 else 3139 echo "$as_me: failed program was:" >&5 3140 sed 's/^/| /' conftest.$ac_ext >&5 3141 3142 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3143 CXXFLAGS="-g" 3144 cat >conftest.$ac_ext <<_ACEOF 3145 /* confdefs.h. */ 3146 _ACEOF 3147 cat confdefs.h >>conftest.$ac_ext 3148 cat >>conftest.$ac_ext <<_ACEOF 3149 /* end confdefs.h. */ 3150 3151 int 3152 main () 3153 { 3154 3155 ; 3156 return 0; 3157 } 3158 _ACEOF 3159 rm -f conftest.$ac_objext 3160 if { (ac_try="$ac_compile" 3161 case "(($ac_try" in 3162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3163 *) ac_try_echo=$ac_try;; 3164 esac 3165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3166 (eval "$ac_compile") 2>conftest.er1 3167 ac_status=$? 3168 grep -v '^ *+' conftest.er1 >conftest.err 3169 rm -f conftest.er1 3170 cat conftest.err >&5 3171 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3172 (exit $ac_status); } && { 3173 test -z "$ac_cxx_werror_flag" || 3174 test ! -s conftest.err 3175 } && test -s conftest.$ac_objext; then 3176 ac_cv_prog_cxx_g=yes 3177 else 3178 echo "$as_me: failed program was:" >&5 3179 sed 's/^/| /' conftest.$ac_ext >&5 3180 3181 3182 fi 3183 3184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 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 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3192 fi 3193 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3194 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 2618 3195 if test "$ac_test_CXXFLAGS" = set; then 2619 3196 CXXFLAGS=$ac_save_CXXFLAGS … … 2631 3208 fi 2632 3209 fi 2633 for ac_declaration in \2634 '' \2635 'extern "C" void std::exit (int) throw (); using std::exit;' \2636 'extern "C" void std::exit (int); using std::exit;' \2637 'extern "C" void exit (int) throw ();' \2638 'extern "C" void exit (int);' \2639 'void exit (int);'2640 do2641 cat >conftest.$ac_ext <<_ACEOF2642 /* confdefs.h. */2643 _ACEOF2644 cat confdefs.h >>conftest.$ac_ext2645 cat >>conftest.$ac_ext <<_ACEOF2646 /* end confdefs.h. */2647 $ac_declaration2648 #include <stdlib.h>2649 int2650 main ()2651 {2652 exit (42);2653 ;2654 return 0;2655 }2656 _ACEOF2657 rm -f conftest.$ac_objext2658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&52659 (eval $ac_compile) 2>conftest.er12660 ac_status=$?2661 grep -v '^ *+' conftest.er1 >conftest.err2662 rm -f conftest.er12663 cat conftest.err >&52664 echo "$as_me:$LINENO: \$? = $ac_status" >&52665 (exit $ac_status); } &&2666 { ac_try='test -z "$ac_cxx_werror_flag"2667 || test ! -s conftest.err'2668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52669 (eval $ac_try) 2>&52670 ac_status=$?2671 echo "$as_me:$LINENO: \$? = $ac_status" >&52672 (exit $ac_status); }; } &&2673 { ac_try='test -s conftest.$ac_objext'2674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52675 (eval $ac_try) 2>&52676 ac_status=$?2677 echo "$as_me:$LINENO: \$? = $ac_status" >&52678 (exit $ac_status); }; }; then2679 :2680 else2681 echo "$as_me: failed program was:" >&52682 sed 's/^/| /' conftest.$ac_ext >&52683 2684 continue2685 fi2686 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext2687 cat >conftest.$ac_ext <<_ACEOF2688 /* confdefs.h. */2689 _ACEOF2690 cat confdefs.h >>conftest.$ac_ext2691 cat >>conftest.$ac_ext <<_ACEOF2692 /* end confdefs.h. */2693 $ac_declaration2694 int2695 main ()2696 {2697 exit (42);2698 ;2699 return 0;2700 }2701 _ACEOF2702 rm -f conftest.$ac_objext2703 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&52704 (eval $ac_compile) 2>conftest.er12705 ac_status=$?2706 grep -v '^ *+' conftest.er1 >conftest.err2707 rm -f conftest.er12708 cat conftest.err >&52709 echo "$as_me:$LINENO: \$? = $ac_status" >&52710 (exit $ac_status); } &&2711 { ac_try='test -z "$ac_cxx_werror_flag"2712 || test ! -s conftest.err'2713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52714 (eval $ac_try) 2>&52715 ac_status=$?2716 echo "$as_me:$LINENO: \$? = $ac_status" >&52717 (exit $ac_status); }; } &&2718 { ac_try='test -s conftest.$ac_objext'2719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52720 (eval $ac_try) 2>&52721 ac_status=$?2722 echo "$as_me:$LINENO: \$? = $ac_status" >&52723 (exit $ac_status); }; }; then2724 break2725 else2726 echo "$as_me: failed program was:" >&52727 sed 's/^/| /' conftest.$ac_ext >&52728 2729 fi2730 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext2731 done2732 rm -f conftest*2733 if test -n "$ac_declaration"; then2734 echo '#ifdef __cplusplus' >>confdefs.h2735 echo $ac_declaration >>confdefs.h2736 echo '#endif' >>confdefs.h2737 fi2738 2739 3210 ac_ext=c 2740 3211 ac_cpp='$CPP $CPPFLAGS' … … 2748 3219 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2749 3220 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3221 2750 3222 2751 3223 … … 2762 3234 2763 3235 2764 echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&52765 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 3236 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 3237 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } 2766 3238 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then 2767 3239 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2776 3248 /* end confdefs.h. */ 2777 3249 2778 /* Override any gcc2 internal prototype to avoid an error. */ 3250 /* Override any GCC internal prototype to avoid an error. 3251 Use char because int might match the return type of a GCC 3252 builtin and then its argument prototype would still apply. */ 2779 3253 #ifdef __cplusplus 2780 3254 extern "C" 2781 3255 #endif 2782 /* We use char because int might match the return type of a gcc22783 builtin and then its argument prototype would still apply. */2784 3256 char pthread_create (); 2785 3257 int 2786 3258 main () 2787 3259 { 2788 pthread_create ();3260 return pthread_create (); 2789 3261 ; 2790 3262 return 0; … … 2792 3264 _ACEOF 2793 3265 rm -f conftest.$ac_objext conftest$ac_exeext 2794 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2795 (eval $ac_link) 2>conftest.er1 3266 if { (ac_try="$ac_link" 3267 case "(($ac_try" in 3268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3269 *) ac_try_echo=$ac_try;; 3270 esac 3271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3272 (eval "$ac_link") 2>conftest.er1 2796 3273 ac_status=$? 2797 3274 grep -v '^ *+' conftest.er1 >conftest.err … … 2799 3276 cat conftest.err >&5 2800 3277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2801 (exit $ac_status); } && 2802 { ac_try='test -z "$ac_c_werror_flag" 2803 || test ! -s conftest.err' 2804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2805 (eval $ac_try) 2>&5 2806 ac_status=$? 2807 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2808 (exit $ac_status); }; } && 2809 { ac_try='test -s conftest$ac_exeext' 2810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2811 (eval $ac_try) 2>&5 2812 ac_status=$? 2813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2814 (exit $ac_status); }; }; then 3278 (exit $ac_status); } && { 3279 test -z "$ac_c_werror_flag" || 3280 test ! -s conftest.err 3281 } && test -s conftest$ac_exeext && 3282 $as_test_x conftest$ac_exeext; then 2815 3283 ac_cv_lib_pthread_pthread_create=yes 2816 3284 else … … 2818 3286 sed 's/^/| /' conftest.$ac_ext >&5 2819 3287 2820 ac_cv_lib_pthread_pthread_create=no 2821 fi 2822 rm -f conftest.err conftest.$ac_objext \ 3288 ac_cv_lib_pthread_pthread_create=no 3289 fi 3290 3291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 2823 3292 conftest$ac_exeext conftest.$ac_ext 2824 3293 LIBS=$ac_check_lib_save_LIBS 2825 3294 fi 2826 echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&52827 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 3295 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 3296 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } 2828 3297 if test $ac_cv_lib_pthread_pthread_create = yes; then 2829 3298 cat >>confdefs.h <<_ACEOF … … 2836 3305 2837 3306 2838 echo "$as_me:$LINENO: checking for puts in -lwsock32" >&52839 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6 3307 { echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 3308 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6; } 2840 3309 if test "${ac_cv_lib_wsock32_puts+set}" = set; then 2841 3310 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2850 3319 /* end confdefs.h. */ 2851 3320 2852 /* Override any gcc2 internal prototype to avoid an error. */ 3321 /* Override any GCC internal prototype to avoid an error. 3322 Use char because int might match the return type of a GCC 3323 builtin and then its argument prototype would still apply. */ 2853 3324 #ifdef __cplusplus 2854 3325 extern "C" 2855 3326 #endif 2856 /* We use char because int might match the return type of a gcc22857 builtin and then its argument prototype would still apply. */2858 3327 char puts (); 2859 3328 int 2860 3329 main () 2861 3330 { 2862 puts ();3331 return puts (); 2863 3332 ; 2864 3333 return 0; … … 2866 3335 _ACEOF 2867 3336 rm -f conftest.$ac_objext conftest$ac_exeext 2868 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2869 (eval $ac_link) 2>conftest.er1 3337 if { (ac_try="$ac_link" 3338 case "(($ac_try" in 3339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3340 *) ac_try_echo=$ac_try;; 3341 esac 3342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3343 (eval "$ac_link") 2>conftest.er1 2870 3344 ac_status=$? 2871 3345 grep -v '^ *+' conftest.er1 >conftest.err … … 2873 3347 cat conftest.err >&5 2874 3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2875 (exit $ac_status); } && 2876 { ac_try='test -z "$ac_c_werror_flag" 2877 || test ! -s conftest.err' 2878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2879 (eval $ac_try) 2>&5 2880 ac_status=$? 2881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2882 (exit $ac_status); }; } && 2883 { ac_try='test -s conftest$ac_exeext' 2884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2885 (eval $ac_try) 2>&5 2886 ac_status=$? 2887 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2888 (exit $ac_status); }; }; then 3349 (exit $ac_status); } && { 3350 test -z "$ac_c_werror_flag" || 3351 test ! -s conftest.err 3352 } && test -s conftest$ac_exeext && 3353 $as_test_x conftest$ac_exeext; then 2889 3354 ac_cv_lib_wsock32_puts=yes 2890 3355 else … … 2892 3357 sed 's/^/| /' conftest.$ac_ext >&5 2893 3358 2894 ac_cv_lib_wsock32_puts=no 2895 fi 2896 rm -f conftest.err conftest.$ac_objext \ 3359 ac_cv_lib_wsock32_puts=no 3360 fi 3361 3362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 2897 3363 conftest$ac_exeext conftest.$ac_ext 2898 3364 LIBS=$ac_check_lib_save_LIBS 2899 3365 fi 2900 echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&52901 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6 3366 { echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 3367 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6; } 2902 3368 if test $ac_cv_lib_wsock32_puts = yes; then 2903 3369 cat >>confdefs.h <<_ACEOF … … 2910 3376 2911 3377 2912 echo "$as_me:$LINENO: checking for puts in -lws2_32" >&52913 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6 3378 { echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 3379 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6; } 2914 3380 if test "${ac_cv_lib_ws2_32_puts+set}" = set; then 2915 3381 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2924 3390 /* end confdefs.h. */ 2925 3391 2926 /* Override any gcc2 internal prototype to avoid an error. */ 3392 /* Override any GCC internal prototype to avoid an error. 3393 Use char because int might match the return type of a GCC 3394 builtin and then its argument prototype would still apply. */ 2927 3395 #ifdef __cplusplus 2928 3396 extern "C" 2929 3397 #endif 2930 /* We use char because int might match the return type of a gcc22931 builtin and then its argument prototype would still apply. */2932 3398 char puts (); 2933 3399 int 2934 3400 main () 2935 3401 { 2936 puts ();3402 return puts (); 2937 3403 ; 2938 3404 return 0; … … 2940 3406 _ACEOF 2941 3407 rm -f conftest.$ac_objext conftest$ac_exeext 2942 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2943 (eval $ac_link) 2>conftest.er1 3408 if { (ac_try="$ac_link" 3409 case "(($ac_try" in 3410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3411 *) ac_try_echo=$ac_try;; 3412 esac 3413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3414 (eval "$ac_link") 2>conftest.er1 2944 3415 ac_status=$? 2945 3416 grep -v '^ *+' conftest.er1 >conftest.err … … 2947 3418 cat conftest.err >&5 2948 3419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2949 (exit $ac_status); } && 2950 { ac_try='test -z "$ac_c_werror_flag" 2951 || test ! -s conftest.err' 2952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2953 (eval $ac_try) 2>&5 2954 ac_status=$? 2955 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2956 (exit $ac_status); }; } && 2957 { ac_try='test -s conftest$ac_exeext' 2958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2959 (eval $ac_try) 2>&5 2960 ac_status=$? 2961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2962 (exit $ac_status); }; }; then 3420 (exit $ac_status); } && { 3421 test -z "$ac_c_werror_flag" || 3422 test ! -s conftest.err 3423 } && test -s conftest$ac_exeext && 3424 $as_test_x conftest$ac_exeext; then 2963 3425 ac_cv_lib_ws2_32_puts=yes 2964 3426 else … … 2966 3428 sed 's/^/| /' conftest.$ac_ext >&5 2967 3429 2968 ac_cv_lib_ws2_32_puts=no 2969 fi 2970 rm -f conftest.err conftest.$ac_objext \ 3430 ac_cv_lib_ws2_32_puts=no 3431 fi 3432 3433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 2971 3434 conftest$ac_exeext conftest.$ac_ext 2972 3435 LIBS=$ac_check_lib_save_LIBS 2973 3436 fi 2974 echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&52975 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6 3437 { echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 3438 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6; } 2976 3439 if test $ac_cv_lib_ws2_32_puts = yes; then 2977 3440 cat >>confdefs.h <<_ACEOF … … 2984 3447 2985 3448 2986 echo "$as_me:$LINENO: checking for puts in -lole32" >&52987 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6 3449 { echo "$as_me:$LINENO: checking for puts in -lole32" >&5 3450 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6; } 2988 3451 if test "${ac_cv_lib_ole32_puts+set}" = set; then 2989 3452 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2998 3461 /* end confdefs.h. */ 2999 3462 3000 /* Override any gcc2 internal prototype to avoid an error. */ 3463 /* Override any GCC internal prototype to avoid an error. 3464 Use char because int might match the return type of a GCC 3465 builtin and then its argument prototype would still apply. */ 3001 3466 #ifdef __cplusplus 3002 3467 extern "C" 3003 3468 #endif 3004 /* We use char because int might match the return type of a gcc23005 builtin and then its argument prototype would still apply. */3006 3469 char puts (); 3007 3470 int 3008 3471 main () 3009 3472 { 3010 puts ();3473 return puts (); 3011 3474 ; 3012 3475 return 0; … … 3014 3477 _ACEOF 3015 3478 rm -f conftest.$ac_objext conftest$ac_exeext 3016 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3017 (eval $ac_link) 2>conftest.er1 3479 if { (ac_try="$ac_link" 3480 case "(($ac_try" in 3481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3482 *) ac_try_echo=$ac_try;; 3483 esac 3484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3485 (eval "$ac_link") 2>conftest.er1 3018 3486 ac_status=$? 3019 3487 grep -v '^ *+' conftest.er1 >conftest.err … … 3021 3489 cat conftest.err >&5 3022 3490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3023 (exit $ac_status); } && 3024 { ac_try='test -z "$ac_c_werror_flag" 3025 || test ! -s conftest.err' 3026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3027 (eval $ac_try) 2>&5 3028 ac_status=$? 3029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3030 (exit $ac_status); }; } && 3031 { ac_try='test -s conftest$ac_exeext' 3032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3033 (eval $ac_try) 2>&5 3034 ac_status=$? 3035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3036 (exit $ac_status); }; }; then 3491 (exit $ac_status); } && { 3492 test -z "$ac_c_werror_flag" || 3493 test ! -s conftest.err 3494 } && test -s conftest$ac_exeext && 3495 $as_test_x conftest$ac_exeext; then 3037 3496 ac_cv_lib_ole32_puts=yes 3038 3497 else … … 3040 3499 sed 's/^/| /' conftest.$ac_ext >&5 3041 3500 3042 ac_cv_lib_ole32_puts=no 3043 fi 3044 rm -f conftest.err conftest.$ac_objext \ 3501 ac_cv_lib_ole32_puts=no 3502 fi 3503 3504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3045 3505 conftest$ac_exeext conftest.$ac_ext 3046 3506 LIBS=$ac_check_lib_save_LIBS 3047 3507 fi 3048 echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&53049 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6 3508 { echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 3509 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6; } 3050 3510 if test $ac_cv_lib_ole32_puts = yes; then 3051 3511 cat >>confdefs.h <<_ACEOF … … 3058 3518 3059 3519 3060 echo "$as_me:$LINENO: checking for puts in -lwinmm" >&53061 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6 3520 { echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 3521 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6; } 3062 3522 if test "${ac_cv_lib_winmm_puts+set}" = set; then 3063 3523 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3072 3532 /* end confdefs.h. */ 3073 3533 3074 /* Override any gcc2 internal prototype to avoid an error. */ 3534 /* Override any GCC internal prototype to avoid an error. 3535 Use char because int might match the return type of a GCC 3536 builtin and then its argument prototype would still apply. */ 3075 3537 #ifdef __cplusplus 3076 3538 extern "C" 3077 3539 #endif 3078 /* We use char because int might match the return type of a gcc23079 builtin and then its argument prototype would still apply. */3080 3540 char puts (); 3081 3541 int 3082 3542 main () 3083 3543 { 3084 puts ();3544 return puts (); 3085 3545 ; 3086 3546 return 0; … … 3088 3548 _ACEOF 3089 3549 rm -f conftest.$ac_objext conftest$ac_exeext 3090 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3091 (eval $ac_link) 2>conftest.er1 3550 if { (ac_try="$ac_link" 3551 case "(($ac_try" in 3552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3553 *) ac_try_echo=$ac_try;; 3554 esac 3555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3556 (eval "$ac_link") 2>conftest.er1 3092 3557 ac_status=$? 3093 3558 grep -v '^ *+' conftest.er1 >conftest.err … … 3095 3560 cat conftest.err >&5 3096 3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3097 (exit $ac_status); } && 3098 { ac_try='test -z "$ac_c_werror_flag" 3099 || test ! -s conftest.err' 3100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3101 (eval $ac_try) 2>&5 3102 ac_status=$? 3103 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3104 (exit $ac_status); }; } && 3105 { ac_try='test -s conftest$ac_exeext' 3106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3107 (eval $ac_try) 2>&5 3108 ac_status=$? 3109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3110 (exit $ac_status); }; }; then 3562 (exit $ac_status); } && { 3563 test -z "$ac_c_werror_flag" || 3564 test ! -s conftest.err 3565 } && test -s conftest$ac_exeext && 3566 $as_test_x conftest$ac_exeext; then 3111 3567 ac_cv_lib_winmm_puts=yes 3112 3568 else … … 3114 3570 sed 's/^/| /' conftest.$ac_ext >&5 3115 3571 3116 ac_cv_lib_winmm_puts=no 3117 fi 3118 rm -f conftest.err conftest.$ac_objext \ 3572 ac_cv_lib_winmm_puts=no 3573 fi 3574 3575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3119 3576 conftest$ac_exeext conftest.$ac_ext 3120 3577 LIBS=$ac_check_lib_save_LIBS 3121 3578 fi 3122 echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&53123 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6 3579 { echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 3580 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6; } 3124 3581 if test $ac_cv_lib_winmm_puts = yes; then 3125 3582 cat >>confdefs.h <<_ACEOF … … 3132 3589 3133 3590 3134 echo "$as_me:$LINENO: checking for puts in -lsocket" >&53135 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6 3591 { echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 3592 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6; } 3136 3593 if test "${ac_cv_lib_socket_puts+set}" = set; then 3137 3594 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3146 3603 /* end confdefs.h. */ 3147 3604 3148 /* Override any gcc2 internal prototype to avoid an error. */ 3605 /* Override any GCC internal prototype to avoid an error. 3606 Use char because int might match the return type of a GCC 3607 builtin and then its argument prototype would still apply. */ 3149 3608 #ifdef __cplusplus 3150 3609 extern "C" 3151 3610 #endif 3152 /* We use char because int might match the return type of a gcc23153 builtin and then its argument prototype would still apply. */3154 3611 char puts (); 3155 3612 int 3156 3613 main () 3157 3614 { 3158 puts ();3615 return puts (); 3159 3616 ; 3160 3617 return 0; … … 3162 3619 _ACEOF 3163 3620 rm -f conftest.$ac_objext conftest$ac_exeext 3164 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3165 (eval $ac_link) 2>conftest.er1 3621 if { (ac_try="$ac_link" 3622 case "(($ac_try" in 3623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3624 *) ac_try_echo=$ac_try;; 3625 esac 3626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3627 (eval "$ac_link") 2>conftest.er1 3166 3628 ac_status=$? 3167 3629 grep -v '^ *+' conftest.er1 >conftest.err … … 3169 3631 cat conftest.err >&5 3170 3632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3171 (exit $ac_status); } && 3172 { ac_try='test -z "$ac_c_werror_flag" 3173 || test ! -s conftest.err' 3174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3175 (eval $ac_try) 2>&5 3176 ac_status=$? 3177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3178 (exit $ac_status); }; } && 3179 { ac_try='test -s conftest$ac_exeext' 3180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3181 (eval $ac_try) 2>&5 3182 ac_status=$? 3183 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3184 (exit $ac_status); }; }; then 3633 (exit $ac_status); } && { 3634 test -z "$ac_c_werror_flag" || 3635 test ! -s conftest.err 3636 } && test -s conftest$ac_exeext && 3637 $as_test_x conftest$ac_exeext; then 3185 3638 ac_cv_lib_socket_puts=yes 3186 3639 else … … 3188 3641 sed 's/^/| /' conftest.$ac_ext >&5 3189 3642 3190 ac_cv_lib_socket_puts=no 3191 fi 3192 rm -f conftest.err conftest.$ac_objext \ 3643 ac_cv_lib_socket_puts=no 3644 fi 3645 3646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3193 3647 conftest$ac_exeext conftest.$ac_ext 3194 3648 LIBS=$ac_check_lib_save_LIBS 3195 3649 fi 3196 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&53197 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6 3650 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 3651 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6; } 3198 3652 if test $ac_cv_lib_socket_puts = yes; then 3199 3653 cat >>confdefs.h <<_ACEOF … … 3206 3660 3207 3661 3208 echo "$as_me:$LINENO: checking for puts in -lrt" >&53209 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6 3662 { echo "$as_me:$LINENO: checking for puts in -lrt" >&5 3663 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6; } 3210 3664 if test "${ac_cv_lib_rt_puts+set}" = set; then 3211 3665 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3220 3674 /* end confdefs.h. */ 3221 3675 3222 /* Override any gcc2 internal prototype to avoid an error. */ 3676 /* Override any GCC internal prototype to avoid an error. 3677 Use char because int might match the return type of a GCC 3678 builtin and then its argument prototype would still apply. */ 3223 3679 #ifdef __cplusplus 3224 3680 extern "C" 3225 3681 #endif 3226 /* We use char because int might match the return type of a gcc23227 builtin and then its argument prototype would still apply. */3228 3682 char puts (); 3229 3683 int 3230 3684 main () 3231 3685 { 3232 puts ();3686 return puts (); 3233 3687 ; 3234 3688 return 0; … … 3236 3690 _ACEOF 3237 3691 rm -f conftest.$ac_objext conftest$ac_exeext 3238 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3239 (eval $ac_link) 2>conftest.er1 3692 if { (ac_try="$ac_link" 3693 case "(($ac_try" in 3694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3695 *) ac_try_echo=$ac_try;; 3696 esac 3697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3698 (eval "$ac_link") 2>conftest.er1 3240 3699 ac_status=$? 3241 3700 grep -v '^ *+' conftest.er1 >conftest.err … … 3243 3702 cat conftest.err >&5 3244 3703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3245 (exit $ac_status); } && 3246 { ac_try='test -z "$ac_c_werror_flag" 3247 || test ! -s conftest.err' 3248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3249 (eval $ac_try) 2>&5 3250 ac_status=$? 3251 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3252 (exit $ac_status); }; } && 3253 { ac_try='test -s conftest$ac_exeext' 3254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3255 (eval $ac_try) 2>&5 3256 ac_status=$? 3257 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3258 (exit $ac_status); }; }; then 3704 (exit $ac_status); } && { 3705 test -z "$ac_c_werror_flag" || 3706 test ! -s conftest.err 3707 } && test -s conftest$ac_exeext && 3708 $as_test_x conftest$ac_exeext; then 3259 3709 ac_cv_lib_rt_puts=yes 3260 3710 else … … 3262 3712 sed 's/^/| /' conftest.$ac_ext >&5 3263 3713 3264 ac_cv_lib_rt_puts=no 3265 fi 3266 rm -f conftest.err conftest.$ac_objext \ 3714 ac_cv_lib_rt_puts=no 3715 fi 3716 3717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3267 3718 conftest$ac_exeext conftest.$ac_ext 3268 3719 LIBS=$ac_check_lib_save_LIBS 3269 3720 fi 3270 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&53271 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6 3721 { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 3722 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6; } 3272 3723 if test $ac_cv_lib_rt_puts = yes; then 3273 3724 cat >>confdefs.h <<_ACEOF … … 3280 3731 3281 3732 3282 echo "$as_me:$LINENO: checking for puts in -lnsl" >&53283 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6 3733 { echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 3734 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6; } 3284 3735 if test "${ac_cv_lib_nsl_puts+set}" = set; then 3285 3736 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3294 3745 /* end confdefs.h. */ 3295 3746 3296 /* Override any gcc2 internal prototype to avoid an error. */ 3747 /* Override any GCC internal prototype to avoid an error. 3748 Use char because int might match the return type of a GCC 3749 builtin and then its argument prototype would still apply. */ 3297 3750 #ifdef __cplusplus 3298 3751 extern "C" 3299 3752 #endif 3300 /* We use char because int might match the return type of a gcc23301 builtin and then its argument prototype would still apply. */3302 3753 char puts (); 3303 3754 int 3304 3755 main () 3305 3756 { 3306 puts ();3757 return puts (); 3307 3758 ; 3308 3759 return 0; … … 3310 3761 _ACEOF 3311 3762 rm -f conftest.$ac_objext conftest$ac_exeext 3312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3313 (eval $ac_link) 2>conftest.er1 3763 if { (ac_try="$ac_link" 3764 case "(($ac_try" in 3765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3766 *) ac_try_echo=$ac_try;; 3767 esac 3768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3769 (eval "$ac_link") 2>conftest.er1 3314 3770 ac_status=$? 3315 3771 grep -v '^ *+' conftest.er1 >conftest.err … … 3317 3773 cat conftest.err >&5 3318 3774 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3319 (exit $ac_status); } && 3320 { ac_try='test -z "$ac_c_werror_flag" 3321 || test ! -s conftest.err' 3322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3323 (eval $ac_try) 2>&5 3324 ac_status=$? 3325 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3326 (exit $ac_status); }; } && 3327 { ac_try='test -s conftest$ac_exeext' 3328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3329 (eval $ac_try) 2>&5 3330 ac_status=$? 3331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3332 (exit $ac_status); }; }; then 3775 (exit $ac_status); } && { 3776 test -z "$ac_c_werror_flag" || 3777 test ! -s conftest.err 3778 } && test -s conftest$ac_exeext && 3779 $as_test_x conftest$ac_exeext; then 3333 3780 ac_cv_lib_nsl_puts=yes 3334 3781 else … … 3336 3783 sed 's/^/| /' conftest.$ac_ext >&5 3337 3784 3338 ac_cv_lib_nsl_puts=no 3339 fi 3340 rm -f conftest.err conftest.$ac_objext \ 3785 ac_cv_lib_nsl_puts=no 3786 fi 3787 3788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3341 3789 conftest$ac_exeext conftest.$ac_ext 3342 3790 LIBS=$ac_check_lib_save_LIBS 3343 3791 fi 3344 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&53345 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6 3792 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 3793 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6; } 3346 3794 if test $ac_cv_lib_nsl_puts = yes; then 3347 3795 cat >>confdefs.h <<_ACEOF … … 3354 3802 3355 3803 3356 echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&53357 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6 3804 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 3805 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 3358 3806 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3359 3807 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3368 3816 /* end confdefs.h. */ 3369 3817 3370 /* Override any gcc2 internal prototype to avoid an error. */ 3818 /* Override any GCC internal prototype to avoid an error. 3819 Use char because int might match the return type of a GCC 3820 builtin and then its argument prototype would still apply. */ 3371 3821 #ifdef __cplusplus 3372 3822 extern "C" 3373 3823 #endif 3374 /* We use char because int might match the return type of a gcc23375 builtin and then its argument prototype would still apply. */3376 3824 char uuid_generate (); 3377 3825 int 3378 3826 main () 3379 3827 { 3380 uuid_generate ();3828 return uuid_generate (); 3381 3829 ; 3382 3830 return 0; … … 3384 3832 _ACEOF 3385 3833 rm -f conftest.$ac_objext conftest$ac_exeext 3386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3387 (eval $ac_link) 2>conftest.er1 3834 if { (ac_try="$ac_link" 3835 case "(($ac_try" in 3836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3837 *) ac_try_echo=$ac_try;; 3838 esac 3839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3840 (eval "$ac_link") 2>conftest.er1 3388 3841 ac_status=$? 3389 3842 grep -v '^ *+' conftest.er1 >conftest.err … … 3391 3844 cat conftest.err >&5 3392 3845 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3393 (exit $ac_status); } && 3394 { ac_try='test -z "$ac_c_werror_flag" 3395 || test ! -s conftest.err' 3396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3397 (eval $ac_try) 2>&5 3398 ac_status=$? 3399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3400 (exit $ac_status); }; } && 3401 { ac_try='test -s conftest$ac_exeext' 3402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3403 (eval $ac_try) 2>&5 3404 ac_status=$? 3405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3406 (exit $ac_status); }; }; then 3846 (exit $ac_status); } && { 3847 test -z "$ac_c_werror_flag" || 3848 test ! -s conftest.err 3849 } && test -s conftest$ac_exeext && 3850 $as_test_x conftest$ac_exeext; then 3407 3851 ac_cv_lib_uuid_uuid_generate=yes 3408 3852 else … … 3410 3854 sed 's/^/| /' conftest.$ac_ext >&5 3411 3855 3412 ac_cv_lib_uuid_uuid_generate=no 3413 fi 3414 rm -f conftest.err conftest.$ac_objext \ 3856 ac_cv_lib_uuid_uuid_generate=no 3857 fi 3858 3859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3415 3860 conftest$ac_exeext conftest.$ac_ext 3416 3861 LIBS=$ac_check_lib_save_LIBS 3417 3862 fi 3418 echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&53419 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6 3863 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 3864 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 3420 3865 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3421 3866 cat >>confdefs.h <<_ACEOF … … 3427 3872 fi 3428 3873 3429 echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&53430 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6 3874 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 3875 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 3431 3876 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3432 3877 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3441 3886 /* end confdefs.h. */ 3442 3887 3443 /* Override any gcc2 internal prototype to avoid an error. */ 3888 /* Override any GCC internal prototype to avoid an error. 3889 Use char because int might match the return type of a GCC 3890 builtin and then its argument prototype would still apply. */ 3444 3891 #ifdef __cplusplus 3445 3892 extern "C" 3446 3893 #endif 3447 /* We use char because int might match the return type of a gcc23448 builtin and then its argument prototype would still apply. */3449 3894 char uuid_generate (); 3450 3895 int 3451 3896 main () 3452 3897 { 3453 uuid_generate ();3898 return uuid_generate (); 3454 3899 ; 3455 3900 return 0; … … 3457 3902 _ACEOF 3458 3903 rm -f conftest.$ac_objext conftest$ac_exeext 3459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3460 (eval $ac_link) 2>conftest.er1 3904 if { (ac_try="$ac_link" 3905 case "(($ac_try" in 3906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3907 *) ac_try_echo=$ac_try;; 3908 esac 3909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3910 (eval "$ac_link") 2>conftest.er1 3461 3911 ac_status=$? 3462 3912 grep -v '^ *+' conftest.er1 >conftest.err … … 3464 3914 cat conftest.err >&5 3465 3915 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3466 (exit $ac_status); } && 3467 { ac_try='test -z "$ac_c_werror_flag" 3468 || test ! -s conftest.err' 3469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3470 (eval $ac_try) 2>&5 3471 ac_status=$? 3472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3473 (exit $ac_status); }; } && 3474 { ac_try='test -s conftest$ac_exeext' 3475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3476 (eval $ac_try) 2>&5 3477 ac_status=$? 3478 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3479 (exit $ac_status); }; }; then 3916 (exit $ac_status); } && { 3917 test -z "$ac_c_werror_flag" || 3918 test ! -s conftest.err 3919 } && test -s conftest$ac_exeext && 3920 $as_test_x conftest$ac_exeext; then 3480 3921 ac_cv_lib_uuid_uuid_generate=yes 3481 3922 else … … 3483 3924 sed 's/^/| /' conftest.$ac_ext >&5 3484 3925 3485 ac_cv_lib_uuid_uuid_generate=no 3486 fi 3487 rm -f conftest.err conftest.$ac_objext \ 3926 ac_cv_lib_uuid_uuid_generate=no 3927 fi 3928 3929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3488 3930 conftest$ac_exeext conftest.$ac_ext 3489 3931 LIBS=$ac_check_lib_save_LIBS 3490 3932 fi 3491 echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&53492 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6 3933 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 3934 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 3493 3935 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3494 3936 ac_has_uuid_lib=1 … … 3496 3938 3497 3939 3498 echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&53499 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6 3940 { echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 3941 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6; } 3500 3942 cat >>confdefs.h <<_ACEOF 3501 3943 #define PJ_M_NAME "$target_cpu" … … 3503 3945 3504 3946 3505 echo "$as_me:$LINENO: checking memory alignment" >&53506 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6 3947 { echo "$as_me:$LINENO: checking memory alignment" >&5 3948 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6; } 3507 3949 case $target in 3508 3950 ia64-* | x86_64-* ) … … 3511 3953 _ACEOF 3512 3954 3513 echo "$as_me:$LINENO: result: 8 bytes" >&53514 echo "${ECHO_T}8 bytes" >&6 3955 { echo "$as_me:$LINENO: result: 8 bytes" >&5 3956 echo "${ECHO_T}8 bytes" >&6; } 3515 3957 ;; 3516 3958 * ) … … 3519 3961 _ACEOF 3520 3962 3521 echo "$as_me:$LINENO: result: 4 bytes (default)" >&53522 echo "${ECHO_T}4 bytes (default)" >&6 3963 { echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 3964 echo "${ECHO_T}4 bytes (default)" >&6; } 3523 3965 ;; 3524 3966 esac 3525 3526 3527 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&53528 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&63529 if test "${ac_cv_c_bigendian+set}" = set; then3530 echo $ECHO_N "(cached) $ECHO_C" >&63531 else3532 # See if sys/param.h defines the BYTE_ORDER macro.3533 cat >conftest.$ac_ext <<_ACEOF3534 /* confdefs.h. */3535 _ACEOF3536 cat confdefs.h >>conftest.$ac_ext3537 cat >>conftest.$ac_ext <<_ACEOF3538 /* end confdefs.h. */3539 #include <sys/types.h>3540 #include <sys/param.h>3541 3542 int3543 main ()3544 {3545 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN3546 bogus endian macros3547 #endif3548 3549 ;3550 return 0;3551 }3552 _ACEOF3553 rm -f conftest.$ac_objext3554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53555 (eval $ac_compile) 2>conftest.er13556 ac_status=$?3557 grep -v '^ *+' conftest.er1 >conftest.err3558 rm -f conftest.er13559 cat conftest.err >&53560 echo "$as_me:$LINENO: \$? = $ac_status" >&53561 (exit $ac_status); } &&3562 { ac_try='test -z "$ac_c_werror_flag"3563 || test ! -s conftest.err'3564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53565 (eval $ac_try) 2>&53566 ac_status=$?3567 echo "$as_me:$LINENO: \$? = $ac_status" >&53568 (exit $ac_status); }; } &&3569 { ac_try='test -s conftest.$ac_objext'3570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53571 (eval $ac_try) 2>&53572 ac_status=$?3573 echo "$as_me:$LINENO: \$? = $ac_status" >&53574 (exit $ac_status); }; }; then3575 # It does; now see whether it defined to BIG_ENDIAN or not.3576 cat >conftest.$ac_ext <<_ACEOF3577 /* confdefs.h. */3578 _ACEOF3579 cat confdefs.h >>conftest.$ac_ext3580 cat >>conftest.$ac_ext <<_ACEOF3581 /* end confdefs.h. */3582 #include <sys/types.h>3583 #include <sys/param.h>3584 3585 int3586 main ()3587 {3588 #if BYTE_ORDER != BIG_ENDIAN3589 not big endian3590 #endif3591 3592 ;3593 return 0;3594 }3595 _ACEOF3596 rm -f conftest.$ac_objext3597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53598 (eval $ac_compile) 2>conftest.er13599 ac_status=$?3600 grep -v '^ *+' conftest.er1 >conftest.err3601 rm -f conftest.er13602 cat conftest.err >&53603 echo "$as_me:$LINENO: \$? = $ac_status" >&53604 (exit $ac_status); } &&3605 { ac_try='test -z "$ac_c_werror_flag"3606 || test ! -s conftest.err'3607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53608 (eval $ac_try) 2>&53609 ac_status=$?3610 echo "$as_me:$LINENO: \$? = $ac_status" >&53611 (exit $ac_status); }; } &&3612 { ac_try='test -s conftest.$ac_objext'3613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53614 (eval $ac_try) 2>&53615 ac_status=$?3616 echo "$as_me:$LINENO: \$? = $ac_status" >&53617 (exit $ac_status); }; }; then3618 ac_cv_c_bigendian=yes3619 else3620 echo "$as_me: failed program was:" >&53621 sed 's/^/| /' conftest.$ac_ext >&53622 3623 ac_cv_c_bigendian=no3624 fi3625 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3626 else3627 echo "$as_me: failed program was:" >&53628 sed 's/^/| /' conftest.$ac_ext >&53629 3630 # It does not; compile a test program.3631 if test "$cross_compiling" = yes; then3632 # try to guess the endianness by grepping values into an object file3633 ac_cv_c_bigendian=unknown3634 cat >conftest.$ac_ext <<_ACEOF3635 /* confdefs.h. */3636 _ACEOF3637 cat confdefs.h >>conftest.$ac_ext3638 cat >>conftest.$ac_ext <<_ACEOF3639 /* end confdefs.h. */3640 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };3641 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };3642 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }3643 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };3644 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };3645 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }3646 int3647 main ()3648 {3649 _ascii (); _ebcdic ();3650 ;3651 return 0;3652 }3653 _ACEOF3654 rm -f conftest.$ac_objext3655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&53656 (eval $ac_compile) 2>conftest.er13657 ac_status=$?3658 grep -v '^ *+' conftest.er1 >conftest.err3659 rm -f conftest.er13660 cat conftest.err >&53661 echo "$as_me:$LINENO: \$? = $ac_status" >&53662 (exit $ac_status); } &&3663 { ac_try='test -z "$ac_c_werror_flag"3664 || test ! -s conftest.err'3665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53666 (eval $ac_try) 2>&53667 ac_status=$?3668 echo "$as_me:$LINENO: \$? = $ac_status" >&53669 (exit $ac_status); }; } &&3670 { ac_try='test -s conftest.$ac_objext'3671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53672 (eval $ac_try) 2>&53673 ac_status=$?3674 echo "$as_me:$LINENO: \$? = $ac_status" >&53675 (exit $ac_status); }; }; then3676 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then3677 ac_cv_c_bigendian=yes3678 fi3679 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then3680 if test "$ac_cv_c_bigendian" = unknown; then3681 ac_cv_c_bigendian=no3682 else3683 # finding both strings is unlikely to happen, but who knows?3684 ac_cv_c_bigendian=unknown3685 fi3686 fi3687 else3688 echo "$as_me: failed program was:" >&53689 sed 's/^/| /' conftest.$ac_ext >&53690 3691 fi3692 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3693 else3694 cat >conftest.$ac_ext <<_ACEOF3695 /* confdefs.h. */3696 _ACEOF3697 cat confdefs.h >>conftest.$ac_ext3698 cat >>conftest.$ac_ext <<_ACEOF3699 /* end confdefs.h. */3700 int3701 main ()3702 {3703 /* Are we little or big endian? From Harbison&Steele. */3704 union3705 {3706 long l;3707 char c[sizeof (long)];3708 } u;3709 u.l = 1;3710 exit (u.c[sizeof (long) - 1] == 1);3711 }3712 _ACEOF3713 rm -f conftest$ac_exeext3714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&53715 (eval $ac_link) 2>&53716 ac_status=$?3717 echo "$as_me:$LINENO: \$? = $ac_status" >&53718 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'3719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53720 (eval $ac_try) 2>&53721 ac_status=$?3722 echo "$as_me:$LINENO: \$? = $ac_status" >&53723 (exit $ac_status); }; }; then3724 ac_cv_c_bigendian=no3725 else3726 echo "$as_me: program exited with status $ac_status" >&53727 echo "$as_me: failed program was:" >&53728 sed 's/^/| /' conftest.$ac_ext >&53729 3730 ( exit $ac_status )3731 ac_cv_c_bigendian=yes3732 fi3733 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext3734 fi3735 fi3736 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext3737 fi3738 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&53739 echo "${ECHO_T}$ac_cv_c_bigendian" >&63740 case $ac_cv_c_bigendian in3741 yes)3742 3743 cat >>confdefs.h <<\_ACEOF3744 #define WORDS_BIGENDIAN 13745 _ACEOF3746 ;;3747 no)3748 ;;3749 *)3750 { { echo "$as_me:$LINENO: error: unknown endianness3751 presetting ac_cv_c_bigendian=no (or yes) will help" >&53752 echo "$as_me: error: unknown endianness3753 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}3754 { (exit 1); exit 1; }; } ;;3755 esac3756 3757 3758 case $target in3759 *mingw* | *cygw* | *win32* | *w32* )3760 cat >>confdefs.h <<\_ACEOF3761 #define PJ_WIN32 13762 _ACEOF3763 3764 cat >>confdefs.h <<\_ACEOF3765 #define PJ_WIN32_WINNT 0x04003766 _ACEOF3767 3768 cat >>confdefs.h <<\_ACEOF3769 #define WIN32_LEAN_AND_MEAN 13770 _ACEOF3771 3772 ;;3773 *darwin*)3774 cat >>confdefs.h <<\_ACEOF3775 #define PJ_DARWINOS 13776 _ACEOF3777 3778 ;;3779 *linux*)3780 cat >>confdefs.h <<\_ACEOF3781 #define PJ_LINUX 13782 _ACEOF3783 3784 ;;3785 *rtems*)3786 cat >>confdefs.h <<\_ACEOF3787 #define PJ_RTEMS 13788 _ACEOF3789 3790 ;;3791 *sunos* | *solaris* )3792 cat >>confdefs.h <<\_ACEOF3793 #define PJ_SUNOS 13794 _ACEOF3795 3796 ;;3797 *)3798 ;;3799 esac3800 3801 3802 3803 3804 # Check whether --enable-floating-point or --disable-floating-point was given.3805 if test "${enable_floating_point+set}" = set; then3806 enableval="$enable_floating_point"3807 if test "$enable_floating_point" = "no"; then3808 cat >>confdefs.h <<\_ACEOF3809 #define PJ_HAS_FLOATING_POINT 03810 _ACEOF3811 3812 echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&53813 echo "${ECHO_T}Checking if floating point is disabled... yes" >&63814 fi3815 else3816 3817 cat >>confdefs.h <<\_ACEOF3818 #define PJ_HAS_FLOATING_POINT 13819 _ACEOF3820 3821 echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&53822 echo "${ECHO_T}Checking if floating point is disabled... no" >&63823 3824 echo "$as_me:$LINENO: checking for fmod in -lm" >&53825 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&63826 if test "${ac_cv_lib_m_fmod+set}" = set; then3827 echo $ECHO_N "(cached) $ECHO_C" >&63828 else3829 ac_check_lib_save_LIBS=$LIBS3830 LIBS="-lm $LIBS"3831 cat >conftest.$ac_ext <<_ACEOF3832 /* confdefs.h. */3833 _ACEOF3834 cat confdefs.h >>conftest.$ac_ext3835 cat >>conftest.$ac_ext <<_ACEOF3836 /* end confdefs.h. */3837 3838 /* Override any gcc2 internal prototype to avoid an error. */3839 #ifdef __cplusplus3840 extern "C"3841 #endif3842 /* We use char because int might match the return type of a gcc23843 builtin and then its argument prototype would still apply. */3844 char fmod ();3845 int3846 main ()3847 {3848 fmod ();3849 ;3850 return 0;3851 }3852 _ACEOF3853 rm -f conftest.$ac_objext conftest$ac_exeext3854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&53855 (eval $ac_link) 2>conftest.er13856 ac_status=$?3857 grep -v '^ *+' conftest.er1 >conftest.err3858 rm -f conftest.er13859 cat conftest.err >&53860 echo "$as_me:$LINENO: \$? = $ac_status" >&53861 (exit $ac_status); } &&3862 { ac_try='test -z "$ac_c_werror_flag"3863 || test ! -s conftest.err'3864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53865 (eval $ac_try) 2>&53866 ac_status=$?3867 echo "$as_me:$LINENO: \$? = $ac_status" >&53868 (exit $ac_status); }; } &&3869 { ac_try='test -s conftest$ac_exeext'3870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53871 (eval $ac_try) 2>&53872 ac_status=$?3873 echo "$as_me:$LINENO: \$? = $ac_status" >&53874 (exit $ac_status); }; }; then3875 ac_cv_lib_m_fmod=yes3876 else3877 echo "$as_me: failed program was:" >&53878 sed 's/^/| /' conftest.$ac_ext >&53879 3880 ac_cv_lib_m_fmod=no3881 fi3882 rm -f conftest.err conftest.$ac_objext \3883 conftest$ac_exeext conftest.$ac_ext3884 LIBS=$ac_check_lib_save_LIBS3885 fi3886 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&53887 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&63888 if test $ac_cv_lib_m_fmod = yes; then3889 cat >>confdefs.h <<_ACEOF3890 #define HAVE_LIBM 13891 _ACEOF3892 3893 LIBS="-lm $LIBS"3894 3895 fi3896 3897 3898 fi;3899 3967 3900 3968 … … 3904 3972 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3905 3973 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3906 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53907 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3974 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3975 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3908 3976 # On Suns, sometimes $CPP names a directory. 3909 3977 if test -n "$CPP" && test -d "$CPP"; then … … 3939 4007 Syntax error 3940 4008 _ACEOF 3941 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3942 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4009 if { (ac_try="$ac_cpp conftest.$ac_ext" 4010 case "(($ac_try" in 4011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4012 *) ac_try_echo=$ac_try;; 4013 esac 4014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4015 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3943 4016 ac_status=$? 3944 4017 grep -v '^ *+' conftest.er1 >conftest.err … … 3946 4019 cat conftest.err >&5 3947 4020 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3948 (exit $ac_status); } >/dev/null; then 3949 if test -s conftest.err; then 3950 ac_cpp_err=$ac_c_preproc_warn_flag 3951 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3952 else 3953 ac_cpp_err= 3954 fi 3955 else 3956 ac_cpp_err=yes 3957 fi 3958 if test -z "$ac_cpp_err"; then 4021 (exit $ac_status); } >/dev/null && { 4022 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4023 test ! -s conftest.err 4024 }; then 3959 4025 : 3960 4026 else … … 3965 4031 continue 3966 4032 fi 4033 3967 4034 rm -f conftest.err conftest.$ac_ext 3968 4035 3969 # OK, works on sane cases. Now check whether non -existent headers4036 # OK, works on sane cases. Now check whether nonexistent headers 3970 4037 # can be detected and how. 3971 4038 cat >conftest.$ac_ext <<_ACEOF … … 3977 4044 #include <ac_nonexistent.h> 3978 4045 _ACEOF 3979 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3980 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4046 if { (ac_try="$ac_cpp conftest.$ac_ext" 4047 case "(($ac_try" in 4048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4049 *) ac_try_echo=$ac_try;; 4050 esac 4051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4052 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3981 4053 ac_status=$? 3982 4054 grep -v '^ *+' conftest.er1 >conftest.err … … 3984 4056 cat conftest.err >&5 3985 4057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3986 (exit $ac_status); } >/dev/null; then 3987 if test -s conftest.err; then 3988 ac_cpp_err=$ac_c_preproc_warn_flag 3989 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3990 else 3991 ac_cpp_err= 3992 fi 3993 else 3994 ac_cpp_err=yes 3995 fi 3996 if test -z "$ac_cpp_err"; then 4058 (exit $ac_status); } >/dev/null && { 4059 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4060 test ! -s conftest.err 4061 }; then 3997 4062 # Broken: success on invalid input. 3998 4063 continue … … 4005 4070 break 4006 4071 fi 4072 4007 4073 rm -f conftest.err conftest.$ac_ext 4008 4074 … … 4022 4088 ac_cv_prog_CPP=$CPP 4023 4089 fi 4024 echo "$as_me:$LINENO: result: $CPP" >&54025 echo "${ECHO_T}$CPP" >&6 4090 { echo "$as_me:$LINENO: result: $CPP" >&5 4091 echo "${ECHO_T}$CPP" >&6; } 4026 4092 ac_preproc_ok=false 4027 4093 for ac_c_preproc_warn_flag in '' yes … … 4046 4112 Syntax error 4047 4113 _ACEOF 4048 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4049 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4114 if { (ac_try="$ac_cpp conftest.$ac_ext" 4115 case "(($ac_try" in 4116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4117 *) ac_try_echo=$ac_try;; 4118 esac 4119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4120 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4050 4121 ac_status=$? 4051 4122 grep -v '^ *+' conftest.er1 >conftest.err … … 4053 4124 cat conftest.err >&5 4054 4125 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4055 (exit $ac_status); } >/dev/null; then 4056 if test -s conftest.err; then 4057 ac_cpp_err=$ac_c_preproc_warn_flag 4058 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4059 else 4060 ac_cpp_err= 4061 fi 4062 else 4063 ac_cpp_err=yes 4064 fi 4065 if test -z "$ac_cpp_err"; then 4126 (exit $ac_status); } >/dev/null && { 4127 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4128 test ! -s conftest.err 4129 }; then 4066 4130 : 4067 4131 else … … 4072 4136 continue 4073 4137 fi 4138 4074 4139 rm -f conftest.err conftest.$ac_ext 4075 4140 4076 # OK, works on sane cases. Now check whether non -existent headers4141 # OK, works on sane cases. Now check whether nonexistent headers 4077 4142 # can be detected and how. 4078 4143 cat >conftest.$ac_ext <<_ACEOF … … 4084 4149 #include <ac_nonexistent.h> 4085 4150 _ACEOF 4086 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4087 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4151 if { (ac_try="$ac_cpp conftest.$ac_ext" 4152 case "(($ac_try" in 4153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4154 *) ac_try_echo=$ac_try;; 4155 esac 4156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4157 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4088 4158 ac_status=$? 4089 4159 grep -v '^ *+' conftest.er1 >conftest.err … … 4091 4161 cat conftest.err >&5 4092 4162 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4093 (exit $ac_status); } >/dev/null; then 4094 if test -s conftest.err; then 4095 ac_cpp_err=$ac_c_preproc_warn_flag 4096 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4097 else 4098 ac_cpp_err= 4099 fi 4100 else 4101 ac_cpp_err=yes 4102 fi 4103 if test -z "$ac_cpp_err"; then 4163 (exit $ac_status); } >/dev/null && { 4164 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4165 test ! -s conftest.err 4166 }; then 4104 4167 # Broken: success on invalid input. 4105 4168 continue … … 4112 4175 break 4113 4176 fi 4177 4114 4178 rm -f conftest.err conftest.$ac_ext 4115 4179 … … 4134 4198 4135 4199 4136 echo "$as_me:$LINENO: checking for egrep" >&54137 echo $ECHO_N "checking for egrep... $ECHO_C" >&64138 if test "${ac_cv_p rog_egrep+set}" = set; then4200 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4201 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4202 if test "${ac_cv_path_GREP+set}" = set; then 4139 4203 echo $ECHO_N "(cached) $ECHO_C" >&6 4140 4204 else 4141 if echo a | (grep -E '(a|b)') >/dev/null 2>&1 4142 then ac_cv_prog_egrep='grep -E' 4143 else ac_cv_prog_egrep='egrep' 4205 # Extract the first word of "grep ggrep" to use in msg output 4206 if test -z "$GREP"; then 4207 set dummy grep ggrep; ac_prog_name=$2 4208 if test "${ac_cv_path_GREP+set}" = set; then 4209 echo $ECHO_N "(cached) $ECHO_C" >&6 4210 else 4211 ac_path_GREP_found=false 4212 # Loop through the user's path and test for each of PROGNAME-LIST 4213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4214 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4215 do 4216 IFS=$as_save_IFS 4217 test -z "$as_dir" && as_dir=. 4218 for ac_prog in grep ggrep; do 4219 for ac_exec_ext in '' $ac_executable_extensions; do 4220 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4221 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4222 # Check for GNU ac_path_GREP and select it if it is found. 4223 # Check for GNU $ac_path_GREP 4224 case `"$ac_path_GREP" --version 2>&1` in 4225 *GNU*) 4226 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4227 *) 4228 ac_count=0 4229 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4230 while : 4231 do 4232 cat "conftest.in" "conftest.in" >"conftest.tmp" 4233 mv "conftest.tmp" "conftest.in" 4234 cp "conftest.in" "conftest.nl" 4235 echo 'GREP' >> "conftest.nl" 4236 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4237 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4238 ac_count=`expr $ac_count + 1` 4239 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4240 # Best one so far, save it but keep looking for a better one 4241 ac_cv_path_GREP="$ac_path_GREP" 4242 ac_path_GREP_max=$ac_count 4144 4243 fi 4145 fi 4146 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 4147 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 4148 EGREP=$ac_cv_prog_egrep 4149 4150 4151 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4152 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4244 # 10*(2^10) chars as input seems more than enough 4245 test $ac_count -gt 10 && break 4246 done 4247 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4248 esac 4249 4250 4251 $ac_path_GREP_found && break 3 4252 done 4253 done 4254 4255 done 4256 IFS=$as_save_IFS 4257 4258 4259 fi 4260 4261 GREP="$ac_cv_path_GREP" 4262 if test -z "$GREP"; then 4263 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4264 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4265 { (exit 1); exit 1; }; } 4266 fi 4267 4268 else 4269 ac_cv_path_GREP=$GREP 4270 fi 4271 4272 4273 fi 4274 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4275 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4276 GREP="$ac_cv_path_GREP" 4277 4278 4279 { echo "$as_me:$LINENO: checking for egrep" >&5 4280 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4281 if test "${ac_cv_path_EGREP+set}" = set; then 4282 echo $ECHO_N "(cached) $ECHO_C" >&6 4283 else 4284 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4285 then ac_cv_path_EGREP="$GREP -E" 4286 else 4287 # Extract the first word of "egrep" to use in msg output 4288 if test -z "$EGREP"; then 4289 set dummy egrep; ac_prog_name=$2 4290 if test "${ac_cv_path_EGREP+set}" = set; then 4291 echo $ECHO_N "(cached) $ECHO_C" >&6 4292 else 4293 ac_path_EGREP_found=false 4294 # Loop through the user's path and test for each of PROGNAME-LIST 4295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4296 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4297 do 4298 IFS=$as_save_IFS 4299 test -z "$as_dir" && as_dir=. 4300 for ac_prog in egrep; do 4301 for ac_exec_ext in '' $ac_executable_extensions; do 4302 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4303 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4304 # Check for GNU ac_path_EGREP and select it if it is found. 4305 # Check for GNU $ac_path_EGREP 4306 case `"$ac_path_EGREP" --version 2>&1` in 4307 *GNU*) 4308 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4309 *) 4310 ac_count=0 4311 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4312 while : 4313 do 4314 cat "conftest.in" "conftest.in" >"conftest.tmp" 4315 mv "conftest.tmp" "conftest.in" 4316 cp "conftest.in" "conftest.nl" 4317 echo 'EGREP' >> "conftest.nl" 4318 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4319 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4320 ac_count=`expr $ac_count + 1` 4321 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4322 # Best one so far, save it but keep looking for a better one 4323 ac_cv_path_EGREP="$ac_path_EGREP" 4324 ac_path_EGREP_max=$ac_count 4325 fi 4326 # 10*(2^10) chars as input seems more than enough 4327 test $ac_count -gt 10 && break 4328 done 4329 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4330 esac 4331 4332 4333 $ac_path_EGREP_found && break 3 4334 done 4335 done 4336 4337 done 4338 IFS=$as_save_IFS 4339 4340 4341 fi 4342 4343 EGREP="$ac_cv_path_EGREP" 4344 if test -z "$EGREP"; then 4345 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4346 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4347 { (exit 1); exit 1; }; } 4348 fi 4349 4350 else 4351 ac_cv_path_EGREP=$EGREP 4352 fi 4353 4354 4355 fi 4356 fi 4357 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4358 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4359 EGREP="$ac_cv_path_EGREP" 4360 4361 4362 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4363 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4153 4364 if test "${ac_cv_header_stdc+set}" = set; then 4154 4365 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4174 4385 _ACEOF 4175 4386 rm -f conftest.$ac_objext 4176 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4177 (eval $ac_compile) 2>conftest.er1 4387 if { (ac_try="$ac_compile" 4388 case "(($ac_try" in 4389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4390 *) ac_try_echo=$ac_try;; 4391 esac 4392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4393 (eval "$ac_compile") 2>conftest.er1 4178 4394 ac_status=$? 4179 4395 grep -v '^ *+' conftest.er1 >conftest.err … … 4181 4397 cat conftest.err >&5 4182 4398 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4183 (exit $ac_status); } && 4184 { ac_try='test -z "$ac_c_werror_flag" 4185 || test ! -s conftest.err' 4186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4187 (eval $ac_try) 2>&5 4188 ac_status=$? 4189 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4190 (exit $ac_status); }; } && 4191 { ac_try='test -s conftest.$ac_objext' 4192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4193 (eval $ac_try) 2>&5 4194 ac_status=$? 4195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4196 (exit $ac_status); }; }; then 4399 (exit $ac_status); } && { 4400 test -z "$ac_c_werror_flag" || 4401 test ! -s conftest.err 4402 } && test -s conftest.$ac_objext; then 4197 4403 ac_cv_header_stdc=yes 4198 4404 else … … 4200 4406 sed 's/^/| /' conftest.$ac_ext >&5 4201 4407 4202 ac_cv_header_stdc=no 4203 fi 4204 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4408 ac_cv_header_stdc=no 4409 fi 4410 4411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4205 4412 4206 4413 if test $ac_cv_header_stdc = yes; then … … 4258 4465 /* end confdefs.h. */ 4259 4466 #include <ctype.h> 4467 #include <stdlib.h> 4260 4468 #if ((' ' & 0x0FF) == 0x020) 4261 4469 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 4277 4485 if (XOR (islower (i), ISLOWER (i)) 4278 4486 || toupper (i) != TOUPPER (i)) 4279 exit(2);4280 exit (0);4487 return 2; 4488 return 0; 4281 4489 } 4282 4490 _ACEOF 4283 4491 rm -f conftest$ac_exeext 4284 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4285 (eval $ac_link) 2>&5 4492 if { (ac_try="$ac_link" 4493 case "(($ac_try" in 4494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4495 *) ac_try_echo=$ac_try;; 4496 esac 4497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4498 (eval "$ac_link") 2>&5 4286 4499 ac_status=$? 4287 4500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4288 4501 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4290 (eval $ac_try) 2>&5 4502 { (case "(($ac_try" in 4503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4504 *) ac_try_echo=$ac_try;; 4505 esac 4506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4507 (eval "$ac_try") 2>&5 4291 4508 ac_status=$? 4292 4509 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4301 4518 ac_cv_header_stdc=no 4302 4519 fi 4303 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4304 fi 4305 fi 4306 fi 4307 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4308 echo "${ECHO_T}$ac_cv_header_stdc" >&6 4520 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4521 fi 4522 4523 4524 fi 4525 fi 4526 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4527 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4309 4528 if test $ac_cv_header_stdc = yes; then 4310 4529 … … 4329 4548 do 4330 4549 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4331 echo "$as_me:$LINENO: checking for $ac_header" >&54332 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4333 if eval "test \"\${$as_ac_Header+set}\" = set"; then4550 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4551 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4334 4553 echo $ECHO_N "(cached) $ECHO_C" >&6 4335 4554 else … … 4345 4564 _ACEOF 4346 4565 rm -f conftest.$ac_objext 4347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4348 (eval $ac_compile) 2>conftest.er1 4566 if { (ac_try="$ac_compile" 4567 case "(($ac_try" in 4568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4569 *) ac_try_echo=$ac_try;; 4570 esac 4571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4572 (eval "$ac_compile") 2>conftest.er1 4349 4573 ac_status=$? 4350 4574 grep -v '^ *+' conftest.er1 >conftest.err … … 4352 4576 cat conftest.err >&5 4353 4577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4354 (exit $ac_status); } && 4355 { ac_try='test -z "$ac_c_werror_flag" 4356 || test ! -s conftest.err' 4357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4358 (eval $ac_try) 2>&5 4359 ac_status=$? 4360 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4361 (exit $ac_status); }; } && 4362 { ac_try='test -s conftest.$ac_objext' 4363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4364 (eval $ac_try) 2>&5 4365 ac_status=$? 4366 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4367 (exit $ac_status); }; }; then 4578 (exit $ac_status); } && { 4579 test -z "$ac_c_werror_flag" || 4580 test ! -s conftest.err 4581 } && test -s conftest.$ac_objext; then 4368 4582 eval "$as_ac_Header=yes" 4369 4583 else … … 4371 4585 sed 's/^/| /' conftest.$ac_ext >&5 4372 4586 4373 eval "$as_ac_Header=no" 4374 fi 4375 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4376 fi 4377 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4378 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4587 eval "$as_ac_Header=no" 4588 fi 4589 4590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4591 fi 4592 ac_res=`eval echo '${'$as_ac_Header'}'` 4593 { echo "$as_me:$LINENO: result: $ac_res" >&5 4594 echo "${ECHO_T}$ac_res" >&6; } 4379 4595 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4380 4596 cat >>confdefs.h <<_ACEOF … … 4387 4603 4388 4604 4605 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 4606 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 4607 if test "${ac_cv_c_bigendian+set}" = set; then 4608 echo $ECHO_N "(cached) $ECHO_C" >&6 4609 else 4610 # See if sys/param.h defines the BYTE_ORDER macro. 4611 cat >conftest.$ac_ext <<_ACEOF 4612 /* confdefs.h. */ 4613 _ACEOF 4614 cat confdefs.h >>conftest.$ac_ext 4615 cat >>conftest.$ac_ext <<_ACEOF 4616 /* end confdefs.h. */ 4617 #include <sys/types.h> 4618 #include <sys/param.h> 4619 4620 int 4621 main () 4622 { 4623 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 4624 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 4625 bogus endian macros 4626 #endif 4627 4628 ; 4629 return 0; 4630 } 4631 _ACEOF 4632 rm -f conftest.$ac_objext 4633 if { (ac_try="$ac_compile" 4634 case "(($ac_try" in 4635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4636 *) ac_try_echo=$ac_try;; 4637 esac 4638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4639 (eval "$ac_compile") 2>conftest.er1 4640 ac_status=$? 4641 grep -v '^ *+' conftest.er1 >conftest.err 4642 rm -f conftest.er1 4643 cat conftest.err >&5 4644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4645 (exit $ac_status); } && { 4646 test -z "$ac_c_werror_flag" || 4647 test ! -s conftest.err 4648 } && test -s conftest.$ac_objext; then 4649 # It does; now see whether it defined to BIG_ENDIAN or not. 4650 cat >conftest.$ac_ext <<_ACEOF 4651 /* confdefs.h. */ 4652 _ACEOF 4653 cat confdefs.h >>conftest.$ac_ext 4654 cat >>conftest.$ac_ext <<_ACEOF 4655 /* end confdefs.h. */ 4656 #include <sys/types.h> 4657 #include <sys/param.h> 4658 4659 int 4660 main () 4661 { 4662 #if BYTE_ORDER != BIG_ENDIAN 4663 not big endian 4664 #endif 4665 4666 ; 4667 return 0; 4668 } 4669 _ACEOF 4670 rm -f conftest.$ac_objext 4671 if { (ac_try="$ac_compile" 4672 case "(($ac_try" in 4673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4674 *) ac_try_echo=$ac_try;; 4675 esac 4676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4677 (eval "$ac_compile") 2>conftest.er1 4678 ac_status=$? 4679 grep -v '^ *+' conftest.er1 >conftest.err 4680 rm -f conftest.er1 4681 cat conftest.err >&5 4682 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4683 (exit $ac_status); } && { 4684 test -z "$ac_c_werror_flag" || 4685 test ! -s conftest.err 4686 } && test -s conftest.$ac_objext; then 4687 ac_cv_c_bigendian=yes 4688 else 4689 echo "$as_me: failed program was:" >&5 4690 sed 's/^/| /' conftest.$ac_ext >&5 4691 4692 ac_cv_c_bigendian=no 4693 fi 4694 4695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4696 else 4697 echo "$as_me: failed program was:" >&5 4698 sed 's/^/| /' conftest.$ac_ext >&5 4699 4700 # It does not; compile a test program. 4701 if test "$cross_compiling" = yes; then 4702 # try to guess the endianness by grepping values into an object file 4703 ac_cv_c_bigendian=unknown 4704 cat >conftest.$ac_ext <<_ACEOF 4705 /* confdefs.h. */ 4706 _ACEOF 4707 cat confdefs.h >>conftest.$ac_ext 4708 cat >>conftest.$ac_ext <<_ACEOF 4709 /* end confdefs.h. */ 4710 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 4711 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 4712 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 4713 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 4714 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 4715 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 4716 int 4717 main () 4718 { 4719 _ascii (); _ebcdic (); 4720 ; 4721 return 0; 4722 } 4723 _ACEOF 4724 rm -f conftest.$ac_objext 4725 if { (ac_try="$ac_compile" 4726 case "(($ac_try" in 4727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4728 *) ac_try_echo=$ac_try;; 4729 esac 4730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4731 (eval "$ac_compile") 2>conftest.er1 4732 ac_status=$? 4733 grep -v '^ *+' conftest.er1 >conftest.err 4734 rm -f conftest.er1 4735 cat conftest.err >&5 4736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4737 (exit $ac_status); } && { 4738 test -z "$ac_c_werror_flag" || 4739 test ! -s conftest.err 4740 } && test -s conftest.$ac_objext; then 4741 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 4742 ac_cv_c_bigendian=yes 4743 fi 4744 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 4745 if test "$ac_cv_c_bigendian" = unknown; then 4746 ac_cv_c_bigendian=no 4747 else 4748 # finding both strings is unlikely to happen, but who knows? 4749 ac_cv_c_bigendian=unknown 4750 fi 4751 fi 4752 else 4753 echo "$as_me: failed program was:" >&5 4754 sed 's/^/| /' conftest.$ac_ext >&5 4755 4756 4757 fi 4758 4759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4760 else 4761 cat >conftest.$ac_ext <<_ACEOF 4762 /* confdefs.h. */ 4763 _ACEOF 4764 cat confdefs.h >>conftest.$ac_ext 4765 cat >>conftest.$ac_ext <<_ACEOF 4766 /* end confdefs.h. */ 4767 $ac_includes_default 4768 int 4769 main () 4770 { 4771 4772 /* Are we little or big endian? From Harbison&Steele. */ 4773 union 4774 { 4775 long int l; 4776 char c[sizeof (long int)]; 4777 } u; 4778 u.l = 1; 4779 return u.c[sizeof (long int) - 1] == 1; 4780 4781 ; 4782 return 0; 4783 } 4784 _ACEOF 4785 rm -f conftest$ac_exeext 4786 if { (ac_try="$ac_link" 4787 case "(($ac_try" in 4788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4789 *) ac_try_echo=$ac_try;; 4790 esac 4791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4792 (eval "$ac_link") 2>&5 4793 ac_status=$? 4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4795 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4796 { (case "(($ac_try" in 4797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4798 *) ac_try_echo=$ac_try;; 4799 esac 4800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4801 (eval "$ac_try") 2>&5 4802 ac_status=$? 4803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4804 (exit $ac_status); }; }; then 4805 ac_cv_c_bigendian=no 4806 else 4807 echo "$as_me: program exited with status $ac_status" >&5 4808 echo "$as_me: failed program was:" >&5 4809 sed 's/^/| /' conftest.$ac_ext >&5 4810 4811 ( exit $ac_status ) 4812 ac_cv_c_bigendian=yes 4813 fi 4814 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4815 fi 4816 4817 4818 fi 4819 4820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4821 fi 4822 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 4823 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 4824 case $ac_cv_c_bigendian in 4825 yes) 4826 4827 cat >>confdefs.h <<\_ACEOF 4828 #define WORDS_BIGENDIAN 1 4829 _ACEOF 4830 ;; 4831 no) 4832 ;; 4833 *) 4834 { { echo "$as_me:$LINENO: error: unknown endianness 4835 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 4836 echo "$as_me: error: unknown endianness 4837 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 4838 { (exit 1); exit 1; }; } ;; 4839 esac 4840 4841 4842 case $target in 4843 *mingw* | *cygw* | *win32* | *w32* ) 4844 cat >>confdefs.h <<\_ACEOF 4845 #define PJ_WIN32 1 4846 _ACEOF 4847 4848 cat >>confdefs.h <<\_ACEOF 4849 #define PJ_WIN32_WINNT 0x0400 4850 _ACEOF 4851 4852 cat >>confdefs.h <<\_ACEOF 4853 #define WIN32_LEAN_AND_MEAN 1 4854 _ACEOF 4855 4856 ;; 4857 *darwin*) 4858 cat >>confdefs.h <<\_ACEOF 4859 #define PJ_DARWINOS 1 4860 _ACEOF 4861 4862 ;; 4863 *linux*) 4864 cat >>confdefs.h <<\_ACEOF 4865 #define PJ_LINUX 1 4866 _ACEOF 4867 4868 ;; 4869 *rtems*) 4870 cat >>confdefs.h <<\_ACEOF 4871 #define PJ_RTEMS 1 4872 _ACEOF 4873 4874 ;; 4875 *sunos* | *solaris* ) 4876 cat >>confdefs.h <<\_ACEOF 4877 #define PJ_SUNOS 1 4878 _ACEOF 4879 4880 ;; 4881 *) 4882 ;; 4883 esac 4884 4885 4886 4887 4888 # Check whether --enable-floating-point was given. 4889 if test "${enable_floating_point+set}" = set; then 4890 enableval=$enable_floating_point; if test "$enable_floating_point" = "no"; then 4891 cat >>confdefs.h <<\_ACEOF 4892 #define PJ_HAS_FLOATING_POINT 0 4893 _ACEOF 4894 4895 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 4896 echo "${ECHO_T}Checking if floating point is disabled... yes" >&6; } 4897 fi 4898 else 4899 4900 cat >>confdefs.h <<\_ACEOF 4901 #define PJ_HAS_FLOATING_POINT 1 4902 _ACEOF 4903 4904 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 4905 echo "${ECHO_T}Checking if floating point is disabled... no" >&6; } 4906 4907 { echo "$as_me:$LINENO: checking for fmod in -lm" >&5 4908 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6; } 4909 if test "${ac_cv_lib_m_fmod+set}" = set; then 4910 echo $ECHO_N "(cached) $ECHO_C" >&6 4911 else 4912 ac_check_lib_save_LIBS=$LIBS 4913 LIBS="-lm $LIBS" 4914 cat >conftest.$ac_ext <<_ACEOF 4915 /* confdefs.h. */ 4916 _ACEOF 4917 cat confdefs.h >>conftest.$ac_ext 4918 cat >>conftest.$ac_ext <<_ACEOF 4919 /* end confdefs.h. */ 4920 4921 /* Override any GCC internal prototype to avoid an error. 4922 Use char because int might match the return type of a GCC 4923 builtin and then its argument prototype would still apply. */ 4924 #ifdef __cplusplus 4925 extern "C" 4926 #endif 4927 char fmod (); 4928 int 4929 main () 4930 { 4931 return fmod (); 4932 ; 4933 return 0; 4934 } 4935 _ACEOF 4936 rm -f conftest.$ac_objext conftest$ac_exeext 4937 if { (ac_try="$ac_link" 4938 case "(($ac_try" in 4939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4940 *) ac_try_echo=$ac_try;; 4941 esac 4942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4943 (eval "$ac_link") 2>conftest.er1 4944 ac_status=$? 4945 grep -v '^ *+' conftest.er1 >conftest.err 4946 rm -f conftest.er1 4947 cat conftest.err >&5 4948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4949 (exit $ac_status); } && { 4950 test -z "$ac_c_werror_flag" || 4951 test ! -s conftest.err 4952 } && test -s conftest$ac_exeext && 4953 $as_test_x conftest$ac_exeext; then 4954 ac_cv_lib_m_fmod=yes 4955 else 4956 echo "$as_me: failed program was:" >&5 4957 sed 's/^/| /' conftest.$ac_ext >&5 4958 4959 ac_cv_lib_m_fmod=no 4960 fi 4961 4962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4963 conftest$ac_exeext conftest.$ac_ext 4964 LIBS=$ac_check_lib_save_LIBS 4965 fi 4966 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 4967 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6; } 4968 if test $ac_cv_lib_m_fmod = yes; then 4969 cat >>confdefs.h <<_ACEOF 4970 #define HAVE_LIBM 1 4971 _ACEOF 4972 4973 LIBS="-lm $LIBS" 4974 4975 fi 4976 4977 4978 fi 4979 4980 4981 4389 4982 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4390 echo "$as_me:$LINENO: checking for arpa/inet.h" >&54391 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 4983 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 4984 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 4392 4985 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4393 4986 echo $ECHO_N "(cached) $ECHO_C" >&6 4394 4987 fi 4395 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&54396 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 4988 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 4989 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 4397 4990 else 4398 4991 # Is the header compilable? 4399 echo "$as_me:$LINENO: checking arpa/inet.h usability" >&54400 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 4992 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 4993 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } 4401 4994 cat >conftest.$ac_ext <<_ACEOF 4402 4995 /* confdefs.h. */ … … 4409 5002 _ACEOF 4410 5003 rm -f conftest.$ac_objext 4411 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4412 (eval $ac_compile) 2>conftest.er1 5004 if { (ac_try="$ac_compile" 5005 case "(($ac_try" in 5006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5007 *) ac_try_echo=$ac_try;; 5008 esac 5009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5010 (eval "$ac_compile") 2>conftest.er1 4413 5011 ac_status=$? 4414 5012 grep -v '^ *+' conftest.er1 >conftest.err … … 4416 5014 cat conftest.err >&5 4417 5015 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4418 (exit $ac_status); } && 4419 { ac_try='test -z "$ac_c_werror_flag" 4420 || test ! -s conftest.err' 4421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4422 (eval $ac_try) 2>&5 4423 ac_status=$? 4424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4425 (exit $ac_status); }; } && 4426 { ac_try='test -s conftest.$ac_objext' 4427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4428 (eval $ac_try) 2>&5 4429 ac_status=$? 4430 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4431 (exit $ac_status); }; }; then 5016 (exit $ac_status); } && { 5017 test -z "$ac_c_werror_flag" || 5018 test ! -s conftest.err 5019 } && test -s conftest.$ac_objext; then 4432 5020 ac_header_compiler=yes 4433 5021 else … … 4435 5023 sed 's/^/| /' conftest.$ac_ext >&5 4436 5024 4437 ac_header_compiler=no 4438 fi 4439 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4440 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4441 echo "${ECHO_T}$ac_header_compiler" >&6 5025 ac_header_compiler=no 5026 fi 5027 5028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5029 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5030 echo "${ECHO_T}$ac_header_compiler" >&6; } 4442 5031 4443 5032 # Is the header present? 4444 echo "$as_me:$LINENO: checking arpa/inet.h presence" >&54445 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 5033 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 5034 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } 4446 5035 cat >conftest.$ac_ext <<_ACEOF 4447 5036 /* confdefs.h. */ … … 4452 5041 #include <arpa/inet.h> 4453 5042 _ACEOF 4454 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4455 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5043 if { (ac_try="$ac_cpp conftest.$ac_ext" 5044 case "(($ac_try" in 5045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5046 *) ac_try_echo=$ac_try;; 5047 esac 5048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5049 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4456 5050 ac_status=$? 4457 5051 grep -v '^ *+' conftest.er1 >conftest.err … … 4459 5053 cat conftest.err >&5 4460 5054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4461 (exit $ac_status); } >/dev/null; then 4462 if test -s conftest.err; then 4463 ac_cpp_err=$ac_c_preproc_warn_flag 4464 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4465 else 4466 ac_cpp_err= 4467 fi 4468 else 4469 ac_cpp_err=yes 4470 fi 4471 if test -z "$ac_cpp_err"; then 5055 (exit $ac_status); } >/dev/null && { 5056 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5057 test ! -s conftest.err 5058 }; then 4472 5059 ac_header_preproc=yes 4473 5060 else … … 4477 5064 ac_header_preproc=no 4478 5065 fi 5066 4479 5067 rm -f conftest.err conftest.$ac_ext 4480 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54481 echo "${ECHO_T}$ac_header_preproc" >&6 5068 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5069 echo "${ECHO_T}$ac_header_preproc" >&6; } 4482 5070 4483 5071 # So? What about this header? … … 4503 5091 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 4504 5092 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 4505 ( 4506 cat <<\_ASBOX 4507 ## ------------------------------------ ## 4508 ## Report this to the pjproject lists. ## 4509 ## ------------------------------------ ## 4510 _ASBOX 4511 ) | 4512 sed "s/^/$as_me: WARNING: /" >&2 5093 4513 5094 ;; 4514 5095 esac 4515 echo "$as_me:$LINENO: checking for arpa/inet.h" >&54516 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 5096 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 5097 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 4517 5098 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4518 5099 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4520 5101 ac_cv_header_arpa_inet_h=$ac_header_preproc 4521 5102 fi 4522 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&54523 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 5103 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 5104 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 4524 5105 4525 5106 fi … … 4533 5114 4534 5115 if test "${ac_cv_header_assert_h+set}" = set; then 4535 echo "$as_me:$LINENO: checking for assert.h" >&54536 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6 5116 { echo "$as_me:$LINENO: checking for assert.h" >&5 5117 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 4537 5118 if test "${ac_cv_header_assert_h+set}" = set; then 4538 5119 echo $ECHO_N "(cached) $ECHO_C" >&6 4539 5120 fi 4540 echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&54541 echo "${ECHO_T}$ac_cv_header_assert_h" >&6 5121 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5122 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 4542 5123 else 4543 5124 # Is the header compilable? 4544 echo "$as_me:$LINENO: checking assert.h usability" >&54545 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6 5125 { echo "$as_me:$LINENO: checking assert.h usability" >&5 5126 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6; } 4546 5127 cat >conftest.$ac_ext <<_ACEOF 4547 5128 /* confdefs.h. */ … … 4554 5135 _ACEOF 4555 5136 rm -f conftest.$ac_objext 4556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4557 (eval $ac_compile) 2>conftest.er1 5137 if { (ac_try="$ac_compile" 5138 case "(($ac_try" in 5139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5140 *) ac_try_echo=$ac_try;; 5141 esac 5142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5143 (eval "$ac_compile") 2>conftest.er1 4558 5144 ac_status=$? 4559 5145 grep -v '^ *+' conftest.er1 >conftest.err … … 4561 5147 cat conftest.err >&5 4562 5148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4563 (exit $ac_status); } && 4564 { ac_try='test -z "$ac_c_werror_flag" 4565 || test ! -s conftest.err' 4566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4567 (eval $ac_try) 2>&5 4568 ac_status=$? 4569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4570 (exit $ac_status); }; } && 4571 { ac_try='test -s conftest.$ac_objext' 4572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4573 (eval $ac_try) 2>&5 4574 ac_status=$? 4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4576 (exit $ac_status); }; }; then 5149 (exit $ac_status); } && { 5150 test -z "$ac_c_werror_flag" || 5151 test ! -s conftest.err 5152 } && test -s conftest.$ac_objext; then 4577 5153 ac_header_compiler=yes 4578 5154 else … … 4580 5156 sed 's/^/| /' conftest.$ac_ext >&5 4581 5157 4582 ac_header_compiler=no 4583 fi 4584 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4585 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4586 echo "${ECHO_T}$ac_header_compiler" >&6 5158 ac_header_compiler=no 5159 fi 5160 5161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5162 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5163 echo "${ECHO_T}$ac_header_compiler" >&6; } 4587 5164 4588 5165 # Is the header present? 4589 echo "$as_me:$LINENO: checking assert.h presence" >&54590 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6 5166 { echo "$as_me:$LINENO: checking assert.h presence" >&5 5167 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6; } 4591 5168 cat >conftest.$ac_ext <<_ACEOF 4592 5169 /* confdefs.h. */ … … 4597 5174 #include <assert.h> 4598 5175 _ACEOF 4599 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4600 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5176 if { (ac_try="$ac_cpp conftest.$ac_ext" 5177 case "(($ac_try" in 5178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5179 *) ac_try_echo=$ac_try;; 5180 esac 5181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5182 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4601 5183 ac_status=$? 4602 5184 grep -v '^ *+' conftest.er1 >conftest.err … … 4604 5186 cat conftest.err >&5 4605 5187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4606 (exit $ac_status); } >/dev/null; then 4607 if test -s conftest.err; then 4608 ac_cpp_err=$ac_c_preproc_warn_flag 4609 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4610 else 4611 ac_cpp_err= 4612 fi 4613 else 4614 ac_cpp_err=yes 4615 fi 4616 if test -z "$ac_cpp_err"; then 5188 (exit $ac_status); } >/dev/null && { 5189 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5190 test ! -s conftest.err 5191 }; then 4617 5192 ac_header_preproc=yes 4618 5193 else … … 4622 5197 ac_header_preproc=no 4623 5198 fi 5199 4624 5200 rm -f conftest.err conftest.$ac_ext 4625 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54626 echo "${ECHO_T}$ac_header_preproc" >&6 5201 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5202 echo "${ECHO_T}$ac_header_preproc" >&6; } 4627 5203 4628 5204 # So? What about this header? … … 4648 5224 { echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&5 4649 5225 echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 4650 ( 4651 cat <<\_ASBOX 4652 ## ------------------------------------ ## 4653 ## Report this to the pjproject lists. ## 4654 ## ------------------------------------ ## 4655 _ASBOX 4656 ) | 4657 sed "s/^/$as_me: WARNING: /" >&2 5226 4658 5227 ;; 4659 5228 esac 4660 echo "$as_me:$LINENO: checking for assert.h" >&54661 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6 5229 { echo "$as_me:$LINENO: checking for assert.h" >&5 5230 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 4662 5231 if test "${ac_cv_header_assert_h+set}" = set; then 4663 5232 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4665 5234 ac_cv_header_assert_h=$ac_header_preproc 4666 5235 fi 4667 echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&54668 echo "${ECHO_T}$ac_cv_header_assert_h" >&6 5236 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5237 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 4669 5238 4670 5239 fi … … 4678 5247 4679 5248 if test "${ac_cv_header_ctype_h+set}" = set; then 4680 echo "$as_me:$LINENO: checking for ctype.h" >&54681 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6 5249 { echo "$as_me:$LINENO: checking for ctype.h" >&5 5250 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 4682 5251 if test "${ac_cv_header_ctype_h+set}" = set; then 4683 5252 echo $ECHO_N "(cached) $ECHO_C" >&6 4684 5253 fi 4685 echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&54686 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6 5254 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5255 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 4687 5256 else 4688 5257 # Is the header compilable? 4689 echo "$as_me:$LINENO: checking ctype.h usability" >&54690 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6 5258 { echo "$as_me:$LINENO: checking ctype.h usability" >&5 5259 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6; } 4691 5260 cat >conftest.$ac_ext <<_ACEOF 4692 5261 /* confdefs.h. */ … … 4699 5268 _ACEOF 4700 5269 rm -f conftest.$ac_objext 4701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4702 (eval $ac_compile) 2>conftest.er1 5270 if { (ac_try="$ac_compile" 5271 case "(($ac_try" in 5272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5273 *) ac_try_echo=$ac_try;; 5274 esac 5275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5276 (eval "$ac_compile") 2>conftest.er1 4703 5277 ac_status=$? 4704 5278 grep -v '^ *+' conftest.er1 >conftest.err … … 4706 5280 cat conftest.err >&5 4707 5281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4708 (exit $ac_status); } && 4709 { ac_try='test -z "$ac_c_werror_flag" 4710 || test ! -s conftest.err' 4711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4712 (eval $ac_try) 2>&5 4713 ac_status=$? 4714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4715 (exit $ac_status); }; } && 4716 { ac_try='test -s conftest.$ac_objext' 4717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4718 (eval $ac_try) 2>&5 4719 ac_status=$? 4720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4721 (exit $ac_status); }; }; then 5282 (exit $ac_status); } && { 5283 test -z "$ac_c_werror_flag" || 5284 test ! -s conftest.err 5285 } && test -s conftest.$ac_objext; then 4722 5286 ac_header_compiler=yes 4723 5287 else … … 4725 5289 sed 's/^/| /' conftest.$ac_ext >&5 4726 5290 4727 ac_header_compiler=no 4728 fi 4729 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4730 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4731 echo "${ECHO_T}$ac_header_compiler" >&6 5291 ac_header_compiler=no 5292 fi 5293 5294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5295 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5296 echo "${ECHO_T}$ac_header_compiler" >&6; } 4732 5297 4733 5298 # Is the header present? 4734 echo "$as_me:$LINENO: checking ctype.h presence" >&54735 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6 5299 { echo "$as_me:$LINENO: checking ctype.h presence" >&5 5300 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6; } 4736 5301 cat >conftest.$ac_ext <<_ACEOF 4737 5302 /* confdefs.h. */ … … 4742 5307 #include <ctype.h> 4743 5308 _ACEOF 4744 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4745 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5309 if { (ac_try="$ac_cpp conftest.$ac_ext" 5310 case "(($ac_try" in 5311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5312 *) ac_try_echo=$ac_try;; 5313 esac 5314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5315 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4746 5316 ac_status=$? 4747 5317 grep -v '^ *+' conftest.er1 >conftest.err … … 4749 5319 cat conftest.err >&5 4750 5320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4751 (exit $ac_status); } >/dev/null; then 4752 if test -s conftest.err; then 4753 ac_cpp_err=$ac_c_preproc_warn_flag 4754 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4755 else 4756 ac_cpp_err= 4757 fi 4758 else 4759 ac_cpp_err=yes 4760 fi 4761 if test -z "$ac_cpp_err"; then 5321 (exit $ac_status); } >/dev/null && { 5322 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5323 test ! -s conftest.err 5324 }; then 4762 5325 ac_header_preproc=yes 4763 5326 else … … 4767 5330 ac_header_preproc=no 4768 5331 fi 5332 4769 5333 rm -f conftest.err conftest.$ac_ext 4770 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54771 echo "${ECHO_T}$ac_header_preproc" >&6 5334 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5335 echo "${ECHO_T}$ac_header_preproc" >&6; } 4772 5336 4773 5337 # So? What about this header? … … 4793 5357 { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5 4794 5358 echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 4795 ( 4796 cat <<\_ASBOX 4797 ## ------------------------------------ ## 4798 ## Report this to the pjproject lists. ## 4799 ## ------------------------------------ ## 4800 _ASBOX 4801 ) | 4802 sed "s/^/$as_me: WARNING: /" >&2 5359 4803 5360 ;; 4804 5361 esac 4805 echo "$as_me:$LINENO: checking for ctype.h" >&54806 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6 5362 { echo "$as_me:$LINENO: checking for ctype.h" >&5 5363 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 4807 5364 if test "${ac_cv_header_ctype_h+set}" = set; then 4808 5365 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4810 5367 ac_cv_header_ctype_h=$ac_header_preproc 4811 5368 fi 4812 echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&54813 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6 5369 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5370 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 4814 5371 4815 5372 fi … … 4832 5389 *) 4833 5390 if test "${ac_cv_header_errno_h+set}" = set; then 4834 echo "$as_me:$LINENO: checking for errno.h" >&54835 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6 5391 { echo "$as_me:$LINENO: checking for errno.h" >&5 5392 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 4836 5393 if test "${ac_cv_header_errno_h+set}" = set; then 4837 5394 echo $ECHO_N "(cached) $ECHO_C" >&6 4838 5395 fi 4839 echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&54840 echo "${ECHO_T}$ac_cv_header_errno_h" >&6 5396 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 5397 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 4841 5398 else 4842 5399 # Is the header compilable? 4843 echo "$as_me:$LINENO: checking errno.h usability" >&54844 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6 5400 { echo "$as_me:$LINENO: checking errno.h usability" >&5 5401 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6; } 4845 5402 cat >conftest.$ac_ext <<_ACEOF 4846 5403 /* confdefs.h. */ … … 4853 5410 _ACEOF 4854 5411 rm -f conftest.$ac_objext 4855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4856 (eval $ac_compile) 2>conftest.er1 5412 if { (ac_try="$ac_compile" 5413 case "(($ac_try" in 5414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5415 *) ac_try_echo=$ac_try;; 5416 esac 5417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5418 (eval "$ac_compile") 2>conftest.er1 4857 5419 ac_status=$? 4858 5420 grep -v '^ *+' conftest.er1 >conftest.err … … 4860 5422 cat conftest.err >&5 4861 5423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4862 (exit $ac_status); } && 4863 { ac_try='test -z "$ac_c_werror_flag" 4864 || test ! -s conftest.err' 4865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4866 (eval $ac_try) 2>&5 4867 ac_status=$? 4868 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4869 (exit $ac_status); }; } && 4870 { ac_try='test -s conftest.$ac_objext' 4871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4872 (eval $ac_try) 2>&5 4873 ac_status=$? 4874 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4875 (exit $ac_status); }; }; then 5424 (exit $ac_status); } && { 5425 test -z "$ac_c_werror_flag" || 5426 test ! -s conftest.err 5427 } && test -s conftest.$ac_objext; then 4876 5428 ac_header_compiler=yes 4877 5429 else … … 4879 5431 sed 's/^/| /' conftest.$ac_ext >&5 4880 5432 4881 ac_header_compiler=no 4882 fi 4883 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4884 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4885 echo "${ECHO_T}$ac_header_compiler" >&6 5433 ac_header_compiler=no 5434 fi 5435 5436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5437 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5438 echo "${ECHO_T}$ac_header_compiler" >&6; } 4886 5439 4887 5440 # Is the header present? 4888 echo "$as_me:$LINENO: checking errno.h presence" >&54889 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6 5441 { echo "$as_me:$LINENO: checking errno.h presence" >&5 5442 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6; } 4890 5443 cat >conftest.$ac_ext <<_ACEOF 4891 5444 /* confdefs.h. */ … … 4896 5449 #include <errno.h> 4897 5450 _ACEOF 4898 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4899 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5451 if { (ac_try="$ac_cpp conftest.$ac_ext" 5452 case "(($ac_try" in 5453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5454 *) ac_try_echo=$ac_try;; 5455 esac 5456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5457 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4900 5458 ac_status=$? 4901 5459 grep -v '^ *+' conftest.er1 >conftest.err … … 4903 5461 cat conftest.err >&5 4904 5462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4905 (exit $ac_status); } >/dev/null; then 4906 if test -s conftest.err; then 4907 ac_cpp_err=$ac_c_preproc_warn_flag 4908 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4909 else 4910 ac_cpp_err= 4911 fi 4912 else 4913 ac_cpp_err=yes 4914 fi 4915 if test -z "$ac_cpp_err"; then 5463 (exit $ac_status); } >/dev/null && { 5464 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5465 test ! -s conftest.err 5466 }; then 4916 5467 ac_header_preproc=yes 4917 5468 else … … 4921 5472 ac_header_preproc=no 4922 5473 fi 5474 4923 5475 rm -f conftest.err conftest.$ac_ext 4924 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54925 echo "${ECHO_T}$ac_header_preproc" >&6 5476 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5477 echo "${ECHO_T}$ac_header_preproc" >&6; } 4926 5478 4927 5479 # So? What about this header? … … 4947 5499 { echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&5 4948 5500 echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;} 4949 ( 4950 cat <<\_ASBOX 4951 ## ------------------------------------ ## 4952 ## Report this to the pjproject lists. ## 4953 ## ------------------------------------ ## 4954 _ASBOX 4955 ) | 4956 sed "s/^/$as_me: WARNING: /" >&2 5501 4957 5502 ;; 4958 5503 esac 4959 echo "$as_me:$LINENO: checking for errno.h" >&54960 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6 5504 { echo "$as_me:$LINENO: checking for errno.h" >&5 5505 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 4961 5506 if test "${ac_cv_header_errno_h+set}" = set; then 4962 5507 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4964 5509 ac_cv_header_errno_h=$ac_header_preproc 4965 5510 fi 4966 echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&54967 echo "${ECHO_T}$ac_cv_header_errno_h" >&6 5511 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 5512 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 4968 5513 4969 5514 fi … … 4980 5525 4981 5526 if test "${ac_cv_header_fcntl_h+set}" = set; then 4982 echo "$as_me:$LINENO: checking for fcntl.h" >&54983 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6 5527 { echo "$as_me:$LINENO: checking for fcntl.h" >&5 5528 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 4984 5529 if test "${ac_cv_header_fcntl_h+set}" = set; then 4985 5530 echo $ECHO_N "(cached) $ECHO_C" >&6 4986 5531 fi 4987 echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&54988 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6 5532 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 5533 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 4989 5534 else 4990 5535 # Is the header compilable? 4991 echo "$as_me:$LINENO: checking fcntl.h usability" >&54992 echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6 5536 { echo "$as_me:$LINENO: checking fcntl.h usability" >&5 5537 echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6; } 4993 5538 cat >conftest.$ac_ext <<_ACEOF 4994 5539 /* confdefs.h. */ … … 5001 5546 _ACEOF 5002 5547 rm -f conftest.$ac_objext 5003 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5004 (eval $ac_compile) 2>conftest.er1 5548 if { (ac_try="$ac_compile" 5549 case "(($ac_try" in 5550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5551 *) ac_try_echo=$ac_try;; 5552 esac 5553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5554 (eval "$ac_compile") 2>conftest.er1 5005 5555 ac_status=$? 5006 5556 grep -v '^ *+' conftest.er1 >conftest.err … … 5008 5558 cat conftest.err >&5 5009 5559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5010 (exit $ac_status); } && 5011 { ac_try='test -z "$ac_c_werror_flag" 5012 || test ! -s conftest.err' 5013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5014 (eval $ac_try) 2>&5 5015 ac_status=$? 5016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5017 (exit $ac_status); }; } && 5018 { ac_try='test -s conftest.$ac_objext' 5019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5020 (eval $ac_try) 2>&5 5021 ac_status=$? 5022 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5023 (exit $ac_status); }; }; then 5560 (exit $ac_status); } && { 5561 test -z "$ac_c_werror_flag" || 5562 test ! -s conftest.err 5563 } && test -s conftest.$ac_objext; then 5024 5564 ac_header_compiler=yes 5025 5565 else … … 5027 5567 sed 's/^/| /' conftest.$ac_ext >&5 5028 5568 5029 ac_header_compiler=no 5030 fi 5031 rm -f 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 5569 ac_header_compiler=no 5570 fi 5571 5572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5573 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5574 echo "${ECHO_T}$ac_header_compiler" >&6; } 5034 5575 5035 5576 # Is the header present? 5036 echo "$as_me:$LINENO: checking fcntl.h presence" >&55037 echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6 5577 { echo "$as_me:$LINENO: checking fcntl.h presence" >&5 5578 echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6; } 5038 5579 cat >conftest.$ac_ext <<_ACEOF 5039 5580 /* confdefs.h. */ … … 5044 5585 #include <fcntl.h> 5045 5586 _ACEOF 5046 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5047 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5587 if { (ac_try="$ac_cpp conftest.$ac_ext" 5588 case "(($ac_try" in 5589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5590 *) ac_try_echo=$ac_try;; 5591 esac 5592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5593 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5048 5594 ac_status=$? 5049 5595 grep -v '^ *+' conftest.er1 >conftest.err … … 5051 5597 cat conftest.err >&5 5052 5598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5053 (exit $ac_status); } >/dev/null; then 5054 if test -s conftest.err; then 5055 ac_cpp_err=$ac_c_preproc_warn_flag 5056 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5057 else 5058 ac_cpp_err= 5059 fi 5060 else 5061 ac_cpp_err=yes 5062 fi 5063 if test -z "$ac_cpp_err"; then 5599 (exit $ac_status); } >/dev/null && { 5600 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5601 test ! -s conftest.err 5602 }; then 5064 5603 ac_header_preproc=yes 5065 5604 else … … 5069 5608 ac_header_preproc=no 5070 5609 fi 5610 5071 5611 rm -f conftest.err conftest.$ac_ext 5072 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55073 echo "${ECHO_T}$ac_header_preproc" >&6 5612 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5613 echo "${ECHO_T}$ac_header_preproc" >&6; } 5074 5614 5075 5615 # So? What about this header? … … 5095 5635 { echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&5 5096 5636 echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;} 5097 ( 5098 cat <<\_ASBOX 5099 ## ------------------------------------ ## 5100 ## Report this to the pjproject lists. ## 5101 ## ------------------------------------ ## 5102 _ASBOX 5103 ) | 5104 sed "s/^/$as_me: WARNING: /" >&2 5637 5105 5638 ;; 5106 5639 esac 5107 echo "$as_me:$LINENO: checking for fcntl.h" >&55108 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6 5640 { echo "$as_me:$LINENO: checking for fcntl.h" >&5 5641 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 5109 5642 if test "${ac_cv_header_fcntl_h+set}" = set; then 5110 5643 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5112 5645 ac_cv_header_fcntl_h=$ac_header_preproc 5113 5646 fi 5114 echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&55115 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6 5647 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 5648 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 5116 5649 5117 5650 fi … … 5125 5658 5126 5659 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5127 echo "$as_me:$LINENO: checking for linux/socket.h" >&55128 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6 5660 { echo "$as_me:$LINENO: checking for linux/socket.h" >&5 5661 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 5129 5662 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5130 5663 echo $ECHO_N "(cached) $ECHO_C" >&6 5131 5664 fi 5132 echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&55133 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6 5665 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 5666 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 5134 5667 else 5135 5668 # Is the header compilable? 5136 echo "$as_me:$LINENO: checking linux/socket.h usability" >&55137 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6 5669 { echo "$as_me:$LINENO: checking linux/socket.h usability" >&5 5670 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6; } 5138 5671 cat >conftest.$ac_ext <<_ACEOF 5139 5672 /* confdefs.h. */ … … 5146 5679 _ACEOF 5147 5680 rm -f conftest.$ac_objext 5148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5149 (eval $ac_compile) 2>conftest.er1 5681 if { (ac_try="$ac_compile" 5682 case "(($ac_try" in 5683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5684 *) ac_try_echo=$ac_try;; 5685 esac 5686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5687 (eval "$ac_compile") 2>conftest.er1 5150 5688 ac_status=$? 5151 5689 grep -v '^ *+' conftest.er1 >conftest.err … … 5153 5691 cat conftest.err >&5 5154 5692 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5155 (exit $ac_status); } && 5156 { ac_try='test -z "$ac_c_werror_flag" 5157 || test ! -s conftest.err' 5158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5159 (eval $ac_try) 2>&5 5160 ac_status=$? 5161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5162 (exit $ac_status); }; } && 5163 { ac_try='test -s conftest.$ac_objext' 5164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5165 (eval $ac_try) 2>&5 5166 ac_status=$? 5167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5168 (exit $ac_status); }; }; then 5693 (exit $ac_status); } && { 5694 test -z "$ac_c_werror_flag" || 5695 test ! -s conftest.err 5696 } && test -s conftest.$ac_objext; then 5169 5697 ac_header_compiler=yes 5170 5698 else … … 5172 5700 sed 's/^/| /' conftest.$ac_ext >&5 5173 5701 5174 ac_header_compiler=no 5175 fi 5176 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5177 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5178 echo "${ECHO_T}$ac_header_compiler" >&6 5702 ac_header_compiler=no 5703 fi 5704 5705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5706 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5707 echo "${ECHO_T}$ac_header_compiler" >&6; } 5179 5708 5180 5709 # Is the header present? 5181 echo "$as_me:$LINENO: checking linux/socket.h presence" >&55182 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6 5710 { echo "$as_me:$LINENO: checking linux/socket.h presence" >&5 5711 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6; } 5183 5712 cat >conftest.$ac_ext <<_ACEOF 5184 5713 /* confdefs.h. */ … … 5189 5718 #include <linux/socket.h> 5190 5719 _ACEOF 5191 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5192 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5720 if { (ac_try="$ac_cpp conftest.$ac_ext" 5721 case "(($ac_try" in 5722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5723 *) ac_try_echo=$ac_try;; 5724 esac 5725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5726 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5193 5727 ac_status=$? 5194 5728 grep -v '^ *+' conftest.er1 >conftest.err … … 5196 5730 cat conftest.err >&5 5197 5731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5198 (exit $ac_status); } >/dev/null; then 5199 if test -s conftest.err; then 5200 ac_cpp_err=$ac_c_preproc_warn_flag 5201 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5202 else 5203 ac_cpp_err= 5204 fi 5205 else 5206 ac_cpp_err=yes 5207 fi 5208 if test -z "$ac_cpp_err"; then 5732 (exit $ac_status); } >/dev/null && { 5733 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5734 test ! -s conftest.err 5735 }; then 5209 5736 ac_header_preproc=yes 5210 5737 else … … 5214 5741 ac_header_preproc=no 5215 5742 fi 5743 5216 5744 rm -f conftest.err conftest.$ac_ext 5217 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55218 echo "${ECHO_T}$ac_header_preproc" >&6 5745 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5746 echo "${ECHO_T}$ac_header_preproc" >&6; } 5219 5747 5220 5748 # So? What about this header? … … 5240 5768 { echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&5 5241 5769 echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;} 5242 ( 5243 cat <<\_ASBOX 5244 ## ------------------------------------ ## 5245 ## Report this to the pjproject lists. ## 5246 ## ------------------------------------ ## 5247 _ASBOX 5248 ) | 5249 sed "s/^/$as_me: WARNING: /" >&2 5770 5250 5771 ;; 5251 5772 esac 5252 echo "$as_me:$LINENO: checking for linux/socket.h" >&55253 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6 5773 { echo "$as_me:$LINENO: checking for linux/socket.h" >&5 5774 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 5254 5775 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5255 5776 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5257 5778 ac_cv_header_linux_socket_h=$ac_header_preproc 5258 5779 fi 5259 echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&55260 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6 5780 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 5781 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 5261 5782 5262 5783 fi … … 5270 5791 5271 5792 if test "${ac_cv_header_malloc_h+set}" = set; then 5272 echo "$as_me:$LINENO: checking for malloc.h" >&55273 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 5793 { echo "$as_me:$LINENO: checking for malloc.h" >&5 5794 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 5274 5795 if test "${ac_cv_header_malloc_h+set}" = set; then 5275 5796 echo $ECHO_N "(cached) $ECHO_C" >&6 5276 5797 fi 5277 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&55278 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 5798 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 5799 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 5279 5800 else 5280 5801 # Is the header compilable? 5281 echo "$as_me:$LINENO: checking malloc.h usability" >&55282 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6 5802 { echo "$as_me:$LINENO: checking malloc.h usability" >&5 5803 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; } 5283 5804 cat >conftest.$ac_ext <<_ACEOF 5284 5805 /* confdefs.h. */ … … 5291 5812 _ACEOF 5292 5813 rm -f conftest.$ac_objext 5293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5294 (eval $ac_compile) 2>conftest.er1 5814 if { (ac_try="$ac_compile" 5815 case "(($ac_try" in 5816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5817 *) ac_try_echo=$ac_try;; 5818 esac 5819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5820 (eval "$ac_compile") 2>conftest.er1 5295 5821 ac_status=$? 5296 5822 grep -v '^ *+' conftest.er1 >conftest.err … … 5298 5824 cat conftest.err >&5 5299 5825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5300 (exit $ac_status); } && 5301 { ac_try='test -z "$ac_c_werror_flag" 5302 || test ! -s conftest.err' 5303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5304 (eval $ac_try) 2>&5 5305 ac_status=$? 5306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5307 (exit $ac_status); }; } && 5308 { ac_try='test -s conftest.$ac_objext' 5309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5310 (eval $ac_try) 2>&5 5311 ac_status=$? 5312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5313 (exit $ac_status); }; }; then 5826 (exit $ac_status); } && { 5827 test -z "$ac_c_werror_flag" || 5828 test ! -s conftest.err 5829 } && test -s conftest.$ac_objext; then 5314 5830 ac_header_compiler=yes 5315 5831 else … … 5317 5833 sed 's/^/| /' conftest.$ac_ext >&5 5318 5834 5319 ac_header_compiler=no 5320 fi 5321 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5322 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5323 echo "${ECHO_T}$ac_header_compiler" >&6 5835 ac_header_compiler=no 5836 fi 5837 5838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5839 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5840 echo "${ECHO_T}$ac_header_compiler" >&6; } 5324 5841 5325 5842 # Is the header present? 5326 echo "$as_me:$LINENO: checking malloc.h presence" >&55327 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6 5843 { echo "$as_me:$LINENO: checking malloc.h presence" >&5 5844 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; } 5328 5845 cat >conftest.$ac_ext <<_ACEOF 5329 5846 /* confdefs.h. */ … … 5334 5851 #include <malloc.h> 5335 5852 _ACEOF 5336 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5337 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5853 if { (ac_try="$ac_cpp conftest.$ac_ext" 5854 case "(($ac_try" in 5855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5856 *) ac_try_echo=$ac_try;; 5857 esac 5858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5859 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5338 5860 ac_status=$? 5339 5861 grep -v '^ *+' conftest.er1 >conftest.err … … 5341 5863 cat conftest.err >&5 5342 5864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5343 (exit $ac_status); } >/dev/null; then 5344 if test -s conftest.err; then 5345 ac_cpp_err=$ac_c_preproc_warn_flag 5346 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5347 else 5348 ac_cpp_err= 5349 fi 5350 else 5351 ac_cpp_err=yes 5352 fi 5353 if test -z "$ac_cpp_err"; then 5865 (exit $ac_status); } >/dev/null && { 5866 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5867 test ! -s conftest.err 5868 }; then 5354 5869 ac_header_preproc=yes 5355 5870 else … … 5359 5874 ac_header_preproc=no 5360 5875 fi 5876 5361 5877 rm -f conftest.err conftest.$ac_ext 5362 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55363 echo "${ECHO_T}$ac_header_preproc" >&6 5878 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5879 echo "${ECHO_T}$ac_header_preproc" >&6; } 5364 5880 5365 5881 # So? What about this header? … … 5385 5901 { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 5386 5902 echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} 5387 ( 5388 cat <<\_ASBOX 5389 ## ------------------------------------ ## 5390 ## Report this to the pjproject lists. ## 5391 ## ------------------------------------ ## 5392 _ASBOX 5393 ) | 5394 sed "s/^/$as_me: WARNING: /" >&2 5903 5395 5904 ;; 5396 5905 esac 5397 echo "$as_me:$LINENO: checking for malloc.h" >&55398 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 5906 { echo "$as_me:$LINENO: checking for malloc.h" >&5 5907 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 5399 5908 if test "${ac_cv_header_malloc_h+set}" = set; then 5400 5909 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5402 5911 ac_cv_header_malloc_h=$ac_header_preproc 5403 5912 fi 5404 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&55405 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 5913 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 5914 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 5406 5915 5407 5916 fi … … 5415 5924 5416 5925 if test "${ac_cv_header_netdb_h+set}" = set; then 5417 echo "$as_me:$LINENO: checking for netdb.h" >&55418 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6 5926 { echo "$as_me:$LINENO: checking for netdb.h" >&5 5927 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 5419 5928 if test "${ac_cv_header_netdb_h+set}" = set; then 5420 5929 echo $ECHO_N "(cached) $ECHO_C" >&6 5421 5930 fi 5422 echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&55423 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6 5931 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 5932 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 5424 5933 else 5425 5934 # Is the header compilable? 5426 echo "$as_me:$LINENO: checking netdb.h usability" >&55427 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6 5935 { echo "$as_me:$LINENO: checking netdb.h usability" >&5 5936 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6; } 5428 5937 cat >conftest.$ac_ext <<_ACEOF 5429 5938 /* confdefs.h. */ … … 5436 5945 _ACEOF 5437 5946 rm -f conftest.$ac_objext 5438 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5439 (eval $ac_compile) 2>conftest.er1 5947 if { (ac_try="$ac_compile" 5948 case "(($ac_try" in 5949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5950 *) ac_try_echo=$ac_try;; 5951 esac 5952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5953 (eval "$ac_compile") 2>conftest.er1 5440 5954 ac_status=$? 5441 5955 grep -v '^ *+' conftest.er1 >conftest.err … … 5443 5957 cat conftest.err >&5 5444 5958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5445 (exit $ac_status); } && 5446 { ac_try='test -z "$ac_c_werror_flag" 5447 || test ! -s conftest.err' 5448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5449 (eval $ac_try) 2>&5 5450 ac_status=$? 5451 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5452 (exit $ac_status); }; } && 5453 { ac_try='test -s conftest.$ac_objext' 5454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5455 (eval $ac_try) 2>&5 5456 ac_status=$? 5457 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5458 (exit $ac_status); }; }; then 5959 (exit $ac_status); } && { 5960 test -z "$ac_c_werror_flag" || 5961 test ! -s conftest.err 5962 } && test -s conftest.$ac_objext; then 5459 5963 ac_header_compiler=yes 5460 5964 else … … 5462 5966 sed 's/^/| /' conftest.$ac_ext >&5 5463 5967 5464 ac_header_compiler=no 5465 fi 5466 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5467 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5468 echo "${ECHO_T}$ac_header_compiler" >&6 5968 ac_header_compiler=no 5969 fi 5970 5971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5972 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5973 echo "${ECHO_T}$ac_header_compiler" >&6; } 5469 5974 5470 5975 # Is the header present? 5471 echo "$as_me:$LINENO: checking netdb.h presence" >&55472 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6 5976 { echo "$as_me:$LINENO: checking netdb.h presence" >&5 5977 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6; } 5473 5978 cat >conftest.$ac_ext <<_ACEOF 5474 5979 /* confdefs.h. */ … … 5479 5984 #include <netdb.h> 5480 5985 _ACEOF 5481 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5482 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5986 if { (ac_try="$ac_cpp conftest.$ac_ext" 5987 case "(($ac_try" in 5988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5989 *) ac_try_echo=$ac_try;; 5990 esac 5991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5992 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5483 5993 ac_status=$? 5484 5994 grep -v '^ *+' conftest.er1 >conftest.err … … 5486 5996 cat conftest.err >&5 5487 5997 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5488 (exit $ac_status); } >/dev/null; then 5489 if test -s conftest.err; then 5490 ac_cpp_err=$ac_c_preproc_warn_flag 5491 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5492 else 5493 ac_cpp_err= 5494 fi 5495 else 5496 ac_cpp_err=yes 5497 fi 5498 if test -z "$ac_cpp_err"; then 5998 (exit $ac_status); } >/dev/null && { 5999 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6000 test ! -s conftest.err 6001 }; then 5499 6002 ac_header_preproc=yes 5500 6003 else … … 5504 6007 ac_header_preproc=no 5505 6008 fi 6009 5506 6010 rm -f conftest.err conftest.$ac_ext 5507 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55508 echo "${ECHO_T}$ac_header_preproc" >&6 6011 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6012 echo "${ECHO_T}$ac_header_preproc" >&6; } 5509 6013 5510 6014 # So? What about this header? … … 5530 6034 { echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&5 5531 6035 echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;} 5532 ( 5533 cat <<\_ASBOX 5534 ## ------------------------------------ ## 5535 ## Report this to the pjproject lists. ## 5536 ## ------------------------------------ ## 5537 _ASBOX 5538 ) | 5539 sed "s/^/$as_me: WARNING: /" >&2 6036 5540 6037 ;; 5541 6038 esac 5542 echo "$as_me:$LINENO: checking for netdb.h" >&55543 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6 6039 { echo "$as_me:$LINENO: checking for netdb.h" >&5 6040 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 5544 6041 if test "${ac_cv_header_netdb_h+set}" = set; then 5545 6042 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5547 6044 ac_cv_header_netdb_h=$ac_header_preproc 5548 6045 fi 5549 echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&55550 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6 6046 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 6047 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 5551 6048 5552 6049 fi … … 5560 6057 5561 6058 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 5562 echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&55563 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6 6059 { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 6060 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 5564 6061 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 5565 6062 echo $ECHO_N "(cached) $ECHO_C" >&6 5566 6063 fi 5567 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&55568 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6 6064 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 6065 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 5569 6066 else 5570 6067 # Is the header compilable? 5571 echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&55572 echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6 6068 { echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&5 6069 echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6; } 5573 6070 cat >conftest.$ac_ext <<_ACEOF 5574 6071 /* confdefs.h. */ … … 5581 6078 _ACEOF 5582 6079 rm -f conftest.$ac_objext 5583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5584 (eval $ac_compile) 2>conftest.er1 6080 if { (ac_try="$ac_compile" 6081 case "(($ac_try" in 6082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6083 *) ac_try_echo=$ac_try;; 6084 esac 6085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6086 (eval "$ac_compile") 2>conftest.er1 5585 6087 ac_status=$? 5586 6088 grep -v '^ *+' conftest.er1 >conftest.err … … 5588 6090 cat conftest.err >&5 5589 6091 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5590 (exit $ac_status); } && 5591 { ac_try='test -z "$ac_c_werror_flag" 5592 || test ! -s conftest.err' 5593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5594 (eval $ac_try) 2>&5 5595 ac_status=$? 5596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5597 (exit $ac_status); }; } && 5598 { ac_try='test -s conftest.$ac_objext' 5599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5600 (eval $ac_try) 2>&5 5601 ac_status=$? 5602 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5603 (exit $ac_status); }; }; then 6092 (exit $ac_status); } && { 6093 test -z "$ac_c_werror_flag" || 6094 test ! -s conftest.err 6095 } && test -s conftest.$ac_objext; then 5604 6096 ac_header_compiler=yes 5605 6097 else … … 5607 6099 sed 's/^/| /' conftest.$ac_ext >&5 5608 6100 5609 ac_header_compiler=no 5610 fi 5611 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5612 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5613 echo "${ECHO_T}$ac_header_compiler" >&6 6101 ac_header_compiler=no 6102 fi 6103 6104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6105 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6106 echo "${ECHO_T}$ac_header_compiler" >&6; } 5614 6107 5615 6108 # Is the header present? 5616 echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&55617 echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6 6109 { echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&5 6110 echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6; } 5618 6111 cat >conftest.$ac_ext <<_ACEOF 5619 6112 /* confdefs.h. */ … … 5624 6117 #include <netinet/in_systm.h> 5625 6118 _ACEOF 5626 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5627 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6119 if { (ac_try="$ac_cpp conftest.$ac_ext" 6120 case "(($ac_try" in 6121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6122 *) ac_try_echo=$ac_try;; 6123 esac 6124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6125 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5628 6126 ac_status=$? 5629 6127 grep -v '^ *+' conftest.er1 >conftest.err … … 5631 6129 cat conftest.err >&5 5632 6130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5633 (exit $ac_status); } >/dev/null; then 5634 if test -s conftest.err; then 5635 ac_cpp_err=$ac_c_preproc_warn_flag 5636 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5637 else 5638 ac_cpp_err= 5639 fi 5640 else 5641 ac_cpp_err=yes 5642 fi 5643 if test -z "$ac_cpp_err"; then 6131 (exit $ac_status); } >/dev/null && { 6132 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6133 test ! -s conftest.err 6134 }; then 5644 6135 ac_header_preproc=yes 5645 6136 else … … 5649 6140 ac_header_preproc=no 5650 6141 fi 6142 5651 6143 rm -f conftest.err conftest.$ac_ext 5652 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55653 echo "${ECHO_T}$ac_header_preproc" >&6 6144 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6145 echo "${ECHO_T}$ac_header_preproc" >&6; } 5654 6146 5655 6147 # So? What about this header? … … 5675 6167 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&5 5676 6168 echo "$as_me: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&2;} 5677 ( 5678 cat <<\_ASBOX 5679 ## ------------------------------------ ## 5680 ## Report this to the pjproject lists. ## 5681 ## ------------------------------------ ## 5682 _ASBOX 5683 ) | 5684 sed "s/^/$as_me: WARNING: /" >&2 6169 5685 6170 ;; 5686 6171 esac 5687 echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&55688 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6 6172 { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 6173 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 5689 6174 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 5690 6175 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5692 6177 ac_cv_header_netinet_in_systm_h=$ac_header_preproc 5693 6178 fi 5694 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&55695 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6 6179 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 6180 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 5696 6181 5697 6182 fi … … 5705 6190 5706 6191 if test "${ac_cv_header_netinet_in_h+set}" = set; then 5707 echo "$as_me:$LINENO: checking for netinet/in.h" >&55708 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 6192 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 6193 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 5709 6194 if test "${ac_cv_header_netinet_in_h+set}" = set; then 5710 6195 echo $ECHO_N "(cached) $ECHO_C" >&6 5711 6196 fi 5712 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&55713 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 6197 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 6198 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 5714 6199 else 5715 6200 # Is the header compilable? 5716 echo "$as_me:$LINENO: checking netinet/in.h usability" >&55717 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 6201 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 6202 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; } 5718 6203 cat >conftest.$ac_ext <<_ACEOF 5719 6204 /* confdefs.h. */ … … 5726 6211 _ACEOF 5727 6212 rm -f conftest.$ac_objext 5728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5729 (eval $ac_compile) 2>conftest.er1 6213 if { (ac_try="$ac_compile" 6214 case "(($ac_try" in 6215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6216 *) ac_try_echo=$ac_try;; 6217 esac 6218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6219 (eval "$ac_compile") 2>conftest.er1 5730 6220 ac_status=$? 5731 6221 grep -v '^ *+' conftest.er1 >conftest.err … … 5733 6223 cat conftest.err >&5 5734 6224 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5735 (exit $ac_status); } && 5736 { ac_try='test -z "$ac_c_werror_flag" 5737 || test ! -s conftest.err' 5738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5739 (eval $ac_try) 2>&5 5740 ac_status=$? 5741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5742 (exit $ac_status); }; } && 5743 { ac_try='test -s conftest.$ac_objext' 5744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5745 (eval $ac_try) 2>&5 5746 ac_status=$? 5747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5748 (exit $ac_status); }; }; then 6225 (exit $ac_status); } && { 6226 test -z "$ac_c_werror_flag" || 6227 test ! -s conftest.err 6228 } && test -s conftest.$ac_objext; then 5749 6229 ac_header_compiler=yes 5750 6230 else … … 5752 6232 sed 's/^/| /' conftest.$ac_ext >&5 5753 6233 5754 ac_header_compiler=no 5755 fi 5756 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5757 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5758 echo "${ECHO_T}$ac_header_compiler" >&6 6234 ac_header_compiler=no 6235 fi 6236 6237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6238 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6239 echo "${ECHO_T}$ac_header_compiler" >&6; } 5759 6240 5760 6241 # Is the header present? 5761 echo "$as_me:$LINENO: checking netinet/in.h presence" >&55762 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 6242 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 6243 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; } 5763 6244 cat >conftest.$ac_ext <<_ACEOF 5764 6245 /* confdefs.h. */ … … 5769 6250 #include <netinet/in.h> 5770 6251 _ACEOF 5771 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5772 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6252 if { (ac_try="$ac_cpp conftest.$ac_ext" 6253 case "(($ac_try" in 6254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6255 *) ac_try_echo=$ac_try;; 6256 esac 6257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6258 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5773 6259 ac_status=$? 5774 6260 grep -v '^ *+' conftest.er1 >conftest.err … … 5776 6262 cat conftest.err >&5 5777 6263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5778 (exit $ac_status); } >/dev/null; then 5779 if test -s conftest.err; then 5780 ac_cpp_err=$ac_c_preproc_warn_flag 5781 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5782 else 5783 ac_cpp_err= 5784 fi 5785 else 5786 ac_cpp_err=yes 5787 fi 5788 if test -z "$ac_cpp_err"; then 6264 (exit $ac_status); } >/dev/null && { 6265 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6266 test ! -s conftest.err 6267 }; then 5789 6268 ac_header_preproc=yes 5790 6269 else … … 5794 6273 ac_header_preproc=no 5795 6274 fi 6275 5796 6276 rm -f conftest.err conftest.$ac_ext 5797 echo "$as_me:$LINENO: result: $ac_header_preproc" >&55798 echo "${ECHO_T}$ac_header_preproc" >&6 6277 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6278 echo "${ECHO_T}$ac_header_preproc" >&6; } 5799 6279 5800 6280 # So? What about this header? … … 5820 6300 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 5821 6301 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 5822 ( 5823 cat <<\_ASBOX 5824 ## ------------------------------------ ## 5825 ## Report this to the pjproject lists. ## 5826 ## ------------------------------------ ## 5827 _ASBOX 5828 ) | 5829 sed "s/^/$as_me: WARNING: /" >&2 6302 5830 6303 ;; 5831 6304 esac 5832 echo "$as_me:$LINENO: checking for netinet/in.h" >&55833 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 6305 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 6306 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 5834 6307 if test "${ac_cv_header_netinet_in_h+set}" = set; then 5835 6308 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5837 6310 ac_cv_header_netinet_in_h=$ac_header_preproc 5838 6311 fi 5839 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&55840 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 6312 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 6313 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 5841 6314 5842 6315 fi … … 5849 6322 5850 6323 5851 echo "$as_me:$LINENO: checking for netinet/ip.h" >&55852 echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6 6324 { echo "$as_me:$LINENO: checking for netinet/ip.h" >&5 6325 echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6; } 5853 6326 if test "${ac_cv_header_netinet_ip_h+set}" = set; then 5854 6327 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5868 6341 _ACEOF 5869 6342 rm -f conftest.$ac_objext 5870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5871 (eval $ac_compile) 2>conftest.er1 6343 if { (ac_try="$ac_compile" 6344 case "(($ac_try" in 6345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6346 *) ac_try_echo=$ac_try;; 6347 esac 6348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6349 (eval "$ac_compile") 2>conftest.er1 5872 6350 ac_status=$? 5873 6351 grep -v '^ *+' conftest.er1 >conftest.err … … 5875 6353 cat conftest.err >&5 5876 6354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5877 (exit $ac_status); } && 5878 { ac_try='test -z "$ac_c_werror_flag" 5879 || test ! -s conftest.err' 5880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5881 (eval $ac_try) 2>&5 5882 ac_status=$? 5883 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5884 (exit $ac_status); }; } && 5885 { ac_try='test -s conftest.$ac_objext' 5886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5887 (eval $ac_try) 2>&5 5888 ac_status=$? 5889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5890 (exit $ac_status); }; }; then 6355 (exit $ac_status); } && { 6356 test -z "$ac_c_werror_flag" || 6357 test ! -s conftest.err 6358 } && test -s conftest.$ac_objext; then 5891 6359 ac_cv_header_netinet_ip_h=yes 5892 6360 else … … 5894 6362 sed 's/^/| /' conftest.$ac_ext >&5 5895 6363 5896 ac_cv_header_netinet_ip_h=no 5897 fi 5898 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5899 fi 5900 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 5901 echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6 6364 ac_cv_header_netinet_ip_h=no 6365 fi 6366 6367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6368 fi 6369 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 6370 echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6; } 5902 6371 if test $ac_cv_header_netinet_ip_h = yes; then 5903 6372 cat >>confdefs.h <<\_ACEOF … … 5909 6378 5910 6379 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 5911 echo "$as_me:$LINENO: checking for ifaddrs.h" >&55912 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6 6380 { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 6381 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 5913 6382 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 5914 6383 echo $ECHO_N "(cached) $ECHO_C" >&6 5915 6384 fi 5916 echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&55917 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6 6385 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 6386 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 5918 6387 else 5919 6388 # Is the header compilable? 5920 echo "$as_me:$LINENO: checking ifaddrs.h usability" >&55921 echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6 6389 { echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 6390 echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6; } 5922 6391 cat >conftest.$ac_ext <<_ACEOF 5923 6392 /* confdefs.h. */ … … 5930 6399 _ACEOF 5931 6400 rm -f conftest.$ac_objext 5932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5933 (eval $ac_compile) 2>conftest.er1 6401 if { (ac_try="$ac_compile" 6402 case "(($ac_try" in 6403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6404 *) ac_try_echo=$ac_try;; 6405 esac 6406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6407 (eval "$ac_compile") 2>conftest.er1 5934 6408 ac_status=$? 5935 6409 grep -v '^ *+' conftest.er1 >conftest.err … … 5937 6411 cat conftest.err >&5 5938 6412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5939 (exit $ac_status); } && 5940 { ac_try='test -z "$ac_c_werror_flag" 5941 || test ! -s conftest.err' 5942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5943 (eval $ac_try) 2>&5 5944 ac_status=$? 5945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5946 (exit $ac_status); }; } && 5947 { ac_try='test -s conftest.$ac_objext' 5948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5949 (eval $ac_try) 2>&5 5950 ac_status=$? 5951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5952 (exit $ac_status); }; }; then 6413 (exit $ac_status); } && { 6414 test -z "$ac_c_werror_flag" || 6415 test ! -s conftest.err 6416 } && test -s conftest.$ac_objext; then 5953 6417 ac_header_compiler=yes 5954 6418 else … … 5956 6420 sed 's/^/| /' conftest.$ac_ext >&5 5957 6421 5958 ac_header_compiler=no 5959 fi 5960 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5961 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5962 echo "${ECHO_T}$ac_header_compiler" >&6 6422 ac_header_compiler=no 6423 fi 6424 6425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6426 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6427 echo "${ECHO_T}$ac_header_compiler" >&6; } 5963 6428 5964 6429 # Is the header present? 5965 echo "$as_me:$LINENO: checking ifaddrs.h presence" >&55966 echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6 6430 { echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 6431 echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6; } 5967 6432 cat >conftest.$ac_ext <<_ACEOF 5968 6433 /* confdefs.h. */ … … 5973 6438 #include <ifaddrs.h> 5974 6439 _ACEOF 5975 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5976 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6440 if { (ac_try="$ac_cpp conftest.$ac_ext" 6441 case "(($ac_try" in 6442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6443 *) ac_try_echo=$ac_try;; 6444 esac 6445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6446 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5977 6447 ac_status=$? 5978 6448 grep -v '^ *+' conftest.er1 >conftest.err … … 5980 6450 cat conftest.err >&5 5981 6451 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5982 (exit $ac_status); } >/dev/null; then 5983 if test -s conftest.err; then 5984 ac_cpp_err=$ac_c_preproc_warn_flag 5985 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5986 else 5987 ac_cpp_err= 5988 fi 5989 else 5990 ac_cpp_err=yes 5991 fi 5992 if test -z "$ac_cpp_err"; then 6452 (exit $ac_status); } >/dev/null && { 6453 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6454 test ! -s conftest.err 6455 }; then 5993 6456 ac_header_preproc=yes 5994 6457 else … … 5998 6461 ac_header_preproc=no 5999 6462 fi 6463 6000 6464 rm -f conftest.err conftest.$ac_ext 6001 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56002 echo "${ECHO_T}$ac_header_preproc" >&6 6465 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6466 echo "${ECHO_T}$ac_header_preproc" >&6; } 6003 6467 6004 6468 # So? What about this header? … … 6024 6488 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 6025 6489 echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} 6026 ( 6027 cat <<\_ASBOX 6028 ## ------------------------------------ ## 6029 ## Report this to the pjproject lists. ## 6030 ## ------------------------------------ ## 6031 _ASBOX 6032 ) | 6033 sed "s/^/$as_me: WARNING: /" >&2 6490 6034 6491 ;; 6035 6492 esac 6036 echo "$as_me:$LINENO: checking for ifaddrs.h" >&56037 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6 6493 { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 6494 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 6038 6495 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 6039 6496 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6041 6498 ac_cv_header_ifaddrs_h=$ac_header_preproc 6042 6499 fi 6043 echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&56044 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6 6500 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 6501 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 6045 6502 6046 6503 fi … … 6054 6511 6055 6512 if test "${ac_cv_header_semaphore_h+set}" = set; then 6056 echo "$as_me:$LINENO: checking for semaphore.h" >&56057 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6 6513 { echo "$as_me:$LINENO: checking for semaphore.h" >&5 6514 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 6058 6515 if test "${ac_cv_header_semaphore_h+set}" = set; then 6059 6516 echo $ECHO_N "(cached) $ECHO_C" >&6 6060 6517 fi 6061 echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&56062 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6 6518 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 6519 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 6063 6520 else 6064 6521 # Is the header compilable? 6065 echo "$as_me:$LINENO: checking semaphore.h usability" >&56066 echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6 6522 { echo "$as_me:$LINENO: checking semaphore.h usability" >&5 6523 echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6; } 6067 6524 cat >conftest.$ac_ext <<_ACEOF 6068 6525 /* confdefs.h. */ … … 6075 6532 _ACEOF 6076 6533 rm -f conftest.$ac_objext 6077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6078 (eval $ac_compile) 2>conftest.er1 6534 if { (ac_try="$ac_compile" 6535 case "(($ac_try" in 6536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6537 *) ac_try_echo=$ac_try;; 6538 esac 6539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6540 (eval "$ac_compile") 2>conftest.er1 6079 6541 ac_status=$? 6080 6542 grep -v '^ *+' conftest.er1 >conftest.err … … 6082 6544 cat conftest.err >&5 6083 6545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6084 (exit $ac_status); } && 6085 { ac_try='test -z "$ac_c_werror_flag" 6086 || test ! -s conftest.err' 6087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6088 (eval $ac_try) 2>&5 6089 ac_status=$? 6090 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6091 (exit $ac_status); }; } && 6092 { ac_try='test -s conftest.$ac_objext' 6093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6094 (eval $ac_try) 2>&5 6095 ac_status=$? 6096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6097 (exit $ac_status); }; }; then 6546 (exit $ac_status); } && { 6547 test -z "$ac_c_werror_flag" || 6548 test ! -s conftest.err 6549 } && test -s conftest.$ac_objext; then 6098 6550 ac_header_compiler=yes 6099 6551 else … … 6101 6553 sed 's/^/| /' conftest.$ac_ext >&5 6102 6554 6103 ac_header_compiler=no 6104 fi 6105 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6106 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6107 echo "${ECHO_T}$ac_header_compiler" >&6 6555 ac_header_compiler=no 6556 fi 6557 6558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6559 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6560 echo "${ECHO_T}$ac_header_compiler" >&6; } 6108 6561 6109 6562 # Is the header present? 6110 echo "$as_me:$LINENO: checking semaphore.h presence" >&56111 echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6 6563 { echo "$as_me:$LINENO: checking semaphore.h presence" >&5 6564 echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6; } 6112 6565 cat >conftest.$ac_ext <<_ACEOF 6113 6566 /* confdefs.h. */ … … 6118 6571 #include <semaphore.h> 6119 6572 _ACEOF 6120 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6121 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6573 if { (ac_try="$ac_cpp conftest.$ac_ext" 6574 case "(($ac_try" in 6575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6576 *) ac_try_echo=$ac_try;; 6577 esac 6578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6579 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6122 6580 ac_status=$? 6123 6581 grep -v '^ *+' conftest.er1 >conftest.err … … 6125 6583 cat conftest.err >&5 6126 6584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6127 (exit $ac_status); } >/dev/null; then 6128 if test -s conftest.err; then 6129 ac_cpp_err=$ac_c_preproc_warn_flag 6130 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6131 else 6132 ac_cpp_err= 6133 fi 6134 else 6135 ac_cpp_err=yes 6136 fi 6137 if test -z "$ac_cpp_err"; then 6585 (exit $ac_status); } >/dev/null && { 6586 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6587 test ! -s conftest.err 6588 }; then 6138 6589 ac_header_preproc=yes 6139 6590 else … … 6143 6594 ac_header_preproc=no 6144 6595 fi 6596 6145 6597 rm -f conftest.err conftest.$ac_ext 6146 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56147 echo "${ECHO_T}$ac_header_preproc" >&6 6598 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6599 echo "${ECHO_T}$ac_header_preproc" >&6; } 6148 6600 6149 6601 # So? What about this header? … … 6169 6621 { echo "$as_me:$LINENO: WARNING: semaphore.h: in the future, the compiler will take precedence" >&5 6170 6622 echo "$as_me: WARNING: semaphore.h: in the future, the compiler will take precedence" >&2;} 6171 ( 6172 cat <<\_ASBOX 6173 ## ------------------------------------ ## 6174 ## Report this to the pjproject lists. ## 6175 ## ------------------------------------ ## 6176 _ASBOX 6177 ) | 6178 sed "s/^/$as_me: WARNING: /" >&2 6623 6179 6624 ;; 6180 6625 esac 6181 echo "$as_me:$LINENO: checking for semaphore.h" >&56182 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6 6626 { echo "$as_me:$LINENO: checking for semaphore.h" >&5 6627 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 6183 6628 if test "${ac_cv_header_semaphore_h+set}" = set; then 6184 6629 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6186 6631 ac_cv_header_semaphore_h=$ac_header_preproc 6187 6632 fi 6188 echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&56189 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6 6633 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 6634 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 6190 6635 6191 6636 fi … … 6199 6644 6200 6645 if test "${ac_cv_header_setjmp_h+set}" = set; then 6201 echo "$as_me:$LINENO: checking for setjmp.h" >&56202 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6 6646 { echo "$as_me:$LINENO: checking for setjmp.h" >&5 6647 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 6203 6648 if test "${ac_cv_header_setjmp_h+set}" = set; then 6204 6649 echo $ECHO_N "(cached) $ECHO_C" >&6 6205 6650 fi 6206 echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&56207 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6 6651 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 6652 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 6208 6653 else 6209 6654 # Is the header compilable? 6210 echo "$as_me:$LINENO: checking setjmp.h usability" >&56211 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6 6655 { echo "$as_me:$LINENO: checking setjmp.h usability" >&5 6656 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6; } 6212 6657 cat >conftest.$ac_ext <<_ACEOF 6213 6658 /* confdefs.h. */ … … 6220 6665 _ACEOF 6221 6666 rm -f conftest.$ac_objext 6222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6223 (eval $ac_compile) 2>conftest.er1 6667 if { (ac_try="$ac_compile" 6668 case "(($ac_try" in 6669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6670 *) ac_try_echo=$ac_try;; 6671 esac 6672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6673 (eval "$ac_compile") 2>conftest.er1 6224 6674 ac_status=$? 6225 6675 grep -v '^ *+' conftest.er1 >conftest.err … … 6227 6677 cat conftest.err >&5 6228 6678 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6229 (exit $ac_status); } && 6230 { ac_try='test -z "$ac_c_werror_flag" 6231 || test ! -s conftest.err' 6232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6233 (eval $ac_try) 2>&5 6234 ac_status=$? 6235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6236 (exit $ac_status); }; } && 6237 { ac_try='test -s conftest.$ac_objext' 6238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6239 (eval $ac_try) 2>&5 6240 ac_status=$? 6241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6242 (exit $ac_status); }; }; then 6679 (exit $ac_status); } && { 6680 test -z "$ac_c_werror_flag" || 6681 test ! -s conftest.err 6682 } && test -s conftest.$ac_objext; then 6243 6683 ac_header_compiler=yes 6244 6684 else … … 6246 6686 sed 's/^/| /' conftest.$ac_ext >&5 6247 6687 6248 ac_header_compiler=no 6249 fi 6250 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6251 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6252 echo "${ECHO_T}$ac_header_compiler" >&6 6688 ac_header_compiler=no 6689 fi 6690 6691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6692 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6693 echo "${ECHO_T}$ac_header_compiler" >&6; } 6253 6694 6254 6695 # Is the header present? 6255 echo "$as_me:$LINENO: checking setjmp.h presence" >&56256 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6 6696 { echo "$as_me:$LINENO: checking setjmp.h presence" >&5 6697 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6; } 6257 6698 cat >conftest.$ac_ext <<_ACEOF 6258 6699 /* confdefs.h. */ … … 6263 6704 #include <setjmp.h> 6264 6705 _ACEOF 6265 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6266 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6706 if { (ac_try="$ac_cpp conftest.$ac_ext" 6707 case "(($ac_try" in 6708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6709 *) ac_try_echo=$ac_try;; 6710 esac 6711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6712 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6267 6713 ac_status=$? 6268 6714 grep -v '^ *+' conftest.er1 >conftest.err … … 6270 6716 cat conftest.err >&5 6271 6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6272 (exit $ac_status); } >/dev/null; then 6273 if test -s conftest.err; then 6274 ac_cpp_err=$ac_c_preproc_warn_flag 6275 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6276 else 6277 ac_cpp_err= 6278 fi 6279 else 6280 ac_cpp_err=yes 6281 fi 6282 if test -z "$ac_cpp_err"; then 6718 (exit $ac_status); } >/dev/null && { 6719 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6720 test ! -s conftest.err 6721 }; then 6283 6722 ac_header_preproc=yes 6284 6723 else … … 6288 6727 ac_header_preproc=no 6289 6728 fi 6729 6290 6730 rm -f conftest.err conftest.$ac_ext 6291 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56292 echo "${ECHO_T}$ac_header_preproc" >&6 6731 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6732 echo "${ECHO_T}$ac_header_preproc" >&6; } 6293 6733 6294 6734 # So? What about this header? … … 6314 6754 { echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&5 6315 6755 echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;} 6316 ( 6317 cat <<\_ASBOX 6318 ## ------------------------------------ ## 6319 ## Report this to the pjproject lists. ## 6320 ## ------------------------------------ ## 6321 _ASBOX 6322 ) | 6323 sed "s/^/$as_me: WARNING: /" >&2 6756 6324 6757 ;; 6325 6758 esac 6326 echo "$as_me:$LINENO: checking for setjmp.h" >&56327 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6 6759 { echo "$as_me:$LINENO: checking for setjmp.h" >&5 6760 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 6328 6761 if test "${ac_cv_header_setjmp_h+set}" = set; then 6329 6762 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6331 6764 ac_cv_header_setjmp_h=$ac_header_preproc 6332 6765 fi 6333 echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&56334 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6 6766 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 6767 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 6335 6768 6336 6769 fi … … 6344 6777 6345 6778 if test "${ac_cv_header_stdarg_h+set}" = set; then 6346 echo "$as_me:$LINENO: checking for stdarg.h" >&56347 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6 6779 { echo "$as_me:$LINENO: checking for stdarg.h" >&5 6780 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 6348 6781 if test "${ac_cv_header_stdarg_h+set}" = set; then 6349 6782 echo $ECHO_N "(cached) $ECHO_C" >&6 6350 6783 fi 6351 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&56352 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6 6784 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 6785 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 6353 6786 else 6354 6787 # Is the header compilable? 6355 echo "$as_me:$LINENO: checking stdarg.h usability" >&56356 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6 6788 { echo "$as_me:$LINENO: checking stdarg.h usability" >&5 6789 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6; } 6357 6790 cat >conftest.$ac_ext <<_ACEOF 6358 6791 /* confdefs.h. */ … … 6365 6798 _ACEOF 6366 6799 rm -f conftest.$ac_objext 6367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6368 (eval $ac_compile) 2>conftest.er1 6800 if { (ac_try="$ac_compile" 6801 case "(($ac_try" in 6802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6803 *) ac_try_echo=$ac_try;; 6804 esac 6805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6806 (eval "$ac_compile") 2>conftest.er1 6369 6807 ac_status=$? 6370 6808 grep -v '^ *+' conftest.er1 >conftest.err … … 6372 6810 cat conftest.err >&5 6373 6811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6374 (exit $ac_status); } && 6375 { ac_try='test -z "$ac_c_werror_flag" 6376 || test ! -s conftest.err' 6377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6378 (eval $ac_try) 2>&5 6379 ac_status=$? 6380 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6381 (exit $ac_status); }; } && 6382 { ac_try='test -s conftest.$ac_objext' 6383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6384 (eval $ac_try) 2>&5 6385 ac_status=$? 6386 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6387 (exit $ac_status); }; }; then 6812 (exit $ac_status); } && { 6813 test -z "$ac_c_werror_flag" || 6814 test ! -s conftest.err 6815 } && test -s conftest.$ac_objext; then 6388 6816 ac_header_compiler=yes 6389 6817 else … … 6391 6819 sed 's/^/| /' conftest.$ac_ext >&5 6392 6820 6393 ac_header_compiler=no 6394 fi 6395 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6396 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6397 echo "${ECHO_T}$ac_header_compiler" >&6 6821 ac_header_compiler=no 6822 fi 6823 6824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6825 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6826 echo "${ECHO_T}$ac_header_compiler" >&6; } 6398 6827 6399 6828 # Is the header present? 6400 echo "$as_me:$LINENO: checking stdarg.h presence" >&56401 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6 6829 { echo "$as_me:$LINENO: checking stdarg.h presence" >&5 6830 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6; } 6402 6831 cat >conftest.$ac_ext <<_ACEOF 6403 6832 /* confdefs.h. */ … … 6408 6837 #include <stdarg.h> 6409 6838 _ACEOF 6410 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6411 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6839 if { (ac_try="$ac_cpp conftest.$ac_ext" 6840 case "(($ac_try" in 6841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6842 *) ac_try_echo=$ac_try;; 6843 esac 6844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6845 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6412 6846 ac_status=$? 6413 6847 grep -v '^ *+' conftest.er1 >conftest.err … … 6415 6849 cat conftest.err >&5 6416 6850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6417 (exit $ac_status); } >/dev/null; then 6418 if test -s conftest.err; then 6419 ac_cpp_err=$ac_c_preproc_warn_flag 6420 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6421 else 6422 ac_cpp_err= 6423 fi 6424 else 6425 ac_cpp_err=yes 6426 fi 6427 if test -z "$ac_cpp_err"; then 6851 (exit $ac_status); } >/dev/null && { 6852 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6853 test ! -s conftest.err 6854 }; then 6428 6855 ac_header_preproc=yes 6429 6856 else … … 6433 6860 ac_header_preproc=no 6434 6861 fi 6862 6435 6863 rm -f conftest.err conftest.$ac_ext 6436 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56437 echo "${ECHO_T}$ac_header_preproc" >&6 6864 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6865 echo "${ECHO_T}$ac_header_preproc" >&6; } 6438 6866 6439 6867 # So? What about this header? … … 6459 6887 { echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&5 6460 6888 echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;} 6461 ( 6462 cat <<\_ASBOX 6463 ## ------------------------------------ ## 6464 ## Report this to the pjproject lists. ## 6465 ## ------------------------------------ ## 6466 _ASBOX 6467 ) | 6468 sed "s/^/$as_me: WARNING: /" >&2 6889 6469 6890 ;; 6470 6891 esac 6471 echo "$as_me:$LINENO: checking for stdarg.h" >&56472 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6 6892 { echo "$as_me:$LINENO: checking for stdarg.h" >&5 6893 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 6473 6894 if test "${ac_cv_header_stdarg_h+set}" = set; then 6474 6895 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6476 6897 ac_cv_header_stdarg_h=$ac_header_preproc 6477 6898 fi 6478 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&56479 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6 6899 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 6900 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 6480 6901 6481 6902 fi … … 6489 6910 6490 6911 if test "${ac_cv_header_stddef_h+set}" = set; then 6491 echo "$as_me:$LINENO: checking for stddef.h" >&56492 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6 6912 { echo "$as_me:$LINENO: checking for stddef.h" >&5 6913 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 6493 6914 if test "${ac_cv_header_stddef_h+set}" = set; then 6494 6915 echo $ECHO_N "(cached) $ECHO_C" >&6 6495 6916 fi 6496 echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&56497 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6 6917 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 6918 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 6498 6919 else 6499 6920 # Is the header compilable? 6500 echo "$as_me:$LINENO: checking stddef.h usability" >&56501 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6 6921 { echo "$as_me:$LINENO: checking stddef.h usability" >&5 6922 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6; } 6502 6923 cat >conftest.$ac_ext <<_ACEOF 6503 6924 /* confdefs.h. */ … … 6510 6931 _ACEOF 6511 6932 rm -f conftest.$ac_objext 6512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6513 (eval $ac_compile) 2>conftest.er1 6933 if { (ac_try="$ac_compile" 6934 case "(($ac_try" in 6935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6936 *) ac_try_echo=$ac_try;; 6937 esac 6938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6939 (eval "$ac_compile") 2>conftest.er1 6514 6940 ac_status=$? 6515 6941 grep -v '^ *+' conftest.er1 >conftest.err … … 6517 6943 cat conftest.err >&5 6518 6944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6519 (exit $ac_status); } && 6520 { ac_try='test -z "$ac_c_werror_flag" 6521 || test ! -s conftest.err' 6522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6523 (eval $ac_try) 2>&5 6524 ac_status=$? 6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6526 (exit $ac_status); }; } && 6527 { ac_try='test -s conftest.$ac_objext' 6528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6529 (eval $ac_try) 2>&5 6530 ac_status=$? 6531 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6532 (exit $ac_status); }; }; then 6945 (exit $ac_status); } && { 6946 test -z "$ac_c_werror_flag" || 6947 test ! -s conftest.err 6948 } && test -s conftest.$ac_objext; then 6533 6949 ac_header_compiler=yes 6534 6950 else … … 6536 6952 sed 's/^/| /' conftest.$ac_ext >&5 6537 6953 6538 ac_header_compiler=no 6539 fi 6540 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6541 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6542 echo "${ECHO_T}$ac_header_compiler" >&6 6954 ac_header_compiler=no 6955 fi 6956 6957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6958 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6959 echo "${ECHO_T}$ac_header_compiler" >&6; } 6543 6960 6544 6961 # Is the header present? 6545 echo "$as_me:$LINENO: checking stddef.h presence" >&56546 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6 6962 { echo "$as_me:$LINENO: checking stddef.h presence" >&5 6963 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6; } 6547 6964 cat >conftest.$ac_ext <<_ACEOF 6548 6965 /* confdefs.h. */ … … 6553 6970 #include <stddef.h> 6554 6971 _ACEOF 6555 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6556 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6972 if { (ac_try="$ac_cpp conftest.$ac_ext" 6973 case "(($ac_try" in 6974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6975 *) ac_try_echo=$ac_try;; 6976 esac 6977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6978 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6557 6979 ac_status=$? 6558 6980 grep -v '^ *+' conftest.er1 >conftest.err … … 6560 6982 cat conftest.err >&5 6561 6983 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6562 (exit $ac_status); } >/dev/null; then 6563 if test -s conftest.err; then 6564 ac_cpp_err=$ac_c_preproc_warn_flag 6565 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6566 else 6567 ac_cpp_err= 6568 fi 6569 else 6570 ac_cpp_err=yes 6571 fi 6572 if test -z "$ac_cpp_err"; then 6984 (exit $ac_status); } >/dev/null && { 6985 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6986 test ! -s conftest.err 6987 }; then 6573 6988 ac_header_preproc=yes 6574 6989 else … … 6578 6993 ac_header_preproc=no 6579 6994 fi 6995 6580 6996 rm -f conftest.err conftest.$ac_ext 6581 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56582 echo "${ECHO_T}$ac_header_preproc" >&6 6997 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6998 echo "${ECHO_T}$ac_header_preproc" >&6; } 6583 6999 6584 7000 # So? What about this header? … … 6604 7020 { echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&5 6605 7021 echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;} 6606 ( 6607 cat <<\_ASBOX 6608 ## ------------------------------------ ## 6609 ## Report this to the pjproject lists. ## 6610 ## ------------------------------------ ## 6611 _ASBOX 6612 ) | 6613 sed "s/^/$as_me: WARNING: /" >&2 7022 6614 7023 ;; 6615 7024 esac 6616 echo "$as_me:$LINENO: checking for stddef.h" >&56617 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6 7025 { echo "$as_me:$LINENO: checking for stddef.h" >&5 7026 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 6618 7027 if test "${ac_cv_header_stddef_h+set}" = set; then 6619 7028 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6621 7030 ac_cv_header_stddef_h=$ac_header_preproc 6622 7031 fi 6623 echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&56624 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6 7032 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 7033 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 6625 7034 6626 7035 fi … … 6634 7043 6635 7044 if test "${ac_cv_header_stdio_h+set}" = set; then 6636 echo "$as_me:$LINENO: checking for stdio.h" >&56637 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6 7045 { echo "$as_me:$LINENO: checking for stdio.h" >&5 7046 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 6638 7047 if test "${ac_cv_header_stdio_h+set}" = set; then 6639 7048 echo $ECHO_N "(cached) $ECHO_C" >&6 6640 7049 fi 6641 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&56642 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6 7050 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 7051 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 6643 7052 else 6644 7053 # Is the header compilable? 6645 echo "$as_me:$LINENO: checking stdio.h usability" >&56646 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6 7054 { echo "$as_me:$LINENO: checking stdio.h usability" >&5 7055 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6; } 6647 7056 cat >conftest.$ac_ext <<_ACEOF 6648 7057 /* confdefs.h. */ … … 6655 7064 _ACEOF 6656 7065 rm -f conftest.$ac_objext 6657 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6658 (eval $ac_compile) 2>conftest.er1 7066 if { (ac_try="$ac_compile" 7067 case "(($ac_try" in 7068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7069 *) ac_try_echo=$ac_try;; 7070 esac 7071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7072 (eval "$ac_compile") 2>conftest.er1 6659 7073 ac_status=$? 6660 7074 grep -v '^ *+' conftest.er1 >conftest.err … … 6662 7076 cat conftest.err >&5 6663 7077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6664 (exit $ac_status); } && 6665 { ac_try='test -z "$ac_c_werror_flag" 6666 || test ! -s conftest.err' 6667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6668 (eval $ac_try) 2>&5 6669 ac_status=$? 6670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6671 (exit $ac_status); }; } && 6672 { ac_try='test -s conftest.$ac_objext' 6673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6674 (eval $ac_try) 2>&5 6675 ac_status=$? 6676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6677 (exit $ac_status); }; }; then 7078 (exit $ac_status); } && { 7079 test -z "$ac_c_werror_flag" || 7080 test ! -s conftest.err 7081 } && test -s conftest.$ac_objext; then 6678 7082 ac_header_compiler=yes 6679 7083 else … … 6681 7085 sed 's/^/| /' conftest.$ac_ext >&5 6682 7086 6683 ac_header_compiler=no 6684 fi 6685 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6686 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6687 echo "${ECHO_T}$ac_header_compiler" >&6 7087 ac_header_compiler=no 7088 fi 7089 7090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7091 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7092 echo "${ECHO_T}$ac_header_compiler" >&6; } 6688 7093 6689 7094 # Is the header present? 6690 echo "$as_me:$LINENO: checking stdio.h presence" >&56691 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6 7095 { echo "$as_me:$LINENO: checking stdio.h presence" >&5 7096 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6; } 6692 7097 cat >conftest.$ac_ext <<_ACEOF 6693 7098 /* confdefs.h. */ … … 6698 7103 #include <stdio.h> 6699 7104 _ACEOF 6700 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6701 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7105 if { (ac_try="$ac_cpp conftest.$ac_ext" 7106 case "(($ac_try" in 7107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7108 *) ac_try_echo=$ac_try;; 7109 esac 7110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7111 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6702 7112 ac_status=$? 6703 7113 grep -v '^ *+' conftest.er1 >conftest.err … … 6705 7115 cat conftest.err >&5 6706 7116 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6707 (exit $ac_status); } >/dev/null; then 6708 if test -s conftest.err; then 6709 ac_cpp_err=$ac_c_preproc_warn_flag 6710 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6711 else 6712 ac_cpp_err= 6713 fi 6714 else 6715 ac_cpp_err=yes 6716 fi 6717 if test -z "$ac_cpp_err"; then 7117 (exit $ac_status); } >/dev/null && { 7118 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7119 test ! -s conftest.err 7120 }; then 6718 7121 ac_header_preproc=yes 6719 7122 else … … 6723 7126 ac_header_preproc=no 6724 7127 fi 7128 6725 7129 rm -f conftest.err conftest.$ac_ext 6726 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56727 echo "${ECHO_T}$ac_header_preproc" >&6 7130 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7131 echo "${ECHO_T}$ac_header_preproc" >&6; } 6728 7132 6729 7133 # So? What about this header? … … 6749 7153 { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5 6750 7154 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;} 6751 ( 6752 cat <<\_ASBOX 6753 ## ------------------------------------ ## 6754 ## Report this to the pjproject lists. ## 6755 ## ------------------------------------ ## 6756 _ASBOX 6757 ) | 6758 sed "s/^/$as_me: WARNING: /" >&2 7155 6759 7156 ;; 6760 7157 esac 6761 echo "$as_me:$LINENO: checking for stdio.h" >&56762 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6 7158 { echo "$as_me:$LINENO: checking for stdio.h" >&5 7159 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 6763 7160 if test "${ac_cv_header_stdio_h+set}" = set; then 6764 7161 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6766 7163 ac_cv_header_stdio_h=$ac_header_preproc 6767 7164 fi 6768 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&56769 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6 7165 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 7166 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 6770 7167 6771 7168 fi … … 6779 7176 6780 7177 if test "${ac_cv_header_stdint_h+set}" = set; then 6781 echo "$as_me:$LINENO: checking for stdint.h" >&56782 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 7178 { echo "$as_me:$LINENO: checking for stdint.h" >&5 7179 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 6783 7180 if test "${ac_cv_header_stdint_h+set}" = set; then 6784 7181 echo $ECHO_N "(cached) $ECHO_C" >&6 6785 7182 fi 6786 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&56787 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 7183 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 7184 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 6788 7185 else 6789 7186 # Is the header compilable? 6790 echo "$as_me:$LINENO: checking stdint.h usability" >&56791 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6 7187 { echo "$as_me:$LINENO: checking stdint.h usability" >&5 7188 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6; } 6792 7189 cat >conftest.$ac_ext <<_ACEOF 6793 7190 /* confdefs.h. */ … … 6800 7197 _ACEOF 6801 7198 rm -f conftest.$ac_objext 6802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6803 (eval $ac_compile) 2>conftest.er1 7199 if { (ac_try="$ac_compile" 7200 case "(($ac_try" in 7201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7202 *) ac_try_echo=$ac_try;; 7203 esac 7204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7205 (eval "$ac_compile") 2>conftest.er1 6804 7206 ac_status=$? 6805 7207 grep -v '^ *+' conftest.er1 >conftest.err … … 6807 7209 cat conftest.err >&5 6808 7210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6809 (exit $ac_status); } && 6810 { ac_try='test -z "$ac_c_werror_flag" 6811 || test ! -s conftest.err' 6812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6813 (eval $ac_try) 2>&5 6814 ac_status=$? 6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6816 (exit $ac_status); }; } && 6817 { ac_try='test -s conftest.$ac_objext' 6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6819 (eval $ac_try) 2>&5 6820 ac_status=$? 6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6822 (exit $ac_status); }; }; then 7211 (exit $ac_status); } && { 7212 test -z "$ac_c_werror_flag" || 7213 test ! -s conftest.err 7214 } && test -s conftest.$ac_objext; then 6823 7215 ac_header_compiler=yes 6824 7216 else … … 6826 7218 sed 's/^/| /' conftest.$ac_ext >&5 6827 7219 6828 ac_header_compiler=no 6829 fi 6830 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6831 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6832 echo "${ECHO_T}$ac_header_compiler" >&6 7220 ac_header_compiler=no 7221 fi 7222 7223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7224 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7225 echo "${ECHO_T}$ac_header_compiler" >&6; } 6833 7226 6834 7227 # Is the header present? 6835 echo "$as_me:$LINENO: checking stdint.h presence" >&56836 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6 7228 { echo "$as_me:$LINENO: checking stdint.h presence" >&5 7229 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6; } 6837 7230 cat >conftest.$ac_ext <<_ACEOF 6838 7231 /* confdefs.h. */ … … 6843 7236 #include <stdint.h> 6844 7237 _ACEOF 6845 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6846 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7238 if { (ac_try="$ac_cpp conftest.$ac_ext" 7239 case "(($ac_try" in 7240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7241 *) ac_try_echo=$ac_try;; 7242 esac 7243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7244 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6847 7245 ac_status=$? 6848 7246 grep -v '^ *+' conftest.er1 >conftest.err … … 6850 7248 cat conftest.err >&5 6851 7249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6852 (exit $ac_status); } >/dev/null; then 6853 if test -s conftest.err; then 6854 ac_cpp_err=$ac_c_preproc_warn_flag 6855 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6856 else 6857 ac_cpp_err= 6858 fi 6859 else 6860 ac_cpp_err=yes 6861 fi 6862 if test -z "$ac_cpp_err"; then 7250 (exit $ac_status); } >/dev/null && { 7251 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7252 test ! -s conftest.err 7253 }; then 6863 7254 ac_header_preproc=yes 6864 7255 else … … 6868 7259 ac_header_preproc=no 6869 7260 fi 7261 6870 7262 rm -f conftest.err conftest.$ac_ext 6871 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56872 echo "${ECHO_T}$ac_header_preproc" >&6 7263 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7264 echo "${ECHO_T}$ac_header_preproc" >&6; } 6873 7265 6874 7266 # So? What about this header? … … 6894 7286 { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 6895 7287 echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} 6896 ( 6897 cat <<\_ASBOX 6898 ## ------------------------------------ ## 6899 ## Report this to the pjproject lists. ## 6900 ## ------------------------------------ ## 6901 _ASBOX 6902 ) | 6903 sed "s/^/$as_me: WARNING: /" >&2 7288 6904 7289 ;; 6905 7290 esac 6906 echo "$as_me:$LINENO: checking for stdint.h" >&56907 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 7291 { echo "$as_me:$LINENO: checking for stdint.h" >&5 7292 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 6908 7293 if test "${ac_cv_header_stdint_h+set}" = set; then 6909 7294 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6911 7296 ac_cv_header_stdint_h=$ac_header_preproc 6912 7297 fi 6913 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&56914 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 7298 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 7299 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 6915 7300 6916 7301 fi … … 6924 7309 6925 7310 if test "${ac_cv_header_stdlib_h+set}" = set; then 6926 echo "$as_me:$LINENO: checking for stdlib.h" >&56927 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6 7311 { echo "$as_me:$LINENO: checking for stdlib.h" >&5 7312 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 6928 7313 if test "${ac_cv_header_stdlib_h+set}" = set; then 6929 7314 echo $ECHO_N "(cached) $ECHO_C" >&6 6930 7315 fi 6931 echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&56932 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6 7316 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 7317 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 6933 7318 else 6934 7319 # Is the header compilable? 6935 echo "$as_me:$LINENO: checking stdlib.h usability" >&56936 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6 7320 { echo "$as_me:$LINENO: checking stdlib.h usability" >&5 7321 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6; } 6937 7322 cat >conftest.$ac_ext <<_ACEOF 6938 7323 /* confdefs.h. */ … … 6945 7330 _ACEOF 6946 7331 rm -f conftest.$ac_objext 6947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6948 (eval $ac_compile) 2>conftest.er1 7332 if { (ac_try="$ac_compile" 7333 case "(($ac_try" in 7334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7335 *) ac_try_echo=$ac_try;; 7336 esac 7337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7338 (eval "$ac_compile") 2>conftest.er1 6949 7339 ac_status=$? 6950 7340 grep -v '^ *+' conftest.er1 >conftest.err … … 6952 7342 cat conftest.err >&5 6953 7343 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6954 (exit $ac_status); } && 6955 { ac_try='test -z "$ac_c_werror_flag" 6956 || test ! -s conftest.err' 6957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6958 (eval $ac_try) 2>&5 6959 ac_status=$? 6960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6961 (exit $ac_status); }; } && 6962 { ac_try='test -s conftest.$ac_objext' 6963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6964 (eval $ac_try) 2>&5 6965 ac_status=$? 6966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6967 (exit $ac_status); }; }; then 7344 (exit $ac_status); } && { 7345 test -z "$ac_c_werror_flag" || 7346 test ! -s conftest.err 7347 } && test -s conftest.$ac_objext; then 6968 7348 ac_header_compiler=yes 6969 7349 else … … 6971 7351 sed 's/^/| /' conftest.$ac_ext >&5 6972 7352 6973 ac_header_compiler=no 6974 fi 6975 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6976 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6977 echo "${ECHO_T}$ac_header_compiler" >&6 7353 ac_header_compiler=no 7354 fi 7355 7356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7357 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7358 echo "${ECHO_T}$ac_header_compiler" >&6; } 6978 7359 6979 7360 # Is the header present? 6980 echo "$as_me:$LINENO: checking stdlib.h presence" >&56981 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6 7361 { echo "$as_me:$LINENO: checking stdlib.h presence" >&5 7362 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6; } 6982 7363 cat >conftest.$ac_ext <<_ACEOF 6983 7364 /* confdefs.h. */ … … 6988 7369 #include <stdlib.h> 6989 7370 _ACEOF 6990 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6991 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7371 if { (ac_try="$ac_cpp conftest.$ac_ext" 7372 case "(($ac_try" in 7373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7374 *) ac_try_echo=$ac_try;; 7375 esac 7376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7377 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6992 7378 ac_status=$? 6993 7379 grep -v '^ *+' conftest.er1 >conftest.err … … 6995 7381 cat conftest.err >&5 6996 7382 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6997 (exit $ac_status); } >/dev/null; then 6998 if test -s conftest.err; then 6999 ac_cpp_err=$ac_c_preproc_warn_flag 7000 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7001 else 7002 ac_cpp_err= 7003 fi 7004 else 7005 ac_cpp_err=yes 7006 fi 7007 if test -z "$ac_cpp_err"; then 7383 (exit $ac_status); } >/dev/null && { 7384 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7385 test ! -s conftest.err 7386 }; then 7008 7387 ac_header_preproc=yes 7009 7388 else … … 7013 7392 ac_header_preproc=no 7014 7393 fi 7394 7015 7395 rm -f conftest.err conftest.$ac_ext 7016 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57017 echo "${ECHO_T}$ac_header_preproc" >&6 7396 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7397 echo "${ECHO_T}$ac_header_preproc" >&6; } 7018 7398 7019 7399 # So? What about this header? … … 7039 7419 { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 7040 7420 echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} 7041 ( 7042 cat <<\_ASBOX 7043 ## ------------------------------------ ## 7044 ## Report this to the pjproject lists. ## 7045 ## ------------------------------------ ## 7046 _ASBOX 7047 ) | 7048 sed "s/^/$as_me: WARNING: /" >&2 7421 7049 7422 ;; 7050 7423 esac 7051 echo "$as_me:$LINENO: checking for stdlib.h" >&57052 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6 7424 { echo "$as_me:$LINENO: checking for stdlib.h" >&5 7425 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 7053 7426 if test "${ac_cv_header_stdlib_h+set}" = set; then 7054 7427 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7056 7429 ac_cv_header_stdlib_h=$ac_header_preproc 7057 7430 fi 7058 echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&57059 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6 7431 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 7432 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 7060 7433 7061 7434 fi … … 7069 7442 7070 7443 if test "${ac_cv_header_string_h+set}" = set; then 7071 echo "$as_me:$LINENO: checking for string.h" >&57072 echo $ECHO_N "checking for string.h... $ECHO_C" >&6 7444 { echo "$as_me:$LINENO: checking for string.h" >&5 7445 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 7073 7446 if test "${ac_cv_header_string_h+set}" = set; then 7074 7447 echo $ECHO_N "(cached) $ECHO_C" >&6 7075 7448 fi 7076 echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&57077 echo "${ECHO_T}$ac_cv_header_string_h" >&6 7449 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 7450 echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 7078 7451 else 7079 7452 # Is the header compilable? 7080 echo "$as_me:$LINENO: checking string.h usability" >&57081 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6 7453 { echo "$as_me:$LINENO: checking string.h usability" >&5 7454 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6; } 7082 7455 cat >conftest.$ac_ext <<_ACEOF 7083 7456 /* confdefs.h. */ … … 7090 7463 _ACEOF 7091 7464 rm -f conftest.$ac_objext 7092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7093 (eval $ac_compile) 2>conftest.er1 7465 if { (ac_try="$ac_compile" 7466 case "(($ac_try" in 7467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7468 *) ac_try_echo=$ac_try;; 7469 esac 7470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7471 (eval "$ac_compile") 2>conftest.er1 7094 7472 ac_status=$? 7095 7473 grep -v '^ *+' conftest.er1 >conftest.err … … 7097 7475 cat conftest.err >&5 7098 7476 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7099 (exit $ac_status); } && 7100 { ac_try='test -z "$ac_c_werror_flag" 7101 || test ! -s conftest.err' 7102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7103 (eval $ac_try) 2>&5 7104 ac_status=$? 7105 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7106 (exit $ac_status); }; } && 7107 { ac_try='test -s conftest.$ac_objext' 7108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7109 (eval $ac_try) 2>&5 7110 ac_status=$? 7111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7112 (exit $ac_status); }; }; then 7477 (exit $ac_status); } && { 7478 test -z "$ac_c_werror_flag" || 7479 test ! -s conftest.err 7480 } && test -s conftest.$ac_objext; then 7113 7481 ac_header_compiler=yes 7114 7482 else … … 7116 7484 sed 's/^/| /' conftest.$ac_ext >&5 7117 7485 7118 ac_header_compiler=no 7119 fi 7120 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7121 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7122 echo "${ECHO_T}$ac_header_compiler" >&6 7486 ac_header_compiler=no 7487 fi 7488 7489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7490 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7491 echo "${ECHO_T}$ac_header_compiler" >&6; } 7123 7492 7124 7493 # Is the header present? 7125 echo "$as_me:$LINENO: checking string.h presence" >&57126 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6 7494 { echo "$as_me:$LINENO: checking string.h presence" >&5 7495 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6; } 7127 7496 cat >conftest.$ac_ext <<_ACEOF 7128 7497 /* confdefs.h. */ … … 7133 7502 #include <string.h> 7134 7503 _ACEOF 7135 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7136 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7504 if { (ac_try="$ac_cpp conftest.$ac_ext" 7505 case "(($ac_try" in 7506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7507 *) ac_try_echo=$ac_try;; 7508 esac 7509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7510 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7137 7511 ac_status=$? 7138 7512 grep -v '^ *+' conftest.er1 >conftest.err … … 7140 7514 cat conftest.err >&5 7141 7515 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7142 (exit $ac_status); } >/dev/null; then 7143 if test -s conftest.err; then 7144 ac_cpp_err=$ac_c_preproc_warn_flag 7145 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7146 else 7147 ac_cpp_err= 7148 fi 7149 else 7150 ac_cpp_err=yes 7151 fi 7152 if test -z "$ac_cpp_err"; then 7516 (exit $ac_status); } >/dev/null && { 7517 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7518 test ! -s conftest.err 7519 }; then 7153 7520 ac_header_preproc=yes 7154 7521 else … … 7158 7525 ac_header_preproc=no 7159 7526 fi 7527 7160 7528 rm -f conftest.err conftest.$ac_ext 7161 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57162 echo "${ECHO_T}$ac_header_preproc" >&6 7529 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7530 echo "${ECHO_T}$ac_header_preproc" >&6; } 7163 7531 7164 7532 # So? What about this header? … … 7184 7552 { echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&5 7185 7553 echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;} 7186 ( 7187 cat <<\_ASBOX 7188 ## ------------------------------------ ## 7189 ## Report this to the pjproject lists. ## 7190 ## ------------------------------------ ## 7191 _ASBOX 7192 ) | 7193 sed "s/^/$as_me: WARNING: /" >&2 7554 7194 7555 ;; 7195 7556 esac 7196 echo "$as_me:$LINENO: checking for string.h" >&57197 echo $ECHO_N "checking for string.h... $ECHO_C" >&6 7557 { echo "$as_me:$LINENO: checking for string.h" >&5 7558 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 7198 7559 if test "${ac_cv_header_string_h+set}" = set; then 7199 7560 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7201 7562 ac_cv_header_string_h=$ac_header_preproc 7202 7563 fi 7203 echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&57204 echo "${ECHO_T}$ac_cv_header_string_h" >&6 7564 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 7565 echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 7205 7566 7206 7567 fi … … 7214 7575 7215 7576 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7216 echo "$as_me:$LINENO: checking for sys/ioctl.h" >&57217 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6 7577 { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 7578 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 7218 7579 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7219 7580 echo $ECHO_N "(cached) $ECHO_C" >&6 7220 7581 fi 7221 echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&57222 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6 7582 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 7583 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 7223 7584 else 7224 7585 # Is the header compilable? 7225 echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&57226 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6 7586 { echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&5 7587 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6; } 7227 7588 cat >conftest.$ac_ext <<_ACEOF 7228 7589 /* confdefs.h. */ … … 7235 7596 _ACEOF 7236 7597 rm -f conftest.$ac_objext 7237 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7238 (eval $ac_compile) 2>conftest.er1 7598 if { (ac_try="$ac_compile" 7599 case "(($ac_try" in 7600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7601 *) ac_try_echo=$ac_try;; 7602 esac 7603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7604 (eval "$ac_compile") 2>conftest.er1 7239 7605 ac_status=$? 7240 7606 grep -v '^ *+' conftest.er1 >conftest.err … … 7242 7608 cat conftest.err >&5 7243 7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7244 (exit $ac_status); } && 7245 { ac_try='test -z "$ac_c_werror_flag" 7246 || test ! -s conftest.err' 7247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7248 (eval $ac_try) 2>&5 7249 ac_status=$? 7250 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7251 (exit $ac_status); }; } && 7252 { ac_try='test -s conftest.$ac_objext' 7253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7254 (eval $ac_try) 2>&5 7255 ac_status=$? 7256 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7257 (exit $ac_status); }; }; then 7610 (exit $ac_status); } && { 7611 test -z "$ac_c_werror_flag" || 7612 test ! -s conftest.err 7613 } && test -s conftest.$ac_objext; then 7258 7614 ac_header_compiler=yes 7259 7615 else … … 7261 7617 sed 's/^/| /' conftest.$ac_ext >&5 7262 7618 7263 ac_header_compiler=no 7264 fi 7265 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7266 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7267 echo "${ECHO_T}$ac_header_compiler" >&6 7619 ac_header_compiler=no 7620 fi 7621 7622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7623 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7624 echo "${ECHO_T}$ac_header_compiler" >&6; } 7268 7625 7269 7626 # Is the header present? 7270 echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&57271 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6 7627 { echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&5 7628 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6; } 7272 7629 cat >conftest.$ac_ext <<_ACEOF 7273 7630 /* confdefs.h. */ … … 7278 7635 #include <sys/ioctl.h> 7279 7636 _ACEOF 7280 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7281 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7637 if { (ac_try="$ac_cpp conftest.$ac_ext" 7638 case "(($ac_try" in 7639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7640 *) ac_try_echo=$ac_try;; 7641 esac 7642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7643 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7282 7644 ac_status=$? 7283 7645 grep -v '^ *+' conftest.er1 >conftest.err … … 7285 7647 cat conftest.err >&5 7286 7648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7287 (exit $ac_status); } >/dev/null; then 7288 if test -s conftest.err; then 7289 ac_cpp_err=$ac_c_preproc_warn_flag 7290 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7291 else 7292 ac_cpp_err= 7293 fi 7294 else 7295 ac_cpp_err=yes 7296 fi 7297 if test -z "$ac_cpp_err"; then 7649 (exit $ac_status); } >/dev/null && { 7650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7651 test ! -s conftest.err 7652 }; then 7298 7653 ac_header_preproc=yes 7299 7654 else … … 7303 7658 ac_header_preproc=no 7304 7659 fi 7660 7305 7661 rm -f conftest.err conftest.$ac_ext 7306 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57307 echo "${ECHO_T}$ac_header_preproc" >&6 7662 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7663 echo "${ECHO_T}$ac_header_preproc" >&6; } 7308 7664 7309 7665 # So? What about this header? … … 7329 7685 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&5 7330 7686 echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;} 7331 ( 7332 cat <<\_ASBOX 7333 ## ------------------------------------ ## 7334 ## Report this to the pjproject lists. ## 7335 ## ------------------------------------ ## 7336 _ASBOX 7337 ) | 7338 sed "s/^/$as_me: WARNING: /" >&2 7687 7339 7688 ;; 7340 7689 esac 7341 echo "$as_me:$LINENO: checking for sys/ioctl.h" >&57342 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6 7690 { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 7691 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 7343 7692 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7344 7693 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7346 7695 ac_cv_header_sys_ioctl_h=$ac_header_preproc 7347 7696 fi 7348 echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&57349 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6 7697 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 7698 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 7350 7699 7351 7700 fi … … 7359 7708 7360 7709 if test "${ac_cv_header_sys_select_h+set}" = set; then 7361 echo "$as_me:$LINENO: checking for sys/select.h" >&57362 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 7710 { echo "$as_me:$LINENO: checking for sys/select.h" >&5 7711 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 7363 7712 if test "${ac_cv_header_sys_select_h+set}" = set; then 7364 7713 echo $ECHO_N "(cached) $ECHO_C" >&6 7365 7714 fi 7366 echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&57367 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 7715 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 7716 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 7368 7717 else 7369 7718 # Is the header compilable? 7370 echo "$as_me:$LINENO: checking sys/select.h usability" >&57371 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6 7719 { echo "$as_me:$LINENO: checking sys/select.h usability" >&5 7720 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6; } 7372 7721 cat >conftest.$ac_ext <<_ACEOF 7373 7722 /* confdefs.h. */ … … 7380 7729 _ACEOF 7381 7730 rm -f conftest.$ac_objext 7382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7383 (eval $ac_compile) 2>conftest.er1 7731 if { (ac_try="$ac_compile" 7732 case "(($ac_try" in 7733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7734 *) ac_try_echo=$ac_try;; 7735 esac 7736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7737 (eval "$ac_compile") 2>conftest.er1 7384 7738 ac_status=$? 7385 7739 grep -v '^ *+' conftest.er1 >conftest.err … … 7387 7741 cat conftest.err >&5 7388 7742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7389 (exit $ac_status); } && 7390 { ac_try='test -z "$ac_c_werror_flag" 7391 || test ! -s conftest.err' 7392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7393 (eval $ac_try) 2>&5 7394 ac_status=$? 7395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7396 (exit $ac_status); }; } && 7397 { ac_try='test -s conftest.$ac_objext' 7398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7399 (eval $ac_try) 2>&5 7400 ac_status=$? 7401 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7402 (exit $ac_status); }; }; then 7743 (exit $ac_status); } && { 7744 test -z "$ac_c_werror_flag" || 7745 test ! -s conftest.err 7746 } && test -s conftest.$ac_objext; then 7403 7747 ac_header_compiler=yes 7404 7748 else … … 7406 7750 sed 's/^/| /' conftest.$ac_ext >&5 7407 7751 7408 ac_header_compiler=no 7409 fi 7410 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7411 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7412 echo "${ECHO_T}$ac_header_compiler" >&6 7752 ac_header_compiler=no 7753 fi 7754 7755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7756 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7757 echo "${ECHO_T}$ac_header_compiler" >&6; } 7413 7758 7414 7759 # Is the header present? 7415 echo "$as_me:$LINENO: checking sys/select.h presence" >&57416 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6 7760 { echo "$as_me:$LINENO: checking sys/select.h presence" >&5 7761 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6; } 7417 7762 cat >conftest.$ac_ext <<_ACEOF 7418 7763 /* confdefs.h. */ … … 7423 7768 #include <sys/select.h> 7424 7769 _ACEOF 7425 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7426 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7770 if { (ac_try="$ac_cpp conftest.$ac_ext" 7771 case "(($ac_try" in 7772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7773 *) ac_try_echo=$ac_try;; 7774 esac 7775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7776 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7427 7777 ac_status=$? 7428 7778 grep -v '^ *+' conftest.er1 >conftest.err … … 7430 7780 cat conftest.err >&5 7431 7781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7432 (exit $ac_status); } >/dev/null; then 7433 if test -s conftest.err; then 7434 ac_cpp_err=$ac_c_preproc_warn_flag 7435 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7436 else 7437 ac_cpp_err= 7438 fi 7439 else 7440 ac_cpp_err=yes 7441 fi 7442 if test -z "$ac_cpp_err"; then 7782 (exit $ac_status); } >/dev/null && { 7783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7784 test ! -s conftest.err 7785 }; then 7443 7786 ac_header_preproc=yes 7444 7787 else … … 7448 7791 ac_header_preproc=no 7449 7792 fi 7793 7450 7794 rm -f conftest.err conftest.$ac_ext 7451 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57452 echo "${ECHO_T}$ac_header_preproc" >&6 7795 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7796 echo "${ECHO_T}$ac_header_preproc" >&6; } 7453 7797 7454 7798 # So? What about this header? … … 7474 7818 { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5 7475 7819 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} 7476 ( 7477 cat <<\_ASBOX 7478 ## ------------------------------------ ## 7479 ## Report this to the pjproject lists. ## 7480 ## ------------------------------------ ## 7481 _ASBOX 7482 ) | 7483 sed "s/^/$as_me: WARNING: /" >&2 7820 7484 7821 ;; 7485 7822 esac 7486 echo "$as_me:$LINENO: checking for sys/select.h" >&57487 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 7823 { echo "$as_me:$LINENO: checking for sys/select.h" >&5 7824 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 7488 7825 if test "${ac_cv_header_sys_select_h+set}" = set; then 7489 7826 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7491 7828 ac_cv_header_sys_select_h=$ac_header_preproc 7492 7829 fi 7493 echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&57494 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 7830 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 7831 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 7495 7832 7496 7833 fi … … 7504 7841 7505 7842 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7506 echo "$as_me:$LINENO: checking for sys/socket.h" >&57507 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6 7843 { echo "$as_me:$LINENO: checking for sys/socket.h" >&5 7844 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 7508 7845 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7509 7846 echo $ECHO_N "(cached) $ECHO_C" >&6 7510 7847 fi 7511 echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&57512 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6 7848 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 7849 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 7513 7850 else 7514 7851 # Is the header compilable? 7515 echo "$as_me:$LINENO: checking sys/socket.h usability" >&57516 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6 7852 { echo "$as_me:$LINENO: checking sys/socket.h usability" >&5 7853 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6; } 7517 7854 cat >conftest.$ac_ext <<_ACEOF 7518 7855 /* confdefs.h. */ … … 7525 7862 _ACEOF 7526 7863 rm -f conftest.$ac_objext 7527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7528 (eval $ac_compile) 2>conftest.er1 7864 if { (ac_try="$ac_compile" 7865 case "(($ac_try" in 7866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7867 *) ac_try_echo=$ac_try;; 7868 esac 7869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7870 (eval "$ac_compile") 2>conftest.er1 7529 7871 ac_status=$? 7530 7872 grep -v '^ *+' conftest.er1 >conftest.err … … 7532 7874 cat conftest.err >&5 7533 7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7534 (exit $ac_status); } && 7535 { ac_try='test -z "$ac_c_werror_flag" 7536 || test ! -s conftest.err' 7537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7538 (eval $ac_try) 2>&5 7539 ac_status=$? 7540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7541 (exit $ac_status); }; } && 7542 { ac_try='test -s conftest.$ac_objext' 7543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7544 (eval $ac_try) 2>&5 7545 ac_status=$? 7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7547 (exit $ac_status); }; }; then 7876 (exit $ac_status); } && { 7877 test -z "$ac_c_werror_flag" || 7878 test ! -s conftest.err 7879 } && test -s conftest.$ac_objext; then 7548 7880 ac_header_compiler=yes 7549 7881 else … … 7551 7883 sed 's/^/| /' conftest.$ac_ext >&5 7552 7884 7553 ac_header_compiler=no 7554 fi 7555 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7556 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7557 echo "${ECHO_T}$ac_header_compiler" >&6 7885 ac_header_compiler=no 7886 fi 7887 7888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7889 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7890 echo "${ECHO_T}$ac_header_compiler" >&6; } 7558 7891 7559 7892 # Is the header present? 7560 echo "$as_me:$LINENO: checking sys/socket.h presence" >&57561 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6 7893 { echo "$as_me:$LINENO: checking sys/socket.h presence" >&5 7894 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6; } 7562 7895 cat >conftest.$ac_ext <<_ACEOF 7563 7896 /* confdefs.h. */ … … 7568 7901 #include <sys/socket.h> 7569 7902 _ACEOF 7570 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7571 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7903 if { (ac_try="$ac_cpp conftest.$ac_ext" 7904 case "(($ac_try" in 7905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7906 *) ac_try_echo=$ac_try;; 7907 esac 7908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7909 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7572 7910 ac_status=$? 7573 7911 grep -v '^ *+' conftest.er1 >conftest.err … … 7575 7913 cat conftest.err >&5 7576 7914 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7577 (exit $ac_status); } >/dev/null; then 7578 if test -s conftest.err; then 7579 ac_cpp_err=$ac_c_preproc_warn_flag 7580 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7581 else 7582 ac_cpp_err= 7583 fi 7584 else 7585 ac_cpp_err=yes 7586 fi 7587 if test -z "$ac_cpp_err"; then 7915 (exit $ac_status); } >/dev/null && { 7916 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7917 test ! -s conftest.err 7918 }; then 7588 7919 ac_header_preproc=yes 7589 7920 else … … 7593 7924 ac_header_preproc=no 7594 7925 fi 7926 7595 7927 rm -f conftest.err conftest.$ac_ext 7596 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57597 echo "${ECHO_T}$ac_header_preproc" >&6 7928 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7929 echo "${ECHO_T}$ac_header_preproc" >&6; } 7598 7930 7599 7931 # So? What about this header? … … 7619 7951 { echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&5 7620 7952 echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;} 7621 ( 7622 cat <<\_ASBOX 7623 ## ------------------------------------ ## 7624 ## Report this to the pjproject lists. ## 7625 ## ------------------------------------ ## 7626 _ASBOX 7627 ) | 7628 sed "s/^/$as_me: WARNING: /" >&2 7953 7629 7954 ;; 7630 7955 esac 7631 echo "$as_me:$LINENO: checking for sys/socket.h" >&57632 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6 7956 { echo "$as_me:$LINENO: checking for sys/socket.h" >&5 7957 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 7633 7958 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7634 7959 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7636 7961 ac_cv_header_sys_socket_h=$ac_header_preproc 7637 7962 fi 7638 echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&57639 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6 7963 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 7964 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 7640 7965 7641 7966 fi … … 7649 7974 7650 7975 if test "${ac_cv_header_sys_time_h+set}" = set; then 7651 echo "$as_me:$LINENO: checking for sys/time.h" >&57652 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6 7976 { echo "$as_me:$LINENO: checking for sys/time.h" >&5 7977 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 7653 7978 if test "${ac_cv_header_sys_time_h+set}" = set; then 7654 7979 echo $ECHO_N "(cached) $ECHO_C" >&6 7655 7980 fi 7656 echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&57657 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6 7981 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 7982 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 7658 7983 else 7659 7984 # Is the header compilable? 7660 echo "$as_me:$LINENO: checking sys/time.h usability" >&57661 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6 7985 { echo "$as_me:$LINENO: checking sys/time.h usability" >&5 7986 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6; } 7662 7987 cat >conftest.$ac_ext <<_ACEOF 7663 7988 /* confdefs.h. */ … … 7670 7995 _ACEOF 7671 7996 rm -f conftest.$ac_objext 7672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7673 (eval $ac_compile) 2>conftest.er1 7997 if { (ac_try="$ac_compile" 7998 case "(($ac_try" in 7999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8000 *) ac_try_echo=$ac_try;; 8001 esac 8002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8003 (eval "$ac_compile") 2>conftest.er1 7674 8004 ac_status=$? 7675 8005 grep -v '^ *+' conftest.er1 >conftest.err … … 7677 8007 cat conftest.err >&5 7678 8008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7679 (exit $ac_status); } && 7680 { ac_try='test -z "$ac_c_werror_flag" 7681 || test ! -s conftest.err' 7682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7683 (eval $ac_try) 2>&5 7684 ac_status=$? 7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7686 (exit $ac_status); }; } && 7687 { ac_try='test -s conftest.$ac_objext' 7688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7689 (eval $ac_try) 2>&5 7690 ac_status=$? 7691 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7692 (exit $ac_status); }; }; then 8009 (exit $ac_status); } && { 8010 test -z "$ac_c_werror_flag" || 8011 test ! -s conftest.err 8012 } && test -s conftest.$ac_objext; then 7693 8013 ac_header_compiler=yes 7694 8014 else … … 7696 8016 sed 's/^/| /' conftest.$ac_ext >&5 7697 8017 7698 ac_header_compiler=no 7699 fi 7700 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7701 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7702 echo "${ECHO_T}$ac_header_compiler" >&6 8018 ac_header_compiler=no 8019 fi 8020 8021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8022 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8023 echo "${ECHO_T}$ac_header_compiler" >&6; } 7703 8024 7704 8025 # Is the header present? 7705 echo "$as_me:$LINENO: checking sys/time.h presence" >&57706 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6 8026 { echo "$as_me:$LINENO: checking sys/time.h presence" >&5 8027 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6; } 7707 8028 cat >conftest.$ac_ext <<_ACEOF 7708 8029 /* confdefs.h. */ … … 7713 8034 #include <sys/time.h> 7714 8035 _ACEOF 7715 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7716 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8036 if { (ac_try="$ac_cpp conftest.$ac_ext" 8037 case "(($ac_try" in 8038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8039 *) ac_try_echo=$ac_try;; 8040 esac 8041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8042 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7717 8043 ac_status=$? 7718 8044 grep -v '^ *+' conftest.er1 >conftest.err … … 7720 8046 cat conftest.err >&5 7721 8047 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7722 (exit $ac_status); } >/dev/null; then 7723 if test -s conftest.err; then 7724 ac_cpp_err=$ac_c_preproc_warn_flag 7725 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7726 else 7727 ac_cpp_err= 7728 fi 7729 else 7730 ac_cpp_err=yes 7731 fi 7732 if test -z "$ac_cpp_err"; then 8048 (exit $ac_status); } >/dev/null && { 8049 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8050 test ! -s conftest.err 8051 }; then 7733 8052 ac_header_preproc=yes 7734 8053 else … … 7738 8057 ac_header_preproc=no 7739 8058 fi 8059 7740 8060 rm -f conftest.err conftest.$ac_ext 7741 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57742 echo "${ECHO_T}$ac_header_preproc" >&6 8061 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8062 echo "${ECHO_T}$ac_header_preproc" >&6; } 7743 8063 7744 8064 # So? What about this header? … … 7764 8084 { echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&5 7765 8085 echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;} 7766 ( 7767 cat <<\_ASBOX 7768 ## ------------------------------------ ## 7769 ## Report this to the pjproject lists. ## 7770 ## ------------------------------------ ## 7771 _ASBOX 7772 ) | 7773 sed "s/^/$as_me: WARNING: /" >&2 8086 7774 8087 ;; 7775 8088 esac 7776 echo "$as_me:$LINENO: checking for sys/time.h" >&57777 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6 8089 { echo "$as_me:$LINENO: checking for sys/time.h" >&5 8090 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 7778 8091 if test "${ac_cv_header_sys_time_h+set}" = set; then 7779 8092 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7781 8094 ac_cv_header_sys_time_h=$ac_header_preproc 7782 8095 fi 7783 echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&57784 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6 8096 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 8097 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 7785 8098 7786 8099 fi … … 7794 8107 7795 8108 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 7796 echo "$as_me:$LINENO: checking for sys/timeb.h" >&57797 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6 8109 { echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 8110 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 7798 8111 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 7799 8112 echo $ECHO_N "(cached) $ECHO_C" >&6 7800 8113 fi 7801 echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&57802 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6 8114 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 8115 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 7803 8116 else 7804 8117 # Is the header compilable? 7805 echo "$as_me:$LINENO: checking sys/timeb.h usability" >&57806 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6 8118 { echo "$as_me:$LINENO: checking sys/timeb.h usability" >&5 8119 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6; } 7807 8120 cat >conftest.$ac_ext <<_ACEOF 7808 8121 /* confdefs.h. */ … … 7815 8128 _ACEOF 7816 8129 rm -f conftest.$ac_objext 7817 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7818 (eval $ac_compile) 2>conftest.er1 8130 if { (ac_try="$ac_compile" 8131 case "(($ac_try" in 8132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8133 *) ac_try_echo=$ac_try;; 8134 esac 8135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8136 (eval "$ac_compile") 2>conftest.er1 7819 8137 ac_status=$? 7820 8138 grep -v '^ *+' conftest.er1 >conftest.err … … 7822 8140 cat conftest.err >&5 7823 8141 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7824 (exit $ac_status); } && 7825 { ac_try='test -z "$ac_c_werror_flag" 7826 || test ! -s conftest.err' 7827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7828 (eval $ac_try) 2>&5 7829 ac_status=$? 7830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7831 (exit $ac_status); }; } && 7832 { ac_try='test -s conftest.$ac_objext' 7833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7834 (eval $ac_try) 2>&5 7835 ac_status=$? 7836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7837 (exit $ac_status); }; }; then 8142 (exit $ac_status); } && { 8143 test -z "$ac_c_werror_flag" || 8144 test ! -s conftest.err 8145 } && test -s conftest.$ac_objext; then 7838 8146 ac_header_compiler=yes 7839 8147 else … … 7841 8149 sed 's/^/| /' conftest.$ac_ext >&5 7842 8150 7843 ac_header_compiler=no 7844 fi 7845 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7846 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7847 echo "${ECHO_T}$ac_header_compiler" >&6 8151 ac_header_compiler=no 8152 fi 8153 8154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8155 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8156 echo "${ECHO_T}$ac_header_compiler" >&6; } 7848 8157 7849 8158 # Is the header present? 7850 echo "$as_me:$LINENO: checking sys/timeb.h presence" >&57851 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6 8159 { echo "$as_me:$LINENO: checking sys/timeb.h presence" >&5 8160 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6; } 7852 8161 cat >conftest.$ac_ext <<_ACEOF 7853 8162 /* confdefs.h. */ … … 7858 8167 #include <sys/timeb.h> 7859 8168 _ACEOF 7860 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7861 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8169 if { (ac_try="$ac_cpp conftest.$ac_ext" 8170 case "(($ac_try" in 8171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8172 *) ac_try_echo=$ac_try;; 8173 esac 8174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8175 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7862 8176 ac_status=$? 7863 8177 grep -v '^ *+' conftest.er1 >conftest.err … … 7865 8179 cat conftest.err >&5 7866 8180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7867 (exit $ac_status); } >/dev/null; then 7868 if test -s conftest.err; then 7869 ac_cpp_err=$ac_c_preproc_warn_flag 7870 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7871 else 7872 ac_cpp_err= 7873 fi 7874 else 7875 ac_cpp_err=yes 7876 fi 7877 if test -z "$ac_cpp_err"; then 8181 (exit $ac_status); } >/dev/null && { 8182 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8183 test ! -s conftest.err 8184 }; then 7878 8185 ac_header_preproc=yes 7879 8186 else … … 7883 8190 ac_header_preproc=no 7884 8191 fi 8192 7885 8193 rm -f conftest.err conftest.$ac_ext 7886 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57887 echo "${ECHO_T}$ac_header_preproc" >&6 8194 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8195 echo "${ECHO_T}$ac_header_preproc" >&6; } 7888 8196 7889 8197 # So? What about this header? … … 7909 8217 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&5 7910 8218 echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;} 7911 ( 7912 cat <<\_ASBOX 7913 ## ------------------------------------ ## 7914 ## Report this to the pjproject lists. ## 7915 ## ------------------------------------ ## 7916 _ASBOX 7917 ) | 7918 sed "s/^/$as_me: WARNING: /" >&2 8219 7919 8220 ;; 7920 8221 esac 7921 echo "$as_me:$LINENO: checking for sys/timeb.h" >&57922 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6 8222 { echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 8223 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 7923 8224 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 7924 8225 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7926 8227 ac_cv_header_sys_timeb_h=$ac_header_preproc 7927 8228 fi 7928 echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&57929 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6 8229 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 8230 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 7930 8231 7931 8232 fi … … 7939 8240 7940 8241 if test "${ac_cv_header_sys_types_h+set}" = set; then 7941 echo "$as_me:$LINENO: checking for sys/types.h" >&57942 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6 8242 { echo "$as_me:$LINENO: checking for sys/types.h" >&5 8243 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 7943 8244 if test "${ac_cv_header_sys_types_h+set}" = set; then 7944 8245 echo $ECHO_N "(cached) $ECHO_C" >&6 7945 8246 fi 7946 echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&57947 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6 8247 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 8248 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 7948 8249 else 7949 8250 # Is the header compilable? 7950 echo "$as_me:$LINENO: checking sys/types.h usability" >&57951 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6 8251 { echo "$as_me:$LINENO: checking sys/types.h usability" >&5 8252 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6; } 7952 8253 cat >conftest.$ac_ext <<_ACEOF 7953 8254 /* confdefs.h. */ … … 7960 8261 _ACEOF 7961 8262 rm -f conftest.$ac_objext 7962 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7963 (eval $ac_compile) 2>conftest.er1 8263 if { (ac_try="$ac_compile" 8264 case "(($ac_try" in 8265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8266 *) ac_try_echo=$ac_try;; 8267 esac 8268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8269 (eval "$ac_compile") 2>conftest.er1 7964 8270 ac_status=$? 7965 8271 grep -v '^ *+' conftest.er1 >conftest.err … … 7967 8273 cat conftest.err >&5 7968 8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7969 (exit $ac_status); } && 7970 { ac_try='test -z "$ac_c_werror_flag" 7971 || test ! -s conftest.err' 7972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7973 (eval $ac_try) 2>&5 7974 ac_status=$? 7975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7976 (exit $ac_status); }; } && 7977 { ac_try='test -s conftest.$ac_objext' 7978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7979 (eval $ac_try) 2>&5 7980 ac_status=$? 7981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7982 (exit $ac_status); }; }; then 8275 (exit $ac_status); } && { 8276 test -z "$ac_c_werror_flag" || 8277 test ! -s conftest.err 8278 } && test -s conftest.$ac_objext; then 7983 8279 ac_header_compiler=yes 7984 8280 else … … 7986 8282 sed 's/^/| /' conftest.$ac_ext >&5 7987 8283 7988 ac_header_compiler=no 7989 fi 7990 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7991 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7992 echo "${ECHO_T}$ac_header_compiler" >&6 8284 ac_header_compiler=no 8285 fi 8286 8287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8288 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8289 echo "${ECHO_T}$ac_header_compiler" >&6; } 7993 8290 7994 8291 # Is the header present? 7995 echo "$as_me:$LINENO: checking sys/types.h presence" >&57996 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6 8292 { echo "$as_me:$LINENO: checking sys/types.h presence" >&5 8293 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6; } 7997 8294 cat >conftest.$ac_ext <<_ACEOF 7998 8295 /* confdefs.h. */ … … 8003 8300 #include <sys/types.h> 8004 8301 _ACEOF 8005 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8006 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8302 if { (ac_try="$ac_cpp conftest.$ac_ext" 8303 case "(($ac_try" in 8304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8305 *) ac_try_echo=$ac_try;; 8306 esac 8307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8308 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8007 8309 ac_status=$? 8008 8310 grep -v '^ *+' conftest.er1 >conftest.err … … 8010 8312 cat conftest.err >&5 8011 8313 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8012 (exit $ac_status); } >/dev/null; then 8013 if test -s conftest.err; then 8014 ac_cpp_err=$ac_c_preproc_warn_flag 8015 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8016 else 8017 ac_cpp_err= 8018 fi 8019 else 8020 ac_cpp_err=yes 8021 fi 8022 if test -z "$ac_cpp_err"; then 8314 (exit $ac_status); } >/dev/null && { 8315 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8316 test ! -s conftest.err 8317 }; then 8023 8318 ac_header_preproc=yes 8024 8319 else … … 8028 8323 ac_header_preproc=no 8029 8324 fi 8325 8030 8326 rm -f conftest.err conftest.$ac_ext 8031 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58032 echo "${ECHO_T}$ac_header_preproc" >&6 8327 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8328 echo "${ECHO_T}$ac_header_preproc" >&6; } 8033 8329 8034 8330 # So? What about this header? … … 8054 8350 { echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 8055 8351 echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} 8056 ( 8057 cat <<\_ASBOX 8058 ## ------------------------------------ ## 8059 ## Report this to the pjproject lists. ## 8060 ## ------------------------------------ ## 8061 _ASBOX 8062 ) | 8063 sed "s/^/$as_me: WARNING: /" >&2 8352 8064 8353 ;; 8065 8354 esac 8066 echo "$as_me:$LINENO: checking for sys/types.h" >&58067 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6 8355 { echo "$as_me:$LINENO: checking for sys/types.h" >&5 8356 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 8068 8357 if test "${ac_cv_header_sys_types_h+set}" = set; then 8069 8358 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8071 8360 ac_cv_header_sys_types_h=$ac_header_preproc 8072 8361 fi 8073 echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&58074 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6 8362 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 8363 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 8075 8364 8076 8365 fi … … 8084 8373 8085 8374 if test "${ac_cv_header_time_h+set}" = set; then 8086 echo "$as_me:$LINENO: checking for time.h" >&58087 echo $ECHO_N "checking for time.h... $ECHO_C" >&6 8375 { echo "$as_me:$LINENO: checking for time.h" >&5 8376 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 8088 8377 if test "${ac_cv_header_time_h+set}" = set; then 8089 8378 echo $ECHO_N "(cached) $ECHO_C" >&6 8090 8379 fi 8091 echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&58092 echo "${ECHO_T}$ac_cv_header_time_h" >&6 8380 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 8381 echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 8093 8382 else 8094 8383 # Is the header compilable? 8095 echo "$as_me:$LINENO: checking time.h usability" >&58096 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6 8384 { echo "$as_me:$LINENO: checking time.h usability" >&5 8385 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6; } 8097 8386 cat >conftest.$ac_ext <<_ACEOF 8098 8387 /* confdefs.h. */ … … 8105 8394 _ACEOF 8106 8395 rm -f conftest.$ac_objext 8107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8108 (eval $ac_compile) 2>conftest.er1 8396 if { (ac_try="$ac_compile" 8397 case "(($ac_try" in 8398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8399 *) ac_try_echo=$ac_try;; 8400 esac 8401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8402 (eval "$ac_compile") 2>conftest.er1 8109 8403 ac_status=$? 8110 8404 grep -v '^ *+' conftest.er1 >conftest.err … … 8112 8406 cat conftest.err >&5 8113 8407 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8114 (exit $ac_status); } && 8115 { ac_try='test -z "$ac_c_werror_flag" 8116 || test ! -s conftest.err' 8117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8118 (eval $ac_try) 2>&5 8119 ac_status=$? 8120 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8121 (exit $ac_status); }; } && 8122 { ac_try='test -s conftest.$ac_objext' 8123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8124 (eval $ac_try) 2>&5 8125 ac_status=$? 8126 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8127 (exit $ac_status); }; }; then 8408 (exit $ac_status); } && { 8409 test -z "$ac_c_werror_flag" || 8410 test ! -s conftest.err 8411 } && test -s conftest.$ac_objext; then 8128 8412 ac_header_compiler=yes 8129 8413 else … … 8131 8415 sed 's/^/| /' conftest.$ac_ext >&5 8132 8416 8133 ac_header_compiler=no 8134 fi 8135 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8136 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8137 echo "${ECHO_T}$ac_header_compiler" >&6 8417 ac_header_compiler=no 8418 fi 8419 8420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8421 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8422 echo "${ECHO_T}$ac_header_compiler" >&6; } 8138 8423 8139 8424 # Is the header present? 8140 echo "$as_me:$LINENO: checking time.h presence" >&58141 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6 8425 { echo "$as_me:$LINENO: checking time.h presence" >&5 8426 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6; } 8142 8427 cat >conftest.$ac_ext <<_ACEOF 8143 8428 /* confdefs.h. */ … … 8148 8433 #include <time.h> 8149 8434 _ACEOF 8150 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8435 if { (ac_try="$ac_cpp conftest.$ac_ext" 8436 case "(($ac_try" in 8437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8438 *) ac_try_echo=$ac_try;; 8439 esac 8440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8441 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8152 8442 ac_status=$? 8153 8443 grep -v '^ *+' conftest.er1 >conftest.err … … 8155 8445 cat conftest.err >&5 8156 8446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8157 (exit $ac_status); } >/dev/null; then 8158 if test -s conftest.err; then 8159 ac_cpp_err=$ac_c_preproc_warn_flag 8160 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8161 else 8162 ac_cpp_err= 8163 fi 8164 else 8165 ac_cpp_err=yes 8166 fi 8167 if test -z "$ac_cpp_err"; then 8447 (exit $ac_status); } >/dev/null && { 8448 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8449 test ! -s conftest.err 8450 }; then 8168 8451 ac_header_preproc=yes 8169 8452 else … … 8173 8456 ac_header_preproc=no 8174 8457 fi 8458 8175 8459 rm -f conftest.err conftest.$ac_ext 8176 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58177 echo "${ECHO_T}$ac_header_preproc" >&6 8460 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8461 echo "${ECHO_T}$ac_header_preproc" >&6; } 8178 8462 8179 8463 # So? What about this header? … … 8199 8483 { echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&5 8200 8484 echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;} 8201 ( 8202 cat <<\_ASBOX 8203 ## ------------------------------------ ## 8204 ## Report this to the pjproject lists. ## 8205 ## ------------------------------------ ## 8206 _ASBOX 8207 ) | 8208 sed "s/^/$as_me: WARNING: /" >&2 8485 8209 8486 ;; 8210 8487 esac 8211 echo "$as_me:$LINENO: checking for time.h" >&58212 echo $ECHO_N "checking for time.h... $ECHO_C" >&6 8488 { echo "$as_me:$LINENO: checking for time.h" >&5 8489 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 8213 8490 if test "${ac_cv_header_time_h+set}" = set; then 8214 8491 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8216 8493 ac_cv_header_time_h=$ac_header_preproc 8217 8494 fi 8218 echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&58219 echo "${ECHO_T}$ac_cv_header_time_h" >&6 8495 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 8496 echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 8220 8497 8221 8498 fi … … 8229 8506 8230 8507 if test "${ac_cv_header_unistd_h+set}" = set; then 8231 echo "$as_me:$LINENO: checking for unistd.h" >&58232 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6 8508 { echo "$as_me:$LINENO: checking for unistd.h" >&5 8509 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 8233 8510 if test "${ac_cv_header_unistd_h+set}" = set; then 8234 8511 echo $ECHO_N "(cached) $ECHO_C" >&6 8235 8512 fi 8236 echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&58237 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6 8513 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 8514 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 8238 8515 else 8239 8516 # Is the header compilable? 8240 echo "$as_me:$LINENO: checking unistd.h usability" >&58241 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6 8517 { echo "$as_me:$LINENO: checking unistd.h usability" >&5 8518 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6; } 8242 8519 cat >conftest.$ac_ext <<_ACEOF 8243 8520 /* confdefs.h. */ … … 8250 8527 _ACEOF 8251 8528 rm -f conftest.$ac_objext 8252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8253 (eval $ac_compile) 2>conftest.er1 8529 if { (ac_try="$ac_compile" 8530 case "(($ac_try" in 8531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8532 *) ac_try_echo=$ac_try;; 8533 esac 8534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8535 (eval "$ac_compile") 2>conftest.er1 8254 8536 ac_status=$? 8255 8537 grep -v '^ *+' conftest.er1 >conftest.err … … 8257 8539 cat conftest.err >&5 8258 8540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8259 (exit $ac_status); } && 8260 { ac_try='test -z "$ac_c_werror_flag" 8261 || test ! -s conftest.err' 8262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8263 (eval $ac_try) 2>&5 8264 ac_status=$? 8265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8266 (exit $ac_status); }; } && 8267 { ac_try='test -s conftest.$ac_objext' 8268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8269 (eval $ac_try) 2>&5 8270 ac_status=$? 8271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8272 (exit $ac_status); }; }; then 8541 (exit $ac_status); } && { 8542 test -z "$ac_c_werror_flag" || 8543 test ! -s conftest.err 8544 } && test -s conftest.$ac_objext; then 8273 8545 ac_header_compiler=yes 8274 8546 else … … 8276 8548 sed 's/^/| /' conftest.$ac_ext >&5 8277 8549 8278 ac_header_compiler=no 8279 fi 8280 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8281 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8282 echo "${ECHO_T}$ac_header_compiler" >&6 8550 ac_header_compiler=no 8551 fi 8552 8553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8554 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8555 echo "${ECHO_T}$ac_header_compiler" >&6; } 8283 8556 8284 8557 # Is the header present? 8285 echo "$as_me:$LINENO: checking unistd.h presence" >&58286 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6 8558 { echo "$as_me:$LINENO: checking unistd.h presence" >&5 8559 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6; } 8287 8560 cat >conftest.$ac_ext <<_ACEOF 8288 8561 /* confdefs.h. */ … … 8293 8566 #include <unistd.h> 8294 8567 _ACEOF 8295 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8296 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8568 if { (ac_try="$ac_cpp conftest.$ac_ext" 8569 case "(($ac_try" in 8570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8571 *) ac_try_echo=$ac_try;; 8572 esac 8573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8574 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8297 8575 ac_status=$? 8298 8576 grep -v '^ *+' conftest.er1 >conftest.err … … 8300 8578 cat conftest.err >&5 8301 8579 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8302 (exit $ac_status); } >/dev/null; then 8303 if test -s conftest.err; then 8304 ac_cpp_err=$ac_c_preproc_warn_flag 8305 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8306 else 8307 ac_cpp_err= 8308 fi 8309 else 8310 ac_cpp_err=yes 8311 fi 8312 if test -z "$ac_cpp_err"; then 8580 (exit $ac_status); } >/dev/null && { 8581 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8582 test ! -s conftest.err 8583 }; then 8313 8584 ac_header_preproc=yes 8314 8585 else … … 8318 8589 ac_header_preproc=no 8319 8590 fi 8591 8320 8592 rm -f conftest.err conftest.$ac_ext 8321 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58322 echo "${ECHO_T}$ac_header_preproc" >&6 8593 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8594 echo "${ECHO_T}$ac_header_preproc" >&6; } 8323 8595 8324 8596 # So? What about this header? … … 8344 8616 { echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&5 8345 8617 echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;} 8346 ( 8347 cat <<\_ASBOX 8348 ## ------------------------------------ ## 8349 ## Report this to the pjproject lists. ## 8350 ## ------------------------------------ ## 8351 _ASBOX 8352 ) | 8353 sed "s/^/$as_me: WARNING: /" >&2 8618 8354 8619 ;; 8355 8620 esac 8356 echo "$as_me:$LINENO: checking for unistd.h" >&58357 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6 8621 { echo "$as_me:$LINENO: checking for unistd.h" >&5 8622 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 8358 8623 if test "${ac_cv_header_unistd_h+set}" = set; then 8359 8624 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8361 8626 ac_cv_header_unistd_h=$ac_header_preproc 8362 8627 fi 8363 echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&58364 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6 8628 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 8629 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 8365 8630 8366 8631 fi … … 8374 8639 8375 8640 if test "${ac_cv_header_winsock_h+set}" = set; then 8376 echo "$as_me:$LINENO: checking for winsock.h" >&58377 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6 8641 { echo "$as_me:$LINENO: checking for winsock.h" >&5 8642 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 8378 8643 if test "${ac_cv_header_winsock_h+set}" = set; then 8379 8644 echo $ECHO_N "(cached) $ECHO_C" >&6 8380 8645 fi 8381 echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&58382 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6 8646 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 8647 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 8383 8648 else 8384 8649 # Is the header compilable? 8385 echo "$as_me:$LINENO: checking winsock.h usability" >&58386 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6 8650 { echo "$as_me:$LINENO: checking winsock.h usability" >&5 8651 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6; } 8387 8652 cat >conftest.$ac_ext <<_ACEOF 8388 8653 /* confdefs.h. */ … … 8395 8660 _ACEOF 8396 8661 rm -f conftest.$ac_objext 8397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8398 (eval $ac_compile) 2>conftest.er1 8662 if { (ac_try="$ac_compile" 8663 case "(($ac_try" in 8664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8665 *) ac_try_echo=$ac_try;; 8666 esac 8667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8668 (eval "$ac_compile") 2>conftest.er1 8399 8669 ac_status=$? 8400 8670 grep -v '^ *+' conftest.er1 >conftest.err … … 8402 8672 cat conftest.err >&5 8403 8673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8404 (exit $ac_status); } && 8405 { ac_try='test -z "$ac_c_werror_flag" 8406 || test ! -s conftest.err' 8407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8408 (eval $ac_try) 2>&5 8409 ac_status=$? 8410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8411 (exit $ac_status); }; } && 8412 { ac_try='test -s conftest.$ac_objext' 8413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8414 (eval $ac_try) 2>&5 8415 ac_status=$? 8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8417 (exit $ac_status); }; }; then 8674 (exit $ac_status); } && { 8675 test -z "$ac_c_werror_flag" || 8676 test ! -s conftest.err 8677 } && test -s conftest.$ac_objext; then 8418 8678 ac_header_compiler=yes 8419 8679 else … … 8421 8681 sed 's/^/| /' conftest.$ac_ext >&5 8422 8682 8423 ac_header_compiler=no 8424 fi 8425 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8426 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8427 echo "${ECHO_T}$ac_header_compiler" >&6 8683 ac_header_compiler=no 8684 fi 8685 8686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8687 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8688 echo "${ECHO_T}$ac_header_compiler" >&6; } 8428 8689 8429 8690 # Is the header present? 8430 echo "$as_me:$LINENO: checking winsock.h presence" >&58431 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6 8691 { echo "$as_me:$LINENO: checking winsock.h presence" >&5 8692 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6; } 8432 8693 cat >conftest.$ac_ext <<_ACEOF 8433 8694 /* confdefs.h. */ … … 8438 8699 #include <winsock.h> 8439 8700 _ACEOF 8440 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8441 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8701 if { (ac_try="$ac_cpp conftest.$ac_ext" 8702 case "(($ac_try" in 8703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8704 *) ac_try_echo=$ac_try;; 8705 esac 8706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8707 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8442 8708 ac_status=$? 8443 8709 grep -v '^ *+' conftest.er1 >conftest.err … … 8445 8711 cat conftest.err >&5 8446 8712 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8447 (exit $ac_status); } >/dev/null; then 8448 if test -s conftest.err; then 8449 ac_cpp_err=$ac_c_preproc_warn_flag 8450 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8451 else 8452 ac_cpp_err= 8453 fi 8454 else 8455 ac_cpp_err=yes 8456 fi 8457 if test -z "$ac_cpp_err"; then 8713 (exit $ac_status); } >/dev/null && { 8714 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8715 test ! -s conftest.err 8716 }; then 8458 8717 ac_header_preproc=yes 8459 8718 else … … 8463 8722 ac_header_preproc=no 8464 8723 fi 8724 8465 8725 rm -f conftest.err conftest.$ac_ext 8466 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58467 echo "${ECHO_T}$ac_header_preproc" >&6 8726 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8727 echo "${ECHO_T}$ac_header_preproc" >&6; } 8468 8728 8469 8729 # So? What about this header? … … 8489 8749 { echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&5 8490 8750 echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;} 8491 ( 8492 cat <<\_ASBOX 8493 ## ------------------------------------ ## 8494 ## Report this to the pjproject lists. ## 8495 ## ------------------------------------ ## 8496 _ASBOX 8497 ) | 8498 sed "s/^/$as_me: WARNING: /" >&2 8751 8499 8752 ;; 8500 8753 esac 8501 echo "$as_me:$LINENO: checking for winsock.h" >&58502 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6 8754 { echo "$as_me:$LINENO: checking for winsock.h" >&5 8755 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 8503 8756 if test "${ac_cv_header_winsock_h+set}" = set; then 8504 8757 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8506 8759 ac_cv_header_winsock_h=$ac_header_preproc 8507 8760 fi 8508 echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&58509 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6 8761 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 8762 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 8510 8763 8511 8764 fi … … 8519 8772 8520 8773 if test "${ac_cv_header_winsock2_h+set}" = set; then 8521 echo "$as_me:$LINENO: checking for winsock2.h" >&58522 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6 8774 { echo "$as_me:$LINENO: checking for winsock2.h" >&5 8775 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 8523 8776 if test "${ac_cv_header_winsock2_h+set}" = set; then 8524 8777 echo $ECHO_N "(cached) $ECHO_C" >&6 8525 8778 fi 8526 echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&58527 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6 8779 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 8780 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 8528 8781 else 8529 8782 # Is the header compilable? 8530 echo "$as_me:$LINENO: checking winsock2.h usability" >&58531 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6 8783 { echo "$as_me:$LINENO: checking winsock2.h usability" >&5 8784 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6; } 8532 8785 cat >conftest.$ac_ext <<_ACEOF 8533 8786 /* confdefs.h. */ … … 8540 8793 _ACEOF 8541 8794 rm -f conftest.$ac_objext 8542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8543 (eval $ac_compile) 2>conftest.er1 8795 if { (ac_try="$ac_compile" 8796 case "(($ac_try" in 8797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8798 *) ac_try_echo=$ac_try;; 8799 esac 8800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8801 (eval "$ac_compile") 2>conftest.er1 8544 8802 ac_status=$? 8545 8803 grep -v '^ *+' conftest.er1 >conftest.err … … 8547 8805 cat conftest.err >&5 8548 8806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8549 (exit $ac_status); } && 8550 { ac_try='test -z "$ac_c_werror_flag" 8551 || test ! -s conftest.err' 8552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8553 (eval $ac_try) 2>&5 8554 ac_status=$? 8555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8556 (exit $ac_status); }; } && 8557 { ac_try='test -s conftest.$ac_objext' 8558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8559 (eval $ac_try) 2>&5 8560 ac_status=$? 8561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8562 (exit $ac_status); }; }; then 8807 (exit $ac_status); } && { 8808 test -z "$ac_c_werror_flag" || 8809 test ! -s conftest.err 8810 } && test -s conftest.$ac_objext; then 8563 8811 ac_header_compiler=yes 8564 8812 else … … 8566 8814 sed 's/^/| /' conftest.$ac_ext >&5 8567 8815 8568 ac_header_compiler=no 8569 fi 8570 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8571 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8572 echo "${ECHO_T}$ac_header_compiler" >&6 8816 ac_header_compiler=no 8817 fi 8818 8819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8820 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8821 echo "${ECHO_T}$ac_header_compiler" >&6; } 8573 8822 8574 8823 # Is the header present? 8575 echo "$as_me:$LINENO: checking winsock2.h presence" >&58576 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6 8824 { echo "$as_me:$LINENO: checking winsock2.h presence" >&5 8825 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6; } 8577 8826 cat >conftest.$ac_ext <<_ACEOF 8578 8827 /* confdefs.h. */ … … 8583 8832 #include <winsock2.h> 8584 8833 _ACEOF 8585 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8586 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8834 if { (ac_try="$ac_cpp conftest.$ac_ext" 8835 case "(($ac_try" in 8836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8837 *) ac_try_echo=$ac_try;; 8838 esac 8839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8840 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8587 8841 ac_status=$? 8588 8842 grep -v '^ *+' conftest.er1 >conftest.err … … 8590 8844 cat conftest.err >&5 8591 8845 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8592 (exit $ac_status); } >/dev/null; then 8593 if test -s conftest.err; then 8594 ac_cpp_err=$ac_c_preproc_warn_flag 8595 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8596 else 8597 ac_cpp_err= 8598 fi 8599 else 8600 ac_cpp_err=yes 8601 fi 8602 if test -z "$ac_cpp_err"; then 8846 (exit $ac_status); } >/dev/null && { 8847 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8848 test ! -s conftest.err 8849 }; then 8603 8850 ac_header_preproc=yes 8604 8851 else … … 8608 8855 ac_header_preproc=no 8609 8856 fi 8857 8610 8858 rm -f conftest.err conftest.$ac_ext 8611 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58612 echo "${ECHO_T}$ac_header_preproc" >&6 8859 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8860 echo "${ECHO_T}$ac_header_preproc" >&6; } 8613 8861 8614 8862 # So? What about this header? … … 8634 8882 { echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&5 8635 8883 echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;} 8636 ( 8637 cat <<\_ASBOX 8638 ## ------------------------------------ ## 8639 ## Report this to the pjproject lists. ## 8640 ## ------------------------------------ ## 8641 _ASBOX 8642 ) | 8643 sed "s/^/$as_me: WARNING: /" >&2 8884 8644 8885 ;; 8645 8886 esac 8646 echo "$as_me:$LINENO: checking for winsock2.h" >&58647 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6 8887 { echo "$as_me:$LINENO: checking for winsock2.h" >&5 8888 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 8648 8889 if test "${ac_cv_header_winsock2_h+set}" = set; then 8649 8890 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8651 8892 ac_cv_header_winsock2_h=$ac_header_preproc 8652 8893 fi 8653 echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&58654 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6 8894 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 8895 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 8655 8896 8656 8897 fi … … 8663 8904 8664 8905 8665 echo "$as_me:$LINENO: checking for mswsock.h" >&58666 echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6 8906 { echo "$as_me:$LINENO: checking for mswsock.h" >&5 8907 echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6; } 8667 8908 if test "${ac_cv_header_mswsock_h+set}" = set; then 8668 8909 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8684 8925 _ACEOF 8685 8926 rm -f conftest.$ac_objext 8686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8687 (eval $ac_compile) 2>conftest.er1 8927 if { (ac_try="$ac_compile" 8928 case "(($ac_try" in 8929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8930 *) ac_try_echo=$ac_try;; 8931 esac 8932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8933 (eval "$ac_compile") 2>conftest.er1 8688 8934 ac_status=$? 8689 8935 grep -v '^ *+' conftest.er1 >conftest.err … … 8691 8937 cat conftest.err >&5 8692 8938 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8693 (exit $ac_status); } && 8694 { ac_try='test -z "$ac_c_werror_flag" 8695 || test ! -s conftest.err' 8696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8697 (eval $ac_try) 2>&5 8698 ac_status=$? 8699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8700 (exit $ac_status); }; } && 8701 { ac_try='test -s conftest.$ac_objext' 8702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8703 (eval $ac_try) 2>&5 8704 ac_status=$? 8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8706 (exit $ac_status); }; }; then 8939 (exit $ac_status); } && { 8940 test -z "$ac_c_werror_flag" || 8941 test ! -s conftest.err 8942 } && test -s conftest.$ac_objext; then 8707 8943 ac_cv_header_mswsock_h=yes 8708 8944 else … … 8710 8946 sed 's/^/| /' conftest.$ac_ext >&5 8711 8947 8712 ac_cv_header_mswsock_h=no 8713 fi 8714 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8715 fi 8716 echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 8717 echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6 8948 ac_cv_header_mswsock_h=no 8949 fi 8950 8951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8952 fi 8953 { echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 8954 echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6; } 8718 8955 if test $ac_cv_header_mswsock_h = yes; then 8719 8956 cat >>confdefs.h <<\_ACEOF … … 8725 8962 8726 8963 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 8727 echo "$as_me:$LINENO: checking for uuid/uuid.h" >&58728 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6 8964 { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 8965 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 8729 8966 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 8730 8967 echo $ECHO_N "(cached) $ECHO_C" >&6 8731 8968 fi 8732 echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&58733 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6 8969 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 8970 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 8734 8971 else 8735 8972 # Is the header compilable? 8736 echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&58737 echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6 8973 { echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5 8974 echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6; } 8738 8975 cat >conftest.$ac_ext <<_ACEOF 8739 8976 /* confdefs.h. */ … … 8746 8983 _ACEOF 8747 8984 rm -f conftest.$ac_objext 8748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8749 (eval $ac_compile) 2>conftest.er1 8985 if { (ac_try="$ac_compile" 8986 case "(($ac_try" in 8987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8988 *) ac_try_echo=$ac_try;; 8989 esac 8990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8991 (eval "$ac_compile") 2>conftest.er1 8750 8992 ac_status=$? 8751 8993 grep -v '^ *+' conftest.er1 >conftest.err … … 8753 8995 cat conftest.err >&5 8754 8996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8755 (exit $ac_status); } && 8756 { ac_try='test -z "$ac_c_werror_flag" 8757 || test ! -s conftest.err' 8758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8759 (eval $ac_try) 2>&5 8760 ac_status=$? 8761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8762 (exit $ac_status); }; } && 8763 { ac_try='test -s conftest.$ac_objext' 8764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8765 (eval $ac_try) 2>&5 8766 ac_status=$? 8767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8768 (exit $ac_status); }; }; then 8997 (exit $ac_status); } && { 8998 test -z "$ac_c_werror_flag" || 8999 test ! -s conftest.err 9000 } && test -s conftest.$ac_objext; then 8769 9001 ac_header_compiler=yes 8770 9002 else … … 8772 9004 sed 's/^/| /' conftest.$ac_ext >&5 8773 9005 8774 ac_header_compiler=no 8775 fi 8776 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8777 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8778 echo "${ECHO_T}$ac_header_compiler" >&6 9006 ac_header_compiler=no 9007 fi 9008 9009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9010 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9011 echo "${ECHO_T}$ac_header_compiler" >&6; } 8779 9012 8780 9013 # Is the header present? 8781 echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&58782 echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6 9014 { echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5 9015 echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6; } 8783 9016 cat >conftest.$ac_ext <<_ACEOF 8784 9017 /* confdefs.h. */ … … 8789 9022 #include <uuid/uuid.h> 8790 9023 _ACEOF 8791 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8792 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9024 if { (ac_try="$ac_cpp conftest.$ac_ext" 9025 case "(($ac_try" in 9026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9027 *) ac_try_echo=$ac_try;; 9028 esac 9029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9030 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8793 9031 ac_status=$? 8794 9032 grep -v '^ *+' conftest.er1 >conftest.err … … 8796 9034 cat conftest.err >&5 8797 9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8798 (exit $ac_status); } >/dev/null; then 8799 if test -s conftest.err; then 8800 ac_cpp_err=$ac_c_preproc_warn_flag 8801 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8802 else 8803 ac_cpp_err= 8804 fi 8805 else 8806 ac_cpp_err=yes 8807 fi 8808 if test -z "$ac_cpp_err"; then 9036 (exit $ac_status); } >/dev/null && { 9037 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9038 test ! -s conftest.err 9039 }; then 8809 9040 ac_header_preproc=yes 8810 9041 else … … 8814 9045 ac_header_preproc=no 8815 9046 fi 9047 8816 9048 rm -f conftest.err conftest.$ac_ext 8817 echo "$as_me:$LINENO: result: $ac_header_preproc" >&58818 echo "${ECHO_T}$ac_header_preproc" >&6 9049 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9050 echo "${ECHO_T}$ac_header_preproc" >&6; } 8819 9051 8820 9052 # So? What about this header? … … 8840 9072 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5 8841 9073 echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;} 8842 ( 8843 cat <<\_ASBOX 8844 ## ------------------------------------ ## 8845 ## Report this to the pjproject lists. ## 8846 ## ------------------------------------ ## 8847 _ASBOX 8848 ) | 8849 sed "s/^/$as_me: WARNING: /" >&2 9074 8850 9075 ;; 8851 9076 esac 8852 echo "$as_me:$LINENO: checking for uuid/uuid.h" >&58853 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6 9077 { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 9078 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 8854 9079 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 8855 9080 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8857 9082 ac_cv_header_uuid_uuid_h=$ac_header_preproc 8858 9083 fi 8859 echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&58860 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6 9084 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 9085 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 8861 9086 8862 9087 fi … … 8866 9091 8867 9092 8868 echo "$as_me:$LINENO: checking for net/if.h" >&58869 echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6 9093 { echo "$as_me:$LINENO: checking for net/if.h" >&5 9094 echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6; } 8870 9095 if test "${ac_cv_header_net_if_h+set}" = set; then 8871 9096 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8885 9110 _ACEOF 8886 9111 rm -f conftest.$ac_objext 8887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8888 (eval $ac_compile) 2>conftest.er1 9112 if { (ac_try="$ac_compile" 9113 case "(($ac_try" in 9114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9115 *) ac_try_echo=$ac_try;; 9116 esac 9117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9118 (eval "$ac_compile") 2>conftest.er1 8889 9119 ac_status=$? 8890 9120 grep -v '^ *+' conftest.er1 >conftest.err … … 8892 9122 cat conftest.err >&5 8893 9123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8894 (exit $ac_status); } && 8895 { ac_try='test -z "$ac_c_werror_flag" 8896 || test ! -s conftest.err' 8897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8898 (eval $ac_try) 2>&5 8899 ac_status=$? 8900 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8901 (exit $ac_status); }; } && 8902 { ac_try='test -s conftest.$ac_objext' 8903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8904 (eval $ac_try) 2>&5 8905 ac_status=$? 8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8907 (exit $ac_status); }; }; then 9124 (exit $ac_status); } && { 9125 test -z "$ac_c_werror_flag" || 9126 test ! -s conftest.err 9127 } && test -s conftest.$ac_objext; then 8908 9128 ac_cv_header_net_if_h=yes 8909 9129 else … … 8911 9131 sed 's/^/| /' conftest.$ac_ext >&5 8912 9132 8913 ac_cv_header_net_if_h=no 8914 fi 8915 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8916 fi 8917 echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 8918 echo "${ECHO_T}$ac_cv_header_net_if_h" >&6 9133 ac_cv_header_net_if_h=no 9134 fi 9135 9136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9137 fi 9138 { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 9139 echo "${ECHO_T}$ac_cv_header_net_if_h" >&6; } 8919 9140 if test $ac_cv_header_net_if_h = yes; then 8920 9141 cat >>confdefs.h <<\_ACEOF … … 8926 9147 8927 9148 8928 echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&58929 echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6 9149 { echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 9150 echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6; } 8930 9151 cat >>confdefs.h <<_ACEOF 8931 9152 #define PJ_OS_NAME "$target" … … 8933 9154 8934 9155 8935 echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&58936 echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6 9156 { echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5 9157 echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6; } 8937 9158 cat >>confdefs.h <<\_ACEOF 8938 9159 #define PJ_HAS_ERRNO_VAR 1 … … 8940 9161 8941 9162 8942 echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&58943 echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6 9163 { echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5 9164 echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; } 8944 9165 cat >>confdefs.h <<\_ACEOF 8945 9166 #define PJ_HAS_HIGH_RES_TIMER 1 … … 8947 9168 8948 9169 8949 echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&58950 echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6 9170 { echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&5 9171 echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6; } 8951 9172 cat >>confdefs.h <<\_ACEOF 8952 9173 #define PJ_HAS_MALLOC 1 … … 8954 9175 8955 9176 8956 echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&58957 echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6 9177 { echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5 9178 echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; } 8958 9179 cat >>confdefs.h <<\_ACEOF 8959 9180 #define PJ_NATIVE_STRING_IS_UNICODE 0 … … 8961 9182 8962 9183 8963 echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&58964 echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6 9184 { echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5 9185 echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; } 8965 9186 cat >>confdefs.h <<\_ACEOF 8966 9187 #define PJ_ATOMIC_VALUE_TYPE long … … 8968 9189 8969 9190 8970 echo "$as_me:$LINENO: checking if inet_aton() is available" >&58971 echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6 9191 { echo "$as_me:$LINENO: checking if inet_aton() is available" >&5 9192 echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6; } 8972 9193 cat >conftest.$ac_ext <<_ACEOF 8973 9194 /* confdefs.h. */ … … 8988 9209 _ACEOF 8989 9210 rm -f conftest.$ac_objext 8990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8991 (eval $ac_compile) 2>conftest.er1 9211 if { (ac_try="$ac_compile" 9212 case "(($ac_try" in 9213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9214 *) ac_try_echo=$ac_try;; 9215 esac 9216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9217 (eval "$ac_compile") 2>conftest.er1 8992 9218 ac_status=$? 8993 9219 grep -v '^ *+' conftest.er1 >conftest.err … … 8995 9221 cat conftest.err >&5 8996 9222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8997 (exit $ac_status); } && 8998 { ac_try='test -z "$ac_c_werror_flag" 8999 || test ! -s conftest.err' 9000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9001 (eval $ac_try) 2>&5 9002 ac_status=$? 9003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9004 (exit $ac_status); }; } && 9005 { ac_try='test -s conftest.$ac_objext' 9006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9007 (eval $ac_try) 2>&5 9008 ac_status=$? 9009 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9010 (exit $ac_status); }; }; then 9223 (exit $ac_status); } && { 9224 test -z "$ac_c_werror_flag" || 9225 test ! -s conftest.err 9226 } && test -s conftest.$ac_objext; then 9011 9227 cat >>confdefs.h <<\_ACEOF 9012 9228 #define PJ_SOCK_HAS_INET_ATON 1 9013 9229 _ACEOF 9014 9230 9015 echo "$as_me:$LINENO: result: yes" >&59016 echo "${ECHO_T}yes" >&6 9231 { echo "$as_me:$LINENO: result: yes" >&5 9232 echo "${ECHO_T}yes" >&6; } 9017 9233 else 9018 9234 echo "$as_me: failed program was:" >&5 9019 9235 sed 's/^/| /' conftest.$ac_ext >&5 9020 9236 9021 echo "$as_me:$LINENO: result: no" >&5 9022 echo "${ECHO_T}no" >&6 9023 fi 9024 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9025 9026 echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 9027 echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6 9237 { echo "$as_me:$LINENO: result: no" >&5 9238 echo "${ECHO_T}no" >&6; } 9239 fi 9240 9241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9242 9243 { echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 9244 echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6; } 9028 9245 cat >conftest.$ac_ext <<_ACEOF 9029 9246 /* confdefs.h. */ … … 9044 9261 _ACEOF 9045 9262 rm -f conftest.$ac_objext 9046 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9047 (eval $ac_compile) 2>conftest.er1 9263 if { (ac_try="$ac_compile" 9264 case "(($ac_try" in 9265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9266 *) ac_try_echo=$ac_try;; 9267 esac 9268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9269 (eval "$ac_compile") 2>conftest.er1 9048 9270 ac_status=$? 9049 9271 grep -v '^ *+' conftest.er1 >conftest.err … … 9051 9273 cat conftest.err >&5 9052 9274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9053 (exit $ac_status); } && 9054 { ac_try='test -z "$ac_c_werror_flag" 9055 || test ! -s conftest.err' 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); }; } && 9061 { ac_try='test -s conftest.$ac_objext' 9062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9063 (eval $ac_try) 2>&5 9064 ac_status=$? 9065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9066 (exit $ac_status); }; }; then 9275 (exit $ac_status); } && { 9276 test -z "$ac_c_werror_flag" || 9277 test ! -s conftest.err 9278 } && test -s conftest.$ac_objext; then 9067 9279 cat >>confdefs.h <<\_ACEOF 9068 9280 #define PJ_SOCK_HAS_INET_PTON 1 9069 9281 _ACEOF 9070 9282 9071 echo "$as_me:$LINENO: result: yes" >&59072 echo "${ECHO_T}yes" >&6 9283 { echo "$as_me:$LINENO: result: yes" >&5 9284 echo "${ECHO_T}yes" >&6; } 9073 9285 else 9074 9286 echo "$as_me: failed program was:" >&5 9075 9287 sed 's/^/| /' conftest.$ac_ext >&5 9076 9288 9077 echo "$as_me:$LINENO: result: no" >&5 9078 echo "${ECHO_T}no" >&6 9079 fi 9080 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9081 9082 echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 9083 echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6 9289 { echo "$as_me:$LINENO: result: no" >&5 9290 echo "${ECHO_T}no" >&6; } 9291 fi 9292 9293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9294 9295 { echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 9296 echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6; } 9084 9297 cat >conftest.$ac_ext <<_ACEOF 9085 9298 /* confdefs.h. */ … … 9100 9313 _ACEOF 9101 9314 rm -f conftest.$ac_objext 9102 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9103 (eval $ac_compile) 2>conftest.er1 9315 if { (ac_try="$ac_compile" 9316 case "(($ac_try" in 9317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9318 *) ac_try_echo=$ac_try;; 9319 esac 9320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9321 (eval "$ac_compile") 2>conftest.er1 9104 9322 ac_status=$? 9105 9323 grep -v '^ *+' conftest.er1 >conftest.err … … 9107 9325 cat conftest.err >&5 9108 9326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9109 (exit $ac_status); } && 9110 { ac_try='test -z "$ac_c_werror_flag" 9111 || test ! -s conftest.err' 9112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9113 (eval $ac_try) 2>&5 9114 ac_status=$? 9115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9116 (exit $ac_status); }; } && 9117 { ac_try='test -s conftest.$ac_objext' 9118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9119 (eval $ac_try) 2>&5 9120 ac_status=$? 9121 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9122 (exit $ac_status); }; }; then 9327 (exit $ac_status); } && { 9328 test -z "$ac_c_werror_flag" || 9329 test ! -s conftest.err 9330 } && test -s conftest.$ac_objext; then 9123 9331 cat >>confdefs.h <<\_ACEOF 9124 9332 #define PJ_SOCK_HAS_INET_NTOP 1 9125 9333 _ACEOF 9126 9334 9127 echo "$as_me:$LINENO: result: yes" >&59128 echo "${ECHO_T}yes" >&6 9335 { echo "$as_me:$LINENO: result: yes" >&5 9336 echo "${ECHO_T}yes" >&6; } 9129 9337 else 9130 9338 echo "$as_me: failed program was:" >&5 9131 9339 sed 's/^/| /' conftest.$ac_ext >&5 9132 9340 9133 echo "$as_me:$LINENO: result: no" >&5 9134 echo "${ECHO_T}no" >&6 9135 fi 9136 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9137 9138 echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 9139 echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6 9341 { echo "$as_me:$LINENO: result: no" >&5 9342 echo "${ECHO_T}no" >&6; } 9343 fi 9344 9345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9346 9347 { echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 9348 echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6; } 9140 9349 cat >conftest.$ac_ext <<_ACEOF 9141 9350 /* confdefs.h. */ … … 9156 9365 _ACEOF 9157 9366 rm -f conftest.$ac_objext 9158 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9159 (eval $ac_compile) 2>conftest.er1 9367 if { (ac_try="$ac_compile" 9368 case "(($ac_try" in 9369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9370 *) ac_try_echo=$ac_try;; 9371 esac 9372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9373 (eval "$ac_compile") 2>conftest.er1 9160 9374 ac_status=$? 9161 9375 grep -v '^ *+' conftest.er1 >conftest.err … … 9163 9377 cat conftest.err >&5 9164 9378 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9165 (exit $ac_status); } && 9166 { ac_try='test -z "$ac_c_werror_flag" 9167 || test ! -s conftest.err' 9168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9169 (eval $ac_try) 2>&5 9170 ac_status=$? 9171 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9172 (exit $ac_status); }; } && 9173 { ac_try='test -s conftest.$ac_objext' 9174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9175 (eval $ac_try) 2>&5 9176 ac_status=$? 9177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9178 (exit $ac_status); }; }; then 9379 (exit $ac_status); } && { 9380 test -z "$ac_c_werror_flag" || 9381 test ! -s conftest.err 9382 } && test -s conftest.$ac_objext; then 9179 9383 cat >>confdefs.h <<\_ACEOF 9180 9384 #define PJ_SOCK_HAS_GETADDRINFO 1 9181 9385 _ACEOF 9182 9386 9183 echo "$as_me:$LINENO: result: yes" >&59184 echo "${ECHO_T}yes" >&6 9387 { echo "$as_me:$LINENO: result: yes" >&5 9388 echo "${ECHO_T}yes" >&6; } 9185 9389 else 9186 9390 echo "$as_me: failed program was:" >&5 9187 9391 sed 's/^/| /' conftest.$ac_ext >&5 9188 9392 9189 echo "$as_me:$LINENO: result: no" >&5 9190 echo "${ECHO_T}no" >&6 9191 fi 9192 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9193 9194 echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 9195 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6 9393 { echo "$as_me:$LINENO: result: no" >&5 9394 echo "${ECHO_T}no" >&6; } 9395 fi 9396 9397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9398 9399 { echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 9400 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6; } 9196 9401 cat >conftest.$ac_ext <<_ACEOF 9197 9402 /* confdefs.h. */ … … 9213 9418 _ACEOF 9214 9419 rm -f conftest.$ac_objext 9215 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9216 (eval $ac_compile) 2>conftest.er1 9420 if { (ac_try="$ac_compile" 9421 case "(($ac_try" in 9422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9423 *) ac_try_echo=$ac_try;; 9424 esac 9425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9426 (eval "$ac_compile") 2>conftest.er1 9217 9427 ac_status=$? 9218 9428 grep -v '^ *+' conftest.er1 >conftest.err … … 9220 9430 cat conftest.err >&5 9221 9431 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9222 (exit $ac_status); } && 9223 { ac_try='test -z "$ac_c_werror_flag" 9224 || test ! -s conftest.err' 9225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9226 (eval $ac_try) 2>&5 9227 ac_status=$? 9228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9229 (exit $ac_status); }; } && 9230 { ac_try='test -s conftest.$ac_objext' 9231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9232 (eval $ac_try) 2>&5 9233 ac_status=$? 9234 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9235 (exit $ac_status); }; }; then 9432 (exit $ac_status); } && { 9433 test -z "$ac_c_werror_flag" || 9434 test ! -s conftest.err 9435 } && test -s conftest.$ac_objext; then 9236 9436 cat >>confdefs.h <<\_ACEOF 9237 9437 #define PJ_SOCKADDR_HAS_LEN 1 9238 9438 _ACEOF 9239 9439 9240 echo "$as_me:$LINENO: result: yes" >&59241 echo "${ECHO_T}yes" >&6 9440 { echo "$as_me:$LINENO: result: yes" >&5 9441 echo "${ECHO_T}yes" >&6; } 9242 9442 else 9243 9443 echo "$as_me: failed program was:" >&5 9244 9444 sed 's/^/| /' conftest.$ac_ext >&5 9245 9445 9246 echo "$as_me:$LINENO: result: no" >&5 9247 echo "${ECHO_T}no" >&6 9248 fi 9249 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9250 9251 echo "$as_me:$LINENO: checking if socklen_t is available" >&5 9252 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6 9446 { echo "$as_me:$LINENO: result: no" >&5 9447 echo "${ECHO_T}no" >&6; } 9448 fi 9449 9450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9451 9452 { echo "$as_me:$LINENO: checking if socklen_t is available" >&5 9453 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6; } 9253 9454 cat >conftest.$ac_ext <<_ACEOF 9254 9455 /* confdefs.h. */ … … 9267 9468 _ACEOF 9268 9469 rm -f conftest.$ac_objext 9269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9270 (eval $ac_compile) 2>conftest.er1 9470 if { (ac_try="$ac_compile" 9471 case "(($ac_try" in 9472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9473 *) ac_try_echo=$ac_try;; 9474 esac 9475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9476 (eval "$ac_compile") 2>conftest.er1 9271 9477 ac_status=$? 9272 9478 grep -v '^ *+' conftest.er1 >conftest.err … … 9274 9480 cat conftest.err >&5 9275 9481 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9276 (exit $ac_status); } && 9277 { ac_try='test -z "$ac_c_werror_flag" 9278 || test ! -s conftest.err' 9279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9280 (eval $ac_try) 2>&5 9281 ac_status=$? 9282 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9283 (exit $ac_status); }; } && 9284 { ac_try='test -s conftest.$ac_objext' 9285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9286 (eval $ac_try) 2>&5 9287 ac_status=$? 9288 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9289 (exit $ac_status); }; }; then 9482 (exit $ac_status); } && { 9483 test -z "$ac_c_werror_flag" || 9484 test ! -s conftest.err 9485 } && test -s conftest.$ac_objext; then 9290 9486 cat >>confdefs.h <<\_ACEOF 9291 9487 #define PJ_HAS_SOCKLEN_T 1 9292 9488 _ACEOF 9293 9489 9294 echo "$as_me:$LINENO: result: yes" >&59295 echo "${ECHO_T}yes" >&6 9490 { echo "$as_me:$LINENO: result: yes" >&5 9491 echo "${ECHO_T}yes" >&6; } 9296 9492 else 9297 9493 echo "$as_me: failed program was:" >&5 9298 9494 sed 's/^/| /' conftest.$ac_ext >&5 9299 9495 9300 echo "$as_me:$LINENO: result: no" >&5 9301 echo "${ECHO_T}no" >&6 9302 fi 9303 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9304 9305 echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 9306 echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6 9496 { echo "$as_me:$LINENO: result: no" >&5 9497 echo "${ECHO_T}no" >&6; } 9498 fi 9499 9500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9501 9502 { echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 9503 echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6; } 9307 9504 case $target in 9308 9505 *mingw* | *cygw* | *win32* | *w32* ) … … 9311 9508 _ACEOF 9312 9509 9313 echo "$as_me:$LINENO: result: yes" >&59314 echo "${ECHO_T}yes" >&6 9510 { echo "$as_me:$LINENO: result: yes" >&5 9511 echo "${ECHO_T}yes" >&6; } 9315 9512 ;; 9316 9513 *) … … 9334 9531 _ACEOF 9335 9532 rm -f conftest.$ac_objext 9336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9337 (eval $ac_compile) 2>conftest.er1 9533 if { (ac_try="$ac_compile" 9534 case "(($ac_try" in 9535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9536 *) ac_try_echo=$ac_try;; 9537 esac 9538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9539 (eval "$ac_compile") 2>conftest.er1 9338 9540 ac_status=$? 9339 9541 grep -v '^ *+' conftest.er1 >conftest.err … … 9341 9543 cat conftest.err >&5 9342 9544 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9343 (exit $ac_status); } && 9344 { ac_try='test -z "$ac_c_werror_flag" 9345 || test ! -s conftest.err' 9346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9347 (eval $ac_try) 2>&5 9348 ac_status=$? 9349 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9350 (exit $ac_status); }; } && 9351 { ac_try='test -s conftest.$ac_objext' 9352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9353 (eval $ac_try) 2>&5 9354 ac_status=$? 9355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9356 (exit $ac_status); }; }; then 9545 (exit $ac_status); } && { 9546 test -z "$ac_c_werror_flag" || 9547 test ! -s conftest.err 9548 } && test -s conftest.$ac_objext; then 9357 9549 cat >>confdefs.h <<\_ACEOF 9358 9550 #define PJ_HAS_SO_ERROR 1 9359 9551 _ACEOF 9360 9552 9361 echo "$as_me:$LINENO: result: yes" >&59362 echo "${ECHO_T}yes" >&6 9553 { echo "$as_me:$LINENO: result: yes" >&5 9554 echo "${ECHO_T}yes" >&6; } 9363 9555 else 9364 9556 echo "$as_me: failed program was:" >&5 9365 9557 sed 's/^/| /' conftest.$ac_ext >&5 9366 9558 9367 echo "$as_me:$LINENO: result: no" >&5 9368 echo "${ECHO_T}no" >&6 9369 fi 9370 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9559 { echo "$as_me:$LINENO: result: no" >&5 9560 echo "${ECHO_T}no" >&6; } 9561 fi 9562 9563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9371 9564 ;; 9372 9565 esac 9373 9566 9374 9567 9375 echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&59376 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6 9568 { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&5 9569 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6; } 9377 9570 cat >conftest.$ac_ext <<_ACEOF 9378 9571 /* confdefs.h. */ … … 9391 9584 _ACEOF 9392 9585 rm -f conftest.$ac_objext 9393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9394 (eval $ac_compile) 2>conftest.er1 9586 if { (ac_try="$ac_compile" 9587 case "(($ac_try" in 9588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9589 *) ac_try_echo=$ac_try;; 9590 esac 9591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9592 (eval "$ac_compile") 2>conftest.er1 9395 9593 ac_status=$? 9396 9594 grep -v '^ *+' conftest.er1 >conftest.err … … 9398 9596 cat conftest.err >&5 9399 9597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9400 (exit $ac_status); } && 9401 { ac_try='test -z "$ac_c_werror_flag" 9402 || test ! -s conftest.err' 9403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9404 (eval $ac_try) 2>&5 9405 ac_status=$? 9406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9407 (exit $ac_status); }; } && 9408 { ac_try='test -s conftest.$ac_objext' 9409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9410 (eval $ac_try) 2>&5 9411 ac_status=$? 9412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9413 (exit $ac_status); }; }; then 9598 (exit $ac_status); } && { 9599 test -z "$ac_c_werror_flag" || 9600 test ! -s conftest.err 9601 } && test -s conftest.$ac_objext; then 9414 9602 cat >>confdefs.h <<\_ACEOF 9415 9603 #define PJ_EMULATE_RWMUTEX 0 … … 9417 9605 9418 9606 ac_rwmutex="yes" 9419 echo "$as_me:$LINENO: result: yes" >&59420 echo "${ECHO_T}yes" >&6 9607 { echo "$as_me:$LINENO: result: yes" >&5 9608 echo "${ECHO_T}yes" >&6; } 9421 9609 else 9422 9610 echo "$as_me: failed program was:" >&5 9423 9611 sed 's/^/| /' conftest.$ac_ext >&5 9424 9612 9425 cat >>confdefs.h <<\_ACEOF9613 cat >>confdefs.h <<\_ACEOF 9426 9614 #define PJ_EMULATE_RWMUTEX 1 9427 9615 _ACEOF 9428 9616 9429 9617 ac_rwmutex="no" 9430 echo "$as_me:$LINENO: result: no" >&5 9431 echo "${ECHO_T}no" >&6 9432 fi 9433 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9618 { echo "$as_me:$LINENO: result: no" >&5 9619 echo "${ECHO_T}no" >&6; } 9620 fi 9621 9622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9434 9623 9435 9624 if test "$ac_rwmutex" = "no"; then 9436 echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&59437 echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6 9625 { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5 9626 echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6; } 9438 9627 cat >conftest.$ac_ext <<_ACEOF 9439 9628 /* confdefs.h. */ … … 9453 9642 _ACEOF 9454 9643 rm -f conftest.$ac_objext 9455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9456 (eval $ac_compile) 2>conftest.er1 9644 if { (ac_try="$ac_compile" 9645 case "(($ac_try" in 9646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9647 *) ac_try_echo=$ac_try;; 9648 esac 9649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9650 (eval "$ac_compile") 2>conftest.er1 9457 9651 ac_status=$? 9458 9652 grep -v '^ *+' conftest.er1 >conftest.err … … 9460 9654 cat conftest.err >&5 9461 9655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9462 (exit $ac_status); } && 9463 { ac_try='test -z "$ac_c_werror_flag" 9464 || test ! -s conftest.err' 9465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9466 (eval $ac_try) 2>&5 9467 ac_status=$? 9468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9469 (exit $ac_status); }; } && 9470 { ac_try='test -s conftest.$ac_objext' 9471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9472 (eval $ac_try) 2>&5 9473 ac_status=$? 9474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9475 (exit $ac_status); }; }; then 9656 (exit $ac_status); } && { 9657 test -z "$ac_c_werror_flag" || 9658 test ! -s conftest.err 9659 } && test -s conftest.$ac_objext; then 9476 9660 cat >>confdefs.h <<\_ACEOF 9477 9661 #define PJ_EMULATE_RWMUTEX 0 … … 9479 9663 9480 9664 CFLAGS="$CFLAGS -D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS" 9481 echo "$as_me:$LINENO: result: yes" >&59482 echo "${ECHO_T}yes" >&6 9665 { echo "$as_me:$LINENO: result: yes" >&5 9666 echo "${ECHO_T}yes" >&6; } 9483 9667 else 9484 9668 echo "$as_me: failed program was:" >&5 9485 9669 sed 's/^/| /' conftest.$ac_ext >&5 9486 9670 9487 cat >>confdefs.h <<\_ACEOF9671 cat >>confdefs.h <<\_ACEOF 9488 9672 #define PJ_EMULATE_RWMUTEX 1 9489 9673 _ACEOF 9490 9674 9491 echo "$as_me:$LINENO: result: no" >&5 9492 echo "${ECHO_T}no" >&6 9493 fi 9494 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9495 fi 9496 9497 echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 9498 echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6 9675 { echo "$as_me:$LINENO: result: no" >&5 9676 echo "${ECHO_T}no" >&6; } 9677 fi 9678 9679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9680 fi 9681 9682 { echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 9683 echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6; } 9499 9684 cat >conftest.$ac_ext <<_ACEOF 9500 9685 /* confdefs.h. */ … … 9513 9698 _ACEOF 9514 9699 rm -f conftest.$ac_objext 9515 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9516 (eval $ac_compile) 2>conftest.er1 9700 if { (ac_try="$ac_compile" 9701 case "(($ac_try" in 9702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9703 *) ac_try_echo=$ac_try;; 9704 esac 9705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9706 (eval "$ac_compile") 2>conftest.er1 9517 9707 ac_status=$? 9518 9708 grep -v '^ *+' conftest.er1 >conftest.err … … 9520 9710 cat conftest.err >&5 9521 9711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9522 (exit $ac_status); } && 9523 { ac_try='test -z "$ac_c_werror_flag" 9524 || test ! -s conftest.err' 9525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9526 (eval $ac_try) 2>&5 9527 ac_status=$? 9528 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9529 (exit $ac_status); }; } && 9530 { ac_try='test -s conftest.$ac_objext' 9531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9532 (eval $ac_try) 2>&5 9533 ac_status=$? 9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9535 (exit $ac_status); }; }; then 9712 (exit $ac_status); } && { 9713 test -z "$ac_c_werror_flag" || 9714 test ! -s conftest.err 9715 } && test -s conftest.$ac_objext; then 9536 9716 cat >>confdefs.h <<\_ACEOF 9537 9717 #define PJ_HAS_PTHREAD_MUTEXATTR_SETTYPE 1 9538 9718 _ACEOF 9539 9719 9540 echo "$as_me:$LINENO: result: yes" >&59541 echo "${ECHO_T}yes" >&6 9720 { echo "$as_me:$LINENO: result: yes" >&5 9721 echo "${ECHO_T}yes" >&6; } 9542 9722 else 9543 9723 echo "$as_me: failed program was:" >&5 9544 9724 sed 's/^/| /' conftest.$ac_ext >&5 9545 9725 9546 echo "$as_me:$LINENO: result: no" >&5 9547 echo "${ECHO_T}no" >&6 9548 fi 9549 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9550 9551 echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 9552 echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6 9726 { echo "$as_me:$LINENO: result: no" >&5 9727 echo "${ECHO_T}no" >&6; } 9728 fi 9729 9730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9731 9732 { echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 9733 echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6; } 9553 9734 cat >conftest.$ac_ext <<_ACEOF 9554 9735 /* confdefs.h. */ … … 9568 9749 _ACEOF 9569 9750 rm -f conftest.$ac_objext 9570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9571 (eval $ac_compile) 2>conftest.er1 9751 if { (ac_try="$ac_compile" 9752 case "(($ac_try" in 9753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9754 *) ac_try_echo=$ac_try;; 9755 esac 9756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9757 (eval "$ac_compile") 2>conftest.er1 9572 9758 ac_status=$? 9573 9759 grep -v '^ *+' conftest.er1 >conftest.err … … 9575 9761 cat conftest.err >&5 9576 9762 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9577 (exit $ac_status); } && 9578 { ac_try='test -z "$ac_c_werror_flag" 9579 || test ! -s conftest.err' 9580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9581 (eval $ac_try) 2>&5 9582 ac_status=$? 9583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9584 (exit $ac_status); }; } && 9585 { ac_try='test -s conftest.$ac_objext' 9586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9587 (eval $ac_try) 2>&5 9588 ac_status=$? 9589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9590 (exit $ac_status); }; }; then 9763 (exit $ac_status); } && { 9764 test -z "$ac_c_werror_flag" || 9765 test ! -s conftest.err 9766 } && test -s conftest.$ac_objext; then 9591 9767 cat >>confdefs.h <<\_ACEOF 9592 9768 #define PJ_PTHREAD_MUTEXATTR_T_HAS_RECURSIVE 1 9593 9769 _ACEOF 9594 9770 9595 echo "$as_me:$LINENO: result: yes" >&59596 echo "${ECHO_T}yes" >&6 9771 { echo "$as_me:$LINENO: result: yes" >&5 9772 echo "${ECHO_T}yes" >&6; } 9597 9773 else 9598 9774 echo "$as_me: failed program was:" >&5 9599 9775 sed 's/^/| /' conftest.$ac_ext >&5 9600 9776 9601 echo "$as_me:$LINENO: result: no" >&5 9602 echo "${ECHO_T}no" >&6 9603 fi 9604 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9777 { echo "$as_me:$LINENO: result: no" >&5 9778 echo "${ECHO_T}no" >&6; } 9779 fi 9780 9781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9605 9782 9606 9783 … … 9624 9801 9625 9802 9626 # Check whether --enable-sound or --disable-soundwas given.9803 # Check whether --enable-sound was given. 9627 9804 if test "${enable_sound+set}" = set; then 9628 enableval="$enable_sound" 9629 if test "$enable_sound" = "no"; then 9805 enableval=$enable_sound; if test "$enable_sound" = "no"; then 9630 9806 ac_pjmedia_snd=null 9631 echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&59632 echo "${ECHO_T}Checking if sound is disabled... yes" >&6 9807 { echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 9808 echo "${ECHO_T}Checking if sound is disabled... yes" >&6; } 9633 9809 fi 9634 9810 9635 fi; 9811 fi 9812 9636 9813 9637 9814 9638 9815 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 9639 echo "$as_me:$LINENO: checking for sys/soundcard.h" >&59640 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 9816 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 9817 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 9641 9818 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 9642 9819 echo $ECHO_N "(cached) $ECHO_C" >&6 9643 9820 fi 9644 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&59645 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 9821 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 9822 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 9646 9823 else 9647 9824 # Is the header compilable? 9648 echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&59649 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6 9825 { echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 9826 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; } 9650 9827 cat >conftest.$ac_ext <<_ACEOF 9651 9828 /* confdefs.h. */ … … 9658 9835 _ACEOF 9659 9836 rm -f conftest.$ac_objext 9660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9661 (eval $ac_compile) 2>conftest.er1 9837 if { (ac_try="$ac_compile" 9838 case "(($ac_try" in 9839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9840 *) ac_try_echo=$ac_try;; 9841 esac 9842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9843 (eval "$ac_compile") 2>conftest.er1 9662 9844 ac_status=$? 9663 9845 grep -v '^ *+' conftest.er1 >conftest.err … … 9665 9847 cat conftest.err >&5 9666 9848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9667 (exit $ac_status); } && 9668 { ac_try='test -z "$ac_c_werror_flag" 9669 || test ! -s conftest.err' 9670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9671 (eval $ac_try) 2>&5 9672 ac_status=$? 9673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9674 (exit $ac_status); }; } && 9675 { ac_try='test -s conftest.$ac_objext' 9676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9677 (eval $ac_try) 2>&5 9678 ac_status=$? 9679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9680 (exit $ac_status); }; }; then 9849 (exit $ac_status); } && { 9850 test -z "$ac_c_werror_flag" || 9851 test ! -s conftest.err 9852 } && test -s conftest.$ac_objext; then 9681 9853 ac_header_compiler=yes 9682 9854 else … … 9684 9856 sed 's/^/| /' conftest.$ac_ext >&5 9685 9857 9686 ac_header_compiler=no 9687 fi 9688 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9689 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9690 echo "${ECHO_T}$ac_header_compiler" >&6 9858 ac_header_compiler=no 9859 fi 9860 9861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9862 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9863 echo "${ECHO_T}$ac_header_compiler" >&6; } 9691 9864 9692 9865 # Is the header present? 9693 echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&59694 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6 9866 { echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 9867 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; } 9695 9868 cat >conftest.$ac_ext <<_ACEOF 9696 9869 /* confdefs.h. */ … … 9701 9874 #include <sys/soundcard.h> 9702 9875 _ACEOF 9703 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9704 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9876 if { (ac_try="$ac_cpp conftest.$ac_ext" 9877 case "(($ac_try" in 9878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9879 *) ac_try_echo=$ac_try;; 9880 esac 9881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9882 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9705 9883 ac_status=$? 9706 9884 grep -v '^ *+' conftest.er1 >conftest.err … … 9708 9886 cat conftest.err >&5 9709 9887 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9710 (exit $ac_status); } >/dev/null; then 9711 if test -s conftest.err; then 9712 ac_cpp_err=$ac_c_preproc_warn_flag 9713 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9714 else 9715 ac_cpp_err= 9716 fi 9717 else 9718 ac_cpp_err=yes 9719 fi 9720 if test -z "$ac_cpp_err"; then 9888 (exit $ac_status); } >/dev/null && { 9889 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9890 test ! -s conftest.err 9891 }; then 9721 9892 ac_header_preproc=yes 9722 9893 else … … 9726 9897 ac_header_preproc=no 9727 9898 fi 9899 9728 9900 rm -f conftest.err conftest.$ac_ext 9729 echo "$as_me:$LINENO: result: $ac_header_preproc" >&59730 echo "${ECHO_T}$ac_header_preproc" >&6 9901 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9902 echo "${ECHO_T}$ac_header_preproc" >&6; } 9731 9903 9732 9904 # So? What about this header? … … 9752 9924 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 9753 9925 echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} 9754 ( 9755 cat <<\_ASBOX 9756 ## ------------------------------------ ## 9757 ## Report this to the pjproject lists. ## 9758 ## ------------------------------------ ## 9759 _ASBOX 9760 ) | 9761 sed "s/^/$as_me: WARNING: /" >&2 9926 9762 9927 ;; 9763 9928 esac 9764 echo "$as_me:$LINENO: checking for sys/soundcard.h" >&59765 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 9929 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 9930 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 9766 9931 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 9767 9932 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 9769 9934 ac_cv_header_sys_soundcard_h=$ac_header_preproc 9770 9935 fi 9771 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&59772 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 9936 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 9937 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 9773 9938 9774 9939 fi … … 9779 9944 9780 9945 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 9781 echo "$as_me:$LINENO: checking for linux/soundcard.h" >&59782 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 9946 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 9947 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 9783 9948 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 9784 9949 echo $ECHO_N "(cached) $ECHO_C" >&6 9785 9950 fi 9786 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&59787 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 9951 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 9952 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 9788 9953 else 9789 9954 # Is the header compilable? 9790 echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&59791 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6 9955 { echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 9956 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6; } 9792 9957 cat >conftest.$ac_ext <<_ACEOF 9793 9958 /* confdefs.h. */ … … 9800 9965 _ACEOF 9801 9966 rm -f conftest.$ac_objext 9802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9803 (eval $ac_compile) 2>conftest.er1 9967 if { (ac_try="$ac_compile" 9968 case "(($ac_try" in 9969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9970 *) ac_try_echo=$ac_try;; 9971 esac 9972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9973 (eval "$ac_compile") 2>conftest.er1 9804 9974 ac_status=$? 9805 9975 grep -v '^ *+' conftest.er1 >conftest.err … … 9807 9977 cat conftest.err >&5 9808 9978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9809 (exit $ac_status); } && 9810 { ac_try='test -z "$ac_c_werror_flag" 9811 || test ! -s conftest.err' 9812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9813 (eval $ac_try) 2>&5 9814 ac_status=$? 9815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9816 (exit $ac_status); }; } && 9817 { ac_try='test -s conftest.$ac_objext' 9818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9819 (eval $ac_try) 2>&5 9820 ac_status=$? 9821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9822 (exit $ac_status); }; }; then 9979 (exit $ac_status); } && { 9980 test -z "$ac_c_werror_flag" || 9981 test ! -s conftest.err 9982 } && test -s conftest.$ac_objext; then 9823 9983 ac_header_compiler=yes 9824 9984 else … … 9826 9986 sed 's/^/| /' conftest.$ac_ext >&5 9827 9987 9828 ac_header_compiler=no 9829 fi 9830 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9831 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9832 echo "${ECHO_T}$ac_header_compiler" >&6 9988 ac_header_compiler=no 9989 fi 9990 9991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9992 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9993 echo "${ECHO_T}$ac_header_compiler" >&6; } 9833 9994 9834 9995 # Is the header present? 9835 echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&59836 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6 9996 { echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 9997 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6; } 9837 9998 cat >conftest.$ac_ext <<_ACEOF 9838 9999 /* confdefs.h. */ … … 9843 10004 #include <linux/soundcard.h> 9844 10005 _ACEOF 9845 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9846 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10006 if { (ac_try="$ac_cpp conftest.$ac_ext" 10007 case "(($ac_try" in 10008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10009 *) ac_try_echo=$ac_try;; 10010 esac 10011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10012 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9847 10013 ac_status=$? 9848 10014 grep -v '^ *+' conftest.er1 >conftest.err … … 9850 10016 cat conftest.err >&5 9851 10017 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9852 (exit $ac_status); } >/dev/null; then 9853 if test -s conftest.err; then 9854 ac_cpp_err=$ac_c_preproc_warn_flag 9855 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9856 else 9857 ac_cpp_err= 9858 fi 9859 else 9860 ac_cpp_err=yes 9861 fi 9862 if test -z "$ac_cpp_err"; then 10018 (exit $ac_status); } >/dev/null && { 10019 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10020 test ! -s conftest.err 10021 }; then 9863 10022 ac_header_preproc=yes 9864 10023 else … … 9868 10027 ac_header_preproc=no 9869 10028 fi 10029 9870 10030 rm -f conftest.err conftest.$ac_ext 9871 echo "$as_me:$LINENO: result: $ac_header_preproc" >&59872 echo "${ECHO_T}$ac_header_preproc" >&6 10031 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10032 echo "${ECHO_T}$ac_header_preproc" >&6; } 9873 10033 9874 10034 # So? What about this header? … … 9894 10054 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 9895 10055 echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} 9896 ( 9897 cat <<\_ASBOX 9898 ## ------------------------------------ ## 9899 ## Report this to the pjproject lists. ## 9900 ## ------------------------------------ ## 9901 _ASBOX 9902 ) | 9903 sed "s/^/$as_me: WARNING: /" >&2 10056 9904 10057 ;; 9905 10058 esac 9906 echo "$as_me:$LINENO: checking for linux/soundcard.h" >&59907 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 10059 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 10060 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 9908 10061 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 9909 10062 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 9911 10064 ac_cv_header_linux_soundcard_h=$ac_header_preproc 9912 10065 fi 9913 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&59914 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 10066 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 10067 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 9915 10068 9916 10069 fi … … 9921 10074 9922 10075 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 9923 echo "$as_me:$LINENO: checking for machine/soundcard.h" >&59924 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 10076 { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 10077 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 9925 10078 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 9926 10079 echo $ECHO_N "(cached) $ECHO_C" >&6 9927 10080 fi 9928 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&59929 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 10081 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 10082 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 9930 10083 else 9931 10084 # Is the header compilable? 9932 echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&59933 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6 10085 { echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 10086 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6; } 9934 10087 cat >conftest.$ac_ext <<_ACEOF 9935 10088 /* confdefs.h. */ … … 9942 10095 _ACEOF 9943 10096 rm -f conftest.$ac_objext 9944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9945 (eval $ac_compile) 2>conftest.er1 10097 if { (ac_try="$ac_compile" 10098 case "(($ac_try" in 10099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10100 *) ac_try_echo=$ac_try;; 10101 esac 10102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10103 (eval "$ac_compile") 2>conftest.er1 9946 10104 ac_status=$? 9947 10105 grep -v '^ *+' conftest.er1 >conftest.err … … 9949 10107 cat conftest.err >&5 9950 10108 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9951 (exit $ac_status); } && 9952 { ac_try='test -z "$ac_c_werror_flag" 9953 || test ! -s conftest.err' 9954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9955 (eval $ac_try) 2>&5 9956 ac_status=$? 9957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9958 (exit $ac_status); }; } && 9959 { ac_try='test -s conftest.$ac_objext' 9960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9961 (eval $ac_try) 2>&5 9962 ac_status=$? 9963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9964 (exit $ac_status); }; }; then 10109 (exit $ac_status); } && { 10110 test -z "$ac_c_werror_flag" || 10111 test ! -s conftest.err 10112 } && test -s conftest.$ac_objext; then 9965 10113 ac_header_compiler=yes 9966 10114 else … … 9968 10116 sed 's/^/| /' conftest.$ac_ext >&5 9969 10117 9970 ac_header_compiler=no 9971 fi 9972 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9973 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9974 echo "${ECHO_T}$ac_header_compiler" >&6 10118 ac_header_compiler=no 10119 fi 10120 10121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10122 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10123 echo "${ECHO_T}$ac_header_compiler" >&6; } 9975 10124 9976 10125 # Is the header present? 9977 echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&59978 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6 10126 { echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 10127 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6; } 9979 10128 cat >conftest.$ac_ext <<_ACEOF 9980 10129 /* confdefs.h. */ … … 9985 10134 #include <machine/soundcard.h> 9986 10135 _ACEOF 9987 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9988 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10136 if { (ac_try="$ac_cpp conftest.$ac_ext" 10137 case "(($ac_try" in 10138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10139 *) ac_try_echo=$ac_try;; 10140 esac 10141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10142 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9989 10143 ac_status=$? 9990 10144 grep -v '^ *+' conftest.er1 >conftest.err … … 9992 10146 cat conftest.err >&5 9993 10147 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9994 (exit $ac_status); } >/dev/null; then 9995 if test -s conftest.err; then 9996 ac_cpp_err=$ac_c_preproc_warn_flag 9997 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9998 else 9999 ac_cpp_err= 10000 fi 10001 else 10002 ac_cpp_err=yes 10003 fi 10004 if test -z "$ac_cpp_err"; then 10148 (exit $ac_status); } >/dev/null && { 10149 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10150 test ! -s conftest.err 10151 }; then 10005 10152 ac_header_preproc=yes 10006 10153 else … … 10010 10157 ac_header_preproc=no 10011 10158 fi 10159 10012 10160 rm -f conftest.err conftest.$ac_ext 10013 echo "$as_me:$LINENO: result: $ac_header_preproc" >&510014 echo "${ECHO_T}$ac_header_preproc" >&6 10161 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10162 echo "${ECHO_T}$ac_header_preproc" >&6; } 10015 10163 10016 10164 # So? What about this header? … … 10036 10184 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&5 10037 10185 echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;} 10038 ( 10039 cat <<\_ASBOX 10040 ## ------------------------------------ ## 10041 ## Report this to the pjproject lists. ## 10042 ## ------------------------------------ ## 10043 _ASBOX 10044 ) | 10045 sed "s/^/$as_me: WARNING: /" >&2 10186 10046 10187 ;; 10047 10188 esac 10048 echo "$as_me:$LINENO: checking for machine/soundcard.h" >&510049 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 10189 { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 10190 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 10050 10191 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 10051 10192 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10053 10194 ac_cv_header_machine_soundcard_h=$ac_header_preproc 10054 10195 fi 10055 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&510056 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 10196 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 10197 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 10057 10198 10058 10199 fi … … 10079 10220 #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 10080 10221 ac_pjmedia_snd=pa_old_darwinos 10081 echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&510082 echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6 10222 { echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&5 10223 echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6; } 10083 10224 else 10084 10225 ac_pjmedia_snd=pa_darwinos 10085 echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&510086 echo "${ECHO_T}Checking sound device backend... coreaudio" >&6 10226 { echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&5 10227 echo "${ECHO_T}Checking sound device backend... coreaudio" >&6; } 10087 10228 fi 10088 10229 ;; 10089 10230 *cygwin* | *mingw*) 10090 10231 ac_pjmedia_snd=pa_win32 10091 echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&510092 echo "${ECHO_T}Checking sound device backend... win32 sound" >&6 10232 { echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&5 10233 echo "${ECHO_T}Checking sound device backend... win32 sound" >&6; } 10093 10234 ;; 10094 10235 *rtems*) 10095 10236 ac_pjmedia_snd=null 10096 echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&510097 echo "${ECHO_T}Checking sound device backend... null sound" >&6 10237 { echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&5 10238 echo "${ECHO_T}Checking sound device backend... null sound" >&6; } 10098 10239 ;; 10099 10240 *) 10100 10241 ac_pjmedia_snd=pa_unix 10101 10242 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10102 echo "$as_me:$LINENO: checking for alsa/version.h" >&510103 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6 10243 { echo "$as_me:$LINENO: checking for alsa/version.h" >&5 10244 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 10104 10245 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10105 10246 echo $ECHO_N "(cached) $ECHO_C" >&6 10106 10247 fi 10107 echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&510108 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6 10248 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 10249 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 10109 10250 else 10110 10251 # Is the header compilable? 10111 echo "$as_me:$LINENO: checking alsa/version.h usability" >&510112 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6 10252 { echo "$as_me:$LINENO: checking alsa/version.h usability" >&5 10253 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6; } 10113 10254 cat >conftest.$ac_ext <<_ACEOF 10114 10255 /* confdefs.h. */ … … 10121 10262 _ACEOF 10122 10263 rm -f conftest.$ac_objext 10123 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10124 (eval $ac_compile) 2>conftest.er1 10264 if { (ac_try="$ac_compile" 10265 case "(($ac_try" in 10266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10267 *) ac_try_echo=$ac_try;; 10268 esac 10269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10270 (eval "$ac_compile") 2>conftest.er1 10125 10271 ac_status=$? 10126 10272 grep -v '^ *+' conftest.er1 >conftest.err … … 10128 10274 cat conftest.err >&5 10129 10275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10130 (exit $ac_status); } && 10131 { ac_try='test -z "$ac_c_werror_flag" 10132 || test ! -s conftest.err' 10133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10134 (eval $ac_try) 2>&5 10135 ac_status=$? 10136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10137 (exit $ac_status); }; } && 10138 { ac_try='test -s conftest.$ac_objext' 10139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10140 (eval $ac_try) 2>&5 10141 ac_status=$? 10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10143 (exit $ac_status); }; }; then 10276 (exit $ac_status); } && { 10277 test -z "$ac_c_werror_flag" || 10278 test ! -s conftest.err 10279 } && test -s conftest.$ac_objext; then 10144 10280 ac_header_compiler=yes 10145 10281 else … … 10147 10283 sed 's/^/| /' conftest.$ac_ext >&5 10148 10284 10149 ac_header_compiler=no 10150 fi 10151 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10152 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10153 echo "${ECHO_T}$ac_header_compiler" >&6 10285 ac_header_compiler=no 10286 fi 10287 10288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10289 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10290 echo "${ECHO_T}$ac_header_compiler" >&6; } 10154 10291 10155 10292 # Is the header present? 10156 echo "$as_me:$LINENO: checking alsa/version.h presence" >&510157 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6 10293 { echo "$as_me:$LINENO: checking alsa/version.h presence" >&5 10294 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6; } 10158 10295 cat >conftest.$ac_ext <<_ACEOF 10159 10296 /* confdefs.h. */ … … 10164 10301 #include <alsa/version.h> 10165 10302 _ACEOF 10166 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10167 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10303 if { (ac_try="$ac_cpp conftest.$ac_ext" 10304 case "(($ac_try" in 10305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10306 *) ac_try_echo=$ac_try;; 10307 esac 10308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10309 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10168 10310 ac_status=$? 10169 10311 grep -v '^ *+' conftest.er1 >conftest.err … … 10171 10313 cat conftest.err >&5 10172 10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10173 (exit $ac_status); } >/dev/null; then 10174 if test -s conftest.err; then 10175 ac_cpp_err=$ac_c_preproc_warn_flag 10176 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10177 else 10178 ac_cpp_err= 10179 fi 10180 else 10181 ac_cpp_err=yes 10182 fi 10183 if test -z "$ac_cpp_err"; then 10315 (exit $ac_status); } >/dev/null && { 10316 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10317 test ! -s conftest.err 10318 }; then 10184 10319 ac_header_preproc=yes 10185 10320 else … … 10189 10324 ac_header_preproc=no 10190 10325 fi 10326 10191 10327 rm -f conftest.err conftest.$ac_ext 10192 echo "$as_me:$LINENO: result: $ac_header_preproc" >&510193 echo "${ECHO_T}$ac_header_preproc" >&6 10328 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10329 echo "${ECHO_T}$ac_header_preproc" >&6; } 10194 10330 10195 10331 # So? What about this header? … … 10215 10351 { echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&5 10216 10352 echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;} 10217 ( 10218 cat <<\_ASBOX 10219 ## ------------------------------------ ## 10220 ## Report this to the pjproject lists. ## 10221 ## ------------------------------------ ## 10222 _ASBOX 10223 ) | 10224 sed "s/^/$as_me: WARNING: /" >&2 10353 10225 10354 ;; 10226 10355 esac 10227 echo "$as_me:$LINENO: checking for alsa/version.h" >&510228 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6 10356 { echo "$as_me:$LINENO: checking for alsa/version.h" >&5 10357 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 10229 10358 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10230 10359 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10232 10361 ac_cv_header_alsa_version_h=$ac_header_preproc 10233 10362 fi 10234 echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&510235 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6 10363 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 10364 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 10236 10365 10237 10366 fi … … 10247 10376 10248 10377 10249 echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&510250 echo "${ECHO_T}Checking sound device backend... unix" >&6 10378 { echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&5 10379 echo "${ECHO_T}Checking sound device backend... unix" >&6; } 10251 10380 10252 10381 ac_pa_use_oss=1 10253 10382 10254 # Check whether --enable-oss or --disable-osswas given.10383 # Check whether --enable-oss was given. 10255 10384 if test "${enable_oss+set}" = set; then 10256 enableval="$enable_oss" 10257 10385 enableval=$enable_oss; 10258 10386 if test "$enable_oss" = "no"; then 10259 10387 ac_pa_use_oss=0 10260 echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&510261 echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6 10388 { echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&5 10389 echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6; } 10262 10390 fi 10263 10391 10264 fi; 10392 fi 10393 10265 10394 ;; 10266 10395 esac 10267 10396 fi 10268 10397 10269 # Check whether --enable-ext_sound or --disable-ext_soundwas given.10398 # Check whether --enable-ext_sound was given. 10270 10399 if test "${enable_ext_sound+set}" = set; then 10271 enableval="$enable_ext_sound" 10272 if test "$enable_ext_sound" = "yes"; then 10400 enableval=$enable_ext_sound; if test "$enable_ext_sound" = "yes"; then 10273 10401 ac_pjmedia_snd=external 10274 echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&510275 echo "${ECHO_T}Checking if external sound is set... yes" >&6 10402 { echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 10403 echo "${ECHO_T}Checking if external sound is set... yes" >&6; } 10276 10404 fi 10277 10405 10278 fi; 10279 10280 10281 # Check whether --enable-small-filter or --disable-small-filter was given. 10406 fi 10407 10408 10409 10410 # Check whether --enable-small-filter was given. 10282 10411 if test "${enable_small_filter+set}" = set; then 10283 enableval="$enable_small_filter" 10284 if test "$enable_small_filter" = "no"; then 10412 enableval=$enable_small_filter; if test "$enable_small_filter" = "no"; then 10285 10413 ac_no_small_filter='-DPJMEDIA_HAS_SMALL_FILTER=0' 10286 echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&510287 echo "${ECHO_T}Checking if small filter is disabled... yes" >&6 10414 { echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&5 10415 echo "${ECHO_T}Checking if small filter is disabled... yes" >&6; } 10288 10416 fi 10289 10417 else 10290 echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 10291 echo "${ECHO_T}Checking if small filter is disabled... no" >&6 10292 fi; 10293 10294 10295 # Check whether --enable-large-filter or --disable-large-filter was given. 10418 { echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 10419 echo "${ECHO_T}Checking if small filter is disabled... no" >&6; } 10420 fi 10421 10422 10423 10424 # Check whether --enable-large-filter was given. 10296 10425 if test "${enable_large_filter+set}" = set; then 10297 enableval="$enable_large_filter" 10298 if test "$enable_large_filter" = "no"; then 10426 enableval=$enable_large_filter; if test "$enable_large_filter" = "no"; then 10299 10427 ac_no_large_filter='-DPJMEDIA_HAS_LARGE_FILTER=0' 10300 echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&510301 echo "${ECHO_T}Checking if large filter is disabled... yes" >&6 10428 { echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&5 10429 echo "${ECHO_T}Checking if large filter is disabled... yes" >&6; } 10302 10430 fi 10303 10431 else 10304 echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 10305 echo "${ECHO_T}Checking if large filter is disabled... no" >&6 10306 fi; 10307 10308 10309 # Check whether --enable-speex-aec or --disable-speex-aec was given. 10432 { echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 10433 echo "${ECHO_T}Checking if large filter is disabled... no" >&6; } 10434 fi 10435 10436 10437 10438 # Check whether --enable-speex-aec was given. 10310 10439 if test "${enable_speex_aec+set}" = set; then 10311 enableval="$enable_speex_aec" 10312 if test "$enable_speex_aec" = "no"; then 10440 enableval=$enable_speex_aec; if test "$enable_speex_aec" = "no"; then 10313 10441 ac_no_speex_aec='-DPJMEDIA_HAS_SPEEX_AEC=0' 10314 echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&510315 echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6 10442 { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&5 10443 echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6; } 10316 10444 fi 10317 10445 else 10318 echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 10319 echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6 10320 fi; 10321 10322 10323 # Check whether --enable-g711-codec or --disable-g711-codec was given. 10446 { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 10447 echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6; } 10448 fi 10449 10450 10451 10452 # Check whether --enable-g711-codec was given. 10324 10453 if test "${enable_g711_codec+set}" = set; then 10325 enableval="$enable_g711_codec" 10326 if test "$enable_g711_codec" = "no"; then 10454 enableval=$enable_g711_codec; if test "$enable_g711_codec" = "no"; then 10327 10455 ac_no_g711_codec=1 10328 10456 cat >>confdefs.h <<\_ACEOF … … 10330 10458 _ACEOF 10331 10459 10332 echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&510333 echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6 10460 { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&5 10461 echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6; } 10334 10462 fi 10335 10463 else 10336 echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 10337 echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6 10338 fi; 10339 10340 10341 10342 # Check whether --enable-l16-codec or --disable-l16-codec was given. 10464 { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 10465 echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6; } 10466 fi 10467 10468 10469 10470 10471 # Check whether --enable-l16-codec was given. 10343 10472 if test "${enable_l16_codec+set}" = set; then 10344 enableval="$enable_l16_codec" 10345 if test "$enable_l16_codec" = "no"; then 10473 enableval=$enable_l16_codec; if test "$enable_l16_codec" = "no"; then 10346 10474 ac_no_l16_codec=1 10347 10475 cat >>confdefs.h <<\_ACEOF … … 10349 10477 _ACEOF 10350 10478 10351 echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&510352 echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6 10479 { echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&5 10480 echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6; } 10353 10481 fi 10354 10482 else 10355 echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 10356 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6 10357 fi; 10358 10359 10360 10361 # Check whether --enable-gsm-codec or --disable-gsm-codec was given. 10483 { echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 10484 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6; } 10485 fi 10486 10487 10488 10489 10490 # Check whether --enable-gsm-codec was given. 10362 10491 if test "${enable_gsm_codec+set}" = set; then 10363 enableval="$enable_gsm_codec" 10364 if test "$enable_gsm_codec" = "no"; then 10492 enableval=$enable_gsm_codec; if test "$enable_gsm_codec" = "no"; then 10365 10493 ac_no_gsm_codec=1 10366 10494 cat >>confdefs.h <<\_ACEOF … … 10368 10496 _ACEOF 10369 10497 10370 echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&510371 echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6 10498 { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&5 10499 echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6; } 10372 10500 fi 10373 10501 else 10374 echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 10375 echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6 10376 fi; 10377 10378 10379 # Check whether --enable-g722-codec or --disable-g722-codec was given. 10502 { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 10503 echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6; } 10504 fi 10505 10506 10507 10508 # Check whether --enable-g722-codec was given. 10380 10509 if test "${enable_g722_codec+set}" = set; then 10381 enableval="$enable_g722_codec" 10382 if test "$enable_g722_codec" = "no"; then 10510 enableval=$enable_g722_codec; if test "$enable_g722_codec" = "no"; then 10383 10511 ac_no_g722_codec=1 10384 10512 cat >>confdefs.h <<\_ACEOF … … 10386 10514 _ACEOF 10387 10515 10388 echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&510389 echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6 10516 { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 10517 echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6; } 10390 10518 fi 10391 10519 else 10392 echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 10393 echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6 10394 fi; 10395 10396 10397 # Check whether --enable-speex-codec or --disable-speex-codec was given. 10520 { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 10521 echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6; } 10522 fi 10523 10524 10525 10526 # Check whether --enable-speex-codec was given. 10398 10527 if test "${enable_speex_codec+set}" = set; then 10399 enableval="$enable_speex_codec" 10400 if test "$enable_speex_codec" = "no"; then 10528 enableval=$enable_speex_codec; if test "$enable_speex_codec" = "no"; then 10401 10529 ac_no_speex_codec=1 10402 10530 cat >>confdefs.h <<\_ACEOF … … 10404 10532 _ACEOF 10405 10533 10406 echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&510407 echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6 10534 { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&5 10535 echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6; } 10408 10536 fi 10409 10537 else 10410 echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 10411 echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6 10412 fi; 10413 10414 10415 # Check whether --enable-ilbc-codec or --disable-ilbc-codec was given. 10538 { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 10539 echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6; } 10540 fi 10541 10542 10543 10544 # Check whether --enable-ilbc-codec was given. 10416 10545 if test "${enable_ilbc_codec+set}" = set; then 10417 enableval="$enable_ilbc_codec" 10418 if test "$enable_ilbc_codec" = "no"; then 10546 enableval=$enable_ilbc_codec; if test "$enable_ilbc_codec" = "no"; then 10419 10547 ac_no_ilbc_codec=1 10420 10548 cat >>confdefs.h <<\_ACEOF … … 10422 10550 _ACEOF 10423 10551 10424 echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&510425 echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6 10552 { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&5 10553 echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6; } 10426 10554 fi 10427 10555 else 10428 echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 10429 echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6 10430 fi; 10431 10432 # Check whether --enable-libsamplerate or --disable-libsamplerate was given. 10556 { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 10557 echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6; } 10558 fi 10559 10560 10561 # Check whether --enable-libsamplerate was given. 10433 10562 if test "${enable_libsamplerate+set}" = set; then 10434 enableval="$enable_libsamplerate" 10435 10436 echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 10437 echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6 10563 enableval=$enable_libsamplerate; 10564 { echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 10565 echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6; } 10438 10566 if test "${ac_cv_lib_samplerate_src_new+set}" = set; then 10439 10567 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10448 10576 /* end confdefs.h. */ 10449 10577 10450 /* Override any gcc2 internal prototype to avoid an error. */ 10578 /* Override any GCC internal prototype to avoid an error. 10579 Use char because int might match the return type of a GCC 10580 builtin and then its argument prototype would still apply. */ 10451 10581 #ifdef __cplusplus 10452 10582 extern "C" 10453 10583 #endif 10454 /* We use char because int might match the return type of a gcc210455 builtin and then its argument prototype would still apply. */10456 10584 char src_new (); 10457 10585 int 10458 10586 main () 10459 10587 { 10460 src_new ();10588 return src_new (); 10461 10589 ; 10462 10590 return 0; … … 10464 10592 _ACEOF 10465 10593 rm -f conftest.$ac_objext conftest$ac_exeext 10466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10467 (eval $ac_link) 2>conftest.er1 10594 if { (ac_try="$ac_link" 10595 case "(($ac_try" in 10596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10597 *) ac_try_echo=$ac_try;; 10598 esac 10599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10600 (eval "$ac_link") 2>conftest.er1 10468 10601 ac_status=$? 10469 10602 grep -v '^ *+' conftest.er1 >conftest.err … … 10471 10604 cat conftest.err >&5 10472 10605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10473 (exit $ac_status); } && 10474 { ac_try='test -z "$ac_c_werror_flag" 10475 || test ! -s conftest.err' 10476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10477 (eval $ac_try) 2>&5 10478 ac_status=$? 10479 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10480 (exit $ac_status); }; } && 10481 { ac_try='test -s conftest$ac_exeext' 10482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10483 (eval $ac_try) 2>&5 10484 ac_status=$? 10485 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10486 (exit $ac_status); }; }; then 10606 (exit $ac_status); } && { 10607 test -z "$ac_c_werror_flag" || 10608 test ! -s conftest.err 10609 } && test -s conftest$ac_exeext && 10610 $as_test_x conftest$ac_exeext; then 10487 10611 ac_cv_lib_samplerate_src_new=yes 10488 10612 else … … 10490 10614 sed 's/^/| /' conftest.$ac_ext >&5 10491 10615 10492 ac_cv_lib_samplerate_src_new=no 10493 fi 10494 rm -f conftest.err conftest.$ac_objext \ 10616 ac_cv_lib_samplerate_src_new=no 10617 fi 10618 10619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10495 10620 conftest$ac_exeext conftest.$ac_ext 10496 10621 LIBS=$ac_check_lib_save_LIBS 10497 10622 fi 10498 echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&510499 echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6 10623 { echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&5 10624 echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6; } 10500 10625 if test $ac_cv_lib_samplerate_src_new = yes; then 10501 10626 cat >>confdefs.h <<_ACEOF … … 10508 10633 10509 10634 else 10510 echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 10511 echo "${ECHO_T}Skipping libsamplerate detection" >&6 10512 10513 fi; 10514 10515 10516 10517 10518 # Check whether --enable-ssl or --disable-ssl was given. 10635 { echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 10636 echo "${ECHO_T}Skipping libsamplerate detection" >&6; } 10637 10638 fi 10639 10640 10641 10642 # Check whether --enable-ipp was given. 10643 if test "${enable_ipp+set}" = set; then 10644 enableval=$enable_ipp; 10645 else 10646 enable_ipp=no 10647 10648 fi 10649 10650 10651 # Check whether --enable-ipp was given. 10652 if test "${enable_ipp+set}" = set; then 10653 enableval=$enable_ipp; 10654 else 10655 with_ipp=no 10656 10657 fi 10658 10659 10660 # Check whether --enable-ipp-samples was given. 10661 if test "${enable_ipp_samples+set}" = set; then 10662 enableval=$enable_ipp_samples; 10663 else 10664 with_ipp_samples=no 10665 10666 fi 10667 10668 10669 if test "x$enable_ipp" != "xno"; then 10670 { echo "$as_me:$LINENO: checking Intel IPP location" >&5 10671 echo $ECHO_N "checking Intel IPP location... $ECHO_C" >&6; } 10672 10673 if test "x$with_ipp" != "xno" -a "x$with_ipp" != "x"; then 10674 { echo "$as_me:$LINENO: result: $with_ipp" >&5 10675 echo "${ECHO_T}$with_ipp" >&6; } 10676 IPPROOT=$with_ipp 10677 elif test "x$IPPROOT" = "x"; then 10678 if test -d /opt/intel/ipp; then 10679 IPPROOT=`ls -d /opt/intel/ipp/*/* | head -1` 10680 { echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&5 10681 echo "${ECHO_T}autodetected in $IPPROOT" >&6; } 10682 fi 10683 else 10684 { echo "$as_me:$LINENO: result: $IPPROOT" >&5 10685 echo "${ECHO_T}$IPPROOT" >&6; } 10686 fi 10687 10688 if test x$IPPROOT = x; then 10689 { { echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&5 10690 echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&2;} 10691 { (exit 1); exit 1; }; } 10692 elif test ! -d $IPPROOT; then 10693 { { echo "$as_me:$LINENO: error: not found" >&5 10694 echo "$as_me: error: not found" >&2;} 10695 { (exit 1); exit 1; }; } 10696 elif test ! -d $IPPROOT/include; then 10697 { { echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 10698 echo "$as_me: error: directory doesn't seem to be valid" >&2;} 10699 { (exit 1); exit 1; }; } 10700 else 10701 # IPP directory looks okay. 10702 # Remove trailing backslash 10703 IPPROOT=`echo $IPPROOT/ | sed 's/\/$//'` 10704 10705 SAVED_CFLAGS="$CFLAGS" 10706 SAVED_LDFLAGS="$LDFLAGS" 10707 SAVED_LIBS="$LIBS" 10708 10709 IPP_CFLAGS="-I$IPPROOT/include" 10710 IPP_LDFLAGS="-L$IPPROOT/sharedlib" 10711 IPP_LIBS="-lippsc -lipps -lippsr -lippcore -lguide" 10712 #IPP_LDFLAGS="-L$IPPROOT/sharedlib" 10713 #IPP_LIBS="-lippscmerged -lippsrmerged -lippsmerged -lippcore" 10714 10715 CFLAGS="$CFLAGS $IPP_CFLAGS" 10716 LDFLAGS="$LDFLAGS $IPP_LDFLAGS" 10717 LIBS="$IPP_LIBS $LIBS" 10718 10719 10720 { echo "$as_me:$LINENO: checking Intel IPP usability" >&5 10721 echo $ECHO_N "checking Intel IPP usability... $ECHO_C" >&6; } 10722 cat >conftest.$ac_ext <<_ACEOF 10723 /* confdefs.h. */ 10724 _ACEOF 10725 cat confdefs.h >>conftest.$ac_ext 10726 cat >>conftest.$ac_ext <<_ACEOF 10727 /* end confdefs.h. */ 10728 #include <ippcore.h> 10729 10730 int 10731 main () 10732 { 10733 ippStaticInit(); 10734 ; 10735 return 0; 10736 } 10737 _ACEOF 10738 rm -f conftest.$ac_objext conftest$ac_exeext 10739 if { (ac_try="$ac_link" 10740 case "(($ac_try" in 10741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10742 *) ac_try_echo=$ac_try;; 10743 esac 10744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10745 (eval "$ac_link") 2>conftest.er1 10746 ac_status=$? 10747 grep -v '^ *+' conftest.er1 >conftest.err 10748 rm -f conftest.er1 10749 cat conftest.err >&5 10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10751 (exit $ac_status); } && { 10752 test -z "$ac_c_werror_flag" || 10753 test ! -s conftest.err 10754 } && test -s conftest$ac_exeext && 10755 $as_test_x conftest$ac_exeext; then 10756 { echo "$as_me:$LINENO: result: ok" >&5 10757 echo "${ECHO_T}ok" >&6; } 10758 else 10759 echo "$as_me: failed program was:" >&5 10760 sed 's/^/| /' conftest.$ac_ext >&5 10761 10762 { { echo "$as_me:$LINENO: error: failed 10763 See \`config.log' for more details." >&5 10764 echo "$as_me: error: failed 10765 See \`config.log' for more details." >&2;} 10766 { (exit 1); exit 1; }; } 10767 fi 10768 10769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10770 conftest$ac_exeext conftest.$ac_ext 10771 10772 CFLAGS="$SAVED_CFLAGS" 10773 LDFLAGS="$SAVED_LDFLAGS" 10774 LIBS="$SAVED_LIBS" 10775 fi 10776 10777 { echo "$as_me:$LINENO: checking Intel IPP samples location" >&5 10778 echo $ECHO_N "checking Intel IPP samples location... $ECHO_C" >&6; } 10779 10780 if test "x$with_ipp_samples" != "xno" -a "x$with_ipp_samples" != "x"; then 10781 { echo "$as_me:$LINENO: result: $with_ipp_samples" >&5 10782 echo "${ECHO_T}$with_ipp_samples" >&6; } 10783 IPPSAMPLES=$with_ipp_samples 10784 elif test "x$IPPSAMPLES" = "x"; then 10785 if test -d /opt/intel/ipp-samples; then 10786 IPPSAMPLES=/opt/intel/ipp-samples 10787 { echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&5 10788 echo "${ECHO_T}autodetected in $IPPSAMPLES" >&6; } 10789 fi 10790 else 10791 { echo "$as_me:$LINENO: result: $IPPSAMPLES" >&5 10792 echo "${ECHO_T}$IPPSAMPLES" >&6; } 10793 fi 10794 10795 if test x$IPPSAMPLES = x; then 10796 { { echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&5 10797 echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&2;} 10798 { (exit 1); exit 1; }; } 10799 elif test ! -d $IPPSAMPLES; then 10800 { { echo "$as_me:$LINENO: error: not found" >&5 10801 echo "$as_me: error: not found" >&2;} 10802 { (exit 1); exit 1; }; } 10803 elif test ! -d $IPPSAMPLES/speech-codecs; then 10804 { { echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 10805 echo "$as_me: error: directory doesn't seem to be valid" >&2;} 10806 { (exit 1); exit 1; }; } 10807 else 10808 # Remove trailing backslash 10809 IPPSAMPLES=`echo $IPPSAMPLES | sed 's/\/$//'` 10810 10811 # Guess the libusc.a build location 10812 { echo "$as_me:$LINENO: checking Intel IPP USC build location" >&5 10813 echo $ECHO_N "checking Intel IPP USC build location... $ECHO_C" >&6; } 10814 IPPSAMPLESLIB=`ls -d $IPPSAMPLES/speech-codecs/bin/*gcc*/lib | head -1` 10815 if test ! -d $IPPSAMPLESLIB; then 10816 { { echo "$as_me:$LINENO: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 10817 See \`config.log' for more details." >&5 10818 echo "$as_me: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 10819 See \`config.log' for more details." >&2;} 10820 { (exit 1); exit 1; }; } 10821 fi 10822 if test ! -f $IPPSAMPLESLIB/libusc.a; then 10823 { { echo "$as_me:$LINENO: error: libusc.a doesn't exist in $IPPSAMPLESLIB 10824 See \`config.log' for more details." >&5 10825 echo "$as_me: error: libusc.a doesn't exist in $IPPSAMPLESLIB 10826 See \`config.log' for more details." >&2;} 10827 { (exit 1); exit 1; }; } 10828 fi 10829 { echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&5 10830 echo "${ECHO_T}$IPPSAMPLESLIB" >&6; } 10831 10832 SAVED_CFLAGS="$CFLAGS" 10833 SAVED_LDFLAGS="$LDFLAGS" 10834 SAVED_LIBS="$LIBS" 10835 10836 IPPSAMPLESINC="-I$IPPSAMPLES/speech-codecs/core/usc/include" 10837 CFLAGS="$CFLAGS $IPPSAMPLESINC" 10838 LDFLAGS="$LDFLAGS -L$IPPSAMPLESLIB" 10839 LIBS="-lusc $LIBS" 10840 10841 { echo "$as_me:$LINENO: checking Intel IPP USC usability" >&5 10842 echo $ECHO_N "checking Intel IPP USC usability... $ECHO_C" >&6; } 10843 cat >conftest.$ac_ext <<_ACEOF 10844 /* confdefs.h. */ 10845 _ACEOF 10846 cat confdefs.h >>conftest.$ac_ext 10847 cat >>conftest.$ac_ext <<_ACEOF 10848 /* end confdefs.h. */ 10849 #include <usc.h> 10850 10851 int 10852 main () 10853 { 10854 extern USC_Fxns USC_G729AFP_Fxns; 10855 ; 10856 return 0; 10857 } 10858 _ACEOF 10859 rm -f conftest.$ac_objext conftest$ac_exeext 10860 if { (ac_try="$ac_link" 10861 case "(($ac_try" in 10862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10863 *) ac_try_echo=$ac_try;; 10864 esac 10865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10866 (eval "$ac_link") 2>conftest.er1 10867 ac_status=$? 10868 grep -v '^ *+' conftest.er1 >conftest.err 10869 rm -f conftest.er1 10870 cat conftest.err >&5 10871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10872 (exit $ac_status); } && { 10873 test -z "$ac_c_werror_flag" || 10874 test ! -s conftest.err 10875 } && test -s conftest$ac_exeext && 10876 $as_test_x conftest$ac_exeext; then 10877 { echo "$as_me:$LINENO: result: ok" >&5 10878 echo "${ECHO_T}ok" >&6; } 10879 else 10880 echo "$as_me: failed program was:" >&5 10881 sed 's/^/| /' conftest.$ac_ext >&5 10882 10883 { { echo "$as_me:$LINENO: error: failed 10884 See \`config.log' for more details." >&5 10885 echo "$as_me: error: failed 10886 See \`config.log' for more details." >&2;} 10887 { (exit 1); exit 1; }; } 10888 fi 10889 10890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10891 conftest$ac_exeext conftest.$ac_ext 10892 10893 CFLAGS="$SAVED_CFLAGS" 10894 LDFLAGS="\$(IPP_LDFLAGS) $SAVED_LDFLAGS" 10895 LIBS="\$(IPP_LIBS) $SAVED_LIBS" 10896 10897 IPP_CFLAGS="$IPP_CFLAGS $IPPSAMPLESINC" 10898 IPP_LDFLAGS="$IPP_LDFLAGS -L$IPPSAMPLESLIB" 10899 IPP_LIBS="-lusc $IPP_LIBS" 10900 fi 10901 10902 ac_build_mak_vars="$ac_build_mak_vars\n\ 10903 export IPP_CFLAGS=$IPP_CFLAGS\n\ 10904 export IPP_LDFLAGS=$IPP_LDFLAGS\n\ 10905 export IPP_LIBS=$IPP_LIBS" 10906 else 10907 { echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&5 10908 echo "${ECHO_T}Skipping Intel IPP settings (not wanted)" >&6; } 10909 fi 10910 10911 10912 10913 10914 # Check whether --enable-ssl was given. 10519 10915 if test "${enable_ssl+set}" = set; then 10520 enableval="$enable_ssl" 10521 10916 enableval=$enable_ssl; 10522 10917 if test "$enable_ssl" = "no"; then 10523 10918 ac_no_ssl=1 10524 echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&510525 echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6 10919 { echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&5 10920 echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6; } 10526 10921 fi 10527 10922 10528 10923 else 10529 10924 10530 echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&510531 echo "${ECHO_T}checking for OpenSSL installations.." >&6 10925 { echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&5 10926 echo "${ECHO_T}checking for OpenSSL installations.." >&6; } 10532 10927 10533 10928 10534 10929 10535 10930 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 10536 echo "$as_me:$LINENO: checking for openssl/ssl.h" >&510537 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6 10931 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 10932 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 10538 10933 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 10539 10934 echo $ECHO_N "(cached) $ECHO_C" >&6 10540 10935 fi 10541 echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&510542 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6 10936 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 10937 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 10543 10938 else 10544 10939 # Is the header compilable? 10545 echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&510546 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6 10940 { echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 10941 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; } 10547 10942 cat >conftest.$ac_ext <<_ACEOF 10548 10943 /* confdefs.h. */ … … 10555 10950 _ACEOF 10556 10951 rm -f conftest.$ac_objext 10557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10558 (eval $ac_compile) 2>conftest.er1 10952 if { (ac_try="$ac_compile" 10953 case "(($ac_try" in 10954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10955 *) ac_try_echo=$ac_try;; 10956 esac 10957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10958 (eval "$ac_compile") 2>conftest.er1 10559 10959 ac_status=$? 10560 10960 grep -v '^ *+' conftest.er1 >conftest.err … … 10562 10962 cat conftest.err >&5 10563 10963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10564 (exit $ac_status); } && 10565 { ac_try='test -z "$ac_c_werror_flag" 10566 || test ! -s conftest.err' 10567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10568 (eval $ac_try) 2>&5 10569 ac_status=$? 10570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10571 (exit $ac_status); }; } && 10572 { ac_try='test -s conftest.$ac_objext' 10573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10574 (eval $ac_try) 2>&5 10575 ac_status=$? 10576 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10577 (exit $ac_status); }; }; then 10964 (exit $ac_status); } && { 10965 test -z "$ac_c_werror_flag" || 10966 test ! -s conftest.err 10967 } && test -s conftest.$ac_objext; then 10578 10968 ac_header_compiler=yes 10579 10969 else … … 10581 10971 sed 's/^/| /' conftest.$ac_ext >&5 10582 10972 10583 ac_header_compiler=no 10584 fi 10585 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10586 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10587 echo "${ECHO_T}$ac_header_compiler" >&6 10973 ac_header_compiler=no 10974 fi 10975 10976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10977 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10978 echo "${ECHO_T}$ac_header_compiler" >&6; } 10588 10979 10589 10980 # Is the header present? 10590 echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&510591 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6 10981 { echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 10982 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; } 10592 10983 cat >conftest.$ac_ext <<_ACEOF 10593 10984 /* confdefs.h. */ … … 10598 10989 #include <openssl/ssl.h> 10599 10990 _ACEOF 10600 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10601 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10991 if { (ac_try="$ac_cpp conftest.$ac_ext" 10992 case "(($ac_try" in 10993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10994 *) ac_try_echo=$ac_try;; 10995 esac 10996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10997 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10602 10998 ac_status=$? 10603 10999 grep -v '^ *+' conftest.er1 >conftest.err … … 10605 11001 cat conftest.err >&5 10606 11002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10607 (exit $ac_status); } >/dev/null; then 10608 if test -s conftest.err; then 10609 ac_cpp_err=$ac_c_preproc_warn_flag 10610 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 10611 else 10612 ac_cpp_err= 10613 fi 10614 else 10615 ac_cpp_err=yes 10616 fi 10617 if test -z "$ac_cpp_err"; then 11003 (exit $ac_status); } >/dev/null && { 11004 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 11005 test ! -s conftest.err 11006 }; then 10618 11007 ac_header_preproc=yes 10619 11008 else … … 10623 11012 ac_header_preproc=no 10624 11013 fi 11014 10625 11015 rm -f conftest.err conftest.$ac_ext 10626 echo "$as_me:$LINENO: result: $ac_header_preproc" >&510627 echo "${ECHO_T}$ac_header_preproc" >&6 11016 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11017 echo "${ECHO_T}$ac_header_preproc" >&6; } 10628 11018 10629 11019 # So? What about this header? … … 10649 11039 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 10650 11040 echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} 10651 ( 10652 cat <<\_ASBOX 10653 ## ------------------------------------ ## 10654 ## Report this to the pjproject lists. ## 10655 ## ------------------------------------ ## 10656 _ASBOX 10657 ) | 10658 sed "s/^/$as_me: WARNING: /" >&2 11041 10659 11042 ;; 10660 11043 esac 10661 echo "$as_me:$LINENO: checking for openssl/ssl.h" >&510662 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6 11044 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 11045 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 10663 11046 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 10664 11047 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10666 11049 ac_cv_header_openssl_ssl_h=$ac_header_preproc 10667 11050 fi 10668 echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&510669 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6 11051 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 11052 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 10670 11053 10671 11054 fi … … 10675 11058 10676 11059 10677 echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&510678 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6 11060 { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 11061 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; } 10679 11062 if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then 10680 11063 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10689 11072 /* end confdefs.h. */ 10690 11073 10691 /* Override any gcc2 internal prototype to avoid an error. */ 11074 /* Override any GCC internal prototype to avoid an error. 11075 Use char because int might match the return type of a GCC 11076 builtin and then its argument prototype would still apply. */ 10692 11077 #ifdef __cplusplus 10693 11078 extern "C" 10694 11079 #endif 10695 /* We use char because int might match the return type of a gcc210696 builtin and then its argument prototype would still apply. */10697 11080 char SSL_library_init (); 10698 11081 int 10699 11082 main () 10700 11083 { 10701 SSL_library_init ();11084 return SSL_library_init (); 10702 11085 ; 10703 11086 return 0; … … 10705 11088 _ACEOF 10706 11089 rm -f conftest.$ac_objext conftest$ac_exeext 10707 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10708 (eval $ac_link) 2>conftest.er1 11090 if { (ac_try="$ac_link" 11091 case "(($ac_try" in 11092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11093 *) ac_try_echo=$ac_try;; 11094 esac 11095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11096 (eval "$ac_link") 2>conftest.er1 10709 11097 ac_status=$? 10710 11098 grep -v '^ *+' conftest.er1 >conftest.err … … 10712 11100 cat conftest.err >&5 10713 11101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10714 (exit $ac_status); } && 10715 { ac_try='test -z "$ac_c_werror_flag" 10716 || test ! -s conftest.err' 10717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10718 (eval $ac_try) 2>&5 10719 ac_status=$? 10720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10721 (exit $ac_status); }; } && 10722 { ac_try='test -s conftest$ac_exeext' 10723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10724 (eval $ac_try) 2>&5 10725 ac_status=$? 10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10727 (exit $ac_status); }; }; then 11102 (exit $ac_status); } && { 11103 test -z "$ac_c_werror_flag" || 11104 test ! -s conftest.err 11105 } && test -s conftest$ac_exeext && 11106 $as_test_x conftest$ac_exeext; then 10728 11107 ac_cv_lib_ssl_SSL_library_init=yes 10729 11108 else … … 10731 11110 sed 's/^/| /' conftest.$ac_ext >&5 10732 11111 10733 ac_cv_lib_ssl_SSL_library_init=no 10734 fi 10735 rm -f conftest.err conftest.$ac_objext \ 11112 ac_cv_lib_ssl_SSL_library_init=no 11113 fi 11114 11115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10736 11116 conftest$ac_exeext conftest.$ac_ext 10737 11117 LIBS=$ac_check_lib_save_LIBS 10738 11118 fi 10739 echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&510740 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6 11119 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 11120 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; } 10741 11121 if test $ac_cv_lib_ssl_SSL_library_init = yes; then 10742 11122 libssl_present=1 && LIBS="$LIBS -lssl" 10743 11123 fi 10744 11124 10745 echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&510746 echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6 11125 { echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&5 11126 echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6; } 10747 11127 if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then 10748 11128 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10757 11137 /* end confdefs.h. */ 10758 11138 10759 /* Override any gcc2 internal prototype to avoid an error. */ 11139 /* Override any GCC internal prototype to avoid an error. 11140 Use char because int might match the return type of a GCC 11141 builtin and then its argument prototype would still apply. */ 10760 11142 #ifdef __cplusplus 10761 11143 extern "C" 10762 11144 #endif 10763 /* We use char because int might match the return type of a gcc210764 builtin and then its argument prototype would still apply. */10765 11145 char ERR_load_BIO_strings (); 10766 11146 int 10767 11147 main () 10768 11148 { 10769 ERR_load_BIO_strings ();11149 return ERR_load_BIO_strings (); 10770 11150 ; 10771 11151 return 0; … … 10773 11153 _ACEOF 10774 11154 rm -f conftest.$ac_objext conftest$ac_exeext 10775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10776 (eval $ac_link) 2>conftest.er1 11155 if { (ac_try="$ac_link" 11156 case "(($ac_try" in 11157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11158 *) ac_try_echo=$ac_try;; 11159 esac 11160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11161 (eval "$ac_link") 2>conftest.er1 10777 11162 ac_status=$? 10778 11163 grep -v '^ *+' conftest.er1 >conftest.err … … 10780 11165 cat conftest.err >&5 10781 11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10782 (exit $ac_status); } && 10783 { ac_try='test -z "$ac_c_werror_flag" 10784 || test ! -s conftest.err' 10785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10786 (eval $ac_try) 2>&5 10787 ac_status=$? 10788 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10789 (exit $ac_status); }; } && 10790 { ac_try='test -s conftest$ac_exeext' 10791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10792 (eval $ac_try) 2>&5 10793 ac_status=$? 10794 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10795 (exit $ac_status); }; }; then 11167 (exit $ac_status); } && { 11168 test -z "$ac_c_werror_flag" || 11169 test ! -s conftest.err 11170 } && test -s conftest$ac_exeext && 11171 $as_test_x conftest$ac_exeext; then 10796 11172 ac_cv_lib_crypto_ERR_load_BIO_strings=yes 10797 11173 else … … 10799 11175 sed 's/^/| /' conftest.$ac_ext >&5 10800 11176 10801 ac_cv_lib_crypto_ERR_load_BIO_strings=no 10802 fi 10803 rm -f conftest.err conftest.$ac_objext \ 11177 ac_cv_lib_crypto_ERR_load_BIO_strings=no 11178 fi 11179 11180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10804 11181 conftest$ac_exeext conftest.$ac_ext 10805 11182 LIBS=$ac_check_lib_save_LIBS 10806 11183 fi 10807 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&510808 echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6 11184 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 11185 echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 10809 11186 if test $ac_cv_lib_crypto_ERR_load_BIO_strings = yes; then 10810 11187 libcrypto_present=1 && LIBS="$LIBS -lcrypto" … … 10812 11189 10813 11190 if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then 10814 echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&510815 echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6 11191 { echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&5 11192 echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6; } 10816 11193 cat >>confdefs.h <<\_ACEOF 10817 11194 #define PJSIP_HAS_TLS_TRANSPORT 1 … … 10819 11196 10820 11197 else 10821 echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&510822 echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6 11198 { echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&5 11199 echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6; } 10823 11200 fi 10824 11201 10825 fi; 10826 10827 10828 10829 10830 echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 10831 echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6 11202 fi 11203 11204 11205 11206 11207 11208 { echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 11209 echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6; } 10832 11210 case $target in 10833 11211 *rtems*) cat >>confdefs.h <<\_ACEOF … … 10835 11213 _ACEOF 10836 11214 10837 echo "$as_me:$LINENO: result: yes" >&510838 echo "${ECHO_T}yes" >&6 11215 { echo "$as_me:$LINENO: result: yes" >&5 11216 echo "${ECHO_T}yes" >&6; } 10839 11217 ;; 10840 11218 *) cat >>confdefs.h <<\_ACEOF … … 10842 11220 _ACEOF 10843 11221 10844 echo "$as_me:$LINENO: result: no (default)" >&510845 echo "${ECHO_T}no (default)" >&6 10846 echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&510847 echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6 11222 { echo "$as_me:$LINENO: result: no (default)" >&5 11223 echo "${ECHO_T}no (default)" >&6; } 11224 { echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&5 11225 echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6; } 10848 11226 ;; 10849 11227 esac 10850 11228 10851 echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&510852 echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6 11229 { echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&5 11230 echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6; } 10853 11231 case $target in 10854 11232 *rtems*) cat >>confdefs.h <<\_ACEOF … … 10856 11234 _ACEOF 10857 11235 10858 echo "$as_me:$LINENO: result: yes" >&510859 echo "${ECHO_T}yes" >&6 11236 { echo "$as_me:$LINENO: result: yes" >&5 11237 echo "${ECHO_T}yes" >&6; } 10860 11238 ;; 10861 11239 *) cat >>confdefs.h <<\_ACEOF … … 10863 11241 _ACEOF 10864 11242 10865 echo "$as_me:$LINENO: result: no (default)" >&510866 echo "${ECHO_T}no (default)" >&6 11243 { echo "$as_me:$LINENO: result: no (default)" >&5 11244 echo "${ECHO_T}no (default)" >&6; } 10867 11245 ;; 10868 11246 esac 10869 11247 10870 echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&510871 echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6 11248 { echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&5 11249 echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6; } 10872 11250 case $target in 10873 11251 *rtems*) cat >>confdefs.h <<\_ACEOF … … 10875 11253 _ACEOF 10876 11254 10877 echo "$as_me:$LINENO: result: yes" >&510878 echo "${ECHO_T}yes" >&6 11255 { echo "$as_me:$LINENO: result: yes" >&5 11256 echo "${ECHO_T}yes" >&6; } 10879 11257 ;; 10880 11258 *) cat >>confdefs.h <<\_ACEOF … … 10882 11260 _ACEOF 10883 11261 10884 echo "$as_me:$LINENO: result: no (default)" >&510885 echo "${ECHO_T}no (default)" >&6 11262 { echo "$as_me:$LINENO: result: no (default)" >&5 11263 echo "${ECHO_T}no (default)" >&6; } 10886 11264 ;; 10887 11265 esac … … 10898 11276 _ACEOF 10899 11277 10900 echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&510901 echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6 11278 { echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5 11279 echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; } 10902 11280 ;; 10903 11281 esac … … 10914 11292 _ACEOF 10915 11293 10916 echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&510917 echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6 11294 { echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5 11295 echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; } 10918 11296 ;; 10919 11297 esac … … 10941 11319 esac 10942 11320 11321 11322 ac_build_mak_vars=`echo $ac_build_mak_vars | sed 's/\\\\n/\n/g'` 10943 11323 cat >confcache <<\_ACEOF 10944 11324 # This file is a shell script that caches the results of configure … … 10959 11339 # The following way of writing the cache mishandles newlines in values, 10960 11340 # but we know of no workaround that is simple, portable, and efficient. 10961 # So, don't put newlines in cache variables' values.11341 # So, we kill variables containing newlines. 10962 11342 # Ultrix sh set writes to stderr and can't be redirected directly, 10963 11343 # and sets the high bit in the cache file unless we assign to the vars. 10964 { 11344 ( 11345 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 11346 eval ac_val=\$$ac_var 11347 case $ac_val in #( 11348 *${as_nl}*) 11349 case $ac_var in #( 11350 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 11351 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 11352 esac 11353 case $ac_var in #( 11354 _ | IFS | as_nl) ;; #( 11355 *) $as_unset $ac_var ;; 11356 esac ;; 11357 esac 11358 done 11359 10965 11360 (set) 2>&1 | 10966 case `(ac_space=' '; set | grep ac_space) 2>&1` in10967 * ac_space=\ *)11361 case $as_nl`(ac_space=' '; set) 2>&1` in #( 11362 *${as_nl}ac_space=\ *) 10968 11363 # `set' does not quote correctly, so add quotes (double-quote 10969 11364 # substitution turns \\\\ into \\, and sed turns \\ into \). … … 10971 11366 "s/'/'\\\\''/g; 10972 11367 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 10973 ;; 11368 ;; #( 10974 11369 *) 10975 11370 # `set' quotes correctly as required by POSIX, so do not add quotes. 10976 sed -n \ 10977 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 11371 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 10978 11372 ;; 10979 esac; 10980 } | 11373 esac | 11374 sort 11375 ) | 10981 11376 sed ' 11377 /^ac_cv_env_/b end 10982 11378 t clear 10983 : 11379 :clear 10984 11380 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 10985 11381 t end 10986 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 10987 : end' >>confcache 10988 if diff $cache_file confcache >/dev/null 2>&1; then :; else 10989 if test -w $cache_file; then 10990 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 11382 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 11383 :end' >>confcache 11384 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 11385 if test -w "$cache_file"; then 11386 test "x$cache_file" != "x/dev/null" && 11387 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 11388 echo "$as_me: updating cache $cache_file" >&6;} 10991 11389 cat confcache >$cache_file 10992 11390 else 10993 echo "not updating unwritable cache $cache_file" 11391 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 11392 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 10994 11393 fi 10995 11394 fi … … 10999 11398 # Let make expand exec_prefix. 11000 11399 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 11001 11002 # VPATH may cause trouble with some makes, so we remove $(srcdir),11003 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and11004 # trailing colons and then remove the whole line if VPATH becomes empty11005 # (actually we leave an empty line to preserve line numbers).11006 if test "x$srcdir" = x.; then11007 ac_vpsub='/^[ ]*VPATH[ ]*=/{11008 s/:*\$(srcdir):*/:/;11009 s/:*\${srcdir}:*/:/;11010 s/:*@srcdir@:*/:/;11011 s/^\([^=]*=[ ]*\):*/\1/;11012 s/:*$//;11013 s/^[^=]*=[ ]*$//;11014 }'11015 fi11016 11400 11017 11401 DEFS=-DHAVE_CONFIG_H … … 11021 11405 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 11022 11406 # 1. Remove the extension, and $U if already installed. 11023 ac_i=`echo "$ac_i" | 11024 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 11025 # 2. Add them. 11026 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 11027 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 11407 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 11408 ac_i=`echo "$ac_i" | sed "$ac_script"` 11409 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 11410 # will be set to the directory where LIBOBJS objects are built. 11411 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 11412 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 11028 11413 done 11029 11414 LIBOBJS=$ac_libobjs … … 11056 11441 ## --------------------- ## 11057 11442 11058 # Be Bourne compatible 11443 # Be more Bourne compatible 11444 DUALCASE=1; export DUALCASE # for MKS sh 11059 11445 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 11060 11446 emulate sh … … 11063 11449 # is contrary to our usage. Disable this feature. 11064 11450 alias -g '${1+"$@"}'='"$@"' 11065 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 11066 set -o posix 11067 fi 11068 DUALCASE=1; export DUALCASE # for MKS sh 11069 11070 # Support unset when possible. 11071 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 11072 as_unset=unset 11073 else 11074 as_unset=false 11075 fi 11076 11077 11078 # Work around bugs in pre-3.0 UWIN ksh. 11079 $as_unset ENV MAIL MAILPATH 11080 PS1='$ ' 11081 PS2='> ' 11082 PS4='+ ' 11083 11084 # NLS nuisances. 11085 for as_var in \ 11086 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 11087 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 11088 LC_TELEPHONE LC_TIME 11089 do 11090 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 11091 eval $as_var=C; export $as_var 11092 else 11093 $as_unset $as_var 11094 fi 11095 done 11096 11097 # Required to use basename. 11098 if expr a : '\(a\)' >/dev/null 2>&1; then 11099 as_expr=expr 11100 else 11101 as_expr=false 11102 fi 11103 11104 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 11105 as_basename=basename 11106 else 11107 as_basename=false 11108 fi 11109 11110 11111 # Name of the executable. 11112 as_me=`$as_basename "$0" || 11113 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 11114 X"$0" : 'X\(//\)$' \| \ 11115 X"$0" : 'X\(/\)$' \| \ 11116 . : '\(.\)' 2>/dev/null || 11117 echo X/"$0" | 11118 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 11119 /^X\/\(\/\/\)$/{ s//\1/; q; } 11120 /^X\/\(\/\).*/{ s//\1/; q; } 11121 s/.*/./; q'` 11122 11123 11124 # PATH needs CR, and LINENO needs CR and PATH. 11451 setopt NO_GLOB_SUBST 11452 else 11453 case `(set -o) 2>/dev/null` in 11454 *posix*) set -o posix ;; 11455 esac 11456 11457 fi 11458 11459 11460 11461 11462 # PATH needs CR 11125 11463 # Avoid depending upon Character Ranges. 11126 11464 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 11143 11481 fi 11144 11482 11145 11146 as_lineno_1=$LINENO 11147 as_lineno_2=$LINENO 11148 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 11149 test "x$as_lineno_1" != "x$as_lineno_2" && 11150 test "x$as_lineno_3" = "x$as_lineno_2" || { 11151 # Find who we are. Look in the path if we contain no path at all 11152 # relative or not. 11153 case $0 in 11154 *[\\/]* ) as_myself=$0 ;; 11155 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11483 # Support unset when possible. 11484 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 11485 as_unset=unset 11486 else 11487 as_unset=false 11488 fi 11489 11490 11491 # IFS 11492 # We need space, tab and new line, in precisely that order. Quoting is 11493 # there to prevent editors from complaining about space-tab. 11494 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 11495 # splitting by setting IFS to empty value.) 11496 as_nl=' 11497 ' 11498 IFS=" "" $as_nl" 11499 11500 # Find who we are. Look in the path if we contain no directory separator. 11501 case $0 in 11502 *[\\/]* ) as_myself=$0 ;; 11503 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11156 11504 for as_dir in $PATH 11157 11505 do … … 11160 11508 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 11161 11509 done 11162 11163 ;; 11164 esac 11165 # We did not find ourselves, most probably we were run as `sh COMMAND' 11166 # in which case we are not to be found in the path. 11167 if test "x$as_myself" = x; then 11168 as_myself=$0 11510 IFS=$as_save_IFS 11511 11512 ;; 11513 esac 11514 # We did not find ourselves, most probably we were run as `sh COMMAND' 11515 # in which case we are not to be found in the path. 11516 if test "x$as_myself" = x; then 11517 as_myself=$0 11518 fi 11519 if test ! -f "$as_myself"; then 11520 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 11521 { (exit 1); exit 1; } 11522 fi 11523 11524 # Work around bugs in pre-3.0 UWIN ksh. 11525 for as_var in ENV MAIL MAILPATH 11526 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 11527 done 11528 PS1='$ ' 11529 PS2='> ' 11530 PS4='+ ' 11531 11532 # NLS nuisances. 11533 for as_var in \ 11534 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 11535 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 11536 LC_TELEPHONE LC_TIME 11537 do 11538 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 11539 eval $as_var=C; export $as_var 11540 else 11541 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 11169 11542 fi 11170 if test ! -f "$as_myself"; then 11171 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 11172 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 11173 { (exit 1); exit 1; }; } 11174 fi 11175 case $CONFIG_SHELL in 11176 '') 11177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11178 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 11179 do 11180 IFS=$as_save_IFS 11181 test -z "$as_dir" && as_dir=. 11182 for as_base in sh bash ksh sh5; do 11183 case $as_dir in 11184 /*) 11185 if ("$as_dir/$as_base" -c ' 11543 done 11544 11545 # Required to use basename. 11546 if expr a : '\(a\)' >/dev/null 2>&1 && 11547 test "X`expr 00001 : '.*\(...\)'`" = X001; then 11548 as_expr=expr 11549 else 11550 as_expr=false 11551 fi 11552 11553 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 11554 as_basename=basename 11555 else 11556 as_basename=false 11557 fi 11558 11559 11560 # Name of the executable. 11561 as_me=`$as_basename -- "$0" || 11562 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 11563 X"$0" : 'X\(//\)$' \| \ 11564 X"$0" : 'X\(/\)' \| . 2>/dev/null || 11565 echo X/"$0" | 11566 sed '/^.*\/\([^/][^/]*\)\/*$/{ 11567 s//\1/ 11568 q 11569 } 11570 /^X\/\(\/\/\)$/{ 11571 s//\1/ 11572 q 11573 } 11574 /^X\/\(\/\).*/{ 11575 s//\1/ 11576 q 11577 } 11578 s/.*/./; q'` 11579 11580 # CDPATH. 11581 $as_unset CDPATH 11582 11583 11584 11186 11585 as_lineno_1=$LINENO 11187 11586 as_lineno_2=$LINENO 11188 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`11189 11587 test "x$as_lineno_1" != "x$as_lineno_2" && 11190 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 11191 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 11192 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 11193 CONFIG_SHELL=$as_dir/$as_base 11194 export CONFIG_SHELL 11195 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 11196 fi;; 11197 esac 11198 done 11199 done 11200 ;; 11201 esac 11588 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 11202 11589 11203 11590 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 11204 11591 # uniformly replaced by the line number. The first 'sed' inserts a 11205 # line-number line before each line; the second 'sed' does the real 11206 # work. The second script uses 'N' to pair each line-number line 11207 # with the numbered line, and appends trailing '-' during 11208 # substitution so that $LINENO is not a special case at line end. 11592 # line-number line after each line using $LINENO; the second 'sed' 11593 # does the real work. The second script uses 'N' to pair each 11594 # line-number line with the line containing $LINENO, and appends 11595 # trailing '-' during substitution so that $LINENO is not a special 11596 # case at line end. 11209 11597 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 11210 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 11211 sed '=' <$as_myself | 11598 # scripts with optimization help from Paolo Bonzini. Blame Lee 11599 # E. McMahon (1931-1989) for sed's syntax. :-) 11600 sed -n ' 11601 p 11602 /[$]LINENO/= 11603 ' <$as_myself | 11212 11604 sed ' 11605 s/[$]LINENO.*/&-/ 11606 t lineno 11607 b 11608 :lineno 11213 11609 N 11214 s,$,-, 11215 : loop 11216 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 11610 :loop 11611 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 11217 11612 t loop 11218 s,-$,, 11219 s,^['$as_cr_digits']*\n,, 11613 s/-\n.*// 11220 11614 ' >$as_me.lineno && 11221 chmod +x $as_me.lineno || 11222 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 11223 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 11615 chmod +x "$as_me.lineno" || 11616 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 11224 11617 { (exit 1); exit 1; }; } 11225 11618 11226 11619 # Don't try to exec as it changes $[0], causing all sort of problems 11227 11620 # (the dirname of $[0] is not the place where we might find the 11228 # original and so on. Autoconf is especially sensi ble to this).11229 . ./$as_me.lineno11621 # original and so on. Autoconf is especially sensitive to this). 11622 . "./$as_me.lineno" 11230 11623 # Exit status is that of the last command. 11231 11624 exit … … 11233 11626 11234 11627 11235 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 11236 *c*,-n*) ECHO_N= ECHO_C=' 11237 ' ECHO_T=' ' ;; 11238 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 11239 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 11240 esac 11241 11242 if expr a : '\(a\)' >/dev/null 2>&1; then 11628 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 11629 as_dirname=dirname 11630 else 11631 as_dirname=false 11632 fi 11633 11634 ECHO_C= ECHO_N= ECHO_T= 11635 case `echo -n x` in 11636 -n*) 11637 case `echo 'x\c'` in 11638 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 11639 *) ECHO_C='\c';; 11640 esac;; 11641 *) 11642 ECHO_N='-n';; 11643 esac 11644 11645 if expr a : '\(a\)' >/dev/null 2>&1 && 11646 test "X`expr 00001 : '.*\(...\)'`" = X001; then 11243 11647 as_expr=expr 11244 11648 else … … 11247 11651 11248 11652 rm -f conf$$ conf$$.exe conf$$.file 11653 if test -d conf$$.dir; then 11654 rm -f conf$$.dir/conf$$.file 11655 else 11656 rm -f conf$$.dir 11657 mkdir conf$$.dir 11658 fi 11249 11659 echo >conf$$.file 11250 11660 if ln -s conf$$.file conf$$ 2>/dev/null; then 11251 # We could just check for DJGPP; but this test a) works b) is more generic 11252 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 11253 if test -f conf$$.exe; then 11254 # Don't use ln at all; we don't have any links 11661 as_ln_s='ln -s' 11662 # ... but there are two gotchas: 11663 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 11664 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 11665 # In both cases, we have to default to `cp -p'. 11666 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 11255 11667 as_ln_s='cp -p' 11256 else11257 as_ln_s='ln -s'11258 fi11259 11668 elif ln conf$$.file conf$$ 2>/dev/null; then 11260 11669 as_ln_s=ln … … 11262 11671 as_ln_s='cp -p' 11263 11672 fi 11264 rm -f conf$$ conf$$.exe conf$$.file 11673 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 11674 rmdir conf$$.dir 2>/dev/null 11265 11675 11266 11676 if mkdir -p . 2>/dev/null; then … … 11271 11681 fi 11272 11682 11273 as_executable_p="test -f" 11683 if test -x / >/dev/null 2>&1; then 11684 as_test_x='test -x' 11685 else 11686 if ls -dL / >/dev/null 2>&1; then 11687 as_ls_L_option=L 11688 else 11689 as_ls_L_option= 11690 fi 11691 as_test_x=' 11692 eval sh -c '\'' 11693 if test -d "$1"; then 11694 test -d "$1/."; 11695 else 11696 case $1 in 11697 -*)set "./$1";; 11698 esac; 11699 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 11700 ???[sx]*):;;*)false;;esac;fi 11701 '\'' sh 11702 ' 11703 fi 11704 as_executable_p=$as_test_x 11274 11705 11275 11706 # Sed expression to map a string onto a valid CPP name. … … 11280 11711 11281 11712 11282 # IFS11283 # We need space, tab and new line, in precisely that order.11284 as_nl='11285 '11286 IFS=" $as_nl"11287 11288 # CDPATH.11289 $as_unset CDPATH11290 11291 11713 exec 6>&1 11292 11714 11293 # Open the log real soon, to keep \$[0] and so on meaningful, and to11715 # Save the log message, to keep $[0] and so on meaningful, and to 11294 11716 # report actual input values of CONFIG_FILES etc. instead of their 11295 # values after options handling. Logging --version etc. is OK. 11296 exec 5>>config.log 11297 { 11298 echo 11299 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 11300 ## Running $as_me. ## 11301 _ASBOX 11302 } >&5 11303 cat >&5 <<_CSEOF 11304 11305 This file was extended by pjproject $as_me 0.8, which was 11306 generated by GNU Autoconf 2.59. Invocation command line was 11717 # values after options handling. 11718 ac_log=" 11719 This file was extended by pjproject $as_me 1.0, which was 11720 generated by GNU Autoconf 2.61. Invocation command line was 11307 11721 11308 11722 CONFIG_FILES = $CONFIG_FILES … … 11312 11726 $ $0 $@ 11313 11727 11314 _CSEOF 11315 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 11316 echo >&5 11317 _ACEOF 11318 11728 on `(hostname || uname -n) 2>/dev/null | sed 1q` 11729 " 11730 11731 _ACEOF 11732 11733 cat >>$CONFIG_STATUS <<_ACEOF 11319 11734 # Files that config.status was made for. 11320 if test -n "$ac_config_files"; then 11321 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 11322 fi 11323 11324 if test -n "$ac_config_headers"; then 11325 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 11326 fi 11327 11328 if test -n "$ac_config_links"; then 11329 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 11330 fi 11331 11332 if test -n "$ac_config_commands"; then 11333 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 11334 fi 11735 config_files="$ac_config_files" 11736 config_headers="$ac_config_headers" 11737 11738 _ACEOF 11335 11739 11336 11740 cat >>$CONFIG_STATUS <<\_ACEOF 11337 11338 11741 ac_cs_usage="\ 11339 11742 \`$as_me' instantiates files from templates according to the … … 11343 11746 11344 11747 -h, --help print this help, then exit 11345 -V, --version print version number , then exit11748 -V, --version print version number and configuration settings, then exit 11346 11749 -q, --quiet do not print progress messages 11347 11750 -d, --debug don't remove temporary files … … 11359 11762 11360 11763 Report bugs to <bug-autoconf@gnu.org>." 11361 _ACEOF 11362 11764 11765 _ACEOF 11363 11766 cat >>$CONFIG_STATUS <<_ACEOF 11364 11767 ac_cs_version="\\ 11365 pjproject config.status 0.811366 configured by $0, generated by GNU Autoconf 2. 59,11367 with options \\"`echo "$ac_configure_args" | sed 's/ [\\""\`\$]/\\\\&/g'`\\"11368 11369 Copyright (C) 200 3Free Software Foundation, Inc.11768 pjproject config.status 1.0 11769 configured by $0, generated by GNU Autoconf 2.61, 11770 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 11771 11772 Copyright (C) 2006 Free Software Foundation, Inc. 11370 11773 This config.status script is free software; the Free Software Foundation 11371 11774 gives unlimited permission to copy, distribute and modify it." 11372 srcdir=$srcdir 11775 11776 ac_pwd='$ac_pwd' 11777 srcdir='$srcdir' 11373 11778 _ACEOF 11374 11779 … … 11381 11786 case $1 in 11382 11787 --*=*) 11383 ac_option=`expr " x$1" : 'x\([^=]*\)='`11384 ac_optarg=`expr " x$1" : 'x[^=]*=\(.*\)'`11788 ac_option=`expr "X$1" : 'X\([^=]*\)='` 11789 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 11385 11790 ac_shift=: 11386 11791 ;; 11387 -*)11792 *) 11388 11793 ac_option=$1 11389 11794 ac_optarg=$2 11390 11795 ac_shift=shift 11391 11796 ;; 11392 *) # This is not an option, so the user has probably given explicit11393 # arguments.11394 ac_option=$111395 ac_need_defaults=false;;11396 11797 esac 11397 11798 11398 11799 case $ac_option in 11399 11800 # Handling of the options. 11400 _ACEOF11401 cat >>$CONFIG_STATUS <<\_ACEOF11402 11801 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 11403 11802 ac_cs_recheck=: ;; 11404 --version | --vers* | -V ) 11405 echo "$ac_cs_version"; exit 0 ;; 11406 --he | --h) 11407 # Conflict between --help and --header 11408 { { echo "$as_me:$LINENO: error: ambiguous option: $1 11409 Try \`$0 --help' for more information." >&5 11410 echo "$as_me: error: ambiguous option: $1 11411 Try \`$0 --help' for more information." >&2;} 11412 { (exit 1); exit 1; }; };; 11413 --help | --hel | -h ) 11414 echo "$ac_cs_usage"; exit 0 ;; 11415 --debug | --d* | -d ) 11803 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 11804 echo "$ac_cs_version"; exit ;; 11805 --debug | --debu | --deb | --de | --d | -d ) 11416 11806 debug=: ;; 11417 11807 --file | --fil | --fi | --f ) … … 11423 11813 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 11424 11814 ac_need_defaults=false;; 11815 --he | --h) 11816 # Conflict between --help and --header 11817 { echo "$as_me: error: ambiguous option: $1 11818 Try \`$0 --help' for more information." >&2 11819 { (exit 1); exit 1; }; };; 11820 --help | --hel | -h ) 11821 echo "$ac_cs_usage"; exit ;; 11425 11822 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 11426 11823 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 11428 11825 11429 11826 # This is an error. 11430 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 11431 Try \`$0 --help' for more information." >&5 11432 echo "$as_me: error: unrecognized option: $1 11433 Try \`$0 --help' for more information." >&2;} 11827 -*) { echo "$as_me: error: unrecognized option: $1 11828 Try \`$0 --help' for more information." >&2 11434 11829 { (exit 1); exit 1; }; } ;; 11435 11830 11436 *) ac_config_targets="$ac_config_targets $1" ;; 11831 *) ac_config_targets="$ac_config_targets $1" 11832 ac_need_defaults=false ;; 11437 11833 11438 11834 esac … … 11450 11846 cat >>$CONFIG_STATUS <<_ACEOF 11451 11847 if \$ac_cs_recheck; then 11452 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 11453 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 11454 fi 11455 11456 _ACEOF 11457 11458 11459 11460 11461 11848 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 11849 CONFIG_SHELL=$SHELL 11850 export CONFIG_SHELL 11851 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 11852 fi 11853 11854 _ACEOF 11462 11855 cat >>$CONFIG_STATUS <<\_ACEOF 11856 exec 5>>config.log 11857 { 11858 echo 11859 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 11860 ## Running $as_me. ## 11861 _ASBOX 11862 echo "$ac_log" 11863 } >&5 11864 11865 _ACEOF 11866 cat >>$CONFIG_STATUS <<_ACEOF 11867 _ACEOF 11868 11869 cat >>$CONFIG_STATUS <<\_ACEOF 11870 11871 # Handling of arguments. 11463 11872 for ac_config_target in $ac_config_targets 11464 11873 do 11465 case "$ac_config_target"in11466 # Handling of arguments.11467 "build.mak" ) CONFIG_FILES="$CONFIG_FILES build.mak" ;;11468 "build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;;11469 "pjlib/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;;11470 "pjlib-util/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;;11471 "pjmedia/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;;11472 "pjsip/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;;11473 "third_party/build/portaudio/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;;11474 "third_party/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;;11475 "pjlib/include/pj/compat/os_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;;11476 "pjlib/include/pj/compat/m_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;;11477 "pjmedia/include/pjmedia/config_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;;11478 "pjmedia/include/pjmedia-codec/config_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;;11479 "pjsip/include/pjsip/sip_autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;; 11874 case $ac_config_target in 11875 "pjlib/include/pj/compat/os_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;; 11876 "pjlib/include/pj/compat/m_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;; 11877 "pjmedia/include/pjmedia/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;; 11878 "pjmedia/include/pjmedia-codec/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;; 11879 "pjsip/include/pjsip/sip_autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;; 11880 "build.mak") CONFIG_FILES="$CONFIG_FILES build.mak" ;; 11881 "build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;; 11882 "pjlib/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;; 11883 "pjlib-util/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;; 11884 "pjmedia/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;; 11885 "pjsip/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;; 11886 "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 11887 "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 11888 11480 11889 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 11481 11890 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} … … 11483 11892 esac 11484 11893 done 11894 11485 11895 11486 11896 # If the user did not use the arguments to specify the items to instantiate, … … 11494 11904 11495 11905 # Have a temporary directory for convenience. Make it in the build tree 11496 # simply because there is no reason to putit here, and in addition,11906 # simply because there is no reason against having it here, and in addition, 11497 11907 # creating and moving files from /tmp can sometimes cause problems. 11498 # Create a temporary directory, and hook for its removal unless debugging. 11908 # Hook for its removal unless debugging. 11909 # Note that there is a small window in which the directory will not be cleaned: 11910 # after its creation but before its name has been assigned to `$tmp'. 11499 11911 $debug || 11500 11912 { 11501 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 11913 tmp= 11914 trap 'exit_status=$? 11915 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 11916 ' 0 11502 11917 trap '{ (exit 1); exit 1; }' 1 2 13 15 11503 11918 } 11504 11505 11919 # Create a (secure) tmp directory for tmp files. 11506 11920 11507 11921 { 11508 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&11922 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 11509 11923 test -n "$tmp" && test -d "$tmp" 11510 11924 } || 11511 11925 { 11512 tmp=./conf stat$$-$RANDOM11513 (umask 077 && mkdir $tmp)11926 tmp=./conf$$-$RANDOM 11927 (umask 077 && mkdir "$tmp") 11514 11928 } || 11515 11929 { … … 11518 11932 } 11519 11933 11520 _ACEOF11521 11522 cat >>$CONFIG_STATUS <<_ACEOF11523 11524 11934 # 11525 # CONFIG_FILES section.11935 # Set up the sed scripts for CONFIG_FILES section. 11526 11936 # 11527 11937 11528 11938 # No need to generate the scripts if there are no CONFIG_FILES. 11529 11939 # This happens for instance when ./config.status config.h 11530 if test -n "\$CONFIG_FILES"; then 11531 # Protect against being on the right side of a sed subst in config.status. 11532 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 11533 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 11534 s,@SHELL@,$SHELL,;t t 11535 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 11536 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 11537 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 11538 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 11539 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 11540 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 11541 s,@exec_prefix@,$exec_prefix,;t t 11542 s,@prefix@,$prefix,;t t 11543 s,@program_transform_name@,$program_transform_name,;t t 11544 s,@bindir@,$bindir,;t t 11545 s,@sbindir@,$sbindir,;t t 11546 s,@libexecdir@,$libexecdir,;t t 11547 s,@datadir@,$datadir,;t t 11548 s,@sysconfdir@,$sysconfdir,;t t 11549 s,@sharedstatedir@,$sharedstatedir,;t t 11550 s,@localstatedir@,$localstatedir,;t t 11551 s,@libdir@,$libdir,;t t 11552 s,@includedir@,$includedir,;t t 11553 s,@oldincludedir@,$oldincludedir,;t t 11554 s,@infodir@,$infodir,;t t 11555 s,@mandir@,$mandir,;t t 11556 s,@build_alias@,$build_alias,;t t 11557 s,@host_alias@,$host_alias,;t t 11558 s,@target_alias@,$target_alias,;t t 11559 s,@DEFS@,$DEFS,;t t 11560 s,@ECHO_C@,$ECHO_C,;t t 11561 s,@ECHO_N@,$ECHO_N,;t t 11562 s,@ECHO_T@,$ECHO_T,;t t 11563 s,@LIBS@,$LIBS,;t t 11564 s,@build@,$build,;t t 11565 s,@build_cpu@,$build_cpu,;t t 11566 s,@build_vendor@,$build_vendor,;t t 11567 s,@build_os@,$build_os,;t t 11568 s,@host@,$host,;t t 11569 s,@host_cpu@,$host_cpu,;t t 11570 s,@host_vendor@,$host_vendor,;t t 11571 s,@host_os@,$host_os,;t t 11572 s,@target@,$target,;t t 11573 s,@target_cpu@,$target_cpu,;t t 11574 s,@target_vendor@,$target_vendor,;t t 11575 s,@target_os@,$target_os,;t t 11576 s,@CC@,$CC,;t t 11577 s,@CFLAGS@,$CFLAGS,;t t 11578 s,@LDFLAGS@,$LDFLAGS,;t t 11579 s,@CPPFLAGS@,$CPPFLAGS,;t t 11580 s,@ac_ct_CC@,$ac_ct_CC,;t t 11581 s,@EXEEXT@,$EXEEXT,;t t 11582 s,@OBJEXT@,$OBJEXT,;t t 11583 s,@CXX@,$CXX,;t t 11584 s,@CXXFLAGS@,$CXXFLAGS,;t t 11585 s,@ac_ct_CXX@,$ac_ct_CXX,;t t 11586 s,@ac_pjdir@,$ac_pjdir,;t t 11587 s,@CPP@,$CPP,;t t 11588 s,@EGREP@,$EGREP,;t t 11589 s,@ac_os_objs@,$ac_os_objs,;t t 11590 s,@ac_pjmedia_snd@,$ac_pjmedia_snd,;t t 11591 s,@ac_pa_cflags@,$ac_pa_cflags,;t t 11592 s,@ac_pa_use_alsa@,$ac_pa_use_alsa,;t t 11593 s,@ac_pa_use_oss@,$ac_pa_use_oss,;t t 11594 s,@ac_no_small_filter@,$ac_no_small_filter,;t t 11595 s,@ac_no_large_filter@,$ac_no_large_filter,;t t 11596 s,@ac_no_speex_aec@,$ac_no_speex_aec,;t t 11597 s,@ac_no_g711_codec@,$ac_no_g711_codec,;t t 11598 s,@ac_no_l16_codec@,$ac_no_l16_codec,;t t 11599 s,@ac_no_gsm_codec@,$ac_no_gsm_codec,;t t 11600 s,@ac_no_g722_codec@,$ac_no_g722_codec,;t t 11601 s,@ac_no_speex_codec@,$ac_no_speex_codec,;t t 11602 s,@ac_no_ilbc_codec@,$ac_no_ilbc_codec,;t t 11603 s,@ac_no_ssl@,$ac_no_ssl,;t t 11604 s,@openssl_h_present@,$openssl_h_present,;t t 11605 s,@libssl_present@,$libssl_present,;t t 11606 s,@libcrypto_present@,$libcrypto_present,;t t 11607 s,@ac_cross_compile@,$ac_cross_compile,;t t 11608 s,@ac_linux_poll@,$ac_linux_poll,;t t 11609 s,@ac_host@,$ac_host,;t t 11610 s,@ac_main_obj@,$ac_main_obj,;t t 11611 s,@LIBOBJS@,$LIBOBJS,;t t 11612 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 11613 CEOF 11614 11615 _ACEOF 11616 11617 cat >>$CONFIG_STATUS <<\_ACEOF 11618 # Split the substitutions into bite-sized pieces for seds with 11619 # small command number limits, like on Digital OSF/1 and HP-UX. 11620 ac_max_sed_lines=48 11621 ac_sed_frag=1 # Number of current file. 11622 ac_beg=1 # First line for current file. 11623 ac_end=$ac_max_sed_lines # Line after last line for current file. 11624 ac_more_lines=: 11625 ac_sed_cmds= 11626 while $ac_more_lines; do 11627 if test $ac_beg -gt 1; then 11628 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 11629 else 11630 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 11940 if test -n "$CONFIG_FILES"; then 11941 11942 _ACEOF 11943 11944 11945 11946 ac_delim='%!_!# ' 11947 for ac_last_try in false false false false false :; do 11948 cat >conf$$subs.sed <<_ACEOF 11949 SHELL!$SHELL$ac_delim 11950 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 11951 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 11952 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 11953 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 11954 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 11955 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 11956 exec_prefix!$exec_prefix$ac_delim 11957 prefix!$prefix$ac_delim 11958 program_transform_name!$program_transform_name$ac_delim 11959 bindir!$bindir$ac_delim 11960 sbindir!$sbindir$ac_delim 11961 libexecdir!$libexecdir$ac_delim 11962 datarootdir!$datarootdir$ac_delim 11963 datadir!$datadir$ac_delim 11964 sysconfdir!$sysconfdir$ac_delim 11965 sharedstatedir!$sharedstatedir$ac_delim 11966 localstatedir!$localstatedir$ac_delim 11967 includedir!$includedir$ac_delim 11968 oldincludedir!$oldincludedir$ac_delim 11969 docdir!$docdir$ac_delim 11970 infodir!$infodir$ac_delim 11971 htmldir!$htmldir$ac_delim 11972 dvidir!$dvidir$ac_delim 11973 pdfdir!$pdfdir$ac_delim 11974 psdir!$psdir$ac_delim 11975 libdir!$libdir$ac_delim 11976 localedir!$localedir$ac_delim 11977 mandir!$mandir$ac_delim 11978 DEFS!$DEFS$ac_delim 11979 ECHO_C!$ECHO_C$ac_delim 11980 ECHO_N!$ECHO_N$ac_delim 11981 ECHO_T!$ECHO_T$ac_delim 11982 LIBS!$LIBS$ac_delim 11983 build_alias!$build_alias$ac_delim 11984 host_alias!$host_alias$ac_delim 11985 target_alias!$target_alias$ac_delim 11986 build!$build$ac_delim 11987 build_cpu!$build_cpu$ac_delim 11988 build_vendor!$build_vendor$ac_delim 11989 build_os!$build_os$ac_delim 11990 host!$host$ac_delim 11991 host_cpu!$host_cpu$ac_delim 11992 host_vendor!$host_vendor$ac_delim 11993 host_os!$host_os$ac_delim 11994 target!$target$ac_delim 11995 target_cpu!$target_cpu$ac_delim 11996 target_vendor!$target_vendor$ac_delim 11997 target_os!$target_os$ac_delim 11998 CC!$CC$ac_delim 11999 CFLAGS!$CFLAGS$ac_delim 12000 LDFLAGS!$LDFLAGS$ac_delim 12001 CPPFLAGS!$CPPFLAGS$ac_delim 12002 ac_ct_CC!$ac_ct_CC$ac_delim 12003 EXEEXT!$EXEEXT$ac_delim 12004 OBJEXT!$OBJEXT$ac_delim 12005 CXX!$CXX$ac_delim 12006 CXXFLAGS!$CXXFLAGS$ac_delim 12007 ac_ct_CXX!$ac_ct_CXX$ac_delim 12008 ac_pjdir!$ac_pjdir$ac_delim 12009 ac_build_mak_vars!$ac_build_mak_vars$ac_delim 12010 CPP!$CPP$ac_delim 12011 GREP!$GREP$ac_delim 12012 EGREP!$EGREP$ac_delim 12013 ac_os_objs!$ac_os_objs$ac_delim 12014 ac_pjmedia_snd!$ac_pjmedia_snd$ac_delim 12015 ac_pa_cflags!$ac_pa_cflags$ac_delim 12016 ac_pa_use_alsa!$ac_pa_use_alsa$ac_delim 12017 ac_pa_use_oss!$ac_pa_use_oss$ac_delim 12018 ac_no_small_filter!$ac_no_small_filter$ac_delim 12019 ac_no_large_filter!$ac_no_large_filter$ac_delim 12020 ac_no_speex_aec!$ac_no_speex_aec$ac_delim 12021 ac_no_g711_codec!$ac_no_g711_codec$ac_delim 12022 ac_no_l16_codec!$ac_no_l16_codec$ac_delim 12023 ac_no_gsm_codec!$ac_no_gsm_codec$ac_delim 12024 ac_no_g722_codec!$ac_no_g722_codec$ac_delim 12025 ac_no_speex_codec!$ac_no_speex_codec$ac_delim 12026 ac_no_ilbc_codec!$ac_no_ilbc_codec$ac_delim 12027 ac_no_ssl!$ac_no_ssl$ac_delim 12028 openssl_h_present!$openssl_h_present$ac_delim 12029 libssl_present!$libssl_present$ac_delim 12030 libcrypto_present!$libcrypto_present$ac_delim 12031 ac_cross_compile!$ac_cross_compile$ac_delim 12032 ac_linux_poll!$ac_linux_poll$ac_delim 12033 ac_host!$ac_host$ac_delim 12034 ac_main_obj!$ac_main_obj$ac_delim 12035 LIBOBJS!$LIBOBJS$ac_delim 12036 LTLIBOBJS!$LTLIBOBJS$ac_delim 12037 _ACEOF 12038 12039 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then 12040 break 12041 elif $ac_last_try; then 12042 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 12043 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 12044 { (exit 1); exit 1; }; } 12045 else 12046 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 12047 fi 12048 done 12049 12050 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 12051 if test -n "$ac_eof"; then 12052 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 12053 ac_eof=`expr $ac_eof + 1` 12054 fi 12055 12056 cat >>$CONFIG_STATUS <<_ACEOF 12057 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 12058 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 12059 _ACEOF 12060 sed ' 12061 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 12062 s/^/s,@/; s/!/@,|#_!!_#|/ 12063 :n 12064 t n 12065 s/'"$ac_delim"'$/,g/; t 12066 s/$/\\/; p 12067 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 12068 ' >>$CONFIG_STATUS <conf$$subs.sed 12069 rm -f conf$$subs.sed 12070 cat >>$CONFIG_STATUS <<_ACEOF 12071 :end 12072 s/|#_!!_#|//g 12073 CEOF$ac_eof 12074 _ACEOF 12075 12076 12077 # VPATH may cause trouble with some makes, so we remove $(srcdir), 12078 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 12079 # trailing colons and then remove the whole line if VPATH becomes empty 12080 # (actually we leave an empty line to preserve line numbers). 12081 if test "x$srcdir" = x.; then 12082 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 12083 s/:*\$(srcdir):*/:/ 12084 s/:*\${srcdir}:*/:/ 12085 s/:*@srcdir@:*/:/ 12086 s/^\([^=]*=[ ]*\):*/\1/ 12087 s/:*$// 12088 s/^[^=]*=[ ]*$// 12089 }' 12090 fi 12091 12092 cat >>$CONFIG_STATUS <<\_ACEOF 12093 fi # test -n "$CONFIG_FILES" 12094 12095 12096 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS 12097 do 12098 case $ac_tag in 12099 :[FHLC]) ac_mode=$ac_tag; continue;; 12100 esac 12101 case $ac_mode$ac_tag in 12102 :[FHL]*:*);; 12103 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 12104 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 12105 { (exit 1); exit 1; }; };; 12106 :[FH]-) ac_tag=-:-;; 12107 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 12108 esac 12109 ac_save_IFS=$IFS 12110 IFS=: 12111 set x $ac_tag 12112 IFS=$ac_save_IFS 12113 shift 12114 ac_file=$1 12115 shift 12116 12117 case $ac_mode in 12118 :L) ac_source=$1;; 12119 :[FH]) 12120 ac_file_inputs= 12121 for ac_f 12122 do 12123 case $ac_f in 12124 -) ac_f="$tmp/stdin";; 12125 *) # Look for the file first in the build tree, then in the source tree 12126 # (if the path is not absolute). The absolute path cannot be DOS-style, 12127 # because $ac_f cannot contain `:'. 12128 test -f "$ac_f" || 12129 case $ac_f in 12130 [\\/$]*) false;; 12131 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 12132 esac || 12133 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 12134 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 12135 { (exit 1); exit 1; }; };; 12136 esac 12137 ac_file_inputs="$ac_file_inputs $ac_f" 12138 done 12139 12140 # Let's still pretend it is `configure' which instantiates (i.e., don't 12141 # use $as_me), people would be surprised to read: 12142 # /* config.h. Generated by config.status. */ 12143 configure_input="Generated from "`IFS=: 12144 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 12145 if test x"$ac_file" != x-; then 12146 configure_input="$ac_file. $configure_input" 12147 { echo "$as_me:$LINENO: creating $ac_file" >&5 12148 echo "$as_me: creating $ac_file" >&6;} 11631 12149 fi 11632 if test ! -s $tmp/subs.frag; then 11633 ac_more_lines=false 11634 else 11635 # The purpose of the label and of the branching condition is to 11636 # speed up the sed processing (if there are no `@' at all, there 11637 # is no need to browse any of the substitutions). 11638 # These are the two extra sed commands mentioned above. 11639 (echo ':t 11640 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 11641 if test -z "$ac_sed_cmds"; then 11642 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 11643 else 11644 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 11645 fi 11646 ac_sed_frag=`expr $ac_sed_frag + 1` 11647 ac_beg=$ac_end 11648 ac_end=`expr $ac_end + $ac_max_sed_lines` 11649 fi 11650 done 11651 if test -z "$ac_sed_cmds"; then 11652 ac_sed_cmds=cat 11653 fi 11654 fi # test -n "$CONFIG_FILES" 11655 11656 _ACEOF 11657 cat >>$CONFIG_STATUS <<\_ACEOF 11658 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 11659 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 11660 case $ac_file in 11661 - | *:- | *:-:* ) # input from stdin 11662 cat >$tmp/stdin 11663 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 11664 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 11665 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 11666 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 11667 * ) ac_file_in=$ac_file.in ;; 12150 12151 case $ac_tag in 12152 *:-:* | *:-) cat >"$tmp/stdin";; 12153 esac 12154 ;; 11668 12155 esac 11669 12156 11670 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 11671 ac_dir=`(dirname "$ac_file") 2>/dev/null || 12157 ac_dir=`$as_dirname -- "$ac_file" || 11672 12158 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 11673 12159 X"$ac_file" : 'X\(//\)[^/]' \| \ 11674 12160 X"$ac_file" : 'X\(//\)$' \| \ 11675 X"$ac_file" : 'X\(/\)' \| \ 11676 . : '\(.\)' 2>/dev/null || 12161 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 11677 12162 echo X"$ac_file" | 11678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 11679 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 11680 /^X\(\/\/\)$/{ s//\1/; q; } 11681 /^X\(\/\).*/{ s//\1/; q; } 11682 s/.*/./; q'` 11683 { if $as_mkdir_p; then 11684 mkdir -p "$ac_dir" 11685 else 11686 as_dir="$ac_dir" 12163 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12164 s//\1/ 12165 q 12166 } 12167 /^X\(\/\/\)[^/].*/{ 12168 s//\1/ 12169 q 12170 } 12171 /^X\(\/\/\)$/{ 12172 s//\1/ 12173 q 12174 } 12175 /^X\(\/\).*/{ 12176 s//\1/ 12177 q 12178 } 12179 s/.*/./; q'` 12180 { as_dir="$ac_dir" 12181 case $as_dir in #( 12182 -*) as_dir=./$as_dir;; 12183 esac 12184 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 11687 12185 as_dirs= 11688 while test ! -d "$as_dir"; do 11689 as_dirs="$as_dir $as_dirs" 11690 as_dir=`(dirname "$as_dir") 2>/dev/null || 12186 while :; do 12187 case $as_dir in #( 12188 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 12189 *) as_qdir=$as_dir;; 12190 esac 12191 as_dirs="'$as_qdir' $as_dirs" 12192 as_dir=`$as_dirname -- "$as_dir" || 11691 12193 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 11692 12194 X"$as_dir" : 'X\(//\)[^/]' \| \ 11693 12195 X"$as_dir" : 'X\(//\)$' \| \ 11694 X"$as_dir" : 'X\(/\)' \| \ 11695 . : '\(.\)' 2>/dev/null || 12196 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 11696 12197 echo X"$as_dir" | 11697 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 11698 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 11699 /^X\(\/\/\)$/{ s//\1/; q; } 11700 /^X\(\/\).*/{ s//\1/; q; } 11701 s/.*/./; q'` 12198 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12199 s//\1/ 12200 q 12201 } 12202 /^X\(\/\/\)[^/].*/{ 12203 s//\1/ 12204 q 12205 } 12206 /^X\(\/\/\)$/{ 12207 s//\1/ 12208 q 12209 } 12210 /^X\(\/\).*/{ 12211 s//\1/ 12212 q 12213 } 12214 s/.*/./; q'` 12215 test -d "$as_dir" && break 11702 12216 done 11703 test ! -n "$as_dirs" || mkdir $as_dirs11704 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&511705 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}12217 test -z "$as_dirs" || eval "mkdir $as_dirs" 12218 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 12219 echo "$as_me: error: cannot create directory $as_dir" >&2;} 11706 12220 { (exit 1); exit 1; }; }; } 11707 11708 12221 ac_builddir=. 11709 12222 11710 if test "$ac_dir" != .; then 12223 case "$ac_dir" in 12224 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 12225 *) 11711 12226 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 11712 # A "../" for each directory in $ac_dir_suffix. 11713 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 11714 else 11715 ac_dir_suffix= ac_top_builddir= 11716 fi 12227 # A ".." for each directory in $ac_dir_suffix. 12228 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 12229 case $ac_top_builddir_sub in 12230 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 12231 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 12232 esac ;; 12233 esac 12234 ac_abs_top_builddir=$ac_pwd 12235 ac_abs_builddir=$ac_pwd$ac_dir_suffix 12236 # for backward compatibility: 12237 ac_top_builddir=$ac_top_build_prefix 11717 12238 11718 12239 case $srcdir in 11719 .) # No --srcdir option.We are building in place.12240 .) # We are building in place. 11720 12241 ac_srcdir=. 11721 if test -z "$ac_top_builddir"; then 11722 ac_top_srcdir=. 11723 else 11724 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 11725 fi ;; 11726 [\\/]* | ?:[\\/]* ) # Absolute path. 12242 ac_top_srcdir=$ac_top_builddir_sub 12243 ac_abs_top_srcdir=$ac_pwd ;; 12244 [\\/]* | ?:[\\/]* ) # Absolute name. 11727 12245 ac_srcdir=$srcdir$ac_dir_suffix; 11728 ac_top_srcdir=$srcdir ;; 11729 *) # Relative path. 11730 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 11731 ac_top_srcdir=$ac_top_builddir$srcdir ;; 11732 esac 11733 11734 # Do not use `cd foo && pwd` to compute absolute paths, because 11735 # the directories may not exist. 11736 case `pwd` in 11737 .) ac_abs_builddir="$ac_dir";; 11738 *) 11739 case "$ac_dir" in 11740 .) ac_abs_builddir=`pwd`;; 11741 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 11742 *) ac_abs_builddir=`pwd`/"$ac_dir";; 11743 esac;; 11744 esac 11745 case $ac_abs_builddir in 11746 .) ac_abs_top_builddir=${ac_top_builddir}.;; 11747 *) 11748 case ${ac_top_builddir}. in 11749 .) ac_abs_top_builddir=$ac_abs_builddir;; 11750 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 11751 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 11752 esac;; 11753 esac 11754 case $ac_abs_builddir in 11755 .) ac_abs_srcdir=$ac_srcdir;; 11756 *) 11757 case $ac_srcdir in 11758 .) ac_abs_srcdir=$ac_abs_builddir;; 11759 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 11760 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 11761 esac;; 11762 esac 11763 case $ac_abs_builddir in 11764 .) ac_abs_top_srcdir=$ac_top_srcdir;; 11765 *) 11766 case $ac_top_srcdir in 11767 .) ac_abs_top_srcdir=$ac_abs_builddir;; 11768 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 11769 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 11770 esac;; 11771 esac 11772 11773 11774 11775 if test x"$ac_file" != x-; then 11776 { echo "$as_me:$LINENO: creating $ac_file" >&5 11777 echo "$as_me: creating $ac_file" >&6;} 11778 rm -f "$ac_file" 11779 fi 11780 # Let's still pretend it is `configure' which instantiates (i.e., don't 11781 # use $as_me), people would be surprised to read: 11782 # /* config.h. Generated by config.status. */ 11783 if test x"$ac_file" = x-; then 11784 configure_input= 11785 else 11786 configure_input="$ac_file. " 11787 fi 11788 configure_input=$configure_input"Generated from `echo $ac_file_in | 11789 sed 's,.*/,,'` by configure." 11790 11791 # First look for the input files in the build tree, otherwise in the 11792 # src tree. 11793 ac_file_inputs=`IFS=: 11794 for f in $ac_file_in; do 11795 case $f in 11796 -) echo $tmp/stdin ;; 11797 [\\/$]*) 11798 # Absolute (can't be DOS-style, as IFS=:) 11799 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 11800 echo "$as_me: error: cannot find input file: $f" >&2;} 11801 { (exit 1); exit 1; }; } 11802 echo "$f";; 11803 *) # Relative 11804 if test -f "$f"; then 11805 # Build tree 11806 echo "$f" 11807 elif test -f "$srcdir/$f"; then 11808 # Source tree 11809 echo "$srcdir/$f" 11810 else 11811 # /dev/null tree 11812 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 11813 echo "$as_me: error: cannot find input file: $f" >&2;} 11814 { (exit 1); exit 1; }; } 11815 fi;; 11816 esac 11817 done` || { (exit 1); exit 1; } 11818 _ACEOF 12246 ac_top_srcdir=$srcdir 12247 ac_abs_top_srcdir=$srcdir ;; 12248 *) # Relative name. 12249 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 12250 ac_top_srcdir=$ac_top_build_prefix$srcdir 12251 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 12252 esac 12253 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 12254 12255 12256 case $ac_mode in 12257 :F) 12258 # 12259 # CONFIG_FILE 12260 # 12261 12262 _ACEOF 12263 12264 cat >>$CONFIG_STATUS <<\_ACEOF 12265 # If the template does not know about datarootdir, expand it. 12266 # FIXME: This hack should be removed a few years after 2.60. 12267 ac_datarootdir_hack=; ac_datarootdir_seen= 12268 12269 case `sed -n '/datarootdir/ { 12270 p 12271 q 12272 } 12273 /@datadir@/p 12274 /@docdir@/p 12275 /@infodir@/p 12276 /@localedir@/p 12277 /@mandir@/p 12278 ' $ac_file_inputs` in 12279 *datarootdir*) ac_datarootdir_seen=yes;; 12280 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 12281 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 12282 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 12283 _ACEOF 12284 cat >>$CONFIG_STATUS <<_ACEOF 12285 ac_datarootdir_hack=' 12286 s&@datadir@&$datadir&g 12287 s&@docdir@&$docdir&g 12288 s&@infodir@&$infodir&g 12289 s&@localedir@&$localedir&g 12290 s&@mandir@&$mandir&g 12291 s&\\\${datarootdir}&$datarootdir&g' ;; 12292 esac 12293 _ACEOF 12294 12295 # Neutralize VPATH when `$srcdir' = `.'. 12296 # Shell code in configure.ac might set extrasub. 12297 # FIXME: do we really want to maintain this feature? 11819 12298 cat >>$CONFIG_STATUS <<_ACEOF 11820 12299 sed "$ac_vpsub … … 11824 12303 :t 11825 12304 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 11826 s,@configure_input@,$configure_input,;t t 11827 s,@srcdir@,$ac_srcdir,;t t 11828 s,@abs_srcdir@,$ac_abs_srcdir,;t t 11829 s,@top_srcdir@,$ac_top_srcdir,;t t 11830 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 11831 s,@builddir@,$ac_builddir,;t t 11832 s,@abs_builddir@,$ac_abs_builddir,;t t 11833 s,@top_builddir@,$ac_top_builddir,;t t 11834 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 11835 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 11836 rm -f $tmp/stdin 11837 if test x"$ac_file" != x-; then 11838 mv $tmp/out $ac_file 11839 else 11840 cat $tmp/out 11841 rm -f $tmp/out 11842 fi 11843 11844 done 11845 _ACEOF 11846 cat >>$CONFIG_STATUS <<\_ACEOF 11847 11848 # 11849 # CONFIG_HEADER section. 11850 # 11851 11852 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 11853 # NAME is the cpp macro being defined and VALUE is the value it is being given. 11854 # 11855 # ac_d sets the value in "#define NAME VALUE" lines. 11856 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 11857 ac_dB='[ ].*$,\1#\2' 12305 s&@configure_input@&$configure_input&;t t 12306 s&@top_builddir@&$ac_top_builddir_sub&;t t 12307 s&@srcdir@&$ac_srcdir&;t t 12308 s&@abs_srcdir@&$ac_abs_srcdir&;t t 12309 s&@top_srcdir@&$ac_top_srcdir&;t t 12310 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 12311 s&@builddir@&$ac_builddir&;t t 12312 s&@abs_builddir@&$ac_abs_builddir&;t t 12313 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 12314 $ac_datarootdir_hack 12315 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 12316 12317 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 12318 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 12319 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 12320 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12321 which seems to be undefined. Please make sure it is defined." >&5 12322 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12323 which seems to be undefined. Please make sure it is defined." >&2;} 12324 12325 rm -f "$tmp/stdin" 12326 case $ac_file in 12327 -) cat "$tmp/out"; rm -f "$tmp/out";; 12328 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 12329 esac 12330 ;; 12331 :H) 12332 # 12333 # CONFIG_HEADER 12334 # 12335 _ACEOF 12336 12337 # Transform confdefs.h into a sed script `conftest.defines', that 12338 # substitutes the proper values into config.h.in to produce config.h. 12339 rm -f conftest.defines conftest.tail 12340 # First, append a space to every undef/define line, to ease matching. 12341 echo 's/$/ /' >conftest.defines 12342 # Then, protect against being on the right side of a sed subst, or in 12343 # an unquoted here document, in config.status. If some macros were 12344 # called several times there might be several #defines for the same 12345 # symbol, which is useless. But do not sort them, since the last 12346 # AC_DEFINE must be honored. 12347 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 12348 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 12349 # NAME is the cpp macro being defined, VALUE is the value it is being given. 12350 # PARAMS is the parameter list in the macro definition--in most cases, it's 12351 # just an empty string. 12352 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 12353 ac_dB='\\)[ (].*,\\1define\\2' 11858 12354 ac_dC=' ' 11859 ac_dD=',;t' 11860 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 11861 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 11862 ac_uB='$,\1#\2define\3' 11863 ac_uC=' ' 11864 ac_uD=',;t' 11865 11866 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 11867 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 11868 case $ac_file in 11869 - | *:- | *:-:* ) # input from stdin 11870 cat >$tmp/stdin 11871 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 11872 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 11873 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 11874 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 11875 * ) ac_file_in=$ac_file.in ;; 11876 esac 11877 11878 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 11879 echo "$as_me: creating $ac_file" >&6;} 11880 11881 # First look for the input files in the build tree, otherwise in the 11882 # src tree. 11883 ac_file_inputs=`IFS=: 11884 for f in $ac_file_in; do 11885 case $f in 11886 -) echo $tmp/stdin ;; 11887 [\\/$]*) 11888 # Absolute (can't be DOS-style, as IFS=:) 11889 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 11890 echo "$as_me: error: cannot find input file: $f" >&2;} 11891 { (exit 1); exit 1; }; } 11892 # Do quote $f, to prevent DOS paths from being IFS'd. 11893 echo "$f";; 11894 *) # Relative 11895 if test -f "$f"; then 11896 # Build tree 11897 echo "$f" 11898 elif test -f "$srcdir/$f"; then 11899 # Source tree 11900 echo "$srcdir/$f" 11901 else 11902 # /dev/null tree 11903 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 11904 echo "$as_me: error: cannot find input file: $f" >&2;} 11905 { (exit 1); exit 1; }; } 11906 fi;; 11907 esac 11908 done` || { (exit 1); exit 1; } 11909 # Remove the trailing spaces. 11910 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 11911 11912 _ACEOF 11913 11914 # Transform confdefs.h into two sed scripts, `conftest.defines' and 11915 # `conftest.undefs', that substitutes the proper values into 11916 # config.h.in to produce config.h. The first handles `#define' 11917 # templates, and the second `#undef' templates. 11918 # And first: Protect against being on the right side of a sed subst in 11919 # config.status. Protect against being in an unquoted here document 11920 # in config.status. 11921 rm -f conftest.defines conftest.undefs 11922 # Using a here document instead of a string reduces the quoting nightmare. 11923 # Putting comments in sed scripts is not portable. 11924 # 11925 # `end' is used to avoid that the second main sed command (meant for 11926 # 0-ary CPP macros) applies to n-ary macro definitions. 11927 # See the Autoconf documentation for `clear'. 11928 cat >confdef2sed.sed <<\_ACEOF 11929 s/[\\&,]/\\&/g 11930 s,[\\$`],\\&,g 11931 t clear 11932 : clear 11933 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 11934 t end 11935 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 11936 : end 11937 _ACEOF 11938 # If some macros were called several times there might be several times 11939 # the same #defines, which is useless. Nevertheless, we may not want to 11940 # sort them, since we want the *last* AC-DEFINE to be honored. 11941 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 11942 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 11943 rm -f confdef2sed.sed 11944 11945 # This sed command replaces #undef with comments. This is necessary, for 12355 ac_dD=' ,' 12356 12357 uniq confdefs.h | 12358 sed -n ' 12359 t rset 12360 :rset 12361 s/^[ ]*#[ ]*define[ ][ ]*// 12362 t ok 12363 d 12364 :ok 12365 s/[\\&,]/\\&/g 12366 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 12367 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 12368 ' >>conftest.defines 12369 12370 # Remove the space that was appended to ease matching. 12371 # Then replace #undef with comments. This is necessary, for 11946 12372 # example, in the case of _POSIX_SOURCE, which is predefined and required 11947 12373 # on some systems where configure will not decide to define it. 11948 cat >>conftest.undefs <<\_ACEOF 11949 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 11950 _ACEOF 11951 11952 # Break up conftest.defines because some shells have a limit on the size 11953 # of here documents, and old seds have small limits too (100 cmds). 11954 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 11955 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 11956 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 11957 echo ' :' >>$CONFIG_STATUS 11958 rm -f conftest.tail 11959 while grep . conftest.defines >/dev/null 12374 # (The regexp can be short, since the line contains either #define or #undef.) 12375 echo 's/ $// 12376 s,^[ #]*u.*,/* & */,' >>conftest.defines 12377 12378 # Break up conftest.defines: 12379 ac_max_sed_lines=50 12380 12381 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 12382 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 12383 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 12384 # et cetera. 12385 ac_in='$ac_file_inputs' 12386 ac_out='"$tmp/out1"' 12387 ac_nxt='"$tmp/out2"' 12388 12389 while : 11960 12390 do 11961 # Write a limited-size here document to $tmp/defines.sed. 11962 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 11963 # Speed up: don't consider the non `#define' lines. 11964 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 11965 # Work around the forget-to-reset-the-flag bug. 11966 echo 't clr' >>$CONFIG_STATUS 11967 echo ': clr' >>$CONFIG_STATUS 11968 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 12391 # Write a here document: 12392 cat >>$CONFIG_STATUS <<_ACEOF 12393 # First, check the format of the line: 12394 cat >"\$tmp/defines.sed" <<\\CEOF 12395 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 12396 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 12397 b 12398 :def 12399 _ACEOF 12400 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 11969 12401 echo 'CEOF 11970 sed -f $tmp/defines.sed $tmp/in >$tmp/out 11971 rm -f $tmp/in 11972 mv $tmp/out $tmp/in 11973 ' >>$CONFIG_STATUS 11974 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 12402 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 12403 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 12404 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 12405 grep . conftest.tail >/dev/null || break 11975 12406 rm -f conftest.defines 11976 12407 mv conftest.tail conftest.defines 11977 12408 done 11978 rm -f conftest.defines 11979 echo ' fi # grep' >>$CONFIG_STATUS 11980 echo >>$CONFIG_STATUS 11981 11982 # Break up conftest.undefs because some shells have a limit on the size 11983 # of here documents, and old seds have small limits too (100 cmds). 11984 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 11985 rm -f conftest.tail 11986 while grep . conftest.undefs >/dev/null 11987 do 11988 # Write a limited-size here document to $tmp/undefs.sed. 11989 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 11990 # Speed up: don't consider the non `#undef' 11991 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 11992 # Work around the forget-to-reset-the-flag bug. 11993 echo 't clr' >>$CONFIG_STATUS 11994 echo ': clr' >>$CONFIG_STATUS 11995 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 11996 echo 'CEOF 11997 sed -f $tmp/undefs.sed $tmp/in >$tmp/out 11998 rm -f $tmp/in 11999 mv $tmp/out $tmp/in 12000 ' >>$CONFIG_STATUS 12001 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 12002 rm -f conftest.undefs 12003 mv conftest.tail conftest.undefs 12004 done 12005 rm -f conftest.undefs 12006 12409 rm -f conftest.defines conftest.tail 12410 12411 echo "ac_result=$ac_in" >>$CONFIG_STATUS 12007 12412 cat >>$CONFIG_STATUS <<\_ACEOF 12008 # Let's still pretend it is `configure' which instantiates (i.e., don't12009 # use $as_me), people would be surprised to read:12010 # /* config.h. Generated by config.status. */12011 if test x"$ac_file" = x-; then12012 echo "/* Generated by configure. */" >$tmp/config.h12013 else12014 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h12015 fi12016 cat $tmp/in >>$tmp/config.h12017 rm -f $tmp/in12018 12413 if test x"$ac_file" != x-; then 12019 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 12414 echo "/* $configure_input */" >"$tmp/config.h" 12415 cat "$ac_result" >>"$tmp/config.h" 12416 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 12020 12417 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 12021 12418 echo "$as_me: $ac_file is unchanged" >&6;} 12022 12419 else 12023 ac_dir=`(dirname "$ac_file") 2>/dev/null ||12024 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \12025 X"$ac_file" : 'X\(//\)[^/]' \| \12026 X"$ac_file" : 'X\(//\)$' \| \12027 X"$ac_file" : 'X\(/\)' \| \12028 . : '\(.\)' 2>/dev/null ||12029 echo X"$ac_file" |12030 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }12031 /^X\(\/\/\)[^/].*/{ s//\1/; q; }12032 /^X\(\/\/\)$/{ s//\1/; q; }12033 /^X\(\/\).*/{ s//\1/; q; }12034 s/.*/./; q'`12035 { if $as_mkdir_p; then12036 mkdir -p "$ac_dir"12037 else12038 as_dir="$ac_dir"12039 as_dirs=12040 while test ! -d "$as_dir"; do12041 as_dirs="$as_dir $as_dirs"12042 as_dir=`(dirname "$as_dir") 2>/dev/null ||12043 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \12044 X"$as_dir" : 'X\(//\)[^/]' \| \12045 X"$as_dir" : 'X\(//\)$' \| \12046 X"$as_dir" : 'X\(/\)' \| \12047 . : '\(.\)' 2>/dev/null ||12048 echo X"$as_dir" |12049 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }12050 /^X\(\/\/\)[^/].*/{ s//\1/; q; }12051 /^X\(\/\/\)$/{ s//\1/; q; }12052 /^X\(\/\).*/{ s//\1/; q; }12053 s/.*/./; q'`12054 done12055 test ! -n "$as_dirs" || mkdir $as_dirs12056 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&512057 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}12058 { (exit 1); exit 1; }; }; }12059 12060 12420 rm -f $ac_file 12061 mv $tmp/config.h$ac_file12421 mv "$tmp/config.h" $ac_file 12062 12422 fi 12063 12423 else 12064 cat $tmp/config.h12065 rm -f $tmp/config.h12424 echo "/* $configure_input */" 12425 cat "$ac_result" 12066 12426 fi 12067 done 12068 _ACEOF 12069 12070 cat >>$CONFIG_STATUS <<\_ACEOF 12427 rm -f "$tmp/out12" 12428 ;; 12429 12430 12431 esac 12432 12433 done # for ac_tag 12434 12071 12435 12072 12436 { (exit 0); exit 0; } … … 12099 12463 12100 12464 12101 echo "$as_me:$LINENO: result:12465 { echo "$as_me:$LINENO: result: 12102 12466 12103 12467 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. … … 12118 12482 12119 12483 The next step now is to run 'make dep' and 'make'. 12120 " >&6 12121 12484 " >&6; } 12485
Note: See TracChangeset
for help on using the changeset viewer.