Changeset 153 for trunk

Show
Ignore:
Timestamp:
05/23/07 00:55:23 (20 months ago)
Author:
dragorn
Message:

Include asm/types.h for linux wireless.h tests

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r149 r153  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61. 
     3# Generated by GNU Autoconf 2.60. 
    44# 
    55# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    1111## --------------------- ## 
    1212 
    13 # Be more Bourne compatible 
    14 DUALCASE=1; export DUALCASE # for MKS sh 
     13# Be Bourne compatible 
    1514if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    1615  emulate sh 
     
    2120  setopt NO_GLOB_SUBST 
    2221else 
    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 
     23fi 
     24BIN_SH=xpg4; export BIN_SH # for Tru64 
     25DUALCASE=1; export DUALCASE # for MKS sh 
    3026 
    3127 
     
    220216  as_candidate_shells= 
    221217    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
     218for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    223219do 
    224220  IFS=$as_save_IFS 
     
    238234         if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
    239235                { ("$as_shell") 2> /dev/null <<\_ASEOF 
     236# Be Bourne compatible 
    240237if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    241238  emulate sh 
     
    246243  setopt NO_GLOB_SUBST 
    247244else 
    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 
     246fi 
     247BIN_SH=xpg4; export BIN_SH # for Tru64 
     248DUALCASE=1; export DUALCASE # for MKS sh 
    254249 
    255250: 
     
    259254               as_have_required=yes 
    260255               if { "$as_shell" 2> /dev/null <<\_ASEOF 
     256# Be Bourne compatible 
    261257if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    262258  emulate sh 
     
    267263  setopt NO_GLOB_SUBST 
    268264else 
    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 
     266fi 
     267BIN_SH=xpg4; export BIN_SH # for Tru64 
     268DUALCASE=1; export DUALCASE # for MKS sh 
    275269 
    276270: 
     
    519513fi 
    520514 
    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. 
     517cat >conf$$.file <<_ASEOF 
     518#! /bin/sh 
     519exit 0 
     520_ASEOF 
     521chmod +x conf$$.file 
     522if test -x conf$$.file >/dev/null 2>&1; then 
     523  as_executable_p="test -x" 
     524else 
     525  as_executable_p=: 
     526fi 
     527rm -f conf$$.file 
    543528 
    544529# Sed expression to map a string onto a valid CPP name. 
     
    735720ac_includes_default="\ 
    736721#include <stdio.h> 
    737 #ifdef HAVE_SYS_TYPES_H 
     722#if HAVE_SYS_TYPES_H 
    738723# include <sys/types.h> 
    739724#endif 
    740 #ifdef HAVE_SYS_STAT_H 
     725#if HAVE_SYS_STAT_H 
    741726# include <sys/stat.h> 
    742727#endif 
    743 #ifdef STDC_HEADERS 
     728#if STDC_HEADERS 
    744729# include <stdlib.h> 
    745730# include <stddef.h> 
    746731#else 
    747 # ifdef HAVE_STDLIB_H 
     732# if HAVE_STDLIB_H 
    748733#  include <stdlib.h> 
    749734# endif 
    750735#endif 
    751 #ifdef HAVE_STRING_H 
    752 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H 
     736#if HAVE_STRING_H 
     737# if !STDC_HEADERS && HAVE_MEMORY_H 
    753738#  include <memory.h> 
    754739# endif 
    755740# include <string.h> 
    756741#endif 
    757 #ifdef HAVE_STRINGS_H 
     742#if HAVE_STRINGS_H 
    758743# include <strings.h> 
    759744#endif 
    760 #ifdef HAVE_INTTYPES_H 
     745#if HAVE_INTTYPES_H 
    761746# include <inttypes.h> 
    762747#endif 
    763 #ifdef HAVE_STDINT_H 
     748#if HAVE_STDINT_H 
    764749# include <stdint.h> 
    765750#endif 
    766 #ifdef HAVE_UNISTD_H 
     751#if HAVE_UNISTD_H 
    767752# include <unistd.h> 
    768753#endif" 
     
    845830CFLAGS 
    846831LDFLAGS 
    847 LIBS 
    848832CPPFLAGS 
    849833CPP 
     
    959943    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    960944    # 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 && 
    962946      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    963947   { (exit 1); exit 1; }; } 
    964     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     948    ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    965949    eval enable_$ac_feature=no ;; 
    966950 
     
    978962    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    979963    # 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 && 
    981965      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    982966   { (exit 1); exit 1; }; } 
    983     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     967    ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    984968    eval enable_$ac_feature=\$ac_optarg ;; 
    985969 
     
    11751159    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    11761160    # 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 && 
    11781162      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    11791163   { (exit 1); exit 1; }; } 
    1180     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1164    ac_package=`echo $ac_package| sed 's/-/_/g'` 
    11811165    eval with_$ac_package=\$ac_optarg ;; 
    11821166 
     
    11841168    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    11851169    # 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 && 
    11871171      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    11881172   { (exit 1); exit 1; }; } 
    1189     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1173    ac_package=`echo $ac_package | sed 's/-/_/g'` 
    11901174    eval with_$ac_package=no ;; 
    11911175 
     
    14471431  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a 
    14481432              nonstandard directory <lib dir> 
    1449   LIBS        libraries to pass to the linker, e.g. -l<library> 
    14501433  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 
    14511434              you have headers in a nonstandard directory <include dir> 
     
    15211504  cat <<\_ACEOF 
    15221505configure 
    1523 generated by GNU Autoconf 2.61 
     1506generated by GNU Autoconf 2.60 
    15241507 
    15251508Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    15351518 
    15361519It was created by $as_me, which was 
    1537 generated by GNU Autoconf 2.61.  Invocation command line was 
     1520generated by GNU Autoconf 2.60.  Invocation command line was 
    15381521 
    15391522  $ $0 $@ 
     
    20172000  test -z "$as_dir" && as_dir=. 
    20182001  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"; }; then 
     2002  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20202003    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    20212004    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    20572040  test -z "$as_dir" && as_dir=. 
    20582041  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"; }; then 
     2042  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20602043    ac_cv_prog_ac_ct_CC="gcc" 
    20612044    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    21142097  test -z "$as_dir" && as_dir=. 
    21152098  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"; }; then 
     2099  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21172100    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    21182101    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    21552138  test -z "$as_dir" && as_dir=. 
    21562139  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"; }; then 
     2140  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21582141    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 
    21592142       ac_prog_rejected=yes 
     
    22132196  test -z "$as_dir" && as_dir=. 
    22142197  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"; }; then 
     2198  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    22162199    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    22172200    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    22572240  test -z "$as_dir" && as_dir=. 
    22582241  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"; }; then 
     2242  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    22602243    ac_cv_prog_ac_ct_CC="$ac_prog" 
    22612244    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    23982381# so that the user can short-circuit this test for compilers unknown to 
    23992382# Autoconf. 
    2400 for ac_file in $ac_files '' 
     2383for ac_file in $ac_files 
    24012384do 
    24022385  test -f "$ac_file" || continue 
     
    24262409 
    24272410else 
    2428   ac_file='' 
    2429 fi 
    2430  
    2431 { echo "$as_me:$LINENO: result: $ac_file" >&5 
    2432 echo "${ECHO_T}$ac_file" >&6; } 
    2433 if test -z "$ac_file"; then 
    24342411  echo "$as_me: failed program was:" >&5 
    24352412sed 's/^/| /' conftest.$ac_ext >&5 
     
    24432420 
    24442421ac_exeext=$ac_cv_exeext 
     2422{ echo "$as_me:$LINENO: result: $ac_file" >&5 
     2423echo "${ECHO_T}$ac_file" >&6; } 
    24452424 
    24462425# Check that the compiler produces executables we can run.  If not, either 
     
    26202599  cat conftest.err >&5 
    26212600  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;; 
     2606esac 
     2607eval "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;; 
     2616esac 
     2617eval "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 
    26262622  ac_compiler_gnu=yes 
    26272623else 
     
    26782674  cat conftest.err >&5 
    26792675  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;; 
     2681esac 
     2682eval "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;; 
     2691esac 
     2692eval "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 
    26842697  ac_cv_prog_cc_g=yes 
    26852698else 
     
    27162729  cat conftest.err >&5 
    27172730  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;; 
     2736esac 
     2737eval "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;; 
     2746esac 
     2747eval "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 
    27222752  : 
    27232753else 
     
    27552785  cat conftest.err >&5 
    27562786  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;; 
     2792esac 
     2793eval "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;; 
     2802esac 
     2803eval "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 
    27612808  ac_cv_prog_cc_g=yes 
    27622809else 
     
    28742921  cat conftest.err >&5 
    28752922  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;; 
     2928esac 
     2929eval "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;; 
     2938esac 
     2939eval "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 
    28802944  ac_cv_prog_cc_c89=$ac_arg 
    28812945else 
     
    30643128  for ac_exec_ext in '' $ac_executable_extensions; do 
    30653129    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    3066     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
     3130    { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 
    30673131    # Check for GNU ac_path_GREP and select it if it is found. 
    30683132  # Check for GNU $ac_path_GREP 
     
    31463210  for ac_exec_ext in '' $ac_executable_extensions; do 
    31473211    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    3148     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
     3212    { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 
    31493213    # Check for GNU ac_path_EGREP and select it if it is found. 
    31503214  # Check for GNU $ac_path_EGREP 
     
    36273691*-*-irix6*) 
    36283692  # Find out which ABI we are using. 
    3629   echo '#line 3629 "configure"' > conftest.$ac_ext 
     3693  echo '#line 3693 "configure"' > conftest.$ac_ext 
    36303694  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    36313695  (eval $ac_compile) 2>&5 
     
    37513815  cat conftest.err >&5 
    37523816  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;; 
     3822esac 
     3823eval "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;; 
     3832esac 
     3833eval "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 
    37583838  lt_cv_cc_needs_belf=yes 
    37593839else 
     
    37643844fi 
    37653845 
    3766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
     3846rm -f core conftest.err conftest.$ac_objext \ 
    37673847      conftest$ac_exeext conftest.$ac_ext 
    37683848     ac_ext=c 
     
    38583938  cat conftest.err >&5 
    38593939  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 
     3947else 
     3948  ac_cpp_err=yes 
     3949fi 
     3950if test -z "$ac_cpp_err"; then 
    38643951  : 
    38653952else 
     
    38953982  cat conftest.err >&5 
    38963983  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 
     3991else 
     3992  ac_cpp_err=yes 
     3993fi 
     3994if test -z "$ac_cpp_err"; then 
    39013995  # Broken: success on invalid input. 
    39023996continue 
     
    39634057  cat conftest.err >&5 
    39644058  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 
     4066else 
     4067  ac_cpp_err=yes 
     4068fi 
     4069if test -z "$ac_cpp_err"; then 
    39694070  : 
    39704071else 
     
    40004101  cat conftest.err >&5 
    40014102  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 
     4110else 
     4111  ac_cpp_err=yes 
     4112fi 
     4113if test -z "$ac_cpp_err"; then 
    40064114  # Broken: success on invalid input. 
    40074115continue 
     
    40744182  cat conftest.err >&5 
    40754183  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;; 
     4189esac 
     4190eval "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;; 
     4199esac 
     4200eval "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 
    40804205  ac_cv_header_stdc=yes 
    40814206else 
     
    42534378  cat conftest.err >&5 
    42544379  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;; 
     4385esac 
     4386eval "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;; 
     4395esac 
     4396eval "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 
    42594401  eval "$as_ac_Header=yes" 
    42604402else 
     
    43194461  cat conftest.err >&5 
    43204462  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;;