VirtualBox

忽略:
時間撮記:
2010-9-14 上午10:26:19 (14 年 以前)
作者:
vboxsync
訊息:

RDP/client: use sysfs for USB device enumeration and switch to using real iprt

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/RDP/client/configure

    r18866 r32472  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.61 for rdesktop 1.6.0.
     3# Generated by GNU Autoconf 2.67 for rdesktop 1.6.0.
     4#
    45#
    56# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
     8# Foundation, Inc.
     9#
     10#
    711# This configure script is free software; the Free Software Foundation
    812# gives unlimited permission to copy, distribute and modify it.
    9 ## --------------------- ##
    10 ## M4sh Initialization.  ##
    11 ## --------------------- ##
     13## -------------------- ##
     14## M4sh Initialization. ##
     15## -------------------- ##
    1216
    1317# Be more Bourne compatible
    1418DUALCASE=1; export DUALCASE # for MKS sh
    15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    1620  emulate sh
    1721  NULLCMD=:
    18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    1923  # is contrary to our usage.  Disable this feature.
    2024  alias -g '${1+"$@"}'='"$@"'
    2125  setopt NO_GLOB_SUBST
    2226else
    23   case `(set -o) 2>/dev/null` in
    24   *posix*) set -o posix ;;
     27  case `(set -o) 2>/dev/null` in #(
     28  *posix*) :
     29    set -o posix ;; #(
     30  *) :
     31     ;;
    2532esac
    26 
    27 fi
    28 
    29 
    30 
    31 
    32 # PATH needs CR
    33 # Avoid depending upon Character Ranges.
    34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    37 as_cr_digits='0123456789'
    38 as_cr_alnum=$as_cr_Letters$as_cr_digits
     33fi
     34
     35
     36as_nl='
     37'
     38export as_nl
     39# Printing a long string crashes Solaris 7 /usr/bin/printf.
     40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     43# Prefer a ksh shell builtin over an external printf program on Solaris,
     44# but without wasting forks for bash or zsh.
     45if test -z "$BASH_VERSION$ZSH_VERSION" \
     46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
     47  as_echo='print -r --'
     48  as_echo_n='print -rn --'
     49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     50  as_echo='printf %s\n'
     51  as_echo_n='printf %s'
     52else
     53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     55    as_echo_n='/usr/ucb/echo -n'
     56  else
     57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     58    as_echo_n_body='eval
     59      arg=$1;
     60      case $arg in #(
     61      *"$as_nl"*)
     62        expr "X$arg" : "X\\(.*\\)$as_nl";
     63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     64      esac;
     65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     66    '
     67    export as_echo_n_body
     68    as_echo_n='sh -c $as_echo_n_body as_echo'
     69  fi
     70  export as_echo_body
     71  as_echo='sh -c $as_echo_body as_echo'
     72fi
    3973
    4074# The user is always right.
    4175if test "${PATH_SEPARATOR+set}" != set; then
    42   echo "#! /bin/sh" >conf$$.sh
    43   echo  "exit 0"   >>conf$$.sh
    44   chmod +x conf$$.sh
    45   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    46     PATH_SEPARATOR=';'
    47   else
    48     PATH_SEPARATOR=:
    49   fi
    50   rm -f conf$$.sh
    51 fi
    52 
    53 # Support unset when possible.
    54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    55   as_unset=unset
    56 else
    57   as_unset=false
     76  PATH_SEPARATOR=:
     77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     79      PATH_SEPARATOR=';'
     80  }
    5881fi
    5982
     
    6487# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    6588# splitting by setting IFS to empty value.)
    66 as_nl='
    67 '
    6889IFS=" ""        $as_nl"
    6990
    7091# Find who we are.  Look in the path if we contain no directory separator.
    71 case $0 in
     92case $0 in #((
    7293  *[\\/]* ) as_myself=$0 ;;
    7394  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    7697  IFS=$as_save_IFS
    7798  test -z "$as_dir" && as_dir=.
    78   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    79 done
     99    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     100  done
    80101IFS=$as_save_IFS
    81102
     
    88109fi
    89110if test ! -f "$as_myself"; then
    90   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    91   { (exit 1); exit 1; }
    92 fi
    93 
    94 # Work around bugs in pre-3.0 UWIN ksh.
    95 for as_var in ENV MAIL MAILPATH
    96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     111  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     112  exit 1
     113fi
     114
     115# Unset variables that we do not need and which cause bugs (e.g. in
     116# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
     117# suppresses any "Segmentation fault" message there.  '((' could
     118# trigger a bug in pdksh 5.2.14.
     119for as_var in BASH_ENV ENV MAIL MAILPATH
     120do eval test x\${$as_var+set} = xset \
     121  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    97122done
    98123PS1='$ '
     
    101126
    102127# NLS nuisances.
    103 for as_var in \
    104   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    105   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    106   LC_TELEPHONE LC_TIME
     128LC_ALL=C
     129export LC_ALL
     130LANGUAGE=C
     131export LANGUAGE
     132
     133# CDPATH.
     134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
     135
     136if test "x$CONFIG_SHELL" = x; then
     137  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
     138  emulate sh
     139  NULLCMD=:
     140  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
     141  # is contrary to our usage.  Disable this feature.
     142  alias -g '\${1+\"\$@\"}'='\"\$@\"'
     143  setopt NO_GLOB_SUBST
     144else
     145  case \`(set -o) 2>/dev/null\` in #(
     146  *posix*) :
     147    set -o posix ;; #(
     148  *) :
     149     ;;
     150esac
     151fi
     152"
     153  as_required="as_fn_return () { (exit \$1); }
     154as_fn_success () { as_fn_return 0; }
     155as_fn_failure () { as_fn_return 1; }
     156as_fn_ret_success () { return 0; }
     157as_fn_ret_failure () { return 1; }
     158
     159exitcode=0
     160as_fn_success || { exitcode=1; echo as_fn_success failed.; }
     161as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
     162as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
     163as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
     164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
     165
     166else
     167  exitcode=1; echo positional parameters were not saved.
     168fi
     169test x\$exitcode = x0 || exit 1"
     170  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
     171  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
     172  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
     173  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
     174test \$(( 1 + 1 )) = 2 || exit 1"
     175  if (eval "$as_required") 2>/dev/null; then :
     176  as_have_required=yes
     177else
     178  as_have_required=no
     179fi
     180  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
     181
     182else
     183  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     184as_found=false
     185for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    107186do
    108   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    109     eval $as_var=C; export $as_var
     187  IFS=$as_save_IFS
     188  test -z "$as_dir" && as_dir=.
     189  as_found=:
     190  case $as_dir in #(
     191         /*)
     192           for as_base in sh bash ksh sh5; do
     193             # Try only shells that exist, to save several forks.
     194             as_shell=$as_dir/$as_base
     195             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
     196                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
     197  CONFIG_SHELL=$as_shell as_have_required=yes
     198                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
     199  break 2
     200fi
     201fi
     202           done;;
     203       esac
     204  as_found=false
     205done
     206$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
     207              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
     208  CONFIG_SHELL=$SHELL as_have_required=yes
     209fi; }
     210IFS=$as_save_IFS
     211
     212
     213      if test "x$CONFIG_SHELL" != x; then :
     214  # We cannot yet assume a decent shell, so we have to provide a
     215        # neutralization value for shells without unset; and this also
     216        # works around shells that cannot unset nonexistent variables.
     217        BASH_ENV=/dev/null
     218        ENV=/dev/null
     219        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     220        export CONFIG_SHELL
     221        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     222fi
     223
     224    if test x$as_have_required = xno; then :
     225  $as_echo "$0: This script requires a shell more modern than all"
     226  $as_echo "$0: the shells that I found on your system."
     227  if test x${ZSH_VERSION+set} = xset ; then
     228    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
     229    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
    110230  else
    111     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     231    $as_echo "$0: Please tell [email protected] about your system,
     232$0: including any error possibly output before this
     233$0: message. Then install a modern shell, or manually run
     234$0: the script under such a shell if you do have one."
    112235  fi
    113 done
    114 
    115 # Required to use basename.
     236  exit 1
     237fi
     238fi
     239fi
     240SHELL=${CONFIG_SHELL-/bin/sh}
     241export SHELL
     242# Unset more variables known to interfere with behavior of common tools.
     243CLICOLOR_FORCE= GREP_OPTIONS=
     244unset CLICOLOR_FORCE GREP_OPTIONS
     245
     246## --------------------- ##
     247## M4sh Shell Functions. ##
     248## --------------------- ##
     249# as_fn_unset VAR
     250# ---------------
     251# Portably unset VAR.
     252as_fn_unset ()
     253{
     254  { eval $1=; unset $1;}
     255}
     256as_unset=as_fn_unset
     257
     258# as_fn_set_status STATUS
     259# -----------------------
     260# Set $? to STATUS, without forking.
     261as_fn_set_status ()
     262{
     263  return $1
     264} # as_fn_set_status
     265
     266# as_fn_exit STATUS
     267# -----------------
     268# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
     269as_fn_exit ()
     270{
     271  set +e
     272  as_fn_set_status $1
     273  exit $1
     274} # as_fn_exit
     275
     276# as_fn_mkdir_p
     277# -------------
     278# Create "$as_dir" as a directory, including parents if necessary.
     279as_fn_mkdir_p ()
     280{
     281
     282  case $as_dir in #(
     283  -*) as_dir=./$as_dir;;
     284  esac
     285  test -d "$as_dir" || eval $as_mkdir_p || {
     286    as_dirs=
     287    while :; do
     288      case $as_dir in #(
     289      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     290      *) as_qdir=$as_dir;;
     291      esac
     292      as_dirs="'$as_qdir' $as_dirs"
     293      as_dir=`$as_dirname -- "$as_dir" ||
     294$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     295         X"$as_dir" : 'X\(//\)[^/]' \| \
     296         X"$as_dir" : 'X\(//\)$' \| \
     297         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     298$as_echo X"$as_dir" |
     299    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     300            s//\1/
     301            q
     302          }
     303          /^X\(\/\/\)[^/].*/{
     304            s//\1/
     305            q
     306          }
     307          /^X\(\/\/\)$/{
     308            s//\1/
     309            q
     310          }
     311          /^X\(\/\).*/{
     312            s//\1/
     313            q
     314          }
     315          s/.*/./; q'`
     316      test -d "$as_dir" && break
     317    done
     318    test -z "$as_dirs" || eval "mkdir $as_dirs"
     319  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
     320
     321
     322} # as_fn_mkdir_p
     323# as_fn_append VAR VALUE
     324# ----------------------
     325# Append the text in VALUE to the end of the definition contained in VAR. Take
     326# advantage of any shell optimizations that allow amortized linear growth over
     327# repeated appends, instead of the typical quadratic growth present in naive
     328# implementations.
     329if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
     330  eval 'as_fn_append ()
     331  {
     332    eval $1+=\$2
     333  }'
     334else
     335  as_fn_append ()
     336  {
     337    eval $1=\$$1\$2
     338  }
     339fi # as_fn_append
     340
     341# as_fn_arith ARG...
     342# ------------------
     343# Perform arithmetic evaluation on the ARGs, and store the result in the
     344# global $as_val. Take advantage of shells that can avoid forks. The arguments
     345# must be portable across $(()) and expr.
     346if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
     347  eval 'as_fn_arith ()
     348  {
     349    as_val=$(( $* ))
     350  }'
     351else
     352  as_fn_arith ()
     353  {
     354    as_val=`expr "$@" || test $? -eq 1`
     355  }
     356fi # as_fn_arith
     357
     358
     359# as_fn_error STATUS ERROR [LINENO LOG_FD]
     360# ----------------------------------------
     361# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
     362# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
     363# script with STATUS, using 1 if that was 0.
     364as_fn_error ()
     365{
     366  as_status=$1; test $as_status -eq 0 && as_status=1
     367  if test "$4"; then
     368    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     369    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
     370  fi
     371  $as_echo "$as_me: error: $2" >&2
     372  as_fn_exit $as_status
     373} # as_fn_error
     374
    116375if expr a : '\(a\)' >/dev/null 2>&1 &&
    117376   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    127386fi
    128387
    129 
    130 # Name of the executable.
     388if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     389  as_dirname=dirname
     390else
     391  as_dirname=false
     392fi
     393
    131394as_me=`$as_basename -- "$0" ||
    132395$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    133396         X"$0" : 'X\(//\)$' \| \
    134397         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    135 echo X/"$0" |
     398$as_echo X/"$0" |
    136399    sed '/^.*\/\([^/][^/]*\)\/*$/{
    137400            s//\1/
     
    148411          s/.*/./; q'`
    149412
    150 # CDPATH.
    151 $as_unset CDPATH
    152 
    153 
    154 if test "x$CONFIG_SHELL" = x; then
    155   if (eval ":") 2>/dev/null; then
    156   as_have_required=yes
    157 else
    158   as_have_required=no
    159 fi
    160 
    161   if test $as_have_required = yes &&     (eval ":
    162 (as_func_return () {
    163   (exit \$1)
    164 }
    165 as_func_success () {
    166   as_func_return 0
    167 }
    168 as_func_failure () {
    169   as_func_return 1
    170 }
    171 as_func_ret_success () {
    172   return 0
    173 }
    174 as_func_ret_failure () {
    175   return 1
    176 }
    177 
    178 exitcode=0
    179 if as_func_success; then
    180   :
    181 else
    182   exitcode=1
    183   echo as_func_success failed.
    184 fi
    185 
    186 if as_func_failure; then
    187   exitcode=1
    188   echo as_func_failure succeeded.
    189 fi
    190 
    191 if as_func_ret_success; then
    192   :
    193 else
    194   exitcode=1
    195   echo as_func_ret_success failed.
    196 fi
    197 
    198 if as_func_ret_failure; then
    199   exitcode=1
    200   echo as_func_ret_failure succeeded.
    201 fi
    202 
    203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    204   :
    205 else
    206   exitcode=1
    207   echo positional parameters were not saved.
    208 fi
    209 
    210 test \$exitcode = 0) || { (exit 1); exit 1; }
    211 
    212 (
    213   as_lineno_1=\$LINENO
    214   as_lineno_2=\$LINENO
    215   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
    216   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
    217 ") 2> /dev/null; then
    218   :
    219 else
    220   as_candidate_shells=
    221     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    223 do
    224   IFS=$as_save_IFS
    225   test -z "$as_dir" && as_dir=.
    226   case $as_dir in
    227          /*)
    228            for as_base in sh bash ksh sh5; do
    229              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
    230            done;;
    231        esac
    232 done
    233 IFS=$as_save_IFS
    234 
    235 
    236       for as_shell in $as_candidate_shells $SHELL; do
    237          # Try only shells that exist, to save several forks.
    238          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    239                 { ("$as_shell") 2> /dev/null <<\_ASEOF
    240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    241   emulate sh
    242   NULLCMD=:
    243   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    244   # is contrary to our usage.  Disable this feature.
    245   alias -g '${1+"$@"}'='"$@"'
    246   setopt NO_GLOB_SUBST
    247 else
    248   case `(set -o) 2>/dev/null` in
    249   *posix*) set -o posix ;;
    250 esac
    251 
    252 fi
    253 
    254 
    255 :
    256 _ASEOF
    257 }; then
    258   CONFIG_SHELL=$as_shell
    259                as_have_required=yes
    260                if { "$as_shell" 2> /dev/null <<\_ASEOF
    261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    262   emulate sh
    263   NULLCMD=:
    264   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265   # is contrary to our usage.  Disable this feature.
    266   alias -g '${1+"$@"}'='"$@"'
    267   setopt NO_GLOB_SUBST
    268 else
    269   case `(set -o) 2>/dev/null` in
    270   *posix*) set -o posix ;;
    271 esac
    272 
    273 fi
    274 
    275 
    276 :
    277 (as_func_return () {
    278   (exit $1)
    279 }
    280 as_func_success () {
    281   as_func_return 0
    282 }
    283 as_func_failure () {
    284   as_func_return 1
    285 }
    286 as_func_ret_success () {
    287   return 0
    288 }
    289 as_func_ret_failure () {
    290   return 1
    291 }
    292 
    293 exitcode=0
    294 if as_func_success; then
    295   :
    296 else
    297   exitcode=1
    298   echo as_func_success failed.
    299 fi
    300 
    301 if as_func_failure; then
    302   exitcode=1
    303   echo as_func_failure succeeded.
    304 fi
    305 
    306 if as_func_ret_success; then
    307   :
    308 else
    309   exitcode=1
    310   echo as_func_ret_success failed.
    311 fi
    312 
    313 if as_func_ret_failure; then
    314   exitcode=1
    315   echo as_func_ret_failure succeeded.
    316 fi
    317 
    318 if ( set x; as_func_ret_success y && test x = "$1" ); then
    319   :
    320 else
    321   exitcode=1
    322   echo positional parameters were not saved.
    323 fi
    324 
    325 test $exitcode = 0) || { (exit 1); exit 1; }
    326 
    327 (
    328   as_lineno_1=$LINENO
    329   as_lineno_2=$LINENO
    330   test "x$as_lineno_1" != "x$as_lineno_2" &&
    331   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
    332 
    333 _ASEOF
    334 }; then
    335   break
    336 fi
    337 
    338 fi
    339 
    340       done
    341 
    342       if test "x$CONFIG_SHELL" != x; then
    343   for as_var in BASH_ENV ENV
    344         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    345         done
    346         export CONFIG_SHELL
    347         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    348 fi
    349 
    350 
    351     if test $as_have_required = no; then
    352   echo This script requires a shell more modern than all the
    353       echo shells that I found on your system.  Please install a
    354       echo modern shell, or manually run the script under such a
    355       echo shell if you do have one.
    356       { (exit 1); exit 1; }
    357 fi
    358 
    359 
    360 fi
    361 
    362 fi
    363 
    364 
    365 
    366 (eval "as_func_return () {
    367   (exit \$1)
    368 }
    369 as_func_success () {
    370   as_func_return 0
    371 }
    372 as_func_failure () {
    373   as_func_return 1
    374 }
    375 as_func_ret_success () {
    376   return 0
    377 }
    378 as_func_ret_failure () {
    379   return 1
    380 }
    381 
    382 exitcode=0
    383 if as_func_success; then
    384   :
    385 else
    386   exitcode=1
    387   echo as_func_success failed.
    388 fi
    389 
    390 if as_func_failure; then
    391   exitcode=1
    392   echo as_func_failure succeeded.
    393 fi
    394 
    395 if as_func_ret_success; then
    396   :
    397 else
    398   exitcode=1
    399   echo as_func_ret_success failed.
    400 fi
    401 
    402 if as_func_ret_failure; then
    403   exitcode=1
    404   echo as_func_ret_failure succeeded.
    405 fi
    406 
    407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    408   :
    409 else
    410   exitcode=1
    411   echo positional parameters were not saved.
    412 fi
    413 
    414 test \$exitcode = 0") || {
    415   echo No shell found that supports shell functions.
    416   echo Please tell [email protected] about your system,
    417   echo including any error possibly output before this
    418   echo message
    419 }
    420 
    421 
    422 
    423   as_lineno_1=$LINENO
    424   as_lineno_2=$LINENO
    425   test "x$as_lineno_1" != "x$as_lineno_2" &&
    426   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    427 
    428   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    429   # uniformly replaced by the line number.  The first 'sed' inserts a
    430   # line-number line after each line using $LINENO; the second 'sed'
    431   # does the real work.  The second script uses 'N' to pair each
    432   # line-number line with the line containing $LINENO, and appends
    433   # trailing '-' during substitution so that $LINENO is not a special
    434   # case at line end.
    435   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    436   # scripts with optimization help from Paolo Bonzini.  Blame Lee
    437   # E. McMahon (1931-1989) for sed's syntax.  :-)
     413# Avoid depending upon Character Ranges.
     414as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     415as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
     416as_cr_Letters=$as_cr_letters$as_cr_LETTERS
     417as_cr_digits='0123456789'
     418as_cr_alnum=$as_cr_Letters$as_cr_digits
     419
     420
     421  as_lineno_1=$LINENO as_lineno_1a=$LINENO
     422  as_lineno_2=$LINENO as_lineno_2a=$LINENO
     423  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
     424  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
     425  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
    438426  sed -n '
    439427    p
     
    452440    ' >$as_me.lineno &&
    453441  chmod +x "$as_me.lineno" ||
    454     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    455    { (exit 1); exit 1; }; }
     442    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    456443
    457444  # Don't try to exec as it changes $[0], causing all sort of problems
     
    463450}
    464451
    465 
    466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    467   as_dirname=dirname
    468 else
    469   as_dirname=false
    470 fi
    471 
    472452ECHO_C= ECHO_N= ECHO_T=
    473 case `echo -n x` in
     453case `echo -n x` in #(((((
    474454-n*)
    475   case `echo 'x\c'` in
     455  case `echo 'xy\c'` in
    476456  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
    477   *)   ECHO_C='\c';;
     457  xy)  ECHO_C='\c';;
     458  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
     459       ECHO_T=' ';;
    478460  esac;;
    479461*)
     
    481463esac
    482464
    483 if expr a : '\(a\)' >/dev/null 2>&1 &&
    484    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    485   as_expr=expr
    486 else
    487   as_expr=false
    488 fi
    489 
    490465rm -f conf$$ conf$$.exe conf$$.file
    491466if test -d conf$$.dir; then
     
    493468else
    494469  rm -f conf$$.dir
    495   mkdir conf$$.dir
    496 fi
    497 echo >conf$$.file
    498 if ln -s conf$$.file conf$$ 2>/dev/null; then
    499   as_ln_s='ln -s'
    500   # ... but there are two gotchas:
    501   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    502   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    503   # In both cases, we have to default to `cp -p'.
    504   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     470  mkdir conf$$.dir 2>/dev/null
     471fi
     472if (echo >conf$$.file) 2>/dev/null; then
     473  if ln -s conf$$.file conf$$ 2>/dev/null; then
     474    as_ln_s='ln -s'
     475    # ... but there are two gotchas:
     476    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     477    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     478    # In both cases, we have to default to `cp -p'.
     479    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     480      as_ln_s='cp -p'
     481  elif ln conf$$.file conf$$ 2>/dev/null; then
     482    as_ln_s=ln
     483  else
    505484    as_ln_s='cp -p'
    506 elif ln conf$$.file conf$$ 2>/dev/null; then
    507   as_ln_s=ln
     485  fi
    508486else
    509487  as_ln_s='cp -p'
     
    513491
    514492if mkdir -p . 2>/dev/null; then
    515   as_mkdir_p=:
     493  as_mkdir_p='mkdir -p "$as_dir"'
    516494else
    517495  test -d ./-p && rmdir ./-p
     
    530508    eval sh -c '\''
    531509      if test -d "$1"; then
    532         test -d "$1/.";
     510        test -d "$1/.";
    533511      else
    534         case $1 in
    535         -*)set "./$1";;
     512        case $1 in #(
     513        -*)set "./$1";;
    536514        esac;
    537         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     515        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
    538516        ???[sx]*):;;*)false;;esac;fi
    539517    '\'' sh
     
    549527
    550528
    551 
    552 exec 7<&0 </dev/null 6>&1
     529test -n "$DJDIR" || exec 7<&0 </dev/null
     530exec 6>&1
    553531
    554532# Name of the host.
    555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
     533# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    556534# so uname gets run too.
    557535ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
     
    568546MFLAGS=
    569547MAKEFLAGS=
    570 SHELL=${CONFIG_SHELL-/bin/sh}
    571548
    572549# Identity of this package.
     
    576553PACKAGE_STRING='rdesktop 1.6.0'
    577554PACKAGE_BUGREPORT=''
     555PACKAGE_URL=''
    578556
    579557ac_unique_file="rdesktop.c"
     
    614592#endif"
    615593
    616 ac_subst_vars='SHELL
     594ac_subst_vars='LTLIBOBJS
     595host_os
     596host_vendor
     597host_cpu
     598host
     599build_os
     600build_vendor
     601build_cpu
     602build
     603LIBICONV
     604LIBOBJS
     605SOUNDOBJ
     606RDP2VNCTARGET
     607VNCLINK
     608LDVNC
     609VNCINC
     610SCARDOBJ
     611ssldir
     612STRIP
     613PKG_CONFIG
     614X_EXTRA_LIBS
     615X_LIBS
     616X_PRE_LIBS
     617X_CFLAGS
     618XMKMF
     619EGREP
     620GREP
     621CPP
     622INSTALL_DATA
     623INSTALL_SCRIPT
     624INSTALL_PROGRAM
     625ac_ct_CXX
     626CXXFLAGS
     627CXX
     628OBJEXT
     629EXEEXT
     630ac_ct_CC
     631CPPFLAGS
     632LDFLAGS
     633CFLAGS
     634CC
     635target_alias
     636host_alias
     637build_alias
     638LIBS
     639ECHO_T
     640ECHO_N
     641ECHO_C
     642DEFS
     643mandir
     644localedir
     645libdir
     646psdir
     647pdfdir
     648dvidir
     649htmldir
     650infodir
     651docdir
     652oldincludedir
     653includedir
     654localstatedir
     655sharedstatedir
     656sysconfdir
     657datadir
     658datarootdir
     659libexecdir
     660sbindir
     661bindir
     662program_transform_name
     663prefix
     664exec_prefix
     665PACKAGE_URL
     666PACKAGE_BUGREPORT
     667PACKAGE_STRING
     668PACKAGE_VERSION
     669PACKAGE_TARNAME
     670PACKAGE_NAME
    617671PATH_SEPARATOR
    618 PACKAGE_NAME
    619 PACKAGE_TARNAME
    620 PACKAGE_VERSION
    621 PACKAGE_STRING
    622 PACKAGE_BUGREPORT
    623 exec_prefix
    624 prefix
    625 program_transform_name
    626 bindir
    627 sbindir
    628 libexecdir
    629 datarootdir
    630 datadir
    631 sysconfdir
    632 sharedstatedir
    633 localstatedir
    634 includedir
    635 oldincludedir
    636 docdir
    637 infodir
    638 htmldir
    639 dvidir
    640 pdfdir
    641 psdir
    642 libdir
    643 localedir
    644 mandir
    645 DEFS
    646 ECHO_C
    647 ECHO_N
    648 ECHO_T
    649 LIBS
    650 build_alias
    651 host_alias
    652 target_alias
    653 CC
    654 CFLAGS
    655 LDFLAGS
    656 CPPFLAGS
    657 ac_ct_CC
    658 EXEEXT
    659 OBJEXT
    660 INSTALL_PROGRAM
    661 INSTALL_SCRIPT
    662 INSTALL_DATA
    663 CPP
    664 GREP
    665 EGREP
    666 XMKMF
    667 X_CFLAGS
    668 X_PRE_LIBS
    669 X_LIBS
    670 X_EXTRA_LIBS
    671 PKG_CONFIG
    672 STRIP
    673 ssldir
    674 PCSCLITE_CFLAGS
    675 PCSCLITE_LIBS
    676 SCARDOBJ
    677 VNCINC
    678 LDVNC
    679 VNCLINK
    680 RDP2VNCTARGET
    681 LIBAO_CFLAGS
    682 LIBAO_LIBS
    683 ALSA_CFLAGS
    684 ALSA_LIBS
    685 LIBSAMPLERATE_CFLAGS
    686 LIBSAMPLERATE_LIBS
    687 SOUNDOBJ
    688 LIBOBJS
    689 LIBICONV
    690 build
    691 build_cpu
    692 build_vendor
    693 build_os
    694 host
    695 host_cpu
    696 host_vendor
    697 host_os
    698 LTLIBOBJS'
     672SHELL'
    699673ac_subst_files=''
     674ac_user_opts='
     675enable_option_checking
     676with_x
     677with_openssl
     678enable_static_openssl
     679enable_smartcard
     680with_egd_socket
     681with_libvncserver_config
     682with_libvncserver
     683with_sound
     684enable_static_libsamplerate
     685with_libiconv_prefix
     686enable_largefile
     687with_ipv6
     688with_debug
     689with_debug_kbd
     690with_debug_rdp5
     691with_debug_clipboard
     692with_debug_sound
     693with_debug_channel
     694with_debug_seamless
     695with_debug_smartcard
     696'
    700697      ac_precious_vars='build_alias
    701698host_alias
     
    706703LIBS
    707704CPPFLAGS
     705CXX
     706CXXFLAGS
     707CCC
    708708CPP
    709 XMKMF
    710 PKG_CONFIG
    711 PCSCLITE_CFLAGS
    712 PCSCLITE_LIBS
    713 LIBAO_CFLAGS
    714 LIBAO_LIBS
    715 ALSA_CFLAGS
    716 ALSA_LIBS
    717 LIBSAMPLERATE_CFLAGS
    718 LIBSAMPLERATE_LIBS'
     709XMKMF'
    719710
    720711
     
    722713ac_init_help=
    723714ac_init_version=false
     715ac_unrecognized_opts=
     716ac_unrecognized_sep=
    724717# The variables have the same names as the options, with
    725718# dashes changed to underlines.
     
    777770
    778771  case $ac_option in
    779   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    780   *)    ac_optarg=yes ;;
     772  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     773  *=)   ac_optarg= ;;
     774  *)    ac_optarg=yes ;;
    781775  esac
    782776
     
    820814
    821815  -disable-* | --disable-*)
    822     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     816    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    823817    # Reject names that are not valid shell variable names.
    824     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    825       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    826    { (exit 1); exit 1; }; }
    827     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    828     eval enable_$ac_feature=no ;;
     818    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     819      as_fn_error $? "invalid feature name: $ac_useropt"
     820    ac_useropt_orig=$ac_useropt
     821    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     822    case $ac_user_opts in
     823      *"
     824"enable_$ac_useropt"
     825"*) ;;
     826      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     827         ac_unrecognized_sep=', ';;
     828    esac
     829    eval enable_$ac_useropt=no ;;
    829830
    830831  -docdir | --docdir | --docdi | --doc | --do)
     
    839840
    840841  -enable-* | --enable-*)
    841     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     842    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    842843    # Reject names that are not valid shell variable names.
    843     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    844       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    845    { (exit 1); exit 1; }; }
    846     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    847     eval enable_$ac_feature=\$ac_optarg ;;
     844    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     845      as_fn_error $? "invalid feature name: $ac_useropt"
     846    ac_useropt_orig=$ac_useropt
     847    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     848    case $ac_user_opts in
     849      *"
     850"enable_$ac_useropt"
     851"*) ;;
     852      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     853         ac_unrecognized_sep=', ';;
     854    esac
     855    eval enable_$ac_useropt=\$ac_optarg ;;
    848856
    849857  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10361044
    10371045  -with-* | --with-*)
    1038     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1046    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10391047    # Reject names that are not valid shell variable names.
    1040     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1041       { echo "$as_me: error: invalid package name: $ac_package" >&2
    1042    { (exit 1); exit 1; }; }
    1043     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1044     eval with_$ac_package=\$ac_optarg ;;
     1048    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1049      as_fn_error $? "invalid package name: $ac_useropt"
     1050    ac_useropt_orig=$ac_useropt
     1051    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1052    case $ac_user_opts in
     1053      *"
     1054"with_$ac_useropt"
     1055"*) ;;
     1056      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1057         ac_unrecognized_sep=', ';;
     1058    esac
     1059    eval with_$ac_useropt=\$ac_optarg ;;
    10451060
    10461061  -without-* | --without-*)
    1047     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1062    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10481063    # Reject names that are not valid shell variable names.
    1049     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1050       { echo "$as_me: error: invalid package name: $ac_package" >&2
    1051    { (exit 1); exit 1; }; }
    1052     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1053     eval with_$ac_package=no ;;
     1064    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1065      as_fn_error $? "invalid package name: $ac_useropt"
     1066    ac_useropt_orig=$ac_useropt
     1067    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1068    case $ac_user_opts in
     1069      *"
     1070"with_$ac_useropt"
     1071"*) ;;
     1072      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1073         ac_unrecognized_sep=', ';;
     1074    esac
     1075    eval with_$ac_useropt=no ;;
    10541076
    10551077  --x)
     
    10711093    x_libraries=$ac_optarg ;;
    10721094
    1073   -*) { echo "$as_me: error: unrecognized option: $ac_option
    1074 Try \`$0 --help' for more information." >&2
    1075    { (exit 1); exit 1; }; }
     1095  -*) as_fn_error $? "unrecognized option: \`$ac_option'
     1096Try \`$0 --help' for more information"
    10761097    ;;
    10771098
     
    10791100    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
    10801101    # Reject names that are not valid shell variable names.
    1081     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1082       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    1083    { (exit 1); exit 1; }; }
     1102    case $ac_envvar in #(
     1103      '' | [0-9]* | *[!_$as_cr_alnum]* )
     1104      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
     1105    esac
    10841106    eval $ac_envvar=\$ac_optarg
    10851107    export $ac_envvar ;;
     
    10871109  *)
    10881110    # FIXME: should be removed in autoconf 3.0.
    1089     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1111    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    10901112    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1091       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1113      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    10921114    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    10931115    ;;
     
    10981120if test -n "$ac_prev"; then
    10991121  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1100   { echo "$as_me: error: missing argument to $ac_option" >&2
    1101    { (exit 1); exit 1; }; }
    1102 fi
    1103 
    1104 # Be sure to have absolute directory names.
     1122  as_fn_error $? "missing argument to $ac_option"
     1123fi
     1124
     1125if test -n "$ac_unrecognized_opts"; then
     1126  case $enable_option_checking in
     1127    no) ;;
     1128    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
     1129    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1130  esac
     1131fi
     1132
     1133# Check all directory arguments for consistency.
    11051134for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    11061135                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    11091138do
    11101139  eval ac_val=\$$ac_var
     1140  # Remove trailing slashes.
     1141  case $ac_val in
     1142    */ )
     1143      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1144      eval $ac_var=\$ac_val;;
     1145  esac
     1146  # Be sure to have absolute directory names.
    11111147  case $ac_val in
    11121148    [\\/$]* | ?:[\\/]* )  continue;;
    11131149    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11141150  esac
    1115   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    1116    { (exit 1); exit 1; }; }
     1151  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
    11171152done
    11181153
     
    11281163  if test "x$build_alias" = x; then
    11291164    cross_compiling=maybe
    1130     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    1131     If a cross compiler is detected then cross compile mode will be used." >&2
     1165    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
     1166    If a cross compiler is detected then cross compile mode will be used" >&2
    11321167  elif test "x$build_alias" != "x$host_alias"; then
    11331168    cross_compiling=yes
     
    11441179ac_ls_di=`ls -di .` &&
    11451180ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1146   { echo "$as_me: error: Working directory cannot be determined" >&2
    1147    { (exit 1); exit 1; }; }
     1181  as_fn_error $? "working directory cannot be determined"
    11481182test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1149   { echo "$as_me: error: pwd does not report name of working directory" >&2
    1150    { (exit 1); exit 1; }; }
     1183  as_fn_error $? "pwd does not report name of working directory"
    11511184
    11521185
     
    11551188  ac_srcdir_defaulted=yes
    11561189  # Try the directory containing this script, then the parent directory.
    1157   ac_confdir=`$as_dirname -- "$0" ||
    1158 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1159          X"$0" : 'X\(//\)[^/]' \| \
    1160          X"$0" : 'X\(//\)$' \| \
    1161          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1162 echo X"$0" |
     1190  ac_confdir=`$as_dirname -- "$as_myself" ||
     1191$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1192         X"$as_myself" : 'X\(//\)[^/]' \| \
     1193         X"$as_myself" : 'X\(//\)$' \| \
     1194         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1195$as_echo X"$as_myself" |
    11631196    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    11641197            s//\1/
     
    11871220if test ! -r "$srcdir/$ac_unique_file"; then
    11881221  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1189   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    1190    { (exit 1); exit 1; }; }
     1222  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
    11911223fi
    11921224ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    11931225ac_abs_confdir=`(
    1194         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    1195    { (exit 1); exit 1; }; }
     1226        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
    11961227        pwd)`
    11971228# When building in place, set srcdir=.
     
    12331264      --help=recursive    display the short help of all the included packages
    12341265  -V, --version           display version information and exit
    1235   -q, --quiet, --silent   do not print \`checking...' messages
     1266  -q, --quiet, --silent   do not print \`checking ...' messages
    12361267      --cache-file=FILE   cache test results in FILE [disabled]
    12371268  -C, --config-cache      alias for \`--cache-file=config.cache'
     
    12411272Installation directories:
    12421273  --prefix=PREFIX         install architecture-independent files in PREFIX
    1243                           [$ac_default_prefix]
     1274                          [$ac_default_prefix]
    12441275  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1245                           [PREFIX]
     1276                          [PREFIX]
    12461277
    12471278By default, \`make install' will install all the files in
     
    12531284
    12541285Fine tuning of the installation directories:
    1255   --bindir=DIR           user executables [EPREFIX/bin]
    1256   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1257   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1258   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1259   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1260   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1261   --libdir=DIR           object code libraries [EPREFIX/lib]
    1262   --includedir=DIR       C header files [PREFIX/include]
    1263   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1264   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1265   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1266   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1267   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1268   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1269   --docdir=DIR           documentation root [DATAROOTDIR/doc/rdesktop]
    1270   --htmldir=DIR          html documentation [DOCDIR]
    1271   --dvidir=DIR           dvi documentation [DOCDIR]
    1272   --pdfdir=DIR           pdf documentation [DOCDIR]
    1273   --psdir=DIR            ps documentation [DOCDIR]
     1286  --bindir=DIR            user executables [EPREFIX/bin]
     1287  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1288  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1289  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1290  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1291  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1292  --libdir=DIR            object code libraries [EPREFIX/lib]
     1293  --includedir=DIR        C header files [PREFIX/include]
     1294  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1295  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1296  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1297  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1298  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1299  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1300  --docdir=DIR            documentation root [DATAROOTDIR/doc/rdesktop]
     1301  --htmldir=DIR           html documentation [DOCDIR]
     1302  --dvidir=DIR            dvi documentation [DOCDIR]
     1303  --pdfdir=DIR            pdf documentation [DOCDIR]
     1304  --psdir=DIR             ps documentation [DOCDIR]
    12741305_ACEOF
    12751306
     
    12931324
    12941325Optional Features:
     1326  --disable-option-checking  ignore unrecognized --enable/--with options
    12951327  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    12961328  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13271359              nonstandard directory <lib dir>
    13281360  LIBS        libraries to pass to the linker, e.g. -l<library>
    1329   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1361  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
    13301362              you have headers in a nonstandard directory <include dir>
     1363  CXX         C++ compiler command
     1364  CXXFLAGS    C++ compiler flags
    13311365  CPP         C preprocessor
    13321366  XMKMF       Path to xmkmf, Makefile generator for X Window System
    1333   PKG_CONFIG  path to pkg-config utility
    1334   PCSCLITE_CFLAGS
    1335               C compiler flags for PCSCLITE, overriding pkg-config
    1336   PCSCLITE_LIBS
    1337               linker flags for PCSCLITE, overriding pkg-config
    1338   LIBAO_CFLAGS
    1339               C compiler flags for LIBAO, overriding pkg-config
    1340   LIBAO_LIBS  linker flags for LIBAO, overriding pkg-config
    1341   ALSA_CFLAGS C compiler flags for ALSA, overriding pkg-config
    1342   ALSA_LIBS   linker flags for ALSA, overriding pkg-config
    1343   LIBSAMPLERATE_CFLAGS
    1344               C compiler flags for LIBSAMPLERATE, overriding pkg-config
    1345   LIBSAMPLERATE_LIBS
    1346               linker flags for LIBSAMPLERATE, overriding pkg-config
    13471367
    13481368Use these variables to override the choices made by `configure' or to help
    13491369it to find libraries and programs with nonstandard names/locations.
    13501370
     1371Report bugs to the package provider.
    13511372_ACEOF
    13521373ac_status=$?
     
    13561377  # If there are subdirs, report their specific --help.
    13571378  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1358     test -d "$ac_dir" || continue
     1379    test -d "$ac_dir" ||
     1380      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1381      continue
    13591382    ac_builddir=.
    13601383
     
    13621385.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13631386*)
    1364   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1387  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    13651388  # A ".." for each directory in $ac_dir_suffix.
    1366   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1389  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    13671390  case $ac_top_builddir_sub in
    13681391  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14001423      $SHELL "$ac_srcdir/configure" --help=recursive
    14011424    else
    1402       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1425      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14031426    fi || ac_status=$?
    14041427    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14101433  cat <<\_ACEOF
    14111434rdesktop configure 1.6.0
    1412 generated by GNU Autoconf 2.61
    1413 
    1414 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1415 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     1435generated by GNU Autoconf 2.67
     1436
     1437Copyright (C) 2010 Free Software Foundation, Inc.
    14161438This configure script is free software; the Free Software Foundation
    14171439gives unlimited permission to copy, distribute and modify it.
     
    14191441  exit
    14201442fi
     1443
     1444## ------------------------ ##
     1445## Autoconf initialization. ##
     1446## ------------------------ ##
     1447
     1448# ac_fn_c_try_compile LINENO
     1449# --------------------------
     1450# Try to compile conftest.$ac_ext, and return whether this succeeded.
     1451ac_fn_c_try_compile ()
     1452{
     1453  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1454  rm -f conftest.$ac_objext
     1455  if { { ac_try="$ac_compile"
     1456case "(($ac_try" in
     1457  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1458  *) ac_try_echo=$ac_try;;
     1459esac
     1460eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     1461$as_echo "$ac_try_echo"; } >&5
     1462  (eval "$ac_compile") 2>conftest.err
     1463  ac_status=$?
     1464  if test -s conftest.err; then
     1465    grep -v '^ *+' conftest.err >conftest.er1
     1466    cat conftest.er1 >&5
     1467    mv -f conftest.er1 conftest.err
     1468  fi
     1469  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     1470  test $ac_status = 0; } && {
     1471         test -z "$ac_c_werror_flag" ||
     1472         test ! -s conftest.err
     1473       } && test -s conftest.$ac_objext; then :
     1474  ac_retval=0
     1475else
     1476  $as_echo "$as_me: failed program was:" >&5
     1477sed 's/^/| /' conftest.$ac_ext >&5
     1478
     1479        ac_retval=1
     1480fi
     1481  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1482  as_fn_set_status $ac_retval
     1483
     1484} # ac_fn_c_try_compile
     1485
     1486# ac_fn_cxx_try_compile LINENO
     1487# ----------------------------
     1488# Try to compile conftest.$ac_ext, and return whether this succeeded.
     1489ac_fn_cxx_try_compile ()
     1490{
     1491  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1492  rm -f conftest.$ac_objext
     1493  if { { ac_try="$ac_compile"
     1494case "(($ac_try" in
     1495  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1496  *) ac_try_echo=$ac_try;;
     1497esac
     1498eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     1499$as_echo "$ac_try_echo"; } >&5
     1500  (eval "$ac_compile") 2>conftest.err
     1501  ac_status=$?
     1502  if test -s conftest.err; then
     1503    grep -v '^ *+' conftest.err >conftest.er1
     1504    cat conftest.er1 >&5
     1505    mv -f conftest.er1 conftest.err
     1506  fi
     1507  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     1508  test $ac_status = 0; } && {
     1509         test -z "$ac_cxx_werror_flag" ||
     1510         test ! -s conftest.err
     1511       } && test -s conftest.$ac_objext; then :
     1512  ac_retval=0
     1513else
     1514  $as_echo "$as_me: failed program was:" >&5
     1515sed 's/^/| /' conftest.$ac_ext >&5
     1516
     1517        ac_retval=1
     1518fi
     1519  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1520  as_fn_set_status $ac_retval
     1521
     1522} # ac_fn_cxx_try_compile
     1523
     1524# ac_fn_c_try_cpp LINENO
     1525# ----------------------
     1526# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
     1527ac_fn_c_try_cpp ()
     1528{
     1529  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1530  if { { ac_try="$ac_cpp conftest.$ac_ext"
     1531case "(($ac_try" in
     1532  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1533  *) ac_try_echo=$ac_try;;
     1534esac
     1535eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     1536$as_echo "$ac_try_echo"; } >&5
     1537  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
     1538  ac_status=$?
     1539  if test -s conftest.err; then
     1540    grep -v '^ *+' conftest.err >conftest.er1
     1541    cat conftest.er1 >&5
     1542    mv -f conftest.er1 conftest.err
     1543  fi
     1544  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     1545  test $ac_status = 0; } > conftest.i && {
     1546         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     1547         test ! -s conftest.err
     1548       }; then :
     1549  ac_retval=0
     1550else
     1551  $as_echo "$as_me: failed program was:" >&5
     1552sed 's/^/| /' conftest.$ac_ext >&5
     1553
     1554    ac_retval=1
     1555fi
     1556  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1557  as_fn_set_status $ac_retval
     1558
     1559} # ac_fn_c_try_cpp
     1560
     1561# ac_fn_c_try_run LINENO
     1562# ----------------------
     1563# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
     1564# that executables *can* be run.
     1565ac_fn_c_try_run ()
     1566{
     1567  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1568  if { { ac_try="$ac_link"
     1569case "(($ac_try" in
     1570  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1571  *) ac_try_echo=$ac_try;;
     1572esac
     1573eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     1574$as_echo "$ac_try_echo"; } >&5
     1575  (eval "$ac_link") 2>&5
     1576  ac_status=$?
     1577  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     1578  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
     1579  { { case "(($ac_try" in
     1580  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1581  *) ac_try_echo=$ac_try;;
     1582esac
     1583eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     1584$as_echo "$ac_try_echo"; } >&5
     1585  (eval "$ac_try") 2>&5
     1586  ac_status=$?
     1587  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     1588  test $ac_status = 0; }; }; then :
     1589  ac_retval=0
     1590else
     1591  $as_echo "$as_me: program exited with status $ac_status" >&5
     1592       $as_echo "$as_me: failed program was:" >&5
     1593sed 's/^/| /' conftest.$ac_ext >&5
     1594
     1595       ac_retval=$ac_status
     1596fi
     1597  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
     1598  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1599  as_fn_set_status $ac_retval
     1600
     1601} # ac_fn_c_try_run
     1602
     1603# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
     1604# -------------------------------------------------------
     1605# Tests whether HEADER exists and can be compiled using the include files in
     1606# INCLUDES, setting the cache variable VAR accordingly.
     1607ac_fn_c_check_header_compile ()
     1608{
     1609  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1610  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
     1611$as_echo_n "checking for $2... " >&6; }
     1612if eval "test \"\${$3+set}\"" = set; then :
     1613  $as_echo_n "(cached) " >&6
     1614else
     1615  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1616/* end confdefs.h.  */
     1617$4
     1618#include <$2>
     1619_ACEOF
     1620if ac_fn_c_try_compile "$LINENO"; then :
     1621  eval "$3=yes"
     1622else
     1623  eval "$3=no"
     1624fi
     1625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     1626fi
     1627eval ac_res=\$$3
     1628               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     1629$as_echo "$ac_res" >&6; }
     1630  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1631
     1632} # ac_fn_c_check_header_compile
     1633
     1634# ac_fn_c_try_link LINENO
     1635# -----------------------
     1636# Try to link conftest.$ac_ext, and return whether this succeeded.
     1637ac_fn_c_try_link ()
     1638{
     1639  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1640  rm -f conftest.$ac_objext conftest$ac_exeext
     1641  if { { ac_try="$ac_link"
     1642case "(($ac_try" in
     1643  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1644  *) ac_try_echo=$ac_try;;
     1645esac
     1646eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     1647$as_echo "$ac_try_echo"; } >&5
     1648  (eval "$ac_link") 2>conftest.err
     1649  ac_status=$?
     1650  if test -s conftest.err; then
     1651    grep -v '^ *+' conftest.err >conftest.er1
     1652    cat conftest.er1 >&5
     1653    mv -f conftest.er1 conftest.err
     1654  fi
     1655  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     1656  test $ac_status = 0; } && {
     1657         test -z "$ac_c_werror_flag" ||
     1658         test ! -s conftest.err
     1659       } && test -s conftest$ac_exeext && {
     1660         test "$cross_compiling" = yes ||
     1661         $as_test_x conftest$ac_exeext
     1662       }; then :
     1663  ac_retval=0
     1664else
     1665  $as_echo "$as_me: failed program was:" >&5
     1666sed 's/^/| /' conftest.$ac_ext >&5
     1667
     1668        ac_retval=1
     1669fi
     1670  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
     1671  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
     1672  # interfere with the next link command; also delete a directory that is
     1673  # left behind by Apple's compiler.  We do this before executing the actions.
     1674  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
     1675  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1676  as_fn_set_status $ac_retval
     1677
     1678} # ac_fn_c_try_link
     1679
     1680# ac_fn_c_check_func LINENO FUNC VAR
     1681# ----------------------------------
     1682# Tests whether FUNC exists, setting the cache variable VAR accordingly
     1683ac_fn_c_check_func ()
     1684{
     1685  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1686  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
     1687$as_echo_n "checking for $2... " >&6; }
     1688if eval "test \"\${$3+set}\"" = set; then :
     1689  $as_echo_n "(cached) " >&6
     1690else
     1691  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1692/* end confdefs.h.  */
     1693/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
     1694   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     1695#define $2 innocuous_$2
     1696
     1697/* System header to define __stub macros and hopefully few prototypes,
     1698    which can conflict with char $2 (); below.
     1699    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     1700    <limits.h> exists even on freestanding compilers.  */
     1701
     1702#ifdef __STDC__
     1703# include <limits.h>
     1704#else
     1705# include <assert.h>
     1706#endif
     1707
     1708#undef $2
     1709
     1710/* Override any GCC internal prototype to avoid an error.
     1711   Use char because int might match the return type of a GCC
     1712   builtin and then its argument prototype would still apply.  */
     1713#ifdef __cplusplus
     1714extern "C"
     1715#endif
     1716char $2 ();
     1717/* The GNU C library defines this for functions which it implements
     1718    to always fail with ENOSYS.  Some functions are actually named
     1719    something starting with __ and the normal name is an alias.  */
     1720#if defined __stub_$2 || defined __stub___$2
     1721choke me
     1722#endif
     1723
     1724int
     1725main ()
     1726{
     1727return $2 ();
     1728  ;
     1729  return 0;
     1730}
     1731_ACEOF
     1732if ac_fn_c_try_link "$LINENO"; then :
     1733  eval "$3=yes"
     1734else
     1735  eval "$3=no"
     1736fi
     1737rm -f core conftest.err conftest.$ac_objext \
     1738    conftest$ac_exeext conftest.$ac_ext
     1739fi
     1740eval ac_res=\$$3
     1741               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     1742$as_echo "$ac_res" >&6; }
     1743  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1744
     1745} # ac_fn_c_check_func
     1746
     1747# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
     1748# -------------------------------------------------------
     1749# Tests whether HEADER exists, giving a warning if it cannot be compiled using
     1750# the include files in INCLUDES and setting the cache variable VAR
     1751# accordingly.
     1752ac_fn_c_check_header_mongrel ()
     1753{
     1754  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1755  if eval "test \"\${$3+set}\"" = set; then :
     1756  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
     1757$as_echo_n "checking for $2... " >&6; }
     1758if eval "test \"\${$3+set}\"" = set; then :
     1759  $as_echo_n "(cached) " >&6
     1760fi
     1761eval ac_res=\$$3
     1762               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     1763$as_echo "$ac_res" >&6; }
     1764else
     1765  # Is the header compilable?
     1766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
     1767$as_echo_n "checking $2 usability... " >&6; }
     1768cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1769/* end confdefs.h.  */
     1770$4
     1771#include <$2>
     1772_ACEOF
     1773if ac_fn_c_try_compile "$LINENO"; then :
     1774  ac_header_compiler=yes
     1775else
     1776  ac_header_compiler=no
     1777fi
     1778rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     1779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
     1780$as_echo "$ac_header_compiler" >&6; }
     1781
     1782# Is the header present?
     1783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
     1784$as_echo_n "checking $2 presence... " >&6; }
     1785cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1786/* end confdefs.h.  */
     1787#include <$2>
     1788_ACEOF
     1789if ac_fn_c_try_cpp "$LINENO"; then :
     1790  ac_header_preproc=yes
     1791else
     1792  ac_header_preproc=no
     1793fi
     1794rm -f conftest.err conftest.i conftest.$ac_ext
     1795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
     1796$as_echo "$ac_header_preproc" >&6; }
     1797
     1798# So?  What about this header?
     1799case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
     1800  yes:no: )
     1801    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
     1802$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
     1803    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
     1804$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
     1805    ;;
     1806  no:yes:* )
     1807    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
     1808$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
     1809    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
     1810$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
     1811    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
     1812$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
     1813    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
     1814$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
     1815    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
     1816$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
     1817    ;;
     1818esac
     1819  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
     1820$as_echo_n "checking for $2... " >&6; }
     1821if eval "test \"\${$3+set}\"" = set; then :
     1822  $as_echo_n "(cached) " >&6
     1823else
     1824  eval "$3=\$ac_header_compiler"
     1825fi
     1826eval ac_res=\$$3
     1827               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     1828$as_echo "$ac_res" >&6; }
     1829fi
     1830  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1831
     1832} # ac_fn_c_check_header_mongrel
     1833
     1834# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
     1835# ---------------------------------------------
     1836# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
     1837# accordingly.
     1838ac_fn_c_check_decl ()
     1839{
     1840  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1841  as_decl_name=`echo $2|sed 's/ *(.*//'`
     1842  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
     1843  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
     1844$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
     1845if eval "test \"\${$3+set}\"" = set; then :
     1846  $as_echo_n "(cached) " >&6
     1847else
     1848  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1849/* end confdefs.h.  */
     1850$4
     1851int
     1852main ()
     1853{
     1854#ifndef $as_decl_name
     1855#ifdef __cplusplus
     1856  (void) $as_decl_use;
     1857#else
     1858  (void) $as_decl_name;
     1859#endif
     1860#endif
     1861
     1862  ;
     1863  return 0;
     1864}
     1865_ACEOF
     1866if ac_fn_c_try_compile "$LINENO"; then :
     1867  eval "$3=yes"
     1868else
     1869  eval "$3=no"
     1870fi
     1871rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     1872fi
     1873eval ac_res=\$$3
     1874               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     1875$as_echo "$ac_res" >&6; }
     1876  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1877
     1878} # ac_fn_c_check_decl
     1879
     1880# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
     1881# -------------------------------------------
     1882# Tests whether TYPE exists after having included INCLUDES, setting cache
     1883# variable VAR accordingly.
     1884ac_fn_c_check_type ()
     1885{
     1886  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1887  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
     1888$as_echo_n "checking for $2... " >&6; }
     1889if eval "test \"\${$3+set}\"" = set; then :
     1890  $as_echo_n "(cached) " >&6
     1891else
     1892  eval "$3=no"
     1893  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1894/* end confdefs.h.  */
     1895$4
     1896int
     1897main ()
     1898{
     1899if (sizeof ($2))
     1900         return 0;
     1901  ;
     1902  return 0;
     1903}
     1904_ACEOF
     1905if ac_fn_c_try_compile "$LINENO"; then :
     1906  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1907/* end confdefs.h.  */
     1908$4
     1909int
     1910main ()
     1911{
     1912if (sizeof (($2)))
     1913            return 0;
     1914  ;
     1915  return 0;
     1916}
     1917_ACEOF
     1918if ac_fn_c_try_compile "$LINENO"; then :
     1919
     1920else
     1921  eval "$3=yes"
     1922fi
     1923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     1924fi
     1925rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     1926fi
     1927eval ac_res=\$$3
     1928               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     1929$as_echo "$ac_res" >&6; }
     1930  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1931
     1932} # ac_fn_c_check_type
     1933
     1934# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
     1935# ----------------------------------------------------
     1936# Tries to find if the field MEMBER exists in type AGGR, after including
     1937# INCLUDES, setting cache variable VAR accordingly.
     1938ac_fn_c_check_member ()
     1939{
     1940  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     1941  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
     1942$as_echo_n "checking for $2.$3... " >&6; }
     1943if eval "test \"\${$4+set}\"" = set; then :
     1944  $as_echo_n "(cached) " >&6
     1945else
     1946  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1947/* end confdefs.h.  */
     1948$5
     1949int
     1950main ()
     1951{
     1952static $2 ac_aggr;
     1953if (ac_aggr.$3)
     1954return 0;
     1955  ;
     1956  return 0;
     1957}
     1958_ACEOF
     1959if ac_fn_c_try_compile "$LINENO"; then :
     1960  eval "$4=yes"
     1961else
     1962  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1963/* end confdefs.h.  */
     1964$5
     1965int
     1966main ()
     1967{
     1968static $2 ac_aggr;
     1969if (sizeof ac_aggr.$3)
     1970return 0;
     1971  ;
     1972  return 0;
     1973}
     1974_ACEOF
     1975if ac_fn_c_try_compile "$LINENO"; then :
     1976  eval "$4=yes"
     1977else
     1978  eval "$4=no"
     1979fi
     1980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     1981fi
     1982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     1983fi
     1984eval ac_res=\$$4
     1985               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     1986$as_echo "$ac_res" >&6; }
     1987  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1988
     1989} # ac_fn_c_check_member
    14211990cat >config.log <<_ACEOF
    14221991This file contains any messages produced by compilers while
     
    14241993
    14251994It was created by rdesktop $as_me 1.6.0, which was
    1426 generated by GNU Autoconf 2.61.  Invocation command line was
     1995generated by GNU Autoconf 2.67.  Invocation command line was
    14271996
    14281997  $ $0 $@
     
    14602029  IFS=$as_save_IFS
    14612030  test -z "$as_dir" && as_dir=.
    1462   echo "PATH: $as_dir"
    1463 done
     2031    $as_echo "PATH: $as_dir"
     2032  done
    14642033IFS=$as_save_IFS
    14652034
     
    14952064      continue ;;
    14962065    *\'*)
    1497       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     2066      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    14982067    esac
    14992068    case $ac_pass in
    1500     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
     2069    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
    15012070    2)
    1502       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
     2071      as_fn_append ac_configure_args1 " '$ac_arg'"
    15032072      if test $ac_must_keep_next = true; then
    15042073        ac_must_keep_next=false # Got value, back to normal.
     
    15162085        esac
    15172086      fi
    1518       ac_configure_args="$ac_configure_args '$ac_arg'"
     2087      as_fn_append ac_configure_args " '$ac_arg'"
    15192088      ;;
    15202089    esac
    15212090  done
    15222091done
    1523 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
    1524 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
     2092{ ac_configure_args0=; unset ac_configure_args0;}
     2093{ ac_configure_args1=; unset ac_configure_args1;}
    15252094
    15262095# When interrupted or exit'd, cleanup temporary files, and complete
     
    15342103    echo
    15352104
    1536     cat <<\_ASBOX
    1537 ## ---------------- ##
     2105    $as_echo "## ---------------- ##
    15382106## Cache variables. ##
    1539 ## ---------------- ##
    1540 _ASBOX
     2107## ---------------- ##"
    15412108    echo
    15422109    # The following way of writing the cache mishandles newlines in values,
     
    15472114    *${as_nl}*)
    15482115      case $ac_var in #(
    1549       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1550 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     2116      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
     2117$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    15512118      esac
    15522119      case $ac_var in #(
    15532120      _ | IFS | as_nl) ;; #(
    1554       *) $as_unset $ac_var ;;
     2121      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     2122      *) { eval $ac_var=; unset $ac_var;} ;;
    15552123      esac ;;
    15562124    esac
     
    15712139    echo
    15722140
    1573     cat <<\_ASBOX
    1574 ## ----------------- ##
     2141    $as_echo "## ----------------- ##
    15752142## Output variables. ##
    1576 ## ----------------- ##
    1577 _ASBOX
     2143## ----------------- ##"
    15782144    echo
    15792145    for ac_var in $ac_subst_vars
     
    15812147      eval ac_val=\$$ac_var
    15822148      case $ac_val in
    1583       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     2149      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    15842150      esac
    1585       echo "$ac_var='\''$ac_val'\''"
     2151      $as_echo "$ac_var='\''$ac_val'\''"
    15862152    done | sort
    15872153    echo
    15882154
    15892155    if test -n "$ac_subst_files"; then
    1590       cat <<\_ASBOX
    1591 ## ------------------- ##
     2156      $as_echo "## ------------------- ##
    15922157## File substitutions. ##
    1593 ## ------------------- ##
    1594 _ASBOX
     2158## ------------------- ##"
    15952159      echo
    15962160      for ac_var in $ac_subst_files
     
    15982162        eval ac_val=\$$ac_var
    15992163        case $ac_val in
    1600         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     2164        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16012165        esac
    1602         echo "$ac_var='\''$ac_val'\''"
     2166        $as_echo "$ac_var='\''$ac_val'\''"
    16032167      done | sort
    16042168      echo
     
    16062170
    16072171    if test -s confdefs.h; then
    1608       cat <<\_ASBOX
    1609 ## ----------- ##
     2172      $as_echo "## ----------- ##
    16102173## confdefs.h. ##
    1611 ## ----------- ##
    1612 _ASBOX
     2174## ----------- ##"
    16132175      echo
    16142176      cat confdefs.h
     
    16162178    fi
    16172179    test "$ac_signal" != 0 &&
    1618       echo "$as_me: caught signal $ac_signal"
    1619     echo "$as_me: exit $exit_status"
     2180      $as_echo "$as_me: caught signal $ac_signal"
     2181    $as_echo "$as_me: exit $exit_status"
    16202182  } >&5
    16212183  rm -f core *.core core.conftest.* &&
     
    16242186' 0
    16252187for ac_signal in 1 2 13 15; do
    1626   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     2188  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
    16272189done
    16282190ac_signal=0
     
    16312193rm -f -r conftest* confdefs.h
    16322194
     2195$as_echo "/* confdefs.h */" > confdefs.h
     2196
    16332197# Predefined preprocessor variables.
    16342198
     
    16372201_ACEOF
    16382202
    1639 
    16402203cat >>confdefs.h <<_ACEOF
    16412204#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
    16422205_ACEOF
    16432206
    1644 
    16452207cat >>confdefs.h <<_ACEOF
    16462208#define PACKAGE_VERSION "$PACKAGE_VERSION"
    16472209_ACEOF
    16482210
    1649 
    16502211cat >>confdefs.h <<_ACEOF
    16512212#define PACKAGE_STRING "$PACKAGE_STRING"
    16522213_ACEOF
    16532214
    1654 
    16552215cat >>confdefs.h <<_ACEOF
    16562216#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
    16572217_ACEOF
    16582218
     2219cat >>confdefs.h <<_ACEOF
     2220#define PACKAGE_URL "$PACKAGE_URL"
     2221_ACEOF
     2222
    16592223
    16602224# Let the site file select an alternate cache file if it wants to.
    1661 # Prefer explicitly selected file to automatically selected ones.
     2225# Prefer an explicitly selected file to automatically selected ones.
     2226ac_site_file1=NONE
     2227ac_site_file2=NONE
    16622228if test -n "$CONFIG_SITE"; then
    1663   set x "$CONFIG_SITE"
     2229  # We do not want a PATH search for config.site.
     2230  case $CONFIG_SITE in #((
     2231    -*)  ac_site_file1=./$CONFIG_SITE;;
     2232    */*) ac_site_file1=$CONFIG_SITE;;
     2233    *)   ac_site_file1=./$CONFIG_SITE;;
     2234  esac
    16642235elif test "x$prefix" != xNONE; then
    1665   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1666 else
    1667   set x "$ac_default_prefix/share/config.site" \
    1668         "$ac_default_prefix/etc/config.site"
    1669 fi
    1670 shift
    1671 for ac_site_file
     2236  ac_site_file1=$prefix/share/config.site
     2237  ac_site_file2=$prefix/etc/config.site
     2238else
     2239  ac_site_file1=$ac_default_prefix/share/config.site
     2240  ac_site_file2=$ac_default_prefix/etc/config.site
     2241fi
     2242for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    16722243do
    1673   if test -r "$ac_site_file"; then
    1674     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1675 echo "$as_me: loading site script $ac_site_file" >&6;}
     2244  test "x$ac_site_file" = xNONE && continue
     2245  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
     2246    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
     2247$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    16762248    sed 's/^/| /' "$ac_site_file" >&5
    1677     . "$ac_site_file"
     2249    . "$ac_site_file" \
     2250      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2251$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2252as_fn_error $? "failed to load site script $ac_site_file
     2253See \`config.log' for more details" "$LINENO" 5 ; }
    16782254  fi
    16792255done
    16802256
    16812257if test -r "$cache_file"; then
    1682   # Some versions of bash will fail to source /dev/null (special
    1683   # files actually), so we avoid doing that.
    1684   if test -f "$cache_file"; then
    1685     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1686 echo "$as_me: loading cache $cache_file" >&6;}
     2258  # Some versions of bash will fail to source /dev/null (special files
     2259  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
     2260  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
     2261    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
     2262$as_echo "$as_me: loading cache $cache_file" >&6;}
    16872263    case $cache_file in
    16882264      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    16912267  fi
    16922268else
    1693   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1694 echo "$as_me: creating cache $cache_file" >&6;}
     2269  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
     2270$as_echo "$as_me: creating cache $cache_file" >&6;}
    16952271  >$cache_file
    16962272fi
     
    17062282  case $ac_old_set,$ac_new_set in
    17072283    set,)
    1708       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1709 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     2284      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     2285$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17102286      ac_cache_corrupted=: ;;
    17112287    ,set)
    1712       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1713 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     2288      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
     2289$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    17142290      ac_cache_corrupted=: ;;
    17152291    ,);;
    17162292    *)
    17172293      if test "x$ac_old_val" != "x$ac_new_val"; then
    1718         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1719 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1720         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1721 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1722         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1723 echo "$as_me:   current value: $ac_new_val" >&2;}
    1724         ac_cache_corrupted=:
     2294        # differences in whitespace do not lead to failure.
     2295        ac_old_val_w=`echo x $ac_old_val`
     2296        ac_new_val_w=`echo x $ac_new_val`
     2297        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     2298          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
     2299$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     2300          ac_cache_corrupted=:
     2301        else
     2302          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     2303$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     2304          eval $ac_var=\$ac_old_val
     2305        fi
     2306        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
     2307$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     2308        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
     2309$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    17252310      fi;;
    17262311  esac
     
    17282313  if test "$ac_new_set" = set; then
    17292314    case $ac_new_val in
    1730     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     2315    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    17312316    *) ac_arg=$ac_var=$ac_new_val ;;
    17322317    esac
    17332318    case " $ac_configure_args " in
    17342319      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
    1735       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
     2320      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
    17362321    esac
    17372322  fi
    17382323done
    17392324if $ac_cache_corrupted; then
    1740   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1741 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1742   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1743 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    1744    { (exit 1); exit 1; }; }
    1745 fi
    1746 
    1747 
    1748 
    1749 
    1750 
    1751 
    1752 
    1753 
    1754 
    1755 
    1756 
    1757 
    1758 
    1759 
    1760 
    1761 
    1762 
    1763 
    1764 
    1765 
    1766 
    1767 
    1768 
    1769 
     2325  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2326$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2327  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
     2328$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     2329  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
     2330fi
     2331## -------------------- ##
     2332## Main body of script. ##
     2333## -------------------- ##
    17702334
    17712335ac_ext=c
     
    17872351  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    17882352set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1789 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1790 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1791 if test "${ac_cv_prog_CC+set}" = set; then
    1792   echo $ECHO_N "(cached) $ECHO_C" >&6
     2353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2354$as_echo_n "checking for $ac_word... " >&6; }
     2355if test "${ac_cv_prog_CC+set}" = set; then :
     2356  $as_echo_n "(cached) " >&6
    17932357else
    17942358  if test -n "$CC"; then
     
    18002364  IFS=$as_save_IFS
    18012365  test -z "$as_dir" && as_dir=.
    1802   for ac_exec_ext in '' $ac_executable_extensions; do
     2366    for ac_exec_ext in '' $ac_executable_extensions; do
    18032367  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18042368    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1805     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2369    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    18062370    break 2
    18072371  fi
    18082372done
    1809 done
     2373  done
    18102374IFS=$as_save_IFS
    18112375
     
    18142378CC=$ac_cv_prog_CC
    18152379if test -n "$CC"; then
    1816   { echo "$as_me:$LINENO: result: $CC" >&5
    1817 echo "${ECHO_T}$CC" >&6; }
    1818 else
    1819   { echo "$as_me:$LINENO: result: no" >&5
    1820 echo "${ECHO_T}no" >&6; }
     2380  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
     2381$as_echo "$CC" >&6; }
     2382else
     2383  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2384$as_echo "no" >&6; }
    18212385fi
    18222386
     
    18272391  # Extract the first word of "gcc", so it can be a program name with args.
    18282392set dummy gcc; ac_word=$2
    1829 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1830 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1831 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1832   echo $ECHO_N "(cached) $ECHO_C" >&6
     2393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2394$as_echo_n "checking for $ac_word... " >&6; }
     2395if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
     2396  $as_echo_n "(cached) " >&6
    18332397else
    18342398  if test -n "$ac_ct_CC"; then
     
    18402404  IFS=$as_save_IFS
    18412405  test -z "$as_dir" && as_dir=.
    1842   for ac_exec_ext in '' $ac_executable_extensions; do
     2406    for ac_exec_ext in '' $ac_executable_extensions; do
    18432407  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18442408    ac_cv_prog_ac_ct_CC="gcc"
    1845     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2409    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    18462410    break 2
    18472411  fi
    18482412done
    1849 done
     2413  done
    18502414IFS=$as_save_IFS
    18512415
     
    18542418ac_ct_CC=$ac_cv_prog_ac_ct_CC
    18552419if test -n "$ac_ct_CC"; then
    1856   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1857 echo "${ECHO_T}$ac_ct_CC" >&6; }
    1858 else
    1859   { echo "$as_me:$LINENO: result: no" >&5
    1860 echo "${ECHO_T}no" >&6; }
     2420  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
     2421$as_echo "$ac_ct_CC" >&6; }
     2422else
     2423  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2424$as_echo "no" >&6; }
    18612425fi
    18622426
     
    18662430    case $cross_compiling:$ac_tool_warned in
    18672431yes:)
    1868 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    1869 whose name does not start with the host triplet.  If you think this
    1870 configuration is useful to you, please write to [email protected]." >&5
    1871 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    1872 whose name does not start with the host triplet.  If you think this
    1873 configuration is useful to you, please write to [email protected]." >&2;}
     2432{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
     2433$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    18742434ac_tool_warned=yes ;;
    18752435esac
     
    18842444    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    18852445set dummy ${ac_tool_prefix}cc; ac_word=$2
    1886 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1888 if test "${ac_cv_prog_CC+set}" = set; then
    1889   echo $ECHO_N "(cached) $ECHO_C" >&6
     2446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2447$as_echo_n "checking for $ac_word... " >&6; }
     2448if test "${ac_cv_prog_CC+set}" = set; then :
     2449  $as_echo_n "(cached) " >&6
    18902450else
    18912451  if test -n "$CC"; then
     
    18972457  IFS=$as_save_IFS
    18982458  test -z "$as_dir" && as_dir=.
    1899   for ac_exec_ext in '' $ac_executable_extensions; do
     2459    for ac_exec_ext in '' $ac_executable_extensions; do
    19002460  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19012461    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1902     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2462    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    19032463    break 2
    19042464  fi
    19052465done
    1906 done
     2466  done
    19072467IFS=$as_save_IFS
    19082468
     
    19112471CC=$ac_cv_prog_CC
    19122472if test -n "$CC"; then
    1913   { echo "$as_me:$LINENO: result: $CC" >&5
    1914 echo "${ECHO_T}$CC" >&6; }
    1915 else
    1916   { echo "$as_me:$LINENO: result: no" >&5
    1917 echo "${ECHO_T}no" >&6; }
     2473  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
     2474$as_echo "$CC" >&6; }
     2475else
     2476  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2477$as_echo "no" >&6; }
    19182478fi
    19192479
     
    19242484  # Extract the first word of "cc", so it can be a program name with args.
    19252485set dummy cc; ac_word=$2
    1926 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1927 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1928 if test "${ac_cv_prog_CC+set}" = set; then
    1929   echo $ECHO_N "(cached) $ECHO_C" >&6
     2486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2487$as_echo_n "checking for $ac_word... " >&6; }
     2488if test "${ac_cv_prog_CC+set}" = set; then :
     2489  $as_echo_n "(cached) " >&6
    19302490else
    19312491  if test -n "$CC"; then
     
    19382498  IFS=$as_save_IFS
    19392499  test -z "$as_dir" && as_dir=.
    1940   for ac_exec_ext in '' $ac_executable_extensions; do
     2500    for ac_exec_ext in '' $ac_executable_extensions; do
    19412501  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19422502    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
     
    19452505     fi
    19462506    ac_cv_prog_CC="cc"
    1947     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2507    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    19482508    break 2
    19492509  fi
    19502510done
    1951 done
     2511  done
    19522512IFS=$as_save_IFS
    19532513
     
    19682528CC=$ac_cv_prog_CC
    19692529if test -n "$CC"; then
    1970   { echo "$as_me:$LINENO: result: $CC" >&5
    1971 echo "${ECHO_T}$CC" >&6; }
    1972 else
    1973   { echo "$as_me:$LINENO: result: no" >&5
    1974 echo "${ECHO_T}no" >&6; }
     2530  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
     2531$as_echo "$CC" >&6; }
     2532else
     2533  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2534$as_echo "no" >&6; }
    19752535fi
    19762536
     
    19832543    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    19842544set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1985 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1986 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1987 if test "${ac_cv_prog_CC+set}" = set; then
    1988   echo $ECHO_N "(cached) $ECHO_C" >&6
     2545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2546$as_echo_n "checking for $ac_word... " >&6; }
     2547if test "${ac_cv_prog_CC+set}" = set; then :
     2548  $as_echo_n "(cached) " >&6
    19892549else
    19902550  if test -n "$CC"; then
     
    19962556  IFS=$as_save_IFS
    19972557  test -z "$as_dir" && as_dir=.
    1998   for ac_exec_ext in '' $ac_executable_extensions; do
     2558    for ac_exec_ext in '' $ac_executable_extensions; do
    19992559  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20002560    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2001     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2561    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    20022562    break 2
    20032563  fi
    20042564done
    2005 done
     2565  done
    20062566IFS=$as_save_IFS
    20072567
     
    20102570CC=$ac_cv_prog_CC
    20112571if test -n "$CC"; then
    2012   { echo "$as_me:$LINENO: result: $CC" >&5
    2013 echo "${ECHO_T}$CC" >&6; }
    2014 else
    2015   { echo "$as_me:$LINENO: result: no" >&5
    2016 echo "${ECHO_T}no" >&6; }
     2572  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
     2573$as_echo "$CC" >&6; }
     2574else
     2575  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2576$as_echo "no" >&6; }
    20172577fi
    20182578
     
    20272587  # Extract the first word of "$ac_prog", so it can be a program name with args.
    20282588set dummy $ac_prog; ac_word=$2
    2029 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2030 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2031 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2032   echo $ECHO_N "(cached) $ECHO_C" >&6
     2589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2590$as_echo_n "checking for $ac_word... " >&6; }
     2591if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
     2592  $as_echo_n "(cached) " >&6
    20332593else
    20342594  if test -n "$ac_ct_CC"; then
     
    20402600  IFS=$as_save_IFS
    20412601  test -z "$as_dir" && as_dir=.
    2042   for ac_exec_ext in '' $ac_executable_extensions; do
     2602    for ac_exec_ext in '' $ac_executable_extensions; do
    20432603  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20442604    ac_cv_prog_ac_ct_CC="$ac_prog"
    2045     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2605    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    20462606    break 2
    20472607  fi
    20482608done
    2049 done
     2609  done
    20502610IFS=$as_save_IFS
    20512611
     
    20542614ac_ct_CC=$ac_cv_prog_ac_ct_CC
    20552615if test -n "$ac_ct_CC"; then
    2056   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2057 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2058 else
    2059   { echo "$as_me:$LINENO: result: no" >&5
    2060 echo "${ECHO_T}no" >&6; }
     2616  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
     2617$as_echo "$ac_ct_CC" >&6; }
     2618else
     2619  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2620$as_echo "no" >&6; }
    20612621fi
    20622622
     
    20702630    case $cross_compiling:$ac_tool_warned in
    20712631yes:)
    2072 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2073 whose name does not start with the host triplet.  If you think this
    2074 configuration is useful to you, please write to [email protected]." >&5
    2075 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2076 whose name does not start with the host triplet.  If you think this
    2077 configuration is useful to you, please write to [email protected]." >&2;}
     2632{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
     2633$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    20782634ac_tool_warned=yes ;;
    20792635esac
     
    20852641
    20862642
    2087 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    2088 See \`config.log' for more details." >&5
    2089 echo "$as_me: error: no acceptable C compiler found in \$PATH
    2090 See \`config.log' for more details." >&2;}
    2091    { (exit 1); exit 1; }; }
     2643test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2644$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2645as_fn_error $? "no acceptable C compiler found in \$PATH
     2646See \`config.log' for more details" "$LINENO" 5 ; }
    20922647
    20932648# Provide some information about the compiler.
    2094 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2095 ac_compiler=`set X $ac_compile; echo $2`
    2096 { (ac_try="$ac_compiler --version >&5"
     2649$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
     2650set X $ac_compile
     2651ac_compiler=$2
     2652for ac_option in --version -v -V -qversion; do
     2653  { { ac_try="$ac_compiler $ac_option >&5"
    20972654case "(($ac_try" in
    20982655  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    20992656  *) ac_try_echo=$ac_try;;
    21002657esac
    2101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2102   (eval "$ac_compiler --version >&5") 2>&5
     2658eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     2659$as_echo "$ac_try_echo"; } >&5
     2660  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
    21032661  ac_status=$?
    2104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2105   (exit $ac_status); }
    2106 { (ac_try="$ac_compiler -v >&5"
     2662  if test -s conftest.err; then
     2663    sed '10a\
     2664... rest of stderr output deleted ...
     2665         10q' conftest.err >conftest.er1
     2666    cat conftest.er1 >&5
     2667  fi
     2668  rm -f conftest.er1 conftest.err
     2669  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     2670  test $ac_status = 0; }
     2671done
     2672
     2673cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2674/* end confdefs.h.  */
     2675
     2676int
     2677main ()
     2678{
     2679
     2680  ;
     2681  return 0;
     2682}
     2683_ACEOF
     2684ac_clean_files_save=$ac_clean_files
     2685ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2686# Try to create an executable without -o first, disregard a.out.
     2687# It will help us diagnose broken compilers, and finding out an intuition
     2688# of exeext.
     2689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
     2690$as_echo_n "checking whether the C compiler works... " >&6; }
     2691ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2692
     2693# The possible output files:
     2694ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2695
     2696ac_rmfiles=
     2697for ac_file in $ac_files
     2698do
     2699  case $ac_file in
     2700    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2701    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2702  esac
     2703done
     2704rm -f $ac_rmfiles
     2705
     2706if { { ac_try="$ac_link_default"
    21072707case "(($ac_try" in
    21082708  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    21092709  *) ac_try_echo=$ac_try;;
    21102710esac
    2111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2112   (eval "$ac_compiler -v >&5") 2>&5
    2113   ac_status=$?
    2114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2115   (exit $ac_status); }
    2116 { (ac_try="$ac_compiler -V >&5"
    2117 case "(($ac_try" in
    2118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2119   *) ac_try_echo=$ac_try;;
    2120 esac
    2121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2122   (eval "$ac_compiler -V >&5") 2>&5
    2123   ac_status=$?
    2124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2125   (exit $ac_status); }
    2126 
    2127 cat >conftest.$ac_ext <<_ACEOF
    2128 /* confdefs.h.  */
    2129 _ACEOF
    2130 cat confdefs.h >>conftest.$ac_ext
    2131 cat >>conftest.$ac_ext <<_ACEOF
    2132 /* end confdefs.h.  */
    2133 
    2134 int
    2135 main ()
    2136 {
    2137 
    2138   ;
    2139   return 0;
    2140 }
    2141 _ACEOF
    2142 ac_clean_files_save=$ac_clean_files
    2143 ac_clean_files="$ac_clean_files a.out a.exe b.out"
    2144 # Try to create an executable without -o first, disregard a.out.
    2145 # It will help us diagnose broken compilers, and finding out an intuition
    2146 # of exeext.
    2147 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2148 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2149 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2150 #
    2151 # List of possible output files, starting from the most likely.
    2152 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2153 # only as a last resort.  b.out is created by i960 compilers.
    2154 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2155 #
    2156 # The IRIX 6 linker writes into existing files which may not be
    2157 # executable, retaining their permissions.  Remove them first so a
    2158 # subsequent execution test works.
    2159 ac_rmfiles=
    2160 for ac_file in $ac_files
    2161 do
    2162   case $ac_file in
    2163     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    2164     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    2165   esac
    2166 done
    2167 rm -f $ac_rmfiles
    2168 
    2169 if { (ac_try="$ac_link_default"
    2170 case "(($ac_try" in
    2171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2172   *) ac_try_echo=$ac_try;;
    2173 esac
    2174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2711eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     2712$as_echo "$ac_try_echo"; } >&5
    21752713  (eval "$ac_link_default") 2>&5
    21762714  ac_status=$?
    2177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2178   (exit $ac_status); }; then
     2715  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     2716  test $ac_status = 0; }; then :
    21792717  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
    21802718# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     
    21862724  test -f "$ac_file" || continue
    21872725  case $ac_file in
    2188     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2726    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    21892727        ;;
    21902728    [ab].out )
     
    21932731        break;;
    21942732    *.* )
    2195         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2733        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
    21962734        then :; else
    21972735           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     
    22122750  ac_file=''
    22132751fi
    2214 
    2215 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2216 echo "${ECHO_T}$ac_file" >&6; }
    2217 if test -z "$ac_file"; then
    2218   echo "$as_me: failed program was:" >&5
     2752if test -z "$ac_file"; then :
     2753  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2754$as_echo "no" >&6; }
     2755$as_echo "$as_me: failed program was:" >&5
    22192756sed 's/^/| /' conftest.$ac_ext >&5
    22202757
    2221 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
    2222 See \`config.log' for more details." >&5
    2223 echo "$as_me: error: C compiler cannot create executables
    2224 See \`config.log' for more details." >&2;}
    2225    { (exit 77); exit 77; }; }
    2226 fi
    2227 
     2758{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2759$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2760as_fn_error 77 "C compiler cannot create executables
     2761See \`config.log' for more details" "$LINENO" 5 ; }
     2762else
     2763  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     2764$as_echo "yes" >&6; }
     2765fi
     2766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
     2767$as_echo_n "checking for C compiler default output file name... " >&6; }
     2768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
     2769$as_echo "$ac_file" >&6; }
    22282770ac_exeext=$ac_cv_exeext
    22292771
    2230 # Check that the compiler produces executables we can run.  If not, either
    2231 # the compiler is broken, or we cross compile.
    2232 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2233 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    2234 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    2235 # If not cross compiling, check that we can run a simple program.
    2236 if test "$cross_compiling" != yes; then
    2237   if { ac_try='./$ac_file'
    2238   { (case "(($ac_try" in
    2239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2240   *) ac_try_echo=$ac_try;;
    2241 esac
    2242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2243   (eval "$ac_try") 2>&5
    2244   ac_status=$?
    2245   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2246   (exit $ac_status); }; }; then
    2247     cross_compiling=no
    2248   else
    2249     if test "$cross_compiling" = maybe; then
    2250         cross_compiling=yes
    2251     else
    2252         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    2253 If you meant to cross compile, use \`--host'.
    2254 See \`config.log' for more details." >&5
    2255 echo "$as_me: error: cannot run C compiled programs.
    2256 If you meant to cross compile, use \`--host'.
    2257 See \`config.log' for more details." >&2;}
    2258    { (exit 1); exit 1; }; }
    2259     fi
    2260   fi
    2261 fi
    2262 { echo "$as_me:$LINENO: result: yes" >&5
    2263 echo "${ECHO_T}yes" >&6; }
    2264 
    2265 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2772rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    22662773ac_clean_files=$ac_clean_files_save
    2267 # Check that the compiler produces executables we can run.  If not, either
    2268 # the compiler is broken, or we cross compile.
    2269 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2270 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2271 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2272 echo "${ECHO_T}$cross_compiling" >&6; }
    2273 
    2274 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2275 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    2276 if { (ac_try="$ac_link"
     2774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
     2775$as_echo_n "checking for suffix of executables... " >&6; }
     2776if { { ac_try="$ac_link"
    22772777case "(($ac_try" in
    22782778  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    22792779  *) ac_try_echo=$ac_try;;
    22802780esac
    2281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2781eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     2782$as_echo "$ac_try_echo"; } >&5
    22822783  (eval "$ac_link") 2>&5
    22832784  ac_status=$?
    2284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2285   (exit $ac_status); }; then
     2785  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     2786  test $ac_status = 0; }; then :
    22862787  # If both `conftest.exe' and `conftest' are `present' (well, observable)
    22872788# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
     
    22912792  test -f "$ac_file" || continue
    22922793  case $ac_file in
    2293     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2794    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    22942795    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    22952796          break;;
     
    22982799done
    22992800else
    2300   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    2301 See \`config.log' for more details." >&5
    2302 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    2303 See \`config.log' for more details." >&2;}
    2304    { (exit 1); exit 1; }; }
    2305 fi
    2306 
    2307 rm -f conftest$ac_cv_exeext
    2308 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2309 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2801  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2802$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2803as_fn_error $? "cannot compute suffix of executables: cannot compile and link
     2804See \`config.log' for more details" "$LINENO" 5 ; }
     2805fi
     2806rm -f conftest conftest$ac_cv_exeext
     2807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
     2808$as_echo "$ac_cv_exeext" >&6; }
    23102809
    23112810rm -f conftest.$ac_ext
    23122811EXEEXT=$ac_cv_exeext
    23132812ac_exeext=$EXEEXT
    2314 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2315 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    2316 if test "${ac_cv_objext+set}" = set; then
    2317   echo $ECHO_N "(cached) $ECHO_C" >&6
    2318 else
    2319   cat >conftest.$ac_ext <<_ACEOF
    2320 /* confdefs.h.  */
    2321 _ACEOF
    2322 cat confdefs.h >>conftest.$ac_ext
    2323 cat >>conftest.$ac_ext <<_ACEOF
     2813cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    23242814/* end confdefs.h.  */
    2325 
     2815#include <stdio.h>
    23262816int
    23272817main ()
    23282818{
     2819FILE *f = fopen ("conftest.out", "w");
     2820 return ferror (f) || fclose (f) != 0;
    23292821
    23302822  ;
     
    23322824}
    23332825_ACEOF
    2334 rm -f conftest.o conftest.obj
    2335 if { (ac_try="$ac_compile"
     2826ac_clean_files="$ac_clean_files conftest.out"
     2827# Check that the compiler produces executables we can run.  If not, either
     2828# the compiler is broken, or we cross compile.
     2829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
     2830$as_echo_n "checking whether we are cross compiling... " >&6; }
     2831if test "$cross_compiling" != yes; then
     2832  { { ac_try="$ac_link"
    23362833case "(($ac_try" in
    23372834  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    23382835  *) ac_try_echo=$ac_try;;
    23392836esac
    2340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2837eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     2838$as_echo "$ac_try_echo"; } >&5
     2839  (eval "$ac_link") 2>&5
     2840  ac_status=$?
     2841  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     2842  test $ac_status = 0; }
     2843  if { ac_try='./conftest$ac_cv_exeext'
     2844  { { case "(($ac_try" in
     2845  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2846  *) ac_try_echo=$ac_try;;
     2847esac
     2848eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     2849$as_echo "$ac_try_echo"; } >&5
     2850  (eval "$ac_try") 2>&5
     2851  ac_status=$?
     2852  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     2853  test $ac_status = 0; }; }; then
     2854    cross_compiling=no
     2855  else
     2856    if test "$cross_compiling" = maybe; then
     2857        cross_compiling=yes
     2858    else
     2859        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2860$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2861as_fn_error $? "cannot run C compiled programs.
     2862If you meant to cross compile, use \`--host'.
     2863See \`config.log' for more details" "$LINENO" 5 ; }
     2864    fi
     2865  fi
     2866fi
     2867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
     2868$as_echo "$cross_compiling" >&6; }
     2869
     2870rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
     2871ac_clean_files=$ac_clean_files_save
     2872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
     2873$as_echo_n "checking for suffix of object files... " >&6; }
     2874if test "${ac_cv_objext+set}" = set; then :
     2875  $as_echo_n "(cached) " >&6
     2876else
     2877  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2878/* end confdefs.h.  */
     2879
     2880int
     2881main ()
     2882{
     2883
     2884  ;
     2885  return 0;
     2886}
     2887_ACEOF
     2888rm -f conftest.o conftest.obj
     2889if { { ac_try="$ac_compile"
     2890case "(($ac_try" in
     2891  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2892  *) ac_try_echo=$ac_try;;
     2893esac
     2894eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     2895$as_echo "$ac_try_echo"; } >&5
    23412896  (eval "$ac_compile") 2>&5
    23422897  ac_status=$?
    2343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2344   (exit $ac_status); }; then
     2898  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     2899  test $ac_status = 0; }; then :
    23452900  for ac_file in conftest.o conftest.obj conftest.*; do
    23462901  test -f "$ac_file" || continue;
    23472902  case $ac_file in
    2348     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2903    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    23492904    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    23502905       break;;
     
    23522907done
    23532908else
    2354   echo "$as_me: failed program was:" >&5
     2909  $as_echo "$as_me: failed program was:" >&5
    23552910sed 's/^/| /' conftest.$ac_ext >&5
    23562911
    2357 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    2358 See \`config.log' for more details." >&5
    2359 echo "$as_me: error: cannot compute suffix of object files: cannot compile
    2360 See \`config.log' for more details." >&2;}
    2361    { (exit 1); exit 1; }; }
    2362 fi
    2363 
     2912{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2913$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2914as_fn_error $? "cannot compute suffix of object files: cannot compile
     2915See \`config.log' for more details" "$LINENO" 5 ; }
     2916fi
    23642917rm -f conftest.$ac_cv_objext conftest.$ac_ext
    23652918fi
    2366 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2367 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
     2920$as_echo "$ac_cv_objext" >&6; }
    23682921OBJEXT=$ac_cv_objext
    23692922ac_objext=$OBJEXT
    2370 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2371 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    2372 if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2373   echo $ECHO_N "(cached) $ECHO_C" >&6
    2374 else
    2375   cat >conftest.$ac_ext <<_ACEOF
    2376 /* confdefs.h.  */
    2377 _ACEOF
    2378 cat confdefs.h >>conftest.$ac_ext
    2379 cat >>conftest.$ac_ext <<_ACEOF
     2923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
     2924$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     2925if test "${ac_cv_c_compiler_gnu+set}" = set; then :
     2926  $as_echo_n "(cached) " >&6
     2927else
     2928  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    23802929/* end confdefs.h.  */
    23812930
     
    23912940}
    23922941_ACEOF
    2393 rm -f conftest.$ac_objext
    2394 if { (ac_try="$ac_compile"
    2395 case "(($ac_try" in
    2396   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2397   *) ac_try_echo=$ac_try;;
    2398 esac
    2399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2400   (eval "$ac_compile") 2>conftest.er1
    2401   ac_status=$?
    2402   grep -v '^ *+' conftest.er1 >conftest.err
    2403   rm -f conftest.er1
    2404   cat conftest.err >&5
    2405   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2406   (exit $ac_status); } && {
    2407          test -z "$ac_c_werror_flag" ||
    2408          test ! -s conftest.err
    2409        } && test -s conftest.$ac_objext; then
     2942if ac_fn_c_try_compile "$LINENO"; then :
    24102943  ac_compiler_gnu=yes
    24112944else
    2412   echo "$as_me: failed program was:" >&5
    2413 sed 's/^/| /' conftest.$ac_ext >&5
    2414 
    2415         ac_compiler_gnu=no
    2416 fi
    2417 
     2945  ac_compiler_gnu=no
     2946fi
    24182947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    24192948ac_cv_c_compiler_gnu=$ac_compiler_gnu
    24202949
    24212950fi
    2422 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2423 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    2424 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
     2952$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2953if test $ac_compiler_gnu = yes; then
     2954  GCC=yes
     2955else
     2956  GCC=
     2957fi
    24252958ac_test_CFLAGS=${CFLAGS+set}
    24262959ac_save_CFLAGS=$CFLAGS
    2427 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2428 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    2429 if test "${ac_cv_prog_cc_g+set}" = set; then
    2430   echo $ECHO_N "(cached) $ECHO_C" >&6
     2960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
     2961$as_echo_n "checking whether $CC accepts -g... " >&6; }
     2962if test "${ac_cv_prog_cc_g+set}" = set; then :
     2963  $as_echo_n "(cached) " >&6
    24312964else
    24322965  ac_save_c_werror_flag=$ac_c_werror_flag
     
    24342967   ac_cv_prog_cc_g=no
    24352968   CFLAGS="-g"
    2436    cat >conftest.$ac_ext <<_ACEOF
    2437 /* confdefs.h.  */
    2438 _ACEOF
    2439 cat confdefs.h >>conftest.$ac_ext
    2440 cat >>conftest.$ac_ext <<_ACEOF
     2969   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    24412970/* end confdefs.h.  */
    24422971
     
    24492978}
    24502979_ACEOF
    2451 rm -f conftest.$ac_objext
    2452 if { (ac_try="$ac_compile"
    2453 case "(($ac_try" in
    2454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2455   *) ac_try_echo=$ac_try;;
    2456 esac
    2457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2458   (eval "$ac_compile") 2>conftest.er1
    2459   ac_status=$?
    2460   grep -v '^ *+' conftest.er1 >conftest.err
    2461   rm -f conftest.er1
    2462   cat conftest.err >&5
    2463   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2464   (exit $ac_status); } && {
    2465          test -z "$ac_c_werror_flag" ||
    2466          test ! -s conftest.err
    2467        } && test -s conftest.$ac_objext; then
     2980if ac_fn_c_try_compile "$LINENO"; then :
    24682981  ac_cv_prog_cc_g=yes
    24692982else
    2470   echo "$as_me: failed program was:" >&5
    2471 sed 's/^/| /' conftest.$ac_ext >&5
    2472 
    2473         CFLAGS=""
    2474       cat >conftest.$ac_ext <<_ACEOF
    2475 /* confdefs.h.  */
    2476 _ACEOF
    2477 cat confdefs.h >>conftest.$ac_ext
    2478 cat >>conftest.$ac_ext <<_ACEOF
     2983  CFLAGS=""
     2984      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    24792985/* end confdefs.h.  */
    24802986
     
    24872993}
    24882994_ACEOF
    2489 rm -f conftest.$ac_objext
    2490 if { (ac_try="$ac_compile"
    2491 case "(($ac_try" in
    2492   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2493   *) ac_try_echo=$ac_try;;
    2494 esac
    2495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2496   (eval "$ac_compile") 2>conftest.er1
    2497   ac_status=$?
    2498   grep -v '^ *+' conftest.er1 >conftest.err
    2499   rm -f conftest.er1
    2500   cat conftest.err >&5
    2501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2502   (exit $ac_status); } && {
    2503          test -z "$ac_c_werror_flag" ||
    2504          test ! -s conftest.err
    2505        } && test -s conftest.$ac_objext; then
    2506   :
    2507 else
    2508   echo "$as_me: failed program was:" >&5
    2509 sed 's/^/| /' conftest.$ac_ext >&5
    2510 
    2511         ac_c_werror_flag=$ac_save_c_werror_flag
     2995if ac_fn_c_try_compile "$LINENO"; then :
     2996
     2997else
     2998  ac_c_werror_flag=$ac_save_c_werror_flag
    25122999         CFLAGS="-g"
    2513          cat >conftest.$ac_ext <<_ACEOF
    2514 /* confdefs.h.  */
    2515 _ACEOF
    2516 cat confdefs.h >>conftest.$ac_ext
    2517 cat >>conftest.$ac_ext <<_ACEOF
     3000         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    25183001/* end confdefs.h.  */
    25193002
     
    25263009}
    25273010_ACEOF
    2528 rm -f conftest.$ac_objext
    2529 if { (ac_try="$ac_compile"
    2530 case "(($ac_try" in
    2531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2532   *) ac_try_echo=$ac_try;;
    2533 esac
    2534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2535   (eval "$ac_compile") 2>conftest.er1
    2536   ac_status=$?
    2537   grep -v '^ *+' conftest.er1 >conftest.err
    2538   rm -f conftest.er1
    2539   cat conftest.err >&5
    2540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2541   (exit $ac_status); } && {
    2542          test -z "$ac_c_werror_flag" ||
    2543          test ! -s conftest.err
    2544        } && test -s conftest.$ac_objext; then
     3011if ac_fn_c_try_compile "$LINENO"; then :
    25453012  ac_cv_prog_cc_g=yes
    2546 else
    2547   echo "$as_me: failed program was:" >&5
    2548 sed 's/^/| /' conftest.$ac_ext >&5
    2549 
    2550 
    2551 fi
    2552 
     3013fi
    25533014rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    25543015fi
    2555 
    25563016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    25573017fi
    2558 
    25593018rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    25603019   ac_c_werror_flag=$ac_save_c_werror_flag
    25613020fi
    2562 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2563 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     3021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
     3022$as_echo "$ac_cv_prog_cc_g" >&6; }
    25643023if test "$ac_test_CFLAGS" = set; then
    25653024  CFLAGS=$ac_save_CFLAGS
     
    25773036  fi
    25783037fi
    2579 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2580 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    2581 if test "${ac_cv_prog_cc_c89+set}" = set; then
    2582   echo $ECHO_N "(cached) $ECHO_C" >&6
     3038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
     3039$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     3040if test "${ac_cv_prog_cc_c89+set}" = set; then :
     3041  $as_echo_n "(cached) " >&6
    25833042else
    25843043  ac_cv_prog_cc_c89=no
    25853044ac_save_CC=$CC
    2586 cat >conftest.$ac_ext <<_ACEOF
    2587 /* confdefs.h.  */
    2588 _ACEOF
    2589 cat confdefs.h >>conftest.$ac_ext
    2590 cat >>conftest.$ac_ext <<_ACEOF
     3045cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    25913046/* end confdefs.h.  */
    25923047#include <stdarg.h>
     
    26453100do
    26463101  CC="$ac_save_CC $ac_arg"
    2647   rm -f conftest.$ac_objext
    2648 if { (ac_try="$ac_compile"
    2649 case "(($ac_try" in
    2650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2651   *) ac_try_echo=$ac_try;;
    2652 esac
    2653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2654   (eval "$ac_compile") 2>conftest.er1
    2655   ac_status=$?
    2656   grep -v '^ *+' conftest.er1 >conftest.err
    2657   rm -f conftest.er1
    2658   cat conftest.err >&5
    2659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2660   (exit $ac_status); } && {
    2661          test -z "$ac_c_werror_flag" ||
    2662          test ! -s conftest.err
    2663        } && test -s conftest.$ac_objext; then
     3102  if ac_fn_c_try_compile "$LINENO"; then :
    26643103  ac_cv_prog_cc_c89=$ac_arg
    2665 else
    2666   echo "$as_me: failed program was:" >&5
    2667 sed 's/^/| /' conftest.$ac_ext >&5
    2668 
    2669 
    2670 fi
    2671 
     3104fi
    26723105rm -f core conftest.err conftest.$ac_objext
    26733106  test "x$ac_cv_prog_cc_c89" != "xno" && break
     
    26803113case "x$ac_cv_prog_cc_c89" in
    26813114  x)
    2682     { echo "$as_me:$LINENO: result: none needed" >&5
    2683 echo "${ECHO_T}none needed" >&6; } ;;
     3115    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
     3116$as_echo "none needed" >&6; } ;;
    26843117  xno)
    2685     { echo "$as_me:$LINENO: result: unsupported" >&5
    2686 echo "${ECHO_T}unsupported" >&6; } ;;
     3118    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
     3119$as_echo "unsupported" >&6; } ;;
    26873120  *)
    26883121    CC="$CC $ac_cv_prog_cc_c89"
    2689     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2690 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     3122    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
     3123$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    26913124esac
    2692 
     3125if test "x$ac_cv_prog_cc_c89" != xno; then :
     3126
     3127fi
    26933128
    26943129ac_ext=c
     
    27013136    CFLAGS="$CFLAGS -Wall"
    27023137fi
     3138ac_ext=cpp
     3139ac_cpp='$CXXCPP $CPPFLAGS'
     3140ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3141ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3142ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
     3143if test -z "$CXX"; then
     3144  if test -n "$CCC"; then
     3145    CXX=$CCC
     3146  else
     3147    if test -n "$ac_tool_prefix"; then
     3148  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3149  do
     3150    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
     3151set dummy $ac_tool_prefix$ac_prog; ac_word=$2
     3152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     3153$as_echo_n "checking for $ac_word... " >&6; }
     3154if test "${ac_cv_prog_CXX+set}" = set; then :
     3155  $as_echo_n "(cached) " >&6
     3156else
     3157  if test -n "$CXX"; then
     3158  ac_cv_prog_CXX="$CXX" # Let the user override the test.
     3159else
     3160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3161for as_dir in $PATH
     3162do
     3163  IFS=$as_save_IFS
     3164  test -z "$as_dir" && as_dir=.
     3165    for ac_exec_ext in '' $ac_executable_extensions; do
     3166  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3167    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
     3168    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3169    break 2
     3170  fi
     3171done
     3172  done
     3173IFS=$as_save_IFS
     3174
     3175fi
     3176fi
     3177CXX=$ac_cv_prog_CXX
     3178if test -n "$CXX"; then
     3179  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
     3180$as_echo "$CXX" >&6; }
     3181else
     3182  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     3183$as_echo "no" >&6; }
     3184fi
     3185
     3186
     3187    test -n "$CXX" && break
     3188  done
     3189fi
     3190if test -z "$CXX"; then
     3191  ac_ct_CXX=$CXX
     3192  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3193do
     3194  # Extract the first word of "$ac_prog", so it can be a program name with args.
     3195set dummy $ac_prog; ac_word=$2
     3196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     3197$as_echo_n "checking for $ac_word... " >&6; }
     3198if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
     3199  $as_echo_n "(cached) " >&6
     3200else
     3201  if test -n "$ac_ct_CXX"; then
     3202  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
     3203else
     3204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3205for as_dir in $PATH
     3206do
     3207  IFS=$as_save_IFS
     3208  test -z "$as_dir" && as_dir=.
     3209    for ac_exec_ext in '' $ac_executable_extensions; do
     3210  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3211    ac_cv_prog_ac_ct_CXX="$ac_prog"
     3212    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3213    break 2
     3214  fi
     3215done
     3216  done
     3217IFS=$as_save_IFS
     3218
     3219fi
     3220fi
     3221ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
     3222if test -n "$ac_ct_CXX"; then
     3223  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
     3224$as_echo "$ac_ct_CXX" >&6; }
     3225else
     3226  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     3227$as_echo "no" >&6; }
     3228fi
     3229
     3230
     3231  test -n "$ac_ct_CXX" && break
     3232done
     3233
     3234  if test "x$ac_ct_CXX" = x; then
     3235    CXX="g++"
     3236  else
     3237    case $cross_compiling:$ac_tool_warned in
     3238yes:)
     3239{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
     3240$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3241ac_tool_warned=yes ;;
     3242esac
     3243    CXX=$ac_ct_CXX
     3244  fi
     3245fi
     3246
     3247  fi
     3248fi
     3249# Provide some information about the compiler.
     3250$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
     3251set X $ac_compile
     3252ac_compiler=$2
     3253for ac_option in --version -v -V -qversion; do
     3254  { { ac_try="$ac_compiler $ac_option >&5"
     3255case "(($ac_try" in
     3256  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3257  *) ac_try_echo=$ac_try;;
     3258esac
     3259eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     3260$as_echo "$ac_try_echo"; } >&5
     3261  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
     3262  ac_status=$?
     3263  if test -s conftest.err; then
     3264    sed '10a\
     3265... rest of stderr output deleted ...
     3266         10q' conftest.err >conftest.er1
     3267    cat conftest.er1 >&5
     3268  fi
     3269  rm -f conftest.er1 conftest.err
     3270  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     3271  test $ac_status = 0; }
     3272done
     3273
     3274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
     3275$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     3276if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
     3277  $as_echo_n "(cached) " >&6
     3278else
     3279  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3280/* end confdefs.h.  */
     3281
     3282int
     3283main ()
     3284{
     3285#ifndef __GNUC__
     3286       choke me
     3287#endif
     3288
     3289  ;
     3290  return 0;
     3291}
     3292_ACEOF
     3293if ac_fn_cxx_try_compile "$LINENO"; then :
     3294  ac_compiler_gnu=yes
     3295else
     3296  ac_compiler_gnu=no
     3297fi
     3298rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3299ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
     3300
     3301fi
     3302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
     3303$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     3304if test $ac_compiler_gnu = yes; then
     3305  GXX=yes
     3306else
     3307  GXX=
     3308fi
     3309ac_test_CXXFLAGS=${CXXFLAGS+set}
     3310ac_save_CXXFLAGS=$CXXFLAGS
     3311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
     3312$as_echo_n "checking whether $CXX accepts -g... " >&6; }
     3313if test "${ac_cv_prog_cxx_g+set}" = set; then :
     3314  $as_echo_n "(cached) " >&6
     3315else
     3316  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     3317   ac_cxx_werror_flag=yes
     3318   ac_cv_prog_cxx_g=no
     3319   CXXFLAGS="-g"
     3320   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3321/* end confdefs.h.  */
     3322
     3323int
     3324main ()
     3325{
     3326
     3327  ;
     3328  return 0;
     3329}
     3330_ACEOF
     3331if ac_fn_cxx_try_compile "$LINENO"; then :
     3332  ac_cv_prog_cxx_g=yes
     3333else
     3334  CXXFLAGS=""
     3335      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3336/* end confdefs.h.  */
     3337
     3338int
     3339main ()
     3340{
     3341
     3342  ;
     3343  return 0;
     3344}
     3345_ACEOF
     3346if ac_fn_cxx_try_compile "$LINENO"; then :
     3347
     3348else
     3349  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3350         CXXFLAGS="-g"
     3351         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3352/* end confdefs.h.  */
     3353
     3354int
     3355main ()
     3356{
     3357
     3358  ;
     3359  return 0;
     3360}
     3361_ACEOF
     3362if ac_fn_cxx_try_compile "$LINENO"; then :
     3363  ac_cv_prog_cxx_g=yes
     3364fi
     3365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3366fi
     3367rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3368fi
     3369rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3370   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3371fi
     3372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
     3373$as_echo "$ac_cv_prog_cxx_g" >&6; }
     3374if test "$ac_test_CXXFLAGS" = set; then
     3375  CXXFLAGS=$ac_save_CXXFLAGS
     3376elif test $ac_cv_prog_cxx_g = yes; then
     3377  if test "$GXX" = yes; then
     3378    CXXFLAGS="-g -O2"
     3379  else
     3380    CXXFLAGS="-g"
     3381  fi
     3382else
     3383  if test "$GXX" = yes; then
     3384    CXXFLAGS="-O2"
     3385  else
     3386    CXXFLAGS=
     3387  fi
     3388fi
     3389ac_ext=c
     3390ac_cpp='$CPP $CPPFLAGS'
     3391ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3392ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3393ac_compiler_gnu=$ac_cv_c_compiler_gnu
     3394
    27033395
    27043396ac_aux_dir=
     
    27193411done
    27203412if test -z "$ac_aux_dir"; then
    2721   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    2722 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    2723    { (exit 1); exit 1; }; }
     3413  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
    27243414fi
    27253415
     
    27463436# OS/2's system install, which has a completely different semantic
    27473437# ./install, which can be erroneously created by make from ./install.sh.
    2748 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    2749 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     3438# Reject install programs that cannot install multiple files.
     3439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
     3440$as_echo_n "checking for a BSD-compatible install... " >&6; }
    27503441if test -z "$INSTALL"; then
    2751 if test "${ac_cv_path_install+set}" = set; then
    2752   echo $ECHO_N "(cached) $ECHO_C" >&6
     3442if test "${ac_cv_path_install+set}" = set; then :
     3443  $as_echo_n "(cached) " >&6
    27533444else
    27543445  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    27573448  IFS=$as_save_IFS
    27583449  test -z "$as_dir" && as_dir=.
    2759   # Account for people who put trailing slashes in PATH elements.
    2760 case $as_dir/ in
    2761   ./ | .// | /cC/* | \
     3450    # Account for people who put trailing slashes in PATH elements.
     3451case $as_dir/ in #((
     3452  ./ | .// | /[cC]/* | \
    27623453  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
    2763   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
     3454  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
    27643455  /usr/ucb/* ) ;;
    27653456  *)
     
    27793470            :
    27803471          else
    2781             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2782             break 3
     3472            rm -rf conftest.one conftest.two conftest.dir
     3473            echo one > conftest.one
     3474            echo two > conftest.two
     3475            mkdir conftest.dir
     3476            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     3477              test -s conftest.one && test -s conftest.two &&
     3478              test -s conftest.dir/conftest.one &&
     3479              test -s conftest.dir/conftest.two
     3480            then
     3481              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3482              break 3
     3483            fi
    27833484          fi
    27843485        fi
     
    27873488    ;;
    27883489esac
    2789 done
     3490
     3491  done
    27903492IFS=$as_save_IFS
    27913493
     3494rm -rf conftest.one conftest.two conftest.dir
    27923495
    27933496fi
     
    28023505  fi
    28033506fi
    2804 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    2805 echo "${ECHO_T}$INSTALL" >&6; }
     3507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
     3508$as_echo "$INSTALL" >&6; }
    28063509
    28073510# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    28253528ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    28263529ac_compiler_gnu=$ac_cv_c_compiler_gnu
    2827 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    2828 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
     3530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
     3531$as_echo_n "checking how to run the C preprocessor... " >&6; }
    28293532# On Suns, sometimes $CPP names a directory.
    28303533if test -n "$CPP" && test -d "$CPP"; then
     
    28323535fi
    28333536if test -z "$CPP"; then
    2834   if test "${ac_cv_prog_CPP+set}" = set; then
    2835   echo $ECHO_N "(cached) $ECHO_C" >&6
     3537  if test "${ac_cv_prog_CPP+set}" = set; then :
     3538  $as_echo_n "(cached) " >&6
    28363539else
    28373540      # Double quotes because CPP needs to be expanded
     
    28473550  # On the NeXT, cc -E runs the code through the compiler's parser,
    28483551  # not just through cpp. "Syntax error" is here to catch this case.
    2849   cat >conftest.$ac_ext <<_ACEOF
    2850 /* confdefs.h.  */
    2851 _ACEOF
    2852 cat confdefs.h >>conftest.$ac_ext
    2853 cat >>conftest.$ac_ext <<_ACEOF
     3552  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    28543553/* end confdefs.h.  */
    28553554#ifdef __STDC__
     
    28603559                     Syntax error
    28613560_ACEOF
    2862 if { (ac_try="$ac_cpp conftest.$ac_ext"
    2863 case "(($ac_try" in
    2864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2865   *) ac_try_echo=$ac_try;;
    2866 esac
    2867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2868   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    2869   ac_status=$?
    2870   grep -v '^ *+' conftest.er1 >conftest.err
    2871   rm -f conftest.er1
    2872   cat conftest.err >&5
    2873   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2874   (exit $ac_status); } >/dev/null && {
    2875          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    2876          test ! -s conftest.err
    2877        }; then
    2878   :
    2879 else
    2880   echo "$as_me: failed program was:" >&5
    2881 sed 's/^/| /' conftest.$ac_ext >&5
    2882 
     3561if ac_fn_c_try_cpp "$LINENO"; then :
     3562
     3563else
    28833564  # Broken: fails on valid input.
    28843565continue
    28853566fi
    2886 
    2887 rm -f conftest.err conftest.$ac_ext
     3567rm -f conftest.err conftest.i conftest.$ac_ext
    28883568
    28893569  # OK, works on sane cases.  Now check whether nonexistent headers
    28903570  # can be detected and how.
    2891   cat >conftest.$ac_ext <<_ACEOF
    2892 /* confdefs.h.  */
    2893 _ACEOF
    2894 cat confdefs.h >>conftest.$ac_ext
    2895 cat >>conftest.$ac_ext <<_ACEOF
     3571  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    28963572/* end confdefs.h.  */
    28973573#include <ac_nonexistent.h>
    28983574_ACEOF
    2899 if { (ac_try="$ac_cpp conftest.$ac_ext"
    2900 case "(($ac_try" in
    2901   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2902   *) ac_try_echo=$ac_try;;
    2903 esac
    2904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2905   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    2906   ac_status=$?
    2907   grep -v '^ *+' conftest.er1 >conftest.err
    2908   rm -f conftest.er1
    2909   cat conftest.err >&5
    2910   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2911   (exit $ac_status); } >/dev/null && {
    2912          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    2913          test ! -s conftest.err
    2914        }; then
     3575if ac_fn_c_try_cpp "$LINENO"; then :
    29153576  # Broken: success on invalid input.
    29163577continue
    29173578else
    2918   echo "$as_me: failed program was:" >&5
    2919 sed 's/^/| /' conftest.$ac_ext >&5
    2920 
    29213579  # Passes both tests.
    29223580ac_preproc_ok=:
    29233581break
    29243582fi
    2925 
    2926 rm -f conftest.err conftest.$ac_ext
     3583rm -f conftest.err conftest.i conftest.$ac_ext
    29273584
    29283585done
    29293586# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    2930 rm -f conftest.err conftest.$ac_ext
    2931 if $ac_preproc_ok; then
     3587rm -f conftest.i conftest.err conftest.$ac_ext
     3588if $ac_preproc_ok; then :
    29323589  break
    29333590fi
     
    29413598  ac_cv_prog_CPP=$CPP
    29423599fi
    2943 { echo "$as_me:$LINENO: result: $CPP" >&5
    2944 echo "${ECHO_T}$CPP" >&6; }
     3600{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
     3601$as_echo "$CPP" >&6; }
    29453602ac_preproc_ok=false
    29463603for ac_c_preproc_warn_flag in '' yes
     
    29523609  # On the NeXT, cc -E runs the code through the compiler's parser,
    29533610  # not just through cpp. "Syntax error" is here to catch this case.
    2954   cat >conftest.$ac_ext <<_ACEOF
    2955 /* confdefs.h.  */
    2956 _ACEOF
    2957 cat confdefs.h >>conftest.$ac_ext
    2958 cat >>conftest.$ac_ext <<_ACEOF
     3611  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    29593612/* end confdefs.h.  */
    29603613#ifdef __STDC__
     
    29653618                     Syntax error
    29663619_ACEOF
    2967 if { (ac_try="$ac_cpp conftest.$ac_ext"
    2968 case "(($ac_try" in
    2969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2970   *) ac_try_echo=$ac_try;;
    2971 esac
    2972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    2973   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    2974   ac_status=$?
    2975   grep -v '^ *+' conftest.er1 >conftest.err
    2976   rm -f conftest.er1
    2977   cat conftest.err >&5
    2978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2979   (exit $ac_status); } >/dev/null && {
    2980          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    2981          test ! -s conftest.err
    2982        }; then
    2983   :
    2984 else
    2985   echo "$as_me: failed program was:" >&5
    2986 sed 's/^/| /' conftest.$ac_ext >&5
    2987 
     3620if ac_fn_c_try_cpp "$LINENO"; then :
     3621
     3622else
    29883623  # Broken: fails on valid input.
    29893624continue
    29903625fi
    2991 
    2992 rm -f conftest.err conftest.$ac_ext
     3626rm -f conftest.err conftest.i conftest.$ac_ext
    29933627
    29943628  # OK, works on sane cases.  Now check whether nonexistent headers
    29953629  # can be detected and how.
    2996   cat >conftest.$ac_ext <<_ACEOF
    2997 /* confdefs.h.  */
    2998 _ACEOF
    2999 cat confdefs.h >>conftest.$ac_ext
    3000 cat >>conftest.$ac_ext <<_ACEOF
     3630  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    30013631/* end confdefs.h.  */
    30023632#include <ac_nonexistent.h>
    30033633_ACEOF
    3004 if { (ac_try="$ac_cpp conftest.$ac_ext"
    3005 case "(($ac_try" in
    3006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3007   *) ac_try_echo=$ac_try;;
    3008 esac
    3009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3010   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    3011   ac_status=$?
    3012   grep -v '^ *+' conftest.er1 >conftest.err
    3013   rm -f conftest.er1
    3014   cat conftest.err >&5
    3015   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3016   (exit $ac_status); } >/dev/null && {
    3017          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    3018          test ! -s conftest.err
    3019        }; then
     3634if ac_fn_c_try_cpp "$LINENO"; then :
    30203635  # Broken: success on invalid input.
    30213636continue
    30223637else
    3023   echo "$as_me: failed program was:" >&5
    3024 sed 's/^/| /' conftest.$ac_ext >&5
    3025 
    30263638  # Passes both tests.
    30273639ac_preproc_ok=:
    30283640break
    30293641fi
    3030 
    3031 rm -f conftest.err conftest.$ac_ext
     3642rm -f conftest.err conftest.i conftest.$ac_ext
    30323643
    30333644done
    30343645# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    3035 rm -f conftest.err conftest.$ac_ext
    3036 if $ac_preproc_ok; then
    3037   :
    3038 else
    3039   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    3040 See \`config.log' for more details." >&5
    3041 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    3042 See \`config.log' for more details." >&2;}
    3043    { (exit 1); exit 1; }; }
     3646rm -f conftest.i conftest.err conftest.$ac_ext
     3647if $ac_preproc_ok; then :
     3648
     3649else
     3650  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     3651$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3652as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
     3653See \`config.log' for more details" "$LINENO" 5 ; }
    30443654fi
    30453655
     
    30513661
    30523662
    3053 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    3054 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
    3055 if test "${ac_cv_path_GREP+set}" = set; then
    3056   echo $ECHO_N "(cached) $ECHO_C" >&6
    3057 else
    3058   # Extract the first word of "grep ggrep" to use in msg output
    3059 if test -z "$GREP"; then
    3060 set dummy grep ggrep; ac_prog_name=$2
    3061 if test "${ac_cv_path_GREP+set}" = set; then
    3062   echo $ECHO_N "(cached) $ECHO_C" >&6
    3063 else
     3663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
     3664$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     3665if test "${ac_cv_path_GREP+set}" = set; then :
     3666  $as_echo_n "(cached) " >&6
     3667else
     3668  if test -z "$GREP"; then
    30643669  ac_path_GREP_found=false
    3065 # Loop through the user's path and test for each of PROGNAME-LIST
    3066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3670  # Loop through the user's path and test for each of PROGNAME-LIST
     3671  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    30673672for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    30683673do
    30693674  IFS=$as_save_IFS
    30703675  test -z "$as_dir" && as_dir=.
    3071   for ac_prog in grep ggrep; do
    3072   for ac_exec_ext in '' $ac_executable_extensions; do
    3073     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    3074     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    3075     # Check for GNU ac_path_GREP and select it if it is found.
     3676    for ac_prog in grep ggrep; do
     3677    for ac_exec_ext in '' $ac_executable_extensions; do
     3678      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     3679      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     3680# Check for GNU ac_path_GREP and select it if it is found.
    30763681  # Check for GNU $ac_path_GREP
    30773682case `"$ac_path_GREP" --version 2>&1` in
     
    30803685*)
    30813686  ac_count=0
    3082   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     3687  $as_echo_n 0123456789 >"conftest.in"
    30833688  while :
    30843689  do
     
    30863691    mv "conftest.tmp" "conftest.in"
    30873692    cp "conftest.in" "conftest.nl"
    3088     echo 'GREP' >> "conftest.nl"
     3693    $as_echo 'GREP' >> "conftest.nl"
    30893694    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    30903695    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    3091     ac_count=`expr $ac_count + 1`
     3696    as_fn_arith $ac_count + 1 && ac_count=$as_val
    30923697    if test $ac_count -gt ${ac_path_GREP_max-0}; then
    30933698      # Best one so far, save it but keep looking for a better one
     
    31013706esac
    31023707
    3103 
    3104     $ac_path_GREP_found && break 3
     3708      $ac_path_GREP_found && break 3
     3709    done
    31053710  done
    3106 done
    3107 
    3108 done
     3711  done
    31093712IFS=$as_save_IFS
    3110 
    3111 
    3112 fi
    3113 
    3114 GREP="$ac_cv_path_GREP"
    3115 if test -z "$GREP"; then
    3116   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3117 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    3118    { (exit 1); exit 1; }; }
    3119 fi
    3120 
     3713  if test -z "$ac_cv_path_GREP"; then
     3714    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
     3715  fi
    31213716else
    31223717  ac_cv_path_GREP=$GREP
    31233718fi
    31243719
    3125 
    3126 fi
    3127 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    3128 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
     3720fi
     3721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
     3722$as_echo "$ac_cv_path_GREP" >&6; }
    31293723 GREP="$ac_cv_path_GREP"
    31303724
    31313725
    3132 { echo "$as_me:$LINENO: checking for egrep" >&5
    3133 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
    3134 if test "${ac_cv_path_EGREP+set}" = set; then
    3135   echo $ECHO_N "(cached) $ECHO_C" >&6
     3726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
     3727$as_echo_n "checking for egrep... " >&6; }
     3728if test "${ac_cv_path_EGREP+set}" = set; then :
     3729  $as_echo_n "(cached) " >&6
    31363730else
    31373731  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    31383732   then ac_cv_path_EGREP="$GREP -E"
    31393733   else
    3140      # Extract the first word of "egrep" to use in msg output
    3141 if test -z "$EGREP"; then
    3142 set dummy egrep; ac_prog_name=$2
    3143 if test "${ac_cv_path_EGREP+set}" = set; then
    3144   echo $ECHO_N "(cached) $ECHO_C" >&6
    3145 else
     3734     if test -z "$EGREP"; then
    31463735  ac_path_EGREP_found=false
    3147 # Loop through the user's path and test for each of PROGNAME-LIST
    3148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3736  # Loop through the user's path and test for each of PROGNAME-LIST
     3737  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    31493738for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    31503739do
    31513740  IFS=$as_save_IFS
    31523741  test -z "$as_dir" && as_dir=.
    3153   for ac_prog in egrep; do
    3154   for ac_exec_ext in '' $ac_executable_extensions; do
    3155     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    3156     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    3157     # Check for GNU ac_path_EGREP and select it if it is found.
     3742    for ac_prog in egrep; do
     3743    for ac_exec_ext in '' $ac_executable_extensions; do
     3744      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     3745      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     3746# Check for GNU ac_path_EGREP and select it if it is found.
    31583747  # Check for GNU $ac_path_EGREP
    31593748case `"$ac_path_EGREP" --version 2>&1` in
     
    31623751*)
    31633752  ac_count=0
    3164   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     3753  $as_echo_n 0123456789 >"conftest.in"
    31653754  while :
    31663755  do
     
    31683757    mv "conftest.tmp" "conftest.in"
    31693758    cp "conftest.in" "conftest.nl"
    3170     echo 'EGREP' >> "conftest.nl"
     3759    $as_echo 'EGREP' >> "conftest.nl"
    31713760    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    31723761    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    3173     ac_count=`expr $ac_count + 1`
     3762    as_fn_arith $ac_count + 1 && ac_count=$as_val
    31743763    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
    31753764      # Best one so far, save it but keep looking for a better one
     
    31833772esac
    31843773
    3185 
    3186     $ac_path_EGREP_found && break 3
     3774      $ac_path_EGREP_found && break 3
     3775    done
    31873776  done
    3188 done
    3189 
    3190 done
     3777  done
    31913778IFS=$as_save_IFS
    3192 
    3193 
    3194 fi
    3195 
    3196 EGREP="$ac_cv_path_EGREP"
    3197 if test -z "$EGREP"; then
    3198   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3199 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    3200    { (exit 1); exit 1; }; }
    3201 fi
    3202 
     3779  if test -z "$ac_cv_path_EGREP"; then
     3780    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
     3781  fi
    32033782else
    32043783  ac_cv_path_EGREP=$EGREP
    32053784fi
    32063785
    3207 
    32083786   fi
    32093787fi
    3210 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    3211 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
     3788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
     3789$as_echo "$ac_cv_path_EGREP" >&6; }
    32123790 EGREP="$ac_cv_path_EGREP"
    32133791
    32143792
    3215 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3216 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
    3217 if test "${ac_cv_header_stdc+set}" = set; then
    3218   echo $ECHO_N "(cached) $ECHO_C" >&6
    3219 else
    3220   cat >conftest.$ac_ext <<_ACEOF
    3221 /* confdefs.h.  */
    3222 _ACEOF
    3223 cat confdefs.h >>conftest.$ac_ext
    3224 cat >>conftest.$ac_ext <<_ACEOF
     3793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
     3794$as_echo_n "checking for ANSI C header files... " >&6; }
     3795if test "${ac_cv_header_stdc+set}" = set; then :
     3796  $as_echo_n "(cached) " >&6
     3797else
     3798  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    32253799/* end confdefs.h.  */
    32263800#include <stdlib.h>
     
    32373811}
    32383812_ACEOF
    3239 rm -f conftest.$ac_objext
    3240 if { (ac_try="$ac_compile"
    3241 case "(($ac_try" in
    3242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3243   *) ac_try_echo=$ac_try;;
    3244 esac
    3245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3246   (eval "$ac_compile") 2>conftest.er1
    3247   ac_status=$?
    3248   grep -v '^ *+' conftest.er1 >conftest.err
    3249   rm -f conftest.er1
    3250   cat conftest.err >&5
    3251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3252   (exit $ac_status); } && {
    3253          test -z "$ac_c_werror_flag" ||
    3254          test ! -s conftest.err
    3255        } && test -s conftest.$ac_objext; then
     3813if ac_fn_c_try_compile "$LINENO"; then :
    32563814  ac_cv_header_stdc=yes
    32573815else
    3258   echo "$as_me: failed program was:" >&5
    3259 sed 's/^/| /' conftest.$ac_ext >&5
    3260 
    3261         ac_cv_header_stdc=no
    3262 fi
    3263 
     3816  ac_cv_header_stdc=no
     3817fi
    32643818rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    32653819
    32663820if test $ac_cv_header_stdc = yes; then
    32673821  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    3268   cat >conftest.$ac_ext <<_ACEOF
    3269 /* confdefs.h.  */
    3270 _ACEOF
    3271 cat confdefs.h >>conftest.$ac_ext
    3272 cat >>conftest.$ac_ext <<_ACEOF
     3822  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    32733823/* end confdefs.h.  */
    32743824#include <string.h>
     
    32763826_ACEOF
    32773827if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    3278   $EGREP "memchr" >/dev/null 2>&1; then
    3279   :
     3828  $EGREP "memchr" >/dev/null 2>&1; then :
     3829
    32803830else
    32813831  ac_cv_header_stdc=no
     
    32873837if test $ac_cv_header_stdc = yes; then
    32883838  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    3289   cat >conftest.$ac_ext <<_ACEOF
    3290 /* confdefs.h.  */
    3291 _ACEOF
    3292 cat confdefs.h >>conftest.$ac_ext
    3293 cat >>conftest.$ac_ext <<_ACEOF
     3839  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    32943840/* end confdefs.h.  */
    32953841#include <stdlib.h>
     
    32973843_ACEOF
    32983844if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    3299   $EGREP "free" >/dev/null 2>&1; then
    3300   :
     3845  $EGREP "free" >/dev/null 2>&1; then :
     3846
    33013847else
    33023848  ac_cv_header_stdc=no
     
    33083854if test $ac_cv_header_stdc = yes; then
    33093855  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
    3310   if test "$cross_compiling" = yes; then
     3856  if test "$cross_compiling" = yes; then :
    33113857  :
    33123858else
    3313   cat >conftest.$ac_ext <<_ACEOF
    3314 /* confdefs.h.  */
    3315 _ACEOF
    3316 cat confdefs.h >>conftest.$ac_ext
    3317 cat >>conftest.$ac_ext <<_ACEOF
     3859  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    33183860/* end confdefs.h.  */
    33193861#include <ctype.h>
     
    33423884}
    33433885_ACEOF
    3344 rm -f conftest$ac_exeext
    3345 if { (ac_try="$ac_link"
    3346 case "(($ac_try" in
    3347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3348   *) ac_try_echo=$ac_try;;
    3349 esac
    3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3351   (eval "$ac_link") 2>&5
    3352   ac_status=$?
    3353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3354   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    3355   { (case "(($ac_try" in
    3356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3357   *) ac_try_echo=$ac_try;;
    3358 esac
    3359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3360   (eval "$ac_try") 2>&5
    3361   ac_status=$?
    3362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3363   (exit $ac_status); }; }; then
    3364   :
    3365 else
    3366   echo "$as_me: program exited with status $ac_status" >&5
    3367 echo "$as_me: failed program was:" >&5
    3368 sed 's/^/| /' conftest.$ac_ext >&5
    3369 
    3370 ( exit $ac_status )
    3371 ac_cv_header_stdc=no
    3372 fi
    3373 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    3374 fi
    3375 
    3376 
    3377 fi
    3378 fi
    3379 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    3380 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
     3886if ac_fn_c_try_run "$LINENO"; then :
     3887
     3888else
     3889  ac_cv_header_stdc=no
     3890fi
     3891rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     3892  conftest.$ac_objext conftest.beam conftest.$ac_ext
     3893fi
     3894
     3895fi
     3896fi
     3897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
     3898$as_echo "$ac_cv_header_stdc" >&6; }
    33813899if test $ac_cv_header_stdc = yes; then
    33823900
    3383 cat >>confdefs.h <<\_ACEOF
    3384 #define STDC_HEADERS 1
    3385 _ACEOF
     3901$as_echo "#define STDC_HEADERS 1" >>confdefs.h
    33863902
    33873903fi
    33883904
    33893905# On IRIX 5.3, sys/types and inttypes.h are conflicting.
    3390 
    3391 
    3392 
    3393 
    3394 
    3395 
    3396 
    3397 
    3398 
    33993906for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
    34003907                  inttypes.h stdint.h unistd.h
    3401 do
    3402 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    3403 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    3404 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    3405 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    3406   echo $ECHO_N "(cached) $ECHO_C" >&6
    3407 else
    3408   cat >conftest.$ac_ext <<_ACEOF
    3409 /* confdefs.h.  */
    3410 _ACEOF
    3411 cat confdefs.h >>conftest.$ac_ext
    3412 cat >>conftest.$ac_ext <<_ACEOF
     3908do :
     3909  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     3910ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
     3911"
     3912if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
     3913  cat >>confdefs.h <<_ACEOF
     3914#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     3915_ACEOF
     3916
     3917fi
     3918
     3919done
     3920
     3921
     3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
     3923$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
     3924if test "${ac_cv_c_bigendian+set}" = set; then :
     3925  $as_echo_n "(cached) " >&6
     3926else
     3927  ac_cv_c_bigendian=unknown
     3928    # See if we're dealing with a universal compiler.
     3929    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    34133930/* end confdefs.h.  */
    3414 $ac_includes_default
    3415 
    3416 #include <$ac_header>
    3417 _ACEOF
    3418 rm -f conftest.$ac_objext
    3419 if { (ac_try="$ac_compile"
    3420 case "(($ac_try" in
    3421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3422   *) ac_try_echo=$ac_try;;
    3423 esac
    3424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3425   (eval "$ac_compile") 2>conftest.er1
    3426   ac_status=$?
    3427   grep -v '^ *+' conftest.er1 >conftest.err
    3428   rm -f conftest.er1
    3429   cat conftest.err >&5
    3430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3431   (exit $ac_status); } && {
    3432          test -z "$ac_c_werror_flag" ||
    3433          test ! -s conftest.err
    3434        } && test -s conftest.$ac_objext; then
    3435   eval "$as_ac_Header=yes"
    3436 else
    3437   echo "$as_me: failed program was:" >&5
    3438 sed 's/^/| /' conftest.$ac_ext >&5
    3439 
    3440         eval "$as_ac_Header=no"
    3441 fi
    3442 
     3931#ifndef __APPLE_CC__
     3932               not a universal capable compiler
     3933             #endif
     3934             typedef int dummy;
     3935
     3936_ACEOF
     3937if ac_fn_c_try_compile "$LINENO"; then :
     3938
     3939        # Check for potential -arch flags.  It is not universal unless
     3940        # there are at least two -arch flags with different values.
     3941        ac_arch=
     3942        ac_prev=
     3943        for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
     3944         if test -n "$ac_prev"; then
     3945           case $ac_word in
     3946             i?86 | x86_64 | ppc | ppc64)
     3947               if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
     3948                 ac_arch=$ac_word
     3949               else
     3950                 ac_cv_c_bigendian=universal
     3951                 break
     3952               fi
     3953               ;;
     3954           esac
     3955           ac_prev=
     3956         elif test "x$ac_word" = "x-arch"; then
     3957           ac_prev=arch
     3958         fi
     3959       done
     3960fi
    34433961rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3444 fi
    3445 ac_res=`eval echo '${'$as_ac_Header'}'`
    3446                { echo "$as_me:$LINENO: result: $ac_res" >&5
    3447 echo "${ECHO_T}$ac_res" >&6; }
    3448 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    3449   cat >>confdefs.h <<_ACEOF
    3450 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    3451 _ACEOF
    3452 
    3453 fi
    3454 
    3455 done
    3456 
    3457 
    3458 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
    3459 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
    3460 if test "${ac_cv_c_bigendian+set}" = set; then
    3461   echo $ECHO_N "(cached) $ECHO_C" >&6
    3462 else
    3463   # See if sys/param.h defines the BYTE_ORDER macro.
    3464 cat >conftest.$ac_ext <<_ACEOF
    3465 /* confdefs.h.  */
    3466 _ACEOF
    3467 cat confdefs.h >>conftest.$ac_ext
    3468 cat >>conftest.$ac_ext <<_ACEOF
     3962    if test $ac_cv_c_bigendian = unknown; then
     3963      # See if sys/param.h defines the BYTE_ORDER macro.
     3964      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    34693965/* end confdefs.h.  */
    34703966#include <sys/types.h>
    3471 #include <sys/param.h>
     3967             #include <sys/param.h>
    34723968
    34733969int
    34743970main ()
    34753971{
    3476 #if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
    3477         && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
    3478  bogus endian macros
    3479 #endif
     3972#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
     3973                     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
     3974                     && LITTLE_ENDIAN)
     3975              bogus endian macros
     3976             #endif
    34803977
    34813978  ;
     
    34833980}
    34843981_ACEOF
    3485 rm -f conftest.$ac_objext
    3486 if { (ac_try="$ac_compile"
    3487 case "(($ac_try" in
    3488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3489   *) ac_try_echo=$ac_try;;
    3490 esac
    3491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3492   (eval "$ac_compile") 2>conftest.er1
    3493   ac_status=$?
    3494   grep -v '^ *+' conftest.er1 >conftest.err
    3495   rm -f conftest.er1
    3496   cat conftest.err >&5
    3497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3498   (exit $ac_status); } && {
    3499          test -z "$ac_c_werror_flag" ||
    3500          test ! -s conftest.err
    3501        } && test -s conftest.$ac_objext; then
     3982if ac_fn_c_try_compile "$LINENO"; then :
    35023983  # It does; now see whether it defined to BIG_ENDIAN or not.
    3503 cat >conftest.$ac_ext <<_ACEOF
    3504 /* confdefs.h.  */
    3505 _ACEOF
    3506 cat confdefs.h >>conftest.$ac_ext
    3507 cat >>conftest.$ac_ext <<_ACEOF
     3984         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    35083985/* end confdefs.h.  */
    35093986#include <sys/types.h>
    3510 #include <sys/param.h>
     3987                #include <sys/param.h>
    35113988
    35123989int
     
    35143991{
    35153992#if BYTE_ORDER != BIG_ENDIAN
    3516  not big endian
    3517 #endif
     3993                not big endian
     3994                #endif
    35183995
    35193996  ;
     
    35213998}
    35223999_ACEOF
    3523 rm -f conftest.$ac_objext
    3524 if { (ac_try="$ac_compile"
    3525 case "(($ac_try" in
    3526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3527   *) ac_try_echo=$ac_try;;
    3528 esac
    3529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3530   (eval "$ac_compile") 2>conftest.er1
    3531   ac_status=$?
    3532   grep -v '^ *+' conftest.er1 >conftest.err
    3533   rm -f conftest.er1
    3534   cat conftest.err >&5
    3535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3536   (exit $ac_status); } && {
    3537          test -z "$ac_c_werror_flag" ||
    3538          test ! -s conftest.err
    3539        } && test -s conftest.$ac_objext; then
     4000if ac_fn_c_try_compile "$LINENO"; then :
    35404001  ac_cv_c_bigendian=yes
    35414002else
    3542   echo "$as_me: failed program was:" >&5
    3543 sed 's/^/| /' conftest.$ac_ext >&5
    3544 
    3545         ac_cv_c_bigendian=no
    3546 fi
    3547 
     4003  ac_cv_c_bigendian=no
     4004fi
    35484005rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3549 else
    3550   echo "$as_me: failed program was:" >&5
    3551 sed 's/^/| /' conftest.$ac_ext >&5
    3552 
    3553         # It does not; compile a test program.
    3554 if test "$cross_compiling" = yes; then
    3555   # try to guess the endianness by grepping values into an object file
    3556   ac_cv_c_bigendian=unknown
    3557   cat >conftest.$ac_ext <<_ACEOF
    3558 /* confdefs.h.  */
    3559 _ACEOF
    3560 cat confdefs.h >>conftest.$ac_ext
    3561 cat >>conftest.$ac_ext <<_ACEOF
     4006fi
     4007rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4008    fi
     4009    if test $ac_cv_c_bigendian = unknown; then
     4010      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
     4011      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    35624012/* end confdefs.h.  */
    3563 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    3564 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    3565 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
    3566 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    3567 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    3568 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
     4013#include <limits.h>
     4014
    35694015int
    35704016main ()
    35714017{
    3572  _ascii (); _ebcdic ();
     4018#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
     4019              bogus endian macros
     4020             #endif
     4021
    35734022  ;
    35744023  return 0;
    35754024}
    35764025_ACEOF
    3577 rm -f conftest.$ac_objext
    3578 if { (ac_try="$ac_compile"
    3579 case "(($ac_try" in
    3580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3581   *) ac_try_echo=$ac_try;;
    3582 esac
    3583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3584   (eval "$ac_compile") 2>conftest.er1
    3585   ac_status=$?
    3586   grep -v '^ *+' conftest.er1 >conftest.err
    3587   rm -f conftest.er1
    3588   cat conftest.err >&5
    3589   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3590   (exit $ac_status); } && {
    3591          test -z "$ac_c_werror_flag" ||
    3592          test ! -s conftest.err
    3593        } && test -s conftest.$ac_objext; then
    3594   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
     4026if ac_fn_c_try_compile "$LINENO"; then :
     4027  # It does; now see whether it defined to _BIG_ENDIAN or not.
     4028         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4029/* end confdefs.h.  */
     4030#include <limits.h>
     4031
     4032int
     4033main ()
     4034{
     4035#ifndef _BIG_ENDIAN
     4036                 not big endian
     4037                #endif
     4038
     4039  ;
     4040  return 0;
     4041}
     4042_ACEOF
     4043if ac_fn_c_try_compile "$LINENO"; then :
    35954044  ac_cv_c_bigendian=yes
    3596 fi
    3597 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    3598   if test "$ac_cv_c_bigendian" = unknown; then
    3599     ac_cv_c_bigendian=no
    3600   else
    3601     # finding both strings is unlikely to happen, but who knows?
    3602     ac_cv_c_bigendian=unknown
    3603   fi
    3604 fi
    3605 else
    3606   echo "$as_me: failed program was:" >&5
    3607 sed 's/^/| /' conftest.$ac_ext >&5
    3608 
    3609 
    3610 fi
    3611 
     4045else
     4046  ac_cv_c_bigendian=no
     4047fi
    36124048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3613 else
    3614   cat >conftest.$ac_ext <<_ACEOF
    3615 /* confdefs.h.  */
    3616 _ACEOF
    3617 cat confdefs.h >>conftest.$ac_ext
    3618 cat >>conftest.$ac_ext <<_ACEOF
     4049fi
     4050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4051    fi
     4052    if test $ac_cv_c_bigendian = unknown; then
     4053      # Compile a test program.
     4054      if test "$cross_compiling" = yes; then :
     4055  # Try to guess by grepping values from an object file.
     4056         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4057/* end confdefs.h.  */
     4058short int ascii_mm[] =
     4059                  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     4060                short int ascii_ii[] =
     4061                  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     4062                int use_ascii (int i) {
     4063                  return ascii_mm[i] + ascii_ii[i];
     4064                }
     4065                short int ebcdic_ii[] =
     4066                  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     4067                short int ebcdic_mm[] =
     4068                  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     4069                int use_ebcdic (int i) {
     4070                  return ebcdic_mm[i] + ebcdic_ii[i];
     4071                }
     4072                extern int foo;
     4073
     4074int
     4075main ()
     4076{
     4077return use_ascii (foo) == use_ebcdic (foo);
     4078  ;
     4079  return 0;
     4080}
     4081_ACEOF
     4082if ac_fn_c_try_compile "$LINENO"; then :
     4083  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
     4084              ac_cv_c_bigendian=yes
     4085            fi
     4086            if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
     4087              if test "$ac_cv_c_bigendian" = unknown; then
     4088                ac_cv_c_bigendian=no
     4089              else
     4090                # finding both strings is unlikely to happen, but who knows?
     4091                ac_cv_c_bigendian=unknown
     4092              fi
     4093            fi
     4094fi
     4095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4096else
     4097  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    36194098/* end confdefs.h.  */
    36204099$ac_includes_default
     
    36234102{
    36244103
    3625   /* Are we little or big endian?  From Harbison&Steele.  */
    3626   union
    3627   {
    3628     long int l;
    3629     char c[sizeof (long int)];
    3630   } u;
    3631   u.l = 1;
    3632   return u.c[sizeof (long int) - 1] == 1;
     4104             /* Are we little or big endian?  From Harbison&Steele.  */
     4105             union
     4106             {
     4107               long int l;
     4108               char c[sizeof (long int)];
     4109             } u;
     4110             u.l = 1;
     4111             return u.c[sizeof (long int) - 1] == 1;
    36334112
    36344113  ;
     
    36364115}
    36374116_ACEOF
    3638 rm -f conftest$ac_exeext
    3639 if { (ac_try="$ac_link"
    3640 case "(($ac_try" in
    3641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3642   *) ac_try_echo=$ac_try;;
    3643 esac
    3644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3645   (eval "$ac_link") 2>&5
    3646   ac_status=$?
    3647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3648   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    3649   { (case "(($ac_try" in
    3650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3651   *) ac_try_echo=$ac_try;;
    3652 esac
    3653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3654   (eval "$ac_try") 2>&5
    3655   ac_status=$?
    3656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3657   (exit $ac_status); }; }; then
     4117if ac_fn_c_try_run "$LINENO"; then :
    36584118  ac_cv_c_bigendian=no
    36594119else
    3660   echo "$as_me: program exited with status $ac_status" >&5
    3661 echo "$as_me: failed program was:" >&5
    3662 sed 's/^/| /' conftest.$ac_ext >&5
    3663 
    3664 ( exit $ac_status )
    3665 ac_cv_c_bigendian=yes
    3666 fi
    3667 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    3668 fi
    3669 
    3670 
    3671 fi
    3672 
    3673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3674 fi
    3675 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
    3676 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
    3677 case $ac_cv_c_bigendian in
    3678   yes)
    3679     cat >>confdefs.h <<\_ACEOF
    3680 #define B_ENDIAN 1
    3681 _ACEOF
    3682  ;;
    3683   no)
    3684     cat >>confdefs.h <<\_ACEOF
    3685 #define L_ENDIAN 1
    3686 _ACEOF
    3687  ;;
    3688   *)
    3689     { { echo "$as_me:$LINENO: error: unknown endianness
    3690 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
    3691 echo "$as_me: error: unknown endianness
    3692 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    3693    { (exit 1); exit 1; }; } ;;
    3694 esac
    3695 
    3696 { echo "$as_me:$LINENO: checking for X" >&5
    3697 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
     4120  ac_cv_c_bigendian=yes
     4121fi
     4122rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     4123  conftest.$ac_objext conftest.beam conftest.$ac_ext
     4124fi
     4125
     4126    fi
     4127fi
     4128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
     4129$as_echo "$ac_cv_c_bigendian" >&6; }
     4130 case $ac_cv_c_bigendian in #(
     4131   yes)
     4132     $as_echo "#define B_ENDIAN 1" >>confdefs.h
     4133;; #(
     4134   no)
     4135     $as_echo "#define L_ENDIAN 1" >>confdefs.h
     4136 ;; #(
     4137   universal)
     4138
     4139$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
     4140
     4141     ;; #(
     4142   *)
     4143     as_fn_error $? "unknown endianness
     4144 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
     4145 esac
     4146
     4147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
     4148$as_echo_n "checking for X... " >&6; }
    36984149
    36994150
    37004151# Check whether --with-x was given.
    3701 if test "${with_x+set}" = set; then
     4152if test "${with_x+set}" = set; then :
    37024153  withval=$with_x;
    37034154fi
     
    37094160else
    37104161  case $x_includes,$x_libraries in #(
    3711     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
    3712 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
    3713    { (exit 1); exit 1; }; };; #(
    3714     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    3715   echo $ECHO_N "(cached) $ECHO_C" >&6
     4162    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
     4163    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
     4164  $as_echo_n "(cached) " >&6
    37164165else
    37174166  # One or both of the vars are not set, and there is no cached value.
     
    37294178_ACEOF
    37304179  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
    3731     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     4180    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
    37324181    for ac_var in incroot usrlibdir libdir; do
    37334182      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
    37344183    done
    37354184    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    3736     for ac_extension in a so sl; do
     4185    for ac_extension in a so sl dylib la dll; do
    37374186      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    37384187         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    37484197    esac
    37494198    case $ac_im_usrlibdir in
    3750         /usr/lib | /lib) ;;
     4199        /usr/lib | /usr/lib64 | /lib | /lib64) ;;
    37514200        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    37524201    esac
     
    37604209ac_x_header_dirs='
    37614210/usr/X11/include
     4211/usr/X11R7/include
    37624212/usr/X11R6/include
    37634213/usr/X11R5/include
     
    37654215
    37664216/usr/include/X11
     4217/usr/include/X11R7
    37674218/usr/include/X11R6
    37684219/usr/include/X11R5
     
    37704221
    37714222/usr/local/X11/include
     4223/usr/local/X11R7/include
    37724224/usr/local/X11R6/include
    37734225/usr/local/X11R5/include
     
    37754227
    37764228/usr/local/include/X11
     4229/usr/local/include/X11R7
    37774230/usr/local/include/X11R6
    37784231/usr/local/include/X11R5
     
    37964249  # Guess where to find include files, by looking for Xlib.h.
    37974250  # First, try using that file with no special directory specified.
    3798   cat >conftest.$ac_ext <<_ACEOF
    3799 /* confdefs.h.  */
    3800 _ACEOF
    3801 cat confdefs.h >>conftest.$ac_ext
    3802 cat >>conftest.$ac_ext <<_ACEOF
     4251  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    38034252/* end confdefs.h.  */
    38044253#include <X11/Xlib.h>
    38054254_ACEOF
    3806 if { (ac_try="$ac_cpp conftest.$ac_ext"
    3807 case "(($ac_try" in
    3808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3809   *) ac_try_echo=$ac_try;;
    3810 esac
    3811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3812   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    3813   ac_status=$?
    3814   grep -v '^ *+' conftest.er1 >conftest.err
    3815   rm -f conftest.er1
    3816   cat conftest.err >&5
    3817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3818   (exit $ac_status); } >/dev/null && {
    3819          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    3820          test ! -s conftest.err
    3821        }; then
     4255if ac_fn_c_try_cpp "$LINENO"; then :
    38224256  # We can compile using X headers with no special include directory.
    38234257ac_x_includes=
    38244258else
    3825   echo "$as_me: failed program was:" >&5
    3826 sed 's/^/| /' conftest.$ac_ext >&5
    3827 
    38284259  for ac_dir in $ac_x_header_dirs; do
    38294260  if test -r "$ac_dir/X11/Xlib.h"; then
     
    38334264done
    38344265fi
    3835 
    3836 rm -f conftest.err conftest.$ac_ext
     4266rm -f conftest.err conftest.i conftest.$ac_ext
    38374267fi # $ac_x_includes = no
    38384268
     
    38434273  ac_save_LIBS=$LIBS
    38444274  LIBS="-lX11 $LIBS"
    3845   cat >conftest.$ac_ext <<_ACEOF
    3846 /* confdefs.h.  */
    3847 _ACEOF
    3848 cat confdefs.h >>conftest.$ac_ext
    3849 cat >>conftest.$ac_ext <<_ACEOF
     4275  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    38504276/* end confdefs.h.  */
    38514277#include <X11/Xlib.h>
     
    38584284}
    38594285_ACEOF
    3860 rm -f conftest.$ac_objext conftest$ac_exeext
    3861 if { (ac_try="$ac_link"
    3862 case "(($ac_try" in
    3863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3864   *) ac_try_echo=$ac_try;;
    3865 esac
    3866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3867   (eval "$ac_link") 2>conftest.er1
    3868   ac_status=$?
    3869   grep -v '^ *+' conftest.er1 >conftest.err
    3870   rm -f conftest.er1
    3871   cat conftest.err >&5
    3872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3873   (exit $ac_status); } && {
    3874          test -z "$ac_c_werror_flag" ||
    3875          test ! -s conftest.err
    3876        } && test -s conftest$ac_exeext &&
    3877        $as_test_x conftest$ac_exeext; then
     4286if ac_fn_c_try_link "$LINENO"; then :
    38784287  LIBS=$ac_save_LIBS
    38794288# We can link X programs with no special library path.
    38804289ac_x_libraries=
    38814290else
    3882   echo "$as_me: failed program was:" >&5
    3883 sed 's/^/| /' conftest.$ac_ext >&5
    3884 
    3885         LIBS=$ac_save_LIBS
    3886 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     4291  LIBS=$ac_save_LIBS
     4292for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    38874293do
    38884294  # Don't even attempt the hair of trying to link an X program!
    3889   for ac_extension in a so sl; do
     4295  for ac_extension in a so sl dylib la dll; do
    38904296    if test -r "$ac_dir/libX11.$ac_extension"; then
    38914297      ac_x_libraries=$ac_dir
     
    38954301done
    38964302fi
    3897 
    3898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    3899       conftest$ac_exeext conftest.$ac_ext
     4303rm -f core conftest.err conftest.$ac_objext \
     4304    conftest$ac_exeext conftest.$ac_ext
    39004305fi # $ac_x_libraries = no
    39014306
     
    39184323
    39194324if test "$have_x" != yes; then
    3920   { echo "$as_me:$LINENO: result: $have_x" >&5
    3921 echo "${ECHO_T}$have_x" >&6; }
     4325  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
     4326$as_echo "$have_x" >&6; }
    39224327  no_x=yes
    39234328else
     
    39294334        ac_x_includes='$x_includes'\
    39304335        ac_x_libraries='$x_libraries'"
    3931   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    3932 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
     4336  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
     4337$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
    39334338fi
    39344339
     
    39364341  # Not all programs may use this symbol, but it does not hurt to define it.
    39374342
    3938 cat >>confdefs.h <<\_ACEOF
    3939 #define X_DISPLAY_MISSING 1
    3940 _ACEOF
     4343$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
    39414344
    39424345  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
     
    39514354    # For Solaris; some versions of Sun CC require a space after -R and
    39524355    # others require no space.  Words are not sufficient . . . .
    3953     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    3954 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
     4356    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
     4357$as_echo_n "checking whether -R must be followed by a space... " >&6; }
    39554358    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    39564359    ac_xsave_c_werror_flag=$ac_c_werror_flag
    39574360    ac_c_werror_flag=yes
    3958     cat >conftest.$ac_ext <<_ACEOF
    3959 /* confdefs.h.  */
    3960 _ACEOF
    3961 cat confdefs.h >>conftest.$ac_ext
    3962 cat >>conftest.$ac_ext <<_ACEOF
     4361    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    39634362/* end confdefs.h.  */
    39644363
     
    39714370}
    39724371_ACEOF
    3973 rm -f conftest.$ac_objext conftest$ac_exeext
    3974 if { (ac_try="$ac_link"
    3975 case "(($ac_try" in
    3976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3977   *) ac_try_echo=$ac_try;;
    3978 esac
    3979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    3980   (eval "$ac_link") 2>conftest.er1
    3981   ac_status=$?
    3982   grep -v '^ *+' conftest.er1 >conftest.err
    3983   rm -f conftest.er1
    3984   cat conftest.err >&5
    3985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3986   (exit $ac_status); } && {
    3987          test -z "$ac_c_werror_flag" ||
    3988          test ! -s conftest.err
    3989        } && test -s conftest$ac_exeext &&
    3990        $as_test_x conftest$ac_exeext; then
    3991   { echo "$as_me:$LINENO: result: no" >&5
    3992 echo "${ECHO_T}no" >&6; }
     4372if ac_fn_c_try_link "$LINENO"; then :
     4373  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     4374$as_echo "no" >&6; }
    39934375       X_LIBS="$X_LIBS -R$x_libraries"
    39944376else
    3995   echo "$as_me: failed program was:" >&5
    3996 sed 's/^/| /' conftest.$ac_ext >&5
    3997 
    3998         LIBS="$ac_xsave_LIBS -R $x_libraries"
    3999        cat >conftest.$ac_ext <<_ACEOF
    4000 /* confdefs.h.  */
    4001 _ACEOF
    4002 cat confdefs.h >>conftest.$ac_ext
    4003 cat >>conftest.$ac_ext <<_ACEOF
     4377  LIBS="$ac_xsave_LIBS -R $x_libraries"
     4378       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    40044379/* end confdefs.h.  */
    40054380
     
    40124387}
    40134388_ACEOF
    4014 rm -f conftest.$ac_objext conftest$ac_exeext
    4015 if { (ac_try="$ac_link"
    4016 case "(($ac_try" in
    4017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4018   *) ac_try_echo=$ac_try;;
    4019 esac
    4020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4021   (eval "$ac_link") 2>conftest.er1
    4022   ac_status=$?
    4023   grep -v '^ *+' conftest.er1 >conftest.err
    4024   rm -f conftest.er1
    4025   cat conftest.err >&5
    4026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4027   (exit $ac_status); } && {
    4028          test -z "$ac_c_werror_flag" ||
    4029          test ! -s conftest.err
    4030        } && test -s conftest$ac_exeext &&
    4031        $as_test_x conftest$ac_exeext; then
    4032   { echo "$as_me:$LINENO: result: yes" >&5
    4033 echo "${ECHO_T}yes" >&6; }
     4389if ac_fn_c_try_link "$LINENO"; then :
     4390  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     4391$as_echo "yes" >&6; }
    40344392          X_LIBS="$X_LIBS -R $x_libraries"
    40354393else
    4036   echo "$as_me: failed program was:" >&5
    4037 sed 's/^/| /' conftest.$ac_ext >&5
    4038 
    4039         { echo "$as_me:$LINENO: result: neither works" >&5
    4040 echo "${ECHO_T}neither works" >&6; }
    4041 fi
    4042 
    4043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4044       conftest$ac_exeext conftest.$ac_ext
    4045 fi
    4046 
    4047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4048       conftest$ac_exeext conftest.$ac_ext
     4394  { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
     4395$as_echo "neither works" >&6; }
     4396fi
     4397rm -f core conftest.err conftest.$ac_objext \
     4398    conftest$ac_exeext conftest.$ac_ext
     4399fi
     4400rm -f core conftest.err conftest.$ac_objext \
     4401    conftest$ac_exeext conftest.$ac_ext
    40494402    ac_c_werror_flag=$ac_xsave_c_werror_flag
    40504403    LIBS=$ac_xsave_LIBS
     
    40624415    # the Alpha needs dnet_stub (dnet does not exist).
    40634416    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
    4064     cat >conftest.$ac_ext <<_ACEOF
    4065 /* confdefs.h.  */
    4066 _ACEOF
    4067 cat confdefs.h >>conftest.$ac_ext
    4068 cat >>conftest.$ac_ext <<_ACEOF
     4417    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    40694418/* end confdefs.h.  */
    40704419
     
    40844433}
    40854434_ACEOF
    4086 rm -f conftest.$ac_objext conftest$ac_exeext
    4087 if { (ac_try="$ac_link"
    4088 case "(($ac_try" in
    4089   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4090   *) ac_try_echo=$ac_try;;
    4091 esac
    4092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4093   (eval "$ac_link") 2>conftest.er1
    4094   ac_status=$?
    4095   grep -v '^ *+' conftest.er1 >conftest.err
    4096   rm -f conftest.er1
    4097   cat conftest.err >&5
    4098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4099   (exit $ac_status); } && {
    4100          test -z "$ac_c_werror_flag" ||
    4101          test ! -s conftest.err
    4102        } && test -s conftest$ac_exeext &&
    4103        $as_test_x conftest$ac_exeext; then
    4104   :
    4105 else
    4106   echo "$as_me: failed program was:" >&5
    4107 sed 's/^/| /' conftest.$ac_ext >&5
    4108 
    4109         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    4110 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
    4111 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    4112   echo $ECHO_N "(cached) $ECHO_C" >&6
     4435if ac_fn_c_try_link "$LINENO"; then :
     4436
     4437else
     4438  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
     4439$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
     4440if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
     4441  $as_echo_n "(cached) " >&6
    41134442else
    41144443  ac_check_lib_save_LIBS=$LIBS
    41154444LIBS="-ldnet  $LIBS"
    4116 cat >conftest.$ac_ext <<_ACEOF
    4117 /* confdefs.h.  */
    4118 _ACEOF
    4119 cat confdefs.h >>conftest.$ac_ext
    4120 cat >>conftest.$ac_ext <<_ACEOF
     4445cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    41214446/* end confdefs.h.  */
    41224447
     
    41364461}
    41374462_ACEOF
    4138 rm -f conftest.$ac_objext conftest$ac_exeext
    4139 if { (ac_try="$ac_link"
    4140 case "(($ac_try" in
    4141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4142   *) ac_try_echo=$ac_try;;
    4143 esac
    4144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4145   (eval "$ac_link") 2>conftest.er1
    4146   ac_status=$?
    4147   grep -v '^ *+' conftest.er1 >conftest.err
    4148   rm -f conftest.er1
    4149   cat conftest.err >&5
    4150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4151   (exit $ac_status); } && {
    4152          test -z "$ac_c_werror_flag" ||
    4153          test ! -s conftest.err
    4154        } && test -s conftest$ac_exeext &&
    4155        $as_test_x conftest$ac_exeext; then
     4463if ac_fn_c_try_link "$LINENO"; then :
    41564464  ac_cv_lib_dnet_dnet_ntoa=yes
    41574465else
    4158   echo "$as_me: failed program was:" >&5
    4159 sed 's/^/| /' conftest.$ac_ext >&5
    4160 
    4161         ac_cv_lib_dnet_dnet_ntoa=no
    4162 fi
    4163 
    4164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4165       conftest$ac_exeext conftest.$ac_ext
     4466  ac_cv_lib_dnet_dnet_ntoa=no
     4467fi
     4468rm -f core conftest.err conftest.$ac_objext \
     4469    conftest$ac_exeext conftest.$ac_ext
    41664470LIBS=$ac_check_lib_save_LIBS
    41674471fi
    4168 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    4169 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    4170 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
     4472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     4473$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     4474if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
    41714475  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    41724476fi
    41734477
    41744478    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    4175       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    4176 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
    4177 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    4178   echo $ECHO_N "(cached) $ECHO_C" >&6
     4479      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
     4480$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
     4481if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
     4482  $as_echo_n "(cached) " >&6
    41794483else
    41804484  ac_check_lib_save_LIBS=$LIBS
    41814485LIBS="-ldnet_stub  $LIBS"
    4182 cat >conftest.$ac_ext <<_ACEOF
    4183 /* confdefs.h.  */
    4184 _ACEOF
    4185 cat confdefs.h >>conftest.$ac_ext
    4186 cat >>conftest.$ac_ext <<_ACEOF
     4486cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    41874487/* end confdefs.h.  */
    41884488
     
    42024502}
    42034503_ACEOF
    4204 rm -f conftest.$ac_objext conftest$ac_exeext
    4205 if { (ac_try="$ac_link"
    4206 case "(($ac_try" in
    4207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4208   *) ac_try_echo=$ac_try;;
    4209 esac
    4210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4211   (eval "$ac_link") 2>conftest.er1
    4212   ac_status=$?
    4213   grep -v '^ *+' conftest.er1 >conftest.err
    4214   rm -f conftest.er1
    4215   cat conftest.err >&5
    4216   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4217   (exit $ac_status); } && {
    4218          test -z "$ac_c_werror_flag" ||
    4219          test ! -s conftest.err
    4220        } && test -s conftest$ac_exeext &&
    4221        $as_test_x conftest$ac_exeext; then
     4504if ac_fn_c_try_link "$LINENO"; then :
    42224505  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    42234506else
    4224   echo "$as_me: failed program was:" >&5
    4225 sed 's/^/| /' conftest.$ac_ext >&5
    4226 
    4227         ac_cv_lib_dnet_stub_dnet_ntoa=no
    4228 fi
    4229 
    4230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4231       conftest$ac_exeext conftest.$ac_ext
     4507  ac_cv_lib_dnet_stub_dnet_ntoa=no
     4508fi
     4509rm -f core conftest.err conftest.$ac_objext \
     4510    conftest$ac_exeext conftest.$ac_ext
    42324511LIBS=$ac_check_lib_save_LIBS
    42334512fi
    4234 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    4235 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    4236 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
     4513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     4514$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     4515if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
    42374516  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    42384517fi
     
    42404519    fi
    42414520fi
    4242 
    4243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4244       conftest$ac_exeext conftest.$ac_ext
     4521rm -f core conftest.err conftest.$ac_objext \
     4522    conftest$ac_exeext conftest.$ac_ext
    42454523    LIBS="$ac_xsave_LIBS"
    42464524
     
    42534531    # The functions gethostbyname, getservbyname, and inet_addr are
    42544532    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    4255     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
    4256 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
    4257 if test "${ac_cv_func_gethostbyname+set}" = set; then
    4258   echo $ECHO_N "(cached) $ECHO_C" >&6
    4259 else
    4260   cat >conftest.$ac_ext <<_ACEOF
    4261 /* confdefs.h.  */
    4262 _ACEOF
    4263 cat confdefs.h >>conftest.$ac_ext
    4264 cat >>conftest.$ac_ext <<_ACEOF
    4265 /* end confdefs.h.  */
    4266 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
    4267    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    4268 #define gethostbyname innocuous_gethostbyname
    4269 
    4270 /* System header to define __stub macros and hopefully few prototypes,
    4271     which can conflict with char gethostbyname (); below.
    4272     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4273     <limits.h> exists even on freestanding compilers.  */
    4274 
    4275 #ifdef __STDC__
    4276 # include <limits.h>
    4277 #else
    4278 # include <assert.h>
    4279 #endif
    4280 
    4281 #undef gethostbyname
    4282 
    4283 /* Override any GCC internal prototype to avoid an error.
    4284    Use char because int might match the return type of a GCC
    4285    builtin and then its argument prototype would still apply.  */
    4286 #ifdef __cplusplus
    4287 extern "C"
    4288 #endif
    4289 char gethostbyname ();
    4290 /* The GNU C library defines this for functions which it implements
    4291     to always fail with ENOSYS.  Some functions are actually named
    4292     something starting with __ and the normal name is an alias.  */
    4293 #if defined __stub_gethostbyname || defined __stub___gethostbyname
    4294 choke me
    4295 #endif
    4296 
    4297 int
    4298 main ()
    4299 {
    4300 return gethostbyname ();
    4301   ;
    4302   return 0;
    4303 }
    4304 _ACEOF
    4305 rm -f conftest.$ac_objext conftest$ac_exeext
    4306 if { (ac_try="$ac_link"
    4307 case "(($ac_try" in
    4308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4309   *) ac_try_echo=$ac_try;;
    4310 esac
    4311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4312   (eval "$ac_link") 2>conftest.er1
    4313   ac_status=$?
    4314   grep -v '^ *+' conftest.er1 >conftest.err
    4315   rm -f conftest.er1
    4316   cat conftest.err >&5
    4317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4318   (exit $ac_status); } && {
    4319          test -z "$ac_c_werror_flag" ||
    4320          test ! -s conftest.err
    4321        } && test -s conftest$ac_exeext &&
    4322        $as_test_x conftest$ac_exeext; then
    4323   ac_cv_func_gethostbyname=yes
    4324 else
    4325   echo "$as_me: failed program was:" >&5
    4326 sed 's/^/| /' conftest.$ac_ext >&5
    4327 
    4328         ac_cv_func_gethostbyname=no
    4329 fi
    4330 
    4331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4332       conftest$ac_exeext conftest.$ac_ext
    4333 fi
    4334 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    4335 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
     4533    ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
     4534if test "x$ac_cv_func_gethostbyname" = x""yes; then :
     4535
     4536fi
    43364537
    43374538    if test $ac_cv_func_gethostbyname = no; then
    4338       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    4339 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
    4340 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    4341   echo $ECHO_N "(cached) $ECHO_C" >&6
     4539      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
     4540$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
     4541if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
     4542  $as_echo_n "(cached) " >&6
    43424543else
    43434544  ac_check_lib_save_LIBS=$LIBS
    43444545LIBS="-lnsl  $LIBS"
    4345 cat >conftest.$ac_ext <<_ACEOF
    4346 /* confdefs.h.  */
    4347 _ACEOF
    4348 cat confdefs.h >>conftest.$ac_ext
    4349 cat >>conftest.$ac_ext <<_ACEOF
     4546cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    43504547/* end confdefs.h.  */
    43514548
     
    43654562}
    43664563_ACEOF
    4367 rm -f conftest.$ac_objext conftest$ac_exeext
    4368 if { (ac_try="$ac_link"
    4369 case "(($ac_try" in
    4370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4371   *) ac_try_echo=$ac_try;;
    4372 esac
    4373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4374   (eval "$ac_link") 2>conftest.er1
    4375   ac_status=$?
    4376   grep -v '^ *+' conftest.er1 >conftest.err
    4377   rm -f conftest.er1
    4378   cat conftest.err >&5
    4379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4380   (exit $ac_status); } && {
    4381          test -z "$ac_c_werror_flag" ||
    4382          test ! -s conftest.err
    4383        } && test -s conftest$ac_exeext &&
    4384        $as_test_x conftest$ac_exeext; then
     4564if ac_fn_c_try_link "$LINENO"; then :
    43854565  ac_cv_lib_nsl_gethostbyname=yes
    43864566else
    4387   echo "$as_me: failed program was:" >&5
    4388 sed 's/^/| /' conftest.$ac_ext >&5
    4389 
    4390         ac_cv_lib_nsl_gethostbyname=no
    4391 fi
    4392 
    4393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4394       conftest$ac_exeext conftest.$ac_ext
     4567  ac_cv_lib_nsl_gethostbyname=no
     4568fi
     4569rm -f core conftest.err conftest.$ac_objext \
     4570    conftest$ac_exeext conftest.$ac_ext
    43954571LIBS=$ac_check_lib_save_LIBS
    43964572fi
    4397 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    4398 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
    4399 if test $ac_cv_lib_nsl_gethostbyname = yes; then
     4573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
     4574$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
     4575if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
    44004576  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    44014577fi
    44024578
    44034579      if test $ac_cv_lib_nsl_gethostbyname = no; then
    4404         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    4405 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
    4406 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    4407   echo $ECHO_N "(cached) $ECHO_C" >&6
     4580        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
     4581$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
     4582if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
     4583  $as_echo_n "(cached) " >&6
    44084584else
    44094585  ac_check_lib_save_LIBS=$LIBS
    44104586LIBS="-lbsd  $LIBS"
    4411 cat >conftest.$ac_ext <<_ACEOF
    4412 /* confdefs.h.  */
    4413 _ACEOF
    4414 cat confdefs.h >>conftest.$ac_ext
    4415 cat >>conftest.$ac_ext <<_ACEOF
     4587cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    44164588/* end confdefs.h.  */
    44174589
     
    44314603}
    44324604_ACEOF
    4433 rm -f conftest.$ac_objext conftest$ac_exeext
    4434 if { (ac_try="$ac_link"
    4435 case "(($ac_try" in
    4436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4437   *) ac_try_echo=$ac_try;;
    4438 esac
    4439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4440   (eval "$ac_link") 2>conftest.er1
    4441   ac_status=$?
    4442   grep -v '^ *+' conftest.er1 >conftest.err
    4443   rm -f conftest.er1
    4444   cat conftest.err >&5
    4445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4446   (exit $ac_status); } && {
    4447          test -z "$ac_c_werror_flag" ||
    4448          test ! -s conftest.err
    4449        } && test -s conftest$ac_exeext &&
    4450        $as_test_x conftest$ac_exeext; then
     4605if ac_fn_c_try_link "$LINENO"; then :
    44514606  ac_cv_lib_bsd_gethostbyname=yes
    44524607else
    4453   echo "$as_me: failed program was:" >&5
    4454 sed 's/^/| /' conftest.$ac_ext >&5
    4455 
    4456         ac_cv_lib_bsd_gethostbyname=no
    4457 fi
    4458 
    4459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4460       conftest$ac_exeext conftest.$ac_ext
     4608  ac_cv_lib_bsd_gethostbyname=no
     4609fi
     4610rm -f core conftest.err conftest.$ac_objext \
     4611    conftest$ac_exeext conftest.$ac_ext
    44614612LIBS=$ac_check_lib_save_LIBS
    44624613fi
    4463 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    4464 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
    4465 if test $ac_cv_lib_bsd_gethostbyname = yes; then
     4614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
     4615$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
     4616if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
    44664617  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    44674618fi
     
    44774628    # must be given before -lnsl if both are needed.  We assume that
    44784629    # if connect needs -lnsl, so does gethostbyname.
    4479     { echo "$as_me:$LINENO: checking for connect" >&5
    4480 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
    4481 if test "${ac_cv_func_connect+set}" = set; then
    4482   echo $ECHO_N "(cached) $ECHO_C" >&6
    4483 else
    4484   cat >conftest.$ac_ext <<_ACEOF
    4485 /* confdefs.h.  */
    4486 _ACEOF
    4487 cat confdefs.h >>conftest.$ac_ext
    4488 cat >>conftest.$ac_ext <<_ACEOF
    4489 /* end confdefs.h.  */
    4490 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
    4491    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    4492 #define connect innocuous_connect
    4493 
    4494 /* System header to define __stub macros and hopefully few prototypes,
    4495     which can conflict with char connect (); below.
    4496     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4497     <limits.h> exists even on freestanding compilers.  */
    4498 
    4499 #ifdef __STDC__
    4500 # include <limits.h>
    4501 #else
    4502 # include <assert.h>
    4503 #endif
    4504 
    4505 #undef connect
    4506 
    4507 /* Override any GCC internal prototype to avoid an error.
    4508    Use char because int might match the return type of a GCC
    4509    builtin and then its argument prototype would still apply.  */
    4510 #ifdef __cplusplus
    4511 extern "C"
    4512 #endif
    4513 char connect ();
    4514 /* The GNU C library defines this for functions which it implements
    4515     to always fail with ENOSYS.  Some functions are actually named
    4516     something starting with __ and the normal name is an alias.  */
    4517 #if defined __stub_connect || defined __stub___connect
    4518 choke me
    4519 #endif
    4520 
    4521 int
    4522 main ()
    4523 {
    4524 return connect ();
    4525   ;
    4526   return 0;
    4527 }
    4528 _ACEOF
    4529 rm -f conftest.$ac_objext conftest$ac_exeext
    4530 if { (ac_try="$ac_link"
    4531 case "(($ac_try" in
    4532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4533   *) ac_try_echo=$ac_try;;
    4534 esac
    4535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4536   (eval "$ac_link") 2>conftest.er1
    4537   ac_status=$?
    4538   grep -v '^ *+' conftest.er1 >conftest.err
    4539   rm -f conftest.er1
    4540   cat conftest.err >&5
    4541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4542   (exit $ac_status); } && {
    4543          test -z "$ac_c_werror_flag" ||
    4544          test ! -s conftest.err
    4545        } && test -s conftest$ac_exeext &&
    4546        $as_test_x conftest$ac_exeext; then
    4547   ac_cv_func_connect=yes
    4548 else
    4549   echo "$as_me: failed program was:" >&5
    4550 sed 's/^/| /' conftest.$ac_ext >&5
    4551 
    4552         ac_cv_func_connect=no
    4553 fi
    4554 
    4555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4556       conftest$ac_exeext conftest.$ac_ext
    4557 fi
    4558 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    4559 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
     4630    ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
     4631if test "x$ac_cv_func_connect" = x""yes; then :
     4632
     4633fi
    45604634
    45614635    if test $ac_cv_func_connect = no; then
    4562       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    4563 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
    4564 if test "${ac_cv_lib_socket_connect+set}" = set; then
    4565   echo $ECHO_N "(cached) $ECHO_C" >&6
     4636      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
     4637$as_echo_n "checking for connect in -lsocket... " >&6; }
     4638if test "${ac_cv_lib_socket_connect+set}" = set; then :
     4639  $as_echo_n "(cached) " >&6
    45664640else
    45674641  ac_check_lib_save_LIBS=$LIBS
    45684642LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
    4569 cat >conftest.$ac_ext <<_ACEOF
    4570 /* confdefs.h.  */
    4571 _ACEOF
    4572 cat confdefs.h >>conftest.$ac_ext
    4573 cat >>conftest.$ac_ext <<_ACEOF
     4643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    45744644/* end confdefs.h.  */
    45754645
     
    45894659}
    45904660_ACEOF
    4591 rm -f conftest.$ac_objext conftest$ac_exeext
    4592 if { (ac_try="$ac_link"
    4593 case "(($ac_try" in
    4594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4595   *) ac_try_echo=$ac_try;;
    4596 esac
    4597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4598   (eval "$ac_link") 2>conftest.er1
    4599   ac_status=$?
    4600   grep -v '^ *+' conftest.er1 >conftest.err
    4601   rm -f conftest.er1
    4602   cat conftest.err >&5
    4603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4604   (exit $ac_status); } && {
    4605          test -z "$ac_c_werror_flag" ||
    4606          test ! -s conftest.err
    4607        } && test -s conftest$ac_exeext &&
    4608        $as_test_x conftest$ac_exeext; then
     4661if ac_fn_c_try_link "$LINENO"; then :
    46094662  ac_cv_lib_socket_connect=yes
    46104663else
    4611   echo "$as_me: failed program was:" >&5
    4612 sed 's/^/| /' conftest.$ac_ext >&5
    4613 
    4614         ac_cv_lib_socket_connect=no
    4615 fi
    4616 
    4617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4618       conftest$ac_exeext conftest.$ac_ext
     4664  ac_cv_lib_socket_connect=no
     4665fi
     4666rm -f core conftest.err conftest.$ac_objext \
     4667    conftest$ac_exeext conftest.$ac_ext
    46194668LIBS=$ac_check_lib_save_LIBS
    46204669fi
    4621 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    4622 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
    4623 if test $ac_cv_lib_socket_connect = yes; then
     4670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
     4671$as_echo "$ac_cv_lib_socket_connect" >&6; }
     4672if test "x$ac_cv_lib_socket_connect" = x""yes; then :
    46244673  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    46254674fi
     
    46284677
    46294678    # Guillermo Gomez says -lposix is necessary on A/UX.
    4630     { echo "$as_me:$LINENO: checking for remove" >&5
    4631 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
    4632 if test "${ac_cv_func_remove+set}" = set; then
    4633   echo $ECHO_N "(cached) $ECHO_C" >&6
    4634 else
    4635   cat >conftest.$ac_ext <<_ACEOF
    4636 /* confdefs.h.  */
    4637 _ACEOF
    4638 cat confdefs.h >>conftest.$ac_ext
    4639 cat >>conftest.$ac_ext <<_ACEOF
    4640 /* end confdefs.h.  */
    4641 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
    4642    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    4643 #define remove innocuous_remove
    4644 
    4645 /* System header to define __stub macros and hopefully few prototypes,
    4646     which can conflict with char remove (); below.
    4647     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4648     <limits.h> exists even on freestanding compilers.  */
    4649 
    4650 #ifdef __STDC__
    4651 # include <limits.h>
    4652 #else
    4653 # include <assert.h>
    4654 #endif
    4655 
    4656 #undef remove
    4657 
    4658 /* Override any GCC internal prototype to avoid an error.
    4659    Use char because int might match the return type of a GCC
    4660    builtin and then its argument prototype would still apply.  */
    4661 #ifdef __cplusplus
    4662 extern "C"
    4663 #endif
    4664 char remove ();
    4665 /* The GNU C library defines this for functions which it implements
    4666     to always fail with ENOSYS.  Some functions are actually named
    4667     something starting with __ and the normal name is an alias.  */
    4668 #if defined __stub_remove || defined __stub___remove
    4669 choke me
    4670 #endif
    4671 
    4672 int
    4673 main ()
    4674 {
    4675 return remove ();
    4676   ;
    4677   return 0;
    4678 }
    4679 _ACEOF
    4680 rm -f conftest.$ac_objext conftest$ac_exeext
    4681 if { (ac_try="$ac_link"
    4682 case "(($ac_try" in
    4683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4684   *) ac_try_echo=$ac_try;;
    4685 esac
    4686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4687   (eval "$ac_link") 2>conftest.er1
    4688   ac_status=$?
    4689   grep -v '^ *+' conftest.er1 >conftest.err
    4690   rm -f conftest.er1
    4691   cat conftest.err >&5
    4692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4693   (exit $ac_status); } && {
    4694          test -z "$ac_c_werror_flag" ||
    4695          test ! -s conftest.err
    4696        } && test -s conftest$ac_exeext &&
    4697        $as_test_x conftest$ac_exeext; then
    4698   ac_cv_func_remove=yes
    4699 else
    4700   echo "$as_me: failed program was:" >&5
    4701 sed 's/^/| /' conftest.$ac_ext >&5
    4702 
    4703         ac_cv_func_remove=no
    4704 fi
    4705 
    4706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4707       conftest$ac_exeext conftest.$ac_ext
    4708 fi
    4709 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    4710 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
     4679    ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
     4680if test "x$ac_cv_func_remove" = x""yes; then :
     4681
     4682fi
    47114683
    47124684    if test $ac_cv_func_remove = no; then
    4713       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    4714 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
    4715 if test "${ac_cv_lib_posix_remove+set}" = set; then
    4716   echo $ECHO_N "(cached) $ECHO_C" >&6
     4685      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
     4686$as_echo_n "checking for remove in -lposix... " >&6; }
     4687if test "${ac_cv_lib_posix_remove+set}" = set; then :
     4688  $as_echo_n "(cached) " >&6
    47174689else
    47184690  ac_check_lib_save_LIBS=$LIBS
    47194691LIBS="-lposix  $LIBS"
    4720 cat >conftest.$ac_ext <<_ACEOF
    4721 /* confdefs.h.  */
    4722 _ACEOF
    4723 cat confdefs.h >>conftest.$ac_ext
    4724 cat >>conftest.$ac_ext <<_ACEOF
     4692cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    47254693/* end confdefs.h.  */
    47264694
     
    47404708}
    47414709_ACEOF
    4742 rm -f conftest.$ac_objext conftest$ac_exeext
    4743 if { (ac_try="$ac_link"
    4744 case "(($ac_try" in
    4745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4746   *) ac_try_echo=$ac_try;;
    4747 esac
    4748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4749   (eval "$ac_link") 2>conftest.er1
    4750   ac_status=$?
    4751   grep -v '^ *+' conftest.er1 >conftest.err
    4752   rm -f conftest.er1
    4753   cat conftest.err >&5
    4754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4755   (exit $ac_status); } && {
    4756          test -z "$ac_c_werror_flag" ||
    4757          test ! -s conftest.err
    4758        } && test -s conftest$ac_exeext &&
    4759        $as_test_x conftest$ac_exeext; then
     4710if ac_fn_c_try_link "$LINENO"; then :
    47604711  ac_cv_lib_posix_remove=yes
    47614712else
    4762   echo "$as_me: failed program was:" >&5
    4763 sed 's/^/| /' conftest.$ac_ext >&5
    4764 
    4765         ac_cv_lib_posix_remove=no
    4766 fi
    4767 
    4768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4769       conftest$ac_exeext conftest.$ac_ext
     4713  ac_cv_lib_posix_remove=no
     4714fi
     4715rm -f core conftest.err conftest.$ac_objext \
     4716    conftest$ac_exeext conftest.$ac_ext
    47704717LIBS=$ac_check_lib_save_LIBS
    47714718fi
    4772 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    4773 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
    4774 if test $ac_cv_lib_posix_remove = yes; then
     4719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
     4720$as_echo "$ac_cv_lib_posix_remove" >&6; }
     4721if test "x$ac_cv_lib_posix_remove" = x""yes; then :
    47754722  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    47764723fi
     
    47794726
    47804727    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    4781     { echo "$as_me:$LINENO: checking for shmat" >&5
    4782 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
    4783 if test "${ac_cv_func_shmat+set}" = set; then
    4784   echo $ECHO_N "(cached) $ECHO_C" >&6
    4785 else
    4786   cat >conftest.$ac_ext <<_ACEOF
    4787 /* confdefs.h.  */
    4788 _ACEOF
    4789 cat confdefs.h >>conftest.$ac_ext
    4790 cat >>conftest.$ac_ext <<_ACEOF
    4791 /* end confdefs.h.  */
    4792 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
    4793    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    4794 #define shmat innocuous_shmat
    4795 
    4796 /* System header to define __stub macros and hopefully few prototypes,
    4797     which can conflict with char shmat (); below.
    4798     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4799     <limits.h> exists even on freestanding compilers.  */
    4800 
    4801 #ifdef __STDC__
    4802 # include <limits.h>
    4803 #else
    4804 # include <assert.h>
    4805 #endif
    4806 
    4807 #undef shmat
    4808 
    4809 /* Override any GCC internal prototype to avoid an error.
    4810    Use char because int might match the return type of a GCC
    4811    builtin and then its argument prototype would still apply.  */
    4812 #ifdef __cplusplus
    4813 extern "C"
    4814 #endif
    4815 char shmat ();
    4816 /* The GNU C library defines this for functions which it implements
    4817     to always fail with ENOSYS.  Some functions are actually named
    4818     something starting with __ and the normal name is an alias.  */
    4819 #if defined __stub_shmat || defined __stub___shmat
    4820 choke me
    4821 #endif
    4822 
    4823 int
    4824 main ()
    4825 {
    4826 return shmat ();
    4827   ;
    4828   return 0;
    4829 }
    4830 _ACEOF
    4831 rm -f conftest.$ac_objext conftest$ac_exeext
    4832 if { (ac_try="$ac_link"
    4833 case "(($ac_try" in
    4834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4835   *) ac_try_echo=$ac_try;;
    4836 esac
    4837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4838   (eval "$ac_link") 2>conftest.er1
    4839   ac_status=$?
    4840   grep -v '^ *+' conftest.er1 >conftest.err
    4841   rm -f conftest.er1
    4842   cat conftest.err >&5
    4843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4844   (exit $ac_status); } && {
    4845          test -z "$ac_c_werror_flag" ||
    4846          test ! -s conftest.err
    4847        } && test -s conftest$ac_exeext &&
    4848        $as_test_x conftest$ac_exeext; then
    4849   ac_cv_func_shmat=yes
    4850 else
    4851   echo "$as_me: failed program was:" >&5
    4852 sed 's/^/| /' conftest.$ac_ext >&5
    4853 
    4854         ac_cv_func_shmat=no
    4855 fi
    4856 
    4857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4858       conftest$ac_exeext conftest.$ac_ext
    4859 fi
    4860 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    4861 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
     4728    ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
     4729if test "x$ac_cv_func_shmat" = x""yes; then :
     4730
     4731fi
    48624732
    48634733    if test $ac_cv_func_shmat = no; then
    4864       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    4865 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
    4866 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    4867   echo $ECHO_N "(cached) $ECHO_C" >&6
     4734      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
     4735$as_echo_n "checking for shmat in -lipc... " >&6; }
     4736if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
     4737  $as_echo_n "(cached) " >&6
    48684738else
    48694739  ac_check_lib_save_LIBS=$LIBS
    48704740LIBS="-lipc  $LIBS"
    4871 cat >conftest.$ac_ext <<_ACEOF
    4872 /* confdefs.h.  */
    4873 _ACEOF
    4874 cat confdefs.h >>conftest.$ac_ext
    4875 cat >>conftest.$ac_ext <<_ACEOF
     4741cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    48764742/* end confdefs.h.  */
    48774743
     
    48914757}
    48924758_ACEOF
    4893 rm -f conftest.$ac_objext conftest$ac_exeext
    4894 if { (ac_try="$ac_link"
    4895 case "(($ac_try" in
    4896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4897   *) ac_try_echo=$ac_try;;
    4898 esac
    4899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4900   (eval "$ac_link") 2>conftest.er1
    4901   ac_status=$?
    4902   grep -v '^ *+' conftest.er1 >conftest.err
    4903   rm -f conftest.er1
    4904   cat conftest.err >&5
    4905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4906   (exit $ac_status); } && {
    4907          test -z "$ac_c_werror_flag" ||
    4908          test ! -s conftest.err
    4909        } && test -s conftest$ac_exeext &&
    4910        $as_test_x conftest$ac_exeext; then
     4759if ac_fn_c_try_link "$LINENO"; then :
    49114760  ac_cv_lib_ipc_shmat=yes
    49124761else
    4913   echo "$as_me: failed program was:" >&5
    4914 sed 's/^/| /' conftest.$ac_ext >&5
    4915 
    4916         ac_cv_lib_ipc_shmat=no
    4917 fi
    4918 
    4919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4920       conftest$ac_exeext conftest.$ac_ext
     4762  ac_cv_lib_ipc_shmat=no
     4763fi
     4764rm -f core conftest.err conftest.$ac_objext \
     4765    conftest$ac_exeext conftest.$ac_ext
    49214766LIBS=$ac_check_lib_save_LIBS
    49224767fi
    4923 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    4924 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
    4925 if test $ac_cv_lib_ipc_shmat = yes; then
     4768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
     4769$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
     4770if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
    49264771  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    49274772fi
     
    49394784  # libraries we check for below, so use a different variable.
    49404785  # John Interrante, Karl Berry
    4941   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    4942 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
    4943 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    4944   echo $ECHO_N "(cached) $ECHO_C" >&6
     4786  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
     4787$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
     4788if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
     4789  $as_echo_n "(cached) " >&6
    49454790else
    49464791  ac_check_lib_save_LIBS=$LIBS
    49474792LIBS="-lICE $X_EXTRA_LIBS $LIBS"
    4948 cat >conftest.$ac_ext <<_ACEOF
    4949 /* confdefs.h.  */
    4950 _ACEOF
    4951 cat confdefs.h >>conftest.$ac_ext
    4952 cat >>conftest.$ac_ext <<_ACEOF
     4793cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    49534794/* end confdefs.h.  */
    49544795
     
    49684809}
    49694810_ACEOF
    4970 rm -f conftest.$ac_objext conftest$ac_exeext
    4971 if { (ac_try="$ac_link"
    4972 case "(($ac_try" in
    4973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4974   *) ac_try_echo=$ac_try;;
    4975 esac
    4976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4977   (eval "$ac_link") 2>conftest.er1
    4978   ac_status=$?
    4979   grep -v '^ *+' conftest.er1 >conftest.err
    4980   rm -f conftest.er1
    4981   cat conftest.err >&5
    4982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4983   (exit $ac_status); } && {
    4984          test -z "$ac_c_werror_flag" ||
    4985          test ! -s conftest.err
    4986        } && test -s conftest$ac_exeext &&
    4987        $as_test_x conftest$ac_exeext; then
     4811if ac_fn_c_try_link "$LINENO"; then :
    49884812  ac_cv_lib_ICE_IceConnectionNumber=yes
    49894813else
    4990   echo "$as_me: failed program was:" >&5
    4991 sed 's/^/| /' conftest.$ac_ext >&5
    4992 
    4993         ac_cv_lib_ICE_IceConnectionNumber=no
    4994 fi
    4995 
    4996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    4997       conftest$ac_exeext conftest.$ac_ext
     4814  ac_cv_lib_ICE_IceConnectionNumber=no
     4815fi
     4816rm -f core conftest.err conftest.$ac_objext \
     4817    conftest$ac_exeext conftest.$ac_ext
    49984818LIBS=$ac_check_lib_save_LIBS
    49994819fi
    5000 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    5001 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    5002 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
     4820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     4821$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     4822if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
    50034823  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    50044824fi
     
    50234843# Extract the first word of "pkg-config", so it can be a program name with args.
    50244844set dummy pkg-config; ac_word=$2
    5025 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    5027 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
    5028   echo $ECHO_N "(cached) $ECHO_C" >&6
     4845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     4846$as_echo_n "checking for $ac_word... " >&6; }
     4847if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
     4848  $as_echo_n "(cached) " >&6
    50294849else
    50304850  case $PKG_CONFIG in
     
    50384858  IFS=$as_save_IFS
    50394859  test -z "$as_dir" && as_dir=.
    5040   for ac_exec_ext in '' $ac_executable_extensions; do
     4860    for ac_exec_ext in '' $ac_executable_extensions; do
    50414861  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    50424862    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    5043     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4863    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    50444864    break 2
    50454865  fi
    50464866done
    5047 done
     4867  done
    50484868IFS=$as_save_IFS
    50494869
     
    50534873PKG_CONFIG=$ac_cv_path_PKG_CONFIG
    50544874if test -n "$PKG_CONFIG"; then
    5055   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
    5056 echo "${ECHO_T}$PKG_CONFIG" >&6; }
    5057 else
    5058   { echo "$as_me:$LINENO: result: no" >&5
    5059 echo "${ECHO_T}no" >&6; }
    5060 fi
    5061 
    5062 
    5063 
    5064 { echo "$as_me:$LINENO: checking for library containing socket" >&5
    5065 echo $ECHO_N "checking for library containing socket... $ECHO_C" >&6; }
    5066 if test "${ac_cv_search_socket+set}" = set; then
    5067   echo $ECHO_N "(cached) $ECHO_C" >&6
     4875  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
     4876$as_echo "$PKG_CONFIG" >&6; }
     4877else
     4878  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     4879$as_echo "no" >&6; }
     4880fi
     4881
     4882
     4883
     4884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
     4885$as_echo_n "checking for library containing socket... " >&6; }
     4886if test "${ac_cv_search_socket+set}" = set; then :
     4887  $as_echo_n "(cached) " >&6
    50684888else
    50694889  ac_func_search_save_LIBS=$LIBS
    5070 cat >conftest.$ac_ext <<_ACEOF
    5071 /* confdefs.h.  */
    5072 _ACEOF
    5073 cat confdefs.h >>conftest.$ac_ext
    5074 cat >>conftest.$ac_ext <<_ACEOF
     4890cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    50754891/* end confdefs.h.  */
    50764892
     
    50974913    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    50984914  fi
    5099   rm -f conftest.$ac_objext conftest$ac_exeext
    5100 if { (ac_try="$ac_link"
    5101 case "(($ac_try" in
    5102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5103   *) ac_try_echo=$ac_try;;
    5104 esac
    5105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5106   (eval "$ac_link") 2>conftest.er1
    5107   ac_status=$?
    5108   grep -v '^ *+' conftest.er1 >conftest.err
    5109   rm -f conftest.er1
    5110   cat conftest.err >&5
    5111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5112   (exit $ac_status); } && {
    5113          test -z "$ac_c_werror_flag" ||
    5114          test ! -s conftest.err
    5115        } && test -s conftest$ac_exeext &&
    5116        $as_test_x conftest$ac_exeext; then
     4915  if ac_fn_c_try_link "$LINENO"; then :
    51174916  ac_cv_search_socket=$ac_res
    5118 else
    5119   echo "$as_me: failed program was:" >&5
    5120 sed 's/^/| /' conftest.$ac_ext >&5
    5121 
    5122 
    5123 fi
    5124 
    5125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    5126       conftest$ac_exeext
    5127   if test "${ac_cv_search_socket+set}" = set; then
     4917fi
     4918rm -f core conftest.err conftest.$ac_objext \
     4919    conftest$ac_exeext
     4920  if test "${ac_cv_search_socket+set}" = set; then :
    51284921  break
    51294922fi
    51304923done
    5131 if test "${ac_cv_search_socket+set}" = set; then
    5132   :
     4924if test "${ac_cv_search_socket+set}" = set; then :
     4925
    51334926else
    51344927  ac_cv_search_socket=no
     
    51374930LIBS=$ac_func_search_save_LIBS
    51384931fi
    5139 { echo "$as_me:$LINENO: result: $ac_cv_search_socket" >&5
    5140 echo "${ECHO_T}$ac_cv_search_socket" >&6; }
     4932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
     4933$as_echo "$ac_cv_search_socket" >&6; }
    51414934ac_res=$ac_cv_search_socket
    5142 if test "$ac_res" != no; then
     4935if test "$ac_res" != no; then :
    51434936  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    51444937
    51454938fi
    51464939
    5147 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
    5148 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
    5149 if test "${ac_cv_search_inet_aton+set}" = set; then
    5150   echo $ECHO_N "(cached) $ECHO_C" >&6
     4940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
     4941$as_echo_n "checking for library containing inet_aton... " >&6; }
     4942if test "${ac_cv_search_inet_aton+set}" = set; then :
     4943  $as_echo_n "(cached) " >&6
    51514944else
    51524945  ac_func_search_save_LIBS=$LIBS
    5153 cat >conftest.$ac_ext <<_ACEOF
    5154 /* confdefs.h.  */
    5155 _ACEOF
    5156 cat confdefs.h >>conftest.$ac_ext
    5157 cat >>conftest.$ac_ext <<_ACEOF
     4946cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    51584947/* end confdefs.h.  */
    51594948
     
    51804969    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    51814970  fi
    5182   rm -f conftest.$ac_objext conftest$ac_exeext
    5183 if { (ac_try="$ac_link"
    5184 case "(($ac_try" in
    5185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5186   *) ac_try_echo=$ac_try;;
    5187 esac
    5188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5189   (eval "$ac_link") 2>conftest.er1
    5190   ac_status=$?
    5191   grep -v '^ *+' conftest.er1 >conftest.err
    5192   rm -f conftest.er1
    5193   cat conftest.err >&5
    5194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5195   (exit $ac_status); } && {
    5196          test -z "$ac_c_werror_flag" ||
    5197          test ! -s conftest.err
    5198        } && test -s conftest$ac_exeext &&
    5199        $as_test_x conftest$ac_exeext; then
     4971  if ac_fn_c_try_link "$LINENO"; then :
    52004972  ac_cv_search_inet_aton=$ac_res
    5201 else
    5202   echo "$as_me: failed program was:" >&5
    5203 sed 's/^/| /' conftest.$ac_ext >&5
    5204 
    5205 
    5206 fi
    5207 
    5208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    5209       conftest$ac_exeext
    5210   if test "${ac_cv_search_inet_aton+set}" = set; then
     4973fi
     4974rm -f core conftest.err conftest.$ac_objext \
     4975    conftest$ac_exeext
     4976  if test "${ac_cv_search_inet_aton+set}" = set; then :
    52114977  break
    52124978fi
    52134979done
    5214 if test "${ac_cv_search_inet_aton+set}" = set; then
    5215   :
     4980if test "${ac_cv_search_inet_aton+set}" = set; then :
     4981
    52164982else
    52174983  ac_cv_search_inet_aton=no
     
    52204986LIBS=$ac_func_search_save_LIBS
    52214987fi
    5222 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
    5223 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
     4988{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
     4989$as_echo "$ac_cv_search_inet_aton" >&6; }
    52244990ac_res=$ac_cv_search_inet_aton
    5225 if test "$ac_res" != no; then
     4991if test "$ac_res" != no; then :
    52264992  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    52274993
    52284994fi
    52294995
    5230 
    5231 if test "${ac_cv_header_sys_select_h+set}" = set; then
    5232   { echo "$as_me:$LINENO: checking for sys/select.h" >&5
    5233 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; }
    5234 if test "${ac_cv_header_sys_select_h+set}" = set; then
    5235   echo $ECHO_N "(cached) $ECHO_C" >&6
    5236 fi
    5237 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5
    5238 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; }
    5239 else
    5240   # Is the header compilable?
    5241 { echo "$as_me:$LINENO: checking sys/select.h usability" >&5
    5242 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6; }
    5243 cat >conftest.$ac_ext <<_ACEOF
    5244 /* confdefs.h.  */
    5245 _ACEOF
    5246 cat confdefs.h >>conftest.$ac_ext
    5247 cat >>conftest.$ac_ext <<_ACEOF
     4996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
     4997$as_echo_n "checking for library containing clock_gettime... " >&6; }
     4998if test "${ac_cv_search_clock_gettime+set}" = set; then :
     4999  $as_echo_n "(cached) " >&6
     5000else
     5001  ac_func_search_save_LIBS=$LIBS
     5002cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    52485003/* end confdefs.h.  */
    5249 $ac_includes_default
    5250 #include <sys/select.h>
    5251 _ACEOF
    5252 rm -f conftest.$ac_objext
    5253 if { (ac_try="$ac_compile"
    5254 case "(($ac_try" in
    5255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5256   *) ac_try_echo=$ac_try;;
    5257 esac
    5258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5259   (eval "$ac_compile") 2>conftest.er1
    5260   ac_status=$?
    5261   grep -v '^ *+' conftest.er1 >conftest.err
    5262   rm -f conftest.er1
    5263   cat conftest.err >&5
    5264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5265   (exit $ac_status); } && {
    5266          test -z "$ac_c_werror_flag" ||
    5267          test ! -s conftest.err
    5268        } && test -s conftest.$ac_objext; then
    5269   ac_header_compiler=yes
    5270 else
    5271   echo "$as_me: failed program was:" >&5
    5272 sed 's/^/| /' conftest.$ac_ext >&5
    5273 
    5274         ac_header_compiler=no
    5275 fi
    5276 
    5277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5278 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5279 echo "${ECHO_T}$ac_header_compiler" >&6; }
    5280 
    5281 # Is the header present?
    5282 { echo "$as_me:$LINENO: checking sys/select.h presence" >&5
    5283 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6; }
    5284 cat >conftest.$ac_ext <<_ACEOF
    5285 /* confdefs.h.  */
    5286 _ACEOF
    5287 cat confdefs.h >>conftest.$ac_ext
    5288 cat >>conftest.$ac_ext <<_ACEOF
    5289 /* end confdefs.h.  */
    5290 #include <sys/select.h>
    5291 _ACEOF
    5292 if { (ac_try="$ac_cpp conftest.$ac_ext"
    5293 case "(($ac_try" in
    5294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5295   *) ac_try_echo=$ac_try;;
    5296 esac
    5297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5298   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    5299   ac_status=$?
    5300   grep -v '^ *+' conftest.er1 >conftest.err
    5301   rm -f conftest.er1
    5302   cat conftest.err >&5
    5303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5304   (exit $ac_status); } >/dev/null && {
    5305          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    5306          test ! -s conftest.err
    5307        }; then
    5308   ac_header_preproc=yes
    5309 else
    5310   echo "$as_me: failed program was:" >&5
    5311 sed 's/^/| /' conftest.$ac_ext >&5
    5312 
    5313   ac_header_preproc=no
    5314 fi
    5315 
    5316 rm -f conftest.err conftest.$ac_ext
    5317 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5318 echo "${ECHO_T}$ac_header_preproc" >&6; }
    5319 
    5320 # So?  What about this header?
    5321 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5322   yes:no: )
    5323     { echo "$as_me:$LINENO: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5324 echo "$as_me: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5325     { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the compiler's result" >&5
    5326 echo "$as_me: WARNING: sys/select.h: proceeding with the compiler's result" >&2;}
    5327     ac_header_preproc=yes
    5328     ;;
    5329   no:yes:* )
    5330     { echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&5
    5331 echo "$as_me: WARNING: sys/select.h: present but cannot be compiled" >&2;}
    5332     { echo "$as_me:$LINENO: WARNING: sys/select.h:     check for missing prerequisite headers?" >&5
    5333 echo "$as_me: WARNING: sys/select.h:     check for missing prerequisite headers?" >&2;}
    5334     { echo "$as_me:$LINENO: WARNING: sys/select.h: see the Autoconf documentation" >&5
    5335 echo "$as_me: WARNING: sys/select.h: see the Autoconf documentation" >&2;}
    5336     { echo "$as_me:$LINENO: WARNING: sys/select.h:     section \"Present But Cannot Be Compiled\"" >&5
    5337 echo "$as_me: WARNING: sys/select.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    5338     { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5
    5339 echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;}
    5340     { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5
    5341 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;}
    5342 
    5343     ;;
    5344 esac
    5345 { echo "$as_me:$LINENO: checking for sys/select.h" >&5
    5346 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; }
    5347 if test "${ac_cv_header_sys_select_h+set}" = set; then
    5348   echo $ECHO_N "(cached) $ECHO_C" >&6
    5349 else
    5350   ac_cv_header_sys_select_h=$ac_header_preproc
    5351 fi
    5352 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5
    5353 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; }
    5354 
    5355 fi
    5356 if test $ac_cv_header_sys_select_h = yes; then
    5357   cat >>confdefs.h <<\_ACEOF
    5358 #define HAVE_SYS_SELECT_H 1
    5359 _ACEOF
    5360 
    5361 fi
    5362 
    5363 
    5364 if test "${ac_cv_header_sys_modem_h+set}" = set; then
    5365   { echo "$as_me:$LINENO: checking for sys/modem.h" >&5
    5366 echo $ECHO_N "checking for sys/modem.h... $ECHO_C" >&6; }
    5367 if test "${ac_cv_header_sys_modem_h+set}" = set; then
    5368   echo $ECHO_N "(cached) $ECHO_C" >&6
    5369 fi
    5370 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_modem_h" >&5
    5371 echo "${ECHO_T}$ac_cv_header_sys_modem_h" >&6; }
    5372 else
    5373   # Is the header compilable?
    5374 { echo "$as_me:$LINENO: checking sys/modem.h usability" >&5
    5375 echo $ECHO_N "checking sys/modem.h usability... $ECHO_C" >&6; }
    5376 cat >conftest.$ac_ext <<_ACEOF
    5377 /* confdefs.h.  */
    5378 _ACEOF
    5379 cat confdefs.h >>conftest.$ac_ext
    5380 cat >>conftest.$ac_ext <<_ACEOF
    5381 /* end confdefs.h.  */
    5382 $ac_includes_default
    5383 #include <sys/modem.h>
    5384 _ACEOF
    5385 rm -f conftest.$ac_objext
    5386 if { (ac_try="$ac_compile"
    5387 case "(($ac_try" in
    5388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5389   *) ac_try_echo=$ac_try;;
    5390 esac
    5391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5392   (eval "$ac_compile") 2>conftest.er1
    5393   ac_status=$?
    5394   grep -v '^ *+' conftest.er1 >conftest.err
    5395   rm -f conftest.er1
    5396   cat conftest.err >&5
    5397   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5398   (exit $ac_status); } && {
    5399          test -z "$ac_c_werror_flag" ||
    5400          test ! -s conftest.err
    5401        } && test -s conftest.$ac_objext; then
    5402   ac_header_compiler=yes
    5403 else
    5404   echo "$as_me: failed program was:" >&5
    5405 sed 's/^/| /' conftest.$ac_ext >&5
    5406 
    5407         ac_header_compiler=no
    5408 fi
    5409 
    5410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5411 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5412 echo "${ECHO_T}$ac_header_compiler" >&6; }
    5413 
    5414 # Is the header present?
    5415 { echo "$as_me:$LINENO: checking sys/modem.h presence" >&5
    5416 echo $ECHO_N "checking sys/modem.h presence... $ECHO_C" >&6; }
    5417 cat >conftest.$ac_ext <<_ACEOF
    5418 /* confdefs.h.  */
    5419 _ACEOF
    5420 cat confdefs.h >>conftest.$ac_ext
    5421 cat >>conftest.$ac_ext <<_ACEOF
    5422 /* end confdefs.h.  */
    5423 #include <sys/modem.h>
    5424 _ACEOF
    5425 if { (ac_try="$ac_cpp conftest.$ac_ext"
    5426 case "(($ac_try" in
    5427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5428   *) ac_try_echo=$ac_try;;
    5429 esac
    5430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5431   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    5432   ac_status=$?
    5433   grep -v '^ *+' conftest.er1 >conftest.err
    5434   rm -f conftest.er1
    5435   cat conftest.err >&5
    5436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5437   (exit $ac_status); } >/dev/null && {
    5438          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    5439          test ! -s conftest.err
    5440        }; then
    5441   ac_header_preproc=yes
    5442 else
    5443   echo "$as_me: failed program was:" >&5
    5444 sed 's/^/| /' conftest.$ac_ext >&5
    5445 
    5446   ac_header_preproc=no
    5447 fi
    5448 
    5449 rm -f conftest.err conftest.$ac_ext
    5450 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5451 echo "${ECHO_T}$ac_header_preproc" >&6; }
    5452 
    5453 # So?  What about this header?
    5454 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5455   yes:no: )
    5456     { echo "$as_me:$LINENO: WARNING: sys/modem.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5457 echo "$as_me: WARNING: sys/modem.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5458     { echo "$as_me:$LINENO: WARNING: sys/modem.h: proceeding with the compiler's result" >&5
    5459 echo "$as_me: WARNING: sys/modem.h: proceeding with the compiler's result" >&2;}
    5460     ac_header_preproc=yes
    5461     ;;
    5462   no:yes:* )
    5463     { echo "$as_me:$LINENO: WARNING: sys/modem.h: present but cannot be compiled" >&5
    5464 echo "$as_me: WARNING: sys/modem.h: present but cannot be compiled" >&2;}
    5465     { echo "$as_me:$LINENO: WARNING: sys/modem.h:     check for missing prerequisite headers?" >&5
    5466 echo "$as_me: WARNING: sys/modem.h:     check for missing prerequisite headers?" >&2;}
    5467     { echo "$as_me:$LINENO: WARNING: sys/modem.h: see the Autoconf documentation" >&5
    5468 echo "$as_me: WARNING: sys/modem.h: see the Autoconf documentation" >&2;}
    5469     { echo "$as_me:$LINENO: WARNING: sys/modem.h:     section \"Present But Cannot Be Compiled\"" >&5
    5470 echo "$as_me: WARNING: sys/modem.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    5471     { echo "$as_me:$LINENO: WARNING: sys/modem.h: proceeding with the preprocessor's result" >&5
    5472 echo "$as_me: WARNING: sys/modem.h: proceeding with the preprocessor's result" >&2;}
    5473     { echo "$as_me:$LINENO: WARNING: sys/modem.h: in the future, the compiler will take precedence" >&5
    5474 echo "$as_me: WARNING: sys/modem.h: in the future, the compiler will take precedence" >&2;}
    5475 
    5476     ;;
    5477 esac
    5478 { echo "$as_me:$LINENO: checking for sys/modem.h" >&5
    5479 echo $ECHO_N "checking for sys/modem.h... $ECHO_C" >&6; }
    5480 if test "${ac_cv_header_sys_modem_h+set}" = set; then
    5481   echo $ECHO_N "(cached) $ECHO_C" >&6
    5482 else
    5483   ac_cv_header_sys_modem_h=$ac_header_preproc
    5484 fi
    5485 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_modem_h" >&5
    5486 echo "${ECHO_T}$ac_cv_header_sys_modem_h" >&6; }
    5487 
    5488 fi
    5489 if test $ac_cv_header_sys_modem_h = yes; then
    5490   cat >>confdefs.h <<\_ACEOF
    5491 #define HAVE_SYS_MODEM_H 1
    5492 _ACEOF
    5493 
    5494 fi
    5495 
    5496 
    5497 if test "${ac_cv_header_sys_filio_h+set}" = set; then
    5498   { echo "$as_me:$LINENO: checking for sys/filio.h" >&5
    5499 echo $ECHO_N "checking for sys/filio.h... $ECHO_C" >&6; }
    5500 if test "${ac_cv_header_sys_filio_h+set}" = set; then
    5501   echo $ECHO_N "(cached) $ECHO_C" >&6
    5502 fi
    5503 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_filio_h" >&5
    5504 echo "${ECHO_T}$ac_cv_header_sys_filio_h" >&6; }
    5505 else
    5506   # Is the header compilable?
    5507 { echo "$as_me:$LINENO: checking sys/filio.h usability" >&5
    5508 echo $ECHO_N "checking sys/filio.h usability... $ECHO_C" >&6; }
    5509 cat >conftest.$ac_ext <<_ACEOF
    5510 /* confdefs.h.  */
    5511 _ACEOF
    5512 cat confdefs.h >>conftest.$ac_ext
    5513 cat >>conftest.$ac_ext <<_ACEOF
    5514 /* end confdefs.h.  */
    5515 $ac_includes_default
    5516 #include <sys/filio.h>
    5517 _ACEOF
    5518 rm -f conftest.$ac_objext
    5519 if { (ac_try="$ac_compile"
    5520 case "(($ac_try" in
    5521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5522   *) ac_try_echo=$ac_try;;
    5523 esac
    5524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5525   (eval "$ac_compile") 2>conftest.er1
    5526   ac_status=$?
    5527   grep -v '^ *+' conftest.er1 >conftest.err
    5528   rm -f conftest.er1
    5529   cat conftest.err >&5
    5530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5531   (exit $ac_status); } && {
    5532          test -z "$ac_c_werror_flag" ||
    5533          test ! -s conftest.err
    5534        } && test -s conftest.$ac_objext; then
    5535   ac_header_compiler=yes
    5536 else
    5537   echo "$as_me: failed program was:" >&5
    5538 sed 's/^/| /' conftest.$ac_ext >&5
    5539 
    5540         ac_header_compiler=no
    5541 fi
    5542 
    5543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5544 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5545 echo "${ECHO_T}$ac_header_compiler" >&6; }
    5546 
    5547 # Is the header present?
    5548 { echo "$as_me:$LINENO: checking sys/filio.h presence" >&5
    5549 echo $ECHO_N "checking sys/filio.h presence... $ECHO_C" >&6; }
    5550 cat >conftest.$ac_ext <<_ACEOF
    5551 /* confdefs.h.  */
    5552 _ACEOF
    5553 cat confdefs.h >>conftest.$ac_ext
    5554 cat >>conftest.$ac_ext <<_ACEOF
    5555 /* end confdefs.h.  */
    5556 #include <sys/filio.h>
    5557 _ACEOF
    5558 if { (ac_try="$ac_cpp conftest.$ac_ext"
    5559 case "(($ac_try" in
    5560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5561   *) ac_try_echo=$ac_try;;
    5562 esac
    5563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5564   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    5565   ac_status=$?
    5566   grep -v '^ *+' conftest.er1 >conftest.err
    5567   rm -f conftest.er1
    5568   cat conftest.err >&5
    5569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5570   (exit $ac_status); } >/dev/null && {
    5571          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    5572          test ! -s conftest.err
    5573        }; then
    5574   ac_header_preproc=yes
    5575 else
    5576   echo "$as_me: failed program was:" >&5
    5577 sed 's/^/| /' conftest.$ac_ext >&5
    5578 
    5579   ac_header_preproc=no
    5580 fi
    5581 
    5582 rm -f conftest.err conftest.$ac_ext
    5583 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5584 echo "${ECHO_T}$ac_header_preproc" >&6; }
    5585 
    5586 # So?  What about this header?
    5587 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5588   yes:no: )
    5589     { echo "$as_me:$LINENO: WARNING: sys/filio.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5590 echo "$as_me: WARNING: sys/filio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5591     { echo "$as_me:$LINENO: WARNING: sys/filio.h: proceeding with the compiler's result" >&5
    5592 echo "$as_me: WARNING: sys/filio.h: proceeding with the compiler's result" >&2;}
    5593     ac_header_preproc=yes
    5594     ;;
    5595   no:yes:* )
    5596     { echo "$as_me:$LINENO: WARNING: sys/filio.h: present but cannot be compiled" >&5
    5597 echo "$as_me: WARNING: sys/filio.h: present but cannot be compiled" >&2;}
    5598     { echo "$as_me:$LINENO: WARNING: sys/filio.h:     check for missing prerequisite headers?" >&5
    5599 echo "$as_me: WARNING: sys/filio.h:     check for missing prerequisite headers?" >&2;}
    5600     { echo "$as_me:$LINENO: WARNING: sys/filio.h: see the Autoconf documentation" >&5
    5601 echo "$as_me: WARNING: sys/filio.h: see the Autoconf documentation" >&2;}
    5602     { echo "$as_me:$LINENO: WARNING: sys/filio.h:     section \"Present But Cannot Be Compiled\"" >&5
    5603 echo "$as_me: WARNING: sys/filio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    5604     { echo "$as_me:$LINENO: WARNING: sys/filio.h: proceeding with the preprocessor's result" >&5
    5605 echo "$as_me: WARNING: sys/filio.h: proceeding with the preprocessor's result" >&2;}
    5606     { echo "$as_me:$LINENO: WARNING: sys/filio.h: in the future, the compiler will take precedence" >&5
    5607 echo "$as_me: WARNING: sys/filio.h: in the future, the compiler will take precedence" >&2;}
    5608 
    5609     ;;
    5610 esac
    5611 { echo "$as_me:$LINENO: checking for sys/filio.h" >&5
    5612 echo $ECHO_N "checking for sys/filio.h... $ECHO_C" >&6; }
    5613 if test "${ac_cv_header_sys_filio_h+set}" = set; then
    5614   echo $ECHO_N "(cached) $ECHO_C" >&6
    5615 else
    5616   ac_cv_header_sys_filio_h=$ac_header_preproc
    5617 fi
    5618 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_filio_h" >&5
    5619 echo "${ECHO_T}$ac_cv_header_sys_filio_h" >&6; }
    5620 
    5621 fi
    5622 if test $ac_cv_header_sys_filio_h = yes; then
    5623   cat >>confdefs.h <<\_ACEOF
    5624 #define HAVE_SYS_FILIO_H 1
    5625 _ACEOF
    5626 
    5627 fi
    5628 
    5629 
    5630 if test "${ac_cv_header_sys_strtio_h+set}" = set; then
    5631   { echo "$as_me:$LINENO: checking for sys/strtio.h" >&5
    5632 echo $ECHO_N "checking for sys/strtio.h... $ECHO_C" >&6; }
    5633 if test "${ac_cv_header_sys_strtio_h+set}" = set; then
    5634   echo $ECHO_N "(cached) $ECHO_C" >&6
    5635 fi
    5636 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_strtio_h" >&5
    5637 echo "${ECHO_T}$ac_cv_header_sys_strtio_h" >&6; }
    5638 else
    5639   # Is the header compilable?
    5640 { echo "$as_me:$LINENO: checking sys/strtio.h usability" >&5
    5641 echo $ECHO_N "checking sys/strtio.h usability... $ECHO_C" >&6; }
    5642 cat >conftest.$ac_ext <<_ACEOF
    5643 /* confdefs.h.  */
    5644 _ACEOF
    5645 cat confdefs.h >>conftest.$ac_ext
    5646 cat >>conftest.$ac_ext <<_ACEOF
    5647 /* end confdefs.h.  */
    5648 $ac_includes_default
    5649 #include <sys/strtio.h>
    5650 _ACEOF
    5651 rm -f conftest.$ac_objext
    5652 if { (ac_try="$ac_compile"
    5653 case "(($ac_try" in
    5654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5655   *) ac_try_echo=$ac_try;;
    5656 esac
    5657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5658   (eval "$ac_compile") 2>conftest.er1
    5659   ac_status=$?
    5660   grep -v '^ *+' conftest.er1 >conftest.err
    5661   rm -f conftest.er1
    5662   cat conftest.err >&5
    5663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5664   (exit $ac_status); } && {
    5665          test -z "$ac_c_werror_flag" ||
    5666          test ! -s conftest.err
    5667        } && test -s conftest.$ac_objext; then
    5668   ac_header_compiler=yes
    5669 else
    5670   echo "$as_me: failed program was:" >&5
    5671 sed 's/^/| /' conftest.$ac_ext >&5
    5672 
    5673         ac_header_compiler=no
    5674 fi
    5675 
    5676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5677 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5678 echo "${ECHO_T}$ac_header_compiler" >&6; }
    5679 
    5680 # Is the header present?
    5681 { echo "$as_me:$LINENO: checking sys/strtio.h presence" >&5
    5682 echo $ECHO_N "checking sys/strtio.h presence... $ECHO_C" >&6; }
    5683 cat >conftest.$ac_ext <<_ACEOF
    5684 /* confdefs.h.  */
    5685 _ACEOF
    5686 cat confdefs.h >>conftest.$ac_ext
    5687 cat >>conftest.$ac_ext <<_ACEOF
    5688 /* end confdefs.h.  */
    5689 #include <sys/strtio.h>
    5690 _ACEOF
    5691 if { (ac_try="$ac_cpp conftest.$ac_ext"
    5692 case "(($ac_try" in
    5693   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5694   *) ac_try_echo=$ac_try;;
    5695 esac
    5696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5697   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    5698   ac_status=$?
    5699   grep -v '^ *+' conftest.er1 >conftest.err
    5700   rm -f conftest.er1
    5701   cat conftest.err >&5
    5702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5703   (exit $ac_status); } >/dev/null && {
    5704          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    5705          test ! -s conftest.err
    5706        }; then
    5707   ac_header_preproc=yes
    5708 else
    5709   echo "$as_me: failed program was:" >&5
    5710 sed 's/^/| /' conftest.$ac_ext >&5
    5711 
    5712   ac_header_preproc=no
    5713 fi
    5714 
    5715 rm -f conftest.err conftest.$ac_ext
    5716 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5717 echo "${ECHO_T}$ac_header_preproc" >&6; }
    5718 
    5719 # So?  What about this header?
    5720 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5721   yes:no: )
    5722     { echo "$as_me:$LINENO: WARNING: sys/strtio.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5723 echo "$as_me: WARNING: sys/strtio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5724     { echo "$as_me:$LINENO: WARNING: sys/strtio.h: proceeding with the compiler's result" >&5
    5725 echo "$as_me: WARNING: sys/strtio.h: proceeding with the compiler's result" >&2;}
    5726     ac_header_preproc=yes
    5727     ;;
    5728   no:yes:* )
    5729     { echo "$as_me:$LINENO: WARNING: sys/strtio.h: present but cannot be compiled" >&5
    5730 echo "$as_me: WARNING: sys/strtio.h: present but cannot be compiled" >&2;}
    5731     { echo "$as_me:$LINENO: WARNING: sys/strtio.h:     check for missing prerequisite headers?" >&5
    5732 echo "$as_me: WARNING: sys/strtio.h:     check for missing prerequisite headers?" >&2;}
    5733     { echo "$as_me:$LINENO: WARNING: sys/strtio.h: see the Autoconf documentation" >&5
    5734 echo "$as_me: WARNING: sys/strtio.h: see the Autoconf documentation" >&2;}
    5735     { echo "$as_me:$LINENO: WARNING: sys/strtio.h:     section \"Present But Cannot Be Compiled\"" >&5
    5736 echo "$as_me: WARNING: sys/strtio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    5737     { echo "$as_me:$LINENO: WARNING: sys/strtio.h: proceeding with the preprocessor's result" >&5
    5738 echo "$as_me: WARNING: sys/strtio.h: proceeding with the preprocessor's result" >&2;}
    5739     { echo "$as_me:$LINENO: WARNING: sys/strtio.h: in the future, the compiler will take precedence" >&5
    5740 echo "$as_me: WARNING: sys/strtio.h: in the future, the compiler will take precedence" >&2;}
    5741 
    5742     ;;
    5743 esac
    5744 { echo "$as_me:$LINENO: checking for sys/strtio.h" >&5
    5745 echo $ECHO_N "checking for sys/strtio.h... $ECHO_C" >&6; }
    5746 if test "${ac_cv_header_sys_strtio_h+set}" = set; then
    5747   echo $ECHO_N "(cached) $ECHO_C" >&6
    5748 else
    5749   ac_cv_header_sys_strtio_h=$ac_header_preproc
    5750 fi
    5751 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_strtio_h" >&5
    5752 echo "${ECHO_T}$ac_cv_header_sys_strtio_h" >&6; }
    5753 
    5754 fi
    5755 if test $ac_cv_header_sys_strtio_h = yes; then
    5756   cat >>confdefs.h <<\_ACEOF
    5757 #define HAVE_SYS_STRTIO_H 1
    5758 _ACEOF
    5759 
    5760 fi
    5761 
    5762 
    5763 if test "${ac_cv_header_locale_h+set}" = set; then
    5764   { echo "$as_me:$LINENO: checking for locale.h" >&5
    5765 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }
    5766 if test "${ac_cv_header_locale_h+set}" = set; then
    5767   echo $ECHO_N "(cached) $ECHO_C" >&6
    5768 fi
    5769 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
    5770 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
    5771 else
    5772   # Is the header compilable?
    5773 { echo "$as_me:$LINENO: checking locale.h usability" >&5
    5774 echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6; }
    5775 cat >conftest.$ac_ext <<_ACEOF
    5776 /* confdefs.h.  */
    5777 _ACEOF
    5778 cat confdefs.h >>conftest.$ac_ext
    5779 cat >>conftest.$ac_ext <<_ACEOF
    5780 /* end confdefs.h.  */
    5781 $ac_includes_default
    5782 #include <locale.h>
    5783 _ACEOF
    5784 rm -f conftest.$ac_objext
    5785 if { (ac_try="$ac_compile"
    5786 case "(($ac_try" in
    5787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5788   *) ac_try_echo=$ac_try;;
    5789 esac
    5790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5791   (eval "$ac_compile") 2>conftest.er1
    5792   ac_status=$?
    5793   grep -v '^ *+' conftest.er1 >conftest.err
    5794   rm -f conftest.er1
    5795   cat conftest.err >&5
    5796   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5797   (exit $ac_status); } && {
    5798          test -z "$ac_c_werror_flag" ||
    5799          test ! -s conftest.err
    5800        } && test -s conftest.$ac_objext; then
    5801   ac_header_compiler=yes
    5802 else
    5803   echo "$as_me: failed program was:" >&5
    5804 sed 's/^/| /' conftest.$ac_ext >&5
    5805 
    5806         ac_header_compiler=no
    5807 fi
    5808 
    5809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5810 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5811 echo "${ECHO_T}$ac_header_compiler" >&6; }
    5812 
    5813 # Is the header present?
    5814 { echo "$as_me:$LINENO: checking locale.h presence" >&5
    5815 echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6; }
    5816 cat >conftest.$ac_ext <<_ACEOF
    5817 /* confdefs.h.  */
    5818 _ACEOF
    5819 cat confdefs.h >>conftest.$ac_ext
    5820 cat >>conftest.$ac_ext <<_ACEOF
    5821 /* end confdefs.h.  */
    5822 #include <locale.h>
    5823 _ACEOF
    5824 if { (ac_try="$ac_cpp conftest.$ac_ext"
    5825 case "(($ac_try" in
    5826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5827   *) ac_try_echo=$ac_try;;
    5828 esac
    5829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5830   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    5831   ac_status=$?
    5832   grep -v '^ *+' conftest.er1 >conftest.err
    5833   rm -f conftest.er1
    5834   cat conftest.err >&5
    5835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5836   (exit $ac_status); } >/dev/null && {
    5837          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    5838          test ! -s conftest.err
    5839        }; then
    5840   ac_header_preproc=yes
    5841 else
    5842   echo "$as_me: failed program was:" >&5
    5843 sed 's/^/| /' conftest.$ac_ext >&5
    5844 
    5845   ac_header_preproc=no
    5846 fi
    5847 
    5848 rm -f conftest.err conftest.$ac_ext
    5849 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5850 echo "${ECHO_T}$ac_header_preproc" >&6; }
    5851 
    5852 # So?  What about this header?
    5853 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5854   yes:no: )
    5855     { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5856 echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5857     { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
    5858 echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
    5859     ac_header_preproc=yes
    5860     ;;
    5861   no:yes:* )
    5862     { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
    5863 echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
    5864     { echo "$as_me:$LINENO: WARNING: locale.h:     check for missing prerequisite headers?" >&5
    5865 echo "$as_me: WARNING: locale.h:     check for missing prerequisite headers?" >&2;}
    5866     { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
    5867 echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
    5868     { echo "$as_me:$LINENO: WARNING: locale.h:     section \"Present But Cannot Be Compiled\"" >&5
    5869 echo "$as_me: WARNING: locale.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    5870     { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
    5871 echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
    5872     { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
    5873 echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
    5874 
    5875     ;;
    5876 esac
    5877 { echo "$as_me:$LINENO: checking for locale.h" >&5
    5878 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }
    5879 if test "${ac_cv_header_locale_h+set}" = set; then
    5880   echo $ECHO_N "(cached) $ECHO_C" >&6
    5881 else
    5882   ac_cv_header_locale_h=$ac_header_preproc
    5883 fi
    5884 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
    5885 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
    5886 
    5887 fi
    5888 if test $ac_cv_header_locale_h = yes; then
    5889   cat >>confdefs.h <<\_ACEOF
    5890 #define HAVE_LOCALE_H 1
    5891 _ACEOF
    5892 
    5893 fi
    5894 
    5895 
    5896 if test "${ac_cv_header_langinfo_h+set}" = set; then
    5897   { echo "$as_me:$LINENO: checking for langinfo.h" >&5
    5898 echo $ECHO_N "checking for langinfo.h... $ECHO_C" >&6; }
    5899 if test "${ac_cv_header_langinfo_h+set}" = set; then
    5900   echo $ECHO_N "(cached) $ECHO_C" >&6
    5901 fi
    5902 { echo "$as_me:$LINENO: result: $ac_cv_header_langinfo_h" >&5
    5903 echo "${ECHO_T}$ac_cv_header_langinfo_h" >&6; }
    5904 else
    5905   # Is the header compilable?
    5906 { echo "$as_me:$LINENO: checking langinfo.h usability" >&5
    5907 echo $ECHO_N "checking langinfo.h usability... $ECHO_C" >&6; }
    5908 cat >conftest.$ac_ext <<_ACEOF
    5909 /* confdefs.h.  */
    5910 _ACEOF
    5911 cat confdefs.h >>conftest.$ac_ext
    5912 cat >>conftest.$ac_ext <<_ACEOF
    5913 /* end confdefs.h.  */
    5914 $ac_includes_default
    5915 #include <langinfo.h>
    5916 _ACEOF
    5917 rm -f conftest.$ac_objext
    5918 if { (ac_try="$ac_compile"
    5919 case "(($ac_try" in
    5920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5921   *) ac_try_echo=$ac_try;;
    5922 esac
    5923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5924   (eval "$ac_compile") 2>conftest.er1
    5925   ac_status=$?
    5926   grep -v '^ *+' conftest.er1 >conftest.err
    5927   rm -f conftest.er1
    5928   cat conftest.err >&5
    5929   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5930   (exit $ac_status); } && {
    5931          test -z "$ac_c_werror_flag" ||
    5932          test ! -s conftest.err
    5933        } && test -s conftest.$ac_objext; then
    5934   ac_header_compiler=yes
    5935 else
    5936   echo "$as_me: failed program was:" >&5
    5937 sed 's/^/| /' conftest.$ac_ext >&5
    5938 
    5939         ac_header_compiler=no
    5940 fi
    5941 
    5942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5943 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5944 echo "${ECHO_T}$ac_header_compiler" >&6; }
    5945 
    5946 # Is the header present?
    5947 { echo "$as_me:$LINENO: checking langinfo.h presence" >&5
    5948 echo $ECHO_N "checking langinfo.h presence... $ECHO_C" >&6; }
    5949 cat >conftest.$ac_ext <<_ACEOF
    5950 /* confdefs.h.  */
    5951 _ACEOF
    5952 cat confdefs.h >>conftest.$ac_ext
    5953 cat >>conftest.$ac_ext <<_ACEOF
    5954 /* end confdefs.h.  */
    5955 #include <langinfo.h>
    5956 _ACEOF
    5957 if { (ac_try="$ac_cpp conftest.$ac_ext"
    5958 case "(($ac_try" in
    5959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5960   *) ac_try_echo=$ac_try;;
    5961 esac
    5962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    5963   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    5964   ac_status=$?
    5965   grep -v '^ *+' conftest.er1 >conftest.err
    5966   rm -f conftest.er1
    5967   cat conftest.err >&5
    5968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5969   (exit $ac_status); } >/dev/null && {
    5970          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    5971          test ! -s conftest.err
    5972        }; then
    5973   ac_header_preproc=yes
    5974 else
    5975   echo "$as_me: failed program was:" >&5
    5976 sed 's/^/| /' conftest.$ac_ext >&5
    5977 
    5978   ac_header_preproc=no
    5979 fi
    5980 
    5981 rm -f conftest.err conftest.$ac_ext
    5982 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5983 echo "${ECHO_T}$ac_header_preproc" >&6; }
    5984 
    5985 # So?  What about this header?
    5986 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5987   yes:no: )
    5988     { echo "$as_me:$LINENO: WARNING: langinfo.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5989 echo "$as_me: WARNING: langinfo.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5990     { echo "$as_me:$LINENO: WARNING: langinfo.h: proceeding with the compiler's result" >&5
    5991 echo "$as_me: WARNING: langinfo.h: proceeding with the compiler's result" >&2;}
    5992     ac_header_preproc=yes
    5993     ;;
    5994   no:yes:* )
    5995     { echo "$as_me:$LINENO: WARNING: langinfo.h: present but cannot be compiled" >&5
    5996 echo "$as_me: WARNING: langinfo.h: present but cannot be compiled" >&2;}
    5997     { echo "$as_me:$LINENO: WARNING: langinfo.h:     check for missing prerequisite headers?" >&5
    5998 echo "$as_me: WARNING: langinfo.h:     check for missing prerequisite headers?" >&2;}
    5999     { echo "$as_me:$LINENO: WARNING: langinfo.h: see the Autoconf documentation" >&5
    6000 echo "$as_me: WARNING: langinfo.h: see the Autoconf documentation" >&2;}
    6001     { echo "$as_me:$LINENO: WARNING: langinfo.h:     section \"Present But Cannot Be Compiled\"" >&5
    6002 echo "$as_me: WARNING: langinfo.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6003     { echo "$as_me:$LINENO: WARNING: langinfo.h: proceeding with the preprocessor's result" >&5
    6004 echo "$as_me: WARNING: langinfo.h: proceeding with the preprocessor's result" >&2;}
    6005     { echo "$as_me:$LINENO: WARNING: langinfo.h: in the future, the compiler will take precedence" >&5
    6006 echo "$as_me: WARNING: langinfo.h: in the future, the compiler will take precedence" >&2;}
    6007 
    6008     ;;
    6009 esac
    6010 { echo "$as_me:$LINENO: checking for langinfo.h" >&5
    6011 echo $ECHO_N "checking for langinfo.h... $ECHO_C" >&6; }
    6012 if test "${ac_cv_header_langinfo_h+set}" = set; then
    6013   echo $ECHO_N "(cached) $ECHO_C" >&6
    6014 else
    6015   ac_cv_header_langinfo_h=$ac_header_preproc
    6016 fi
    6017 { echo "$as_me:$LINENO: result: $ac_cv_header_langinfo_h" >&5
    6018 echo "${ECHO_T}$ac_cv_header_langinfo_h" >&6; }
    6019 
    6020 fi
    6021 if test $ac_cv_header_langinfo_h = yes; then
    6022   cat >>confdefs.h <<\_ACEOF
    6023 #define HAVE_LANGINFO_H 1
    6024 _ACEOF
     5004
     5005/* Override any GCC internal prototype to avoid an error.
     5006   Use char because int might match the return type of a GCC
     5007   builtin and then its argument prototype would still apply.  */
     5008#ifdef __cplusplus
     5009extern "C"
     5010#endif
     5011char clock_gettime ();
     5012int
     5013main ()
     5014{
     5015return clock_gettime ();
     5016  ;
     5017  return 0;
     5018}
     5019_ACEOF
     5020for ac_lib in '' rt; do
     5021  if test -z "$ac_lib"; then
     5022    ac_res="none required"
     5023  else
     5024    ac_res=-l$ac_lib
     5025    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     5026  fi
     5027  if ac_fn_c_try_link "$LINENO"; then :
     5028  ac_cv_search_clock_gettime=$ac_res
     5029fi
     5030rm -f core conftest.err conftest.$ac_objext \
     5031    conftest$ac_exeext
     5032  if test "${ac_cv_search_clock_gettime+set}" = set; then :
     5033  break
     5034fi
     5035done
     5036if test "${ac_cv_search_clock_gettime+set}" = set; then :
     5037
     5038else
     5039  ac_cv_search_clock_gettime=no
     5040fi
     5041rm conftest.$ac_ext
     5042LIBS=$ac_func_search_save_LIBS
     5043fi
     5044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
     5045$as_echo "$ac_cv_search_clock_gettime" >&6; }
     5046ac_res=$ac_cv_search_clock_gettime
     5047if test "$ac_res" != no; then :
     5048  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     5049
     5050fi
     5051
     5052
     5053ac_fn_c_check_header_mongrel "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default"
     5054if test "x$ac_cv_header_sys_select_h" = x""yes; then :
     5055  $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h
     5056
     5057fi
     5058
     5059
     5060ac_fn_c_check_header_mongrel "$LINENO" "sys/modem.h" "ac_cv_header_sys_modem_h" "$ac_includes_default"
     5061if test "x$ac_cv_header_sys_modem_h" = x""yes; then :
     5062  $as_echo "#define HAVE_SYS_MODEM_H 1" >>confdefs.h
     5063
     5064fi
     5065
     5066
     5067ac_fn_c_check_header_mongrel "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
     5068if test "x$ac_cv_header_sys_filio_h" = x""yes; then :
     5069  $as_echo "#define HAVE_SYS_FILIO_H 1" >>confdefs.h
     5070
     5071fi
     5072
     5073
     5074ac_fn_c_check_header_mongrel "$LINENO" "sys/strtio.h" "ac_cv_header_sys_strtio_h" "$ac_includes_default"
     5075if test "x$ac_cv_header_sys_strtio_h" = x""yes; then :
     5076  $as_echo "#define HAVE_SYS_STRTIO_H 1" >>confdefs.h
     5077
     5078fi
     5079
     5080
     5081ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
     5082if test "x$ac_cv_header_locale_h" = x""yes; then :
     5083  $as_echo "#define HAVE_LOCALE_H 1" >>confdefs.h
     5084
     5085fi
     5086
     5087
     5088ac_fn_c_check_header_mongrel "$LINENO" "langinfo.h" "ac_cv_header_langinfo_h" "$ac_includes_default"
     5089if test "x$ac_cv_header_langinfo_h" = x""yes; then :
     5090  $as_echo "#define HAVE_LANGINFO_H 1" >>confdefs.h
    60255091
    60265092fi
     
    60315097  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    60325098set dummy ${ac_tool_prefix}strip; ac_word=$2
    6033 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    6034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    6035 if test "${ac_cv_prog_STRIP+set}" = set; then
    6036   echo $ECHO_N "(cached) $ECHO_C" >&6
     5099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     5100$as_echo_n "checking for $ac_word... " >&6; }
     5101if test "${ac_cv_prog_STRIP+set}" = set; then :
     5102  $as_echo_n "(cached) " >&6
    60375103else
    60385104  if test -n "$STRIP"; then
     
    60445110  IFS=$as_save_IFS
    60455111  test -z "$as_dir" && as_dir=.
    6046   for ac_exec_ext in '' $ac_executable_extensions; do
     5112    for ac_exec_ext in '' $ac_executable_extensions; do
    60475113  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    60485114    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    6049     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5115    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    60505116    break 2
    60515117  fi
    60525118done
    6053 done
     5119  done
    60545120IFS=$as_save_IFS
    60555121
     
    60585124STRIP=$ac_cv_prog_STRIP
    60595125if test -n "$STRIP"; then
    6060   { echo "$as_me:$LINENO: result: $STRIP" >&5
    6061 echo "${ECHO_T}$STRIP" >&6; }
    6062 else
    6063   { echo "$as_me:$LINENO: result: no" >&5
    6064 echo "${ECHO_T}no" >&6; }
     5126  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
     5127$as_echo "$STRIP" >&6; }
     5128else
     5129  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     5130$as_echo "no" >&6; }
    60655131fi
    60665132
     
    60715137  # Extract the first word of "strip", so it can be a program name with args.
    60725138set dummy strip; ac_word=$2
    6073 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    6074 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    6075 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    6076   echo $ECHO_N "(cached) $ECHO_C" >&6
     5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     5140$as_echo_n "checking for $ac_word... " >&6; }
     5141if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
     5142  $as_echo_n "(cached) " >&6
    60775143else
    60785144  if test -n "$ac_ct_STRIP"; then
     
    60845150  IFS=$as_save_IFS
    60855151  test -z "$as_dir" && as_dir=.
    6086   for ac_exec_ext in '' $ac_executable_extensions; do
     5152    for ac_exec_ext in '' $ac_executable_extensions; do
    60875153  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    60885154    ac_cv_prog_ac_ct_STRIP="strip"
    6089     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5155    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    60905156    break 2
    60915157  fi
    60925158done
    6093 done
     5159  done
    60945160IFS=$as_save_IFS
    60955161
     
    60985164ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    60995165if test -n "$ac_ct_STRIP"; then
    6100   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    6101 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
    6102 else
    6103   { echo "$as_me:$LINENO: result: no" >&5
    6104 echo "${ECHO_T}no" >&6; }
     5166  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
     5167$as_echo "$ac_ct_STRIP" >&6; }
     5168else
     5169  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     5170$as_echo "no" >&6; }
    61055171fi
    61065172
     
    61105176    case $cross_compiling:$ac_tool_warned in
    61115177yes:)
    6112 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    6113 whose name does not start with the host triplet.  If you think this
    6114 configuration is useful to you, please write to [email protected]." >&5
    6115 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    6116 whose name does not start with the host triplet.  If you think this
    6117 configuration is useful to you, please write to [email protected]." >&2;}
     5178{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
     5179$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    61185180ac_tool_warned=yes ;;
    61195181esac
     
    61235185  STRIP="$ac_cv_prog_STRIP"
    61245186fi
     5187
     5188
     5189
    61255190
    61265191
     
    61395204    return 1
    61405205}
    6141 { echo "$as_me:$LINENO: checking for OpenSSL directory" >&5
    6142 echo $ECHO_N "checking for OpenSSL directory... $ECHO_C" >&6; }
     5206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL directory" >&5
     5207$as_echo_n "checking for OpenSSL directory... " >&6; }
    61435208
    61445209# Check whether --with-openssl was given.
    6145 if test "${with_openssl+set}" = set; then
     5210if test "${with_openssl+set}" = set; then :
    61465211  withval=$with_openssl;
    61475212                checkssldir "$withval"
     
    61595224
    61605225if test -z "$ssldir"; then
    6161     { echo "$as_me:$LINENO: result: Not found" >&5
    6162 echo "${ECHO_T}Not found" >&6; }
     5226    { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
     5227$as_echo "Not found" >&6; }
    61635228    echo
    61645229    echo "ERROR: Could not find OpenSSL headers/libraries."
     
    61725237    exit 1
    61735238fi
    6174 { echo "$as_me:$LINENO: result: $ssldir" >&5
    6175 echo "${ECHO_T}$ssldir" >&6; }
     5239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssldir" >&5
     5240$as_echo "$ssldir" >&6; }
    61765241
    61775242cat >>confdefs.h <<_ACEOF
     
    61825247CFLAGS="$CFLAGS -I$ssldir/include"
    61835248# Check whether --enable-static-openssl was given.
    6184 if test "${enable_static_openssl+set}" = set; then
     5249if test "${enable_static_openssl+set}" = set; then :
    61855250  enableval=$enable_static_openssl;
    61865251LIBS="$LIBS $ssldir/lib/libcrypto.a"
     
    61945259
    61955260
    6196 
    6197 
    6198 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
    6199         if test -n "$ac_tool_prefix"; then
    6200   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
    6201 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
    6202 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    6203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    6204 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
    6205   echo $ECHO_N "(cached) $ECHO_C" >&6
    6206 else
    6207   case $PKG_CONFIG in
    6208   [\\/]* | ?:[\\/]*)
    6209   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
    6210   ;;
    6211   *)
    6212   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    6213 for as_dir in $PATH
    6214 do
    6215   IFS=$as_save_IFS
    6216   test -z "$as_dir" && as_dir=.
    6217   for ac_exec_ext in '' $ac_executable_extensions; do
    6218   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    6219     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    6220     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    6221     break 2
    6222   fi
    6223 done
    6224 done
    6225 IFS=$as_save_IFS
    6226 
    6227   ;;
    6228 esac
    6229 fi
    6230 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
    6231 if test -n "$PKG_CONFIG"; then
    6232   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
    6233 echo "${ECHO_T}$PKG_CONFIG" >&6; }
    6234 else
    6235   { echo "$as_me:$LINENO: result: no" >&5
    6236 echo "${ECHO_T}no" >&6; }
    6237 fi
    6238 
    6239 
    6240 fi
    6241 if test -z "$ac_cv_path_PKG_CONFIG"; then
    6242   ac_pt_PKG_CONFIG=$PKG_CONFIG
    6243   # Extract the first word of "pkg-config", so it can be a program name with args.
    6244 set dummy pkg-config; ac_word=$2
    6245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    6246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    6247 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
    6248   echo $ECHO_N "(cached) $ECHO_C" >&6
    6249 else
    6250   case $ac_pt_PKG_CONFIG in
    6251   [\\/]* | ?:[\\/]*)
    6252   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
    6253   ;;
    6254   *)
    6255   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    6256 for as_dir in $PATH
    6257 do
    6258   IFS=$as_save_IFS
    6259   test -z "$as_dir" && as_dir=.
    6260   for ac_exec_ext in '' $ac_executable_extensions; do
    6261   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    6262     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    6263     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    6264     break 2
    6265   fi
    6266 done
    6267 done
    6268 IFS=$as_save_IFS
    6269 
    6270   ;;
    6271 esac
    6272 fi
    6273 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
    6274 if test -n "$ac_pt_PKG_CONFIG"; then
    6275   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
    6276 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
    6277 else
    6278   { echo "$as_me:$LINENO: result: no" >&5
    6279 echo "${ECHO_T}no" >&6; }
    6280 fi
    6281 
    6282   if test "x$ac_pt_PKG_CONFIG" = x; then
    6283     PKG_CONFIG=""
    6284   else
    6285     case $cross_compiling:$ac_tool_warned in
    6286 yes:)
    6287 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    6288 whose name does not start with the host triplet.  If you think this
    6289 configuration is useful to you, please write to [email protected]." >&5
    6290 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    6291 whose name does not start with the host triplet.  If you think this
    6292 configuration is useful to you, please write to [email protected]." >&2;}
    6293 ac_tool_warned=yes ;;
    6294 esac
    6295     PKG_CONFIG=$ac_pt_PKG_CONFIG
    6296   fi
    6297 else
    6298   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
    6299 fi
    6300 
    6301 fi
    6302 if test -n "$PKG_CONFIG"; then
    6303         _pkg_min_version=0.9.0
    6304         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
    6305 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
    6306         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
    6307                 { echo "$as_me:$LINENO: result: yes" >&5
    6308 echo "${ECHO_T}yes" >&6; }
    6309         else
    6310                 { echo "$as_me:$LINENO: result: no" >&5
    6311 echo "${ECHO_T}no" >&6; }
    6312                 PKG_CONFIG=""
    6313         fi
    6314 
    6315 fi
    63165261# Check whether --enable-smartcard was given.
    6317 if test "${enable_smartcard+set}" = set; then
     5262if test "${enable_smartcard+set}" = set; then :
    63185263  enableval=$enable_smartcard;
    63195264                case "$OSTYPE" in
    63205265                        darwin*)
    6321                                 if test "${ac_cv_header_PCSC_pcsclite_h+set}" = set; then
    6322   { echo "$as_me:$LINENO: checking for PCSC/pcsclite.h" >&5
    6323 echo $ECHO_N "checking for PCSC/pcsclite.h... $ECHO_C" >&6; }
    6324 if test "${ac_cv_header_PCSC_pcsclite_h+set}" = set; then
    6325   echo $ECHO_N "(cached) $ECHO_C" >&6
    6326 fi
    6327 { echo "$as_me:$LINENO: result: $ac_cv_header_PCSC_pcsclite_h" >&5
    6328 echo "${ECHO_T}$ac_cv_header_PCSC_pcsclite_h" >&6; }
    6329 else
    6330   # Is the header compilable?
    6331 { echo "$as_me:$LINENO: checking PCSC/pcsclite.h usability" >&5
    6332 echo $ECHO_N "checking PCSC/pcsclite.h usability... $ECHO_C" >&6; }
    6333 cat >conftest.$ac_ext <<_ACEOF
    6334 /* confdefs.h.  */
    6335 _ACEOF
    6336 cat confdefs.h >>conftest.$ac_ext
    6337 cat >>conftest.$ac_ext <<_ACEOF
    6338 /* end confdefs.h.  */
    6339 $ac_includes_default
    6340 #include <PCSC/pcsclite.h>
    6341 _ACEOF
    6342 rm -f conftest.$ac_objext
    6343 if { (ac_try="$ac_compile"
    6344 case "(($ac_try" in
    6345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6346   *) ac_try_echo=$ac_try;;
    6347 esac
    6348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6349   (eval "$ac_compile") 2>conftest.er1
    6350   ac_status=$?
    6351   grep -v '^ *+' conftest.er1 >conftest.err
    6352   rm -f conftest.er1
    6353   cat conftest.err >&5
    6354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6355   (exit $ac_status); } && {
    6356          test -z "$ac_c_werror_flag" ||
    6357          test ! -s conftest.err
    6358        } && test -s conftest.$ac_objext; then
    6359   ac_header_compiler=yes
    6360 else
    6361   echo "$as_me: failed program was:" >&5
    6362 sed 's/^/| /' conftest.$ac_ext >&5
    6363 
    6364         ac_header_compiler=no
    6365 fi
    6366 
    6367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6368 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6369 echo "${ECHO_T}$ac_header_compiler" >&6; }
    6370 
    6371 # Is the header present?
    6372 { echo "$as_me:$LINENO: checking PCSC/pcsclite.h presence" >&5
    6373 echo $ECHO_N "checking PCSC/pcsclite.h presence... $ECHO_C" >&6; }
    6374 cat >conftest.$ac_ext <<_ACEOF
    6375 /* confdefs.h.  */
    6376 _ACEOF
    6377 cat confdefs.h >>conftest.$ac_ext
    6378 cat >>conftest.$ac_ext <<_ACEOF
    6379 /* end confdefs.h.  */
    6380 #include <PCSC/pcsclite.h>
    6381 _ACEOF
    6382 if { (ac_try="$ac_cpp conftest.$ac_ext"
    6383 case "(($ac_try" in
    6384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6385   *) ac_try_echo=$ac_try;;
    6386 esac
    6387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6388   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    6389   ac_status=$?
    6390   grep -v '^ *+' conftest.er1 >conftest.err
    6391   rm -f conftest.er1
    6392   cat conftest.err >&5
    6393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6394   (exit $ac_status); } >/dev/null && {
    6395          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    6396          test ! -s conftest.err
    6397        }; then
    6398   ac_header_preproc=yes
    6399 else
    6400   echo "$as_me: failed program was:" >&5
    6401 sed 's/^/| /' conftest.$ac_ext >&5
    6402 
    6403   ac_header_preproc=no
    6404 fi
    6405 
    6406 rm -f conftest.err conftest.$ac_ext
    6407 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6408 echo "${ECHO_T}$ac_header_preproc" >&6; }
    6409 
    6410 # So?  What about this header?
    6411 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    6412   yes:no: )
    6413     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6414 echo "$as_me: WARNING: PCSC/pcsclite.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6415     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h: proceeding with the compiler's result" >&5
    6416 echo "$as_me: WARNING: PCSC/pcsclite.h: proceeding with the compiler's result" >&2;}
    6417     ac_header_preproc=yes
    6418     ;;
    6419   no:yes:* )
    6420     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h: present but cannot be compiled" >&5
    6421 echo "$as_me: WARNING: PCSC/pcsclite.h: present but cannot be compiled" >&2;}
    6422     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h:     check for missing prerequisite headers?" >&5
    6423 echo "$as_me: WARNING: PCSC/pcsclite.h:     check for missing prerequisite headers?" >&2;}
    6424     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h: see the Autoconf documentation" >&5
    6425 echo "$as_me: WARNING: PCSC/pcsclite.h: see the Autoconf documentation" >&2;}
    6426     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h:     section \"Present But Cannot Be Compiled\"" >&5
    6427 echo "$as_me: WARNING: PCSC/pcsclite.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6428     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h: proceeding with the preprocessor's result" >&5
    6429 echo "$as_me: WARNING: PCSC/pcsclite.h: proceeding with the preprocessor's result" >&2;}
    6430     { echo "$as_me:$LINENO: WARNING: PCSC/pcsclite.h: in the future, the compiler will take precedence" >&5
    6431 echo "$as_me: WARNING: PCSC/pcsclite.h: in the future, the compiler will take precedence" >&2;}
    6432 
    6433     ;;
    6434 esac
    6435 { echo "$as_me:$LINENO: checking for PCSC/pcsclite.h" >&5
    6436 echo $ECHO_N "checking for PCSC/pcsclite.h... $ECHO_C" >&6; }
    6437 if test "${ac_cv_header_PCSC_pcsclite_h+set}" = set; then
    6438   echo $ECHO_N "(cached) $ECHO_C" >&6
    6439 else
    6440   ac_cv_header_PCSC_pcsclite_h=$ac_header_preproc
    6441 fi
    6442 { echo "$as_me:$LINENO: result: $ac_cv_header_PCSC_pcsclite_h" >&5
    6443 echo "${ECHO_T}$ac_cv_header_PCSC_pcsclite_h" >&6; }
    6444 
    6445 fi
    6446 if test $ac_cv_header_PCSC_pcsclite_h = yes; then
     5266                                ac_fn_c_check_header_mongrel "$LINENO" "PCSC/pcsclite.h" "ac_cv_header_PCSC_pcsclite_h" "$ac_includes_default"
     5267if test "x$ac_cv_header_PCSC_pcsclite_h" = x""yes; then :
    64475268  WITH_SCARD=1
    64485269else
     
    64575278                                if test -n "$PKG_CONFIG"; then
    64585279
    6459 pkg_failed=no
    6460 { echo "$as_me:$LINENO: checking for PCSCLITE" >&5
    6461 echo $ECHO_N "checking for PCSCLITE... $ECHO_C" >&6; }
    6462 
    6463 if test -n "$PKG_CONFIG"; then
    6464     if test -n "$PCSCLITE_CFLAGS"; then
    6465         pkg_cv_PCSCLITE_CFLAGS="$PCSCLITE_CFLAGS"
    6466     else
    6467         if test -n "$PKG_CONFIG" && \
    6468     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpcsclite\"") >&5
    6469   ($PKG_CONFIG --exists --print-errors "libpcsclite") 2>&5
    6470   ac_status=$?
    6471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6472   (exit $ac_status); }; then
    6473   pkg_cv_PCSCLITE_CFLAGS=`$PKG_CONFIG --cflags "libpcsclite" 2>/dev/null`
    6474 else
    6475   pkg_failed=yes
    6476 fi
    6477     fi
    6478 else
    6479         pkg_failed=untried
    6480 fi
    6481 if test -n "$PKG_CONFIG"; then
    6482     if test -n "$PCSCLITE_LIBS"; then
    6483         pkg_cv_PCSCLITE_LIBS="$PCSCLITE_LIBS"
    6484     else
    6485         if test -n "$PKG_CONFIG" && \
    6486     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpcsclite\"") >&5
    6487   ($PKG_CONFIG --exists --print-errors "libpcsclite") 2>&5
    6488   ac_status=$?
    6489   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6490   (exit $ac_status); }; then
    6491   pkg_cv_PCSCLITE_LIBS=`$PKG_CONFIG --libs "libpcsclite" 2>/dev/null`
    6492 else
    6493   pkg_failed=yes
    6494 fi
    6495     fi
    6496 else
    6497         pkg_failed=untried
    6498 fi
    6499 
    6500 
    6501 
    6502 if test $pkg_failed = yes; then
    6503 
    6504 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    6505         _pkg_short_errors_supported=yes
    6506 else
    6507         _pkg_short_errors_supported=no
    6508 fi
    6509         if test $_pkg_short_errors_supported = yes; then
    6510                 PCSCLITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpcsclite"`
    6511         else
    6512                 PCSCLITE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpcsclite"`
    6513         fi
    6514         # Put the nasty error message in config.log where it belongs
    6515         echo "$PCSCLITE_PKG_ERRORS" >&5
    6516 
    6517         { echo "$as_me:$LINENO: result: no" >&5
    6518 echo "${ECHO_T}no" >&6; }
    6519                 WITH_SCARD=0
    6520 elif test $pkg_failed = untried; then
    6521         WITH_SCARD=0
    6522 else
    6523         PCSCLITE_CFLAGS=$pkg_cv_PCSCLITE_CFLAGS
    6524         PCSCLITE_LIBS=$pkg_cv_PCSCLITE_LIBS
    6525         { echo "$as_me:$LINENO: result: yes" >&5
    6526 echo "${ECHO_T}yes" >&6; }
    6527         WITH_SCARD=1
    6528 fi
     5280                        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not available, cannot check for libpcsclite" >&5
     5281$as_echo "$as_me: WARNING: pkg-config not available, cannot check for libpcsclite" >&2;}
     5282                        WITH_SCARD=0
     5283
    65295284                                fi
    65305285                                ;;
     
    65355290                        CFLAGS="$CFLAGS $PCSCLITE_CFLAGS"
    65365291                        LIBS="$LIBS $PCSCLITE_LIBS"
    6537                         cat >>confdefs.h <<\_ACEOF
    6538 #define WITH_SCARD 1
    6539 _ACEOF
     5292                        $as_echo "#define WITH_SCARD 1" >>confdefs.h
    65405293
    65415294                fi
    65425295
    6543                 { echo "$as_me:$LINENO: checking for old version of PCSC" >&5
    6544 echo $ECHO_N "checking for old version of PCSC... $ECHO_C" >&6; }
    6545                 cat >conftest.$ac_ext <<_ACEOF
    6546 /* confdefs.h.  */
    6547 _ACEOF
    6548 cat confdefs.h >>conftest.$ac_ext
    6549 cat >>conftest.$ac_ext <<_ACEOF
     5296                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for old version of PCSC" >&5
     5297$as_echo_n "checking for old version of PCSC... " >&6; }
     5298                cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    65505299/* end confdefs.h.  */
    65515300
     
    65665315}
    65675316_ACEOF
    6568 rm -f conftest.$ac_objext conftest$ac_exeext
    6569 if { (ac_try="$ac_link"
    6570 case "(($ac_try" in
    6571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6572   *) ac_try_echo=$ac_try;;
    6573 esac
    6574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6575   (eval "$ac_link") 2>conftest.er1
    6576   ac_status=$?
    6577   grep -v '^ *+' conftest.er1 >conftest.err
    6578   rm -f conftest.er1
    6579   cat conftest.err >&5
    6580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6581   (exit $ac_status); } && {
    6582          test -z "$ac_c_werror_flag" ||
    6583          test ! -s conftest.err
    6584        } && test -s conftest$ac_exeext &&
    6585        $as_test_x conftest$ac_exeext; then
    6586   { echo "$as_me:$LINENO: result: yes" >&5
    6587 echo "${ECHO_T}yes" >&6; }
    6588 cat >>confdefs.h <<\_ACEOF
    6589 #define WITH_PCSC120 1
    6590 _ACEOF
    6591 
    6592 else
    6593   echo "$as_me: failed program was:" >&5
    6594 sed 's/^/| /' conftest.$ac_ext >&5
    6595 
    6596         { echo "$as_me:$LINENO: result: no" >&5
    6597 echo "${ECHO_T}no" >&6; }
    6598 
    6599 fi
    6600 
    6601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    6602       conftest$ac_exeext conftest.$ac_ext
     5317if ac_fn_c_try_link "$LINENO"; then :
     5318  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     5319$as_echo "yes" >&6; }
     5320$as_echo "#define WITH_PCSC120 1" >>confdefs.h
     5321
     5322else
     5323  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     5324$as_echo "no" >&6; }
     5325
     5326fi
     5327rm -f core conftest.err conftest.$ac_objext \
     5328    conftest$ac_exeext conftest.$ac_ext
    66035329
    66045330fi
     
    66105336# Alignment
    66115337#
    6612 { echo "$as_me:$LINENO: checking if architecture needs alignment" >&5
    6613 echo $ECHO_N "checking if architecture needs alignment... $ECHO_C" >&6; }
    6614 if test "$cross_compiling" = yes; then
    6615   { echo "$as_me:$LINENO: result: assuming yes" >&5
    6616 echo "${ECHO_T}assuming yes" >&6; }
    6617   cat >>confdefs.h <<\_ACEOF
    6618 #define NEED_ALIGN 1
    6619 _ACEOF
    6620 
    6621 else
    6622   cat >conftest.$ac_ext <<_ACEOF
    6623 /* confdefs.h.  */
    6624 _ACEOF
    6625 cat confdefs.h >>conftest.$ac_ext
    6626 cat >>conftest.$ac_ext <<_ACEOF
     5338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if architecture needs alignment" >&5
     5339$as_echo_n "checking if architecture needs alignment... " >&6; }
     5340if test "$cross_compiling" = yes; then :
     5341  { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming yes" >&5
     5342$as_echo "assuming yes" >&6; }
     5343  $as_echo "#define NEED_ALIGN 1" >>confdefs.h
     5344
     5345else
     5346  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    66275347/* end confdefs.h.  */
    66285348
     
    66415361}
    66425362_ACEOF
    6643 rm -f conftest$ac_exeext
    6644 if { (ac_try="$ac_link"
    6645 case "(($ac_try" in
    6646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6647   *) ac_try_echo=$ac_try;;
    6648 esac
    6649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6650   (eval "$ac_link") 2>&5
    6651   ac_status=$?
    6652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6653   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    6654   { (case "(($ac_try" in
    6655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6656   *) ac_try_echo=$ac_try;;
    6657 esac
    6658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6659   (eval "$ac_try") 2>&5
    6660   ac_status=$?
    6661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6662   (exit $ac_status); }; }; then
    6663   { echo "$as_me:$LINENO: result: no" >&5
    6664 echo "${ECHO_T}no" >&6; }
    6665 else
    6666   echo "$as_me: program exited with status $ac_status" >&5
    6667 echo "$as_me: failed program was:" >&5
    6668 sed 's/^/| /' conftest.$ac_ext >&5
    6669 
    6670 ( exit $ac_status )
    6671 { echo "$as_me:$LINENO: result: yes" >&5
    6672 echo "${ECHO_T}yes" >&6; }
    6673   cat >>confdefs.h <<\_ACEOF
    6674 #define NEED_ALIGN 1
    6675 _ACEOF
    6676 
    6677 fi
    6678 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    6679 fi
    6680 
     5363if ac_fn_c_try_run "$LINENO"; then :
     5364  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     5365$as_echo "no" >&6; }
     5366else
     5367  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     5368$as_echo "yes" >&6; }
     5369  $as_echo "#define NEED_ALIGN 1" >>confdefs.h
     5370
     5371fi
     5372rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     5373  conftest.$ac_objext conftest.beam conftest.$ac_ext
     5374fi
    66815375
    66825376
     
    66845378# linux/compiler.h
    66855379#
    6686 echo "$as_me:$LINENO: checking if linux/compiler.h is required" >&5
    6687 echo $ECHO_N "checking if linux/compiler.h is required... $ECHO_C" >&6
    6688 cat >conftest.$ac_ext <<_ACEOF
    6689 /* confdefs.h.  */
    6690 _ACEOF
    6691 cat confdefs.h >>conftest.$ac_ext
    6692 cat >>conftest.$ac_ext <<_ACEOF
     5380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if linux/compiler.h is required" >&5
     5381$as_echo_n "checking if linux/compiler.h is required... " >&6; }
     5382cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    66935383/* end confdefs.h.  */
    66945384
     
    67035393}
    67045394_ACEOF
    6705 rm -f conftest.$ac_objext
    6706 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    6707   (eval $ac_compile) 2>conftest.er1
    6708   ac_status=$?
    6709   grep -v '^ *+' conftest.er1 >conftest.err
    6710   rm -f conftest.er1
    6711   cat conftest.err >&5
    6712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6713   (exit $ac_status); } &&
    6714         { ac_try='test -z "$ac_c_werror_flag"
    6715                         || test ! -s conftest.err'
    6716   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6717   (eval $ac_try) 2>&5
    6718   ac_status=$?
    6719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6720   (exit $ac_status); }; } &&
    6721         { ac_try='test -s conftest.$ac_objext'
    6722   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6723   (eval $ac_try) 2>&5
    6724   ac_status=$?
    6725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6726   (exit $ac_status); }; }; then
    6727   echo "$as_me:$LINENO: result: yes" >&5
    6728 echo "${ECHO_T}yes" >&6
    6729   cat >>confdefs.h <<\_ACEOF
    6730 #define VBOX_WITH_LINUX_COMPILER_H 1
    6731 _ACEOF
    6732 
    6733 else
    6734   echo "$as_me: failed program was:" >&5
    6735 sed 's/^/| /' conftest.$ac_ext >&5
    6736 
    6737 echo "$as_me:$LINENO: result: no" >&5
    6738 echo "${ECHO_T}no" >&6
    6739 
    6740 fi
    6741 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    6742 
     5395if ac_fn_c_try_compile "$LINENO"; then :
     5396  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     5397$as_echo "yes" >&6; }
     5398 $as_echo "#define VBOX_WITH_LINUX_COMPILER_H 1" >>confdefs.h
     5399
     5400else
     5401  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     5402$as_echo "no" >&6; }
     5403fi
     5404rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    67435405
    67445406
     
    67485410
    67495411# Check whether --with-egd-socket was given.
    6750 if test "${with_egd_socket+set}" = set; then
     5412if test "${with_egd_socket+set}" = set; then :
    67515413  withval=$with_egd_socket; EGD_SOCKET="$withval"
    67525414else
     
    67675429
    67685430# Check whether --with-libvncserver-config was given.
    6769 if test "${with_libvncserver_config+set}" = set; then
     5431if test "${with_libvncserver_config+set}" = set; then :
    67705432  withval=$with_libvncserver_config; vncserverconfig="$withval"
    67715433
     
    67745436
    67755437# Check whether --with-libvncserver was given.
    6776 if test "${with_libvncserver+set}" = set; then
     5438if test "${with_libvncserver+set}" = set; then :
    67775439  withval=$with_libvncserver;
    67785440    VNCINC=`$vncserverconfig --cflags`
     
    67965458
    67975459# Check whether --with-sound was given.
    6798 if test "${with_sound+set}" = set; then
     5460if test "${with_sound+set}" = set; then :
    67995461  withval=$with_sound;
    68005462    sound="$withval"
     
    68035465
    68045466
    6805 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
    6806   { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5
    6807 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; }
    6808 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
    6809   echo $ECHO_N "(cached) $ECHO_C" >&6
    6810 fi
    6811 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5
    6812 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; }
    6813 else
    6814   # Is the header compilable?
    6815 { echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5
    6816 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; }
    6817 cat >conftest.$ac_ext <<_ACEOF
    6818 /* confdefs.h.  */
    6819 _ACEOF
    6820 cat confdefs.h >>conftest.$ac_ext
    6821 cat >>conftest.$ac_ext <<_ACEOF
    6822 /* end confdefs.h.  */
    6823 $ac_includes_default
    6824 #include <sys/soundcard.h>
    6825 _ACEOF
    6826 rm -f conftest.$ac_objext
    6827 if { (ac_try="$ac_compile"
    6828 case "(($ac_try" in
    6829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6830   *) ac_try_echo=$ac_try;;
    6831 esac
    6832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6833   (eval "$ac_compile") 2>conftest.er1
    6834   ac_status=$?
    6835   grep -v '^ *+' conftest.er1 >conftest.err
    6836   rm -f conftest.er1
    6837   cat conftest.err >&5
    6838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6839   (exit $ac_status); } && {
    6840          test -z "$ac_c_werror_flag" ||
    6841          test ! -s conftest.err
    6842        } && test -s conftest.$ac_objext; then
    6843   ac_header_compiler=yes
    6844 else
    6845   echo "$as_me: failed program was:" >&5
    6846 sed 's/^/| /' conftest.$ac_ext >&5
    6847 
    6848         ac_header_compiler=no
    6849 fi
    6850 
    6851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6852 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6853 echo "${ECHO_T}$ac_header_compiler" >&6; }
    6854 
    6855 # Is the header present?
    6856 { echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5
    6857 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; }
    6858 cat >conftest.$ac_ext <<_ACEOF
    6859 /* confdefs.h.  */
    6860 _ACEOF
    6861 cat confdefs.h >>conftest.$ac_ext
    6862 cat >>conftest.$ac_ext <<_ACEOF
    6863 /* end confdefs.h.  */
    6864 #include <sys/soundcard.h>
    6865 _ACEOF
    6866 if { (ac_try="$ac_cpp conftest.$ac_ext"
    6867 case "(($ac_try" in
    6868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6869   *) ac_try_echo=$ac_try;;
    6870 esac
    6871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6872   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    6873   ac_status=$?
    6874   grep -v '^ *+' conftest.er1 >conftest.err
    6875   rm -f conftest.er1
    6876   cat conftest.err >&5
    6877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6878   (exit $ac_status); } >/dev/null && {
    6879          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    6880          test ! -s conftest.err
    6881        }; then
    6882   ac_header_preproc=yes
    6883 else
    6884   echo "$as_me: failed program was:" >&5
    6885 sed 's/^/| /' conftest.$ac_ext >&5
    6886 
    6887   ac_header_preproc=no
    6888 fi
    6889 
    6890 rm -f conftest.err conftest.$ac_ext
    6891 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6892 echo "${ECHO_T}$ac_header_preproc" >&6; }
    6893 
    6894 # So?  What about this header?
    6895 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    6896   yes:no: )
    6897     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6898 echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6899     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5
    6900 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;}
    6901     ac_header_preproc=yes
    6902     ;;
    6903   no:yes:* )
    6904     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5
    6905 echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;}
    6906     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h:     check for missing prerequisite headers?" >&5
    6907 echo "$as_me: WARNING: sys/soundcard.h:     check for missing prerequisite headers?" >&2;}
    6908     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5
    6909 echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;}
    6910     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&5
    6911 echo "$as_me: WARNING: sys/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6912     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5
    6913 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;}
    6914     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5
    6915 echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;}
    6916 
    6917     ;;
    6918 esac
    6919 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5
    6920 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; }
    6921 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
    6922   echo $ECHO_N "(cached) $ECHO_C" >&6
    6923 else
    6924   ac_cv_header_sys_soundcard_h=$ac_header_preproc
    6925 fi
    6926 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5
    6927 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; }
    6928 
    6929 fi
    6930 if test $ac_cv_header_sys_soundcard_h = yes; then
     5467ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
     5468if test "x$ac_cv_header_sys_soundcard_h" = x""yes; then :
    69315469  HAVE_OSS=1
    69325470else
     
    69355473
    69365474
    6937 if test "${ac_cv_header_dmedia_audio_h+set}" = set; then
    6938   { echo "$as_me:$LINENO: checking for dmedia/audio.h" >&5
    6939 echo $ECHO_N "checking for dmedia/audio.h... $ECHO_C" >&6; }
    6940 if test "${ac_cv_header_dmedia_audio_h+set}" = set; then
    6941   echo $ECHO_N "(cached) $ECHO_C" >&6
    6942 fi
    6943 { echo "$as_me:$LINENO: result: $ac_cv_header_dmedia_audio_h" >&5
    6944 echo "${ECHO_T}$ac_cv_header_dmedia_audio_h" >&6; }
    6945 else
    6946   # Is the header compilable?
    6947 { echo "$as_me:$LINENO: checking dmedia/audio.h usability" >&5
    6948 echo $ECHO_N "checking dmedia/audio.h usability... $ECHO_C" >&6; }
    6949 cat >conftest.$ac_ext <<_ACEOF
    6950 /* confdefs.h.  */
    6951 _ACEOF
    6952 cat confdefs.h >>conftest.$ac_ext
    6953 cat >>conftest.$ac_ext <<_ACEOF
    6954 /* end confdefs.h.  */
    6955 $ac_includes_default
    6956 #include <dmedia/audio.h>
    6957 _ACEOF
    6958 rm -f conftest.$ac_objext
    6959 if { (ac_try="$ac_compile"
    6960 case "(($ac_try" in
    6961   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6962   *) ac_try_echo=$ac_try;;
    6963 esac
    6964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    6965   (eval "$ac_compile") 2>conftest.er1
    6966   ac_status=$?
    6967   grep -v '^ *+' conftest.er1 >conftest.err
    6968   rm -f conftest.er1
    6969   cat conftest.err >&5
    6970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6971   (exit $ac_status); } && {
    6972          test -z "$ac_c_werror_flag" ||
    6973          test ! -s conftest.err
    6974        } && test -s conftest.$ac_objext; then
    6975   ac_header_compiler=yes
    6976 else
    6977   echo "$as_me: failed program was:" >&5
    6978 sed 's/^/| /' conftest.$ac_ext >&5
    6979 
    6980         ac_header_compiler=no
    6981 fi
    6982 
    6983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6984 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6985 echo "${ECHO_T}$ac_header_compiler" >&6; }
    6986 
    6987 # Is the header present?
    6988 { echo "$as_me:$LINENO: checking dmedia/audio.h presence" >&5
    6989 echo $ECHO_N "checking dmedia/audio.h presence... $ECHO_C" >&6; }
    6990 cat >conftest.$ac_ext <<_ACEOF
    6991 /* confdefs.h.  */
    6992 _ACEOF
    6993 cat confdefs.h >>conftest.$ac_ext
    6994 cat >>conftest.$ac_ext <<_ACEOF
    6995 /* end confdefs.h.  */
    6996 #include <dmedia/audio.h>
    6997 _ACEOF
    6998 if { (ac_try="$ac_cpp conftest.$ac_ext"
    6999 case "(($ac_try" in
    7000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7001   *) ac_try_echo=$ac_try;;
    7002 esac
    7003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7004   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    7005   ac_status=$?
    7006   grep -v '^ *+' conftest.er1 >conftest.err
    7007   rm -f conftest.er1
    7008   cat conftest.err >&5
    7009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7010   (exit $ac_status); } >/dev/null && {
    7011          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    7012          test ! -s conftest.err
    7013        }; then
    7014   ac_header_preproc=yes
    7015 else
    7016   echo "$as_me: failed program was:" >&5
    7017 sed 's/^/| /' conftest.$ac_ext >&5
    7018 
    7019   ac_header_preproc=no
    7020 fi
    7021 
    7022 rm -f conftest.err conftest.$ac_ext
    7023 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7024 echo "${ECHO_T}$ac_header_preproc" >&6; }
    7025 
    7026 # So?  What about this header?
    7027 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    7028   yes:no: )
    7029     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h: accepted by the compiler, rejected by the preprocessor!" >&5
    7030 echo "$as_me: WARNING: dmedia/audio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7031     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h: proceeding with the compiler's result" >&5
    7032 echo "$as_me: WARNING: dmedia/audio.h: proceeding with the compiler's result" >&2;}
    7033     ac_header_preproc=yes
    7034     ;;
    7035   no:yes:* )
    7036     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h: present but cannot be compiled" >&5
    7037 echo "$as_me: WARNING: dmedia/audio.h: present but cannot be compiled" >&2;}
    7038     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h:     check for missing prerequisite headers?" >&5
    7039 echo "$as_me: WARNING: dmedia/audio.h:     check for missing prerequisite headers?" >&2;}
    7040     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h: see the Autoconf documentation" >&5
    7041 echo "$as_me: WARNING: dmedia/audio.h: see the Autoconf documentation" >&2;}
    7042     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h:     section \"Present But Cannot Be Compiled\"" >&5
    7043 echo "$as_me: WARNING: dmedia/audio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    7044     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h: proceeding with the preprocessor's result" >&5
    7045 echo "$as_me: WARNING: dmedia/audio.h: proceeding with the preprocessor's result" >&2;}
    7046     { echo "$as_me:$LINENO: WARNING: dmedia/audio.h: in the future, the compiler will take precedence" >&5
    7047 echo "$as_me: WARNING: dmedia/audio.h: in the future, the compiler will take precedence" >&2;}
    7048 
    7049     ;;
    7050 esac
    7051 { echo "$as_me:$LINENO: checking for dmedia/audio.h" >&5
    7052 echo $ECHO_N "checking for dmedia/audio.h... $ECHO_C" >&6; }
    7053 if test "${ac_cv_header_dmedia_audio_h+set}" = set; then
    7054   echo $ECHO_N "(cached) $ECHO_C" >&6
    7055 else
    7056   ac_cv_header_dmedia_audio_h=$ac_header_preproc
    7057 fi
    7058 { echo "$as_me:$LINENO: result: $ac_cv_header_dmedia_audio_h" >&5
    7059 echo "${ECHO_T}$ac_cv_header_dmedia_audio_h" >&6; }
    7060 
    7061 fi
    7062 if test $ac_cv_header_dmedia_audio_h = yes; then
     5475ac_fn_c_check_header_mongrel "$LINENO" "dmedia/audio.h" "ac_cv_header_dmedia_audio_h" "$ac_includes_default"
     5476if test "x$ac_cv_header_dmedia_audio_h" = x""yes; then :
    70635477  HAVE_SGI=1
    70645478else
     
    70675481
    70685482
    7069 if test "${ac_cv_header_sys_audioio_h+set}" = set; then
    7070   { echo "$as_me:$LINENO: checking for sys/audioio.h" >&5
    7071 echo $ECHO_N "checking for sys/audioio.h... $ECHO_C" >&6; }
    7072 if test "${ac_cv_header_sys_audioio_h+set}" = set; then
    7073   echo $ECHO_N "(cached) $ECHO_C" >&6
    7074 fi
    7075 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_audioio_h" >&5
    7076 echo "${ECHO_T}$ac_cv_header_sys_audioio_h" >&6; }
    7077 else
    7078   # Is the header compilable?
    7079 { echo "$as_me:$LINENO: checking sys/audioio.h usability" >&5
    7080 echo $ECHO_N "checking sys/audioio.h usability... $ECHO_C" >&6; }
    7081 cat >conftest.$ac_ext <<_ACEOF
    7082 /* confdefs.h.  */
    7083 _ACEOF
    7084 cat confdefs.h >>conftest.$ac_ext
    7085 cat >>conftest.$ac_ext <<_ACEOF
    7086 /* end confdefs.h.  */
    7087 $ac_includes_default
    7088 #include <sys/audioio.h>
    7089 _ACEOF
    7090 rm -f conftest.$ac_objext
    7091 if { (ac_try="$ac_compile"
    7092 case "(($ac_try" in
    7093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7094   *) ac_try_echo=$ac_try;;
    7095 esac
    7096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7097   (eval "$ac_compile") 2>conftest.er1
    7098   ac_status=$?
    7099   grep -v '^ *+' conftest.er1 >conftest.err
    7100   rm -f conftest.er1
    7101   cat conftest.err >&5
    7102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7103   (exit $ac_status); } && {
    7104          test -z "$ac_c_werror_flag" ||
    7105          test ! -s conftest.err
    7106        } && test -s conftest.$ac_objext; then
    7107   ac_header_compiler=yes
    7108 else
    7109   echo "$as_me: failed program was:" >&5
    7110 sed 's/^/| /' conftest.$ac_ext >&5
    7111 
    7112         ac_header_compiler=no
    7113 fi
    7114 
    7115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7116 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7117 echo "${ECHO_T}$ac_header_compiler" >&6; }
    7118 
    7119 # Is the header present?
    7120 { echo "$as_me:$LINENO: checking sys/audioio.h presence" >&5
    7121 echo $ECHO_N "checking sys/audioio.h presence... $ECHO_C" >&6; }
    7122 cat >conftest.$ac_ext <<_ACEOF
    7123 /* confdefs.h.  */
    7124 _ACEOF
    7125 cat confdefs.h >>conftest.$ac_ext
    7126 cat >>conftest.$ac_ext <<_ACEOF
    7127 /* end confdefs.h.  */
    7128 #include <sys/audioio.h>
    7129 _ACEOF
    7130 if { (ac_try="$ac_cpp conftest.$ac_ext"
    7131 case "(($ac_try" in
    7132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7133   *) ac_try_echo=$ac_try;;
    7134 esac
    7135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7136   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    7137   ac_status=$?
    7138   grep -v '^ *+' conftest.er1 >conftest.err
    7139   rm -f conftest.er1
    7140   cat conftest.err >&5
    7141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7142   (exit $ac_status); } >/dev/null && {
    7143          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    7144          test ! -s conftest.err
    7145        }; then
    7146   ac_header_preproc=yes
    7147 else
    7148   echo "$as_me: failed program was:" >&5
    7149 sed 's/^/| /' conftest.$ac_ext >&5
    7150 
    7151   ac_header_preproc=no
    7152 fi
    7153 
    7154 rm -f conftest.err conftest.$ac_ext
    7155 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7156 echo "${ECHO_T}$ac_header_preproc" >&6; }
    7157 
    7158 # So?  What about this header?
    7159 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    7160   yes:no: )
    7161     { echo "$as_me:$LINENO: WARNING: sys/audioio.h: accepted by the compiler, rejected by the preprocessor!" >&5
    7162 echo "$as_me: WARNING: sys/audioio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7163     { echo "$as_me:$LINENO: WARNING: sys/audioio.h: proceeding with the compiler's result" >&5
    7164 echo "$as_me: WARNING: sys/audioio.h: proceeding with the compiler's result" >&2;}
    7165     ac_header_preproc=yes
    7166     ;;
    7167   no:yes:* )
    7168     { echo "$as_me:$LINENO: WARNING: sys/audioio.h: present but cannot be compiled" >&5
    7169 echo "$as_me: WARNING: sys/audioio.h: present but cannot be compiled" >&2;}
    7170     { echo "$as_me:$LINENO: WARNING: sys/audioio.h:     check for missing prerequisite headers?" >&5
    7171 echo "$as_me: WARNING: sys/audioio.h:     check for missing prerequisite headers?" >&2;}
    7172     { echo "$as_me:$LINENO: WARNING: sys/audioio.h: see the Autoconf documentation" >&5
    7173 echo "$as_me: WARNING: sys/audioio.h: see the Autoconf documentation" >&2;}
    7174     { echo "$as_me:$LINENO: WARNING: sys/audioio.h:     section \"Present But Cannot Be Compiled\"" >&5
    7175 echo "$as_me: WARNING: sys/audioio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    7176     { echo "$as_me:$LINENO: WARNING: sys/audioio.h: proceeding with the preprocessor's result" >&5
    7177 echo "$as_me: WARNING: sys/audioio.h: proceeding with the preprocessor's result" >&2;}
    7178     { echo "$as_me:$LINENO: WARNING: sys/audioio.h: in the future, the compiler will take precedence" >&5
    7179 echo "$as_me: WARNING: sys/audioio.h: in the future, the compiler will take precedence" >&2;}
    7180 
    7181     ;;
    7182 esac
    7183 { echo "$as_me:$LINENO: checking for sys/audioio.h" >&5
    7184 echo $ECHO_N "checking for sys/audioio.h... $ECHO_C" >&6; }
    7185 if test "${ac_cv_header_sys_audioio_h+set}" = set; then
    7186   echo $ECHO_N "(cached) $ECHO_C" >&6
    7187 else
    7188   ac_cv_header_sys_audioio_h=$ac_header_preproc
    7189 fi
    7190 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_audioio_h" >&5
    7191 echo "${ECHO_T}$ac_cv_header_sys_audioio_h" >&6; }
    7192 
    7193 fi
    7194 if test $ac_cv_header_sys_audioio_h = yes; then
     5483ac_fn_c_check_header_mongrel "$LINENO" "sys/audioio.h" "ac_cv_header_sys_audioio_h" "$ac_includes_default"
     5484if test "x$ac_cv_header_sys_audioio_h" = x""yes; then :
    71955485  HAVE_SUN=1
    71965486else
     
    72015491
    72025492# Check whether --enable-static-libsamplerate was given.
    7203 if test "${enable_static_libsamplerate+set}" = set; then
     5493if test "${enable_static_libsamplerate+set}" = set; then :
    72045494  enableval=$enable_static_libsamplerate; static_libsamplerate=yes
    72055495else
     
    72105500if test -n "$PKG_CONFIG"; then
    72115501
    7212 pkg_failed=no
    7213 { echo "$as_me:$LINENO: checking for LIBAO" >&5
    7214 echo $ECHO_N "checking for LIBAO... $ECHO_C" >&6; }
    7215 
    7216 if test -n "$PKG_CONFIG"; then
    7217     if test -n "$LIBAO_CFLAGS"; then
    7218         pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
    7219     else
    7220         if test -n "$PKG_CONFIG" && \
    7221     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"ao\"") >&5
    7222   ($PKG_CONFIG --exists --print-errors "ao") 2>&5
    7223   ac_status=$?
    7224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7225   (exit $ac_status); }; then
    7226   pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao" 2>/dev/null`
    7227 else
    7228   pkg_failed=yes
    7229 fi
    7230     fi
    7231 else
    7232         pkg_failed=untried
    7233 fi
    7234 if test -n "$PKG_CONFIG"; then
    7235     if test -n "$LIBAO_LIBS"; then
    7236         pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
    7237     else
    7238         if test -n "$PKG_CONFIG" && \
    7239     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"ao\"") >&5
    7240   ($PKG_CONFIG --exists --print-errors "ao") 2>&5
    7241   ac_status=$?
    7242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7243   (exit $ac_status); }; then
    7244   pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao" 2>/dev/null`
    7245 else
    7246   pkg_failed=yes
    7247 fi
    7248     fi
    7249 else
    7250         pkg_failed=untried
    7251 fi
    7252 
    7253 
    7254 
    7255 if test $pkg_failed = yes; then
    7256 
    7257 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    7258         _pkg_short_errors_supported=yes
    7259 else
    7260         _pkg_short_errors_supported=no
    7261 fi
    7262         if test $_pkg_short_errors_supported = yes; then
    7263                 LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ao"`
    7264         else
    7265                 LIBAO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ao"`
    7266         fi
    7267         # Put the nasty error message in config.log where it belongs
    7268         echo "$LIBAO_PKG_ERRORS" >&5
    7269 
    7270         { echo "$as_me:$LINENO: result: no" >&5
    7271 echo "${ECHO_T}no" >&6; }
    7272                 HAVE_LIBAO=0
    7273 elif test $pkg_failed = untried; then
    7274         HAVE_LIBAO=0
    7275 else
    7276         LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
    7277         LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
    7278         { echo "$as_me:$LINENO: result: yes" >&5
    7279 echo "${ECHO_T}yes" >&6; }
    7280         HAVE_LIBAO=1
    7281 fi
    7282 
    7283 pkg_failed=no
    7284 { echo "$as_me:$LINENO: checking for ALSA" >&5
    7285 echo $ECHO_N "checking for ALSA... $ECHO_C" >&6; }
    7286 
    7287 if test -n "$PKG_CONFIG"; then
    7288     if test -n "$ALSA_CFLAGS"; then
    7289         pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS"
    7290     else
    7291         if test -n "$PKG_CONFIG" && \
    7292     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
    7293   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
    7294   ac_status=$?
    7295   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7296   (exit $ac_status); }; then
    7297   pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null`
    7298 else
    7299   pkg_failed=yes
    7300 fi
    7301     fi
    7302 else
    7303         pkg_failed=untried
    7304 fi
    7305 if test -n "$PKG_CONFIG"; then
    7306     if test -n "$ALSA_LIBS"; then
    7307         pkg_cv_ALSA_LIBS="$ALSA_LIBS"
    7308     else
    7309         if test -n "$PKG_CONFIG" && \
    7310     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
    7311   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
    7312   ac_status=$?
    7313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7314   (exit $ac_status); }; then
    7315   pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null`
    7316 else
    7317   pkg_failed=yes
    7318 fi
    7319     fi
    7320 else
    7321         pkg_failed=untried
    7322 fi
    7323 
    7324 
    7325 
    7326 if test $pkg_failed = yes; then
    7327 
    7328 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    7329         _pkg_short_errors_supported=yes
    7330 else
    7331         _pkg_short_errors_supported=no
    7332 fi
    7333         if test $_pkg_short_errors_supported = yes; then
    7334                 ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "alsa"`
    7335         else
    7336                 ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "alsa"`
    7337         fi
    7338         # Put the nasty error message in config.log where it belongs
    7339         echo "$ALSA_PKG_ERRORS" >&5
    7340 
    7341         { echo "$as_me:$LINENO: result: no" >&5
    7342 echo "${ECHO_T}no" >&6; }
    7343                 HAVE_ALSA=0
    7344 elif test $pkg_failed = untried; then
    7345         HAVE_ALSA=0
    7346 else
    7347         ALSA_CFLAGS=$pkg_cv_ALSA_CFLAGS
    7348         ALSA_LIBS=$pkg_cv_ALSA_LIBS
    7349         { echo "$as_me:$LINENO: result: yes" >&5
    7350 echo "${ECHO_T}yes" >&6; }
    7351         HAVE_ALSA=1
    7352 fi
    7353 
    7354 pkg_failed=no
    7355 { echo "$as_me:$LINENO: checking for LIBSAMPLERATE" >&5
    7356 echo $ECHO_N "checking for LIBSAMPLERATE... $ECHO_C" >&6; }
    7357 
    7358 if test -n "$PKG_CONFIG"; then
    7359     if test -n "$LIBSAMPLERATE_CFLAGS"; then
    7360         pkg_cv_LIBSAMPLERATE_CFLAGS="$LIBSAMPLERATE_CFLAGS"
    7361     else
    7362         if test -n "$PKG_CONFIG" && \
    7363     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"samplerate\"") >&5
    7364   ($PKG_CONFIG --exists --print-errors "samplerate") 2>&5
    7365   ac_status=$?
    7366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7367   (exit $ac_status); }; then
    7368   pkg_cv_LIBSAMPLERATE_CFLAGS=`$PKG_CONFIG --cflags "samplerate" 2>/dev/null`
    7369 else
    7370   pkg_failed=yes
    7371 fi
    7372     fi
    7373 else
    7374         pkg_failed=untried
    7375 fi
    7376 if test -n "$PKG_CONFIG"; then
    7377     if test -n "$LIBSAMPLERATE_LIBS"; then
    7378         pkg_cv_LIBSAMPLERATE_LIBS="$LIBSAMPLERATE_LIBS"
    7379     else
    7380         if test -n "$PKG_CONFIG" && \
    7381     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"samplerate\"") >&5
    7382   ($PKG_CONFIG --exists --print-errors "samplerate") 2>&5
    7383   ac_status=$?
    7384   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7385   (exit $ac_status); }; then
    7386   pkg_cv_LIBSAMPLERATE_LIBS=`$PKG_CONFIG --libs "samplerate" 2>/dev/null`
    7387 else
    7388   pkg_failed=yes
    7389 fi
    7390     fi
    7391 else
    7392         pkg_failed=untried
    7393 fi
    7394 
    7395 
    7396 
    7397 if test $pkg_failed = yes; then
    7398 
    7399 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    7400         _pkg_short_errors_supported=yes
    7401 else
    7402         _pkg_short_errors_supported=no
    7403 fi
    7404         if test $_pkg_short_errors_supported = yes; then
    7405                 LIBSAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "samplerate"`
    7406         else
    7407                 LIBSAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "samplerate"`
    7408         fi
    7409         # Put the nasty error message in config.log where it belongs
    7410         echo "$LIBSAMPLERATE_PKG_ERRORS" >&5
    7411 
    7412         { echo "$as_me:$LINENO: result: no" >&5
    7413 echo "${ECHO_T}no" >&6; }
    7414                 HAVE_LIBSAMPLERATE=0
    7415 elif test $pkg_failed = untried; then
    7416         HAVE_LIBSAMPLERATE=0
    7417 else
    7418         LIBSAMPLERATE_CFLAGS=$pkg_cv_LIBSAMPLERATE_CFLAGS
    7419         LIBSAMPLERATE_LIBS=$pkg_cv_LIBSAMPLERATE_LIBS
    7420         { echo "$as_me:$LINENO: result: yes" >&5
    7421 echo "${ECHO_T}yes" >&6; }
    7422         HAVE_LIBSAMPLERATE=1
    7423 fi
     5502                        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not available, cannot check for ao" >&5
     5503$as_echo "$as_me: WARNING: pkg-config not available, cannot check for ao" >&2;}
     5504                        HAVE_LIBAO=0
     5505
     5506
     5507                        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not available, cannot check for alsa" >&5
     5508$as_echo "$as_me: WARNING: pkg-config not available, cannot check for alsa" >&2;}
     5509                        HAVE_ALSA=0
     5510
     5511
     5512                        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not available, cannot check for samplerate" >&5
     5513$as_echo "$as_me: WARNING: pkg-config not available, cannot check for samplerate" >&2;}
     5514                        HAVE_LIBSAMPLERATE=0
     5515
    74245516    if test x"$HAVE_LIBSAMPLERATE" = "x1"; then
    7425         cat >>confdefs.h <<\_ACEOF
    7426 #define HAVE_LIBSAMPLERATE 1
    7427 _ACEOF
     5517        $as_echo "#define HAVE_LIBSAMPLERATE 1" >>confdefs.h
    74285518
    74295519        if test x"$static_libsamplerate" = "xyes"; then
     
    74395529    CFLAGS="$CFLAGS $LIBSAMPLERATE_CFLAGS"
    74405530    LIBS="$LIBS $LIBSAMPLERATE_LIBS"
    7441     cat >>confdefs.h <<\_ACEOF
    7442 #define WITH_RDPSND 1
    7443 _ACEOF
     5531    $as_echo "#define WITH_RDPSND 1" >>confdefs.h
    74445532
    74455533fi
     
    74495537        if test x"$HAVE_OSS" = "x1"; then
    74505538            SOUNDOBJ="$SOUNDOBJ rdpsnd_oss.o"
    7451             cat >>confdefs.h <<\_ACEOF
    7452 #define RDPSND_OSS 1
    7453 _ACEOF
     5539            $as_echo "#define RDPSND_OSS 1" >>confdefs.h
    74545540
    74555541        fi
     
    74585544            SOUNDOBJ="$SOUNDOBJ rdpsnd_sgi.o"
    74595545            LIBS="$LIBS -laudio"
    7460             cat >>confdefs.h <<\_ACEOF
    7461 #define RDPSND_SGI 1
    7462 _ACEOF
     5546            $as_echo "#define RDPSND_SGI 1" >>confdefs.h
    74635547
    74645548        fi
     
    74665550        if test x"$HAVE_SUN" = "x1"; then
    74675551            SOUNDOBJ="$SOUNDOBJ rdpsnd_sun.o"
    7468             cat >>confdefs.h <<\_ACEOF
    7469 #define RDPSND_SUN 1
    7470 _ACEOF
     5552            $as_echo "#define RDPSND_SUN 1" >>confdefs.h
    74715553
    74725554        fi
     
    74765558            CFLAGS="$CFLAGS $ALSA_CFLAGS"
    74775559            LIBS="$LIBS $ALSA_LIBS"
    7478             cat >>confdefs.h <<\_ACEOF
    7479 #define RDPSND_ALSA 1
    7480 _ACEOF
     5560            $as_echo "#define RDPSND_ALSA 1" >>confdefs.h
    74815561
    74825562        fi
     
    74865566            CFLAGS="$CFLAGS $LIBAO_CFLAGS"
    74875567            LIBS="$LIBS $LIBAO_LIBS"
    7488             cat >>confdefs.h <<\_ACEOF
    7489 #define RDPSND_LIBAO 1
    7490 _ACEOF
     5568            $as_echo "#define RDPSND_LIBAO 1" >>confdefs.h
    74915569
    74925570        fi
     
    74975575        if test x"$HAVE_OSS" = "x1"; then
    74985576            SOUNDOBJ="$SOUNDOBJ rdpsnd_oss.o"
    7499             cat >>confdefs.h <<\_ACEOF
    7500 #define RDPSND_OSS 1
    7501 _ACEOF
     5577            $as_echo "#define RDPSND_OSS 1" >>confdefs.h
    75025578
    75035579        else
    7504             { { echo "$as_me:$LINENO: error: Selected sound system is not available." >&5
    7505 echo "$as_me: error: Selected sound system is not available." >&2;}
    7506    { (exit 1); exit 1; }; }
     5580            as_fn_error $? "Selected sound system is not available." "$LINENO" 5
    75075581        fi
    75085582        ;;
     
    75125586            SOUNDOBJ="$SOUNDOBJ rdpsnd_sgi.o"
    75135587            LIBS="$LIBS -laudio"
    7514             cat >>confdefs.h <<\_ACEOF
    7515 #define RDPSND_SGI 1
    7516 _ACEOF
     5588            $as_echo "#define RDPSND_SGI 1" >>confdefs.h
    75175589
    75185590        else
    7519             { { echo "$as_me:$LINENO: error: Selected sound system is not available." >&5
    7520 echo "$as_me: error: Selected sound system is not available." >&2;}
    7521    { (exit 1); exit 1; }; }
     5591            as_fn_error $? "Selected sound system is not available." "$LINENO" 5
    75225592        fi
    75235593        ;;
     
    75265596        if test x"$HAVE_SUN" = "x1"; then
    75275597            SOUNDOBJ="$SOUNDOBJ rdpsnd_sun.o"
    7528             cat >>confdefs.h <<\_ACEOF
    7529 #define RDPSND_SUN 1
    7530 _ACEOF
     5598            $as_echo "#define RDPSND_SUN 1" >>confdefs.h
    75315599
    75325600        else
    7533             { { echo "$as_me:$LINENO: error: Selected sound system is not available." >&5
    7534 echo "$as_me: error: Selected sound system is not available." >&2;}
    7535    { (exit 1); exit 1; }; }
     5601            as_fn_error $? "Selected sound system is not available." "$LINENO" 5
    75365602        fi
    75375603        ;;
     
    75425608            CFLAGS="$CFLAGS $ALSA_CFLAGS"
    75435609            LIBS="$LIBS $ALSA_LIBS"
    7544             cat >>confdefs.h <<\_ACEOF
    7545 #define RDPSND_ALSA 1
    7546 _ACEOF
     5610            $as_echo "#define RDPSND_ALSA 1" >>confdefs.h
    75475611
    75485612        else
    7549             { { echo "$as_me:$LINENO: error: Selected sound system is not available." >&5
    7550 echo "$as_me: error: Selected sound system is not available." >&2;}
    7551    { (exit 1); exit 1; }; }
     5613            as_fn_error $? "Selected sound system is not available." "$LINENO" 5
    75525614        fi
    75535615        ;;
     
    75585620            CFLAGS="$CFLAGS $LIBAO_CFLAGS"
    75595621            LIBS="$LIBS $LIBAO_LIBS"
    7560             cat >>confdefs.h <<\_ACEOF
    7561 #define RDPSND_LIBAO 1
    7562 _ACEOF
     5622            $as_echo "#define RDPSND_LIBAO 1" >>confdefs.h
    75635623
    75645624        else
    7565             { { echo "$as_me:$LINENO: error: Selected sound system is not available." >&5
    7566 echo "$as_me: error: Selected sound system is not available." >&2;}
    7567    { (exit 1); exit 1; }; }
     5625            as_fn_error $? "Selected sound system is not available." "$LINENO" 5
    75685626        fi
    75695627        ;;
     
    75735631
    75745632    *)
    7575         { echo "$as_me:$LINENO: WARNING: sound support disabled" >&5
    7576 echo "$as_me: WARNING: sound support disabled" >&2;}
    7577         { echo "$as_me:$LINENO: WARNING: Currently supported systems are Open Sound System (oss), SGI AL (sgi), Sun/BSD (sun), ALSA (alsa) and libao" >&5
    7578 echo "$as_me: WARNING: Currently supported systems are Open Sound System (oss), SGI AL (sgi), Sun/BSD (sun), ALSA (alsa) and libao" >&2;}
     5633        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: sound support disabled" >&5
     5634$as_echo "$as_me: WARNING: sound support disabled" >&2;}
     5635        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Currently supported systems are Open Sound System (oss), SGI AL (sgi), Sun/BSD (sun), ALSA (alsa) and libao" >&5
     5636$as_echo "$as_me: WARNING: Currently supported systems are Open Sound System (oss), SGI AL (sgi), Sun/BSD (sun), ALSA (alsa) and libao" >&2;}
    75795637        ;;
    75805638esac
     
    75905648
    75915649
    7592 
    7593 
    7594 
    7595 
    7596 
    7597 ac_header_dirent=no
     5650  ac_header_dirent=no
    75985651for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    7599   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    7600 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
    7601 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
    7602 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7603   echo $ECHO_N "(cached) $ECHO_C" >&6
    7604 else
    7605   cat >conftest.$ac_ext <<_ACEOF
    7606 /* confdefs.h.  */
    7607 _ACEOF
    7608 cat confdefs.h >>conftest.$ac_ext
    7609 cat >>conftest.$ac_ext <<_ACEOF
     5652  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
     5653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
     5654$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
     5655if eval "test \"\${$as_ac_Header+set}\"" = set; then :
     5656  $as_echo_n "(cached) " >&6
     5657else
     5658  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    76105659/* end confdefs.h.  */
    76115660#include <sys/types.h>
     
    76215670}
    76225671_ACEOF
    7623 rm -f conftest.$ac_objext
    7624 if { (ac_try="$ac_compile"
    7625 case "(($ac_try" in
    7626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7627   *) ac_try_echo=$ac_try;;
    7628 esac
    7629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7630   (eval "$ac_compile") 2>conftest.er1
    7631   ac_status=$?
    7632   grep -v '^ *+' conftest.er1 >conftest.err
    7633   rm -f conftest.er1
    7634   cat conftest.err >&5
    7635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7636   (exit $ac_status); } && {
    7637          test -z "$ac_c_werror_flag" ||
    7638          test ! -s conftest.err
    7639        } && test -s conftest.$ac_objext; then
     5672if ac_fn_c_try_compile "$LINENO"; then :
    76405673  eval "$as_ac_Header=yes"
    76415674else
    7642   echo "$as_me: failed program was:" >&5
    7643 sed 's/^/| /' conftest.$ac_ext >&5
    7644 
    7645         eval "$as_ac_Header=no"
    7646 fi
    7647 
     5675  eval "$as_ac_Header=no"
     5676fi
    76485677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    76495678fi
    7650 ac_res=`eval echo '${'$as_ac_Header'}'`
    7651                { echo "$as_me:$LINENO: result: $ac_res" >&5
    7652 echo "${ECHO_T}$ac_res" >&6; }
    7653 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5679eval ac_res=\$$as_ac_Header
     5680               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
     5681$as_echo "$ac_res" >&6; }
     5682if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    76545683  cat >>confdefs.h <<_ACEOF
    7655 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     5684#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
    76565685_ACEOF
    76575686
     
    76625691# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    76635692if test $ac_header_dirent = dirent.h; then
    7664   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
    7665 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
    7666 if test "${ac_cv_search_opendir+set}" = set; then
    7667   echo $ECHO_N "(cached) $ECHO_C" >&6
     5693  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
     5694$as_echo_n "checking for library containing opendir... " >&6; }
     5695if test "${ac_cv_search_opendir+set}" = set; then :
     5696  $as_echo_n "(cached) " >&6
    76685697else
    76695698  ac_func_search_save_LIBS=$LIBS
    7670 cat >conftest.$ac_ext <<_ACEOF
    7671 /* confdefs.h.  */
    7672 _ACEOF
    7673 cat confdefs.h >>conftest.$ac_ext
    7674 cat >>conftest.$ac_ext <<_ACEOF
     5699cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    76755700/* end confdefs.h.  */
    76765701
     
    76975722    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    76985723  fi
    7699   rm -f conftest.$ac_objext conftest$ac_exeext
    7700 if { (ac_try="$ac_link"
    7701 case "(($ac_try" in
    7702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7703   *) ac_try_echo=$ac_try;;
    7704 esac
    7705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7706   (eval "$ac_link") 2>conftest.er1
    7707   ac_status=$?
    7708   grep -v '^ *+' conftest.er1 >conftest.err
    7709   rm -f conftest.er1
    7710   cat conftest.err >&5
    7711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7712   (exit $ac_status); } && {
    7713          test -z "$ac_c_werror_flag" ||
    7714          test ! -s conftest.err
    7715        } && test -s conftest$ac_exeext &&
    7716        $as_test_x conftest$ac_exeext; then
     5724  if ac_fn_c_try_link "$LINENO"; then :
    77175725  ac_cv_search_opendir=$ac_res
    7718 else
    7719   echo "$as_me: failed program was:" >&5
    7720 sed 's/^/| /' conftest.$ac_ext >&5
    7721 
    7722 
    7723 fi
    7724 
    7725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    7726       conftest$ac_exeext
    7727   if test "${ac_cv_search_opendir+set}" = set; then
     5726fi
     5727rm -f core conftest.err conftest.$ac_objext \
     5728    conftest$ac_exeext
     5729  if test "${ac_cv_search_opendir+set}" = set; then :
    77285730  break
    77295731fi
    77305732done
    7731 if test "${ac_cv_search_opendir+set}" = set; then
    7732   :
     5733if test "${ac_cv_search_opendir+set}" = set; then :
     5734
    77335735else
    77345736  ac_cv_search_opendir=no
     
    77375739LIBS=$ac_func_search_save_LIBS
    77385740fi
    7739 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    7740 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
     5741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
     5742$as_echo "$ac_cv_search_opendir" >&6; }
    77415743ac_res=$ac_cv_search_opendir
    7742 if test "$ac_res" != no; then
     5744if test "$ac_res" != no; then :
    77435745  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    77445746
     
    77465748
    77475749else
    7748   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
    7749 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
    7750 if test "${ac_cv_search_opendir+set}" = set; then
    7751   echo $ECHO_N "(cached) $ECHO_C" >&6
     5750  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
     5751$as_echo_n "checking for library containing opendir... " >&6; }
     5752if test "${ac_cv_search_opendir+set}" = set; then :
     5753  $as_echo_n "(cached) " >&6
    77525754else
    77535755  ac_func_search_save_LIBS=$LIBS
    7754 cat >conftest.$ac_ext <<_ACEOF
    7755 /* confdefs.h.  */
    7756 _ACEOF
    7757 cat confdefs.h >>conftest.$ac_ext
    7758 cat >>conftest.$ac_ext <<_ACEOF
     5756cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    77595757/* end confdefs.h.  */
    77605758
     
    77815779    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    77825780  fi
    7783   rm -f conftest.$ac_objext conftest$ac_exeext
    7784 if { (ac_try="$ac_link"
    7785 case "(($ac_try" in
    7786   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7787   *) ac_try_echo=$ac_try;;
    7788 esac
    7789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7790   (eval "$ac_link") 2>conftest.er1
    7791   ac_status=$?
    7792   grep -v '^ *+' conftest.er1 >conftest.err
    7793   rm -f conftest.er1
    7794   cat conftest.err >&5
    7795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7796   (exit $ac_status); } && {
    7797          test -z "$ac_c_werror_flag" ||
    7798          test ! -s conftest.err
    7799        } && test -s conftest$ac_exeext &&
    7800        $as_test_x conftest$ac_exeext; then
     5781  if ac_fn_c_try_link "$LINENO"; then :
    78015782  ac_cv_search_opendir=$ac_res
    7802 else
    7803   echo "$as_me: failed program was:" >&5
    7804 sed 's/^/| /' conftest.$ac_ext >&5
    7805 
    7806 
    7807 fi
    7808 
    7809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    7810       conftest$ac_exeext
    7811   if test "${ac_cv_search_opendir+set}" = set; then
     5783fi
     5784rm -f core conftest.err conftest.$ac_objext \
     5785    conftest$ac_exeext
     5786  if test "${ac_cv_search_opendir+set}" = set; then :
    78125787  break
    78135788fi
    78145789done
    7815 if test "${ac_cv_search_opendir+set}" = set; then
    7816   :
     5790if test "${ac_cv_search_opendir+set}" = set; then :
     5791
    78175792else
    78185793  ac_cv_search_opendir=no
     
    78215796LIBS=$ac_func_search_save_LIBS
    78225797fi
    7823 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    7824 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
     5798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
     5799$as_echo "$ac_cv_search_opendir" >&6; }
    78255800ac_res=$ac_cv_search_opendir
    7826 if test "$ac_res" != no; then
     5801if test "$ac_res" != no; then :
    78275802  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    78285803
     
    78475822#endif /* HAVE_DIRENT_H */
    78485823'
    7849 
    7850 for ac_func in dirfd
    7851 do
    7852 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7853 { echo "$as_me:$LINENO: checking for $ac_func" >&5
    7854 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    7855 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    7856   echo $ECHO_N "(cached) $ECHO_C" >&6
    7857 else
    7858   cat >conftest.$ac_ext <<_ACEOF
    7859 /* confdefs.h.  */
    7860 _ACEOF
    7861 cat confdefs.h >>conftest.$ac_ext
    7862 cat >>conftest.$ac_ext <<_ACEOF
    7863 /* end confdefs.h.  */
    7864 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
    7865    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    7866 #define $ac_func innocuous_$ac_func
    7867 
    7868 /* System header to define __stub macros and hopefully few prototypes,
    7869     which can conflict with char $ac_func (); below.
    7870     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    7871     <limits.h> exists even on freestanding compilers.  */
    7872 
    7873 #ifdef __STDC__
    7874 # include <limits.h>
    7875 #else
    7876 # include <assert.h>
    7877 #endif
    7878 
    7879 #undef $ac_func
    7880 
    7881 /* Override any GCC internal prototype to avoid an error.
    7882    Use char because int might match the return type of a GCC
    7883    builtin and then its argument prototype would still apply.  */
    7884 #ifdef __cplusplus
    7885 extern "C"
    7886 #endif
    7887 char $ac_func ();
    7888 /* The GNU C library defines this for functions which it implements
    7889     to always fail with ENOSYS.  Some functions are actually named
    7890     something starting with __ and the normal name is an alias.  */
    7891 #if defined __stub_$ac_func || defined __stub___$ac_func
    7892 choke me
    7893 #endif
    7894 
    7895 int
    7896 main ()
    7897 {
    7898 return $ac_func ();
    7899   ;
    7900   return 0;
    7901 }
    7902 _ACEOF
    7903 rm -f conftest.$ac_objext conftest$ac_exeext
    7904 if { (ac_try="$ac_link"
    7905 case "(($ac_try" in
    7906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7907   *) ac_try_echo=$ac_try;;
    7908 esac
    7909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7910   (eval "$ac_link") 2>conftest.er1
    7911   ac_status=$?
    7912   grep -v '^ *+' conftest.er1 >conftest.err
    7913   rm -f conftest.er1
    7914   cat conftest.err >&5
    7915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7916   (exit $ac_status); } && {
    7917          test -z "$ac_c_werror_flag" ||
    7918          test ! -s conftest.err
    7919        } && test -s conftest$ac_exeext &&
    7920        $as_test_x conftest$ac_exeext; then
    7921   eval "$as_ac_var=yes"
    7922 else
    7923   echo "$as_me: failed program was:" >&5
    7924 sed 's/^/| /' conftest.$ac_ext >&5
    7925 
    7926         eval "$as_ac_var=no"
    7927 fi
    7928 
    7929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    7930       conftest$ac_exeext conftest.$ac_ext
    7931 fi
    7932 ac_res=`eval echo '${'$as_ac_var'}'`
    7933                { echo "$as_me:$LINENO: result: $ac_res" >&5
    7934 echo "${ECHO_T}$ac_res" >&6; }
    7935 if test `eval echo '${'$as_ac_var'}'` = yes; then
     5824  for ac_func in dirfd
     5825do :
     5826  ac_fn_c_check_func "$LINENO" "dirfd" "ac_cv_func_dirfd"
     5827if test "x$ac_cv_func_dirfd" = x""yes; then :
    79365828  cat >>confdefs.h <<_ACEOF
    7937 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     5829#define HAVE_DIRFD 1
    79385830_ACEOF
    79395831
     
    79415833done
    79425834
    7943   { echo "$as_me:$LINENO: checking whether dirfd is declared" >&5
    7944 echo $ECHO_N "checking whether dirfd is declared... $ECHO_C" >&6; }
    7945 if test "${ac_cv_have_decl_dirfd+set}" = set; then
    7946   echo $ECHO_N "(cached) $ECHO_C" >&6
    7947 else
    7948   cat >conftest.$ac_ext <<_ACEOF
    7949 /* confdefs.h.  */
    7950 _ACEOF
    7951 cat confdefs.h >>conftest.$ac_ext
    7952 cat >>conftest.$ac_ext <<_ACEOF
    7953 /* end confdefs.h.  */
    7954 $dirfd_headers
    7955 
    7956 int
    7957 main ()
    7958 {
    7959 #ifndef dirfd
    7960   (void) dirfd;
    7961 #endif
    7962 
    7963   ;
    7964   return 0;
    7965 }
    7966 _ACEOF
    7967 rm -f conftest.$ac_objext
    7968 if { (ac_try="$ac_compile"
    7969 case "(($ac_try" in
    7970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    7971   *) ac_try_echo=$ac_try;;
    7972 esac
    7973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    7974   (eval "$ac_compile") 2>conftest.er1
    7975   ac_status=$?
    7976   grep -v '^ *+' conftest.er1 >conftest.err
    7977   rm -f conftest.er1
    7978   cat conftest.err >&5
    7979   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7980   (exit $ac_status); } && {
    7981          test -z "$ac_c_werror_flag" ||
    7982          test ! -s conftest.err
    7983        } && test -s conftest.$ac_objext; then
    7984   ac_cv_have_decl_dirfd=yes
    7985 else
    7986   echo "$as_me: failed program was:" >&5
    7987 sed 's/^/| /' conftest.$ac_ext >&5
    7988 
    7989         ac_cv_have_decl_dirfd=no
    7990 fi
    7991 
    7992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7993 fi
    7994 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_dirfd" >&5
    7995 echo "${ECHO_T}$ac_cv_have_decl_dirfd" >&6; }
    7996 if test $ac_cv_have_decl_dirfd = yes; then
     5835  ac_fn_c_check_decl "$LINENO" "dirfd" "ac_cv_have_decl_dirfd" "$dirfd_headers
     5836"
     5837if test "x$ac_cv_have_decl_dirfd" = x""yes; then :
     5838  ac_have_decl=1
     5839else
     5840  ac_have_decl=0
     5841fi
    79975842
    79985843cat >>confdefs.h <<_ACEOF
    7999 #define HAVE_DECL_DIRFD 1
    8000 _ACEOF
    8001 
    8002 
    8003 else
    8004   cat >>confdefs.h <<_ACEOF
    8005 #define HAVE_DECL_DIRFD 0
    8006 _ACEOF
    8007 
    8008 
    8009 fi
    8010 
    8011 
    8012 
    8013   { echo "$as_me:$LINENO: checking whether dirfd is a macro" >&5
    8014 echo $ECHO_N "checking whether dirfd is a macro... $ECHO_C" >&6; }
    8015 if test "${jm_cv_func_dirfd_macro+set}" = set; then
    8016   echo $ECHO_N "(cached) $ECHO_C" >&6
    8017 else
    8018   cat >conftest.$ac_ext <<_ACEOF
    8019 /* confdefs.h.  */
    8020 _ACEOF
    8021 cat confdefs.h >>conftest.$ac_ext
    8022 cat >>conftest.$ac_ext <<_ACEOF
     5844#define HAVE_DECL_DIRFD $ac_have_decl
     5845_ACEOF
     5846
     5847
     5848  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dirfd is a macro" >&5
     5849$as_echo_n "checking whether dirfd is a macro... " >&6; }
     5850if test "${jm_cv_func_dirfd_macro+set}" = set; then :
     5851  $as_echo_n "(cached) " >&6
     5852else
     5853  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    80235854/* end confdefs.h.  */
    80245855$dirfd_headers
     
    80285859_ACEOF
    80295860if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    8030   $EGREP "dirent_header_defines_dirfd" >/dev/null 2>&1; then
     5861  $EGREP "dirent_header_defines_dirfd" >/dev/null 2>&1; then :
    80315862  jm_cv_func_dirfd_macro=yes
    80325863else
     
    80365867
    80375868fi
    8038 { echo "$as_me:$LINENO: result: $jm_cv_func_dirfd_macro" >&5
    8039 echo "${ECHO_T}$jm_cv_func_dirfd_macro" >&6; }
     5869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $jm_cv_func_dirfd_macro" >&5
     5870$as_echo "$jm_cv_func_dirfd_macro" >&6; }
    80405871
    80415872  # Use the replacement only if we have no function, macro,
     
    80435874  if test $ac_cv_func_dirfd,$ac_cv_have_decl_dirfd,$jm_cv_func_dirfd_macro \
    80445875      = no,no,no; then
    8045 
    8046 for ac_func in dirfd
    8047 do
    8048 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    8049 { echo "$as_me:$LINENO: checking for $ac_func" >&5
    8050 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    8051 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    8052   echo $ECHO_N "(cached) $ECHO_C" >&6
    8053 else
    8054   cat >conftest.$ac_ext <<_ACEOF
    8055 /* confdefs.h.  */
    8056 _ACEOF
    8057 cat confdefs.h >>conftest.$ac_ext
    8058 cat >>conftest.$ac_ext <<_ACEOF
    8059 /* end confdefs.h.  */
    8060 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
    8061    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    8062 #define $ac_func innocuous_$ac_func
    8063 
    8064 /* System header to define __stub macros and hopefully few prototypes,
    8065     which can conflict with char $ac_func (); below.
    8066     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    8067     <limits.h> exists even on freestanding compilers.  */
    8068 
    8069 #ifdef __STDC__
    8070 # include <limits.h>
    8071 #else
    8072 # include <assert.h>
    8073 #endif
    8074 
    8075 #undef $ac_func
    8076 
    8077 /* Override any GCC internal prototype to avoid an error.
    8078    Use char because int might match the return type of a GCC
    8079    builtin and then its argument prototype would still apply.  */
    8080 #ifdef __cplusplus
    8081 extern "C"
    8082 #endif
    8083 char $ac_func ();
    8084 /* The GNU C library defines this for functions which it implements
    8085     to always fail with ENOSYS.  Some functions are actually named
    8086     something starting with __ and the normal name is an alias.  */
    8087 #if defined __stub_$ac_func || defined __stub___$ac_func
    8088 choke me
    8089 #endif
    8090 
    8091 int
    8092 main ()
    8093 {
    8094 return $ac_func ();
    8095   ;
    8096   return 0;
    8097 }
    8098 _ACEOF
    8099 rm -f conftest.$ac_objext conftest$ac_exeext
    8100 if { (ac_try="$ac_link"
    8101 case "(($ac_try" in
    8102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8103   *) ac_try_echo=$ac_try;;
    8104 esac
    8105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8106   (eval "$ac_link") 2>conftest.er1
    8107   ac_status=$?
    8108   grep -v '^ *+' conftest.er1 >conftest.err
    8109   rm -f conftest.er1
    8110   cat conftest.err >&5
    8111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8112   (exit $ac_status); } && {
    8113          test -z "$ac_c_werror_flag" ||
    8114          test ! -s conftest.err
    8115        } && test -s conftest$ac_exeext &&
    8116        $as_test_x conftest$ac_exeext; then
    8117   eval "$as_ac_var=yes"
    8118 else
    8119   echo "$as_me: failed program was:" >&5
    8120 sed 's/^/| /' conftest.$ac_ext >&5
    8121 
    8122         eval "$as_ac_var=no"
    8123 fi
    8124 
    8125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    8126       conftest$ac_exeext conftest.$ac_ext
    8127 fi
    8128 ac_res=`eval echo '${'$as_ac_var'}'`
    8129                { echo "$as_me:$LINENO: result: $ac_res" >&5
    8130 echo "${ECHO_T}$ac_res" >&6; }
    8131 if test `eval echo '${'$as_ac_var'}'` = yes; then
    8132   cat >>confdefs.h <<_ACEOF
    8133 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    8134 _ACEOF
     5876    ac_fn_c_check_func "$LINENO" "dirfd" "ac_cv_func_dirfd"
     5877if test "x$ac_cv_func_dirfd" = x""yes; then :
     5878  $as_echo "#define HAVE_DIRFD 1" >>confdefs.h
    81355879
    81365880else
    81375881  case " $LIBOBJS " in
    8138   *" $ac_func.$ac_objext "* ) ;;
    8139   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
     5882  *" dirfd.$ac_objext "* ) ;;
     5883  *) LIBOBJS="$LIBOBJS dirfd.$ac_objext"
    81405884 ;;
    81415885esac
    81425886
    81435887fi
    8144 done
    8145 
    8146 
    8147     { echo "$as_me:$LINENO: checking how to get the file descriptor associated with an open DIR*" >&5
    8148 echo $ECHO_N "checking how to get the file descriptor associated with an open DIR*... $ECHO_C" >&6; }
    8149 if test "${gl_cv_sys_dir_fd_member_name+set}" = set; then
    8150   echo $ECHO_N "(cached) $ECHO_C" >&6
     5888
     5889
     5890    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get the file descriptor associated with an open DIR*" >&5
     5891$as_echo_n "checking how to get the file descriptor associated with an open DIR*... " >&6; }
     5892if test "${gl_cv_sys_dir_fd_member_name+set}" = set; then :
     5893  $as_echo_n "(cached) " >&6
    81515894else
    81525895
     
    81555898
    81565899          CFLAGS="$CFLAGS -DDIR_FD_MEMBER_NAME=$ac_expr"
    8157           cat >conftest.$ac_ext <<_ACEOF
    8158 /* confdefs.h.  */
    8159 _ACEOF
    8160 cat confdefs.h >>conftest.$ac_ext
    8161 cat >>conftest.$ac_ext <<_ACEOF
     5900          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    81625901/* end confdefs.h.  */
    81635902$dirfd_headers
     
    81715910}
    81725911_ACEOF
    8173 rm -f conftest.$ac_objext
    8174 if { (ac_try="$ac_compile"
    8175 case "(($ac_try" in
    8176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8177   *) ac_try_echo=$ac_try;;
    8178 esac
    8179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8180   (eval "$ac_compile") 2>conftest.er1
    8181   ac_status=$?
    8182   grep -v '^ *+' conftest.er1 >conftest.err
    8183   rm -f conftest.er1
    8184   cat conftest.err >&5
    8185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8186   (exit $ac_status); } && {
    8187          test -z "$ac_c_werror_flag" ||
    8188          test ! -s conftest.err
    8189        } && test -s conftest.$ac_objext; then
     5912if ac_fn_c_try_compile "$LINENO"; then :
    81905913  dir_fd_found=yes
    81915914
    8192 else
    8193   echo "$as_me: failed program was:" >&5
    8194 sed 's/^/| /' conftest.$ac_ext >&5
    8195 
    8196 
    8197 fi
    8198 
     5915fi
    81995916rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    82005917          CFLAGS=$dirfd_save_CFLAGS
     
    82075924
    82085925fi
    8209 { echo "$as_me:$LINENO: result: $gl_cv_sys_dir_fd_member_name" >&5
    8210 echo "${ECHO_T}$gl_cv_sys_dir_fd_member_name" >&6; }
     5926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_dir_fd_member_name" >&5
     5927$as_echo "$gl_cv_sys_dir_fd_member_name" >&6; }
    82115928    if test $gl_cv_sys_dir_fd_member_name != no_such_member; then
    82125929
     
    82165933
    82175934    fi
    8218 
    82195935
    82205936  fi
     
    82325948
    82335949# Check whether --with-libiconv-prefix was given.
    8234 if test "${with_libiconv_prefix+set}" = set; then
     5950if test "${with_libiconv_prefix+set}" = set; then :
    82355951  withval=$with_libiconv_prefix;
    82365952    for dir in `echo "$withval" | tr : ' '`; do
     
    82415957fi
    82425958
    8243   if test "${ac_cv_header_iconv_h+set}" = set; then
    8244   { echo "$as_me:$LINENO: checking for iconv.h" >&5
    8245 echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6; }
    8246 if test "${ac_cv_header_iconv_h+set}" = set; then
    8247   echo $ECHO_N "(cached) $ECHO_C" >&6
    8248 fi
    8249 { echo "$as_me:$LINENO: result: $ac_cv_header_iconv_h" >&5
    8250 echo "${ECHO_T}$ac_cv_header_iconv_h" >&6; }
    8251 else
    8252   # Is the header compilable?
    8253 { echo "$as_me:$LINENO: checking iconv.h usability" >&5
    8254 echo $ECHO_N "checking iconv.h usability... $ECHO_C" >&6; }
    8255 cat >conftest.$ac_ext <<_ACEOF
    8256 /* confdefs.h.  */
    8257 _ACEOF
    8258 cat confdefs.h >>conftest.$ac_ext
    8259 cat >>conftest.$ac_ext <<_ACEOF
    8260 /* end confdefs.h.  */
    8261 $ac_includes_default
    8262 #include <iconv.h>
    8263 _ACEOF
    8264 rm -f conftest.$ac_objext
    8265 if { (ac_try="$ac_compile"
    8266 case "(($ac_try" in
    8267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8268   *) ac_try_echo=$ac_try;;
    8269 esac
    8270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8271   (eval "$ac_compile") 2>conftest.er1
    8272   ac_status=$?
    8273   grep -v '^ *+' conftest.er1 >conftest.err
    8274   rm -f conftest.er1
    8275   cat conftest.err >&5
    8276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8277   (exit $ac_status); } && {
    8278          test -z "$ac_c_werror_flag" ||
    8279          test ! -s conftest.err
    8280        } && test -s conftest.$ac_objext; then
    8281   ac_header_compiler=yes
    8282 else
    8283   echo "$as_me: failed program was:" >&5
    8284 sed 's/^/| /' conftest.$ac_ext >&5
    8285 
    8286         ac_header_compiler=no
    8287 fi
    8288 
    8289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8290 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8291 echo "${ECHO_T}$ac_header_compiler" >&6; }
    8292 
    8293 # Is the header present?
    8294 { echo "$as_me:$LINENO: checking iconv.h presence" >&5
    8295 echo $ECHO_N "checking iconv.h presence... $ECHO_C" >&6; }
    8296 cat >conftest.$ac_ext <<_ACEOF
    8297 /* confdefs.h.  */
    8298 _ACEOF
    8299 cat confdefs.h >>conftest.$ac_ext
    8300 cat >>conftest.$ac_ext <<_ACEOF
    8301 /* end confdefs.h.  */
    8302 #include <iconv.h>
    8303 _ACEOF
    8304 if { (ac_try="$ac_cpp conftest.$ac_ext"
    8305 case "(($ac_try" in
    8306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8307   *) ac_try_echo=$ac_try;;
    8308 esac
    8309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8310   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    8311   ac_status=$?
    8312   grep -v '^ *+' conftest.er1 >conftest.err
    8313   rm -f conftest.er1
    8314   cat conftest.err >&5
    8315   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8316   (exit $ac_status); } >/dev/null && {
    8317          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    8318          test ! -s conftest.err
    8319        }; then
    8320   ac_header_preproc=yes
    8321 else
    8322   echo "$as_me: failed program was:" >&5
    8323 sed 's/^/| /' conftest.$ac_ext >&5
    8324 
    8325   ac_header_preproc=no
    8326 fi
    8327 
    8328 rm -f conftest.err conftest.$ac_ext
    8329 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8330 echo "${ECHO_T}$ac_header_preproc" >&6; }
    8331 
    8332 # So?  What about this header?
    8333 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    8334   yes:no: )
    8335     { echo "$as_me:$LINENO: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor!" >&5
    8336 echo "$as_me: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8337     { echo "$as_me:$LINENO: WARNING: iconv.h: proceeding with the compiler's result" >&5
    8338 echo "$as_me: WARNING: iconv.h: proceeding with the compiler's result" >&2;}
    8339     ac_header_preproc=yes
    8340     ;;
    8341   no:yes:* )
    8342     { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
    8343 echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
    8344     { echo "$as_me:$LINENO: WARNING: iconv.h:     check for missing prerequisite headers?" >&5
    8345 echo "$as_me: WARNING: iconv.h:     check for missing prerequisite headers?" >&2;}
    8346     { echo "$as_me:$LINENO: WARNING: iconv.h: see the Autoconf documentation" >&5
    8347 echo "$as_me: WARNING: iconv.h: see the Autoconf documentation" >&2;}
    8348     { echo "$as_me:$LINENO: WARNING: iconv.h:     section \"Present But Cannot Be Compiled\"" >&5
    8349 echo "$as_me: WARNING: iconv.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    8350     { echo "$as_me:$LINENO: WARNING: iconv.h: proceeding with the preprocessor's result" >&5
    8351 echo "$as_me: WARNING: iconv.h: proceeding with the preprocessor's result" >&2;}
    8352     { echo "$as_me:$LINENO: WARNING: iconv.h: in the future, the compiler will take precedence" >&5
    8353 echo "$as_me: WARNING: iconv.h: in the future, the compiler will take precedence" >&2;}
    8354 
    8355     ;;
    8356 esac
    8357 { echo "$as_me:$LINENO: checking for iconv.h" >&5
    8358 echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6; }
    8359 if test "${ac_cv_header_iconv_h+set}" = set; then
    8360   echo $ECHO_N "(cached) $ECHO_C" >&6
    8361 else
    8362   ac_cv_header_iconv_h=$ac_header_preproc
    8363 fi
    8364 { echo "$as_me:$LINENO: result: $ac_cv_header_iconv_h" >&5
    8365 echo "${ECHO_T}$ac_cv_header_iconv_h" >&6; }
    8366 
    8367 fi
    8368 if test $ac_cv_header_iconv_h = yes; then
    8369   cat >>confdefs.h <<\_ACEOF
    8370 #define HAVE_ICONV_H 1
    8371 _ACEOF
    8372 
    8373 fi
    8374 
    8375 
    8376 
    8377   { echo "$as_me:$LINENO: checking for iconv" >&5
    8378 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
    8379 if test "${am_cv_func_iconv+set}" = set; then
    8380   echo $ECHO_N "(cached) $ECHO_C" >&6
     5959  ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
     5960if test "x$ac_cv_header_iconv_h" = x""yes; then :
     5961  $as_echo "#define HAVE_ICONV_H 1" >>confdefs.h
     5962
     5963fi
     5964
     5965
     5966
     5967  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
     5968$as_echo_n "checking for iconv... " >&6; }
     5969if test "${am_cv_func_iconv+set}" = set; then :
     5970  $as_echo_n "(cached) " >&6
    83815971else
    83825972
    83835973    am_cv_func_iconv="no, consider installing GNU libiconv"
    83845974    am_cv_lib_iconv=no
    8385     cat >conftest.$ac_ext <<_ACEOF
    8386 /* confdefs.h.  */
    8387 _ACEOF
    8388 cat confdefs.h >>conftest.$ac_ext
    8389 cat >>conftest.$ac_ext <<_ACEOF
     5975    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    83905976/* end confdefs.h.  */
    83915977#include <stdlib.h>
     
    84015987}
    84025988_ACEOF
    8403 rm -f conftest.$ac_objext conftest$ac_exeext
    8404 if { (ac_try="$ac_link"
    8405 case "(($ac_try" in
    8406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8407   *) ac_try_echo=$ac_try;;
    8408 esac
    8409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8410   (eval "$ac_link") 2>conftest.er1
    8411   ac_status=$?
    8412   grep -v '^ *+' conftest.er1 >conftest.err
    8413   rm -f conftest.er1
    8414   cat conftest.err >&5
    8415   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8416   (exit $ac_status); } && {
    8417          test -z "$ac_c_werror_flag" ||
    8418          test ! -s conftest.err
    8419        } && test -s conftest$ac_exeext &&
    8420        $as_test_x conftest$ac_exeext; then
     5989if ac_fn_c_try_link "$LINENO"; then :
    84215990  am_cv_func_iconv=yes
    8422 else
    8423   echo "$as_me: failed program was:" >&5
    8424 sed 's/^/| /' conftest.$ac_ext >&5
    8425 
    8426 
    8427 fi
    8428 
    8429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    8430       conftest$ac_exeext conftest.$ac_ext
     5991fi
     5992rm -f core conftest.err conftest.$ac_objext \
     5993    conftest$ac_exeext conftest.$ac_ext
    84315994    if test "$am_cv_func_iconv" != yes; then
    84325995      am_save_LIBS="$LIBS"
    84335996      LIBS="$LIBS -liconv"
    8434       cat >conftest.$ac_ext <<_ACEOF
    8435 /* confdefs.h.  */
    8436 _ACEOF
    8437 cat confdefs.h >>conftest.$ac_ext
    8438 cat >>conftest.$ac_ext <<_ACEOF
     5997      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    84395998/* end confdefs.h.  */
    84405999#include <stdlib.h>
     
    84506009}
    84516010_ACEOF
    8452 rm -f conftest.$ac_objext conftest$ac_exeext
    8453 if { (ac_try="$ac_link"
    8454 case "(($ac_try" in
    8455   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8456   *) ac_try_echo=$ac_try;;
    8457 esac
    8458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8459   (eval "$ac_link") 2>conftest.er1
    8460   ac_status=$?
    8461   grep -v '^ *+' conftest.er1 >conftest.err
    8462   rm -f conftest.er1
    8463   cat conftest.err >&5
    8464   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8465   (exit $ac_status); } && {
    8466          test -z "$ac_c_werror_flag" ||
    8467          test ! -s conftest.err
    8468        } && test -s conftest$ac_exeext &&
    8469        $as_test_x conftest$ac_exeext; then
     6011if ac_fn_c_try_link "$LINENO"; then :
    84706012  am_cv_lib_iconv=yes
    84716013        am_cv_func_iconv=yes
    8472 else
    8473   echo "$as_me: failed program was:" >&5
    8474 sed 's/^/| /' conftest.$ac_ext >&5
    8475 
    8476 
    8477 fi
    8478 
    8479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    8480       conftest$ac_exeext conftest.$ac_ext
     6014fi
     6015rm -f core conftest.err conftest.$ac_objext \
     6016    conftest$ac_exeext conftest.$ac_ext
    84816017      LIBS="$am_save_LIBS"
    84826018    fi
    84836019
    84846020fi
    8485 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
    8486 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
     6021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
     6022$as_echo "$am_cv_func_iconv" >&6; }
    84876023  if test "$am_cv_func_iconv" = yes; then
    84886024
    8489 cat >>confdefs.h <<\_ACEOF
    8490 #define HAVE_ICONV 1
    8491 _ACEOF
    8492 
    8493     { echo "$as_me:$LINENO: checking for iconv declaration" >&5
    8494 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; }
    8495     if test "${am_cv_proto_iconv+set}" = set; then
    8496   echo $ECHO_N "(cached) $ECHO_C" >&6
    8497 else
    8498 
    8499       cat >conftest.$ac_ext <<_ACEOF
    8500 /* confdefs.h.  */
    8501 _ACEOF
    8502 cat confdefs.h >>conftest.$ac_ext
    8503 cat >>conftest.$ac_ext <<_ACEOF
     6025$as_echo "#define HAVE_ICONV 1" >>confdefs.h
     6026
     6027    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
     6028$as_echo_n "checking for iconv declaration... " >&6; }
     6029    if test "${am_cv_proto_iconv+set}" = set; then :
     6030  $as_echo_n "(cached) " >&6
     6031else
     6032
     6033      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    85046034/* end confdefs.h.  */
    85056035
     
    85246054}
    85256055_ACEOF
    8526 rm -f conftest.$ac_objext
    8527 if { (ac_try="$ac_compile"
    8528 case "(($ac_try" in
    8529   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8530   *) ac_try_echo=$ac_try;;
    8531 esac
    8532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8533   (eval "$ac_compile") 2>conftest.er1
    8534   ac_status=$?
    8535   grep -v '^ *+' conftest.er1 >conftest.err
    8536   rm -f conftest.er1
    8537   cat conftest.err >&5
    8538   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8539   (exit $ac_status); } && {
    8540          test -z "$ac_c_werror_flag" ||
    8541          test ! -s conftest.err
    8542        } && test -s conftest.$ac_objext; then
     6056if ac_fn_c_try_compile "$LINENO"; then :
    85436057  am_cv_proto_iconv_arg1=""
    85446058else
    8545   echo "$as_me: failed program was:" >&5
    8546 sed 's/^/| /' conftest.$ac_ext >&5
    8547 
    8548         am_cv_proto_iconv_arg1="const"
    8549 fi
    8550 
     6059  am_cv_proto_iconv_arg1="const"
     6060fi
    85516061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    85526062      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
     
    85546064
    85556065    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
    8556     { echo "$as_me:$LINENO: result: ${ac_t:-
     6066    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
    85576067         }$am_cv_proto_iconv" >&5
    8558 echo "${ECHO_T}${ac_t:-
     6068$as_echo "${ac_t:-
    85596069         }$am_cv_proto_iconv" >&6; }
    85606070
     
    85796089
    85806090
    8581    { echo "$as_me:$LINENO: checking for socklen_t" >&5
    8582 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
    8583 if test "${ac_cv_type_socklen_t+set}" = set; then
    8584   echo $ECHO_N "(cached) $ECHO_C" >&6
    8585 else
    8586   cat >conftest.$ac_ext <<_ACEOF
    8587 /* confdefs.h.  */
    8588 _ACEOF
    8589 cat confdefs.h >>conftest.$ac_ext
    8590 cat >>conftest.$ac_ext <<_ACEOF
    8591 /* end confdefs.h.  */
    8592 #include <sys/types.h>
     6091   ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
    85936092#include <sys/socket.h>
    8594 
    8595 typedef socklen_t ac__type_new_;
    8596 int
    8597 main ()
    8598 {
    8599 if ((ac__type_new_ *) 0)
    8600   return 0;
    8601 if (sizeof (ac__type_new_))
    8602   return 0;
    8603   ;
    8604   return 0;
    8605 }
    8606 _ACEOF
    8607 rm -f conftest.$ac_objext
    8608 if { (ac_try="$ac_compile"
    8609 case "(($ac_try" in
    8610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8611   *) ac_try_echo=$ac_try;;
    8612 esac
    8613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8614   (eval "$ac_compile") 2>conftest.er1
    8615   ac_status=$?
    8616   grep -v '^ *+' conftest.er1 >conftest.err
    8617   rm -f conftest.er1
    8618   cat conftest.err >&5
    8619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8620   (exit $ac_status); } && {
    8621          test -z "$ac_c_werror_flag" ||
    8622          test ! -s conftest.err
    8623        } && test -s conftest.$ac_objext; then
    8624   ac_cv_type_socklen_t=yes
    8625 else
    8626   echo "$as_me: failed program was:" >&5
    8627 sed 's/^/| /' conftest.$ac_ext >&5
    8628 
    8629         ac_cv_type_socklen_t=no
    8630 fi
    8631 
    8632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8633 fi
    8634 { echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
    8635 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; }
    8636 if test $ac_cv_type_socklen_t = yes; then
    8637   :
    8638 else
    8639 
    8640       { echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5
    8641 echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6; }
    8642       if test "${socklen_t_equiv+set}" = set; then
    8643   echo $ECHO_N "(cached) $ECHO_C" >&6
     6093"
     6094if test "x$ac_cv_type_socklen_t" = x""yes; then :
     6095
     6096else
     6097
     6098      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
     6099$as_echo_n "checking for socklen_t equivalent... " >&6; }
     6100      if test "${socklen_t_equiv+set}" = set; then :
     6101  $as_echo_n "(cached) " >&6
    86446102else
    86456103
     
    86496107         for arg2 in "struct sockaddr" void; do
    86506108            for t in int size_t unsigned long "unsigned long"; do
    8651                cat >conftest.$ac_ext <<_ACEOF
    8652 /* confdefs.h.  */
    8653 _ACEOF
    8654 cat confdefs.h >>conftest.$ac_ext
    8655 cat >>conftest.$ac_ext <<_ACEOF
     6109               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    86566110/* end confdefs.h.  */
    86576111
     
    86726126}
    86736127_ACEOF
    8674 rm -f conftest.$ac_objext
    8675 if { (ac_try="$ac_compile"
    8676 case "(($ac_try" in
    8677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8678   *) ac_try_echo=$ac_try;;
    8679 esac
    8680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8681   (eval "$ac_compile") 2>conftest.er1
    8682   ac_status=$?
    8683   grep -v '^ *+' conftest.er1 >conftest.err
    8684   rm -f conftest.er1
    8685   cat conftest.err >&5
    8686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8687   (exit $ac_status); } && {
    8688          test -z "$ac_c_werror_flag" ||
    8689          test ! -s conftest.err
    8690        } && test -s conftest.$ac_objext; then
     6128if ac_fn_c_try_compile "$LINENO"; then :
    86916129
    86926130                  socklen_t_equiv="$t"
    86936131                  break
    86946132
    8695 else
    8696   echo "$as_me: failed program was:" >&5
    8697 sed 's/^/| /' conftest.$ac_ext >&5
    8698 
    8699 
    8700 fi
    8701 
     6133fi
    87026134rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    87036135            done
     
    87056137
    87066138         if test "x$socklen_t_equiv" = x; then
    8707             { { echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5
    8708 echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;}
    8709    { (exit 1); exit 1; }; }
     6139            as_fn_error $? "Cannot find a type to use in place of socklen_t" "$LINENO" 5
    87106140         fi
    87116141
    87126142fi
    87136143
    8714       { echo "$as_me:$LINENO: result: $socklen_t_equiv" >&5
    8715 echo "${ECHO_T}$socklen_t_equiv" >&6; }
     6144      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $socklen_t_equiv" >&5
     6145$as_echo "$socklen_t_equiv" >&6; }
    87166146
    87176147cat >>confdefs.h <<_ACEOF
     
    87266156# statfs stuff
    87276157#
    8728 
    87296158for ac_header in sys/vfs.h
    8730 do
    8731 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    8732 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8733   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    8734 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    8735 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8736   echo $ECHO_N "(cached) $ECHO_C" >&6
    8737 fi
    8738 ac_res=`eval echo '${'$as_ac_Header'}'`
    8739                { echo "$as_me:$LINENO: result: $ac_res" >&5
    8740 echo "${ECHO_T}$ac_res" >&6; }
    8741 else
    8742   # Is the header compilable?
    8743 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8744 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    8745 cat >conftest.$ac_ext <<_ACEOF
    8746 /* confdefs.h.  */
    8747 _ACEOF
    8748 cat confdefs.h >>conftest.$ac_ext
    8749 cat >>conftest.$ac_ext <<_ACEOF
    8750 /* end confdefs.h.  */
    8751 $ac_includes_default
    8752 #include <$ac_header>
    8753 _ACEOF
    8754 rm -f conftest.$ac_objext
    8755 if { (ac_try="$ac_compile"
    8756 case "(($ac_try" in
    8757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8758   *) ac_try_echo=$ac_try;;
    8759 esac
    8760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8761   (eval "$ac_compile") 2>conftest.er1
    8762   ac_status=$?
    8763   grep -v '^ *+' conftest.er1 >conftest.err
    8764   rm -f conftest.er1
    8765   cat conftest.err >&5
    8766   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8767   (exit $ac_status); } && {
    8768          test -z "$ac_c_werror_flag" ||
    8769          test ! -s conftest.err
    8770        } && test -s conftest.$ac_objext; then
    8771   ac_header_compiler=yes
    8772 else
    8773   echo "$as_me: failed program was:" >&5
    8774 sed 's/^/| /' conftest.$ac_ext >&5
    8775 
    8776         ac_header_compiler=no
    8777 fi
    8778 
    8779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8780 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8781 echo "${ECHO_T}$ac_header_compiler" >&6; }
    8782 
    8783 # Is the header present?
    8784 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8785 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    8786 cat >conftest.$ac_ext <<_ACEOF
    8787 /* confdefs.h.  */
    8788 _ACEOF
    8789 cat confdefs.h >>conftest.$ac_ext
    8790 cat >>conftest.$ac_ext <<_ACEOF
    8791 /* end confdefs.h.  */
    8792 #include <$ac_header>
    8793 _ACEOF
    8794 if { (ac_try="$ac_cpp conftest.$ac_ext"
    8795 case "(($ac_try" in
    8796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8797   *) ac_try_echo=$ac_try;;
    8798 esac
    8799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8800   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    8801   ac_status=$?
    8802   grep -v '^ *+' conftest.er1 >conftest.err
    8803   rm -f conftest.er1
    8804   cat conftest.err >&5
    8805   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8806   (exit $ac_status); } >/dev/null && {
    8807          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    8808          test ! -s conftest.err
    8809        }; then
    8810   ac_header_preproc=yes
    8811 else
    8812   echo "$as_me: failed program was:" >&5
    8813 sed 's/^/| /' conftest.$ac_ext >&5
    8814 
    8815   ac_header_preproc=no
    8816 fi
    8817 
    8818 rm -f conftest.err conftest.$ac_ext
    8819 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8820 echo "${ECHO_T}$ac_header_preproc" >&6; }
    8821 
    8822 # So?  What about this header?
    8823 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    8824   yes:no: )
    8825     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8826 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8827     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8828 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    8829     ac_header_preproc=yes
    8830     ;;
    8831   no:yes:* )
    8832     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8833 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8834     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8835 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8836     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8837 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8838     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8839 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8840     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8841 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8842     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8843 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    8844 
    8845     ;;
    8846 esac
    8847 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    8848 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    8849 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8850   echo $ECHO_N "(cached) $ECHO_C" >&6
    8851 else
    8852   eval "$as_ac_Header=\$ac_header_preproc"
    8853 fi
    8854 ac_res=`eval echo '${'$as_ac_Header'}'`
    8855                { echo "$as_me:$LINENO: result: $ac_res" >&5
    8856 echo "${ECHO_T}$ac_res" >&6; }
    8857 
    8858 fi
    8859 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6159do :
     6160  ac_fn_c_check_header_mongrel "$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h" "$ac_includes_default"
     6161if test "x$ac_cv_header_sys_vfs_h" = x""yes; then :
    88606162  cat >>confdefs.h <<_ACEOF
    8861 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6163#define HAVE_SYS_VFS_H 1
    88626164_ACEOF
    88636165
     
    88666168done
    88676169
    8868 
    88696170for ac_header in sys/statvfs.h
    8870 do
    8871 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    8872 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8873   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    8874 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    8875 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8876   echo $ECHO_N "(cached) $ECHO_C" >&6
    8877 fi
    8878 ac_res=`eval echo '${'$as_ac_Header'}'`
    8879                { echo "$as_me:$LINENO: result: $ac_res" >&5
    8880 echo "${ECHO_T}$ac_res" >&6; }
    8881 else
    8882   # Is the header compilable?
    8883 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8884 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    8885 cat >conftest.$ac_ext <<_ACEOF
    8886 /* confdefs.h.  */
    8887 _ACEOF
    8888 cat confdefs.h >>conftest.$ac_ext
    8889 cat >>conftest.$ac_ext <<_ACEOF
    8890 /* end confdefs.h.  */
    8891 $ac_includes_default
    8892 #include <$ac_header>
    8893 _ACEOF
    8894 rm -f conftest.$ac_objext
    8895 if { (ac_try="$ac_compile"
    8896 case "(($ac_try" in
    8897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8898   *) ac_try_echo=$ac_try;;
    8899 esac
    8900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8901   (eval "$ac_compile") 2>conftest.er1
    8902   ac_status=$?
    8903   grep -v '^ *+' conftest.er1 >conftest.err
    8904   rm -f conftest.er1
    8905   cat conftest.err >&5
    8906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8907   (exit $ac_status); } && {
    8908          test -z "$ac_c_werror_flag" ||
    8909          test ! -s conftest.err
    8910        } && test -s conftest.$ac_objext; then
    8911   ac_header_compiler=yes
    8912 else
    8913   echo "$as_me: failed program was:" >&5
    8914 sed 's/^/| /' conftest.$ac_ext >&5
    8915 
    8916         ac_header_compiler=no
    8917 fi
    8918 
    8919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8920 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8921 echo "${ECHO_T}$ac_header_compiler" >&6; }
    8922 
    8923 # Is the header present?
    8924 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8925 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    8926 cat >conftest.$ac_ext <<_ACEOF
    8927 /* confdefs.h.  */
    8928 _ACEOF
    8929 cat confdefs.h >>conftest.$ac_ext
    8930 cat >>conftest.$ac_ext <<_ACEOF
    8931 /* end confdefs.h.  */
    8932 #include <$ac_header>
    8933 _ACEOF
    8934 if { (ac_try="$ac_cpp conftest.$ac_ext"
    8935 case "(($ac_try" in
    8936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8937   *) ac_try_echo=$ac_try;;
    8938 esac
    8939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    8940   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    8941   ac_status=$?
    8942   grep -v '^ *+' conftest.er1 >conftest.err
    8943   rm -f conftest.er1
    8944   cat conftest.err >&5
    8945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8946   (exit $ac_status); } >/dev/null && {
    8947          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    8948          test ! -s conftest.err
    8949        }; then
    8950   ac_header_preproc=yes
    8951 else
    8952   echo "$as_me: failed program was:" >&5
    8953 sed 's/^/| /' conftest.$ac_ext >&5
    8954 
    8955   ac_header_preproc=no
    8956 fi
    8957 
    8958 rm -f conftest.err conftest.$ac_ext
    8959 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8960 echo "${ECHO_T}$ac_header_preproc" >&6; }
    8961 
    8962 # So?  What about this header?
    8963 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    8964   yes:no: )
    8965     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8966 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8967     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8968 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    8969     ac_header_preproc=yes
    8970     ;;
    8971   no:yes:* )
    8972     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8973 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8974     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8975 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8976     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8977 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8978     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8979 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8980     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8981 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8982     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8983 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    8984 
    8985     ;;
    8986 esac
    8987 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    8988 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    8989 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8990   echo $ECHO_N "(cached) $ECHO_C" >&6
    8991 else
    8992   eval "$as_ac_Header=\$ac_header_preproc"
    8993 fi
    8994 ac_res=`eval echo '${'$as_ac_Header'}'`
    8995                { echo "$as_me:$LINENO: result: $ac_res" >&5
    8996 echo "${ECHO_T}$ac_res" >&6; }
    8997 
    8998 fi
    8999 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6171do :
     6172  ac_fn_c_check_header_mongrel "$LINENO" "sys/statvfs.h" "ac_cv_header_sys_statvfs_h" "$ac_includes_default"
     6173if test "x$ac_cv_header_sys_statvfs_h" = x""yes; then :
    90006174  cat >>confdefs.h <<_ACEOF
    9001 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6175#define HAVE_SYS_STATVFS_H 1
    90026176_ACEOF
    90036177
     
    90066180done
    90076181
    9008 
    90096182for ac_header in sys/statfs.h
    9010 do
    9011 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    9012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9013   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    9014 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    9015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9016   echo $ECHO_N "(cached) $ECHO_C" >&6
    9017 fi
    9018 ac_res=`eval echo '${'$as_ac_Header'}'`
    9019                { echo "$as_me:$LINENO: result: $ac_res" >&5
    9020 echo "${ECHO_T}$ac_res" >&6; }
    9021 else
    9022   # Is the header compilable?
    9023 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    9024 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    9025 cat >conftest.$ac_ext <<_ACEOF
    9026 /* confdefs.h.  */
    9027 _ACEOF
    9028 cat confdefs.h >>conftest.$ac_ext
    9029 cat >>conftest.$ac_ext <<_ACEOF
    9030 /* end confdefs.h.  */
    9031 $ac_includes_default
    9032 #include <$ac_header>
    9033 _ACEOF
    9034 rm -f conftest.$ac_objext
    9035 if { (ac_try="$ac_compile"
    9036 case "(($ac_try" in
    9037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9038   *) ac_try_echo=$ac_try;;
    9039 esac
    9040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9041   (eval "$ac_compile") 2>conftest.er1
    9042   ac_status=$?
    9043   grep -v '^ *+' conftest.er1 >conftest.err
    9044   rm -f conftest.er1
    9045   cat conftest.err >&5
    9046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9047   (exit $ac_status); } && {
    9048          test -z "$ac_c_werror_flag" ||
    9049          test ! -s conftest.err
    9050        } && test -s conftest.$ac_objext; then
    9051   ac_header_compiler=yes
    9052 else
    9053   echo "$as_me: failed program was:" >&5
    9054 sed 's/^/| /' conftest.$ac_ext >&5
    9055 
    9056         ac_header_compiler=no
    9057 fi
    9058 
    9059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    9060 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    9061 echo "${ECHO_T}$ac_header_compiler" >&6; }
    9062 
    9063 # Is the header present?
    9064 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    9065 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    9066 cat >conftest.$ac_ext <<_ACEOF
    9067 /* confdefs.h.  */
    9068 _ACEOF
    9069 cat confdefs.h >>conftest.$ac_ext
    9070 cat >>conftest.$ac_ext <<_ACEOF
    9071 /* end confdefs.h.  */
    9072 #include <$ac_header>
    9073 _ACEOF
    9074 if { (ac_try="$ac_cpp conftest.$ac_ext"
    9075 case "(($ac_try" in
    9076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9077   *) ac_try_echo=$ac_try;;
    9078 esac
    9079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9080   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    9081   ac_status=$?
    9082   grep -v '^ *+' conftest.er1 >conftest.err
    9083   rm -f conftest.er1
    9084   cat conftest.err >&5
    9085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9086   (exit $ac_status); } >/dev/null && {
    9087          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    9088          test ! -s conftest.err
    9089        }; then
    9090   ac_header_preproc=yes
    9091 else
    9092   echo "$as_me: failed program was:" >&5
    9093 sed 's/^/| /' conftest.$ac_ext >&5
    9094 
    9095   ac_header_preproc=no
    9096 fi
    9097 
    9098 rm -f conftest.err conftest.$ac_ext
    9099 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    9100 echo "${ECHO_T}$ac_header_preproc" >&6; }
    9101 
    9102 # So?  What about this header?
    9103 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    9104   yes:no: )
    9105     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    9106 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    9107     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    9108 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    9109     ac_header_preproc=yes
    9110     ;;
    9111   no:yes:* )
    9112     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    9113 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    9114     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    9115 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    9116     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    9117 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    9118     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    9119 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    9120     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    9121 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    9122     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    9123 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    9124 
    9125     ;;
    9126 esac
    9127 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    9128 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    9129 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9130   echo $ECHO_N "(cached) $ECHO_C" >&6
    9131 else
    9132   eval "$as_ac_Header=\$ac_header_preproc"
    9133 fi
    9134 ac_res=`eval echo '${'$as_ac_Header'}'`
    9135                { echo "$as_me:$LINENO: result: $ac_res" >&5
    9136 echo "${ECHO_T}$ac_res" >&6; }
    9137 
    9138 fi
    9139 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6183do :
     6184  ac_fn_c_check_header_mongrel "$LINENO" "sys/statfs.h" "ac_cv_header_sys_statfs_h" "$ac_includes_default"
     6185if test "x$ac_cv_header_sys_statfs_h" = x""yes; then :
    91406186  cat >>confdefs.h <<_ACEOF
    9141 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6187#define HAVE_SYS_STATFS_H 1
    91426188_ACEOF
    91436189
     
    91466192done
    91476193
    9148 
    91496194for ac_header in sys/param.h
    9150 do
    9151 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    9152 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9153   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    9154 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    9155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9156   echo $ECHO_N "(cached) $ECHO_C" >&6
    9157 fi
    9158 ac_res=`eval echo '${'$as_ac_Header'}'`
    9159                { echo "$as_me:$LINENO: result: $ac_res" >&5
    9160 echo "${ECHO_T}$ac_res" >&6; }
    9161 else
    9162   # Is the header compilable?
    9163 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    9164 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    9165 cat >conftest.$ac_ext <<_ACEOF
    9166 /* confdefs.h.  */
    9167 _ACEOF
    9168 cat confdefs.h >>conftest.$ac_ext
    9169 cat >>conftest.$ac_ext <<_ACEOF
    9170 /* end confdefs.h.  */
    9171 $ac_includes_default
    9172 #include <$ac_header>
    9173 _ACEOF
    9174 rm -f conftest.$ac_objext
    9175 if { (ac_try="$ac_compile"
    9176 case "(($ac_try" in
    9177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9178   *) ac_try_echo=$ac_try;;
    9179 esac
    9180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9181   (eval "$ac_compile") 2>conftest.er1
    9182   ac_status=$?
    9183   grep -v '^ *+' conftest.er1 >conftest.err
    9184   rm -f conftest.er1
    9185   cat conftest.err >&5
    9186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9187   (exit $ac_status); } && {
    9188          test -z "$ac_c_werror_flag" ||
    9189          test ! -s conftest.err
    9190        } && test -s conftest.$ac_objext; then
    9191   ac_header_compiler=yes
    9192 else
    9193   echo "$as_me: failed program was:" >&5
    9194 sed 's/^/| /' conftest.$ac_ext >&5
    9195 
    9196         ac_header_compiler=no
    9197 fi
    9198 
    9199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    9200 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    9201 echo "${ECHO_T}$ac_header_compiler" >&6; }
    9202 
    9203 # Is the header present?
    9204 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    9205 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    9206 cat >conftest.$ac_ext <<_ACEOF
    9207 /* confdefs.h.  */
    9208 _ACEOF
    9209 cat confdefs.h >>conftest.$ac_ext
    9210 cat >>conftest.$ac_ext <<_ACEOF
    9211 /* end confdefs.h.  */
    9212 #include <$ac_header>
    9213 _ACEOF
    9214 if { (ac_try="$ac_cpp conftest.$ac_ext"
    9215 case "(($ac_try" in
    9216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9217   *) ac_try_echo=$ac_try;;
    9218 esac
    9219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9220   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    9221   ac_status=$?
    9222   grep -v '^ *+' conftest.er1 >conftest.err
    9223   rm -f conftest.er1
    9224   cat conftest.err >&5
    9225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9226   (exit $ac_status); } >/dev/null && {
    9227          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    9228          test ! -s conftest.err
    9229        }; then
    9230   ac_header_preproc=yes
    9231 else
    9232   echo "$as_me: failed program was:" >&5
    9233 sed 's/^/| /' conftest.$ac_ext >&5
    9234 
    9235   ac_header_preproc=no
    9236 fi
    9237 
    9238 rm -f conftest.err conftest.$ac_ext
    9239 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    9240 echo "${ECHO_T}$ac_header_preproc" >&6; }
    9241 
    9242 # So?  What about this header?
    9243 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    9244   yes:no: )
    9245     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    9246 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    9247     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    9248 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    9249     ac_header_preproc=yes
    9250     ;;
    9251   no:yes:* )
    9252     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    9253 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    9254     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    9255 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    9256     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    9257 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    9258     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    9259 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    9260     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    9261 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    9262     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    9263 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    9264 
    9265     ;;
    9266 esac
    9267 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    9268 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    9269 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9270   echo $ECHO_N "(cached) $ECHO_C" >&6
    9271 else
    9272   eval "$as_ac_Header=\$ac_header_preproc"
    9273 fi
    9274 ac_res=`eval echo '${'$as_ac_Header'}'`
    9275                { echo "$as_me:$LINENO: result: $ac_res" >&5
    9276 echo "${ECHO_T}$ac_res" >&6; }
    9277 
    9278 fi
    9279 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6195do :
     6196  ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
     6197if test "x$ac_cv_header_sys_param_h" = x""yes; then :
    92806198  cat >>confdefs.h <<_ACEOF
    9281 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6199#define HAVE_SYS_PARAM_H 1
    92826200_ACEOF
    92836201
     
    92946212  "
    92956213
    9296 
    92976214for ac_header in sys/mount.h
    9298 do
    9299 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    9300 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    9301 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    9302 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9303   echo $ECHO_N "(cached) $ECHO_C" >&6
    9304 else
    9305   cat >conftest.$ac_ext <<_ACEOF
    9306 /* confdefs.h.  */
    9307 _ACEOF
    9308 cat confdefs.h >>conftest.$ac_ext
    9309 cat >>conftest.$ac_ext <<_ACEOF
    9310 /* end confdefs.h.  */
    9311 $mount_includes
    9312 
    9313 #include <$ac_header>
    9314 _ACEOF
    9315 rm -f conftest.$ac_objext
    9316 if { (ac_try="$ac_compile"
    9317 case "(($ac_try" in
    9318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9319   *) ac_try_echo=$ac_try;;
    9320 esac
    9321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9322   (eval "$ac_compile") 2>conftest.er1
    9323   ac_status=$?
    9324   grep -v '^ *+' conftest.er1 >conftest.err
    9325   rm -f conftest.er1
    9326   cat conftest.err >&5
    9327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9328   (exit $ac_status); } && {
    9329          test -z "$ac_c_werror_flag" ||
    9330          test ! -s conftest.err
    9331        } && test -s conftest.$ac_objext; then
    9332   eval "$as_ac_Header=yes"
    9333 else
    9334   echo "$as_me: failed program was:" >&5
    9335 sed 's/^/| /' conftest.$ac_ext >&5
    9336 
    9337         eval "$as_ac_Header=no"
    9338 fi
    9339 
    9340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    9341 fi
    9342 ac_res=`eval echo '${'$as_ac_Header'}'`
    9343                { echo "$as_me:$LINENO: result: $ac_res" >&5
    9344 echo "${ECHO_T}$ac_res" >&6; }
    9345 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6215do :
     6216  ac_fn_c_check_header_compile "$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "$mount_includes
     6217"
     6218if test "x$ac_cv_header_sys_mount_h" = x""yes; then :
    93466219  cat >>confdefs.h <<_ACEOF
    9347 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6220#define HAVE_SYS_MOUNT_H 1
    93486221_ACEOF
    93496222
     
    93556228#################################################
    93566229# these tests are taken from the GNU fileutils package
    9357 { echo "$as_me:$LINENO: checking how to get filesystem space usage..." >&5
    9358 echo "$as_me: checking how to get filesystem space usage..." >&6;}
     6230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get filesystem space usage..." >&5
     6231$as_echo "$as_me: checking how to get filesystem space usage..." >&6;}
    93596232space=no
    93606233
     
    93626235if test $space = no; then
    93636236  # SVR4
    9364   { echo "$as_me:$LINENO: checking statvfs64 function (SVR4)" >&5
    9365 echo $ECHO_N "checking statvfs64 function (SVR4)... $ECHO_C" >&6; }
    9366 if test "${fu_cv_sys_stat_statvfs64+set}" = set; then
    9367   echo $ECHO_N "(cached) $ECHO_C" >&6
    9368 else
    9369   if test "$cross_compiling" = yes; then
     6237  { $as_echo "$as_me:${as_lineno-$LINENO}: checking statvfs64 function (SVR4)" >&5
     6238$as_echo_n "checking statvfs64 function (SVR4)... " >&6; }
     6239if test "${fu_cv_sys_stat_statvfs64+set}" = set; then :
     6240  $as_echo_n "(cached) " >&6
     6241else
     6242  if test "$cross_compiling" = yes; then :
    93706243  fu_cv_sys_stat_statvfs64=cross
    93716244else
    9372   cat >conftest.$ac_ext <<_ACEOF
    9373 /* confdefs.h.  */
    9374 _ACEOF
    9375 cat confdefs.h >>conftest.$ac_ext
    9376 cat >>conftest.$ac_ext <<_ACEOF
     6245  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    93776246/* end confdefs.h.  */
    93786247
     
    93886257  }
    93896258_ACEOF
    9390 rm -f conftest$ac_exeext
    9391 if { (ac_try="$ac_link"
    9392 case "(($ac_try" in
    9393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9394   *) ac_try_echo=$ac_try;;
    9395 esac
    9396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9397   (eval "$ac_link") 2>&5
    9398   ac_status=$?
    9399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9400   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    9401   { (case "(($ac_try" in
    9402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9403   *) ac_try_echo=$ac_try;;
    9404 esac
    9405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9406   (eval "$ac_try") 2>&5
    9407   ac_status=$?
    9408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9409   (exit $ac_status); }; }; then
     6259if ac_fn_c_try_run "$LINENO"; then :
    94106260  fu_cv_sys_stat_statvfs64=yes
    94116261else
    9412   echo "$as_me: program exited with status $ac_status" >&5
    9413 echo "$as_me: failed program was:" >&5
    9414 sed 's/^/| /' conftest.$ac_ext >&5
    9415 
    9416 ( exit $ac_status )
    9417 fu_cv_sys_stat_statvfs64=no
    9418 fi
    9419 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    9420 fi
    9421 
    9422 
    9423 fi
    9424 { echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statvfs64" >&5
    9425 echo "${ECHO_T}$fu_cv_sys_stat_statvfs64" >&6; }
     6262  fu_cv_sys_stat_statvfs64=no
     6263fi
     6264rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     6265  conftest.$ac_objext conftest.beam conftest.$ac_ext
     6266fi
     6267
     6268fi
     6269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $fu_cv_sys_stat_statvfs64" >&5
     6270$as_echo "$fu_cv_sys_stat_statvfs64" >&6; }
    94266271  if test $fu_cv_sys_stat_statvfs64 = yes; then
    94276272    space=yes
    94286273
    9429 cat >>confdefs.h <<\_ACEOF
    9430 #define STAT_STATVFS64 1
    9431 _ACEOF
     6274$as_echo "#define STAT_STATVFS64 1" >>confdefs.h
    94326275
    94336276  fi
     
    94426285if test $space = no; then
    94436286  # SVR4
    9444   { echo "$as_me:$LINENO: checking statvfs function (SVR4)" >&5
    9445 echo $ECHO_N "checking statvfs function (SVR4)... $ECHO_C" >&6; }
    9446 if test "${fu_cv_sys_stat_statvfs+set}" = set; then
    9447   echo $ECHO_N "(cached) $ECHO_C" >&6
    9448 else
    9449   cat >conftest.$ac_ext <<_ACEOF
    9450 /* confdefs.h.  */
    9451 _ACEOF
    9452 cat confdefs.h >>conftest.$ac_ext
    9453 cat >>conftest.$ac_ext <<_ACEOF
     6287  { $as_echo "$as_me:${as_lineno-$LINENO}: checking statvfs function (SVR4)" >&5
     6288$as_echo_n "checking statvfs function (SVR4)... " >&6; }
     6289if test "${fu_cv_sys_stat_statvfs+set}" = set; then :
     6290  $as_echo_n "(cached) " >&6
     6291else
     6292  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    94546293/* end confdefs.h.  */
    94556294#include <sys/types.h>
     
    94636302}
    94646303_ACEOF
    9465 rm -f conftest.$ac_objext conftest$ac_exeext
    9466 if { (ac_try="$ac_link"
    9467 case "(($ac_try" in
    9468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9469   *) ac_try_echo=$ac_try;;
    9470 esac
    9471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9472   (eval "$ac_link") 2>conftest.er1
    9473   ac_status=$?
    9474   grep -v '^ *+' conftest.er1 >conftest.err
    9475   rm -f conftest.er1
    9476   cat conftest.err >&5
    9477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9478   (exit $ac_status); } && {
    9479          test -z "$ac_c_werror_flag" ||
    9480          test ! -s conftest.err
    9481        } && test -s conftest$ac_exeext &&
    9482        $as_test_x conftest$ac_exeext; then
     6304if ac_fn_c_try_link "$LINENO"; then :
    94836305  fu_cv_sys_stat_statvfs=yes
    94846306else
    9485   echo "$as_me: failed program was:" >&5
    9486 sed 's/^/| /' conftest.$ac_ext >&5
    9487 
    9488         fu_cv_sys_stat_statvfs=no
    9489 fi
    9490 
    9491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    9492       conftest$ac_exeext conftest.$ac_ext
    9493 fi
    9494 { echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statvfs" >&5
    9495 echo "${ECHO_T}$fu_cv_sys_stat_statvfs" >&6; }
     6307  fu_cv_sys_stat_statvfs=no
     6308fi
     6309rm -f core conftest.err conftest.$ac_objext \
     6310    conftest$ac_exeext conftest.$ac_ext
     6311fi
     6312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $fu_cv_sys_stat_statvfs" >&5
     6313$as_echo "$fu_cv_sys_stat_statvfs" >&6; }
    94966314  if test $fu_cv_sys_stat_statvfs = yes; then
    94976315    space=yes
    94986316
    9499 cat >>confdefs.h <<\_ACEOF
    9500 #define STAT_STATVFS 1
    9501 _ACEOF
     6317$as_echo "#define STAT_STATVFS 1" >>confdefs.h
    95026318
    95036319  fi
     
    95066322if test $space = no; then
    95076323  # DEC Alpha running OSF/1
    9508   { echo "$as_me:$LINENO: checking for 3-argument statfs function (DEC OSF/1)" >&5
    9509 echo $ECHO_N "checking for 3-argument statfs function (DEC OSF/1)... $ECHO_C" >&6; }
    9510   if test "${fu_cv_sys_stat_statfs3_osf1+set}" = set; then
    9511   echo $ECHO_N "(cached) $ECHO_C" >&6
    9512 else
    9513   if test "$cross_compiling" = yes; then
     6324  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 3-argument statfs function (DEC OSF/1)" >&5
     6325$as_echo_n "checking for 3-argument statfs function (DEC OSF/1)... " >&6; }
     6326  if test "${fu_cv_sys_stat_statfs3_osf1+set}" = set; then :
     6327  $as_echo_n "(cached) " >&6
     6328else
     6329  if test "$cross_compiling" = yes; then :
    95146330  fu_cv_sys_stat_statfs3_osf1=no
    95156331else
    9516   cat >conftest.$ac_ext <<_ACEOF
    9517 /* confdefs.h.  */
    9518 _ACEOF
    9519 cat confdefs.h >>conftest.$ac_ext
    9520 cat >>conftest.$ac_ext <<_ACEOF
     6332  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    95216333/* end confdefs.h.  */
    95226334
     
    95316343  }
    95326344_ACEOF
    9533 rm -f conftest$ac_exeext
    9534 if { (ac_try="$ac_link"
    9535 case "(($ac_try" in
    9536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9537   *) ac_try_echo=$ac_try;;
    9538 esac
    9539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9540   (eval "$ac_link") 2>&5
    9541   ac_status=$?
    9542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9543   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    9544   { (case "(($ac_try" in
    9545   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9546   *) ac_try_echo=$ac_try;;
    9547 esac
    9548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9549   (eval "$ac_try") 2>&5
    9550   ac_status=$?
    9551   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9552   (exit $ac_status); }; }; then
     6345if ac_fn_c_try_run "$LINENO"; then :
    95536346  fu_cv_sys_stat_statfs3_osf1=yes
    95546347else
    9555   echo "$as_me: program exited with status $ac_status" >&5
    9556 echo "$as_me: failed program was:" >&5
    9557 sed 's/^/| /' conftest.$ac_ext >&5
    9558 
    9559 ( exit $ac_status )
    9560 fu_cv_sys_stat_statfs3_osf1=no
    9561 fi
    9562 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    9563 fi
    9564 
     6348  fu_cv_sys_stat_statfs3_osf1=no
     6349fi
     6350rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     6351  conftest.$ac_objext conftest.beam conftest.$ac_ext
     6352fi
    95656353
    95666354fi
     
    95726360    space=yes
    95736361
    9574 cat >>confdefs.h <<\_ACEOF
    9575 #define STAT_STATFS3_OSF1 1
    9576 _ACEOF
     6362$as_echo "#define STAT_STATFS3_OSF1 1" >>confdefs.h
    95776363
    95786364  fi
     
    95816367if test $space = no; then
    95826368# AIX
    9583   { echo "$as_me:$LINENO: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5
    9584 echo $ECHO_N "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... $ECHO_C" >&6; }
    9585   if test "${fu_cv_sys_stat_statfs2_bsize+set}" = set; then
    9586   echo $ECHO_N "(cached) $ECHO_C" >&6
    9587 else
    9588   if test "$cross_compiling" = yes; then
     6369  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5
     6370$as_echo_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... " >&6; }
     6371  if test "${fu_cv_sys_stat_statfs2_bsize+set}" = set; then :
     6372  $as_echo_n "(cached) " >&6
     6373else
     6374  if test "$cross_compiling" = yes; then :
    95896375  fu_cv_sys_stat_statfs2_bsize=no
    95906376else
    9591   cat >conftest.$ac_ext <<_ACEOF
    9592 /* confdefs.h.  */
    9593 _ACEOF
    9594 cat confdefs.h >>conftest.$ac_ext
    9595 cat >>conftest.$ac_ext <<_ACEOF
     6377  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    95966378/* end confdefs.h.  */
    95976379
     
    96126394  }
    96136395_ACEOF
    9614 rm -f conftest$ac_exeext
    9615 if { (ac_try="$ac_link"
    9616 case "(($ac_try" in
    9617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9618   *) ac_try_echo=$ac_try;;
    9619 esac
    9620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9621   (eval "$ac_link") 2>&5
    9622   ac_status=$?
    9623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9624   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    9625   { (case "(($ac_try" in
    9626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9627   *) ac_try_echo=$ac_try;;
    9628 esac
    9629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9630   (eval "$ac_try") 2>&5
    9631   ac_status=$?
    9632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9633   (exit $ac_status); }; }; then
     6396if ac_fn_c_try_run "$LINENO"; then :
    96346397  fu_cv_sys_stat_statfs2_bsize=yes
    96356398else
    9636   echo "$as_me: program exited with status $ac_status" >&5
    9637 echo "$as_me: failed program was:" >&5
    9638 sed 's/^/| /' conftest.$ac_ext >&5
    9639 
    9640 ( exit $ac_status )
    9641 fu_cv_sys_stat_statfs2_bsize=no
    9642 fi
    9643 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    9644 fi
    9645 
    9646 
    9647 fi
    9648 
    9649   { echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs2_bsize" >&5
    9650 echo "${ECHO_T}$fu_cv_sys_stat_statfs2_bsize" >&6; }
     6399  fu_cv_sys_stat_statfs2_bsize=no
     6400fi
     6401rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     6402  conftest.$ac_objext conftest.beam conftest.$ac_ext
     6403fi
     6404
     6405fi
     6406
     6407  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fu_cv_sys_stat_statfs2_bsize" >&5
     6408$as_echo "$fu_cv_sys_stat_statfs2_bsize" >&6; }
    96516409  if test $fu_cv_sys_stat_statfs2_bsize = yes; then
    96526410    space=yes
    96536411
    9654 cat >>confdefs.h <<\_ACEOF
    9655 #define STAT_STATFS2_BSIZE 1
    9656 _ACEOF
     6412$as_echo "#define STAT_STATFS2_BSIZE 1" >>confdefs.h
    96576413
    96586414  fi
     
    96616417if test $space = no; then
    96626418# SVR3
    9663   { echo "$as_me:$LINENO: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5
    9664 echo $ECHO_N "checking for four-argument statfs (AIX-3.2.5, SVR3)... $ECHO_C" >&6; }
    9665   if test "${fu_cv_sys_stat_statfs4+set}" = set; then
    9666   echo $ECHO_N "(cached) $ECHO_C" >&6
    9667 else
    9668   if test "$cross_compiling" = yes; then
     6419  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5
     6420$as_echo_n "checking for four-argument statfs (AIX-3.2.5, SVR3)... " >&6; }
     6421  if test "${fu_cv_sys_stat_statfs4+set}" = set; then :
     6422  $as_echo_n "(cached) " >&6
     6423else
     6424  if test "$cross_compiling" = yes; then :
    96696425  fu_cv_sys_stat_statfs4=no
    96706426else
    9671   cat >conftest.$ac_ext <<_ACEOF
    9672 /* confdefs.h.  */
    9673 _ACEOF
    9674 cat confdefs.h >>conftest.$ac_ext
    9675 cat >>conftest.$ac_ext <<_ACEOF
     6427  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    96766428/* end confdefs.h.  */
    96776429#include <sys/types.h>
     
    96836435  }
    96846436_ACEOF
    9685 rm -f conftest$ac_exeext
    9686 if { (ac_try="$ac_link"
    9687 case "(($ac_try" in
    9688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9689   *) ac_try_echo=$ac_try;;
    9690 esac
    9691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9692   (eval "$ac_link") 2>&5
    9693   ac_status=$?
    9694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9695   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    9696   { (case "(($ac_try" in
    9697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9698   *) ac_try_echo=$ac_try;;
    9699 esac
    9700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9701   (eval "$ac_try") 2>&5
    9702   ac_status=$?
    9703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9704   (exit $ac_status); }; }; then
     6437if ac_fn_c_try_run "$LINENO"; then :
    97056438  fu_cv_sys_stat_statfs4=yes
    97066439else
    9707   echo "$as_me: program exited with status $ac_status" >&5
    9708 echo "$as_me: failed program was:" >&5
    9709 sed 's/^/| /' conftest.$ac_ext >&5
    9710 
    9711 ( exit $ac_status )
    9712 fu_cv_sys_stat_statfs4=no
    9713 fi
    9714 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    9715 fi
    9716 
    9717 
    9718 fi
    9719 
    9720   { echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs4" >&5
    9721 echo "${ECHO_T}$fu_cv_sys_stat_statfs4" >&6; }
     6440  fu_cv_sys_stat_statfs4=no
     6441fi
     6442rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     6443  conftest.$ac_objext conftest.beam conftest.$ac_ext
     6444fi
     6445
     6446fi
     6447
     6448  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fu_cv_sys_stat_statfs4" >&5
     6449$as_echo "$fu_cv_sys_stat_statfs4" >&6; }
    97226450  if test $fu_cv_sys_stat_statfs4 = yes; then
    97236451    space=yes
    97246452
    9725 cat >>confdefs.h <<\_ACEOF
    9726 #define STAT_STATFS4 1
    9727 _ACEOF
     6453$as_echo "#define STAT_STATFS4 1" >>confdefs.h
    97286454
    97296455  fi
     
    97326458if test $space = no; then
    97336459# 4.4BSD and NetBSD
    9734   { echo "$as_me:$LINENO: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5
    9735 echo $ECHO_N "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... $ECHO_C" >&6; }
    9736   if test "${fu_cv_sys_stat_statfs2_fsize+set}" = set; then
    9737   echo $ECHO_N "(cached) $ECHO_C" >&6
    9738 else
    9739   if test "$cross_compiling" = yes; then
     6460  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5
     6461$as_echo_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... " >&6; }
     6462  if test "${fu_cv_sys_stat_statfs2_fsize+set}" = set; then :
     6463  $as_echo_n "(cached) " >&6
     6464else
     6465  if test "$cross_compiling" = yes; then :
    97406466  fu_cv_sys_stat_statfs2_fsize=no
    97416467else
    9742   cat >conftest.$ac_ext <<_ACEOF
    9743 /* confdefs.h.  */
    9744 _ACEOF
    9745 cat confdefs.h >>conftest.$ac_ext
    9746 cat >>conftest.$ac_ext <<_ACEOF
     6468  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    97476469/* end confdefs.h.  */
    97486470#include <sys/types.h>
     
    97606482  }
    97616483_ACEOF
    9762 rm -f conftest$ac_exeext
    9763 if { (ac_try="$ac_link"
    9764 case "(($ac_try" in
    9765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9766   *) ac_try_echo=$ac_try;;
    9767 esac
    9768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9769   (eval "$ac_link") 2>&5
    9770   ac_status=$?
    9771   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9772   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    9773   { (case "(($ac_try" in
    9774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9775   *) ac_try_echo=$ac_try;;
    9776 esac
    9777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9778   (eval "$ac_try") 2>&5
    9779   ac_status=$?
    9780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9781   (exit $ac_status); }; }; then
     6484if ac_fn_c_try_run "$LINENO"; then :
    97826485  fu_cv_sys_stat_statfs2_fsize=yes
    97836486else
    9784   echo "$as_me: program exited with status $ac_status" >&5
    9785 echo "$as_me: failed program was:" >&5
    9786 sed 's/^/| /' conftest.$ac_ext >&5
    9787 
    9788 ( exit $ac_status )
    9789 fu_cv_sys_stat_statfs2_fsize=no
    9790 fi
    9791 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    9792 fi
    9793 
    9794 
    9795 fi
    9796 
    9797   { echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs2_fsize" >&5
    9798 echo "${ECHO_T}$fu_cv_sys_stat_statfs2_fsize" >&6; }
     6487  fu_cv_sys_stat_statfs2_fsize=no
     6488fi
     6489rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     6490  conftest.$ac_objext conftest.beam conftest.$ac_ext
     6491fi
     6492
     6493fi
     6494
     6495  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fu_cv_sys_stat_statfs2_fsize" >&5
     6496$as_echo "$fu_cv_sys_stat_statfs2_fsize" >&6; }
    97996497  if test $fu_cv_sys_stat_statfs2_fsize = yes; then
    98006498    space=yes
    98016499
    9802 cat >>confdefs.h <<\_ACEOF
    9803 #define STAT_STATFS2_FSIZE 1
    9804 _ACEOF
     6500$as_echo "#define STAT_STATFS2_FSIZE 1" >>confdefs.h
    98056501
    98066502  fi
     
    98096505if test $space = no; then
    98106506  # Ultrix
    9811   { echo "$as_me:$LINENO: checking for two-argument statfs with struct fs_data (Ultrix)" >&5
    9812 echo $ECHO_N "checking for two-argument statfs with struct fs_data (Ultrix)... $ECHO_C" >&6; }
    9813   if test "${fu_cv_sys_stat_fs_data+set}" = set; then
    9814   echo $ECHO_N "(cached) $ECHO_C" >&6
    9815 else
    9816   if test "$cross_compiling" = yes; then
     6507  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for two-argument statfs with struct fs_data (Ultrix)" >&5
     6508$as_echo_n "checking for two-argument statfs with struct fs_data (Ultrix)... " >&6; }
     6509  if test "${fu_cv_sys_stat_fs_data+set}" = set; then :
     6510  $as_echo_n "(cached) " >&6
     6511else
     6512  if test "$cross_compiling" = yes; then :
    98176513  fu_cv_sys_stat_fs_data=no
    98186514else
    9819   cat >conftest.$ac_ext <<_ACEOF
    9820 /* confdefs.h.  */
    9821 _ACEOF
    9822 cat confdefs.h >>conftest.$ac_ext
    9823 cat >>conftest.$ac_ext <<_ACEOF
     6515  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    98246516/* end confdefs.h.  */
    98256517#include <sys/types.h>
     
    98416533  }
    98426534_ACEOF
    9843 rm -f conftest$ac_exeext
    9844 if { (ac_try="$ac_link"
    9845 case "(($ac_try" in
    9846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9847   *) ac_try_echo=$ac_try;;
    9848 esac
    9849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9850   (eval "$ac_link") 2>&5
    9851   ac_status=$?
    9852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9853   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    9854   { (case "(($ac_try" in
    9855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9856   *) ac_try_echo=$ac_try;;
    9857 esac
    9858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9859   (eval "$ac_try") 2>&5
    9860   ac_status=$?
    9861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9862   (exit $ac_status); }; }; then
     6535if ac_fn_c_try_run "$LINENO"; then :
    98636536  fu_cv_sys_stat_fs_data=yes
    98646537else
    9865   echo "$as_me: program exited with status $ac_status" >&5
    9866 echo "$as_me: failed program was:" >&5
    9867 sed 's/^/| /' conftest.$ac_ext >&5
    9868 
    9869 ( exit $ac_status )
    9870 fu_cv_sys_stat_fs_data=no
    9871 fi
    9872 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    9873 fi
    9874 
    9875 
    9876 fi
    9877 
    9878   { echo "$as_me:$LINENO: result: $fu_cv_sys_stat_fs_data" >&5
    9879 echo "${ECHO_T}$fu_cv_sys_stat_fs_data" >&6; }
     6538  fu_cv_sys_stat_fs_data=no
     6539fi
     6540rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     6541  conftest.$ac_objext conftest.beam conftest.$ac_ext
     6542fi
     6543
     6544fi
     6545
     6546  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fu_cv_sys_stat_fs_data" >&5
     6547$as_echo "$fu_cv_sys_stat_fs_data" >&6; }
    98806548  if test $fu_cv_sys_stat_fs_data = yes; then
    98816549    space=yes
    98826550
    9883 cat >>confdefs.h <<\_ACEOF
    9884 #define STAT_STATFS2_FS_DATA 1
    9885 _ACEOF
     6551$as_echo "#define STAT_STATFS2_FS_DATA 1" >>confdefs.h
    98866552
    98876553  fi
     
    99106576"
    99116577
    9912 { echo "$as_me:$LINENO: checking for struct statfs.f_namemax" >&5
    9913 echo $ECHO_N "checking for struct statfs.f_namemax... $ECHO_C" >&6; }
    9914 if test "${ac_cv_member_struct_statfs_f_namemax+set}" = set; then
    9915   echo $ECHO_N "(cached) $ECHO_C" >&6
    9916 else
    9917   cat >conftest.$ac_ext <<_ACEOF
    9918 /* confdefs.h.  */
    9919 _ACEOF
    9920 cat confdefs.h >>conftest.$ac_ext
    9921 cat >>conftest.$ac_ext <<_ACEOF
    9922 /* end confdefs.h.  */
    9923 $statxfs_includes
    9924 
    9925 int
    9926 main ()
    9927 {
    9928 static struct statfs ac_aggr;
    9929 if (ac_aggr.f_namemax)
    9930 return 0;
    9931   ;
    9932   return 0;
    9933 }
    9934 _ACEOF
    9935 rm -f conftest.$ac_objext
    9936 if { (ac_try="$ac_compile"
    9937 case "(($ac_try" in
    9938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9939   *) ac_try_echo=$ac_try;;
    9940 esac
    9941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9942   (eval "$ac_compile") 2>conftest.er1
    9943   ac_status=$?
    9944   grep -v '^ *+' conftest.er1 >conftest.err
    9945   rm -f conftest.er1
    9946   cat conftest.err >&5
    9947   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9948   (exit $ac_status); } && {
    9949          test -z "$ac_c_werror_flag" ||
    9950          test ! -s conftest.err
    9951        } && test -s conftest.$ac_objext; then
    9952   ac_cv_member_struct_statfs_f_namemax=yes
    9953 else
    9954   echo "$as_me: failed program was:" >&5
    9955 sed 's/^/| /' conftest.$ac_ext >&5
    9956 
    9957         cat >conftest.$ac_ext <<_ACEOF
    9958 /* confdefs.h.  */
    9959 _ACEOF
    9960 cat confdefs.h >>conftest.$ac_ext
    9961 cat >>conftest.$ac_ext <<_ACEOF
    9962 /* end confdefs.h.  */
    9963 $statxfs_includes
    9964 
    9965 int
    9966 main ()
    9967 {
    9968 static struct statfs ac_aggr;
    9969 if (sizeof ac_aggr.f_namemax)
    9970 return 0;
    9971   ;
    9972   return 0;
    9973 }
    9974 _ACEOF
    9975 rm -f conftest.$ac_objext
    9976 if { (ac_try="$ac_compile"
    9977 case "(($ac_try" in
    9978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9979   *) ac_try_echo=$ac_try;;
    9980 esac
    9981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    9982   (eval "$ac_compile") 2>conftest.er1
    9983   ac_status=$?
    9984   grep -v '^ *+' conftest.er1 >conftest.err
    9985   rm -f conftest.er1
    9986   cat conftest.err >&5
    9987   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9988   (exit $ac_status); } && {
    9989          test -z "$ac_c_werror_flag" ||
    9990          test ! -s conftest.err
    9991        } && test -s conftest.$ac_objext; then
    9992   ac_cv_member_struct_statfs_f_namemax=yes
    9993 else
    9994   echo "$as_me: failed program was:" >&5
    9995 sed 's/^/| /' conftest.$ac_ext >&5
    9996 
    9997         ac_cv_member_struct_statfs_f_namemax=no
    9998 fi
    9999 
    10000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10001 fi
    10002 
    10003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10004 fi
    10005 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namemax" >&5
    10006 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namemax" >&6; }
    10007 if test $ac_cv_member_struct_statfs_f_namemax = yes; then
     6578ac_fn_c_check_member "$LINENO" "struct statfs" "f_namemax" "ac_cv_member_struct_statfs_f_namemax" "$statxfs_includes
     6579"
     6580if test "x$ac_cv_member_struct_statfs_f_namemax" = x""yes; then :
    100086581
    100096582cat >>confdefs.h <<_ACEOF
     
    100146587fi
    100156588
    10016 { echo "$as_me:$LINENO: checking for struct statvfs.f_namemax" >&5
    10017 echo $ECHO_N "checking for struct statvfs.f_namemax... $ECHO_C" >&6; }
    10018 if test "${ac_cv_member_struct_statvfs_f_namemax+set}" = set; then
    10019   echo $ECHO_N "(cached) $ECHO_C" >&6
    10020 else
    10021   cat >conftest.$ac_ext <<_ACEOF
    10022 /* confdefs.h.  */
    10023 _ACEOF
    10024 cat confdefs.h >>conftest.$ac_ext
    10025 cat >>conftest.$ac_ext <<_ACEOF
    10026 /* end confdefs.h.  */
    10027 $statxfs_includes
    10028 
    10029 int
    10030 main ()
    10031 {
    10032 static struct statvfs ac_aggr;
    10033 if (ac_aggr.f_namemax)
    10034 return 0;
    10035   ;
    10036   return 0;
    10037 }
    10038 _ACEOF
    10039 rm -f conftest.$ac_objext
    10040 if { (ac_try="$ac_compile"
    10041 case "(($ac_try" in
    10042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10043   *) ac_try_echo=$ac_try;;
    10044 esac
    10045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10046   (eval "$ac_compile") 2>conftest.er1
    10047   ac_status=$?
    10048   grep -v '^ *+' conftest.er1 >conftest.err
    10049   rm -f conftest.er1
    10050   cat conftest.err >&5
    10051   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10052   (exit $ac_status); } && {
    10053          test -z "$ac_c_werror_flag" ||
    10054          test ! -s conftest.err
    10055        } && test -s conftest.$ac_objext; then
    10056   ac_cv_member_struct_statvfs_f_namemax=yes
    10057 else
    10058   echo "$as_me: failed program was:" >&5
    10059 sed 's/^/| /' conftest.$ac_ext >&5
    10060 
    10061         cat >conftest.$ac_ext <<_ACEOF
    10062 /* confdefs.h.  */
    10063 _ACEOF
    10064 cat confdefs.h >>conftest.$ac_ext
    10065 cat >>conftest.$ac_ext <<_ACEOF
    10066 /* end confdefs.h.  */
    10067 $statxfs_includes
    10068 
    10069 int
    10070 main ()
    10071 {
    10072 static struct statvfs ac_aggr;
    10073 if (sizeof ac_aggr.f_namemax)
    10074 return 0;
    10075   ;
    10076   return 0;
    10077 }
    10078 _ACEOF
    10079 rm -f conftest.$ac_objext
    10080 if { (ac_try="$ac_compile"
    10081 case "(($ac_try" in
    10082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10083   *) ac_try_echo=$ac_try;;
    10084 esac
    10085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10086   (eval "$ac_compile") 2>conftest.er1
    10087   ac_status=$?
    10088   grep -v '^ *+' conftest.er1 >conftest.err
    10089   rm -f conftest.er1
    10090   cat conftest.err >&5
    10091   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10092   (exit $ac_status); } && {
    10093          test -z "$ac_c_werror_flag" ||
    10094          test ! -s conftest.err
    10095        } && test -s conftest.$ac_objext; then
    10096   ac_cv_member_struct_statvfs_f_namemax=yes
    10097 else
    10098   echo "$as_me: failed program was:" >&5
    10099 sed 's/^/| /' conftest.$ac_ext >&5
    10100 
    10101         ac_cv_member_struct_statvfs_f_namemax=no
    10102 fi
    10103 
    10104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10105 fi
    10106 
    10107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10108 fi
    10109 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_namemax" >&5
    10110 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_namemax" >&6; }
    10111 if test $ac_cv_member_struct_statvfs_f_namemax = yes; then
     6589ac_fn_c_check_member "$LINENO" "struct statvfs" "f_namemax" "ac_cv_member_struct_statvfs_f_namemax" "$statxfs_includes
     6590"
     6591if test "x$ac_cv_member_struct_statvfs_f_namemax" = x""yes; then :
    101126592
    101136593cat >>confdefs.h <<_ACEOF
     
    101186598fi
    101196599
    10120 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
    10121 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
    10122 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
    10123   echo $ECHO_N "(cached) $ECHO_C" >&6
    10124 else
    10125   cat >conftest.$ac_ext <<_ACEOF
    10126 /* confdefs.h.  */
    10127 _ACEOF
    10128 cat confdefs.h >>conftest.$ac_ext
    10129 cat >>conftest.$ac_ext <<_ACEOF
    10130 /* end confdefs.h.  */
    10131 $statxfs_includes
    10132 
    10133 int
    10134 main ()
    10135 {
    10136 static struct statfs ac_aggr;
    10137 if (ac_aggr.f_namelen)
    10138 return 0;
    10139   ;
    10140   return 0;
    10141 }
    10142 _ACEOF
    10143 rm -f conftest.$ac_objext
    10144 if { (ac_try="$ac_compile"
    10145 case "(($ac_try" in
    10146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10147   *) ac_try_echo=$ac_try;;
    10148 esac
    10149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10150   (eval "$ac_compile") 2>conftest.er1
    10151   ac_status=$?
    10152   grep -v '^ *+' conftest.er1 >conftest.err
    10153   rm -f conftest.er1
    10154   cat conftest.err >&5
    10155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10156   (exit $ac_status); } && {
    10157          test -z "$ac_c_werror_flag" ||
    10158          test ! -s conftest.err
    10159        } && test -s conftest.$ac_objext; then
    10160   ac_cv_member_struct_statfs_f_namelen=yes
    10161 else
    10162   echo "$as_me: failed program was:" >&5
    10163 sed 's/^/| /' conftest.$ac_ext >&5
    10164 
    10165         cat >conftest.$ac_ext <<_ACEOF
    10166 /* confdefs.h.  */
    10167 _ACEOF
    10168 cat confdefs.h >>conftest.$ac_ext
    10169 cat >>conftest.$ac_ext <<_ACEOF
    10170 /* end confdefs.h.  */
    10171 $statxfs_includes
    10172 
    10173 int
    10174 main ()
    10175 {
    10176 static struct statfs ac_aggr;
    10177 if (sizeof ac_aggr.f_namelen)
    10178 return 0;
    10179   ;
    10180   return 0;
    10181 }
    10182 _ACEOF
    10183 rm -f conftest.$ac_objext
    10184 if { (ac_try="$ac_compile"
    10185 case "(($ac_try" in
    10186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10187   *) ac_try_echo=$ac_try;;
    10188 esac
    10189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10190   (eval "$ac_compile") 2>conftest.er1
    10191   ac_status=$?
    10192   grep -v '^ *+' conftest.er1 >conftest.err
    10193   rm -f conftest.er1
    10194   cat conftest.err >&5
    10195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10196   (exit $ac_status); } && {
    10197          test -z "$ac_c_werror_flag" ||
    10198          test ! -s conftest.err
    10199        } && test -s conftest.$ac_objext; then
    10200   ac_cv_member_struct_statfs_f_namelen=yes
    10201 else
    10202   echo "$as_me: failed program was:" >&5
    10203 sed 's/^/| /' conftest.$ac_ext >&5
    10204 
    10205         ac_cv_member_struct_statfs_f_namelen=no
    10206 fi
    10207 
    10208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10209 fi
    10210 
    10211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10212 fi
    10213 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
    10214 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
    10215 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
     6600ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "$statxfs_includes
     6601"
     6602if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
    102166603
    102176604cat >>confdefs.h <<_ACEOF
     
    102226609fi
    102236610
    10224 { echo "$as_me:$LINENO: checking for struct statvfs.f_namelen" >&5
    10225 echo $ECHO_N "checking for struct statvfs.f_namelen... $ECHO_C" >&6; }
    10226 if test "${ac_cv_member_struct_statvfs_f_namelen+set}" = set; then
    10227   echo $ECHO_N "(cached) $ECHO_C" >&6
    10228 else
    10229   cat >conftest.$ac_ext <<_ACEOF
    10230 /* confdefs.h.  */
    10231 _ACEOF
    10232 cat confdefs.h >>conftest.$ac_ext
    10233 cat >>conftest.$ac_ext <<_ACEOF
    10234 /* end confdefs.h.  */
    10235 $statxfs_includes
    10236 
    10237 int
    10238 main ()
    10239 {
    10240 static struct statvfs ac_aggr;
    10241 if (ac_aggr.f_namelen)
    10242 return 0;
    10243   ;
    10244   return 0;
    10245 }
    10246 _ACEOF
    10247 rm -f conftest.$ac_objext
    10248 if { (ac_try="$ac_compile"
    10249 case "(($ac_try" in
    10250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10251   *) ac_try_echo=$ac_try;;
    10252 esac
    10253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10254   (eval "$ac_compile") 2>conftest.er1
    10255   ac_status=$?
    10256   grep -v '^ *+' conftest.er1 >conftest.err
    10257   rm -f conftest.er1
    10258   cat conftest.err >&5
    10259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10260   (exit $ac_status); } && {
    10261          test -z "$ac_c_werror_flag" ||
    10262          test ! -s conftest.err
    10263        } && test -s conftest.$ac_objext; then
    10264   ac_cv_member_struct_statvfs_f_namelen=yes
    10265 else
    10266   echo "$as_me: failed program was:" >&5
    10267 sed 's/^/| /' conftest.$ac_ext >&5
    10268 
    10269         cat >conftest.$ac_ext <<_ACEOF
    10270 /* confdefs.h.  */
    10271 _ACEOF
    10272 cat confdefs.h >>conftest.$ac_ext
    10273 cat >>conftest.$ac_ext <<_ACEOF
    10274 /* end confdefs.h.  */
    10275 $statxfs_includes
    10276 
    10277 int
    10278 main ()
    10279 {
    10280 static struct statvfs ac_aggr;
    10281 if (sizeof ac_aggr.f_namelen)
    10282 return 0;
    10283   ;
    10284   return 0;
    10285 }
    10286 _ACEOF
    10287 rm -f conftest.$ac_objext
    10288 if { (ac_try="$ac_compile"
    10289 case "(($ac_try" in
    10290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10291   *) ac_try_echo=$ac_try;;
    10292 esac
    10293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10294   (eval "$ac_compile") 2>conftest.er1
    10295   ac_status=$?
    10296   grep -v '^ *+' conftest.er1 >conftest.err
    10297   rm -f conftest.er1
    10298   cat conftest.err >&5
    10299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10300   (exit $ac_status); } && {
    10301          test -z "$ac_c_werror_flag" ||
    10302          test ! -s conftest.err
    10303        } && test -s conftest.$ac_objext; then
    10304   ac_cv_member_struct_statvfs_f_namelen=yes
    10305 else
    10306   echo "$as_me: failed program was:" >&5
    10307 sed 's/^/| /' conftest.$ac_ext >&5
    10308 
    10309         ac_cv_member_struct_statvfs_f_namelen=no
    10310 fi
    10311 
    10312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10313 fi
    10314 
    10315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10316 fi
    10317 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_namelen" >&5
    10318 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_namelen" >&6; }
    10319 if test $ac_cv_member_struct_statvfs_f_namelen = yes; then
     6611ac_fn_c_check_member "$LINENO" "struct statvfs" "f_namelen" "ac_cv_member_struct_statvfs_f_namelen" "$statxfs_includes
     6612"
     6613if test "x$ac_cv_member_struct_statvfs_f_namelen" = x""yes; then :
    103206614
    103216615cat >>confdefs.h <<_ACEOF
     
    103316625#
    103326626# Check whether --enable-largefile was given.
    10333 if test "${enable_largefile+set}" = set; then
     6627if test "${enable_largefile+set}" = set; then :
    103346628  enableval=$enable_largefile;
    103356629fi
     
    103376631if test "$enable_largefile" != no; then
    103386632
    10339   { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
    10340 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
    10341 if test "${ac_cv_sys_largefile_CC+set}" = set; then
    10342   echo $ECHO_N "(cached) $ECHO_C" >&6
     6633  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
     6634$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
     6635if test "${ac_cv_sys_largefile_CC+set}" = set; then :
     6636  $as_echo_n "(cached) " >&6
    103436637else
    103446638  ac_cv_sys_largefile_CC=no
     
    103486642         # IRIX 6.2 and later do not support large files by default,
    103496643         # so use the C compiler's -n32 option if that helps.
    10350          cat >conftest.$ac_ext <<_ACEOF
    10351 /* confdefs.h.  */
    10352 _ACEOF
    10353 cat confdefs.h >>conftest.$ac_ext
    10354 cat >>conftest.$ac_ext <<_ACEOF
     6644         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    103556645/* end confdefs.h.  */
    103566646#include <sys/types.h>
     
    103716661}
    103726662_ACEOF
    10373          rm -f conftest.$ac_objext
    10374 if { (ac_try="$ac_compile"
    10375 case "(($ac_try" in
    10376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10377   *) ac_try_echo=$ac_try;;
    10378 esac
    10379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10380   (eval "$ac_compile") 2>conftest.er1
    10381   ac_status=$?
    10382   grep -v '^ *+' conftest.er1 >conftest.err
    10383   rm -f conftest.er1
    10384   cat conftest.err >&5
    10385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10386   (exit $ac_status); } && {
    10387          test -z "$ac_c_werror_flag" ||
    10388          test ! -s conftest.err
    10389        } && test -s conftest.$ac_objext; then
     6663         if ac_fn_c_try_compile "$LINENO"; then :
    103906664  break
    10391 else
    10392   echo "$as_me: failed program was:" >&5
    10393 sed 's/^/| /' conftest.$ac_ext >&5
    10394 
    10395 
    10396 fi
    10397 
     6665fi
    103986666rm -f core conftest.err conftest.$ac_objext
    103996667         CC="$CC -n32"
    10400          rm -f conftest.$ac_objext
    10401 if { (ac_try="$ac_compile"
    10402 case "(($ac_try" in
    10403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10404   *) ac_try_echo=$ac_try;;
    10405 esac
    10406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10407   (eval "$ac_compile") 2>conftest.er1
    10408   ac_status=$?
    10409   grep -v '^ *+' conftest.er1 >conftest.err
    10410   rm -f conftest.er1
    10411   cat conftest.err >&5
    10412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10413   (exit $ac_status); } && {
    10414          test -z "$ac_c_werror_flag" ||
    10415          test ! -s conftest.err
    10416        } && test -s conftest.$ac_objext; then
     6668         if ac_fn_c_try_compile "$LINENO"; then :
    104176669  ac_cv_sys_largefile_CC=' -n32'; break
    10418 else
    10419   echo "$as_me: failed program was:" >&5
    10420 sed 's/^/| /' conftest.$ac_ext >&5
    10421 
    10422 
    10423 fi
    10424 
     6670fi
    104256671rm -f core conftest.err conftest.$ac_objext
    104266672         break
     
    104306676    fi
    104316677fi
    10432 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
    10433 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
     6678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
     6679$as_echo "$ac_cv_sys_largefile_CC" >&6; }
    104346680  if test "$ac_cv_sys_largefile_CC" != no; then
    104356681    CC=$CC$ac_cv_sys_largefile_CC
    104366682  fi
    104376683
    10438   { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
    10439 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
    10440 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
    10441   echo $ECHO_N "(cached) $ECHO_C" >&6
     6684  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
     6685$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
     6686if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
     6687  $as_echo_n "(cached) " >&6
    104426688else
    104436689  while :; do
    10444   cat >conftest.$ac_ext <<_ACEOF
    10445 /* confdefs.h.  */
    10446 _ACEOF
    10447 cat confdefs.h >>conftest.$ac_ext
    10448 cat >>conftest.$ac_ext <<_ACEOF
     6690  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    104496691/* end confdefs.h.  */
    104506692#include <sys/types.h>
     
    104656707}
    104666708_ACEOF
    10467 rm -f conftest.$ac_objext
    10468 if { (ac_try="$ac_compile"
    10469 case "(($ac_try" in
    10470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10471   *) ac_try_echo=$ac_try;;
    10472 esac
    10473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10474   (eval "$ac_compile") 2>conftest.er1
    10475   ac_status=$?
    10476   grep -v '^ *+' conftest.er1 >conftest.err
    10477   rm -f conftest.er1
    10478   cat conftest.err >&5
    10479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10480   (exit $ac_status); } && {
    10481          test -z "$ac_c_werror_flag" ||
    10482          test ! -s conftest.err
    10483        } && test -s conftest.$ac_objext; then
     6709if ac_fn_c_try_compile "$LINENO"; then :
    104846710  ac_cv_sys_file_offset_bits=no; break
    10485 else
    10486   echo "$as_me: failed program was:" >&5
    10487 sed 's/^/| /' conftest.$ac_ext >&5
    10488 
    10489 
    10490 fi
    10491 
     6711fi
    104926712rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10493   cat >conftest.$ac_ext <<_ACEOF
    10494 /* confdefs.h.  */
    10495 _ACEOF
    10496 cat confdefs.h >>conftest.$ac_ext
    10497 cat >>conftest.$ac_ext <<_ACEOF
     6713  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    104986714/* end confdefs.h.  */
    104996715#define _FILE_OFFSET_BITS 64
     
    105156731}
    105166732_ACEOF
    10517 rm -f conftest.$ac_objext
    10518 if { (ac_try="$ac_compile"
    10519 case "(($ac_try" in
    10520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10521   *) ac_try_echo=$ac_try;;
    10522 esac
    10523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10524   (eval "$ac_compile") 2>conftest.er1
    10525   ac_status=$?
    10526   grep -v '^ *+' conftest.er1 >conftest.err
    10527   rm -f conftest.er1
    10528   cat conftest.err >&5
    10529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10530   (exit $ac_status); } && {
    10531          test -z "$ac_c_werror_flag" ||
    10532          test ! -s conftest.err
    10533        } && test -s conftest.$ac_objext; then
     6733if ac_fn_c_try_compile "$LINENO"; then :
    105346734  ac_cv_sys_file_offset_bits=64; break
    10535 else
    10536   echo "$as_me: failed program was:" >&5
    10537 sed 's/^/| /' conftest.$ac_ext >&5
    10538 
    10539 
    10540 fi
    10541 
     6735fi
    105426736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    105436737  ac_cv_sys_file_offset_bits=unknown
     
    105456739done
    105466740fi
    10547 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
    10548 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
     6741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
     6742$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
    105496743case $ac_cv_sys_file_offset_bits in #(
    105506744  no | unknown) ;;
     
    105556749;;
    105566750esac
    10557 rm -f conftest*
     6751rm -rf conftest*
    105586752  if test $ac_cv_sys_file_offset_bits = unknown; then
    10559     { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
    10560 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
    10561 if test "${ac_cv_sys_large_files+set}" = set; then
    10562   echo $ECHO_N "(cached) $ECHO_C" >&6
     6753    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
     6754$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
     6755if test "${ac_cv_sys_large_files+set}" = set; then :
     6756  $as_echo_n "(cached) " >&6
    105636757else
    105646758  while :; do
    10565   cat >conftest.$ac_ext <<_ACEOF
    10566 /* confdefs.h.  */
    10567 _ACEOF
    10568 cat confdefs.h >>conftest.$ac_ext
    10569 cat >>conftest.$ac_ext <<_ACEOF
     6759  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    105706760/* end confdefs.h.  */
    105716761#include <sys/types.h>
     
    105866776}
    105876777_ACEOF
    10588 rm -f conftest.$ac_objext
    10589 if { (ac_try="$ac_compile"
    10590 case "(($ac_try" in
    10591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10592   *) ac_try_echo=$ac_try;;
    10593 esac
    10594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10595   (eval "$ac_compile") 2>conftest.er1
    10596   ac_status=$?
    10597   grep -v '^ *+' conftest.er1 >conftest.err
    10598   rm -f conftest.er1
    10599   cat conftest.err >&5
    10600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10601   (exit $ac_status); } && {
    10602          test -z "$ac_c_werror_flag" ||
    10603          test ! -s conftest.err
    10604        } && test -s conftest.$ac_objext; then
     6778if ac_fn_c_try_compile "$LINENO"; then :
    106056779  ac_cv_sys_large_files=no; break
    10606 else
    10607   echo "$as_me: failed program was:" >&5
    10608 sed 's/^/| /' conftest.$ac_ext >&5
    10609 
    10610 
    10611 fi
    10612 
     6780fi
    106136781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10614   cat >conftest.$ac_ext <<_ACEOF
    10615 /* confdefs.h.  */
    10616 _ACEOF
    10617 cat confdefs.h >>conftest.$ac_ext
    10618 cat >>conftest.$ac_ext <<_ACEOF
     6782  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    106196783/* end confdefs.h.  */
    106206784#define _LARGE_FILES 1
     
    106366800}
    106376801_ACEOF
    10638 rm -f conftest.$ac_objext
    10639 if { (ac_try="$ac_compile"
    10640 case "(($ac_try" in
    10641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10642   *) ac_try_echo=$ac_try;;
    10643 esac
    10644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10645   (eval "$ac_compile") 2>conftest.er1
    10646   ac_status=$?
    10647   grep -v '^ *+' conftest.er1 >conftest.err
    10648   rm -f conftest.er1
    10649   cat conftest.err >&5
    10650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10651   (exit $ac_status); } && {
    10652          test -z "$ac_c_werror_flag" ||
    10653          test ! -s conftest.err
    10654        } && test -s conftest.$ac_objext; then
     6802if ac_fn_c_try_compile "$LINENO"; then :
    106556803  ac_cv_sys_large_files=1; break
    10656 else
    10657   echo "$as_me: failed program was:" >&5
    10658 sed 's/^/| /' conftest.$ac_ext >&5
    10659 
    10660 
    10661 fi
    10662 
     6804fi
    106636805rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    106646806  ac_cv_sys_large_files=unknown
     
    106666808done
    106676809fi
    10668 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
    10669 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
     6810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
     6811$as_echo "$ac_cv_sys_large_files" >&6; }
    106706812case $ac_cv_sys_large_files in #(
    106716813  no | unknown) ;;
     
    106766818;;
    106776819esac
    10678 rm -f conftest*
     6820rm -rf conftest*
    106796821  fi
    106806822fi
     
    106846826# mntent
    106856827#
    10686 if test "${ac_cv_header_mntent_h+set}" = set; then
    10687   { echo "$as_me:$LINENO: checking for mntent.h" >&5
    10688 echo $ECHO_N "checking for mntent.h... $ECHO_C" >&6; }
    10689 if test "${ac_cv_header_mntent_h+set}" = set; then
    10690   echo $ECHO_N "(cached) $ECHO_C" >&6
    10691 fi
    10692 { echo "$as_me:$LINENO: result: $ac_cv_header_mntent_h" >&5
    10693 echo "${ECHO_T}$ac_cv_header_mntent_h" >&6; }
    10694 else
    10695   # Is the header compilable?
    10696 { echo "$as_me:$LINENO: checking mntent.h usability" >&5
    10697 echo $ECHO_N "checking mntent.h usability... $ECHO_C" >&6; }
    10698 cat >conftest.$ac_ext <<_ACEOF
    10699 /* confdefs.h.  */
    10700 _ACEOF
    10701 cat confdefs.h >>conftest.$ac_ext
    10702 cat >>conftest.$ac_ext <<_ACEOF
    10703 /* end confdefs.h.  */
    10704 $ac_includes_default
    10705 #include <mntent.h>
    10706 _ACEOF
    10707 rm -f conftest.$ac_objext
    10708 if { (ac_try="$ac_compile"
    10709 case "(($ac_try" in
    10710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10711   *) ac_try_echo=$ac_try;;
    10712 esac
    10713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10714   (eval "$ac_compile") 2>conftest.er1
    10715   ac_status=$?
    10716   grep -v '^ *+' conftest.er1 >conftest.err
    10717   rm -f conftest.er1
    10718   cat conftest.err >&5
    10719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10720   (exit $ac_status); } && {
    10721          test -z "$ac_c_werror_flag" ||
    10722          test ! -s conftest.err
    10723        } && test -s conftest.$ac_objext; then
    10724   ac_header_compiler=yes
    10725 else
    10726   echo "$as_me: failed program was:" >&5
    10727 sed 's/^/| /' conftest.$ac_ext >&5
    10728 
    10729         ac_header_compiler=no
    10730 fi
    10731 
    10732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10733 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    10734 echo "${ECHO_T}$ac_header_compiler" >&6; }
    10735 
    10736 # Is the header present?
    10737 { echo "$as_me:$LINENO: checking mntent.h presence" >&5
    10738 echo $ECHO_N "checking mntent.h presence... $ECHO_C" >&6; }
    10739 cat >conftest.$ac_ext <<_ACEOF
    10740 /* confdefs.h.  */
    10741 _ACEOF
    10742 cat confdefs.h >>conftest.$ac_ext
    10743 cat >>conftest.$ac_ext <<_ACEOF
    10744 /* end confdefs.h.  */
    10745 #include <mntent.h>
    10746 _ACEOF
    10747 if { (ac_try="$ac_cpp conftest.$ac_ext"
    10748 case "(($ac_try" in
    10749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10750   *) ac_try_echo=$ac_try;;
    10751 esac
    10752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10753   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    10754   ac_status=$?
    10755   grep -v '^ *+' conftest.er1 >conftest.err
    10756   rm -f conftest.er1
    10757   cat conftest.err >&5
    10758   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10759   (exit $ac_status); } >/dev/null && {
    10760          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    10761          test ! -s conftest.err
    10762        }; then
    10763   ac_header_preproc=yes
    10764 else
    10765   echo "$as_me: failed program was:" >&5
    10766 sed 's/^/| /' conftest.$ac_ext >&5
    10767 
    10768   ac_header_preproc=no
    10769 fi
    10770 
    10771 rm -f conftest.err conftest.$ac_ext
    10772 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    10773 echo "${ECHO_T}$ac_header_preproc" >&6; }
    10774 
    10775 # So?  What about this header?
    10776 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    10777   yes:no: )
    10778     { echo "$as_me:$LINENO: WARNING: mntent.h: accepted by the compiler, rejected by the preprocessor!" >&5
    10779 echo "$as_me: WARNING: mntent.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    10780     { echo "$as_me:$LINENO: WARNING: mntent.h: proceeding with the compiler's result" >&5
    10781 echo "$as_me: WARNING: mntent.h: proceeding with the compiler's result" >&2;}
    10782     ac_header_preproc=yes
    10783     ;;
    10784   no:yes:* )
    10785     { echo "$as_me:$LINENO: WARNING: mntent.h: present but cannot be compiled" >&5
    10786 echo "$as_me: WARNING: mntent.h: present but cannot be compiled" >&2;}
    10787     { echo "$as_me:$LINENO: WARNING: mntent.h:     check for missing prerequisite headers?" >&5
    10788 echo "$as_me: WARNING: mntent.h:     check for missing prerequisite headers?" >&2;}
    10789     { echo "$as_me:$LINENO: WARNING: mntent.h: see the Autoconf documentation" >&5
    10790 echo "$as_me: WARNING: mntent.h: see the Autoconf documentation" >&2;}
    10791     { echo "$as_me:$LINENO: WARNING: mntent.h:     section \"Present But Cannot Be Compiled\"" >&5
    10792 echo "$as_me: WARNING: mntent.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    10793     { echo "$as_me:$LINENO: WARNING: mntent.h: proceeding with the preprocessor's result" >&5
    10794 echo "$as_me: WARNING: mntent.h: proceeding with the preprocessor's result" >&2;}
    10795     { echo "$as_me:$LINENO: WARNING: mntent.h: in the future, the compiler will take precedence" >&5
    10796 echo "$as_me: WARNING: mntent.h: in the future, the compiler will take precedence" >&2;}
    10797 
    10798     ;;
    10799 esac
    10800 { echo "$as_me:$LINENO: checking for mntent.h" >&5
    10801 echo $ECHO_N "checking for mntent.h... $ECHO_C" >&6; }
    10802 if test "${ac_cv_header_mntent_h+set}" = set; then
    10803   echo $ECHO_N "(cached) $ECHO_C" >&6
    10804 else
    10805   ac_cv_header_mntent_h=$ac_header_preproc
    10806 fi
    10807 { echo "$as_me:$LINENO: result: $ac_cv_header_mntent_h" >&5
    10808 echo "${ECHO_T}$ac_cv_header_mntent_h" >&6; }
    10809 
    10810 fi
    10811 if test $ac_cv_header_mntent_h = yes; then
    10812   cat >>confdefs.h <<\_ACEOF
    10813 #define HAVE_MNTENT_H 1
    10814 _ACEOF
    10815 
    10816 fi
    10817 
     6828ac_fn_c_check_header_mongrel "$LINENO" "mntent.h" "ac_cv_header_mntent_h" "$ac_includes_default"
     6829if test "x$ac_cv_header_mntent_h" = x""yes; then :
     6830  $as_echo "#define HAVE_MNTENT_H 1" >>confdefs.h
     6831
     6832fi
    108186833
    108196834
    108206835for ac_func in setmntent
    10821 do
    10822 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    10823 { echo "$as_me:$LINENO: checking for $ac_func" >&5
    10824 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    10825 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    10826   echo $ECHO_N "(cached) $ECHO_C" >&6
    10827 else
    10828   cat >conftest.$ac_ext <<_ACEOF
    10829 /* confdefs.h.  */
    10830 _ACEOF
    10831 cat confdefs.h >>conftest.$ac_ext
    10832 cat >>conftest.$ac_ext <<_ACEOF
    10833 /* end confdefs.h.  */
    10834 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
    10835    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    10836 #define $ac_func innocuous_$ac_func
    10837 
    10838 /* System header to define __stub macros and hopefully few prototypes,
    10839     which can conflict with char $ac_func (); below.
    10840     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    10841     <limits.h> exists even on freestanding compilers.  */
    10842 
    10843 #ifdef __STDC__
    10844 # include <limits.h>
    10845 #else
    10846 # include <assert.h>
    10847 #endif
    10848 
    10849 #undef $ac_func
    10850 
    10851 /* Override any GCC internal prototype to avoid an error.
    10852    Use char because int might match the return type of a GCC
    10853    builtin and then its argument prototype would still apply.  */
    10854 #ifdef __cplusplus
    10855 extern "C"
    10856 #endif
    10857 char $ac_func ();
    10858 /* The GNU C library defines this for functions which it implements
    10859     to always fail with ENOSYS.  Some functions are actually named
    10860     something starting with __ and the normal name is an alias.  */
    10861 #if defined __stub_$ac_func || defined __stub___$ac_func
    10862 choke me
    10863 #endif
    10864 
    10865 int
    10866 main ()
    10867 {
    10868 return $ac_func ();
    10869   ;
    10870   return 0;
    10871 }
    10872 _ACEOF
    10873 rm -f conftest.$ac_objext conftest$ac_exeext
    10874 if { (ac_try="$ac_link"
    10875 case "(($ac_try" in
    10876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    10877   *) ac_try_echo=$ac_try;;
    10878 esac
    10879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    10880   (eval "$ac_link") 2>conftest.er1
    10881   ac_status=$?
    10882   grep -v '^ *+' conftest.er1 >conftest.err
    10883   rm -f conftest.er1
    10884   cat conftest.err >&5
    10885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10886   (exit $ac_status); } && {
    10887          test -z "$ac_c_werror_flag" ||
    10888          test ! -s conftest.err
    10889        } && test -s conftest$ac_exeext &&
    10890        $as_test_x conftest$ac_exeext; then
    10891   eval "$as_ac_var=yes"
    10892 else
    10893   echo "$as_me: failed program was:" >&5
    10894 sed 's/^/| /' conftest.$ac_ext >&5
    10895 
    10896         eval "$as_ac_var=no"
    10897 fi
    10898 
    10899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    10900       conftest$ac_exeext conftest.$ac_ext
    10901 fi
    10902 ac_res=`eval echo '${'$as_ac_var'}'`
    10903                { echo "$as_me:$LINENO: result: $ac_res" >&5
    10904 echo "${ECHO_T}$ac_res" >&6; }
    10905 if test `eval echo '${'$as_ac_var'}'` = yes; then
     6836do :
     6837  ac_fn_c_check_func "$LINENO" "setmntent" "ac_cv_func_setmntent"
     6838if test "x$ac_cv_func_setmntent" = x""yes; then :
    109066839  cat >>confdefs.h <<_ACEOF
    10907 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     6840#define HAVE_SETMNTENT 1
    109086841_ACEOF
    109096842
     
    109176850
    109186851# Check whether --with-ipv6 was given.
    10919 if test "${with_ipv6+set}" = set; then
     6852if test "${with_ipv6+set}" = set; then :
    109206853  withval=$with_ipv6;
    109216854        if test $withval != "no";
    109226855        then
    10923             cat >>confdefs.h <<\_ACEOF
    10924 #define IPv6 1
    10925 _ACEOF
     6856            $as_echo "#define IPv6 1" >>confdefs.h
    109266857
    109276858        fi
     
    109366867
    109376868# Check whether --with-debug was given.
    10938 if test "${with_debug+set}" = set; then
     6869if test "${with_debug+set}" = set; then :
    109396870  withval=$with_debug;
    109406871        if test $withval != "no";
    109416872        then
    10942             cat >>confdefs.h <<\_ACEOF
    10943 #define WITH_DEBUG 1
    10944 _ACEOF
     6873            $as_echo "#define WITH_DEBUG 1" >>confdefs.h
    109456874
    109466875        fi
     
    109516880
    109526881# Check whether --with-debug-kbd was given.
    10953 if test "${with_debug_kbd+set}" = set; then
     6882if test "${with_debug_kbd+set}" = set; then :
    109546883  withval=$with_debug_kbd;
    109556884        if test $withval != "no";
    109566885        then
    10957             cat >>confdefs.h <<\_ACEOF
    10958 #define WITH_DEBUG_KBD 1
    10959 _ACEOF
     6886            $as_echo "#define WITH_DEBUG_KBD 1" >>confdefs.h
    109606887
    109616888        fi
     
    109666893
    109676894# Check whether --with-debug-rdp5 was given.
    10968 if test "${with_debug_rdp5+set}" = set; then
     6895if test "${with_debug_rdp5+set}" = set; then :
    109696896  withval=$with_debug_rdp5;
    109706897        if test $withval != "no";
    109716898        then
    10972             cat >>confdefs.h <<\_ACEOF
    10973 #define WITH_DEBUG_RDP5 1
    10974 _ACEOF
     6899            $as_echo "#define WITH_DEBUG_RDP5 1" >>confdefs.h
    109756900
    109766901        fi
     
    109816906
    109826907# Check whether --with-debug-clipboard was given.
    10983 if test "${with_debug_clipboard+set}" = set; then
     6908if test "${with_debug_clipboard+set}" = set; then :
    109846909  withval=$with_debug_clipboard;
    109856910        if test $withval != "no";
    109866911        then
    10987             cat >>confdefs.h <<\_ACEOF
    10988 #define WITH_DEBUG_CLIPBOARD 1
    10989 _ACEOF
     6912            $as_echo "#define WITH_DEBUG_CLIPBOARD 1" >>confdefs.h
    109906913
    109916914        fi
     
    109966919
    109976920# Check whether --with-debug-sound was given.
    10998 if test "${with_debug_sound+set}" = set; then
     6921if test "${with_debug_sound+set}" = set; then :
    109996922  withval=$with_debug_sound;
    110006923        if test $withval != "no";
    110016924        then
    11002             cat >>confdefs.h <<\_ACEOF
    11003 #define WITH_DEBUG_SOUND 1
    11004 _ACEOF
     6925            $as_echo "#define WITH_DEBUG_SOUND 1" >>confdefs.h
    110056926
    110066927        fi
     
    110116932
    110126933# Check whether --with-debug-channel was given.
    11013 if test "${with_debug_channel+set}" = set; then
     6934if test "${with_debug_channel+set}" = set; then :
    110146935  withval=$with_debug_channel;
    110156936        if test $withval != "no";
    110166937        then
    11017             cat >>confdefs.h <<\_ACEOF
    11018 #define WITH_DEBUG_CHANNEL 1
    11019 _ACEOF
     6938            $as_echo "#define WITH_DEBUG_CHANNEL 1" >>confdefs.h
    110206939
    110216940        fi
     
    110266945
    110276946# Check whether --with-debug-seamless was given.
    11028 if test "${with_debug_seamless+set}" = set; then
     6947if test "${with_debug_seamless+set}" = set; then :
    110296948  withval=$with_debug_seamless;
    110306949        if test $withval != "no";
    110316950        then
    11032             cat >>confdefs.h <<\_ACEOF
    11033 #define WITH_DEBUG_SEAMLESS 1
    11034 _ACEOF
     6951            $as_echo "#define WITH_DEBUG_SEAMLESS 1" >>confdefs.h
    110356952
    110366953        fi
     
    110416958
    110426959# Check whether --with-debug-smartcard was given.
    11043 if test "${with_debug_smartcard+set}" = set; then
     6960if test "${with_debug_smartcard+set}" = set; then :
    110446961  withval=$with_debug_smartcard;
    110456962        if test $withval != "no";
    110466963        then
    110476964                if test x"$WITH_SCARD" = "x1"; then
    11048                         cat >>confdefs.h <<\_ACEOF
    11049 #define WITH_DEBUG_SCARD 1
    11050 _ACEOF
     6965                        $as_echo "#define WITH_DEBUG_SCARD 1" >>confdefs.h
    110516966
    110526967                fi
     
    110636978# Make sure we can run config.sub.
    110646979$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    11065   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    11066 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    11067    { (exit 1); exit 1; }; }
    11068 
    11069 { echo "$as_me:$LINENO: checking build system type" >&5
    11070 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
    11071 if test "${ac_cv_build+set}" = set; then
    11072   echo $ECHO_N "(cached) $ECHO_C" >&6
     6980  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
     6981
     6982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
     6983$as_echo_n "checking build system type... " >&6; }
     6984if test "${ac_cv_build+set}" = set; then :
     6985  $as_echo_n "(cached) " >&6
    110736986else
    110746987  ac_build_alias=$build_alias
     
    110766989  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    110776990test "x$ac_build_alias" = x &&
    11078   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    11079 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    11080    { (exit 1); exit 1; }; }
     6991  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
    110816992ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    11082   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    11083 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    11084    { (exit 1); exit 1; }; }
    11085 
    11086 fi
    11087 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    11088 echo "${ECHO_T}$ac_cv_build" >&6; }
     6993  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
     6994
     6995fi
     6996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
     6997$as_echo "$ac_cv_build" >&6; }
    110896998case $ac_cv_build in
    110906999*-*-*) ;;
    11091 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    11092 echo "$as_me: error: invalid value of canonical build" >&2;}
    11093    { (exit 1); exit 1; }; };;
     7000*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
    110947001esac
    110957002build=$ac_cv_build
     
    111077014
    111087015
    11109 { echo "$as_me:$LINENO: checking host system type" >&5
    11110 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
    11111 if test "${ac_cv_host+set}" = set; then
    11112   echo $ECHO_N "(cached) $ECHO_C" >&6
     7016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
     7017$as_echo_n "checking host system type... " >&6; }
     7018if test "${ac_cv_host+set}" = set; then :
     7019  $as_echo_n "(cached) " >&6
    111137020else
    111147021  if test "x$host_alias" = x; then
     
    111167023else
    111177024  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    11118     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    11119 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    11120    { (exit 1); exit 1; }; }
    11121 fi
    11122 
    11123 fi
    11124 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    11125 echo "${ECHO_T}$ac_cv_host" >&6; }
     7025    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
     7026fi
     7027
     7028fi
     7029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
     7030$as_echo "$ac_cv_host" >&6; }
    111267031case $ac_cv_host in
    111277032*-*-*) ;;
    11128 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    11129 echo "$as_me: error: invalid value of canonical host" >&2;}
    11130    { (exit 1); exit 1; }; };;
     7033*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
    111317034esac
    111327035host=$ac_cv_host
     
    111907093    *${as_nl}*)
    111917094      case $ac_var in #(
    11192       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    11193 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     7095      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
     7096$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    111947097      esac
    111957098      case $ac_var in #(
    111967099      _ | IFS | as_nl) ;; #(
    11197       *) $as_unset $ac_var ;;
     7100      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     7101      *) { eval $ac_var=; unset $ac_var;} ;;
    111987102      esac ;;
    111997103    esac
     
    112037107    case $as_nl`(ac_space=' '; set) 2>&1` in #(
    112047108    *${as_nl}ac_space=\ *)
    11205       # `set' does not quote correctly, so add quotes (double-quote
    11206       # substitution turns \\\\ into \\, and sed turns \\ into \).
     7109      # `set' does not quote correctly, so add quotes: double-quote
     7110      # substitution turns \\\\ into \\, and sed turns \\ into \.
    112077111      sed -n \
    112087112        "s/'/'\\\\''/g;
     
    112277131  if test -w "$cache_file"; then
    112287132    test "x$cache_file" != "x/dev/null" &&
    11229       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    11230 echo "$as_me: updating cache $cache_file" >&6;}
     7133      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
     7134$as_echo "$as_me: updating cache $cache_file" >&6;}
    112317135    cat confcache >$cache_file
    112327136  else
    11233     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    11234 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     7137    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
     7138$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    112357139  fi
    112367140fi
     
    112497153# look for a macro that doesn't take arguments.
    112507154ac_script='
     7155:mline
     7156/\\$/{
     7157 N
     7158 s,\\\n,,
     7159 b mline
     7160}
    112517161t clear
    112527162:clear
     
    112757185ac_libobjs=
    112767186ac_ltlibobjs=
     7187U=
    112777188for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    112787189  # 1. Remove the extension, and $U if already installed.
    112797190  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    11280   ac_i=`echo "$ac_i" | sed "$ac_script"`
     7191  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    112817192  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    112827193  #    will be set to the directory where LIBOBJS objects are built.
    11283   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
    11284   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
     7194  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     7195  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
    112857196done
    112867197LIBOBJS=$ac_libobjs
     
    112907201
    112917202
     7203
    112927204: ${CONFIG_STATUS=./config.status}
     7205ac_write_fail=0
    112937206ac_clean_files_save=$ac_clean_files
    112947207ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    11295 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    11296 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    11297 cat >$CONFIG_STATUS <<_ACEOF
     7208{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
     7209$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     7210as_write_fail=0
     7211cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
    112987212#! $SHELL
    112997213# Generated by $as_me.
     
    113057219ac_cs_recheck=false
    113067220ac_cs_silent=false
     7221
    113077222SHELL=\${CONFIG_SHELL-$SHELL}
    11308 _ACEOF
    11309 
    11310 cat >>$CONFIG_STATUS <<\_ACEOF
    11311 ## --------------------- ##
    11312 ## M4sh Initialization.  ##
    11313 ## --------------------- ##
     7223export SHELL
     7224_ASEOF
     7225cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
     7226## -------------------- ##
     7227## M4sh Initialization. ##
     7228## -------------------- ##
    113147229
    113157230# Be more Bourne compatible
    113167231DUALCASE=1; export DUALCASE # for MKS sh
    11317 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     7232if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    113187233  emulate sh
    113197234  NULLCMD=:
    11320   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     7235  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    113217236  # is contrary to our usage.  Disable this feature.
    113227237  alias -g '${1+"$@"}'='"$@"'
    113237238  setopt NO_GLOB_SUBST
    113247239else
    11325   case `(set -o) 2>/dev/null` in
    11326   *posix*) set -o posix ;;
     7240  case `(set -o) 2>/dev/null` in #(
     7241  *posix*) :
     7242    set -o posix ;; #(
     7243  *) :
     7244     ;;
    113277245esac
    11328 
    11329 fi
    11330 
    11331 
    11332 
    11333 
    11334 # PATH needs CR
    11335 # Avoid depending upon Character Ranges.
    11336 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    11337 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    11338 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    11339 as_cr_digits='0123456789'
    11340 as_cr_alnum=$as_cr_Letters$as_cr_digits
     7246fi
     7247
     7248
     7249as_nl='
     7250'
     7251export as_nl
     7252# Printing a long string crashes Solaris 7 /usr/bin/printf.
     7253as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     7254as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     7255as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     7256# Prefer a ksh shell builtin over an external printf program on Solaris,
     7257# but without wasting forks for bash or zsh.
     7258if test -z "$BASH_VERSION$ZSH_VERSION" \
     7259    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
     7260  as_echo='print -r --'
     7261  as_echo_n='print -rn --'
     7262elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     7263  as_echo='printf %s\n'
     7264  as_echo_n='printf %s'
     7265else
     7266  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     7267    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     7268    as_echo_n='/usr/ucb/echo -n'
     7269  else
     7270    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     7271    as_echo_n_body='eval
     7272      arg=$1;
     7273      case $arg in #(
     7274      *"$as_nl"*)
     7275        expr "X$arg" : "X\\(.*\\)$as_nl";
     7276        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     7277      esac;
     7278      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     7279    '
     7280    export as_echo_n_body
     7281    as_echo_n='sh -c $as_echo_n_body as_echo'
     7282  fi
     7283  export as_echo_body
     7284  as_echo='sh -c $as_echo_body as_echo'
     7285fi
    113417286
    113427287# The user is always right.
    113437288if test "${PATH_SEPARATOR+set}" != set; then
    11344   echo "#! /bin/sh" >conf$$.sh
    11345   echo  "exit 0"   >>conf$$.sh
    11346   chmod +x conf$$.sh
    11347   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    11348     PATH_SEPARATOR=';'
    11349   else
    11350     PATH_SEPARATOR=:
    11351   fi
    11352   rm -f conf$$.sh
    11353 fi
    11354 
    11355 # Support unset when possible.
    11356 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    11357   as_unset=unset
    11358 else
    11359   as_unset=false
     7289  PATH_SEPARATOR=:
     7290  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     7291    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     7292      PATH_SEPARATOR=';'
     7293  }
    113607294fi
    113617295
     
    113667300# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    113677301# splitting by setting IFS to empty value.)
    11368 as_nl='
    11369 '
    113707302IFS=" ""        $as_nl"
    113717303
    113727304# Find who we are.  Look in the path if we contain no directory separator.
    11373 case $0 in
     7305case $0 in #((
    113747306  *[\\/]* ) as_myself=$0 ;;
    113757307  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    113787310  IFS=$as_save_IFS
    113797311  test -z "$as_dir" && as_dir=.
    11380   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    11381 done
     7312    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     7313  done
    113827314IFS=$as_save_IFS
    113837315
     
    113907322fi
    113917323if test ! -f "$as_myself"; then
    11392   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11393   { (exit 1); exit 1; }
    11394 fi
    11395 
    11396 # Work around bugs in pre-3.0 UWIN ksh.
    11397 for as_var in ENV MAIL MAILPATH
    11398 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     7324  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     7325  exit 1
     7326fi
     7327
     7328# Unset variables that we do not need and which cause bugs (e.g. in
     7329# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
     7330# suppresses any "Segmentation fault" message there.  '((' could
     7331# trigger a bug in pdksh 5.2.14.
     7332for as_var in BASH_ENV ENV MAIL MAILPATH
     7333do eval test x\${$as_var+set} = xset \
     7334  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    113997335done
    114007336PS1='$ '
     
    114037339
    114047340# NLS nuisances.
    11405 for as_var in \
    11406   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    11407   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    11408   LC_TELEPHONE LC_TIME
    11409 do
    11410   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    11411     eval $as_var=C; export $as_var
    11412   else
    11413     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     7341LC_ALL=C
     7342export LC_ALL
     7343LANGUAGE=C
     7344export LANGUAGE
     7345
     7346# CDPATH.
     7347(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
     7348
     7349
     7350# as_fn_error STATUS ERROR [LINENO LOG_FD]
     7351# ----------------------------------------
     7352# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
     7353# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
     7354# script with STATUS, using 1 if that was 0.
     7355as_fn_error ()
     7356{
     7357  as_status=$1; test $as_status -eq 0 && as_status=1
     7358  if test "$4"; then
     7359    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     7360    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    114147361  fi
    11415 done
    11416 
    11417 # Required to use basename.
     7362  $as_echo "$as_me: error: $2" >&2
     7363  as_fn_exit $as_status
     7364} # as_fn_error
     7365
     7366
     7367# as_fn_set_status STATUS
     7368# -----------------------
     7369# Set $? to STATUS, without forking.
     7370as_fn_set_status ()
     7371{
     7372  return $1
     7373} # as_fn_set_status
     7374
     7375# as_fn_exit STATUS
     7376# -----------------
     7377# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
     7378as_fn_exit ()
     7379{
     7380  set +e
     7381  as_fn_set_status $1
     7382  exit $1
     7383} # as_fn_exit
     7384
     7385# as_fn_unset VAR
     7386# ---------------
     7387# Portably unset VAR.
     7388as_fn_unset ()
     7389{
     7390  { eval $1=; unset $1;}
     7391}
     7392as_unset=as_fn_unset
     7393# as_fn_append VAR VALUE
     7394# ----------------------
     7395# Append the text in VALUE to the end of the definition contained in VAR. Take
     7396# advantage of any shell optimizations that allow amortized linear growth over
     7397# repeated appends, instead of the typical quadratic growth present in naive
     7398# implementations.
     7399if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
     7400  eval 'as_fn_append ()
     7401  {
     7402    eval $1+=\$2
     7403  }'
     7404else
     7405  as_fn_append ()
     7406  {
     7407    eval $1=\$$1\$2
     7408  }
     7409fi # as_fn_append
     7410
     7411# as_fn_arith ARG...
     7412# ------------------
     7413# Perform arithmetic evaluation on the ARGs, and store the result in the
     7414# global $as_val. Take advantage of shells that can avoid forks. The arguments
     7415# must be portable across $(()) and expr.
     7416if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
     7417  eval 'as_fn_arith ()
     7418  {
     7419    as_val=$(( $* ))
     7420  }'
     7421else
     7422  as_fn_arith ()
     7423  {
     7424    as_val=`expr "$@" || test $? -eq 1`
     7425  }
     7426fi # as_fn_arith
     7427
     7428
    114187429if expr a : '\(a\)' >/dev/null 2>&1 &&
    114197430   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    114297440fi
    114307441
    11431 
    11432 # Name of the executable.
     7442if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     7443  as_dirname=dirname
     7444else
     7445  as_dirname=false
     7446fi
     7447
    114337448as_me=`$as_basename -- "$0" ||
    114347449$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    114357450         X"$0" : 'X\(//\)$' \| \
    114367451         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    11437 echo X/"$0" |
     7452$as_echo X/"$0" |
    114387453    sed '/^.*\/\([^/][^/]*\)\/*$/{
    114397454            s//\1/
     
    114507465          s/.*/./; q'`
    114517466
    11452 # CDPATH.
    11453 $as_unset CDPATH
    11454 
    11455 
    11456 
    11457   as_lineno_1=$LINENO
    11458   as_lineno_2=$LINENO
    11459   test "x$as_lineno_1" != "x$as_lineno_2" &&
    11460   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    11461 
    11462   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    11463   # uniformly replaced by the line number.  The first 'sed' inserts a
    11464   # line-number line after each line using $LINENO; the second 'sed'
    11465   # does the real work.  The second script uses 'N' to pair each
    11466   # line-number line with the line containing $LINENO, and appends
    11467   # trailing '-' during substitution so that $LINENO is not a special
    11468   # case at line end.
    11469   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    11470   # scripts with optimization help from Paolo Bonzini.  Blame Lee
    11471   # E. McMahon (1931-1989) for sed's syntax.  :-)
    11472   sed -n '
    11473     p
    11474     /[$]LINENO/=
    11475   ' <$as_myself |
    11476     sed '
    11477       s/[$]LINENO.*/&-/
    11478       t lineno
    11479       b
    11480       :lineno
    11481       N
    11482       :loop
    11483       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    11484       t loop
    11485       s/-\n.*//
    11486     ' >$as_me.lineno &&
    11487   chmod +x "$as_me.lineno" ||
    11488     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    11489    { (exit 1); exit 1; }; }
    11490 
    11491   # Don't try to exec as it changes $[0], causing all sort of problems
    11492   # (the dirname of $[0] is not the place where we might find the
    11493   # original and so on.  Autoconf is especially sensitive to this).
    11494   . "./$as_me.lineno"
    11495   # Exit status is that of the last command.
    11496   exit
    11497 }
    11498 
    11499 
    11500 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    11501   as_dirname=dirname
    11502 else
    11503   as_dirname=false
    11504 fi
     7467# Avoid depending upon Character Ranges.
     7468as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     7469as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
     7470as_cr_Letters=$as_cr_letters$as_cr_LETTERS
     7471as_cr_digits='0123456789'
     7472as_cr_alnum=$as_cr_Letters$as_cr_digits
    115057473
    115067474ECHO_C= ECHO_N= ECHO_T=
    11507 case `echo -n x` in
     7475case `echo -n x` in #(((((
    115087476-n*)
    11509   case `echo 'x\c'` in
     7477  case `echo 'xy\c'` in
    115107478  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
    11511   *)   ECHO_C='\c';;
     7479  xy)  ECHO_C='\c';;
     7480  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
     7481       ECHO_T=' ';;
    115127482  esac;;
    115137483*)
     
    115157485esac
    115167486
    11517 if expr a : '\(a\)' >/dev/null 2>&1 &&
    11518    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    11519   as_expr=expr
    11520 else
    11521   as_expr=false
    11522 fi
    11523 
    115247487rm -f conf$$ conf$$.exe conf$$.file
    115257488if test -d conf$$.dir; then
     
    115277490else
    115287491  rm -f conf$$.dir
    11529   mkdir conf$$.dir
    11530 fi
    11531 echo >conf$$.file
    11532 if ln -s conf$$.file conf$$ 2>/dev/null; then
    11533   as_ln_s='ln -s'
    11534   # ... but there are two gotchas:
    11535   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    11536   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    11537   # In both cases, we have to default to `cp -p'.
    11538   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     7492  mkdir conf$$.dir 2>/dev/null
     7493fi
     7494if (echo >conf$$.file) 2>/dev/null; then
     7495  if ln -s conf$$.file conf$$ 2>/dev/null; then
     7496    as_ln_s='ln -s'
     7497    # ... but there are two gotchas:
     7498    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     7499    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     7500    # In both cases, we have to default to `cp -p'.
     7501    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     7502      as_ln_s='cp -p'
     7503  elif ln conf$$.file conf$$ 2>/dev/null; then
     7504    as_ln_s=ln
     7505  else
    115397506    as_ln_s='cp -p'
    11540 elif ln conf$$.file conf$$ 2>/dev/null; then
    11541   as_ln_s=ln
     7507  fi
    115427508else
    115437509  as_ln_s='cp -p'
     
    115467512rmdir conf$$.dir 2>/dev/null
    115477513
    11548 if mkdir -p . 2>/dev/null; then
    11549   as_mkdir_p=:
    11550 else
    11551   test -d ./-p && rmdir ./-p
    11552   as_mkdir_p=false
    11553 fi
    11554 
    11555 if test -x / >/dev/null 2>&1; then
    11556   as_test_x='test -x'
    11557 else
    11558   if ls -dL / >/dev/null 2>&1; then
    11559     as_ls_L_option=L
    11560   else
    11561     as_ls_L_option=
    11562   fi
    11563   as_test_x='
    11564     eval sh -c '\''
    11565       if test -d "$1"; then
    11566         test -d "$1/.";
    11567       else
    11568         case $1 in
    11569         -*)set "./$1";;
    11570         esac;
    11571         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
    11572         ???[sx]*):;;*)false;;esac;fi
    11573     '\'' sh
    11574   '
    11575 fi
    11576 as_executable_p=$as_test_x
    11577 
    11578 # Sed expression to map a string onto a valid CPP name.
    11579 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    11580 
    11581 # Sed expression to map a string onto a valid variable name.
    11582 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    11583 
    11584 
    11585 exec 6>&1
    11586 
    11587 # Save the log message, to keep $[0] and so on meaningful, and to
    11588 # report actual input values of CONFIG_FILES etc. instead of their
    11589 # values after options handling.
    11590 ac_log="
    11591 This file was extended by rdesktop $as_me 1.6.0, which was
    11592 generated by GNU Autoconf 2.61.  Invocation command line was
    11593 
    11594   CONFIG_FILES    = $CONFIG_FILES
    11595   CONFIG_HEADERS  = $CONFIG_HEADERS
    11596   CONFIG_LINKS    = $CONFIG_LINKS
    11597   CONFIG_COMMANDS = $CONFIG_COMMANDS
    11598   $ $0 $@
    11599 
    11600 on `(hostname || uname -n) 2>/dev/null | sed 1q`
    11601 "
    11602 
    11603 _ACEOF
    11604 
    11605 cat >>$CONFIG_STATUS <<_ACEOF
    11606 # Files that config.status was made for.
    11607 config_files="$ac_config_files"
    11608 
    11609 _ACEOF
    11610 
    11611 cat >>$CONFIG_STATUS <<\_ACEOF
    11612 ac_cs_usage="\
    11613 \`$as_me' instantiates files from templates according to the
    11614 current configuration.
    11615 
    11616 Usage: $0 [OPTIONS] [FILE]...
    11617 
    11618   -h, --help       print this help, then exit
    11619   -V, --version    print version number and configuration settings, then exit
    11620   -q, --quiet      do not print progress messages
    11621   -d, --debug      don't remove temporary files
    11622       --recheck    update $as_me by reconfiguring in the same conditions
    11623   --file=FILE[:TEMPLATE]
    11624                    instantiate the configuration file FILE
    11625 
    11626 Configuration files:
    11627 $config_files
    11628 
    11629 Report bugs to <[email protected]>."
    11630 
    11631 _ACEOF
    11632 cat >>$CONFIG_STATUS <<_ACEOF
    11633 ac_cs_version="\\
    11634 rdesktop config.status 1.6.0
    11635 configured by $0, generated by GNU Autoconf 2.61,
    11636   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    11637 
    11638 Copyright (C) 2006 Free Software Foundation, Inc.
    11639 This config.status script is free software; the Free Software Foundation
    11640 gives unlimited permission to copy, distribute and modify it."
    11641 
    11642 ac_pwd='$ac_pwd'
    11643 srcdir='$srcdir'
    11644 INSTALL='$INSTALL'
    11645 _ACEOF
    11646 
    11647 cat >>$CONFIG_STATUS <<\_ACEOF
    11648 # If no file are specified by the user, then we need to provide default
    11649 # value.  By we need to know if files were specified by the user.
    11650 ac_need_defaults=:
    11651 while test $# != 0
    11652 do
    11653   case $1 in
    11654   --*=*)
    11655     ac_option=`expr "X$1" : 'X\([^=]*\)='`
    11656     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    11657     ac_shift=:
    11658     ;;
    11659   *)
    11660     ac_option=$1
    11661     ac_optarg=$2
    11662     ac_shift=shift
    11663     ;;
    11664   esac
    11665 
    11666   case $ac_option in
    11667   # Handling of the options.
    11668   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    11669     ac_cs_recheck=: ;;
    11670   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    11671     echo "$ac_cs_version"; exit ;;
    11672   --debug | --debu | --deb | --de | --d | -d )
    11673     debug=: ;;
    11674   --file | --fil | --fi | --f )
    11675     $ac_shift
    11676     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    11677     ac_need_defaults=false;;
    11678   --he | --h |  --help | --hel | -h )
    11679     echo "$ac_cs_usage"; exit ;;
    11680   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    11681   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    11682     ac_cs_silent=: ;;
    11683 
    11684   # This is an error.
    11685   -*) { echo "$as_me: error: unrecognized option: $1
    11686 Try \`$0 --help' for more information." >&2
    11687    { (exit 1); exit 1; }; } ;;
    11688 
    11689   *) ac_config_targets="$ac_config_targets $1"
    11690      ac_need_defaults=false ;;
    11691 
    11692   esac
    11693   shift
    11694 done
    11695 
    11696 ac_configure_extra_args=
    11697 
    11698 if $ac_cs_silent; then
    11699   exec 6>/dev/null
    11700   ac_configure_extra_args="$ac_configure_extra_args --silent"
    11701 fi
    11702 
    11703 _ACEOF
    11704 cat >>$CONFIG_STATUS <<_ACEOF
    11705 if \$ac_cs_recheck; then
    11706   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    11707   CONFIG_SHELL=$SHELL
    11708   export CONFIG_SHELL
    11709   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    11710 fi
    11711 
    11712 _ACEOF
    11713 cat >>$CONFIG_STATUS <<\_ACEOF
    11714 exec 5>>config.log
    11715 {
    11716   echo
    11717   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
    11718 ## Running $as_me. ##
    11719 _ASBOX
    11720   echo "$ac_log"
    11721 } >&5
    11722 
    11723 _ACEOF
    11724 cat >>$CONFIG_STATUS <<_ACEOF
    11725 _ACEOF
    11726 
    11727 cat >>$CONFIG_STATUS <<\_ACEOF
    11728 
    11729 # Handling of arguments.
    11730 for ac_config_target in $ac_config_targets
    11731 do
    11732   case $ac_config_target in
    11733     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    11734 
    11735   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    11736 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    11737    { (exit 1); exit 1; }; };;
    11738   esac
    11739 done
    11740 
    11741 
    11742 # If the user did not use the arguments to specify the items to instantiate,
    11743 # then the envvar interface is used.  Set only those that are not.
    11744 # We use the long form for the default assignment because of an extremely
    11745 # bizarre bug on SunOS 4.1.3.
    11746 if $ac_need_defaults; then
    11747   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
    11748 fi
    11749 
    11750 # Have a temporary directory for convenience.  Make it in the build tree
    11751 # simply because there is no reason against having it here, and in addition,
    11752 # creating and moving files from /tmp can sometimes cause problems.
    11753 # Hook for its removal unless debugging.
    11754 # Note that there is a small window in which the directory will not be cleaned:
    11755 # after its creation but before its name has been assigned to `$tmp'.
    11756 $debug ||
    11757 {
    11758   tmp=
    11759   trap 'exit_status=$?
    11760   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
    11761 ' 0
    11762   trap '{ (exit 1); exit 1; }' 1 2 13 15
    11763 }
    11764 # Create a (secure) tmp directory for tmp files.
    11765 
    11766 {
    11767   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    11768   test -n "$tmp" && test -d "$tmp"
    11769 }  ||
    11770 {
    11771   tmp=./conf$$-$RANDOM
    11772   (umask 077 && mkdir "$tmp")
    11773 } ||
    11774 {
    11775    echo "$me: cannot create a temporary directory in ." >&2
    11776    { (exit 1); exit 1; }
    11777 }
    11778 
    11779 #
    11780 # Set up the sed scripts for CONFIG_FILES section.
    11781 #
    11782 
    11783 # No need to generate the scripts if there are no CONFIG_FILES.
    11784 # This happens for instance when ./config.status config.h
    11785 if test -n "$CONFIG_FILES"; then
    11786 
    11787 _ACEOF
    11788 
    11789 
    11790 
    11791 ac_delim='%!_!# '
    11792 for ac_last_try in false false false false false :; do
    11793   cat >conf$$subs.sed <<_ACEOF
    11794 SHELL!$SHELL$ac_delim
    11795 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    11796 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    11797 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    11798 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    11799 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    11800 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    11801 exec_prefix!$exec_prefix$ac_delim
    11802 prefix!$prefix$ac_delim
    11803 program_transform_name!$program_transform_name$ac_delim
    11804 bindir!$bindir$ac_delim
    11805 sbindir!$sbindir$ac_delim
    11806 libexecdir!$libexecdir$ac_delim
    11807 datarootdir!$datarootdir$ac_delim
    11808 datadir!$datadir$ac_delim
    11809 sysconfdir!$sysconfdir$ac_delim
    11810 sharedstatedir!$sharedstatedir$ac_delim
    11811 localstatedir!$localstatedir$ac_delim
    11812 includedir!$includedir$ac_delim
    11813 oldincludedir!$oldincludedir$ac_delim
    11814 docdir!$docdir$ac_delim
    11815 infodir!$infodir$ac_delim
    11816 htmldir!$htmldir$ac_delim
    11817 dvidir!$dvidir$ac_delim
    11818 pdfdir!$pdfdir$ac_delim
    11819 psdir!$psdir$ac_delim
    11820 libdir!$libdir$ac_delim
    11821 localedir!$localedir$ac_delim
    11822 mandir!$mandir$ac_delim
    11823 DEFS!$DEFS$ac_delim
    11824 ECHO_C!$ECHO_C$ac_delim
    11825 ECHO_N!$ECHO_N$ac_delim
    11826 ECHO_T!$ECHO_T$ac_delim
    11827 LIBS!$LIBS$ac_delim
    11828 build_alias!$build_alias$ac_delim
    11829 host_alias!$host_alias$ac_delim
    11830 target_alias!$target_alias$ac_delim
    11831 CC!$CC$ac_delim
    11832 CFLAGS!$CFLAGS$ac_delim
    11833 LDFLAGS!$LDFLAGS$ac_delim
    11834 CPPFLAGS!$CPPFLAGS$ac_delim
    11835 ac_ct_CC!$ac_ct_CC$ac_delim
    11836 EXEEXT!$EXEEXT$ac_delim
    11837 OBJEXT!$OBJEXT$ac_delim
    11838 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
    11839 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
    11840 INSTALL_DATA!$INSTALL_DATA$ac_delim
    11841 CPP!$CPP$ac_delim
    11842 GREP!$GREP$ac_delim
    11843 EGREP!$EGREP$ac_delim
    11844 XMKMF!$XMKMF$ac_delim
    11845 X_CFLAGS!$X_CFLAGS$ac_delim
    11846 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
    11847 X_LIBS!$X_LIBS$ac_delim
    11848 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
    11849 PKG_CONFIG!$PKG_CONFIG$ac_delim
    11850 STRIP!$STRIP$ac_delim
    11851 ssldir!$ssldir$ac_delim
    11852 PCSCLITE_CFLAGS!$PCSCLITE_CFLAGS$ac_delim
    11853 PCSCLITE_LIBS!$PCSCLITE_LIBS$ac_delim
    11854 SCARDOBJ!$SCARDOBJ$ac_delim
    11855 VNCINC!$VNCINC$ac_delim
    11856 LDVNC!$LDVNC$ac_delim
    11857 VNCLINK!$VNCLINK$ac_delim
    11858 RDP2VNCTARGET!$RDP2VNCTARGET$ac_delim
    11859 LIBAO_CFLAGS!$LIBAO_CFLAGS$ac_delim
    11860 LIBAO_LIBS!$LIBAO_LIBS$ac_delim
    11861 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
    11862 ALSA_LIBS!$ALSA_LIBS$ac_delim
    11863 LIBSAMPLERATE_CFLAGS!$LIBSAMPLERATE_CFLAGS$ac_delim
    11864 LIBSAMPLERATE_LIBS!$LIBSAMPLERATE_LIBS$ac_delim
    11865 SOUNDOBJ!$SOUNDOBJ$ac_delim
    11866 LIBOBJS!$LIBOBJS$ac_delim
    11867 LIBICONV!$LIBICONV$ac_delim
    11868 build!$build$ac_delim
    11869 build_cpu!$build_cpu$ac_delim
    11870 build_vendor!$build_vendor$ac_delim
    11871 build_os!$build_os$ac_delim
    11872 host!$host$ac_delim
    11873 host_cpu!$host_cpu$ac_delim
    11874 host_vendor!$host_vendor$ac_delim
    11875 host_os!$host_os$ac_delim
    11876 LTLIBOBJS!$LTLIBOBJS$ac_delim
    11877 _ACEOF
    11878 
    11879   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
    11880     break
    11881   elif $ac_last_try; then
    11882     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    11883 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    11884    { (exit 1); exit 1; }; }
    11885   else
    11886     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    11887   fi
    11888 done
    11889 
    11890 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    11891 if test -n "$ac_eof"; then
    11892   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    11893   ac_eof=`expr $ac_eof + 1`
    11894 fi
    11895 
    11896 cat >>$CONFIG_STATUS <<_ACEOF
    11897 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    11898 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    11899 _ACEOF
    11900 sed '
    11901 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    11902 s/^/s,@/; s/!/@,|#_!!_#|/
    11903 :n
    11904 t n
    11905 s/'"$ac_delim"'$/,g/; t
    11906 s/$/\\/; p
    11907 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    11908 ' >>$CONFIG_STATUS <conf$$subs.sed
    11909 rm -f conf$$subs.sed
    11910 cat >>$CONFIG_STATUS <<_ACEOF
    11911 :end
    11912 s/|#_!!_#|//g
    11913 CEOF$ac_eof
    11914 _ACEOF
    11915 
    11916 
    11917 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    11918 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    11919 # trailing colons and then remove the whole line if VPATH becomes empty
    11920 # (actually we leave an empty line to preserve line numbers).
    11921 if test "x$srcdir" = x.; then
    11922   ac_vpsub='/^[  ]*VPATH[        ]*=/{
    11923 s/:*\$(srcdir):*/:/
    11924 s/:*\${srcdir}:*/:/
    11925 s/:*@srcdir@:*/:/
    11926 s/^\([^=]*=[     ]*\):*/\1/
    11927 s/:*$//
    11928 s/^[^=]*=[       ]*$//
    11929 }'
    11930 fi
    11931 
    11932 cat >>$CONFIG_STATUS <<\_ACEOF
    11933 fi # test -n "$CONFIG_FILES"
    11934 
    11935 
    11936 for ac_tag in  :F $CONFIG_FILES
    11937 do
    11938   case $ac_tag in
    11939   :[FHLC]) ac_mode=$ac_tag; continue;;
    11940   esac
    11941   case $ac_mode$ac_tag in
    11942   :[FHL]*:*);;
    11943   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    11944 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    11945    { (exit 1); exit 1; }; };;
    11946   :[FH]-) ac_tag=-:-;;
    11947   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
    11948   esac
    11949   ac_save_IFS=$IFS
    11950   IFS=:
    11951   set x $ac_tag
    11952   IFS=$ac_save_IFS
    11953   shift
    11954   ac_file=$1
    11955   shift
    11956 
    11957   case $ac_mode in
    11958   :L) ac_source=$1;;
    11959   :[FH])
    11960     ac_file_inputs=
    11961     for ac_f
    11962     do
    11963       case $ac_f in
    11964       -) ac_f="$tmp/stdin";;
    11965       *) # Look for the file first in the build tree, then in the source tree
    11966          # (if the path is not absolute).  The absolute path cannot be DOS-style,
    11967          # because $ac_f cannot contain `:'.
    11968          test -f "$ac_f" ||
    11969            case $ac_f in
    11970            [\\/$]*) false;;
    11971            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    11972            esac ||
    11973            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    11974 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    11975    { (exit 1); exit 1; }; };;
    11976       esac
    11977       ac_file_inputs="$ac_file_inputs $ac_f"
    11978     done
    11979 
    11980     # Let's still pretend it is `configure' which instantiates (i.e., don't
    11981     # use $as_me), people would be surprised to read:
    11982     #    /* config.h.  Generated by config.status.  */
    11983     configure_input="Generated from "`IFS=:
    11984           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    11985     if test x"$ac_file" != x-; then
    11986       configure_input="$ac_file.  $configure_input"
    11987       { echo "$as_me:$LINENO: creating $ac_file" >&5
    11988 echo "$as_me: creating $ac_file" >&6;}
    11989     fi
    11990 
    11991     case $ac_tag in
    11992     *:-:* | *:-) cat >"$tmp/stdin";;
    11993     esac
    11994     ;;
    11995   esac
    11996 
    11997   ac_dir=`$as_dirname -- "$ac_file" ||
    11998 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    11999          X"$ac_file" : 'X\(//\)[^/]' \| \
    12000          X"$ac_file" : 'X\(//\)$' \| \
    12001          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    12002 echo X"$ac_file" |
    12003     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12004             s//\1/
    12005             q
    12006           }
    12007           /^X\(\/\/\)[^/].*/{
    12008             s//\1/
    12009             q
    12010           }
    12011           /^X\(\/\/\)$/{
    12012             s//\1/
    12013             q
    12014           }
    12015           /^X\(\/\).*/{
    12016             s//\1/
    12017             q
    12018           }
    12019           s/.*/./; q'`
    12020   { as_dir="$ac_dir"
     7514
     7515# as_fn_mkdir_p
     7516# -------------
     7517# Create "$as_dir" as a directory, including parents if necessary.
     7518as_fn_mkdir_p ()
     7519{
     7520
    120217521  case $as_dir in #(
    120227522  -*) as_dir=./$as_dir;;
    120237523  esac
    12024   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
     7524  test -d "$as_dir" || eval $as_mkdir_p || {
    120257525    as_dirs=
    120267526    while :; do
    120277527      case $as_dir in #(
    12028       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     7528      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    120297529      *) as_qdir=$as_dir;;
    120307530      esac
     
    120357535         X"$as_dir" : 'X\(//\)$' \| \
    120367536         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    12037 echo X"$as_dir" |
     7537$as_echo X"$as_dir" |
    120387538    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    120397539            s//\1/
     
    120567556    done
    120577557    test -z "$as_dirs" || eval "mkdir $as_dirs"
    12058   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    12059 echo "$as_me: error: cannot create directory $as_dir" >&2;}
    12060    { (exit 1); exit 1; }; }; }
     7558  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
     7559
     7560
     7561} # as_fn_mkdir_p
     7562if mkdir -p . 2>/dev/null; then
     7563  as_mkdir_p='mkdir -p "$as_dir"'
     7564else
     7565  test -d ./-p && rmdir ./-p
     7566  as_mkdir_p=false
     7567fi
     7568
     7569if test -x / >/dev/null 2>&1; then
     7570  as_test_x='test -x'
     7571else
     7572  if ls -dL / >/dev/null 2>&1; then
     7573    as_ls_L_option=L
     7574  else
     7575    as_ls_L_option=
     7576  fi
     7577  as_test_x='
     7578    eval sh -c '\''
     7579      if test -d "$1"; then
     7580        test -d "$1/.";
     7581      else
     7582        case $1 in #(
     7583        -*)set "./$1";;
     7584        esac;
     7585        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
     7586        ???[sx]*):;;*)false;;esac;fi
     7587    '\'' sh
     7588  '
     7589fi
     7590as_executable_p=$as_test_x
     7591
     7592# Sed expression to map a string onto a valid CPP name.
     7593as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     7594
     7595# Sed expression to map a string onto a valid variable name.
     7596as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     7597
     7598
     7599exec 6>&1
     7600## ----------------------------------- ##
     7601## Main body of $CONFIG_STATUS script. ##
     7602## ----------------------------------- ##
     7603_ASEOF
     7604test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
     7605
     7606cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7607# Save the log message, to keep $0 and so on meaningful, and to
     7608# report actual input values of CONFIG_FILES etc. instead of their
     7609# values after options handling.
     7610ac_log="
     7611This file was extended by rdesktop $as_me 1.6.0, which was
     7612generated by GNU Autoconf 2.67.  Invocation command line was
     7613
     7614  CONFIG_FILES    = $CONFIG_FILES
     7615  CONFIG_HEADERS  = $CONFIG_HEADERS
     7616  CONFIG_LINKS    = $CONFIG_LINKS
     7617  CONFIG_COMMANDS = $CONFIG_COMMANDS
     7618  $ $0 $@
     7619
     7620on `(hostname || uname -n) 2>/dev/null | sed 1q`
     7621"
     7622
     7623_ACEOF
     7624
     7625case $ac_config_files in *"
     7626"*) set x $ac_config_files; shift; ac_config_files=$*;;
     7627esac
     7628
     7629
     7630
     7631cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7632# Files that config.status was made for.
     7633config_files="$ac_config_files"
     7634
     7635_ACEOF
     7636
     7637cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7638ac_cs_usage="\
     7639\`$as_me' instantiates files and other configuration actions
     7640from templates according to the current configuration.  Unless the files
     7641and actions are specified as TAGs, all are instantiated by default.
     7642
     7643Usage: $0 [OPTION]... [TAG]...
     7644
     7645  -h, --help       print this help, then exit
     7646  -V, --version    print version number and configuration settings, then exit
     7647      --config     print configuration, then exit
     7648  -q, --quiet, --silent
     7649                   do not print progress messages
     7650  -d, --debug      don't remove temporary files
     7651      --recheck    update $as_me by reconfiguring in the same conditions
     7652      --file=FILE[:TEMPLATE]
     7653                   instantiate the configuration file FILE
     7654
     7655Configuration files:
     7656$config_files
     7657
     7658Report bugs to the package provider."
     7659
     7660_ACEOF
     7661cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7662ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
     7663ac_cs_version="\\
     7664rdesktop config.status 1.6.0
     7665configured by $0, generated by GNU Autoconf 2.67,
     7666  with options \\"\$ac_cs_config\\"
     7667
     7668Copyright (C) 2010 Free Software Foundation, Inc.
     7669This config.status script is free software; the Free Software Foundation
     7670gives unlimited permission to copy, distribute and modify it."
     7671
     7672ac_pwd='$ac_pwd'
     7673srcdir='$srcdir'
     7674INSTALL='$INSTALL'
     7675test -n "\$AWK" || AWK=awk
     7676_ACEOF
     7677
     7678cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7679# The default lists apply if the user does not specify any file.
     7680ac_need_defaults=:
     7681while test $# != 0
     7682do
     7683  case $1 in
     7684  --*=?*)
     7685    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     7686    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     7687    ac_shift=:
     7688    ;;
     7689  --*=)
     7690    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     7691    ac_optarg=
     7692    ac_shift=:
     7693    ;;
     7694  *)
     7695    ac_option=$1
     7696    ac_optarg=$2
     7697    ac_shift=shift
     7698    ;;
     7699  esac
     7700
     7701  case $ac_option in
     7702  # Handling of the options.
     7703  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     7704    ac_cs_recheck=: ;;
     7705  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     7706    $as_echo "$ac_cs_version"; exit ;;
     7707  --config | --confi | --conf | --con | --co | --c )
     7708    $as_echo "$ac_cs_config"; exit ;;
     7709  --debug | --debu | --deb | --de | --d | -d )
     7710    debug=: ;;
     7711  --file | --fil | --fi | --f )
     7712    $ac_shift
     7713    case $ac_optarg in
     7714    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     7715    '') as_fn_error $? "missing file argument" ;;
     7716    esac
     7717    as_fn_append CONFIG_FILES " '$ac_optarg'"
     7718    ac_need_defaults=false;;
     7719  --he | --h |  --help | --hel | -h )
     7720    $as_echo "$ac_cs_usage"; exit ;;
     7721  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     7722  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     7723    ac_cs_silent=: ;;
     7724
     7725  # This is an error.
     7726  -*) as_fn_error $? "unrecognized option: \`$1'
     7727Try \`$0 --help' for more information." ;;
     7728
     7729  *) as_fn_append ac_config_targets " $1"
     7730     ac_need_defaults=false ;;
     7731
     7732  esac
     7733  shift
     7734done
     7735
     7736ac_configure_extra_args=
     7737
     7738if $ac_cs_silent; then
     7739  exec 6>/dev/null
     7740  ac_configure_extra_args="$ac_configure_extra_args --silent"
     7741fi
     7742
     7743_ACEOF
     7744cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7745if \$ac_cs_recheck; then
     7746  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     7747  shift
     7748  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     7749  CONFIG_SHELL='$SHELL'
     7750  export CONFIG_SHELL
     7751  exec "\$@"
     7752fi
     7753
     7754_ACEOF
     7755cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7756exec 5>>config.log
     7757{
     7758  echo
     7759  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
     7760## Running $as_me. ##
     7761_ASBOX
     7762  $as_echo "$ac_log"
     7763} >&5
     7764
     7765_ACEOF
     7766cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7767_ACEOF
     7768
     7769cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7770
     7771# Handling of arguments.
     7772for ac_config_target in $ac_config_targets
     7773do
     7774  case $ac_config_target in
     7775    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     7776
     7777  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
     7778  esac
     7779done
     7780
     7781
     7782# If the user did not use the arguments to specify the items to instantiate,
     7783# then the envvar interface is used.  Set only those that are not.
     7784# We use the long form for the default assignment because of an extremely
     7785# bizarre bug on SunOS 4.1.3.
     7786if $ac_need_defaults; then
     7787  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
     7788fi
     7789
     7790# Have a temporary directory for convenience.  Make it in the build tree
     7791# simply because there is no reason against having it here, and in addition,
     7792# creating and moving files from /tmp can sometimes cause problems.
     7793# Hook for its removal unless debugging.
     7794# Note that there is a small window in which the directory will not be cleaned:
     7795# after its creation but before its name has been assigned to `$tmp'.
     7796$debug ||
     7797{
     7798  tmp=
     7799  trap 'exit_status=$?
     7800  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     7801' 0
     7802  trap 'as_fn_exit 1' 1 2 13 15
     7803}
     7804# Create a (secure) tmp directory for tmp files.
     7805
     7806{
     7807  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
     7808  test -n "$tmp" && test -d "$tmp"
     7809}  ||
     7810{
     7811  tmp=./conf$$-$RANDOM
     7812  (umask 077 && mkdir "$tmp")
     7813} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
     7814
     7815# Set up the scripts for CONFIG_FILES section.
     7816# No need to generate them if there are no CONFIG_FILES.
     7817# This happens for instance with `./config.status config.h'.
     7818if test -n "$CONFIG_FILES"; then
     7819
     7820
     7821ac_cr=`echo X | tr X '\015'`
     7822# On cygwin, bash can eat \r inside `` if the user requested igncr.
     7823# But we know of no other shell where ac_cr would be empty at this
     7824# point, so we can use a bashism as a fallback.
     7825if test "x$ac_cr" = x; then
     7826  eval ac_cr=\$\'\\r\'
     7827fi
     7828ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     7829if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     7830  ac_cs_awk_cr='\\r'
     7831else
     7832  ac_cs_awk_cr=$ac_cr
     7833fi
     7834
     7835echo 'BEGIN {' >"$tmp/subs1.awk" &&
     7836_ACEOF
     7837
     7838
     7839{
     7840  echo "cat >conf$$subs.awk <<_ACEOF" &&
     7841  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     7842  echo "_ACEOF"
     7843} >conf$$subs.sh ||
     7844  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
     7845ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
     7846ac_delim='%!_!# '
     7847for ac_last_try in false false false false false :; do
     7848  . ./conf$$subs.sh ||
     7849    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
     7850
     7851  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     7852  if test $ac_delim_n = $ac_delim_num; then
     7853    break
     7854  elif $ac_last_try; then
     7855    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
     7856  else
     7857    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     7858  fi
     7859done
     7860rm -f conf$$subs.sh
     7861
     7862cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7863cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     7864_ACEOF
     7865sed -n '
     7866h
     7867s/^/S["/; s/!.*/"]=/
     7868p
     7869g
     7870s/^[^!]*!//
     7871:repl
     7872t repl
     7873s/'"$ac_delim"'$//
     7874t delim
     7875:nl
     7876h
     7877s/\(.\{148\}\)..*/\1/
     7878t more1
     7879s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     7880p
     7881n
     7882b repl
     7883:more1
     7884s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     7885p
     7886g
     7887s/.\{148\}//
     7888t nl
     7889:delim
     7890h
     7891s/\(.\{148\}\)..*/\1/
     7892t more2
     7893s/["\\]/\\&/g; s/^/"/; s/$/"/
     7894p
     7895b
     7896:more2
     7897s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     7898p
     7899g
     7900s/.\{148\}//
     7901t delim
     7902' <conf$$subs.awk | sed '
     7903/^[^""]/{
     7904  N
     7905  s/\n//
     7906}
     7907' >>$CONFIG_STATUS || ac_write_fail=1
     7908rm -f conf$$subs.awk
     7909cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7910_ACAWK
     7911cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     7912  for (key in S) S_is_set[key] = 1
     7913  FS = ""
     7914
     7915}
     7916{
     7917  line = $ 0
     7918  nfields = split(line, field, "@")
     7919  substed = 0
     7920  len = length(field[1])
     7921  for (i = 2; i < nfields; i++) {
     7922    key = field[i]
     7923    keylen = length(key)
     7924    if (S_is_set[key]) {
     7925      value = S[key]
     7926      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     7927      len += length(value) + length(field[++i])
     7928      substed = 1
     7929    } else
     7930      len += 1 + keylen
     7931  }
     7932
     7933  print line
     7934}
     7935
     7936_ACAWK
     7937_ACEOF
     7938cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7939if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     7940  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     7941else
     7942  cat
     7943fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     7944  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
     7945_ACEOF
     7946
     7947# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
     7948# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
     7949# trailing colons and then remove the whole line if VPATH becomes empty
     7950# (actually we leave an empty line to preserve line numbers).
     7951if test "x$srcdir" = x.; then
     7952  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
     7953h
     7954s///
     7955s/^/:/
     7956s/[      ]*$/:/
     7957s/:\$(srcdir):/:/g
     7958s/:\${srcdir}:/:/g
     7959s/:@srcdir@:/:/g
     7960s/^:*//
     7961s/:*$//
     7962x
     7963s/\(=[   ]*\).*/\1/
     7964G
     7965s/\n//
     7966s/^[^=]*=[       ]*$//
     7967}'
     7968fi
     7969
     7970cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7971fi # test -n "$CONFIG_FILES"
     7972
     7973
     7974eval set X "  :F $CONFIG_FILES      "
     7975shift
     7976for ac_tag
     7977do
     7978  case $ac_tag in
     7979  :[FHLC]) ac_mode=$ac_tag; continue;;
     7980  esac
     7981  case $ac_mode$ac_tag in
     7982  :[FHL]*:*);;
     7983  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
     7984  :[FH]-) ac_tag=-:-;;
     7985  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     7986  esac
     7987  ac_save_IFS=$IFS
     7988  IFS=:
     7989  set x $ac_tag
     7990  IFS=$ac_save_IFS
     7991  shift
     7992  ac_file=$1
     7993  shift
     7994
     7995  case $ac_mode in
     7996  :L) ac_source=$1;;
     7997  :[FH])
     7998    ac_file_inputs=
     7999    for ac_f
     8000    do
     8001      case $ac_f in
     8002      -) ac_f="$tmp/stdin";;
     8003      *) # Look for the file first in the build tree, then in the source tree
     8004         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     8005         # because $ac_f cannot contain `:'.
     8006         test -f "$ac_f" ||
     8007           case $ac_f in
     8008           [\\/$]*) false;;
     8009           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     8010           esac ||
     8011           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
     8012      esac
     8013      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     8014      as_fn_append ac_file_inputs " '$ac_f'"
     8015    done
     8016
     8017    # Let's still pretend it is `configure' which instantiates (i.e., don't
     8018    # use $as_me), people would be surprised to read:
     8019    #    /* config.h.  Generated by config.status.  */
     8020    configure_input='Generated from '`
     8021          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     8022        `' by configure.'
     8023    if test x"$ac_file" != x-; then
     8024      configure_input="$ac_file.  $configure_input"
     8025      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
     8026$as_echo "$as_me: creating $ac_file" >&6;}
     8027    fi
     8028    # Neutralize special characters interpreted by sed in replacement strings.
     8029    case $configure_input in #(
     8030    *\&* | *\|* | *\\* )
     8031       ac_sed_conf_input=`$as_echo "$configure_input" |
     8032       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     8033    *) ac_sed_conf_input=$configure_input;;
     8034    esac
     8035
     8036    case $ac_tag in
     8037    *:-:* | *:-) cat >"$tmp/stdin" \
     8038      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
     8039    esac
     8040    ;;
     8041  esac
     8042
     8043  ac_dir=`$as_dirname -- "$ac_file" ||
     8044$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     8045         X"$ac_file" : 'X\(//\)[^/]' \| \
     8046         X"$ac_file" : 'X\(//\)$' \| \
     8047         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
     8048$as_echo X"$ac_file" |
     8049    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     8050            s//\1/
     8051            q
     8052          }
     8053          /^X\(\/\/\)[^/].*/{
     8054            s//\1/
     8055            q
     8056          }
     8057          /^X\(\/\/\)$/{
     8058            s//\1/
     8059            q
     8060          }
     8061          /^X\(\/\).*/{
     8062            s//\1/
     8063            q
     8064          }
     8065          s/.*/./; q'`
     8066  as_dir="$ac_dir"; as_fn_mkdir_p
    120618067  ac_builddir=.
    120628068
     
    120648070.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    120658071*)
    12066   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     8072  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    120678073  # A ".." for each directory in $ac_dir_suffix.
    12068   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     8074  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    120698075  case $ac_top_builddir_sub in
    120708076  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    121068112_ACEOF
    121078113
    12108 cat >>$CONFIG_STATUS <<\_ACEOF
     8114cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    121098115# If the template does not know about datarootdir, expand it.
    121108116# FIXME: This hack should be removed a few years after 2.60.
    121118117ac_datarootdir_hack=; ac_datarootdir_seen=
    12112 
    12113 case `sed -n '/datarootdir/ {
     8118ac_sed_dataroot='
     8119/datarootdir/ {
    121148120  p
    121158121  q
     
    121198125/@infodir@/p
    121208126/@localedir@/p
    12121 /@mandir@/p
    12122 ' $ac_file_inputs` in
     8127/@mandir@/p'
     8128case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    121238129*datarootdir*) ac_datarootdir_seen=yes;;
    121248130*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    12125   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    12126 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    12127 _ACEOF
    12128 cat >>$CONFIG_STATUS <<_ACEOF
     8131  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     8132$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     8133_ACEOF
     8134cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    121298135  ac_datarootdir_hack='
    121308136  s&@datadir@&$datadir&g
     
    121338139  s&@localedir@&$localedir&g
    121348140  s&@mandir@&$mandir&g
    12135     s&\\\${datarootdir}&$datarootdir&g' ;;
     8141  s&\\\${datarootdir}&$datarootdir&g' ;;
    121368142esac
    121378143_ACEOF
     
    121408146# Shell code in configure.ac might set extrasub.
    121418147# FIXME: do we really want to maintain this feature?
    12142 cat >>$CONFIG_STATUS <<_ACEOF
    12143   sed "$ac_vpsub
     8148cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8149ac_sed_extra="$ac_vpsub
    121448150$extrasub
    121458151_ACEOF
    12146 cat >>$CONFIG_STATUS <<\_ACEOF
     8152cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    121478153:t
    121488154/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    12149 s&@configure_input@&$configure_input&;t t
     8155s|@configure_input@|$ac_sed_conf_input|;t t
    121508156s&@top_builddir@&$ac_top_builddir_sub&;t t
     8157s&@top_build_prefix@&$ac_top_build_prefix&;t t
    121518158s&@srcdir@&$ac_srcdir&;t t
    121528159s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    121588165s&@INSTALL@&$ac_INSTALL&;t t
    121598166$ac_datarootdir_hack
    12160 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
     8167"
     8168eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     8169  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    121618170
    121628171test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    121638172  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    121648173  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    12165   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    12166 which seems to be undefined.  Please make sure it is defined." >&5
    12167 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    12168 which seems to be undefined.  Please make sure it is defined." >&2;}
     8174  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8175which seems to be undefined.  Please make sure it is defined" >&5
     8176$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8177which seems to be undefined.  Please make sure it is defined" >&2;}
    121698178
    121708179  rm -f "$tmp/stdin"
    121718180  case $ac_file in
    12172   -) cat "$tmp/out"; rm -f "$tmp/out";;
    12173   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     8181  -) cat "$tmp/out" && rm -f "$tmp/out";;
     8182  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     8183  esac \
     8184  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     8185 ;;
     8186
     8187
     8188
    121748189  esac
    12175  ;;
    12176 
    12177 
    12178 
    12179   esac
    121808190
    121818191done # for ac_tag
    121828192
    121838193
    12184 { (exit 0); exit 0; }
    12185 _ACEOF
    12186 chmod +x $CONFIG_STATUS
     8194as_fn_exit 0
     8195_ACEOF
    121878196ac_clean_files=$ac_clean_files_save
     8197
     8198test $ac_write_fail = 0 ||
     8199  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
    121888200
    121898201
     
    122068218  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    122078219  # would make configure fail if this is the last instruction.
    12208   $ac_cs_success || { (exit 1); exit 1; }
    12209 fi
    12210 
    12211 
     8220  $ac_cs_success || as_fn_exit 1
     8221fi
     8222if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     8223  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     8224$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     8225fi
     8226
     8227
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette