| 262 | | @@ -1611,6 +1629,7 @@ |
|---|
| 263 | | CFLAGS C compiler flags |
|---|
| 264 | | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
|---|
| 265 | | nonstandard directory <lib dir> |
|---|
| 266 | | + LIBS libraries to pass to the linker, e.g. -l<library> |
|---|
| 267 | | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
|---|
| 268 | | you have headers in a nonstandard directory <include dir> |
|---|
| 269 | | CPP C preprocessor |
|---|
| 270 | | @@ -1679,7 +1698,7 @@ |
|---|
| 271 | | if $ac_init_version; then |
|---|
| 272 | | cat <<\_ACEOF |
|---|
| 273 | | configure |
|---|
| 274 | | -generated by GNU Autoconf 2.60 |
|---|
| 275 | | +generated by GNU Autoconf 2.61 |
|---|
| 276 | | |
|---|
| 277 | | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
|---|
| 278 | | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
|---|
| 279 | | @@ -1693,7 +1712,7 @@ |
|---|
| 280 | | running configure, to aid debugging if configure makes a mistake. |
|---|
| 281 | | |
|---|
| 282 | | It was created by $as_me, which was |
|---|
| 283 | | -generated by GNU Autoconf 2.60. Invocation command line was |
|---|
| 284 | | +generated by GNU Autoconf 2.61. Invocation command line was |
|---|
| 285 | | |
|---|
| 286 | | $ $0 $@ |
|---|
| 287 | | |
|---|
| 288 | | @@ -3924,7 +3943,7 @@ |
|---|
| 289 | | IFS=$as_save_IFS |
|---|
| 290 | | test -z "$as_dir" && as_dir=. |
|---|
| 291 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 292 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 293 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 294 | | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
|---|
| 295 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 296 | | break 2 |
|---|
| 297 | | @@ -3964,7 +3983,7 @@ |
|---|
| 298 | | IFS=$as_save_IFS |
|---|
| 299 | | test -z "$as_dir" && as_dir=. |
|---|
| 300 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 301 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 302 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 303 | | ac_cv_prog_ac_ct_CC="gcc" |
|---|
| 304 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 305 | | break 2 |
|---|
| 306 | | @@ -4021,7 +4040,7 @@ |
|---|
| 307 | | IFS=$as_save_IFS |
|---|
| 308 | | test -z "$as_dir" && as_dir=. |
|---|
| 309 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 310 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 311 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 312 | | ac_cv_prog_CC="${ac_tool_prefix}cc" |
|---|
| 313 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 314 | | break 2 |
|---|
| 315 | | @@ -4062,7 +4081,7 @@ |
|---|
| 316 | | IFS=$as_save_IFS |
|---|
| 317 | | test -z "$as_dir" && as_dir=. |
|---|
| 318 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 319 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 320 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 321 | | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
|---|
| 322 | | ac_prog_rejected=yes |
|---|
| 323 | | continue |
|---|
| 324 | | @@ -4120,7 +4139,7 @@ |
|---|
| 325 | | IFS=$as_save_IFS |
|---|
| 326 | | test -z "$as_dir" && as_dir=. |
|---|
| 327 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 328 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 329 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 330 | | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
|---|
| 331 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 332 | | break 2 |
|---|
| 333 | | @@ -4164,7 +4183,7 @@ |
|---|
| 334 | | IFS=$as_save_IFS |
|---|
| 335 | | test -z "$as_dir" && as_dir=. |
|---|
| 336 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 337 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 338 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 339 | | ac_cv_prog_ac_ct_CC="$ac_prog" |
|---|
| 340 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 341 | | break 2 |
|---|
| 342 | | @@ -4305,7 +4324,7 @@ |
|---|
| 343 | | # in a Makefile. We should not override ac_cv_exeext if it was cached, |
|---|
| 344 | | # so that the user can short-circuit this test for compilers unknown to |
|---|
| 345 | | # Autoconf. |
|---|
| 346 | | -for ac_file in $ac_files |
|---|
| 347 | | +for ac_file in $ac_files '' |
|---|
| 348 | | do |
|---|
| 349 | | test -f "$ac_file" || continue |
|---|
| 350 | | case $ac_file in |
|---|
| 351 | | @@ -4333,6 +4352,12 @@ |
|---|
| 352 | | test "$ac_cv_exeext" = no && ac_cv_exeext= |
|---|
| 353 | | |
|---|
| 354 | | else |
|---|
| 355 | | + ac_file='' |
|---|
| 356 | | +fi |
|---|
| 357 | | + |
|---|
| 358 | | +{ echo "$as_me:$LINENO: result: $ac_file" >&5 |
|---|
| 359 | | +echo "${ECHO_T}$ac_file" >&6; } |
|---|
| 360 | | +if test -z "$ac_file"; then |
|---|
| 361 | | echo "$as_me: failed program was:" >&5 |
|---|
| 362 | | sed 's/^/| /' conftest.$ac_ext >&5 |
|---|
| 363 | | |
|---|
| 364 | | @@ -4344,8 +4369,6 @@ |
|---|
| 365 | | fi |
|---|
| 366 | | |
|---|
| 367 | | ac_exeext=$ac_cv_exeext |
|---|
| 368 | | -{ echo "$as_me:$LINENO: result: $ac_file" >&5 |
|---|
| 369 | | -echo "${ECHO_T}$ac_file" >&6; } |
|---|
| 370 | | |
|---|
| 371 | | # Check that the compiler produces executables we can run. If not, either |
|---|
| 372 | | # the compiler is broken, or we cross compile. |
|---|
| 373 | | @@ -4523,27 +4546,10 @@ |
|---|
| 374 | | rm -f conftest.er1 |
|---|
| 375 | | cat conftest.err >&5 |
|---|
| 376 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 377 | | - (exit $ac_status); } && |
|---|
| 378 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 379 | | - { (case "(($ac_try" in |
|---|
| 380 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 381 | | - *) ac_try_echo=$ac_try;; |
|---|
| 382 | | -esac |
|---|
| 383 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 384 | | - (eval "$ac_try") 2>&5 |
|---|
| 385 | | - ac_status=$? |
|---|
| 386 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 387 | | - (exit $ac_status); }; } && |
|---|
| 388 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 389 | | - { (case "(($ac_try" in |
|---|
| 390 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 391 | | - *) ac_try_echo=$ac_try;; |
|---|
| 392 | | -esac |
|---|
| 393 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 394 | | - (eval "$ac_try") 2>&5 |
|---|
| 395 | | - ac_status=$? |
|---|
| 396 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 397 | | - (exit $ac_status); }; }; then |
|---|
| 398 | | + (exit $ac_status); } && { |
|---|
| 399 | | + test -z "$ac_c_werror_flag" || |
|---|
| 400 | | + test ! -s conftest.err |
|---|
| 401 | | + } && test -s conftest.$ac_objext; then |
|---|
| 402 | | ac_compiler_gnu=yes |
|---|
| 403 | | else |
|---|
| 404 | | echo "$as_me: failed program was:" >&5 |
|---|
| 405 | | @@ -4598,27 +4604,10 @@ |
|---|
| 406 | | rm -f conftest.er1 |
|---|
| 407 | | cat conftest.err >&5 |
|---|
| 408 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 409 | | - (exit $ac_status); } && |
|---|
| 410 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 411 | | - { (case "(($ac_try" in |
|---|
| 412 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 413 | | - *) ac_try_echo=$ac_try;; |
|---|
| 414 | | -esac |
|---|
| 415 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 416 | | - (eval "$ac_try") 2>&5 |
|---|
| 417 | | - ac_status=$? |
|---|
| 418 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 419 | | - (exit $ac_status); }; } && |
|---|
| 420 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 421 | | - { (case "(($ac_try" in |
|---|
| 422 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 423 | | - *) ac_try_echo=$ac_try;; |
|---|
| 424 | | -esac |
|---|
| 425 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 426 | | - (eval "$ac_try") 2>&5 |
|---|
| 427 | | - ac_status=$? |
|---|
| 428 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 429 | | - (exit $ac_status); }; }; then |
|---|
| 430 | | + (exit $ac_status); } && { |
|---|
| 431 | | + test -z "$ac_c_werror_flag" || |
|---|
| 432 | | + test ! -s conftest.err |
|---|
| 433 | | + } && test -s conftest.$ac_objext; then |
|---|
| 434 | | ac_cv_prog_cc_g=yes |
|---|
| 435 | | else |
|---|
| 436 | | echo "$as_me: failed program was:" >&5 |
|---|
| 437 | | @@ -4653,27 +4642,10 @@ |
|---|
| 438 | | rm -f conftest.er1 |
|---|
| 439 | | cat conftest.err >&5 |
|---|
| 440 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 441 | | - (exit $ac_status); } && |
|---|
| 442 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 443 | | - { (case "(($ac_try" in |
|---|
| 444 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 445 | | - *) ac_try_echo=$ac_try;; |
|---|
| 446 | | -esac |
|---|
| 447 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 448 | | - (eval "$ac_try") 2>&5 |
|---|
| 449 | | - ac_status=$? |
|---|
| 450 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 451 | | - (exit $ac_status); }; } && |
|---|
| 452 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 453 | | - { (case "(($ac_try" in |
|---|
| 454 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 455 | | - *) ac_try_echo=$ac_try;; |
|---|
| 456 | | -esac |
|---|
| 457 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 458 | | - (eval "$ac_try") 2>&5 |
|---|
| 459 | | - ac_status=$? |
|---|
| 460 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 461 | | - (exit $ac_status); }; }; then |
|---|
| 462 | | + (exit $ac_status); } && { |
|---|
| 463 | | + test -z "$ac_c_werror_flag" || |
|---|
| 464 | | + test ! -s conftest.err |
|---|
| 465 | | + } && test -s conftest.$ac_objext; then |
|---|
| 466 | | : |
|---|
| 467 | | else |
|---|
| 468 | | echo "$as_me: failed program was:" >&5 |
|---|
| 469 | | @@ -4709,27 +4681,10 @@ |
|---|
| 470 | | rm -f conftest.er1 |
|---|
| 471 | | cat conftest.err >&5 |
|---|
| 472 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 473 | | - (exit $ac_status); } && |
|---|
| 474 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 475 | | - { (case "(($ac_try" in |
|---|
| 476 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 477 | | - *) ac_try_echo=$ac_try;; |
|---|
| 478 | | -esac |
|---|
| 479 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 480 | | - (eval "$ac_try") 2>&5 |
|---|
| 481 | | - ac_status=$? |
|---|
| 482 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 483 | | - (exit $ac_status); }; } && |
|---|
| 484 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 485 | | - { (case "(($ac_try" in |
|---|
| 486 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 487 | | - *) ac_try_echo=$ac_try;; |
|---|
| 488 | | -esac |
|---|
| 489 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 490 | | - (eval "$ac_try") 2>&5 |
|---|
| 491 | | - ac_status=$? |
|---|
| 492 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 493 | | - (exit $ac_status); }; }; then |
|---|
| 494 | | + (exit $ac_status); } && { |
|---|
| 495 | | + test -z "$ac_c_werror_flag" || |
|---|
| 496 | | + test ! -s conftest.err |
|---|
| 497 | | + } && test -s conftest.$ac_objext; then |
|---|
| 498 | | ac_cv_prog_cc_g=yes |
|---|
| 499 | | else |
|---|
| 500 | | echo "$as_me: failed program was:" >&5 |
|---|
| 501 | | @@ -4845,27 +4800,10 @@ |
|---|
| 502 | | rm -f conftest.er1 |
|---|
| 503 | | cat conftest.err >&5 |
|---|
| 504 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 505 | | - (exit $ac_status); } && |
|---|
| 506 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 507 | | - { (case "(($ac_try" in |
|---|
| 508 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 509 | | - *) ac_try_echo=$ac_try;; |
|---|
| 510 | | -esac |
|---|
| 511 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 512 | | - (eval "$ac_try") 2>&5 |
|---|
| 513 | | - ac_status=$? |
|---|
| 514 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 515 | | - (exit $ac_status); }; } && |
|---|
| 516 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 517 | | - { (case "(($ac_try" in |
|---|
| 518 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 519 | | - *) ac_try_echo=$ac_try;; |
|---|
| 520 | | -esac |
|---|
| 521 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 522 | | - (eval "$ac_try") 2>&5 |
|---|
| 523 | | - ac_status=$? |
|---|
| 524 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 525 | | - (exit $ac_status); }; }; then |
|---|
| 526 | | + (exit $ac_status); } && { |
|---|
| 527 | | + test -z "$ac_c_werror_flag" || |
|---|
| 528 | | + test ! -s conftest.err |
|---|
| 529 | | + } && test -s conftest.$ac_objext; then |
|---|
| 530 | | ac_cv_prog_cc_c89=$ac_arg |
|---|
| 531 | | else |
|---|
| 532 | | echo "$as_me: failed program was:" >&5 |
|---|
| 533 | | @@ -4954,17 +4892,10 @@ |
|---|
| 534 | | rm -f conftest.er1 |
|---|
| 535 | | cat conftest.err >&5 |
|---|
| 536 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 537 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 538 | | - if test -s conftest.err; then |
|---|
| 539 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 540 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 541 | | - else |
|---|
| 542 | | - ac_cpp_err= |
|---|
| 543 | | - fi |
|---|
| 544 | | -else |
|---|
| 545 | | - ac_cpp_err=yes |
|---|
| 546 | | -fi |
|---|
| 547 | | -if test -z "$ac_cpp_err"; then |
|---|
| 548 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 549 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 550 | | + test ! -s conftest.err |
|---|
| 551 | | + }; then |
|---|
| 552 | | : |
|---|
| 553 | | else |
|---|
| 554 | | echo "$as_me: failed program was:" >&5 |
|---|
| 555 | | @@ -4998,17 +4929,10 @@ |
|---|
| 556 | | rm -f conftest.er1 |
|---|
| 557 | | cat conftest.err >&5 |
|---|
| 558 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 559 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 560 | | - if test -s conftest.err; then |
|---|
| 561 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 562 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 563 | | - else |
|---|
| 564 | | - ac_cpp_err= |
|---|
| 565 | | - fi |
|---|
| 566 | | -else |
|---|
| 567 | | - ac_cpp_err=yes |
|---|
| 568 | | -fi |
|---|
| 569 | | -if test -z "$ac_cpp_err"; then |
|---|
| 570 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 571 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 572 | | + test ! -s conftest.err |
|---|
| 573 | | + }; then |
|---|
| 574 | | # Broken: success on invalid input. |
|---|
| 575 | | continue |
|---|
| 576 | | else |
|---|
| 577 | | @@ -5073,17 +4997,10 @@ |
|---|
| 578 | | rm -f conftest.er1 |
|---|
| 579 | | cat conftest.err >&5 |
|---|
| 580 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 581 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 582 | | - if test -s conftest.err; then |
|---|
| 583 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 584 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 585 | | - else |
|---|
| 586 | | - ac_cpp_err= |
|---|
| 587 | | - fi |
|---|
| 588 | | -else |
|---|
| 589 | | - ac_cpp_err=yes |
|---|
| 590 | | -fi |
|---|
| 591 | | -if test -z "$ac_cpp_err"; then |
|---|
| 592 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 593 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 594 | | + test ! -s conftest.err |
|---|
| 595 | | + }; then |
|---|
| 596 | | : |
|---|
| 597 | | else |
|---|
| 598 | | echo "$as_me: failed program was:" >&5 |
|---|
| 599 | | @@ -5117,17 +5034,10 @@ |
|---|
| 600 | | rm -f conftest.er1 |
|---|
| 601 | | cat conftest.err >&5 |
|---|
| 602 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 603 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 604 | | - if test -s conftest.err; then |
|---|
| 605 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 606 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 607 | | - else |
|---|
| 608 | | - ac_cpp_err= |
|---|
| 609 | | - fi |
|---|
| 610 | | -else |
|---|
| 611 | | - ac_cpp_err=yes |
|---|
| 612 | | -fi |
|---|
| 613 | | -if test -z "$ac_cpp_err"; then |
|---|
| 614 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 615 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 616 | | + test ! -s conftest.err |
|---|
| 617 | | + }; then |
|---|
| 618 | | # Broken: success on invalid input. |
|---|
| 619 | | continue |
|---|
| 620 | | else |
|---|
| 621 | | @@ -5196,7 +5106,7 @@ |
|---|
| 622 | | IFS=$as_save_IFS |
|---|
| 623 | | test -z "$as_dir" && as_dir=. |
|---|
| 624 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 625 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 626 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 627 | | ac_cv_path_PCRE_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
|---|
| 628 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 629 | | break 2 |
|---|
| 630 | | @@ -5740,7 +5650,7 @@ |
|---|
| 631 | | IFS=$as_save_IFS |
|---|
| 632 | | test -z "$as_dir" && as_dir=. |
|---|
| 633 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 634 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 635 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 636 | | ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext" |
|---|
| 637 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 638 | | break 2 |
|---|
| 639 | | @@ -5780,7 +5690,7 @@ |
|---|
| 640 | | IFS=$as_save_IFS |
|---|
| 641 | | test -z "$as_dir" && as_dir=. |
|---|
| 642 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 643 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 644 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 645 | | ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext" |
|---|
| 646 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 647 | | break 2 |
|---|
| 648 | | @@ -5820,7 +5730,7 @@ |
|---|
| 649 | | IFS=$as_save_IFS |
|---|
| 650 | | test -z "$as_dir" && as_dir=. |
|---|
| 651 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 652 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 653 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 654 | | ac_cv_path_RSYNC="$as_dir/$ac_word$ac_exec_ext" |
|---|
| 655 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 656 | | break 2 |
|---|
| 657 | | @@ -5860,7 +5770,7 @@ |
|---|
| 658 | | IFS=$as_save_IFS |
|---|
| 659 | | test -z "$as_dir" && as_dir=. |
|---|
| 660 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 661 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 662 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 663 | | ac_cv_prog_AWK="$ac_prog" |
|---|
| 664 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 665 | | break 2 |
|---|
| 666 | | @@ -5912,7 +5822,7 @@ |
|---|
| 667 | | IFS=$as_save_IFS |
|---|
| 668 | | test -z "$as_dir" && as_dir=. |
|---|
| 669 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 670 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 671 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 672 | | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
|---|
| 673 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 674 | | break 2 |
|---|
| 675 | | @@ -5952,7 +5862,7 @@ |
|---|
| 676 | | IFS=$as_save_IFS |
|---|
| 677 | | test -z "$as_dir" && as_dir=. |
|---|
| 678 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 679 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 680 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 681 | | ac_cv_prog_ac_ct_RANLIB="ranlib" |
|---|
| 682 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 683 | | break 2 |
|---|
| 684 | | @@ -6009,7 +5919,7 @@ |
|---|
| 685 | | IFS=$as_save_IFS |
|---|
| 686 | | test -z "$as_dir" && as_dir=. |
|---|
| 687 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 688 | | - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 689 | | + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 690 | | ac_cv_prog_LYNX_PATH="$ac_prog" |
|---|
| 691 | | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 692 | | break 2 |
|---|
| 693 | | @@ -6070,7 +5980,7 @@ |
|---|
| 694 | | for ac_prog in grep ggrep; do |
|---|
| 695 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 696 | | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
|---|
| 697 | | - { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue |
|---|
| 698 | | + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
|---|
| 699 | | # Check for GNU ac_path_GREP and select it if it is found. |
|---|
| 700 | | # Check for GNU $ac_path_GREP |
|---|
| 701 | | case `"$ac_path_GREP" --version 2>&1` in |
|---|
| 702 | | @@ -6152,7 +6062,7 @@ |
|---|
| 703 | | for ac_prog in egrep; do |
|---|
| 704 | | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 705 | | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
|---|
| 706 | | - { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue |
|---|
| 707 | | + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
|---|
| 708 | | # Check for GNU ac_path_EGREP and select it if it is found. |
|---|
| 709 | | # Check for GNU $ac_path_EGREP |
|---|
| 710 | | case `"$ac_path_EGREP" --version 2>&1` in |
|---|
| 711 | | @@ -6288,27 +6198,11 @@ |
|---|
| 712 | | rm -f conftest.er1 |
|---|
| 713 | | cat conftest.err >&5 |
|---|
| 714 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 715 | | - (exit $ac_status); } && |
|---|
| 716 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 717 | | - { (case "(($ac_try" in |
|---|
| 718 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 719 | | - *) ac_try_echo=$ac_try;; |
|---|
| 720 | | -esac |
|---|
| 721 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 722 | | - (eval "$ac_try") 2>&5 |
|---|
| 723 | | - ac_status=$? |
|---|
| 724 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 725 | | - (exit $ac_status); }; } && |
|---|
| 726 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 727 | | - { (case "(($ac_try" in |
|---|
| 728 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 729 | | - *) ac_try_echo=$ac_try;; |
|---|
| 730 | | -esac |
|---|
| 731 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 732 | | - (eval "$ac_try") 2>&5 |
|---|
| 733 | | - ac_status=$? |
|---|
| 734 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 735 | | - (exit $ac_status); }; }; then |
|---|
| 736 | | + (exit $ac_status); } && { |
|---|
| 737 | | + test -z "$ac_c_werror_flag" || |
|---|
| 738 | | + test ! -s conftest.err |
|---|
| 739 | | + } && test -s conftest$ac_exeext && |
|---|
| 740 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 741 | | ac_cv_search_strerror=$ac_res |
|---|
| 742 | | else |
|---|
| 743 | | echo "$as_me: failed program was:" >&5 |
|---|
| 744 | | @@ -6317,7 +6211,7 @@ |
|---|
| 745 | | |
|---|
| 746 | | fi |
|---|
| 747 | | |
|---|
| 748 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 749 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 750 | | conftest$ac_exeext |
|---|
| 751 | | if test "${ac_cv_search_strerror+set}" = set; then |
|---|
| 752 | | break |
|---|
| 753 | | @@ -6376,27 +6270,10 @@ |
|---|
| 754 | | rm -f conftest.er1 |
|---|
| 755 | | cat conftest.err >&5 |
|---|
| 756 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 757 | | - (exit $ac_status); } && |
|---|
| 758 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 759 | | - { (case "(($ac_try" in |
|---|
| 760 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 761 | | - *) ac_try_echo=$ac_try;; |
|---|
| 762 | | -esac |
|---|
| 763 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 764 | | - (eval "$ac_try") 2>&5 |
|---|
| 765 | | - ac_status=$? |
|---|
| 766 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 767 | | - (exit $ac_status); }; } && |
|---|
| 768 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 769 | | - { (case "(($ac_try" in |
|---|
| 770 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 771 | | - *) ac_try_echo=$ac_try;; |
|---|
| 772 | | -esac |
|---|
| 773 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 774 | | - (eval "$ac_try") 2>&5 |
|---|
| 775 | | - ac_status=$? |
|---|
| 776 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 777 | | - (exit $ac_status); }; }; then |
|---|
| 778 | | + (exit $ac_status); } && { |
|---|
| 779 | | + test -z "$ac_c_werror_flag" || |
|---|
| 780 | | + test ! -s conftest.err |
|---|
| 781 | | + } && test -s conftest.$ac_objext; then |
|---|
| 782 | | ac_cv_header_stdc=yes |
|---|
| 783 | | else |
|---|
| 784 | | echo "$as_me: failed program was:" >&5 |
|---|
| 785 | | @@ -6572,27 +6449,10 @@ |
|---|
| 786 | | rm -f conftest.er1 |
|---|
| 787 | | cat conftest.err >&5 |
|---|
| 788 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 789 | | - (exit $ac_status); } && |
|---|
| 790 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 791 | | - { (case "(($ac_try" in |
|---|
| 792 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 793 | | - *) ac_try_echo=$ac_try;; |
|---|
| 794 | | -esac |
|---|
| 795 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 796 | | - (eval "$ac_try") 2>&5 |
|---|
| 797 | | - ac_status=$? |
|---|
| 798 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 799 | | - (exit $ac_status); }; } && |
|---|
| 800 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 801 | | - { (case "(($ac_try" in |
|---|
| 802 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 803 | | - *) ac_try_echo=$ac_try;; |
|---|
| 804 | | -esac |
|---|
| 805 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 806 | | - (eval "$ac_try") 2>&5 |
|---|
| 807 | | - ac_status=$? |
|---|
| 808 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 809 | | - (exit $ac_status); }; }; then |
|---|
| 810 | | + (exit $ac_status); } && { |
|---|
| 811 | | + test -z "$ac_c_werror_flag" || |
|---|
| 812 | | + test ! -s conftest.err |
|---|
| 813 | | + } && test -s conftest.$ac_objext; then |
|---|
| 814 | | eval "$as_ac_Header=yes" |
|---|
| 815 | | else |
|---|
| 816 | | echo "$as_me: failed program was:" >&5 |
|---|
| 817 | | @@ -6650,27 +6510,10 @@ |
|---|
| 818 | | rm -f conftest.er1 |
|---|
| 819 | | cat conftest.err >&5 |
|---|
| 820 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 821 | | - (exit $ac_status); } && |
|---|
| 822 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 823 | | - { (case "(($ac_try" in |
|---|
| 824 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 825 | | - *) ac_try_echo=$ac_try;; |
|---|
| 826 | | -esac |
|---|
| 827 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 828 | | - (eval "$ac_try") 2>&5 |
|---|
| 829 | | - ac_status=$? |
|---|
| 830 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 831 | | - (exit $ac_status); }; } && |
|---|
| 832 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 833 | | - { (case "(($ac_try" in |
|---|
| 834 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 835 | | - *) ac_try_echo=$ac_try;; |
|---|
| 836 | | -esac |
|---|
| 837 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 838 | | - (eval "$ac_try") 2>&5 |
|---|
| 839 | | - ac_status=$? |
|---|
| 840 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 841 | | - (exit $ac_status); }; }; then |
|---|
| 842 | | + (exit $ac_status); } && { |
|---|
| 843 | | + test -z "$ac_c_werror_flag" || |
|---|
| 844 | | + test ! -s conftest.err |
|---|
| 845 | | + } && test -s conftest.$ac_objext; then |
|---|
| 846 | | ac_header_compiler=yes |
|---|
| 847 | | else |
|---|
| 848 | | echo "$as_me: failed program was:" >&5 |
|---|
| 849 | | @@ -6706,17 +6549,10 @@ |
|---|
| 850 | | rm -f conftest.er1 |
|---|
| 851 | | cat conftest.err >&5 |
|---|
| 852 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 853 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 854 | | - if test -s conftest.err; then |
|---|
| 855 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 856 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 857 | | - else |
|---|
| 858 | | - ac_cpp_err= |
|---|
| 859 | | - fi |
|---|
| 860 | | -else |
|---|
| 861 | | - ac_cpp_err=yes |
|---|
| 862 | | -fi |
|---|
| 863 | | -if test -z "$ac_cpp_err"; then |
|---|
| 864 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 865 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 866 | | + test ! -s conftest.err |
|---|
| 867 | | + }; then |
|---|
| 868 | | ac_header_preproc=yes |
|---|
| 869 | | else |
|---|
| 870 | | echo "$as_me: failed program was:" >&5 |
|---|
| 871 | | @@ -6980,27 +6816,10 @@ |
|---|
| 872 | | rm -f conftest.er1 |
|---|
| 873 | | cat conftest.err >&5 |
|---|
| 874 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 875 | | - (exit $ac_status); } && |
|---|
| 876 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 877 | | - { (case "(($ac_try" in |
|---|
| 878 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 879 | | - *) ac_try_echo=$ac_try;; |
|---|
| 880 | | -esac |
|---|
| 881 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 882 | | - (eval "$ac_try") 2>&5 |
|---|
| 883 | | - ac_status=$? |
|---|
| 884 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 885 | | - (exit $ac_status); }; } && |
|---|
| 886 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 887 | | - { (case "(($ac_try" in |
|---|
| 888 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 889 | | - *) ac_try_echo=$ac_try;; |
|---|
| 890 | | -esac |
|---|
| 891 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 892 | | - (eval "$ac_try") 2>&5 |
|---|
| 893 | | - ac_status=$? |
|---|
| 894 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 895 | | - (exit $ac_status); }; }; then |
|---|
| 896 | | + (exit $ac_status); } && { |
|---|
| 897 | | + test -z "$ac_c_werror_flag" || |
|---|
| 898 | | + test ! -s conftest.err |
|---|
| 899 | | + } && test -s conftest.$ac_objext; then |
|---|
| 900 | | ac_cv_header_stdc=yes |
|---|
| 901 | | else |
|---|
| 902 | | echo "$as_me: failed program was:" >&5 |
|---|
| 903 | | @@ -7144,6 +6963,7 @@ |
|---|
| | 29 | @@ -7247,6 +7250,7 @@ |
|---|
| 920 | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
|---|
| 921 | | @@ -7193,27 +7014,10 @@ |
|---|
| 922 | | rm -f conftest.er1 |
|---|
| 923 | | cat conftest.err >&5 |
|---|
| 924 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 925 | | - (exit $ac_status); } && |
|---|
| 926 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 927 | | - { (case "(($ac_try" in |
|---|
| 928 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 929 | | - *) ac_try_echo=$ac_try;; |
|---|
| 930 | | -esac |
|---|
| 931 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 932 | | - (eval "$ac_try") 2>&5 |
|---|
| 933 | | - ac_status=$? |
|---|
| 934 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 935 | | - (exit $ac_status); }; } && |
|---|
| 936 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 937 | | - { (case "(($ac_try" in |
|---|
| 938 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 939 | | - *) ac_try_echo=$ac_try;; |
|---|
| 940 | | -esac |
|---|
| 941 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 942 | | - (eval "$ac_try") 2>&5 |
|---|
| 943 | | - ac_status=$? |
|---|
| 944 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 945 | | - (exit $ac_status); }; }; then |
|---|
| 946 | | + (exit $ac_status); } && { |
|---|
| 947 | | + test -z "$ac_c_werror_flag" || |
|---|
| 948 | | + test ! -s conftest.err |
|---|
| 949 | | + } && test -s conftest.$ac_objext; then |
|---|
| 950 | | ac_header_compiler=yes |
|---|
| 951 | | else |
|---|
| 952 | | echo "$as_me: failed program was:" >&5 |
|---|
| 953 | | @@ -7249,17 +7053,10 @@ |
|---|
| 954 | | rm -f conftest.er1 |
|---|
| 955 | | cat conftest.err >&5 |
|---|
| 956 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 957 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 958 | | - if test -s conftest.err; then |
|---|
| 959 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 960 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 961 | | - else |
|---|
| 962 | | - ac_cpp_err= |
|---|
| 963 | | - fi |
|---|
| 964 | | -else |
|---|
| 965 | | - ac_cpp_err=yes |
|---|
| 966 | | -fi |
|---|
| 967 | | -if test -z "$ac_cpp_err"; then |
|---|
| 968 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 969 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 970 | | + test ! -s conftest.err |
|---|
| 971 | | + }; then |
|---|
| 972 | | ac_header_preproc=yes |
|---|
| 973 | | else |
|---|
| 974 | | echo "$as_me: failed program was:" >&5 |
|---|
| 975 | | @@ -7361,27 +7158,10 @@ |
|---|
| 976 | | rm -f conftest.er1 |
|---|
| 977 | | cat conftest.err >&5 |
|---|
| 978 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 979 | | - (exit $ac_status); } && |
|---|
| 980 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 981 | | - { (case "(($ac_try" in |
|---|
| 982 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 983 | | - *) ac_try_echo=$ac_try;; |
|---|
| 984 | | -esac |
|---|
| 985 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 986 | | - (eval "$ac_try") 2>&5 |
|---|
| 987 | | - ac_status=$? |
|---|
| 988 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 989 | | - (exit $ac_status); }; } && |
|---|
| 990 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 991 | | - { (case "(($ac_try" in |
|---|
| 992 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 993 | | - *) ac_try_echo=$ac_try;; |
|---|
| 994 | | -esac |
|---|
| 995 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 996 | | - (eval "$ac_try") 2>&5 |
|---|
| 997 | | - ac_status=$? |
|---|
| 998 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 999 | | - (exit $ac_status); }; }; then |
|---|
| 1000 | | + (exit $ac_status); } && { |
|---|
| 1001 | | + test -z "$ac_c_werror_flag" || |
|---|
| 1002 | | + test ! -s conftest.err |
|---|
| 1003 | | + } && test -s conftest.$ac_objext; then |
|---|
| 1004 | | ac_cv_header_sys_wait_h=yes |
|---|
| 1005 | | else |
|---|
| 1006 | | echo "$as_me: failed program was:" >&5 |
|---|
| 1007 | | @@ -7423,10 +7203,10 @@ |
|---|
| 1008 | | #ifndef __cplusplus |
|---|
| 1009 | | /* Ultrix mips cc rejects this. */ |
|---|
| 1010 | | typedef int charset[2]; |
|---|
| 1011 | | - const charset x; |
|---|
| 1012 | | + const charset cs; |
|---|
| 1013 | | /* SunOS 4.1.1 cc rejects this. */ |
|---|
| 1014 | | - char const *const *ccp; |
|---|
| 1015 | | - char **p; |
|---|
| 1016 | | + char const *const *pcpcc; |
|---|
| 1017 | | + char **ppc; |
|---|
| 1018 | | /* NEC SVR4.0.2 mips cc rejects this. */ |
|---|
| 1019 | | struct point {int x, y;}; |
|---|
| 1020 | | static struct point const zero = {0,0}; |
|---|
| 1021 | | @@ -7435,11 +7215,11 @@ |
|---|
| 1022 | | an arm of an if-expression whose if-part is not a constant |
|---|
| 1023 | | expression */ |
|---|
| 1024 | | const char *g = "string"; |
|---|
| 1025 | | - ccp = &g + (g ? g-g : 0); |
|---|
| 1026 | | + pcpcc = &g + (g ? g-g : 0); |
|---|
| 1027 | | /* HPUX 7.0 cc rejects these. */ |
|---|
| 1028 | | - ++ccp; |
|---|
| 1029 | | - p = (char**) ccp; |
|---|
| 1030 | | - ccp = (char const *const *) p; |
|---|
| 1031 | | + ++pcpcc; |
|---|
| 1032 | | + ppc = (char**) pcpcc; |
|---|
| 1033 | | + pcpcc = (char const *const *) ppc; |
|---|
| 1034 | | { /* SCO 3.2v4 cc rejects this. */ |
|---|
| 1035 | | char *t; |
|---|
| 1036 | | char const *s = 0 ? (char *) 0 : (char const *) 0; |
|---|
| 1037 | | @@ -7466,7 +7246,7 @@ |
|---|
| 1038 | | const int foo = 10; |
|---|
| 1039 | | if (!foo) return 0; |
|---|
| 1040 | | } |
|---|
| 1041 | | - return !x[0] && !zero.x; |
|---|
| 1042 | | + return !cs[0] && !zero.x; |
|---|
| 1043 | | #endif |
|---|
| 1044 | | |
|---|
| 1045 | | ; |
|---|
| 1046 | | @@ -7486,27 +7266,10 @@ |
|---|
| 1047 | | rm -f conftest.er1 |
|---|
| 1048 | | cat conftest.err >&5 |
|---|
| 1049 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1050 | | - (exit $ac_status); } && |
|---|
| 1051 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 1052 | | - { (case "(($ac_try" in |
|---|
| 1053 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1054 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1055 | | -esac |
|---|
| 1056 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1057 | | - (eval "$ac_try") 2>&5 |
|---|
| 1058 | | - ac_status=$? |
|---|
| 1059 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1060 | | - (exit $ac_status); }; } && |
|---|
| 1061 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 1062 | | - { (case "(($ac_try" in |
|---|
| 1063 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1064 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1065 | | -esac |
|---|
| 1066 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1067 | | - (eval "$ac_try") 2>&5 |
|---|
| 1068 | | - ac_status=$? |
|---|
| 1069 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1070 | | - (exit $ac_status); }; }; then |
|---|
| 1071 | | + (exit $ac_status); } && { |
|---|
| 1072 | | + test -z "$ac_c_werror_flag" || |
|---|
| 1073 | | + test ! -s conftest.err |
|---|
| 1074 | | + } && test -s conftest.$ac_objext; then |
|---|
| 1075 | | ac_cv_c_const=yes |
|---|
| 1076 | | else |
|---|
| 1077 | | echo "$as_me: failed program was:" >&5 |
|---|
| 1078 | | @@ -7576,27 +7339,11 @@ |
|---|
| 1079 | | rm -f conftest.er1 |
|---|
| 1080 | | cat conftest.err >&5 |
|---|
| 1081 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1082 | | - (exit $ac_status); } && |
|---|
| 1083 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 1084 | | - { (case "(($ac_try" in |
|---|
| 1085 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1086 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1087 | | -esac |
|---|
| 1088 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1089 | | - (eval "$ac_try") 2>&5 |
|---|
| 1090 | | - ac_status=$? |
|---|
| 1091 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1092 | | - (exit $ac_status); }; } && |
|---|
| 1093 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 1094 | | - { (case "(($ac_try" in |
|---|
| 1095 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1096 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1097 | | -esac |
|---|
| 1098 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1099 | | - (eval "$ac_try") 2>&5 |
|---|
| 1100 | | - ac_status=$? |
|---|
| 1101 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1102 | | - (exit $ac_status); }; }; then |
|---|
| 1103 | | + (exit $ac_status); } && { |
|---|
| 1104 | | + test -z "$ac_c_werror_flag" || |
|---|
| 1105 | | + test ! -s conftest.err |
|---|
| 1106 | | + } && test -s conftest$ac_exeext && |
|---|
| 1107 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 1108 | | ac_cv_search_sqrt=$ac_res |
|---|
| 1109 | | else |
|---|
| 1110 | | echo "$as_me: failed program was:" >&5 |
|---|
| 1111 | | @@ -7605,7 +7352,7 @@ |
|---|
| 1112 | | |
|---|
| 1113 | | fi |
|---|
| 1114 | | |
|---|
| 1115 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 1116 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 1117 | | conftest$ac_exeext |
|---|
| 1118 | | if test "${ac_cv_search_sqrt+set}" = set; then |
|---|
| 1119 | | break |
|---|
| 1120 | | @@ -7710,27 +7457,11 @@ |
|---|
| 1121 | | rm -f conftest.er1 |
|---|
| 1122 | | cat conftest.err >&5 |
|---|
| 1123 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1124 | | - (exit $ac_status); } && |
|---|
| 1125 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 1126 | | - { (case "(($ac_try" in |
|---|
| 1127 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1128 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1129 | | -esac |
|---|
| 1130 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1131 | | - (eval "$ac_try") 2>&5 |
|---|
| 1132 | | - ac_status=$? |
|---|
| 1133 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1134 | | - (exit $ac_status); }; } && |
|---|
| 1135 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 1136 | | - { (case "(($ac_try" in |
|---|
| 1137 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1138 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1139 | | -esac |
|---|
| 1140 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1141 | | - (eval "$ac_try") 2>&5 |
|---|
| 1142 | | - ac_status=$? |
|---|
| 1143 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1144 | | - (exit $ac_status); }; }; then |
|---|
| 1145 | | + (exit $ac_status); } && { |
|---|
| 1146 | | + test -z "$ac_c_werror_flag" || |
|---|
| 1147 | | + test ! -s conftest.err |
|---|
| 1148 | | + } && test -s conftest$ac_exeext && |
|---|
| 1149 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 1150 | | eval "$as_ac_var=yes" |
|---|
| 1151 | | else |
|---|
| 1152 | | echo "$as_me: failed program was:" >&5 |
|---|
| 1153 | | @@ -7739,7 +7470,7 @@ |
|---|
| 1154 | | eval "$as_ac_var=no" |
|---|
| 1155 | | fi |
|---|
| 1156 | | |
|---|
| 1157 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 1158 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 1159 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 1160 | | fi |
|---|
| 1161 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 1162 | | @@ -7854,27 +7585,10 @@ |
|---|
| 1163 | | rm -f conftest.er1 |
|---|
| 1164 | | cat conftest.err >&5 |
|---|
| 1165 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1166 | | - (exit $ac_status); } && |
|---|
| 1167 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 1168 | | - { (case "(($ac_try" in |
|---|
| 1169 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1170 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1171 | | -esac |
|---|
| 1172 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1173 | | - (eval "$ac_try") 2>&5 |
|---|
| 1174 | | - ac_status=$? |
|---|
| 1175 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1176 | | - (exit $ac_status); }; } && |
|---|
| 1177 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 1178 | | - { (case "(($ac_try" in |
|---|
| 1179 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 1180 | | - *) ac_try_echo=$ac_try;; |
|---|
| 1181 | | -esac |
|---|
| 1182 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 1183 | | - (eval "$ac_try") 2>&5 |
|---|
| 1184 | | - ac_status=$? |
|---|
| 1185 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 1186 | | - (exit $ac_status); }; }; then |
|---|
| 1187 | | + (exit $ac_status); } && { |
|---|
| 1188 | | + test -z "$ac_c_werror_flag" || |
|---|
| 1189 | | + test ! -s conftest.err |
|---|
| 1190 | | + } && test -s conftest.$ac_objext; then |
|---|
| 1191 | | ac_cv_struct_tm_gmtoff=yes |
|---|
| 1192 | | else |
|---|
| 1193 | | echo "$as_me: failed program was:" >&5 |
|---|
| 1194 | | @@ -7928,7 +7642,55 @@ |
|---|
| | 46 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
|---|
| | 47 | @@ -7958,7 +7963,55 @@ |
|---|
| 4908 | | @@ -14270,27 +16139,10 @@ |
|---|
| 4909 | | rm -f conftest.er1 |
|---|
| 4910 | | cat conftest.err >&5 |
|---|
| 4911 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4912 | | - (exit $ac_status); } && |
|---|
| 4913 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 4914 | | - { (case "(($ac_try" in |
|---|
| 4915 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 4916 | | - *) ac_try_echo=$ac_try;; |
|---|
| 4917 | | -esac |
|---|
| 4918 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 4919 | | - (eval "$ac_try") 2>&5 |
|---|
| 4920 | | - ac_status=$? |
|---|
| 4921 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4922 | | - (exit $ac_status); }; } && |
|---|
| 4923 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 4924 | | - { (case "(($ac_try" in |
|---|
| 4925 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 4926 | | - *) ac_try_echo=$ac_try;; |
|---|
| 4927 | | -esac |
|---|
| 4928 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 4929 | | - (eval "$ac_try") 2>&5 |
|---|
| 4930 | | - ac_status=$? |
|---|
| 4931 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4932 | | - (exit $ac_status); }; }; then |
|---|
| 4933 | | + (exit $ac_status); } && { |
|---|
| 4934 | | + test -z "$ac_c_werror_flag" || |
|---|
| 4935 | | + test ! -s conftest.err |
|---|
| 4936 | | + } && test -s conftest.$ac_objext; then |
|---|
| 4937 | | ac_header_compiler=yes |
|---|
| 4938 | | else |
|---|
| 4939 | | echo "$as_me: failed program was:" >&5 |
|---|
| 4940 | | @@ -14326,17 +16178,10 @@ |
|---|
| 4941 | | rm -f conftest.er1 |
|---|
| 4942 | | cat conftest.err >&5 |
|---|
| 4943 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4944 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 4945 | | - if test -s conftest.err; then |
|---|
| 4946 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 4947 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 4948 | | - else |
|---|
| 4949 | | - ac_cpp_err= |
|---|
| 4950 | | - fi |
|---|
| 4951 | | -else |
|---|
| 4952 | | - ac_cpp_err=yes |
|---|
| 4953 | | -fi |
|---|
| 4954 | | -if test -z "$ac_cpp_err"; then |
|---|
| 4955 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 4956 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 4957 | | + test ! -s conftest.err |
|---|
| 4958 | | + }; then |
|---|
| 4959 | | ac_header_preproc=yes |
|---|
| 4960 | | else |
|---|
| 4961 | | echo "$as_me: failed program was:" >&5 |
|---|
| 4962 | | @@ -14431,27 +16276,10 @@ |
|---|
| 4963 | | rm -f conftest.er1 |
|---|
| 4964 | | cat conftest.err >&5 |
|---|
| 4965 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4966 | | - (exit $ac_status); } && |
|---|
| 4967 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 4968 | | - { (case "(($ac_try" in |
|---|
| 4969 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 4970 | | - *) ac_try_echo=$ac_try;; |
|---|
| 4971 | | -esac |
|---|
| 4972 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 4973 | | - (eval "$ac_try") 2>&5 |
|---|
| 4974 | | - ac_status=$? |
|---|
| 4975 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4976 | | - (exit $ac_status); }; } && |
|---|
| 4977 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 4978 | | - { (case "(($ac_try" in |
|---|
| 4979 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 4980 | | - *) ac_try_echo=$ac_try;; |
|---|
| 4981 | | -esac |
|---|
| 4982 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 4983 | | - (eval "$ac_try") 2>&5 |
|---|
| 4984 | | - ac_status=$? |
|---|
| 4985 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4986 | | - (exit $ac_status); }; }; then |
|---|
| 4987 | | + (exit $ac_status); } && { |
|---|
| 4988 | | + test -z "$ac_c_werror_flag" || |
|---|
| 4989 | | + test ! -s conftest.err |
|---|
| 4990 | | + } && test -s conftest.$ac_objext; then |
|---|
| 4991 | | { echo "$as_me:$LINENO: result: OK" >&5 |
|---|
| 4992 | | echo "${ECHO_T}OK" >&6; } |
|---|
| 4993 | | else |
|---|
| 4994 | | @@ -14505,27 +16333,10 @@ |
|---|
| 4995 | | rm -f conftest.er1 |
|---|
| 4996 | | cat conftest.err >&5 |
|---|
| 4997 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 4998 | | - (exit $ac_status); } && |
|---|
| 4999 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5000 | | - { (case "(($ac_try" in |
|---|
| 5001 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5002 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5003 | | -esac |
|---|
| 5004 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5005 | | - (eval "$ac_try") 2>&5 |
|---|
| 5006 | | - ac_status=$? |
|---|
| 5007 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5008 | | - (exit $ac_status); }; } && |
|---|
| 5009 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 5010 | | - { (case "(($ac_try" in |
|---|
| 5011 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5012 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5013 | | -esac |
|---|
| 5014 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5015 | | - (eval "$ac_try") 2>&5 |
|---|
| 5016 | | - ac_status=$? |
|---|
| 5017 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5018 | | - (exit $ac_status); }; }; then |
|---|
| 5019 | | + (exit $ac_status); } && { |
|---|
| 5020 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5021 | | + test ! -s conftest.err |
|---|
| 5022 | | + } && test -s conftest.$ac_objext; then |
|---|
| 5023 | | ac_header_compiler=yes |
|---|
| 5024 | | else |
|---|
| 5025 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5026 | | @@ -14561,17 +16372,10 @@ |
|---|
| 5027 | | rm -f conftest.er1 |
|---|
| 5028 | | cat conftest.err >&5 |
|---|
| 5029 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5030 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 5031 | | - if test -s conftest.err; then |
|---|
| 5032 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 5033 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 5034 | | - else |
|---|
| 5035 | | - ac_cpp_err= |
|---|
| 5036 | | - fi |
|---|
| 5037 | | -else |
|---|
| 5038 | | - ac_cpp_err=yes |
|---|
| 5039 | | -fi |
|---|
| 5040 | | -if test -z "$ac_cpp_err"; then |
|---|
| 5041 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 5042 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 5043 | | + test ! -s conftest.err |
|---|
| 5044 | | + }; then |
|---|
| 5045 | | ac_header_preproc=yes |
|---|
| 5046 | | else |
|---|
| 5047 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5048 | | @@ -14684,27 +16488,10 @@ |
|---|
| 5049 | | rm -f conftest.er1 |
|---|
| 5050 | | cat conftest.err >&5 |
|---|
| 5051 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5052 | | - (exit $ac_status); } && |
|---|
| 5053 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5054 | | - { (case "(($ac_try" in |
|---|
| 5055 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5056 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5057 | | -esac |
|---|
| 5058 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5059 | | - (eval "$ac_try") 2>&5 |
|---|
| 5060 | | - ac_status=$? |
|---|
| 5061 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5062 | | - (exit $ac_status); }; } && |
|---|
| 5063 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 5064 | | - { (case "(($ac_try" in |
|---|
| 5065 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5066 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5067 | | -esac |
|---|
| 5068 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5069 | | - (eval "$ac_try") 2>&5 |
|---|
| 5070 | | - ac_status=$? |
|---|
| 5071 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5072 | | - (exit $ac_status); }; }; then |
|---|
| 5073 | | + (exit $ac_status); } && { |
|---|
| 5074 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5075 | | + test ! -s conftest.err |
|---|
| 5076 | | + } && test -s conftest.$ac_objext; then |
|---|
| 5077 | | ac_header_compiler=yes |
|---|
| 5078 | | else |
|---|
| 5079 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5080 | | @@ -14740,17 +16527,10 @@ |
|---|
| 5081 | | rm -f conftest.er1 |
|---|
| 5082 | | cat conftest.err >&5 |
|---|
| 5083 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5084 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 5085 | | - if test -s conftest.err; then |
|---|
| 5086 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 5087 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 5088 | | - else |
|---|
| 5089 | | - ac_cpp_err= |
|---|
| 5090 | | - fi |
|---|
| 5091 | | -else |
|---|
| 5092 | | - ac_cpp_err=yes |
|---|
| 5093 | | -fi |
|---|
| 5094 | | -if test -z "$ac_cpp_err"; then |
|---|
| 5095 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 5096 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 5097 | | + test ! -s conftest.err |
|---|
| 5098 | | + }; then |
|---|
| 5099 | | ac_header_preproc=yes |
|---|
| 5100 | | else |
|---|
| 5101 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5102 | | @@ -14849,27 +16629,10 @@ |
|---|
| 5103 | | rm -f conftest.er1 |
|---|
| 5104 | | cat conftest.err >&5 |
|---|
| 5105 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5106 | | - (exit $ac_status); } && |
|---|
| 5107 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5108 | | - { (case "(($ac_try" in |
|---|
| 5109 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5110 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5111 | | -esac |
|---|
| 5112 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5113 | | - (eval "$ac_try") 2>&5 |
|---|
| 5114 | | - ac_status=$? |
|---|
| 5115 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5116 | | - (exit $ac_status); }; } && |
|---|
| 5117 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 5118 | | - { (case "(($ac_try" in |
|---|
| 5119 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5120 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5121 | | -esac |
|---|
| 5122 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5123 | | - (eval "$ac_try") 2>&5 |
|---|
| 5124 | | - ac_status=$? |
|---|
| 5125 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5126 | | - (exit $ac_status); }; }; then |
|---|
| 5127 | | + (exit $ac_status); } && { |
|---|
| 5128 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5129 | | + test ! -s conftest.err |
|---|
| 5130 | | + } && test -s conftest.$ac_objext; then |
|---|
| 5131 | | { echo "$as_me:$LINENO: result: OK" >&5 |
|---|
| 5132 | | echo "${ECHO_T}OK" >&6; } |
|---|
| 5133 | | else |
|---|
| 5134 | | @@ -14952,27 +16715,11 @@ |
|---|
| 5135 | | rm -f conftest.er1 |
|---|
| 5136 | | cat conftest.err >&5 |
|---|
| 5137 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5138 | | - (exit $ac_status); } && |
|---|
| 5139 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5140 | | - { (case "(($ac_try" in |
|---|
| 5141 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5142 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5143 | | -esac |
|---|
| 5144 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5145 | | - (eval "$ac_try") 2>&5 |
|---|
| 5146 | | - ac_status=$? |
|---|
| 5147 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5148 | | - (exit $ac_status); }; } && |
|---|
| 5149 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5150 | | - { (case "(($ac_try" in |
|---|
| 5151 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5152 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5153 | | -esac |
|---|
| 5154 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5155 | | - (eval "$ac_try") 2>&5 |
|---|
| 5156 | | - ac_status=$? |
|---|
| 5157 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5158 | | - (exit $ac_status); }; }; then |
|---|
| 5159 | | + (exit $ac_status); } && { |
|---|
| 5160 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5161 | | + test ! -s conftest.err |
|---|
| 5162 | | + } && test -s conftest$ac_exeext && |
|---|
| 5163 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5164 | | ac_cv_lib_crypto_SSLeay_version=yes |
|---|
| 5165 | | else |
|---|
| 5166 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5167 | | @@ -14981,7 +16728,7 @@ |
|---|
| 5168 | | ac_cv_lib_crypto_SSLeay_version=no |
|---|
| 5169 | | fi |
|---|
| 5170 | | |
|---|
| 5171 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5172 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5173 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5174 | | LIBS=$ac_check_lib_save_LIBS |
|---|
| 5175 | | fi |
|---|
| 5176 | | @@ -15041,27 +16788,11 @@ |
|---|
| 5177 | | rm -f conftest.er1 |
|---|
| 5178 | | cat conftest.err >&5 |
|---|
| 5179 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5180 | | - (exit $ac_status); } && |
|---|
| 5181 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5182 | | - { (case "(($ac_try" in |
|---|
| 5183 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5184 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5185 | | -esac |
|---|
| 5186 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5187 | | - (eval "$ac_try") 2>&5 |
|---|
| 5188 | | - ac_status=$? |
|---|
| 5189 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5190 | | - (exit $ac_status); }; } && |
|---|
| 5191 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5192 | | - { (case "(($ac_try" in |
|---|
| 5193 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5194 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5195 | | -esac |
|---|
| 5196 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5197 | | - (eval "$ac_try") 2>&5 |
|---|
| 5198 | | - ac_status=$? |
|---|
| 5199 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5200 | | - (exit $ac_status); }; }; then |
|---|
| 5201 | | + (exit $ac_status); } && { |
|---|
| 5202 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5203 | | + test ! -s conftest.err |
|---|
| 5204 | | + } && test -s conftest$ac_exeext && |
|---|
| 5205 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5206 | | ac_cv_lib_ssl_SSL_CTX_new=yes |
|---|
| 5207 | | else |
|---|
| 5208 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5209 | | @@ -15070,7 +16801,7 @@ |
|---|
| 5210 | | ac_cv_lib_ssl_SSL_CTX_new=no |
|---|
| 5211 | | fi |
|---|
| 5212 | | |
|---|
| 5213 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5214 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5215 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5216 | | LIBS=$ac_check_lib_save_LIBS |
|---|
| 5217 | | fi |
|---|
| 5218 | | @@ -15154,27 +16885,11 @@ |
|---|
| 5219 | | rm -f conftest.er1 |
|---|
| 5220 | | cat conftest.err >&5 |
|---|
| 5221 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5222 | | - (exit $ac_status); } && |
|---|
| 5223 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5224 | | - { (case "(($ac_try" in |
|---|
| 5225 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5226 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5227 | | -esac |
|---|
| 5228 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5229 | | - (eval "$ac_try") 2>&5 |
|---|
| 5230 | | - ac_status=$? |
|---|
| 5231 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5232 | | - (exit $ac_status); }; } && |
|---|
| 5233 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5234 | | - { (case "(($ac_try" in |
|---|
| 5235 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5236 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5237 | | -esac |
|---|
| 5238 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5239 | | - (eval "$ac_try") 2>&5 |
|---|
| 5240 | | - ac_status=$? |
|---|
| 5241 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5242 | | - (exit $ac_status); }; }; then |
|---|
| 5243 | | + (exit $ac_status); } && { |
|---|
| 5244 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5245 | | + test ! -s conftest.err |
|---|
| 5246 | | + } && test -s conftest$ac_exeext && |
|---|
| 5247 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5248 | | eval "$as_ac_var=yes" |
|---|
| 5249 | | else |
|---|
| 5250 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5251 | | @@ -15183,7 +16898,7 @@ |
|---|
| 5252 | | eval "$as_ac_var=no" |
|---|
| 5253 | | fi |
|---|
| 5254 | | |
|---|
| 5255 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5256 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5257 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5258 | | fi |
|---|
| 5259 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 5260 | | @@ -15264,27 +16979,11 @@ |
|---|
| 5261 | | rm -f conftest.er1 |
|---|
| 5262 | | cat conftest.err >&5 |
|---|
| 5263 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5264 | | - (exit $ac_status); } && |
|---|
| 5265 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5266 | | - { (case "(($ac_try" in |
|---|
| 5267 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5268 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5269 | | -esac |
|---|
| 5270 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5271 | | - (eval "$ac_try") 2>&5 |
|---|
| 5272 | | - ac_status=$? |
|---|
| 5273 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5274 | | - (exit $ac_status); }; } && |
|---|
| 5275 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5276 | | - { (case "(($ac_try" in |
|---|
| 5277 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5278 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5279 | | -esac |
|---|
| 5280 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5281 | | - (eval "$ac_try") 2>&5 |
|---|
| 5282 | | - ac_status=$? |
|---|
| 5283 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5284 | | - (exit $ac_status); }; }; then |
|---|
| 5285 | | + (exit $ac_status); } && { |
|---|
| 5286 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5287 | | + test ! -s conftest.err |
|---|
| 5288 | | + } && test -s conftest$ac_exeext && |
|---|
| 5289 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5290 | | eval "$as_ac_var=yes" |
|---|
| 5291 | | else |
|---|
| 5292 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5293 | | @@ -15293,7 +16992,7 @@ |
|---|
| 5294 | | eval "$as_ac_var=no" |
|---|
| 5295 | | fi |
|---|
| 5296 | | |
|---|
| 5297 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5298 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5299 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5300 | | fi |
|---|
| 5301 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 5302 | | @@ -15351,27 +17050,11 @@ |
|---|
| 5303 | | rm -f conftest.er1 |
|---|
| 5304 | | cat conftest.err >&5 |
|---|
| 5305 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5306 | | - (exit $ac_status); } && |
|---|
| 5307 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5308 | | - { (case "(($ac_try" in |
|---|
| 5309 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5310 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5311 | | -esac |
|---|
| 5312 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5313 | | - (eval "$ac_try") 2>&5 |
|---|
| 5314 | | - ac_status=$? |
|---|
| 5315 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5316 | | - (exit $ac_status); }; } && |
|---|
| 5317 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5318 | | - { (case "(($ac_try" in |
|---|
| 5319 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5320 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5321 | | -esac |
|---|
| 5322 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5323 | | - (eval "$ac_try") 2>&5 |
|---|
| 5324 | | - ac_status=$? |
|---|
| 5325 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5326 | | - (exit $ac_status); }; }; then |
|---|
| 5327 | | + (exit $ac_status); } && { |
|---|
| 5328 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5329 | | + test ! -s conftest.err |
|---|
| 5330 | | + } && test -s conftest$ac_exeext && |
|---|
| 5331 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5332 | | ac_cv_lib_sslc_SSLC_library_version=yes |
|---|
| 5333 | | else |
|---|
| 5334 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5335 | | @@ -15380,7 +17063,7 @@ |
|---|
| 5336 | | ac_cv_lib_sslc_SSLC_library_version=no |
|---|
| 5337 | | fi |
|---|
| 5338 | | |
|---|
| 5339 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5340 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5341 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5342 | | LIBS=$ac_check_lib_save_LIBS |
|---|
| 5343 | | fi |
|---|
| 5344 | | @@ -15440,27 +17123,11 @@ |
|---|
| 5345 | | rm -f conftest.er1 |
|---|
| 5346 | | cat conftest.err >&5 |
|---|
| 5347 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5348 | | - (exit $ac_status); } && |
|---|
| 5349 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5350 | | - { (case "(($ac_try" in |
|---|
| 5351 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5352 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5353 | | -esac |
|---|
| 5354 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5355 | | - (eval "$ac_try") 2>&5 |
|---|
| 5356 | | - ac_status=$? |
|---|
| 5357 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5358 | | - (exit $ac_status); }; } && |
|---|
| 5359 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5360 | | - { (case "(($ac_try" in |
|---|
| 5361 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5362 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5363 | | -esac |
|---|
| 5364 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5365 | | - (eval "$ac_try") 2>&5 |
|---|
| 5366 | | - ac_status=$? |
|---|
| 5367 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5368 | | - (exit $ac_status); }; }; then |
|---|
| 5369 | | + (exit $ac_status); } && { |
|---|
| 5370 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5371 | | + test ! -s conftest.err |
|---|
| 5372 | | + } && test -s conftest$ac_exeext && |
|---|
| 5373 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5374 | | ac_cv_lib_sslc_SSL_CTX_new=yes |
|---|
| 5375 | | else |
|---|
| 5376 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5377 | | @@ -15469,7 +17136,7 @@ |
|---|
| 5378 | | ac_cv_lib_sslc_SSL_CTX_new=no |
|---|
| 5379 | | fi |
|---|
| 5380 | | |
|---|
| 5381 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5382 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5383 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5384 | | LIBS=$ac_check_lib_save_LIBS |
|---|
| 5385 | | fi |
|---|
| 5386 | | @@ -15553,27 +17220,11 @@ |
|---|
| 5387 | | rm -f conftest.er1 |
|---|
| 5388 | | cat conftest.err >&5 |
|---|
| 5389 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5390 | | - (exit $ac_status); } && |
|---|
| 5391 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5392 | | - { (case "(($ac_try" in |
|---|
| 5393 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5394 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5395 | | -esac |
|---|
| 5396 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5397 | | - (eval "$ac_try") 2>&5 |
|---|
| 5398 | | - ac_status=$? |
|---|
| 5399 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5400 | | - (exit $ac_status); }; } && |
|---|
| 5401 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5402 | | - { (case "(($ac_try" in |
|---|
| 5403 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5404 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5405 | | -esac |
|---|
| 5406 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5407 | | - (eval "$ac_try") 2>&5 |
|---|
| 5408 | | - ac_status=$? |
|---|
| 5409 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5410 | | - (exit $ac_status); }; }; then |
|---|
| 5411 | | + (exit $ac_status); } && { |
|---|
| 5412 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5413 | | + test ! -s conftest.err |
|---|
| 5414 | | + } && test -s conftest$ac_exeext && |
|---|
| 5415 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5416 | | eval "$as_ac_var=yes" |
|---|
| 5417 | | else |
|---|
| 5418 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5419 | | @@ -15582,7 +17233,7 @@ |
|---|
| 5420 | | eval "$as_ac_var=no" |
|---|
| 5421 | | fi |
|---|
| 5422 | | |
|---|
| 5423 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5424 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5425 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5426 | | fi |
|---|
| 5427 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 5428 | | @@ -15664,27 +17315,11 @@ |
|---|
| 5429 | | rm -f conftest.er1 |
|---|
| 5430 | | cat conftest.err >&5 |
|---|
| 5431 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5432 | | - (exit $ac_status); } && |
|---|
| 5433 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5434 | | - { (case "(($ac_try" in |
|---|
| 5435 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5436 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5437 | | -esac |
|---|
| 5438 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5439 | | - (eval "$ac_try") 2>&5 |
|---|
| 5440 | | - ac_status=$? |
|---|
| 5441 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5442 | | - (exit $ac_status); }; } && |
|---|
| 5443 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5444 | | - { (case "(($ac_try" in |
|---|
| 5445 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5446 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5447 | | -esac |
|---|
| 5448 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5449 | | - (eval "$ac_try") 2>&5 |
|---|
| 5450 | | - ac_status=$? |
|---|
| 5451 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5452 | | - (exit $ac_status); }; }; then |
|---|
| 5453 | | + (exit $ac_status); } && { |
|---|
| 5454 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5455 | | + test ! -s conftest.err |
|---|
| 5456 | | + } && test -s conftest$ac_exeext && |
|---|
| 5457 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5458 | | eval "$as_ac_var=yes" |
|---|
| 5459 | | else |
|---|
| 5460 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5461 | | @@ -15693,7 +17328,7 @@ |
|---|
| 5462 | | eval "$as_ac_var=no" |
|---|
| 5463 | | fi |
|---|
| 5464 | | |
|---|
| 5465 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5466 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5467 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5468 | | fi |
|---|
| 5469 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 5470 | | @@ -15914,27 +17549,10 @@ |
|---|
| 5471 | | rm -f conftest.er1 |
|---|
| 5472 | | cat conftest.err >&5 |
|---|
| 5473 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5474 | | - (exit $ac_status); } && |
|---|
| 5475 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5476 | | - { (case "(($ac_try" in |
|---|
| 5477 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5478 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5479 | | -esac |
|---|
| 5480 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5481 | | - (eval "$ac_try") 2>&5 |
|---|
| 5482 | | - ac_status=$? |
|---|
| 5483 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5484 | | - (exit $ac_status); }; } && |
|---|
| 5485 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 5486 | | - { (case "(($ac_try" in |
|---|
| 5487 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5488 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5489 | | -esac |
|---|
| 5490 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5491 | | - (eval "$ac_try") 2>&5 |
|---|
| 5492 | | - ac_status=$? |
|---|
| 5493 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5494 | | - (exit $ac_status); }; }; then |
|---|
| 5495 | | + (exit $ac_status); } && { |
|---|
| 5496 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5497 | | + test ! -s conftest.err |
|---|
| 5498 | | + } && test -s conftest.$ac_objext; then |
|---|
| 5499 | | ac_header_compiler=yes |
|---|
| 5500 | | else |
|---|
| 5501 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5502 | | @@ -15970,17 +17588,10 @@ |
|---|
| 5503 | | rm -f conftest.er1 |
|---|
| 5504 | | cat conftest.err >&5 |
|---|
| 5505 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5506 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 5507 | | - if test -s conftest.err; then |
|---|
| 5508 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 5509 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 5510 | | - else |
|---|
| 5511 | | - ac_cpp_err= |
|---|
| 5512 | | - fi |
|---|
| 5513 | | -else |
|---|
| 5514 | | - ac_cpp_err=yes |
|---|
| 5515 | | -fi |
|---|
| 5516 | | -if test -z "$ac_cpp_err"; then |
|---|
| 5517 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 5518 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 5519 | | + test ! -s conftest.err |
|---|
| 5520 | | + }; then |
|---|
| 5521 | | ac_header_preproc=yes |
|---|
| 5522 | | else |
|---|
| 5523 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5524 | | @@ -16076,27 +17687,10 @@ |
|---|
| 5525 | | rm -f conftest.er1 |
|---|
| 5526 | | cat conftest.err >&5 |
|---|
| 5527 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5528 | | - (exit $ac_status); } && |
|---|
| 5529 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5530 | | - { (case "(($ac_try" in |
|---|
| 5531 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5532 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5533 | | -esac |
|---|
| 5534 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5535 | | - (eval "$ac_try") 2>&5 |
|---|
| 5536 | | - ac_status=$? |
|---|
| 5537 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5538 | | - (exit $ac_status); }; } && |
|---|
| 5539 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 5540 | | - { (case "(($ac_try" in |
|---|
| 5541 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5542 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5543 | | -esac |
|---|
| 5544 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5545 | | - (eval "$ac_try") 2>&5 |
|---|
| 5546 | | - ac_status=$? |
|---|
| 5547 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5548 | | - (exit $ac_status); }; }; then |
|---|
| 5549 | | + (exit $ac_status); } && { |
|---|
| 5550 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5551 | | + test ! -s conftest.err |
|---|
| 5552 | | + } && test -s conftest.$ac_objext; then |
|---|
| 5553 | | : |
|---|
| 5554 | | else |
|---|
| 5555 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5556 | | @@ -16148,27 +17742,11 @@ |
|---|
| 5557 | | rm -f conftest.er1 |
|---|
| 5558 | | cat conftest.err >&5 |
|---|
| 5559 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5560 | | - (exit $ac_status); } && |
|---|
| 5561 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5562 | | - { (case "(($ac_try" in |
|---|
| 5563 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5564 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5565 | | -esac |
|---|
| 5566 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5567 | | - (eval "$ac_try") 2>&5 |
|---|
| 5568 | | - ac_status=$? |
|---|
| 5569 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5570 | | - (exit $ac_status); }; } && |
|---|
| 5571 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 5572 | | - { (case "(($ac_try" in |
|---|
| 5573 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5574 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5575 | | -esac |
|---|
| 5576 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5577 | | - (eval "$ac_try") 2>&5 |
|---|
| 5578 | | - ac_status=$? |
|---|
| 5579 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5580 | | - (exit $ac_status); }; }; then |
|---|
| 5581 | | + (exit $ac_status); } && { |
|---|
| 5582 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5583 | | + test ! -s conftest.err |
|---|
| 5584 | | + } && test -s conftest$ac_exeext && |
|---|
| 5585 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 5586 | | : |
|---|
| 5587 | | else |
|---|
| 5588 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5589 | | @@ -16178,7 +17756,7 @@ |
|---|
| 5590 | | ap_ssltk_dc="no" |
|---|
| 5591 | | fi |
|---|
| 5592 | | |
|---|
| 5593 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 5594 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 5595 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 5596 | | LIBS=$save_libs |
|---|
| 5597 | | { echo "$as_me:$LINENO: result: $ap_ssltk_dc" >&5 |
|---|
| 5598 | | @@ -16281,23 +17859,63 @@ |
|---|
| | 3623 | @@ -15952,23 +18168,63 @@ |
|---|
| 5923 | | @@ -16864,27 +18642,10 @@ |
|---|
| 5924 | | rm -f conftest.er1 |
|---|
| 5925 | | cat conftest.err >&5 |
|---|
| 5926 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5927 | | - (exit $ac_status); } && |
|---|
| 5928 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5929 | | - { (case "(($ac_try" in |
|---|
| 5930 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5931 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5932 | | -esac |
|---|
| 5933 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5934 | | - (eval "$ac_try") 2>&5 |
|---|
| 5935 | | - ac_status=$? |
|---|
| 5936 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5937 | | - (exit $ac_status); }; } && |
|---|
| 5938 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 5939 | | - { (case "(($ac_try" in |
|---|
| 5940 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5941 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5942 | | -esac |
|---|
| 5943 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5944 | | - (eval "$ac_try") 2>&5 |
|---|
| 5945 | | - ac_status=$? |
|---|
| 5946 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5947 | | - (exit $ac_status); }; }; then |
|---|
| 5948 | | + (exit $ac_status); } && { |
|---|
| 5949 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5950 | | + test ! -s conftest.err |
|---|
| 5951 | | + } && test -s conftest.$ac_objext; then |
|---|
| 5952 | | |
|---|
| 5953 | | ac_cv_type_rlim_t=yes |
|---|
| 5954 | | |
|---|
| 5955 | | @@ -16952,27 +18713,10 @@ |
|---|
| 5956 | | rm -f conftest.er1 |
|---|
| 5957 | | cat conftest.err >&5 |
|---|
| 5958 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5959 | | - (exit $ac_status); } && |
|---|
| 5960 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 5961 | | - { (case "(($ac_try" in |
|---|
| 5962 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5963 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5964 | | -esac |
|---|
| 5965 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5966 | | - (eval "$ac_try") 2>&5 |
|---|
| 5967 | | - ac_status=$? |
|---|
| 5968 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5969 | | - (exit $ac_status); }; } && |
|---|
| 5970 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 5971 | | - { (case "(($ac_try" in |
|---|
| 5972 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 5973 | | - *) ac_try_echo=$ac_try;; |
|---|
| 5974 | | -esac |
|---|
| 5975 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 5976 | | - (eval "$ac_try") 2>&5 |
|---|
| 5977 | | - ac_status=$? |
|---|
| 5978 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5979 | | - (exit $ac_status); }; }; then |
|---|
| 5980 | | + (exit $ac_status); } && { |
|---|
| 5981 | | + test -z "$ac_c_werror_flag" || |
|---|
| 5982 | | + test ! -s conftest.err |
|---|
| 5983 | | + } && test -s conftest.$ac_objext; then |
|---|
| 5984 | | ac_header_compiler=yes |
|---|
| 5985 | | else |
|---|
| 5986 | | echo "$as_me: failed program was:" >&5 |
|---|
| 5987 | | @@ -17008,17 +18752,10 @@ |
|---|
| 5988 | | rm -f conftest.er1 |
|---|
| 5989 | | cat conftest.err >&5 |
|---|
| 5990 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 5991 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 5992 | | - if test -s conftest.err; then |
|---|
| 5993 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 5994 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 5995 | | - else |
|---|
| 5996 | | - ac_cpp_err= |
|---|
| 5997 | | - fi |
|---|
| 5998 | | -else |
|---|
| 5999 | | - ac_cpp_err=yes |
|---|
| 6000 | | -fi |
|---|
| 6001 | | -if test -z "$ac_cpp_err"; then |
|---|
| 6002 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 6003 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 6004 | | + test ! -s conftest.err |
|---|
| 6005 | | + }; then |
|---|
| 6006 | | ac_header_preproc=yes |
|---|
| 6007 | | else |
|---|
| 6008 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6009 | | @@ -17146,27 +18883,11 @@ |
|---|
| 6010 | | rm -f conftest.er1 |
|---|
| 6011 | | cat conftest.err >&5 |
|---|
| 6012 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6013 | | - (exit $ac_status); } && |
|---|
| 6014 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 6015 | | - { (case "(($ac_try" in |
|---|
| 6016 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6017 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6018 | | -esac |
|---|
| 6019 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6020 | | - (eval "$ac_try") 2>&5 |
|---|
| 6021 | | - ac_status=$? |
|---|
| 6022 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6023 | | - (exit $ac_status); }; } && |
|---|
| 6024 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 6025 | | - { (case "(($ac_try" in |
|---|
| 6026 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6027 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6028 | | -esac |
|---|
| 6029 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6030 | | - (eval "$ac_try") 2>&5 |
|---|
| 6031 | | - ac_status=$? |
|---|
| 6032 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6033 | | - (exit $ac_status); }; }; then |
|---|
| 6034 | | + (exit $ac_status); } && { |
|---|
| 6035 | | + test -z "$ac_c_werror_flag" || |
|---|
| 6036 | | + test ! -s conftest.err |
|---|
| 6037 | | + } && test -s conftest$ac_exeext && |
|---|
| 6038 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 6039 | | eval "$as_ac_var=yes" |
|---|
| 6040 | | else |
|---|
| 6041 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6042 | | @@ -17175,7 +18896,7 @@ |
|---|
| 6043 | | eval "$as_ac_var=no" |
|---|
| 6044 | | fi |
|---|
| 6045 | | |
|---|
| 6046 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 6047 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 6048 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 6049 | | fi |
|---|
| 6050 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 6051 | | @@ -17233,27 +18954,10 @@ |
|---|
| 6052 | | rm -f conftest.er1 |
|---|
| 6053 | | cat conftest.err >&5 |
|---|
| 6054 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6055 | | - (exit $ac_status); } && |
|---|
| 6056 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 6057 | | - { (case "(($ac_try" in |
|---|
| 6058 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6059 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6060 | | -esac |
|---|
| 6061 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6062 | | - (eval "$ac_try") 2>&5 |
|---|
| 6063 | | - ac_status=$? |
|---|
| 6064 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6065 | | - (exit $ac_status); }; } && |
|---|
| 6066 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 6067 | | - { (case "(($ac_try" in |
|---|
| 6068 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6069 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6070 | | -esac |
|---|
| 6071 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6072 | | - (eval "$ac_try") 2>&5 |
|---|
| 6073 | | - ac_status=$? |
|---|
| 6074 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6075 | | - (exit $ac_status); }; }; then |
|---|
| 6076 | | + (exit $ac_status); } && { |
|---|
| 6077 | | + test -z "$ac_c_werror_flag" || |
|---|
| 6078 | | + test ! -s conftest.err |
|---|
| 6079 | | + } && test -s conftest.$ac_objext; then |
|---|
| 6080 | | ac_header_compiler=yes |
|---|
| 6081 | | else |
|---|
| 6082 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6083 | | @@ -17289,17 +18993,10 @@ |
|---|
| 6084 | | rm -f conftest.er1 |
|---|
| 6085 | | cat conftest.err >&5 |
|---|
| 6086 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6087 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 6088 | | - if test -s conftest.err; then |
|---|
| 6089 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 6090 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 6091 | | - else |
|---|
| 6092 | | - ac_cpp_err= |
|---|
| 6093 | | - fi |
|---|
| 6094 | | -else |
|---|
| 6095 | | - ac_cpp_err=yes |
|---|
| 6096 | | -fi |
|---|
| 6097 | | -if test -z "$ac_cpp_err"; then |
|---|
| 6098 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 6099 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 6100 | | + test ! -s conftest.err |
|---|
| 6101 | | + }; then |
|---|
| 6102 | | ac_header_preproc=yes |
|---|
| 6103 | | else |
|---|
| 6104 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6105 | | @@ -17428,27 +19125,11 @@ |
|---|
| 6106 | | rm -f conftest.er1 |
|---|
| 6107 | | cat conftest.err >&5 |
|---|
| 6108 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6109 | | - (exit $ac_status); } && |
|---|
| 6110 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 6111 | | - { (case "(($ac_try" in |
|---|
| 6112 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6113 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6114 | | -esac |
|---|
| 6115 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6116 | | - (eval "$ac_try") 2>&5 |
|---|
| 6117 | | - ac_status=$? |
|---|
| 6118 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6119 | | - (exit $ac_status); }; } && |
|---|
| 6120 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 6121 | | - { (case "(($ac_try" in |
|---|
| 6122 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6123 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6124 | | -esac |
|---|
| 6125 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6126 | | - (eval "$ac_try") 2>&5 |
|---|
| 6127 | | - ac_status=$? |
|---|
| 6128 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6129 | | - (exit $ac_status); }; }; then |
|---|
| 6130 | | + (exit $ac_status); } && { |
|---|
| 6131 | | + test -z "$ac_c_werror_flag" || |
|---|
| 6132 | | + test ! -s conftest.err |
|---|
| 6133 | | + } && test -s conftest$ac_exeext && |
|---|
| 6134 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 6135 | | eval "$as_ac_var=yes" |
|---|
| 6136 | | else |
|---|
| 6137 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6138 | | @@ -17457,7 +19138,7 @@ |
|---|
| 6139 | | eval "$as_ac_var=no" |
|---|
| 6140 | | fi |
|---|
| 6141 | | |
|---|
| 6142 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 6143 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 6144 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 6145 | | fi |
|---|
| 6146 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 6147 | | @@ -17511,27 +19192,10 @@ |
|---|
| 6148 | | rm -f conftest.er1 |
|---|
| 6149 | | cat conftest.err >&5 |
|---|
| 6150 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6151 | | - (exit $ac_status); } && |
|---|
| 6152 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 6153 | | - { (case "(($ac_try" in |
|---|
| 6154 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6155 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6156 | | -esac |
|---|
| 6157 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6158 | | - (eval "$ac_try") 2>&5 |
|---|
| 6159 | | - ac_status=$? |
|---|
| 6160 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6161 | | - (exit $ac_status); }; } && |
|---|
| 6162 | | - { ac_try='test -s conftest.$ac_objext' |
|---|
| 6163 | | - { (case "(($ac_try" in |
|---|
| 6164 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6165 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6166 | | -esac |
|---|
| 6167 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6168 | | - (eval "$ac_try") 2>&5 |
|---|
| 6169 | | - ac_status=$? |
|---|
| 6170 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6171 | | - (exit $ac_status); }; }; then |
|---|
| 6172 | | + (exit $ac_status); } && { |
|---|
| 6173 | | + test -z "$ac_c_werror_flag" || |
|---|
| 6174 | | + test ! -s conftest.err |
|---|
| 6175 | | + } && test -s conftest.$ac_objext; then |
|---|
| 6176 | | ac_header_compiler=yes |
|---|
| 6177 | | else |
|---|
| 6178 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6179 | | @@ -17567,17 +19231,10 @@ |
|---|
| 6180 | | rm -f conftest.er1 |
|---|
| 6181 | | cat conftest.err >&5 |
|---|
| 6182 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6183 | | - (exit $ac_status); } >/dev/null; then |
|---|
| 6184 | | - if test -s conftest.err; then |
|---|
| 6185 | | - ac_cpp_err=$ac_c_preproc_warn_flag |
|---|
| 6186 | | - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
|---|
| 6187 | | - else |
|---|
| 6188 | | - ac_cpp_err= |
|---|
| 6189 | | - fi |
|---|
| 6190 | | -else |
|---|
| 6191 | | - ac_cpp_err=yes |
|---|
| 6192 | | -fi |
|---|
| 6193 | | -if test -z "$ac_cpp_err"; then |
|---|
| 6194 | | + (exit $ac_status); } >/dev/null && { |
|---|
| 6195 | | + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|---|
| 6196 | | + test ! -s conftest.err |
|---|
| 6197 | | + }; then |
|---|
| 6198 | | ac_header_preproc=yes |
|---|
| 6199 | | else |
|---|
| 6200 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6201 | | @@ -17703,27 +19360,11 @@ |
|---|
| 6202 | | rm -f conftest.er1 |
|---|
| 6203 | | cat conftest.err >&5 |
|---|
| 6204 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6205 | | - (exit $ac_status); } && |
|---|
| 6206 | | - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
|---|
| 6207 | | - { (case "(($ac_try" in |
|---|
| 6208 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6209 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6210 | | -esac |
|---|
| 6211 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6212 | | - (eval "$ac_try") 2>&5 |
|---|
| 6213 | | - ac_status=$? |
|---|
| 6214 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6215 | | - (exit $ac_status); }; } && |
|---|
| 6216 | | - { ac_try='test -s conftest$ac_exeext' |
|---|
| 6217 | | - { (case "(($ac_try" in |
|---|
| 6218 | | - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 6219 | | - *) ac_try_echo=$ac_try;; |
|---|
| 6220 | | -esac |
|---|
| 6221 | | -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
|---|
| 6222 | | - (eval "$ac_try") 2>&5 |
|---|
| 6223 | | - ac_status=$? |
|---|
| 6224 | | - echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 6225 | | - (exit $ac_status); }; }; then |
|---|
| 6226 | | + (exit $ac_status); } && { |
|---|
| 6227 | | + test -z "$ac_c_werror_flag" || |
|---|
| 6228 | | + test ! -s conftest.err |
|---|
| 6229 | | + } && test -s conftest$ac_exeext && |
|---|
| 6230 | | + $as_test_x conftest$ac_exeext; then |
|---|
| 6231 | | eval "$as_ac_var=yes" |
|---|
| 6232 | | else |
|---|
| 6233 | | echo "$as_me: failed program was:" >&5 |
|---|
| 6234 | | @@ -17732,7 +19373,7 @@ |
|---|
| 6235 | | eval "$as_ac_var=no" |
|---|
| 6236 | | fi |
|---|
| 6237 | | |
|---|
| 6238 | | -rm -f core conftest.err conftest.$ac_objext \ |
|---|
| 6239 | | +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
|---|
| 6240 | | conftest$ac_exeext conftest.$ac_ext |
|---|
| 6241 | | fi |
|---|
| 6242 | | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 6243 | | @@ -18691,23 +20332,63 @@ |
|---|
| | 3948 | @@ -18265,23 +20681,63 @@ |
|---|