- Timestamp:
- 05/23/07 00:55:23 (20 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configure (modified) (136 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r149 r153 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1.3 # Generated by GNU Autoconf 2.60. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, … … 11 11 ## --------------------- ## 12 12 13 # Be more Bourne compatible 14 DUALCASE=1; export DUALCASE # for MKS sh 13 # Be Bourne compatible 15 14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 16 15 emulate sh … … 21 20 setopt NO_GLOB_SUBST 22 21 else 23 case `(set -o) 2>/dev/null` in 24 *posix*) set -o posix ;; 25 esac 26 27 fi 28 29 22 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 23 fi 24 BIN_SH=xpg4; export BIN_SH # for Tru64 25 DUALCASE=1; export DUALCASE # for MKS sh 30 26 31 27 … … 220 216 as_candidate_shells= 221 217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 222 for as_dir in / bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH218 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 223 219 do 224 220 IFS=$as_save_IFS … … 238 234 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 239 235 { ("$as_shell") 2> /dev/null <<\_ASEOF 236 # Be Bourne compatible 240 237 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 241 238 emulate sh … … 246 243 setopt NO_GLOB_SUBST 247 244 else 248 case `(set -o) 2>/dev/null` in 249 *posix*) set -o posix ;; 250 esac 251 252 fi 253 245 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 246 fi 247 BIN_SH=xpg4; export BIN_SH # for Tru64 248 DUALCASE=1; export DUALCASE # for MKS sh 254 249 255 250 : … … 259 254 as_have_required=yes 260 255 if { "$as_shell" 2> /dev/null <<\_ASEOF 256 # Be Bourne compatible 261 257 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 262 258 emulate sh … … 267 263 setopt NO_GLOB_SUBST 268 264 else 269 case `(set -o) 2>/dev/null` in 270 *posix*) set -o posix ;; 271 esac 272 273 fi 274 265 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 266 fi 267 BIN_SH=xpg4; export BIN_SH # for Tru64 268 DUALCASE=1; export DUALCASE # for MKS sh 275 269 276 270 : … … 519 513 fi 520 514 521 if test -x / >/dev/null 2>&1; then 522 as_test_x='test -x' 523 else 524 if ls -dL / >/dev/null 2>&1; then 525 as_ls_L_option=L 526 else 527 as_ls_L_option= 528 fi 529 as_test_x=' 530 eval sh -c '\'' 531 if test -d "$1"; then 532 test -d "$1/."; 533 else 534 case $1 in 535 -*)set "./$1";; 536 esac; 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 538 ???[sx]*):;;*)false;;esac;fi 539 '\'' sh 540 ' 541 fi 542 as_executable_p=$as_test_x 515 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 516 # systems may use methods other than mode bits to determine executability. 517 cat >conf$$.file <<_ASEOF 518 #! /bin/sh 519 exit 0 520 _ASEOF 521 chmod +x conf$$.file 522 if test -x conf$$.file >/dev/null 2>&1; then 523 as_executable_p="test -x" 524 else 525 as_executable_p=: 526 fi 527 rm -f conf$$.file 543 528 544 529 # Sed expression to map a string onto a valid CPP name. … … 735 720 ac_includes_default="\ 736 721 #include <stdio.h> 737 #if defHAVE_SYS_TYPES_H722 #if HAVE_SYS_TYPES_H 738 723 # include <sys/types.h> 739 724 #endif 740 #if defHAVE_SYS_STAT_H725 #if HAVE_SYS_STAT_H 741 726 # include <sys/stat.h> 742 727 #endif 743 #if defSTDC_HEADERS728 #if STDC_HEADERS 744 729 # include <stdlib.h> 745 730 # include <stddef.h> 746 731 #else 747 # if defHAVE_STDLIB_H732 # if HAVE_STDLIB_H 748 733 # include <stdlib.h> 749 734 # endif 750 735 #endif 751 #if defHAVE_STRING_H752 # if ! defined STDC_HEADERS && definedHAVE_MEMORY_H736 #if HAVE_STRING_H 737 # if !STDC_HEADERS && HAVE_MEMORY_H 753 738 # include <memory.h> 754 739 # endif 755 740 # include <string.h> 756 741 #endif 757 #if defHAVE_STRINGS_H742 #if HAVE_STRINGS_H 758 743 # include <strings.h> 759 744 #endif 760 #if defHAVE_INTTYPES_H745 #if HAVE_INTTYPES_H 761 746 # include <inttypes.h> 762 747 #endif 763 #if defHAVE_STDINT_H748 #if HAVE_STDINT_H 764 749 # include <stdint.h> 765 750 #endif 766 #if defHAVE_UNISTD_H751 #if HAVE_UNISTD_H 767 752 # include <unistd.h> 768 753 #endif" … … 845 830 CFLAGS 846 831 LDFLAGS 847 LIBS848 832 CPPFLAGS 849 833 CPP … … 959 943 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 960 944 # Reject names that are not valid shell variable names. 961 expr "x$ac_feature" : ".*[^- ._$as_cr_alnum]" >/dev/null &&945 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 962 946 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 963 947 { (exit 1); exit 1; }; } 964 ac_feature=`echo $ac_feature | sed 's/ [-.]/_/g'`948 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 965 949 eval enable_$ac_feature=no ;; 966 950 … … 978 962 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 979 963 # Reject names that are not valid shell variable names. 980 expr "x$ac_feature" : ".*[^- ._$as_cr_alnum]" >/dev/null &&964 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 981 965 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 982 966 { (exit 1); exit 1; }; } 983 ac_feature=`echo $ac_feature | sed 's/ [-.]/_/g'`967 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 984 968 eval enable_$ac_feature=\$ac_optarg ;; 985 969 … … 1175 1159 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1176 1160 # Reject names that are not valid shell variable names. 1177 expr "x$ac_package" : ".*[^- ._$as_cr_alnum]" >/dev/null &&1161 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1178 1162 { echo "$as_me: error: invalid package name: $ac_package" >&2 1179 1163 { (exit 1); exit 1; }; } 1180 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`1164 ac_package=`echo $ac_package| sed 's/-/_/g'` 1181 1165 eval with_$ac_package=\$ac_optarg ;; 1182 1166 … … 1184 1168 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1185 1169 # Reject names that are not valid shell variable names. 1186 expr "x$ac_package" : ".*[^- ._$as_cr_alnum]" >/dev/null &&1170 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1187 1171 { echo "$as_me: error: invalid package name: $ac_package" >&2 1188 1172 { (exit 1); exit 1; }; } 1189 ac_package=`echo $ac_package | sed 's/ [-.]/_/g'`1173 ac_package=`echo $ac_package | sed 's/-/_/g'` 1190 1174 eval with_$ac_package=no ;; 1191 1175 … … 1447 1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1448 1432 nonstandard directory <lib dir> 1449 LIBS libraries to pass to the linker, e.g. -l<library>1450 1433 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1451 1434 you have headers in a nonstandard directory <include dir> … … 1521 1504 cat <<\_ACEOF 1522 1505 configure 1523 generated by GNU Autoconf 2.6 11506 generated by GNU Autoconf 2.60 1524 1507 1525 1508 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, … … 1535 1518 1536 1519 It was created by $as_me, which was 1537 generated by GNU Autoconf 2.6 1. Invocation command line was1520 generated by GNU Autoconf 2.60. Invocation command line was 1538 1521 1539 1522 $ $0 $@ … … 2017 2000 test -z "$as_dir" && as_dir=. 2018 2001 for ac_exec_ext in '' $ac_executable_extensions; do 2019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ test_x"$as_dir/$ac_word$ac_exec_ext"; }; then2002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2020 2003 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2021 2004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2057 2040 test -z "$as_dir" && as_dir=. 2058 2041 for ac_exec_ext in '' $ac_executable_extensions; do 2059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ test_x"$as_dir/$ac_word$ac_exec_ext"; }; then2042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2060 2043 ac_cv_prog_ac_ct_CC="gcc" 2061 2044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2114 2097 test -z "$as_dir" && as_dir=. 2115 2098 for ac_exec_ext in '' $ac_executable_extensions; do 2116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ test_x"$as_dir/$ac_word$ac_exec_ext"; }; then2099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2117 2100 ac_cv_prog_CC="${ac_tool_prefix}cc" 2118 2101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2155 2138 test -z "$as_dir" && as_dir=. 2156 2139 for ac_exec_ext in '' $ac_executable_extensions; do 2157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ test_x"$as_dir/$ac_word$ac_exec_ext"; }; then2140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2158 2141 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2159 2142 ac_prog_rejected=yes … … 2213 2196 test -z "$as_dir" && as_dir=. 2214 2197 for ac_exec_ext in '' $ac_executable_extensions; do 2215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ test_x"$as_dir/$ac_word$ac_exec_ext"; }; then2198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2216 2199 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2217 2200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2257 2240 test -z "$as_dir" && as_dir=. 2258 2241 for ac_exec_ext in '' $ac_executable_extensions; do 2259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ test_x"$as_dir/$ac_word$ac_exec_ext"; }; then2242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2260 2243 ac_cv_prog_ac_ct_CC="$ac_prog" 2261 2244 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2398 2381 # so that the user can short-circuit this test for compilers unknown to 2399 2382 # Autoconf. 2400 for ac_file in $ac_files ''2383 for ac_file in $ac_files 2401 2384 do 2402 2385 test -f "$ac_file" || continue … … 2426 2409 2427 2410 else 2428 ac_file=''2429 fi2430 2431 { echo "$as_me:$LINENO: result: $ac_file" >&52432 echo "${ECHO_T}$ac_file" >&6; }2433 if test -z "$ac_file"; then2434 2411 echo "$as_me: failed program was:" >&5 2435 2412 sed 's/^/| /' conftest.$ac_ext >&5 … … 2443 2420 2444 2421 ac_exeext=$ac_cv_exeext 2422 { echo "$as_me:$LINENO: result: $ac_file" >&5 2423 echo "${ECHO_T}$ac_file" >&6; } 2445 2424 2446 2425 # Check that the compiler produces executables we can run. If not, either … … 2620 2599 cat conftest.err >&5 2621 2600 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2622 (exit $ac_status); } && { 2623 test -z "$ac_c_werror_flag" || 2624 test ! -s conftest.err 2625 } && test -s conftest.$ac_objext; then 2601 (exit $ac_status); } && 2602 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2603 { (case "(($ac_try" in 2604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2605 *) ac_try_echo=$ac_try;; 2606 esac 2607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2608 (eval "$ac_try") 2>&5 2609 ac_status=$? 2610 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2611 (exit $ac_status); }; } && 2612 { ac_try='test -s conftest.$ac_objext' 2613 { (case "(($ac_try" in 2614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2615 *) ac_try_echo=$ac_try;; 2616 esac 2617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2618 (eval "$ac_try") 2>&5 2619 ac_status=$? 2620 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2621 (exit $ac_status); }; }; then 2626 2622 ac_compiler_gnu=yes 2627 2623 else … … 2678 2674 cat conftest.err >&5 2679 2675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2680 (exit $ac_status); } && { 2681 test -z "$ac_c_werror_flag" || 2682 test ! -s conftest.err 2683 } && test -s conftest.$ac_objext; then 2676 (exit $ac_status); } && 2677 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2678 { (case "(($ac_try" in 2679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2680 *) ac_try_echo=$ac_try;; 2681 esac 2682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2683 (eval "$ac_try") 2>&5 2684 ac_status=$? 2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2686 (exit $ac_status); }; } && 2687 { ac_try='test -s conftest.$ac_objext' 2688 { (case "(($ac_try" in 2689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2690 *) ac_try_echo=$ac_try;; 2691 esac 2692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2693 (eval "$ac_try") 2>&5 2694 ac_status=$? 2695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2696 (exit $ac_status); }; }; then 2684 2697 ac_cv_prog_cc_g=yes 2685 2698 else … … 2716 2729 cat conftest.err >&5 2717 2730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2718 (exit $ac_status); } && { 2719 test -z "$ac_c_werror_flag" || 2720 test ! -s conftest.err 2721 } && test -s conftest.$ac_objext; then 2731 (exit $ac_status); } && 2732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2733 { (case "(($ac_try" in 2734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2735 *) ac_try_echo=$ac_try;; 2736 esac 2737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2738 (eval "$ac_try") 2>&5 2739 ac_status=$? 2740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2741 (exit $ac_status); }; } && 2742 { ac_try='test -s conftest.$ac_objext' 2743 { (case "(($ac_try" in 2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2745 *) ac_try_echo=$ac_try;; 2746 esac 2747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2748 (eval "$ac_try") 2>&5 2749 ac_status=$? 2750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2751 (exit $ac_status); }; }; then 2722 2752 : 2723 2753 else … … 2755 2785 cat conftest.err >&5 2756 2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2757 (exit $ac_status); } && { 2758 test -z "$ac_c_werror_flag" || 2759 test ! -s conftest.err 2760 } && test -s conftest.$ac_objext; then 2787 (exit $ac_status); } && 2788 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2789 { (case "(($ac_try" in 2790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2791 *) ac_try_echo=$ac_try;; 2792 esac 2793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2794 (eval "$ac_try") 2>&5 2795 ac_status=$? 2796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2797 (exit $ac_status); }; } && 2798 { ac_try='test -s conftest.$ac_objext' 2799 { (case "(($ac_try" in 2800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2801 *) ac_try_echo=$ac_try;; 2802 esac 2803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2804 (eval "$ac_try") 2>&5 2805 ac_status=$? 2806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2807 (exit $ac_status); }; }; then 2761 2808 ac_cv_prog_cc_g=yes 2762 2809 else … … 2874 2921 cat conftest.err >&5 2875 2922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2876 (exit $ac_status); } && { 2877 test -z "$ac_c_werror_flag" || 2878 test ! -s conftest.err 2879 } && test -s conftest.$ac_objext; then 2923 (exit $ac_status); } && 2924 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2925 { (case "(($ac_try" in 2926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2927 *) ac_try_echo=$ac_try;; 2928 esac 2929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2930 (eval "$ac_try") 2>&5 2931 ac_status=$? 2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2933 (exit $ac_status); }; } && 2934 { ac_try='test -s conftest.$ac_objext' 2935 { (case "(($ac_try" in 2936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2937 *) ac_try_echo=$ac_try;; 2938 esac 2939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2940 (eval "$ac_try") 2>&5 2941 ac_status=$? 2942 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2943 (exit $ac_status); }; }; then 2880 2944 ac_cv_prog_cc_c89=$ac_arg 2881 2945 else … … 3064 3128 for ac_exec_ext in '' $ac_executable_extensions; do 3065 3129 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3066 { test -f "$ac_path_GREP" && $as_ test_x"$ac_path_GREP"; } || continue3130 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 3067 3131 # Check for GNU ac_path_GREP and select it if it is found. 3068 3132 # Check for GNU $ac_path_GREP … … 3146 3210 for ac_exec_ext in '' $ac_executable_extensions; do 3147 3211 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3148 { test -f "$ac_path_EGREP" && $as_ test_x"$ac_path_EGREP"; } || continue3212 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 3149 3213 # Check for GNU ac_path_EGREP and select it if it is found. 3150 3214 # Check for GNU $ac_path_EGREP … … 3627 3691 *-*-irix6*) 3628 3692 # Find out which ABI we are using. 3629 echo '#line 36 29"configure"' > conftest.$ac_ext3693 echo '#line 3693 "configure"' > conftest.$ac_ext 3630 3694 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3631 3695 (eval $ac_compile) 2>&5 … … 3751 3815 cat conftest.err >&5 3752 3816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3753 (exit $ac_status); } && { 3754 test -z "$ac_c_werror_flag" || 3755 test ! -s conftest.err 3756 } && test -s conftest$ac_exeext && 3757 $as_test_x conftest$ac_exeext; then 3817 (exit $ac_status); } && 3818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3819 { (case "(($ac_try" in 3820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3821 *) ac_try_echo=$ac_try;; 3822 esac 3823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3824 (eval "$ac_try") 2>&5 3825 ac_status=$? 3826 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3827 (exit $ac_status); }; } && 3828 { ac_try='test -s conftest$ac_exeext' 3829 { (case "(($ac_try" in 3830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3831 *) ac_try_echo=$ac_try;; 3832 esac 3833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3834 (eval "$ac_try") 2>&5 3835 ac_status=$? 3836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3837 (exit $ac_status); }; }; then 3758 3838 lt_cv_cc_needs_belf=yes 3759 3839 else … … 3764 3844 fi 3765 3845 3766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo\3846 rm -f core conftest.err conftest.$ac_objext \ 3767 3847 conftest$ac_exeext conftest.$ac_ext 3768 3848 ac_ext=c … … 3858 3938 cat conftest.err >&5 3859 3939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3860 (exit $ac_status); } >/dev/null && { 3861 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3862 test ! -s conftest.err 3863 }; then 3940 (exit $ac_status); } >/dev/null; then 3941 if test -s conftest.err; then 3942 ac_cpp_err=$ac_c_preproc_warn_flag 3943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3944 else 3945 ac_cpp_err= 3946 fi 3947 else 3948 ac_cpp_err=yes 3949 fi 3950 if test -z "$ac_cpp_err"; then 3864 3951 : 3865 3952 else … … 3895 3982 cat conftest.err >&5 3896 3983 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3897 (exit $ac_status); } >/dev/null && { 3898 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3899 test ! -s conftest.err 3900 }; then 3984 (exit $ac_status); } >/dev/null; then 3985 if test -s conftest.err; then 3986 ac_cpp_err=$ac_c_preproc_warn_flag 3987 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3988 else 3989 ac_cpp_err= 3990 fi 3991 else 3992 ac_cpp_err=yes 3993 fi 3994 if test -z "$ac_cpp_err"; then 3901 3995 # Broken: success on invalid input. 3902 3996 continue … … 3963 4057 cat conftest.err >&5 3964 4058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3965 (exit $ac_status); } >/dev/null && { 3966 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3967 test ! -s conftest.err 3968 }; then 4059 (exit $ac_status); } >/dev/null; then 4060 if test -s conftest.err; then 4061 ac_cpp_err=$ac_c_preproc_warn_flag 4062 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4063 else 4064 ac_cpp_err= 4065 fi 4066 else 4067 ac_cpp_err=yes 4068 fi 4069 if test -z "$ac_cpp_err"; then 3969 4070 : 3970 4071 else … … 4000 4101 cat conftest.err >&5 4001 4102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4002 (exit $ac_status); } >/dev/null && { 4003 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4004 test ! -s conftest.err 4005 }; then 4103 (exit $ac_status); } >/dev/null; then 4104 if test -s conftest.err; then 4105 ac_cpp_err=$ac_c_preproc_warn_flag 4106 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4107 else 4108 ac_cpp_err= 4109 fi 4110 else 4111 ac_cpp_err=yes 4112 fi 4113 if test -z "$ac_cpp_err"; then 4006 4114 # Broken: success on invalid input. 4007 4115 continue … … 4074 4182 cat conftest.err >&5 4075 4183 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4076 (exit $ac_status); } && { 4077 test -z "$ac_c_werror_flag" || 4078 test ! -s conftest.err 4079 } && test -s conftest.$ac_objext; then 4184 (exit $ac_status); } && 4185 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4186 { (case "(($ac_try" in 4187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4188 *) ac_try_echo=$ac_try;; 4189 esac 4190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4191 (eval "$ac_try") 2>&5 4192 ac_status=$? 4193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4194 (exit $ac_status); }; } && 4195 { ac_try='test -s conftest.$ac_objext' 4196 { (case "(($ac_try" in 4197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4198 *) ac_try_echo=$ac_try;; 4199 esac 4200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4201 (eval "$ac_try") 2>&5 4202 ac_status=$? 4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4204 (exit $ac_status); }; }; then 4080 4205 ac_cv_header_stdc=yes 4081 4206 else … … 4253 4378 cat conftest.err >&5 4254 4379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4255 (exit $ac_status); } && { 4256 test -z "$ac_c_werror_flag" || 4257 test ! -s conftest.err 4258 } && test -s conftest.$ac_objext; then 4380 (exit $ac_status); } && 4381 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4382 { (case "(($ac_try" in 4383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4384 *) ac_try_echo=$ac_try;; 4385 esac 4386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4387 (eval "$ac_try") 2>&5 4388 ac_status=$? 4389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4390 (exit $ac_status); }; } && 4391 { ac_try='test -s conftest.$ac_objext' 4392 { (case "(($ac_try" in 4393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4394 *) ac_try_echo=$ac_try;; 4395 esac 4396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4397 (eval "$ac_try") 2>&5 4398 ac_status=$? 4399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4400 (exit $ac_status); }; }; then 4259 4401 eval "$as_ac_Header=yes" 4260 4402 else … … 4319 4461 cat conftest.err >&5 4320 4462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4321 (exit $ac_status); } && { 4322 test -z "$ac_c_werror_flag" || 4323 test ! -s conftest.err 4324 } && test -s conftest.$ac_objext; then 4463 (exit $ac_status); } && 4464 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4465 { (case "(($ac_try" in 4466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
