Ignore:
Timestamp:
2012-02-28T14:11:14+13:00 (12 years ago)
Author:
kjdon
Message:

getting greenstone to work properly on 64 bit machines. COMPAT32BITFLAGS is no more. Don't need -m32 option. Instead, have ARCH_DEP_FLAGS, which gets -fPIC on 64 bit machines.

Location:
main/trunk/greenstone2/common-src/indexers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers

  • main/trunk/greenstone2/common-src/indexers/packages/unac/configure

    r16583 r25148  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59.
     3# Generated by GNU Autoconf 2.63.
    44#
    5 # Copyright (C) 2003 Free Software Foundation, Inc.
     5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    67# This configure script is free software; the Free Software Foundation
    78# gives unlimited permission to copy, distribute and modify it.
     
    1011## --------------------- ##
    1112
    12 # Be Bourne compatible
     13# Be more Bourne compatible
     14DUALCASE=1; export DUALCASE # for MKS sh
    1315if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1416  emulate sh
    1517  NULLCMD=:
    16   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     18  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    1719  # is contrary to our usage.  Disable this feature.
    1820  alias -g '${1+"$@"}'='"$@"'
    19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    20   set -o posix
    21 fi
    22 DUALCASE=1; export DUALCASE # for MKS sh
    23 
    24 # Support unset when possible.
    25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    26   as_unset=unset
    27 else
    28   as_unset=false
    29 fi
    30 
    31 
    32 # Work around bugs in pre-3.0 UWIN ksh.
    33 $as_unset ENV MAIL MAILPATH
    34 PS1='$ '
    35 PS2='> '
    36 PS4='+ '
    37 
    38 # NLS nuisances.
    39 for as_var in \
    40   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    41   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    42   LC_TELEPHONE LC_TIME
    43 do
    44   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    45     eval $as_var=C; export $as_var
    46   else
    47     $as_unset $as_var
    48   fi
    49 done
    50 
    51 # Required to use basename.
    52 if expr a : '\(a\)' >/dev/null 2>&1; then
    53   as_expr=expr
    54 else
    55   as_expr=false
    56 fi
    57 
    58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    59   as_basename=basename
    60 else
    61   as_basename=false
    62 fi
    63 
    64 
    65 # Name of the executable.
    66 as_me=`$as_basename "$0" ||
    67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    68      X"$0" : 'X\(//\)$' \| \
    69      X"$0" : 'X\(/\)$' \| \
    70      .     : '\(.\)' 2>/dev/null ||
    71 echo X/"$0" |
    72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    73       /^X\/\(\/\/\)$/{ s//\1/; q; }
    74       /^X\/\(\/\).*/{ s//\1/; q; }
    75       s/.*/./; q'`
    76 
    77 
    78 # PATH needs CR, and LINENO needs CR and PATH.
     21  setopt NO_GLOB_SUBST
     22else
     23  case `(set -o) 2>/dev/null` in
     24  *posix*) set -o posix ;;
     25esac
     26
     27fi
     28
     29
     30
     31
     32# PATH needs CR
    7933# Avoid depending upon Character Ranges.
    8034as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    8438as_cr_alnum=$as_cr_Letters$as_cr_digits
    8539
     40as_nl='
     41'
     42export as_nl
     43# Printing a long string crashes Solaris 7 /usr/bin/printf.
     44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     47if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     48  as_echo='printf %s\n'
     49  as_echo_n='printf %s'
     50else
     51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     53    as_echo_n='/usr/ucb/echo -n'
     54  else
     55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     56    as_echo_n_body='eval
     57      arg=$1;
     58      case $arg in
     59      *"$as_nl"*)
     60    expr "X$arg" : "X\\(.*\\)$as_nl";
     61    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     62      esac;
     63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     64    '
     65    export as_echo_n_body
     66    as_echo_n='sh -c $as_echo_n_body as_echo'
     67  fi
     68  export as_echo_body
     69  as_echo='sh -c $as_echo_body as_echo'
     70fi
     71
    8672# The user is always right.
    8773if test "${PATH_SEPARATOR+set}" != set; then
    88   echo "#! /bin/sh" >conf$$.sh
    89   echo  "exit 0"   >>conf$$.sh
    90   chmod +x conf$$.sh
    91   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    92     PATH_SEPARATOR=';'
    93   else
    94     PATH_SEPARATOR=:
    95   fi
    96   rm -f conf$$.sh
    97 fi
    98 
    99 
    100   as_lineno_1=$LINENO
    101   as_lineno_2=$LINENO
    102   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    103   test "x$as_lineno_1" != "x$as_lineno_2" &&
    104   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    105   # Find who we are.  Look in the path if we contain no path at all
    106   # relative or not.
    107   case $0 in
    108     *[\\/]* ) as_myself=$0 ;;
    109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     74  PATH_SEPARATOR=:
     75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     77      PATH_SEPARATOR=';'
     78  }
     79fi
     80
     81# Support unset when possible.
     82if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     83  as_unset=unset
     84else
     85  as_unset=false
     86fi
     87
     88
     89# IFS
     90# We need space, tab and new line, in precisely that order.  Quoting is
     91# there to prevent editors from complaining about space-tab.
     92# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     93# splitting by setting IFS to empty value.)
     94IFS=" ""    $as_nl"
     95
     96# Find who we are.  Look in the path if we contain no directory separator.
     97case $0 in
     98  *[\\/]* ) as_myself=$0 ;;
     99  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    110100for as_dir in $PATH
    111101do
     
    114104  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    115105done
    116 
    117        ;;
    118   esac
    119   # We did not find ourselves, most probably we were run as `sh COMMAND'
    120   # in which case we are not to be found in the path.
    121   if test "x$as_myself" = x; then
    122     as_myself=$0
    123   fi
    124   if test ! -f "$as_myself"; then
    125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
    126    { (exit 1); exit 1; }; }
    127   fi
    128   case $CONFIG_SHELL in
    129   '')
     106IFS=$as_save_IFS
     107
     108     ;;
     109esac
     110# We did not find ourselves, most probably we were run as `sh COMMAND'
     111# in which case we are not to be found in the path.
     112if test "x$as_myself" = x; then
     113  as_myself=$0
     114fi
     115if test ! -f "$as_myself"; then
     116  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     117  { (exit 1); exit 1; }
     118fi
     119
     120# Work around bugs in pre-3.0 UWIN ksh.
     121for as_var in ENV MAIL MAILPATH
     122do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     123done
     124PS1='$ '
     125PS2='> '
     126PS4='+ '
     127
     128# NLS nuisances.
     129LC_ALL=C
     130export LC_ALL
     131LANGUAGE=C
     132export LANGUAGE
     133
     134# Required to use basename.
     135if expr a : '\(a\)' >/dev/null 2>&1 &&
     136   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     137  as_expr=expr
     138else
     139  as_expr=false
     140fi
     141
     142if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     143  as_basename=basename
     144else
     145  as_basename=false
     146fi
     147
     148
     149# Name of the executable.
     150as_me=`$as_basename -- "$0" ||
     151$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     152     X"$0" : 'X\(//\)$' \| \
     153     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     154$as_echo X/"$0" |
     155    sed '/^.*\/\([^/][^/]*\)\/*$/{
     156        s//\1/
     157        q
     158      }
     159      /^X\/\(\/\/\)$/{
     160        s//\1/
     161        q
     162      }
     163      /^X\/\(\/\).*/{
     164        s//\1/
     165        q
     166      }
     167      s/.*/./; q'`
     168
     169# CDPATH.
     170$as_unset CDPATH
     171
     172
     173if test "x$CONFIG_SHELL" = x; then
     174  if (eval ":") 2>/dev/null; then
     175  as_have_required=yes
     176else
     177  as_have_required=no
     178fi
     179
     180  if test $as_have_required = yes &&     (eval ":
     181(as_func_return () {
     182  (exit \$1)
     183}
     184as_func_success () {
     185  as_func_return 0
     186}
     187as_func_failure () {
     188  as_func_return 1
     189}
     190as_func_ret_success () {
     191  return 0
     192}
     193as_func_ret_failure () {
     194  return 1
     195}
     196
     197exitcode=0
     198if as_func_success; then
     199  :
     200else
     201  exitcode=1
     202  echo as_func_success failed.
     203fi
     204
     205if as_func_failure; then
     206  exitcode=1
     207  echo as_func_failure succeeded.
     208fi
     209
     210if as_func_ret_success; then
     211  :
     212else
     213  exitcode=1
     214  echo as_func_ret_success failed.
     215fi
     216
     217if as_func_ret_failure; then
     218  exitcode=1
     219  echo as_func_ret_failure succeeded.
     220fi
     221
     222if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
     223  :
     224else
     225  exitcode=1
     226  echo positional parameters were not saved.
     227fi
     228
     229test \$exitcode = 0) || { (exit 1); exit 1; }
     230
     231(
     232  as_lineno_1=\$LINENO
     233  as_lineno_2=\$LINENO
     234  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
     235  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
     236") 2> /dev/null; then
     237  :
     238else
     239  as_candidate_shells=
    130240    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    131241for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
     
    133243  IFS=$as_save_IFS
    134244  test -z "$as_dir" && as_dir=.
    135   for as_base in sh bash ksh sh5; do
    136      case $as_dir in
     245  case $as_dir in
    137246     /*)
    138        if ("$as_dir/$as_base" -c '
     247       for as_base in sh bash ksh sh5; do
     248         as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
     249       done;;
     250       esac
     251done
     252IFS=$as_save_IFS
     253
     254
     255      for as_shell in $as_candidate_shells $SHELL; do
     256     # Try only shells that exist, to save several forks.
     257     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
     258        { ("$as_shell") 2> /dev/null <<\_ASEOF
     259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     260  emulate sh
     261  NULLCMD=:
     262  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     263  # is contrary to our usage.  Disable this feature.
     264  alias -g '${1+"$@"}'='"$@"'
     265  setopt NO_GLOB_SUBST
     266else
     267  case `(set -o) 2>/dev/null` in
     268  *posix*) set -o posix ;;
     269esac
     270
     271fi
     272
     273
     274:
     275_ASEOF
     276}; then
     277  CONFIG_SHELL=$as_shell
     278           as_have_required=yes
     279           if { "$as_shell" 2> /dev/null <<\_ASEOF
     280if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     281  emulate sh
     282  NULLCMD=:
     283  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     284  # is contrary to our usage.  Disable this feature.
     285  alias -g '${1+"$@"}'='"$@"'
     286  setopt NO_GLOB_SUBST
     287else
     288  case `(set -o) 2>/dev/null` in
     289  *posix*) set -o posix ;;
     290esac
     291
     292fi
     293
     294
     295:
     296(as_func_return () {
     297  (exit $1)
     298}
     299as_func_success () {
     300  as_func_return 0
     301}
     302as_func_failure () {
     303  as_func_return 1
     304}
     305as_func_ret_success () {
     306  return 0
     307}
     308as_func_ret_failure () {
     309  return 1
     310}
     311
     312exitcode=0
     313if as_func_success; then
     314  :
     315else
     316  exitcode=1
     317  echo as_func_success failed.
     318fi
     319
     320if as_func_failure; then
     321  exitcode=1
     322  echo as_func_failure succeeded.
     323fi
     324
     325if as_func_ret_success; then
     326  :
     327else
     328  exitcode=1
     329  echo as_func_ret_success failed.
     330fi
     331
     332if as_func_ret_failure; then
     333  exitcode=1
     334  echo as_func_ret_failure succeeded.
     335fi
     336
     337if ( set x; as_func_ret_success y && test x = "$1" ); then
     338  :
     339else
     340  exitcode=1
     341  echo positional parameters were not saved.
     342fi
     343
     344test $exitcode = 0) || { (exit 1); exit 1; }
     345
     346(
    139347  as_lineno_1=$LINENO
    140348  as_lineno_2=$LINENO
    141   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    142349  test "x$as_lineno_1" != "x$as_lineno_2" &&
    143   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    144          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    145          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    146          CONFIG_SHELL=$as_dir/$as_base
    147          export CONFIG_SHELL
    148          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    149        fi;;
    150      esac
    151        done
    152 done
    153 ;;
    154   esac
     350  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
     351
     352_ASEOF
     353}; then
     354  break
     355fi
     356
     357fi
     358
     359      done
     360
     361      if test "x$CONFIG_SHELL" != x; then
     362  for as_var in BASH_ENV ENV
     363    do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     364    done
     365    export CONFIG_SHELL
     366    exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     367fi
     368
     369
     370    if test $as_have_required = no; then
     371  echo This script requires a shell more modern than all the
     372      echo shells that I found on your system.  Please install a
     373      echo modern shell, or manually run the script under such a
     374      echo shell if you do have one.
     375      { (exit 1); exit 1; }
     376fi
     377
     378
     379fi
     380
     381fi
     382
     383
     384
     385(eval "as_func_return () {
     386  (exit \$1)
     387}
     388as_func_success () {
     389  as_func_return 0
     390}
     391as_func_failure () {
     392  as_func_return 1
     393}
     394as_func_ret_success () {
     395  return 0
     396}
     397as_func_ret_failure () {
     398  return 1
     399}
     400
     401exitcode=0
     402if as_func_success; then
     403  :
     404else
     405  exitcode=1
     406  echo as_func_success failed.
     407fi
     408
     409if as_func_failure; then
     410  exitcode=1
     411  echo as_func_failure succeeded.
     412fi
     413
     414if as_func_ret_success; then
     415  :
     416else
     417  exitcode=1
     418  echo as_func_ret_success failed.
     419fi
     420
     421if as_func_ret_failure; then
     422  exitcode=1
     423  echo as_func_ret_failure succeeded.
     424fi
     425
     426if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
     427  :
     428else
     429  exitcode=1
     430  echo positional parameters were not saved.
     431fi
     432
     433test \$exitcode = 0") || {
     434  echo No shell found that supports shell functions.
     435  echo Please tell [email protected] about your system,
     436  echo including any error possibly output before this message.
     437  echo This can help us improve future autoconf versions.
     438  echo Configuration will now proceed without shell functions.
     439}
     440
     441
     442
     443  as_lineno_1=$LINENO
     444  as_lineno_2=$LINENO
     445  test "x$as_lineno_1" != "x$as_lineno_2" &&
     446  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    155447
    156448  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    157449  # uniformly replaced by the line number.  The first 'sed' inserts a
    158   # line-number line before each line; the second 'sed' does the real
    159   # work.  The second script uses 'N' to pair each line-number line
    160   # with the numbered line, and appends trailing '-' during
    161   # substitution so that $LINENO is not a special case at line end.
     450  # line-number line after each line using $LINENO; the second 'sed'
     451  # does the real work.  The second script uses 'N' to pair each
     452  # line-number line with the line containing $LINENO, and appends
     453  # trailing '-' during substitution so that $LINENO is not a special
     454  # case at line end.
    162455  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    163   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    164   sed '=' <$as_myself |
     456  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     457  # E. McMahon (1931-1989) for sed's syntax.  :-)
     458  sed -n '
     459    p
     460    /[$]LINENO/=
     461  ' <$as_myself |
    165462    sed '
     463      s/[$]LINENO.*/&-/
     464      t lineno
     465      b
     466      :lineno
    166467      N
    167       s,$,-,
    168       : loop
    169       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     468      :loop
     469      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    170470      t loop
    171       s,-$,,
    172       s,^['$as_cr_digits']*\n,,
     471      s/-\n.*//
    173472    ' >$as_me.lineno &&
    174   chmod +x $as_me.lineno ||
    175     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     473  chmod +x "$as_me.lineno" ||
     474    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    176475   { (exit 1); exit 1; }; }
    177476
    178477  # Don't try to exec as it changes $[0], causing all sort of problems
    179478  # (the dirname of $[0] is not the place where we might find the
    180   # original and so on.  Autoconf is especially sensible to this).
    181   . ./$as_me.lineno
     479  # original and so on.  Autoconf is especially sensitive to this).
     480  . "./$as_me.lineno"
    182481  # Exit status is that of the last command.
    183482  exit
     
    185484
    186485
    187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    188   *c*,-n*) ECHO_N= ECHO_C='
    189 ' ECHO_T='  ' ;;
    190   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    191   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     486if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     487  as_dirname=dirname
     488else
     489  as_dirname=false
     490fi
     491
     492ECHO_C= ECHO_N= ECHO_T=
     493case `echo -n x` in
     494-n*)
     495  case `echo 'x\c'` in
     496  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     497  *)   ECHO_C='\c';;
     498  esac;;
     499*)
     500  ECHO_N='-n';;
    192501esac
    193 
    194 if expr a : '\(a\)' >/dev/null 2>&1; then
     502if expr a : '\(a\)' >/dev/null 2>&1 &&
     503   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    195504  as_expr=expr
    196505else
     
    199508
    200509rm -f conf$$ conf$$.exe conf$$.file
    201 echo >conf$$.file
    202 if ln -s conf$$.file conf$$ 2>/dev/null; then
    203   # We could just check for DJGPP; but this test a) works b) is more generic
    204   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    205   if test -f conf$$.exe; then
    206     # Don't use ln at all; we don't have any links
     510if test -d conf$$.dir; then
     511  rm -f conf$$.dir/conf$$.file
     512else
     513  rm -f conf$$.dir
     514  mkdir conf$$.dir 2>/dev/null
     515fi
     516if (echo >conf$$.file) 2>/dev/null; then
     517  if ln -s conf$$.file conf$$ 2>/dev/null; then
     518    as_ln_s='ln -s'
     519    # ... but there are two gotchas:
     520    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     521    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     522    # In both cases, we have to default to `cp -p'.
     523    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     524      as_ln_s='cp -p'
     525  elif ln conf$$.file conf$$ 2>/dev/null; then
     526    as_ln_s=ln
     527  else
    207528    as_ln_s='cp -p'
    208   else
    209     as_ln_s='ln -s'
    210529  fi
    211 elif ln conf$$.file conf$$ 2>/dev/null; then
    212   as_ln_s=ln
    213530else
    214531  as_ln_s='cp -p'
    215532fi
    216 rm -f conf$$ conf$$.exe conf$$.file
     533rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     534rmdir conf$$.dir 2>/dev/null
    217535
    218536if mkdir -p . 2>/dev/null; then
     
    223541fi
    224542
    225 as_executable_p="test -f"
     543if test -x / >/dev/null 2>&1; then
     544  as_test_x='test -x'
     545else
     546  if ls -dL / >/dev/null 2>&1; then
     547    as_ls_L_option=L
     548  else
     549    as_ls_L_option=
     550  fi
     551  as_test_x='
     552    eval sh -c '\''
     553      if test -d "$1"; then
     554    test -d "$1/.";
     555      else
     556    case $1 in
     557    -*)set "./$1";;
     558    esac;
     559    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     560    ???[sx]*):;;*)false;;esac;fi
     561    '\'' sh
     562  '
     563fi
     564as_executable_p=$as_test_x
    226565
    227566# Sed expression to map a string onto a valid CPP name.
     
    231570as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    232571
    233 
    234 # IFS
    235 # We need space, tab and new line, in precisely that order.
    236 as_nl='
    237 '
    238 IFS="   $as_nl"
    239 
    240 # CDPATH.
    241 $as_unset CDPATH
    242572
    243573
     
    401731
    402732
     733exec 7<&0 </dev/null 6>&1
     734
    403735# Name of the host.
    404736# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
     
    406738ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    407739
    408 exec 6>&1
    409 
    410740#
    411741# Initializations.
    412742#
    413743ac_default_prefix=/usr/local
     744ac_clean_files=
    414745ac_config_libobj_dir=.
     746LIBOBJS=
    415747cross_compiling=no
    416748subdirs=
     
    418750MAKEFLAGS=
    419751SHELL=${CONFIG_SHELL-/bin/sh}
    420 
    421 # Maximum number of lines to put in a shell here document.
    422 # This variable seems obsolete.  It should probably be removed, and
    423 # only ac_max_sed_lines should be used.
    424 : ${ac_max_here_lines=38}
    425752
    426753# Identity of this package.
     
    435762ac_includes_default="\
    436763#include <stdio.h>
    437 #if HAVE_SYS_TYPES_H
     764#ifdef HAVE_SYS_TYPES_H
    438765# include <sys/types.h>
    439766#endif
    440 #if HAVE_SYS_STAT_H
     767#ifdef HAVE_SYS_STAT_H
    441768# include <sys/stat.h>
    442769#endif
    443 #if STDC_HEADERS
     770#ifdef STDC_HEADERS
    444771# include <stdlib.h>
    445772# include <stddef.h>
    446773#else
    447 # if HAVE_STDLIB_H
     774# ifdef HAVE_STDLIB_H
    448775#  include <stdlib.h>
    449776# endif
    450777#endif
    451 #if HAVE_STRING_H
    452 # if !STDC_HEADERS && HAVE_MEMORY_H
     778#ifdef HAVE_STRING_H
     779# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    453780#  include <memory.h>
    454781# endif
    455782# include <string.h>
    456783#endif
    457 #if HAVE_STRINGS_H
     784#ifdef HAVE_STRINGS_H
    458785# include <strings.h>
    459786#endif
    460 #if HAVE_INTTYPES_H
     787#ifdef HAVE_INTTYPES_H
    461788# include <inttypes.h>
    462 #else
    463 # if HAVE_STDINT_H
    464 #  include <stdint.h>
    465 # endif
    466789#endif
    467 #if HAVE_UNISTD_H
     790#ifdef HAVE_STDINT_H
     791# include <stdint.h>
     792#endif
     793#ifdef HAVE_UNISTD_H
    468794# include <unistd.h>
    469795#endif"
    470796
    471 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SET_MAKE COMPAT32BITFLAGS UNICODE_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL PERL SH MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBICONV LTLIBICONV LIBOBJS LTLIBOBJS'
     797ac_subst_vars='LTLIBOBJS
     798LIBOBJS
     799LTLIBICONV
     800LIBICONV
     801MAINT
     802MAINTAINER_MODE_FALSE
     803MAINTAINER_MODE_TRUE
     804SH
     805PERL
     806LIBTOOL
     807STRIP
     808RANLIB
     809ECHO
     810LN_S
     811EGREP
     812GREP
     813CPP
     814OBJEXT
     815EXEEXT
     816ac_ct_CC
     817CPPFLAGS
     818LDFLAGS
     819CFLAGS
     820CC
     821UNICODE_VERSION
     822SET_MAKE
     823target_os
     824target_vendor
     825target_cpu
     826target
     827host_os
     828host_vendor
     829host_cpu
     830host
     831build_os
     832build_vendor
     833build_cpu
     834build
     835VERSION
     836target_alias
     837host_alias
     838build_alias
     839LIBS
     840ECHO_T
     841ECHO_N
     842ECHO_C
     843DEFS
     844mandir
     845localedir
     846libdir
     847psdir
     848pdfdir
     849dvidir
     850htmldir
     851infodir
     852docdir
     853oldincludedir
     854includedir
     855localstatedir
     856sharedstatedir
     857sysconfdir
     858datadir
     859datarootdir
     860libexecdir
     861sbindir
     862bindir
     863program_transform_name
     864prefix
     865exec_prefix
     866PACKAGE_BUGREPORT
     867PACKAGE_STRING
     868PACKAGE_VERSION
     869PACKAGE_TARNAME
     870PACKAGE_NAME
     871PATH_SEPARATOR
     872SHELL'
    472873ac_subst_files=''
     874ac_user_opts='
     875enable_option_checking
     876enable_shared
     877enable_static
     878enable_fast_install
     879with_gnu_ld
     880enable_libtool_lock
     881with_pic
     882enable_maintainer_mode
     883enable_rpath
     884with_libiconv_prefix
     885'
     886      ac_precious_vars='build_alias
     887host_alias
     888target_alias
     889CC
     890CFLAGS
     891LDFLAGS
     892LIBS
     893CPPFLAGS
     894CPP'
     895
    473896
    474897# Initialize some variables set by options.
    475898ac_init_help=
    476899ac_init_version=false
     900ac_unrecognized_opts=
     901ac_unrecognized_sep=
    477902# The variables have the same names as the options, with
    478903# dashes changed to underlines.
     
    497922# by default will actually change.
    498923# Use braces instead of parens because sh, perl, etc. also accept them.
     924# (The list follows the same order as the GNU Coding Standards.)
    499925bindir='${exec_prefix}/bin'
    500926sbindir='${exec_prefix}/sbin'
    501927libexecdir='${exec_prefix}/libexec'
    502 datadir='${prefix}/share'
     928datarootdir='${prefix}/share'
     929datadir='${datarootdir}'
    503930sysconfdir='${prefix}/etc'
    504931sharedstatedir='${prefix}/com'
    505932localstatedir='${prefix}/var'
    506 libdir='${exec_prefix}/lib'
    507933includedir='${prefix}/include'
    508934oldincludedir='/usr/include'
    509 infodir='${prefix}/info'
    510 mandir='${prefix}/man'
     935docdir='${datarootdir}/doc/${PACKAGE}'
     936infodir='${datarootdir}/info'
     937htmldir='${docdir}'
     938dvidir='${docdir}'
     939pdfdir='${docdir}'
     940psdir='${docdir}'
     941libdir='${exec_prefix}/lib'
     942localedir='${datarootdir}/locale'
     943mandir='${datarootdir}/man'
    511944
    512945ac_prev=
     946ac_dashdash=
    513947for ac_option
    514948do
    515949  # If the previous option needs an argument, assign it.
    516950  if test -n "$ac_prev"; then
    517     eval "$ac_prev=\$ac_option"
     951    eval $ac_prev=\$ac_option
    518952    ac_prev=
    519953    continue
    520954  fi
    521955
    522   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     956  case $ac_option in
     957  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     958  *)    ac_optarg=yes ;;
     959  esac
    523960
    524961  # Accept the important Cygnus configure options, so we can diagnose typos.
    525962
    526   case $ac_option in
     963  case $ac_dashdash$ac_option in
     964  --)
     965    ac_dashdash=yes ;;
    527966
    528967  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    546985    cache_file=config.cache ;;
    547986
    548   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     987  -datadir | --datadir | --datadi | --datad)
    549988    ac_prev=datadir ;;
    550   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    551   | --da=*)
     989  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    552990    datadir=$ac_optarg ;;
    553991
     992  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     993  | --dataroo | --dataro | --datar)
     994    ac_prev=datarootdir ;;
     995  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     996  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     997    datarootdir=$ac_optarg ;;
     998
    554999  -disable-* | --disable-*)
    555     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     1000    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    5561001    # Reject names that are not valid shell variable names.
    557     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    558       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     1002    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1003      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    5591004   { (exit 1); exit 1; }; }
    560     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    561     eval "enable_$ac_feature=no" ;;
     1005    ac_useropt_orig=$ac_useropt
     1006    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1007    case $ac_user_opts in
     1008      *"
     1009"enable_$ac_useropt"
     1010"*) ;;
     1011      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     1012     ac_unrecognized_sep=', ';;
     1013    esac
     1014    eval enable_$ac_useropt=no ;;
     1015
     1016  -docdir | --docdir | --docdi | --doc | --do)
     1017    ac_prev=docdir ;;
     1018  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     1019    docdir=$ac_optarg ;;
     1020
     1021  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     1022    ac_prev=dvidir ;;
     1023  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     1024    dvidir=$ac_optarg ;;
    5621025
    5631026  -enable-* | --enable-*)
    564     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     1027    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    5651028    # Reject names that are not valid shell variable names.
    566     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    567       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     1029    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1030      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    5681031   { (exit 1); exit 1; }; }
    569     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    570     case $ac_option in
    571       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    572       *) ac_optarg=yes ;;
     1032    ac_useropt_orig=$ac_useropt
     1033    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1034    case $ac_user_opts in
     1035      *"
     1036"enable_$ac_useropt"
     1037"*) ;;
     1038      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     1039     ac_unrecognized_sep=', ';;
    5731040    esac
    574     eval "enable_$ac_feature='$ac_optarg'" ;;
     1041    eval enable_$ac_useropt=\$ac_optarg ;;
    5751042
    5761043  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    5991066    host_alias=$ac_optarg ;;
    6001067
     1068  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     1069    ac_prev=htmldir ;;
     1070  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     1071  | --ht=*)
     1072    htmldir=$ac_optarg ;;
     1073
    6011074  -includedir | --includedir | --includedi | --included | --include \
    6021075  | --includ | --inclu | --incl | --inc)
     
    6231096    libexecdir=$ac_optarg ;;
    6241097
     1098  -localedir | --localedir | --localedi | --localed | --locale)
     1099    ac_prev=localedir ;;
     1100  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     1101    localedir=$ac_optarg ;;
     1102
    6251103  -localstatedir | --localstatedir | --localstatedi | --localstated \
    626   | --localstate | --localstat | --localsta | --localst \
    627   | --locals | --local | --loca | --loc | --lo)
     1104  | --localstate | --localstat | --localsta | --localst | --locals)
    6281105    ac_prev=localstatedir ;;
    6291106  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    630   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    631   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     1107  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    6321108    localstatedir=$ac_optarg ;;
    6331109
     
    6941170    program_transform_name=$ac_optarg ;;
    6951171
     1172  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     1173    ac_prev=pdfdir ;;
     1174  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     1175    pdfdir=$ac_optarg ;;
     1176
     1177  -psdir | --psdir | --psdi | --psd | --ps)
     1178    ac_prev=psdir ;;
     1179  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     1180    psdir=$ac_optarg ;;
     1181
    6961182  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    6971183  | -silent | --silent | --silen | --sile | --sil)
     
    7441230
    7451231  -with-* | --with-*)
    746     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1232    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    7471233    # Reject names that are not valid shell variable names.
    748     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    749       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1234    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1235      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    7501236   { (exit 1); exit 1; }; }
    751     ac_package=`echo $ac_package| sed 's/-/_/g'`
    752     case $ac_option in
    753       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    754       *) ac_optarg=yes ;;
     1237    ac_useropt_orig=$ac_useropt
     1238    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1239    case $ac_user_opts in
     1240      *"
     1241"with_$ac_useropt"
     1242"*) ;;
     1243      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1244     ac_unrecognized_sep=', ';;
    7551245    esac
    756     eval "with_$ac_package='$ac_optarg'" ;;
     1246    eval with_$ac_useropt=\$ac_optarg ;;
    7571247
    7581248  -without-* | --without-*)
    759     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1249    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    7601250    # Reject names that are not valid shell variable names.
    761     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    762       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1251    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1252      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    7631253   { (exit 1); exit 1; }; }
    764     ac_package=`echo $ac_package | sed 's/-/_/g'`
    765     eval "with_$ac_package=no" ;;
     1254    ac_useropt_orig=$ac_useropt
     1255    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1256    case $ac_user_opts in
     1257      *"
     1258"with_$ac_useropt"
     1259"*) ;;
     1260      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1261     ac_unrecognized_sep=', ';;
     1262    esac
     1263    eval with_$ac_useropt=no ;;
    7661264
    7671265  --x)
     
    7831281    x_libraries=$ac_optarg ;;
    7841282
    785   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1283  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    7861284Try \`$0 --help' for more information." >&2
    7871285   { (exit 1); exit 1; }; }
     
    7921290    # Reject names that are not valid shell variable names.
    7931291    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    794       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1292      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    7951293   { (exit 1); exit 1; }; }
    796     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    797     eval "$ac_envvar='$ac_optarg'"
     1294    eval $ac_envvar=\$ac_optarg
    7981295    export $ac_envvar ;;
    7991296
    8001297  *)
    8011298    # FIXME: should be removed in autoconf 3.0.
    802     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1299    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    8031300    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    804       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1301      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    8051302    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    8061303    ;;
     
    8111308if test -n "$ac_prev"; then
    8121309  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    813   { echo "$as_me: error: missing argument to $ac_option" >&2
     1310  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    8141311   { (exit 1); exit 1; }; }
    8151312fi
    8161313
    817 # Be sure to have absolute paths.
    818 for ac_var in exec_prefix prefix
     1314if test -n "$ac_unrecognized_opts"; then
     1315  case $enable_option_checking in
     1316    no) ;;
     1317    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1318   { (exit 1); exit 1; }; } ;;
     1319    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1320  esac
     1321fi
     1322
     1323# Check all directory arguments for consistency.
     1324for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1325        datadir sysconfdir sharedstatedir localstatedir includedir \
     1326        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1327        libdir localedir mandir
    8191328do
    820   eval ac_val=$`echo $ac_var`
     1329  eval ac_val=\$$ac_var
     1330  # Remove trailing slashes.
    8211331  case $ac_val in
    822     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    823     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    824    { (exit 1); exit 1; }; };;
     1332    */ )
     1333      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1334      eval $ac_var=\$ac_val;;
    8251335  esac
    826 done
    827 
    828 # Be sure to have absolute paths.
    829 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    830           localstatedir libdir includedir oldincludedir infodir mandir
    831 do
    832   eval ac_val=$`echo $ac_var`
     1336  # Be sure to have absolute directory names.
    8331337  case $ac_val in
    834     [\\/$]* | ?:[\\/]* ) ;;
    835     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    836    { (exit 1); exit 1; }; };;
     1338    [\\/$]* | ?:[\\/]* )  continue;;
     1339    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    8371340  esac
     1341  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1342   { (exit 1); exit 1; }; }
    8381343done
    8391344
     
    8491354  if test "x$build_alias" = x; then
    8501355    cross_compiling=maybe
    851     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1356    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    8521357    If a cross compiler is detected then cross compile mode will be used." >&2
    8531358  elif test "x$build_alias" != "x$host_alias"; then
     
    8621367
    8631368
     1369ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1370ac_ls_di=`ls -di .` &&
     1371ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1372  { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1373   { (exit 1); exit 1; }; }
     1374test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1375  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1376   { (exit 1); exit 1; }; }
     1377
     1378
    8641379# Find the source files, if location was not specified.
    8651380if test -z "$srcdir"; then
    8661381  ac_srcdir_defaulted=yes
    867   # Try the directory containing this script, then its parent.
    868   ac_confdir=`(dirname "$0") 2>/dev/null ||
    869 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    870      X"$0" : 'X\(//\)[^/]' \| \
    871      X"$0" : 'X\(//\)$' \| \
    872      X"$0" : 'X\(/\)' \| \
    873      .     : '\(.\)' 2>/dev/null ||
    874 echo X"$0" |
    875     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    876       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    877       /^X\(\/\/\)$/{ s//\1/; q; }
    878       /^X\(\/\).*/{ s//\1/; q; }
    879       s/.*/./; q'`
     1382  # Try the directory containing this script, then the parent directory.
     1383  ac_confdir=`$as_dirname -- "$as_myself" ||
     1384$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1385     X"$as_myself" : 'X\(//\)[^/]' \| \
     1386     X"$as_myself" : 'X\(//\)$' \| \
     1387     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1388$as_echo X"$as_myself" |
     1389    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1390        s//\1/
     1391        q
     1392      }
     1393      /^X\(\/\/\)[^/].*/{
     1394        s//\1/
     1395        q
     1396      }
     1397      /^X\(\/\/\)$/{
     1398        s//\1/
     1399        q
     1400      }
     1401      /^X\(\/\).*/{
     1402        s//\1/
     1403        q
     1404      }
     1405      s/.*/./; q'`
    8801406  srcdir=$ac_confdir
    881   if test ! -r $srcdir/$ac_unique_file; then
     1407  if test ! -r "$srcdir/$ac_unique_file"; then
    8821408    srcdir=..
    8831409  fi
     
    8851411  ac_srcdir_defaulted=no
    8861412fi
    887 if test ! -r $srcdir/$ac_unique_file; then
    888   if test "$ac_srcdir_defaulted" = yes; then
    889     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1413if test ! -r "$srcdir/$ac_unique_file"; then
     1414  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1415  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    8901416   { (exit 1); exit 1; }; }
    891   else
    892     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1417fi
     1418ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1419ac_abs_confdir=`(
     1420    cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    8931421   { (exit 1); exit 1; }; }
    894   fi
    895 fi
    896 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    897   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    898    { (exit 1); exit 1; }; }
    899 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    900 ac_env_build_alias_set=${build_alias+set}
    901 ac_env_build_alias_value=$build_alias
    902 ac_cv_env_build_alias_set=${build_alias+set}
    903 ac_cv_env_build_alias_value=$build_alias
    904 ac_env_host_alias_set=${host_alias+set}
    905 ac_env_host_alias_value=$host_alias
    906 ac_cv_env_host_alias_set=${host_alias+set}
    907 ac_cv_env_host_alias_value=$host_alias
    908 ac_env_target_alias_set=${target_alias+set}
    909 ac_env_target_alias_value=$target_alias
    910 ac_cv_env_target_alias_set=${target_alias+set}
    911 ac_cv_env_target_alias_value=$target_alias
    912 ac_env_CC_set=${CC+set}
    913 ac_env_CC_value=$CC
    914 ac_cv_env_CC_set=${CC+set}
    915 ac_cv_env_CC_value=$CC
    916 ac_env_CFLAGS_set=${CFLAGS+set}
    917 ac_env_CFLAGS_value=$CFLAGS
    918 ac_cv_env_CFLAGS_set=${CFLAGS+set}
    919 ac_cv_env_CFLAGS_value=$CFLAGS
    920 ac_env_LDFLAGS_set=${LDFLAGS+set}
    921 ac_env_LDFLAGS_value=$LDFLAGS
    922 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    923 ac_cv_env_LDFLAGS_value=$LDFLAGS
    924 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    925 ac_env_CPPFLAGS_value=$CPPFLAGS
    926 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    927 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
    928 ac_env_CPP_set=${CPP+set}
    929 ac_env_CPP_value=$CPP
    930 ac_cv_env_CPP_set=${CPP+set}
    931 ac_cv_env_CPP_value=$CPP
     1422    pwd)`
     1423# When building in place, set srcdir=.
     1424if test "$ac_abs_confdir" = "$ac_pwd"; then
     1425  srcdir=.
     1426fi
     1427# Remove unnecessary trailing slashes from srcdir.
     1428# Double slashes in file names in object file debugging info
     1429# mess up M-x gdb in Emacs.
     1430case $srcdir in
     1431*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1432esac
     1433for ac_var in $ac_precious_vars; do
     1434  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1435  eval ac_env_${ac_var}_value=\$${ac_var}
     1436  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1437  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1438done
    9321439
    9331440#
     
    9581465      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    9591466
    960 _ACEOF
    961 
    962   cat <<_ACEOF
    9631467Installation directories:
    9641468  --prefix=PREFIX         install architecture-independent files in PREFIX
    965               [$ac_default_prefix]
     1469                          [$ac_default_prefix]
    9661470  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    967               [PREFIX]
     1471                          [PREFIX]
    9681472
    9691473By default, \`make install' will install all the files in
     
    9751479
    9761480Fine tuning of the installation directories:
    977   --bindir=DIR           user executables [EPREFIX/bin]
    978   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    979   --libexecdir=DIR       program executables [EPREFIX/libexec]
    980   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    981   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    982   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    983   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    984   --libdir=DIR           object code libraries [EPREFIX/lib]
    985   --includedir=DIR       C header files [PREFIX/include]
    986   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    987   --infodir=DIR          info documentation [PREFIX/info]
    988   --mandir=DIR           man documentation [PREFIX/man]
     1481  --bindir=DIR            user executables [EPREFIX/bin]
     1482  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1483  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1484  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1485  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1486  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1487  --libdir=DIR            object code libraries [EPREFIX/lib]
     1488  --includedir=DIR        C header files [PREFIX/include]
     1489  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1490  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1491  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1492  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1493  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1494  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1495  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
     1496  --htmldir=DIR           html documentation [DOCDIR]
     1497  --dvidir=DIR            dvi documentation [DOCDIR]
     1498  --pdfdir=DIR            pdf documentation [DOCDIR]
     1499  --psdir=DIR             ps documentation [DOCDIR]
    9891500_ACEOF
    9901501
     
    10031514
    10041515Optional Features:
     1516  --disable-option-checking  ignore unrecognized --enable/--with options
    10051517  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    10061518  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    10261538  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    10271539              nonstandard directory <lib dir>
    1028   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    1029               headers in a nonstandard directory <include dir>
     1540  LIBS        libraries to pass to the linker, e.g. -l<library>
     1541  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1542              you have headers in a nonstandard directory <include dir>
    10301543  CPP         C preprocessor
    10311544
     
    10341547
    10351548_ACEOF
     1549ac_status=$?
    10361550fi
    10371551
    10381552if test "$ac_init_help" = "recursive"; then
    10391553  # If there are subdirs, report their specific --help.
    1040   ac_popdir=`pwd`
    10411554  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1042     test -d $ac_dir || continue
     1555    test -d "$ac_dir" ||
     1556      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1557      continue
    10431558    ac_builddir=.
    10441559
    1045 if test "$ac_dir" != .; then
    1046   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1047   # A "../" for each directory in $ac_dir_suffix.
    1048   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    1049 else
    1050   ac_dir_suffix= ac_top_builddir=
    1051 fi
     1560case "$ac_dir" in
     1561.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1562*)
     1563  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1564  # A ".." for each directory in $ac_dir_suffix.
     1565  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1566  case $ac_top_builddir_sub in
     1567  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1568  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1569  esac ;;
     1570esac
     1571ac_abs_top_builddir=$ac_pwd
     1572ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1573# for backward compatibility:
     1574ac_top_builddir=$ac_top_build_prefix
    10521575
    10531576case $srcdir in
    1054   .)  # No --srcdir option.  We are building in place.
     1577  .)  # We are building in place.
    10551578    ac_srcdir=.
    1056     if test -z "$ac_top_builddir"; then
    1057        ac_top_srcdir=.
     1579    ac_top_srcdir=$ac_top_builddir_sub
     1580    ac_abs_top_srcdir=$ac_pwd ;;
     1581  [\\/]* | ?:[\\/]* )  # Absolute name.
     1582    ac_srcdir=$srcdir$ac_dir_suffix;
     1583    ac_top_srcdir=$srcdir
     1584    ac_abs_top_srcdir=$srcdir ;;
     1585  *) # Relative name.
     1586    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1587    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1588    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     1589esac
     1590ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1591
     1592    cd "$ac_dir" || { ac_status=$?; continue; }
     1593    # Check for guested configure.
     1594    if test -f "$ac_srcdir/configure.gnu"; then
     1595      echo &&
     1596      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1597    elif test -f "$ac_srcdir/configure"; then
     1598      echo &&
     1599      $SHELL "$ac_srcdir/configure" --help=recursive
    10581600    else
    1059        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    1060     fi ;;
    1061   [\\/]* | ?:[\\/]* )  # Absolute path.
    1062     ac_srcdir=$srcdir$ac_dir_suffix;
    1063     ac_top_srcdir=$srcdir ;;
    1064   *) # Relative path.
    1065     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    1066     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    1067 esac
    1068 
    1069 # Do not use `cd foo && pwd` to compute absolute paths, because
    1070 # the directories may not exist.
    1071 case `pwd` in
    1072 .) ac_abs_builddir="$ac_dir";;
    1073 *)
    1074   case "$ac_dir" in
    1075   .) ac_abs_builddir=`pwd`;;
    1076   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    1077   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    1078   esac;;
    1079 esac
    1080 case $ac_abs_builddir in
    1081 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    1082 *)
    1083   case ${ac_top_builddir}. in
    1084   .) ac_abs_top_builddir=$ac_abs_builddir;;
    1085   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    1086   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    1087   esac;;
    1088 esac
    1089 case $ac_abs_builddir in
    1090 .) ac_abs_srcdir=$ac_srcdir;;
    1091 *)
    1092   case $ac_srcdir in
    1093   .) ac_abs_srcdir=$ac_abs_builddir;;
    1094   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    1095   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    1096   esac;;
    1097 esac
    1098 case $ac_abs_builddir in
    1099 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    1100 *)
    1101   case $ac_top_srcdir in
    1102   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    1103   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    1104   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    1105   esac;;
    1106 esac
    1107 
    1108     cd $ac_dir
    1109     # Check for guested configure; otherwise get Cygnus style configure.
    1110     if test -f $ac_srcdir/configure.gnu; then
    1111       echo
    1112       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    1113     elif test -f $ac_srcdir/configure; then
    1114       echo
    1115       $SHELL $ac_srcdir/configure  --help=recursive
    1116     elif test -f $ac_srcdir/configure.ac ||
    1117        test -f $ac_srcdir/configure.in; then
    1118       echo
    1119       $ac_configure --help
    1120     else
    1121       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    1122     fi
    1123     cd $ac_popdir
     1601      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1602    fi || ac_status=$?
     1603    cd "$ac_pwd" || { ac_status=$?; break; }
    11241604  done
    11251605fi
    11261606
    1127 test -n "$ac_init_help" && exit 0
     1607test -n "$ac_init_help" && exit $ac_status
    11281608if $ac_init_version; then
    11291609  cat <<\_ACEOF
    1130 
    1131 Copyright (C) 2003 Free Software Foundation, Inc.
     1610configure
     1611generated by GNU Autoconf 2.63
     1612
     1613Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     16142002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    11321615This configure script is free software; the Free Software Foundation
    11331616gives unlimited permission to copy, distribute and modify it.
    11341617_ACEOF
    1135   exit 0
    1136 fi
    1137 exec 5>config.log
    1138 cat >&5 <<_ACEOF
     1618  exit
     1619fi
     1620cat >config.log <<_ACEOF
    11391621This file contains any messages produced by compilers while
    11401622running configure, to aid debugging if configure makes a mistake.
    11411623
    11421624It was created by $as_me, which was
    1143 generated by GNU Autoconf 2.59.  Invocation command line was
     1625generated by GNU Autoconf 2.63.  Invocation command line was
    11441626
    11451627  $ $0 $@
    11461628
    11471629_ACEOF
     1630exec 5>>config.log
    11481631{
    11491632cat <<_ASUNAME
     
    11641647/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    11651648/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    1166 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1649/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    11671650/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    11681651/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    11761659  IFS=$as_save_IFS
    11771660  test -z "$as_dir" && as_dir=.
    1178   echo "PATH: $as_dir"
     1661  $as_echo "PATH: $as_dir"
    11791662done
     1663IFS=$as_save_IFS
    11801664
    11811665} >&5
     
    11991683ac_configure_args0=
    12001684ac_configure_args1=
    1201 ac_sep=
    12021685ac_must_keep_next=false
    12031686for ac_pass in 1 2
     
    12101693    | -silent | --silent | --silen | --sile | --sil)
    12111694      continue ;;
    1212     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1213       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1695    *\'*)
     1696      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    12141697    esac
    12151698    case $ac_pass in
     
    12321715    esac
    12331716      fi
    1234       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1235       # Get rid of the leading space.
    1236       ac_sep=" "
     1717      ac_configure_args="$ac_configure_args '$ac_arg'"
    12371718      ;;
    12381719    esac
     
    12451726# config.log.  We remove comments because anyway the quotes in there
    12461727# would cause problems or look ugly.
    1247 # WARNING: Be sure not to use single quotes in there, as some shells,
    1248 # such as our DU 5.0 friend, will then `close' the trap.
     1728# WARNING: Use '\'' to represent an apostrophe within the trap.
     1729# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    12491730trap 'exit_status=$?
    12501731  # Save into config.log some information that might help in debugging.
     
    12591740    echo
    12601741    # The following way of writing the cache mishandles newlines in values,
    1261 {
     1742(
     1743  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1744    eval ac_val=\$$ac_var
     1745    case $ac_val in #(
     1746    *${as_nl}*)
     1747      case $ac_var in #(
     1748      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1749$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1750      esac
     1751      case $ac_var in #(
     1752      _ | IFS | as_nl) ;; #(
     1753      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     1754      *) $as_unset $ac_var ;;
     1755      esac ;;
     1756    esac
     1757  done
    12621758  (set) 2>&1 |
    1263     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1264     *ac_space=\ *)
     1759    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1760    *${as_nl}ac_space=\ *)
    12651761      sed -n \
    1266     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1267       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1762    "s/'\''/'\''\\\\'\'''\''/g;
     1763      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1764      ;; #(
     1765    *)
     1766      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    12681767      ;;
    1269     *)
    1270       sed -n \
    1271     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1272       ;;
    1273     esac;
    1274 }
     1768    esac |
     1769    sort
     1770)
    12751771    echo
    12761772
     
    12831779    for ac_var in $ac_subst_vars
    12841780    do
    1285       eval ac_val=$`echo $ac_var`
    1286       echo "$ac_var='"'"'$ac_val'"'"'"
     1781      eval ac_val=\$$ac_var
     1782      case $ac_val in
     1783      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1784      esac
     1785      $as_echo "$ac_var='\''$ac_val'\''"
    12871786    done | sort
    12881787    echo
     
    12901789    if test -n "$ac_subst_files"; then
    12911790      cat <<\_ASBOX
    1292 ## ------------- ##
    1293 ## Output files. ##
    1294 ## ------------- ##
     1791## ------------------- ##
     1792## File substitutions. ##
     1793## ------------------- ##
    12951794_ASBOX
    12961795      echo
    12971796      for ac_var in $ac_subst_files
    12981797      do
    1299     eval ac_val=$`echo $ac_var`
    1300     echo "$ac_var='"'"'$ac_val'"'"'"
     1798    eval ac_val=\$$ac_var
     1799    case $ac_val in
     1800    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1801    esac
     1802    $as_echo "$ac_var='\''$ac_val'\''"
    13011803      done | sort
    13021804      echo
     
    13101812_ASBOX
    13111813      echo
    1312       sed "/^$/d" confdefs.h | sort
     1814      cat confdefs.h
    13131815      echo
    13141816    fi
    13151817    test "$ac_signal" != 0 &&
    1316       echo "$as_me: caught signal $ac_signal"
    1317     echo "$as_me: exit $exit_status"
     1818      $as_echo "$as_me: caught signal $ac_signal"
     1819    $as_echo "$as_me: exit $exit_status"
    13181820  } >&5
    1319   rm -f core *.core &&
    1320   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1821  rm -f core *.core core.conftest.* &&
     1822    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    13211823    exit $exit_status
    1322      ' 0
     1824' 0
    13231825for ac_signal in 1 2 13 15; do
    13241826  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    13271829
    13281830# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1329 rm -rf conftest* confdefs.h
    1330 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1331 echo >confdefs.h
     1831rm -f -r conftest* confdefs.h
    13321832
    13331833# Predefined preprocessor variables.
     
    13591859
    13601860# Let the site file select an alternate cache file if it wants to.
    1361 # Prefer explicitly selected file to automatically selected ones.
    1362 if test -z "$CONFIG_SITE"; then
    1363   if test "x$prefix" != xNONE; then
    1364     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1365   else
    1366     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1367   fi
    1368 fi
    1369 for ac_site_file in $CONFIG_SITE; do
     1861# Prefer an explicitly selected file to automatically selected ones.
     1862ac_site_file1=NONE
     1863ac_site_file2=NONE
     1864if test -n "$CONFIG_SITE"; then
     1865  ac_site_file1=$CONFIG_SITE
     1866elif test "x$prefix" != xNONE; then
     1867  ac_site_file1=$prefix/share/config.site
     1868  ac_site_file2=$prefix/etc/config.site
     1869else
     1870  ac_site_file1=$ac_default_prefix/share/config.site
     1871  ac_site_file2=$ac_default_prefix/etc/config.site
     1872fi
     1873for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1874do
     1875  test "x$ac_site_file" = xNONE && continue
    13701876  if test -r "$ac_site_file"; then
    1371     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1372 echo "$as_me: loading site script $ac_site_file" >&6;}
     1877    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1878$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    13731879    sed 's/^/| /' "$ac_site_file" >&5
    13741880    . "$ac_site_file"
     
    13801886  # files actually), so we avoid doing that.
    13811887  if test -f "$cache_file"; then
    1382     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1383 echo "$as_me: loading cache $cache_file" >&6;}
     1888    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1889$as_echo "$as_me: loading cache $cache_file" >&6;}
    13841890    case $cache_file in
    1385       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1386       *)                      . ./$cache_file;;
     1891      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1892      *)                      . "./$cache_file";;
    13871893    esac
    13881894  fi
    13891895else
    1390   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1391 echo "$as_me: creating cache $cache_file" >&6;}
     1896  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1897$as_echo "$as_me: creating cache $cache_file" >&6;}
    13921898  >$cache_file
    13931899fi
     
    13961902# value.
    13971903ac_cache_corrupted=false
    1398 for ac_var in `(set) 2>&1 |
    1399            sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1904for ac_var in $ac_precious_vars; do
    14001905  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    14011906  eval ac_new_set=\$ac_env_${ac_var}_set
    1402   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1403   eval ac_new_val="\$ac_env_${ac_var}_value"
     1907  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1908  eval ac_new_val=\$ac_env_${ac_var}_value
    14041909  case $ac_old_set,$ac_new_set in
    14051910    set,)
    1406       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1407 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1911      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1912$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    14081913      ac_cache_corrupted=: ;;
    14091914    ,set)
    1410       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1411 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1915      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1916$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    14121917      ac_cache_corrupted=: ;;
    14131918    ,);;
    14141919    *)
    14151920      if test "x$ac_old_val" != "x$ac_new_val"; then
    1416     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1417 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1418     { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1419 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1420     { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1421 echo "$as_me:   current value: $ac_new_val" >&2;}
    1422     ac_cache_corrupted=:
     1921    # differences in whitespace do not lead to failure.
     1922    ac_old_val_w=`echo x $ac_old_val`
     1923    ac_new_val_w=`echo x $ac_new_val`
     1924    if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1925      { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1926$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1927      ac_cache_corrupted=:
     1928    else
     1929      { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1930$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1931      eval $ac_var=\$ac_old_val
     1932    fi
     1933    { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1934$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1935    { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1936$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    14231937      fi;;
    14241938  esac
     
    14261940  if test "$ac_new_set" = set; then
    14271941    case $ac_new_val in
    1428     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1429       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1942    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    14301943    *) ac_arg=$ac_var=$ac_new_val ;;
    14311944    esac
     
    14371950done
    14381951if $ac_cache_corrupted; then
    1439   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1440 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1441   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1442 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1952  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1953$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1954  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1955$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1956  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1957$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    14431958   { (exit 1); exit 1; }; }
    14441959fi
     1960
     1961
     1962
     1963
     1964
     1965
     1966
     1967
     1968
     1969
     1970
     1971
     1972
     1973
     1974
     1975
    14451976
    14461977ac_ext=c
     
    14511982
    14521983
    1453 
    1454 
    1455 
    1456 
    1457 
    1458 
    1459 
    1460 
    1461 
    1462 
    1463 
    1464 
    1465 
    1466 
    1467 
    1468 
    1469 
    14701984VERSION=`cat .version`
    14711985
     
    14741988
    14751989ac_aux_dir=
    1476 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    1477   if test -f $ac_dir/install-sh; then
     1990for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     1991  if test -f "$ac_dir/install-sh"; then
    14781992    ac_aux_dir=$ac_dir
    14791993    ac_install_sh="$ac_aux_dir/install-sh -c"
    14801994    break
    1481   elif test -f $ac_dir/install.sh; then
     1995  elif test -f "$ac_dir/install.sh"; then
    14821996    ac_aux_dir=$ac_dir
    14831997    ac_install_sh="$ac_aux_dir/install.sh -c"
    14841998    break
    1485   elif test -f $ac_dir/shtool; then
     1999  elif test -f "$ac_dir/shtool"; then
    14862000    ac_aux_dir=$ac_dir
    14872001    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    14902004done
    14912005if test -z "$ac_aux_dir"; then
    1492   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    1493 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     2006  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     2007$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    14942008   { (exit 1); exit 1; }; }
    14952009fi
    1496 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    1497 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    1498 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
     2010
     2011# These three variables are undocumented and unsupported,
     2012# and are intended to be withdrawn in a future Autoconf release.
     2013# They can cause serious problems if a builder's source tree is in a directory
     2014# whose full name contains unusual characters.
     2015ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
     2016ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
     2017ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     2018
    14992019
    15002020# Make sure we can run config.sub.
    1501 $ac_config_sub sun4 >/dev/null 2>&1 ||
    1502   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
    1503 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     2021$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
     2022  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     2023$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    15042024   { (exit 1); exit 1; }; }
    15052025
    1506 echo "$as_me:$LINENO: checking build system type" >&5
    1507 echo $ECHO_N "checking build system type... $ECHO_C" >&6
     2026{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     2027$as_echo_n "checking build system type... " >&6; }
    15082028if test "${ac_cv_build+set}" = set; then
    1509   echo $ECHO_N "(cached) $ECHO_C" >&6
    1510 else
    1511   ac_cv_build_alias=$build_alias
    1512 test -z "$ac_cv_build_alias" &&
    1513   ac_cv_build_alias=`$ac_config_guess`
    1514 test -z "$ac_cv_build_alias" &&
    1515   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1516 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     2029  $as_echo_n "(cached) " >&6
     2030else
     2031  ac_build_alias=$build_alias
     2032test "x$ac_build_alias" = x &&
     2033  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
     2034test "x$ac_build_alias" = x &&
     2035  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     2036$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    15172037   { (exit 1); exit 1; }; }
    1518 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    1519   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
    1520 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     2038ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
     2039  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     2040$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    15212041   { (exit 1); exit 1; }; }
    15222042
    15232043fi
    1524 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1525 echo "${ECHO_T}$ac_cv_build" >&6
     2044{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     2045$as_echo "$ac_cv_build" >&6; }
     2046case $ac_cv_build in
     2047*-*-*) ;;
     2048*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     2049$as_echo "$as_me: error: invalid value of canonical build" >&2;}
     2050   { (exit 1); exit 1; }; };;
     2051esac
    15262052build=$ac_cv_build
    1527 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1528 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    1529 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    1530 
    1531 
    1532 echo "$as_me:$LINENO: checking host system type" >&5
    1533 echo $ECHO_N "checking host system type... $ECHO_C" >&6
     2053ac_save_IFS=$IFS; IFS='-'
     2054set x $ac_cv_build
     2055shift
     2056build_cpu=$1
     2057build_vendor=$2
     2058shift; shift
     2059# Remember, the first character of IFS is used to create $*,
     2060# except with old shells:
     2061build_os=$*
     2062IFS=$ac_save_IFS
     2063case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
     2064
     2065
     2066{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     2067$as_echo_n "checking host system type... " >&6; }
    15342068if test "${ac_cv_host+set}" = set; then
    1535   echo $ECHO_N "(cached) $ECHO_C" >&6
    1536 else
    1537   ac_cv_host_alias=$host_alias
    1538 test -z "$ac_cv_host_alias" &&
    1539   ac_cv_host_alias=$ac_cv_build_alias
    1540 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    1541   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    1542 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     2069  $as_echo_n "(cached) " >&6
     2070else
     2071  if test "x$host_alias" = x; then
     2072  ac_cv_host=$ac_cv_build
     2073else
     2074  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     2075    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     2076$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    15432077   { (exit 1); exit 1; }; }
    1544 
    1545 fi
    1546 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    1547 echo "${ECHO_T}$ac_cv_host" >&6
     2078fi
     2079
     2080fi
     2081{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     2082$as_echo "$ac_cv_host" >&6; }
     2083case $ac_cv_host in
     2084*-*-*) ;;
     2085*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     2086$as_echo "$as_me: error: invalid value of canonical host" >&2;}
     2087   { (exit 1); exit 1; }; };;
     2088esac
    15482089host=$ac_cv_host
    1549 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1550 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    1551 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    1552 
    1553 
    1554 echo "$as_me:$LINENO: checking target system type" >&5
    1555 echo $ECHO_N "checking target system type... $ECHO_C" >&6
     2090ac_save_IFS=$IFS; IFS='-'
     2091set x $ac_cv_host
     2092shift
     2093host_cpu=$1
     2094host_vendor=$2
     2095shift; shift
     2096# Remember, the first character of IFS is used to create $*,
     2097# except with old shells:
     2098host_os=$*
     2099IFS=$ac_save_IFS
     2100case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
     2101
     2102
     2103{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     2104$as_echo_n "checking target system type... " >&6; }
    15562105if test "${ac_cv_target+set}" = set; then
    1557   echo $ECHO_N "(cached) $ECHO_C" >&6
    1558 else
    1559   ac_cv_target_alias=$target_alias
    1560 test "x$ac_cv_target_alias" = "x" &&
    1561   ac_cv_target_alias=$ac_cv_host_alias
    1562 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    1563   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    1564 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     2106  $as_echo_n "(cached) " >&6
     2107else
     2108  if test "x$target_alias" = x; then
     2109  ac_cv_target=$ac_cv_host
     2110else
     2111  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     2112    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     2113$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    15652114   { (exit 1); exit 1; }; }
    1566 
    1567 fi
    1568 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    1569 echo "${ECHO_T}$ac_cv_target" >&6
     2115fi
     2116
     2117fi
     2118{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     2119$as_echo "$ac_cv_target" >&6; }
     2120case $ac_cv_target in
     2121*-*-*) ;;
     2122*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     2123$as_echo "$as_me: error: invalid value of canonical target" >&2;}
     2124   { (exit 1); exit 1; }; };;
     2125esac
    15702126target=$ac_cv_target
    1571 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1572 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    1573 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     2127ac_save_IFS=$IFS; IFS='-'
     2128set x $ac_cv_target
     2129shift
     2130target_cpu=$1
     2131target_vendor=$2
     2132shift; shift
     2133# Remember, the first character of IFS is used to create $*,
     2134# except with old shells:
     2135target_os=$*
     2136IFS=$ac_save_IFS
     2137case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
    15742138
    15752139
     
    15812145  program_prefix=${target_alias}-
    15822146
    1583           ac_config_headers="$ac_config_headers config.h"
    1584 
    1585 
    1586 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    1587 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    1588 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
    1589 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    1590   echo $ECHO_N "(cached) $ECHO_C" >&6
     2147ac_config_headers="$ac_config_headers config.h"
     2148
     2149
     2150{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2151$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2152set x ${MAKE-make}
     2153ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2154if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
     2155  $as_echo_n "(cached) " >&6
    15912156else
    15922157  cat >conftest.make <<\_ACEOF
     2158SHELL = /bin/sh
    15932159all:
    1594     @echo 'ac_maketemp="$(MAKE)"'
     2160    @echo '@@@%%%=$(MAKE)=@@@%%%'
    15952161_ACEOF
    15962162# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    1597 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
    1598 if test -n "$ac_maketemp"; then
    1599   eval ac_cv_prog_make_${ac_make}_set=yes
    1600 else
    1601   eval ac_cv_prog_make_${ac_make}_set=no
    1602 fi
     2163case `${MAKE-make} -f conftest.make 2>/dev/null` in
     2164  *@@@%%%=?*=@@@%%%*)
     2165    eval ac_cv_prog_make_${ac_make}_set=yes;;
     2166  *)
     2167    eval ac_cv_prog_make_${ac_make}_set=no;;
     2168esac
    16032169rm -f conftest.make
    16042170fi
    1605 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    1606   echo "$as_me:$LINENO: result: yes" >&5
    1607 echo "${ECHO_T}yes" >&6
     2171if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
     2172  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2173$as_echo "yes" >&6; }
    16082174  SET_MAKE=
    16092175else
    1610   echo "$as_me:$LINENO: result: no" >&5
    1611 echo "${ECHO_T}no" >&6
     2176  { $as_echo "$as_me:$LINENO: result: no" >&5
     2177$as_echo "no" >&6; }
    16122178  SET_MAKE="MAKE=${MAKE-make}"
    1613 fi
    1614 
    1615 
    1616 echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
    1617 echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6
    1618 arch_64bit=no
    1619 case "$host_cpu" in
    1620 x86_64) arch_64bit=yes ;;
    1621 esac
    1622 
    1623 if test "$arch_64bit" = yes; then
    1624   echo "$as_me:$LINENO: result: yes" >&5
    1625 echo "${ECHO_T}yes" >&6
    1626   if test -z "$COMPAT32BITFLAGS" ; then
    1627     COMPAT32BITFLAGS="-m32"
    1628   fi
    1629 else
    1630   echo "$as_me:$LINENO: result: no" >&5
    1631 echo "${ECHO_T}no" >&6
    1632   if test -z "$COMPAT32BITFLAGS" ; then
    1633     COMPAT32BITFLAGS=
    1634   fi
    16352179fi
    16362180
     
    16472191  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    16482192set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1649 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2193{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2194$as_echo_n "checking for $ac_word... " >&6; }
    16512195if test "${ac_cv_prog_CC+set}" = set; then
    1652   echo $ECHO_N "(cached) $ECHO_C" >&6
     2196  $as_echo_n "(cached) " >&6
    16532197else
    16542198  if test -n "$CC"; then
     
    16612205  test -z "$as_dir" && as_dir=.
    16622206  for ac_exec_ext in '' $ac_executable_extensions; do
    1663   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2207  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16642208    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1665     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2209    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16662210    break 2
    16672211  fi
    16682212done
    16692213done
     2214IFS=$as_save_IFS
    16702215
    16712216fi
     
    16732218CC=$ac_cv_prog_CC
    16742219if test -n "$CC"; then
    1675   echo "$as_me:$LINENO: result: $CC" >&5
    1676 echo "${ECHO_T}$CC" >&6
    1677 else
    1678   echo "$as_me:$LINENO: result: no" >&5
    1679 echo "${ECHO_T}no" >&6
    1680 fi
     2220  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2221$as_echo "$CC" >&6; }
     2222else
     2223  { $as_echo "$as_me:$LINENO: result: no" >&5
     2224$as_echo "no" >&6; }
     2225fi
     2226
    16812227
    16822228fi
     
    16852231  # Extract the first word of "gcc", so it can be a program name with args.
    16862232set dummy gcc; ac_word=$2
    1687 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1688 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2233{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2234$as_echo_n "checking for $ac_word... " >&6; }
    16892235if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1690   echo $ECHO_N "(cached) $ECHO_C" >&6
     2236  $as_echo_n "(cached) " >&6
    16912237else
    16922238  if test -n "$ac_ct_CC"; then
     
    16992245  test -z "$as_dir" && as_dir=.
    17002246  for ac_exec_ext in '' $ac_executable_extensions; do
    1701   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2247  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17022248    ac_cv_prog_ac_ct_CC="gcc"
    1703     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2249    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17042250    break 2
    17052251  fi
    17062252done
    17072253done
     2254IFS=$as_save_IFS
    17082255
    17092256fi
     
    17112258ac_ct_CC=$ac_cv_prog_ac_ct_CC
    17122259if test -n "$ac_ct_CC"; then
    1713   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1714 echo "${ECHO_T}$ac_ct_CC" >&6
    1715 else
    1716   echo "$as_me:$LINENO: result: no" >&5
    1717 echo "${ECHO_T}no" >&6
    1718 fi
    1719 
    1720   CC=$ac_ct_CC
     2260  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2261$as_echo "$ac_ct_CC" >&6; }
     2262else
     2263  { $as_echo "$as_me:$LINENO: result: no" >&5
     2264$as_echo "no" >&6; }
     2265fi
     2266
     2267  if test "x$ac_ct_CC" = x; then
     2268    CC=""
     2269  else
     2270    case $cross_compiling:$ac_tool_warned in
     2271yes:)
     2272{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2273$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2274ac_tool_warned=yes ;;
     2275esac
     2276    CC=$ac_ct_CC
     2277  fi
    17212278else
    17222279  CC="$ac_cv_prog_CC"
     
    17242281
    17252282if test -z "$CC"; then
    1726   if test -n "$ac_tool_prefix"; then
    1727   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     2283          if test -n "$ac_tool_prefix"; then
     2284    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    17282285set dummy ${ac_tool_prefix}cc; ac_word=$2
    1729 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1730 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2286{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2287$as_echo_n "checking for $ac_word... " >&6; }
    17312288if test "${ac_cv_prog_CC+set}" = set; then
    1732   echo $ECHO_N "(cached) $ECHO_C" >&6
     2289  $as_echo_n "(cached) " >&6
    17332290else
    17342291  if test -n "$CC"; then
     
    17412298  test -z "$as_dir" && as_dir=.
    17422299  for ac_exec_ext in '' $ac_executable_extensions; do
    1743   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2300  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17442301    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1745     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2302    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17462303    break 2
    17472304  fi
    17482305done
    17492306done
     2307IFS=$as_save_IFS
    17502308
    17512309fi
     
    17532311CC=$ac_cv_prog_CC
    17542312if test -n "$CC"; then
    1755   echo "$as_me:$LINENO: result: $CC" >&5
    1756 echo "${ECHO_T}$CC" >&6
    1757 else
    1758   echo "$as_me:$LINENO: result: no" >&5
    1759 echo "${ECHO_T}no" >&6
    1760 fi
    1761 
    1762 fi
    1763 if test -z "$ac_cv_prog_CC"; then
    1764   ac_ct_CC=$CC
    1765   # Extract the first word of "cc", so it can be a program name with args.
    1766 set dummy cc; ac_word=$2
    1767 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1769 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1770   echo $ECHO_N "(cached) $ECHO_C" >&6
    1771 else
    1772   if test -n "$ac_ct_CC"; then
    1773   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    1774 else
    1775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1776 for as_dir in $PATH
    1777 do
    1778   IFS=$as_save_IFS
    1779   test -z "$as_dir" && as_dir=.
    1780   for ac_exec_ext in '' $ac_executable_extensions; do
    1781   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    1782     ac_cv_prog_ac_ct_CC="cc"
    1783     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1784     break 2
     2313  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2314$as_echo "$CC" >&6; }
     2315else
     2316  { $as_echo "$as_me:$LINENO: result: no" >&5
     2317$as_echo "no" >&6; }
     2318fi
     2319
     2320
    17852321  fi
    1786 done
    1787 done
    1788 
    1789 fi
    1790 fi
    1791 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    1792 if test -n "$ac_ct_CC"; then
    1793   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1794 echo "${ECHO_T}$ac_ct_CC" >&6
    1795 else
    1796   echo "$as_me:$LINENO: result: no" >&5
    1797 echo "${ECHO_T}no" >&6
    1798 fi
    1799 
    1800   CC=$ac_ct_CC
    1801 else
    1802   CC="$ac_cv_prog_CC"
    1803 fi
    1804 
    18052322fi
    18062323if test -z "$CC"; then
    18072324  # Extract the first word of "cc", so it can be a program name with args.
    18082325set dummy cc; ac_word=$2
    1809 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2326{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2327$as_echo_n "checking for $ac_word... " >&6; }
    18112328if test "${ac_cv_prog_CC+set}" = set; then
    1812   echo $ECHO_N "(cached) $ECHO_C" >&6
     2329  $as_echo_n "(cached) " >&6
    18132330else
    18142331  if test -n "$CC"; then
     
    18222339  test -z "$as_dir" && as_dir=.
    18232340  for ac_exec_ext in '' $ac_executable_extensions; do
    1824   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2341  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18252342    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    18262343       ac_prog_rejected=yes
     
    18282345     fi
    18292346    ac_cv_prog_CC="cc"
    1830     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2347    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18312348    break 2
    18322349  fi
    18332350done
    18342351done
     2352IFS=$as_save_IFS
    18352353
    18362354if test $ac_prog_rejected = yes; then
     
    18502368CC=$ac_cv_prog_CC
    18512369if test -n "$CC"; then
    1852   echo "$as_me:$LINENO: result: $CC" >&5
    1853 echo "${ECHO_T}$CC" >&6
    1854 else
    1855   echo "$as_me:$LINENO: result: no" >&5
    1856 echo "${ECHO_T}no" >&6
    1857 fi
     2370  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2371$as_echo "$CC" >&6; }
     2372else
     2373  { $as_echo "$as_me:$LINENO: result: no" >&5
     2374$as_echo "no" >&6; }
     2375fi
     2376
    18582377
    18592378fi
    18602379if test -z "$CC"; then
    18612380  if test -n "$ac_tool_prefix"; then
    1862   for ac_prog in cl
     2381  for ac_prog in cl.exe
    18632382  do
    18642383    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    18652384set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1866 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2385{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2386$as_echo_n "checking for $ac_word... " >&6; }
    18682387if test "${ac_cv_prog_CC+set}" = set; then
    1869   echo $ECHO_N "(cached) $ECHO_C" >&6
     2388  $as_echo_n "(cached) " >&6
    18702389else
    18712390  if test -n "$CC"; then
     
    18782397  test -z "$as_dir" && as_dir=.
    18792398  for ac_exec_ext in '' $ac_executable_extensions; do
    1880   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2399  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18812400    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1882     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2401    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18832402    break 2
    18842403  fi
    18852404done
    18862405done
     2406IFS=$as_save_IFS
    18872407
    18882408fi
     
    18902410CC=$ac_cv_prog_CC
    18912411if test -n "$CC"; then
    1892   echo "$as_me:$LINENO: result: $CC" >&5
    1893 echo "${ECHO_T}$CC" >&6
    1894 else
    1895   echo "$as_me:$LINENO: result: no" >&5
    1896 echo "${ECHO_T}no" >&6
    1897 fi
     2412  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2413$as_echo "$CC" >&6; }
     2414else
     2415  { $as_echo "$as_me:$LINENO: result: no" >&5
     2416$as_echo "no" >&6; }
     2417fi
     2418
    18982419
    18992420    test -n "$CC" && break
     
    19022423if test -z "$CC"; then
    19032424  ac_ct_CC=$CC
    1904   for ac_prog in cl
     2425  for ac_prog in cl.exe
    19052426do
    19062427  # Extract the first word of "$ac_prog", so it can be a program name with args.
    19072428set dummy $ac_prog; ac_word=$2
    1908 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1909 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2429{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2430$as_echo_n "checking for $ac_word... " >&6; }
    19102431if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1911   echo $ECHO_N "(cached) $ECHO_C" >&6
     2432  $as_echo_n "(cached) " >&6
    19122433else
    19132434  if test -n "$ac_ct_CC"; then
     
    19202441  test -z "$as_dir" && as_dir=.
    19212442  for ac_exec_ext in '' $ac_executable_extensions; do
    1922   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2443  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19232444    ac_cv_prog_ac_ct_CC="$ac_prog"
    1924     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2445    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19252446    break 2
    19262447  fi
    19272448done
    19282449done
     2450IFS=$as_save_IFS
    19292451
    19302452fi
     
    19322454ac_ct_CC=$ac_cv_prog_ac_ct_CC
    19332455if test -n "$ac_ct_CC"; then
    1934   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1935 echo "${ECHO_T}$ac_ct_CC" >&6
    1936 else
    1937   echo "$as_me:$LINENO: result: no" >&5
    1938 echo "${ECHO_T}no" >&6
    1939 fi
     2456  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2457$as_echo "$ac_ct_CC" >&6; }
     2458else
     2459  { $as_echo "$as_me:$LINENO: result: no" >&5
     2460$as_echo "no" >&6; }
     2461fi
     2462
    19402463
    19412464  test -n "$ac_ct_CC" && break
    19422465done
    19432466
    1944   CC=$ac_ct_CC
    1945 fi
    1946 
    1947 fi
    1948 
    1949 
    1950 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2467  if test "x$ac_ct_CC" = x; then
     2468    CC=""
     2469  else
     2470    case $cross_compiling:$ac_tool_warned in
     2471yes:)
     2472{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2473$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2474ac_tool_warned=yes ;;
     2475esac
     2476    CC=$ac_ct_CC
     2477  fi
     2478fi
     2479
     2480fi
     2481
     2482
     2483test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2484$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2485{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    19512486See \`config.log' for more details." >&5
    1952 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2487$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    19532488See \`config.log' for more details." >&2;}
    1954    { (exit 1); exit 1; }; }
     2489   { (exit 1); exit 1; }; }; }
    19552490
    19562491# Provide some information about the compiler.
    1957 echo "$as_me:$LINENO:" \
    1958      "checking for C compiler version" >&5
    1959 ac_compiler=`set X $ac_compile; echo $2`
    1960 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    1961   (eval $ac_compiler --version </dev/null >&5) 2>&5
     2492$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2493set X $ac_compile
     2494ac_compiler=$2
     2495{ (ac_try="$ac_compiler --version >&5"
     2496case "(($ac_try" in
     2497  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2498  *) ac_try_echo=$ac_try;;
     2499esac
     2500eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2501$as_echo "$ac_try_echo") >&5
     2502  (eval "$ac_compiler --version >&5") 2>&5
    19622503  ac_status=$?
    1963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2504  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19642505  (exit $ac_status); }
    1965 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    1966   (eval $ac_compiler -v </dev/null >&5) 2>&5
     2506{ (ac_try="$ac_compiler -v >&5"
     2507case "(($ac_try" in
     2508  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2509  *) ac_try_echo=$ac_try;;
     2510esac
     2511eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2512$as_echo "$ac_try_echo") >&5
     2513  (eval "$ac_compiler -v >&5") 2>&5
    19672514  ac_status=$?
    1968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2515  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19692516  (exit $ac_status); }
    1970 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    1971   (eval $ac_compiler -V </dev/null >&5) 2>&5
     2517{ (ac_try="$ac_compiler -V >&5"
     2518case "(($ac_try" in
     2519  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2520  *) ac_try_echo=$ac_try;;
     2521esac
     2522eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2523$as_echo "$ac_try_echo") >&5
     2524  (eval "$ac_compiler -V >&5") 2>&5
    19722525  ac_status=$?
    1973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2526  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19742527  (exit $ac_status); }
    19752528
     
    19902543_ACEOF
    19912544ac_clean_files_save=$ac_clean_files
    1992 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2545ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    19932546# Try to create an executable without -o first, disregard a.out.
    19942547# It will help us diagnose broken compilers, and finding out an intuition
    19952548# of exeext.
    1996 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    1997 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
    1998 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    1999 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    2000   (eval $ac_link_default) 2>&5
     2549{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2550$as_echo_n "checking for C compiler default output file name... " >&6; }
     2551ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2552
     2553# The possible output files:
     2554ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2555
     2556ac_rmfiles=
     2557for ac_file in $ac_files
     2558do
     2559  case $ac_file in
     2560    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2561    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2562  esac
     2563done
     2564rm -f $ac_rmfiles
     2565
     2566if { (ac_try="$ac_link_default"
     2567case "(($ac_try" in
     2568  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2569  *) ac_try_echo=$ac_try;;
     2570esac
     2571eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2572$as_echo "$ac_try_echo") >&5
     2573  (eval "$ac_link_default") 2>&5
    20012574  ac_status=$?
    2002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2575  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20032576  (exit $ac_status); }; then
    2004   # Find the output, starting from the most likely.  This scheme is
    2005 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    2006 # resort.
    2007 
    2008 # Be careful to initialize this variable, since it used to be cached.
    2009 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    2010 ac_cv_exeext=
    2011 # b.out is created by i960 compilers.
    2012 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     2577  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     2578# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     2579# in a Makefile.  We should not override ac_cv_exeext if it was cached,
     2580# so that the user can short-circuit this test for compilers unknown to
     2581# Autoconf.
     2582for ac_file in $ac_files ''
    20132583do
    20142584  test -f "$ac_file" || continue
    20152585  case $ac_file in
    2016     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    2017     ;;
    2018     conftest.$ac_ext )
    2019     # This is the source file.
     2586    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    20202587    ;;
    20212588    [ab].out )
     
    20242591    break;;
    20252592    *.* )
    2026     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2027     # FIXME: I believe we export ac_cv_exeext for Libtool,
    2028     # but it would be cool to find out if it's true.  Does anybody
    2029     # maintain Libtool? --akim.
    2030     export ac_cv_exeext
     2593        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2594    then :; else
     2595       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2596    fi
     2597    # We set ac_cv_exeext here because the later test for it is not
     2598    # safe: cross compilers may not add the suffix if given an `-o'
     2599    # argument, so we may need to know it at that point already.
     2600    # Even if this section looks crufty: it has the advantage of
     2601    # actually working.
    20312602    break;;
    20322603    * )
     
    20342605  esac
    20352606done
    2036 else
    2037   echo "$as_me: failed program was:" >&5
     2607test "$ac_cv_exeext" = no && ac_cv_exeext=
     2608
     2609else
     2610  ac_file=''
     2611fi
     2612
     2613{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2614$as_echo "$ac_file" >&6; }
     2615if test -z "$ac_file"; then
     2616  $as_echo "$as_me: failed program was:" >&5
    20382617sed 's/^/| /' conftest.$ac_ext >&5
    20392618
    2040 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2619{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2620$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2621{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    20412622See \`config.log' for more details." >&5
    2042 echo "$as_me: error: C compiler cannot create executables
     2623$as_echo "$as_me: error: C compiler cannot create executables
    20432624See \`config.log' for more details." >&2;}
    2044    { (exit 77); exit 77; }; }
     2625   { (exit 77); exit 77; }; }; }
    20452626fi
    20462627
    20472628ac_exeext=$ac_cv_exeext
    2048 echo "$as_me:$LINENO: result: $ac_file" >&5
    2049 echo "${ECHO_T}$ac_file" >&6
    2050 
    2051 # Check the compiler produces executables we can run.  If not, either
     2629
     2630# Check that the compiler produces executables we can run.  If not, either
    20522631# the compiler is broken, or we cross compile.
    2053 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2054 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     2632{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2633$as_echo_n "checking whether the C compiler works... " >&6; }
    20552634# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    20562635# If not cross compiling, check that we can run a simple program.
    20572636if test "$cross_compiling" != yes; then
    20582637  if { ac_try='./$ac_file'
    2059   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2060   (eval $ac_try) 2>&5
     2638  { (case "(($ac_try" in
     2639  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2640  *) ac_try_echo=$ac_try;;
     2641esac
     2642eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2643$as_echo "$ac_try_echo") >&5
     2644  (eval "$ac_try") 2>&5
    20612645  ac_status=$?
    2062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2646  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20632647  (exit $ac_status); }; }; then
    20642648    cross_compiling=no
     
    20672651    cross_compiling=yes
    20682652    else
    2069     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2653    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2654$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2655{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    20702656If you meant to cross compile, use \`--host'.
    20712657See \`config.log' for more details." >&5
    2072 echo "$as_me: error: cannot run C compiled programs.
     2658$as_echo "$as_me: error: cannot run C compiled programs.
    20732659If you meant to cross compile, use \`--host'.
    20742660See \`config.log' for more details." >&2;}
    2075    { (exit 1); exit 1; }; }
     2661   { (exit 1); exit 1; }; }; }
    20762662    fi
    20772663  fi
    20782664fi
    2079 echo "$as_me:$LINENO: result: yes" >&5
    2080 echo "${ECHO_T}yes" >&6
    2081 
    2082 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2665{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2666$as_echo "yes" >&6; }
     2667
     2668rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    20832669ac_clean_files=$ac_clean_files_save
    2084 # Check the compiler produces executables we can run.  If not, either
     2670# Check that the compiler produces executables we can run.  If not, either
    20852671# the compiler is broken, or we cross compile.
    2086 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2087 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    2088 echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2089 echo "${ECHO_T}$cross_compiling" >&6
    2090 
    2091 echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2092 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
    2093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    2094   (eval $ac_link) 2>&5
     2672{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2673$as_echo_n "checking whether we are cross compiling... " >&6; }
     2674{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2675$as_echo "$cross_compiling" >&6; }
     2676
     2677{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2678$as_echo_n "checking for suffix of executables... " >&6; }
     2679if { (ac_try="$ac_link"
     2680case "(($ac_try" in
     2681  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2682  *) ac_try_echo=$ac_try;;
     2683esac
     2684eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2685$as_echo "$ac_try_echo") >&5
     2686  (eval "$ac_link") 2>&5
    20952687  ac_status=$?
    2096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2688  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20972689  (exit $ac_status); }; then
    20982690  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    21032695  test -f "$ac_file" || continue
    21042696  case $ac_file in
    2105     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     2697    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    21062698    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2107       export ac_cv_exeext
    21082699      break;;
    21092700    * ) break;;
     
    21112702done
    21122703else
    2113   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2704  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2705$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2706{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    21142707See \`config.log' for more details." >&5
    2115 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2708$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    21162709See \`config.log' for more details." >&2;}
    2117    { (exit 1); exit 1; }; }
     2710   { (exit 1); exit 1; }; }; }
    21182711fi
    21192712
    21202713rm -f conftest$ac_cv_exeext
    2121 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2122 echo "${ECHO_T}$ac_cv_exeext" >&6
     2714{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2715$as_echo "$ac_cv_exeext" >&6; }
    21232716
    21242717rm -f conftest.$ac_ext
    21252718EXEEXT=$ac_cv_exeext
    21262719ac_exeext=$EXEEXT
    2127 echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2128 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2720{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2721$as_echo_n "checking for suffix of object files... " >&6; }
    21292722if test "${ac_cv_objext+set}" = set; then
    2130   echo $ECHO_N "(cached) $ECHO_C" >&6
     2723  $as_echo_n "(cached) " >&6
    21312724else
    21322725  cat >conftest.$ac_ext <<_ACEOF
     
    21462739_ACEOF
    21472740rm -f conftest.o conftest.obj
    2148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2149   (eval $ac_compile) 2>&5
     2741if { (ac_try="$ac_compile"
     2742case "(($ac_try" in
     2743  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2744  *) ac_try_echo=$ac_try;;
     2745esac
     2746eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2747$as_echo "$ac_try_echo") >&5
     2748  (eval "$ac_compile") 2>&5
    21502749  ac_status=$?
    2151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2750  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21522751  (exit $ac_status); }; then
    2153   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     2752  for ac_file in conftest.o conftest.obj conftest.*; do
     2753  test -f "$ac_file" || continue;
    21542754  case $ac_file in
    2155     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     2755    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    21562756    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    21572757       break;;
     
    21592759done
    21602760else
    2161   echo "$as_me: failed program was:" >&5
     2761  $as_echo "$as_me: failed program was:" >&5
    21622762sed 's/^/| /' conftest.$ac_ext >&5
    21632763
    2164 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2764{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2765$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2766{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    21652767See \`config.log' for more details." >&5
    2166 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2768$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    21672769See \`config.log' for more details." >&2;}
    2168    { (exit 1); exit 1; }; }
     2770   { (exit 1); exit 1; }; }; }
    21692771fi
    21702772
    21712773rm -f conftest.$ac_cv_objext conftest.$ac_ext
    21722774fi
    2173 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2174 echo "${ECHO_T}$ac_cv_objext" >&6
     2775{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2776$as_echo "$ac_cv_objext" >&6; }
    21752777OBJEXT=$ac_cv_objext
    21762778ac_objext=$OBJEXT
    2177 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2178 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2779{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2780$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    21792781if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2180   echo $ECHO_N "(cached) $ECHO_C" >&6
     2782  $as_echo_n "(cached) " >&6
    21812783else
    21822784  cat >conftest.$ac_ext <<_ACEOF
     
    21992801_ACEOF
    22002802rm -f conftest.$ac_objext
    2201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2202   (eval $ac_compile) 2>conftest.er1
     2803if { (ac_try="$ac_compile"
     2804case "(($ac_try" in
     2805  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2806  *) ac_try_echo=$ac_try;;
     2807esac
     2808eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2809$as_echo "$ac_try_echo") >&5
     2810  (eval "$ac_compile") 2>conftest.er1
    22032811  ac_status=$?
    22042812  grep -v '^ *+' conftest.er1 >conftest.err
    22052813  rm -f conftest.er1
    22062814  cat conftest.err >&5
    2207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2208   (exit $ac_status); } &&
    2209      { ac_try='test -z "$ac_c_werror_flag"
    2210              || test ! -s conftest.err'
    2211   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2212   (eval $ac_try) 2>&5
    2213   ac_status=$?
    2214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2215   (exit $ac_status); }; } &&
    2216      { ac_try='test -s conftest.$ac_objext'
    2217   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2218   (eval $ac_try) 2>&5
    2219   ac_status=$?
    2220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2221   (exit $ac_status); }; }; then
     2815  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2816  (exit $ac_status); } && {
     2817     test -z "$ac_c_werror_flag" ||
     2818     test ! -s conftest.err
     2819       } && test -s conftest.$ac_objext; then
    22222820  ac_compiler_gnu=yes
    22232821else
    2224   echo "$as_me: failed program was:" >&5
     2822  $as_echo "$as_me: failed program was:" >&5
    22252823sed 's/^/| /' conftest.$ac_ext >&5
    22262824
    2227 ac_compiler_gnu=no
    2228 fi
    2229 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2825    ac_compiler_gnu=no
     2826fi
     2827
     2828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    22302829ac_cv_c_compiler_gnu=$ac_compiler_gnu
    22312830
    22322831fi
    2233 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2234 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    2235 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2832{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2833$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2834if test $ac_compiler_gnu = yes; then
     2835  GCC=yes
     2836else
     2837  GCC=
     2838fi
    22362839ac_test_CFLAGS=${CFLAGS+set}
    22372840ac_save_CFLAGS=$CFLAGS
    2238 CFLAGS="-g"
    2239 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2240 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2841{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2842$as_echo_n "checking whether $CC accepts -g... " >&6; }
    22412843if test "${ac_cv_prog_cc_g+set}" = set; then
    2242   echo $ECHO_N "(cached) $ECHO_C" >&6
    2243 else
    2244   cat >conftest.$ac_ext <<_ACEOF
     2844  $as_echo_n "(cached) " >&6
     2845else
     2846  ac_save_c_werror_flag=$ac_c_werror_flag
     2847   ac_c_werror_flag=yes
     2848   ac_cv_prog_cc_g=no
     2849   CFLAGS="-g"
     2850   cat >conftest.$ac_ext <<_ACEOF
    22452851/* confdefs.h.  */
    22462852_ACEOF
     
    22582864_ACEOF
    22592865rm -f conftest.$ac_objext
    2260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2261   (eval $ac_compile) 2>conftest.er1
     2866if { (ac_try="$ac_compile"
     2867case "(($ac_try" in
     2868  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2869  *) ac_try_echo=$ac_try;;
     2870esac
     2871eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2872$as_echo "$ac_try_echo") >&5
     2873  (eval "$ac_compile") 2>conftest.er1
    22622874  ac_status=$?
    22632875  grep -v '^ *+' conftest.er1 >conftest.err
    22642876  rm -f conftest.er1
    22652877  cat conftest.err >&5
    2266   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2267   (exit $ac_status); } &&
    2268      { ac_try='test -z "$ac_c_werror_flag"
    2269              || test ! -s conftest.err'
    2270   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2271   (eval $ac_try) 2>&5
     2878  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2879  (exit $ac_status); } && {
     2880     test -z "$ac_c_werror_flag" ||
     2881     test ! -s conftest.err
     2882       } && test -s conftest.$ac_objext; then
     2883  ac_cv_prog_cc_g=yes
     2884else
     2885  $as_echo "$as_me: failed program was:" >&5
     2886sed 's/^/| /' conftest.$ac_ext >&5
     2887
     2888    CFLAGS=""
     2889      cat >conftest.$ac_ext <<_ACEOF
     2890/* confdefs.h.  */
     2891_ACEOF
     2892cat confdefs.h >>conftest.$ac_ext
     2893cat >>conftest.$ac_ext <<_ACEOF
     2894/* end confdefs.h.  */
     2895
     2896int
     2897main ()
     2898{
     2899
     2900  ;
     2901  return 0;
     2902}
     2903_ACEOF
     2904rm -f conftest.$ac_objext
     2905if { (ac_try="$ac_compile"
     2906case "(($ac_try" in
     2907  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2908  *) ac_try_echo=$ac_try;;
     2909esac
     2910eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2911$as_echo "$ac_try_echo") >&5
     2912  (eval "$ac_compile") 2>conftest.er1
    22722913  ac_status=$?
    2273   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2274   (exit $ac_status); }; } &&
    2275      { ac_try='test -s conftest.$ac_objext'
    2276   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2277   (eval $ac_try) 2>&5
     2914  grep -v '^ *+' conftest.er1 >conftest.err
     2915  rm -f conftest.er1
     2916  cat conftest.err >&5
     2917  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2918  (exit $ac_status); } && {
     2919     test -z "$ac_c_werror_flag" ||
     2920     test ! -s conftest.err
     2921       } && test -s conftest.$ac_objext; then
     2922  :
     2923else
     2924  $as_echo "$as_me: failed program was:" >&5
     2925sed 's/^/| /' conftest.$ac_ext >&5
     2926
     2927    ac_c_werror_flag=$ac_save_c_werror_flag
     2928     CFLAGS="-g"
     2929     cat >conftest.$ac_ext <<_ACEOF
     2930/* confdefs.h.  */
     2931_ACEOF
     2932cat confdefs.h >>conftest.$ac_ext
     2933cat >>conftest.$ac_ext <<_ACEOF
     2934/* end confdefs.h.  */
     2935
     2936int
     2937main ()
     2938{
     2939
     2940  ;
     2941  return 0;
     2942}
     2943_ACEOF
     2944rm -f conftest.$ac_objext
     2945if { (ac_try="$ac_compile"
     2946case "(($ac_try" in
     2947  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2948  *) ac_try_echo=$ac_try;;
     2949esac
     2950eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2951$as_echo "$ac_try_echo") >&5
     2952  (eval "$ac_compile") 2>conftest.er1
    22782953  ac_status=$?
    2279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2280   (exit $ac_status); }; }; then
     2954  grep -v '^ *+' conftest.er1 >conftest.err
     2955  rm -f conftest.er1
     2956  cat conftest.err >&5
     2957  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2958  (exit $ac_status); } && {
     2959     test -z "$ac_c_werror_flag" ||
     2960     test ! -s conftest.err
     2961       } && test -s conftest.$ac_objext; then
    22812962  ac_cv_prog_cc_g=yes
    22822963else
    2283   echo "$as_me: failed program was:" >&5
     2964  $as_echo "$as_me: failed program was:" >&5
    22842965sed 's/^/| /' conftest.$ac_ext >&5
    22852966
    2286 ac_cv_prog_cc_g=no
    2287 fi
    2288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2289 fi
    2290 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2291 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
     2967
     2968fi
     2969
     2970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2971fi
     2972
     2973rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2974fi
     2975
     2976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2977   ac_c_werror_flag=$ac_save_c_werror_flag
     2978fi
     2979{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2980$as_echo "$ac_cv_prog_cc_g" >&6; }
    22922981if test "$ac_test_CFLAGS" = set; then
    22932982  CFLAGS=$ac_save_CFLAGS
     
    23052994  fi
    23062995fi
    2307 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
    2308 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    2309 if test "${ac_cv_prog_cc_stdc+set}" = set; then
    2310   echo $ECHO_N "(cached) $ECHO_C" >&6
    2311 else
    2312   ac_cv_prog_cc_stdc=no
     2996{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2997$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2998if test "${ac_cv_prog_cc_c89+set}" = set; then
     2999  $as_echo_n "(cached) " >&6
     3000else
     3001  ac_cv_prog_cc_c89=no
    23133002ac_save_CC=$CC
    23143003cat >conftest.$ac_ext <<_ACEOF
     
    23443033   function prototypes and stuff, but not '\xHH' hex character constants.
    23453034   These don't provoke an error unfortunately, instead are silently treated
    2346    as 'x'.  The following induces an error, until -std1 is added to get
     3035   as 'x'.  The following induces an error, until -std is added to get
    23473036   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    23483037   array size at least.  It's necessary to write '\x00'==0 to get something
    2349    that's true only with -std1.  */
     3038   that's true only with -std.  */
    23503039int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     3040
     3041/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
     3042   inside strings and character constants.  */
     3043#define FOO(x) 'x'
     3044int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    23513045
    23523046int test (int i, double x);
     
    23643058}
    23653059_ACEOF
    2366 # Don't try gcc -ansi; that turns off useful extensions and
    2367 # breaks some systems' header files.
    2368 # AIX           -qlanglvl=ansi
    2369 # Ultrix and OSF/1  -std1
    2370 # HP-UX 10.20 and later -Ae
    2371 # HP-UX older versions  -Aa -D_HPUX_SOURCE
    2372 # SVR4          -Xc -D__EXTENSIONS__
    2373 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     3060for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
     3061    -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    23743062do
    23753063  CC="$ac_save_CC $ac_arg"
    23763064  rm -f conftest.$ac_objext
    2377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2378   (eval $ac_compile) 2>conftest.er1
     3065if { (ac_try="$ac_compile"
     3066case "(($ac_try" in
     3067  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3068  *) ac_try_echo=$ac_try;;
     3069esac
     3070eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3071$as_echo "$ac_try_echo") >&5
     3072  (eval "$ac_compile") 2>conftest.er1
    23793073  ac_status=$?
    23803074  grep -v '^ *+' conftest.er1 >conftest.err
    23813075  rm -f conftest.er1
    23823076  cat conftest.err >&5
    2383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2384   (exit $ac_status); } &&
    2385      { ac_try='test -z "$ac_c_werror_flag"
    2386              || test ! -s conftest.err'
    2387   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2388   (eval $ac_try) 2>&5
    2389   ac_status=$?
    2390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2391   (exit $ac_status); }; } &&
    2392      { ac_try='test -s conftest.$ac_objext'
    2393   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2394   (eval $ac_try) 2>&5
    2395   ac_status=$?
    2396   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2397   (exit $ac_status); }; }; then
    2398   ac_cv_prog_cc_stdc=$ac_arg
    2399 break
    2400 else
    2401   echo "$as_me: failed program was:" >&5
     3077  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3078  (exit $ac_status); } && {
     3079     test -z "$ac_c_werror_flag" ||
     3080     test ! -s conftest.err
     3081       } && test -s conftest.$ac_objext; then
     3082  ac_cv_prog_cc_c89=$ac_arg
     3083else
     3084  $as_echo "$as_me: failed program was:" >&5
    24023085sed 's/^/| /' conftest.$ac_ext >&5
    24033086
    2404 fi
    2405 rm -f conftest.err conftest.$ac_objext
     3087
     3088fi
     3089
     3090rm -f core conftest.err conftest.$ac_objext
     3091  test "x$ac_cv_prog_cc_c89" != "xno" && break
    24063092done
    2407 rm -f conftest.$ac_ext conftest.$ac_objext
     3093rm -f conftest.$ac_ext
    24083094CC=$ac_save_CC
    24093095
    24103096fi
    2411 
    2412 case "x$ac_cv_prog_cc_stdc" in
    2413   x|xno)
    2414     echo "$as_me:$LINENO: result: none needed" >&5
    2415 echo "${ECHO_T}none needed" >&6 ;;
     3097# AC_CACHE_VAL
     3098case "x$ac_cv_prog_cc_c89" in
     3099  x)
     3100    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3101$as_echo "none needed" >&6; } ;;
     3102  xno)
     3103    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3104$as_echo "unsupported" >&6; } ;;
    24163105  *)
    2417     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    2418 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    2419     CC="$CC $ac_cv_prog_cc_stdc" ;;
     3106    CC="$CC $ac_cv_prog_cc_c89"
     3107    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3108$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    24203109esac
    24213110
    2422 # Some people use a C++ compiler to compile C.  Since we use `exit',
    2423 # in C++ we need to declare it.  In case someone uses the same compiler
    2424 # for both compiling C and C++ we need to have the C++ compiler decide
    2425 # the declaration of exit, since it's the most demanding environment.
    2426 cat >conftest.$ac_ext <<_ACEOF
    2427 #ifndef __cplusplus
    2428   choke me
    2429 #endif
    2430 _ACEOF
    2431 rm -f conftest.$ac_objext
    2432 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2433   (eval $ac_compile) 2>conftest.er1
    2434   ac_status=$?
    2435   grep -v '^ *+' conftest.er1 >conftest.err
    2436   rm -f conftest.er1
    2437   cat conftest.err >&5
    2438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2439   (exit $ac_status); } &&
    2440      { ac_try='test -z "$ac_c_werror_flag"
    2441              || test ! -s conftest.err'
    2442   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2443   (eval $ac_try) 2>&5
    2444   ac_status=$?
    2445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2446   (exit $ac_status); }; } &&
    2447      { ac_try='test -s conftest.$ac_objext'
    2448   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2449   (eval $ac_try) 2>&5
    2450   ac_status=$?
    2451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2452   (exit $ac_status); }; }; then
    2453   for ac_declaration in \
    2454    '' \
    2455    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2456    'extern "C" void std::exit (int); using std::exit;' \
    2457    'extern "C" void exit (int) throw ();' \
    2458    'extern "C" void exit (int);' \
    2459    'void exit (int);'
    2460 do
    2461   cat >conftest.$ac_ext <<_ACEOF
    2462 /* confdefs.h.  */
    2463 _ACEOF
    2464 cat confdefs.h >>conftest.$ac_ext
    2465 cat >>conftest.$ac_ext <<_ACEOF
    2466 /* end confdefs.h.  */
    2467 $ac_declaration
    2468 #include <stdlib.h>
    2469 int
    2470 main ()
    2471 {
    2472 exit (42);
    2473   ;
    2474   return 0;
    2475 }
    2476 _ACEOF
    2477 rm -f conftest.$ac_objext
    2478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2479   (eval $ac_compile) 2>conftest.er1
    2480   ac_status=$?
    2481   grep -v '^ *+' conftest.er1 >conftest.err
    2482   rm -f conftest.er1
    2483   cat conftest.err >&5
    2484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2485   (exit $ac_status); } &&
    2486      { ac_try='test -z "$ac_c_werror_flag"
    2487              || test ! -s conftest.err'
    2488   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2489   (eval $ac_try) 2>&5
    2490   ac_status=$?
    2491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2492   (exit $ac_status); }; } &&
    2493      { ac_try='test -s conftest.$ac_objext'
    2494   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2495   (eval $ac_try) 2>&5
    2496   ac_status=$?
    2497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2498   (exit $ac_status); }; }; then
    2499   :
    2500 else
    2501   echo "$as_me: failed program was:" >&5
    2502 sed 's/^/| /' conftest.$ac_ext >&5
    2503 
    2504 continue
    2505 fi
    2506 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2507   cat >conftest.$ac_ext <<_ACEOF
    2508 /* confdefs.h.  */
    2509 _ACEOF
    2510 cat confdefs.h >>conftest.$ac_ext
    2511 cat >>conftest.$ac_ext <<_ACEOF
    2512 /* end confdefs.h.  */
    2513 $ac_declaration
    2514 int
    2515 main ()
    2516 {
    2517 exit (42);
    2518   ;
    2519   return 0;
    2520 }
    2521 _ACEOF
    2522 rm -f conftest.$ac_objext
    2523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2524   (eval $ac_compile) 2>conftest.er1
    2525   ac_status=$?
    2526   grep -v '^ *+' conftest.er1 >conftest.err
    2527   rm -f conftest.er1
    2528   cat conftest.err >&5
    2529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2530   (exit $ac_status); } &&
    2531      { ac_try='test -z "$ac_c_werror_flag"
    2532              || test ! -s conftest.err'
    2533   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2534   (eval $ac_try) 2>&5
    2535   ac_status=$?
    2536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2537   (exit $ac_status); }; } &&
    2538      { ac_try='test -s conftest.$ac_objext'
    2539   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2540   (eval $ac_try) 2>&5
    2541   ac_status=$?
    2542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2543   (exit $ac_status); }; }; then
    2544   break
    2545 else
    2546   echo "$as_me: failed program was:" >&5
    2547 sed 's/^/| /' conftest.$ac_ext >&5
    2548 
    2549 fi
    2550 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2551 done
    2552 rm -f conftest*
    2553 if test -n "$ac_declaration"; then
    2554   echo '#ifdef __cplusplus' >>confdefs.h
    2555   echo $ac_declaration      >>confdefs.h
    2556   echo '#endif'             >>confdefs.h
    2557 fi
    2558 
    2559 else
    2560   echo "$as_me: failed program was:" >&5
    2561 sed 's/^/| /' conftest.$ac_ext >&5
    2562 
    2563 fi
    2564 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3111
    25653112ac_ext=c
    25663113ac_cpp='$CPP $CPPFLAGS'
     
    25753122ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    25763123ac_compiler_gnu=$ac_cv_c_compiler_gnu
    2577 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    2578 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
     3124{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3125$as_echo_n "checking how to run the C preprocessor... " >&6; }
    25793126# On Suns, sometimes $CPP names a directory.
    25803127if test -n "$CPP" && test -d "$CPP"; then
     
    25833130if test -z "$CPP"; then
    25843131  if test "${ac_cv_prog_CPP+set}" = set; then
    2585   echo $ECHO_N "(cached) $ECHO_C" >&6
     3132  $as_echo_n "(cached) " >&6
    25863133else
    25873134      # Double quotes because CPP needs to be expanded
     
    26103157             Syntax error
    26113158_ACEOF
    2612 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2613   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3159if { (ac_try="$ac_cpp conftest.$ac_ext"
     3160case "(($ac_try" in
     3161  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3162  *) ac_try_echo=$ac_try;;
     3163esac
     3164eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3165$as_echo "$ac_try_echo") >&5
     3166  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    26143167  ac_status=$?
    26153168  grep -v '^ *+' conftest.er1 >conftest.err
    26163169  rm -f conftest.er1
    26173170  cat conftest.err >&5
    2618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2619   (exit $ac_status); } >/dev/null; then
    2620   if test -s conftest.err; then
    2621     ac_cpp_err=$ac_c_preproc_warn_flag
    2622     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2623   else
    2624     ac_cpp_err=
    2625   fi
    2626 else
    2627   ac_cpp_err=yes
    2628 fi
    2629 if test -z "$ac_cpp_err"; then
     3171  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3172  (exit $ac_status); } >/dev/null && {
     3173     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3174     test ! -s conftest.err
     3175       }; then
    26303176  :
    26313177else
    2632   echo "$as_me: failed program was:" >&5
     3178  $as_echo "$as_me: failed program was:" >&5
    26333179sed 's/^/| /' conftest.$ac_ext >&5
    26343180
     
    26363182continue
    26373183fi
     3184
    26383185rm -f conftest.err conftest.$ac_ext
    26393186
    2640   # OK, works on sane cases.  Now check whether non-existent headers
     3187  # OK, works on sane cases.  Now check whether nonexistent headers
    26413188  # can be detected and how.
    26423189  cat >conftest.$ac_ext <<_ACEOF
     
    26483195#include <ac_nonexistent.h>
    26493196_ACEOF
    2650 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2651   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3197if { (ac_try="$ac_cpp conftest.$ac_ext"
     3198case "(($ac_try" in
     3199  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3200  *) ac_try_echo=$ac_try;;
     3201esac
     3202eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3203$as_echo "$ac_try_echo") >&5
     3204  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    26523205  ac_status=$?
    26533206  grep -v '^ *+' conftest.er1 >conftest.err
    26543207  rm -f conftest.er1
    26553208  cat conftest.err >&5
    2656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2657   (exit $ac_status); } >/dev/null; then
    2658   if test -s conftest.err; then
    2659     ac_cpp_err=$ac_c_preproc_warn_flag
    2660     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2661   else
    2662     ac_cpp_err=
    2663   fi
    2664 else
    2665   ac_cpp_err=yes
    2666 fi
    2667 if test -z "$ac_cpp_err"; then
     3209  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3210  (exit $ac_status); } >/dev/null && {
     3211     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3212     test ! -s conftest.err
     3213       }; then
    26683214  # Broken: success on invalid input.
    26693215continue
    26703216else
    2671   echo "$as_me: failed program was:" >&5
     3217  $as_echo "$as_me: failed program was:" >&5
    26723218sed 's/^/| /' conftest.$ac_ext >&5
    26733219
     
    26763222break
    26773223fi
     3224
    26783225rm -f conftest.err conftest.$ac_ext
    26793226
     
    26933240  ac_cv_prog_CPP=$CPP
    26943241fi
    2695 echo "$as_me:$LINENO: result: $CPP" >&5
    2696 echo "${ECHO_T}$CPP" >&6
     3242{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3243$as_echo "$CPP" >&6; }
    26973244ac_preproc_ok=false
    26983245for ac_c_preproc_warn_flag in '' yes
     
    27173264             Syntax error
    27183265_ACEOF
    2719 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2720   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3266if { (ac_try="$ac_cpp conftest.$ac_ext"
     3267case "(($ac_try" in
     3268  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3269  *) ac_try_echo=$ac_try;;
     3270esac
     3271eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3272$as_echo "$ac_try_echo") >&5
     3273  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    27213274  ac_status=$?
    27223275  grep -v '^ *+' conftest.er1 >conftest.err
    27233276  rm -f conftest.er1
    27243277  cat conftest.err >&5
    2725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2726   (exit $ac_status); } >/dev/null; then
    2727   if test -s conftest.err; then
    2728     ac_cpp_err=$ac_c_preproc_warn_flag
    2729     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2730   else
    2731     ac_cpp_err=
    2732   fi
    2733 else
    2734   ac_cpp_err=yes
    2735 fi
    2736 if test -z "$ac_cpp_err"; then
     3278  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3279  (exit $ac_status); } >/dev/null && {
     3280     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3281     test ! -s conftest.err
     3282       }; then
    27373283  :
    27383284else
    2739   echo "$as_me: failed program was:" >&5
     3285  $as_echo "$as_me: failed program was:" >&5
    27403286sed 's/^/| /' conftest.$ac_ext >&5
    27413287
     
    27433289continue
    27443290fi
     3291
    27453292rm -f conftest.err conftest.$ac_ext
    27463293
    2747   # OK, works on sane cases.  Now check whether non-existent headers
     3294  # OK, works on sane cases.  Now check whether nonexistent headers
    27483295  # can be detected and how.
    27493296  cat >conftest.$ac_ext <<_ACEOF
     
    27553302#include <ac_nonexistent.h>
    27563303_ACEOF
    2757 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2758   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3304if { (ac_try="$ac_cpp conftest.$ac_ext"
     3305case "(($ac_try" in
     3306  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3307  *) ac_try_echo=$ac_try;;
     3308esac
     3309eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3310$as_echo "$ac_try_echo") >&5
     3311  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    27593312  ac_status=$?
    27603313  grep -v '^ *+' conftest.er1 >conftest.err
    27613314  rm -f conftest.er1
    27623315  cat conftest.err >&5
    2763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2764   (exit $ac_status); } >/dev/null; then
    2765   if test -s conftest.err; then
    2766     ac_cpp_err=$ac_c_preproc_warn_flag
    2767     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2768   else
    2769     ac_cpp_err=
    2770   fi
    2771 else
    2772   ac_cpp_err=yes
    2773 fi
    2774 if test -z "$ac_cpp_err"; then
     3316  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3317  (exit $ac_status); } >/dev/null && {
     3318     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3319     test ! -s conftest.err
     3320       }; then
    27753321  # Broken: success on invalid input.
    27763322continue
    27773323else
    2778   echo "$as_me: failed program was:" >&5
     3324  $as_echo "$as_me: failed program was:" >&5
    27793325sed 's/^/| /' conftest.$ac_ext >&5
    27803326
     
    27833329break
    27843330fi
     3331
    27853332rm -f conftest.err conftest.$ac_ext
    27863333
     
    27913338  :
    27923339else
    2793   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3340  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3341$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3342{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    27943343See \`config.log' for more details." >&5
    2795 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3344$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    27963345See \`config.log' for more details." >&2;}
    2797    { (exit 1); exit 1; }; }
     3346   { (exit 1); exit 1; }; }; }
    27983347fi
    27993348
     
    28053354
    28063355
    2807 echo "$as_me:$LINENO: checking for egrep" >&5
    2808 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    2809 if test "${ac_cv_prog_egrep+set}" = set; then
    2810   echo $ECHO_N "(cached) $ECHO_C" >&6
    2811 else
    2812   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
    2813     then ac_cv_prog_egrep='grep -E'
    2814     else ac_cv_prog_egrep='egrep'
     3356{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     3357$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     3358if test "${ac_cv_path_GREP+set}" = set; then
     3359  $as_echo_n "(cached) " >&6
     3360else
     3361  if test -z "$GREP"; then
     3362  ac_path_GREP_found=false
     3363  # Loop through the user's path and test for each of PROGNAME-LIST
     3364  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3365for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     3366do
     3367  IFS=$as_save_IFS
     3368  test -z "$as_dir" && as_dir=.
     3369  for ac_prog in grep ggrep; do
     3370    for ac_exec_ext in '' $ac_executable_extensions; do
     3371      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     3372      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     3373# Check for GNU ac_path_GREP and select it if it is found.
     3374  # Check for GNU $ac_path_GREP
     3375case `"$ac_path_GREP" --version 2>&1` in
     3376*GNU*)
     3377  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
     3378*)
     3379  ac_count=0
     3380  $as_echo_n 0123456789 >"conftest.in"
     3381  while :
     3382  do
     3383    cat "conftest.in" "conftest.in" >"conftest.tmp"
     3384    mv "conftest.tmp" "conftest.in"
     3385    cp "conftest.in" "conftest.nl"
     3386    $as_echo 'GREP' >> "conftest.nl"
     3387    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     3388    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     3389    ac_count=`expr $ac_count + 1`
     3390    if test $ac_count -gt ${ac_path_GREP_max-0}; then
     3391      # Best one so far, save it but keep looking for a better one
     3392      ac_cv_path_GREP="$ac_path_GREP"
     3393      ac_path_GREP_max=$ac_count
    28153394    fi
    2816 fi
    2817 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
    2818 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    2819  EGREP=$ac_cv_prog_egrep
    2820 
    2821 
    2822 
    2823 echo "$as_me:$LINENO: checking for AIX" >&5
    2824 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
    2825 cat >conftest.$ac_ext <<_ACEOF
     3395    # 10*(2^10) chars as input seems more than enough
     3396    test $ac_count -gt 10 && break
     3397  done
     3398  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     3399esac
     3400
     3401      $ac_path_GREP_found && break 3
     3402    done
     3403  done
     3404done
     3405IFS=$as_save_IFS
     3406  if test -z "$ac_cv_path_GREP"; then
     3407    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3408$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3409   { (exit 1); exit 1; }; }
     3410  fi
     3411else
     3412  ac_cv_path_GREP=$GREP
     3413fi
     3414
     3415fi
     3416{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     3417$as_echo "$ac_cv_path_GREP" >&6; }
     3418 GREP="$ac_cv_path_GREP"
     3419
     3420
     3421{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     3422$as_echo_n "checking for egrep... " >&6; }
     3423if test "${ac_cv_path_EGREP+set}" = set; then
     3424  $as_echo_n "(cached) " >&6
     3425else
     3426  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
     3427   then ac_cv_path_EGREP="$GREP -E"
     3428   else
     3429     if test -z "$EGREP"; then
     3430  ac_path_EGREP_found=false
     3431  # Loop through the user's path and test for each of PROGNAME-LIST
     3432  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3433for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     3434do
     3435  IFS=$as_save_IFS
     3436  test -z "$as_dir" && as_dir=.
     3437  for ac_prog in egrep; do
     3438    for ac_exec_ext in '' $ac_executable_extensions; do
     3439      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     3440      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     3441# Check for GNU ac_path_EGREP and select it if it is found.
     3442  # Check for GNU $ac_path_EGREP
     3443case `"$ac_path_EGREP" --version 2>&1` in
     3444*GNU*)
     3445  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
     3446*)
     3447  ac_count=0
     3448  $as_echo_n 0123456789 >"conftest.in"
     3449  while :
     3450  do
     3451    cat "conftest.in" "conftest.in" >"conftest.tmp"
     3452    mv "conftest.tmp" "conftest.in"
     3453    cp "conftest.in" "conftest.nl"
     3454    $as_echo 'EGREP' >> "conftest.nl"
     3455    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     3456    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     3457    ac_count=`expr $ac_count + 1`
     3458    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
     3459      # Best one so far, save it but keep looking for a better one
     3460      ac_cv_path_EGREP="$ac_path_EGREP"
     3461      ac_path_EGREP_max=$ac_count
     3462    fi
     3463    # 10*(2^10) chars as input seems more than enough
     3464    test $ac_count -gt 10 && break
     3465  done
     3466  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     3467esac
     3468
     3469      $ac_path_EGREP_found && break 3
     3470    done
     3471  done
     3472done
     3473IFS=$as_save_IFS
     3474  if test -z "$ac_cv_path_EGREP"; then
     3475    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3476$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3477   { (exit 1); exit 1; }; }
     3478  fi
     3479else
     3480  ac_cv_path_EGREP=$EGREP
     3481fi
     3482
     3483   fi
     3484fi
     3485{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     3486$as_echo "$ac_cv_path_EGREP" >&6; }
     3487 EGREP="$ac_cv_path_EGREP"
     3488
     3489
     3490{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     3491$as_echo_n "checking for ANSI C header files... " >&6; }
     3492if test "${ac_cv_header_stdc+set}" = set; then
     3493  $as_echo_n "(cached) " >&6
     3494else
     3495  cat >conftest.$ac_ext <<_ACEOF
    28263496/* confdefs.h.  */
    28273497_ACEOF
     
    28293499cat >>conftest.$ac_ext <<_ACEOF
    28303500/* end confdefs.h.  */
    2831 #ifdef _AIX
    2832   yes
     3501#include <stdlib.h>
     3502#include <stdarg.h>
     3503#include <string.h>
     3504#include <float.h>
     3505
     3506int
     3507main ()
     3508{
     3509
     3510  ;
     3511  return 0;
     3512}
     3513_ACEOF
     3514rm -f conftest.$ac_objext
     3515if { (ac_try="$ac_compile"
     3516case "(($ac_try" in
     3517  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3518  *) ac_try_echo=$ac_try;;
     3519esac
     3520eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3521$as_echo "$ac_try_echo") >&5
     3522  (eval "$ac_compile") 2>conftest.er1
     3523  ac_status=$?
     3524  grep -v '^ *+' conftest.er1 >conftest.err
     3525  rm -f conftest.er1
     3526  cat conftest.err >&5
     3527  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3528  (exit $ac_status); } && {
     3529     test -z "$ac_c_werror_flag" ||
     3530     test ! -s conftest.err
     3531       } && test -s conftest.$ac_objext; then
     3532  ac_cv_header_stdc=yes
     3533else
     3534  $as_echo "$as_me: failed program was:" >&5
     3535sed 's/^/| /' conftest.$ac_ext >&5
     3536
     3537    ac_cv_header_stdc=no
     3538fi
     3539
     3540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3541
     3542if test $ac_cv_header_stdc = yes; then
     3543  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
     3544  cat >conftest.$ac_ext <<_ACEOF
     3545/* confdefs.h.  */
     3546_ACEOF
     3547cat confdefs.h >>conftest.$ac_ext
     3548cat >>conftest.$ac_ext <<_ACEOF
     3549/* end confdefs.h.  */
     3550#include <string.h>
     3551
     3552_ACEOF
     3553if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
     3554  $EGREP "memchr" >/dev/null 2>&1; then
     3555  :
     3556else
     3557  ac_cv_header_stdc=no
     3558fi
     3559rm -f conftest*
     3560
     3561fi
     3562
     3563if test $ac_cv_header_stdc = yes; then
     3564  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
     3565  cat >conftest.$ac_ext <<_ACEOF
     3566/* confdefs.h.  */
     3567_ACEOF
     3568cat confdefs.h >>conftest.$ac_ext
     3569cat >>conftest.$ac_ext <<_ACEOF
     3570/* end confdefs.h.  */
     3571#include <stdlib.h>
     3572
     3573_ACEOF
     3574if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
     3575  $EGREP "free" >/dev/null 2>&1; then
     3576  :
     3577else
     3578  ac_cv_header_stdc=no
     3579fi
     3580rm -f conftest*
     3581
     3582fi
     3583
     3584if test $ac_cv_header_stdc = yes; then
     3585  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
     3586  if test "$cross_compiling" = yes; then
     3587  :
     3588else
     3589  cat >conftest.$ac_ext <<_ACEOF
     3590/* confdefs.h.  */
     3591_ACEOF
     3592cat confdefs.h >>conftest.$ac_ext
     3593cat >>conftest.$ac_ext <<_ACEOF
     3594/* end confdefs.h.  */
     3595#include <ctype.h>
     3596#include <stdlib.h>
     3597#if ((' ' & 0x0FF) == 0x020)
     3598# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     3599# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
     3600#else
     3601# define ISLOWER(c) \
     3602           (('a' <= (c) && (c) <= 'i') \
     3603             || ('j' <= (c) && (c) <= 'r') \
     3604             || ('s' <= (c) && (c) <= 'z'))
     3605# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
    28333606#endif
    28343607
    2835 _ACEOF
    2836 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    2837   $EGREP "yes" >/dev/null 2>&1; then
    2838   echo "$as_me:$LINENO: result: yes" >&5
    2839 echo "${ECHO_T}yes" >&6
     3608#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
     3609int
     3610main ()
     3611{
     3612  int i;
     3613  for (i = 0; i < 256; i++)
     3614    if (XOR (islower (i), ISLOWER (i))
     3615    || toupper (i) != TOUPPER (i))
     3616      return 2;
     3617  return 0;
     3618}
     3619_ACEOF
     3620rm -f conftest$ac_exeext
     3621if { (ac_try="$ac_link"
     3622case "(($ac_try" in
     3623  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3624  *) ac_try_echo=$ac_try;;
     3625esac
     3626eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3627$as_echo "$ac_try_echo") >&5
     3628  (eval "$ac_link") 2>&5
     3629  ac_status=$?
     3630  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3631  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     3632  { (case "(($ac_try" in
     3633  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3634  *) ac_try_echo=$ac_try;;
     3635esac
     3636eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3637$as_echo "$ac_try_echo") >&5
     3638  (eval "$ac_try") 2>&5
     3639  ac_status=$?
     3640  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3641  (exit $ac_status); }; }; then
     3642  :
     3643else
     3644  $as_echo "$as_me: program exited with status $ac_status" >&5
     3645$as_echo "$as_me: failed program was:" >&5
     3646sed 's/^/| /' conftest.$ac_ext >&5
     3647
     3648( exit $ac_status )
     3649ac_cv_header_stdc=no
     3650fi
     3651rm -rf conftest.dSYM
     3652rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     3653fi
     3654
     3655
     3656fi
     3657fi
     3658{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     3659$as_echo "$ac_cv_header_stdc" >&6; }
     3660if test $ac_cv_header_stdc = yes; then
     3661
    28403662cat >>confdefs.h <<\_ACEOF
     3663#define STDC_HEADERS 1
     3664_ACEOF
     3665
     3666fi
     3667
     3668# On IRIX 5.3, sys/types and inttypes.h are conflicting.
     3669
     3670
     3671
     3672
     3673
     3674
     3675
     3676
     3677
     3678for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
     3679          inttypes.h stdint.h unistd.h
     3680do
     3681as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     3682{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     3683$as_echo_n "checking for $ac_header... " >&6; }
     3684if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     3685  $as_echo_n "(cached) " >&6
     3686else
     3687  cat >conftest.$ac_ext <<_ACEOF
     3688/* confdefs.h.  */
     3689_ACEOF
     3690cat confdefs.h >>conftest.$ac_ext
     3691cat >>conftest.$ac_ext <<_ACEOF
     3692/* end confdefs.h.  */
     3693$ac_includes_default
     3694
     3695#include <$ac_header>
     3696_ACEOF
     3697rm -f conftest.$ac_objext
     3698if { (ac_try="$ac_compile"
     3699case "(($ac_try" in
     3700  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3701  *) ac_try_echo=$ac_try;;
     3702esac
     3703eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3704$as_echo "$ac_try_echo") >&5
     3705  (eval "$ac_compile") 2>conftest.er1
     3706  ac_status=$?
     3707  grep -v '^ *+' conftest.er1 >conftest.err
     3708  rm -f conftest.er1
     3709  cat conftest.err >&5
     3710  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3711  (exit $ac_status); } && {
     3712     test -z "$ac_c_werror_flag" ||
     3713     test ! -s conftest.err
     3714       } && test -s conftest.$ac_objext; then
     3715  eval "$as_ac_Header=yes"
     3716else
     3717  $as_echo "$as_me: failed program was:" >&5
     3718sed 's/^/| /' conftest.$ac_ext >&5
     3719
     3720    eval "$as_ac_Header=no"
     3721fi
     3722
     3723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3724fi
     3725ac_res=`eval 'as_val=${'$as_ac_Header'}
     3726         $as_echo "$as_val"'`
     3727           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     3728$as_echo "$ac_res" >&6; }
     3729as_val=`eval 'as_val=${'$as_ac_Header'}
     3730         $as_echo "$as_val"'`
     3731   if test "x$as_val" = x""yes; then
     3732  cat >>confdefs.h <<_ACEOF
     3733#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     3734_ACEOF
     3735
     3736fi
     3737
     3738done
     3739
     3740
     3741
     3742  if test "${ac_cv_header_minix_config_h+set}" = set; then
     3743  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     3744$as_echo_n "checking for minix/config.h... " >&6; }
     3745if test "${ac_cv_header_minix_config_h+set}" = set; then
     3746  $as_echo_n "(cached) " >&6
     3747fi
     3748{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     3749$as_echo "$ac_cv_header_minix_config_h" >&6; }
     3750else
     3751  # Is the header compilable?
     3752{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     3753$as_echo_n "checking minix/config.h usability... " >&6; }
     3754cat >conftest.$ac_ext <<_ACEOF
     3755/* confdefs.h.  */
     3756_ACEOF
     3757cat confdefs.h >>conftest.$ac_ext
     3758cat >>conftest.$ac_ext <<_ACEOF
     3759/* end confdefs.h.  */
     3760$ac_includes_default
     3761#include <minix/config.h>
     3762_ACEOF
     3763rm -f conftest.$ac_objext
     3764if { (ac_try="$ac_compile"
     3765case "(($ac_try" in
     3766  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3767  *) ac_try_echo=$ac_try;;
     3768esac
     3769eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3770$as_echo "$ac_try_echo") >&5
     3771  (eval "$ac_compile") 2>conftest.er1
     3772  ac_status=$?
     3773  grep -v '^ *+' conftest.er1 >conftest.err
     3774  rm -f conftest.er1
     3775  cat conftest.err >&5
     3776  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3777  (exit $ac_status); } && {
     3778     test -z "$ac_c_werror_flag" ||
     3779     test ! -s conftest.err
     3780       } && test -s conftest.$ac_objext; then
     3781  ac_header_compiler=yes
     3782else
     3783  $as_echo "$as_me: failed program was:" >&5
     3784sed 's/^/| /' conftest.$ac_ext >&5
     3785
     3786    ac_header_compiler=no
     3787fi
     3788
     3789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3790{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     3791$as_echo "$ac_header_compiler" >&6; }
     3792
     3793# Is the header present?
     3794{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     3795$as_echo_n "checking minix/config.h presence... " >&6; }
     3796cat >conftest.$ac_ext <<_ACEOF
     3797/* confdefs.h.  */
     3798_ACEOF
     3799cat confdefs.h >>conftest.$ac_ext
     3800cat >>conftest.$ac_ext <<_ACEOF
     3801/* end confdefs.h.  */
     3802#include <minix/config.h>
     3803_ACEOF
     3804if { (ac_try="$ac_cpp conftest.$ac_ext"
     3805case "(($ac_try" in
     3806  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3807  *) ac_try_echo=$ac_try;;
     3808esac
     3809eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3810$as_echo "$ac_try_echo") >&5
     3811  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3812  ac_status=$?
     3813  grep -v '^ *+' conftest.er1 >conftest.err
     3814  rm -f conftest.er1
     3815  cat conftest.err >&5
     3816  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3817  (exit $ac_status); } >/dev/null && {
     3818     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3819     test ! -s conftest.err
     3820       }; then
     3821  ac_header_preproc=yes
     3822else
     3823  $as_echo "$as_me: failed program was:" >&5
     3824sed 's/^/| /' conftest.$ac_ext >&5
     3825
     3826  ac_header_preproc=no
     3827fi
     3828
     3829rm -f conftest.err conftest.$ac_ext
     3830{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     3831$as_echo "$ac_header_preproc" >&6; }
     3832
     3833# So?  What about this header?
     3834case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     3835  yes:no: )
     3836    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     3837$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     3838    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     3839$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     3840    ac_header_preproc=yes
     3841    ;;
     3842  no:yes:* )
     3843    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     3844$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     3845    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     3846$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     3847    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     3848$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     3849    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     3850$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     3851    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     3852$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     3853    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     3854$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     3855
     3856    ;;
     3857esac
     3858{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     3859$as_echo_n "checking for minix/config.h... " >&6; }
     3860if test "${ac_cv_header_minix_config_h+set}" = set; then
     3861  $as_echo_n "(cached) " >&6
     3862else
     3863  ac_cv_header_minix_config_h=$ac_header_preproc
     3864fi
     3865{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     3866$as_echo "$ac_cv_header_minix_config_h" >&6; }
     3867
     3868fi
     3869if test "x$ac_cv_header_minix_config_h" = x""yes; then
     3870  MINIX=yes
     3871else
     3872  MINIX=
     3873fi
     3874
     3875
     3876  if test "$MINIX" = yes; then
     3877
     3878cat >>confdefs.h <<\_ACEOF
     3879#define _POSIX_SOURCE 1
     3880_ACEOF
     3881
     3882
     3883cat >>confdefs.h <<\_ACEOF
     3884#define _POSIX_1_SOURCE 2
     3885_ACEOF
     3886
     3887
     3888cat >>confdefs.h <<\_ACEOF
     3889#define _MINIX 1
     3890_ACEOF
     3891
     3892  fi
     3893
     3894
     3895
     3896  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     3897$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     3898if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     3899  $as_echo_n "(cached) " >&6
     3900else
     3901  cat >conftest.$ac_ext <<_ACEOF
     3902/* confdefs.h.  */
     3903_ACEOF
     3904cat confdefs.h >>conftest.$ac_ext
     3905cat >>conftest.$ac_ext <<_ACEOF
     3906/* end confdefs.h.  */
     3907
     3908#     define __EXTENSIONS__ 1
     3909      $ac_includes_default
     3910int
     3911main ()
     3912{
     3913
     3914  ;
     3915  return 0;
     3916}
     3917_ACEOF
     3918rm -f conftest.$ac_objext
     3919if { (ac_try="$ac_compile"
     3920case "(($ac_try" in
     3921  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3922  *) ac_try_echo=$ac_try;;
     3923esac
     3924eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3925$as_echo "$ac_try_echo") >&5
     3926  (eval "$ac_compile") 2>conftest.er1
     3927  ac_status=$?
     3928  grep -v '^ *+' conftest.er1 >conftest.err
     3929  rm -f conftest.er1
     3930  cat conftest.err >&5
     3931  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3932  (exit $ac_status); } && {
     3933     test -z "$ac_c_werror_flag" ||
     3934     test ! -s conftest.err
     3935       } && test -s conftest.$ac_objext; then
     3936  ac_cv_safe_to_define___extensions__=yes
     3937else
     3938  $as_echo "$as_me: failed program was:" >&5
     3939sed 's/^/| /' conftest.$ac_ext >&5
     3940
     3941    ac_cv_safe_to_define___extensions__=no
     3942fi
     3943
     3944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3945fi
     3946{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     3947$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     3948  test $ac_cv_safe_to_define___extensions__ = yes &&
     3949    cat >>confdefs.h <<\_ACEOF
     3950#define __EXTENSIONS__ 1
     3951_ACEOF
     3952
     3953  cat >>confdefs.h <<\_ACEOF
    28413954#define _ALL_SOURCE 1
    28423955_ACEOF
    28433956
    2844 else
    2845   echo "$as_me:$LINENO: result: no" >&5
    2846 echo "${ECHO_T}no" >&6
    2847 fi
    2848 rm -f conftest*
    2849 
    2850 
    2851 echo "$as_me:$LINENO: checking maximum warning verbosity option" >&5
    2852 echo $ECHO_N "checking maximum warning verbosity option... $ECHO_C" >&6
     3957  cat >>confdefs.h <<\_ACEOF
     3958#define _GNU_SOURCE 1
     3959_ACEOF
     3960
     3961  cat >>confdefs.h <<\_ACEOF
     3962#define _POSIX_PTHREAD_SEMANTICS 1
     3963_ACEOF
     3964
     3965  cat >>confdefs.h <<\_ACEOF
     3966#define _TANDEM_SOURCE 1
     3967_ACEOF
     3968
     3969
     3970{ $as_echo "$as_me:$LINENO: checking maximum warning verbosity option" >&5
     3971$as_echo_n "checking maximum warning verbosity option... " >&6; }
    28533972if test -n "$CXX"
    28543973then
     
    28703989  ac_compile_warnings_msg="$ac_compile_warnings_msg $ac_compile_warnings_opt for C"
    28713990fi
    2872 echo "$as_me:$LINENO: result: $ac_compile_warnings_msg" >&5
    2873 echo "${ECHO_T}$ac_compile_warnings_msg" >&6
     3991{ $as_echo "$as_me:$LINENO: result: $ac_compile_warnings_msg" >&5
     3992$as_echo "$ac_compile_warnings_msg" >&6; }
    28743993unset ac_compile_warnings_msg
    28753994unset ac_compile_warnings_opt
    28763995
    28773996
    2878 # Check whether --enable-shared or --disable-shared was given.
     3997# Check whether --enable-shared was given.
    28793998if test "${enable_shared+set}" = set; then
    2880   enableval="$enable_shared"
    2881   p=${PACKAGE-default}
     3999  enableval=$enable_shared; p=${PACKAGE-default}
    28824000case $enableval in
    28834001yes) enable_shared=yes ;;
     
    28974015else
    28984016  enable_shared=yes
    2899 fi;
    2900 # Check whether --enable-static or --disable-static was given.
     4017fi
     4018
     4019# Check whether --enable-static was given.
    29014020if test "${enable_static+set}" = set; then
    2902   enableval="$enable_static"
    2903   p=${PACKAGE-default}
     4021  enableval=$enable_static; p=${PACKAGE-default}
    29044022case $enableval in
    29054023yes) enable_static=yes ;;
     
    29194037else
    29204038  enable_static=yes
    2921 fi;
    2922 # Check whether --enable-fast-install or --disable-fast-install was given.
     4039fi
     4040
     4041# Check whether --enable-fast-install was given.
    29234042if test "${enable_fast_install+set}" = set; then
    2924   enableval="$enable_fast_install"
    2925   p=${PACKAGE-default}
     4043  enableval=$enable_fast_install; p=${PACKAGE-default}
    29264044case $enableval in
    29274045yes) enable_fast_install=yes ;;
     
    29414059else
    29424060  enable_fast_install=yes
    2943 fi;
     4061fi
     4062
    29444063# Find the correct PATH separator.  Usually this is `:', but
    29454064# DJGPP uses `;' like DOS.
     
    29544073
    29554074
    2956 # Check whether --with-gnu-ld or --without-gnu-ld was given.
     4075# Check whether --with-gnu-ld was given.
    29574076if test "${with_gnu_ld+set}" = set; then
    2958   withval="$with_gnu_ld"
    2959   test "$withval" = no || with_gnu_ld=yes
     4077  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
    29604078else
    29614079  with_gnu_ld=no
    2962 fi;
     4080fi
     4081
    29634082ac_prog=ld
    29644083if test "$GCC" = yes; then
    29654084  # Check if gcc -print-prog-name=ld gives a path.
    2966   echo "$as_me:$LINENO: checking for ld used by GCC" >&5
    2967 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
     4085  { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5
     4086$as_echo_n "checking for ld used by GCC... " >&6; }
    29684087  case $host in
    29694088  *-*-mingw*)
     
    29944113  esac
    29954114elif test "$with_gnu_ld" = yes; then
    2996   echo "$as_me:$LINENO: checking for GNU ld" >&5
    2997 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
    2998 else
    2999   echo "$as_me:$LINENO: checking for non-GNU ld" >&5
    3000 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
     4115  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
     4116$as_echo_n "checking for GNU ld... " >&6; }
     4117else
     4118  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
     4119$as_echo_n "checking for non-GNU ld... " >&6; }
    30014120fi
    30024121if test "${lt_cv_path_LD+set}" = set; then
    3003   echo $ECHO_N "(cached) $ECHO_C" >&6
     4122  $as_echo_n "(cached) " >&6
    30044123else
    30054124  if test -z "$LD"; then
     
    30274146LD="$lt_cv_path_LD"
    30284147if test -n "$LD"; then
    3029   echo "$as_me:$LINENO: result: $LD" >&5
    3030 echo "${ECHO_T}$LD" >&6
    3031 else
    3032   echo "$as_me:$LINENO: result: no" >&5
    3033 echo "${ECHO_T}no" >&6
    3034 fi
    3035 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
    3036 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
     4148  { $as_echo "$as_me:$LINENO: result: $LD" >&5
     4149$as_echo "$LD" >&6; }
     4150else
     4151  { $as_echo "$as_me:$LINENO: result: no" >&5
     4152$as_echo "no" >&6; }
     4153fi
     4154test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
     4155$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
    30374156   { (exit 1); exit 1; }; }
    3038 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
    3039 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
     4157{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
     4158$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
    30404159if test "${lt_cv_prog_gnu_ld+set}" = set; then
    3041   echo $ECHO_N "(cached) $ECHO_C" >&6
     4160  $as_echo_n "(cached) " >&6
    30424161else
    30434162  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
     
    30484167fi
    30494168fi
    3050 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
    3051 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
     4169{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
     4170$as_echo "$lt_cv_prog_gnu_ld" >&6; }
    30524171with_gnu_ld=$lt_cv_prog_gnu_ld
    30534172
    30544173
    3055 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
    3056 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
     4174{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
     4175$as_echo_n "checking for $LD option to reload object files... " >&6; }
    30574176if test "${lt_cv_ld_reload_flag+set}" = set; then
    3058   echo $ECHO_N "(cached) $ECHO_C" >&6
     4177  $as_echo_n "(cached) " >&6
    30594178else
    30604179  lt_cv_ld_reload_flag='-r'
    30614180fi
    3062 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
    3063 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
     4181{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
     4182$as_echo "$lt_cv_ld_reload_flag" >&6; }
    30644183reload_flag=$lt_cv_ld_reload_flag
    30654184test -n "$reload_flag" && reload_flag=" $reload_flag"
    30664185
    3067 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
    3068 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
     4186{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
     4187$as_echo_n "checking for BSD-compatible nm... " >&6; }
    30694188if test "${lt_cv_path_NM+set}" = set; then
    3070   echo $ECHO_N "(cached) $ECHO_C" >&6
     4189  $as_echo_n "(cached) " >&6
    30714190else
    30724191  if test -n "$NM"; then
     
    31014220
    31024221NM="$lt_cv_path_NM"
    3103 echo "$as_me:$LINENO: result: $NM" >&5
    3104 echo "${ECHO_T}$NM" >&6
    3105 
    3106 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
    3107 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
     4222{ $as_echo "$as_me:$LINENO: result: $NM" >&5
     4223$as_echo "$NM" >&6; }
     4224
     4225{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
     4226$as_echo_n "checking for a sed that does not truncate output... " >&6; }
    31084227if test "${lt_cv_path_SED+set}" = set; then
    3109   echo $ECHO_N "(cached) $ECHO_C" >&6
     4228  $as_echo_n "(cached) " >&6
    31104229else
    31114230  # Loop through the user's path and test for sed and gsed.
     
    31864305  SED=$lt_cv_path_SED
    31874306fi
    3188 echo "$as_me:$LINENO: result: $SED" >&5
    3189 echo "${ECHO_T}$SED" >&6
    3190 
    3191 echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3192 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
     4307{ $as_echo "$as_me:$LINENO: result: $SED" >&5
     4308$as_echo "$SED" >&6; }
     4309
     4310{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     4311$as_echo_n "checking whether ln -s works... " >&6; }
    31934312LN_S=$as_ln_s
    31944313if test "$LN_S" = "ln -s"; then
    3195   echo "$as_me:$LINENO: result: yes" >&5
    3196 echo "${ECHO_T}yes" >&6
    3197 else
    3198   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3199 echo "${ECHO_T}no, using $LN_S" >&6
    3200 fi
    3201 
    3202 echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
    3203 echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
     4314  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4315$as_echo "yes" >&6; }
     4316else
     4317  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     4318$as_echo "no, using $LN_S" >&6; }
     4319fi
     4320
     4321{ $as_echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
     4322$as_echo_n "checking how to recognise dependent libraries... " >&6; }
    32044323if test "${lt_cv_deplibs_check_method+set}" = set; then
    3205   echo $ECHO_N "(cached) $ECHO_C" >&6
     4324  $as_echo_n "(cached) " >&6
    32064325else
    32074326  lt_cv_file_magic_cmd='$MAGIC_CMD'
     
    33814500
    33824501fi
    3383 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
    3384 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
     4502{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
     4503$as_echo "$lt_cv_deplibs_check_method" >&6; }
    33854504file_magic_cmd=$lt_cv_file_magic_cmd
    33864505deplibs_check_method=$lt_cv_deplibs_check_method
     
    33934512
    33944513# Check for command to grab the raw symbol name followed by C symbol from nm.
    3395 echo "$as_me:$LINENO: checking command to parse $NM output" >&5
    3396 echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
     4514{ $as_echo "$as_me:$LINENO: checking command to parse $NM output" >&5
     4515$as_echo_n "checking command to parse $NM output... " >&6; }
    33974516if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
    3398   echo $ECHO_N "(cached) $ECHO_C" >&6
     4517  $as_echo_n "(cached) " >&6
    33994518else
    34004519
     
    34774596  (eval $ac_compile) 2>&5
    34784597  ac_status=$?
    3479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4598  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34804599  (exit $ac_status); }; then
    34814600    # Now try to grab the symbols.
     
    34844603  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
    34854604  ac_status=$?
    3486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4605  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34874606  (exit $ac_status); } && test -s "$nlist"; then
    34884607      # Try sorting and uniquifying the output.
     
    35394658  (eval $ac_link) 2>&5
    35404659  ac_status=$?
    3541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4660  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35424661  (exit $ac_status); } && test -s conftest; then
    35434662        pipe_works=yes
     
    35804699if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
    35814700then
    3582   echo "$as_me:$LINENO: result: failed" >&5
    3583 echo "${ECHO_T}failed" >&6
    3584 else
    3585   echo "$as_me:$LINENO: result: ok" >&5
    3586 echo "${ECHO_T}ok" >&6
    3587 fi
    3588 
    3589 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3590 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
    3591 if test "${ac_cv_header_stdc+set}" = set; then
    3592   echo $ECHO_N "(cached) $ECHO_C" >&6
    3593 else
    3594   cat >conftest.$ac_ext <<_ACEOF
    3595 /* confdefs.h.  */
    3596 _ACEOF
    3597 cat confdefs.h >>conftest.$ac_ext
    3598 cat >>conftest.$ac_ext <<_ACEOF
    3599 /* end confdefs.h.  */
    3600 #include <stdlib.h>
    3601 #include <stdarg.h>
    3602 #include <string.h>
    3603 #include <float.h>
    3604 
    3605 int
    3606 main ()
    3607 {
    3608 
    3609   ;
    3610   return 0;
    3611 }
    3612 _ACEOF
    3613 rm -f conftest.$ac_objext
    3614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3615   (eval $ac_compile) 2>conftest.er1
    3616   ac_status=$?
    3617   grep -v '^ *+' conftest.er1 >conftest.err
    3618   rm -f conftest.er1
    3619   cat conftest.err >&5
    3620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3621   (exit $ac_status); } &&
    3622      { ac_try='test -z "$ac_c_werror_flag"
    3623              || test ! -s conftest.err'
    3624   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3625   (eval $ac_try) 2>&5
    3626   ac_status=$?
    3627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3628   (exit $ac_status); }; } &&
    3629      { ac_try='test -s conftest.$ac_objext'
    3630   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3631   (eval $ac_try) 2>&5
    3632   ac_status=$?
    3633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3634   (exit $ac_status); }; }; then
    3635   ac_cv_header_stdc=yes
    3636 else
    3637   echo "$as_me: failed program was:" >&5
    3638 sed 's/^/| /' conftest.$ac_ext >&5
    3639 
    3640 ac_cv_header_stdc=no
    3641 fi
    3642 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    3643 
    3644 if test $ac_cv_header_stdc = yes; then
    3645   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    3646   cat >conftest.$ac_ext <<_ACEOF
    3647 /* confdefs.h.  */
    3648 _ACEOF
    3649 cat confdefs.h >>conftest.$ac_ext
    3650 cat >>conftest.$ac_ext <<_ACEOF
    3651 /* end confdefs.h.  */
    3652 #include <string.h>
    3653 
    3654 _ACEOF
    3655 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    3656   $EGREP "memchr" >/dev/null 2>&1; then
    3657   :
    3658 else
    3659   ac_cv_header_stdc=no
    3660 fi
    3661 rm -f conftest*
    3662 
    3663 fi
    3664 
    3665 if test $ac_cv_header_stdc = yes; then
    3666   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    3667   cat >conftest.$ac_ext <<_ACEOF
    3668 /* confdefs.h.  */
    3669 _ACEOF
    3670 cat confdefs.h >>conftest.$ac_ext
    3671 cat >>conftest.$ac_ext <<_ACEOF
    3672 /* end confdefs.h.  */
    3673 #include <stdlib.h>
    3674 
    3675 _ACEOF
    3676 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    3677   $EGREP "free" >/dev/null 2>&1; then
    3678   :
    3679 else
    3680   ac_cv_header_stdc=no
    3681 fi
    3682 rm -f conftest*
    3683 
    3684 fi
    3685 
    3686 if test $ac_cv_header_stdc = yes; then
    3687   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
    3688   if test "$cross_compiling" = yes; then
    3689   :
    3690 else
    3691   cat >conftest.$ac_ext <<_ACEOF
    3692 /* confdefs.h.  */
    3693 _ACEOF
    3694 cat confdefs.h >>conftest.$ac_ext
    3695 cat >>conftest.$ac_ext <<_ACEOF
    3696 /* end confdefs.h.  */
    3697 #include <ctype.h>
    3698 #if ((' ' & 0x0FF) == 0x020)
    3699 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
    3700 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
    3701 #else
    3702 # define ISLOWER(c) \
    3703            (('a' <= (c) && (c) <= 'i') \
    3704              || ('j' <= (c) && (c) <= 'r') \
    3705              || ('s' <= (c) && (c) <= 'z'))
    3706 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
    3707 #endif
    3708 
    3709 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
    3710 int
    3711 main ()
    3712 {
    3713   int i;
    3714   for (i = 0; i < 256; i++)
    3715     if (XOR (islower (i), ISLOWER (i))
    3716     || toupper (i) != TOUPPER (i))
    3717       exit(2);
    3718   exit (0);
    3719 }
    3720 _ACEOF
    3721 rm -f conftest$ac_exeext
    3722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3723   (eval $ac_link) 2>&5
    3724   ac_status=$?
    3725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3726   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    3727   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3728   (eval $ac_try) 2>&5
    3729   ac_status=$?
    3730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3731   (exit $ac_status); }; }; then
    3732   :
    3733 else
    3734   echo "$as_me: program exited with status $ac_status" >&5
    3735 echo "$as_me: failed program was:" >&5
    3736 sed 's/^/| /' conftest.$ac_ext >&5
    3737 
    3738 ( exit $ac_status )
    3739 ac_cv_header_stdc=no
    3740 fi
    3741 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    3742 fi
    3743 fi
    3744 fi
    3745 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    3746 echo "${ECHO_T}$ac_cv_header_stdc" >&6
    3747 if test $ac_cv_header_stdc = yes; then
    3748 
    3749 cat >>confdefs.h <<\_ACEOF
    3750 #define STDC_HEADERS 1
    3751 _ACEOF
    3752 
    3753 fi
    3754 
    3755 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
    3756 
    3757 
    3758 
    3759 
    3760 
    3761 
    3762 
    3763 
    3764 
    3765 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
    3766           inttypes.h stdint.h unistd.h
    3767 do
    3768 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    3769 echo "$as_me:$LINENO: checking for $ac_header" >&5
    3770 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    3771 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3772   echo $ECHO_N "(cached) $ECHO_C" >&6
    3773 else
    3774   cat >conftest.$ac_ext <<_ACEOF
    3775 /* confdefs.h.  */
    3776 _ACEOF
    3777 cat confdefs.h >>conftest.$ac_ext
    3778 cat >>conftest.$ac_ext <<_ACEOF
    3779 /* end confdefs.h.  */
    3780 $ac_includes_default
    3781 
    3782 #include <$ac_header>
    3783 _ACEOF
    3784 rm -f conftest.$ac_objext
    3785 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3786   (eval $ac_compile) 2>conftest.er1
    3787   ac_status=$?
    3788   grep -v '^ *+' conftest.er1 >conftest.err
    3789   rm -f conftest.er1
    3790   cat conftest.err >&5
    3791   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3792   (exit $ac_status); } &&
    3793      { ac_try='test -z "$ac_c_werror_flag"
    3794              || test ! -s conftest.err'
    3795   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3796   (eval $ac_try) 2>&5
    3797   ac_status=$?
    3798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3799   (exit $ac_status); }; } &&
    3800      { ac_try='test -s conftest.$ac_objext'
    3801   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3802   (eval $ac_try) 2>&5
    3803   ac_status=$?
    3804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3805   (exit $ac_status); }; }; then
    3806   eval "$as_ac_Header=yes"
    3807 else
    3808   echo "$as_me: failed program was:" >&5
    3809 sed 's/^/| /' conftest.$ac_ext >&5
    3810 
    3811 eval "$as_ac_Header=no"
    3812 fi
    3813 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    3814 fi
    3815 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    3816 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    3817 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    3818   cat >>confdefs.h <<_ACEOF
    3819 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    3820 _ACEOF
    3821 
    3822 fi
    3823 
    3824 done
    3825 
     4701  { $as_echo "$as_me:$LINENO: result: failed" >&5
     4702$as_echo "failed" >&6; }
     4703else
     4704  { $as_echo "$as_me:$LINENO: result: ok" >&5
     4705$as_echo "ok" >&6; }
     4706fi
    38264707
    38274708
    38284709for ac_header in dlfcn.h
    38294710do
    3830 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    3831 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3832   echo "$as_me:$LINENO: checking for $ac_header" >&5
    3833 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    3834 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3835   echo $ECHO_N "(cached) $ECHO_C" >&6
    3836 fi
    3837 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    3838 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     4711as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4712if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4713  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4714$as_echo_n "checking for $ac_header... " >&6; }
     4715if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4716  $as_echo_n "(cached) " >&6
     4717fi
     4718ac_res=`eval 'as_val=${'$as_ac_Header'}
     4719         $as_echo "$as_val"'`
     4720           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4721$as_echo "$ac_res" >&6; }
    38394722else
    38404723  # Is the header compilable?
    3841 echo "$as_me:$LINENO: checking $ac_header usability" >&5
    3842 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     4724{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4725$as_echo_n "checking $ac_header usability... " >&6; }
    38434726cat >conftest.$ac_ext <<_ACEOF
    38444727/* confdefs.h.  */
     
    38514734_ACEOF
    38524735rm -f conftest.$ac_objext
    3853 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3854   (eval $ac_compile) 2>conftest.er1
     4736if { (ac_try="$ac_compile"
     4737case "(($ac_try" in
     4738  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4739  *) ac_try_echo=$ac_try;;
     4740esac
     4741eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4742$as_echo "$ac_try_echo") >&5
     4743  (eval "$ac_compile") 2>conftest.er1
    38554744  ac_status=$?
    38564745  grep -v '^ *+' conftest.er1 >conftest.err
    38574746  rm -f conftest.er1
    38584747  cat conftest.err >&5
    3859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3860   (exit $ac_status); } &&
    3861      { ac_try='test -z "$ac_c_werror_flag"
    3862              || test ! -s conftest.err'
    3863   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3864   (eval $ac_try) 2>&5
    3865   ac_status=$?
    3866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3867   (exit $ac_status); }; } &&
    3868      { ac_try='test -s conftest.$ac_objext'
    3869   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3870   (eval $ac_try) 2>&5
    3871   ac_status=$?
    3872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3873   (exit $ac_status); }; }; then
     4748  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4749  (exit $ac_status); } && {
     4750     test -z "$ac_c_werror_flag" ||
     4751     test ! -s conftest.err
     4752       } && test -s conftest.$ac_objext; then
    38744753  ac_header_compiler=yes
    38754754else
    3876   echo "$as_me: failed program was:" >&5
     4755  $as_echo "$as_me: failed program was:" >&5
    38774756sed 's/^/| /' conftest.$ac_ext >&5
    38784757
    3879 ac_header_compiler=no
    3880 fi
    3881 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    3882 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    3883 echo "${ECHO_T}$ac_header_compiler" >&6
     4758    ac_header_compiler=no
     4759fi
     4760
     4761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4762{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4763$as_echo "$ac_header_compiler" >&6; }
    38844764
    38854765# Is the header present?
    3886 echo "$as_me:$LINENO: checking $ac_header presence" >&5
    3887 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     4766{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4767$as_echo_n "checking $ac_header presence... " >&6; }
    38884768cat >conftest.$ac_ext <<_ACEOF
    38894769/* confdefs.h.  */
     
    38944774#include <$ac_header>
    38954775_ACEOF
    3896 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3897   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4776if { (ac_try="$ac_cpp conftest.$ac_ext"
     4777case "(($ac_try" in
     4778  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4779  *) ac_try_echo=$ac_try;;
     4780esac
     4781eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4782$as_echo "$ac_try_echo") >&5
     4783  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38984784  ac_status=$?
    38994785  grep -v '^ *+' conftest.er1 >conftest.err
    39004786  rm -f conftest.er1
    39014787  cat conftest.err >&5
    3902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3903   (exit $ac_status); } >/dev/null; then
    3904   if test -s conftest.err; then
    3905     ac_cpp_err=$ac_c_preproc_warn_flag
    3906     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3907   else
    3908     ac_cpp_err=
    3909   fi
    3910 else
    3911   ac_cpp_err=yes
    3912 fi
    3913 if test -z "$ac_cpp_err"; then
     4788  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4789  (exit $ac_status); } >/dev/null && {
     4790     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4791     test ! -s conftest.err
     4792       }; then
    39144793  ac_header_preproc=yes
    39154794else
    3916   echo "$as_me: failed program was:" >&5
     4795  $as_echo "$as_me: failed program was:" >&5
    39174796sed 's/^/| /' conftest.$ac_ext >&5
    39184797
    39194798  ac_header_preproc=no
    39204799fi
     4800
    39214801rm -f conftest.err conftest.$ac_ext
    3922 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    3923 echo "${ECHO_T}$ac_header_preproc" >&6
     4802{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4803$as_echo "$ac_header_preproc" >&6; }
    39244804
    39254805# So?  What about this header?
    39264806case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    39274807  yes:no: )
    3928     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    3929 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    3930     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    3931 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     4808    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     4809$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4810    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     4811$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    39324812    ac_header_preproc=yes
    39334813    ;;
    39344814  no:yes:* )
    3935     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    3936 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    3937     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    3938 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    3939     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    3940 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    3941     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    3942 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    3943     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    3944 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    3945     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    3946 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    3947     (
    3948       cat <<\_ASBOX
    3949 ## ------------------------------------------ ##
    3950 ## Report this to the AC_PACKAGE_NAME lists.  ##
    3951 ## ------------------------------------------ ##
    3952 _ASBOX
    3953     ) |
    3954       sed "s/^/$as_me: WARNING:     /" >&2
     4815    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     4816$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     4817    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     4818$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     4819    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     4820$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     4821    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     4822$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4823    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4824$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4825    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     4826$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     4827
    39554828    ;;
    39564829esac
    3957 echo "$as_me:$LINENO: checking for $ac_header" >&5
    3958 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    3959 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3960   echo $ECHO_N "(cached) $ECHO_C" >&6
     4830{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4831$as_echo_n "checking for $ac_header... " >&6; }
     4832if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4833  $as_echo_n "(cached) " >&6
    39614834else
    39624835  eval "$as_ac_Header=\$ac_header_preproc"
    39634836fi
    3964 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    3965 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    3966 
    3967 fi
    3968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4837ac_res=`eval 'as_val=${'$as_ac_Header'}
     4838         $as_echo "$as_val"'`
     4839           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4840$as_echo "$ac_res" >&6; }
     4841
     4842fi
     4843as_val=`eval 'as_val=${'$as_ac_Header'}
     4844         $as_echo "$as_val"'`
     4845   if test "x$as_val" = x""yes; then
    39694846  cat >>confdefs.h <<_ACEOF
    3970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4847#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    39714848_ACEOF
    39724849
     
    39844861file_magic*)
    39854862  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    3986     echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
    3987 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
     4863    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
     4864$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
    39884865if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    3989   echo $ECHO_N "(cached) $ECHO_C" >&6
     4866  $as_echo_n "(cached) " >&6
    39904867else
    39914868  case $MAGIC_CMD in
     
    40394916MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
    40404917if test -n "$MAGIC_CMD"; then
    4041   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
    4042 echo "${ECHO_T}$MAGIC_CMD" >&6
    4043 else
    4044   echo "$as_me:$LINENO: result: no" >&5
    4045 echo "${ECHO_T}no" >&6
     4918  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
     4919$as_echo "$MAGIC_CMD" >&6; }
     4920else
     4921  { $as_echo "$as_me:$LINENO: result: no" >&5
     4922$as_echo "no" >&6; }
    40464923fi
    40474924
    40484925if test -z "$lt_cv_path_MAGIC_CMD"; then
    40494926  if test -n "$ac_tool_prefix"; then
    4050     echo "$as_me:$LINENO: checking for file" >&5
    4051 echo $ECHO_N "checking for file... $ECHO_C" >&6
     4927    { $as_echo "$as_me:$LINENO: checking for file" >&5
     4928$as_echo_n "checking for file... " >&6; }
    40524929if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    4053   echo $ECHO_N "(cached) $ECHO_C" >&6
     4930  $as_echo_n "(cached) " >&6
    40544931else
    40554932  case $MAGIC_CMD in
     
    41034980MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
    41044981if test -n "$MAGIC_CMD"; then
    4105   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
    4106 echo "${ECHO_T}$MAGIC_CMD" >&6
    4107 else
    4108   echo "$as_me:$LINENO: result: no" >&5
    4109 echo "${ECHO_T}no" >&6
     4982  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
     4983$as_echo "$MAGIC_CMD" >&6; }
     4984else
     4985  { $as_echo "$as_me:$LINENO: result: no" >&5
     4986$as_echo "no" >&6; }
    41104987fi
    41114988
     
    41224999  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    41235000set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    4124 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4125 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     5001{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5002$as_echo_n "checking for $ac_word... " >&6; }
    41265003if test "${ac_cv_prog_RANLIB+set}" = set; then
    4127   echo $ECHO_N "(cached) $ECHO_C" >&6
     5004  $as_echo_n "(cached) " >&6
    41285005else
    41295006  if test -n "$RANLIB"; then
     
    41365013  test -z "$as_dir" && as_dir=.
    41375014  for ac_exec_ext in '' $ac_executable_extensions; do
    4138   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     5015  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41395016    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    4140     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5017    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41415018    break 2
    41425019  fi
    41435020done
    41445021done
     5022IFS=$as_save_IFS
    41455023
    41465024fi
     
    41485026RANLIB=$ac_cv_prog_RANLIB
    41495027if test -n "$RANLIB"; then
    4150   echo "$as_me:$LINENO: result: $RANLIB" >&5
    4151 echo "${ECHO_T}$RANLIB" >&6
    4152 else
    4153   echo "$as_me:$LINENO: result: no" >&5
    4154 echo "${ECHO_T}no" >&6
    4155 fi
     5028  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     5029$as_echo "$RANLIB" >&6; }
     5030else
     5031  { $as_echo "$as_me:$LINENO: result: no" >&5
     5032$as_echo "no" >&6; }
     5033fi
     5034
    41565035
    41575036fi
     
    41605039  # Extract the first word of "ranlib", so it can be a program name with args.
    41615040set dummy ranlib; ac_word=$2
    4162 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4163 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     5041{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5042$as_echo_n "checking for $ac_word... " >&6; }
    41645043if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    4165   echo $ECHO_N "(cached) $ECHO_C" >&6
     5044  $as_echo_n "(cached) " >&6
    41665045else
    41675046  if test -n "$ac_ct_RANLIB"; then
     
    41745053  test -z "$as_dir" && as_dir=.
    41755054  for ac_exec_ext in '' $ac_executable_extensions; do
    4176   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     5055  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41775056    ac_cv_prog_ac_ct_RANLIB="ranlib"
    4178     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5057    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41795058    break 2
    41805059  fi
    41815060done
    41825061done
    4183 
    4184   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     5062IFS=$as_save_IFS
     5063
    41855064fi
    41865065fi
    41875066ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    41885067if test -n "$ac_ct_RANLIB"; then
    4189   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    4190 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    4191 else
    4192   echo "$as_me:$LINENO: result: no" >&5
    4193 echo "${ECHO_T}no" >&6
    4194 fi
    4195 
    4196   RANLIB=$ac_ct_RANLIB
     5068  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     5069$as_echo "$ac_ct_RANLIB" >&6; }
     5070else
     5071  { $as_echo "$as_me:$LINENO: result: no" >&5
     5072$as_echo "no" >&6; }
     5073fi
     5074
     5075  if test "x$ac_ct_RANLIB" = x; then
     5076    RANLIB=":"
     5077  else
     5078    case $cross_compiling:$ac_tool_warned in
     5079yes:)
     5080{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     5081$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     5082ac_tool_warned=yes ;;
     5083esac
     5084    RANLIB=$ac_ct_RANLIB
     5085  fi
    41975086else
    41985087  RANLIB="$ac_cv_prog_RANLIB"
     
    42025091  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    42035092set dummy ${ac_tool_prefix}strip; ac_word=$2
    4204 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     5093{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5094$as_echo_n "checking for $ac_word... " >&6; }
    42065095if test "${ac_cv_prog_STRIP+set}" = set; then
    4207   echo $ECHO_N "(cached) $ECHO_C" >&6
     5096  $as_echo_n "(cached) " >&6
    42085097else
    42095098  if test -n "$STRIP"; then
     
    42165105  test -z "$as_dir" && as_dir=.
    42175106  for ac_exec_ext in '' $ac_executable_extensions; do
    4218   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     5107  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42195108    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    4220     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5109    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42215110    break 2
    42225111  fi
    42235112done
    42245113done
     5114IFS=$as_save_IFS
    42255115
    42265116fi
     
    42285118STRIP=$ac_cv_prog_STRIP
    42295119if test -n "$STRIP"; then
    4230   echo "$as_me:$LINENO: result: $STRIP" >&5
    4231 echo "${ECHO_T}$STRIP" >&6
    4232 else
    4233   echo "$as_me:$LINENO: result: no" >&5
    4234 echo "${ECHO_T}no" >&6
    4235 fi
     5120  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
     5121$as_echo "$STRIP" >&6; }
     5122else
     5123  { $as_echo "$as_me:$LINENO: result: no" >&5
     5124$as_echo "no" >&6; }
     5125fi
     5126
    42365127
    42375128fi
     
    42405131  # Extract the first word of "strip", so it can be a program name with args.
    42415132set dummy strip; ac_word=$2
    4242 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     5133{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5134$as_echo_n "checking for $ac_word... " >&6; }
    42445135if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    4245   echo $ECHO_N "(cached) $ECHO_C" >&6
     5136  $as_echo_n "(cached) " >&6
    42465137else
    42475138  if test -n "$ac_ct_STRIP"; then
     
    42545145  test -z "$as_dir" && as_dir=.
    42555146  for ac_exec_ext in '' $ac_executable_extensions; do
    4256   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     5147  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42575148    ac_cv_prog_ac_ct_STRIP="strip"
    4258     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5149    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42595150    break 2
    42605151  fi
    42615152done
    42625153done
    4263 
    4264   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
     5154IFS=$as_save_IFS
     5155
    42655156fi
    42665157fi
    42675158ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    42685159if test -n "$ac_ct_STRIP"; then
    4269   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    4270 echo "${ECHO_T}$ac_ct_STRIP" >&6
    4271 else
    4272   echo "$as_me:$LINENO: result: no" >&5
    4273 echo "${ECHO_T}no" >&6
    4274 fi
    4275 
    4276   STRIP=$ac_ct_STRIP
     5160  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     5161$as_echo "$ac_ct_STRIP" >&6; }
     5162else
     5163  { $as_echo "$as_me:$LINENO: result: no" >&5
     5164$as_echo "no" >&6; }
     5165fi
     5166
     5167  if test "x$ac_ct_STRIP" = x; then
     5168    STRIP=":"
     5169  else
     5170    case $cross_compiling:$ac_tool_warned in
     5171yes:)
     5172{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     5173$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     5174ac_tool_warned=yes ;;
     5175esac
     5176    STRIP=$ac_ct_STRIP
     5177  fi
    42775178else
    42785179  STRIP="$ac_cv_prog_STRIP"
     
    42835184enable_win32_dll=no
    42845185
    4285 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
     5186# Check whether --enable-libtool-lock was given.
    42865187if test "${enable_libtool_lock+set}" = set; then
    4287   enableval="$enable_libtool_lock"
    4288 
    4289 fi;
     5188  enableval=$enable_libtool_lock;
     5189fi
     5190
    42905191test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
    42915192
     
    42955196*-*-irix6*)
    42965197  # Find out which ABI we are using.
    4297   echo '#line 4297 "configure"' > conftest.$ac_ext
     5198  echo '#line 5198 "configure"' > conftest.$ac_ext
    42985199  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    42995200  (eval $ac_compile) 2>&5
    43005201  ac_status=$?
    4301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5202  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43025203  (exit $ac_status); }; then
    43035204    case `/usr/bin/file conftest.$ac_objext` in
     
    43205221  SAVE_CFLAGS="$CFLAGS"
    43215222  CFLAGS="$CFLAGS -belf"
    4322   echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
    4323 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
     5223  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
     5224$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
    43245225if test "${lt_cv_cc_needs_belf+set}" = set; then
    4325   echo $ECHO_N "(cached) $ECHO_C" >&6
    4326 else
    4327 
     5226  $as_echo_n "(cached) " >&6
     5227else
    43285228
    43295229     ac_ext=c
     
    43495249_ACEOF
    43505250rm -f conftest.$ac_objext conftest$ac_exeext
    4351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4352   (eval $ac_link) 2>conftest.er1
     5251if { (ac_try="$ac_link"
     5252case "(($ac_try" in
     5253  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5254  *) ac_try_echo=$ac_try;;
     5255esac
     5256eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5257$as_echo "$ac_try_echo") >&5
     5258  (eval "$ac_link") 2>conftest.er1
    43535259  ac_status=$?
    43545260  grep -v '^ *+' conftest.er1 >conftest.err
    43555261  rm -f conftest.er1
    43565262  cat conftest.err >&5
    4357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4358   (exit $ac_status); } &&
    4359      { ac_try='test -z "$ac_c_werror_flag"
    4360              || test ! -s conftest.err'
    4361   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4362   (eval $ac_try) 2>&5
    4363   ac_status=$?
    4364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4365   (exit $ac_status); }; } &&
    4366      { ac_try='test -s conftest$ac_exeext'
    4367   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4368   (eval $ac_try) 2>&5
    4369   ac_status=$?
    4370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4371   (exit $ac_status); }; }; then
     5263  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5264  (exit $ac_status); } && {
     5265     test -z "$ac_c_werror_flag" ||
     5266     test ! -s conftest.err
     5267       } && test -s conftest$ac_exeext && {
     5268     test "$cross_compiling" = yes ||
     5269     $as_test_x conftest$ac_exeext
     5270       }; then
    43725271  lt_cv_cc_needs_belf=yes
    43735272else
    4374   echo "$as_me: failed program was:" >&5
     5273  $as_echo "$as_me: failed program was:" >&5
    43755274sed 's/^/| /' conftest.$ac_ext >&5
    43765275
    4377 lt_cv_cc_needs_belf=no
    4378 fi
    4379 rm -f conftest.err conftest.$ac_objext \
     5276    lt_cv_cc_needs_belf=no
     5277fi
     5278
     5279rm -rf conftest.dSYM
     5280rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    43805281      conftest$ac_exeext conftest.$ac_ext
    43815282     ac_ext=c
     
    43865287
    43875288fi
    4388 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
    4389 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
     5289{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
     5290$as_echo "$lt_cv_cc_needs_belf" >&6; }
    43905291  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
    43915292    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
     
    44875388compiler="$2"
    44885389
    4489 echo "$as_me:$LINENO: checking for objdir" >&5
    4490 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
     5390{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
     5391$as_echo_n "checking for objdir... " >&6; }
    44915392rm -f .libs 2>/dev/null
    44925393mkdir .libs 2>/dev/null
     
    44985399fi
    44995400rmdir .libs 2>/dev/null
    4500 echo "$as_me:$LINENO: result: $objdir" >&5
    4501 echo "${ECHO_T}$objdir" >&6
    4502 
    4503 
    4504 
    4505 # Check whether --with-pic or --without-pic was given.
     5401{ $as_echo "$as_me:$LINENO: result: $objdir" >&5
     5402$as_echo "$objdir" >&6; }
     5403
     5404
     5405
     5406# Check whether --with-pic was given.
    45065407if test "${with_pic+set}" = set; then
    4507   withval="$with_pic"
    4508   pic_mode="$withval"
     5408  withval=$with_pic; pic_mode="$withval"
    45095409else
    45105410  pic_mode=default
    4511 fi;
     5411fi
     5412
    45125413test -z "$pic_mode" && pic_mode=default
    45135414
     
    45155416# in isolation, and that seeing it set (from the cache) indicates that
    45165417# the associated values are set (in the cache) correctly too.
    4517 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
    4518 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
     5418{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
     5419$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
    45195420if test "${lt_cv_prog_cc_pic+set}" = set; then
    4520   echo $ECHO_N "(cached) $ECHO_C" >&6
     5421  $as_echo_n "(cached) " >&6
    45215422else
    45225423   lt_cv_prog_cc_pic=
     
    46585559
    46595560if test -z "$lt_cv_prog_cc_pic"; then
    4660   echo "$as_me:$LINENO: result: none" >&5
    4661 echo "${ECHO_T}none" >&6
    4662 else
    4663   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
    4664 echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
     5561  { $as_echo "$as_me:$LINENO: result: none" >&5
     5562$as_echo "none" >&6; }
     5563else
     5564  { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
     5565$as_echo "$lt_cv_prog_cc_pic" >&6; }
    46655566
    46665567  # Check to make sure the pic_flag actually works.
    4667   echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
    4668 echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
     5568  { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
     5569$as_echo_n "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... " >&6; }
    46695570  if test "${lt_cv_prog_cc_pic_works+set}" = set; then
    4670   echo $ECHO_N "(cached) $ECHO_C" >&6
     5571  $as_echo_n "(cached) " >&6
    46715572else
    46725573      save_CFLAGS="$CFLAGS"
     
    46885589_ACEOF
    46895590rm -f conftest.$ac_objext
    4690 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4691   (eval $ac_compile) 2>conftest.er1
     5591if { (ac_try="$ac_compile"
     5592case "(($ac_try" in
     5593  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5594  *) ac_try_echo=$ac_try;;
     5595esac
     5596eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5597$as_echo "$ac_try_echo") >&5
     5598  (eval "$ac_compile") 2>conftest.er1
    46925599  ac_status=$?
    46935600  grep -v '^ *+' conftest.er1 >conftest.err
    46945601  rm -f conftest.er1
    46955602  cat conftest.err >&5
    4696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4697   (exit $ac_status); } &&
    4698      { ac_try='test -z "$ac_c_werror_flag"
    4699              || test ! -s conftest.err'
    4700   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4701   (eval $ac_try) 2>&5
    4702   ac_status=$?
    4703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4704   (exit $ac_status); }; } &&
    4705      { ac_try='test -s conftest.$ac_objext'
    4706   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4707   (eval $ac_try) 2>&5
    4708   ac_status=$?
    4709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4710   (exit $ac_status); }; }; then
     5603  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5604  (exit $ac_status); } && {
     5605     test -z "$ac_c_werror_flag" ||
     5606     test ! -s conftest.err
     5607       } && test -s conftest.$ac_objext; then
    47115608        case $host_os in
    47125609      hpux9* | hpux10* | hpux11*)
     
    47265623
    47275624else
    4728   echo "$as_me: failed program was:" >&5
     5625  $as_echo "$as_me: failed program was:" >&5
    47295626sed 's/^/| /' conftest.$ac_ext >&5
    47305627
    4731       lt_cv_prog_cc_pic_works=no
    4732 
    4733 fi
    4734 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5628          lt_cv_prog_cc_pic_works=no
     5629
     5630fi
     5631
     5632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    47355633    CFLAGS="$save_CFLAGS"
    47365634
     
    47455643  fi
    47465644
    4747   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
    4748 echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
     5645  { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
     5646$as_echo "$lt_cv_prog_cc_pic_works" >&6; }
    47495647fi
    47505648
    47515649# Check for any special shared library compilation flags.
    47525650if test -n "$lt_cv_prog_cc_shlib"; then
    4753   { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
    4754 echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
     5651  { $as_echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
     5652$as_echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
    47555653  if echo "$old_CC $old_CFLAGS " | egrep -e "[  ]$lt_cv_prog_cc_shlib[  ]" >/dev/null; then :
    47565654  else
    4757    { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
    4758 echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
     5655   { $as_echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
     5656$as_echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
    47595657    lt_cv_prog_cc_can_build_shared=no
    47605658  fi
    47615659fi
    47625660
    4763 echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
    4764 echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
     5661{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
     5662$as_echo_n "checking if $compiler static flag $lt_cv_prog_cc_static works... " >&6; }
    47655663if test "${lt_cv_prog_cc_static_works+set}" = set; then
    4766   echo $ECHO_N "(cached) $ECHO_C" >&6
     5664  $as_echo_n "(cached) " >&6
    47675665else
    47685666    lt_cv_prog_cc_static_works=no
     
    47855683_ACEOF
    47865684rm -f conftest.$ac_objext conftest$ac_exeext
    4787 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4788   (eval $ac_link) 2>conftest.er1
     5685if { (ac_try="$ac_link"
     5686case "(($ac_try" in
     5687  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5688  *) ac_try_echo=$ac_try;;
     5689esac
     5690eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5691$as_echo "$ac_try_echo") >&5
     5692  (eval "$ac_link") 2>conftest.er1
    47895693  ac_status=$?
    47905694  grep -v '^ *+' conftest.er1 >conftest.err
    47915695  rm -f conftest.er1
    47925696  cat conftest.err >&5
    4793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4794   (exit $ac_status); } &&
    4795      { ac_try='test -z "$ac_c_werror_flag"
    4796              || test ! -s conftest.err'
    4797   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4798   (eval $ac_try) 2>&5
    4799   ac_status=$?
    4800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4801   (exit $ac_status); }; } &&
    4802      { ac_try='test -s conftest$ac_exeext'
    4803   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4804   (eval $ac_try) 2>&5
    4805   ac_status=$?
    4806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4807   (exit $ac_status); }; }; then
     5697  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5698  (exit $ac_status); } && {
     5699     test -z "$ac_c_werror_flag" ||
     5700     test ! -s conftest.err
     5701       } && test -s conftest$ac_exeext && {
     5702     test "$cross_compiling" = yes ||
     5703     $as_test_x conftest$ac_exeext
     5704       }; then
    48085705  lt_cv_prog_cc_static_works=yes
    48095706else
    4810   echo "$as_me: failed program was:" >&5
     5707  $as_echo "$as_me: failed program was:" >&5
    48115708sed 's/^/| /' conftest.$ac_ext >&5
    48125709
    4813 fi
    4814 rm -f conftest.err conftest.$ac_objext \
     5710
     5711fi
     5712
     5713rm -rf conftest.dSYM
     5714rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    48155715      conftest$ac_exeext conftest.$ac_ext
    48165716  LDFLAGS="$save_LDFLAGS"
     
    48215721# Belt *and* braces to stop my trousers falling down:
    48225722test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
    4823 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
    4824 echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
     5723{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
     5724$as_echo "$lt_cv_prog_cc_static_works" >&6; }
    48255725
    48265726pic_flag="$lt_cv_prog_cc_pic"
     
    48335733
    48345734# Check to see if options -o and -c are simultaneously supported by compiler
    4835 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
    4836 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
     5735{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
     5736$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    48375737if test "${lt_cv_compiler_c_o+set}" = set; then
    4838   echo $ECHO_N "(cached) $ECHO_C" >&6
     5738  $as_echo_n "(cached) " >&6
    48395739else
    48405740
     
    48535753CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
    48545754compiler_c_o=no
    4855 if { (eval echo configure:4855: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
     5755if { (eval echo configure:5755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
    48565756  # The compiler can only warn and ignore the option if not recognized
    48575757  # So say no if there are warnings
     
    48775777
    48785778compiler_c_o=$lt_cv_compiler_c_o
    4879 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
    4880 echo "${ECHO_T}$compiler_c_o" >&6
     5779{ $as_echo "$as_me:$LINENO: result: $compiler_c_o" >&5
     5780$as_echo "$compiler_c_o" >&6; }
    48815781
    48825782if test x"$compiler_c_o" = x"yes"; then
    48835783  # Check to see if we can write to a .lo
    4884   echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
    4885 echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
     5784  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
     5785$as_echo_n "checking if $compiler supports -c -o file.lo... " >&6; }
    48865786  if test "${lt_cv_compiler_o_lo+set}" = set; then
    4887   echo $ECHO_N "(cached) $ECHO_C" >&6
     5787  $as_echo_n "(cached) " >&6
    48885788else
    48895789
     
    49095809_ACEOF
    49105810rm -f conftest.$ac_objext
    4911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4912   (eval $ac_compile) 2>conftest.er1
     5811if { (ac_try="$ac_compile"
     5812case "(($ac_try" in
     5813  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5814  *) ac_try_echo=$ac_try;;
     5815esac
     5816eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5817$as_echo "$ac_try_echo") >&5
     5818  (eval "$ac_compile") 2>conftest.er1
    49135819  ac_status=$?
    49145820  grep -v '^ *+' conftest.er1 >conftest.err
    49155821  rm -f conftest.er1
    49165822  cat conftest.err >&5
    4917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4918   (exit $ac_status); } &&
    4919      { ac_try='test -z "$ac_c_werror_flag"
    4920              || test ! -s conftest.err'
    4921   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4922   (eval $ac_try) 2>&5
    4923   ac_status=$?
    4924   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4925   (exit $ac_status); }; } &&
    4926      { ac_try='test -s conftest.$ac_objext'
    4927   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4928   (eval $ac_try) 2>&5
    4929   ac_status=$?
    4930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4931   (exit $ac_status); }; }; then
     5823  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5824  (exit $ac_status); } && {
     5825     test -z "$ac_c_werror_flag" ||
     5826     test ! -s conftest.err
     5827       } && test -s conftest.$ac_objext; then
    49325828      # The compiler can only warn and ignore the option if not recognized
    49335829    # So say no if there are warnings
     
    49395835
    49405836else
    4941   echo "$as_me: failed program was:" >&5
     5837  $as_echo "$as_me: failed program was:" >&5
    49425838sed 's/^/| /' conftest.$ac_ext >&5
    49435839
    4944 fi
    4945 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5840
     5841fi
     5842
     5843rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    49465844  ac_objext="$save_objext"
    49475845  CFLAGS="$save_CFLAGS"
     
    49505848
    49515849  compiler_o_lo=$lt_cv_compiler_o_lo
    4952   echo "$as_me:$LINENO: result: $compiler_o_lo" >&5
    4953 echo "${ECHO_T}$compiler_o_lo" >&6
     5850  { $as_echo "$as_me:$LINENO: result: $compiler_o_lo" >&5
     5851$as_echo "$compiler_o_lo" >&6; }
    49545852else
    49555853  compiler_o_lo=no
     
    49605858if test "$compiler_c_o" = no && test "$need_locks" != no; then
    49615859  # do not overwrite the value of need_locks provided by the user
    4962   echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
    4963 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
     5860  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
     5861$as_echo_n "checking if we can lock with hard links... " >&6; }
    49645862  hard_links=yes
    49655863  $rm conftest*
     
    49685866  ln conftest.a conftest.b 2>&5 || hard_links=no
    49695867  ln conftest.a conftest.b 2>/dev/null && hard_links=no
    4970   echo "$as_me:$LINENO: result: $hard_links" >&5
    4971 echo "${ECHO_T}$hard_links" >&6
     5868  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
     5869$as_echo "$hard_links" >&6; }
    49725870  if test "$hard_links" = no; then
    4973     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
    4974 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
     5871    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
     5872$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
    49755873    need_locks=warn
    49765874  fi
     
    49815879if test "$GCC" = yes; then
    49825880  # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
    4983   echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
    4984 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
     5881  { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
     5882$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
    49855883  echo "int some_variable = 0;" > conftest.$ac_ext
    49865884  save_CFLAGS="$CFLAGS"
     
    50035901_ACEOF
    50045902rm -f conftest.$ac_objext
    5005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5006   (eval $ac_compile) 2>conftest.er1
     5903if { (ac_try="$ac_compile"
     5904case "(($ac_try" in
     5905  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5906  *) ac_try_echo=$ac_try;;
     5907esac
     5908eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5909$as_echo "$ac_try_echo") >&5
     5910  (eval "$ac_compile") 2>conftest.er1
    50075911  ac_status=$?
    50085912  grep -v '^ *+' conftest.er1 >conftest.err
    50095913  rm -f conftest.er1
    50105914  cat conftest.err >&5
    5011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5012   (exit $ac_status); } &&
    5013      { ac_try='test -z "$ac_c_werror_flag"
    5014              || test ! -s conftest.err'
    5015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5016   (eval $ac_try) 2>&5
    5017   ac_status=$?
    5018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5019   (exit $ac_status); }; } &&
    5020      { ac_try='test -s conftest.$ac_objext'
    5021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5022   (eval $ac_try) 2>&5
    5023   ac_status=$?
    5024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5025   (exit $ac_status); }; }; then
     5915  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5916  (exit $ac_status); } && {
     5917     test -z "$ac_c_werror_flag" ||
     5918     test ! -s conftest.err
     5919       } && test -s conftest.$ac_objext; then
    50265920      # The compiler can only warn and ignore the option if not recognized
    50275921    # So say no if there are warnings
     
    50335927
    50345928else
    5035   echo "$as_me: failed program was:" >&5
     5929  $as_echo "$as_me: failed program was:" >&5
    50365930sed 's/^/| /' conftest.$ac_ext >&5
    50375931
    5038 fi
    5039 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5932
     5933fi
     5934
     5935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    50405936  CFLAGS="$save_CFLAGS"
    5041   echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
    5042 echo "${ECHO_T}$compiler_rtti_exceptions" >&6
     5937  { $as_echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
     5938$as_echo "$compiler_rtti_exceptions" >&6; }
    50435939
    50445940  if test "$compiler_rtti_exceptions" = "yes"; then
     
    50505946
    50515947# See if the linker supports building shared libraries.
    5052 echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
    5053 echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
     5948{ $as_echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
     5949$as_echo_n "checking whether the linker ($LD) supports shared libraries... " >&6; }
    50545950
    50555951allow_undefined_flag=
     
    57426638  esac
    57436639fi
    5744 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
    5745 echo "${ECHO_T}$ld_shlibs" >&6
     6640{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
     6641$as_echo "$ld_shlibs" >&6; }
    57466642test "$ld_shlibs" = no && can_build_shared=no
    57476643
    57486644# Check hardcoding attributes.
    5749 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
    5750 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
     6645{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
     6646$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
    57516647hardcode_action=
    57526648if test -n "$hardcode_libdir_flag_spec" || \
     
    57716667  hardcode_action=unsupported
    57726668fi
    5773 echo "$as_me:$LINENO: result: $hardcode_action" >&5
    5774 echo "${ECHO_T}$hardcode_action" >&6
     6669{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
     6670$as_echo "$hardcode_action" >&6; }
    57756671
    57766672striplib=
    57776673old_striplib=
    5778 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
    5779 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
     6674{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
     6675$as_echo_n "checking whether stripping libraries is possible... " >&6; }
    57806676if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    57816677  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    57826678  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    5783   echo "$as_me:$LINENO: result: yes" >&5
    5784 echo "${ECHO_T}yes" >&6
    5785 else
    5786   echo "$as_me:$LINENO: result: no" >&5
    5787 echo "${ECHO_T}no" >&6
     6679  { $as_echo "$as_me:$LINENO: result: yes" >&5
     6680$as_echo "yes" >&6; }
     6681else
     6682  { $as_echo "$as_me:$LINENO: result: no" >&5
     6683$as_echo "no" >&6; }
    57886684fi
    57896685
     
    57926688
    57936689# PORTME Fill in your ld.so characteristics
    5794 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
    5795 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
     6690{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
     6691$as_echo_n "checking dynamic linker characteristics... " >&6; }
    57966692library_names_spec=
    57976693libname_spec='lib$name'
     
    61947090  ;;
    61957091esac
    6196 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
    6197 echo "${ECHO_T}$dynamic_linker" >&6
     7092{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
     7093$as_echo "$dynamic_linker" >&6; }
    61987094test "$dynamic_linker" = no && can_build_shared=no
    61997095
    62007096# Report the final consequences.
    6201 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
    6202 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
    6203 echo "$as_me:$LINENO: result: $can_build_shared" >&5
    6204 echo "${ECHO_T}$can_build_shared" >&6
    6205 
    6206 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
    6207 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
     7097{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
     7098$as_echo_n "checking if libtool supports shared libraries... " >&6; }
     7099{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
     7100$as_echo "$can_build_shared" >&6; }
     7101
     7102{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
     7103$as_echo_n "checking whether to build shared libraries... " >&6; }
    62087104test "$can_build_shared" = "no" && enable_shared=no
    62097105
     
    62257121  ;;
    62267122esac
    6227 echo "$as_me:$LINENO: result: $enable_shared" >&5
    6228 echo "${ECHO_T}$enable_shared" >&6
    6229 
    6230 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
    6231 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
     7123{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
     7124$as_echo "$enable_shared" >&6; }
     7125
     7126{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
     7127$as_echo_n "checking whether to build static libraries... " >&6; }
    62327128# Make sure either enable_shared or enable_static is yes.
    62337129test "$enable_shared" = yes || enable_static=yes
    6234 echo "$as_me:$LINENO: result: $enable_static" >&5
    6235 echo "${ECHO_T}$enable_static" >&6
     7130{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
     7131$as_echo "$enable_static" >&6; }
    62367132
    62377133if test "$hardcode_action" = relink; then
     
    62707166
    62717167  *)
    6272     echo "$as_me:$LINENO: checking for shl_load" >&5
    6273 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
     7168    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
     7169$as_echo_n "checking for shl_load... " >&6; }
    62747170if test "${ac_cv_func_shl_load+set}" = set; then
    6275   echo $ECHO_N "(cached) $ECHO_C" >&6
     7171  $as_echo_n "(cached) " >&6
    62767172else
    62777173  cat >conftest.$ac_ext <<_ACEOF
     
    62987194#undef shl_load
    62997195
    6300 /* Override any gcc2 internal prototype to avoid an error.  */
     7196/* Override any GCC internal prototype to avoid an error.
     7197   Use char because int might match the return type of a GCC
     7198   builtin and then its argument prototype would still apply.  */
    63017199#ifdef __cplusplus
    63027200extern "C"
    6303 {
    63047201#endif
    6305 /* We use char because int might match the return type of a gcc2
    6306    builtin and then its argument prototype would still apply.  */
    63077202char shl_load ();
    63087203/* The GNU C library defines this for functions which it implements
    63097204    to always fail with ENOSYS.  Some functions are actually named
    63107205    something starting with __ and the normal name is an alias.  */
    6311 #if defined (__stub_shl_load) || defined (__stub___shl_load)
     7206#if defined __stub_shl_load || defined __stub___shl_load
    63127207choke me
    6313 #else
    6314 char (*f) () = shl_load;
    6315 #endif
    6316 #ifdef __cplusplus
    6317 }
    63187208#endif
    63197209
     
    63217211main ()
    63227212{
    6323 return f != shl_load;
     7213return shl_load ();
    63247214  ;
    63257215  return 0;
     
    63277217_ACEOF
    63287218rm -f conftest.$ac_objext conftest$ac_exeext
    6329 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6330   (eval $ac_link) 2>conftest.er1
     7219if { (ac_try="$ac_link"
     7220case "(($ac_try" in
     7221  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7222  *) ac_try_echo=$ac_try;;
     7223esac
     7224eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7225$as_echo "$ac_try_echo") >&5
     7226  (eval "$ac_link") 2>conftest.er1
    63317227  ac_status=$?
    63327228  grep -v '^ *+' conftest.er1 >conftest.err
    63337229  rm -f conftest.er1
    63347230  cat conftest.err >&5
    6335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6336   (exit $ac_status); } &&
    6337      { ac_try='test -z "$ac_c_werror_flag"
    6338              || test ! -s conftest.err'
    6339   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6340   (eval $ac_try) 2>&5
    6341   ac_status=$?
    6342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6343   (exit $ac_status); }; } &&
    6344      { ac_try='test -s conftest$ac_exeext'
    6345   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6346   (eval $ac_try) 2>&5
    6347   ac_status=$?
    6348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6349   (exit $ac_status); }; }; then
     7231  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7232  (exit $ac_status); } && {
     7233     test -z "$ac_c_werror_flag" ||
     7234     test ! -s conftest.err
     7235       } && test -s conftest$ac_exeext && {
     7236     test "$cross_compiling" = yes ||
     7237     $as_test_x conftest$ac_exeext
     7238       }; then
    63507239  ac_cv_func_shl_load=yes
    63517240else
    6352   echo "$as_me: failed program was:" >&5
     7241  $as_echo "$as_me: failed program was:" >&5
    63537242sed 's/^/| /' conftest.$ac_ext >&5
    63547243
    6355 ac_cv_func_shl_load=no
    6356 fi
    6357 rm -f conftest.err conftest.$ac_objext \
     7244    ac_cv_func_shl_load=no
     7245fi
     7246
     7247rm -rf conftest.dSYM
     7248rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63587249      conftest$ac_exeext conftest.$ac_ext
    63597250fi
    6360 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
    6361 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
    6362 if test $ac_cv_func_shl_load = yes; then
     7251{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     7252$as_echo "$ac_cv_func_shl_load" >&6; }
     7253if test "x$ac_cv_func_shl_load" = x""yes; then
    63637254  lt_cv_dlopen="shl_load"
    63647255else
    6365   echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6366 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
     7256  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     7257$as_echo_n "checking for shl_load in -ldld... " >&6; }
    63677258if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6368   echo $ECHO_N "(cached) $ECHO_C" >&6
     7259  $as_echo_n "(cached) " >&6
    63697260else
    63707261  ac_check_lib_save_LIBS=$LIBS
     
    63777268/* end confdefs.h.  */
    63787269
    6379 /* Override any gcc2 internal prototype to avoid an error.  */
     7270/* Override any GCC internal prototype to avoid an error.
     7271   Use char because int might match the return type of a GCC
     7272   builtin and then its argument prototype would still apply.  */
    63807273#ifdef __cplusplus
    63817274extern "C"
    63827275#endif
    6383 /* We use char because int might match the return type of a gcc2
    6384    builtin and then its argument prototype would still apply.  */
    63857276char shl_load ();
    63867277int
    63877278main ()
    63887279{
    6389 shl_load ();
     7280return shl_load ();
    63907281  ;
    63917282  return 0;
     
    63937284_ACEOF
    63947285rm -f conftest.$ac_objext conftest$ac_exeext
    6395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6396   (eval $ac_link) 2>conftest.er1
     7286if { (ac_try="$ac_link"
     7287case "(($ac_try" in
     7288  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7289  *) ac_try_echo=$ac_try;;
     7290esac
     7291eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7292$as_echo "$ac_try_echo") >&5
     7293  (eval "$ac_link") 2>conftest.er1
    63977294  ac_status=$?
    63987295  grep -v '^ *+' conftest.er1 >conftest.err
    63997296  rm -f conftest.er1
    64007297  cat conftest.err >&5
    6401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6402   (exit $ac_status); } &&
    6403      { ac_try='test -z "$ac_c_werror_flag"
    6404              || test ! -s conftest.err'
    6405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6406   (eval $ac_try) 2>&5
    6407   ac_status=$?
    6408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6409   (exit $ac_status); }; } &&
    6410      { ac_try='test -s conftest$ac_exeext'
    6411   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6412   (eval $ac_try) 2>&5
    6413   ac_status=$?
    6414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6415   (exit $ac_status); }; }; then
     7298  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7299  (exit $ac_status); } && {
     7300     test -z "$ac_c_werror_flag" ||
     7301     test ! -s conftest.err
     7302       } && test -s conftest$ac_exeext && {
     7303     test "$cross_compiling" = yes ||
     7304     $as_test_x conftest$ac_exeext
     7305       }; then
    64167306  ac_cv_lib_dld_shl_load=yes
    64177307else
    6418   echo "$as_me: failed program was:" >&5
     7308  $as_echo "$as_me: failed program was:" >&5
    64197309sed 's/^/| /' conftest.$ac_ext >&5
    64207310
    6421 ac_cv_lib_dld_shl_load=no
    6422 fi
    6423 rm -f conftest.err conftest.$ac_objext \
     7311    ac_cv_lib_dld_shl_load=no
     7312fi
     7313
     7314rm -rf conftest.dSYM
     7315rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64247316      conftest$ac_exeext conftest.$ac_ext
    64257317LIBS=$ac_check_lib_save_LIBS
    64267318fi
    6427 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6428 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
    6429 if test $ac_cv_lib_dld_shl_load = yes; then
     7319{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     7320$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     7321if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
    64307322  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
    64317323else
    6432   echo "$as_me:$LINENO: checking for dlopen" >&5
    6433 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
     7324  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
     7325$as_echo_n "checking for dlopen... " >&6; }
    64347326if test "${ac_cv_func_dlopen+set}" = set; then
    6435   echo $ECHO_N "(cached) $ECHO_C" >&6
     7327  $as_echo_n "(cached) " >&6
    64367328else
    64377329  cat >conftest.$ac_ext <<_ACEOF
     
    64587350#undef dlopen
    64597351
    6460 /* Override any gcc2 internal prototype to avoid an error.  */
     7352/* Override any GCC internal prototype to avoid an error.
     7353   Use char because int might match the return type of a GCC
     7354   builtin and then its argument prototype would still apply.  */
    64617355#ifdef __cplusplus
    64627356extern "C"
    6463 {
    64647357#endif
    6465 /* We use char because int might match the return type of a gcc2
    6466    builtin and then its argument prototype would still apply.  */
    64677358char dlopen ();
    64687359/* The GNU C library defines this for functions which it implements
    64697360    to always fail with ENOSYS.  Some functions are actually named
    64707361    something starting with __ and the normal name is an alias.  */
    6471 #if defined (__stub_dlopen) || defined (__stub___dlopen)
     7362#if defined __stub_dlopen || defined __stub___dlopen
    64727363choke me
    6473 #else
    6474 char (*f) () = dlopen;
    6475 #endif
    6476 #ifdef __cplusplus
    6477 }
    64787364#endif
    64797365
     
    64817367main ()
    64827368{
    6483 return f != dlopen;
     7369return dlopen ();
    64847370  ;
    64857371  return 0;
     
    64877373_ACEOF
    64887374rm -f conftest.$ac_objext conftest$ac_exeext
    6489 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6490   (eval $ac_link) 2>conftest.er1
     7375if { (ac_try="$ac_link"
     7376case "(($ac_try" in
     7377  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7378  *) ac_try_echo=$ac_try;;
     7379esac
     7380eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7381$as_echo "$ac_try_echo") >&5
     7382  (eval "$ac_link") 2>conftest.er1
    64917383  ac_status=$?
    64927384  grep -v '^ *+' conftest.er1 >conftest.err
    64937385  rm -f conftest.er1
    64947386  cat conftest.err >&5
    6495   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6496   (exit $ac_status); } &&
    6497      { ac_try='test -z "$ac_c_werror_flag"
    6498              || test ! -s conftest.err'
    6499   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6500   (eval $ac_try) 2>&5
    6501   ac_status=$?
    6502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6503   (exit $ac_status); }; } &&
    6504      { ac_try='test -s conftest$ac_exeext'
    6505   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6506   (eval $ac_try) 2>&5
    6507   ac_status=$?
    6508   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6509   (exit $ac_status); }; }; then
     7387  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7388  (exit $ac_status); } && {
     7389     test -z "$ac_c_werror_flag" ||
     7390     test ! -s conftest.err
     7391       } && test -s conftest$ac_exeext && {
     7392     test "$cross_compiling" = yes ||
     7393     $as_test_x conftest$ac_exeext
     7394       }; then
    65107395  ac_cv_func_dlopen=yes
    65117396else
    6512   echo "$as_me: failed program was:" >&5
     7397  $as_echo "$as_me: failed program was:" >&5
    65137398sed 's/^/| /' conftest.$ac_ext >&5
    65147399
    6515 ac_cv_func_dlopen=no
    6516 fi
    6517 rm -f conftest.err conftest.$ac_objext \
     7400    ac_cv_func_dlopen=no
     7401fi
     7402
     7403rm -rf conftest.dSYM
     7404rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65187405      conftest$ac_exeext conftest.$ac_ext
    65197406fi
    6520 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
    6521 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
    6522 if test $ac_cv_func_dlopen = yes; then
     7407{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     7408$as_echo "$ac_cv_func_dlopen" >&6; }
     7409if test "x$ac_cv_func_dlopen" = x""yes; then
    65237410  lt_cv_dlopen="dlopen"
    65247411else
    6525   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    6526 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
     7412  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     7413$as_echo_n "checking for dlopen in -ldl... " >&6; }
    65277414if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    6528   echo $ECHO_N "(cached) $ECHO_C" >&6
     7415  $as_echo_n "(cached) " >&6
    65297416else
    65307417  ac_check_lib_save_LIBS=$LIBS
     
    65377424/* end confdefs.h.  */
    65387425
    6539 /* Override any gcc2 internal prototype to avoid an error.  */
     7426/* Override any GCC internal prototype to avoid an error.
     7427   Use char because int might match the return type of a GCC
     7428   builtin and then its argument prototype would still apply.  */
    65407429#ifdef __cplusplus
    65417430extern "C"
    65427431#endif
    6543 /* We use char because int might match the return type of a gcc2
    6544    builtin and then its argument prototype would still apply.  */
    65457432char dlopen ();
    65467433int
    65477434main ()
    65487435{
    6549 dlopen ();
     7436return dlopen ();
    65507437  ;
    65517438  return 0;
     
    65537440_ACEOF
    65547441rm -f conftest.$ac_objext conftest$ac_exeext
    6555 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6556   (eval $ac_link) 2>conftest.er1
     7442if { (ac_try="$ac_link"
     7443case "(($ac_try" in
     7444  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7445  *) ac_try_echo=$ac_try;;
     7446esac
     7447eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7448$as_echo "$ac_try_echo") >&5
     7449  (eval "$ac_link") 2>conftest.er1
    65577450  ac_status=$?
    65587451  grep -v '^ *+' conftest.er1 >conftest.err
    65597452  rm -f conftest.er1
    65607453  cat conftest.err >&5
    6561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6562   (exit $ac_status); } &&
    6563      { ac_try='test -z "$ac_c_werror_flag"
    6564              || test ! -s conftest.err'
    6565   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6566   (eval $ac_try) 2>&5
    6567   ac_status=$?
    6568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6569   (exit $ac_status); }; } &&
    6570      { ac_try='test -s conftest$ac_exeext'
    6571   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6572   (eval $ac_try) 2>&5
    6573   ac_status=$?
    6574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6575   (exit $ac_status); }; }; then
     7454  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7455  (exit $ac_status); } && {
     7456     test -z "$ac_c_werror_flag" ||
     7457     test ! -s conftest.err
     7458       } && test -s conftest$ac_exeext && {
     7459     test "$cross_compiling" = yes ||
     7460     $as_test_x conftest$ac_exeext
     7461       }; then
    65767462  ac_cv_lib_dl_dlopen=yes
    65777463else
    6578   echo "$as_me: failed program was:" >&5
     7464  $as_echo "$as_me: failed program was:" >&5
    65797465sed 's/^/| /' conftest.$ac_ext >&5
    65807466
    6581 ac_cv_lib_dl_dlopen=no
    6582 fi
    6583 rm -f conftest.err conftest.$ac_objext \
     7467    ac_cv_lib_dl_dlopen=no
     7468fi
     7469
     7470rm -rf conftest.dSYM
     7471rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65847472      conftest$ac_exeext conftest.$ac_ext
    65857473LIBS=$ac_check_lib_save_LIBS
    65867474fi
    6587 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    6588 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
    6589 if test $ac_cv_lib_dl_dlopen = yes; then
     7475{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     7476$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
     7477if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
    65907478  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
    65917479else
    6592   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
    6593 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
     7480  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
     7481$as_echo_n "checking for dlopen in -lsvld... " >&6; }
    65947482if test "${ac_cv_lib_svld_dlopen+set}" = set; then
    6595   echo $ECHO_N "(cached) $ECHO_C" >&6
     7483  $as_echo_n "(cached) " >&6
    65967484else
    65977485  ac_check_lib_save_LIBS=$LIBS
     
    66047492/* end confdefs.h.  */
    66057493
    6606 /* Override any gcc2 internal prototype to avoid an error.  */
     7494/* Override any GCC internal prototype to avoid an error.
     7495   Use char because int might match the return type of a GCC
     7496   builtin and then its argument prototype would still apply.  */
    66077497#ifdef __cplusplus
    66087498extern "C"
    66097499#endif
    6610 /* We use char because int might match the return type of a gcc2
    6611    builtin and then its argument prototype would still apply.  */
    66127500char dlopen ();
    66137501int
    66147502main ()
    66157503{
    6616 dlopen ();
     7504return dlopen ();
    66177505  ;
    66187506  return 0;
     
    66207508_ACEOF
    66217509rm -f conftest.$ac_objext conftest$ac_exeext
    6622 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6623   (eval $ac_link) 2>conftest.er1
     7510if { (ac_try="$ac_link"
     7511case "(($ac_try" in
     7512  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7513  *) ac_try_echo=$ac_try;;
     7514esac
     7515eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7516$as_echo "$ac_try_echo") >&5
     7517  (eval "$ac_link") 2>conftest.er1
    66247518  ac_status=$?
    66257519  grep -v '^ *+' conftest.er1 >conftest.err
    66267520  rm -f conftest.er1
    66277521  cat conftest.err >&5
    6628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6629   (exit $ac_status); } &&
    6630      { ac_try='test -z "$ac_c_werror_flag"
    6631              || test ! -s conftest.err'
    6632   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6633   (eval $ac_try) 2>&5
    6634   ac_status=$?
    6635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6636   (exit $ac_status); }; } &&
    6637      { ac_try='test -s conftest$ac_exeext'
    6638   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6639   (eval $ac_try) 2>&5
    6640   ac_status=$?
    6641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6642   (exit $ac_status); }; }; then
     7522  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7523  (exit $ac_status); } && {
     7524     test -z "$ac_c_werror_flag" ||
     7525     test ! -s conftest.err
     7526       } && test -s conftest$ac_exeext && {
     7527     test "$cross_compiling" = yes ||
     7528     $as_test_x conftest$ac_exeext
     7529       }; then
    66437530  ac_cv_lib_svld_dlopen=yes
    66447531else
    6645   echo "$as_me: failed program was:" >&5
     7532  $as_echo "$as_me: failed program was:" >&5
    66467533sed 's/^/| /' conftest.$ac_ext >&5
    66477534
    6648 ac_cv_lib_svld_dlopen=no
    6649 fi
    6650 rm -f conftest.err conftest.$ac_objext \
     7535    ac_cv_lib_svld_dlopen=no
     7536fi
     7537
     7538rm -rf conftest.dSYM
     7539rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    66517540      conftest$ac_exeext conftest.$ac_ext
    66527541LIBS=$ac_check_lib_save_LIBS
    66537542fi
    6654 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
    6655 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
    6656 if test $ac_cv_lib_svld_dlopen = yes; then
     7543{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
     7544$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
     7545if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
    66577546  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
    66587547else
    6659   echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
    6660 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
     7548  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
     7549$as_echo_n "checking for dld_link in -ldld... " >&6; }
    66617550if test "${ac_cv_lib_dld_dld_link+set}" = set; then
    6662   echo $ECHO_N "(cached) $ECHO_C" >&6
     7551  $as_echo_n "(cached) " >&6
    66637552else
    66647553  ac_check_lib_save_LIBS=$LIBS
     
    66717560/* end confdefs.h.  */
    66727561
    6673 /* Override any gcc2 internal prototype to avoid an error.  */
     7562/* Override any GCC internal prototype to avoid an error.
     7563   Use char because int might match the return type of a GCC
     7564   builtin and then its argument prototype would still apply.  */
    66747565#ifdef __cplusplus
    66757566extern "C"
    66767567#endif
    6677 /* We use char because int might match the return type of a gcc2
    6678    builtin and then its argument prototype would still apply.  */
    66797568char dld_link ();
    66807569int
    66817570main ()
    66827571{
    6683 dld_link ();
     7572return dld_link ();
    66847573  ;
    66857574  return 0;
     
    66877576_ACEOF
    66887577rm -f conftest.$ac_objext conftest$ac_exeext
    6689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6690   (eval $ac_link) 2>conftest.er1
     7578if { (ac_try="$ac_link"
     7579case "(($ac_try" in
     7580  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7581  *) ac_try_echo=$ac_try;;
     7582esac
     7583eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7584$as_echo "$ac_try_echo") >&5
     7585  (eval "$ac_link") 2>conftest.er1
    66917586  ac_status=$?
    66927587  grep -v '^ *+' conftest.er1 >conftest.err
    66937588  rm -f conftest.er1
    66947589  cat conftest.err >&5
    6695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6696   (exit $ac_status); } &&
    6697      { ac_try='test -z "$ac_c_werror_flag"
    6698              || test ! -s conftest.err'
    6699   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6700   (eval $ac_try) 2>&5
    6701   ac_status=$?
    6702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6703   (exit $ac_status); }; } &&
    6704      { ac_try='test -s conftest$ac_exeext'
    6705   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6706   (eval $ac_try) 2>&5
    6707   ac_status=$?
    6708   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6709   (exit $ac_status); }; }; then
     7590  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7591  (exit $ac_status); } && {
     7592     test -z "$ac_c_werror_flag" ||
     7593     test ! -s conftest.err
     7594       } && test -s conftest$ac_exeext && {
     7595     test "$cross_compiling" = yes ||
     7596     $as_test_x conftest$ac_exeext
     7597       }; then
    67107598  ac_cv_lib_dld_dld_link=yes
    67117599else
    6712   echo "$as_me: failed program was:" >&5
     7600  $as_echo "$as_me: failed program was:" >&5
    67137601sed 's/^/| /' conftest.$ac_ext >&5
    67147602
    6715 ac_cv_lib_dld_dld_link=no
    6716 fi
    6717 rm -f conftest.err conftest.$ac_objext \
     7603    ac_cv_lib_dld_dld_link=no
     7604fi
     7605
     7606rm -rf conftest.dSYM
     7607rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    67187608      conftest$ac_exeext conftest.$ac_ext
    67197609LIBS=$ac_check_lib_save_LIBS
    67207610fi
    6721 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
    6722 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
    6723 if test $ac_cv_lib_dld_dld_link = yes; then
     7611{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
     7612$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
     7613if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
    67247614  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
    67257615fi
     
    67607650    LIBS="$lt_cv_dlopen_libs $LIBS"
    67617651
    6762     echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
    6763 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
     7652    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
     7653$as_echo_n "checking whether a program can dlopen itself... " >&6; }
    67647654if test "${lt_cv_dlopen_self+set}" = set; then
    6765   echo $ECHO_N "(cached) $ECHO_C" >&6
     7655  $as_echo_n "(cached) " >&6
    67667656else
    67677657      if test "$cross_compiling" = yes; then :
     
    67717661  lt_status=$lt_dlunknown
    67727662  cat > conftest.$ac_ext <<EOF
    6773 #line 6773 "configure"
     7663#line 7663 "configure"
    67747664#include "confdefs.h"
    67757665
     
    68357725  (eval $ac_link) 2>&5
    68367726  ac_status=$?
    6837   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7727  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68387728  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
    68397729    (./conftest; exit; ) 2>/dev/null
     
    68537743
    68547744fi
    6855 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
    6856 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
     7745{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
     7746$as_echo "$lt_cv_dlopen_self" >&6; }
    68577747
    68587748    if test "x$lt_cv_dlopen_self" = xyes; then
    68597749      LDFLAGS="$LDFLAGS $link_static_flag"
    6860       echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
    6861 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
     7750      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
     7751$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
    68627752if test "${lt_cv_dlopen_self_static+set}" = set; then
    6863   echo $ECHO_N "(cached) $ECHO_C" >&6
     7753  $as_echo_n "(cached) " >&6
    68647754else
    68657755      if test "$cross_compiling" = yes; then :
     
    68697759  lt_status=$lt_dlunknown
    68707760  cat > conftest.$ac_ext <<EOF
    6871 #line 6871 "configure"
     7761#line 7761 "configure"
    68727762#include "confdefs.h"
    68737763
     
    69337823  (eval $ac_link) 2>&5
    69347824  ac_status=$?
    6935   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7825  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69367826  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
    69377827    (./conftest; exit; ) 2>/dev/null
     
    69517841
    69527842fi
    6953 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
    6954 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
     7843{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
     7844$as_echo "$lt_cv_dlopen_self_static" >&6; }
    69557845    fi
    69567846
     
    69827872    # systems, -lgcc has to come before -lc. If gcc already passes -lc
    69837873    # to ld, don't add -lc before -lgcc.
    6984     echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
    6985 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
     7874    { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
     7875$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
    69867876    if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
    6987   echo $ECHO_N "(cached) $ECHO_C" >&6
     7877  $as_echo_n "(cached) " >&6
    69887878else
    69897879  $rm conftest*
     
    69937883  (eval $ac_compile) 2>&5
    69947884  ac_status=$?
    6995   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7885  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69967886  (exit $ac_status); }; then
    69977887      soname=conftest
     
    70107900  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
    70117901  ac_status=$?
    7012   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7902  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70137903  (exit $ac_status); }
    70147904      then
     
    70237913fi
    70247914
    7025     echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
    7026 echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
     7915    { $as_echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
     7916$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
    70277917    ;;
    70287918  esac
     
    75998489# Extract the first word of "perl", so it can be a program name with args.
    76008490set dummy perl; ac_word=$2
    7601 echo "$as_me:$LINENO: checking for $ac_word" >&5
    7602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     8491{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8492$as_echo_n "checking for $ac_word... " >&6; }
    76038493if test "${ac_cv_path_PERL+set}" = set; then
    7604   echo $ECHO_N "(cached) $ECHO_C" >&6
     8494  $as_echo_n "(cached) " >&6
    76058495else
    76068496  case $PERL in
     
    76158505  test -z "$as_dir" && as_dir=.
    76168506  for ac_exec_ext in '' $ac_executable_extensions; do
    7617   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8507  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    76188508    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    7619     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8509    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    76208510    break 2
    76218511  fi
    76228512done
    76238513done
     8514IFS=$as_save_IFS
    76248515
    76258516  test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="/usr/bin/perl"
     
    76288519fi
    76298520PERL=$ac_cv_path_PERL
    7630 
    76318521if test -n "$PERL"; then
    7632   echo "$as_me:$LINENO: result: $PERL" >&5
    7633 echo "${ECHO_T}$PERL" >&6
    7634 else
    7635   echo "$as_me:$LINENO: result: no" >&5
    7636 echo "${ECHO_T}no" >&6
    7637 fi
     8522  { $as_echo "$as_me:$LINENO: result: $PERL" >&5
     8523$as_echo "$PERL" >&6; }
     8524else
     8525  { $as_echo "$as_me:$LINENO: result: no" >&5
     8526$as_echo "no" >&6; }
     8527fi
     8528
    76388529
    76398530# Extract the first word of "sh", so it can be a program name with args.
    76408531set dummy sh; ac_word=$2
    7641 echo "$as_me:$LINENO: checking for $ac_word" >&5
    7642 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     8532{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8533$as_echo_n "checking for $ac_word... " >&6; }
    76438534if test "${ac_cv_path_SH+set}" = set; then
    7644   echo $ECHO_N "(cached) $ECHO_C" >&6
     8535  $as_echo_n "(cached) " >&6
    76458536else
    76468537  case $SH in
     
    76558546  test -z "$as_dir" && as_dir=.
    76568547  for ac_exec_ext in '' $ac_executable_extensions; do
    7657   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     8548  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    76588549    ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext"
    7659     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8550    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    76608551    break 2
    76618552  fi
    76628553done
    76638554done
     8555IFS=$as_save_IFS
    76648556
    76658557  test -z "$ac_cv_path_SH" && ac_cv_path_SH="/bin/sh"
     
    76688560fi
    76698561SH=$ac_cv_path_SH
    7670 
    76718562if test -n "$SH"; then
    7672   echo "$as_me:$LINENO: result: $SH" >&5
    7673 echo "${ECHO_T}$SH" >&6
    7674 else
    7675   echo "$as_me:$LINENO: result: no" >&5
    7676 echo "${ECHO_T}no" >&6
    7677 fi
    7678 
    7679 
    7680 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
    7681 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
    7682     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
     8563  { $as_echo "$as_me:$LINENO: result: $SH" >&5
     8564$as_echo "$SH" >&6; }
     8565else
     8566  { $as_echo "$as_me:$LINENO: result: no" >&5
     8567$as_echo "no" >&6; }
     8568fi
     8569
     8570
     8571
     8572{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
     8573$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
     8574    # Check whether --enable-maintainer-mode was given.
    76838575if test "${enable_maintainer_mode+set}" = set; then
    7684   enableval="$enable_maintainer_mode"
    7685   USE_MAINTAINER_MODE=$enableval
     8576  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
    76868577else
    76878578  USE_MAINTAINER_MODE=no
    7688 fi;
    7689   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
    7690 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
     8579fi
     8580
     8581  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
     8582$as_echo "$USE_MAINTAINER_MODE" >&6; }
    76918583
    76928584
     
    77198611
    77208612
    7721 # Check whether --with-gnu-ld or --without-gnu-ld was given.
     8613# Check whether --with-gnu-ld was given.
    77228614if test "${with_gnu_ld+set}" = set; then
    7723   withval="$with_gnu_ld"
    7724   test "$withval" = no || with_gnu_ld=yes
     8615  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
    77258616else
    77268617  with_gnu_ld=no
    7727 fi;
     8618fi
     8619
    77288620ac_prog=ld
    77298621if test "$GCC" = yes; then
    77308622  # Check if gcc -print-prog-name=ld gives a path.
    7731   echo "$as_me:$LINENO: checking for ld used by GCC" >&5
    7732 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
     8623  { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5
     8624$as_echo_n "checking for ld used by GCC... " >&6; }
    77338625  case $host in
    77348626  *-*-mingw*)
     
    77598651  esac
    77608652elif test "$with_gnu_ld" = yes; then
    7761   echo "$as_me:$LINENO: checking for GNU ld" >&5
    7762 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
    7763 else
    7764   echo "$as_me:$LINENO: checking for non-GNU ld" >&5
    7765 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
     8653  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
     8654$as_echo_n "checking for GNU ld... " >&6; }
     8655else
     8656  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
     8657$as_echo_n "checking for non-GNU ld... " >&6; }
    77668658fi
    77678659if test "${acl_cv_path_LD+set}" = set; then
    7768   echo $ECHO_N "(cached) $ECHO_C" >&6
     8660  $as_echo_n "(cached) " >&6
    77698661else
    77708662  if test -z "$LD"; then
     
    77928684LD="$acl_cv_path_LD"
    77938685if test -n "$LD"; then
    7794   echo "$as_me:$LINENO: result: $LD" >&5
    7795 echo "${ECHO_T}$LD" >&6
    7796 else
    7797   echo "$as_me:$LINENO: result: no" >&5
    7798 echo "${ECHO_T}no" >&6
    7799 fi
    7800 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
    7801 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
     8686  { $as_echo "$as_me:$LINENO: result: $LD" >&5
     8687$as_echo "$LD" >&6; }
     8688else
     8689  { $as_echo "$as_me:$LINENO: result: no" >&5
     8690$as_echo "no" >&6; }
     8691fi
     8692test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
     8693$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
    78028694   { (exit 1); exit 1; }; }
    7803 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
    7804 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
     8695{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
     8696$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
    78058697if test "${acl_cv_prog_gnu_ld+set}" = set; then
    7806   echo $ECHO_N "(cached) $ECHO_C" >&6
     8698  $as_echo_n "(cached) " >&6
    78078699else
    78088700  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
     
    78138705fi
    78148706fi
    7815 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
    7816 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
     8707{ $as_echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
     8708$as_echo "$acl_cv_prog_gnu_ld" >&6; }
    78178709with_gnu_ld=$acl_cv_prog_gnu_ld
    78188710
    78198711
    78208712
    7821                                                 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
    7822 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
     8713                                                { $as_echo "$as_me:$LINENO: checking for shared library run path origin" >&5
     8714$as_echo_n "checking for shared library run path origin... " >&6; }
    78238715if test "${acl_cv_rpath+set}" = set; then
    7824   echo $ECHO_N "(cached) $ECHO_C" >&6
     8716  $as_echo_n "(cached) " >&6
    78258717else
    78268718
     
    78328724
    78338725fi
    7834 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
    7835 echo "${ECHO_T}$acl_cv_rpath" >&6
     8726{ $as_echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
     8727$as_echo "$acl_cv_rpath" >&6; }
    78368728  wl="$acl_cv_wl"
    78378729  libext="$acl_cv_libext"
     
    78438735  sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
    78448736  sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
    7845     # Check whether --enable-rpath or --disable-rpath was given.
     8737    # Check whether --enable-rpath was given.
    78468738if test "${enable_rpath+set}" = set; then
    7847   enableval="$enable_rpath"
    7848   :
     8739  enableval=$enable_rpath; :
    78498740else
    78508741  enable_rpath=yes
    7851 fi;
     8742fi
     8743
    78528744
    78538745
     
    78718763
    78728764
    7873 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
     8765# Check whether --with-libiconv-prefix was given.
    78748766if test "${with_libiconv_prefix+set}" = set; then
    7875   withval="$with_libiconv_prefix"
    7876 
     8767  withval=$with_libiconv_prefix;
    78778768    if test "X$withval" = "Xno"; then
    78788769      use_additional=no
     
    78978788    fi
    78988789
    7899 fi;
     8790fi
     8791
    79008792      LIBICONV=
    79018793  LTLIBICONV=
     
    82649156
    82659157
    8266   echo "$as_me:$LINENO: checking for iconv" >&5
    8267 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
     9158  { $as_echo "$as_me:$LINENO: checking for iconv" >&5
     9159$as_echo_n "checking for iconv... " >&6; }
    82689160if test "${am_cv_func_iconv+set}" = set; then
    8269   echo $ECHO_N "(cached) $ECHO_C" >&6
     9161  $as_echo_n "(cached) " >&6
    82709162else
    82719163
     
    82919183_ACEOF
    82929184rm -f conftest.$ac_objext conftest$ac_exeext
    8293 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8294   (eval $ac_link) 2>conftest.er1
     9185if { (ac_try="$ac_link"
     9186case "(($ac_try" in
     9187  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     9188  *) ac_try_echo=$ac_try;;
     9189esac
     9190eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     9191$as_echo "$ac_try_echo") >&5
     9192  (eval "$ac_link") 2>conftest.er1
    82959193  ac_status=$?
    82969194  grep -v '^ *+' conftest.er1 >conftest.err
    82979195  rm -f conftest.er1
    82989196  cat conftest.err >&5
    8299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8300   (exit $ac_status); } &&
    8301      { ac_try='test -z "$ac_c_werror_flag"
    8302              || test ! -s conftest.err'
    8303   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8304   (eval $ac_try) 2>&5
    8305   ac_status=$?
    8306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8307   (exit $ac_status); }; } &&
    8308      { ac_try='test -s conftest$ac_exeext'
    8309   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8310   (eval $ac_try) 2>&5
    8311   ac_status=$?
    8312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8313   (exit $ac_status); }; }; then
     9197  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9198  (exit $ac_status); } && {
     9199     test -z "$ac_c_werror_flag" ||
     9200     test ! -s conftest.err
     9201       } && test -s conftest$ac_exeext && {
     9202     test "$cross_compiling" = yes ||
     9203     $as_test_x conftest$ac_exeext
     9204       }; then
    83149205  am_cv_func_iconv=yes
    83159206else
    8316   echo "$as_me: failed program was:" >&5
     9207  $as_echo "$as_me: failed program was:" >&5
    83179208sed 's/^/| /' conftest.$ac_ext >&5
    83189209
    8319 fi
    8320 rm -f conftest.err conftest.$ac_objext \
     9210
     9211fi
     9212
     9213rm -rf conftest.dSYM
     9214rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    83219215      conftest$ac_exeext conftest.$ac_ext
    83229216    if test "$am_cv_func_iconv" != yes; then
     
    83429236_ACEOF
    83439237rm -f conftest.$ac_objext conftest$ac_exeext
    8344 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8345   (eval $ac_link) 2>conftest.er1
     9238if { (ac_try="$ac_link"
     9239case "(($ac_try" in
     9240  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     9241  *) ac_try_echo=$ac_try;;
     9242esac
     9243eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     9244$as_echo "$ac_try_echo") >&5
     9245  (eval "$ac_link") 2>conftest.er1
    83469246  ac_status=$?
    83479247  grep -v '^ *+' conftest.er1 >conftest.err
    83489248  rm -f conftest.er1
    83499249  cat conftest.err >&5
    8350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8351   (exit $ac_status); } &&
    8352      { ac_try='test -z "$ac_c_werror_flag"
    8353              || test ! -s conftest.err'
    8354   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8355   (eval $ac_try) 2>&5
    8356   ac_status=$?
    8357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8358   (exit $ac_status); }; } &&
    8359      { ac_try='test -s conftest$ac_exeext'
    8360   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8361   (eval $ac_try) 2>&5
    8362   ac_status=$?
    8363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8364   (exit $ac_status); }; }; then
     9250  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9251  (exit $ac_status); } && {
     9252     test -z "$ac_c_werror_flag" ||
     9253     test ! -s conftest.err
     9254       } && test -s conftest$ac_exeext && {
     9255     test "$cross_compiling" = yes ||
     9256     $as_test_x conftest$ac_exeext
     9257       }; then
    83659258  am_cv_lib_iconv=yes
    83669259        am_cv_func_iconv=yes
    83679260else
    8368   echo "$as_me: failed program was:" >&5
     9261  $as_echo "$as_me: failed program was:" >&5
    83699262sed 's/^/| /' conftest.$ac_ext >&5
    83709263
    8371 fi
    8372 rm -f conftest.err conftest.$ac_objext \
     9264
     9265fi
     9266
     9267rm -rf conftest.dSYM
     9268rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    83739269      conftest$ac_exeext conftest.$ac_ext
    83749270      LIBS="$am_save_LIBS"
     
    83769272
    83779273fi
    8378 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
    8379 echo "${ECHO_T}$am_cv_func_iconv" >&6
     9274{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
     9275$as_echo "$am_cv_func_iconv" >&6; }
    83809276  if test "$am_cv_func_iconv" = yes; then
    83819277
     
    83869282  fi
    83879283  if test "$am_cv_lib_iconv" = yes; then
    8388     echo "$as_me:$LINENO: checking how to link with libiconv" >&5
    8389 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
    8390     echo "$as_me:$LINENO: result: $LIBICONV" >&5
    8391 echo "${ECHO_T}$LIBICONV" >&6
     9284    { $as_echo "$as_me:$LINENO: checking how to link with libiconv" >&5
     9285$as_echo_n "checking how to link with libiconv... " >&6; }
     9286    { $as_echo "$as_me:$LINENO: result: $LIBICONV" >&5
     9287$as_echo "$LIBICONV" >&6; }
    83929288  else
    83939289            CPPFLAGS="$am_save_CPPFLAGS"
     
    83999295
    84009296  if test "$am_cv_func_iconv" = yes; then
    8401     echo "$as_me:$LINENO: checking for iconv declaration" >&5
    8402 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
     9297    { $as_echo "$as_me:$LINENO: checking for iconv declaration" >&5
     9298$as_echo_n "checking for iconv declaration... " >&6; }
    84039299    if test "${am_cv_proto_iconv+set}" = set; then
    8404   echo $ECHO_N "(cached) $ECHO_C" >&6
     9300  $as_echo_n "(cached) " >&6
    84059301else
    84069302
     
    84339329_ACEOF
    84349330rm -f conftest.$ac_objext
    8435 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    8436   (eval $ac_compile) 2>conftest.er1
     9331if { (ac_try="$ac_compile"
     9332case "(($ac_try" in
     9333  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     9334  *) ac_try_echo=$ac_try;;
     9335esac
     9336eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     9337$as_echo "$ac_try_echo") >&5
     9338  (eval "$ac_compile") 2>conftest.er1
    84379339  ac_status=$?
    84389340  grep -v '^ *+' conftest.er1 >conftest.err
    84399341  rm -f conftest.er1
    84409342  cat conftest.err >&5
    8441   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8442   (exit $ac_status); } &&
    8443      { ac_try='test -z "$ac_c_werror_flag"
    8444              || test ! -s conftest.err'
    8445   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8446   (eval $ac_try) 2>&5
    8447   ac_status=$?
    8448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8449   (exit $ac_status); }; } &&
    8450      { ac_try='test -s conftest.$ac_objext'
    8451   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8452   (eval $ac_try) 2>&5
    8453   ac_status=$?
    8454   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8455   (exit $ac_status); }; }; then
     9343  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9344  (exit $ac_status); } && {
     9345     test -z "$ac_c_werror_flag" ||
     9346     test ! -s conftest.err
     9347       } && test -s conftest.$ac_objext; then
    84569348  am_cv_proto_iconv_arg1=""
    84579349else
    8458   echo "$as_me: failed program was:" >&5
     9350  $as_echo "$as_me: failed program was:" >&5
    84599351sed 's/^/| /' conftest.$ac_ext >&5
    84609352
    8461 am_cv_proto_iconv_arg1="const"
    8462 fi
    8463 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     9353    am_cv_proto_iconv_arg1="const"
     9354fi
     9355
     9356rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    84649357      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);"
    84659358fi
    84669359
    84679360    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
    8468     echo "$as_me:$LINENO: result: ${ac_t:-
     9361    { $as_echo "$as_me:$LINENO: result: ${ac_t:-
    84699362         }$am_cv_proto_iconv" >&5
    8470 echo "${ECHO_T}${ac_t:-
    8471          }$am_cv_proto_iconv" >&6
     9363$as_echo "${ac_t:-
     9364         }$am_cv_proto_iconv" >&6; }
    84729365
    84739366cat >>confdefs.h <<_ACEOF
     
    84869379for ac_func in vsnprintf
    84879380do
    8488 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    8489 echo "$as_me:$LINENO: checking for $ac_func" >&5
    8490 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    8491 if eval "test \"\${$as_ac_var+set}\" = set"; then
    8492   echo $ECHO_N "(cached) $ECHO_C" >&6
     9381as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     9382{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     9383$as_echo_n "checking for $ac_func... " >&6; }
     9384if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     9385  $as_echo_n "(cached) " >&6
    84939386else
    84949387  cat >conftest.$ac_ext <<_ACEOF
     
    85159408#undef $ac_func
    85169409
    8517 /* Override any gcc2 internal prototype to avoid an error.  */
     9410/* Override any GCC internal prototype to avoid an error.
     9411   Use char because int might match the return type of a GCC
     9412   builtin and then its argument prototype would still apply.  */
    85189413#ifdef __cplusplus
    85199414extern "C"
    8520 {
    85219415#endif
    8522 /* We use char because int might match the return type of a gcc2
    8523    builtin and then its argument prototype would still apply.  */
    85249416char $ac_func ();
    85259417/* The GNU C library defines this for functions which it implements
    85269418    to always fail with ENOSYS.  Some functions are actually named
    85279419    something starting with __ and the normal name is an alias.  */
    8528 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     9420#if defined __stub_$ac_func || defined __stub___$ac_func
    85299421choke me
    8530 #else
    8531 char (*f) () = $ac_func;
    8532 #endif
    8533 #ifdef __cplusplus
    8534 }
    85359422#endif
    85369423
     
    85389425main ()
    85399426{
    8540 return f != $ac_func;
     9427return $ac_func ();
    85419428  ;
    85429429  return 0;
     
    85449431_ACEOF
    85459432rm -f conftest.$ac_objext conftest$ac_exeext
    8546 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8547   (eval $ac_link) 2>conftest.er1
     9433if { (ac_try="$ac_link"
     9434case "(($ac_try" in
     9435  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     9436  *) ac_try_echo=$ac_try;;
     9437esac
     9438eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     9439$as_echo "$ac_try_echo") >&5
     9440  (eval "$ac_link") 2>conftest.er1
    85489441  ac_status=$?
    85499442  grep -v '^ *+' conftest.er1 >conftest.err
    85509443  rm -f conftest.er1
    85519444  cat conftest.err >&5
    8552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8553   (exit $ac_status); } &&
    8554      { ac_try='test -z "$ac_c_werror_flag"
    8555              || test ! -s conftest.err'
    8556   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8557   (eval $ac_try) 2>&5
    8558   ac_status=$?
    8559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8560   (exit $ac_status); }; } &&
    8561      { ac_try='test -s conftest$ac_exeext'
    8562   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8563   (eval $ac_try) 2>&5
    8564   ac_status=$?
    8565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8566   (exit $ac_status); }; }; then
     9445  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9446  (exit $ac_status); } && {
     9447     test -z "$ac_c_werror_flag" ||
     9448     test ! -s conftest.err
     9449       } && test -s conftest$ac_exeext && {
     9450     test "$cross_compiling" = yes ||
     9451     $as_test_x conftest$ac_exeext
     9452       }; then
    85679453  eval "$as_ac_var=yes"
    85689454else
    8569   echo "$as_me: failed program was:" >&5
     9455  $as_echo "$as_me: failed program was:" >&5
    85709456sed 's/^/| /' conftest.$ac_ext >&5
    85719457
    8572 eval "$as_ac_var=no"
    8573 fi
    8574 rm -f conftest.err conftest.$ac_objext \
     9458    eval "$as_ac_var=no"
     9459fi
     9460
     9461rm -rf conftest.dSYM
     9462rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    85759463      conftest$ac_exeext conftest.$ac_ext
    85769464fi
    8577 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    8578 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    8579 if test `eval echo '${'$as_ac_var'}'` = yes; then
     9465ac_res=`eval 'as_val=${'$as_ac_var'}
     9466         $as_echo "$as_val"'`
     9467           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     9468$as_echo "$ac_res" >&6; }
     9469as_val=`eval 'as_val=${'$as_ac_var'}
     9470         $as_echo "$as_val"'`
     9471   if test "x$as_val" = x""yes; then
    85809472  cat >>confdefs.h <<_ACEOF
    8581 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     9473#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    85829474_ACEOF
    85839475
     
    85869478
    85879479
    8588           ac_config_files="$ac_config_files Makefile"
     9480ac_config_files="$ac_config_files Makefile"
     9481
    85899482cat >confcache <<\_ACEOF
    85909483# This file is a shell script that caches the results of configure
     
    86059498# The following way of writing the cache mishandles newlines in values,
    86069499# but we know of no workaround that is simple, portable, and efficient.
    8607 # So, don't put newlines in cache variables' values.
     9500# So, we kill variables containing newlines.
    86089501# Ultrix sh set writes to stderr and can't be redirected directly,
    86099502# and sets the high bit in the cache file unless we assign to the vars.
    8610 {
     9503(
     9504  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     9505    eval ac_val=\$$ac_var
     9506    case $ac_val in #(
     9507    *${as_nl}*)
     9508      case $ac_var in #(
     9509      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     9510$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     9511      esac
     9512      case $ac_var in #(
     9513      _ | IFS | as_nl) ;; #(
     9514      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     9515      *) $as_unset $ac_var ;;
     9516      esac ;;
     9517    esac
     9518  done
     9519
    86119520  (set) 2>&1 |
    8612     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    8613     *ac_space=\ *)
     9521    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     9522    *${as_nl}ac_space=\ *)
    86149523      # `set' does not quote correctly, so add quotes (double-quote
    86159524      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    86179526    "s/'/'\\\\''/g;
    86189527      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    8619       ;;
     9528      ;; #(
    86209529    *)
    86219530      # `set' quotes correctly as required by POSIX, so do not add quotes.
    8622       sed -n \
    8623     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     9531      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    86249532      ;;
    8625     esac;
    8626 } |
     9533    esac |
     9534    sort
     9535) |
    86279536  sed '
     9537     /^ac_cv_env_/b end
    86289538     t clear
    8629      : clear
     9539     :clear
    86309540     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    86319541     t end
    8632      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    8633      : end' >>confcache
    8634 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    8635   if test -w $cache_file; then
    8636     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     9542     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     9543     :end' >>confcache
     9544if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     9545  if test -w "$cache_file"; then
     9546    test "x$cache_file" != "x/dev/null" &&
     9547      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9548$as_echo "$as_me: updating cache $cache_file" >&6;}
    86379549    cat confcache >$cache_file
    86389550  else
    8639     echo "not updating unwritable cache $cache_file"
     9551    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9552$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    86409553  fi
    86419554fi
     
    86459558# Let make expand exec_prefix.
    86469559test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    8647 
    8648 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    8649 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    8650 # trailing colons and then remove the whole line if VPATH becomes empty
    8651 # (actually we leave an empty line to preserve line numbers).
    8652 if test "x$srcdir" = x.; then
    8653   ac_vpsub='/^[  ]*VPATH[    ]*=/{
    8654 s/:*\$(srcdir):*/:/;
    8655 s/:*\${srcdir}:*/:/;
    8656 s/:*@srcdir@:*/:/;
    8657 s/^\([^=]*=[     ]*\):*/\1/;
    8658 s/:*$//;
    8659 s/^[^=]*=[   ]*$//;
    8660 }'
    8661 fi
    86629560
    86639561DEFS=-DHAVE_CONFIG_H
     
    86679565for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    86689566  # 1. Remove the extension, and $U if already installed.
    8669   ac_i=`echo "$ac_i" |
    8670      sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    8671   # 2. Add them.
    8672   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    8673   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     9567  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     9568  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     9569  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     9570  #    will be set to the directory where LIBOBJS objects are built.
     9571  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     9572  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    86749573done
    86759574LIBOBJS=$ac_libobjs
     
    86809579
    86819580: ${CONFIG_STATUS=./config.status}
     9581ac_write_fail=0
    86829582ac_clean_files_save=$ac_clean_files
    86839583ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    8684 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    8685 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    8686 cat >$CONFIG_STATUS <<_ACEOF
     9584{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9585$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9586cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    86879587#! $SHELL
    86889588# Generated by $as_me.
     
    86979597_ACEOF
    86989598
    8699 cat >>$CONFIG_STATUS <<\_ACEOF
     9599cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    87009600## --------------------- ##
    87019601## M4sh Initialization.  ##
    87029602## --------------------- ##
    87039603
    8704 # Be Bourne compatible
     9604# Be more Bourne compatible
     9605DUALCASE=1; export DUALCASE # for MKS sh
    87059606if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    87069607  emulate sh
    87079608  NULLCMD=:
    8708   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     9609  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    87099610  # is contrary to our usage.  Disable this feature.
    87109611  alias -g '${1+"$@"}'='"$@"'
    8711 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    8712   set -o posix
    8713 fi
    8714 DUALCASE=1; export DUALCASE # for MKS sh
    8715 
    8716 # Support unset when possible.
    8717 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    8718   as_unset=unset
    8719 else
    8720   as_unset=false
    8721 fi
    8722 
    8723 
    8724 # Work around bugs in pre-3.0 UWIN ksh.
    8725 $as_unset ENV MAIL MAILPATH
    8726 PS1='$ '
    8727 PS2='> '
    8728 PS4='+ '
    8729 
    8730 # NLS nuisances.
    8731 for as_var in \
    8732   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    8733   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    8734   LC_TELEPHONE LC_TIME
    8735 do
    8736   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    8737     eval $as_var=C; export $as_var
    8738   else
    8739     $as_unset $as_var
    8740   fi
    8741 done
    8742 
    8743 # Required to use basename.
    8744 if expr a : '\(a\)' >/dev/null 2>&1; then
    8745   as_expr=expr
    8746 else
    8747   as_expr=false
    8748 fi
    8749 
    8750 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    8751   as_basename=basename
    8752 else
    8753   as_basename=false
    8754 fi
    8755 
    8756 
    8757 # Name of the executable.
    8758 as_me=`$as_basename "$0" ||
    8759 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    8760      X"$0" : 'X\(//\)$' \| \
    8761      X"$0" : 'X\(/\)$' \| \
    8762      .     : '\(.\)' 2>/dev/null ||
    8763 echo X/"$0" |
    8764     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    8765       /^X\/\(\/\/\)$/{ s//\1/; q; }
    8766       /^X\/\(\/\).*/{ s//\1/; q; }
    8767       s/.*/./; q'`
    8768 
    8769 
    8770 # PATH needs CR, and LINENO needs CR and PATH.
     9612  setopt NO_GLOB_SUBST
     9613else
     9614  case `(set -o) 2>/dev/null` in
     9615  *posix*) set -o posix ;;
     9616esac
     9617
     9618fi
     9619
     9620
     9621
     9622
     9623# PATH needs CR
    87719624# Avoid depending upon Character Ranges.
    87729625as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    87769629as_cr_alnum=$as_cr_Letters$as_cr_digits
    87779630
     9631as_nl='
     9632'
     9633export as_nl
     9634# Printing a long string crashes Solaris 7 /usr/bin/printf.
     9635as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     9636as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     9637as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     9638if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     9639  as_echo='printf %s\n'
     9640  as_echo_n='printf %s'
     9641else
     9642  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     9643    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     9644    as_echo_n='/usr/ucb/echo -n'
     9645  else
     9646    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     9647    as_echo_n_body='eval
     9648      arg=$1;
     9649      case $arg in
     9650      *"$as_nl"*)
     9651    expr "X$arg" : "X\\(.*\\)$as_nl";
     9652    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     9653      esac;
     9654      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     9655    '
     9656    export as_echo_n_body
     9657    as_echo_n='sh -c $as_echo_n_body as_echo'
     9658  fi
     9659  export as_echo_body
     9660  as_echo='sh -c $as_echo_body as_echo'
     9661fi
     9662
    87789663# The user is always right.
    87799664if test "${PATH_SEPARATOR+set}" != set; then
    8780   echo "#! /bin/sh" >conf$$.sh
    8781   echo  "exit 0"   >>conf$$.sh
    8782   chmod +x conf$$.sh
    8783   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    8784     PATH_SEPARATOR=';'
    8785   else
    8786     PATH_SEPARATOR=:
    8787   fi
    8788   rm -f conf$$.sh
    8789 fi
    8790 
    8791 
    8792   as_lineno_1=$LINENO
    8793   as_lineno_2=$LINENO
    8794   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    8795   test "x$as_lineno_1" != "x$as_lineno_2" &&
    8796   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    8797   # Find who we are.  Look in the path if we contain no path at all
    8798   # relative or not.
    8799   case $0 in
    8800     *[\\/]* ) as_myself=$0 ;;
    8801     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9665  PATH_SEPARATOR=:
     9666  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     9667    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     9668      PATH_SEPARATOR=';'
     9669  }
     9670fi
     9671
     9672# Support unset when possible.
     9673if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     9674  as_unset=unset
     9675else
     9676  as_unset=false
     9677fi
     9678
     9679
     9680# IFS
     9681# We need space, tab and new line, in precisely that order.  Quoting is
     9682# there to prevent editors from complaining about space-tab.
     9683# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     9684# splitting by setting IFS to empty value.)
     9685IFS=" ""    $as_nl"
     9686
     9687# Find who we are.  Look in the path if we contain no directory separator.
     9688case $0 in
     9689  *[\\/]* ) as_myself=$0 ;;
     9690  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    88029691for as_dir in $PATH
    88039692do
     
    88069695  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    88079696done
    8808 
    8809        ;;
    8810   esac
    8811   # We did not find ourselves, most probably we were run as `sh COMMAND'
    8812   # in which case we are not to be found in the path.
    8813   if test "x$as_myself" = x; then
    8814     as_myself=$0
    8815   fi
    8816   if test ! -f "$as_myself"; then
    8817     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    8818 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    8819    { (exit 1); exit 1; }; }
    8820   fi
    8821   case $CONFIG_SHELL in
    8822   '')
    8823     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    8824 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    8825 do
    8826   IFS=$as_save_IFS
    8827   test -z "$as_dir" && as_dir=.
    8828   for as_base in sh bash ksh sh5; do
    8829      case $as_dir in
    8830      /*)
    8831        if ("$as_dir/$as_base" -c '
     9697IFS=$as_save_IFS
     9698
     9699     ;;
     9700esac
     9701# We did not find ourselves, most probably we were run as `sh COMMAND'
     9702# in which case we are not to be found in the path.
     9703if test "x$as_myself" = x; then
     9704  as_myself=$0
     9705fi
     9706if test ! -f "$as_myself"; then
     9707  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9708  { (exit 1); exit 1; }
     9709fi
     9710
     9711# Work around bugs in pre-3.0 UWIN ksh.
     9712for as_var in ENV MAIL MAILPATH
     9713do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     9714done
     9715PS1='$ '
     9716PS2='> '
     9717PS4='+ '
     9718
     9719# NLS nuisances.
     9720LC_ALL=C
     9721export LC_ALL
     9722LANGUAGE=C
     9723export LANGUAGE
     9724
     9725# Required to use basename.
     9726if expr a : '\(a\)' >/dev/null 2>&1 &&
     9727   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     9728  as_expr=expr
     9729else
     9730  as_expr=false
     9731fi
     9732
     9733if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     9734  as_basename=basename
     9735else
     9736  as_basename=false
     9737fi
     9738
     9739
     9740# Name of the executable.
     9741as_me=`$as_basename -- "$0" ||
     9742$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     9743     X"$0" : 'X\(//\)$' \| \
     9744     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     9745$as_echo X/"$0" |
     9746    sed '/^.*\/\([^/][^/]*\)\/*$/{
     9747        s//\1/
     9748        q
     9749      }
     9750      /^X\/\(\/\/\)$/{
     9751        s//\1/
     9752        q
     9753      }
     9754      /^X\/\(\/\).*/{
     9755        s//\1/
     9756        q
     9757      }
     9758      s/.*/./; q'`
     9759
     9760# CDPATH.
     9761$as_unset CDPATH
     9762
     9763
     9764
    88329765  as_lineno_1=$LINENO
    88339766  as_lineno_2=$LINENO
    8834   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    88359767  test "x$as_lineno_1" != "x$as_lineno_2" &&
    8836   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    8837          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    8838          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    8839          CONFIG_SHELL=$as_dir/$as_base
    8840          export CONFIG_SHELL
    8841          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    8842        fi;;
    8843      esac
    8844        done
    8845 done
    8846 ;;
    8847   esac
     9768  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    88489769
    88499770  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    88509771  # uniformly replaced by the line number.  The first 'sed' inserts a
    8851   # line-number line before each line; the second 'sed' does the real
    8852   # work.  The second script uses 'N' to pair each line-number line
    8853   # with the numbered line, and appends trailing '-' during
    8854   # substitution so that $LINENO is not a special case at line end.
     9772  # line-number line after each line using $LINENO; the second 'sed'
     9773  # does the real work.  The second script uses 'N' to pair each
     9774  # line-number line with the line containing $LINENO, and appends
     9775  # trailing '-' during substitution so that $LINENO is not a special
     9776  # case at line end.
    88559777  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    8856   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    8857   sed '=' <$as_myself |
     9778  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     9779  # E. McMahon (1931-1989) for sed's syntax.  :-)
     9780  sed -n '
     9781    p
     9782    /[$]LINENO/=
     9783  ' <$as_myself |
    88589784    sed '
     9785      s/[$]LINENO.*/&-/
     9786      t lineno
     9787      b
     9788      :lineno
    88599789      N
    8860       s,$,-,
    8861       : loop
    8862       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     9790      :loop
     9791      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    88639792      t loop
    8864       s,-$,,
    8865       s,^['$as_cr_digits']*\n,,
     9793      s/-\n.*//
    88669794    ' >$as_me.lineno &&
    8867   chmod +x $as_me.lineno ||
    8868     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    8869 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     9795  chmod +x "$as_me.lineno" ||
     9796    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    88709797   { (exit 1); exit 1; }; }
    88719798
    88729799  # Don't try to exec as it changes $[0], causing all sort of problems
    88739800  # (the dirname of $[0] is not the place where we might find the
    8874   # original and so on.  Autoconf is especially sensible to this).
    8875   . ./$as_me.lineno
     9801  # original and so on.  Autoconf is especially sensitive to this).
     9802  . "./$as_me.lineno"
    88769803  # Exit status is that of the last command.
    88779804  exit
     
    88799806
    88809807
    8881 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    8882   *c*,-n*) ECHO_N= ECHO_C='
    8883 ' ECHO_T='  ' ;;
    8884   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    8885   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     9808if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     9809  as_dirname=dirname
     9810else
     9811  as_dirname=false
     9812fi
     9813
     9814ECHO_C= ECHO_N= ECHO_T=
     9815case `echo -n x` in
     9816-n*)
     9817  case `echo 'x\c'` in
     9818  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     9819  *)   ECHO_C='\c';;
     9820  esac;;
     9821*)
     9822  ECHO_N='-n';;
    88869823esac
    8887 
    8888 if expr a : '\(a\)' >/dev/null 2>&1; then
     9824if expr a : '\(a\)' >/dev/null 2>&1 &&
     9825   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    88899826  as_expr=expr
    88909827else
     
    88939830
    88949831rm -f conf$$ conf$$.exe conf$$.file
    8895 echo >conf$$.file
    8896 if ln -s conf$$.file conf$$ 2>/dev/null; then
    8897   # We could just check for DJGPP; but this test a) works b) is more generic
    8898   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    8899   if test -f conf$$.exe; then
    8900     # Don't use ln at all; we don't have any links
     9832if test -d conf$$.dir; then
     9833  rm -f conf$$.dir/conf$$.file
     9834else
     9835  rm -f conf$$.dir
     9836  mkdir conf$$.dir 2>/dev/null
     9837fi
     9838if (echo >conf$$.file) 2>/dev/null; then
     9839  if ln -s conf$$.file conf$$ 2>/dev/null; then
     9840    as_ln_s='ln -s'
     9841    # ... but there are two gotchas:
     9842    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9843    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9844    # In both cases, we have to default to `cp -p'.
     9845    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     9846      as_ln_s='cp -p'
     9847  elif ln conf$$.file conf$$ 2>/dev/null; then
     9848    as_ln_s=ln
     9849  else
    89019850    as_ln_s='cp -p'
    8902   else
    8903     as_ln_s='ln -s'
    89049851  fi
    8905 elif ln conf$$.file conf$$ 2>/dev/null; then
    8906   as_ln_s=ln
    89079852else
    89089853  as_ln_s='cp -p'
    89099854fi
    8910 rm -f conf$$ conf$$.exe conf$$.file
     9855rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     9856rmdir conf$$.dir 2>/dev/null
    89119857
    89129858if mkdir -p . 2>/dev/null; then
     
    89179863fi
    89189864
    8919 as_executable_p="test -f"
     9865if test -x / >/dev/null 2>&1; then
     9866  as_test_x='test -x'
     9867else
     9868  if ls -dL / >/dev/null 2>&1; then
     9869    as_ls_L_option=L
     9870  else
     9871    as_ls_L_option=
     9872  fi
     9873  as_test_x='
     9874    eval sh -c '\''
     9875      if test -d "$1"; then
     9876    test -d "$1/.";
     9877      else
     9878    case $1 in
     9879    -*)set "./$1";;
     9880    esac;
     9881    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     9882    ???[sx]*):;;*)false;;esac;fi
     9883    '\'' sh
     9884  '
     9885fi
     9886as_executable_p=$as_test_x
    89209887
    89219888# Sed expression to map a string onto a valid CPP name.
     
    89269893
    89279894
    8928 # IFS
    8929 # We need space, tab and new line, in precisely that order.
    8930 as_nl='
    8931 '
    8932 IFS="   $as_nl"
    8933 
    8934 # CDPATH.
    8935 $as_unset CDPATH
    8936 
    89379895exec 6>&1
    89389896
    8939 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     9897# Save the log message, to keep $[0] and so on meaningful, and to
    89409898# report actual input values of CONFIG_FILES etc. instead of their
    8941 # values after options handling.  Logging --version etc. is OK.
     9899# values after options handling.
     9900ac_log="
     9901This file was extended by $as_me, which was
     9902generated by GNU Autoconf 2.63.  Invocation command line was
     9903
     9904  CONFIG_FILES    = $CONFIG_FILES
     9905  CONFIG_HEADERS  = $CONFIG_HEADERS
     9906  CONFIG_LINKS    = $CONFIG_LINKS
     9907  CONFIG_COMMANDS = $CONFIG_COMMANDS
     9908  $ $0 $@
     9909
     9910on `(hostname || uname -n) 2>/dev/null | sed 1q`
     9911"
     9912
     9913_ACEOF
     9914
     9915case $ac_config_files in *"
     9916"*) set x $ac_config_files; shift; ac_config_files=$*;;
     9917esac
     9918
     9919case $ac_config_headers in *"
     9920"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     9921esac
     9922
     9923
     9924cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9925# Files that config.status was made for.
     9926config_files="$ac_config_files"
     9927config_headers="$ac_config_headers"
     9928
     9929_ACEOF
     9930
     9931cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9932ac_cs_usage="\
     9933\`$as_me' instantiates files from templates according to the
     9934current configuration.
     9935
     9936Usage: $0 [OPTION]... [FILE]...
     9937
     9938  -h, --help       print this help, then exit
     9939  -V, --version    print version number and configuration settings, then exit
     9940  -q, --quiet, --silent
     9941                   do not print progress messages
     9942  -d, --debug      don't remove temporary files
     9943      --recheck    update $as_me by reconfiguring in the same conditions
     9944      --file=FILE[:TEMPLATE]
     9945                   instantiate the configuration file FILE
     9946      --header=FILE[:TEMPLATE]
     9947                   instantiate the configuration header FILE
     9948
     9949Configuration files:
     9950$config_files
     9951
     9952Configuration headers:
     9953$config_headers
     9954
     9955Report bugs to <[email protected]>."
     9956
     9957_ACEOF
     9958cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9959ac_cs_version="\\
     9960config.status
     9961configured by $0, generated by GNU Autoconf 2.63,
     9962  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     9963
     9964Copyright (C) 2008 Free Software Foundation, Inc.
     9965This config.status script is free software; the Free Software Foundation
     9966gives unlimited permission to copy, distribute and modify it."
     9967
     9968ac_pwd='$ac_pwd'
     9969srcdir='$srcdir'
     9970test -n "\$AWK" || AWK=awk
     9971_ACEOF
     9972
     9973cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9974# The default lists apply if the user does not specify any file.
     9975ac_need_defaults=:
     9976while test $# != 0
     9977do
     9978  case $1 in
     9979  --*=*)
     9980    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     9981    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     9982    ac_shift=:
     9983    ;;
     9984  *)
     9985    ac_option=$1
     9986    ac_optarg=$2
     9987    ac_shift=shift
     9988    ;;
     9989  esac
     9990
     9991  case $ac_option in
     9992  # Handling of the options.
     9993  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     9994    ac_cs_recheck=: ;;
     9995  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     9996    $as_echo "$ac_cs_version"; exit ;;
     9997  --debug | --debu | --deb | --de | --d | -d )
     9998    debug=: ;;
     9999  --file | --fil | --fi | --f )
     10000    $ac_shift
     10001    case $ac_optarg in
     10002    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10003    esac
     10004    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     10005    ac_need_defaults=false;;
     10006  --header | --heade | --head | --hea )
     10007    $ac_shift
     10008    case $ac_optarg in
     10009    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10010    esac
     10011    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     10012    ac_need_defaults=false;;
     10013  --he | --h)
     10014    # Conflict between --help and --header
     10015    { $as_echo "$as_me: error: ambiguous option: $1
     10016Try \`$0 --help' for more information." >&2
     10017   { (exit 1); exit 1; }; };;
     10018  --help | --hel | -h )
     10019    $as_echo "$ac_cs_usage"; exit ;;
     10020  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     10021  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     10022    ac_cs_silent=: ;;
     10023
     10024  # This is an error.
     10025  -*) { $as_echo "$as_me: error: unrecognized option: $1
     10026Try \`$0 --help' for more information." >&2
     10027   { (exit 1); exit 1; }; } ;;
     10028
     10029  *) ac_config_targets="$ac_config_targets $1"
     10030     ac_need_defaults=false ;;
     10031
     10032  esac
     10033  shift
     10034done
     10035
     10036ac_configure_extra_args=
     10037
     10038if $ac_cs_silent; then
     10039  exec 6>/dev/null
     10040  ac_configure_extra_args="$ac_configure_extra_args --silent"
     10041fi
     10042
     10043_ACEOF
     10044cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10045if \$ac_cs_recheck; then
     10046  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     10047  shift
     10048  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     10049  CONFIG_SHELL='$SHELL'
     10050  export CONFIG_SHELL
     10051  exec "\$@"
     10052fi
     10053
     10054_ACEOF
     10055cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    894210056exec 5>>config.log
    894310057{
     
    894610060## Running $as_me. ##
    894710061_ASBOX
     10062  $as_echo "$ac_log"
    894810063} >&5
    8949 cat >&5 <<_CSEOF
    8950 
    8951 This file was extended by $as_me, which was
    8952 generated by GNU Autoconf 2.59.  Invocation command line was
    8953 
    8954   CONFIG_FILES    = $CONFIG_FILES
    8955   CONFIG_HEADERS  = $CONFIG_HEADERS
    8956   CONFIG_LINKS    = $CONFIG_LINKS
    8957   CONFIG_COMMANDS = $CONFIG_COMMANDS
    8958   $ $0 $@
    8959 
    8960 _CSEOF
    8961 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    8962 echo >&5
    8963 _ACEOF
    8964 
    8965 # Files that config.status was made for.
    8966 if test -n "$ac_config_files"; then
    8967   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    8968 fi
    8969 
    8970 if test -n "$ac_config_headers"; then
    8971   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    8972 fi
    8973 
    8974 if test -n "$ac_config_links"; then
    8975   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    8976 fi
    8977 
    8978 if test -n "$ac_config_commands"; then
    8979   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    8980 fi
    8981 
    8982 cat >>$CONFIG_STATUS <<\_ACEOF
    8983 
    8984 ac_cs_usage="\
    8985 \`$as_me' instantiates files from templates according to the
    8986 current configuration.
    8987 
    8988 Usage: $0 [OPTIONS] [FILE]...
    8989 
    8990   -h, --help       print this help, then exit
    8991   -V, --version    print version number, then exit
    8992   -q, --quiet      do not print progress messages
    8993   -d, --debug      don't remove temporary files
    8994       --recheck    update $as_me by reconfiguring in the same conditions
    8995   --file=FILE[:TEMPLATE]
    8996            instantiate the configuration file FILE
    8997   --header=FILE[:TEMPLATE]
    8998            instantiate the configuration header FILE
    8999 
    9000 Configuration files:
    9001 $config_files
    9002 
    9003 Configuration headers:
    9004 $config_headers
    9005 
    9006 Report bugs to <[email protected]>."
    9007 _ACEOF
    9008 
    9009 cat >>$CONFIG_STATUS <<_ACEOF
    9010 ac_cs_version="\\
    9011 config.status
    9012 configured by $0, generated by GNU Autoconf 2.59,
    9013   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    9014 
    9015 Copyright (C) 2003 Free Software Foundation, Inc.
    9016 This config.status script is free software; the Free Software Foundation
    9017 gives unlimited permission to copy, distribute and modify it."
    9018 srcdir=$srcdir
    9019 _ACEOF
    9020 
    9021 cat >>$CONFIG_STATUS <<\_ACEOF
    9022 # If no file are specified by the user, then we need to provide default
    9023 # value.  By we need to know if files were specified by the user.
    9024 ac_need_defaults=:
    9025 while test $# != 0
    9026 do
    9027   case $1 in
    9028   --*=*)
    9029     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    9030     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
    9031     ac_shift=:
    9032     ;;
    9033   -*)
    9034     ac_option=$1
    9035     ac_optarg=$2
    9036     ac_shift=shift
    9037     ;;
    9038   *) # This is not an option, so the user has probably given explicit
    9039      # arguments.
    9040      ac_option=$1
    9041      ac_need_defaults=false;;
    9042   esac
    9043 
    9044   case $ac_option in
    9045   # Handling of the options.
    9046 _ACEOF
    9047 cat >>$CONFIG_STATUS <<\_ACEOF
    9048   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    9049     ac_cs_recheck=: ;;
    9050   --version | --vers* | -V )
    9051     echo "$ac_cs_version"; exit 0 ;;
    9052   --he | --h)
    9053     # Conflict between --help and --header
    9054     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    9055 Try \`$0 --help' for more information." >&5
    9056 echo "$as_me: error: ambiguous option: $1
    9057 Try \`$0 --help' for more information." >&2;}
    9058    { (exit 1); exit 1; }; };;
    9059   --help | --hel | -h )
    9060     echo "$ac_cs_usage"; exit 0 ;;
    9061   --debug | --d* | -d )
    9062     debug=: ;;
    9063   --file | --fil | --fi | --f )
    9064     $ac_shift
    9065     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    9066     ac_need_defaults=false;;
    9067   --header | --heade | --head | --hea )
    9068     $ac_shift
    9069     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    9070     ac_need_defaults=false;;
    9071   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    9072   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    9073     ac_cs_silent=: ;;
    9074 
    9075   # This is an error.
    9076   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    9077 Try \`$0 --help' for more information." >&5
    9078 echo "$as_me: error: unrecognized option: $1
    9079 Try \`$0 --help' for more information." >&2;}
    9080    { (exit 1); exit 1; }; } ;;
    9081 
    9082   *) ac_config_targets="$ac_config_targets $1" ;;
    9083 
    9084   esac
    9085   shift
    9086 done
    9087 
    9088 ac_configure_extra_args=
    9089 
    9090 if $ac_cs_silent; then
    9091   exec 6>/dev/null
    9092   ac_configure_extra_args="$ac_configure_extra_args --silent"
    9093 fi
    9094 
    9095 _ACEOF
    9096 cat >>$CONFIG_STATUS <<_ACEOF
    9097 if \$ac_cs_recheck; then
    9098   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    9099   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    9100 fi
    9101 
    9102 _ACEOF
    9103 
    9104 
    9105 
    9106 
    9107 
    9108 cat >>$CONFIG_STATUS <<\_ACEOF
     10064
     10065_ACEOF
     10066cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10067_ACEOF
     10068
     10069cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10070
     10071# Handling of arguments.
    910910072for ac_config_target in $ac_config_targets
    911010073do
    9111   case "$ac_config_target" in
    9112   # Handling of arguments.
    9113   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    9114   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    9115   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    9116 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     10074  case $ac_config_target in
     10075    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     10076    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     10077
     10078  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     10079$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    911710080   { (exit 1); exit 1; }; };;
    911810081  esac
    911910082done
     10083
    912010084
    912110085# If the user did not use the arguments to specify the items to instantiate,
     
    912910093
    913010094# Have a temporary directory for convenience.  Make it in the build tree
    9131 # simply because there is no reason to put it here, and in addition,
     10095# simply because there is no reason against having it here, and in addition,
    913210096# creating and moving files from /tmp can sometimes cause problems.
    9133 # Create a temporary directory, and hook for its removal unless debugging.
     10097# Hook for its removal unless debugging.
     10098# Note that there is a small window in which the directory will not be cleaned:
     10099# after its creation but before its name has been assigned to `$tmp'.
    913410100$debug ||
    913510101{
    9136   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     10102  tmp=
     10103  trap 'exit_status=$?
     10104  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     10105' 0
    913710106  trap '{ (exit 1); exit 1; }' 1 2 13 15
    913810107}
    9139 
    914010108# Create a (secure) tmp directory for tmp files.
    914110109
    914210110{
    9143   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     10111  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    914410112  test -n "$tmp" && test -d "$tmp"
    914510113}  ||
    914610114{
    9147   tmp=./confstat$$-$RANDOM
    9148   (umask 077 && mkdir $tmp)
     10115  tmp=./conf$$-$RANDOM
     10116  (umask 077 && mkdir "$tmp")
    914910117} ||
    915010118{
    9151    echo "$me: cannot create a temporary directory in ." >&2
     10119   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    915210120   { (exit 1); exit 1; }
    915310121}
    915410122
    9155 _ACEOF
    9156 
    9157 cat >>$CONFIG_STATUS <<_ACEOF
    9158 
    9159 #
    9160 # CONFIG_FILES section.
    9161 #
    9162 
    9163 # No need to generate the scripts if there are no CONFIG_FILES.
    9164 # This happens for instance when ./config.status config.h
    9165 if test -n "\$CONFIG_FILES"; then
    9166   # Protect against being on the right side of a sed subst in config.status.
    9167   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    9168    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    9169 s,@SHELL@,$SHELL,;t t
    9170 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    9171 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    9172 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    9173 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    9174 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    9175 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    9176 s,@exec_prefix@,$exec_prefix,;t t
    9177 s,@prefix@,$prefix,;t t
    9178 s,@program_transform_name@,$program_transform_name,;t t
    9179 s,@bindir@,$bindir,;t t
    9180 s,@sbindir@,$sbindir,;t t
    9181 s,@libexecdir@,$libexecdir,;t t
    9182 s,@datadir@,$datadir,;t t
    9183 s,@sysconfdir@,$sysconfdir,;t t
    9184 s,@sharedstatedir@,$sharedstatedir,;t t
    9185 s,@localstatedir@,$localstatedir,;t t
    9186 s,@libdir@,$libdir,;t t
    9187 s,@includedir@,$includedir,;t t
    9188 s,@oldincludedir@,$oldincludedir,;t t
    9189 s,@infodir@,$infodir,;t t
    9190 s,@mandir@,$mandir,;t t
    9191 s,@build_alias@,$build_alias,;t t
    9192 s,@host_alias@,$host_alias,;t t
    9193 s,@target_alias@,$target_alias,;t t
    9194 s,@DEFS@,$DEFS,;t t
    9195 s,@ECHO_C@,$ECHO_C,;t t
    9196 s,@ECHO_N@,$ECHO_N,;t t
    9197 s,@ECHO_T@,$ECHO_T,;t t
    9198 s,@LIBS@,$LIBS,;t t
    9199 s,@VERSION@,$VERSION,;t t
    9200 s,@build@,$build,;t t
    9201 s,@build_cpu@,$build_cpu,;t t
    9202 s,@build_vendor@,$build_vendor,;t t
    9203 s,@build_os@,$build_os,;t t
    9204 s,@host@,$host,;t t
    9205 s,@host_cpu@,$host_cpu,;t t
    9206 s,@host_vendor@,$host_vendor,;t t
    9207 s,@host_os@,$host_os,;t t
    9208 s,@target@,$target,;t t
    9209 s,@target_cpu@,$target_cpu,;t t
    9210 s,@target_vendor@,$target_vendor,;t t
    9211 s,@target_os@,$target_os,;t t
    9212 s,@SET_MAKE@,$SET_MAKE,;t t
    9213 s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    9214 s,@UNICODE_VERSION@,$UNICODE_VERSION,;t t
    9215 s,@CC@,$CC,;t t
    9216 s,@CFLAGS@,$CFLAGS,;t t
    9217 s,@LDFLAGS@,$LDFLAGS,;t t
    9218 s,@CPPFLAGS@,$CPPFLAGS,;t t
    9219 s,@ac_ct_CC@,$ac_ct_CC,;t t
    9220 s,@EXEEXT@,$EXEEXT,;t t
    9221 s,@OBJEXT@,$OBJEXT,;t t
    9222 s,@CPP@,$CPP,;t t
    9223 s,@EGREP@,$EGREP,;t t
    9224 s,@LN_S@,$LN_S,;t t
    9225 s,@ECHO@,$ECHO,;t t
    9226 s,@RANLIB@,$RANLIB,;t t
    9227 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    9228 s,@STRIP@,$STRIP,;t t
    9229 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
    9230 s,@LIBTOOL@,$LIBTOOL,;t t
    9231 s,@PERL@,$PERL,;t t
    9232 s,@SH@,$SH,;t t
    9233 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
    9234 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
    9235 s,@MAINT@,$MAINT,;t t
    9236 s,@LIBICONV@,$LIBICONV,;t t
    9237 s,@LTLIBICONV@,$LTLIBICONV,;t t
    9238 s,@LIBOBJS@,$LIBOBJS,;t t
    9239 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    9240 CEOF
    9241 
    9242 _ACEOF
    9243 
    9244   cat >>$CONFIG_STATUS <<\_ACEOF
    9245   # Split the substitutions into bite-sized pieces for seds with
    9246   # small command number limits, like on Digital OSF/1 and HP-UX.
    9247   ac_max_sed_lines=48
    9248   ac_sed_frag=1 # Number of current file.
    9249   ac_beg=1 # First line for current file.
    9250   ac_end=$ac_max_sed_lines # Line after last line for current file.
    9251   ac_more_lines=:
    9252   ac_sed_cmds=
    9253   while $ac_more_lines; do
    9254     if test $ac_beg -gt 1; then
    9255       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    9256     else
    9257       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     10123# Set up the scripts for CONFIG_FILES section.
     10124# No need to generate them if there are no CONFIG_FILES.
     10125# This happens for instance with `./config.status config.h'.
     10126if test -n "$CONFIG_FILES"; then
     10127
     10128
     10129ac_cr='
     10130'
     10131ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     10132if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     10133  ac_cs_awk_cr='\\r'
     10134else
     10135  ac_cs_awk_cr=$ac_cr
     10136fi
     10137
     10138echo 'BEGIN {' >"$tmp/subs1.awk" &&
     10139_ACEOF
     10140
     10141
     10142{
     10143  echo "cat >conf$$subs.awk <<_ACEOF" &&
     10144  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     10145  echo "_ACEOF"
     10146} >conf$$subs.sh ||
     10147  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10148$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10149   { (exit 1); exit 1; }; }
     10150ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     10151ac_delim='%!_!# '
     10152for ac_last_try in false false false false false :; do
     10153  . ./conf$$subs.sh ||
     10154    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10155$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10156   { (exit 1); exit 1; }; }
     10157
     10158  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     10159  if test $ac_delim_n = $ac_delim_num; then
     10160    break
     10161  elif $ac_last_try; then
     10162    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10163$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10164   { (exit 1); exit 1; }; }
     10165  else
     10166    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     10167  fi
     10168done
     10169rm -f conf$$subs.sh
     10170
     10171cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10172cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     10173_ACEOF
     10174sed -n '
     10175h
     10176s/^/S["/; s/!.*/"]=/
     10177p
     10178g
     10179s/^[^!]*!//
     10180:repl
     10181t repl
     10182s/'"$ac_delim"'$//
     10183t delim
     10184:nl
     10185h
     10186s/\(.\{148\}\).*/\1/
     10187t more1
     10188s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     10189p
     10190n
     10191b repl
     10192:more1
     10193s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     10194p
     10195g
     10196s/.\{148\}//
     10197t nl
     10198:delim
     10199h
     10200s/\(.\{148\}\).*/\1/
     10201t more2
     10202s/["\\]/\\&/g; s/^/"/; s/$/"/
     10203p
     10204b
     10205:more2
     10206s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     10207p
     10208g
     10209s/.\{148\}//
     10210t delim
     10211' <conf$$subs.awk | sed '
     10212/^[^""]/{
     10213  N
     10214  s/\n//
     10215}
     10216' >>$CONFIG_STATUS || ac_write_fail=1
     10217rm -f conf$$subs.awk
     10218cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10219_ACAWK
     10220cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     10221  for (key in S) S_is_set[key] = 1
     10222  FS = ""
     10223
     10224}
     10225{
     10226  line = $ 0
     10227  nfields = split(line, field, "@")
     10228  substed = 0
     10229  len = length(field[1])
     10230  for (i = 2; i < nfields; i++) {
     10231    key = field[i]
     10232    keylen = length(key)
     10233    if (S_is_set[key]) {
     10234      value = S[key]
     10235      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     10236      len += length(value) + length(field[++i])
     10237      substed = 1
     10238    } else
     10239      len += 1 + keylen
     10240  }
     10241
     10242  print line
     10243}
     10244
     10245_ACAWK
     10246_ACEOF
     10247cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10248if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     10249  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     10250else
     10251  cat
     10252fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     10253  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     10254$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     10255   { (exit 1); exit 1; }; }
     10256_ACEOF
     10257
     10258# VPATH may cause trouble with some makes, so we remove $(srcdir),
     10259# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     10260# trailing colons and then remove the whole line if VPATH becomes empty
     10261# (actually we leave an empty line to preserve line numbers).
     10262if test "x$srcdir" = x.; then
     10263  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     10264s/:*\$(srcdir):*/:/
     10265s/:*\${srcdir}:*/:/
     10266s/:*@srcdir@:*/:/
     10267s/^\([^=]*=[     ]*\):*/\1/
     10268s/:*$//
     10269s/^[^=]*=[   ]*$//
     10270}'
     10271fi
     10272
     10273cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10274fi # test -n "$CONFIG_FILES"
     10275
     10276# Set up the scripts for CONFIG_HEADERS section.
     10277# No need to generate them if there are no CONFIG_HEADERS.
     10278# This happens for instance with `./config.status Makefile'.
     10279if test -n "$CONFIG_HEADERS"; then
     10280cat >"$tmp/defines.awk" <<\_ACAWK ||
     10281BEGIN {
     10282_ACEOF
     10283
     10284# Transform confdefs.h into an awk script `defines.awk', embedded as
     10285# here-document in config.status, that substitutes the proper values into
     10286# config.h.in to produce config.h.
     10287
     10288# Create a delimiter string that does not exist in confdefs.h, to ease
     10289# handling of long lines.
     10290ac_delim='%!_!# '
     10291for ac_last_try in false false :; do
     10292  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     10293  if test -z "$ac_t"; then
     10294    break
     10295  elif $ac_last_try; then
     10296    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     10297$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     10298   { (exit 1); exit 1; }; }
     10299  else
     10300    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     10301  fi
     10302done
     10303
     10304# For the awk script, D is an array of macro values keyed by name,
     10305# likewise P contains macro parameters if any.  Preserve backslash
     10306# newline sequences.
     10307
     10308ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     10309sed -n '
     10310s/.\{148\}/&'"$ac_delim"'/g
     10311t rset
     10312:rset
     10313s/^[     ]*#[    ]*define[   ][  ]*/ /
     10314t def
     10315d
     10316:def
     10317s/\\$//
     10318t bsnl
     10319s/["\\]/\\&/g
     10320s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     10321D["\1"]=" \3"/p
     10322s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
     10323d
     10324:bsnl
     10325s/["\\]/\\&/g
     10326s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     10327D["\1"]=" \3\\\\\\n"\\/p
     10328t cont
     10329s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     10330t cont
     10331d
     10332:cont
     10333n
     10334s/.\{148\}/&'"$ac_delim"'/g
     10335t clear
     10336:clear
     10337s/\\$//
     10338t bsnlc
     10339s/["\\]/\\&/g; s/^/"/; s/$/"/p
     10340d
     10341:bsnlc
     10342s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     10343b cont
     10344' <confdefs.h | sed '
     10345s/'"$ac_delim"'/"\\\
     10346"/g' >>$CONFIG_STATUS || ac_write_fail=1
     10347
     10348cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10349  for (key in D) D_is_set[key] = 1
     10350  FS = ""
     10351}
     10352/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     10353  line = \$ 0
     10354  split(line, arg, " ")
     10355  if (arg[1] == "#") {
     10356    defundef = arg[2]
     10357    mac1 = arg[3]
     10358  } else {
     10359    defundef = substr(arg[1], 2)
     10360    mac1 = arg[2]
     10361  }
     10362  split(mac1, mac2, "(") #)
     10363  macro = mac2[1]
     10364  prefix = substr(line, 1, index(line, defundef) - 1)
     10365  if (D_is_set[macro]) {
     10366    # Preserve the white space surrounding the "#".
     10367    print prefix "define", macro P[macro] D[macro]
     10368    next
     10369  } else {
     10370    # Replace #undef with comments.  This is necessary, for example,
     10371    # in the case of _POSIX_SOURCE, which is predefined and required
     10372    # on some systems where configure will not decide to define it.
     10373    if (defundef == "undef") {
     10374      print "/*", prefix defundef, macro, "*/"
     10375      next
     10376    }
     10377  }
     10378}
     10379{ print }
     10380_ACAWK
     10381_ACEOF
     10382cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10383  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     10384$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     10385   { (exit 1); exit 1; }; }
     10386fi # test -n "$CONFIG_HEADERS"
     10387
     10388
     10389eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     10390shift
     10391for ac_tag
     10392do
     10393  case $ac_tag in
     10394  :[FHLC]) ac_mode=$ac_tag; continue;;
     10395  esac
     10396  case $ac_mode$ac_tag in
     10397  :[FHL]*:*);;
     10398  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     10399$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     10400   { (exit 1); exit 1; }; };;
     10401  :[FH]-) ac_tag=-:-;;
     10402  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     10403  esac
     10404  ac_save_IFS=$IFS
     10405  IFS=:
     10406  set x $ac_tag
     10407  IFS=$ac_save_IFS
     10408  shift
     10409  ac_file=$1
     10410  shift
     10411
     10412  case $ac_mode in
     10413  :L) ac_source=$1;;
     10414  :[FH])
     10415    ac_file_inputs=
     10416    for ac_f
     10417    do
     10418      case $ac_f in
     10419      -) ac_f="$tmp/stdin";;
     10420      *) # Look for the file first in the build tree, then in the source tree
     10421     # (if the path is not absolute).  The absolute path cannot be DOS-style,
     10422     # because $ac_f cannot contain `:'.
     10423     test -f "$ac_f" ||
     10424       case $ac_f in
     10425       [\\/$]*) false;;
     10426       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     10427       esac ||
     10428       { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10429$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     10430   { (exit 1); exit 1; }; };;
     10431      esac
     10432      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     10433      ac_file_inputs="$ac_file_inputs '$ac_f'"
     10434    done
     10435
     10436    # Let's still pretend it is `configure' which instantiates (i.e., don't
     10437    # use $as_me), people would be surprised to read:
     10438    #    /* config.h.  Generated by config.status.  */
     10439    configure_input='Generated from '`
     10440      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     10441    `' by configure.'
     10442    if test x"$ac_file" != x-; then
     10443      configure_input="$ac_file.  $configure_input"
     10444      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     10445$as_echo "$as_me: creating $ac_file" >&6;}
    925810446    fi
    9259     if test ! -s $tmp/subs.frag; then
    9260       ac_more_lines=false
    9261     else
    9262       # The purpose of the label and of the branching condition is to
    9263       # speed up the sed processing (if there are no `@' at all, there
    9264       # is no need to browse any of the substitutions).
    9265       # These are the two extra sed commands mentioned above.
    9266       (echo ':t
    9267   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    9268       if test -z "$ac_sed_cmds"; then
    9269     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    9270       else
    9271     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    9272       fi
    9273       ac_sed_frag=`expr $ac_sed_frag + 1`
    9274       ac_beg=$ac_end
    9275       ac_end=`expr $ac_end + $ac_max_sed_lines`
    9276     fi
    9277   done
    9278   if test -z "$ac_sed_cmds"; then
    9279     ac_sed_cmds=cat
    9280   fi
    9281 fi # test -n "$CONFIG_FILES"
    9282 
    9283 _ACEOF
    9284 cat >>$CONFIG_STATUS <<\_ACEOF
    9285 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    9286   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    9287   case $ac_file in
    9288   - | *:- | *:-:* ) # input from stdin
    9289     cat >$tmp/stdin
    9290     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9291     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9292   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9293     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9294   * )   ac_file_in=$ac_file.in ;;
     10447    # Neutralize special characters interpreted by sed in replacement strings.
     10448    case $configure_input in #(
     10449    *\&* | *\|* | *\\* )
     10450       ac_sed_conf_input=`$as_echo "$configure_input" |
     10451       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     10452    *) ac_sed_conf_input=$configure_input;;
     10453    esac
     10454
     10455    case $ac_tag in
     10456    *:-:* | *:-) cat >"$tmp/stdin" \
     10457      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10458$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10459   { (exit 1); exit 1; }; } ;;
     10460    esac
     10461    ;;
    929510462  esac
    929610463
    9297   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    9298   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     10464  ac_dir=`$as_dirname -- "$ac_file" ||
    929910465$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    930010466     X"$ac_file" : 'X\(//\)[^/]' \| \
    930110467     X"$ac_file" : 'X\(//\)$' \| \
    9302      X"$ac_file" : 'X\(/\)' \| \
    9303      .     : '\(.\)' 2>/dev/null ||
    9304 echo X"$ac_file" |
    9305     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9306       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9307       /^X\(\/\/\)$/{ s//\1/; q; }
    9308       /^X\(\/\).*/{ s//\1/; q; }
    9309       s/.*/./; q'`
    9310   { if $as_mkdir_p; then
    9311     mkdir -p "$ac_dir"
    9312   else
    9313     as_dir="$ac_dir"
     10468     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
     10469$as_echo X"$ac_file" |
     10470    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10471        s//\1/
     10472        q
     10473      }
     10474      /^X\(\/\/\)[^/].*/{
     10475        s//\1/
     10476        q
     10477      }
     10478      /^X\(\/\/\)$/{
     10479        s//\1/
     10480        q
     10481      }
     10482      /^X\(\/\).*/{
     10483        s//\1/
     10484        q
     10485      }
     10486      s/.*/./; q'`
     10487  { as_dir="$ac_dir"
     10488  case $as_dir in #(
     10489  -*) as_dir=./$as_dir;;
     10490  esac
     10491  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    931410492    as_dirs=
    9315     while test ! -d "$as_dir"; do
    9316       as_dirs="$as_dir $as_dirs"
    9317       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10493    while :; do
     10494      case $as_dir in #(
     10495      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10496      *) as_qdir=$as_dir;;
     10497      esac
     10498      as_dirs="'$as_qdir' $as_dirs"
     10499      as_dir=`$as_dirname -- "$as_dir" ||
    931810500$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    931910501     X"$as_dir" : 'X\(//\)[^/]' \| \
    932010502     X"$as_dir" : 'X\(//\)$' \| \
    9321      X"$as_dir" : 'X\(/\)' \| \
    9322      .     : '\(.\)' 2>/dev/null ||
    9323 echo X"$as_dir" |
    9324     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9325       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9326       /^X\(\/\/\)$/{ s//\1/; q; }
    9327       /^X\(\/\).*/{ s//\1/; q; }
    9328       s/.*/./; q'`
     10503     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10504$as_echo X"$as_dir" |
     10505    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10506        s//\1/
     10507        q
     10508      }
     10509      /^X\(\/\/\)[^/].*/{
     10510        s//\1/
     10511        q
     10512      }
     10513      /^X\(\/\/\)$/{
     10514        s//\1/
     10515        q
     10516      }
     10517      /^X\(\/\).*/{
     10518        s//\1/
     10519        q
     10520      }
     10521      s/.*/./; q'`
     10522      test -d "$as_dir" && break
    932910523    done
    9330     test ! -n "$as_dirs" || mkdir $as_dirs
    9331   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9332 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10524    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10525  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10526$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    933310527   { (exit 1); exit 1; }; }; }
    9334 
    933510528  ac_builddir=.
    933610529
    9337 if test "$ac_dir" != .; then
    9338   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    9339   # A "../" for each directory in $ac_dir_suffix.
    9340   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    9341 else
    9342   ac_dir_suffix= ac_top_builddir=
    9343 fi
     10530case "$ac_dir" in
     10531.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10532*)
     10533  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10534  # A ".." for each directory in $ac_dir_suffix.
     10535  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10536  case $ac_top_builddir_sub in
     10537  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10538  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10539  esac ;;
     10540esac
     10541ac_abs_top_builddir=$ac_pwd
     10542ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10543# for backward compatibility:
     10544ac_top_builddir=$ac_top_build_prefix
    934410545
    934510546case $srcdir in
    9346   .)  # No --srcdir option.  We are building in place.
     10547  .)  # We are building in place.
    934710548    ac_srcdir=.
    9348     if test -z "$ac_top_builddir"; then
    9349        ac_top_srcdir=.
    9350     else
    9351        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    9352     fi ;;
    9353   [\\/]* | ?:[\\/]* )  # Absolute path.
     10549    ac_top_srcdir=$ac_top_builddir_sub
     10550    ac_abs_top_srcdir=$ac_pwd ;;
     10551  [\\/]* | ?:[\\/]* )  # Absolute name.
    935410552    ac_srcdir=$srcdir$ac_dir_suffix;
    9355     ac_top_srcdir=$srcdir ;;
    9356   *) # Relative path.
    9357     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    9358     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     10553    ac_top_srcdir=$srcdir
     10554    ac_abs_top_srcdir=$srcdir ;;
     10555  *) # Relative name.
     10556    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10557    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10558    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    935910559esac
    9360 
    9361 # Do not use `cd foo && pwd` to compute absolute paths, because
    9362 # the directories may not exist.
    9363 case `pwd` in
    9364 .) ac_abs_builddir="$ac_dir";;
    9365 *)
    9366   case "$ac_dir" in
    9367   .) ac_abs_builddir=`pwd`;;
    9368   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    9369   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    9370   esac;;
     10560ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10561
     10562
     10563  case $ac_mode in
     10564  :F)
     10565  #
     10566  # CONFIG_FILE
     10567  #
     10568
     10569_ACEOF
     10570
     10571cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10572# If the template does not know about datarootdir, expand it.
     10573# FIXME: This hack should be removed a few years after 2.60.
     10574ac_datarootdir_hack=; ac_datarootdir_seen=
     10575
     10576ac_sed_dataroot='
     10577/datarootdir/ {
     10578  p
     10579  q
     10580}
     10581/@datadir@/p
     10582/@docdir@/p
     10583/@infodir@/p
     10584/@localedir@/p
     10585/@mandir@/p
     10586'
     10587case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     10588*datarootdir*) ac_datarootdir_seen=yes;;
     10589*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     10590  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10591$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10592_ACEOF
     10593cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10594  ac_datarootdir_hack='
     10595  s&@datadir@&$datadir&g
     10596  s&@docdir@&$docdir&g
     10597  s&@infodir@&$infodir&g
     10598  s&@localedir@&$localedir&g
     10599  s&@mandir@&$mandir&g
     10600    s&\\\${datarootdir}&$datarootdir&g' ;;
    937110601esac
    9372 case $ac_abs_builddir in
    9373 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    9374 *)
    9375   case ${ac_top_builddir}. in
    9376   .) ac_abs_top_builddir=$ac_abs_builddir;;
    9377   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    9378   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    9379   esac;;
    9380 esac
    9381 case $ac_abs_builddir in
    9382 .) ac_abs_srcdir=$ac_srcdir;;
    9383 *)
    9384   case $ac_srcdir in
    9385   .) ac_abs_srcdir=$ac_abs_builddir;;
    9386   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    9387   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    9388   esac;;
    9389 esac
    9390 case $ac_abs_builddir in
    9391 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    9392 *)
    9393   case $ac_top_srcdir in
    9394   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    9395   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    9396   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    9397   esac;;
    9398 esac
    9399 
    9400 
    9401 
    9402   if test x"$ac_file" != x-; then
    9403     { echo "$as_me:$LINENO: creating $ac_file" >&5
    9404 echo "$as_me: creating $ac_file" >&6;}
    9405     rm -f "$ac_file"
    9406   fi
    9407   # Let's still pretend it is `configure' which instantiates (i.e., don't
    9408   # use $as_me), people would be surprised to read:
    9409   #    /* config.h.  Generated by config.status.  */
    9410   if test x"$ac_file" = x-; then
    9411     configure_input=
    9412   else
    9413     configure_input="$ac_file.  "
    9414   fi
    9415   configure_input=$configure_input"Generated from `echo $ac_file_in |
    9416                      sed 's,.*/,,'` by configure."
    9417 
    9418   # First look for the input files in the build tree, otherwise in the
    9419   # src tree.
    9420   ac_file_inputs=`IFS=:
    9421     for f in $ac_file_in; do
    9422       case $f in
    9423       -) echo $tmp/stdin ;;
    9424       [\\/$]*)
    9425      # Absolute (can't be DOS-style, as IFS=:)
    9426      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9427 echo "$as_me: error: cannot find input file: $f" >&2;}
    9428    { (exit 1); exit 1; }; }
    9429      echo "$f";;
    9430       *) # Relative
    9431      if test -f "$f"; then
    9432        # Build tree
    9433        echo "$f"
    9434      elif test -f "$srcdir/$f"; then
    9435        # Source tree
    9436        echo "$srcdir/$f"
    9437      else
    9438        # /dev/null tree
    9439        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9440 echo "$as_me: error: cannot find input file: $f" >&2;}
    9441    { (exit 1); exit 1; }; }
    9442      fi;;
    9443       esac
    9444     done` || { (exit 1); exit 1; }
    9445 _ACEOF
    9446 cat >>$CONFIG_STATUS <<_ACEOF
    9447   sed "$ac_vpsub
     10602_ACEOF
     10603
     10604# Neutralize VPATH when `$srcdir' = `.'.
     10605# Shell code in configure.ac might set extrasub.
     10606# FIXME: do we really want to maintain this feature?
     10607cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10608ac_sed_extra="$ac_vpsub
    944810609$extrasub
    944910610_ACEOF
    9450 cat >>$CONFIG_STATUS <<\_ACEOF
     10611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    945110612:t
    945210613/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    9453 s,@configure_input@,$configure_input,;t t
    9454 s,@srcdir@,$ac_srcdir,;t t
    9455 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    9456 s,@top_srcdir@,$ac_top_srcdir,;t t
    9457 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    9458 s,@builddir@,$ac_builddir,;t t
    9459 s,@abs_builddir@,$ac_abs_builddir,;t t
    9460 s,@top_builddir@,$ac_top_builddir,;t t
    9461 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    9462 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    9463   rm -f $tmp/stdin
     10614s|@configure_input@|$ac_sed_conf_input|;t t
     10615s&@top_builddir@&$ac_top_builddir_sub&;t t
     10616s&@top_build_prefix@&$ac_top_build_prefix&;t t
     10617s&@srcdir@&$ac_srcdir&;t t
     10618s&@abs_srcdir@&$ac_abs_srcdir&;t t
     10619s&@top_srcdir@&$ac_top_srcdir&;t t
     10620s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     10621s&@builddir@&$ac_builddir&;t t
     10622s&@abs_builddir@&$ac_abs_builddir&;t t
     10623s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     10624$ac_datarootdir_hack
     10625"
     10626eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     10627  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10628$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10629   { (exit 1); exit 1; }; }
     10630
     10631test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     10632  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     10633  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     10634  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10635which seems to be undefined.  Please make sure it is defined." >&5
     10636$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10637which seems to be undefined.  Please make sure it is defined." >&2;}
     10638
     10639  rm -f "$tmp/stdin"
     10640  case $ac_file in
     10641  -) cat "$tmp/out" && rm -f "$tmp/out";;
     10642  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     10643  esac \
     10644  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10645$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10646   { (exit 1); exit 1; }; }
     10647 ;;
     10648  :H)
     10649  #
     10650  # CONFIG_HEADER
     10651  #
    946410652  if test x"$ac_file" != x-; then
    9465     mv $tmp/out $ac_file
    9466   else
    9467     cat $tmp/out
    9468     rm -f $tmp/out
    9469   fi
    9470 
    9471 done
    9472 _ACEOF
    9473 cat >>$CONFIG_STATUS <<\_ACEOF
    9474 
    9475 #
    9476 # CONFIG_HEADER section.
    9477 #
    9478 
    9479 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
    9480 # NAME is the cpp macro being defined and VALUE is the value it is being given.
    9481 #
    9482 # ac_d sets the value in "#define NAME VALUE" lines.
    9483 ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
    9484 ac_dB='[     ].*$,\1#\2'
    9485 ac_dC=' '
    9486 ac_dD=',;t'
    9487 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    9488 ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
    9489 ac_uB='$,\1#\2define\3'
    9490 ac_uC=' '
    9491 ac_uD=',;t'
    9492 
    9493 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
    9494   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    9495   case $ac_file in
    9496   - | *:- | *:-:* ) # input from stdin
    9497     cat >$tmp/stdin
    9498     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9499     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9500   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9501     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9502   * )   ac_file_in=$ac_file.in ;;
    9503   esac
    9504 
    9505   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
    9506 echo "$as_me: creating $ac_file" >&6;}
    9507 
    9508   # First look for the input files in the build tree, otherwise in the
    9509   # src tree.
    9510   ac_file_inputs=`IFS=:
    9511     for f in $ac_file_in; do
    9512       case $f in
    9513       -) echo $tmp/stdin ;;
    9514       [\\/$]*)
    9515      # Absolute (can't be DOS-style, as IFS=:)
    9516      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9517 echo "$as_me: error: cannot find input file: $f" >&2;}
     10653    {
     10654      $as_echo "/* $configure_input  */" \
     10655      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     10656    } >"$tmp/config.h" \
     10657      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10658$as_echo "$as_me: error: could not create $ac_file" >&2;}
    951810659   { (exit 1); exit 1; }; }
    9519      # Do quote $f, to prevent DOS paths from being IFS'd.
    9520      echo "$f";;
    9521       *) # Relative
    9522      if test -f "$f"; then
    9523        # Build tree
    9524        echo "$f"
    9525      elif test -f "$srcdir/$f"; then
    9526        # Source tree
    9527        echo "$srcdir/$f"
    9528      else
    9529        # /dev/null tree
    9530        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9531 echo "$as_me: error: cannot find input file: $f" >&2;}
     10660    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     10661      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     10662$as_echo "$as_me: $ac_file is unchanged" >&6;}
     10663    else
     10664      rm -f "$ac_file"
     10665      mv "$tmp/config.h" "$ac_file" \
     10666    || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10667$as_echo "$as_me: error: could not create $ac_file" >&2;}
    953210668   { (exit 1); exit 1; }; }
    9533      fi;;
    9534       esac
    9535     done` || { (exit 1); exit 1; }
    9536   # Remove the trailing spaces.
    9537   sed 's/[   ]*$//' $ac_file_inputs >$tmp/in
    9538 
    9539 _ACEOF
    9540 
    9541 # Transform confdefs.h into two sed scripts, `conftest.defines' and
    9542 # `conftest.undefs', that substitutes the proper values into
    9543 # config.h.in to produce config.h.  The first handles `#define'
    9544 # templates, and the second `#undef' templates.
    9545 # And first: Protect against being on the right side of a sed subst in
    9546 # config.status.  Protect against being in an unquoted here document
    9547 # in config.status.
    9548 rm -f conftest.defines conftest.undefs
    9549 # Using a here document instead of a string reduces the quoting nightmare.
    9550 # Putting comments in sed scripts is not portable.
    9551 #
    9552 # `end' is used to avoid that the second main sed command (meant for
    9553 # 0-ary CPP macros) applies to n-ary macro definitions.
    9554 # See the Autoconf documentation for `clear'.
    9555 cat >confdef2sed.sed <<\_ACEOF
    9556 s/[\\&,]/\\&/g
    9557 s,[\\$`],\\&,g
    9558 t clear
    9559 : clear
    9560 s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    9561 t end
    9562 s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    9563 : end
    9564 _ACEOF
    9565 # If some macros were called several times there might be several times
    9566 # the same #defines, which is useless.  Nevertheless, we may not want to
    9567 # sort them, since we want the *last* AC-DEFINE to be honored.
    9568 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
    9569 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
    9570 rm -f confdef2sed.sed
    9571 
    9572 # This sed command replaces #undef with comments.  This is necessary, for
    9573 # example, in the case of _POSIX_SOURCE, which is predefined and required
    9574 # on some systems where configure will not decide to define it.
    9575 cat >>conftest.undefs <<\_ACEOF
    9576 s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    9577 _ACEOF
    9578 
    9579 # Break up conftest.defines because some shells have a limit on the size
    9580 # of here documents, and old seds have small limits too (100 cmds).
    9581 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    9582 echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    9583 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    9584 echo '  :' >>$CONFIG_STATUS
    9585 rm -f conftest.tail
    9586 while grep . conftest.defines >/dev/null
    9587 do
    9588   # Write a limited-size here document to $tmp/defines.sed.
    9589   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    9590   # Speed up: don't consider the non `#define' lines.
    9591   echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS
    9592   # Work around the forget-to-reset-the-flag bug.
    9593   echo 't clr' >>$CONFIG_STATUS
    9594   echo ': clr' >>$CONFIG_STATUS
    9595   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
    9596   echo 'CEOF
    9597   sed -f $tmp/defines.sed $tmp/in >$tmp/out
    9598   rm -f $tmp/in
    9599   mv $tmp/out $tmp/in
    9600 ' >>$CONFIG_STATUS
    9601   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
    9602   rm -f conftest.defines
    9603   mv conftest.tail conftest.defines
    9604 done
    9605 rm -f conftest.defines
    9606 echo '  fi # grep' >>$CONFIG_STATUS
    9607 echo >>$CONFIG_STATUS
    9608 
    9609 # Break up conftest.undefs because some shells have a limit on the size
    9610 # of here documents, and old seds have small limits too (100 cmds).
    9611 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
    9612 rm -f conftest.tail
    9613 while grep . conftest.undefs >/dev/null
    9614 do
    9615   # Write a limited-size here document to $tmp/undefs.sed.
    9616   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    9617   # Speed up: don't consider the non `#undef'
    9618   echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    9619   # Work around the forget-to-reset-the-flag bug.
    9620   echo 't clr' >>$CONFIG_STATUS
    9621   echo ': clr' >>$CONFIG_STATUS
    9622   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
    9623   echo 'CEOF
    9624   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
    9625   rm -f $tmp/in
    9626   mv $tmp/out $tmp/in
    9627 ' >>$CONFIG_STATUS
    9628   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
    9629   rm -f conftest.undefs
    9630   mv conftest.tail conftest.undefs
    9631 done
    9632 rm -f conftest.undefs
    9633 
    9634 cat >>$CONFIG_STATUS <<\_ACEOF
    9635   # Let's still pretend it is `configure' which instantiates (i.e., don't
    9636   # use $as_me), people would be surprised to read:
    9637   #    /* config.h.  Generated by config.status.  */
    9638   if test x"$ac_file" = x-; then
    9639     echo "/* Generated by configure.  */" >$tmp/config.h
    9640   else
    9641     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
    9642   fi
    9643   cat $tmp/in >>$tmp/config.h
    9644   rm -f $tmp/in
    9645   if test x"$ac_file" != x-; then
    9646     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
    9647       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    9648 echo "$as_me: $ac_file is unchanged" >&6;}
    9649     else
    9650       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    9651 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9652      X"$ac_file" : 'X\(//\)[^/]' \| \
    9653      X"$ac_file" : 'X\(//\)$' \| \
    9654      X"$ac_file" : 'X\(/\)' \| \
    9655      .     : '\(.\)' 2>/dev/null ||
    9656 echo X"$ac_file" |
    9657     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9658       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9659       /^X\(\/\/\)$/{ s//\1/; q; }
    9660       /^X\(\/\).*/{ s//\1/; q; }
    9661       s/.*/./; q'`
    9662       { if $as_mkdir_p; then
    9663     mkdir -p "$ac_dir"
    9664   else
    9665     as_dir="$ac_dir"
    9666     as_dirs=
    9667     while test ! -d "$as_dir"; do
    9668       as_dirs="$as_dir $as_dirs"
    9669       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    9670 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9671      X"$as_dir" : 'X\(//\)[^/]' \| \
    9672      X"$as_dir" : 'X\(//\)$' \| \
    9673      X"$as_dir" : 'X\(/\)' \| \
    9674      .     : '\(.\)' 2>/dev/null ||
    9675 echo X"$as_dir" |
    9676     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9677       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9678       /^X\(\/\/\)$/{ s//\1/; q; }
    9679       /^X\(\/\).*/{ s//\1/; q; }
    9680       s/.*/./; q'`
    9681     done
    9682     test ! -n "$as_dirs" || mkdir $as_dirs
    9683   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9684 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    9685    { (exit 1); exit 1; }; }; }
    9686 
    9687       rm -f $ac_file
    9688       mv $tmp/config.h $ac_file
    968910669    fi
    969010670  else
    9691     cat $tmp/config.h
    9692     rm -f $tmp/config.h
     10671    $as_echo "/* $configure_input  */" \
     10672      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     10673      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     10674$as_echo "$as_me: error: could not create -" >&2;}
     10675   { (exit 1); exit 1; }; }
    969310676  fi
    9694 done
    9695 _ACEOF
    9696 
    9697 cat >>$CONFIG_STATUS <<\_ACEOF
     10677 ;;
     10678
     10679
     10680  esac
     10681
     10682done # for ac_tag
     10683
    969810684
    969910685{ (exit 0); exit 0; }
     
    970110687chmod +x $CONFIG_STATUS
    970210688ac_clean_files=$ac_clean_files_save
     10689
     10690test $ac_write_fail = 0 ||
     10691  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     10692$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     10693   { (exit 1); exit 1; }; }
    970310694
    970410695
     
    972310714  $ac_cs_success || { (exit 1); exit 1; }
    972410715fi
    9725 
     10716if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     10717  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     10718$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     10719fi
     10720
Note: See TracChangeset for help on using the changeset viewer.