Changeset 25149


Ignore:
Timestamp:
2012-02-28T14:18:52+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. Note that I have used version 2.63 of autoconf. SOme configure files had previously been generated with v 2.65. Have also got rid of lib64 for compiling expat and iconv - only need one version now, not 32 bit version for greenstone and 64 bit version for apache

Location:
main/trunk/greenstone2
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/configure

    r23800 r25149  
    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= ;;
    192 esac
    193 
    194 if expr a : '\(a\)' >/dev/null 2>&1; then
     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';;
     501esac
     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.
     
    232571
    233572
    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
    242 
     573
     574exec 7<&0 </dev/null 6>&1
    243575
    244576# Name of the host.
     
    247579ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    248580
    249 exec 6>&1
    250 
    251581#
    252582# Initializations.
    253583#
    254584ac_default_prefix=/usr/local
     585ac_clean_files=
    255586ac_config_libobj_dir=.
     587LIBOBJS=
    256588cross_compiling=no
    257589subdirs=
     
    259591MAKEFLAGS=
    260592SHELL=${CONFIG_SHELL-/bin/sh}
    261 
    262 # Maximum number of lines to put in a shell here document.
    263 # This variable seems obsolete.  It should probably be removed, and
    264 # only ac_max_sed_lines should be used.
    265 : ${ac_max_here_lines=38}
    266593
    267594# Identity of this package.
     
    275602ac_includes_default="\
    276603#include <stdio.h>
    277 #if HAVE_SYS_TYPES_H
     604#ifdef HAVE_SYS_TYPES_H
    278605# include <sys/types.h>
    279606#endif
    280 #if HAVE_SYS_STAT_H
     607#ifdef HAVE_SYS_STAT_H
    281608# include <sys/stat.h>
    282609#endif
    283 #if STDC_HEADERS
     610#ifdef STDC_HEADERS
    284611# include <stdlib.h>
    285612# include <stddef.h>
    286613#else
    287 # if HAVE_STDLIB_H
     614# ifdef HAVE_STDLIB_H
    288615#  include <stdlib.h>
    289616# endif
    290617#endif
    291 #if HAVE_STRING_H
    292 # if !STDC_HEADERS && HAVE_MEMORY_H
     618#ifdef HAVE_STRING_H
     619# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    293620#  include <memory.h>
    294621# endif
    295622# include <string.h>
    296623#endif
    297 #if HAVE_STRINGS_H
     624#ifdef HAVE_STRINGS_H
    298625# include <strings.h>
    299626#endif
    300 #if HAVE_INTTYPES_H
     627#ifdef HAVE_INTTYPES_H
    301628# include <inttypes.h>
    302 #else
    303 # if HAVE_STDINT_H
    304 #  include <stdint.h>
    305 # endif
    306629#endif
    307 #if HAVE_UNISTD_H
     630#ifdef HAVE_STDINT_H
     631# include <stdint.h>
     632#endif
     633#ifdef HAVE_UNISTD_H
    308634# include <unistd.h>
    309635#endif"
    310636
    311 ac_subdirs_all="$ac_subdirs_all packages"
    312 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 PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_JAVA USE_WVWARE USE_JDBM USE_GDBM ENABLE_ACCENTFOLD USE_SQLITE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX JAVAC JAVACFLAGS JAVA uudecode AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos MODULEDIRS subdirs LTLIBOBJS'
     637enable_option_checking=no
     638ac_subst_vars='LTLIBOBJS
     639subdirs
     640MODULEDIRS
     641gsdlos
     642STATIC
     643LIBOBJS
     644ALLOCA
     645ANSI2KNR
     646U
     647EGREP
     648GREP
     649CPP
     650MICO_VER
     651ARCH_DEP_FLAGS
     652RANLIB
     653SET_MAKE
     654LN_S
     655INSTALL_DATA
     656INSTALL_SCRIPT
     657INSTALL_PROGRAM
     658target_os
     659target_vendor
     660target_cpu
     661target
     662host_os
     663host_vendor
     664host_cpu
     665host
     666build_os
     667build_vendor
     668build_cpu
     669build
     670YFLAGS
     671YACC
     672AWK
     673uudecode
     674JAVA
     675JAVACFLAGS
     676JAVAC
     677ac_ct_CXX
     678CXXFLAGS
     679CXX
     680OBJEXT
     681EXEEXT
     682ac_ct_CC
     683CPPFLAGS
     684CC
     685CFLAGS
     686LDFLAGS
     687USE_SQLITE
     688ENABLE_ACCENTFOLD
     689USE_GDBM
     690USE_JDBM
     691USE_WVWARE
     692ENABLE_JAVA
     693USE_YAZ
     694USE_Z3950
     695MICO_DIR
     696USE_CORBA
     697USE_LANGACTION
     698USE_FASTCGI
     699VERSION
     700PACKAGE
     701target_alias
     702host_alias
     703build_alias
     704LIBS
     705ECHO_T
     706ECHO_N
     707ECHO_C
     708DEFS
     709mandir
     710localedir
     711libdir
     712psdir
     713pdfdir
     714dvidir
     715htmldir
     716infodir
     717docdir
     718oldincludedir
     719includedir
     720localstatedir
     721sharedstatedir
     722sysconfdir
     723datadir
     724datarootdir
     725libexecdir
     726sbindir
     727bindir
     728program_transform_name
     729prefix
     730exec_prefix
     731PACKAGE_BUGREPORT
     732PACKAGE_STRING
     733PACKAGE_VERSION
     734PACKAGE_TARNAME
     735PACKAGE_NAME
     736PATH_SEPARATOR
     737SHELL'
    313738ac_subst_files=''
     739ac_user_opts='
     740enable_option_checking
     741enable_corba
     742with_micodir
     743enable_z3950
     744enable_yaz
     745enable_java
     746enable_wvware
     747enable_jdbm
     748enable_gdbm
     749enable_accentfold
     750enable_sqlite
     751with_dmalloc
     752with_regex
     753'
     754      ac_precious_vars='build_alias
     755host_alias
     756target_alias
     757CC
     758CFLAGS
     759LDFLAGS
     760LIBS
     761CPPFLAGS
     762CXX
     763CXXFLAGS
     764CCC
     765YACC
     766YFLAGS
     767CPP'
     768ac_subdirs_all='packages'
    314769
    315770# Initialize some variables set by options.
    316771ac_init_help=
    317772ac_init_version=false
     773ac_unrecognized_opts=
     774ac_unrecognized_sep=
    318775# The variables have the same names as the options, with
    319776# dashes changed to underlines.
     
    338795# by default will actually change.
    339796# Use braces instead of parens because sh, perl, etc. also accept them.
     797# (The list follows the same order as the GNU Coding Standards.)
    340798bindir='${exec_prefix}/bin'
    341799sbindir='${exec_prefix}/sbin'
    342800libexecdir='${exec_prefix}/libexec'
    343 datadir='${prefix}/share'
     801datarootdir='${prefix}/share'
     802datadir='${datarootdir}'
    344803sysconfdir='${prefix}/etc'
    345804sharedstatedir='${prefix}/com'
    346805localstatedir='${prefix}/var'
    347 libdir='${exec_prefix}/lib'
    348806includedir='${prefix}/include'
    349807oldincludedir='/usr/include'
    350 infodir='${prefix}/info'
    351 mandir='${prefix}/man'
     808docdir='${datarootdir}/doc/${PACKAGE}'
     809infodir='${datarootdir}/info'
     810htmldir='${docdir}'
     811dvidir='${docdir}'
     812pdfdir='${docdir}'
     813psdir='${docdir}'
     814libdir='${exec_prefix}/lib'
     815localedir='${datarootdir}/locale'
     816mandir='${datarootdir}/man'
    352817
    353818ac_prev=
     819ac_dashdash=
    354820for ac_option
    355821do
    356822  # If the previous option needs an argument, assign it.
    357823  if test -n "$ac_prev"; then
    358     eval "$ac_prev=\$ac_option"
     824    eval $ac_prev=\$ac_option
    359825    ac_prev=
    360826    continue
    361827  fi
    362828
    363   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     829  case $ac_option in
     830  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     831  *)    ac_optarg=yes ;;
     832  esac
    364833
    365834  # Accept the important Cygnus configure options, so we can diagnose typos.
    366835
    367   case $ac_option in
     836  case $ac_dashdash$ac_option in
     837  --)
     838    ac_dashdash=yes ;;
    368839
    369840  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    387858    cache_file=config.cache ;;
    388859
    389   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     860  -datadir | --datadir | --datadi | --datad)
    390861    ac_prev=datadir ;;
    391   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    392   | --da=*)
     862  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    393863    datadir=$ac_optarg ;;
    394864
     865  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     866  | --dataroo | --dataro | --datar)
     867    ac_prev=datarootdir ;;
     868  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     869  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     870    datarootdir=$ac_optarg ;;
     871
    395872  -disable-* | --disable-*)
    396     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     873    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    397874    # Reject names that are not valid shell variable names.
    398     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    399       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     875    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     876      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    400877   { (exit 1); exit 1; }; }
    401     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    402     eval "enable_$ac_feature=no" ;;
     878    ac_useropt_orig=$ac_useropt
     879    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     880    case $ac_user_opts in
     881      *"
     882"enable_$ac_useropt"
     883"*) ;;
     884      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     885     ac_unrecognized_sep=', ';;
     886    esac
     887    eval enable_$ac_useropt=no ;;
     888
     889  -docdir | --docdir | --docdi | --doc | --do)
     890    ac_prev=docdir ;;
     891  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     892    docdir=$ac_optarg ;;
     893
     894  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     895    ac_prev=dvidir ;;
     896  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     897    dvidir=$ac_optarg ;;
    403898
    404899  -enable-* | --enable-*)
    405     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     900    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    406901    # Reject names that are not valid shell variable names.
    407     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    408       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     902    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     903      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    409904   { (exit 1); exit 1; }; }
    410     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    411     case $ac_option in
    412       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    413       *) ac_optarg=yes ;;
     905    ac_useropt_orig=$ac_useropt
     906    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     907    case $ac_user_opts in
     908      *"
     909"enable_$ac_useropt"
     910"*) ;;
     911      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     912     ac_unrecognized_sep=', ';;
    414913    esac
    415     eval "enable_$ac_feature='$ac_optarg'" ;;
     914    eval enable_$ac_useropt=\$ac_optarg ;;
    416915
    417916  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    440939    host_alias=$ac_optarg ;;
    441940
     941  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     942    ac_prev=htmldir ;;
     943  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     944  | --ht=*)
     945    htmldir=$ac_optarg ;;
     946
    442947  -includedir | --includedir | --includedi | --included | --include \
    443948  | --includ | --inclu | --incl | --inc)
     
    464969    libexecdir=$ac_optarg ;;
    465970
     971  -localedir | --localedir | --localedi | --localed | --locale)
     972    ac_prev=localedir ;;
     973  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     974    localedir=$ac_optarg ;;
     975
    466976  -localstatedir | --localstatedir | --localstatedi | --localstated \
    467   | --localstate | --localstat | --localsta | --localst \
    468   | --locals | --local | --loca | --loc | --lo)
     977  | --localstate | --localstat | --localsta | --localst | --locals)
    469978    ac_prev=localstatedir ;;
    470979  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    471   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    472   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     980  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    473981    localstatedir=$ac_optarg ;;
    474982
     
    5351043    program_transform_name=$ac_optarg ;;
    5361044
     1045  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     1046    ac_prev=pdfdir ;;
     1047  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     1048    pdfdir=$ac_optarg ;;
     1049
     1050  -psdir | --psdir | --psdi | --psd | --ps)
     1051    ac_prev=psdir ;;
     1052  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     1053    psdir=$ac_optarg ;;
     1054
    5371055  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    5381056  | -silent | --silent | --silen | --sile | --sil)
     
    5851103
    5861104  -with-* | --with-*)
    587     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1105    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    5881106    # Reject names that are not valid shell variable names.
    589     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    590       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1107    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1108      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    5911109   { (exit 1); exit 1; }; }
    592     ac_package=`echo $ac_package| sed 's/-/_/g'`
    593     case $ac_option in
    594       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    595       *) ac_optarg=yes ;;
     1110    ac_useropt_orig=$ac_useropt
     1111    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1112    case $ac_user_opts in
     1113      *"
     1114"with_$ac_useropt"
     1115"*) ;;
     1116      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1117     ac_unrecognized_sep=', ';;
    5961118    esac
    597     eval "with_$ac_package='$ac_optarg'" ;;
     1119    eval with_$ac_useropt=\$ac_optarg ;;
    5981120
    5991121  -without-* | --without-*)
    600     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1122    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    6011123    # Reject names that are not valid shell variable names.
    602     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    603       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1124    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1125      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    6041126   { (exit 1); exit 1; }; }
    605     ac_package=`echo $ac_package | sed 's/-/_/g'`
    606     eval "with_$ac_package=no" ;;
     1127    ac_useropt_orig=$ac_useropt
     1128    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1129    case $ac_user_opts in
     1130      *"
     1131"with_$ac_useropt"
     1132"*) ;;
     1133      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1134     ac_unrecognized_sep=', ';;
     1135    esac
     1136    eval with_$ac_useropt=no ;;
    6071137
    6081138  --x)
     
    6241154    x_libraries=$ac_optarg ;;
    6251155
    626   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1156  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    6271157Try \`$0 --help' for more information." >&2
    6281158   { (exit 1); exit 1; }; }
     
    6331163    # Reject names that are not valid shell variable names.
    6341164    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    635       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1165      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    6361166   { (exit 1); exit 1; }; }
    637     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    638     eval "$ac_envvar='$ac_optarg'"
     1167    eval $ac_envvar=\$ac_optarg
    6391168    export $ac_envvar ;;
    6401169
    6411170  *)
    6421171    # FIXME: should be removed in autoconf 3.0.
    643     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1172    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    6441173    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    645       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1174      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    6461175    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    6471176    ;;
     
    6521181if test -n "$ac_prev"; then
    6531182  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    654   { echo "$as_me: error: missing argument to $ac_option" >&2
     1183  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    6551184   { (exit 1); exit 1; }; }
    6561185fi
    6571186
    658 # Be sure to have absolute paths.
    659 for ac_var in exec_prefix prefix
     1187if test -n "$ac_unrecognized_opts"; then
     1188  case $enable_option_checking in
     1189    no) ;;
     1190    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1191   { (exit 1); exit 1; }; } ;;
     1192    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1193  esac
     1194fi
     1195
     1196# Check all directory arguments for consistency.
     1197for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1198        datadir sysconfdir sharedstatedir localstatedir includedir \
     1199        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1200        libdir localedir mandir
    6601201do
    661   eval ac_val=$`echo $ac_var`
     1202  eval ac_val=\$$ac_var
     1203  # Remove trailing slashes.
    6621204  case $ac_val in
    663     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    664     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    665    { (exit 1); exit 1; }; };;
     1205    */ )
     1206      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1207      eval $ac_var=\$ac_val;;
    6661208  esac
    667 done
    668 
    669 # Be sure to have absolute paths.
    670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    671           localstatedir libdir includedir oldincludedir infodir mandir
    672 do
    673   eval ac_val=$`echo $ac_var`
     1209  # Be sure to have absolute directory names.
    6741210  case $ac_val in
    675     [\\/$]* | ?:[\\/]* ) ;;
    676     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    677    { (exit 1); exit 1; }; };;
     1211    [\\/$]* | ?:[\\/]* )  continue;;
     1212    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    6781213  esac
     1214  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1215   { (exit 1); exit 1; }; }
    6791216done
    6801217
     
    6901227  if test "x$build_alias" = x; then
    6911228    cross_compiling=maybe
    692     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1229    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    6931230    If a cross compiler is detected then cross compile mode will be used." >&2
    6941231  elif test "x$build_alias" != "x$host_alias"; then
     
    7031240
    7041241
     1242ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1243ac_ls_di=`ls -di .` &&
     1244ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1245  { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1246   { (exit 1); exit 1; }; }
     1247test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1248  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1249   { (exit 1); exit 1; }; }
     1250
     1251
    7051252# Find the source files, if location was not specified.
    7061253if test -z "$srcdir"; then
    7071254  ac_srcdir_defaulted=yes
    708   # Try the directory containing this script, then its parent.
    709   ac_confdir=`(dirname "$0") 2>/dev/null ||
    710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    711      X"$0" : 'X\(//\)[^/]' \| \
    712      X"$0" : 'X\(//\)$' \| \
    713      X"$0" : 'X\(/\)' \| \
    714      .     : '\(.\)' 2>/dev/null ||
    715 echo X"$0" |
    716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    717       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    718       /^X\(\/\/\)$/{ s//\1/; q; }
    719       /^X\(\/\).*/{ s//\1/; q; }
    720       s/.*/./; q'`
     1255  # Try the directory containing this script, then the parent directory.
     1256  ac_confdir=`$as_dirname -- "$as_myself" ||
     1257$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1258     X"$as_myself" : 'X\(//\)[^/]' \| \
     1259     X"$as_myself" : 'X\(//\)$' \| \
     1260     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1261$as_echo X"$as_myself" |
     1262    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1263        s//\1/
     1264        q
     1265      }
     1266      /^X\(\/\/\)[^/].*/{
     1267        s//\1/
     1268        q
     1269      }
     1270      /^X\(\/\/\)$/{
     1271        s//\1/
     1272        q
     1273      }
     1274      /^X\(\/\).*/{
     1275        s//\1/
     1276        q
     1277      }
     1278      s/.*/./; q'`
    7211279  srcdir=$ac_confdir
    722   if test ! -r $srcdir/$ac_unique_file; then
     1280  if test ! -r "$srcdir/$ac_unique_file"; then
    7231281    srcdir=..
    7241282  fi
     
    7261284  ac_srcdir_defaulted=no
    7271285fi
    728 if test ! -r $srcdir/$ac_unique_file; then
    729   if test "$ac_srcdir_defaulted" = yes; then
    730     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1286if test ! -r "$srcdir/$ac_unique_file"; then
     1287  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1288  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    7311289   { (exit 1); exit 1; }; }
    732   else
    733     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1290fi
     1291ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1292ac_abs_confdir=`(
     1293    cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    7341294   { (exit 1); exit 1; }; }
    735   fi
    736 fi
    737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    738   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    739    { (exit 1); exit 1; }; }
    740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    741 ac_env_build_alias_set=${build_alias+set}
    742 ac_env_build_alias_value=$build_alias
    743 ac_cv_env_build_alias_set=${build_alias+set}
    744 ac_cv_env_build_alias_value=$build_alias
    745 ac_env_host_alias_set=${host_alias+set}
    746 ac_env_host_alias_value=$host_alias
    747 ac_cv_env_host_alias_set=${host_alias+set}
    748 ac_cv_env_host_alias_value=$host_alias
    749 ac_env_target_alias_set=${target_alias+set}
    750 ac_env_target_alias_value=$target_alias
    751 ac_cv_env_target_alias_set=${target_alias+set}
    752 ac_cv_env_target_alias_value=$target_alias
    753 ac_env_CC_set=${CC+set}
    754 ac_env_CC_value=$CC
    755 ac_cv_env_CC_set=${CC+set}
    756 ac_cv_env_CC_value=$CC
    757 ac_env_CFLAGS_set=${CFLAGS+set}
    758 ac_env_CFLAGS_value=$CFLAGS
    759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
    760 ac_cv_env_CFLAGS_value=$CFLAGS
    761 ac_env_LDFLAGS_set=${LDFLAGS+set}
    762 ac_env_LDFLAGS_value=$LDFLAGS
    763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    764 ac_cv_env_LDFLAGS_value=$LDFLAGS
    765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    766 ac_env_CPPFLAGS_value=$CPPFLAGS
    767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
    769 ac_env_CXX_set=${CXX+set}
    770 ac_env_CXX_value=$CXX
    771 ac_cv_env_CXX_set=${CXX+set}
    772 ac_cv_env_CXX_value=$CXX
    773 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
    774 ac_env_CXXFLAGS_value=$CXXFLAGS
    775 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
    776 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
    777 ac_env_CPP_set=${CPP+set}
    778 ac_env_CPP_value=$CPP
    779 ac_cv_env_CPP_set=${CPP+set}
    780 ac_cv_env_CPP_value=$CPP
     1295    pwd)`
     1296# When building in place, set srcdir=.
     1297if test "$ac_abs_confdir" = "$ac_pwd"; then
     1298  srcdir=.
     1299fi
     1300# Remove unnecessary trailing slashes from srcdir.
     1301# Double slashes in file names in object file debugging info
     1302# mess up M-x gdb in Emacs.
     1303case $srcdir in
     1304*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1305esac
     1306for ac_var in $ac_precious_vars; do
     1307  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1308  eval ac_env_${ac_var}_value=\$${ac_var}
     1309  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1310  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1311done
    7811312
    7821313#
     
    8071338      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    8081339
    809 _ACEOF
    810 
    811   cat <<_ACEOF
    8121340Installation directories:
    8131341  --prefix=PREFIX         install architecture-independent files in PREFIX
    814               [$ac_default_prefix]
     1342                          [$ac_default_prefix]
    8151343  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    816               [PREFIX]
     1344                          [PREFIX]
    8171345
    8181346By default, \`make install' will install all the files in
     
    8241352
    8251353Fine tuning of the installation directories:
    826   --bindir=DIR           user executables [EPREFIX/bin]
    827   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    828   --libexecdir=DIR       program executables [EPREFIX/libexec]
    829   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    830   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    831   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    832   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    833   --libdir=DIR           object code libraries [EPREFIX/lib]
    834   --includedir=DIR       C header files [PREFIX/include]
    835   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    836   --infodir=DIR          info documentation [PREFIX/info]
    837   --mandir=DIR           man documentation [PREFIX/man]
     1354  --bindir=DIR            user executables [EPREFIX/bin]
     1355  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1356  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1357  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1358  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1359  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1360  --libdir=DIR            object code libraries [EPREFIX/lib]
     1361  --includedir=DIR        C header files [PREFIX/include]
     1362  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1363  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1364  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1365  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1366  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1367  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1368  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
     1369  --htmldir=DIR           html documentation [DOCDIR]
     1370  --dvidir=DIR            dvi documentation [DOCDIR]
     1371  --pdfdir=DIR            pdf documentation [DOCDIR]
     1372  --psdir=DIR             ps documentation [DOCDIR]
    8381373_ACEOF
    8391374
     
    8521387
    8531388Optional Features:
     1389  --disable-option-checking  ignore unrecognized --enable/--with options
    8541390  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    8551391  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    8771413  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    8781414              nonstandard directory <lib dir>
    879   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    880               headers in a nonstandard directory <include dir>
     1415  LIBS        libraries to pass to the linker, e.g. -l<library>
     1416  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1417              you have headers in a nonstandard directory <include dir>
    8811418  CXX         C++ compiler command
    8821419  CXXFLAGS    C++ compiler flags
     1420  YACC        The `Yet Another C Compiler' implementation to use. Defaults to
     1421              the first program found out of: `bison -y', `byacc', `yacc'.
     1422  YFLAGS      The list of arguments that will be passed by default to $YACC.
     1423              This script will default YFLAGS to the empty string to avoid a
     1424              default value of `-d' given by some make applications.
    8831425  CPP         C preprocessor
    8841426
     
    8871429
    8881430_ACEOF
     1431ac_status=$?
    8891432fi
    8901433
    8911434if test "$ac_init_help" = "recursive"; then
    8921435  # If there are subdirs, report their specific --help.
    893   ac_popdir=`pwd`
    8941436  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    895     test -d $ac_dir || continue
     1437    test -d "$ac_dir" ||
     1438      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1439      continue
    8961440    ac_builddir=.
    8971441
    898 if test "$ac_dir" != .; then
    899   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    900   # A "../" for each directory in $ac_dir_suffix.
    901   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    902 else
    903   ac_dir_suffix= ac_top_builddir=
    904 fi
     1442case "$ac_dir" in
     1443.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1444*)
     1445  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1446  # A ".." for each directory in $ac_dir_suffix.
     1447  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1448  case $ac_top_builddir_sub in
     1449  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1450  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1451  esac ;;
     1452esac
     1453ac_abs_top_builddir=$ac_pwd
     1454ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1455# for backward compatibility:
     1456ac_top_builddir=$ac_top_build_prefix
    9051457
    9061458case $srcdir in
    907   .)  # No --srcdir option.  We are building in place.
     1459  .)  # We are building in place.
    9081460    ac_srcdir=.
    909     if test -z "$ac_top_builddir"; then
    910        ac_top_srcdir=.
     1461    ac_top_srcdir=$ac_top_builddir_sub
     1462    ac_abs_top_srcdir=$ac_pwd ;;
     1463  [\\/]* | ?:[\\/]* )  # Absolute name.
     1464    ac_srcdir=$srcdir$ac_dir_suffix;
     1465    ac_top_srcdir=$srcdir
     1466    ac_abs_top_srcdir=$srcdir ;;
     1467  *) # Relative name.
     1468    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1469    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1470    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     1471esac
     1472ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1473
     1474    cd "$ac_dir" || { ac_status=$?; continue; }
     1475    # Check for guested configure.
     1476    if test -f "$ac_srcdir/configure.gnu"; then
     1477      echo &&
     1478      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1479    elif test -f "$ac_srcdir/configure"; then
     1480      echo &&
     1481      $SHELL "$ac_srcdir/configure" --help=recursive
    9111482    else
    912        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    913     fi ;;
    914   [\\/]* | ?:[\\/]* )  # Absolute path.
    915     ac_srcdir=$srcdir$ac_dir_suffix;
    916     ac_top_srcdir=$srcdir ;;
    917   *) # Relative path.
    918     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    919     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    920 esac
    921 
    922 # Do not use `cd foo && pwd` to compute absolute paths, because
    923 # the directories may not exist.
    924 case `pwd` in
    925 .) ac_abs_builddir="$ac_dir";;
    926 *)
    927   case "$ac_dir" in
    928   .) ac_abs_builddir=`pwd`;;
    929   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    930   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    931   esac;;
    932 esac
    933 case $ac_abs_builddir in
    934 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    935 *)
    936   case ${ac_top_builddir}. in
    937   .) ac_abs_top_builddir=$ac_abs_builddir;;
    938   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    939   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    940   esac;;
    941 esac
    942 case $ac_abs_builddir in
    943 .) ac_abs_srcdir=$ac_srcdir;;
    944 *)
    945   case $ac_srcdir in
    946   .) ac_abs_srcdir=$ac_abs_builddir;;
    947   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    948   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    949   esac;;
    950 esac
    951 case $ac_abs_builddir in
    952 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    953 *)
    954   case $ac_top_srcdir in
    955   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    956   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    957   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    958   esac;;
    959 esac
    960 
    961     cd $ac_dir
    962     # Check for guested configure; otherwise get Cygnus style configure.
    963     if test -f $ac_srcdir/configure.gnu; then
    964       echo
    965       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    966     elif test -f $ac_srcdir/configure; then
    967       echo
    968       $SHELL $ac_srcdir/configure  --help=recursive
    969     elif test -f $ac_srcdir/configure.ac ||
    970        test -f $ac_srcdir/configure.in; then
    971       echo
    972       $ac_configure --help
    973     else
    974       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    975     fi
    976     cd $ac_popdir
     1483      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1484    fi || ac_status=$?
     1485    cd "$ac_pwd" || { ac_status=$?; break; }
    9771486  done
    9781487fi
    9791488
    980 test -n "$ac_init_help" && exit 0
     1489test -n "$ac_init_help" && exit $ac_status
    9811490if $ac_init_version; then
    9821491  cat <<\_ACEOF
    983 
    984 Copyright (C) 2003 Free Software Foundation, Inc.
     1492configure
     1493generated by GNU Autoconf 2.63
     1494
     1495Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     14962002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    9851497This configure script is free software; the Free Software Foundation
    9861498gives unlimited permission to copy, distribute and modify it.
    9871499_ACEOF
    988   exit 0
    989 fi
    990 exec 5>config.log
    991 cat >&5 <<_ACEOF
     1500  exit
     1501fi
     1502cat >config.log <<_ACEOF
    9921503This file contains any messages produced by compilers while
    9931504running configure, to aid debugging if configure makes a mistake.
    9941505
    9951506It was created by $as_me, which was
    996 generated by GNU Autoconf 2.59.  Invocation command line was
     1507generated by GNU Autoconf 2.63.  Invocation command line was
    9971508
    9981509  $ $0 $@
    9991510
    10001511_ACEOF
     1512exec 5>>config.log
    10011513{
    10021514cat <<_ASUNAME
     
    10171529/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    10181530/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    1019 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1531/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    10201532/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    10211533/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    10291541  IFS=$as_save_IFS
    10301542  test -z "$as_dir" && as_dir=.
    1031   echo "PATH: $as_dir"
     1543  $as_echo "PATH: $as_dir"
    10321544done
     1545IFS=$as_save_IFS
    10331546
    10341547} >&5
     
    10521565ac_configure_args0=
    10531566ac_configure_args1=
    1054 ac_sep=
    10551567ac_must_keep_next=false
    10561568for ac_pass in 1 2
     
    10631575    | -silent | --silent | --silen | --sile | --sil)
    10641576      continue ;;
    1065     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1066       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1577    *\'*)
     1578      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    10671579    esac
    10681580    case $ac_pass in
     
    10851597    esac
    10861598      fi
    1087       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1088       # Get rid of the leading space.
    1089       ac_sep=" "
     1599      ac_configure_args="$ac_configure_args '$ac_arg'"
    10901600      ;;
    10911601    esac
     
    10981608# config.log.  We remove comments because anyway the quotes in there
    10991609# would cause problems or look ugly.
    1100 # WARNING: Be sure not to use single quotes in there, as some shells,
    1101 # such as our DU 5.0 friend, will then `close' the trap.
     1610# WARNING: Use '\'' to represent an apostrophe within the trap.
     1611# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    11021612trap 'exit_status=$?
    11031613  # Save into config.log some information that might help in debugging.
     
    11121622    echo
    11131623    # The following way of writing the cache mishandles newlines in values,
    1114 {
     1624(
     1625  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1626    eval ac_val=\$$ac_var
     1627    case $ac_val in #(
     1628    *${as_nl}*)
     1629      case $ac_var in #(
     1630      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1631$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1632      esac
     1633      case $ac_var in #(
     1634      _ | IFS | as_nl) ;; #(
     1635      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     1636      *) $as_unset $ac_var ;;
     1637      esac ;;
     1638    esac
     1639  done
    11151640  (set) 2>&1 |
    1116     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1117     *ac_space=\ *)
     1641    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1642    *${as_nl}ac_space=\ *)
    11181643      sed -n \
    1119     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1120       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1644    "s/'\''/'\''\\\\'\'''\''/g;
     1645      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1646      ;; #(
     1647    *)
     1648      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    11211649      ;;
    1122     *)
    1123       sed -n \
    1124     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1125       ;;
    1126     esac;
    1127 }
     1650    esac |
     1651    sort
     1652)
    11281653    echo
    11291654
     
    11361661    for ac_var in $ac_subst_vars
    11371662    do
    1138       eval ac_val=$`echo $ac_var`
    1139       echo "$ac_var='"'"'$ac_val'"'"'"
     1663      eval ac_val=\$$ac_var
     1664      case $ac_val in
     1665      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1666      esac
     1667      $as_echo "$ac_var='\''$ac_val'\''"
    11401668    done | sort
    11411669    echo
     
    11431671    if test -n "$ac_subst_files"; then
    11441672      cat <<\_ASBOX
    1145 ## ------------- ##
    1146 ## Output files. ##
    1147 ## ------------- ##
     1673## ------------------- ##
     1674## File substitutions. ##
     1675## ------------------- ##
    11481676_ASBOX
    11491677      echo
    11501678      for ac_var in $ac_subst_files
    11511679      do
    1152     eval ac_val=$`echo $ac_var`
    1153     echo "$ac_var='"'"'$ac_val'"'"'"
     1680    eval ac_val=\$$ac_var
     1681    case $ac_val in
     1682    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1683    esac
     1684    $as_echo "$ac_var='\''$ac_val'\''"
    11541685      done | sort
    11551686      echo
     
    11631694_ASBOX
    11641695      echo
    1165       sed "/^$/d" confdefs.h | sort
     1696      cat confdefs.h
    11661697      echo
    11671698    fi
    11681699    test "$ac_signal" != 0 &&
    1169       echo "$as_me: caught signal $ac_signal"
    1170     echo "$as_me: exit $exit_status"
     1700      $as_echo "$as_me: caught signal $ac_signal"
     1701    $as_echo "$as_me: exit $exit_status"
    11711702  } >&5
    1172   rm -f core *.core &&
    1173   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1703  rm -f core *.core core.conftest.* &&
     1704    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    11741705    exit $exit_status
    1175      ' 0
     1706' 0
    11761707for ac_signal in 1 2 13 15; do
    11771708  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    11801711
    11811712# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1182 rm -rf conftest* confdefs.h
    1183 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1184 echo >confdefs.h
     1713rm -f -r conftest* confdefs.h
    11851714
    11861715# Predefined preprocessor variables.
     
    12121741
    12131742# Let the site file select an alternate cache file if it wants to.
    1214 # Prefer explicitly selected file to automatically selected ones.
    1215 if test -z "$CONFIG_SITE"; then
    1216   if test "x$prefix" != xNONE; then
    1217     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1218   else
    1219     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1220   fi
    1221 fi
    1222 for ac_site_file in $CONFIG_SITE; do
     1743# Prefer an explicitly selected file to automatically selected ones.
     1744ac_site_file1=NONE
     1745ac_site_file2=NONE
     1746if test -n "$CONFIG_SITE"; then
     1747  ac_site_file1=$CONFIG_SITE
     1748elif test "x$prefix" != xNONE; then
     1749  ac_site_file1=$prefix/share/config.site
     1750  ac_site_file2=$prefix/etc/config.site
     1751else
     1752  ac_site_file1=$ac_default_prefix/share/config.site
     1753  ac_site_file2=$ac_default_prefix/etc/config.site
     1754fi
     1755for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1756do
     1757  test "x$ac_site_file" = xNONE && continue
    12231758  if test -r "$ac_site_file"; then
    1224     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1225 echo "$as_me: loading site script $ac_site_file" >&6;}
     1759    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1760$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    12261761    sed 's/^/| /' "$ac_site_file" >&5
    12271762    . "$ac_site_file"
     
    12331768  # files actually), so we avoid doing that.
    12341769  if test -f "$cache_file"; then
    1235     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1236 echo "$as_me: loading cache $cache_file" >&6;}
     1770    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1771$as_echo "$as_me: loading cache $cache_file" >&6;}
    12371772    case $cache_file in
    1238       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1239       *)                      . ./$cache_file;;
     1773      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1774      *)                      . "./$cache_file";;
    12401775    esac
    12411776  fi
    12421777else
    1243   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1244 echo "$as_me: creating cache $cache_file" >&6;}
     1778  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1779$as_echo "$as_me: creating cache $cache_file" >&6;}
    12451780  >$cache_file
    12461781fi
     
    12491784# value.
    12501785ac_cache_corrupted=false
    1251 for ac_var in `(set) 2>&1 |
    1252            sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1786for ac_var in $ac_precious_vars; do
    12531787  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    12541788  eval ac_new_set=\$ac_env_${ac_var}_set
    1255   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1256   eval ac_new_val="\$ac_env_${ac_var}_value"
     1789  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1790  eval ac_new_val=\$ac_env_${ac_var}_value
    12571791  case $ac_old_set,$ac_new_set in
    12581792    set,)
    1259       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1260 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1793      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1794$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    12611795      ac_cache_corrupted=: ;;
    12621796    ,set)
    1263       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1264 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1797      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1798$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    12651799      ac_cache_corrupted=: ;;
    12661800    ,);;
    12671801    *)
    12681802      if test "x$ac_old_val" != "x$ac_new_val"; then
    1269     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1270 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1271     { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1272 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1273     { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1274 echo "$as_me:   current value: $ac_new_val" >&2;}
    1275     ac_cache_corrupted=:
     1803    # differences in whitespace do not lead to failure.
     1804    ac_old_val_w=`echo x $ac_old_val`
     1805    ac_new_val_w=`echo x $ac_new_val`
     1806    if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1807      { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1808$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1809      ac_cache_corrupted=:
     1810    else
     1811      { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1812$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1813      eval $ac_var=\$ac_old_val
     1814    fi
     1815    { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1816$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1817    { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1818$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    12761819      fi;;
    12771820  esac
     
    12791822  if test "$ac_new_set" = set; then
    12801823    case $ac_new_val in
    1281     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1282       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1824    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    12831825    *) ac_arg=$ac_var=$ac_new_val ;;
    12841826    esac
     
    12901832done
    12911833if $ac_cache_corrupted; then
    1292   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1293 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1294   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1295 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1834  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1835$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1836  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1837$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1838  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1839$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    12961840   { (exit 1); exit 1; }; }
    12971841fi
     1842
     1843
     1844
     1845
     1846
     1847
     1848
     1849
     1850
     1851
     1852
     1853
     1854
     1855
     1856
     1857
    12981858
    12991859ac_ext=c
     
    13041864
    13051865
    1306 
    1307 
    1308 
    1309 
    1310 
    1311 
    1312 
    1313 
    1314 
    1315 
    1316 
    1317 
    1318 
    1319 
    1320 
    1321 
    1322 
    1323           ac_config_headers="$ac_config_headers config.h"
     1866ac_config_headers="$ac_config_headers config.h"
    13241867
    13251868
     
    13551898fi
    13561899
    1357 # Check whether --enable-corba or --disable-corba was given.
     1900# Check whether --enable-corba was given.
    13581901if test "${enable_corba+set}" = set; then
    1359   enableval="$enable_corba"
    1360   USE_CORBA=$enableval
     1902  enableval=$enable_corba; USE_CORBA=$enableval
    13611903else
    13621904  USE_CORBA=no
    1363 fi;
     1905fi
     1906
    13641907if test $USE_CORBA = "yes" -o $USE_CORBA = "1" ; then
    13651908  USE_CORBA=1
    13661909  cat >>confdefs.h <<\_ACEOF
    1367 #define USE_CORBA
     1910#define USE_CORBA /**/
    13681911_ACEOF
    13691912
     
    13741917
    13751918
    1376 # Check whether --with-micodir or --without-micodir was given.
     1919# Check whether --with-micodir was given.
    13771920if test "${with_micodir+set}" = set; then
    1378   withval="$with_micodir"
    1379   MICO_DIR=$withval
     1921  withval=$with_micodir; MICO_DIR=$withval
    13801922else
    13811923  MICO_DIR="default"
    1382 fi;
     1924fi
     1925
    13831926cat >>confdefs.h <<_ACEOF
    13841927#define MICO_DIR "$MICO_DIR"
     
    13871930
    13881931
    1389 # Check whether --enable-z3950 or --disable-z3950 was given.
     1932# Check whether --enable-z3950 was given.
    13901933if test "${enable_z3950+set}" = set; then
    1391   enableval="$enable_z3950"
    1392   USE_Z3950=$enableval
     1934  enableval=$enable_z3950; USE_Z3950=$enableval
    13931935else
    13941936  USE_Z3950=no
    1395 fi;
     1937fi
     1938
    13961939if test $USE_Z3950 = "yes" -o $USE_Z3950 = "1" ; then
    13971940  USE_Z3950=1
    13981941  cat >>confdefs.h <<\_ACEOF
    1399 #define USE_Z3950
     1942#define USE_Z3950 /**/
    14001943_ACEOF
    14011944
     
    14051948
    14061949
    1407 # Check whether --enable-yaz or --disable-yaz was given.
     1950# Check whether --enable-yaz was given.
    14081951if test "${enable_yaz+set}" = set; then
    1409   enableval="$enable_yaz"
    1410   USE_YAZ=$enableval
     1952  enableval=$enable_yaz; USE_YAZ=$enableval
    14111953else
    14121954  USE_YAZ=yes
    1413 fi;
     1955fi
     1956
    14141957if test $USE_YAZ = "yes" -o $USE_YAZ = "1" ; then
    14151958  USE_YAZ=1
    14161959  cat >>confdefs.h <<\_ACEOF
    1417 #define USE_YAZ
     1960#define USE_YAZ /**/
    14181961_ACEOF
    14191962
     
    14231966
    14241967
    1425 # Check whether --enable-java or --disable-java was given.
     1968# Check whether --enable-java was given.
    14261969if test "${enable_java+set}" = set; then
    1427   enableval="$enable_java"
    1428   ENABLE_JAVA=$enableval
     1970  enableval=$enable_java; ENABLE_JAVA=$enableval
    14291971else
    14301972  ENABLE_JAVA=yes
    1431 fi;
     1973fi
     1974
    14321975if test $ENABLE_JAVA = "yes" -o $ENABLE_JAVA = "1" ; then
    14331976  ENABLE_JAVA=1
     
    14431986
    14441987
    1445 # Check whether --enable-wvware or --disable-wvware was given.
     1988# Check whether --enable-wvware was given.
    14461989if test "${enable_wvware+set}" = set; then
    1447   enableval="$enable_wvware"
    1448   USE_WVWARE=$enableval
     1990  enableval=$enable_wvware; USE_WVWARE=$enableval
    14491991else
    14501992  USE_WVWARE=yes
    1451 fi;
     1993fi
     1994
    14521995if test $USE_WVWARE = "yes" -o $USE_WVWARE = "1" ; then
    14531996  USE_WVWARE=1
    14541997  cat >>confdefs.h <<\_ACEOF
    1455 #define USE_WVWARE
     1998#define USE_WVWARE /**/
    14561999_ACEOF
    14572000
     
    14612004
    14622005
    1463 # Check whether --enable-jdbm or --disable-jdbm was given.
     2006# Check whether --enable-jdbm was given.
    14642007if test "${enable_jdbm+set}" = set; then
    1465   enableval="$enable_jdbm"
    1466   USE_JDBM=$enableval
     2008  enableval=$enable_jdbm; USE_JDBM=$enableval
    14672009else
    14682010  USE_JDBM=yes
    1469 fi;
     2011fi
     2012
    14702013if test $ENABLE_JAVA = "1" -a \( $USE_JDBM = "yes" -o $USE_JDBM = "1" \) ; then
    14712014  USE_JDBM=1
    14722015  cat >>confdefs.h <<\_ACEOF
    1473 #define USE_JDBM
     2016#define USE_JDBM /**/
    14742017_ACEOF
    14752018
     
    14792022
    14802023
    1481 # Check whether --enable-gdbm or --disable-gdbm was given.
     2024# Check whether --enable-gdbm was given.
    14822025if test "${enable_gdbm+set}" = set; then
    1483   enableval="$enable_gdbm"
    1484   USE_GDBM=$enableval
     2026  enableval=$enable_gdbm; USE_GDBM=$enableval
    14852027else
    14862028  USE_GDBM=yes
    1487 fi;
     2029fi
     2030
    14882031if test $USE_GDBM = "yes" -o $USE_GDBM = "1" ; then
    14892032  USE_GDBM=1
    14902033  cat >>confdefs.h <<\_ACEOF
    1491 #define USE_GDBM
     2034#define USE_GDBM /**/
    14922035_ACEOF
    14932036
     
    14972040
    14982041
    1499 # Check whether --enable-accentfold or --disable-accentfold was given.
     2042# Check whether --enable-accentfold was given.
    15002043if test "${enable_accentfold+set}" = set; then
    1501   enableval="$enable_accentfold"
    1502   ENABLE_ACCENTFOLD=$enableval
     2044  enableval=$enable_accentfold; ENABLE_ACCENTFOLD=$enableval
    15032045else
    15042046  ENABLE_ACCENTFOLD=yes
    1505 fi;
     2047fi
     2048
    15062049if test $ENABLE_ACCENTFOLD = "yes" -o $ENABLE_ACCENTFOLD = "1" ; then
    15072050  ENABLE_ACCENTFOLD=1
    15082051  cat >>confdefs.h <<\_ACEOF
    1509 #define ENABLE_ACCENTFOLD
     2052#define ENABLE_ACCENTFOLD /**/
    15102053_ACEOF
    15112054
     
    15152058
    15162059
    1517 # Check whether --enable-sqlite or --disable-sqlite was given.
     2060# Check whether --enable-sqlite was given.
    15182061if test "${enable_sqlite+set}" = set; then
    1519   enableval="$enable_sqlite"
    1520   USE_SQLITE=$enableval
     2062  enableval=$enable_sqlite; USE_SQLITE=$enableval
    15212063else
    15222064  USE_SQLITE=yes
    1523 fi;
     2065fi
     2066
    15242067if test $USE_SQLITE = "yes" -o $USE_SQLITE = "1" ; then
    15252068  USE_SQLITE=1
    15262069  cat >>confdefs.h <<\_ACEOF
    1527 #define USE_SQLITE
     2070#define USE_SQLITE /**/
    15282071_ACEOF
    15292072
     
    15492092  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    15502093set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1551 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2094{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2095$as_echo_n "checking for $ac_word... " >&6; }
    15532096if test "${ac_cv_prog_CC+set}" = set; then
    1554   echo $ECHO_N "(cached) $ECHO_C" >&6
     2097  $as_echo_n "(cached) " >&6
    15552098else
    15562099  if test -n "$CC"; then
     
    15632106  test -z "$as_dir" && as_dir=.
    15642107  for ac_exec_ext in '' $ac_executable_extensions; do
    1565   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2108  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    15662109    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1567     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2110    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    15682111    break 2
    15692112  fi
    15702113done
    15712114done
     2115IFS=$as_save_IFS
    15722116
    15732117fi
     
    15752119CC=$ac_cv_prog_CC
    15762120if test -n "$CC"; then
    1577   echo "$as_me:$LINENO: result: $CC" >&5
    1578 echo "${ECHO_T}$CC" >&6
    1579 else
    1580   echo "$as_me:$LINENO: result: no" >&5
    1581 echo "${ECHO_T}no" >&6
    1582 fi
     2121  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2122$as_echo "$CC" >&6; }
     2123else
     2124  { $as_echo "$as_me:$LINENO: result: no" >&5
     2125$as_echo "no" >&6; }
     2126fi
     2127
    15832128
    15842129fi
     
    15872132  # Extract the first word of "gcc", so it can be a program name with args.
    15882133set dummy gcc; ac_word=$2
    1589 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1590 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2134{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2135$as_echo_n "checking for $ac_word... " >&6; }
    15912136if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1592   echo $ECHO_N "(cached) $ECHO_C" >&6
     2137  $as_echo_n "(cached) " >&6
    15932138else
    15942139  if test -n "$ac_ct_CC"; then
     
    16012146  test -z "$as_dir" && as_dir=.
    16022147  for ac_exec_ext in '' $ac_executable_extensions; do
    1603   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2148  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16042149    ac_cv_prog_ac_ct_CC="gcc"
    1605     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2150    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16062151    break 2
    16072152  fi
    16082153done
    16092154done
     2155IFS=$as_save_IFS
    16102156
    16112157fi
     
    16132159ac_ct_CC=$ac_cv_prog_ac_ct_CC
    16142160if test -n "$ac_ct_CC"; then
    1615   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1616 echo "${ECHO_T}$ac_ct_CC" >&6
    1617 else
    1618   echo "$as_me:$LINENO: result: no" >&5
    1619 echo "${ECHO_T}no" >&6
    1620 fi
    1621 
    1622   CC=$ac_ct_CC
     2161  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2162$as_echo "$ac_ct_CC" >&6; }
     2163else
     2164  { $as_echo "$as_me:$LINENO: result: no" >&5
     2165$as_echo "no" >&6; }
     2166fi
     2167
     2168  if test "x$ac_ct_CC" = x; then
     2169    CC=""
     2170  else
     2171    case $cross_compiling:$ac_tool_warned in
     2172yes:)
     2173{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2174$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2175ac_tool_warned=yes ;;
     2176esac
     2177    CC=$ac_ct_CC
     2178  fi
    16232179else
    16242180  CC="$ac_cv_prog_CC"
     
    16262182
    16272183if test -z "$CC"; then
    1628   if test -n "$ac_tool_prefix"; then
    1629   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     2184          if test -n "$ac_tool_prefix"; then
     2185    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    16302186set dummy ${ac_tool_prefix}cc; ac_word=$2
    1631 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1632 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2187{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2188$as_echo_n "checking for $ac_word... " >&6; }
    16332189if test "${ac_cv_prog_CC+set}" = set; then
    1634   echo $ECHO_N "(cached) $ECHO_C" >&6
     2190  $as_echo_n "(cached) " >&6
    16352191else
    16362192  if test -n "$CC"; then
     
    16432199  test -z "$as_dir" && as_dir=.
    16442200  for ac_exec_ext in '' $ac_executable_extensions; do
    1645   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2201  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16462202    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1647     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2203    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16482204    break 2
    16492205  fi
    16502206done
    16512207done
     2208IFS=$as_save_IFS
    16522209
    16532210fi
     
    16552212CC=$ac_cv_prog_CC
    16562213if test -n "$CC"; then
    1657   echo "$as_me:$LINENO: result: $CC" >&5
    1658 echo "${ECHO_T}$CC" >&6
    1659 else
    1660   echo "$as_me:$LINENO: result: no" >&5
    1661 echo "${ECHO_T}no" >&6
    1662 fi
    1663 
    1664 fi
    1665 if test -z "$ac_cv_prog_CC"; then
    1666   ac_ct_CC=$CC
    1667   # Extract the first word of "cc", so it can be a program name with args.
    1668 set dummy cc; ac_word=$2
    1669 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1670 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1671 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1672   echo $ECHO_N "(cached) $ECHO_C" >&6
    1673 else
    1674   if test -n "$ac_ct_CC"; then
    1675   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    1676 else
    1677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1678 for as_dir in $PATH
    1679 do
    1680   IFS=$as_save_IFS
    1681   test -z "$as_dir" && as_dir=.
    1682   for ac_exec_ext in '' $ac_executable_extensions; do
    1683   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    1684     ac_cv_prog_ac_ct_CC="cc"
    1685     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1686     break 2
     2214  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2215$as_echo "$CC" >&6; }
     2216else
     2217  { $as_echo "$as_me:$LINENO: result: no" >&5
     2218$as_echo "no" >&6; }
     2219fi
     2220
     2221
    16872222  fi
    1688 done
    1689 done
    1690 
    1691 fi
    1692 fi
    1693 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    1694 if test -n "$ac_ct_CC"; then
    1695   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1696 echo "${ECHO_T}$ac_ct_CC" >&6
    1697 else
    1698   echo "$as_me:$LINENO: result: no" >&5
    1699 echo "${ECHO_T}no" >&6
    1700 fi
    1701 
    1702   CC=$ac_ct_CC
    1703 else
    1704   CC="$ac_cv_prog_CC"
    1705 fi
    1706 
    17072223fi
    17082224if test -z "$CC"; then
    17092225  # Extract the first word of "cc", so it can be a program name with args.
    17102226set dummy cc; ac_word=$2
    1711 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1712 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2227{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2228$as_echo_n "checking for $ac_word... " >&6; }
    17132229if test "${ac_cv_prog_CC+set}" = set; then
    1714   echo $ECHO_N "(cached) $ECHO_C" >&6
     2230  $as_echo_n "(cached) " >&6
    17152231else
    17162232  if test -n "$CC"; then
     
    17242240  test -z "$as_dir" && as_dir=.
    17252241  for ac_exec_ext in '' $ac_executable_extensions; do
    1726   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2242  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17272243    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    17282244       ac_prog_rejected=yes
     
    17302246     fi
    17312247    ac_cv_prog_CC="cc"
    1732     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2248    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17332249    break 2
    17342250  fi
    17352251done
    17362252done
     2253IFS=$as_save_IFS
    17372254
    17382255if test $ac_prog_rejected = yes; then
     
    17522269CC=$ac_cv_prog_CC
    17532270if test -n "$CC"; then
    1754   echo "$as_me:$LINENO: result: $CC" >&5
    1755 echo "${ECHO_T}$CC" >&6
    1756 else
    1757   echo "$as_me:$LINENO: result: no" >&5
    1758 echo "${ECHO_T}no" >&6
    1759 fi
     2271  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2272$as_echo "$CC" >&6; }
     2273else
     2274  { $as_echo "$as_me:$LINENO: result: no" >&5
     2275$as_echo "no" >&6; }
     2276fi
     2277
    17602278
    17612279fi
    17622280if test -z "$CC"; then
    17632281  if test -n "$ac_tool_prefix"; then
    1764   for ac_prog in cl
     2282  for ac_prog in cl.exe
    17652283  do
    17662284    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    17672285set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1768 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1769 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; }
    17702288if test "${ac_cv_prog_CC+set}" = set; then
    1771   echo $ECHO_N "(cached) $ECHO_C" >&6
     2289  $as_echo_n "(cached) " >&6
    17722290else
    17732291  if test -n "$CC"; then
     
    17802298  test -z "$as_dir" && as_dir=.
    17812299  for ac_exec_ext in '' $ac_executable_extensions; do
    1782   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
    17832301    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1784     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
    17852303    break 2
    17862304  fi
    17872305done
    17882306done
     2307IFS=$as_save_IFS
    17892308
    17902309fi
     
    17922311CC=$ac_cv_prog_CC
    17932312if test -n "$CC"; then
    1794   echo "$as_me:$LINENO: result: $CC" >&5
    1795 echo "${ECHO_T}$CC" >&6
    1796 else
    1797   echo "$as_me:$LINENO: result: no" >&5
    1798 echo "${ECHO_T}no" >&6
    1799 fi
     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
    18002320
    18012321    test -n "$CC" && break
     
    18042324if test -z "$CC"; then
    18052325  ac_ct_CC=$CC
    1806   for ac_prog in cl
     2326  for ac_prog in cl.exe
    18072327do
    18082328  # Extract the first word of "$ac_prog", so it can be a program name with args.
    18092329set dummy $ac_prog; ac_word=$2
    1810 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2330{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2331$as_echo_n "checking for $ac_word... " >&6; }
    18122332if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1813   echo $ECHO_N "(cached) $ECHO_C" >&6
     2333  $as_echo_n "(cached) " >&6
    18142334else
    18152335  if test -n "$ac_ct_CC"; then
     
    18222342  test -z "$as_dir" && as_dir=.
    18232343  for ac_exec_ext in '' $ac_executable_extensions; do
    1824   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2344  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18252345    ac_cv_prog_ac_ct_CC="$ac_prog"
    1826     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2346    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18272347    break 2
    18282348  fi
    18292349done
    18302350done
     2351IFS=$as_save_IFS
    18312352
    18322353fi
     
    18342355ac_ct_CC=$ac_cv_prog_ac_ct_CC
    18352356if test -n "$ac_ct_CC"; then
    1836   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1837 echo "${ECHO_T}$ac_ct_CC" >&6
    1838 else
    1839   echo "$as_me:$LINENO: result: no" >&5
    1840 echo "${ECHO_T}no" >&6
    1841 fi
     2357  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2358$as_echo "$ac_ct_CC" >&6; }
     2359else
     2360  { $as_echo "$as_me:$LINENO: result: no" >&5
     2361$as_echo "no" >&6; }
     2362fi
     2363
    18422364
    18432365  test -n "$ac_ct_CC" && break
    18442366done
    18452367
    1846   CC=$ac_ct_CC
    1847 fi
    1848 
    1849 fi
    1850 
    1851 
    1852 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2368  if test "x$ac_ct_CC" = x; then
     2369    CC=""
     2370  else
     2371    case $cross_compiling:$ac_tool_warned in
     2372yes:)
     2373{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2374$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2375ac_tool_warned=yes ;;
     2376esac
     2377    CC=$ac_ct_CC
     2378  fi
     2379fi
     2380
     2381fi
     2382
     2383
     2384test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2385$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2386{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    18532387See \`config.log' for more details." >&5
    1854 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2388$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    18552389See \`config.log' for more details." >&2;}
    1856    { (exit 1); exit 1; }; }
     2390   { (exit 1); exit 1; }; }; }
    18572391
    18582392# Provide some information about the compiler.
    1859 echo "$as_me:$LINENO:" \
    1860      "checking for C compiler version" >&5
    1861 ac_compiler=`set X $ac_compile; echo $2`
    1862 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    1863   (eval $ac_compiler --version </dev/null >&5) 2>&5
     2393$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2394set X $ac_compile
     2395ac_compiler=$2
     2396{ (ac_try="$ac_compiler --version >&5"
     2397case "(($ac_try" in
     2398  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2399  *) ac_try_echo=$ac_try;;
     2400esac
     2401eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2402$as_echo "$ac_try_echo") >&5
     2403  (eval "$ac_compiler --version >&5") 2>&5
    18642404  ac_status=$?
    1865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2405  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    18662406  (exit $ac_status); }
    1867 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    1868   (eval $ac_compiler -v </dev/null >&5) 2>&5
     2407{ (ac_try="$ac_compiler -v >&5"
     2408case "(($ac_try" in
     2409  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2410  *) ac_try_echo=$ac_try;;
     2411esac
     2412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2413$as_echo "$ac_try_echo") >&5
     2414  (eval "$ac_compiler -v >&5") 2>&5
    18692415  ac_status=$?
    1870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2416  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    18712417  (exit $ac_status); }
    1872 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    1873   (eval $ac_compiler -V </dev/null >&5) 2>&5
     2418{ (ac_try="$ac_compiler -V >&5"
     2419case "(($ac_try" in
     2420  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2421  *) ac_try_echo=$ac_try;;
     2422esac
     2423eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2424$as_echo "$ac_try_echo") >&5
     2425  (eval "$ac_compiler -V >&5") 2>&5
    18742426  ac_status=$?
    1875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2427  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    18762428  (exit $ac_status); }
    18772429
     
    18922444_ACEOF
    18932445ac_clean_files_save=$ac_clean_files
    1894 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2446ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    18952447# Try to create an executable without -o first, disregard a.out.
    18962448# It will help us diagnose broken compilers, and finding out an intuition
    18972449# of exeext.
    1898 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    1899 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
    1900 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    1901 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    1902   (eval $ac_link_default) 2>&5
     2450{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2451$as_echo_n "checking for C compiler default output file name... " >&6; }
     2452ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2453
     2454# The possible output files:
     2455ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2456
     2457ac_rmfiles=
     2458for ac_file in $ac_files
     2459do
     2460  case $ac_file in
     2461    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2462    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2463  esac
     2464done
     2465rm -f $ac_rmfiles
     2466
     2467if { (ac_try="$ac_link_default"
     2468case "(($ac_try" in
     2469  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2470  *) ac_try_echo=$ac_try;;
     2471esac
     2472eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2473$as_echo "$ac_try_echo") >&5
     2474  (eval "$ac_link_default") 2>&5
    19032475  ac_status=$?
    1904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2476  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19052477  (exit $ac_status); }; then
    1906   # Find the output, starting from the most likely.  This scheme is
    1907 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    1908 # resort.
    1909 
    1910 # Be careful to initialize this variable, since it used to be cached.
    1911 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    1912 ac_cv_exeext=
    1913 # b.out is created by i960 compilers.
    1914 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     2478  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     2479# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     2480# in a Makefile.  We should not override ac_cv_exeext if it was cached,
     2481# so that the user can short-circuit this test for compilers unknown to
     2482# Autoconf.
     2483for ac_file in $ac_files ''
    19152484do
    19162485  test -f "$ac_file" || continue
    19172486  case $ac_file in
    1918     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    1919     ;;
    1920     conftest.$ac_ext )
    1921     # This is the source file.
     2487    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    19222488    ;;
    19232489    [ab].out )
     
    19262492    break;;
    19272493    *.* )
    1928     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1929     # FIXME: I believe we export ac_cv_exeext for Libtool,
    1930     # but it would be cool to find out if it's true.  Does anybody
    1931     # maintain Libtool? --akim.
    1932     export ac_cv_exeext
     2494        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2495    then :; else
     2496       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2497    fi
     2498    # We set ac_cv_exeext here because the later test for it is not
     2499    # safe: cross compilers may not add the suffix if given an `-o'
     2500    # argument, so we may need to know it at that point already.
     2501    # Even if this section looks crufty: it has the advantage of
     2502    # actually working.
    19332503    break;;
    19342504    * )
     
    19362506  esac
    19372507done
    1938 else
    1939   echo "$as_me: failed program was:" >&5
     2508test "$ac_cv_exeext" = no && ac_cv_exeext=
     2509
     2510else
     2511  ac_file=''
     2512fi
     2513
     2514{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2515$as_echo "$ac_file" >&6; }
     2516if test -z "$ac_file"; then
     2517  $as_echo "$as_me: failed program was:" >&5
    19402518sed 's/^/| /' conftest.$ac_ext >&5
    19412519
    1942 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2520{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2521$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2522{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    19432523See \`config.log' for more details." >&5
    1944 echo "$as_me: error: C compiler cannot create executables
     2524$as_echo "$as_me: error: C compiler cannot create executables
    19452525See \`config.log' for more details." >&2;}
    1946    { (exit 77); exit 77; }; }
     2526   { (exit 77); exit 77; }; }; }
    19472527fi
    19482528
    19492529ac_exeext=$ac_cv_exeext
    1950 echo "$as_me:$LINENO: result: $ac_file" >&5
    1951 echo "${ECHO_T}$ac_file" >&6
    1952 
    1953 # Check the compiler produces executables we can run.  If not, either
     2530
     2531# Check that the compiler produces executables we can run.  If not, either
    19542532# the compiler is broken, or we cross compile.
    1955 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    1956 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     2533{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2534$as_echo_n "checking whether the C compiler works... " >&6; }
    19572535# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    19582536# If not cross compiling, check that we can run a simple program.
    19592537if test "$cross_compiling" != yes; then
    19602538  if { ac_try='./$ac_file'
    1961   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1962   (eval $ac_try) 2>&5
     2539  { (case "(($ac_try" in
     2540  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2541  *) ac_try_echo=$ac_try;;
     2542esac
     2543eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2544$as_echo "$ac_try_echo") >&5
     2545  (eval "$ac_try") 2>&5
    19632546  ac_status=$?
    1964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2547  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19652548  (exit $ac_status); }; }; then
    19662549    cross_compiling=no
     
    19692552    cross_compiling=yes
    19702553    else
    1971     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2554    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2555$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2556{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    19722557If you meant to cross compile, use \`--host'.
    19732558See \`config.log' for more details." >&5
    1974 echo "$as_me: error: cannot run C compiled programs.
     2559$as_echo "$as_me: error: cannot run C compiled programs.
    19752560If you meant to cross compile, use \`--host'.
    19762561See \`config.log' for more details." >&2;}
    1977    { (exit 1); exit 1; }; }
     2562   { (exit 1); exit 1; }; }; }
    19782563    fi
    19792564  fi
    19802565fi
    1981 echo "$as_me:$LINENO: result: yes" >&5
    1982 echo "${ECHO_T}yes" >&6
    1983 
    1984 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2566{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2567$as_echo "yes" >&6; }
     2568
     2569rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    19852570ac_clean_files=$ac_clean_files_save
    1986 # Check the compiler produces executables we can run.  If not, either
     2571# Check that the compiler produces executables we can run.  If not, either
    19872572# the compiler is broken, or we cross compile.
    1988 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    1989 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    1990 echo "$as_me:$LINENO: result: $cross_compiling" >&5
    1991 echo "${ECHO_T}$cross_compiling" >&6
    1992 
    1993 echo "$as_me:$LINENO: checking for suffix of executables" >&5
    1994 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
    1995 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    1996   (eval $ac_link) 2>&5
     2573{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2574$as_echo_n "checking whether we are cross compiling... " >&6; }
     2575{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2576$as_echo "$cross_compiling" >&6; }
     2577
     2578{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2579$as_echo_n "checking for suffix of executables... " >&6; }
     2580if { (ac_try="$ac_link"
     2581case "(($ac_try" in
     2582  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2583  *) ac_try_echo=$ac_try;;
     2584esac
     2585eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2586$as_echo "$ac_try_echo") >&5
     2587  (eval "$ac_link") 2>&5
    19972588  ac_status=$?
    1998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2589  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19992590  (exit $ac_status); }; then
    20002591  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    20052596  test -f "$ac_file" || continue
    20062597  case $ac_file in
    2007     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     2598    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    20082599    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2009       export ac_cv_exeext
    20102600      break;;
    20112601    * ) break;;
     
    20132603done
    20142604else
    2015   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2605  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2606$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2607{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    20162608See \`config.log' for more details." >&5
    2017 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2609$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    20182610See \`config.log' for more details." >&2;}
    2019    { (exit 1); exit 1; }; }
     2611   { (exit 1); exit 1; }; }; }
    20202612fi
    20212613
    20222614rm -f conftest$ac_cv_exeext
    2023 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2024 echo "${ECHO_T}$ac_cv_exeext" >&6
     2615{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2616$as_echo "$ac_cv_exeext" >&6; }
    20252617
    20262618rm -f conftest.$ac_ext
    20272619EXEEXT=$ac_cv_exeext
    20282620ac_exeext=$EXEEXT
    2029 echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2030 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2621{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2622$as_echo_n "checking for suffix of object files... " >&6; }
    20312623if test "${ac_cv_objext+set}" = set; then
    2032   echo $ECHO_N "(cached) $ECHO_C" >&6
     2624  $as_echo_n "(cached) " >&6
    20332625else
    20342626  cat >conftest.$ac_ext <<_ACEOF
     
    20482640_ACEOF
    20492641rm -f conftest.o conftest.obj
    2050 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2051   (eval $ac_compile) 2>&5
     2642if { (ac_try="$ac_compile"
     2643case "(($ac_try" in
     2644  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2645  *) ac_try_echo=$ac_try;;
     2646esac
     2647eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2648$as_echo "$ac_try_echo") >&5
     2649  (eval "$ac_compile") 2>&5
    20522650  ac_status=$?
    2053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2651  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20542652  (exit $ac_status); }; then
    2055   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     2653  for ac_file in conftest.o conftest.obj conftest.*; do
     2654  test -f "$ac_file" || continue;
    20562655  case $ac_file in
    2057     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     2656    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    20582657    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    20592658       break;;
     
    20612660done
    20622661else
    2063   echo "$as_me: failed program was:" >&5
     2662  $as_echo "$as_me: failed program was:" >&5
    20642663sed 's/^/| /' conftest.$ac_ext >&5
    20652664
    2066 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2665{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2666$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2667{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    20672668See \`config.log' for more details." >&5
    2068 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2669$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    20692670See \`config.log' for more details." >&2;}
    2070    { (exit 1); exit 1; }; }
     2671   { (exit 1); exit 1; }; }; }
    20712672fi
    20722673
    20732674rm -f conftest.$ac_cv_objext conftest.$ac_ext
    20742675fi
    2075 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2076 echo "${ECHO_T}$ac_cv_objext" >&6
     2676{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2677$as_echo "$ac_cv_objext" >&6; }
    20772678OBJEXT=$ac_cv_objext
    20782679ac_objext=$OBJEXT
    2079 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2080 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2680{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2681$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    20812682if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2082   echo $ECHO_N "(cached) $ECHO_C" >&6
     2683  $as_echo_n "(cached) " >&6
    20832684else
    20842685  cat >conftest.$ac_ext <<_ACEOF
     
    21012702_ACEOF
    21022703rm -f conftest.$ac_objext
    2103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2104   (eval $ac_compile) 2>conftest.er1
     2704if { (ac_try="$ac_compile"
     2705case "(($ac_try" in
     2706  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2707  *) ac_try_echo=$ac_try;;
     2708esac
     2709eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2710$as_echo "$ac_try_echo") >&5
     2711  (eval "$ac_compile") 2>conftest.er1
    21052712  ac_status=$?
    21062713  grep -v '^ *+' conftest.er1 >conftest.err
    21072714  rm -f conftest.er1
    21082715  cat conftest.err >&5
    2109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2110   (exit $ac_status); } &&
    2111      { ac_try='test -z "$ac_c_werror_flag"
    2112              || test ! -s conftest.err'
    2113   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2114   (eval $ac_try) 2>&5
    2115   ac_status=$?
    2116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2117   (exit $ac_status); }; } &&
    2118      { ac_try='test -s conftest.$ac_objext'
    2119   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2120   (eval $ac_try) 2>&5
    2121   ac_status=$?
    2122   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2123   (exit $ac_status); }; }; then
     2716  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2717  (exit $ac_status); } && {
     2718     test -z "$ac_c_werror_flag" ||
     2719     test ! -s conftest.err
     2720       } && test -s conftest.$ac_objext; then
    21242721  ac_compiler_gnu=yes
    21252722else
    2126   echo "$as_me: failed program was:" >&5
     2723  $as_echo "$as_me: failed program was:" >&5
    21272724sed 's/^/| /' conftest.$ac_ext >&5
    21282725
    2129 ac_compiler_gnu=no
    2130 fi
    2131 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2726    ac_compiler_gnu=no
     2727fi
     2728
     2729rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    21322730ac_cv_c_compiler_gnu=$ac_compiler_gnu
    21332731
    21342732fi
    2135 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2136 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    2137 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2733{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2734$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2735if test $ac_compiler_gnu = yes; then
     2736  GCC=yes
     2737else
     2738  GCC=
     2739fi
    21382740ac_test_CFLAGS=${CFLAGS+set}
    21392741ac_save_CFLAGS=$CFLAGS
    2140 CFLAGS="-g"
    2141 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2142 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2742{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2743$as_echo_n "checking whether $CC accepts -g... " >&6; }
    21432744if test "${ac_cv_prog_cc_g+set}" = set; then
    2144   echo $ECHO_N "(cached) $ECHO_C" >&6
    2145 else
    2146   cat >conftest.$ac_ext <<_ACEOF
     2745  $as_echo_n "(cached) " >&6
     2746else
     2747  ac_save_c_werror_flag=$ac_c_werror_flag
     2748   ac_c_werror_flag=yes
     2749   ac_cv_prog_cc_g=no
     2750   CFLAGS="-g"
     2751   cat >conftest.$ac_ext <<_ACEOF
    21472752/* confdefs.h.  */
    21482753_ACEOF
     
    21602765_ACEOF
    21612766rm -f conftest.$ac_objext
    2162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2163   (eval $ac_compile) 2>conftest.er1
     2767if { (ac_try="$ac_compile"
     2768case "(($ac_try" in
     2769  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2770  *) ac_try_echo=$ac_try;;
     2771esac
     2772eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2773$as_echo "$ac_try_echo") >&5
     2774  (eval "$ac_compile") 2>conftest.er1
    21642775  ac_status=$?
    21652776  grep -v '^ *+' conftest.er1 >conftest.err
    21662777  rm -f conftest.er1
    21672778  cat conftest.err >&5
    2168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2169   (exit $ac_status); } &&
    2170      { ac_try='test -z "$ac_c_werror_flag"
    2171              || test ! -s conftest.err'
    2172   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2173   (eval $ac_try) 2>&5
     2779  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2780  (exit $ac_status); } && {
     2781     test -z "$ac_c_werror_flag" ||
     2782     test ! -s conftest.err
     2783       } && test -s conftest.$ac_objext; then
     2784  ac_cv_prog_cc_g=yes
     2785else
     2786  $as_echo "$as_me: failed program was:" >&5
     2787sed 's/^/| /' conftest.$ac_ext >&5
     2788
     2789    CFLAGS=""
     2790      cat >conftest.$ac_ext <<_ACEOF
     2791/* confdefs.h.  */
     2792_ACEOF
     2793cat confdefs.h >>conftest.$ac_ext
     2794cat >>conftest.$ac_ext <<_ACEOF
     2795/* end confdefs.h.  */
     2796
     2797int
     2798main ()
     2799{
     2800
     2801  ;
     2802  return 0;
     2803}
     2804_ACEOF
     2805rm -f conftest.$ac_objext
     2806if { (ac_try="$ac_compile"
     2807case "(($ac_try" in
     2808  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2809  *) ac_try_echo=$ac_try;;
     2810esac
     2811eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2812$as_echo "$ac_try_echo") >&5
     2813  (eval "$ac_compile") 2>conftest.er1
    21742814  ac_status=$?
    2175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2176   (exit $ac_status); }; } &&
    2177      { ac_try='test -s conftest.$ac_objext'
    2178   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2179   (eval $ac_try) 2>&5
     2815  grep -v '^ *+' conftest.er1 >conftest.err
     2816  rm -f conftest.er1
     2817  cat conftest.err >&5
     2818  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2819  (exit $ac_status); } && {
     2820     test -z "$ac_c_werror_flag" ||
     2821     test ! -s conftest.err
     2822       } && test -s conftest.$ac_objext; then
     2823  :
     2824else
     2825  $as_echo "$as_me: failed program was:" >&5
     2826sed 's/^/| /' conftest.$ac_ext >&5
     2827
     2828    ac_c_werror_flag=$ac_save_c_werror_flag
     2829     CFLAGS="-g"
     2830     cat >conftest.$ac_ext <<_ACEOF
     2831/* confdefs.h.  */
     2832_ACEOF
     2833cat confdefs.h >>conftest.$ac_ext
     2834cat >>conftest.$ac_ext <<_ACEOF
     2835/* end confdefs.h.  */
     2836
     2837int
     2838main ()
     2839{
     2840
     2841  ;
     2842  return 0;
     2843}
     2844_ACEOF
     2845rm -f conftest.$ac_objext
     2846if { (ac_try="$ac_compile"
     2847case "(($ac_try" in
     2848  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2849  *) ac_try_echo=$ac_try;;
     2850esac
     2851eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2852$as_echo "$ac_try_echo") >&5
     2853  (eval "$ac_compile") 2>conftest.er1
    21802854  ac_status=$?
    2181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2182   (exit $ac_status); }; }; then
     2855  grep -v '^ *+' conftest.er1 >conftest.err
     2856  rm -f conftest.er1
     2857  cat conftest.err >&5
     2858  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2859  (exit $ac_status); } && {
     2860     test -z "$ac_c_werror_flag" ||
     2861     test ! -s conftest.err
     2862       } && test -s conftest.$ac_objext; then
    21832863  ac_cv_prog_cc_g=yes
    21842864else
    2185   echo "$as_me: failed program was:" >&5
     2865  $as_echo "$as_me: failed program was:" >&5
    21862866sed 's/^/| /' conftest.$ac_ext >&5
    21872867
    2188 ac_cv_prog_cc_g=no
    2189 fi
    2190 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2191 fi
    2192 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2193 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
     2868
     2869fi
     2870
     2871rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2872fi
     2873
     2874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2875fi
     2876
     2877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2878   ac_c_werror_flag=$ac_save_c_werror_flag
     2879fi
     2880{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2881$as_echo "$ac_cv_prog_cc_g" >&6; }
    21942882if test "$ac_test_CFLAGS" = set; then
    21952883  CFLAGS=$ac_save_CFLAGS
     
    22072895  fi
    22082896fi
    2209 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
    2210 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    2211 if test "${ac_cv_prog_cc_stdc+set}" = set; then
    2212   echo $ECHO_N "(cached) $ECHO_C" >&6
    2213 else
    2214   ac_cv_prog_cc_stdc=no
     2897{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2898$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2899if test "${ac_cv_prog_cc_c89+set}" = set; then
     2900  $as_echo_n "(cached) " >&6
     2901else
     2902  ac_cv_prog_cc_c89=no
    22152903ac_save_CC=$CC
    22162904cat >conftest.$ac_ext <<_ACEOF
     
    22462934   function prototypes and stuff, but not '\xHH' hex character constants.
    22472935   These don't provoke an error unfortunately, instead are silently treated
    2248    as 'x'.  The following induces an error, until -std1 is added to get
     2936   as 'x'.  The following induces an error, until -std is added to get
    22492937   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    22502938   array size at least.  It's necessary to write '\x00'==0 to get something
    2251    that's true only with -std1.  */
     2939   that's true only with -std.  */
    22522940int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     2941
     2942/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
     2943   inside strings and character constants.  */
     2944#define FOO(x) 'x'
     2945int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    22532946
    22542947int test (int i, double x);
     
    22662959}
    22672960_ACEOF
    2268 # Don't try gcc -ansi; that turns off useful extensions and
    2269 # breaks some systems' header files.
    2270 # AIX           -qlanglvl=ansi
    2271 # Ultrix and OSF/1  -std1
    2272 # HP-UX 10.20 and later -Ae
    2273 # HP-UX older versions  -Aa -D_HPUX_SOURCE
    2274 # SVR4          -Xc -D__EXTENSIONS__
    2275 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     2961for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
     2962    -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    22762963do
    22772964  CC="$ac_save_CC $ac_arg"
    22782965  rm -f conftest.$ac_objext
    2279 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2280   (eval $ac_compile) 2>conftest.er1
     2966if { (ac_try="$ac_compile"
     2967case "(($ac_try" in
     2968  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2969  *) ac_try_echo=$ac_try;;
     2970esac
     2971eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2972$as_echo "$ac_try_echo") >&5
     2973  (eval "$ac_compile") 2>conftest.er1
    22812974  ac_status=$?
    22822975  grep -v '^ *+' conftest.er1 >conftest.err
    22832976  rm -f conftest.er1
    22842977  cat conftest.err >&5
    2285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2286   (exit $ac_status); } &&
    2287      { ac_try='test -z "$ac_c_werror_flag"
    2288              || test ! -s conftest.err'
    2289   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2290   (eval $ac_try) 2>&5
    2291   ac_status=$?
    2292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2293   (exit $ac_status); }; } &&
    2294      { ac_try='test -s conftest.$ac_objext'
    2295   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2296   (eval $ac_try) 2>&5
    2297   ac_status=$?
    2298   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2299   (exit $ac_status); }; }; then
    2300   ac_cv_prog_cc_stdc=$ac_arg
    2301 break
    2302 else
    2303   echo "$as_me: failed program was:" >&5
     2978  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2979  (exit $ac_status); } && {
     2980     test -z "$ac_c_werror_flag" ||
     2981     test ! -s conftest.err
     2982       } && test -s conftest.$ac_objext; then
     2983  ac_cv_prog_cc_c89=$ac_arg
     2984else
     2985  $as_echo "$as_me: failed program was:" >&5
    23042986sed 's/^/| /' conftest.$ac_ext >&5
    23052987
    2306 fi
    2307 rm -f conftest.err conftest.$ac_objext
     2988
     2989fi
     2990
     2991rm -f core conftest.err conftest.$ac_objext
     2992  test "x$ac_cv_prog_cc_c89" != "xno" && break
    23082993done
    2309 rm -f conftest.$ac_ext conftest.$ac_objext
     2994rm -f conftest.$ac_ext
    23102995CC=$ac_save_CC
    23112996
    23122997fi
    2313 
    2314 case "x$ac_cv_prog_cc_stdc" in
    2315   x|xno)
    2316     echo "$as_me:$LINENO: result: none needed" >&5
    2317 echo "${ECHO_T}none needed" >&6 ;;
     2998# AC_CACHE_VAL
     2999case "x$ac_cv_prog_cc_c89" in
     3000  x)
     3001    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3002$as_echo "none needed" >&6; } ;;
     3003  xno)
     3004    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3005$as_echo "unsupported" >&6; } ;;
    23183006  *)
    2319     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    2320 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    2321     CC="$CC $ac_cv_prog_cc_stdc" ;;
    2322 esac
    2323 
    2324 # Some people use a C++ compiler to compile C.  Since we use `exit',
    2325 # in C++ we need to declare it.  In case someone uses the same compiler
    2326 # for both compiling C and C++ we need to have the C++ compiler decide
    2327 # the declaration of exit, since it's the most demanding environment.
    2328 cat >conftest.$ac_ext <<_ACEOF
    2329 #ifndef __cplusplus
    2330   choke me
    2331 #endif
    2332 _ACEOF
    2333 rm -f conftest.$ac_objext
    2334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2335   (eval $ac_compile) 2>conftest.er1
    2336   ac_status=$?
    2337   grep -v '^ *+' conftest.er1 >conftest.err
    2338   rm -f conftest.er1
    2339   cat conftest.err >&5
    2340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2341   (exit $ac_status); } &&
    2342      { ac_try='test -z "$ac_c_werror_flag"
    2343              || test ! -s conftest.err'
    2344   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2345   (eval $ac_try) 2>&5
    2346   ac_status=$?
    2347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2348   (exit $ac_status); }; } &&
    2349      { ac_try='test -s conftest.$ac_objext'
    2350   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2351   (eval $ac_try) 2>&5
    2352   ac_status=$?
    2353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2354   (exit $ac_status); }; }; then
    2355   for ac_declaration in \
    2356    '' \
    2357    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2358    'extern "C" void std::exit (int); using std::exit;' \
    2359    'extern "C" void exit (int) throw ();' \
    2360    'extern "C" void exit (int);' \
    2361    'void exit (int);'
    2362 do
    2363   cat >conftest.$ac_ext <<_ACEOF
    2364 /* confdefs.h.  */
    2365 _ACEOF
    2366 cat confdefs.h >>conftest.$ac_ext
    2367 cat >>conftest.$ac_ext <<_ACEOF
    2368 /* end confdefs.h.  */
    2369 $ac_declaration
    2370 #include <stdlib.h>
    2371 int
    2372 main ()
    2373 {
    2374 exit (42);
    2375   ;
    2376   return 0;
    2377 }
    2378 _ACEOF
    2379 rm -f conftest.$ac_objext
    2380 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2381   (eval $ac_compile) 2>conftest.er1
    2382   ac_status=$?
    2383   grep -v '^ *+' conftest.er1 >conftest.err
    2384   rm -f conftest.er1
    2385   cat conftest.err >&5
    2386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2387   (exit $ac_status); } &&
    2388      { ac_try='test -z "$ac_c_werror_flag"
    2389              || test ! -s conftest.err'
    2390   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2391   (eval $ac_try) 2>&5
    2392   ac_status=$?
    2393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2394   (exit $ac_status); }; } &&
    2395      { ac_try='test -s conftest.$ac_objext'
    2396   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2397   (eval $ac_try) 2>&5
    2398   ac_status=$?
    2399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2400   (exit $ac_status); }; }; then
    2401   :
    2402 else
    2403   echo "$as_me: failed program was:" >&5
    2404 sed 's/^/| /' conftest.$ac_ext >&5
    2405 
    2406 continue
    2407 fi
    2408 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2409   cat >conftest.$ac_ext <<_ACEOF
    2410 /* confdefs.h.  */
    2411 _ACEOF
    2412 cat confdefs.h >>conftest.$ac_ext
    2413 cat >>conftest.$ac_ext <<_ACEOF
    2414 /* end confdefs.h.  */
    2415 $ac_declaration
    2416 int
    2417 main ()
    2418 {
    2419 exit (42);
    2420   ;
    2421   return 0;
    2422 }
    2423 _ACEOF
    2424 rm -f conftest.$ac_objext
    2425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2426   (eval $ac_compile) 2>conftest.er1
    2427   ac_status=$?
    2428   grep -v '^ *+' conftest.er1 >conftest.err
    2429   rm -f conftest.er1
    2430   cat conftest.err >&5
    2431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2432   (exit $ac_status); } &&
    2433      { ac_try='test -z "$ac_c_werror_flag"
    2434              || test ! -s conftest.err'
    2435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2436   (eval $ac_try) 2>&5
    2437   ac_status=$?
    2438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2439   (exit $ac_status); }; } &&
    2440      { ac_try='test -s conftest.$ac_objext'
    2441   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2442   (eval $ac_try) 2>&5
    2443   ac_status=$?
    2444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2445   (exit $ac_status); }; }; then
    2446   break
    2447 else
    2448   echo "$as_me: failed program was:" >&5
    2449 sed 's/^/| /' conftest.$ac_ext >&5
    2450 
    2451 fi
    2452 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2453 done
    2454 rm -f conftest*
    2455 if test -n "$ac_declaration"; then
    2456   echo '#ifdef __cplusplus' >>confdefs.h
    2457   echo $ac_declaration      >>confdefs.h
    2458   echo '#endif'             >>confdefs.h
    2459 fi
    2460 
    2461 else
    2462   echo "$as_me: failed program was:" >&5
    2463 sed 's/^/| /' conftest.$ac_ext >&5
    2464 
    2465 fi
    2466 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3007    CC="$CC $ac_cv_prog_cc_c89"
     3008    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3009$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3010esac
     3011
     3012
    24673013ac_ext=c
    24683014ac_cpp='$CPP $CPPFLAGS'
     
    24713017ac_compiler_gnu=$ac_cv_c_compiler_gnu
    24723018
    2473 ac_ext=cc
     3019ac_ext=cpp
    24743020ac_cpp='$CXXCPP $CPPFLAGS'
    24753021ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    24763022ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    24773023ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    2478 if test -n "$ac_tool_prefix"; then
    2479   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3024if test -z "$CXX"; then
     3025  if test -n "$CCC"; then
     3026    CXX=$CCC
     3027  else
     3028    if test -n "$ac_tool_prefix"; then
     3029  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    24803030  do
    24813031    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    24823032set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2483 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3033{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3034$as_echo_n "checking for $ac_word... " >&6; }
    24853035if test "${ac_cv_prog_CXX+set}" = set; then
    2486   echo $ECHO_N "(cached) $ECHO_C" >&6
     3036  $as_echo_n "(cached) " >&6
    24873037else
    24883038  if test -n "$CXX"; then
     
    24953045  test -z "$as_dir" && as_dir=.
    24963046  for ac_exec_ext in '' $ac_executable_extensions; do
    2497   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3047  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24983048    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    2499     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3049    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25003050    break 2
    25013051  fi
    25023052done
    25033053done
     3054IFS=$as_save_IFS
    25043055
    25053056fi
     
    25073058CXX=$ac_cv_prog_CXX
    25083059if test -n "$CXX"; then
    2509   echo "$as_me:$LINENO: result: $CXX" >&5
    2510 echo "${ECHO_T}$CXX" >&6
    2511 else
    2512   echo "$as_me:$LINENO: result: no" >&5
    2513 echo "${ECHO_T}no" >&6
    2514 fi
     3060  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3061$as_echo "$CXX" >&6; }
     3062else
     3063  { $as_echo "$as_me:$LINENO: result: no" >&5
     3064$as_echo "no" >&6; }
     3065fi
     3066
    25153067
    25163068    test -n "$CXX" && break
     
    25193071if test -z "$CXX"; then
    25203072  ac_ct_CXX=$CXX
    2521   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3073  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    25223074do
    25233075  # Extract the first word of "$ac_prog", so it can be a program name with args.
    25243076set dummy $ac_prog; ac_word=$2
    2525 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2526 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3077{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3078$as_echo_n "checking for $ac_word... " >&6; }
    25273079if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    2528   echo $ECHO_N "(cached) $ECHO_C" >&6
     3080  $as_echo_n "(cached) " >&6
    25293081else
    25303082  if test -n "$ac_ct_CXX"; then
     
    25373089  test -z "$as_dir" && as_dir=.
    25383090  for ac_exec_ext in '' $ac_executable_extensions; do
    2539   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3091  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25403092    ac_cv_prog_ac_ct_CXX="$ac_prog"
    2541     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3093    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25423094    break 2
    25433095  fi
    25443096done
    25453097done
     3098IFS=$as_save_IFS
    25463099
    25473100fi
     
    25493102ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    25503103if test -n "$ac_ct_CXX"; then
    2551   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    2552 echo "${ECHO_T}$ac_ct_CXX" >&6
    2553 else
    2554   echo "$as_me:$LINENO: result: no" >&5
    2555 echo "${ECHO_T}no" >&6
    2556 fi
     3104  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3105$as_echo "$ac_ct_CXX" >&6; }
     3106else
     3107  { $as_echo "$as_me:$LINENO: result: no" >&5
     3108$as_echo "no" >&6; }
     3109fi
     3110
    25573111
    25583112  test -n "$ac_ct_CXX" && break
    25593113done
    2560 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
    2561 
    2562   CXX=$ac_ct_CXX
    2563 fi
    2564 
    2565 
     3114
     3115  if test "x$ac_ct_CXX" = x; then
     3116    CXX="g++"
     3117  else
     3118    case $cross_compiling:$ac_tool_warned in
     3119yes:)
     3120{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3121$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3122ac_tool_warned=yes ;;
     3123esac
     3124    CXX=$ac_ct_CXX
     3125  fi
     3126fi
     3127
     3128  fi
     3129fi
    25663130# Provide some information about the compiler.
    2567 echo "$as_me:$LINENO:" \
    2568      "checking for C++ compiler version" >&5
    2569 ac_compiler=`set X $ac_compile; echo $2`
    2570 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    2571   (eval $ac_compiler --version </dev/null >&5) 2>&5
     3131$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3132set X $ac_compile
     3133ac_compiler=$2
     3134{ (ac_try="$ac_compiler --version >&5"
     3135case "(($ac_try" in
     3136  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3137  *) ac_try_echo=$ac_try;;
     3138esac
     3139eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3140$as_echo "$ac_try_echo") >&5
     3141  (eval "$ac_compiler --version >&5") 2>&5
    25723142  ac_status=$?
    2573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3143  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25743144  (exit $ac_status); }
    2575 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    2576   (eval $ac_compiler -v </dev/null >&5) 2>&5
     3145{ (ac_try="$ac_compiler -v >&5"
     3146case "(($ac_try" in
     3147  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3148  *) ac_try_echo=$ac_try;;
     3149esac
     3150eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3151$as_echo "$ac_try_echo") >&5
     3152  (eval "$ac_compiler -v >&5") 2>&5
    25773153  ac_status=$?
    2578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3154  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25793155  (exit $ac_status); }
    2580 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    2581   (eval $ac_compiler -V </dev/null >&5) 2>&5
     3156{ (ac_try="$ac_compiler -V >&5"
     3157case "(($ac_try" in
     3158  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3159  *) ac_try_echo=$ac_try;;
     3160esac
     3161eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3162$as_echo "$ac_try_echo") >&5
     3163  (eval "$ac_compiler -V >&5") 2>&5
    25823164  ac_status=$?
    2583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3165  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25843166  (exit $ac_status); }
    25853167
    2586 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    2587 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
     3168{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3169$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    25883170if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    2589   echo $ECHO_N "(cached) $ECHO_C" >&6
     3171  $as_echo_n "(cached) " >&6
    25903172else
    25913173  cat >conftest.$ac_ext <<_ACEOF
     
    26083190_ACEOF
    26093191rm -f conftest.$ac_objext
    2610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2611   (eval $ac_compile) 2>conftest.er1
     3192if { (ac_try="$ac_compile"
     3193case "(($ac_try" in
     3194  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3195  *) ac_try_echo=$ac_try;;
     3196esac
     3197eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3198$as_echo "$ac_try_echo") >&5
     3199  (eval "$ac_compile") 2>conftest.er1
    26123200  ac_status=$?
    26133201  grep -v '^ *+' conftest.er1 >conftest.err
    26143202  rm -f conftest.er1
    26153203  cat conftest.err >&5
    2616   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2617   (exit $ac_status); } &&
    2618      { ac_try='test -z "$ac_cxx_werror_flag"
    2619              || test ! -s conftest.err'
    2620   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2621   (eval $ac_try) 2>&5
    2622   ac_status=$?
    2623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2624   (exit $ac_status); }; } &&
    2625      { ac_try='test -s conftest.$ac_objext'
    2626   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2627   (eval $ac_try) 2>&5
    2628   ac_status=$?
    2629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2630   (exit $ac_status); }; }; then
     3204  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3205  (exit $ac_status); } && {
     3206     test -z "$ac_cxx_werror_flag" ||
     3207     test ! -s conftest.err
     3208       } && test -s conftest.$ac_objext; then
    26313209  ac_compiler_gnu=yes
    26323210else
    2633   echo "$as_me: failed program was:" >&5
     3211  $as_echo "$as_me: failed program was:" >&5
    26343212sed 's/^/| /' conftest.$ac_ext >&5
    26353213
    2636 ac_compiler_gnu=no
    2637 fi
    2638 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3214    ac_compiler_gnu=no
     3215fi
     3216
     3217rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    26393218ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    26403219
    26413220fi
    2642 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    2643 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
    2644 GXX=`test $ac_compiler_gnu = yes && echo yes`
     3221{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3222$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     3223if test $ac_compiler_gnu = yes; then
     3224  GXX=yes
     3225else
     3226  GXX=
     3227fi
    26453228ac_test_CXXFLAGS=${CXXFLAGS+set}
    26463229ac_save_CXXFLAGS=$CXXFLAGS
    2647 CXXFLAGS="-g"
    2648 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    2649 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
     3230{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3231$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    26503232if test "${ac_cv_prog_cxx_g+set}" = set; then
    2651   echo $ECHO_N "(cached) $ECHO_C" >&6
    2652 else
    2653   cat >conftest.$ac_ext <<_ACEOF
     3233  $as_echo_n "(cached) " >&6
     3234else
     3235  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     3236   ac_cxx_werror_flag=yes
     3237   ac_cv_prog_cxx_g=no
     3238   CXXFLAGS="-g"
     3239   cat >conftest.$ac_ext <<_ACEOF
    26543240/* confdefs.h.  */
    26553241_ACEOF
     
    26673253_ACEOF
    26683254rm -f conftest.$ac_objext
    2669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2670   (eval $ac_compile) 2>conftest.er1
     3255if { (ac_try="$ac_compile"
     3256case "(($ac_try" in
     3257  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3258  *) ac_try_echo=$ac_try;;
     3259esac
     3260eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3261$as_echo "$ac_try_echo") >&5
     3262  (eval "$ac_compile") 2>conftest.er1
    26713263  ac_status=$?
    26723264  grep -v '^ *+' conftest.er1 >conftest.err
    26733265  rm -f conftest.er1
    26743266  cat conftest.err >&5
    2675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2676   (exit $ac_status); } &&
    2677      { ac_try='test -z "$ac_cxx_werror_flag"
    2678              || test ! -s conftest.err'
    2679   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2680   (eval $ac_try) 2>&5
     3267  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3268  (exit $ac_status); } && {
     3269     test -z "$ac_cxx_werror_flag" ||
     3270     test ! -s conftest.err
     3271       } && test -s conftest.$ac_objext; then
     3272  ac_cv_prog_cxx_g=yes
     3273else
     3274  $as_echo "$as_me: failed program was:" >&5
     3275sed 's/^/| /' conftest.$ac_ext >&5
     3276
     3277    CXXFLAGS=""
     3278      cat >conftest.$ac_ext <<_ACEOF
     3279/* confdefs.h.  */
     3280_ACEOF
     3281cat confdefs.h >>conftest.$ac_ext
     3282cat >>conftest.$ac_ext <<_ACEOF
     3283/* end confdefs.h.  */
     3284
     3285int
     3286main ()
     3287{
     3288
     3289  ;
     3290  return 0;
     3291}
     3292_ACEOF
     3293rm -f conftest.$ac_objext
     3294if { (ac_try="$ac_compile"
     3295case "(($ac_try" in
     3296  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3297  *) ac_try_echo=$ac_try;;
     3298esac
     3299eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3300$as_echo "$ac_try_echo") >&5
     3301  (eval "$ac_compile") 2>conftest.er1
    26813302  ac_status=$?
    2682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2683   (exit $ac_status); }; } &&
    2684      { ac_try='test -s conftest.$ac_objext'
    2685   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2686   (eval $ac_try) 2>&5
     3303  grep -v '^ *+' conftest.er1 >conftest.err
     3304  rm -f conftest.er1
     3305  cat conftest.err >&5
     3306  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3307  (exit $ac_status); } && {
     3308     test -z "$ac_cxx_werror_flag" ||
     3309     test ! -s conftest.err
     3310       } && test -s conftest.$ac_objext; then
     3311  :
     3312else
     3313  $as_echo "$as_me: failed program was:" >&5
     3314sed 's/^/| /' conftest.$ac_ext >&5
     3315
     3316    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3317     CXXFLAGS="-g"
     3318     cat >conftest.$ac_ext <<_ACEOF
     3319/* confdefs.h.  */
     3320_ACEOF
     3321cat confdefs.h >>conftest.$ac_ext
     3322cat >>conftest.$ac_ext <<_ACEOF
     3323/* end confdefs.h.  */
     3324
     3325int
     3326main ()
     3327{
     3328
     3329  ;
     3330  return 0;
     3331}
     3332_ACEOF
     3333rm -f conftest.$ac_objext
     3334if { (ac_try="$ac_compile"
     3335case "(($ac_try" in
     3336  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3337  *) ac_try_echo=$ac_try;;
     3338esac
     3339eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3340$as_echo "$ac_try_echo") >&5
     3341  (eval "$ac_compile") 2>conftest.er1
    26873342  ac_status=$?
    2688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2689   (exit $ac_status); }; }; then
     3343  grep -v '^ *+' conftest.er1 >conftest.err
     3344  rm -f conftest.er1
     3345  cat conftest.err >&5
     3346  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3347  (exit $ac_status); } && {
     3348     test -z "$ac_cxx_werror_flag" ||
     3349     test ! -s conftest.err
     3350       } && test -s conftest.$ac_objext; then
    26903351  ac_cv_prog_cxx_g=yes
    26913352else
    2692   echo "$as_me: failed program was:" >&5
     3353  $as_echo "$as_me: failed program was:" >&5
    26933354sed 's/^/| /' conftest.$ac_ext >&5
    26943355
    2695 ac_cv_prog_cxx_g=no
    2696 fi
    2697 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2698 fi
    2699 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    2700 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
     3356
     3357fi
     3358
     3359rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3360fi
     3361
     3362rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3363fi
     3364
     3365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3366   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3367fi
     3368{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3369$as_echo "$ac_cv_prog_cxx_g" >&6; }
    27013370if test "$ac_test_CXXFLAGS" = set; then
    27023371  CXXFLAGS=$ac_save_CXXFLAGS
     
    27143383  fi
    27153384fi
    2716 for ac_declaration in \
    2717    '' \
    2718    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2719    'extern "C" void std::exit (int); using std::exit;' \
    2720    'extern "C" void exit (int) throw ();' \
    2721    'extern "C" void exit (int);' \
    2722    'void exit (int);'
    2723 do
    2724   cat >conftest.$ac_ext <<_ACEOF
    2725 /* confdefs.h.  */
    2726 _ACEOF
    2727 cat confdefs.h >>conftest.$ac_ext
    2728 cat >>conftest.$ac_ext <<_ACEOF
    2729 /* end confdefs.h.  */
    2730 $ac_declaration
    2731 #include <stdlib.h>
    2732 int
    2733 main ()
    2734 {
    2735 exit (42);
    2736   ;
    2737   return 0;
    2738 }
    2739 _ACEOF
    2740 rm -f conftest.$ac_objext
    2741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2742   (eval $ac_compile) 2>conftest.er1
    2743   ac_status=$?
    2744   grep -v '^ *+' conftest.er1 >conftest.err
    2745   rm -f conftest.er1
    2746   cat conftest.err >&5
    2747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2748   (exit $ac_status); } &&
    2749      { ac_try='test -z "$ac_cxx_werror_flag"
    2750              || test ! -s conftest.err'
    2751   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2752   (eval $ac_try) 2>&5
    2753   ac_status=$?
    2754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2755   (exit $ac_status); }; } &&
    2756      { ac_try='test -s conftest.$ac_objext'
    2757   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2758   (eval $ac_try) 2>&5
    2759   ac_status=$?
    2760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2761   (exit $ac_status); }; }; then
    2762   :
    2763 else
    2764   echo "$as_me: failed program was:" >&5
    2765 sed 's/^/| /' conftest.$ac_ext >&5
    2766 
    2767 continue
    2768 fi
    2769 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2770   cat >conftest.$ac_ext <<_ACEOF
    2771 /* confdefs.h.  */
    2772 _ACEOF
    2773 cat confdefs.h >>conftest.$ac_ext
    2774 cat >>conftest.$ac_ext <<_ACEOF
    2775 /* end confdefs.h.  */
    2776 $ac_declaration
    2777 int
    2778 main ()
    2779 {
    2780 exit (42);
    2781   ;
    2782   return 0;
    2783 }
    2784 _ACEOF
    2785 rm -f conftest.$ac_objext
    2786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2787   (eval $ac_compile) 2>conftest.er1
    2788   ac_status=$?
    2789   grep -v '^ *+' conftest.er1 >conftest.err
    2790   rm -f conftest.er1
    2791   cat conftest.err >&5
    2792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2793   (exit $ac_status); } &&
    2794      { ac_try='test -z "$ac_cxx_werror_flag"
    2795              || test ! -s conftest.err'
    2796   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2797   (eval $ac_try) 2>&5
    2798   ac_status=$?
    2799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2800   (exit $ac_status); }; } &&
    2801      { ac_try='test -s conftest.$ac_objext'
    2802   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2803   (eval $ac_try) 2>&5
    2804   ac_status=$?
    2805   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2806   (exit $ac_status); }; }; then
    2807   break
    2808 else
    2809   echo "$as_me: failed program was:" >&5
    2810 sed 's/^/| /' conftest.$ac_ext >&5
    2811 
    2812 fi
    2813 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2814 done
    2815 rm -f conftest*
    2816 if test -n "$ac_declaration"; then
    2817   echo '#ifdef __cplusplus' >>confdefs.h
    2818   echo $ac_declaration      >>confdefs.h
    2819   echo '#endif'             >>confdefs.h
    2820 fi
    2821 
    28223385ac_ext=c
    28233386ac_cpp='$CPP $CPPFLAGS'
     
    28353398  # Extract the first word of "$ac_prog", so it can be a program name with args.
    28363399set dummy $ac_prog; ac_word=$2
    2837 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2838 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3400{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3401$as_echo_n "checking for $ac_word... " >&6; }
    28393402if test "${ac_cv_prog_JAVAC+set}" = set; then
    2840   echo $ECHO_N "(cached) $ECHO_C" >&6
     3403  $as_echo_n "(cached) " >&6
    28413404else
    28423405  if test -n "$JAVAC"; then
     
    28493412  test -z "$as_dir" && as_dir=.
    28503413  for ac_exec_ext in '' $ac_executable_extensions; do
    2851   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3414  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28523415    ac_cv_prog_JAVAC="$ac_prog"
    2853     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3416    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28543417    break 2
    28553418  fi
    28563419done
    28573420done
     3421IFS=$as_save_IFS
    28583422
    28593423fi
     
    28613425JAVAC=$ac_cv_prog_JAVAC
    28623426if test -n "$JAVAC"; then
    2863   echo "$as_me:$LINENO: result: $JAVAC" >&5
    2864 echo "${ECHO_T}$JAVAC" >&6
    2865 else
    2866   echo "$as_me:$LINENO: result: no" >&5
    2867 echo "${ECHO_T}no" >&6
    2868 fi
     3427  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3428$as_echo "$JAVAC" >&6; }
     3429else
     3430  { $as_echo "$as_me:$LINENO: result: no" >&5
     3431$as_echo "no" >&6; }
     3432fi
     3433
    28693434
    28703435  test -n "$JAVAC" && break
     
    28763441  # Extract the first word of "$ac_prog", so it can be a program name with args.
    28773442set dummy $ac_prog; ac_word=$2
    2878 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3443{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3444$as_echo_n "checking for $ac_word... " >&6; }
    28803445if test "${ac_cv_prog_JAVAC+set}" = set; then
    2881   echo $ECHO_N "(cached) $ECHO_C" >&6
     3446  $as_echo_n "(cached) " >&6
    28823447else
    28833448  if test -n "$JAVAC"; then
     
    28903455  test -z "$as_dir" && as_dir=.
    28913456  for ac_exec_ext in '' $ac_executable_extensions; do
    2892   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3457  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28933458    ac_cv_prog_JAVAC="$ac_prog"
    2894     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3459    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28953460    break 2
    28963461  fi
    28973462done
    28983463done
     3464IFS=$as_save_IFS
    28993465
    29003466fi
     
    29023468JAVAC=$ac_cv_prog_JAVAC
    29033469if test -n "$JAVAC"; then
    2904   echo "$as_me:$LINENO: result: $JAVAC" >&5
    2905 echo "${ECHO_T}$JAVAC" >&6
    2906 else
    2907   echo "$as_me:$LINENO: result: no" >&5
    2908 echo "${ECHO_T}no" >&6
    2909 fi
     3470  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3471$as_echo "$JAVAC" >&6; }
     3472else
     3473  { $as_echo "$as_me:$LINENO: result: no" >&5
     3474$as_echo "no" >&6; }
     3475fi
     3476
    29103477
    29113478  test -n "$JAVAC" && break
     
    29143481
    29153482  fi
    2916   test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    2917 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3483  test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3484$as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    29183485   { (exit 1); exit 1; }; }
    29193486else
     
    29233490
    29243491
    2925 echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    2926 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     3492{ $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3493$as_echo_n "checking if $JAVAC works... " >&6; }
    29273494if test "${ac_cv_prog_javac_works+set}" = set; then
    2928   echo $ECHO_N "(cached) $ECHO_C" >&6
     3495  $as_echo_n "(cached) " >&6
    29293496else
    29303497
     
    29323499CLASS_TEST=Test.class
    29333500cat << \EOF > $JAVA_TEST
    2934 /* #line 2934 "configure" */
     3501/* #line 3501 "configure" */
    29353502public class Test {
    29363503}
     
    29403507  (eval $ac_try) 2>&5
    29413508  ac_status=$?
    2942   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3509  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29433510  (exit $ac_status); }; } >/dev/null 2>&1; then
    29443511  ac_cv_prog_javac_works=yes
    29453512else
    2946   { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    2947 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3513  { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3514$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    29483515   { (exit 1); exit 1; }; }
    29493516  echo "configure: failed program was:" >&5
     
    29533520
    29543521fi
    2955 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    2956 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
     3522{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3523$as_echo "$ac_cv_prog_javac_works" >&6; }
    29573524if test "x$JAVACFLAGS" = x ; then
    29583525  JAVACFLAGS="-source 1.4 -target 1.4"
     
    29683535  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29693536set dummy $ac_prog; ac_word=$2
    2970 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3537{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3538$as_echo_n "checking for $ac_word... " >&6; }
    29723539if test "${ac_cv_prog_JAVA+set}" = set; then
    2973   echo $ECHO_N "(cached) $ECHO_C" >&6
     3540  $as_echo_n "(cached) " >&6
    29743541else
    29753542  if test -n "$JAVA"; then
     
    29823549  test -z "$as_dir" && as_dir=.
    29833550  for ac_exec_ext in '' $ac_executable_extensions; do
    2984   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3551  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29853552    ac_cv_prog_JAVA="$ac_prog"
    2986     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3553    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29873554    break 2
    29883555  fi
    29893556done
    29903557done
     3558IFS=$as_save_IFS
    29913559
    29923560fi
     
    29943562JAVA=$ac_cv_prog_JAVA
    29953563if test -n "$JAVA"; then
    2996   echo "$as_me:$LINENO: result: $JAVA" >&5
    2997 echo "${ECHO_T}$JAVA" >&6
    2998 else
    2999   echo "$as_me:$LINENO: result: no" >&5
    3000 echo "${ECHO_T}no" >&6
    3001 fi
     3564  { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
     3565$as_echo "$JAVA" >&6; }
     3566else
     3567  { $as_echo "$as_me:$LINENO: result: no" >&5
     3568$as_echo "no" >&6; }
     3569fi
     3570
    30023571
    30033572  test -n "$JAVA" && break
     
    30093578  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30103579set dummy $ac_prog; ac_word=$2
    3011 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3580{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3581$as_echo_n "checking for $ac_word... " >&6; }
    30133582if test "${ac_cv_prog_JAVA+set}" = set; then
    3014   echo $ECHO_N "(cached) $ECHO_C" >&6
     3583  $as_echo_n "(cached) " >&6
    30153584else
    30163585  if test -n "$JAVA"; then
     
    30233592  test -z "$as_dir" && as_dir=.
    30243593  for ac_exec_ext in '' $ac_executable_extensions; do
    3025   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3594  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30263595    ac_cv_prog_JAVA="$ac_prog"
    3027     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3596    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30283597    break 2
    30293598  fi
    30303599done
    30313600done
     3601IFS=$as_save_IFS
    30323602
    30333603fi
     
    30353605JAVA=$ac_cv_prog_JAVA
    30363606if test -n "$JAVA"; then
    3037   echo "$as_me:$LINENO: result: $JAVA" >&5
    3038 echo "${ECHO_T}$JAVA" >&6
    3039 else
    3040   echo "$as_me:$LINENO: result: no" >&5
    3041 echo "${ECHO_T}no" >&6
    3042 fi
     3607  { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
     3608$as_echo "$JAVA" >&6; }
     3609else
     3610  { $as_echo "$as_me:$LINENO: result: no" >&5
     3611$as_echo "no" >&6; }
     3612fi
     3613
    30433614
    30443615  test -n "$JAVA" && break
     
    30473618
    30483619    fi
    3049     test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
    3050 echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
     3620    test x$JAVA = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
     3621$as_echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
    30513622   { (exit 1); exit 1; }; }
    30523623fi
     
    30553626# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
    30563627set dummy uudecode$EXEEXT; ac_word=$2
    3057 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3058 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3628{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3629$as_echo_n "checking for $ac_word... " >&6; }
    30593630if test "${ac_cv_prog_uudecode+set}" = set; then
    3060   echo $ECHO_N "(cached) $ECHO_C" >&6
     3631  $as_echo_n "(cached) " >&6
    30613632else
    30623633  if test -n "$uudecode"; then
     
    30693640  test -z "$as_dir" && as_dir=.
    30703641  for ac_exec_ext in '' $ac_executable_extensions; do
    3071   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3642  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30723643    ac_cv_prog_uudecode="yes"
    3073     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3644    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30743645    break 2
    30753646  fi
    30763647done
    30773648done
     3649IFS=$as_save_IFS
    30783650
    30793651fi
     
    30813653uudecode=$ac_cv_prog_uudecode
    30823654if test -n "$uudecode"; then
    3083   echo "$as_me:$LINENO: result: $uudecode" >&5
    3084 echo "${ECHO_T}$uudecode" >&6
    3085 else
    3086   echo "$as_me:$LINENO: result: no" >&5
    3087 echo "${ECHO_T}no" >&6
    3088 fi
     3655  { $as_echo "$as_me:$LINENO: result: $uudecode" >&5
     3656$as_echo "$uudecode" >&6; }
     3657else
     3658  { $as_echo "$as_me:$LINENO: result: no" >&5
     3659$as_echo "no" >&6; }
     3660fi
     3661
    30893662
    30903663if test x$uudecode = xyes; then
    3091 echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
    3092 echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6
     3664{ $as_echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
     3665$as_echo_n "checking if uudecode can decode base 64 file... " >&6; }
    30933666if test "${ac_cv_prog_uudecode_base64+set}" = set; then
    3094   echo $ECHO_N "(cached) $ECHO_C" >&6
     3667  $as_echo_n "(cached) " >&6
    30953668else
    30963669
     
    31093682        ac_cv_prog_uudecode_base64=yes
    31103683else
    3111         echo "configure: 3111: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     3684        echo "configure: 3684: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
    31123685        echo "configure: failed file was:" >&5
    31133686        cat Test.uue >&5
     
    31163689rm -f Test.uue
    31173690fi
    3118 echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
    3119 echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6
     3691{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
     3692$as_echo "$ac_cv_prog_uudecode_base64" >&6; }
    31203693fi
    31213694if test x$ac_cv_prog_uudecode_base64 != xyes; then
    31223695        rm -f Test.class
    3123         { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
    3124 echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
     3696        { $as_echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
     3697$as_echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
    31253698        if test x$ac_cv_prog_javac_works = xno; then
    3126                 { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
    3127 echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
     3699                { { $as_echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
     3700$as_echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
    31283701   { (exit 1); exit 1; }; }
    31293702        fi
     
    31363709  # Extract the first word of "$ac_prog", so it can be a program name with args.
    31373710set dummy $ac_prog; ac_word=$2
    3138 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3139 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3711{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3712$as_echo_n "checking for $ac_word... " >&6; }
    31403713if test "${ac_cv_prog_JAVAC+set}" = set; then
    3141   echo $ECHO_N "(cached) $ECHO_C" >&6
     3714  $as_echo_n "(cached) " >&6
    31423715else
    31433716  if test -n "$JAVAC"; then
     
    31503723  test -z "$as_dir" && as_dir=.
    31513724  for ac_exec_ext in '' $ac_executable_extensions; do
    3152   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3725  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31533726    ac_cv_prog_JAVAC="$ac_prog"
    3154     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3727    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    31553728    break 2
    31563729  fi
    31573730done
    31583731done
     3732IFS=$as_save_IFS
    31593733
    31603734fi
     
    31623736JAVAC=$ac_cv_prog_JAVAC
    31633737if test -n "$JAVAC"; then
    3164   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3165 echo "${ECHO_T}$JAVAC" >&6
    3166 else
    3167   echo "$as_me:$LINENO: result: no" >&5
    3168 echo "${ECHO_T}no" >&6
    3169 fi
     3738  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3739$as_echo "$JAVAC" >&6; }
     3740else
     3741  { $as_echo "$as_me:$LINENO: result: no" >&5
     3742$as_echo "no" >&6; }
     3743fi
     3744
    31703745
    31713746  test -n "$JAVAC" && break
     
    31773752  # Extract the first word of "$ac_prog", so it can be a program name with args.
    31783753set dummy $ac_prog; ac_word=$2
    3179 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3754{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3755$as_echo_n "checking for $ac_word... " >&6; }
    31813756if test "${ac_cv_prog_JAVAC+set}" = set; then
    3182   echo $ECHO_N "(cached) $ECHO_C" >&6
     3757  $as_echo_n "(cached) " >&6
    31833758else
    31843759  if test -n "$JAVAC"; then
     
    31913766  test -z "$as_dir" && as_dir=.
    31923767  for ac_exec_ext in '' $ac_executable_extensions; do
    3193   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3768  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31943769    ac_cv_prog_JAVAC="$ac_prog"
    3195     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3770    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    31963771    break 2
    31973772  fi
    31983773done
    31993774done
     3775IFS=$as_save_IFS
    32003776
    32013777fi
     
    32033779JAVAC=$ac_cv_prog_JAVAC
    32043780if test -n "$JAVAC"; then
    3205   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3206 echo "${ECHO_T}$JAVAC" >&6
    3207 else
    3208   echo "$as_me:$LINENO: result: no" >&5
    3209 echo "${ECHO_T}no" >&6
    3210 fi
     3781  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3782$as_echo "$JAVAC" >&6; }
     3783else
     3784  { $as_echo "$as_me:$LINENO: result: no" >&5
     3785$as_echo "no" >&6; }
     3786fi
     3787
    32113788
    32123789  test -n "$JAVAC" && break
     
    32153792
    32163793  fi
    3217   test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    3218 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3794  test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3795$as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    32193796   { (exit 1); exit 1; }; }
    32203797else
     
    32243801
    32253802
    3226 echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    3227 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     3803{ $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3804$as_echo_n "checking if $JAVAC works... " >&6; }
    32283805if test "${ac_cv_prog_javac_works+set}" = set; then
    3229   echo $ECHO_N "(cached) $ECHO_C" >&6
     3806  $as_echo_n "(cached) " >&6
    32303807else
    32313808
     
    32333810CLASS_TEST=Test.class
    32343811cat << \EOF > $JAVA_TEST
    3235 /* #line 3235 "configure" */
     3812/* #line 3812 "configure" */
    32363813public class Test {
    32373814}
     
    32413818  (eval $ac_try) 2>&5
    32423819  ac_status=$?
    3243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3820  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32443821  (exit $ac_status); }; } >/dev/null 2>&1; then
    32453822  ac_cv_prog_javac_works=yes
    32463823else
    3247   { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3248 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3824  { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3825$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    32493826   { (exit 1); exit 1; }; }
    32503827  echo "configure: failed program was:" >&5
     
    32543831
    32553832fi
    3256 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    3257 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
     3833{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3834$as_echo "$ac_cv_prog_javac_works" >&6; }
    32583835if test "x$JAVACFLAGS" = x ; then
    32593836  JAVACFLAGS="-source 1.4 -target 1.4"
     
    32643841        fi
    32653842fi
    3266 echo "$as_me:$LINENO: checking if $JAVA works" >&5
    3267 echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6
     3843{ $as_echo "$as_me:$LINENO: checking if $JAVA works" >&5
     3844$as_echo_n "checking if $JAVA works... " >&6; }
    32683845if test "${ac_cv_prog_java_works+set}" = set; then
    3269   echo $ECHO_N "(cached) $ECHO_C" >&6
     3846  $as_echo_n "(cached) " >&6
    32703847else
    32713848
     
    32743851TEST=Test
    32753852cat << \EOF > $JAVA_TEST
    3276 /* [#]line 3276 "configure" */
     3853/* [#]line 3853 "configure" */
    32773854public class Test {
    32783855public static void main (String args[]) {
     
    32853862  (eval $ac_try) 2>&5
    32863863  ac_status=$?
    3287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3864  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32883865  (exit $ac_status); }; } && test -s $CLASS_TEST; then
    32893866                :
     
    32913868          echo "configure: failed program was:" >&5
    32923869          cat $JAVA_TEST >&5
    3293           { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3294 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3870          { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3871$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    32953872   { (exit 1); exit 1; }; }
    32963873        fi
     
    33003877  (eval $ac_try) 2>&5
    33013878  ac_status=$?
    3302   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3879  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33033880  (exit $ac_status); }; } >/dev/null 2>&1; then
    33043881  ac_cv_prog_java_works=yes
     
    33063883  echo "configure: failed program was:" >&5
    33073884  cat $JAVA_TEST >&5
    3308   { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
    3309 echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
     3885  { { $as_echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
     3886$as_echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
    33103887   { (exit 1); exit 1; }; }
    33113888fi
     
    33133890
    33143891fi
    3315 echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
    3316 echo "${ECHO_T}$ac_cv_prog_java_works" >&6
     3892{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
     3893$as_echo "$ac_cv_prog_java_works" >&6; }
    33173894
    33183895
     
    33233900  # Extract the first word of "$ac_prog", so it can be a program name with args.
    33243901set dummy $ac_prog; ac_word=$2
    3325 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3902{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3903$as_echo_n "checking for $ac_word... " >&6; }
    33273904if test "${ac_cv_prog_AWK+set}" = set; then
    3328   echo $ECHO_N "(cached) $ECHO_C" >&6
     3905  $as_echo_n "(cached) " >&6
    33293906else
    33303907  if test -n "$AWK"; then
     
    33373914  test -z "$as_dir" && as_dir=.
    33383915  for ac_exec_ext in '' $ac_executable_extensions; do
    3339   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3916  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33403917    ac_cv_prog_AWK="$ac_prog"
    3341     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3918    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33423919    break 2
    33433920  fi
    33443921done
    33453922done
     3923IFS=$as_save_IFS
    33463924
    33473925fi
     
    33493927AWK=$ac_cv_prog_AWK
    33503928if test -n "$AWK"; then
    3351   echo "$as_me:$LINENO: result: $AWK" >&5
    3352 echo "${ECHO_T}$AWK" >&6
    3353 else
    3354   echo "$as_me:$LINENO: result: no" >&5
    3355 echo "${ECHO_T}no" >&6
    3356 fi
     3929  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     3930$as_echo "$AWK" >&6; }
     3931else
     3932  { $as_echo "$as_me:$LINENO: result: no" >&5
     3933$as_echo "no" >&6; }
     3934fi
     3935
    33573936
    33583937  test -n "$AWK" && break
     
    33633942  # Extract the first word of "$ac_prog", so it can be a program name with args.
    33643943set dummy $ac_prog; ac_word=$2
    3365 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3944{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3945$as_echo_n "checking for $ac_word... " >&6; }
    33673946if test "${ac_cv_prog_YACC+set}" = set; then
    3368   echo $ECHO_N "(cached) $ECHO_C" >&6
     3947  $as_echo_n "(cached) " >&6
    33693948else
    33703949  if test -n "$YACC"; then
     
    33773956  test -z "$as_dir" && as_dir=.
    33783957  for ac_exec_ext in '' $ac_executable_extensions; do
    3379   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3958  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33803959    ac_cv_prog_YACC="$ac_prog"
    3381     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3960    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33823961    break 2
    33833962  fi
    33843963done
    33853964done
     3965IFS=$as_save_IFS
    33863966
    33873967fi
     
    33893969YACC=$ac_cv_prog_YACC
    33903970if test -n "$YACC"; then
    3391   echo "$as_me:$LINENO: result: $YACC" >&5
    3392 echo "${ECHO_T}$YACC" >&6
    3393 else
    3394   echo "$as_me:$LINENO: result: no" >&5
    3395 echo "${ECHO_T}no" >&6
    3396 fi
     3971  { $as_echo "$as_me:$LINENO: result: $YACC" >&5
     3972$as_echo "$YACC" >&6; }
     3973else
     3974  { $as_echo "$as_me:$LINENO: result: no" >&5
     3975$as_echo "no" >&6; }
     3976fi
     3977
    33973978
    33983979  test -n "$YACC" && break
     
    34013982
    34023983ac_aux_dir=
    3403 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    3404   if test -f $ac_dir/install-sh; then
     3984for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     3985  if test -f "$ac_dir/install-sh"; then
    34053986    ac_aux_dir=$ac_dir
    34063987    ac_install_sh="$ac_aux_dir/install-sh -c"
    34073988    break
    3408   elif test -f $ac_dir/install.sh; then
     3989  elif test -f "$ac_dir/install.sh"; then
    34093990    ac_aux_dir=$ac_dir
    34103991    ac_install_sh="$ac_aux_dir/install.sh -c"
    34113992    break
    3412   elif test -f $ac_dir/shtool; then
     3993  elif test -f "$ac_dir/shtool"; then
    34133994    ac_aux_dir=$ac_dir
    34143995    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    34173998done
    34183999if test -z "$ac_aux_dir"; then
    3419   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    3420 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     4000  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     4001$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    34214002   { (exit 1); exit 1; }; }
    34224003fi
    3423 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    3424 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    3425 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
     4004
     4005# These three variables are undocumented and unsupported,
     4006# and are intended to be withdrawn in a future Autoconf release.
     4007# They can cause serious problems if a builder's source tree is in a directory
     4008# whose full name contains unusual characters.
     4009ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
     4010ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
     4011ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     4012
    34264013
    34274014# Make sure we can run config.sub.
    3428 $ac_config_sub sun4 >/dev/null 2>&1 ||
    3429   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
    3430 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     4015$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
     4016  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     4017$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    34314018   { (exit 1); exit 1; }; }
    34324019
    3433 echo "$as_me:$LINENO: checking build system type" >&5
    3434 echo $ECHO_N "checking build system type... $ECHO_C" >&6
     4020{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     4021$as_echo_n "checking build system type... " >&6; }
    34354022if test "${ac_cv_build+set}" = set; then
    3436   echo $ECHO_N "(cached) $ECHO_C" >&6
    3437 else
    3438   ac_cv_build_alias=$build_alias
    3439 test -z "$ac_cv_build_alias" &&
    3440   ac_cv_build_alias=`$ac_config_guess`
    3441 test -z "$ac_cv_build_alias" &&
    3442   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    3443 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     4023  $as_echo_n "(cached) " >&6
     4024else
     4025  ac_build_alias=$build_alias
     4026test "x$ac_build_alias" = x &&
     4027  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
     4028test "x$ac_build_alias" = x &&
     4029  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     4030$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    34444031   { (exit 1); exit 1; }; }
    3445 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    3446   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
    3447 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     4032ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
     4033  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     4034$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    34484035   { (exit 1); exit 1; }; }
    34494036
    34504037fi
    3451 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    3452 echo "${ECHO_T}$ac_cv_build" >&6
     4038{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     4039$as_echo "$ac_cv_build" >&6; }
     4040case $ac_cv_build in
     4041*-*-*) ;;
     4042*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     4043$as_echo "$as_me: error: invalid value of canonical build" >&2;}
     4044   { (exit 1); exit 1; }; };;
     4045esac
    34534046build=$ac_cv_build
    3454 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3455 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3456 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3457 
    3458 
    3459 echo "$as_me:$LINENO: checking host system type" >&5
    3460 echo $ECHO_N "checking host system type... $ECHO_C" >&6
     4047ac_save_IFS=$IFS; IFS='-'
     4048set x $ac_cv_build
     4049shift
     4050build_cpu=$1
     4051build_vendor=$2
     4052shift; shift
     4053# Remember, the first character of IFS is used to create $*,
     4054# except with old shells:
     4055build_os=$*
     4056IFS=$ac_save_IFS
     4057case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
     4058
     4059
     4060{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     4061$as_echo_n "checking host system type... " >&6; }
    34614062if test "${ac_cv_host+set}" = set; then
    3462   echo $ECHO_N "(cached) $ECHO_C" >&6
    3463 else
    3464   ac_cv_host_alias=$host_alias
    3465 test -z "$ac_cv_host_alias" &&
    3466   ac_cv_host_alias=$ac_cv_build_alias
    3467 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    3468   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    3469 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     4063  $as_echo_n "(cached) " >&6
     4064else
     4065  if test "x$host_alias" = x; then
     4066  ac_cv_host=$ac_cv_build
     4067else
     4068  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     4069    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     4070$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    34704071   { (exit 1); exit 1; }; }
    3471 
    3472 fi
    3473 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    3474 echo "${ECHO_T}$ac_cv_host" >&6
     4072fi
     4073
     4074fi
     4075{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     4076$as_echo "$ac_cv_host" >&6; }
     4077case $ac_cv_host in
     4078*-*-*) ;;
     4079*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     4080$as_echo "$as_me: error: invalid value of canonical host" >&2;}
     4081   { (exit 1); exit 1; }; };;
     4082esac
    34754083host=$ac_cv_host
    3476 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3477 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3478 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3479 
    3480 
    3481 echo "$as_me:$LINENO: checking target system type" >&5
    3482 echo $ECHO_N "checking target system type... $ECHO_C" >&6
     4084ac_save_IFS=$IFS; IFS='-'
     4085set x $ac_cv_host
     4086shift
     4087host_cpu=$1
     4088host_vendor=$2
     4089shift; shift
     4090# Remember, the first character of IFS is used to create $*,
     4091# except with old shells:
     4092host_os=$*
     4093IFS=$ac_save_IFS
     4094case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
     4095
     4096
     4097{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     4098$as_echo_n "checking target system type... " >&6; }
    34834099if test "${ac_cv_target+set}" = set; then
    3484   echo $ECHO_N "(cached) $ECHO_C" >&6
    3485 else
    3486   ac_cv_target_alias=$target_alias
    3487 test "x$ac_cv_target_alias" = "x" &&
    3488   ac_cv_target_alias=$ac_cv_host_alias
    3489 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    3490   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    3491 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     4100  $as_echo_n "(cached) " >&6
     4101else
     4102  if test "x$target_alias" = x; then
     4103  ac_cv_target=$ac_cv_host
     4104else
     4105  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     4106    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     4107$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    34924108   { (exit 1); exit 1; }; }
    3493 
    3494 fi
    3495 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    3496 echo "${ECHO_T}$ac_cv_target" >&6
     4109fi
     4110
     4111fi
     4112{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     4113$as_echo "$ac_cv_target" >&6; }
     4114case $ac_cv_target in
     4115*-*-*) ;;
     4116*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     4117$as_echo "$as_me: error: invalid value of canonical target" >&2;}
     4118   { (exit 1); exit 1; }; };;
     4119esac
    34974120target=$ac_cv_target
    3498 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3499 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3500 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     4121ac_save_IFS=$IFS; IFS='-'
     4122set x $ac_cv_target
     4123shift
     4124target_cpu=$1
     4125target_vendor=$2
     4126shift; shift
     4127# Remember, the first character of IFS is used to create $*,
     4128# except with old shells:
     4129target_os=$*
     4130IFS=$ac_save_IFS
     4131case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
    35014132
    35024133
     
    35204151# OS/2's system install, which has a completely different semantic
    35214152# ./install, which can be erroneously created by make from ./install.sh.
    3522 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3523 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
     4153# Reject install programs that cannot install multiple files.
     4154{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     4155$as_echo_n "checking for a BSD-compatible install... " >&6; }
    35244156if test -z "$INSTALL"; then
    35254157if test "${ac_cv_path_install+set}" = set; then
    3526   echo $ECHO_N "(cached) $ECHO_C" >&6
     4158  $as_echo_n "(cached) " >&6
    35274159else
    35284160  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    35434175    for ac_prog in ginstall scoinst install; do
    35444176      for ac_exec_ext in '' $ac_executable_extensions; do
    3545     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     4177    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
    35464178      if test $ac_prog = install &&
    35474179        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    35534185        :
    35544186      else
    3555         ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3556         break 3
     4187        rm -rf conftest.one conftest.two conftest.dir
     4188        echo one > conftest.one
     4189        echo two > conftest.two
     4190        mkdir conftest.dir
     4191        if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     4192          test -s conftest.one && test -s conftest.two &&
     4193          test -s conftest.dir/conftest.one &&
     4194          test -s conftest.dir/conftest.two
     4195        then
     4196          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     4197          break 3
     4198        fi
    35574199      fi
    35584200    fi
     
    35614203    ;;
    35624204esac
     4205
    35634206done
    3564 
     4207IFS=$as_save_IFS
     4208
     4209rm -rf conftest.one conftest.two conftest.dir
    35654210
    35664211fi
     
    35684213    INSTALL=$ac_cv_path_install
    35694214  else
    3570     # As a last resort, use the slow shell script.  We don't cache a
    3571     # path for INSTALL within a source directory, because that will
     4215    # As a last resort, use the slow shell script.  Don't cache a
     4216    # value for INSTALL within a source directory, because that will
    35724217    # break other packages using the cache if that directory is
    3573     # removed, or if the path is relative.
     4218    # removed, or if the value is a relative name.
    35744219    INSTALL=$ac_install_sh
    35754220  fi
    35764221fi
    3577 echo "$as_me:$LINENO: result: $INSTALL" >&5
    3578 echo "${ECHO_T}$INSTALL" >&6
     4222{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     4223$as_echo "$INSTALL" >&6; }
    35794224
    35804225# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    35864231test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    35874232
    3588 echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3589 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
     4233{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     4234$as_echo_n "checking whether ln -s works... " >&6; }
    35904235LN_S=$as_ln_s
    35914236if test "$LN_S" = "ln -s"; then
    3592   echo "$as_me:$LINENO: result: yes" >&5
    3593 echo "${ECHO_T}yes" >&6
    3594 else
    3595   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3596 echo "${ECHO_T}no, using $LN_S" >&6
    3597 fi
    3598 
    3599 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    3600 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    3601 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
    3602 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    3603   echo $ECHO_N "(cached) $ECHO_C" >&6
     4237  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4238$as_echo "yes" >&6; }
     4239else
     4240  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     4241$as_echo "no, using $LN_S" >&6; }
     4242fi
     4243
     4244{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     4245$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     4246set x ${MAKE-make}
     4247ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     4248if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
     4249  $as_echo_n "(cached) " >&6
    36044250else
    36054251  cat >conftest.make <<\_ACEOF
     4252SHELL = /bin/sh
    36064253all:
    3607     @echo 'ac_maketemp="$(MAKE)"'
     4254    @echo '@@@%%%=$(MAKE)=@@@%%%'
    36084255_ACEOF
    36094256# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    3610 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
    3611 if test -n "$ac_maketemp"; then
    3612   eval ac_cv_prog_make_${ac_make}_set=yes
    3613 else
    3614   eval ac_cv_prog_make_${ac_make}_set=no
    3615 fi
     4257case `${MAKE-make} -f conftest.make 2>/dev/null` in
     4258  *@@@%%%=?*=@@@%%%*)
     4259    eval ac_cv_prog_make_${ac_make}_set=yes;;
     4260  *)
     4261    eval ac_cv_prog_make_${ac_make}_set=no;;
     4262esac
    36164263rm -f conftest.make
    36174264fi
    3618 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    3619   echo "$as_me:$LINENO: result: yes" >&5
    3620 echo "${ECHO_T}yes" >&6
     4265if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
     4266  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4267$as_echo "yes" >&6; }
    36214268  SET_MAKE=
    36224269else
    3623   echo "$as_me:$LINENO: result: no" >&5
    3624 echo "${ECHO_T}no" >&6
     4270  { $as_echo "$as_me:$LINENO: result: no" >&5
     4271$as_echo "no" >&6; }
    36254272  SET_MAKE="MAKE=${MAKE-make}"
    36264273fi
     
    36294276  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    36304277set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3631 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3632 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4278{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4279$as_echo_n "checking for $ac_word... " >&6; }
    36334280if test "${ac_cv_prog_RANLIB+set}" = set; then
    3634   echo $ECHO_N "(cached) $ECHO_C" >&6
     4281  $as_echo_n "(cached) " >&6
    36354282else
    36364283  if test -n "$RANLIB"; then
     
    36434290  test -z "$as_dir" && as_dir=.
    36444291  for ac_exec_ext in '' $ac_executable_extensions; do
    3645   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4292  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36464293    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3647     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4294    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36484295    break 2
    36494296  fi
    36504297done
    36514298done
     4299IFS=$as_save_IFS
    36524300
    36534301fi
     
    36554303RANLIB=$ac_cv_prog_RANLIB
    36564304if test -n "$RANLIB"; then
    3657   echo "$as_me:$LINENO: result: $RANLIB" >&5
    3658 echo "${ECHO_T}$RANLIB" >&6
    3659 else
    3660   echo "$as_me:$LINENO: result: no" >&5
    3661 echo "${ECHO_T}no" >&6
    3662 fi
     4305  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     4306$as_echo "$RANLIB" >&6; }
     4307else
     4308  { $as_echo "$as_me:$LINENO: result: no" >&5
     4309$as_echo "no" >&6; }
     4310fi
     4311
    36634312
    36644313fi
     
    36674316  # Extract the first word of "ranlib", so it can be a program name with args.
    36684317set dummy ranlib; ac_word=$2
    3669 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3670 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4318{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4319$as_echo_n "checking for $ac_word... " >&6; }
    36714320if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3672   echo $ECHO_N "(cached) $ECHO_C" >&6
     4321  $as_echo_n "(cached) " >&6
    36734322else
    36744323  if test -n "$ac_ct_RANLIB"; then
     
    36814330  test -z "$as_dir" && as_dir=.
    36824331  for ac_exec_ext in '' $ac_executable_extensions; do
    3683   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4332  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36844333    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3685     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4334    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36864335    break 2
    36874336  fi
    36884337done
    36894338done
    3690 
    3691   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     4339IFS=$as_save_IFS
     4340
    36924341fi
    36934342fi
    36944343ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    36954344if test -n "$ac_ct_RANLIB"; then
    3696   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3697 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    3698 else
    3699   echo "$as_me:$LINENO: result: no" >&5
    3700 echo "${ECHO_T}no" >&6
    3701 fi
    3702 
    3703   RANLIB=$ac_ct_RANLIB
     4345  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     4346$as_echo "$ac_ct_RANLIB" >&6; }
     4347else
     4348  { $as_echo "$as_me:$LINENO: result: no" >&5
     4349$as_echo "no" >&6; }
     4350fi
     4351
     4352  if test "x$ac_ct_RANLIB" = x; then
     4353    RANLIB=":"
     4354  else
     4355    case $cross_compiling:$ac_tool_warned in
     4356yes:)
     4357{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4358$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4359ac_tool_warned=yes ;;
     4360esac
     4361    RANLIB=$ac_ct_RANLIB
     4362  fi
    37044363else
    37054364  RANLIB="$ac_cv_prog_RANLIB"
     
    37074366
    37084367
    3709 echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
    3710 echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6
     4368{ $as_echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
     4369$as_echo_n "checking to see if architecture is 64-bit... " >&6; }
    37114370arch_64bit=no
    37124371case "$host_cpu" in
     
    37154374
    37164375if test "$arch_64bit" = yes; then
    3717   echo "$as_me:$LINENO: result: yes" >&5
    3718 echo "${ECHO_T}yes" >&6
    3719   if test -z "$COMPAT32BITFLAGS" ; then
    3720     COMPAT32BITFLAGS="-m32"
     4376  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4377$as_echo "yes" >&6; }
     4378  if test -z "$ARCH_DEP_FLAGS" ; then
     4379    ARCH_DEP_FLAGS="-fPIC"
    37214380  fi
    37224381else
    3723   echo "$as_me:$LINENO: result: no" >&5
    3724 echo "${ECHO_T}no" >&6
    3725   if test -z "$COMPAT32BITFLAGS" ; then
    3726     COMPAT32BITFLAGS=
     4382  { $as_echo "$as_me:$LINENO: result: no" >&5
     4383$as_echo "no" >&6; }
     4384  if test -z "$ARCH_DEP_FLAGS" ; then
     4385    ARCH_DEP_FLAGS=
    37274386  fi
    37284387fi
    37294388
    3730 # Only need compat32bitflag if using MG or MGPP
    3731 if test "$ENABLE_MG" = "0" -a "$ENABLE_MGPP" = "0" ; then
    3732   COMPAT32BITFLAGS=
    3733 fi
    3734 
    3735 export COMPAT32BITFLAGS
     4389export ARCH_DEP_FLAGS
    37364390
    37374391
     
    37754429ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    37764430ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3777 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3778 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
     4431{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4432$as_echo_n "checking how to run the C preprocessor... " >&6; }
    37794433# On Suns, sometimes $CPP names a directory.
    37804434if test -n "$CPP" && test -d "$CPP"; then
     
    37834437if test -z "$CPP"; then
    37844438  if test "${ac_cv_prog_CPP+set}" = set; then
    3785   echo $ECHO_N "(cached) $ECHO_C" >&6
     4439  $as_echo_n "(cached) " >&6
    37864440else
    37874441      # Double quotes because CPP needs to be expanded
     
    38104464             Syntax error
    38114465_ACEOF
    3812 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3813   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4466if { (ac_try="$ac_cpp conftest.$ac_ext"
     4467case "(($ac_try" in
     4468  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4469  *) ac_try_echo=$ac_try;;
     4470esac
     4471eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4472$as_echo "$ac_try_echo") >&5
     4473  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38144474  ac_status=$?
    38154475  grep -v '^ *+' conftest.er1 >conftest.err
    38164476  rm -f conftest.er1
    38174477  cat conftest.err >&5
    3818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3819   (exit $ac_status); } >/dev/null; then
    3820   if test -s conftest.err; then
    3821     ac_cpp_err=$ac_c_preproc_warn_flag
    3822     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3823   else
    3824     ac_cpp_err=
    3825   fi
    3826 else
    3827   ac_cpp_err=yes
    3828 fi
    3829 if test -z "$ac_cpp_err"; then
     4478  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4479  (exit $ac_status); } >/dev/null && {
     4480     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4481     test ! -s conftest.err
     4482       }; then
    38304483  :
    38314484else
    3832   echo "$as_me: failed program was:" >&5
     4485  $as_echo "$as_me: failed program was:" >&5
    38334486sed 's/^/| /' conftest.$ac_ext >&5
    38344487
     
    38364489continue
    38374490fi
     4491
    38384492rm -f conftest.err conftest.$ac_ext
    38394493
    3840   # OK, works on sane cases.  Now check whether non-existent headers
     4494  # OK, works on sane cases.  Now check whether nonexistent headers
    38414495  # can be detected and how.
    38424496  cat >conftest.$ac_ext <<_ACEOF
     
    38484502#include <ac_nonexistent.h>
    38494503_ACEOF
    3850 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3851   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4504if { (ac_try="$ac_cpp conftest.$ac_ext"
     4505case "(($ac_try" in
     4506  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4507  *) ac_try_echo=$ac_try;;
     4508esac
     4509eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4510$as_echo "$ac_try_echo") >&5
     4511  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38524512  ac_status=$?
    38534513  grep -v '^ *+' conftest.er1 >conftest.err
    38544514  rm -f conftest.er1
    38554515  cat conftest.err >&5
    3856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3857   (exit $ac_status); } >/dev/null; then
    3858   if test -s conftest.err; then
    3859     ac_cpp_err=$ac_c_preproc_warn_flag
    3860     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3861   else
    3862     ac_cpp_err=
    3863   fi
    3864 else
    3865   ac_cpp_err=yes
    3866 fi
    3867 if test -z "$ac_cpp_err"; then
     4516  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4517  (exit $ac_status); } >/dev/null && {
     4518     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4519     test ! -s conftest.err
     4520       }; then
    38684521  # Broken: success on invalid input.
    38694522continue
    38704523else
    3871   echo "$as_me: failed program was:" >&5
     4524  $as_echo "$as_me: failed program was:" >&5
    38724525sed 's/^/| /' conftest.$ac_ext >&5
    38734526
     
    38764529break
    38774530fi
     4531
    38784532rm -f conftest.err conftest.$ac_ext
    38794533
     
    38934547  ac_cv_prog_CPP=$CPP
    38944548fi
    3895 echo "$as_me:$LINENO: result: $CPP" >&5
    3896 echo "${ECHO_T}$CPP" >&6
     4549{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     4550$as_echo "$CPP" >&6; }
    38974551ac_preproc_ok=false
    38984552for ac_c_preproc_warn_flag in '' yes
     
    39174571             Syntax error
    39184572_ACEOF
    3919 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3920   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4573if { (ac_try="$ac_cpp conftest.$ac_ext"
     4574case "(($ac_try" in
     4575  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4576  *) ac_try_echo=$ac_try;;
     4577esac
     4578eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4579$as_echo "$ac_try_echo") >&5
     4580  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    39214581  ac_status=$?
    39224582  grep -v '^ *+' conftest.er1 >conftest.err
    39234583  rm -f conftest.er1
    39244584  cat conftest.err >&5
    3925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3926   (exit $ac_status); } >/dev/null; then
    3927   if test -s conftest.err; then
    3928     ac_cpp_err=$ac_c_preproc_warn_flag
    3929     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3930   else
    3931     ac_cpp_err=
    3932   fi
    3933 else
    3934   ac_cpp_err=yes
    3935 fi
    3936 if test -z "$ac_cpp_err"; then
     4585  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4586  (exit $ac_status); } >/dev/null && {
     4587     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4588     test ! -s conftest.err
     4589       }; then
    39374590  :
    39384591else
    3939   echo "$as_me: failed program was:" >&5
     4592  $as_echo "$as_me: failed program was:" >&5
    39404593sed 's/^/| /' conftest.$ac_ext >&5
    39414594
     
    39434596continue
    39444597fi
     4598
    39454599rm -f conftest.err conftest.$ac_ext
    39464600
    3947   # OK, works on sane cases.  Now check whether non-existent headers
     4601  # OK, works on sane cases.  Now check whether nonexistent headers
    39484602  # can be detected and how.
    39494603  cat >conftest.$ac_ext <<_ACEOF
     
    39554609#include <ac_nonexistent.h>
    39564610_ACEOF
    3957 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3958   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4611if { (ac_try="$ac_cpp conftest.$ac_ext"
     4612case "(($ac_try" in
     4613  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4614  *) ac_try_echo=$ac_try;;
     4615esac
     4616eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4617$as_echo "$ac_try_echo") >&5
     4618  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    39594619  ac_status=$?
    39604620  grep -v '^ *+' conftest.er1 >conftest.err
    39614621  rm -f conftest.er1
    39624622  cat conftest.err >&5
    3963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3964   (exit $ac_status); } >/dev/null; then
    3965   if test -s conftest.err; then
    3966     ac_cpp_err=$ac_c_preproc_warn_flag
    3967     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3968   else
    3969     ac_cpp_err=
    3970   fi
    3971 else
    3972   ac_cpp_err=yes
    3973 fi
    3974 if test -z "$ac_cpp_err"; then
     4623  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4624  (exit $ac_status); } >/dev/null && {
     4625     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4626     test ! -s conftest.err
     4627       }; then
    39754628  # Broken: success on invalid input.
    39764629continue
    39774630else
    3978   echo "$as_me: failed program was:" >&5
     4631  $as_echo "$as_me: failed program was:" >&5
    39794632sed 's/^/| /' conftest.$ac_ext >&5
    39804633
     
    39834636break
    39844637fi
     4638
    39854639rm -f conftest.err conftest.$ac_ext
    39864640
     
    39914645  :
    39924646else
    3993   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4647  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4648$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4649{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    39944650See \`config.log' for more details." >&5
    3995 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4651$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    39964652See \`config.log' for more details." >&2;}
    3997    { (exit 1); exit 1; }; }
     4653   { (exit 1); exit 1; }; }; }
    39984654fi
    39994655
     
    40054661
    40064662
    4007 echo "$as_me:$LINENO: checking for egrep" >&5
    4008 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    4009 if test "${ac_cv_prog_egrep+set}" = set; then
    4010   echo $ECHO_N "(cached) $ECHO_C" >&6
    4011 else
    4012   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
    4013     then ac_cv_prog_egrep='grep -E'
    4014     else ac_cv_prog_egrep='egrep'
     4663{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4664$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     4665if test "${ac_cv_path_GREP+set}" = set; then
     4666  $as_echo_n "(cached) " >&6
     4667else
     4668  if test -z "$GREP"; then
     4669  ac_path_GREP_found=false
     4670  # Loop through the user's path and test for each of PROGNAME-LIST
     4671  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4672for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4673do
     4674  IFS=$as_save_IFS
     4675  test -z "$as_dir" && as_dir=.
     4676  for ac_prog in grep ggrep; do
     4677    for ac_exec_ext in '' $ac_executable_extensions; do
     4678      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4679      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4680# Check for GNU ac_path_GREP and select it if it is found.
     4681  # Check for GNU $ac_path_GREP
     4682case `"$ac_path_GREP" --version 2>&1` in
     4683*GNU*)
     4684  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
     4685*)
     4686  ac_count=0
     4687  $as_echo_n 0123456789 >"conftest.in"
     4688  while :
     4689  do
     4690    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4691    mv "conftest.tmp" "conftest.in"
     4692    cp "conftest.in" "conftest.nl"
     4693    $as_echo 'GREP' >> "conftest.nl"
     4694    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4695    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4696    ac_count=`expr $ac_count + 1`
     4697    if test $ac_count -gt ${ac_path_GREP_max-0}; then
     4698      # Best one so far, save it but keep looking for a better one
     4699      ac_cv_path_GREP="$ac_path_GREP"
     4700      ac_path_GREP_max=$ac_count
    40154701    fi
    4016 fi
    4017 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
    4018 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    4019  EGREP=$ac_cv_prog_egrep
    4020 
    4021 
    4022 
    4023 echo "$as_me:$LINENO: checking for AIX" >&5
    4024 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
    4025 cat >conftest.$ac_ext <<_ACEOF
    4026 /* confdefs.h.  */
    4027 _ACEOF
    4028 cat confdefs.h >>conftest.$ac_ext
    4029 cat >>conftest.$ac_ext <<_ACEOF
    4030 /* end confdefs.h.  */
    4031 #ifdef _AIX
    4032   yes
    4033 #endif
    4034 
    4035 _ACEOF
    4036 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    4037   $EGREP "yes" >/dev/null 2>&1; then
    4038   echo "$as_me:$LINENO: result: yes" >&5
    4039 echo "${ECHO_T}yes" >&6
    4040 cat >>confdefs.h <<\_ACEOF
    4041 #define _ALL_SOURCE 1
    4042 _ACEOF
    4043 
    4044 else
    4045   echo "$as_me:$LINENO: result: no" >&5
    4046 echo "${ECHO_T}no" >&6
    4047 fi
    4048 rm -f conftest*
    4049 
    4050 
    4051 echo "$as_me:$LINENO: checking for library containing strerror" >&5
    4052 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
    4053 if test "${ac_cv_search_strerror+set}" = set; then
    4054   echo $ECHO_N "(cached) $ECHO_C" >&6
    4055 else
    4056   ac_func_search_save_LIBS=$LIBS
    4057 ac_cv_search_strerror=no
    4058 cat >conftest.$ac_ext <<_ACEOF
    4059 /* confdefs.h.  */
    4060 _ACEOF
    4061 cat confdefs.h >>conftest.$ac_ext
    4062 cat >>conftest.$ac_ext <<_ACEOF
    4063 /* end confdefs.h.  */
    4064 
    4065 /* Override any gcc2 internal prototype to avoid an error.  */
    4066 #ifdef __cplusplus
    4067 extern "C"
    4068 #endif
    4069 /* We use char because int might match the return type of a gcc2
    4070    builtin and then its argument prototype would still apply.  */
    4071 char strerror ();
    4072 int
    4073 main ()
    4074 {
    4075 strerror ();
    4076   ;
    4077   return 0;
    4078 }
    4079 _ACEOF
    4080 rm -f conftest.$ac_objext conftest$ac_exeext
    4081 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4082   (eval $ac_link) 2>conftest.er1
    4083   ac_status=$?
    4084   grep -v '^ *+' conftest.er1 >conftest.err
    4085   rm -f conftest.er1
    4086   cat conftest.err >&5
    4087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4088   (exit $ac_status); } &&
    4089      { ac_try='test -z "$ac_c_werror_flag"
    4090              || test ! -s conftest.err'
    4091   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4092   (eval $ac_try) 2>&5
    4093   ac_status=$?
    4094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4095   (exit $ac_status); }; } &&
    4096      { ac_try='test -s conftest$ac_exeext'
    4097   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4098   (eval $ac_try) 2>&5
    4099   ac_status=$?
    4100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4101   (exit $ac_status); }; }; then
    4102   ac_cv_search_strerror="none required"
    4103 else
    4104   echo "$as_me: failed program was:" >&5
    4105 sed 's/^/| /' conftest.$ac_ext >&5
    4106 
    4107 fi
    4108 rm -f conftest.err conftest.$ac_objext \
    4109       conftest$ac_exeext conftest.$ac_ext
    4110 if test "$ac_cv_search_strerror" = no; then
    4111   for ac_lib in cposix; do
    4112     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    4113     cat >conftest.$ac_ext <<_ACEOF
    4114 /* confdefs.h.  */
    4115 _ACEOF
    4116 cat confdefs.h >>conftest.$ac_ext
    4117 cat >>conftest.$ac_ext <<_ACEOF
    4118 /* end confdefs.h.  */
    4119 
    4120 /* Override any gcc2 internal prototype to avoid an error.  */
    4121 #ifdef __cplusplus
    4122 extern "C"
    4123 #endif
    4124 /* We use char because int might match the return type of a gcc2
    4125    builtin and then its argument prototype would still apply.  */
    4126 char strerror ();
    4127 int
    4128 main ()
    4129 {
    4130 strerror ();
    4131   ;
    4132   return 0;
    4133 }
    4134 _ACEOF
    4135 rm -f conftest.$ac_objext conftest$ac_exeext
    4136 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4137   (eval $ac_link) 2>conftest.er1
    4138   ac_status=$?
    4139   grep -v '^ *+' conftest.er1 >conftest.err
    4140   rm -f conftest.er1
    4141   cat conftest.err >&5
    4142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4143   (exit $ac_status); } &&
    4144      { ac_try='test -z "$ac_c_werror_flag"
    4145              || test ! -s conftest.err'
    4146   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4147   (eval $ac_try) 2>&5
    4148   ac_status=$?
    4149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4150   (exit $ac_status); }; } &&
    4151      { ac_try='test -s conftest$ac_exeext'
    4152   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4153   (eval $ac_try) 2>&5
    4154   ac_status=$?
    4155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4156   (exit $ac_status); }; }; then
    4157   ac_cv_search_strerror="-l$ac_lib"
    4158 break
    4159 else
    4160   echo "$as_me: failed program was:" >&5
    4161 sed 's/^/| /' conftest.$ac_ext >&5
    4162 
    4163 fi
    4164 rm -f conftest.err conftest.$ac_objext \
    4165       conftest$ac_exeext conftest.$ac_ext
     4702    # 10*(2^10) chars as input seems more than enough
     4703    test $ac_count -gt 10 && break
    41664704  done
    4167 fi
    4168 LIBS=$ac_func_search_save_LIBS
    4169 fi
    4170 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
    4171 echo "${ECHO_T}$ac_cv_search_strerror" >&6
    4172 if test "$ac_cv_search_strerror" != no; then
    4173   test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
    4174 
    4175 fi
    4176 
    4177 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    4178 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     4705  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4706esac
     4707
     4708      $ac_path_GREP_found && break 3
     4709    done
     4710  done
     4711done
     4712IFS=$as_save_IFS
     4713  if test -z "$ac_cv_path_GREP"; then
     4714    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4715$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4716   { (exit 1); exit 1; }; }
     4717  fi
     4718else
     4719  ac_cv_path_GREP=$GREP
     4720fi
     4721
     4722fi
     4723{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4724$as_echo "$ac_cv_path_GREP" >&6; }
     4725 GREP="$ac_cv_path_GREP"
     4726
     4727
     4728{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     4729$as_echo_n "checking for egrep... " >&6; }
     4730if test "${ac_cv_path_EGREP+set}" = set; then
     4731  $as_echo_n "(cached) " >&6
     4732else
     4733  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
     4734   then ac_cv_path_EGREP="$GREP -E"
     4735   else
     4736     if test -z "$EGREP"; then
     4737  ac_path_EGREP_found=false
     4738  # Loop through the user's path and test for each of PROGNAME-LIST
     4739  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4740for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4741do
     4742  IFS=$as_save_IFS
     4743  test -z "$as_dir" && as_dir=.
     4744  for ac_prog in egrep; do
     4745    for ac_exec_ext in '' $ac_executable_extensions; do
     4746      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4747      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4748# Check for GNU ac_path_EGREP and select it if it is found.
     4749  # Check for GNU $ac_path_EGREP
     4750case `"$ac_path_EGREP" --version 2>&1` in
     4751*GNU*)
     4752  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
     4753*)
     4754  ac_count=0
     4755  $as_echo_n 0123456789 >"conftest.in"
     4756  while :
     4757  do
     4758    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4759    mv "conftest.tmp" "conftest.in"
     4760    cp "conftest.in" "conftest.nl"
     4761    $as_echo 'EGREP' >> "conftest.nl"
     4762    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4763    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4764    ac_count=`expr $ac_count + 1`
     4765    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
     4766      # Best one so far, save it but keep looking for a better one
     4767      ac_cv_path_EGREP="$ac_path_EGREP"
     4768      ac_path_EGREP_max=$ac_count
     4769    fi
     4770    # 10*(2^10) chars as input seems more than enough
     4771    test $ac_count -gt 10 && break
     4772  done
     4773  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4774esac
     4775
     4776      $ac_path_EGREP_found && break 3
     4777    done
     4778  done
     4779done
     4780IFS=$as_save_IFS
     4781  if test -z "$ac_cv_path_EGREP"; then
     4782    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4783$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4784   { (exit 1); exit 1; }; }
     4785  fi
     4786else
     4787  ac_cv_path_EGREP=$EGREP
     4788fi
     4789
     4790   fi
     4791fi
     4792{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4793$as_echo "$ac_cv_path_EGREP" >&6; }
     4794 EGREP="$ac_cv_path_EGREP"
     4795
     4796
     4797{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4798$as_echo_n "checking for ANSI C header files... " >&6; }
    41794799if test "${ac_cv_header_stdc+set}" = set; then
    4180   echo $ECHO_N "(cached) $ECHO_C" >&6
     4800  $as_echo_n "(cached) " >&6
    41814801else
    41824802  cat >conftest.$ac_ext <<_ACEOF
     
    42004820_ACEOF
    42014821rm -f conftest.$ac_objext
    4202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4203   (eval $ac_compile) 2>conftest.er1
     4822if { (ac_try="$ac_compile"
     4823case "(($ac_try" in
     4824  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4825  *) ac_try_echo=$ac_try;;
     4826esac
     4827eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4828$as_echo "$ac_try_echo") >&5
     4829  (eval "$ac_compile") 2>conftest.er1
    42044830  ac_status=$?
    42054831  grep -v '^ *+' conftest.er1 >conftest.err
    42064832  rm -f conftest.er1
    42074833  cat conftest.err >&5
    4208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4209   (exit $ac_status); } &&
    4210      { ac_try='test -z "$ac_c_werror_flag"
    4211              || test ! -s conftest.err'
    4212   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4213   (eval $ac_try) 2>&5
    4214   ac_status=$?
    4215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4216   (exit $ac_status); }; } &&
    4217      { ac_try='test -s conftest.$ac_objext'
    4218   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4219   (eval $ac_try) 2>&5
    4220   ac_status=$?
    4221   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4222   (exit $ac_status); }; }; then
     4834  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4835  (exit $ac_status); } && {
     4836     test -z "$ac_c_werror_flag" ||
     4837     test ! -s conftest.err
     4838       } && test -s conftest.$ac_objext; then
    42234839  ac_cv_header_stdc=yes
    42244840else
    4225   echo "$as_me: failed program was:" >&5
     4841  $as_echo "$as_me: failed program was:" >&5
    42264842sed 's/^/| /' conftest.$ac_ext >&5
    42274843
    4228 ac_cv_header_stdc=no
    4229 fi
    4230 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4844    ac_cv_header_stdc=no
     4845fi
     4846
     4847rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    42314848
    42324849if test $ac_cv_header_stdc = yes; then
     
    42844901/* end confdefs.h.  */
    42854902#include <ctype.h>
     4903#include <stdlib.h>
    42864904#if ((' ' & 0x0FF) == 0x020)
    42874905# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    43034921    if (XOR (islower (i), ISLOWER (i))
    43044922    || toupper (i) != TOUPPER (i))
    4305       exit(2);
    4306   exit (0);
     4923      return 2;
     4924  return 0;
    43074925}
    43084926_ACEOF
    43094927rm -f conftest$ac_exeext
    4310 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4311   (eval $ac_link) 2>&5
     4928if { (ac_try="$ac_link"
     4929case "(($ac_try" in
     4930  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4931  *) ac_try_echo=$ac_try;;
     4932esac
     4933eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4934$as_echo "$ac_try_echo") >&5
     4935  (eval "$ac_link") 2>&5
    43124936  ac_status=$?
    4313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4937  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43144938  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    4315   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4316   (eval $ac_try) 2>&5
     4939  { (case "(($ac_try" in
     4940  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4941  *) ac_try_echo=$ac_try;;
     4942esac
     4943eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4944$as_echo "$ac_try_echo") >&5
     4945  (eval "$ac_try") 2>&5
    43174946  ac_status=$?
    4318   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4947  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43194948  (exit $ac_status); }; }; then
    43204949  :
    43214950else
    4322   echo "$as_me: program exited with status $ac_status" >&5
    4323 echo "$as_me: failed program was:" >&5
     4951  $as_echo "$as_me: program exited with status $ac_status" >&5
     4952$as_echo "$as_me: failed program was:" >&5
    43244953sed 's/^/| /' conftest.$ac_ext >&5
    43254954
     
    43274956ac_cv_header_stdc=no
    43284957fi
    4329 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    4330 fi
    4331 fi
    4332 fi
    4333 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4334 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     4958rm -rf conftest.dSYM
     4959rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4960fi
     4961
     4962
     4963fi
     4964fi
     4965{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4966$as_echo "$ac_cv_header_stdc" >&6; }
    43354967if test $ac_cv_header_stdc = yes; then
    43364968
     
    43544986          inttypes.h stdint.h unistd.h
    43554987do
    4356 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4357 echo "$as_me:$LINENO: checking for $ac_header" >&5
    4358 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    4359 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    4360   echo $ECHO_N "(cached) $ECHO_C" >&6
     4988as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4989{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4990$as_echo_n "checking for $ac_header... " >&6; }
     4991if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4992  $as_echo_n "(cached) " >&6
    43614993else
    43624994  cat >conftest.$ac_ext <<_ACEOF
     
    43715003_ACEOF
    43725004rm -f conftest.$ac_objext
    4373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4374   (eval $ac_compile) 2>conftest.er1
     5005if { (ac_try="$ac_compile"
     5006case "(($ac_try" in
     5007  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5008  *) ac_try_echo=$ac_try;;
     5009esac
     5010eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5011$as_echo "$ac_try_echo") >&5
     5012  (eval "$ac_compile") 2>conftest.er1
    43755013  ac_status=$?
    43765014  grep -v '^ *+' conftest.er1 >conftest.err
    43775015  rm -f conftest.er1
    43785016  cat conftest.err >&5
    4379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4380   (exit $ac_status); } &&
    4381      { ac_try='test -z "$ac_c_werror_flag"
    4382              || test ! -s conftest.err'
    4383   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4384   (eval $ac_try) 2>&5
    4385   ac_status=$?
    4386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4387   (exit $ac_status); }; } &&
    4388      { ac_try='test -s conftest.$ac_objext'
    4389   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4390   (eval $ac_try) 2>&5
    4391   ac_status=$?
    4392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4393   (exit $ac_status); }; }; then
     5017  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5018  (exit $ac_status); } && {
     5019     test -z "$ac_c_werror_flag" ||
     5020     test ! -s conftest.err
     5021       } && test -s conftest.$ac_objext; then
    43945022  eval "$as_ac_Header=yes"
    43955023else
    4396   echo "$as_me: failed program was:" >&5
     5024  $as_echo "$as_me: failed program was:" >&5
    43975025sed 's/^/| /' conftest.$ac_ext >&5
    43985026
    4399 eval "$as_ac_Header=no"
    4400 fi
    4401 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4402 fi
    4403 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    4404 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    4405 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5027    eval "$as_ac_Header=no"
     5028fi
     5029
     5030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5031fi
     5032ac_res=`eval 'as_val=${'$as_ac_Header'}
     5033         $as_echo "$as_val"'`
     5034           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5035$as_echo "$ac_res" >&6; }
     5036as_val=`eval 'as_val=${'$as_ac_Header'}
     5037         $as_echo "$as_val"'`
     5038   if test "x$as_val" = x""yes; then
    44065039  cat >>confdefs.h <<_ACEOF
    4407 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5040#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    44085041_ACEOF
    44095042
     
    44135046
    44145047
     5048
     5049  if test "${ac_cv_header_minix_config_h+set}" = set; then
     5050  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5051$as_echo_n "checking for minix/config.h... " >&6; }
    44155052if test "${ac_cv_header_minix_config_h+set}" = set; then
    4416   echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4417 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
    4418 if test "${ac_cv_header_minix_config_h+set}" = set; then
    4419   echo $ECHO_N "(cached) $ECHO_C" >&6
    4420 fi
    4421 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4422 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
     5053  $as_echo_n "(cached) " >&6
     5054fi
     5055{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5056$as_echo "$ac_cv_header_minix_config_h" >&6; }
    44235057else
    44245058  # Is the header compilable?
    4425 echo "$as_me:$LINENO: checking minix/config.h usability" >&5
    4426 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
     5059{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     5060$as_echo_n "checking minix/config.h usability... " >&6; }
    44275061cat >conftest.$ac_ext <<_ACEOF
    44285062/* confdefs.h.  */
     
    44355069_ACEOF
    44365070rm -f conftest.$ac_objext
    4437 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4438   (eval $ac_compile) 2>conftest.er1
     5071if { (ac_try="$ac_compile"
     5072case "(($ac_try" in
     5073  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5074  *) ac_try_echo=$ac_try;;
     5075esac
     5076eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5077$as_echo "$ac_try_echo") >&5
     5078  (eval "$ac_compile") 2>conftest.er1
    44395079  ac_status=$?
    44405080  grep -v '^ *+' conftest.er1 >conftest.err
    44415081  rm -f conftest.er1
    44425082  cat conftest.err >&5
    4443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4444   (exit $ac_status); } &&
    4445      { ac_try='test -z "$ac_c_werror_flag"
    4446              || test ! -s conftest.err'
    4447   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4448   (eval $ac_try) 2>&5
    4449   ac_status=$?
    4450   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4451   (exit $ac_status); }; } &&
    4452      { ac_try='test -s conftest.$ac_objext'
    4453   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4454   (eval $ac_try) 2>&5
    4455   ac_status=$?
    4456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4457   (exit $ac_status); }; }; then
     5083  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5084  (exit $ac_status); } && {
     5085     test -z "$ac_c_werror_flag" ||
     5086     test ! -s conftest.err
     5087       } && test -s conftest.$ac_objext; then
    44585088  ac_header_compiler=yes
    44595089else
    4460   echo "$as_me: failed program was:" >&5
     5090  $as_echo "$as_me: failed program was:" >&5
    44615091sed 's/^/| /' conftest.$ac_ext >&5
    44625092
    4463 ac_header_compiler=no
    4464 fi
    4465 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4466 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4467 echo "${ECHO_T}$ac_header_compiler" >&6
     5093    ac_header_compiler=no
     5094fi
     5095
     5096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5097{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5098$as_echo "$ac_header_compiler" >&6; }
    44685099
    44695100# Is the header present?
    4470 echo "$as_me:$LINENO: checking minix/config.h presence" >&5
    4471 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
     5101{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5102$as_echo_n "checking minix/config.h presence... " >&6; }
    44725103cat >conftest.$ac_ext <<_ACEOF
    44735104/* confdefs.h.  */
     
    44785109#include <minix/config.h>
    44795110_ACEOF
    4480 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    4481   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     5111if { (ac_try="$ac_cpp conftest.$ac_ext"
     5112case "(($ac_try" in
     5113  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5114  *) ac_try_echo=$ac_try;;
     5115esac
     5116eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5117$as_echo "$ac_try_echo") >&5
     5118  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    44825119  ac_status=$?
    44835120  grep -v '^ *+' conftest.er1 >conftest.err
    44845121  rm -f conftest.er1
    44855122  cat conftest.err >&5
    4486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4487   (exit $ac_status); } >/dev/null; then
    4488   if test -s conftest.err; then
    4489     ac_cpp_err=$ac_c_preproc_warn_flag
    4490     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    4491   else
    4492     ac_cpp_err=
    4493   fi
    4494 else
    4495   ac_cpp_err=yes
    4496 fi
    4497 if test -z "$ac_cpp_err"; then
     5123  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5124  (exit $ac_status); } >/dev/null && {
     5125     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     5126     test ! -s conftest.err
     5127       }; then
    44985128  ac_header_preproc=yes
    44995129else
    4500   echo "$as_me: failed program was:" >&5
     5130  $as_echo "$as_me: failed program was:" >&5
    45015131sed 's/^/| /' conftest.$ac_ext >&5
    45025132
    45035133  ac_header_preproc=no
    45045134fi
     5135
    45055136rm -f conftest.err conftest.$ac_ext
    4506 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4507 echo "${ECHO_T}$ac_header_preproc" >&6
     5137{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5138$as_echo "$ac_header_preproc" >&6; }
    45085139
    45095140# So?  What about this header?
    45105141case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    45115142  yes:no: )
    4512     { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
    4513 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4514     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
    4515 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5143    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5144$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5145    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5146$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
    45165147    ac_header_preproc=yes
    45175148    ;;
    45185149  no:yes:* )
    4519     { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
    4520 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
    4521     { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
    4522 echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
    4523     { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
    4524 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
    4525     { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
    4526 echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    4527     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
    4528 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
    4529     { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
    4530 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
    4531     (
    4532       cat <<\_ASBOX
    4533 ## ------------------------------------------ ##
    4534 ## Report this to the AC_PACKAGE_NAME lists.  ##
    4535 ## ------------------------------------------ ##
    4536 _ASBOX
    4537     ) |
    4538       sed "s/^/$as_me: WARNING:     /" >&2
     5150    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5151$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5152    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5153$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5154    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5155$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5156    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5157$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5158    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5159$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5160    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5161$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5162
    45395163    ;;
    45405164esac
    4541 echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4542 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
     5165{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5166$as_echo_n "checking for minix/config.h... " >&6; }
    45435167if test "${ac_cv_header_minix_config_h+set}" = set; then
    4544   echo $ECHO_N "(cached) $ECHO_C" >&6
     5168  $as_echo_n "(cached) " >&6
    45455169else
    45465170  ac_cv_header_minix_config_h=$ac_header_preproc
    45475171fi
    4548 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4549 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
    4550 
    4551 fi
    4552 if test $ac_cv_header_minix_config_h = yes; then
     5172{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5173$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5174
     5175fi
     5176if test "x$ac_cv_header_minix_config_h" = x""yes; then
    45535177  MINIX=yes
    45545178else
     
    45575181
    45585182
    4559 if test "$MINIX" = yes; then
     5183  if test "$MINIX" = yes; then
    45605184
    45615185cat >>confdefs.h <<\_ACEOF
     
    45735197_ACEOF
    45745198
    4575 fi
    4576 
    4577 echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
    4578 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
     5199  fi
     5200
     5201
     5202
     5203  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     5204$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     5205if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     5206  $as_echo_n "(cached) " >&6
     5207else
     5208  cat >conftest.$ac_ext <<_ACEOF
     5209/* confdefs.h.  */
     5210_ACEOF
     5211cat confdefs.h >>conftest.$ac_ext
     5212cat >>conftest.$ac_ext <<_ACEOF
     5213/* end confdefs.h.  */
     5214
     5215#     define __EXTENSIONS__ 1
     5216      $ac_includes_default
     5217int
     5218main ()
     5219{
     5220
     5221  ;
     5222  return 0;
     5223}
     5224_ACEOF
     5225rm -f conftest.$ac_objext
     5226if { (ac_try="$ac_compile"
     5227case "(($ac_try" in
     5228  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5229  *) ac_try_echo=$ac_try;;
     5230esac
     5231eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5232$as_echo "$ac_try_echo") >&5
     5233  (eval "$ac_compile") 2>conftest.er1
     5234  ac_status=$?
     5235  grep -v '^ *+' conftest.er1 >conftest.err
     5236  rm -f conftest.er1
     5237  cat conftest.err >&5
     5238  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5239  (exit $ac_status); } && {
     5240     test -z "$ac_c_werror_flag" ||
     5241     test ! -s conftest.err
     5242       } && test -s conftest.$ac_objext; then
     5243  ac_cv_safe_to_define___extensions__=yes
     5244else
     5245  $as_echo "$as_me: failed program was:" >&5
     5246sed 's/^/| /' conftest.$ac_ext >&5
     5247
     5248    ac_cv_safe_to_define___extensions__=no
     5249fi
     5250
     5251rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5252fi
     5253{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     5254$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     5255  test $ac_cv_safe_to_define___extensions__ = yes &&
     5256    cat >>confdefs.h <<\_ACEOF
     5257#define __EXTENSIONS__ 1
     5258_ACEOF
     5259
     5260  cat >>confdefs.h <<\_ACEOF
     5261#define _ALL_SOURCE 1
     5262_ACEOF
     5263
     5264  cat >>confdefs.h <<\_ACEOF
     5265#define _GNU_SOURCE 1
     5266_ACEOF
     5267
     5268  cat >>confdefs.h <<\_ACEOF
     5269#define _POSIX_PTHREAD_SEMANTICS 1
     5270_ACEOF
     5271
     5272  cat >>confdefs.h <<\_ACEOF
     5273#define _TANDEM_SOURCE 1
     5274_ACEOF
     5275
     5276
     5277{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
     5278$as_echo_n "checking for library containing strerror... " >&6; }
     5279if test "${ac_cv_search_strerror+set}" = set; then
     5280  $as_echo_n "(cached) " >&6
     5281else
     5282  ac_func_search_save_LIBS=$LIBS
     5283cat >conftest.$ac_ext <<_ACEOF
     5284/* confdefs.h.  */
     5285_ACEOF
     5286cat confdefs.h >>conftest.$ac_ext
     5287cat >>conftest.$ac_ext <<_ACEOF
     5288/* end confdefs.h.  */
     5289
     5290/* Override any GCC internal prototype to avoid an error.
     5291   Use char because int might match the return type of a GCC
     5292   builtin and then its argument prototype would still apply.  */
     5293#ifdef __cplusplus
     5294extern "C"
     5295#endif
     5296char strerror ();
     5297int
     5298main ()
     5299{
     5300return strerror ();
     5301  ;
     5302  return 0;
     5303}
     5304_ACEOF
     5305for ac_lib in '' cposix; do
     5306  if test -z "$ac_lib"; then
     5307    ac_res="none required"
     5308  else
     5309    ac_res=-l$ac_lib
     5310    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     5311  fi
     5312  rm -f conftest.$ac_objext conftest$ac_exeext
     5313if { (ac_try="$ac_link"
     5314case "(($ac_try" in
     5315  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5316  *) ac_try_echo=$ac_try;;
     5317esac
     5318eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5319$as_echo "$ac_try_echo") >&5
     5320  (eval "$ac_link") 2>conftest.er1
     5321  ac_status=$?
     5322  grep -v '^ *+' conftest.er1 >conftest.err
     5323  rm -f conftest.er1
     5324  cat conftest.err >&5
     5325  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5326  (exit $ac_status); } && {
     5327     test -z "$ac_c_werror_flag" ||
     5328     test ! -s conftest.err
     5329       } && test -s conftest$ac_exeext && {
     5330     test "$cross_compiling" = yes ||
     5331     $as_test_x conftest$ac_exeext
     5332       }; then
     5333  ac_cv_search_strerror=$ac_res
     5334else
     5335  $as_echo "$as_me: failed program was:" >&5
     5336sed 's/^/| /' conftest.$ac_ext >&5
     5337
     5338
     5339fi
     5340
     5341rm -rf conftest.dSYM
     5342rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     5343      conftest$ac_exeext
     5344  if test "${ac_cv_search_strerror+set}" = set; then
     5345  break
     5346fi
     5347done
     5348if test "${ac_cv_search_strerror+set}" = set; then
     5349  :
     5350else
     5351  ac_cv_search_strerror=no
     5352fi
     5353rm conftest.$ac_ext
     5354LIBS=$ac_func_search_save_LIBS
     5355fi
     5356{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
     5357$as_echo "$ac_cv_search_strerror" >&6; }
     5358ac_res=$ac_cv_search_strerror
     5359if test "$ac_res" != no; then
     5360  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     5361
     5362fi
     5363
     5364
     5365  if test "${ac_cv_header_minix_config_h+set}" = set; then
     5366  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5367$as_echo_n "checking for minix/config.h... " >&6; }
     5368if test "${ac_cv_header_minix_config_h+set}" = set; then
     5369  $as_echo_n "(cached) " >&6
     5370fi
     5371{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5372$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5373else
     5374  # Is the header compilable?
     5375{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     5376$as_echo_n "checking minix/config.h usability... " >&6; }
     5377cat >conftest.$ac_ext <<_ACEOF
     5378/* confdefs.h.  */
     5379_ACEOF
     5380cat confdefs.h >>conftest.$ac_ext
     5381cat >>conftest.$ac_ext <<_ACEOF
     5382/* end confdefs.h.  */
     5383$ac_includes_default
     5384#include <minix/config.h>
     5385_ACEOF
     5386rm -f conftest.$ac_objext
     5387if { (ac_try="$ac_compile"
     5388case "(($ac_try" in
     5389  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5390  *) ac_try_echo=$ac_try;;
     5391esac
     5392eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5393$as_echo "$ac_try_echo") >&5
     5394  (eval "$ac_compile") 2>conftest.er1
     5395  ac_status=$?
     5396  grep -v '^ *+' conftest.er1 >conftest.err
     5397  rm -f conftest.er1
     5398  cat conftest.err >&5
     5399  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5400  (exit $ac_status); } && {
     5401     test -z "$ac_c_werror_flag" ||
     5402     test ! -s conftest.err
     5403       } && test -s conftest.$ac_objext; then
     5404  ac_header_compiler=yes
     5405else
     5406  $as_echo "$as_me: failed program was:" >&5
     5407sed 's/^/| /' conftest.$ac_ext >&5
     5408
     5409    ac_header_compiler=no
     5410fi
     5411
     5412rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5413{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5414$as_echo "$ac_header_compiler" >&6; }
     5415
     5416# Is the header present?
     5417{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5418$as_echo_n "checking minix/config.h presence... " >&6; }
     5419cat >conftest.$ac_ext <<_ACEOF
     5420/* confdefs.h.  */
     5421_ACEOF
     5422cat confdefs.h >>conftest.$ac_ext
     5423cat >>conftest.$ac_ext <<_ACEOF
     5424/* end confdefs.h.  */
     5425#include <minix/config.h>
     5426_ACEOF
     5427if { (ac_try="$ac_cpp conftest.$ac_ext"
     5428case "(($ac_try" in
     5429  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5430  *) ac_try_echo=$ac_try;;
     5431esac
     5432eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5433$as_echo "$ac_try_echo") >&5
     5434  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     5435  ac_status=$?
     5436  grep -v '^ *+' conftest.er1 >conftest.err
     5437  rm -f conftest.er1
     5438  cat conftest.err >&5
     5439  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5440  (exit $ac_status); } >/dev/null && {
     5441     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     5442     test ! -s conftest.err
     5443       }; then
     5444  ac_header_preproc=yes
     5445else
     5446  $as_echo "$as_me: failed program was:" >&5
     5447sed 's/^/| /' conftest.$ac_ext >&5
     5448
     5449  ac_header_preproc=no
     5450fi
     5451
     5452rm -f conftest.err conftest.$ac_ext
     5453{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5454$as_echo "$ac_header_preproc" >&6; }
     5455
     5456# So?  What about this header?
     5457case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     5458  yes:no: )
     5459    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5460$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5461    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5462$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5463    ac_header_preproc=yes
     5464    ;;
     5465  no:yes:* )
     5466    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5467$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5468    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5469$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5470    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5471$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5472    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5473$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5474    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5475$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5476    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5477$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5478
     5479    ;;
     5480esac
     5481{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5482$as_echo_n "checking for minix/config.h... " >&6; }
     5483if test "${ac_cv_header_minix_config_h+set}" = set; then
     5484  $as_echo_n "(cached) " >&6
     5485else
     5486  ac_cv_header_minix_config_h=$ac_header_preproc
     5487fi
     5488{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5489$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5490
     5491fi
     5492if test "x$ac_cv_header_minix_config_h" = x""yes; then
     5493  MINIX=yes
     5494else
     5495  MINIX=
     5496fi
     5497
     5498
     5499  if test "$MINIX" = yes; then
     5500
     5501cat >>confdefs.h <<\_ACEOF
     5502#define _POSIX_SOURCE 1
     5503_ACEOF
     5504
     5505
     5506cat >>confdefs.h <<\_ACEOF
     5507#define _POSIX_1_SOURCE 2
     5508_ACEOF
     5509
     5510
     5511cat >>confdefs.h <<\_ACEOF
     5512#define _MINIX 1
     5513_ACEOF
     5514
     5515  fi
     5516
     5517
     5518
     5519  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     5520$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     5521if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     5522  $as_echo_n "(cached) " >&6
     5523else
     5524  cat >conftest.$ac_ext <<_ACEOF
     5525/* confdefs.h.  */
     5526_ACEOF
     5527cat confdefs.h >>conftest.$ac_ext
     5528cat >>conftest.$ac_ext <<_ACEOF
     5529/* end confdefs.h.  */
     5530
     5531#     define __EXTENSIONS__ 1
     5532      $ac_includes_default
     5533int
     5534main ()
     5535{
     5536
     5537  ;
     5538  return 0;
     5539}
     5540_ACEOF
     5541rm -f conftest.$ac_objext
     5542if { (ac_try="$ac_compile"
     5543case "(($ac_try" in
     5544  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5545  *) ac_try_echo=$ac_try;;
     5546esac
     5547eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5548$as_echo "$ac_try_echo") >&5
     5549  (eval "$ac_compile") 2>conftest.er1
     5550  ac_status=$?
     5551  grep -v '^ *+' conftest.er1 >conftest.err
     5552  rm -f conftest.er1
     5553  cat conftest.err >&5
     5554  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5555  (exit $ac_status); } && {
     5556     test -z "$ac_c_werror_flag" ||
     5557     test ! -s conftest.err
     5558       } && test -s conftest.$ac_objext; then
     5559  ac_cv_safe_to_define___extensions__=yes
     5560else
     5561  $as_echo "$as_me: failed program was:" >&5
     5562sed 's/^/| /' conftest.$ac_ext >&5
     5563
     5564    ac_cv_safe_to_define___extensions__=no
     5565fi
     5566
     5567rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5568fi
     5569{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     5570$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     5571  test $ac_cv_safe_to_define___extensions__ = yes &&
     5572    cat >>confdefs.h <<\_ACEOF
     5573#define __EXTENSIONS__ 1
     5574_ACEOF
     5575
     5576  cat >>confdefs.h <<\_ACEOF
     5577#define _ALL_SOURCE 1
     5578_ACEOF
     5579
     5580  cat >>confdefs.h <<\_ACEOF
     5581#define _GNU_SOURCE 1
     5582_ACEOF
     5583
     5584  cat >>confdefs.h <<\_ACEOF
     5585#define _POSIX_PTHREAD_SEMANTICS 1
     5586_ACEOF
     5587
     5588  cat >>confdefs.h <<\_ACEOF
     5589#define _TANDEM_SOURCE 1
     5590_ACEOF
     5591
     5592
     5593{ $as_echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
     5594$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
    45795595if test "${ac_cv_prog_cc_stdc+set}" = set; then
    4580   echo $ECHO_N "(cached) $ECHO_C" >&6
     5596  $as_echo_n "(cached) " >&6
    45815597else
    45825598  ac_cv_prog_cc_stdc=no
     
    46125628_ACEOF
    46135629rm -f conftest.$ac_objext
    4614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4615   (eval $ac_compile) 2>conftest.er1
     5630if { (ac_try="$ac_compile"
     5631case "(($ac_try" in
     5632  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5633  *) ac_try_echo=$ac_try;;
     5634esac
     5635eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5636$as_echo "$ac_try_echo") >&5
     5637  (eval "$ac_compile") 2>conftest.er1
    46165638  ac_status=$?
    46175639  grep -v '^ *+' conftest.er1 >conftest.err
    46185640  rm -f conftest.er1
    46195641  cat conftest.err >&5
    4620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4621   (exit $ac_status); } &&
    4622      { ac_try='test -z "$ac_c_werror_flag"
    4623              || test ! -s conftest.err'
    4624   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4625   (eval $ac_try) 2>&5
    4626   ac_status=$?
    4627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4628   (exit $ac_status); }; } &&
    4629      { ac_try='test -s conftest.$ac_objext'
    4630   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4631   (eval $ac_try) 2>&5
    4632   ac_status=$?
    4633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4634   (exit $ac_status); }; }; then
     5642  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5643  (exit $ac_status); } && {
     5644     test -z "$ac_c_werror_flag" ||
     5645     test ! -s conftest.err
     5646       } && test -s conftest.$ac_objext; then
    46355647  ac_cv_prog_cc_stdc="$ac_arg"; break
    46365648else
    4637   echo "$as_me: failed program was:" >&5
     5649  $as_echo "$as_me: failed program was:" >&5
    46385650sed 's/^/| /' conftest.$ac_ext >&5
    46395651
    4640 fi
    4641 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5652
     5653fi
     5654
     5655rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    46425656done
    46435657CFLAGS="$ac_save_CFLAGS"
     
    46455659fi
    46465660
    4647 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    4648 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     5661{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     5662$as_echo "$ac_cv_prog_cc_stdc" >&6; }
    46495663case "x$ac_cv_prog_cc_stdc" in
    46505664  x|xno) ;;
     
    46535667
    46545668
    4655 echo "$as_me:$LINENO: checking for function prototypes" >&5
    4656 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
     5669{ $as_echo "$as_me:$LINENO: checking for function prototypes" >&5
     5670$as_echo_n "checking for function prototypes... " >&6; }
    46575671if test "$ac_cv_prog_cc_stdc" != no; then
    4658   echo "$as_me:$LINENO: result: yes" >&5
    4659 echo "${ECHO_T}yes" >&6
     5672  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5673$as_echo "yes" >&6; }
    46605674  cat >>confdefs.h <<\_ACEOF
    46615675#define PROTOTYPES 1
     
    46645678  U= ANSI2KNR=
    46655679else
    4666   echo "$as_me:$LINENO: result: no" >&5
    4667 echo "${ECHO_T}no" >&6
     5680  { $as_echo "$as_me:$LINENO: result: no" >&5
     5681$as_echo "no" >&6; }
    46685682  U=_ ANSI2KNR=ansi2knr
    46695683fi
    46705684
    4671 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
    4672 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     5685{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     5686$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
    46735687if test "${ac_cv_c_const+set}" = set; then
    4674   echo $ECHO_N "(cached) $ECHO_C" >&6
     5688  $as_echo_n "(cached) " >&6
    46755689else
    46765690  cat >conftest.$ac_ext <<_ACEOF
     
    46885702  /* Ultrix mips cc rejects this.  */
    46895703  typedef int charset[2];
    4690   const charset x;
     5704  const charset cs;
    46915705  /* SunOS 4.1.1 cc rejects this.  */
    4692   char const *const *ccp;
    4693   char **p;
     5706  char const *const *pcpcc;
     5707  char **ppc;
    46945708  /* NEC SVR4.0.2 mips cc rejects this.  */
    46955709  struct point {int x, y;};
     
    47005714     expression */
    47015715  const char *g = "string";
    4702   ccp = &g + (g ? g-g : 0);
     5716  pcpcc = &g + (g ? g-g : 0);
    47035717  /* HPUX 7.0 cc rejects these. */
    4704   ++ccp;
    4705   p = (char**) ccp;
    4706   ccp = (char const *const *) p;
     5718  ++pcpcc;
     5719  ppc = (char**) pcpcc;
     5720  pcpcc = (char const *const *) ppc;
    47075721  { /* SCO 3.2v4 cc rejects this.  */
    47085722    char *t;
     
    47105724
    47115725    *t++ = 0;
     5726    if (s) return 0;
    47125727  }
    47135728  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     
    47285743  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    47295744    const int foo = 10;
     5745    if (!foo) return 0;
    47305746  }
     5747  return !cs[0] && !zero.x;
    47315748#endif
    47325749
     
    47365753_ACEOF
    47375754rm -f conftest.$ac_objext
    4738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4739   (eval $ac_compile) 2>conftest.er1
     5755if { (ac_try="$ac_compile"
     5756case "(($ac_try" in
     5757  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5758  *) ac_try_echo=$ac_try;;
     5759esac
     5760eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5761$as_echo "$ac_try_echo") >&5
     5762  (eval "$ac_compile") 2>conftest.er1
    47405763  ac_status=$?
    47415764  grep -v '^ *+' conftest.er1 >conftest.err
    47425765  rm -f conftest.er1
    47435766  cat conftest.err >&5
    4744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4745   (exit $ac_status); } &&
    4746      { ac_try='test -z "$ac_c_werror_flag"
    4747              || test ! -s conftest.err'
    4748   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4749   (eval $ac_try) 2>&5
    4750   ac_status=$?
    4751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4752   (exit $ac_status); }; } &&
    4753      { ac_try='test -s conftest.$ac_objext'
    4754   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4755   (eval $ac_try) 2>&5
    4756   ac_status=$?
    4757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4758   (exit $ac_status); }; }; then
     5767  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5768  (exit $ac_status); } && {
     5769     test -z "$ac_c_werror_flag" ||
     5770     test ! -s conftest.err
     5771       } && test -s conftest.$ac_objext; then
    47595772  ac_cv_c_const=yes
    47605773else
    4761   echo "$as_me: failed program was:" >&5
     5774  $as_echo "$as_me: failed program was:" >&5
    47625775sed 's/^/| /' conftest.$ac_ext >&5
    47635776
    4764 ac_cv_c_const=no
    4765 fi
    4766 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4767 fi
    4768 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
    4769 echo "${ECHO_T}$ac_cv_c_const" >&6
     5777    ac_cv_c_const=no
     5778fi
     5779
     5780rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5781fi
     5782{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     5783$as_echo "$ac_cv_c_const" >&6; }
    47705784if test $ac_cv_c_const = no; then
    47715785
    47725786cat >>confdefs.h <<\_ACEOF
    4773 #define const
    4774 _ACEOF
    4775 
    4776 fi
    4777 
    4778 echo "$as_me:$LINENO: checking for off_t" >&5
    4779 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
     5787#define const /**/
     5788_ACEOF
     5789
     5790fi
     5791
     5792{ $as_echo "$as_me:$LINENO: checking for off_t" >&5
     5793$as_echo_n "checking for off_t... " >&6; }
    47805794if test "${ac_cv_type_off_t+set}" = set; then
    4781   echo $ECHO_N "(cached) $ECHO_C" >&6
    4782 else
    4783   cat >conftest.$ac_ext <<_ACEOF
     5795  $as_echo_n "(cached) " >&6
     5796else
     5797  ac_cv_type_off_t=no
     5798cat >conftest.$ac_ext <<_ACEOF
    47845799/* confdefs.h.  */
    47855800_ACEOF
     
    47915806main ()
    47925807{
    4793 if ((off_t *) 0)
    4794   return 0;
    47955808if (sizeof (off_t))
    4796   return 0;
     5809       return 0;
    47975810  ;
    47985811  return 0;
     
    48005813_ACEOF
    48015814rm -f conftest.$ac_objext
    4802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4803   (eval $ac_compile) 2>conftest.er1
     5815if { (ac_try="$ac_compile"
     5816case "(($ac_try" in
     5817  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5818  *) ac_try_echo=$ac_try;;
     5819esac
     5820eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5821$as_echo "$ac_try_echo") >&5
     5822  (eval "$ac_compile") 2>conftest.er1
    48045823  ac_status=$?
    48055824  grep -v '^ *+' conftest.er1 >conftest.err
    48065825  rm -f conftest.er1
    48075826  cat conftest.err >&5
    4808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4809   (exit $ac_status); } &&
    4810      { ac_try='test -z "$ac_c_werror_flag"
    4811              || test ! -s conftest.err'
    4812   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4813   (eval $ac_try) 2>&5
    4814   ac_status=$?
    4815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4816   (exit $ac_status); }; } &&
    4817      { ac_try='test -s conftest.$ac_objext'
    4818   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4819   (eval $ac_try) 2>&5
    4820   ac_status=$?
    4821   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4822   (exit $ac_status); }; }; then
    4823   ac_cv_type_off_t=yes
    4824 else
    4825   echo "$as_me: failed program was:" >&5
    4826 sed 's/^/| /' conftest.$ac_ext >&5
    4827 
    4828 ac_cv_type_off_t=no
    4829 fi
    4830 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4831 fi
    4832 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
    4833 echo "${ECHO_T}$ac_cv_type_off_t" >&6
    4834 if test $ac_cv_type_off_t = yes; then
    4835   :
    4836 else
    4837 
    4838 cat >>confdefs.h <<_ACEOF
    4839 #define off_t long
    4840 _ACEOF
    4841 
    4842 fi
    4843 
    4844 echo "$as_me:$LINENO: checking for size_t" >&5
    4845 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
    4846 if test "${ac_cv_type_size_t+set}" = set; then
    4847   echo $ECHO_N "(cached) $ECHO_C" >&6
    4848 else
     5827  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5828  (exit $ac_status); } && {
     5829     test -z "$ac_c_werror_flag" ||
     5830     test ! -s conftest.err
     5831       } && test -s conftest.$ac_objext; then
    48495832  cat >conftest.$ac_ext <<_ACEOF
    48505833/* confdefs.h.  */
     
    48575840main ()
    48585841{
    4859 if ((size_t *) 0)
    4860   return 0;
    4861 if (sizeof (size_t))
    4862   return 0;
     5842if (sizeof ((off_t)))
     5843      return 0;
    48635844  ;
    48645845  return 0;
     
    48665847_ACEOF
    48675848rm -f conftest.$ac_objext
    4868 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4869   (eval $ac_compile) 2>conftest.er1
     5849if { (ac_try="$ac_compile"
     5850case "(($ac_try" in
     5851  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5852  *) ac_try_echo=$ac_try;;
     5853esac
     5854eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5855$as_echo "$ac_try_echo") >&5
     5856  (eval "$ac_compile") 2>conftest.er1
    48705857  ac_status=$?
    48715858  grep -v '^ *+' conftest.er1 >conftest.err
    48725859  rm -f conftest.er1
    48735860  cat conftest.err >&5
    4874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4875   (exit $ac_status); } &&
    4876      { ac_try='test -z "$ac_c_werror_flag"
    4877              || test ! -s conftest.err'
    4878   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4879   (eval $ac_try) 2>&5
     5861  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5862  (exit $ac_status); } && {
     5863     test -z "$ac_c_werror_flag" ||
     5864     test ! -s conftest.err
     5865       } && test -s conftest.$ac_objext; then
     5866  :
     5867else
     5868  $as_echo "$as_me: failed program was:" >&5
     5869sed 's/^/| /' conftest.$ac_ext >&5
     5870
     5871    ac_cv_type_off_t=yes
     5872fi
     5873
     5874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5875else
     5876  $as_echo "$as_me: failed program was:" >&5
     5877sed 's/^/| /' conftest.$ac_ext >&5
     5878
     5879
     5880fi
     5881
     5882rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5883fi
     5884{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     5885$as_echo "$ac_cv_type_off_t" >&6; }
     5886if test "x$ac_cv_type_off_t" = x""yes; then
     5887  :
     5888else
     5889
     5890cat >>confdefs.h <<_ACEOF
     5891#define off_t long int
     5892_ACEOF
     5893
     5894fi
     5895
     5896{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
     5897$as_echo_n "checking for size_t... " >&6; }
     5898if test "${ac_cv_type_size_t+set}" = set; then
     5899  $as_echo_n "(cached) " >&6
     5900else
     5901  ac_cv_type_size_t=no
     5902cat >conftest.$ac_ext <<_ACEOF
     5903/* confdefs.h.  */
     5904_ACEOF
     5905cat confdefs.h >>conftest.$ac_ext
     5906cat >>conftest.$ac_ext <<_ACEOF
     5907/* end confdefs.h.  */
     5908$ac_includes_default
     5909int
     5910main ()
     5911{
     5912if (sizeof (size_t))
     5913       return 0;
     5914  ;
     5915  return 0;
     5916}
     5917_ACEOF
     5918rm -f conftest.$ac_objext
     5919if { (ac_try="$ac_compile"
     5920case "(($ac_try" in
     5921  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5922  *) ac_try_echo=$ac_try;;
     5923esac
     5924eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5925$as_echo "$ac_try_echo") >&5
     5926  (eval "$ac_compile") 2>conftest.er1
    48805927  ac_status=$?
    4881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4882   (exit $ac_status); }; } &&
    4883      { ac_try='test -s conftest.$ac_objext'
    4884   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4885   (eval $ac_try) 2>&5
     5928  grep -v '^ *+' conftest.er1 >conftest.err
     5929  rm -f conftest.er1
     5930  cat conftest.err >&5
     5931  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5932  (exit $ac_status); } && {
     5933     test -z "$ac_c_werror_flag" ||
     5934     test ! -s conftest.err
     5935       } && test -s conftest.$ac_objext; then
     5936  cat >conftest.$ac_ext <<_ACEOF
     5937/* confdefs.h.  */
     5938_ACEOF
     5939cat confdefs.h >>conftest.$ac_ext
     5940cat >>conftest.$ac_ext <<_ACEOF
     5941/* end confdefs.h.  */
     5942$ac_includes_default
     5943int
     5944main ()
     5945{
     5946if (sizeof ((size_t)))
     5947      return 0;
     5948  ;
     5949  return 0;
     5950}
     5951_ACEOF
     5952rm -f conftest.$ac_objext
     5953if { (ac_try="$ac_compile"
     5954case "(($ac_try" in
     5955  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5956  *) ac_try_echo=$ac_try;;
     5957esac
     5958eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5959$as_echo "$ac_try_echo") >&5
     5960  (eval "$ac_compile") 2>conftest.er1
    48865961  ac_status=$?
    4887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4888   (exit $ac_status); }; }; then
    4889   ac_cv_type_size_t=yes
    4890 else
    4891   echo "$as_me: failed program was:" >&5
     5962  grep -v '^ *+' conftest.er1 >conftest.err
     5963  rm -f conftest.er1
     5964  cat conftest.err >&5
     5965  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5966  (exit $ac_status); } && {
     5967     test -z "$ac_c_werror_flag" ||
     5968     test ! -s conftest.err
     5969       } && test -s conftest.$ac_objext; then
     5970  :
     5971else
     5972  $as_echo "$as_me: failed program was:" >&5
    48925973sed 's/^/| /' conftest.$ac_ext >&5
    48935974
    4894 ac_cv_type_size_t=no
    4895 fi
    4896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4897 fi
    4898 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
    4899 echo "${ECHO_T}$ac_cv_type_size_t" >&6
    4900 if test $ac_cv_type_size_t = yes; then
     5975    ac_cv_type_size_t=yes
     5976fi
     5977
     5978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5979else
     5980  $as_echo "$as_me: failed program was:" >&5
     5981sed 's/^/| /' conftest.$ac_ext >&5
     5982
     5983
     5984fi
     5985
     5986rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5987fi
     5988{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
     5989$as_echo "$ac_cv_type_size_t" >&6; }
     5990if test "x$ac_cv_type_size_t" = x""yes; then
    49015991  :
    49025992else
    49035993
    49045994cat >>confdefs.h <<_ACEOF
    4905 #define size_t unsigned
    4906 _ACEOF
    4907 
    4908 fi
    4909 
    4910 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
    4911 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
     5995#define size_t unsigned int
     5996_ACEOF
     5997
     5998fi
     5999
     6000{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
     6001$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
    49126002if test "${ac_cv_header_time+set}" = set; then
    4913   echo $ECHO_N "(cached) $ECHO_C" >&6
     6003  $as_echo_n "(cached) " >&6
    49146004else
    49156005  cat >conftest.$ac_ext <<_ACEOF
     
    49336023_ACEOF
    49346024rm -f conftest.$ac_objext
    4935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4936   (eval $ac_compile) 2>conftest.er1
     6025if { (ac_try="$ac_compile"
     6026case "(($ac_try" in
     6027  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6028  *) ac_try_echo=$ac_try;;
     6029esac
     6030eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6031$as_echo "$ac_try_echo") >&5
     6032  (eval "$ac_compile") 2>conftest.er1
    49376033  ac_status=$?
    49386034  grep -v '^ *+' conftest.er1 >conftest.err
    49396035  rm -f conftest.er1
    49406036  cat conftest.err >&5
    4941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4942   (exit $ac_status); } &&
    4943      { ac_try='test -z "$ac_c_werror_flag"
    4944              || test ! -s conftest.err'
    4945   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4946   (eval $ac_try) 2>&5
    4947   ac_status=$?
    4948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4949   (exit $ac_status); }; } &&
    4950      { ac_try='test -s conftest.$ac_objext'
    4951   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4952   (eval $ac_try) 2>&5
    4953   ac_status=$?
    4954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4955   (exit $ac_status); }; }; then
     6037  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6038  (exit $ac_status); } && {
     6039     test -z "$ac_c_werror_flag" ||
     6040     test ! -s conftest.err
     6041       } && test -s conftest.$ac_objext; then
    49566042  ac_cv_header_time=yes
    49576043else
    4958   echo "$as_me: failed program was:" >&5
     6044  $as_echo "$as_me: failed program was:" >&5
    49596045sed 's/^/| /' conftest.$ac_ext >&5
    49606046
    4961 ac_cv_header_time=no
    4962 fi
    4963 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4964 fi
    4965 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
    4966 echo "${ECHO_T}$ac_cv_header_time" >&6
     6047    ac_cv_header_time=no
     6048fi
     6049
     6050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6051fi
     6052{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
     6053$as_echo "$ac_cv_header_time" >&6; }
    49676054if test $ac_cv_header_time = yes; then
    49686055
     
    49736060fi
    49746061
    4975 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
    4976 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
     6062{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
     6063$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
    49776064if test "${ac_cv_struct_tm+set}" = set; then
    4978   echo $ECHO_N "(cached) $ECHO_C" >&6
     6065  $as_echo_n "(cached) " >&6
    49796066else
    49806067  cat >conftest.$ac_ext <<_ACEOF
     
    49906077main ()
    49916078{
    4992 struct tm *tp; tp->tm_sec;
     6079struct tm tm;
     6080                     int *p = &tm.tm_sec;
     6081                     return !p;
    49936082  ;
    49946083  return 0;
     
    49966085_ACEOF
    49976086rm -f conftest.$ac_objext
    4998 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4999   (eval $ac_compile) 2>conftest.er1
     6087if { (ac_try="$ac_compile"
     6088case "(($ac_try" in
     6089  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6090  *) ac_try_echo=$ac_try;;
     6091esac
     6092eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6093$as_echo "$ac_try_echo") >&5
     6094  (eval "$ac_compile") 2>conftest.er1
    50006095  ac_status=$?
    50016096  grep -v '^ *+' conftest.er1 >conftest.err
    50026097  rm -f conftest.er1
    50036098  cat conftest.err >&5
    5004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5005   (exit $ac_status); } &&
    5006      { ac_try='test -z "$ac_c_werror_flag"
    5007              || test ! -s conftest.err'
    5008   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5009   (eval $ac_try) 2>&5
    5010   ac_status=$?
    5011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5012   (exit $ac_status); }; } &&
    5013      { ac_try='test -s conftest.$ac_objext'
    5014   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5015   (eval $ac_try) 2>&5
    5016   ac_status=$?
    5017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5018   (exit $ac_status); }; }; then
     6099  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6100  (exit $ac_status); } && {
     6101     test -z "$ac_c_werror_flag" ||
     6102     test ! -s conftest.err
     6103       } && test -s conftest.$ac_objext; then
    50196104  ac_cv_struct_tm=time.h
    50206105else
    5021   echo "$as_me: failed program was:" >&5
     6106  $as_echo "$as_me: failed program was:" >&5
    50226107sed 's/^/| /' conftest.$ac_ext >&5
    50236108
    5024 ac_cv_struct_tm=sys/time.h
    5025 fi
    5026 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5027 fi
    5028 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
    5029 echo "${ECHO_T}$ac_cv_struct_tm" >&6
     6109    ac_cv_struct_tm=sys/time.h
     6110fi
     6111
     6112rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6113fi
     6114{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
     6115$as_echo "$ac_cv_struct_tm" >&6; }
    50306116if test $ac_cv_struct_tm = sys/time.h; then
    50316117
     
    50556141_ACEOF
    50566142rm -f conftest.$ac_objext
    5057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5058   (eval $ac_compile) 2>conftest.er1
     6143if { (ac_try="$ac_compile"
     6144case "(($ac_try" in
     6145  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6146  *) ac_try_echo=$ac_try;;
     6147esac
     6148eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6149$as_echo "$ac_try_echo") >&5
     6150  (eval "$ac_compile") 2>conftest.er1
    50596151  ac_status=$?
    50606152  grep -v '^ *+' conftest.er1 >conftest.err
    50616153  rm -f conftest.er1
    50626154  cat conftest.err >&5
    5063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5064   (exit $ac_status); } &&
    5065      { ac_try='test -z "$ac_c_werror_flag"
    5066              || test ! -s conftest.err'
    5067   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5068   (eval $ac_try) 2>&5
    5069   ac_status=$?
    5070   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5071   (exit $ac_status); }; } &&
    5072      { ac_try='test -s conftest.$ac_objext'
    5073   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5074   (eval $ac_try) 2>&5
    5075   ac_status=$?
    5076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5077   (exit $ac_status); }; }; then
     6155  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6156  (exit $ac_status); } && {
     6157     test -z "$ac_c_werror_flag" ||
     6158     test ! -s conftest.err
     6159       } && test -s conftest.$ac_objext; then
    50786160  :
    50796161else
    5080   echo "$as_me: failed program was:" >&5
     6162  $as_echo "$as_me: failed program was:" >&5
    50816163sed 's/^/| /' conftest.$ac_ext >&5
    50826164
    5083 CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
    5084 fi
    5085 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5086 fi
    5087 
    5088 
    5089 
    5090 echo "$as_me:$LINENO: checking for main in -lg" >&5
    5091 echo $ECHO_N "checking for main in -lg... $ECHO_C" >&6
     6165    CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
     6166fi
     6167
     6168rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6169fi
     6170
     6171
     6172
     6173{ $as_echo "$as_me:$LINENO: checking for main in -lg" >&5
     6174$as_echo_n "checking for main in -lg... " >&6; }
    50926175if test "${ac_cv_lib_g_main+set}" = set; then
    5093   echo $ECHO_N "(cached) $ECHO_C" >&6
     6176  $as_echo_n "(cached) " >&6
    50946177else
    50956178  ac_check_lib_save_LIBS=$LIBS
     
    51066189main ()
    51076190{
    5108 main ();
     6191return main ();
    51096192  ;
    51106193  return 0;
     
    51126195_ACEOF
    51136196rm -f conftest.$ac_objext conftest$ac_exeext
    5114 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5115   (eval $ac_link) 2>conftest.er1
     6197if { (ac_try="$ac_link"
     6198case "(($ac_try" in
     6199  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6200  *) ac_try_echo=$ac_try;;
     6201esac
     6202eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6203$as_echo "$ac_try_echo") >&5
     6204  (eval "$ac_link") 2>conftest.er1
    51166205  ac_status=$?
    51176206  grep -v '^ *+' conftest.er1 >conftest.err
    51186207  rm -f conftest.er1
    51196208  cat conftest.err >&5
    5120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5121   (exit $ac_status); } &&
    5122      { ac_try='test -z "$ac_c_werror_flag"
    5123              || test ! -s conftest.err'
    5124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5125   (eval $ac_try) 2>&5
    5126   ac_status=$?
    5127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5128   (exit $ac_status); }; } &&
    5129      { ac_try='test -s conftest$ac_exeext'
    5130   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5131   (eval $ac_try) 2>&5
    5132   ac_status=$?
    5133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5134   (exit $ac_status); }; }; then
     6209  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6210  (exit $ac_status); } && {
     6211     test -z "$ac_c_werror_flag" ||
     6212     test ! -s conftest.err
     6213       } && test -s conftest$ac_exeext && {
     6214     test "$cross_compiling" = yes ||
     6215     $as_test_x conftest$ac_exeext
     6216       }; then
    51356217  ac_cv_lib_g_main=yes
    51366218else
    5137   echo "$as_me: failed program was:" >&5
     6219  $as_echo "$as_me: failed program was:" >&5
    51386220sed 's/^/| /' conftest.$ac_ext >&5
    51396221
    5140 ac_cv_lib_g_main=no
    5141 fi
    5142 rm -f conftest.err conftest.$ac_objext \
     6222    ac_cv_lib_g_main=no
     6223fi
     6224
     6225rm -rf conftest.dSYM
     6226rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    51436227      conftest$ac_exeext conftest.$ac_ext
    51446228LIBS=$ac_check_lib_save_LIBS
    51456229fi
    5146 echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
    5147 echo "${ECHO_T}$ac_cv_lib_g_main" >&6
    5148 if test $ac_cv_lib_g_main = yes; then
     6230{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
     6231$as_echo "$ac_cv_lib_g_main" >&6; }
     6232if test "x$ac_cv_lib_g_main" = x""yes; then
    51496233  cat >>confdefs.h <<_ACEOF
    51506234#define HAVE_LIBG 1
     
    51576241
    51586242
    5159 echo "$as_me:$LINENO: checking for main in -lm" >&5
    5160 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
     6243{ $as_echo "$as_me:$LINENO: checking for main in -lm" >&5
     6244$as_echo_n "checking for main in -lm... " >&6; }
    51616245if test "${ac_cv_lib_m_main+set}" = set; then
    5162   echo $ECHO_N "(cached) $ECHO_C" >&6
     6246  $as_echo_n "(cached) " >&6
    51636247else
    51646248  ac_check_lib_save_LIBS=$LIBS
     
    51756259main ()
    51766260{
    5177 main ();
     6261return main ();
    51786262  ;
    51796263  return 0;
     
    51816265_ACEOF
    51826266rm -f conftest.$ac_objext conftest$ac_exeext
    5183 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5184   (eval $ac_link) 2>conftest.er1
     6267if { (ac_try="$ac_link"
     6268case "(($ac_try" in
     6269  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6270  *) ac_try_echo=$ac_try;;
     6271esac
     6272eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6273$as_echo "$ac_try_echo") >&5
     6274  (eval "$ac_link") 2>conftest.er1
    51856275  ac_status=$?
    51866276  grep -v '^ *+' conftest.er1 >conftest.err
    51876277  rm -f conftest.er1
    51886278  cat conftest.err >&5
    5189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5190   (exit $ac_status); } &&
    5191      { ac_try='test -z "$ac_c_werror_flag"
    5192              || test ! -s conftest.err'
    5193   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5194   (eval $ac_try) 2>&5
    5195   ac_status=$?
    5196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5197   (exit $ac_status); }; } &&
    5198      { ac_try='test -s conftest$ac_exeext'
    5199   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5200   (eval $ac_try) 2>&5
    5201   ac_status=$?
    5202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5203   (exit $ac_status); }; }; then
     6279  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6280  (exit $ac_status); } && {
     6281     test -z "$ac_c_werror_flag" ||
     6282     test ! -s conftest.err
     6283       } && test -s conftest$ac_exeext && {
     6284     test "$cross_compiling" = yes ||
     6285     $as_test_x conftest$ac_exeext
     6286       }; then
    52046287  ac_cv_lib_m_main=yes
    52056288else
    5206   echo "$as_me: failed program was:" >&5
     6289  $as_echo "$as_me: failed program was:" >&5
    52076290sed 's/^/| /' conftest.$ac_ext >&5
    52086291
    5209 ac_cv_lib_m_main=no
    5210 fi
    5211 rm -f conftest.err conftest.$ac_objext \
     6292    ac_cv_lib_m_main=no
     6293fi
     6294
     6295rm -rf conftest.dSYM
     6296rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52126297      conftest$ac_exeext conftest.$ac_ext
    52136298LIBS=$ac_check_lib_save_LIBS
    52146299fi
    5215 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
    5216 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
    5217 if test $ac_cv_lib_m_main = yes; then
     6300{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
     6301$as_echo "$ac_cv_lib_m_main" >&6; }
     6302if test "x$ac_cv_lib_m_main" = x""yes; then
    52186303  cat >>confdefs.h <<_ACEOF
    52196304#define HAVE_LIBM 1
     
    52266311
    52276312
    5228 echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
    5229 echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6
     6313{ $as_echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
     6314$as_echo_n "checking for main in -lcrypt... " >&6; }
    52306315if test "${ac_cv_lib_crypt_main+set}" = set; then
    5231   echo $ECHO_N "(cached) $ECHO_C" >&6
     6316  $as_echo_n "(cached) " >&6
    52326317else
    52336318  ac_check_lib_save_LIBS=$LIBS
     
    52446329main ()
    52456330{
    5246 main ();
     6331return main ();
    52476332  ;
    52486333  return 0;
     
    52506335_ACEOF
    52516336rm -f conftest.$ac_objext conftest$ac_exeext
    5252 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5253   (eval $ac_link) 2>conftest.er1
     6337if { (ac_try="$ac_link"
     6338case "(($ac_try" in
     6339  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6340  *) ac_try_echo=$ac_try;;
     6341esac
     6342eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6343$as_echo "$ac_try_echo") >&5
     6344  (eval "$ac_link") 2>conftest.er1
    52546345  ac_status=$?
    52556346  grep -v '^ *+' conftest.er1 >conftest.err
    52566347  rm -f conftest.er1
    52576348  cat conftest.err >&5
    5258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5259   (exit $ac_status); } &&
    5260      { ac_try='test -z "$ac_c_werror_flag"
    5261              || test ! -s conftest.err'
    5262   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5263   (eval $ac_try) 2>&5
    5264   ac_status=$?
    5265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5266   (exit $ac_status); }; } &&
    5267      { ac_try='test -s conftest$ac_exeext'
    5268   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5269   (eval $ac_try) 2>&5
    5270   ac_status=$?
    5271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5272   (exit $ac_status); }; }; then
     6349  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6350  (exit $ac_status); } && {
     6351     test -z "$ac_c_werror_flag" ||
     6352     test ! -s conftest.err
     6353       } && test -s conftest$ac_exeext && {
     6354     test "$cross_compiling" = yes ||
     6355     $as_test_x conftest$ac_exeext
     6356       }; then
    52736357  ac_cv_lib_crypt_main=yes
    52746358else
    5275   echo "$as_me: failed program was:" >&5
     6359  $as_echo "$as_me: failed program was:" >&5
    52766360sed 's/^/| /' conftest.$ac_ext >&5
    52776361
    5278 ac_cv_lib_crypt_main=no
    5279 fi
    5280 rm -f conftest.err conftest.$ac_objext \
     6362    ac_cv_lib_crypt_main=no
     6363fi
     6364
     6365rm -rf conftest.dSYM
     6366rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52816367      conftest$ac_exeext conftest.$ac_ext
    52826368LIBS=$ac_check_lib_save_LIBS
    52836369fi
    5284 echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
    5285 echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6
    5286 if test $ac_cv_lib_crypt_main = yes; then
     6370{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
     6371$as_echo "$ac_cv_lib_crypt_main" >&6; }
     6372if test "x$ac_cv_lib_crypt_main" = x""yes; then
    52876373  cat >>confdefs.h <<_ACEOF
    52886374#define HAVE_LIBCRYPT 1
     
    52966382if test $ENABLE_ACCENTFOLD = 1; then
    52976383
    5298 echo "$as_me:$LINENO: checking for main in -liconv" >&5
    5299 echo $ECHO_N "checking for main in -liconv... $ECHO_C" >&6
     6384{ $as_echo "$as_me:$LINENO: checking for main in -liconv" >&5
     6385$as_echo_n "checking for main in -liconv... " >&6; }
    53006386if test "${ac_cv_lib_iconv_main+set}" = set; then
    5301   echo $ECHO_N "(cached) $ECHO_C" >&6
     6387  $as_echo_n "(cached) " >&6
    53026388else
    53036389  ac_check_lib_save_LIBS=$LIBS
     
    53146400main ()
    53156401{
    5316 main ();
     6402return main ();
    53176403  ;
    53186404  return 0;
     
    53206406_ACEOF
    53216407rm -f conftest.$ac_objext conftest$ac_exeext
    5322 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5323   (eval $ac_link) 2>conftest.er1
     6408if { (ac_try="$ac_link"
     6409case "(($ac_try" in
     6410  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6411  *) ac_try_echo=$ac_try;;
     6412esac
     6413eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6414$as_echo "$ac_try_echo") >&5
     6415  (eval "$ac_link") 2>conftest.er1
    53246416  ac_status=$?
    53256417  grep -v '^ *+' conftest.er1 >conftest.err
    53266418  rm -f conftest.er1
    53276419  cat conftest.err >&5
    5328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5329   (exit $ac_status); } &&
    5330      { ac_try='test -z "$ac_c_werror_flag"
    5331              || test ! -s conftest.err'
    5332   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5333   (eval $ac_try) 2>&5
    5334   ac_status=$?
    5335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5336   (exit $ac_status); }; } &&
    5337      { ac_try='test -s conftest$ac_exeext'
    5338   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5339   (eval $ac_try) 2>&5
    5340   ac_status=$?
    5341   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5342   (exit $ac_status); }; }; then
     6420  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6421  (exit $ac_status); } && {
     6422     test -z "$ac_c_werror_flag" ||
     6423     test ! -s conftest.err
     6424       } && test -s conftest$ac_exeext && {
     6425     test "$cross_compiling" = yes ||
     6426     $as_test_x conftest$ac_exeext
     6427       }; then
    53436428  ac_cv_lib_iconv_main=yes
    53446429else
    5345   echo "$as_me: failed program was:" >&5
     6430  $as_echo "$as_me: failed program was:" >&5
    53466431sed 's/^/| /' conftest.$ac_ext >&5
    53476432
    5348 ac_cv_lib_iconv_main=no
    5349 fi
    5350 rm -f conftest.err conftest.$ac_objext \
     6433    ac_cv_lib_iconv_main=no
     6434fi
     6435
     6436rm -rf conftest.dSYM
     6437rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53516438      conftest$ac_exeext conftest.$ac_ext
    53526439LIBS=$ac_check_lib_save_LIBS
    53536440fi
    5354 echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5
    5355 echo "${ECHO_T}$ac_cv_lib_iconv_main" >&6
    5356 if test $ac_cv_lib_iconv_main = yes; then
     6441{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5
     6442$as_echo "$ac_cv_lib_iconv_main" >&6; }
     6443if test "x$ac_cv_lib_iconv_main" = x""yes; then
    53576444  cat >>confdefs.h <<_ACEOF
    53586445#define HAVE_LIBICONV 1
     
    53736460ac_header_dirent=no
    53746461for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    5375   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    5376 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
    5377 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
    5378 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5379   echo $ECHO_N "(cached) $ECHO_C" >&6
     6462  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
     6463{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
     6464$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
     6465if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6466  $as_echo_n "(cached) " >&6
    53806467else
    53816468  cat >conftest.$ac_ext <<_ACEOF
     
    53986485_ACEOF
    53996486rm -f conftest.$ac_objext
    5400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5401   (eval $ac_compile) 2>conftest.er1
     6487if { (ac_try="$ac_compile"
     6488case "(($ac_try" in
     6489  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6490  *) ac_try_echo=$ac_try;;
     6491esac
     6492eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6493$as_echo "$ac_try_echo") >&5
     6494  (eval "$ac_compile") 2>conftest.er1
    54026495  ac_status=$?
    54036496  grep -v '^ *+' conftest.er1 >conftest.err
    54046497  rm -f conftest.er1
    54056498  cat conftest.err >&5
    5406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5407   (exit $ac_status); } &&
    5408      { ac_try='test -z "$ac_c_werror_flag"
    5409              || test ! -s conftest.err'
    5410   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5411   (eval $ac_try) 2>&5
    5412   ac_status=$?
    5413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5414   (exit $ac_status); }; } &&
    5415      { ac_try='test -s conftest.$ac_objext'
    5416   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5417   (eval $ac_try) 2>&5
    5418   ac_status=$?
    5419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5420   (exit $ac_status); }; }; then
     6499  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6500  (exit $ac_status); } && {
     6501     test -z "$ac_c_werror_flag" ||
     6502     test ! -s conftest.err
     6503       } && test -s conftest.$ac_objext; then
    54216504  eval "$as_ac_Header=yes"
    54226505else
    5423   echo "$as_me: failed program was:" >&5
     6506  $as_echo "$as_me: failed program was:" >&5
    54246507sed 's/^/| /' conftest.$ac_ext >&5
    54256508
    5426 eval "$as_ac_Header=no"
    5427 fi
    5428 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5429 fi
    5430 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5431 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    5432 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6509    eval "$as_ac_Header=no"
     6510fi
     6511
     6512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6513fi
     6514ac_res=`eval 'as_val=${'$as_ac_Header'}
     6515         $as_echo "$as_val"'`
     6516           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6517$as_echo "$ac_res" >&6; }
     6518as_val=`eval 'as_val=${'$as_ac_Header'}
     6519         $as_echo "$as_val"'`
     6520   if test "x$as_val" = x""yes; then
    54336521  cat >>confdefs.h <<_ACEOF
    5434 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     6522#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
    54356523_ACEOF
    54366524
     
    54416529# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    54426530if test $ac_header_dirent = dirent.h; then
    5443   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5444 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
     6531  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6532$as_echo_n "checking for library containing opendir... " >&6; }
    54456533if test "${ac_cv_search_opendir+set}" = set; then
    5446   echo $ECHO_N "(cached) $ECHO_C" >&6
     6534  $as_echo_n "(cached) " >&6
    54476535else
    54486536  ac_func_search_save_LIBS=$LIBS
    5449 ac_cv_search_opendir=no
    54506537cat >conftest.$ac_ext <<_ACEOF
    54516538/* confdefs.h.  */
     
    54556542/* end confdefs.h.  */
    54566543
    5457 /* Override any gcc2 internal prototype to avoid an error.  */
     6544/* Override any GCC internal prototype to avoid an error.
     6545   Use char because int might match the return type of a GCC
     6546   builtin and then its argument prototype would still apply.  */
    54586547#ifdef __cplusplus
    54596548extern "C"
    54606549#endif
    5461 /* We use char because int might match the return type of a gcc2
    5462    builtin and then its argument prototype would still apply.  */
    54636550char opendir ();
    54646551int
    54656552main ()
    54666553{
    5467 opendir ();
     6554return opendir ();
    54686555  ;
    54696556  return 0;
    54706557}
    54716558_ACEOF
    5472 rm -f conftest.$ac_objext conftest$ac_exeext
    5473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5474   (eval $ac_link) 2>conftest.er1
     6559for ac_lib in '' dir; do
     6560  if test -z "$ac_lib"; then
     6561    ac_res="none required"
     6562  else
     6563    ac_res=-l$ac_lib
     6564    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6565  fi
     6566  rm -f conftest.$ac_objext conftest$ac_exeext
     6567if { (ac_try="$ac_link"
     6568case "(($ac_try" in
     6569  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6570  *) ac_try_echo=$ac_try;;
     6571esac
     6572eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6573$as_echo "$ac_try_echo") >&5
     6574  (eval "$ac_link") 2>conftest.er1
    54756575  ac_status=$?
    54766576  grep -v '^ *+' conftest.er1 >conftest.err
    54776577  rm -f conftest.er1
    54786578  cat conftest.err >&5
    5479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5480   (exit $ac_status); } &&
    5481      { ac_try='test -z "$ac_c_werror_flag"
    5482              || test ! -s conftest.err'
    5483   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5484   (eval $ac_try) 2>&5
    5485   ac_status=$?
    5486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5487   (exit $ac_status); }; } &&
    5488      { ac_try='test -s conftest$ac_exeext'
    5489   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5490   (eval $ac_try) 2>&5
    5491   ac_status=$?
    5492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5493   (exit $ac_status); }; }; then
    5494   ac_cv_search_opendir="none required"
    5495 else
    5496   echo "$as_me: failed program was:" >&5
     6579  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6580  (exit $ac_status); } && {
     6581     test -z "$ac_c_werror_flag" ||
     6582     test ! -s conftest.err
     6583       } && test -s conftest$ac_exeext && {
     6584     test "$cross_compiling" = yes ||
     6585     $as_test_x conftest$ac_exeext
     6586       }; then
     6587  ac_cv_search_opendir=$ac_res
     6588else
     6589  $as_echo "$as_me: failed program was:" >&5
    54976590sed 's/^/| /' conftest.$ac_ext >&5
    54986591
    5499 fi
    5500 rm -f conftest.err conftest.$ac_objext \
    5501       conftest$ac_exeext conftest.$ac_ext
    5502 if test "$ac_cv_search_opendir" = no; then
    5503   for ac_lib in dir; do
    5504     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5505     cat >conftest.$ac_ext <<_ACEOF
     6592
     6593fi
     6594
     6595rm -rf conftest.dSYM
     6596rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6597      conftest$ac_exeext
     6598  if test "${ac_cv_search_opendir+set}" = set; then
     6599  break
     6600fi
     6601done
     6602if test "${ac_cv_search_opendir+set}" = set; then
     6603  :
     6604else
     6605  ac_cv_search_opendir=no
     6606fi
     6607rm conftest.$ac_ext
     6608LIBS=$ac_func_search_save_LIBS
     6609fi
     6610{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6611$as_echo "$ac_cv_search_opendir" >&6; }
     6612ac_res=$ac_cv_search_opendir
     6613if test "$ac_res" != no; then
     6614  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6615
     6616fi
     6617
     6618else
     6619  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6620$as_echo_n "checking for library containing opendir... " >&6; }
     6621if test "${ac_cv_search_opendir+set}" = set; then
     6622  $as_echo_n "(cached) " >&6
     6623else
     6624  ac_func_search_save_LIBS=$LIBS
     6625cat >conftest.$ac_ext <<_ACEOF
    55066626/* confdefs.h.  */
    55076627_ACEOF
     
    55106630/* end confdefs.h.  */
    55116631
    5512 /* Override any gcc2 internal prototype to avoid an error.  */
     6632/* Override any GCC internal prototype to avoid an error.
     6633   Use char because int might match the return type of a GCC
     6634   builtin and then its argument prototype would still apply.  */
    55136635#ifdef __cplusplus
    55146636extern "C"
    55156637#endif
    5516 /* We use char because int might match the return type of a gcc2
    5517    builtin and then its argument prototype would still apply.  */
    55186638char opendir ();
    55196639int
    55206640main ()
    55216641{
    5522 opendir ();
     6642return opendir ();
    55236643  ;
    55246644  return 0;
    55256645}
    55266646_ACEOF
    5527 rm -f conftest.$ac_objext conftest$ac_exeext
    5528 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5529   (eval $ac_link) 2>conftest.er1
     6647for ac_lib in '' x; do
     6648  if test -z "$ac_lib"; then
     6649    ac_res="none required"
     6650  else
     6651    ac_res=-l$ac_lib
     6652    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6653  fi
     6654  rm -f conftest.$ac_objext conftest$ac_exeext
     6655if { (ac_try="$ac_link"
     6656case "(($ac_try" in
     6657  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6658  *) ac_try_echo=$ac_try;;
     6659esac
     6660eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6661$as_echo "$ac_try_echo") >&5
     6662  (eval "$ac_link") 2>conftest.er1
    55306663  ac_status=$?
    55316664  grep -v '^ *+' conftest.er1 >conftest.err
    55326665  rm -f conftest.er1
    55336666  cat conftest.err >&5
    5534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5535   (exit $ac_status); } &&
    5536      { ac_try='test -z "$ac_c_werror_flag"
    5537              || test ! -s conftest.err'
    5538   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5539   (eval $ac_try) 2>&5
    5540   ac_status=$?
    5541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5542   (exit $ac_status); }; } &&
    5543      { ac_try='test -s conftest$ac_exeext'
    5544   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5545   (eval $ac_try) 2>&5
    5546   ac_status=$?
    5547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5548   (exit $ac_status); }; }; then
    5549   ac_cv_search_opendir="-l$ac_lib"
    5550 break
    5551 else
    5552   echo "$as_me: failed program was:" >&5
     6667  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6668  (exit $ac_status); } && {
     6669     test -z "$ac_c_werror_flag" ||
     6670     test ! -s conftest.err
     6671       } && test -s conftest$ac_exeext && {
     6672     test "$cross_compiling" = yes ||
     6673     $as_test_x conftest$ac_exeext
     6674       }; then
     6675  ac_cv_search_opendir=$ac_res
     6676else
     6677  $as_echo "$as_me: failed program was:" >&5
    55536678sed 's/^/| /' conftest.$ac_ext >&5
    55546679
    5555 fi
    5556 rm -f conftest.err conftest.$ac_objext \
    5557       conftest$ac_exeext conftest.$ac_ext
    5558   done
    5559 fi
     6680
     6681fi
     6682
     6683rm -rf conftest.dSYM
     6684rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6685      conftest$ac_exeext
     6686  if test "${ac_cv_search_opendir+set}" = set; then
     6687  break
     6688fi
     6689done
     6690if test "${ac_cv_search_opendir+set}" = set; then
     6691  :
     6692else
     6693  ac_cv_search_opendir=no
     6694fi
     6695rm conftest.$ac_ext
    55606696LIBS=$ac_func_search_save_LIBS
    55616697fi
    5562 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5563 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5564 if test "$ac_cv_search_opendir" != no; then
    5565   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5566 
    5567 fi
    5568 
    5569 else
    5570   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5571 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
    5572 if test "${ac_cv_search_opendir+set}" = set; then
    5573   echo $ECHO_N "(cached) $ECHO_C" >&6
    5574 else
    5575   ac_func_search_save_LIBS=$LIBS
    5576 ac_cv_search_opendir=no
    5577 cat >conftest.$ac_ext <<_ACEOF
    5578 /* confdefs.h.  */
    5579 _ACEOF
    5580 cat confdefs.h >>conftest.$ac_ext
    5581 cat >>conftest.$ac_ext <<_ACEOF
    5582 /* end confdefs.h.  */
    5583 
    5584 /* Override any gcc2 internal prototype to avoid an error.  */
    5585 #ifdef __cplusplus
    5586 extern "C"
    5587 #endif
    5588 /* We use char because int might match the return type of a gcc2
    5589    builtin and then its argument prototype would still apply.  */
    5590 char opendir ();
    5591 int
    5592 main ()
    5593 {
    5594 opendir ();
    5595   ;
    5596   return 0;
    5597 }
    5598 _ACEOF
    5599 rm -f conftest.$ac_objext conftest$ac_exeext
    5600 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5601   (eval $ac_link) 2>conftest.er1
    5602   ac_status=$?
    5603   grep -v '^ *+' conftest.er1 >conftest.err
    5604   rm -f conftest.er1
    5605   cat conftest.err >&5
    5606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5607   (exit $ac_status); } &&
    5608      { ac_try='test -z "$ac_c_werror_flag"
    5609              || test ! -s conftest.err'
    5610   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5611   (eval $ac_try) 2>&5
    5612   ac_status=$?
    5613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5614   (exit $ac_status); }; } &&
    5615      { ac_try='test -s conftest$ac_exeext'
    5616   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5617   (eval $ac_try) 2>&5
    5618   ac_status=$?
    5619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5620   (exit $ac_status); }; }; then
    5621   ac_cv_search_opendir="none required"
    5622 else
    5623   echo "$as_me: failed program was:" >&5
    5624 sed 's/^/| /' conftest.$ac_ext >&5
    5625 
    5626 fi
    5627 rm -f conftest.err conftest.$ac_objext \
    5628       conftest$ac_exeext conftest.$ac_ext
    5629 if test "$ac_cv_search_opendir" = no; then
    5630   for ac_lib in x; do
    5631     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5632     cat >conftest.$ac_ext <<_ACEOF
    5633 /* confdefs.h.  */
    5634 _ACEOF
    5635 cat confdefs.h >>conftest.$ac_ext
    5636 cat >>conftest.$ac_ext <<_ACEOF
    5637 /* end confdefs.h.  */
    5638 
    5639 /* Override any gcc2 internal prototype to avoid an error.  */
    5640 #ifdef __cplusplus
    5641 extern "C"
    5642 #endif
    5643 /* We use char because int might match the return type of a gcc2
    5644    builtin and then its argument prototype would still apply.  */
    5645 char opendir ();
    5646 int
    5647 main ()
    5648 {
    5649 opendir ();
    5650   ;
    5651   return 0;
    5652 }
    5653 _ACEOF
    5654 rm -f conftest.$ac_objext conftest$ac_exeext
    5655 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5656   (eval $ac_link) 2>conftest.er1
    5657   ac_status=$?
    5658   grep -v '^ *+' conftest.er1 >conftest.err
    5659   rm -f conftest.er1
    5660   cat conftest.err >&5
    5661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5662   (exit $ac_status); } &&
    5663      { ac_try='test -z "$ac_c_werror_flag"
    5664              || test ! -s conftest.err'
    5665   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5666   (eval $ac_try) 2>&5
    5667   ac_status=$?
    5668   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5669   (exit $ac_status); }; } &&
    5670      { ac_try='test -s conftest$ac_exeext'
    5671   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5672   (eval $ac_try) 2>&5
    5673   ac_status=$?
    5674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5675   (exit $ac_status); }; }; then
    5676   ac_cv_search_opendir="-l$ac_lib"
    5677 break
    5678 else
    5679   echo "$as_me: failed program was:" >&5
    5680 sed 's/^/| /' conftest.$ac_ext >&5
    5681 
    5682 fi
    5683 rm -f conftest.err conftest.$ac_objext \
    5684       conftest$ac_exeext conftest.$ac_ext
    5685   done
    5686 fi
    5687 LIBS=$ac_func_search_save_LIBS
    5688 fi
    5689 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5690 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5691 if test "$ac_cv_search_opendir" != no; then
    5692   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5693 
    5694 fi
    5695 
    5696 fi
    5697 
    5698 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    5699 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     6698{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6699$as_echo "$ac_cv_search_opendir" >&6; }
     6700ac_res=$ac_cv_search_opendir
     6701if test "$ac_res" != no; then
     6702  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6703
     6704fi
     6705
     6706fi
     6707
     6708{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     6709$as_echo_n "checking for ANSI C header files... " >&6; }
    57006710if test "${ac_cv_header_stdc+set}" = set; then
    5701   echo $ECHO_N "(cached) $ECHO_C" >&6
     6711  $as_echo_n "(cached) " >&6
    57026712else
    57036713  cat >conftest.$ac_ext <<_ACEOF
     
    57216731_ACEOF
    57226732rm -f conftest.$ac_objext
    5723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5724   (eval $ac_compile) 2>conftest.er1
     6733if { (ac_try="$ac_compile"
     6734case "(($ac_try" in
     6735  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6736  *) ac_try_echo=$ac_try;;
     6737esac
     6738eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6739$as_echo "$ac_try_echo") >&5
     6740  (eval "$ac_compile") 2>conftest.er1
    57256741  ac_status=$?
    57266742  grep -v '^ *+' conftest.er1 >conftest.err
    57276743  rm -f conftest.er1
    57286744  cat conftest.err >&5
    5729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5730   (exit $ac_status); } &&
    5731      { ac_try='test -z "$ac_c_werror_flag"
    5732              || test ! -s conftest.err'
    5733   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5734   (eval $ac_try) 2>&5
    5735   ac_status=$?
    5736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5737   (exit $ac_status); }; } &&
    5738      { ac_try='test -s conftest.$ac_objext'
    5739   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5740   (eval $ac_try) 2>&5
    5741   ac_status=$?
    5742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5743   (exit $ac_status); }; }; then
     6745  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6746  (exit $ac_status); } && {
     6747     test -z "$ac_c_werror_flag" ||
     6748     test ! -s conftest.err
     6749       } && test -s conftest.$ac_objext; then
    57446750  ac_cv_header_stdc=yes
    57456751else
    5746   echo "$as_me: failed program was:" >&5
     6752  $as_echo "$as_me: failed program was:" >&5
    57476753sed 's/^/| /' conftest.$ac_ext >&5
    57486754
    5749 ac_cv_header_stdc=no
    5750 fi
    5751 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     6755    ac_cv_header_stdc=no
     6756fi
     6757
     6758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    57526759
    57536760if test $ac_cv_header_stdc = yes; then
     
    58056812/* end confdefs.h.  */
    58066813#include <ctype.h>
     6814#include <stdlib.h>
    58076815#if ((' ' & 0x0FF) == 0x020)
    58086816# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    58246832    if (XOR (islower (i), ISLOWER (i))
    58256833    || toupper (i) != TOUPPER (i))
    5826       exit(2);
    5827   exit (0);
     6834      return 2;
     6835  return 0;
    58286836}
    58296837_ACEOF
    58306838rm -f conftest$ac_exeext
    5831 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5832   (eval $ac_link) 2>&5
     6839if { (ac_try="$ac_link"
     6840case "(($ac_try" in
     6841  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6842  *) ac_try_echo=$ac_try;;
     6843esac
     6844eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6845$as_echo "$ac_try_echo") >&5
     6846  (eval "$ac_link") 2>&5
    58336847  ac_status=$?
    5834   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6848  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58356849  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    5836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5837   (eval $ac_try) 2>&5
     6850  { (case "(($ac_try" in
     6851  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6852  *) ac_try_echo=$ac_try;;
     6853esac
     6854eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6855$as_echo "$ac_try_echo") >&5
     6856  (eval "$ac_try") 2>&5
    58386857  ac_status=$?
    5839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6858  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58406859  (exit $ac_status); }; }; then
    58416860  :
    58426861else
    5843   echo "$as_me: program exited with status $ac_status" >&5
    5844 echo "$as_me: failed program was:" >&5
     6862  $as_echo "$as_me: program exited with status $ac_status" >&5
     6863$as_echo "$as_me: failed program was:" >&5
    58456864sed 's/^/| /' conftest.$ac_ext >&5
    58466865
     
    58486867ac_cv_header_stdc=no
    58496868fi
    5850 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    5851 fi
    5852 fi
    5853 fi
    5854 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    5855 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     6869rm -rf conftest.dSYM
     6870rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6871fi
     6872
     6873
     6874fi
     6875fi
     6876{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     6877$as_echo "$ac_cv_header_stdc" >&6; }
    58566878if test $ac_cv_header_stdc = yes; then
    58576879
     
    58736895for ac_header in fcntl.h limits.h sys/time.h unistd.h crypt.h string.h memory.h sys/procfs.h sys/stat.h
    58746896do
    5875 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    5876 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5877   echo "$as_me:$LINENO: checking for $ac_header" >&5
    5878 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    5879 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5880   echo $ECHO_N "(cached) $ECHO_C" >&6
    5881 fi
    5882 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5883 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     6897as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6898if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6899  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     6900$as_echo_n "checking for $ac_header... " >&6; }
     6901if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6902  $as_echo_n "(cached) " >&6
     6903fi
     6904ac_res=`eval 'as_val=${'$as_ac_Header'}
     6905         $as_echo "$as_val"'`
     6906           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6907$as_echo "$ac_res" >&6; }
    58846908else
    58856909  # Is the header compilable?
    5886 echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5887 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     6910{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6911$as_echo_n "checking $ac_header usability... " >&6; }
    58886912cat >conftest.$ac_ext <<_ACEOF
    58896913/* confdefs.h.  */
     
    58966920_ACEOF
    58976921rm -f conftest.$ac_objext
    5898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5899   (eval $ac_compile) 2>conftest.er1
     6922if { (ac_try="$ac_compile"
     6923case "(($ac_try" in
     6924  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6925  *) ac_try_echo=$ac_try;;
     6926esac
     6927eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6928$as_echo "$ac_try_echo") >&5
     6929  (eval "$ac_compile") 2>conftest.er1
    59006930  ac_status=$?
    59016931  grep -v '^ *+' conftest.er1 >conftest.err
    59026932  rm -f conftest.er1
    59036933  cat conftest.err >&5
    5904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5905   (exit $ac_status); } &&
    5906      { ac_try='test -z "$ac_c_werror_flag"
    5907              || test ! -s conftest.err'
    5908   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5909   (eval $ac_try) 2>&5
    5910   ac_status=$?
    5911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5912   (exit $ac_status); }; } &&
    5913      { ac_try='test -s conftest.$ac_objext'
    5914   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5915   (eval $ac_try) 2>&5
    5916   ac_status=$?
    5917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5918   (exit $ac_status); }; }; then
     6934  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6935  (exit $ac_status); } && {
     6936     test -z "$ac_c_werror_flag" ||
     6937     test ! -s conftest.err
     6938       } && test -s conftest.$ac_objext; then
    59196939  ac_header_compiler=yes
    59206940else
    5921   echo "$as_me: failed program was:" >&5
     6941  $as_echo "$as_me: failed program was:" >&5
    59226942sed 's/^/| /' conftest.$ac_ext >&5
    59236943
    5924 ac_header_compiler=no
    5925 fi
    5926 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5927 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5928 echo "${ECHO_T}$ac_header_compiler" >&6
     6944    ac_header_compiler=no
     6945fi
     6946
     6947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6948{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6949$as_echo "$ac_header_compiler" >&6; }
    59296950
    59306951# Is the header present?
    5931 echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5932 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     6952{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6953$as_echo_n "checking $ac_header presence... " >&6; }
    59336954cat >conftest.$ac_ext <<_ACEOF
    59346955/* confdefs.h.  */
     
    59396960#include <$ac_header>
    59406961_ACEOF
    5941 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    5942   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     6962if { (ac_try="$ac_cpp conftest.$ac_ext"
     6963case "(($ac_try" in
     6964  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6965  *) ac_try_echo=$ac_try;;
     6966esac
     6967eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6968$as_echo "$ac_try_echo") >&5
     6969  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    59436970  ac_status=$?
    59446971  grep -v '^ *+' conftest.er1 >conftest.err
    59456972  rm -f conftest.er1
    59466973  cat conftest.err >&5
    5947   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5948   (exit $ac_status); } >/dev/null; then
    5949   if test -s conftest.err; then
    5950     ac_cpp_err=$ac_c_preproc_warn_flag
    5951     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    5952   else
    5953     ac_cpp_err=
    5954   fi
    5955 else
    5956   ac_cpp_err=yes
    5957 fi
    5958 if test -z "$ac_cpp_err"; then
     6974  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6975  (exit $ac_status); } >/dev/null && {
     6976     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     6977     test ! -s conftest.err
     6978       }; then
    59596979  ac_header_preproc=yes
    59606980else
    5961   echo "$as_me: failed program was:" >&5
     6981  $as_echo "$as_me: failed program was:" >&5
    59626982sed 's/^/| /' conftest.$ac_ext >&5
    59636983
    59646984  ac_header_preproc=no
    59656985fi
     6986
    59666987rm -f conftest.err conftest.$ac_ext
    5967 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5968 echo "${ECHO_T}$ac_header_preproc" >&6
     6988{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6989$as_echo "$ac_header_preproc" >&6; }
    59696990
    59706991# So?  What about this header?
    59716992case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    59726993  yes:no: )
    5973     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5974 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5975     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5976 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6994    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6995$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6996    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6997$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    59776998    ac_header_preproc=yes
    59786999    ;;
    59797000  no:yes:* )
    5980     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5981 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5982     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5983 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5984     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5985 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5986     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5987 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5988     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5989 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5990     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5991 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    5992     (
    5993       cat <<\_ASBOX
    5994 ## ------------------------------------------ ##
    5995 ## Report this to the AC_PACKAGE_NAME lists.  ##
    5996 ## ------------------------------------------ ##
    5997 _ASBOX
    5998     ) |
    5999       sed "s/^/$as_me: WARNING:     /" >&2
     7001    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7002$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7003    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7004$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7005    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7006$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7007    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7008$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7009    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7010$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7011    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7012$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7013
    60007014    ;;
    60017015esac
    6002 echo "$as_me:$LINENO: checking for $ac_header" >&5
    6003 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    6004 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    6005   echo $ECHO_N "(cached) $ECHO_C" >&6
     7016{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     7017$as_echo_n "checking for $ac_header... " >&6; }
     7018if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     7019  $as_echo_n "(cached) " >&6
    60067020else
    60077021  eval "$as_ac_Header=\$ac_header_preproc"
    60087022fi
    6009 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    6010 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    6011 
    6012 fi
    6013 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     7023ac_res=`eval 'as_val=${'$as_ac_Header'}
     7024         $as_echo "$as_val"'`
     7025           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7026$as_echo "$ac_res" >&6; }
     7027
     7028fi
     7029as_val=`eval 'as_val=${'$as_ac_Header'}
     7030         $as_echo "$as_val"'`
     7031   if test "x$as_val" = x""yes; then
    60147032  cat >>confdefs.h <<_ACEOF
    6015 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7033#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    60167034_ACEOF
    60177035
     
    60777095# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
    60787096# for constant arguments.  Useless!
    6079 echo "$as_me:$LINENO: checking for working alloca.h" >&5
    6080 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
     7097{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
     7098$as_echo_n "checking for working alloca.h... " >&6; }
    60817099if test "${ac_cv_working_alloca_h+set}" = set; then
    6082   echo $ECHO_N "(cached) $ECHO_C" >&6
     7100  $as_echo_n "(cached) " >&6
    60837101else
    60847102  cat >conftest.$ac_ext <<_ACEOF
     
    60937111{
    60947112char *p = (char *) alloca (2 * sizeof (int));
     7113              if (p) return 0;
    60957114  ;
    60967115  return 0;
     
    60987117_ACEOF
    60997118rm -f conftest.$ac_objext conftest$ac_exeext
    6100 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6101   (eval $ac_link) 2>conftest.er1
     7119if { (ac_try="$ac_link"
     7120case "(($ac_try" in
     7121  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7122  *) ac_try_echo=$ac_try;;
     7123esac
     7124eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7125$as_echo "$ac_try_echo") >&5
     7126  (eval "$ac_link") 2>conftest.er1
    61027127  ac_status=$?
    61037128  grep -v '^ *+' conftest.er1 >conftest.err
    61047129  rm -f conftest.er1
    61057130  cat conftest.err >&5
    6106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6107   (exit $ac_status); } &&
    6108      { ac_try='test -z "$ac_c_werror_flag"
    6109              || test ! -s conftest.err'
    6110   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6111   (eval $ac_try) 2>&5
    6112   ac_status=$?
    6113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6114   (exit $ac_status); }; } &&
    6115      { ac_try='test -s conftest$ac_exeext'
    6116   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6117   (eval $ac_try) 2>&5
    6118   ac_status=$?
    6119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6120   (exit $ac_status); }; }; then
     7131  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7132  (exit $ac_status); } && {
     7133     test -z "$ac_c_werror_flag" ||
     7134     test ! -s conftest.err
     7135       } && test -s conftest$ac_exeext && {
     7136     test "$cross_compiling" = yes ||
     7137     $as_test_x conftest$ac_exeext
     7138       }; then
    61217139  ac_cv_working_alloca_h=yes
    61227140else
    6123   echo "$as_me: failed program was:" >&5
     7141  $as_echo "$as_me: failed program was:" >&5
    61247142sed 's/^/| /' conftest.$ac_ext >&5
    61257143
    6126 ac_cv_working_alloca_h=no
    6127 fi
    6128 rm -f conftest.err conftest.$ac_objext \
     7144    ac_cv_working_alloca_h=no
     7145fi
     7146
     7147rm -rf conftest.dSYM
     7148rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61297149      conftest$ac_exeext conftest.$ac_ext
    61307150fi
    6131 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
    6132 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
     7151{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
     7152$as_echo "$ac_cv_working_alloca_h" >&6; }
    61337153if test $ac_cv_working_alloca_h = yes; then
    61347154
     
    61397159fi
    61407160
    6141 echo "$as_me:$LINENO: checking for alloca" >&5
    6142 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
     7161{ $as_echo "$as_me:$LINENO: checking for alloca" >&5
     7162$as_echo_n "checking for alloca... " >&6; }
    61437163if test "${ac_cv_func_alloca_works+set}" = set; then
    6144   echo $ECHO_N "(cached) $ECHO_C" >&6
     7164  $as_echo_n "(cached) " >&6
    61457165else
    61467166  cat >conftest.$ac_ext <<_ACEOF
     
    61577177#  define alloca _alloca
    61587178# else
    6159 #  if HAVE_ALLOCA_H
     7179#  ifdef HAVE_ALLOCA_H
    61607180#   include <alloca.h>
    61617181#  else
     
    61757195{
    61767196char *p = (char *) alloca (1);
     7197                    if (p) return 0;
    61777198  ;
    61787199  return 0;
     
    61807201_ACEOF
    61817202rm -f conftest.$ac_objext conftest$ac_exeext
    6182 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6183   (eval $ac_link) 2>conftest.er1
     7203if { (ac_try="$ac_link"
     7204case "(($ac_try" in
     7205  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7206  *) ac_try_echo=$ac_try;;
     7207esac
     7208eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7209$as_echo "$ac_try_echo") >&5
     7210  (eval "$ac_link") 2>conftest.er1
    61847211  ac_status=$?
    61857212  grep -v '^ *+' conftest.er1 >conftest.err
    61867213  rm -f conftest.er1
    61877214  cat conftest.err >&5
    6188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6189   (exit $ac_status); } &&
    6190      { ac_try='test -z "$ac_c_werror_flag"
    6191              || test ! -s conftest.err'
    6192   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6193   (eval $ac_try) 2>&5
    6194   ac_status=$?
    6195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6196   (exit $ac_status); }; } &&
    6197      { ac_try='test -s conftest$ac_exeext'
    6198   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6199   (eval $ac_try) 2>&5
    6200   ac_status=$?
    6201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6202   (exit $ac_status); }; }; then
     7215  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7216  (exit $ac_status); } && {
     7217     test -z "$ac_c_werror_flag" ||
     7218     test ! -s conftest.err
     7219       } && test -s conftest$ac_exeext && {
     7220     test "$cross_compiling" = yes ||
     7221     $as_test_x conftest$ac_exeext
     7222       }; then
    62037223  ac_cv_func_alloca_works=yes
    62047224else
    6205   echo "$as_me: failed program was:" >&5
     7225  $as_echo "$as_me: failed program was:" >&5
    62067226sed 's/^/| /' conftest.$ac_ext >&5
    62077227
    6208 ac_cv_func_alloca_works=no
    6209 fi
    6210 rm -f conftest.err conftest.$ac_objext \
     7228    ac_cv_func_alloca_works=no
     7229fi
     7230
     7231rm -rf conftest.dSYM
     7232rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62117233      conftest$ac_exeext conftest.$ac_ext
    62127234fi
    6213 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
    6214 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
     7235{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
     7236$as_echo "$ac_cv_func_alloca_works" >&6; }
    62157237
    62167238if test $ac_cv_func_alloca_works = yes; then
     
    62267248# use ar to extract alloca.o from them instead of compiling alloca.c.
    62277249
    6228 ALLOCA=alloca.$ac_objext
     7250ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
    62297251
    62307252cat >>confdefs.h <<\_ACEOF
     
    62337255
    62347256
    6235 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
    6236 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
     7257{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
     7258$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
    62377259if test "${ac_cv_os_cray+set}" = set; then
    6238   echo $ECHO_N "(cached) $ECHO_C" >&6
     7260  $as_echo_n "(cached) " >&6
    62397261else
    62407262  cat >conftest.$ac_ext <<_ACEOF
     
    62447266cat >>conftest.$ac_ext <<_ACEOF
    62457267/* end confdefs.h.  */
    6246 #if defined(CRAY) && ! defined(CRAY2)
     7268#if defined CRAY && ! defined CRAY2
    62477269webecray
    62487270#else
     
    62607282
    62617283fi
    6262 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
    6263 echo "${ECHO_T}$ac_cv_os_cray" >&6
     7284{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
     7285$as_echo "$ac_cv_os_cray" >&6; }
    62647286if test $ac_cv_os_cray = yes; then
    62657287  for ac_func in _getb67 GETB67 getb67; do
    6266     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6267 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6268 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6269 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6270   echo $ECHO_N "(cached) $ECHO_C" >&6
     7288    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7289{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7290$as_echo_n "checking for $ac_func... " >&6; }
     7291if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7292  $as_echo_n "(cached) " >&6
    62717293else
    62727294  cat >conftest.$ac_ext <<_ACEOF
     
    62937315#undef $ac_func
    62947316
    6295 /* Override any gcc2 internal prototype to avoid an error.  */
     7317/* Override any GCC internal prototype to avoid an error.
     7318   Use char because int might match the return type of a GCC
     7319   builtin and then its argument prototype would still apply.  */
    62967320#ifdef __cplusplus
    62977321extern "C"
    6298 {
    62997322#endif
    6300 /* We use char because int might match the return type of a gcc2
    6301    builtin and then its argument prototype would still apply.  */
    63027323char $ac_func ();
    63037324/* The GNU C library defines this for functions which it implements
    63047325    to always fail with ENOSYS.  Some functions are actually named
    63057326    something starting with __ and the normal name is an alias.  */
    6306 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7327#if defined __stub_$ac_func || defined __stub___$ac_func
    63077328choke me
    6308 #else
    6309 char (*f) () = $ac_func;
    6310 #endif
    6311 #ifdef __cplusplus
    6312 }
    63137329#endif
    63147330
     
    63167332main ()
    63177333{
    6318 return f != $ac_func;
     7334return $ac_func ();
    63197335  ;
    63207336  return 0;
     
    63227338_ACEOF
    63237339rm -f conftest.$ac_objext conftest$ac_exeext
    6324 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6325   (eval $ac_link) 2>conftest.er1
     7340if { (ac_try="$ac_link"
     7341case "(($ac_try" in
     7342  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7343  *) ac_try_echo=$ac_try;;
     7344esac
     7345eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7346$as_echo "$ac_try_echo") >&5
     7347  (eval "$ac_link") 2>conftest.er1
    63267348  ac_status=$?
    63277349  grep -v '^ *+' conftest.er1 >conftest.err
    63287350  rm -f conftest.er1
    63297351  cat conftest.err >&5
    6330   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6331   (exit $ac_status); } &&
    6332      { ac_try='test -z "$ac_c_werror_flag"
    6333              || test ! -s conftest.err'
    6334   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6335   (eval $ac_try) 2>&5
    6336   ac_status=$?
    6337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6338   (exit $ac_status); }; } &&
    6339      { ac_try='test -s conftest$ac_exeext'
    6340   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6341   (eval $ac_try) 2>&5
    6342   ac_status=$?
    6343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6344   (exit $ac_status); }; }; then
     7352  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7353  (exit $ac_status); } && {
     7354     test -z "$ac_c_werror_flag" ||
     7355     test ! -s conftest.err
     7356       } && test -s conftest$ac_exeext && {
     7357     test "$cross_compiling" = yes ||
     7358     $as_test_x conftest$ac_exeext
     7359       }; then
    63457360  eval "$as_ac_var=yes"
    63467361else
    6347   echo "$as_me: failed program was:" >&5
     7362  $as_echo "$as_me: failed program was:" >&5
    63487363sed 's/^/| /' conftest.$ac_ext >&5
    63497364
    6350 eval "$as_ac_var=no"
    6351 fi
    6352 rm -f conftest.err conftest.$ac_objext \
     7365    eval "$as_ac_var=no"
     7366fi
     7367
     7368rm -rf conftest.dSYM
     7369rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63537370      conftest$ac_exeext conftest.$ac_ext
    63547371fi
    6355 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6356 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6357 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7372ac_res=`eval 'as_val=${'$as_ac_var'}
     7373         $as_echo "$as_val"'`
     7374           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7375$as_echo "$ac_res" >&6; }
     7376as_val=`eval 'as_val=${'$as_ac_var'}
     7377         $as_echo "$as_val"'`
     7378   if test "x$as_val" = x""yes; then
    63587379
    63597380cat >>confdefs.h <<_ACEOF
     
    63677388fi
    63687389
    6369 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
    6370 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
     7390{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
     7391$as_echo_n "checking stack direction for C alloca... " >&6; }
    63717392if test "${ac_cv_c_stack_direction+set}" = set; then
    6372   echo $ECHO_N "(cached) $ECHO_C" >&6
     7393  $as_echo_n "(cached) " >&6
    63737394else
    63747395  if test "$cross_compiling" = yes; then
     
    63817402cat >>conftest.$ac_ext <<_ACEOF
    63827403/* end confdefs.h.  */
     7404$ac_includes_default
    63837405int
    63847406find_stack_direction ()
     
    63987420main ()
    63997421{
    6400   exit (find_stack_direction () < 0);
     7422  return find_stack_direction () < 0;
    64017423}
    64027424_ACEOF
    64037425rm -f conftest$ac_exeext
    6404 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6405   (eval $ac_link) 2>&5
     7426if { (ac_try="$ac_link"
     7427case "(($ac_try" in
     7428  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7429  *) ac_try_echo=$ac_try;;
     7430esac
     7431eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7432$as_echo "$ac_try_echo") >&5
     7433  (eval "$ac_link") 2>&5
    64067434  ac_status=$?
    6407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7435  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64087436  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    6409   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6410   (eval $ac_try) 2>&5
     7437  { (case "(($ac_try" in
     7438  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7439  *) ac_try_echo=$ac_try;;
     7440esac
     7441eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7442$as_echo "$ac_try_echo") >&5
     7443  (eval "$ac_try") 2>&5
    64117444  ac_status=$?
    6412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7445  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64137446  (exit $ac_status); }; }; then
    64147447  ac_cv_c_stack_direction=1
    64157448else
    6416   echo "$as_me: program exited with status $ac_status" >&5
    6417 echo "$as_me: failed program was:" >&5
     7449  $as_echo "$as_me: program exited with status $ac_status" >&5
     7450$as_echo "$as_me: failed program was:" >&5
    64187451sed 's/^/| /' conftest.$ac_ext >&5
    64197452
     
    64217454ac_cv_c_stack_direction=-1
    64227455fi
    6423 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    6424 fi
    6425 fi
    6426 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
    6427 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
     7456rm -rf conftest.dSYM
     7457rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     7458fi
     7459
     7460
     7461fi
     7462{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
     7463$as_echo "$ac_cv_c_stack_direction" >&6; }
    64287464
    64297465cat >>confdefs.h <<_ACEOF
     
    64357471
    64367472if test $ac_cv_c_compiler_gnu = yes; then
    6437     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
    6438 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
     7473    { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
     7474$as_echo_n "checking whether $CC needs -traditional... " >&6; }
    64397475if test "${ac_cv_prog_gcc_traditional+set}" = set; then
    6440   echo $ECHO_N "(cached) $ECHO_C" >&6
     7476  $as_echo_n "(cached) " >&6
    64417477else
    64427478    ac_pattern="Autoconf.*'x'"
     
    64777513  fi
    64787514fi
    6479 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
    6480 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
     7515{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
     7516$as_echo "$ac_cv_prog_gcc_traditional" >&6; }
    64817517  if test $ac_cv_prog_gcc_traditional = yes; then
    64827518    CC="$CC -traditional"
     
    64847520fi
    64857521
    6486 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
    6487 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
     7522{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
     7523$as_echo_n "checking return type of signal handlers... " >&6; }
    64887524if test "${ac_cv_type_signal+set}" = set; then
    6489   echo $ECHO_N "(cached) $ECHO_C" >&6
     7525  $as_echo_n "(cached) " >&6
    64907526else
    64917527  cat >conftest.$ac_ext <<_ACEOF
     
    64977533#include <sys/types.h>
    64987534#include <signal.h>
    6499 #ifdef signal
    6500 # undef signal
    6501 #endif
    6502 #ifdef __cplusplus
    6503 extern "C" void (*signal (int, void (*)(int)))(int);
    6504 #else
    6505 void (*signal ()) ();
    6506 #endif
    65077535
    65087536int
    65097537main ()
    65107538{
    6511 int i;
     7539return *(signal (0, 0)) (0) == 1;
    65127540  ;
    65137541  return 0;
     
    65157543_ACEOF
    65167544rm -f conftest.$ac_objext
    6517 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    6518   (eval $ac_compile) 2>conftest.er1
     7545if { (ac_try="$ac_compile"
     7546case "(($ac_try" in
     7547  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7548  *) ac_try_echo=$ac_try;;
     7549esac
     7550eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7551$as_echo "$ac_try_echo") >&5
     7552  (eval "$ac_compile") 2>conftest.er1
    65197553  ac_status=$?
    65207554  grep -v '^ *+' conftest.er1 >conftest.err
    65217555  rm -f conftest.er1
    65227556  cat conftest.err >&5
    6523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6524   (exit $ac_status); } &&
    6525      { ac_try='test -z "$ac_c_werror_flag"
    6526              || test ! -s conftest.err'
    6527   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6528   (eval $ac_try) 2>&5
    6529   ac_status=$?
    6530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6531   (exit $ac_status); }; } &&
    6532      { ac_try='test -s conftest.$ac_objext'
    6533   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6534   (eval $ac_try) 2>&5
    6535   ac_status=$?
    6536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6537   (exit $ac_status); }; }; then
    6538   ac_cv_type_signal=void
    6539 else
    6540   echo "$as_me: failed program was:" >&5
     7557  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7558  (exit $ac_status); } && {
     7559     test -z "$ac_c_werror_flag" ||
     7560     test ! -s conftest.err
     7561       } && test -s conftest.$ac_objext; then
     7562  ac_cv_type_signal=int
     7563else
     7564  $as_echo "$as_me: failed program was:" >&5
    65417565sed 's/^/| /' conftest.$ac_ext >&5
    65427566
    6543 ac_cv_type_signal=int
    6544 fi
    6545 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    6546 fi
    6547 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
    6548 echo "${ECHO_T}$ac_cv_type_signal" >&6
     7567    ac_cv_type_signal=void
     7568fi
     7569
     7570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     7571fi
     7572{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
     7573$as_echo "$ac_cv_type_signal" >&6; }
    65497574
    65507575cat >>confdefs.h <<_ACEOF
     
    65567581for ac_func in vprintf
    65577582do
    6558 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6559 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6560 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6561 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6562   echo $ECHO_N "(cached) $ECHO_C" >&6
     7583as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7584{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7585$as_echo_n "checking for $ac_func... " >&6; }
     7586if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7587  $as_echo_n "(cached) " >&6
    65637588else
    65647589  cat >conftest.$ac_ext <<_ACEOF
     
    65857610#undef $ac_func
    65867611
    6587 /* Override any gcc2 internal prototype to avoid an error.  */
     7612/* Override any GCC internal prototype to avoid an error.
     7613   Use char because int might match the return type of a GCC
     7614   builtin and then its argument prototype would still apply.  */
    65887615#ifdef __cplusplus
    65897616extern "C"
    6590 {
    65917617#endif
    6592 /* We use char because int might match the return type of a gcc2
    6593    builtin and then its argument prototype would still apply.  */
    65947618char $ac_func ();
    65957619/* The GNU C library defines this for functions which it implements
    65967620    to always fail with ENOSYS.  Some functions are actually named
    65977621    something starting with __ and the normal name is an alias.  */
    6598 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7622#if defined __stub_$ac_func || defined __stub___$ac_func
    65997623choke me
    6600 #else
    6601 char (*f) () = $ac_func;
    6602 #endif
    6603 #ifdef __cplusplus
    6604 }
    66057624#endif
    66067625
     
    66087627main ()
    66097628{
    6610 return f != $ac_func;
     7629return $ac_func ();
    66117630  ;
    66127631  return 0;
     
    66147633_ACEOF
    66157634rm -f conftest.$ac_objext conftest$ac_exeext
    6616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6617   (eval $ac_link) 2>conftest.er1
     7635if { (ac_try="$ac_link"
     7636case "(($ac_try" in
     7637  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7638  *) ac_try_echo=$ac_try;;
     7639esac
     7640eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7641$as_echo "$ac_try_echo") >&5
     7642  (eval "$ac_link") 2>conftest.er1
    66187643  ac_status=$?
    66197644  grep -v '^ *+' conftest.er1 >conftest.err
    66207645  rm -f conftest.er1
    66217646  cat conftest.err >&5
    6622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6623   (exit $ac_status); } &&
    6624      { ac_try='test -z "$ac_c_werror_flag"
    6625              || test ! -s conftest.err'
    6626   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6627   (eval $ac_try) 2>&5
    6628   ac_status=$?
    6629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6630   (exit $ac_status); }; } &&
    6631      { ac_try='test -s conftest$ac_exeext'
    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); }; }; then
     7647  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7648  (exit $ac_status); } && {
     7649     test -z "$ac_c_werror_flag" ||
     7650     test ! -s conftest.err
     7651       } && test -s conftest$ac_exeext && {
     7652     test "$cross_compiling" = yes ||
     7653     $as_test_x conftest$ac_exeext
     7654       }; then
    66377655  eval "$as_ac_var=yes"
    66387656else
    6639   echo "$as_me: failed program was:" >&5
     7657  $as_echo "$as_me: failed program was:" >&5
    66407658sed 's/^/| /' conftest.$ac_ext >&5
    66417659
    6642 eval "$as_ac_var=no"
    6643 fi
    6644 rm -f conftest.err conftest.$ac_objext \
     7660    eval "$as_ac_var=no"
     7661fi
     7662
     7663rm -rf conftest.dSYM
     7664rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    66457665      conftest$ac_exeext conftest.$ac_ext
    66467666fi
    6647 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6648 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6649 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7667ac_res=`eval 'as_val=${'$as_ac_var'}
     7668         $as_echo "$as_val"'`
     7669           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7670$as_echo "$ac_res" >&6; }
     7671as_val=`eval 'as_val=${'$as_ac_var'}
     7672         $as_echo "$as_val"'`
     7673   if test "x$as_val" = x""yes; then
    66507674  cat >>confdefs.h <<_ACEOF
    6651 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6652 _ACEOF
    6653 
    6654 echo "$as_me:$LINENO: checking for _doprnt" >&5
    6655 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
     7675#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7676_ACEOF
     7677
     7678{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5
     7679$as_echo_n "checking for _doprnt... " >&6; }
    66567680if test "${ac_cv_func__doprnt+set}" = set; then
    6657   echo $ECHO_N "(cached) $ECHO_C" >&6
     7681  $as_echo_n "(cached) " >&6
    66587682else
    66597683  cat >conftest.$ac_ext <<_ACEOF
     
    66807704#undef _doprnt
    66817705
    6682 /* Override any gcc2 internal prototype to avoid an error.  */
     7706/* Override any GCC internal prototype to avoid an error.
     7707   Use char because int might match the return type of a GCC
     7708   builtin and then its argument prototype would still apply.  */
    66837709#ifdef __cplusplus
    66847710extern "C"
    6685 {
    66867711#endif
    6687 /* We use char because int might match the return type of a gcc2
    6688    builtin and then its argument prototype would still apply.  */
    66897712char _doprnt ();
    66907713/* The GNU C library defines this for functions which it implements
    66917714    to always fail with ENOSYS.  Some functions are actually named
    66927715    something starting with __ and the normal name is an alias.  */
    6693 #if defined (__stub__doprnt) || defined (__stub____doprnt)
     7716#if defined __stub__doprnt || defined __stub____doprnt
    66947717choke me
    6695 #else
    6696 char (*f) () = _doprnt;
    6697 #endif
    6698 #ifdef __cplusplus
    6699 }
    67007718#endif
    67017719
     
    67037721main ()
    67047722{
    6705 return f != _doprnt;
     7723return _doprnt ();
    67067724  ;
    67077725  return 0;
     
    67097727_ACEOF
    67107728rm -f conftest.$ac_objext conftest$ac_exeext
    6711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6712   (eval $ac_link) 2>conftest.er1
     7729if { (ac_try="$ac_link"
     7730case "(($ac_try" in
     7731  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7732  *) ac_try_echo=$ac_try;;
     7733esac
     7734eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7735$as_echo "$ac_try_echo") >&5
     7736  (eval "$ac_link") 2>conftest.er1
    67137737  ac_status=$?
    67147738  grep -v '^ *+' conftest.er1 >conftest.err
    67157739  rm -f conftest.er1
    67167740  cat conftest.err >&5
    6717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6718   (exit $ac_status); } &&
    6719      { ac_try='test -z "$ac_c_werror_flag"
    6720              || test ! -s conftest.err'
    6721   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6722   (eval $ac_try) 2>&5
    6723   ac_status=$?
    6724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6725   (exit $ac_status); }; } &&
    6726      { ac_try='test -s conftest$ac_exeext'
    6727   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6728   (eval $ac_try) 2>&5
    6729   ac_status=$?
    6730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6731   (exit $ac_status); }; }; then
     7741  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7742  (exit $ac_status); } && {
     7743     test -z "$ac_c_werror_flag" ||
     7744     test ! -s conftest.err
     7745       } && test -s conftest$ac_exeext && {
     7746     test "$cross_compiling" = yes ||
     7747     $as_test_x conftest$ac_exeext
     7748       }; then
    67327749  ac_cv_func__doprnt=yes
    67337750else
    6734   echo "$as_me: failed program was:" >&5
     7751  $as_echo "$as_me: failed program was:" >&5
    67357752sed 's/^/| /' conftest.$ac_ext >&5
    67367753
    6737 ac_cv_func__doprnt=no
    6738 fi
    6739 rm -f conftest.err conftest.$ac_objext \
     7754    ac_cv_func__doprnt=no
     7755fi
     7756
     7757rm -rf conftest.dSYM
     7758rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    67407759      conftest$ac_exeext conftest.$ac_ext
    67417760fi
    6742 echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
    6743 echo "${ECHO_T}$ac_cv_func__doprnt" >&6
    6744 if test $ac_cv_func__doprnt = yes; then
     7761{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
     7762$as_echo "$ac_cv_func__doprnt" >&6; }
     7763if test "x$ac_cv_func__doprnt" = x""yes; then
    67457764
    67467765cat >>confdefs.h <<\_ACEOF
     
    67667785for ac_func in ftime select strftime strtol getrusage times mallinfo setbuffer getpagesize strerror
    67677786do
    6768 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6769 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6770 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6771 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6772   echo $ECHO_N "(cached) $ECHO_C" >&6
     7787as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7788{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7789$as_echo_n "checking for $ac_func... " >&6; }
     7790if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7791  $as_echo_n "(cached) " >&6
    67737792else
    67747793  cat >conftest.$ac_ext <<_ACEOF
     
    67957814#undef $ac_func
    67967815
    6797 /* Override any gcc2 internal prototype to avoid an error.  */
     7816/* Override any GCC internal prototype to avoid an error.
     7817   Use char because int might match the return type of a GCC
     7818   builtin and then its argument prototype would still apply.  */
    67987819#ifdef __cplusplus
    67997820extern "C"
    6800 {
    68017821#endif
    6802 /* We use char because int might match the return type of a gcc2
    6803    builtin and then its argument prototype would still apply.  */
    68047822char $ac_func ();
    68057823/* The GNU C library defines this for functions which it implements
    68067824    to always fail with ENOSYS.  Some functions are actually named
    68077825    something starting with __ and the normal name is an alias.  */
    6808 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7826#if defined __stub_$ac_func || defined __stub___$ac_func
    68097827choke me
    6810 #else
    6811 char (*f) () = $ac_func;
    6812 #endif
    6813 #ifdef __cplusplus
    6814 }
    68157828#endif
    68167829
     
    68187831main ()
    68197832{
    6820 return f != $ac_func;
     7833return $ac_func ();
    68217834  ;
    68227835  return 0;
     
    68247837_ACEOF
    68257838rm -f conftest.$ac_objext conftest$ac_exeext
    6826 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6827   (eval $ac_link) 2>conftest.er1
     7839if { (ac_try="$ac_link"
     7840case "(($ac_try" in
     7841  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7842  *) ac_try_echo=$ac_try;;
     7843esac
     7844eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7845$as_echo "$ac_try_echo") >&5
     7846  (eval "$ac_link") 2>conftest.er1
    68287847  ac_status=$?
    68297848  grep -v '^ *+' conftest.er1 >conftest.err
    68307849  rm -f conftest.er1
    68317850  cat conftest.err >&5
    6832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6833   (exit $ac_status); } &&
    6834      { ac_try='test -z "$ac_c_werror_flag"
    6835              || test ! -s conftest.err'
    6836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6837   (eval $ac_try) 2>&5
    6838   ac_status=$?
    6839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6840   (exit $ac_status); }; } &&
    6841      { ac_try='test -s conftest$ac_exeext'
    6842   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6843   (eval $ac_try) 2>&5
    6844   ac_status=$?
    6845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6846   (exit $ac_status); }; }; then
     7851  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7852  (exit $ac_status); } && {
     7853     test -z "$ac_c_werror_flag" ||
     7854     test ! -s conftest.err
     7855       } && test -s conftest$ac_exeext && {
     7856     test "$cross_compiling" = yes ||
     7857     $as_test_x conftest$ac_exeext
     7858       }; then
    68477859  eval "$as_ac_var=yes"
    68487860else
    6849   echo "$as_me: failed program was:" >&5
     7861  $as_echo "$as_me: failed program was:" >&5
    68507862sed 's/^/| /' conftest.$ac_ext >&5
    68517863
    6852 eval "$as_ac_var=no"
    6853 fi
    6854 rm -f conftest.err conftest.$ac_objext \
     7864    eval "$as_ac_var=no"
     7865fi
     7866
     7867rm -rf conftest.dSYM
     7868rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    68557869      conftest$ac_exeext conftest.$ac_ext
    68567870fi
    6857 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6858 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6859 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7871ac_res=`eval 'as_val=${'$as_ac_var'}
     7872         $as_echo "$as_val"'`
     7873           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7874$as_echo "$ac_res" >&6; }
     7875as_val=`eval 'as_val=${'$as_ac_var'}
     7876         $as_echo "$as_val"'`
     7877   if test "x$as_val" = x""yes; then
    68607878  cat >>confdefs.h <<_ACEOF
    6861 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7879#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    68627880_ACEOF
    68637881
     
    68707888for ac_func in ftruncate strstr strcasecmp
    68717889do
    6872 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6873 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6874 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6875 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6876   echo $ECHO_N "(cached) $ECHO_C" >&6
     7890as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7891{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7892$as_echo_n "checking for $ac_func... " >&6; }
     7893if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7894  $as_echo_n "(cached) " >&6
    68777895else
    68787896  cat >conftest.$ac_ext <<_ACEOF
     
    68997917#undef $ac_func
    69007918
    6901 /* Override any gcc2 internal prototype to avoid an error.  */
     7919/* Override any GCC internal prototype to avoid an error.
     7920   Use char because int might match the return type of a GCC
     7921   builtin and then its argument prototype would still apply.  */
    69027922#ifdef __cplusplus
    69037923extern "C"
    6904 {
    69057924#endif
    6906 /* We use char because int might match the return type of a gcc2
    6907    builtin and then its argument prototype would still apply.  */
    69087925char $ac_func ();
    69097926/* The GNU C library defines this for functions which it implements
    69107927    to always fail with ENOSYS.  Some functions are actually named
    69117928    something starting with __ and the normal name is an alias.  */
    6912 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7929#if defined __stub_$ac_func || defined __stub___$ac_func
    69137930choke me
    6914 #else
    6915 char (*f) () = $ac_func;
    6916 #endif
    6917 #ifdef __cplusplus
    6918 }
    69197931#endif
    69207932
     
    69227934main ()
    69237935{
    6924 return f != $ac_func;
     7936return $ac_func ();
    69257937  ;
    69267938  return 0;
     
    69287940_ACEOF
    69297941rm -f conftest.$ac_objext conftest$ac_exeext
    6930 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6931   (eval $ac_link) 2>conftest.er1
     7942if { (ac_try="$ac_link"
     7943case "(($ac_try" in
     7944  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7945  *) ac_try_echo=$ac_try;;
     7946esac
     7947eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7948$as_echo "$ac_try_echo") >&5
     7949  (eval "$ac_link") 2>conftest.er1
    69327950  ac_status=$?
    69337951  grep -v '^ *+' conftest.er1 >conftest.err
    69347952  rm -f conftest.er1
    69357953  cat conftest.err >&5
    6936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6937   (exit $ac_status); } &&
    6938      { ac_try='test -z "$ac_c_werror_flag"
    6939              || test ! -s conftest.err'
    6940   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6941   (eval $ac_try) 2>&5
    6942   ac_status=$?
    6943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6944   (exit $ac_status); }; } &&
    6945      { ac_try='test -s conftest$ac_exeext'
    6946   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6947   (eval $ac_try) 2>&5
    6948   ac_status=$?
    6949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6950   (exit $ac_status); }; }; then
     7954  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7955  (exit $ac_status); } && {
     7956     test -z "$ac_c_werror_flag" ||
     7957     test ! -s conftest.err
     7958       } && test -s conftest$ac_exeext && {
     7959     test "$cross_compiling" = yes ||
     7960     $as_test_x conftest$ac_exeext
     7961       }; then
    69517962  eval "$as_ac_var=yes"
    69527963else
    6953   echo "$as_me: failed program was:" >&5
     7964  $as_echo "$as_me: failed program was:" >&5
    69547965sed 's/^/| /' conftest.$ac_ext >&5
    69557966
    6956 eval "$as_ac_var=no"
    6957 fi
    6958 rm -f conftest.err conftest.$ac_objext \
     7967    eval "$as_ac_var=no"
     7968fi
     7969
     7970rm -rf conftest.dSYM
     7971rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    69597972      conftest$ac_exeext conftest.$ac_ext
    69607973fi
    6961 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6962 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6963 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7974ac_res=`eval 'as_val=${'$as_ac_var'}
     7975         $as_echo "$as_val"'`
     7976           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7977$as_echo "$ac_res" >&6; }
     7978as_val=`eval 'as_val=${'$as_ac_var'}
     7979         $as_echo "$as_val"'`
     7980   if test "x$as_val" = x""yes; then
    69647981  cat >>confdefs.h <<_ACEOF
    6965 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6966 _ACEOF
    6967 
    6968 else
    6969   case $LIBOBJS in
    6970     "$ac_func.$ac_objext"   | \
    6971   *" $ac_func.$ac_objext"   | \
    6972     "$ac_func.$ac_objext "* | \
     7982#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7983_ACEOF
     7984
     7985else
     7986  case " $LIBOBJS " in
    69737987  *" $ac_func.$ac_objext "* ) ;;
    6974   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
     7988  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
     7989 ;;
    69757990esac
    69767991
     
    69807995
    69817996
    6982 echo "$as_me:$LINENO: checking for textdomain" >&5
    6983 echo $ECHO_N "checking for textdomain... $ECHO_C" >&6
     7997{ $as_echo "$as_me:$LINENO: checking for textdomain" >&5
     7998$as_echo_n "checking for textdomain... " >&6; }
    69847999if test "${ac_cv_func_textdomain+set}" = set; then
    6985   echo $ECHO_N "(cached) $ECHO_C" >&6
     8000  $as_echo_n "(cached) " >&6
    69868001else
    69878002  cat >conftest.$ac_ext <<_ACEOF
     
    70088023#undef textdomain
    70098024
    7010 /* Override any gcc2 internal prototype to avoid an error.  */
     8025/* Override any GCC internal prototype to avoid an error.
     8026   Use char because int might match the return type of a GCC
     8027   builtin and then its argument prototype would still apply.  */
    70118028#ifdef __cplusplus
    70128029extern "C"
    7013 {
    70148030#endif
    7015 /* We use char because int might match the return type of a gcc2
    7016    builtin and then its argument prototype would still apply.  */
    70178031char textdomain ();
    70188032/* The GNU C library defines this for functions which it implements
    70198033    to always fail with ENOSYS.  Some functions are actually named
    70208034    something starting with __ and the normal name is an alias.  */
    7021 #if defined (__stub_textdomain) || defined (__stub___textdomain)
     8035#if defined __stub_textdomain || defined __stub___textdomain
    70228036choke me
    7023 #else
    7024 char (*f) () = textdomain;
    7025 #endif
    7026 #ifdef __cplusplus
    7027 }
    70288037#endif
    70298038
     
    70318040main ()
    70328041{
    7033 return f != textdomain;
     8042return textdomain ();
    70348043  ;
    70358044  return 0;
     
    70378046_ACEOF
    70388047rm -f conftest.$ac_objext conftest$ac_exeext
    7039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7040   (eval $ac_link) 2>conftest.er1
     8048if { (ac_try="$ac_link"
     8049case "(($ac_try" in
     8050  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8051  *) ac_try_echo=$ac_try;;
     8052esac
     8053eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8054$as_echo "$ac_try_echo") >&5
     8055  (eval "$ac_link") 2>conftest.er1
    70418056  ac_status=$?
    70428057  grep -v '^ *+' conftest.er1 >conftest.err
    70438058  rm -f conftest.er1
    70448059  cat conftest.err >&5
    7045   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7046   (exit $ac_status); } &&
    7047      { ac_try='test -z "$ac_c_werror_flag"
    7048              || test ! -s conftest.err'
    7049   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7050   (eval $ac_try) 2>&5
    7051   ac_status=$?
    7052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7053   (exit $ac_status); }; } &&
    7054      { ac_try='test -s conftest$ac_exeext'
    7055   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7056   (eval $ac_try) 2>&5
    7057   ac_status=$?
    7058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7059   (exit $ac_status); }; }; then
     8060  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8061  (exit $ac_status); } && {
     8062     test -z "$ac_c_werror_flag" ||
     8063     test ! -s conftest.err
     8064       } && test -s conftest$ac_exeext && {
     8065     test "$cross_compiling" = yes ||
     8066     $as_test_x conftest$ac_exeext
     8067       }; then
    70608068  ac_cv_func_textdomain=yes
    70618069else
    7062   echo "$as_me: failed program was:" >&5
     8070  $as_echo "$as_me: failed program was:" >&5
    70638071sed 's/^/| /' conftest.$ac_ext >&5
    70648072
    7065 ac_cv_func_textdomain=no
    7066 fi
    7067 rm -f conftest.err conftest.$ac_objext \
     8073    ac_cv_func_textdomain=no
     8074fi
     8075
     8076rm -rf conftest.dSYM
     8077rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    70688078      conftest$ac_exeext conftest.$ac_ext
    70698079fi
    7070 echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
    7071 echo "${ECHO_T}$ac_cv_func_textdomain" >&6
    7072 if test $ac_cv_func_textdomain = yes; then
     8080{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
     8081$as_echo "$ac_cv_func_textdomain" >&6; }
     8082if test "x$ac_cv_func_textdomain" = x""yes; then
    70738083  cat >>confdefs.h <<\_ACEOF
    70748084#define ENABLE_NLS  1
     
    70808090# *** Custom checking (based on GNU tar configure.in) ***
    70818091# ---------------------------------------------------------------------------
    7082 echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
    7083 echo $ECHO_N "checking for HP-UX needing gmalloc... $ECHO_C" >&6
     8092{ $as_echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
     8093$as_echo_n "checking for HP-UX needing gmalloc... " >&6; }
    70848094if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    7085   echo "$as_me:$LINENO: result: yes" >&5
    7086 echo "${ECHO_T}yes" >&6
    7087   case $LIBOBJS in
    7088     "gmalloc.$ac_objext"   | \
    7089   *" gmalloc.$ac_objext"   | \
    7090     "gmalloc.$ac_objext "* | \
     8095  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8096$as_echo "yes" >&6; }
     8097  case " $LIBOBJS " in
    70918098  *" gmalloc.$ac_objext "* ) ;;
    7092   *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext" ;;
     8099  *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext"
     8100 ;;
    70938101esac
    70948102
     
    70988106
    70998107else
    7100   echo "$as_me:$LINENO: result: no" >&5
    7101 echo "${ECHO_T}no" >&6
     8108  { $as_echo "$as_me:$LINENO: result: no" >&5
     8109$as_echo "no" >&6; }
    71028110
    71038111for ac_func in valloc
    71048112do
    7105 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7106 echo "$as_me:$LINENO: checking for $ac_func" >&5
    7107 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    7108 if eval "test \"\${$as_ac_var+set}\" = set"; then
    7109   echo $ECHO_N "(cached) $ECHO_C" >&6
     8113as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     8114{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     8115$as_echo_n "checking for $ac_func... " >&6; }
     8116if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     8117  $as_echo_n "(cached) " >&6
    71108118else
    71118119  cat >conftest.$ac_ext <<_ACEOF
     
    71328140#undef $ac_func
    71338141
    7134 /* Override any gcc2 internal prototype to avoid an error.  */
     8142/* Override any GCC internal prototype to avoid an error.
     8143   Use char because int might match the return type of a GCC
     8144   builtin and then its argument prototype would still apply.  */
    71358145#ifdef __cplusplus
    71368146extern "C"
    7137 {
    71388147#endif
    7139 /* We use char because int might match the return type of a gcc2
    7140    builtin and then its argument prototype would still apply.  */
    71418148char $ac_func ();
    71428149/* The GNU C library defines this for functions which it implements
    71438150    to always fail with ENOSYS.  Some functions are actually named
    71448151    something starting with __ and the normal name is an alias.  */
    7145 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     8152#if defined __stub_$ac_func || defined __stub___$ac_func
    71468153choke me
    7147 #else
    7148 char (*f) () = $ac_func;
    7149 #endif
    7150 #ifdef __cplusplus
    7151 }
    71528154#endif
    71538155
     
    71558157main ()
    71568158{
    7157 return f != $ac_func;
     8159return $ac_func ();
    71588160  ;
    71598161  return 0;
     
    71618163_ACEOF
    71628164rm -f conftest.$ac_objext conftest$ac_exeext
    7163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7164   (eval $ac_link) 2>conftest.er1
     8165if { (ac_try="$ac_link"
     8166case "(($ac_try" in
     8167  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8168  *) ac_try_echo=$ac_try;;
     8169esac
     8170eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8171$as_echo "$ac_try_echo") >&5
     8172  (eval "$ac_link") 2>conftest.er1
    71658173  ac_status=$?
    71668174  grep -v '^ *+' conftest.er1 >conftest.err
    71678175  rm -f conftest.er1
    71688176  cat conftest.err >&5
    7169   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7170   (exit $ac_status); } &&
    7171      { ac_try='test -z "$ac_c_werror_flag"
    7172              || test ! -s conftest.err'
    7173   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7174   (eval $ac_try) 2>&5
    7175   ac_status=$?
    7176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7177   (exit $ac_status); }; } &&
    7178      { ac_try='test -s conftest$ac_exeext'
    7179   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7180   (eval $ac_try) 2>&5
    7181   ac_status=$?
    7182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7183   (exit $ac_status); }; }; then
     8177  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8178  (exit $ac_status); } && {
     8179     test -z "$ac_c_werror_flag" ||
     8180     test ! -s conftest.err
     8181       } && test -s conftest$ac_exeext && {
     8182     test "$cross_compiling" = yes ||
     8183     $as_test_x conftest$ac_exeext
     8184       }; then
    71848185  eval "$as_ac_var=yes"
    71858186else
    7186   echo "$as_me: failed program was:" >&5
     8187  $as_echo "$as_me: failed program was:" >&5
    71878188sed 's/^/| /' conftest.$ac_ext >&5
    71888189
    7189 eval "$as_ac_var=no"
    7190 fi
    7191 rm -f conftest.err conftest.$ac_objext \
     8190    eval "$as_ac_var=no"
     8191fi
     8192
     8193rm -rf conftest.dSYM
     8194rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    71928195      conftest$ac_exeext conftest.$ac_ext
    71938196fi
    7194 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    7195 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    7196 if test `eval echo '${'$as_ac_var'}'` = yes; then
     8197ac_res=`eval 'as_val=${'$as_ac_var'}
     8198         $as_echo "$as_val"'`
     8199           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     8200$as_echo "$ac_res" >&6; }
     8201as_val=`eval 'as_val=${'$as_ac_var'}
     8202         $as_echo "$as_val"'`
     8203   if test "x$as_val" = x""yes; then
    71978204  cat >>confdefs.h <<_ACEOF
    7198 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     8205#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    71998206_ACEOF
    72008207
     
    72058212
    72068213# we cannot generate static libraries under Darwin
    7207 echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
    7208 echo $ECHO_N "checking for Apple MacOS X/Darwin... $ECHO_C" >&6
     8214{ $as_echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
     8215$as_echo_n "checking for Apple MacOS X/Darwin... " >&6; }
    72098216if test "`(uname -s) 2> /dev/null`" = 'Darwin'; then
    7210   echo "$as_me:$LINENO: result: yes" >&5
    7211 echo "${ECHO_T}yes" >&6
     8217  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8218$as_echo "yes" >&6; }
    72128219  STATIC=""
    72138220else
    7214   echo "$as_me:$LINENO: result: no" >&5
    7215 echo "${ECHO_T}no" >&6
     8221  { $as_echo "$as_me:$LINENO: result: no" >&5
     8222$as_echo "no" >&6; }
    72168223  STATIC="-static "
    72178224fi
    72188225
    72198226
    7220 echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
    7221 echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6
    7222 
    7223 # Check whether --with-dmalloc or --without-dmalloc was given.
     8227{ $as_echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
     8228$as_echo_n "checking if malloc debugging is wanted... " >&6; }
     8229
     8230# Check whether --with-dmalloc was given.
    72248231if test "${with_dmalloc+set}" = set; then
    7225   withval="$with_dmalloc"
    7226   if test "$withval" = yes; then
    7227   echo "$as_me:$LINENO: result: yes" >&5
    7228 echo "${ECHO_T}yes" >&6
     8232  withval=$with_dmalloc; if test "$withval" = yes; then
     8233  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8234$as_echo "yes" >&6; }
    72298235  cat >>confdefs.h <<\_ACEOF
    72308236#define WITH_DMALLOC 1
     
    72348240  LDFLAGS="$LDFLAGS -g"
    72358241else
    7236   echo "$as_me:$LINENO: result: no" >&5
    7237 echo "${ECHO_T}no" >&6
    7238 fi
    7239 else
    7240   echo "$as_me:$LINENO: result: no" >&5
    7241 echo "${ECHO_T}no" >&6
    7242 fi;
    7243 
    7244 echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
    7245 echo $ECHO_N "checking which of rx or regex is wanted... $ECHO_C" >&6
    7246 
    7247 # Check whether --with-regex or --without-regex was given.
     8242  { $as_echo "$as_me:$LINENO: result: no" >&5
     8243$as_echo "no" >&6; }
     8244fi
     8245else
     8246  { $as_echo "$as_me:$LINENO: result: no" >&5
     8247$as_echo "no" >&6; }
     8248fi
     8249
     8250
     8251{ $as_echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
     8252$as_echo_n "checking which of rx or regex is wanted... " >&6; }
     8253
     8254# Check whether --with-regex was given.
    72488255if test "${with_regex+set}" = set; then
    7249   withval="$with_regex"
    7250   if test "$withval" = yes; then
     8256  withval=$with_regex; if test "$withval" = yes; then
    72518257  ac_with_regex=1
    7252   echo "$as_me:$LINENO: result: regex" >&5
    7253 echo "${ECHO_T}regex" >&6
     8258  { $as_echo "$as_me:$LINENO: result: regex" >&5
     8259$as_echo "regex" >&6; }
    72548260  cat >>confdefs.h <<\_ACEOF
    72558261#define WITH_REGEX 1
    72568262_ACEOF
    72578263
    7258   case $LIBOBJS in
    7259     "regex.$ac_objext"   | \
    7260   *" regex.$ac_objext"   | \
    7261     "regex.$ac_objext "* | \
     8264  case " $LIBOBJS " in
    72628265  *" regex.$ac_objext "* ) ;;
    7263   *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
    7264 esac
    7265 
    7266 fi
    7267 fi;
     8266  *) LIBOBJS="$LIBOBJS regex.$ac_objext"
     8267 ;;
     8268esac
     8269
     8270fi
     8271fi
     8272
    72688273if test -z "$ac_with_regex"; then
    7269   echo "$as_me:$LINENO: result: rx" >&5
    7270 echo "${ECHO_T}rx" >&6
    7271   echo "$as_me:$LINENO: checking for re_rx_search" >&5
    7272 echo $ECHO_N "checking for re_rx_search... $ECHO_C" >&6
     8274  { $as_echo "$as_me:$LINENO: result: rx" >&5
     8275$as_echo "rx" >&6; }
     8276  { $as_echo "$as_me:$LINENO: checking for re_rx_search" >&5
     8277$as_echo_n "checking for re_rx_search... " >&6; }
    72738278if test "${ac_cv_func_re_rx_search+set}" = set; then
    7274   echo $ECHO_N "(cached) $ECHO_C" >&6
     8279  $as_echo_n "(cached) " >&6
    72758280else
    72768281  cat >conftest.$ac_ext <<_ACEOF
     
    72978302#undef re_rx_search
    72988303
    7299 /* Override any gcc2 internal prototype to avoid an error.  */
     8304/* Override any GCC internal prototype to avoid an error.
     8305   Use char because int might match the return type of a GCC
     8306   builtin and then its argument prototype would still apply.  */
    73008307#ifdef __cplusplus
    73018308extern "C"
    7302 {
    73038309#endif
    7304 /* We use char because int might match the return type of a gcc2
    7305    builtin and then its argument prototype would still apply.  */
    73068310char re_rx_search ();
    73078311/* The GNU C library defines this for functions which it implements
    73088312    to always fail with ENOSYS.  Some functions are actually named
    73098313    something starting with __ and the normal name is an alias.  */
    7310 #if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
     8314#if defined __stub_re_rx_search || defined __stub___re_rx_search
    73118315choke me
    7312 #else
    7313 char (*f) () = re_rx_search;
    7314 #endif
    7315 #ifdef __cplusplus
    7316 }
    73178316#endif
    73188317
     
    73208319main ()
    73218320{
    7322 return f != re_rx_search;
     8321return re_rx_search ();
    73238322  ;
    73248323  return 0;
     
    73268325_ACEOF
    73278326rm -f conftest.$ac_objext conftest$ac_exeext
    7328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7329   (eval $ac_link) 2>conftest.er1
     8327if { (ac_try="$ac_link"
     8328case "(($ac_try" in
     8329  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8330  *) ac_try_echo=$ac_try;;
     8331esac
     8332eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8333$as_echo "$ac_try_echo") >&5
     8334  (eval "$ac_link") 2>conftest.er1
    73308335  ac_status=$?
    73318336  grep -v '^ *+' conftest.er1 >conftest.err
    73328337  rm -f conftest.er1
    73338338  cat conftest.err >&5
    7334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7335   (exit $ac_status); } &&
    7336      { ac_try='test -z "$ac_c_werror_flag"
    7337              || test ! -s conftest.err'
    7338   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7339   (eval $ac_try) 2>&5
    7340   ac_status=$?
    7341   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7342   (exit $ac_status); }; } &&
    7343      { ac_try='test -s conftest$ac_exeext'
    7344   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7345   (eval $ac_try) 2>&5
    7346   ac_status=$?
    7347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7348   (exit $ac_status); }; }; then
     8339  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8340  (exit $ac_status); } && {
     8341     test -z "$ac_c_werror_flag" ||
     8342     test ! -s conftest.err
     8343       } && test -s conftest$ac_exeext && {
     8344     test "$cross_compiling" = yes ||
     8345     $as_test_x conftest$ac_exeext
     8346       }; then
    73498347  ac_cv_func_re_rx_search=yes
    73508348else
    7351   echo "$as_me: failed program was:" >&5
     8349  $as_echo "$as_me: failed program was:" >&5
    73528350sed 's/^/| /' conftest.$ac_ext >&5
    73538351
    7354 ac_cv_func_re_rx_search=no
    7355 fi
    7356 rm -f conftest.err conftest.$ac_objext \
     8352    ac_cv_func_re_rx_search=no
     8353fi
     8354
     8355rm -rf conftest.dSYM
     8356rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73578357      conftest$ac_exeext conftest.$ac_ext
    73588358fi
    7359 echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
    7360 echo "${ECHO_T}$ac_cv_func_re_rx_search" >&6
    7361 if test $ac_cv_func_re_rx_search = yes; then
     8359{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
     8360$as_echo "$ac_cv_func_re_rx_search" >&6; }
     8361if test "x$ac_cv_func_re_rx_search" = x""yes; then
    73628362  :
    73638363else
    7364   case $LIBOBJS in
    7365     "rx.$ac_objext"   | \
    7366   *" rx.$ac_objext"   | \
    7367     "rx.$ac_objext "* | \
     8364  case " $LIBOBJS " in
    73688365  *" rx.$ac_objext "* ) ;;
    7369   *) LIBOBJS="$LIBOBJS rx.$ac_objext" ;;
     8366  *) LIBOBJS="$LIBOBJS rx.$ac_objext"
     8367 ;;
    73708368esac
    73718369
     
    73778375# ---------------------------------------------------------------------------
    73788376if test "$ac_cv_func_alloca" = 'no'; then
    7379   case $LIBOBJS in
    7380     "xmalloc.$ac_objext"   | \
    7381   *" xmalloc.$ac_objext"   | \
    7382     "xmalloc.$ac_objext "* | \
     8377  case " $LIBOBJS " in
    73838378  *" xmalloc.$ac_objext "* ) ;;
    7384   *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext" ;;
    7385 esac
    7386 
    7387   case $LIBOBJS in
    7388     "error.$ac_objext"   | \
    7389   *" error.$ac_objext"   | \
    7390     "error.$ac_objext "* | \
     8379  *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext"
     8380 ;;
     8381esac
     8382
     8383  case " $LIBOBJS " in
    73918384  *" error.$ac_objext "* ) ;;
    7392   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     8385  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     8386 ;;
    73938387esac
    73948388
     
    73988392# ---------------------------------------------------------------------------
    73998393
    7400 ac_ext=cc
     8394ac_ext=cpp
    74018395ac_cpp='$CXXCPP $CPPFLAGS'
    74028396ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     
    74058399
    74068400
    7407 echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
    7408 echo $ECHO_N "checking that Perl 5 is available... $ECHO_C" >&6
     8401{ $as_echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
     8402$as_echo_n "checking that Perl 5 is available... " >&6; }
    74098403success="no"
    74108404pl_path="$PATH"
     
    74238417try=`expr $try \> 5.000`
    74248418if test $try = "1"; then
    7425 echo "$as_me:$LINENO: result: \"yes\"" >&5
    7426 echo "${ECHO_T}\"yes\"" >&6
     8419{ $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
     8420$as_echo "\"yes\"" >&6; }
    74278421else
    74288422success="no"
     
    74318425
    74328426if test $success = "no"; then
    7433 echo "$as_me:$LINENO: result: \"no\"" >&5
    7434 echo "${ECHO_T}\"no\"" >&6
    7435 { { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    7436 echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
     8427{ $as_echo "$as_me:$LINENO: result: \"no\"" >&5
     8428$as_echo "\"no\"" >&6; }
     8429{ { $as_echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
     8430$as_echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    74378431   { (exit 1); exit 1; }; }
    74388432fi
    74398433
    74408434success=no
    7441 echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
    7442 echo $ECHO_N "checking \"whether STL library has known faults\"... $ECHO_C" >&6
     8435{ $as_echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
     8436$as_echo_n "checking \"whether STL library has known faults\"... " >&6; }
    74438437
    74448438
     
    74608454_ACEOF
    74618455rm -f conftest.$ac_objext
    7462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7463   (eval $ac_compile) 2>conftest.er1
     8456if { (ac_try="$ac_compile"
     8457case "(($ac_try" in
     8458  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8459  *) ac_try_echo=$ac_try;;
     8460esac
     8461eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8462$as_echo "$ac_try_echo") >&5
     8463  (eval "$ac_compile") 2>conftest.er1
    74648464  ac_status=$?
    74658465  grep -v '^ *+' conftest.er1 >conftest.err
    74668466  rm -f conftest.er1
    74678467  cat conftest.err >&5
    7468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7469   (exit $ac_status); } &&
    7470      { ac_try='test -z "$ac_cxx_werror_flag"
    7471              || test ! -s conftest.err'
    7472   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7473   (eval $ac_try) 2>&5
    7474   ac_status=$?
    7475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7476   (exit $ac_status); }; } &&
    7477      { ac_try='test -s conftest.$ac_objext'
    7478   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7479   (eval $ac_try) 2>&5
    7480   ac_status=$?
    7481   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7482   (exit $ac_status); }; }; then
     8468  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8469  (exit $ac_status); } && {
     8470     test -z "$ac_cxx_werror_flag" ||
     8471     test ! -s conftest.err
     8472       } && test -s conftest.$ac_objext; then
    74838473  success=yes
    74848474else
    7485   echo "$as_me: failed program was:" >&5
     8475  $as_echo "$as_me: failed program was:" >&5
    74868476sed 's/^/| /' conftest.$ac_ext >&5
    74878477
    7488 fi
    7489 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8478
     8479fi
     8480
     8481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    74908482
    74918483if test $success = "no"; then
     
    75078499_ACEOF
    75088500rm -f conftest.$ac_objext
    7509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7510   (eval $ac_compile) 2>conftest.er1
     8501if { (ac_try="$ac_compile"
     8502case "(($ac_try" in
     8503  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8504  *) ac_try_echo=$ac_try;;
     8505esac
     8506eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8507$as_echo "$ac_try_echo") >&5
     8508  (eval "$ac_compile") 2>conftest.er1
    75118509  ac_status=$?
    75128510  grep -v '^ *+' conftest.er1 >conftest.err
    75138511  rm -f conftest.er1
    75148512  cat conftest.err >&5
    7515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7516   (exit $ac_status); } &&
    7517      { ac_try='test -z "$ac_cxx_werror_flag"
    7518              || test ! -s conftest.err'
    7519   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7520   (eval $ac_try) 2>&5
    7521   ac_status=$?
    7522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7523   (exit $ac_status); }; } &&
    7524      { ac_try='test -s conftest.$ac_objext'
    7525   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7526   (eval $ac_try) 2>&5
    7527   ac_status=$?
    7528   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7529   (exit $ac_status); }; }; then
     8513  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8514  (exit $ac_status); } && {
     8515     test -z "$ac_cxx_werror_flag" ||
     8516     test ! -s conftest.err
     8517       } && test -s conftest.$ac_objext; then
    75308518  success="yes"
    75318519else
    7532   echo "$as_me: failed program was:" >&5
     8520  $as_echo "$as_me: failed program was:" >&5
    75338521sed 's/^/| /' conftest.$ac_ext >&5
    75348522
    7535 fi
    7536 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8523
     8524fi
     8525
     8526rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    75378527fi
    75388528
     
    75558545_ACEOF
    75568546rm -f conftest.$ac_objext
    7557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7558   (eval $ac_compile) 2>conftest.er1
     8547if { (ac_try="$ac_compile"
     8548case "(($ac_try" in
     8549  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8550  *) ac_try_echo=$ac_try;;
     8551esac
     8552eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8553$as_echo "$ac_try_echo") >&5
     8554  (eval "$ac_compile") 2>conftest.er1
    75598555  ac_status=$?
    75608556  grep -v '^ *+' conftest.er1 >conftest.err
    75618557  rm -f conftest.er1
    75628558  cat conftest.err >&5
    7563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7564   (exit $ac_status); } &&
    7565      { ac_try='test -z "$ac_cxx_werror_flag"
    7566              || test ! -s conftest.err'
    7567   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7568   (eval $ac_try) 2>&5
    7569   ac_status=$?
    7570   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7571   (exit $ac_status); }; } &&
    7572      { ac_try='test -s conftest.$ac_objext'
    7573   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7574   (eval $ac_try) 2>&5
    7575   ac_status=$?
    7576   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7577   (exit $ac_status); }; }; then
     8559  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8560  (exit $ac_status); } && {
     8561     test -z "$ac_cxx_werror_flag" ||
     8562     test ! -s conftest.err
     8563       } && test -s conftest.$ac_objext; then
    75788564  success="yes"
    75798565else
    7580   echo "$as_me: failed program was:" >&5
     8566  $as_echo "$as_me: failed program was:" >&5
    75818567sed 's/^/| /' conftest.$ac_ext >&5
    75828568
    7583 fi
    7584 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8569
     8570fi
     8571
     8572rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    75858573fi
    75868574
    75878575if test $success = yes; then
    7588 echo "$as_me:$LINENO: result: \"no\"" >&5
    7589 echo "${ECHO_T}\"no\"" >&6
    7590 else
    7591 echo "$as_me:$LINENO: result: \"yes\"" >&5
    7592 echo "${ECHO_T}\"yes\"" >&6
    7593 { { echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
    7594 echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
     8576{ $as_echo "$as_me:$LINENO: result: \"no\"" >&5
     8577$as_echo "\"no\"" >&6; }
     8578else
     8579{ $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
     8580$as_echo "\"yes\"" >&6; }
     8581{ { $as_echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
     8582$as_echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
    75958583   { (exit 1); exit 1; }; }
    75968584fi
     
    76058593
    76068594# check for endianness
    7607 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
    7608 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
     8595
     8596 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
     8597$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
    76098598if test "${ac_cv_c_bigendian+set}" = set; then
    7610   echo $ECHO_N "(cached) $ECHO_C" >&6
    7611 else
    7612   # See if sys/param.h defines the BYTE_ORDER macro.
    7613 cat >conftest.$ac_ext <<_ACEOF
     8599  $as_echo_n "(cached) " >&6
     8600else
     8601  ac_cv_c_bigendian=unknown
     8602    # See if we're dealing with a universal compiler.
     8603    cat >conftest.$ac_ext <<_ACEOF
     8604/* confdefs.h.  */
     8605_ACEOF
     8606cat confdefs.h >>conftest.$ac_ext
     8607cat >>conftest.$ac_ext <<_ACEOF
     8608/* end confdefs.h.  */
     8609#ifndef __APPLE_CC__
     8610           not a universal capable compiler
     8611         #endif
     8612         typedef int dummy;
     8613
     8614_ACEOF
     8615rm -f conftest.$ac_objext
     8616if { (ac_try="$ac_compile"
     8617case "(($ac_try" in
     8618  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8619  *) ac_try_echo=$ac_try;;
     8620esac
     8621eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8622$as_echo "$ac_try_echo") >&5
     8623  (eval "$ac_compile") 2>conftest.er1
     8624  ac_status=$?
     8625  grep -v '^ *+' conftest.er1 >conftest.err
     8626  rm -f conftest.er1
     8627  cat conftest.err >&5
     8628  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8629  (exit $ac_status); } && {
     8630     test -z "$ac_cxx_werror_flag" ||
     8631     test ! -s conftest.err
     8632       } && test -s conftest.$ac_objext; then
     8633
     8634    # Check for potential -arch flags.  It is not universal unless
     8635    # there are some -arch flags.  Note that *ppc* also matches
     8636    # ppc64.  This check is also rather less than ideal.
     8637    case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
     8638      *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
     8639    esac
     8640else
     8641  $as_echo "$as_me: failed program was:" >&5
     8642sed 's/^/| /' conftest.$ac_ext >&5
     8643
     8644
     8645fi
     8646
     8647rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8648    if test $ac_cv_c_bigendian = unknown; then
     8649      # See if sys/param.h defines the BYTE_ORDER macro.
     8650      cat >conftest.$ac_ext <<_ACEOF
    76148651/* confdefs.h.  */
    76158652_ACEOF
     
    76188655/* end confdefs.h.  */
    76198656#include <sys/types.h>
    7620 #include <sys/param.h>
     8657         #include <sys/param.h>
    76218658
    76228659int
    76238660main ()
    76248661{
    7625 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
    7626  bogus endian macros
    7627 #endif
     8662#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
     8663             && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
     8664             && LITTLE_ENDIAN)
     8665          bogus endian macros
     8666         #endif
    76288667
    76298668  ;
     
    76328671_ACEOF
    76338672rm -f conftest.$ac_objext
    7634 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7635   (eval $ac_compile) 2>conftest.er1
     8673if { (ac_try="$ac_compile"
     8674case "(($ac_try" in
     8675  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8676  *) ac_try_echo=$ac_try;;
     8677esac
     8678eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8679$as_echo "$ac_try_echo") >&5
     8680  (eval "$ac_compile") 2>conftest.er1
    76368681  ac_status=$?
    76378682  grep -v '^ *+' conftest.er1 >conftest.err
    76388683  rm -f conftest.er1
    76398684  cat conftest.err >&5
    7640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7641   (exit $ac_status); } &&
    7642      { ac_try='test -z "$ac_cxx_werror_flag"
    7643              || test ! -s conftest.err'
    7644   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7645   (eval $ac_try) 2>&5
    7646   ac_status=$?
    7647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7648   (exit $ac_status); }; } &&
    7649      { ac_try='test -s conftest.$ac_objext'
    7650   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7651   (eval $ac_try) 2>&5
    7652   ac_status=$?
    7653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7654   (exit $ac_status); }; }; then
     8685  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8686  (exit $ac_status); } && {
     8687     test -z "$ac_cxx_werror_flag" ||
     8688     test ! -s conftest.err
     8689       } && test -s conftest.$ac_objext; then
    76558690  # It does; now see whether it defined to BIG_ENDIAN or not.
    7656 cat >conftest.$ac_ext <<_ACEOF
     8691     cat >conftest.$ac_ext <<_ACEOF
    76578692/* confdefs.h.  */
    76588693_ACEOF
     
    76618696/* end confdefs.h.  */
    76628697#include <sys/types.h>
    7663 #include <sys/param.h>
     8698        #include <sys/param.h>
    76648699
    76658700int
     
    76678702{
    76688703#if BYTE_ORDER != BIG_ENDIAN
    7669  not big endian
    7670 #endif
     8704        not big endian
     8705        #endif
    76718706
    76728707  ;
     
    76758710_ACEOF
    76768711rm -f conftest.$ac_objext
    7677 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7678   (eval $ac_compile) 2>conftest.er1
     8712if { (ac_try="$ac_compile"
     8713case "(($ac_try" in
     8714  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8715  *) ac_try_echo=$ac_try;;
     8716esac
     8717eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8718$as_echo "$ac_try_echo") >&5
     8719  (eval "$ac_compile") 2>conftest.er1
    76798720  ac_status=$?
    76808721  grep -v '^ *+' conftest.er1 >conftest.err
    76818722  rm -f conftest.er1
    76828723  cat conftest.err >&5
    7683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7684   (exit $ac_status); } &&
    7685      { ac_try='test -z "$ac_cxx_werror_flag"
    7686              || test ! -s conftest.err'
    7687   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7688   (eval $ac_try) 2>&5
    7689   ac_status=$?
    7690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7691   (exit $ac_status); }; } &&
    7692      { ac_try='test -s conftest.$ac_objext'
    7693   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7694   (eval $ac_try) 2>&5
    7695   ac_status=$?
    7696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7697   (exit $ac_status); }; }; then
     8724  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8725  (exit $ac_status); } && {
     8726     test -z "$ac_cxx_werror_flag" ||
     8727     test ! -s conftest.err
     8728       } && test -s conftest.$ac_objext; then
    76988729  ac_cv_c_bigendian=yes
    76998730else
    7700   echo "$as_me: failed program was:" >&5
     8731  $as_echo "$as_me: failed program was:" >&5
    77018732sed 's/^/| /' conftest.$ac_ext >&5
    77028733
    7703 ac_cv_c_bigendian=no
    7704 fi
    7705 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7706 else
    7707   echo "$as_me: failed program was:" >&5
     8734    ac_cv_c_bigendian=no
     8735fi
     8736
     8737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8738else
     8739  $as_echo "$as_me: failed program was:" >&5
    77088740sed 's/^/| /' conftest.$ac_ext >&5
    77098741
    7710 # It does not; compile a test program.
    7711 if test "$cross_compiling" = yes; then
    7712   # try to guess the endianness by grepping values into an object file
    7713   ac_cv_c_bigendian=unknown
    7714   cat >conftest.$ac_ext <<_ACEOF
     8742
     8743fi
     8744
     8745rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8746    fi
     8747    if test $ac_cv_c_bigendian = unknown; then
     8748      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
     8749      cat >conftest.$ac_ext <<_ACEOF
    77158750/* confdefs.h.  */
    77168751_ACEOF
     
    77188753cat >>conftest.$ac_ext <<_ACEOF
    77198754/* end confdefs.h.  */
    7720 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    7721 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    7722 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
    7723 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    7724 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    7725 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
     8755#include <limits.h>
     8756
    77268757int
    77278758main ()
    77288759{
    7729  _ascii (); _ebcdic ();
     8760#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
     8761          bogus endian macros
     8762         #endif
     8763
    77308764  ;
    77318765  return 0;
     
    77338767_ACEOF
    77348768rm -f conftest.$ac_objext
    7735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7736   (eval $ac_compile) 2>conftest.er1
     8769if { (ac_try="$ac_compile"
     8770case "(($ac_try" in
     8771  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8772  *) ac_try_echo=$ac_try;;
     8773esac
     8774eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8775$as_echo "$ac_try_echo") >&5
     8776  (eval "$ac_compile") 2>conftest.er1
    77378777  ac_status=$?
    77388778  grep -v '^ *+' conftest.er1 >conftest.err
    77398779  rm -f conftest.er1
    77408780  cat conftest.err >&5
    7741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7742   (exit $ac_status); } &&
    7743      { ac_try='test -z "$ac_cxx_werror_flag"
    7744              || test ! -s conftest.err'
    7745   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7746   (eval $ac_try) 2>&5
    7747   ac_status=$?
    7748   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7749   (exit $ac_status); }; } &&
    7750      { ac_try='test -s conftest.$ac_objext'
    7751   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7752   (eval $ac_try) 2>&5
    7753   ac_status=$?
    7754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7755   (exit $ac_status); }; }; then
    7756   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
    7757   ac_cv_c_bigendian=yes
    7758 fi
    7759 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    7760   if test "$ac_cv_c_bigendian" = unknown; then
    7761     ac_cv_c_bigendian=no
    7762   else
    7763     # finding both strings is unlikely to happen, but who knows?
    7764     ac_cv_c_bigendian=unknown
    7765   fi
    7766 fi
    7767 else
    7768   echo "$as_me: failed program was:" >&5
    7769 sed 's/^/| /' conftest.$ac_ext >&5
    7770 
    7771 fi
    7772 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7773 else
    7774   cat >conftest.$ac_ext <<_ACEOF
     8781  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8782  (exit $ac_status); } && {
     8783     test -z "$ac_cxx_werror_flag" ||
     8784     test ! -s conftest.err
     8785       } && test -s conftest.$ac_objext; then
     8786  # It does; now see whether it defined to _BIG_ENDIAN or not.
     8787     cat >conftest.$ac_ext <<_ACEOF
    77758788/* confdefs.h.  */
    77768789_ACEOF
     
    77788791cat >>conftest.$ac_ext <<_ACEOF
    77798792/* end confdefs.h.  */
     8793#include <limits.h>
     8794
    77808795int
    77818796main ()
    77828797{
    7783   /* Are we little or big endian?  From Harbison&Steele.  */
    7784   union
    7785   {
    7786     long l;
    7787     char c[sizeof (long)];
    7788   } u;
    7789   u.l = 1;
    7790   exit (u.c[sizeof (long) - 1] == 1);
     8798#ifndef _BIG_ENDIAN
     8799         not big endian
     8800        #endif
     8801
     8802  ;
     8803  return 0;
    77918804}
    77928805_ACEOF
     8806rm -f conftest.$ac_objext
     8807if { (ac_try="$ac_compile"
     8808case "(($ac_try" in
     8809  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8810  *) ac_try_echo=$ac_try;;
     8811esac
     8812eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8813$as_echo "$ac_try_echo") >&5
     8814  (eval "$ac_compile") 2>conftest.er1
     8815  ac_status=$?
     8816  grep -v '^ *+' conftest.er1 >conftest.err
     8817  rm -f conftest.er1
     8818  cat conftest.err >&5
     8819  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8820  (exit $ac_status); } && {
     8821     test -z "$ac_cxx_werror_flag" ||
     8822     test ! -s conftest.err
     8823       } && test -s conftest.$ac_objext; then
     8824  ac_cv_c_bigendian=yes
     8825else
     8826  $as_echo "$as_me: failed program was:" >&5
     8827sed 's/^/| /' conftest.$ac_ext >&5
     8828
     8829    ac_cv_c_bigendian=no
     8830fi
     8831
     8832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8833else
     8834  $as_echo "$as_me: failed program was:" >&5
     8835sed 's/^/| /' conftest.$ac_ext >&5
     8836
     8837
     8838fi
     8839
     8840rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8841    fi
     8842    if test $ac_cv_c_bigendian = unknown; then
     8843      # Compile a test program.
     8844      if test "$cross_compiling" = yes; then
     8845  # Try to guess by grepping values from an object file.
     8846     cat >conftest.$ac_ext <<_ACEOF
     8847/* confdefs.h.  */
     8848_ACEOF
     8849cat confdefs.h >>conftest.$ac_ext
     8850cat >>conftest.$ac_ext <<_ACEOF
     8851/* end confdefs.h.  */
     8852short int ascii_mm[] =
     8853          { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     8854        short int ascii_ii[] =
     8855          { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     8856        int use_ascii (int i) {
     8857          return ascii_mm[i] + ascii_ii[i];
     8858        }
     8859        short int ebcdic_ii[] =
     8860          { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     8861        short int ebcdic_mm[] =
     8862          { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     8863        int use_ebcdic (int i) {
     8864          return ebcdic_mm[i] + ebcdic_ii[i];
     8865        }
     8866        extern int foo;
     8867
     8868int
     8869main ()
     8870{
     8871return use_ascii (foo) == use_ebcdic (foo);
     8872  ;
     8873  return 0;
     8874}
     8875_ACEOF
     8876rm -f conftest.$ac_objext
     8877if { (ac_try="$ac_compile"
     8878case "(($ac_try" in
     8879  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8880  *) ac_try_echo=$ac_try;;
     8881esac
     8882eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8883$as_echo "$ac_try_echo") >&5
     8884  (eval "$ac_compile") 2>conftest.er1
     8885  ac_status=$?
     8886  grep -v '^ *+' conftest.er1 >conftest.err
     8887  rm -f conftest.er1
     8888  cat conftest.err >&5
     8889  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8890  (exit $ac_status); } && {
     8891     test -z "$ac_cxx_werror_flag" ||
     8892     test ! -s conftest.err
     8893       } && test -s conftest.$ac_objext; then
     8894  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
     8895          ac_cv_c_bigendian=yes
     8896        fi
     8897        if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
     8898          if test "$ac_cv_c_bigendian" = unknown; then
     8899        ac_cv_c_bigendian=no
     8900          else
     8901        # finding both strings is unlikely to happen, but who knows?
     8902        ac_cv_c_bigendian=unknown
     8903          fi
     8904        fi
     8905else
     8906  $as_echo "$as_me: failed program was:" >&5
     8907sed 's/^/| /' conftest.$ac_ext >&5
     8908
     8909
     8910fi
     8911
     8912rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8913else
     8914  cat >conftest.$ac_ext <<_ACEOF
     8915/* confdefs.h.  */
     8916_ACEOF
     8917cat confdefs.h >>conftest.$ac_ext
     8918cat >>conftest.$ac_ext <<_ACEOF
     8919/* end confdefs.h.  */
     8920$ac_includes_default
     8921int
     8922main ()
     8923{
     8924
     8925         /* Are we little or big endian?  From Harbison&Steele.  */
     8926         union
     8927         {
     8928           long int l;
     8929           char c[sizeof (long int)];
     8930         } u;
     8931         u.l = 1;
     8932         return u.c[sizeof (long int) - 1] == 1;
     8933
     8934  ;
     8935  return 0;
     8936}
     8937_ACEOF
    77938938rm -f conftest$ac_exeext
    7794 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7795   (eval $ac_link) 2>&5
     8939if { (ac_try="$ac_link"
     8940case "(($ac_try" in
     8941  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8942  *) ac_try_echo=$ac_try;;
     8943esac
     8944eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8945$as_echo "$ac_try_echo") >&5
     8946  (eval "$ac_link") 2>&5
    77968947  ac_status=$?
    7797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8948  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77988949  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    7799   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7800   (eval $ac_try) 2>&5
     8950  { (case "(($ac_try" in
     8951  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8952  *) ac_try_echo=$ac_try;;
     8953esac
     8954eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8955$as_echo "$ac_try_echo") >&5
     8956  (eval "$ac_try") 2>&5
    78018957  ac_status=$?
    7802   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8958  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78038959  (exit $ac_status); }; }; then
    78048960  ac_cv_c_bigendian=no
    78058961else
    7806   echo "$as_me: program exited with status $ac_status" >&5
    7807 echo "$as_me: failed program was:" >&5
     8962  $as_echo "$as_me: program exited with status $ac_status" >&5
     8963$as_echo "$as_me: failed program was:" >&5
    78088964sed 's/^/| /' conftest.$ac_ext >&5
    78098965
     
    78118967ac_cv_c_bigendian=yes
    78128968fi
    7813 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    7814 fi
    7815 fi
    7816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7817 fi
    7818 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
    7819 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
    7820 case $ac_cv_c_bigendian in
    7821   yes)
     8969rm -rf conftest.dSYM
     8970rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     8971fi
     8972
     8973
     8974    fi
     8975fi
     8976{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
     8977$as_echo "$ac_cv_c_bigendian" >&6; }
     8978 case $ac_cv_c_bigendian in #(
     8979   yes)
     8980     cat >>confdefs.h <<\_ACEOF
     8981#define WORDS_BIGENDIAN 1
     8982_ACEOF
     8983;; #(
     8984   no)
     8985      ;; #(
     8986   universal)
    78228987
    78238988cat >>confdefs.h <<\_ACEOF
    7824 #define WORDS_BIGENDIAN 1
    7825 _ACEOF
    7826  ;;
    7827   no)
    7828      ;;
    7829   *)
    7830     { { echo "$as_me:$LINENO: error: unknown endianness
    7831 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
    7832 echo "$as_me: error: unknown endianness
    7833 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
     8989#define AC_APPLE_UNIVERSAL_BUILD 1
     8990_ACEOF
     8991
     8992     ;; #(
     8993   *)
     8994     { { $as_echo "$as_me:$LINENO: error: unknown endianness
     8995 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
     8996$as_echo "$as_me: error: unknown endianness
     8997 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    78348998   { (exit 1); exit 1; }; } ;;
    7835 esac
     8999 esac
    78369000
    78379001# ---------------------------------------------------------------------------
    78389002if test "$ac_cv_func_alloca" = 'no'; then
    7839   case $LIBOBJS in
    7840     "xmalloc.o.$ac_objext"   | \
    7841   *" xmalloc.o.$ac_objext"   | \
    7842     "xmalloc.o.$ac_objext "* | \
     9003  case " $LIBOBJS " in
    78439004  *" xmalloc.o.$ac_objext "* ) ;;
    7844   *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext" ;;
    7845 esac
    7846 
    7847   case $LIBOBJS in
    7848     "error.$ac_objext"   | \
    7849   *" error.$ac_objext"   | \
    7850     "error.$ac_objext "* | \
     9005  *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext"
     9006 ;;
     9007esac
     9008
     9009  case " $LIBOBJS " in
    78519010  *" error.$ac_objext "* ) ;;
    7852   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     9011  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     9012 ;;
    78539013esac
    78549014
     
    78859045         src/java/org/nzdl/gsdl/Makefile"
    78869046
    7887                                         ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
     9047ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
     9048
    78889049cat >confcache <<\_ACEOF
    78899050# This file is a shell script that caches the results of configure
     
    79049065# The following way of writing the cache mishandles newlines in values,
    79059066# but we know of no workaround that is simple, portable, and efficient.
    7906 # So, don't put newlines in cache variables' values.
     9067# So, we kill variables containing newlines.
    79079068# Ultrix sh set writes to stderr and can't be redirected directly,
    79089069# and sets the high bit in the cache file unless we assign to the vars.
    7909 {
     9070(
     9071  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     9072    eval ac_val=\$$ac_var
     9073    case $ac_val in #(
     9074    *${as_nl}*)
     9075      case $ac_var in #(
     9076      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     9077$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     9078      esac
     9079      case $ac_var in #(
     9080      _ | IFS | as_nl) ;; #(
     9081      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     9082      *) $as_unset $ac_var ;;
     9083      esac ;;
     9084    esac
     9085  done
     9086
    79109087  (set) 2>&1 |
    7911     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    7912     *ac_space=\ *)
     9088    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     9089    *${as_nl}ac_space=\ *)
    79139090      # `set' does not quote correctly, so add quotes (double-quote
    79149091      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    79169093    "s/'/'\\\\''/g;
    79179094      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    7918       ;;
     9095      ;; #(
    79199096    *)
    79209097      # `set' quotes correctly as required by POSIX, so do not add quotes.
    7921       sed -n \
    7922     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     9098      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    79239099      ;;
    7924     esac;
    7925 } |
     9100    esac |
     9101    sort
     9102) |
    79269103  sed '
     9104     /^ac_cv_env_/b end
    79279105     t clear
    7928      : clear
     9106     :clear
    79299107     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    79309108     t end
    7931      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    7932      : end' >>confcache
    7933 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    7934   if test -w $cache_file; then
    7935     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     9109     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     9110     :end' >>confcache
     9111if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     9112  if test -w "$cache_file"; then
     9113    test "x$cache_file" != "x/dev/null" &&
     9114      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9115$as_echo "$as_me: updating cache $cache_file" >&6;}
    79369116    cat confcache >$cache_file
    79379117  else
    7938     echo "not updating unwritable cache $cache_file"
     9118    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9119$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    79399120  fi
    79409121fi
     
    79449125# Let make expand exec_prefix.
    79459126test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    7946 
    7947 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    7948 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    7949 # trailing colons and then remove the whole line if VPATH becomes empty
    7950 # (actually we leave an empty line to preserve line numbers).
    7951 if test "x$srcdir" = x.; then
    7952   ac_vpsub='/^[  ]*VPATH[    ]*=/{
    7953 s/:*\$(srcdir):*/:/;
    7954 s/:*\${srcdir}:*/:/;
    7955 s/:*@srcdir@:*/:/;
    7956 s/^\([^=]*=[     ]*\):*/\1/;
    7957 s/:*$//;
    7958 s/^[^=]*=[   ]*$//;
    7959 }'
    7960 fi
    79619127
    79629128DEFS=-DHAVE_CONFIG_H
     
    79669132for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    79679133  # 1. Remove the extension, and $U if already installed.
    7968   ac_i=`echo "$ac_i" |
    7969      sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    7970   # 2. Add them.
    7971   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    7972   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     9134  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     9135  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     9136  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     9137  #    will be set to the directory where LIBOBJS objects are built.
     9138  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     9139  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    79739140done
    79749141LIBOBJS=$ac_libobjs
     
    79789145
    79799146
     9147
    79809148: ${CONFIG_STATUS=./config.status}
     9149ac_write_fail=0
    79819150ac_clean_files_save=$ac_clean_files
    79829151ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7983 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7984 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7985 cat >$CONFIG_STATUS <<_ACEOF
     9152{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9153$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9154cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    79869155#! $SHELL
    79879156# Generated by $as_me.
     
    79969165_ACEOF
    79979166
    7998 cat >>$CONFIG_STATUS <<\_ACEOF
     9167cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    79999168## --------------------- ##
    80009169## M4sh Initialization.  ##
    80019170## --------------------- ##
    80029171
    8003 # Be Bourne compatible
     9172# Be more Bourne compatible
     9173DUALCASE=1; export DUALCASE # for MKS sh
    80049174if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    80059175  emulate sh
    80069176  NULLCMD=:
    8007   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     9177  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    80089178  # is contrary to our usage.  Disable this feature.
    80099179  alias -g '${1+"$@"}'='"$@"'
    8010 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    8011   set -o posix
    8012 fi
    8013 DUALCASE=1; export DUALCASE # for MKS sh
    8014 
    8015 # Support unset when possible.
    8016 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    8017   as_unset=unset
    8018 else
    8019   as_unset=false
    8020 fi
    8021 
    8022 
    8023 # Work around bugs in pre-3.0 UWIN ksh.
    8024 $as_unset ENV MAIL MAILPATH
    8025 PS1='$ '
    8026 PS2='> '
    8027 PS4='+ '
    8028 
    8029 # NLS nuisances.
    8030 for as_var in \
    8031   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    8032   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    8033   LC_TELEPHONE LC_TIME
    8034 do
    8035   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    8036     eval $as_var=C; export $as_var
    8037   else
    8038     $as_unset $as_var
    8039   fi
    8040 done
    8041 
    8042 # Required to use basename.
    8043 if expr a : '\(a\)' >/dev/null 2>&1; then
    8044   as_expr=expr
    8045 else
    8046   as_expr=false
    8047 fi
    8048 
    8049 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    8050   as_basename=basename
    8051 else
    8052   as_basename=false
    8053 fi
    8054 
    8055 
    8056 # Name of the executable.
    8057 as_me=`$as_basename "$0" ||
    8058 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    8059      X"$0" : 'X\(//\)$' \| \
    8060      X"$0" : 'X\(/\)$' \| \
    8061      .     : '\(.\)' 2>/dev/null ||
    8062 echo X/"$0" |
    8063     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    8064       /^X\/\(\/\/\)$/{ s//\1/; q; }
    8065       /^X\/\(\/\).*/{ s//\1/; q; }
    8066       s/.*/./; q'`
    8067 
    8068 
    8069 # PATH needs CR, and LINENO needs CR and PATH.
     9180  setopt NO_GLOB_SUBST
     9181else
     9182  case `(set -o) 2>/dev/null` in
     9183  *posix*) set -o posix ;;
     9184esac
     9185
     9186fi
     9187
     9188
     9189
     9190
     9191# PATH needs CR
    80709192# Avoid depending upon Character Ranges.
    80719193as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    80759197as_cr_alnum=$as_cr_Letters$as_cr_digits
    80769198
     9199as_nl='
     9200'
     9201export as_nl
     9202# Printing a long string crashes Solaris 7 /usr/bin/printf.
     9203as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     9204as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     9205as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     9206if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     9207  as_echo='printf %s\n'
     9208  as_echo_n='printf %s'
     9209else
     9210  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     9211    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     9212    as_echo_n='/usr/ucb/echo -n'
     9213  else
     9214    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     9215    as_echo_n_body='eval
     9216      arg=$1;
     9217      case $arg in
     9218      *"$as_nl"*)
     9219    expr "X$arg" : "X\\(.*\\)$as_nl";
     9220    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     9221      esac;
     9222      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     9223    '
     9224    export as_echo_n_body
     9225    as_echo_n='sh -c $as_echo_n_body as_echo'
     9226  fi
     9227  export as_echo_body
     9228  as_echo='sh -c $as_echo_body as_echo'
     9229fi
     9230
    80779231# The user is always right.
    80789232if test "${PATH_SEPARATOR+set}" != set; then
    8079   echo "#! /bin/sh" >conf$$.sh
    8080   echo  "exit 0"   >>conf$$.sh
    8081   chmod +x conf$$.sh
    8082   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    8083     PATH_SEPARATOR=';'
    8084   else
    8085     PATH_SEPARATOR=:
    8086   fi
    8087   rm -f conf$$.sh
    8088 fi
    8089 
    8090 
    8091   as_lineno_1=$LINENO
    8092   as_lineno_2=$LINENO
    8093   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    8094   test "x$as_lineno_1" != "x$as_lineno_2" &&
    8095   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    8096   # Find who we are.  Look in the path if we contain no path at all
    8097   # relative or not.
    8098   case $0 in
    8099     *[\\/]* ) as_myself=$0 ;;
    8100     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9233  PATH_SEPARATOR=:
     9234  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     9235    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     9236      PATH_SEPARATOR=';'
     9237  }
     9238fi
     9239
     9240# Support unset when possible.
     9241if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     9242  as_unset=unset
     9243else
     9244  as_unset=false
     9245fi
     9246
     9247
     9248# IFS
     9249# We need space, tab and new line, in precisely that order.  Quoting is
     9250# there to prevent editors from complaining about space-tab.
     9251# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     9252# splitting by setting IFS to empty value.)
     9253IFS=" ""    $as_nl"
     9254
     9255# Find who we are.  Look in the path if we contain no directory separator.
     9256case $0 in
     9257  *[\\/]* ) as_myself=$0 ;;
     9258  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    81019259for as_dir in $PATH
    81029260do
     
    81059263  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    81069264done
    8107 
    8108        ;;
    8109   esac
    8110   # We did not find ourselves, most probably we were run as `sh COMMAND'
    8111   # in which case we are not to be found in the path.
    8112   if test "x$as_myself" = x; then
    8113     as_myself=$0
    8114   fi
    8115   if test ! -f "$as_myself"; then
    8116     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    8117 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    8118    { (exit 1); exit 1; }; }
    8119   fi
    8120   case $CONFIG_SHELL in
    8121   '')
    8122     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    8123 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    8124 do
    8125   IFS=$as_save_IFS
    8126   test -z "$as_dir" && as_dir=.
    8127   for as_base in sh bash ksh sh5; do
    8128      case $as_dir in
    8129      /*)
    8130        if ("$as_dir/$as_base" -c '
     9265IFS=$as_save_IFS
     9266
     9267     ;;
     9268esac
     9269# We did not find ourselves, most probably we were run as `sh COMMAND'
     9270# in which case we are not to be found in the path.
     9271if test "x$as_myself" = x; then
     9272  as_myself=$0
     9273fi
     9274if test ! -f "$as_myself"; then
     9275  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9276  { (exit 1); exit 1; }
     9277fi
     9278
     9279# Work around bugs in pre-3.0 UWIN ksh.
     9280for as_var in ENV MAIL MAILPATH
     9281do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     9282done
     9283PS1='$ '
     9284PS2='> '
     9285PS4='+ '
     9286
     9287# NLS nuisances.
     9288LC_ALL=C
     9289export LC_ALL
     9290LANGUAGE=C
     9291export LANGUAGE
     9292
     9293# Required to use basename.
     9294if expr a : '\(a\)' >/dev/null 2>&1 &&
     9295   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     9296  as_expr=expr
     9297else
     9298  as_expr=false
     9299fi
     9300
     9301if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     9302  as_basename=basename
     9303else
     9304  as_basename=false
     9305fi
     9306
     9307
     9308# Name of the executable.
     9309as_me=`$as_basename -- "$0" ||
     9310$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     9311     X"$0" : 'X\(//\)$' \| \
     9312     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     9313$as_echo X/"$0" |
     9314    sed '/^.*\/\([^/][^/]*\)\/*$/{
     9315        s//\1/
     9316        q
     9317      }
     9318      /^X\/\(\/\/\)$/{
     9319        s//\1/
     9320        q
     9321      }
     9322      /^X\/\(\/\).*/{
     9323        s//\1/
     9324        q
     9325      }
     9326      s/.*/./; q'`
     9327
     9328# CDPATH.
     9329$as_unset CDPATH
     9330
     9331
     9332
    81319333  as_lineno_1=$LINENO
    81329334  as_lineno_2=$LINENO
    8133   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    81349335  test "x$as_lineno_1" != "x$as_lineno_2" &&
    8135   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    8136          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    8137          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    8138          CONFIG_SHELL=$as_dir/$as_base
    8139          export CONFIG_SHELL
    8140          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    8141        fi;;
    8142      esac
    8143        done
    8144 done
    8145 ;;
    8146   esac
     9336  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    81479337
    81489338  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    81499339  # uniformly replaced by the line number.  The first 'sed' inserts a
    8150   # line-number line before each line; the second 'sed' does the real
    8151   # work.  The second script uses 'N' to pair each line-number line
    8152   # with the numbered line, and appends trailing '-' during
    8153   # substitution so that $LINENO is not a special case at line end.
     9340  # line-number line after each line using $LINENO; the second 'sed'
     9341  # does the real work.  The second script uses 'N' to pair each
     9342  # line-number line with the line containing $LINENO, and appends
     9343  # trailing '-' during substitution so that $LINENO is not a special
     9344  # case at line end.
    81549345  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    8155   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    8156   sed '=' <$as_myself |
     9346  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     9347  # E. McMahon (1931-1989) for sed's syntax.  :-)
     9348  sed -n '
     9349    p
     9350    /[$]LINENO/=
     9351  ' <$as_myself |
    81579352    sed '
     9353      s/[$]LINENO.*/&-/
     9354      t lineno
     9355      b
     9356      :lineno
    81589357      N
    8159       s,$,-,
    8160       : loop
    8161       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     9358      :loop
     9359      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    81629360      t loop
    8163       s,-$,,
    8164       s,^['$as_cr_digits']*\n,,
     9361      s/-\n.*//
    81659362    ' >$as_me.lineno &&
    8166   chmod +x $as_me.lineno ||
    8167     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    8168 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     9363  chmod +x "$as_me.lineno" ||
     9364    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    81699365   { (exit 1); exit 1; }; }
    81709366
    81719367  # Don't try to exec as it changes $[0], causing all sort of problems
    81729368  # (the dirname of $[0] is not the place where we might find the
    8173   # original and so on.  Autoconf is especially sensible to this).
    8174   . ./$as_me.lineno
     9369  # original and so on.  Autoconf is especially sensitive to this).
     9370  . "./$as_me.lineno"
    81759371  # Exit status is that of the last command.
    81769372  exit
     
    81789374
    81799375
    8180 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    8181   *c*,-n*) ECHO_N= ECHO_C='
    8182 ' ECHO_T='  ' ;;
    8183   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    8184   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
    8185 esac
    8186 
    8187 if expr a : '\(a\)' >/dev/null 2>&1; then
     9376if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     9377  as_dirname=dirname
     9378else
     9379  as_dirname=false
     9380fi
     9381
     9382ECHO_C= ECHO_N= ECHO_T=
     9383case `echo -n x` in
     9384-n*)
     9385  case `echo 'x\c'` in
     9386  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     9387  *)   ECHO_C='\c';;
     9388  esac;;
     9389*)
     9390  ECHO_N='-n';;
     9391esac
     9392if expr a : '\(a\)' >/dev/null 2>&1 &&
     9393   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    81889394  as_expr=expr
    81899395else
     
    81929398
    81939399rm -f conf$$ conf$$.exe conf$$.file
    8194 echo >conf$$.file
    8195 if ln -s conf$$.file conf$$ 2>/dev/null; then
    8196   # We could just check for DJGPP; but this test a) works b) is more generic
    8197   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    8198   if test -f conf$$.exe; then
    8199     # Don't use ln at all; we don't have any links
     9400if test -d conf$$.dir; then
     9401  rm -f conf$$.dir/conf$$.file
     9402else
     9403  rm -f conf$$.dir
     9404  mkdir conf$$.dir 2>/dev/null
     9405fi
     9406if (echo >conf$$.file) 2>/dev/null; then
     9407  if ln -s conf$$.file conf$$ 2>/dev/null; then
     9408    as_ln_s='ln -s'
     9409    # ... but there are two gotchas:
     9410    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9411    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9412    # In both cases, we have to default to `cp -p'.
     9413    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     9414      as_ln_s='cp -p'
     9415  elif ln conf$$.file conf$$ 2>/dev/null; then
     9416    as_ln_s=ln
     9417  else
    82009418    as_ln_s='cp -p'
    8201   else
    8202     as_ln_s='ln -s'
    82039419  fi
    8204 elif ln conf$$.file conf$$ 2>/dev/null; then
    8205   as_ln_s=ln
    82069420else
    82079421  as_ln_s='cp -p'
    82089422fi
    8209 rm -f conf$$ conf$$.exe conf$$.file
     9423rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     9424rmdir conf$$.dir 2>/dev/null
    82109425
    82119426if mkdir -p . 2>/dev/null; then
     
    82169431fi
    82179432
    8218 as_executable_p="test -f"
     9433if test -x / >/dev/null 2>&1; then
     9434  as_test_x='test -x'
     9435else
     9436  if ls -dL / >/dev/null 2>&1; then
     9437    as_ls_L_option=L
     9438  else
     9439    as_ls_L_option=
     9440  fi
     9441  as_test_x='
     9442    eval sh -c '\''
     9443      if test -d "$1"; then
     9444    test -d "$1/.";
     9445      else
     9446    case $1 in
     9447    -*)set "./$1";;
     9448    esac;
     9449    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     9450    ???[sx]*):;;*)false;;esac;fi
     9451    '\'' sh
     9452  '
     9453fi
     9454as_executable_p=$as_test_x
    82199455
    82209456# Sed expression to map a string onto a valid CPP name.
     
    82259461
    82269462
    8227 # IFS
    8228 # We need space, tab and new line, in precisely that order.
    8229 as_nl='
    8230 '
    8231 IFS="   $as_nl"
    8232 
    8233 # CDPATH.
    8234 $as_unset CDPATH
    8235 
    82369463exec 6>&1
    82379464
    8238 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     9465# Save the log message, to keep $[0] and so on meaningful, and to
    82399466# report actual input values of CONFIG_FILES etc. instead of their
    8240 # values after options handling.  Logging --version etc. is OK.
     9467# values after options handling.
     9468ac_log="
     9469This file was extended by $as_me, which was
     9470generated by GNU Autoconf 2.63.  Invocation command line was
     9471
     9472  CONFIG_FILES    = $CONFIG_FILES
     9473  CONFIG_HEADERS  = $CONFIG_HEADERS
     9474  CONFIG_LINKS    = $CONFIG_LINKS
     9475  CONFIG_COMMANDS = $CONFIG_COMMANDS
     9476  $ $0 $@
     9477
     9478on `(hostname || uname -n) 2>/dev/null | sed 1q`
     9479"
     9480
     9481_ACEOF
     9482
     9483case $ac_config_files in *"
     9484"*) set x $ac_config_files; shift; ac_config_files=$*;;
     9485esac
     9486
     9487case $ac_config_headers in *"
     9488"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     9489esac
     9490
     9491
     9492cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9493# Files that config.status was made for.
     9494config_files="$ac_config_files"
     9495config_headers="$ac_config_headers"
     9496
     9497_ACEOF
     9498
     9499cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9500ac_cs_usage="\
     9501\`$as_me' instantiates files from templates according to the
     9502current configuration.
     9503
     9504Usage: $0 [OPTION]... [FILE]...
     9505
     9506  -h, --help       print this help, then exit
     9507  -V, --version    print version number and configuration settings, then exit
     9508  -q, --quiet, --silent
     9509                   do not print progress messages
     9510  -d, --debug      don't remove temporary files
     9511      --recheck    update $as_me by reconfiguring in the same conditions
     9512      --file=FILE[:TEMPLATE]
     9513                   instantiate the configuration file FILE
     9514      --header=FILE[:TEMPLATE]
     9515                   instantiate the configuration header FILE
     9516
     9517Configuration files:
     9518$config_files
     9519
     9520Configuration headers:
     9521$config_headers
     9522
     9523Report bugs to <[email protected]>."
     9524
     9525_ACEOF
     9526cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9527ac_cs_version="\\
     9528config.status
     9529configured by $0, generated by GNU Autoconf 2.63,
     9530  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     9531
     9532Copyright (C) 2008 Free Software Foundation, Inc.
     9533This config.status script is free software; the Free Software Foundation
     9534gives unlimited permission to copy, distribute and modify it."
     9535
     9536ac_pwd='$ac_pwd'
     9537srcdir='$srcdir'
     9538INSTALL='$INSTALL'
     9539AWK='$AWK'
     9540test -n "\$AWK" || AWK=awk
     9541_ACEOF
     9542
     9543cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9544# The default lists apply if the user does not specify any file.
     9545ac_need_defaults=:
     9546while test $# != 0
     9547do
     9548  case $1 in
     9549  --*=*)
     9550    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     9551    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     9552    ac_shift=:
     9553    ;;
     9554  *)
     9555    ac_option=$1
     9556    ac_optarg=$2
     9557    ac_shift=shift
     9558    ;;
     9559  esac
     9560
     9561  case $ac_option in
     9562  # Handling of the options.
     9563  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     9564    ac_cs_recheck=: ;;
     9565  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     9566    $as_echo "$ac_cs_version"; exit ;;
     9567  --debug | --debu | --deb | --de | --d | -d )
     9568    debug=: ;;
     9569  --file | --fil | --fi | --f )
     9570    $ac_shift
     9571    case $ac_optarg in
     9572    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9573    esac
     9574    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     9575    ac_need_defaults=false;;
     9576  --header | --heade | --head | --hea )
     9577    $ac_shift
     9578    case $ac_optarg in
     9579    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9580    esac
     9581    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     9582    ac_need_defaults=false;;
     9583  --he | --h)
     9584    # Conflict between --help and --header
     9585    { $as_echo "$as_me: error: ambiguous option: $1
     9586Try \`$0 --help' for more information." >&2
     9587   { (exit 1); exit 1; }; };;
     9588  --help | --hel | -h )
     9589    $as_echo "$ac_cs_usage"; exit ;;
     9590  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     9591  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     9592    ac_cs_silent=: ;;
     9593
     9594  # This is an error.
     9595  -*) { $as_echo "$as_me: error: unrecognized option: $1
     9596Try \`$0 --help' for more information." >&2
     9597   { (exit 1); exit 1; }; } ;;
     9598
     9599  *) ac_config_targets="$ac_config_targets $1"
     9600     ac_need_defaults=false ;;
     9601
     9602  esac
     9603  shift
     9604done
     9605
     9606ac_configure_extra_args=
     9607
     9608if $ac_cs_silent; then
     9609  exec 6>/dev/null
     9610  ac_configure_extra_args="$ac_configure_extra_args --silent"
     9611fi
     9612
     9613_ACEOF
     9614cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9615if \$ac_cs_recheck; then
     9616  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     9617  shift
     9618  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     9619  CONFIG_SHELL='$SHELL'
     9620  export CONFIG_SHELL
     9621  exec "\$@"
     9622fi
     9623
     9624_ACEOF
     9625cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    82419626exec 5>>config.log
    82429627{
     
    82459630## Running $as_me. ##
    82469631_ASBOX
     9632  $as_echo "$ac_log"
    82479633} >&5
    8248 cat >&5 <<_CSEOF
    8249 
    8250 This file was extended by $as_me, which was
    8251 generated by GNU Autoconf 2.59.  Invocation command line was
    8252 
    8253   CONFIG_FILES    = $CONFIG_FILES
    8254   CONFIG_HEADERS  = $CONFIG_HEADERS
    8255   CONFIG_LINKS    = $CONFIG_LINKS
    8256   CONFIG_COMMANDS = $CONFIG_COMMANDS
    8257   $ $0 $@
    8258 
    8259 _CSEOF
    8260 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    8261 echo >&5
    8262 _ACEOF
    8263 
    8264 # Files that config.status was made for.
    8265 if test -n "$ac_config_files"; then
    8266   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    8267 fi
    8268 
    8269 if test -n "$ac_config_headers"; then
    8270   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    8271 fi
    8272 
    8273 if test -n "$ac_config_links"; then
    8274   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    8275 fi
    8276 
    8277 if test -n "$ac_config_commands"; then
    8278   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    8279 fi
    8280 
    8281 cat >>$CONFIG_STATUS <<\_ACEOF
    8282 
    8283 ac_cs_usage="\
    8284 \`$as_me' instantiates files from templates according to the
    8285 current configuration.
    8286 
    8287 Usage: $0 [OPTIONS] [FILE]...
    8288 
    8289   -h, --help       print this help, then exit
    8290   -V, --version    print version number, then exit
    8291   -q, --quiet      do not print progress messages
    8292   -d, --debug      don't remove temporary files
    8293       --recheck    update $as_me by reconfiguring in the same conditions
    8294   --file=FILE[:TEMPLATE]
    8295            instantiate the configuration file FILE
    8296   --header=FILE[:TEMPLATE]
    8297            instantiate the configuration header FILE
    8298 
    8299 Configuration files:
    8300 $config_files
    8301 
    8302 Configuration headers:
    8303 $config_headers
    8304 
    8305 Report bugs to <[email protected]>."
    8306 _ACEOF
    8307 
    8308 cat >>$CONFIG_STATUS <<_ACEOF
    8309 ac_cs_version="\\
    8310 config.status
    8311 configured by $0, generated by GNU Autoconf 2.59,
    8312   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    8313 
    8314 Copyright (C) 2003 Free Software Foundation, Inc.
    8315 This config.status script is free software; the Free Software Foundation
    8316 gives unlimited permission to copy, distribute and modify it."
    8317 srcdir=$srcdir
    8318 INSTALL="$INSTALL"
    8319 _ACEOF
    8320 
    8321 cat >>$CONFIG_STATUS <<\_ACEOF
    8322 # If no file are specified by the user, then we need to provide default
    8323 # value.  By we need to know if files were specified by the user.
    8324 ac_need_defaults=:
    8325 while test $# != 0
    8326 do
    8327   case $1 in
    8328   --*=*)
    8329     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    8330     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
    8331     ac_shift=:
    8332     ;;
    8333   -*)
    8334     ac_option=$1
    8335     ac_optarg=$2
    8336     ac_shift=shift
    8337     ;;
    8338   *) # This is not an option, so the user has probably given explicit
    8339      # arguments.
    8340      ac_option=$1
    8341      ac_need_defaults=false;;
    8342   esac
    8343 
    8344   case $ac_option in
    8345   # Handling of the options.
    8346 _ACEOF
    8347 cat >>$CONFIG_STATUS <<\_ACEOF
    8348   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    8349     ac_cs_recheck=: ;;
    8350   --version | --vers* | -V )
    8351     echo "$ac_cs_version"; exit 0 ;;
    8352   --he | --h)
    8353     # Conflict between --help and --header
    8354     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    8355 Try \`$0 --help' for more information." >&5
    8356 echo "$as_me: error: ambiguous option: $1
    8357 Try \`$0 --help' for more information." >&2;}
    8358    { (exit 1); exit 1; }; };;
    8359   --help | --hel | -h )
    8360     echo "$ac_cs_usage"; exit 0 ;;
    8361   --debug | --d* | -d )
    8362     debug=: ;;
    8363   --file | --fil | --fi | --f )
    8364     $ac_shift
    8365     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    8366     ac_need_defaults=false;;
    8367   --header | --heade | --head | --hea )
    8368     $ac_shift
    8369     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    8370     ac_need_defaults=false;;
    8371   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    8372   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    8373     ac_cs_silent=: ;;
    8374 
    8375   # This is an error.
    8376   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    8377 Try \`$0 --help' for more information." >&5
    8378 echo "$as_me: error: unrecognized option: $1
    8379 Try \`$0 --help' for more information." >&2;}
    8380    { (exit 1); exit 1; }; } ;;
    8381 
    8382   *) ac_config_targets="$ac_config_targets $1" ;;
    8383 
    8384   esac
    8385   shift
    8386 done
    8387 
    8388 ac_configure_extra_args=
    8389 
    8390 if $ac_cs_silent; then
    8391   exec 6>/dev/null
    8392   ac_configure_extra_args="$ac_configure_extra_args --silent"
    8393 fi
    8394 
    8395 _ACEOF
    8396 cat >>$CONFIG_STATUS <<_ACEOF
    8397 if \$ac_cs_recheck; then
    8398   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    8399   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    8400 fi
    8401 
    8402 _ACEOF
    8403 
    8404 
    8405 
    8406 
    8407 
    8408 cat >>$CONFIG_STATUS <<\_ACEOF
     9634
     9635_ACEOF
     9636cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9637_ACEOF
     9638
     9639cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9640
     9641# Handling of arguments.
    84099642for ac_config_target in $ac_config_targets
    84109643do
    8411   case "$ac_config_target" in
    8412   # Handling of arguments.
    8413   "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
    8414   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    8415   "$srclist" ) CONFIG_FILES="$CONFIG_FILES $srclist" ;;
    8416   "$moduleDirs" ) CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
    8417   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    8418   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    8419 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     9644  case $ac_config_target in
     9645    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     9646    "packages/Makefile") CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
     9647    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     9648    "$srclist") CONFIG_FILES="$CONFIG_FILES $srclist" ;;
     9649    "$moduleDirs") CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
     9650
     9651  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     9652$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    84209653   { (exit 1); exit 1; }; };;
    84219654  esac
    84229655done
     9656
    84239657
    84249658# If the user did not use the arguments to specify the items to instantiate,
     
    84329666
    84339667# Have a temporary directory for convenience.  Make it in the build tree
    8434 # simply because there is no reason to put it here, and in addition,
     9668# simply because there is no reason against having it here, and in addition,
    84359669# creating and moving files from /tmp can sometimes cause problems.
    8436 # Create a temporary directory, and hook for its removal unless debugging.
     9670# Hook for its removal unless debugging.
     9671# Note that there is a small window in which the directory will not be cleaned:
     9672# after its creation but before its name has been assigned to `$tmp'.
    84379673$debug ||
    84389674{
    8439   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     9675  tmp=
     9676  trap 'exit_status=$?
     9677  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     9678' 0
    84409679  trap '{ (exit 1); exit 1; }' 1 2 13 15
    84419680}
    8442 
    84439681# Create a (secure) tmp directory for tmp files.
    84449682
    84459683{
    8446   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     9684  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    84479685  test -n "$tmp" && test -d "$tmp"
    84489686}  ||
    84499687{
    8450   tmp=./confstat$$-$RANDOM
    8451   (umask 077 && mkdir $tmp)
     9688  tmp=./conf$$-$RANDOM
     9689  (umask 077 && mkdir "$tmp")
    84529690} ||
    84539691{
    8454    echo "$me: cannot create a temporary directory in ." >&2
     9692   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    84559693   { (exit 1); exit 1; }
    84569694}
    84579695
    8458 _ACEOF
    8459 
    8460 cat >>$CONFIG_STATUS <<_ACEOF
    8461 
    8462 #
    8463 # CONFIG_FILES section.
    8464 #
    8465 
    8466 # No need to generate the scripts if there are no CONFIG_FILES.
    8467 # This happens for instance when ./config.status config.h
    8468 if test -n "\$CONFIG_FILES"; then
    8469   # Protect against being on the right side of a sed subst in config.status.
    8470   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    8471    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    8472 s,@SHELL@,$SHELL,;t t
    8473 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    8474 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    8475 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    8476 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    8477 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    8478 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    8479 s,@exec_prefix@,$exec_prefix,;t t
    8480 s,@prefix@,$prefix,;t t
    8481 s,@program_transform_name@,$program_transform_name,;t t
    8482 s,@bindir@,$bindir,;t t
    8483 s,@sbindir@,$sbindir,;t t
    8484 s,@libexecdir@,$libexecdir,;t t
    8485 s,@datadir@,$datadir,;t t
    8486 s,@sysconfdir@,$sysconfdir,;t t
    8487 s,@sharedstatedir@,$sharedstatedir,;t t
    8488 s,@localstatedir@,$localstatedir,;t t
    8489 s,@libdir@,$libdir,;t t
    8490 s,@includedir@,$includedir,;t t
    8491 s,@oldincludedir@,$oldincludedir,;t t
    8492 s,@infodir@,$infodir,;t t
    8493 s,@mandir@,$mandir,;t t
    8494 s,@build_alias@,$build_alias,;t t
    8495 s,@host_alias@,$host_alias,;t t
    8496 s,@target_alias@,$target_alias,;t t
    8497 s,@DEFS@,$DEFS,;t t
    8498 s,@ECHO_C@,$ECHO_C,;t t
    8499 s,@ECHO_N@,$ECHO_N,;t t
    8500 s,@ECHO_T@,$ECHO_T,;t t
    8501 s,@LIBS@,$LIBS,;t t
    8502 s,@PACKAGE@,$PACKAGE,;t t
    8503 s,@VERSION@,$VERSION,;t t
    8504 s,@USE_FASTCGI@,$USE_FASTCGI,;t t
    8505 s,@USE_LANGACTION@,$USE_LANGACTION,;t t
    8506 s,@USE_CORBA@,$USE_CORBA,;t t
    8507 s,@MICO_DIR@,$MICO_DIR,;t t
    8508 s,@USE_Z3950@,$USE_Z3950,;t t
    8509 s,@USE_YAZ@,$USE_YAZ,;t t
    8510 s,@ENABLE_JAVA@,$ENABLE_JAVA,;t t
    8511 s,@USE_WVWARE@,$USE_WVWARE,;t t
    8512 s,@USE_JDBM@,$USE_JDBM,;t t
    8513 s,@USE_GDBM@,$USE_GDBM,;t t
    8514 s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
    8515 s,@USE_SQLITE@,$USE_SQLITE,;t t
    8516 s,@LDFLAGS@,$LDFLAGS,;t t
    8517 s,@CFLAGS@,$CFLAGS,;t t
    8518 s,@CC@,$CC,;t t
    8519 s,@CPPFLAGS@,$CPPFLAGS,;t t
    8520 s,@ac_ct_CC@,$ac_ct_CC,;t t
    8521 s,@EXEEXT@,$EXEEXT,;t t
    8522 s,@OBJEXT@,$OBJEXT,;t t
    8523 s,@CXX@,$CXX,;t t
    8524 s,@CXXFLAGS@,$CXXFLAGS,;t t
    8525 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
    8526 s,@JAVAC@,$JAVAC,;t t
    8527 s,@JAVACFLAGS@,$JAVACFLAGS,;t t
    8528 s,@JAVA@,$JAVA,;t t
    8529 s,@uudecode@,$uudecode,;t t
    8530 s,@AWK@,$AWK,;t t
    8531 s,@YACC@,$YACC,;t t
    8532 s,@build@,$build,;t t
    8533 s,@build_cpu@,$build_cpu,;t t
    8534 s,@build_vendor@,$build_vendor,;t t
    8535 s,@build_os@,$build_os,;t t
    8536 s,@host@,$host,;t t
    8537 s,@host_cpu@,$host_cpu,;t t
    8538 s,@host_vendor@,$host_vendor,;t t
    8539 s,@host_os@,$host_os,;t t
    8540 s,@target@,$target,;t t
    8541 s,@target_cpu@,$target_cpu,;t t
    8542 s,@target_vendor@,$target_vendor,;t t
    8543 s,@target_os@,$target_os,;t t
    8544 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
    8545 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
    8546 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
    8547 s,@LN_S@,$LN_S,;t t
    8548 s,@SET_MAKE@,$SET_MAKE,;t t
    8549 s,@RANLIB@,$RANLIB,;t t
    8550 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    8551 s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    8552 s,@MICO_VER@,$MICO_VER,;t t
    8553 s,@CPP@,$CPP,;t t
    8554 s,@EGREP@,$EGREP,;t t
    8555 s,@U@,$U,;t t
    8556 s,@ANSI2KNR@,$ANSI2KNR,;t t
    8557 s,@ALLOCA@,$ALLOCA,;t t
    8558 s,@LIBOBJS@,$LIBOBJS,;t t
    8559 s,@STATIC@,$STATIC,;t t
    8560 s,@gsdlos@,$gsdlos,;t t
    8561 s,@MODULEDIRS@,$MODULEDIRS,;t t
    8562 s,@subdirs@,$subdirs,;t t
    8563 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    8564 CEOF
    8565 
    8566 _ACEOF
    8567 
    8568   cat >>$CONFIG_STATUS <<\_ACEOF
    8569   # Split the substitutions into bite-sized pieces for seds with
    8570   # small command number limits, like on Digital OSF/1 and HP-UX.
    8571   ac_max_sed_lines=48
    8572   ac_sed_frag=1 # Number of current file.
    8573   ac_beg=1 # First line for current file.
    8574   ac_end=$ac_max_sed_lines # Line after last line for current file.
    8575   ac_more_lines=:
    8576   ac_sed_cmds=
    8577   while $ac_more_lines; do
    8578     if test $ac_beg -gt 1; then
    8579       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    8580     else
    8581       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     9696# Set up the scripts for CONFIG_FILES section.
     9697# No need to generate them if there are no CONFIG_FILES.
     9698# This happens for instance with `./config.status config.h'.
     9699if test -n "$CONFIG_FILES"; then
     9700
     9701
     9702ac_cr='
     9703'
     9704ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     9705if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     9706  ac_cs_awk_cr='\\r'
     9707else
     9708  ac_cs_awk_cr=$ac_cr
     9709fi
     9710
     9711echo 'BEGIN {' >"$tmp/subs1.awk" &&
     9712_ACEOF
     9713
     9714
     9715{
     9716  echo "cat >conf$$subs.awk <<_ACEOF" &&
     9717  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     9718  echo "_ACEOF"
     9719} >conf$$subs.sh ||
     9720  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9721$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9722   { (exit 1); exit 1; }; }
     9723ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     9724ac_delim='%!_!# '
     9725for ac_last_try in false false false false false :; do
     9726  . ./conf$$subs.sh ||
     9727    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9728$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9729   { (exit 1); exit 1; }; }
     9730
     9731  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     9732  if test $ac_delim_n = $ac_delim_num; then
     9733    break
     9734  elif $ac_last_try; then
     9735    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9736$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9737   { (exit 1); exit 1; }; }
     9738  else
     9739    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9740  fi
     9741done
     9742rm -f conf$$subs.sh
     9743
     9744cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9745cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     9746_ACEOF
     9747sed -n '
     9748h
     9749s/^/S["/; s/!.*/"]=/
     9750p
     9751g
     9752s/^[^!]*!//
     9753:repl
     9754t repl
     9755s/'"$ac_delim"'$//
     9756t delim
     9757:nl
     9758h
     9759s/\(.\{148\}\).*/\1/
     9760t more1
     9761s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     9762p
     9763n
     9764b repl
     9765:more1
     9766s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9767p
     9768g
     9769s/.\{148\}//
     9770t nl
     9771:delim
     9772h
     9773s/\(.\{148\}\).*/\1/
     9774t more2
     9775s/["\\]/\\&/g; s/^/"/; s/$/"/
     9776p
     9777b
     9778:more2
     9779s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9780p
     9781g
     9782s/.\{148\}//
     9783t delim
     9784' <conf$$subs.awk | sed '
     9785/^[^""]/{
     9786  N
     9787  s/\n//
     9788}
     9789' >>$CONFIG_STATUS || ac_write_fail=1
     9790rm -f conf$$subs.awk
     9791cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9792_ACAWK
     9793cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     9794  for (key in S) S_is_set[key] = 1
     9795  FS = ""
     9796
     9797}
     9798{
     9799  line = $ 0
     9800  nfields = split(line, field, "@")
     9801  substed = 0
     9802  len = length(field[1])
     9803  for (i = 2; i < nfields; i++) {
     9804    key = field[i]
     9805    keylen = length(key)
     9806    if (S_is_set[key]) {
     9807      value = S[key]
     9808      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     9809      len += length(value) + length(field[++i])
     9810      substed = 1
     9811    } else
     9812      len += 1 + keylen
     9813  }
     9814
     9815  print line
     9816}
     9817
     9818_ACAWK
     9819_ACEOF
     9820cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9821if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     9822  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     9823else
     9824  cat
     9825fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     9826  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     9827$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     9828   { (exit 1); exit 1; }; }
     9829_ACEOF
     9830
     9831# VPATH may cause trouble with some makes, so we remove $(srcdir),
     9832# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     9833# trailing colons and then remove the whole line if VPATH becomes empty
     9834# (actually we leave an empty line to preserve line numbers).
     9835if test "x$srcdir" = x.; then
     9836  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     9837s/:*\$(srcdir):*/:/
     9838s/:*\${srcdir}:*/:/
     9839s/:*@srcdir@:*/:/
     9840s/^\([^=]*=[     ]*\):*/\1/
     9841s/:*$//
     9842s/^[^=]*=[   ]*$//
     9843}'
     9844fi
     9845
     9846cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9847fi # test -n "$CONFIG_FILES"
     9848
     9849# Set up the scripts for CONFIG_HEADERS section.
     9850# No need to generate them if there are no CONFIG_HEADERS.
     9851# This happens for instance with `./config.status Makefile'.
     9852if test -n "$CONFIG_HEADERS"; then
     9853cat >"$tmp/defines.awk" <<\_ACAWK ||
     9854BEGIN {
     9855_ACEOF
     9856
     9857# Transform confdefs.h into an awk script `defines.awk', embedded as
     9858# here-document in config.status, that substitutes the proper values into
     9859# config.h.in to produce config.h.
     9860
     9861# Create a delimiter string that does not exist in confdefs.h, to ease
     9862# handling of long lines.
     9863ac_delim='%!_!# '
     9864for ac_last_try in false false :; do
     9865  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     9866  if test -z "$ac_t"; then
     9867    break
     9868  elif $ac_last_try; then
     9869    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     9870$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     9871   { (exit 1); exit 1; }; }
     9872  else
     9873    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9874  fi
     9875done
     9876
     9877# For the awk script, D is an array of macro values keyed by name,
     9878# likewise P contains macro parameters if any.  Preserve backslash
     9879# newline sequences.
     9880
     9881ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     9882sed -n '
     9883s/.\{148\}/&'"$ac_delim"'/g
     9884t rset
     9885:rset
     9886s/^[     ]*#[    ]*define[   ][  ]*/ /
     9887t def
     9888d
     9889:def
     9890s/\\$//
     9891t bsnl
     9892s/["\\]/\\&/g
     9893s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9894D["\1"]=" \3"/p
     9895s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
     9896d
     9897:bsnl
     9898s/["\\]/\\&/g
     9899s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9900D["\1"]=" \3\\\\\\n"\\/p
     9901t cont
     9902s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     9903t cont
     9904d
     9905:cont
     9906n
     9907s/.\{148\}/&'"$ac_delim"'/g
     9908t clear
     9909:clear
     9910s/\\$//
     9911t bsnlc
     9912s/["\\]/\\&/g; s/^/"/; s/$/"/p
     9913d
     9914:bsnlc
     9915s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     9916b cont
     9917' <confdefs.h | sed '
     9918s/'"$ac_delim"'/"\\\
     9919"/g' >>$CONFIG_STATUS || ac_write_fail=1
     9920
     9921cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9922  for (key in D) D_is_set[key] = 1
     9923  FS = ""
     9924}
     9925/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     9926  line = \$ 0
     9927  split(line, arg, " ")
     9928  if (arg[1] == "#") {
     9929    defundef = arg[2]
     9930    mac1 = arg[3]
     9931  } else {
     9932    defundef = substr(arg[1], 2)
     9933    mac1 = arg[2]
     9934  }
     9935  split(mac1, mac2, "(") #)
     9936  macro = mac2[1]
     9937  prefix = substr(line, 1, index(line, defundef) - 1)
     9938  if (D_is_set[macro]) {
     9939    # Preserve the white space surrounding the "#".
     9940    print prefix "define", macro P[macro] D[macro]
     9941    next
     9942  } else {
     9943    # Replace #undef with comments.  This is necessary, for example,
     9944    # in the case of _POSIX_SOURCE, which is predefined and required
     9945    # on some systems where configure will not decide to define it.
     9946    if (defundef == "undef") {
     9947      print "/*", prefix defundef, macro, "*/"
     9948      next
     9949    }
     9950  }
     9951}
     9952{ print }
     9953_ACAWK
     9954_ACEOF
     9955cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9956  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     9957$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     9958   { (exit 1); exit 1; }; }
     9959fi # test -n "$CONFIG_HEADERS"
     9960
     9961
     9962eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     9963shift
     9964for ac_tag
     9965do
     9966  case $ac_tag in
     9967  :[FHLC]) ac_mode=$ac_tag; continue;;
     9968  esac
     9969  case $ac_mode$ac_tag in
     9970  :[FHL]*:*);;
     9971  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     9972$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     9973   { (exit 1); exit 1; }; };;
     9974  :[FH]-) ac_tag=-:-;;
     9975  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     9976  esac
     9977  ac_save_IFS=$IFS
     9978  IFS=:
     9979  set x $ac_tag
     9980  IFS=$ac_save_IFS
     9981  shift
     9982  ac_file=$1
     9983  shift
     9984
     9985  case $ac_mode in
     9986  :L) ac_source=$1;;
     9987  :[FH])
     9988    ac_file_inputs=
     9989    for ac_f
     9990    do
     9991      case $ac_f in
     9992      -) ac_f="$tmp/stdin";;
     9993      *) # Look for the file first in the build tree, then in the source tree
     9994     # (if the path is not absolute).  The absolute path cannot be DOS-style,
     9995     # because $ac_f cannot contain `:'.
     9996     test -f "$ac_f" ||
     9997       case $ac_f in
     9998       [\\/$]*) false;;
     9999       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     10000       esac ||
     10001       { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10002$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     10003   { (exit 1); exit 1; }; };;
     10004      esac
     10005      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     10006      ac_file_inputs="$ac_file_inputs '$ac_f'"
     10007    done
     10008
     10009    # Let's still pretend it is `configure' which instantiates (i.e., don't
     10010    # use $as_me), people would be surprised to read:
     10011    #    /* config.h.  Generated by config.status.  */
     10012    configure_input='Generated from '`
     10013      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     10014    `' by configure.'
     10015    if test x"$ac_file" != x-; then
     10016      configure_input="$ac_file.  $configure_input"
     10017      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     10018$as_echo "$as_me: creating $ac_file" >&6;}
    858210019    fi
    8583     if test ! -s $tmp/subs.frag; then
    8584       ac_more_lines=false
    8585     else
    8586       # The purpose of the label and of the branching condition is to
    8587       # speed up the sed processing (if there are no `@' at all, there
    8588       # is no need to browse any of the substitutions).
    8589       # These are the two extra sed commands mentioned above.
    8590       (echo ':t
    8591   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    8592       if test -z "$ac_sed_cmds"; then
    8593     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    8594       else
    8595     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    8596       fi
    8597       ac_sed_frag=`expr $ac_sed_frag + 1`
    8598       ac_beg=$ac_end
    8599       ac_end=`expr $ac_end + $ac_max_sed_lines`
    8600     fi
    8601   done
    8602   if test -z "$ac_sed_cmds"; then
    8603     ac_sed_cmds=cat
    8604   fi
    8605 fi # test -n "$CONFIG_FILES"
    8606 
    8607 _ACEOF
    8608 cat >>$CONFIG_STATUS <<\_ACEOF
    8609 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    8610   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8611   case $ac_file in
    8612   - | *:- | *:-:* ) # input from stdin
    8613     cat >$tmp/stdin
    8614     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8615     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8616   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8617     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8618   * )   ac_file_in=$ac_file.in ;;
     10020    # Neutralize special characters interpreted by sed in replacement strings.
     10021    case $configure_input in #(
     10022    *\&* | *\|* | *\\* )
     10023       ac_sed_conf_input=`$as_echo "$configure_input" |
     10024       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     10025    *) ac_sed_conf_input=$configure_input;;
     10026    esac
     10027
     10028    case $ac_tag in
     10029    *:-:* | *:-) cat >"$tmp/stdin" \
     10030      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10031$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10032   { (exit 1); exit 1; }; } ;;
     10033    esac
     10034    ;;
    861910035  esac
    862010036
    8621   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    8622   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     10037  ac_dir=`$as_dirname -- "$ac_file" ||
    862310038$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    862410039     X"$ac_file" : 'X\(//\)[^/]' \| \
    862510040     X"$ac_file" : 'X\(//\)$' \| \
    8626      X"$ac_file" : 'X\(/\)' \| \
    8627      .     : '\(.\)' 2>/dev/null ||
    8628 echo X"$ac_file" |
    8629     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8630       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8631       /^X\(\/\/\)$/{ s//\1/; q; }
    8632       /^X\(\/\).*/{ s//\1/; q; }
    8633       s/.*/./; q'`
    8634   { if $as_mkdir_p; then
    8635     mkdir -p "$ac_dir"
    8636   else
    8637     as_dir="$ac_dir"
     10041     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
     10042$as_echo X"$ac_file" |
     10043    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10044        s//\1/
     10045        q
     10046      }
     10047      /^X\(\/\/\)[^/].*/{
     10048        s//\1/
     10049        q
     10050      }
     10051      /^X\(\/\/\)$/{
     10052        s//\1/
     10053        q
     10054      }
     10055      /^X\(\/\).*/{
     10056        s//\1/
     10057        q
     10058      }
     10059      s/.*/./; q'`
     10060  { as_dir="$ac_dir"
     10061  case $as_dir in #(
     10062  -*) as_dir=./$as_dir;;
     10063  esac
     10064  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    863810065    as_dirs=
    8639     while test ! -d "$as_dir"; do
    8640       as_dirs="$as_dir $as_dirs"
    8641       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10066    while :; do
     10067      case $as_dir in #(
     10068      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10069      *) as_qdir=$as_dir;;
     10070      esac
     10071      as_dirs="'$as_qdir' $as_dirs"
     10072      as_dir=`$as_dirname -- "$as_dir" ||
    864210073$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    864310074     X"$as_dir" : 'X\(//\)[^/]' \| \
    864410075     X"$as_dir" : 'X\(//\)$' \| \
    8645      X"$as_dir" : 'X\(/\)' \| \
    8646      .     : '\(.\)' 2>/dev/null ||
    8647 echo X"$as_dir" |
    8648     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8649       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8650       /^X\(\/\/\)$/{ s//\1/; q; }
    8651       /^X\(\/\).*/{ s//\1/; q; }
    8652       s/.*/./; q'`
     10076     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10077$as_echo X"$as_dir" |
     10078    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10079        s//\1/
     10080        q
     10081      }
     10082      /^X\(\/\/\)[^/].*/{
     10083        s//\1/
     10084        q
     10085      }
     10086      /^X\(\/\/\)$/{
     10087        s//\1/
     10088        q
     10089      }
     10090      /^X\(\/\).*/{
     10091        s//\1/
     10092        q
     10093      }
     10094      s/.*/./; q'`
     10095      test -d "$as_dir" && break
    865310096    done
    8654     test ! -n "$as_dirs" || mkdir $as_dirs
    8655   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    8656 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10097    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10098  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10099$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    865710100   { (exit 1); exit 1; }; }; }
    8658 
    865910101  ac_builddir=.
    866010102
    8661 if test "$ac_dir" != .; then
    8662   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    8663   # A "../" for each directory in $ac_dir_suffix.
    8664   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    8665 else
    8666   ac_dir_suffix= ac_top_builddir=
    8667 fi
     10103case "$ac_dir" in
     10104.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10105*)
     10106  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10107  # A ".." for each directory in $ac_dir_suffix.
     10108  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10109  case $ac_top_builddir_sub in
     10110  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10111  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10112  esac ;;
     10113esac
     10114ac_abs_top_builddir=$ac_pwd
     10115ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10116# for backward compatibility:
     10117ac_top_builddir=$ac_top_build_prefix
    866810118
    866910119case $srcdir in
    8670   .)  # No --srcdir option.  We are building in place.
     10120  .)  # We are building in place.
    867110121    ac_srcdir=.
    8672     if test -z "$ac_top_builddir"; then
    8673        ac_top_srcdir=.
    8674     else
    8675        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    8676     fi ;;
    8677   [\\/]* | ?:[\\/]* )  # Absolute path.
     10122    ac_top_srcdir=$ac_top_builddir_sub
     10123    ac_abs_top_srcdir=$ac_pwd ;;
     10124  [\\/]* | ?:[\\/]* )  # Absolute name.
    867810125    ac_srcdir=$srcdir$ac_dir_suffix;
    8679     ac_top_srcdir=$srcdir ;;
    8680   *) # Relative path.
    8681     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    8682     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    8683 esac
    8684 
    8685 # Do not use `cd foo && pwd` to compute absolute paths, because
    8686 # the directories may not exist.
    8687 case `pwd` in
    8688 .) ac_abs_builddir="$ac_dir";;
    8689 *)
    8690   case "$ac_dir" in
    8691   .) ac_abs_builddir=`pwd`;;
    8692   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    8693   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    8694   esac;;
    8695 esac
    8696 case $ac_abs_builddir in
    8697 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    8698 *)
    8699   case ${ac_top_builddir}. in
    8700   .) ac_abs_top_builddir=$ac_abs_builddir;;
    8701   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    8702   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    8703   esac;;
    8704 esac
    8705 case $ac_abs_builddir in
    8706 .) ac_abs_srcdir=$ac_srcdir;;
    8707 *)
    8708   case $ac_srcdir in
    8709   .) ac_abs_srcdir=$ac_abs_builddir;;
    8710   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    8711   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    8712   esac;;
    8713 esac
    8714 case $ac_abs_builddir in
    8715 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    8716 *)
    8717   case $ac_top_srcdir in
    8718   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    8719   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    8720   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    8721   esac;;
    8722 esac
    8723 
     10126    ac_top_srcdir=$srcdir
     10127    ac_abs_top_srcdir=$srcdir ;;
     10128  *) # Relative name.
     10129    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10130    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10131    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     10132esac
     10133ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10134
     10135
     10136  case $ac_mode in
     10137  :F)
     10138  #
     10139  # CONFIG_FILE
     10140  #
    872410141
    872510142  case $INSTALL in
    872610143  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
    8727   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
     10144  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
    872810145  esac
    8729 
    8730   if test x"$ac_file" != x-; then
    8731     { echo "$as_me:$LINENO: creating $ac_file" >&5
    8732 echo "$as_me: creating $ac_file" >&6;}
    8733     rm -f "$ac_file"
    8734   fi
    8735   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8736   # use $as_me), people would be surprised to read:
    8737   #    /* config.h.  Generated by config.status.  */
    8738   if test x"$ac_file" = x-; then
    8739     configure_input=
    8740   else
    8741     configure_input="$ac_file.  "
    8742   fi
    8743   configure_input=$configure_input"Generated from `echo $ac_file_in |
    8744                      sed 's,.*/,,'` by configure."
    8745 
    8746   # First look for the input files in the build tree, otherwise in the
    8747   # src tree.
    8748   ac_file_inputs=`IFS=:
    8749     for f in $ac_file_in; do
    8750       case $f in
    8751       -) echo $tmp/stdin ;;
    8752       [\\/$]*)
    8753      # Absolute (can't be DOS-style, as IFS=:)
    8754      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8755 echo "$as_me: error: cannot find input file: $f" >&2;}
    8756    { (exit 1); exit 1; }; }
    8757      echo "$f";;
    8758       *) # Relative
    8759      if test -f "$f"; then
    8760        # Build tree
    8761        echo "$f"
    8762      elif test -f "$srcdir/$f"; then
    8763        # Source tree
    8764        echo "$srcdir/$f"
    8765      else
    8766        # /dev/null tree
    8767        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8768 echo "$as_me: error: cannot find input file: $f" >&2;}
    8769    { (exit 1); exit 1; }; }
    8770      fi;;
    8771       esac
    8772     done` || { (exit 1); exit 1; }
    8773 _ACEOF
    8774 cat >>$CONFIG_STATUS <<_ACEOF
    8775   sed "$ac_vpsub
     10146_ACEOF
     10147
     10148cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10149# If the template does not know about datarootdir, expand it.
     10150# FIXME: This hack should be removed a few years after 2.60.
     10151ac_datarootdir_hack=; ac_datarootdir_seen=
     10152
     10153ac_sed_dataroot='
     10154/datarootdir/ {
     10155  p
     10156  q
     10157}
     10158/@datadir@/p
     10159/@docdir@/p
     10160/@infodir@/p
     10161/@localedir@/p
     10162/@mandir@/p
     10163'
     10164case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     10165*datarootdir*) ac_datarootdir_seen=yes;;
     10166*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     10167  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10168$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10169_ACEOF
     10170cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10171  ac_datarootdir_hack='
     10172  s&@datadir@&$datadir&g
     10173  s&@docdir@&$docdir&g
     10174  s&@infodir@&$infodir&g
     10175  s&@localedir@&$localedir&g
     10176  s&@mandir@&$mandir&g
     10177    s&\\\${datarootdir}&$datarootdir&g' ;;
     10178esac
     10179_ACEOF
     10180
     10181# Neutralize VPATH when `$srcdir' = `.'.
     10182# Shell code in configure.ac might set extrasub.
     10183# FIXME: do we really want to maintain this feature?
     10184cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10185ac_sed_extra="$ac_vpsub
    877610186$extrasub
    877710187_ACEOF
    8778 cat >>$CONFIG_STATUS <<\_ACEOF
     10188cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    877910189:t
    878010190/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8781 s,@configure_input@,$configure_input,;t t
    8782 s,@srcdir@,$ac_srcdir,;t t
    8783 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    8784 s,@top_srcdir@,$ac_top_srcdir,;t t
    8785 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    8786 s,@builddir@,$ac_builddir,;t t
    8787 s,@abs_builddir@,$ac_abs_builddir,;t t
    8788 s,@top_builddir@,$ac_top_builddir,;t t
    8789 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    8790 s,@INSTALL@,$ac_INSTALL,;t t
    8791 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    8792   rm -f $tmp/stdin
     10191s|@configure_input@|$ac_sed_conf_input|;t t
     10192s&@top_builddir@&$ac_top_builddir_sub&;t t
     10193s&@top_build_prefix@&$ac_top_build_prefix&;t t
     10194s&@srcdir@&$ac_srcdir&;t t
     10195s&@abs_srcdir@&$ac_abs_srcdir&;t t
     10196s&@top_srcdir@&$ac_top_srcdir&;t t
     10197s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     10198s&@builddir@&$ac_builddir&;t t
     10199s&@abs_builddir@&$ac_abs_builddir&;t t
     10200s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     10201s&@INSTALL@&$ac_INSTALL&;t t
     10202$ac_datarootdir_hack
     10203"
     10204eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     10205  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10206$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10207   { (exit 1); exit 1; }; }
     10208
     10209test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     10210  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     10211  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     10212  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10213which seems to be undefined.  Please make sure it is defined." >&5
     10214$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10215which seems to be undefined.  Please make sure it is defined." >&2;}
     10216
     10217  rm -f "$tmp/stdin"
     10218  case $ac_file in
     10219  -) cat "$tmp/out" && rm -f "$tmp/out";;
     10220  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     10221  esac \
     10222  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10223$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10224   { (exit 1); exit 1; }; }
     10225 ;;
     10226  :H)
     10227  #
     10228  # CONFIG_HEADER
     10229  #
    879310230  if test x"$ac_file" != x-; then
    8794     mv $tmp/out $ac_file
    8795   else
    8796     cat $tmp/out
    8797     rm -f $tmp/out
    8798   fi
    8799 
    8800 done
    8801 _ACEOF
    8802 cat >>$CONFIG_STATUS <<\_ACEOF
    8803 
    8804 #
    8805 # CONFIG_HEADER section.
    8806 #
    8807 
    8808 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
    8809 # NAME is the cpp macro being defined and VALUE is the value it is being given.
    8810 #
    8811 # ac_d sets the value in "#define NAME VALUE" lines.
    8812 ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
    8813 ac_dB='[     ].*$,\1#\2'
    8814 ac_dC=' '
    8815 ac_dD=',;t'
    8816 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    8817 ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
    8818 ac_uB='$,\1#\2define\3'
    8819 ac_uC=' '
    8820 ac_uD=',;t'
    8821 
    8822 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
    8823   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8824   case $ac_file in
    8825   - | *:- | *:-:* ) # input from stdin
    8826     cat >$tmp/stdin
    8827     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8828     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8829   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8830     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8831   * )   ac_file_in=$ac_file.in ;;
    8832   esac
    8833 
    8834   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
    8835 echo "$as_me: creating $ac_file" >&6;}
    8836 
    8837   # First look for the input files in the build tree, otherwise in the
    8838   # src tree.
    8839   ac_file_inputs=`IFS=:
    8840     for f in $ac_file_in; do
    8841       case $f in
    8842       -) echo $tmp/stdin ;;
    8843       [\\/$]*)
    8844      # Absolute (can't be DOS-style, as IFS=:)
    8845      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8846 echo "$as_me: error: cannot find input file: $f" >&2;}
     10231    {
     10232      $as_echo "/* $configure_input  */" \
     10233      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     10234    } >"$tmp/config.h" \
     10235      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10236$as_echo "$as_me: error: could not create $ac_file" >&2;}
    884710237   { (exit 1); exit 1; }; }
    8848      # Do quote $f, to prevent DOS paths from being IFS'd.
    8849      echo "$f";;
    8850       *) # Relative
    8851      if test -f "$f"; then
    8852        # Build tree
    8853        echo "$f"
    8854      elif test -f "$srcdir/$f"; then
    8855        # Source tree
    8856        echo "$srcdir/$f"
    8857      else
    8858        # /dev/null tree
    8859        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8860 echo "$as_me: error: cannot find input file: $f" >&2;}
     10238    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     10239      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     10240$as_echo "$as_me: $ac_file is unchanged" >&6;}
     10241    else
     10242      rm -f "$ac_file"
     10243      mv "$tmp/config.h" "$ac_file" \
     10244    || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10245$as_echo "$as_me: error: could not create $ac_file" >&2;}
    886110246   { (exit 1); exit 1; }; }
    8862      fi;;
    8863       esac
    8864     done` || { (exit 1); exit 1; }
    8865   # Remove the trailing spaces.
    8866   sed 's/[   ]*$//' $ac_file_inputs >$tmp/in
    8867 
    8868 _ACEOF
    8869 
    8870 # Transform confdefs.h into two sed scripts, `conftest.defines' and
    8871 # `conftest.undefs', that substitutes the proper values into
    8872 # config.h.in to produce config.h.  The first handles `#define'
    8873 # templates, and the second `#undef' templates.
    8874 # And first: Protect against being on the right side of a sed subst in
    8875 # config.status.  Protect against being in an unquoted here document
    8876 # in config.status.
    8877 rm -f conftest.defines conftest.undefs
    8878 # Using a here document instead of a string reduces the quoting nightmare.
    8879 # Putting comments in sed scripts is not portable.
    8880 #
    8881 # `end' is used to avoid that the second main sed command (meant for
    8882 # 0-ary CPP macros) applies to n-ary macro definitions.
    8883 # See the Autoconf documentation for `clear'.
    8884 cat >confdef2sed.sed <<\_ACEOF
    8885 s/[\\&,]/\\&/g
    8886 s,[\\$`],\\&,g
    8887 t clear
    8888 : clear
    8889 s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    8890 t end
    8891 s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    8892 : end
    8893 _ACEOF
    8894 # If some macros were called several times there might be several times
    8895 # the same #defines, which is useless.  Nevertheless, we may not want to
    8896 # sort them, since we want the *last* AC-DEFINE to be honored.
    8897 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
    8898 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
    8899 rm -f confdef2sed.sed
    8900 
    8901 # This sed command replaces #undef with comments.  This is necessary, for
    8902 # example, in the case of _POSIX_SOURCE, which is predefined and required
    8903 # on some systems where configure will not decide to define it.
    8904 cat >>conftest.undefs <<\_ACEOF
    8905 s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    8906 _ACEOF
    8907 
    8908 # Break up conftest.defines because some shells have a limit on the size
    8909 # of here documents, and old seds have small limits too (100 cmds).
    8910 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    8911 echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    8912 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    8913 echo '  :' >>$CONFIG_STATUS
    8914 rm -f conftest.tail
    8915 while grep . conftest.defines >/dev/null
    8916 do
    8917   # Write a limited-size here document to $tmp/defines.sed.
    8918   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    8919   # Speed up: don't consider the non `#define' lines.
    8920   echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS
    8921   # Work around the forget-to-reset-the-flag bug.
    8922   echo 't clr' >>$CONFIG_STATUS
    8923   echo ': clr' >>$CONFIG_STATUS
    8924   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
    8925   echo 'CEOF
    8926   sed -f $tmp/defines.sed $tmp/in >$tmp/out
    8927   rm -f $tmp/in
    8928   mv $tmp/out $tmp/in
    8929 ' >>$CONFIG_STATUS
    8930   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
    8931   rm -f conftest.defines
    8932   mv conftest.tail conftest.defines
    8933 done
    8934 rm -f conftest.defines
    8935 echo '  fi # grep' >>$CONFIG_STATUS
    8936 echo >>$CONFIG_STATUS
    8937 
    8938 # Break up conftest.undefs because some shells have a limit on the size
    8939 # of here documents, and old seds have small limits too (100 cmds).
    8940 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
    8941 rm -f conftest.tail
    8942 while grep . conftest.undefs >/dev/null
    8943 do
    8944   # Write a limited-size here document to $tmp/undefs.sed.
    8945   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    8946   # Speed up: don't consider the non `#undef'
    8947   echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    8948   # Work around the forget-to-reset-the-flag bug.
    8949   echo 't clr' >>$CONFIG_STATUS
    8950   echo ': clr' >>$CONFIG_STATUS
    8951   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
    8952   echo 'CEOF
    8953   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
    8954   rm -f $tmp/in
    8955   mv $tmp/out $tmp/in
    8956 ' >>$CONFIG_STATUS
    8957   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
    8958   rm -f conftest.undefs
    8959   mv conftest.tail conftest.undefs
    8960 done
    8961 rm -f conftest.undefs
    8962 
    8963 cat >>$CONFIG_STATUS <<\_ACEOF
    8964   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8965   # use $as_me), people would be surprised to read:
    8966   #    /* config.h.  Generated by config.status.  */
    8967   if test x"$ac_file" = x-; then
    8968     echo "/* Generated by configure.  */" >$tmp/config.h
    8969   else
    8970     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
    8971   fi
    8972   cat $tmp/in >>$tmp/config.h
    8973   rm -f $tmp/in
    8974   if test x"$ac_file" != x-; then
    8975     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
    8976       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8977 echo "$as_me: $ac_file is unchanged" >&6;}
    8978     else
    8979       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    8980 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8981      X"$ac_file" : 'X\(//\)[^/]' \| \
    8982      X"$ac_file" : 'X\(//\)$' \| \
    8983      X"$ac_file" : 'X\(/\)' \| \
    8984      .     : '\(.\)' 2>/dev/null ||
    8985 echo X"$ac_file" |
    8986     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8987       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8988       /^X\(\/\/\)$/{ s//\1/; q; }
    8989       /^X\(\/\).*/{ s//\1/; q; }
    8990       s/.*/./; q'`
    8991       { if $as_mkdir_p; then
    8992     mkdir -p "$ac_dir"
    8993   else
    8994     as_dir="$ac_dir"
    8995     as_dirs=
    8996     while test ! -d "$as_dir"; do
    8997       as_dirs="$as_dir $as_dirs"
    8998       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    8999 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9000      X"$as_dir" : 'X\(//\)[^/]' \| \
    9001      X"$as_dir" : 'X\(//\)$' \| \
    9002      X"$as_dir" : 'X\(/\)' \| \
    9003      .     : '\(.\)' 2>/dev/null ||
    9004 echo X"$as_dir" |
    9005     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9006       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9007       /^X\(\/\/\)$/{ s//\1/; q; }
    9008       /^X\(\/\).*/{ s//\1/; q; }
    9009       s/.*/./; q'`
    9010     done
    9011     test ! -n "$as_dirs" || mkdir $as_dirs
    9012   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9013 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    9014    { (exit 1); exit 1; }; }; }
    9015 
    9016       rm -f $ac_file
    9017       mv $tmp/config.h $ac_file
    901810247    fi
    901910248  else
    9020     cat $tmp/config.h
    9021     rm -f $tmp/config.h
     10249    $as_echo "/* $configure_input  */" \
     10250      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     10251      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     10252$as_echo "$as_me: error: could not create -" >&2;}
     10253   { (exit 1); exit 1; }; }
    902210254  fi
    9023 done
    9024 _ACEOF
    9025 
    9026 cat >>$CONFIG_STATUS <<\_ACEOF
     10255 ;;
     10256
     10257
     10258  esac
     10259
     10260done # for ac_tag
     10261
    902710262
    902810263{ (exit 0); exit 0; }
     
    903010265chmod +x $CONFIG_STATUS
    903110266ac_clean_files=$ac_clean_files_save
     10267
     10268test $ac_write_fail = 0 ||
     10269  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     10270$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     10271   { (exit 1); exit 1; }; }
    903210272
    903310273
     
    905810298if test "$no_recursion" != yes; then
    905910299
    9060   # Remove --cache-file and --srcdir arguments so they do not pile up.
     10300  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
     10301  # so they do not pile up.
    906110302  ac_sub_configure_args=
    906210303  ac_prev=
    9063   for ac_arg in $ac_configure_args; do
     10304  eval "set x $ac_configure_args"
     10305  shift
     10306  for ac_arg
     10307  do
    906410308    if test -n "$ac_prev"; then
    906510309      ac_prev=
     
    908410328    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    908510329      ;;
    9086     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
     10330    --disable-option-checking)
     10331      ;;
     10332    *)
     10333      case $ac_arg in
     10334      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10335      esac
     10336      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
    908710337    esac
    908810338  done
     
    909010340  # Always prepend --prefix to ensure using the same prefix
    909110341  # in subdir configurations.
    9092   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
     10342  ac_arg="--prefix=$prefix"
     10343  case $ac_arg in
     10344  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10345  esac
     10346  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     10347
     10348  # Pass --silent
     10349  if test "$silent" = yes; then
     10350    ac_sub_configure_args="--silent $ac_sub_configure_args"
     10351  fi
     10352
     10353  # Always prepend --disable-option-checking to silence warnings, since
     10354  # different subdirs can have different --enable and --with options.
     10355  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
    909310356
    909410357  ac_popdir=`pwd`
     
    909710360    # Do not complain, so a configure script can configure whichever
    909810361    # parts of a large source tree are present.
    9099     test -d $srcdir/$ac_dir || continue
    9100 
    9101     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
    9102 echo "$as_me: configuring in $ac_dir" >&6;}
    9103     { if $as_mkdir_p; then
    9104     mkdir -p "$ac_dir"
    9105   else
    9106     as_dir="$ac_dir"
     10362    test -d "$srcdir/$ac_dir" || continue
     10363
     10364    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
     10365    $as_echo "$as_me:$LINENO: $ac_msg" >&5
     10366    $as_echo "$ac_msg" >&6
     10367    { as_dir="$ac_dir"
     10368  case $as_dir in #(
     10369  -*) as_dir=./$as_dir;;
     10370  esac
     10371  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    910710372    as_dirs=
    9108     while test ! -d "$as_dir"; do
    9109       as_dirs="$as_dir $as_dirs"
    9110       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10373    while :; do
     10374      case $as_dir in #(
     10375      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10376      *) as_qdir=$as_dir;;
     10377      esac
     10378      as_dirs="'$as_qdir' $as_dirs"
     10379      as_dir=`$as_dirname -- "$as_dir" ||
    911110380$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    911210381     X"$as_dir" : 'X\(//\)[^/]' \| \
    911310382     X"$as_dir" : 'X\(//\)$' \| \
    9114      X"$as_dir" : 'X\(/\)' \| \
    9115      .     : '\(.\)' 2>/dev/null ||
    9116 echo X"$as_dir" |
    9117     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9118       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9119       /^X\(\/\/\)$/{ s//\1/; q; }
    9120       /^X\(\/\).*/{ s//\1/; q; }
    9121       s/.*/./; q'`
     10383     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10384$as_echo X"$as_dir" |
     10385    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10386        s//\1/
     10387        q
     10388      }
     10389      /^X\(\/\/\)[^/].*/{
     10390        s//\1/
     10391        q
     10392      }
     10393      /^X\(\/\/\)$/{
     10394        s//\1/
     10395        q
     10396      }
     10397      /^X\(\/\).*/{
     10398        s//\1/
     10399        q
     10400      }
     10401      s/.*/./; q'`
     10402      test -d "$as_dir" && break
    912210403    done
    9123     test ! -n "$as_dirs" || mkdir $as_dirs
    9124   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9125 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10404    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10405  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10406$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    912610407   { (exit 1); exit 1; }; }; }
    9127 
    912810408    ac_builddir=.
    912910409
    9130 if test "$ac_dir" != .; then
    9131   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    9132   # A "../" for each directory in $ac_dir_suffix.
    9133   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    9134 else
    9135   ac_dir_suffix= ac_top_builddir=
    9136 fi
     10410case "$ac_dir" in
     10411.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10412*)
     10413  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10414  # A ".." for each directory in $ac_dir_suffix.
     10415  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10416  case $ac_top_builddir_sub in
     10417  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10418  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10419  esac ;;
     10420esac
     10421ac_abs_top_builddir=$ac_pwd
     10422ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10423# for backward compatibility:
     10424ac_top_builddir=$ac_top_build_prefix
    913710425
    913810426case $srcdir in
    9139   .)  # No --srcdir option.  We are building in place.
     10427  .)  # We are building in place.
    914010428    ac_srcdir=.
    9141     if test -z "$ac_top_builddir"; then
    9142        ac_top_srcdir=.
     10429    ac_top_srcdir=$ac_top_builddir_sub
     10430    ac_abs_top_srcdir=$ac_pwd ;;
     10431  [\\/]* | ?:[\\/]* )  # Absolute name.
     10432    ac_srcdir=$srcdir$ac_dir_suffix;
     10433    ac_top_srcdir=$srcdir
     10434    ac_abs_top_srcdir=$srcdir ;;
     10435  *) # Relative name.
     10436    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10437    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10438    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     10439esac
     10440ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10441
     10442
     10443    cd "$ac_dir"
     10444
     10445    # Check for guested configure; otherwise get Cygnus style configure.
     10446    if test -f "$ac_srcdir/configure.gnu"; then
     10447      ac_sub_configure=$ac_srcdir/configure.gnu
     10448    elif test -f "$ac_srcdir/configure"; then
     10449      ac_sub_configure=$ac_srcdir/configure
     10450    elif test -f "$ac_srcdir/configure.in"; then
     10451      # This should be Cygnus configure.
     10452      ac_sub_configure=$ac_aux_dir/configure
    914310453    else
    9144        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    9145     fi ;;
    9146   [\\/]* | ?:[\\/]* )  # Absolute path.
    9147     ac_srcdir=$srcdir$ac_dir_suffix;
    9148     ac_top_srcdir=$srcdir ;;
    9149   *) # Relative path.
    9150     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    9151     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    9152 esac
    9153 
    9154 # Do not use `cd foo && pwd` to compute absolute paths, because
    9155 # the directories may not exist.
    9156 case `pwd` in
    9157 .) ac_abs_builddir="$ac_dir";;
    9158 *)
    9159   case "$ac_dir" in
    9160   .) ac_abs_builddir=`pwd`;;
    9161   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    9162   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    9163   esac;;
    9164 esac
    9165 case $ac_abs_builddir in
    9166 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    9167 *)
    9168   case ${ac_top_builddir}. in
    9169   .) ac_abs_top_builddir=$ac_abs_builddir;;
    9170   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    9171   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    9172   esac;;
    9173 esac
    9174 case $ac_abs_builddir in
    9175 .) ac_abs_srcdir=$ac_srcdir;;
    9176 *)
    9177   case $ac_srcdir in
    9178   .) ac_abs_srcdir=$ac_abs_builddir;;
    9179   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    9180   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    9181   esac;;
    9182 esac
    9183 case $ac_abs_builddir in
    9184 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    9185 *)
    9186   case $ac_top_srcdir in
    9187   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    9188   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    9189   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    9190   esac;;
    9191 esac
    9192 
    9193 
    9194     cd $ac_dir
    9195 
    9196     # Check for guested configure; otherwise get Cygnus style configure.
    9197     if test -f $ac_srcdir/configure.gnu; then
    9198       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
    9199     elif test -f $ac_srcdir/configure; then
    9200       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
    9201     elif test -f $ac_srcdir/configure.in; then
    9202       ac_sub_configure=$ac_configure
    9203     else
    9204       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    9205 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     10454      { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     10455$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    920610456      ac_sub_configure=
    920710457    fi
     
    921210462      case $cache_file in
    921310463      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
    9214       *) # Relative path.
    9215     ac_sub_cache_file=$ac_top_builddir$cache_file ;;
     10464      *) # Relative name.
     10465    ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
    921610466      esac
    921710467
    9218       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    9219 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     10468      { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     10469$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    922010470      # The eval makes quoting arguments work.
    9221       eval $ac_sub_configure $ac_sub_configure_args \
    9222        --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
    9223     { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    9224 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     10471      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
     10472       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
     10473    { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     10474$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    922510475   { (exit 1); exit 1; }; }
    922610476    fi
    922710477
    9228     cd $ac_popdir
     10478    cd "$ac_popdir"
    922910479  done
    923010480fi
    9231 
    9232 
    9233 
     10481if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     10482  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     10483$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     10484fi
     10485
     10486
     10487
  • main/trunk/greenstone2/build-src/configure.in

    r23800 r25149  
    184184if test "$arch_64bit" = yes; then
    185185  AC_MSG_RESULT(yes)
    186   if test -z "$COMPAT32BITFLAGS" ; then
    187     COMPAT32BITFLAGS="-m32"
     186  if test -z "$ARCH_DEP_FLAGS" ; then
     187    ARCH_DEP_FLAGS="-fPIC"
    188188  fi
    189189else
    190190  AC_MSG_RESULT(no)
    191   if test -z "$COMPAT32BITFLAGS" ; then
    192     COMPAT32BITFLAGS=
     191  if test -z "$ARCH_DEP_FLAGS" ; then
     192    ARCH_DEP_FLAGS=
    193193  fi
    194194fi
    195195
    196 # Only need compat32bitflag if using MG or MGPP
    197 if test "$ENABLE_MG" = "0" -a "$ENABLE_MGPP" = "0" ; then
    198   COMPAT32BITFLAGS=
    199 fi
    200 
    201 export COMPAT32BITFLAGS
    202 AC_SUBST(COMPAT32BITFLAGS)
     196export ARCH_DEP_FLAGS
     197AC_SUBST(ARCH_DEP_FLAGS)
    203198
    204199
  • main/trunk/greenstone2/build-src/packages/configure

    r24815 r25149  
    182182gzip -dc wget.tar.gz | tar -xf -
    183183cd "$PACKAGES/wget/wget-1.13.4" && \
    184 ./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS
    185 
     184#./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS
     185./configure $CACHE_FILE --prefix=$PACKAGES/wget --without-ssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS
    186186
    187187# configure XML::Parser perl module
     
    197197
    198198#Use 64-bit expat library on 64-bit machines, otherwise use 32-bit
    199 if test ! -z "$COMPAT32BITFLAGS" ; then
     199if test ! -z "$ARCH_DEP_FLAGS" ; then
    200200perl Makefile.PL \
    201201  PREFIX="$GSDLHOME/perllib/cpan/XML" \
  • main/trunk/greenstone2/build-src/src/hashfile/Makefile.in

    r16604 r25149  
    2929
    3030CXX = @CXX@
    31 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     31CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3232DEFS = @DEFS@
    3333GSDLOS = @gsdlos@
    3434INCLUDES =
    3535INSTALL = @INSTALL@
    36 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     36LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3737LIBS = @LIBS@
    3838
  • main/trunk/greenstone2/build-src/src/phind/generate/Makefile.in

    r16604 r25149  
    3030
    3131CXX = @CXX@
    32 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     32CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3333DEFS = @DEFS@
    3434GSDLOS = @gsdlos@
    3535INCLUDES =
    3636INSTALL = @INSTALL@
    37 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     37LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3838LIBS = @LIBS@
    3939
  • main/trunk/greenstone2/common-src/configure

    r24901 r25149  
    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= ;;
    192 esac
    193 
    194 if expr a : '\(a\)' >/dev/null 2>&1; then
     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';;
     501esac
     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.
     
    232571
    233572
    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
    242 
     573
     574exec 7<&0 </dev/null 6>&1
    243575
    244576# Name of the host.
     
    247579ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    248580
    249 exec 6>&1
    250 
    251581#
    252582# Initializations.
    253583#
    254584ac_default_prefix=/usr/local
     585ac_clean_files=
    255586ac_config_libobj_dir=.
     587LIBOBJS=
    256588cross_compiling=no
    257589subdirs=
     
    259591MAKEFLAGS=
    260592SHELL=${CONFIG_SHELL-/bin/sh}
    261 
    262 # Maximum number of lines to put in a shell here document.
    263 # This variable seems obsolete.  It should probably be removed, and
    264 # only ac_max_sed_lines should be used.
    265 : ${ac_max_here_lines=38}
    266593
    267594# Identity of this package.
     
    276603ac_includes_default="\
    277604#include <stdio.h>
    278 #if HAVE_SYS_TYPES_H
     605#ifdef HAVE_SYS_TYPES_H
    279606# include <sys/types.h>
    280607#endif
    281 #if HAVE_SYS_STAT_H
     608#ifdef HAVE_SYS_STAT_H
    282609# include <sys/stat.h>
    283610#endif
    284 #if STDC_HEADERS
     611#ifdef STDC_HEADERS
    285612# include <stdlib.h>
    286613# include <stddef.h>
    287614#else
    288 # if HAVE_STDLIB_H
     615# ifdef HAVE_STDLIB_H
    289616#  include <stdlib.h>
    290617# endif
    291618#endif
    292 #if HAVE_STRING_H
    293 # if !STDC_HEADERS && HAVE_MEMORY_H
     619#ifdef HAVE_STRING_H
     620# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    294621#  include <memory.h>
    295622# endif
    296623# include <string.h>
    297624#endif
    298 #if HAVE_STRINGS_H
     625#ifdef HAVE_STRINGS_H
    299626# include <strings.h>
    300627#endif
    301 #if HAVE_INTTYPES_H
     628#ifdef HAVE_INTTYPES_H
    302629# include <inttypes.h>
    303 #else
    304 # if HAVE_STDINT_H
    305 #  include <stdint.h>
    306 # endif
    307630#endif
    308 #if HAVE_UNISTD_H
     631#ifdef HAVE_STDINT_H
     632# include <stdint.h>
     633#endif
     634#ifdef HAVE_UNISTD_H
    309635# include <unistd.h>
    310636#endif"
    311637
    312 ac_subdirs_all="$ac_subdirs_all packages"
    313 ac_subdirs_all="$ac_subdirs_all indexers"
    314 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 PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_JAVA USE_JDBM USE_GDBM ENABLE_ACCENTFOLD USE_SQLITE ENABLE_JNI ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX JAVA uudecode JAVAC JAVACFLAGS AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos gsdlarch MODULEDIRS subdirs LTLIBOBJS'
     638enable_option_checking=no
     639ac_subst_vars='LTLIBOBJS
     640subdirs
     641MODULEDIRS
     642gsdlarch
     643gsdlos
     644STATIC
     645LIBOBJS
     646ALLOCA
     647ANSI2KNR
     648U
     649EGREP
     650GREP
     651CPP
     652MICO_VER
     653ARCH_DEP_FLAGS
     654RANLIB
     655SET_MAKE
     656LN_S
     657INSTALL_DATA
     658INSTALL_SCRIPT
     659INSTALL_PROGRAM
     660target_os
     661target_vendor
     662target_cpu
     663target
     664host_os
     665host_vendor
     666host_cpu
     667host
     668build_os
     669build_vendor
     670build_cpu
     671build
     672YFLAGS
     673YACC
     674AWK
     675JAVACFLAGS
     676JAVAC
     677uudecode
     678JAVA
     679ac_ct_CXX
     680CXXFLAGS
     681CXX
     682OBJEXT
     683EXEEXT
     684ac_ct_CC
     685CPPFLAGS
     686CC
     687CFLAGS
     688LDFLAGS
     689ENABLE_LUCENE
     690ENABLE_MGPP
     691ENABLE_MG
     692ENABLE_JNI
     693USE_SQLITE
     694ENABLE_ACCENTFOLD
     695USE_GDBM
     696USE_JDBM
     697ENABLE_JAVA
     698USE_YAZ
     699USE_Z3950
     700MICO_DIR
     701USE_CORBA
     702USE_LANGACTION
     703USE_FASTCGI
     704VERSION
     705PACKAGE
     706target_alias
     707host_alias
     708build_alias
     709LIBS
     710ECHO_T
     711ECHO_N
     712ECHO_C
     713DEFS
     714mandir
     715localedir
     716libdir
     717psdir
     718pdfdir
     719dvidir
     720htmldir
     721infodir
     722docdir
     723oldincludedir
     724includedir
     725localstatedir
     726sharedstatedir
     727sysconfdir
     728datadir
     729datarootdir
     730libexecdir
     731sbindir
     732bindir
     733program_transform_name
     734prefix
     735exec_prefix
     736PACKAGE_BUGREPORT
     737PACKAGE_STRING
     738PACKAGE_VERSION
     739PACKAGE_TARNAME
     740PACKAGE_NAME
     741PATH_SEPARATOR
     742SHELL'
    315743ac_subst_files=''
     744ac_user_opts='
     745enable_option_checking
     746enable_corba
     747with_micodir
     748enable_z3950
     749enable_yaz
     750enable_java
     751enable_jdbm
     752enable_gdbm
     753enable_accentfold
     754enable_sqlite
     755enable_jni
     756enable_mg
     757enable_mgpp
     758enable_lucene
     759with_dmalloc
     760with_regex
     761'
     762      ac_precious_vars='build_alias
     763host_alias
     764target_alias
     765CC
     766CFLAGS
     767LDFLAGS
     768LIBS
     769CPPFLAGS
     770CXX
     771CXXFLAGS
     772CCC
     773YACC
     774YFLAGS
     775CPP'
     776ac_subdirs_all='packages
     777indexers'
    316778
    317779# Initialize some variables set by options.
    318780ac_init_help=
    319781ac_init_version=false
     782ac_unrecognized_opts=
     783ac_unrecognized_sep=
    320784# The variables have the same names as the options, with
    321785# dashes changed to underlines.
     
    340804# by default will actually change.
    341805# Use braces instead of parens because sh, perl, etc. also accept them.
     806# (The list follows the same order as the GNU Coding Standards.)
    342807bindir='${exec_prefix}/bin'
    343808sbindir='${exec_prefix}/sbin'
    344809libexecdir='${exec_prefix}/libexec'
    345 datadir='${prefix}/share'
     810datarootdir='${prefix}/share'
     811datadir='${datarootdir}'
    346812sysconfdir='${prefix}/etc'
    347813sharedstatedir='${prefix}/com'
    348814localstatedir='${prefix}/var'
    349 libdir='${exec_prefix}/lib'
    350815includedir='${prefix}/include'
    351816oldincludedir='/usr/include'
    352 infodir='${prefix}/info'
    353 mandir='${prefix}/man'
     817docdir='${datarootdir}/doc/${PACKAGE}'
     818infodir='${datarootdir}/info'
     819htmldir='${docdir}'
     820dvidir='${docdir}'
     821pdfdir='${docdir}'
     822psdir='${docdir}'
     823libdir='${exec_prefix}/lib'
     824localedir='${datarootdir}/locale'
     825mandir='${datarootdir}/man'
    354826
    355827ac_prev=
     828ac_dashdash=
    356829for ac_option
    357830do
    358831  # If the previous option needs an argument, assign it.
    359832  if test -n "$ac_prev"; then
    360     eval "$ac_prev=\$ac_option"
     833    eval $ac_prev=\$ac_option
    361834    ac_prev=
    362835    continue
    363836  fi
    364837
    365   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     838  case $ac_option in
     839  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     840  *)    ac_optarg=yes ;;
     841  esac
    366842
    367843  # Accept the important Cygnus configure options, so we can diagnose typos.
    368844
    369   case $ac_option in
     845  case $ac_dashdash$ac_option in
     846  --)
     847    ac_dashdash=yes ;;
    370848
    371849  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    389867    cache_file=config.cache ;;
    390868
    391   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     869  -datadir | --datadir | --datadi | --datad)
    392870    ac_prev=datadir ;;
    393   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    394   | --da=*)
     871  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    395872    datadir=$ac_optarg ;;
    396873
     874  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     875  | --dataroo | --dataro | --datar)
     876    ac_prev=datarootdir ;;
     877  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     878  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     879    datarootdir=$ac_optarg ;;
     880
    397881  -disable-* | --disable-*)
    398     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     882    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    399883    # Reject names that are not valid shell variable names.
    400     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    401       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     884    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     885      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    402886   { (exit 1); exit 1; }; }
    403     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    404     eval "enable_$ac_feature=no" ;;
     887    ac_useropt_orig=$ac_useropt
     888    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     889    case $ac_user_opts in
     890      *"
     891"enable_$ac_useropt"
     892"*) ;;
     893      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     894     ac_unrecognized_sep=', ';;
     895    esac
     896    eval enable_$ac_useropt=no ;;
     897
     898  -docdir | --docdir | --docdi | --doc | --do)
     899    ac_prev=docdir ;;
     900  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     901    docdir=$ac_optarg ;;
     902
     903  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     904    ac_prev=dvidir ;;
     905  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     906    dvidir=$ac_optarg ;;
    405907
    406908  -enable-* | --enable-*)
    407     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     909    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    408910    # Reject names that are not valid shell variable names.
    409     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    410       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     911    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     912      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    411913   { (exit 1); exit 1; }; }
    412     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    413     case $ac_option in
    414       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    415       *) ac_optarg=yes ;;
     914    ac_useropt_orig=$ac_useropt
     915    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     916    case $ac_user_opts in
     917      *"
     918"enable_$ac_useropt"
     919"*) ;;
     920      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     921     ac_unrecognized_sep=', ';;
    416922    esac
    417     eval "enable_$ac_feature='$ac_optarg'" ;;
     923    eval enable_$ac_useropt=\$ac_optarg ;;
    418924
    419925  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    442948    host_alias=$ac_optarg ;;
    443949
     950  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     951    ac_prev=htmldir ;;
     952  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     953  | --ht=*)
     954    htmldir=$ac_optarg ;;
     955
    444956  -includedir | --includedir | --includedi | --included | --include \
    445957  | --includ | --inclu | --incl | --inc)
     
    466978    libexecdir=$ac_optarg ;;
    467979
     980  -localedir | --localedir | --localedi | --localed | --locale)
     981    ac_prev=localedir ;;
     982  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     983    localedir=$ac_optarg ;;
     984
    468985  -localstatedir | --localstatedir | --localstatedi | --localstated \
    469   | --localstate | --localstat | --localsta | --localst \
    470   | --locals | --local | --loca | --loc | --lo)
     986  | --localstate | --localstat | --localsta | --localst | --locals)
    471987    ac_prev=localstatedir ;;
    472988  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    473   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    474   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     989  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    475990    localstatedir=$ac_optarg ;;
    476991
     
    5371052    program_transform_name=$ac_optarg ;;
    5381053
     1054  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     1055    ac_prev=pdfdir ;;
     1056  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     1057    pdfdir=$ac_optarg ;;
     1058
     1059  -psdir | --psdir | --psdi | --psd | --ps)
     1060    ac_prev=psdir ;;
     1061  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     1062    psdir=$ac_optarg ;;
     1063
    5391064  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    5401065  | -silent | --silent | --silen | --sile | --sil)
     
    5871112
    5881113  -with-* | --with-*)
    589     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1114    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    5901115    # Reject names that are not valid shell variable names.
    591     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    592       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1116    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1117      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    5931118   { (exit 1); exit 1; }; }
    594     ac_package=`echo $ac_package| sed 's/-/_/g'`
    595     case $ac_option in
    596       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    597       *) ac_optarg=yes ;;
     1119    ac_useropt_orig=$ac_useropt
     1120    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1121    case $ac_user_opts in
     1122      *"
     1123"with_$ac_useropt"
     1124"*) ;;
     1125      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1126     ac_unrecognized_sep=', ';;
    5981127    esac
    599     eval "with_$ac_package='$ac_optarg'" ;;
     1128    eval with_$ac_useropt=\$ac_optarg ;;
    6001129
    6011130  -without-* | --without-*)
    602     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1131    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    6031132    # Reject names that are not valid shell variable names.
    604     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    605       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1133    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1134      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    6061135   { (exit 1); exit 1; }; }
    607     ac_package=`echo $ac_package | sed 's/-/_/g'`
    608     eval "with_$ac_package=no" ;;
     1136    ac_useropt_orig=$ac_useropt
     1137    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1138    case $ac_user_opts in
     1139      *"
     1140"with_$ac_useropt"
     1141"*) ;;
     1142      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1143     ac_unrecognized_sep=', ';;
     1144    esac
     1145    eval with_$ac_useropt=no ;;
    6091146
    6101147  --x)
     
    6261163    x_libraries=$ac_optarg ;;
    6271164
    628   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1165  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    6291166Try \`$0 --help' for more information." >&2
    6301167   { (exit 1); exit 1; }; }
     
    6351172    # Reject names that are not valid shell variable names.
    6361173    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    637       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1174      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    6381175   { (exit 1); exit 1; }; }
    639     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    640     eval "$ac_envvar='$ac_optarg'"
     1176    eval $ac_envvar=\$ac_optarg
    6411177    export $ac_envvar ;;
    6421178
    6431179  *)
    6441180    # FIXME: should be removed in autoconf 3.0.
    645     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1181    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    6461182    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    647       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1183      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    6481184    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    6491185    ;;
     
    6541190if test -n "$ac_prev"; then
    6551191  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    656   { echo "$as_me: error: missing argument to $ac_option" >&2
     1192  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    6571193   { (exit 1); exit 1; }; }
    6581194fi
    6591195
    660 # Be sure to have absolute paths.
    661 for ac_var in exec_prefix prefix
     1196if test -n "$ac_unrecognized_opts"; then
     1197  case $enable_option_checking in
     1198    no) ;;
     1199    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1200   { (exit 1); exit 1; }; } ;;
     1201    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1202  esac
     1203fi
     1204
     1205# Check all directory arguments for consistency.
     1206for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1207        datadir sysconfdir sharedstatedir localstatedir includedir \
     1208        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1209        libdir localedir mandir
    6621210do
    663   eval ac_val=$`echo $ac_var`
     1211  eval ac_val=\$$ac_var
     1212  # Remove trailing slashes.
    6641213  case $ac_val in
    665     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    666     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    667    { (exit 1); exit 1; }; };;
     1214    */ )
     1215      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1216      eval $ac_var=\$ac_val;;
    6681217  esac
    669 done
    670 
    671 # Be sure to have absolute paths.
    672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    673           localstatedir libdir includedir oldincludedir infodir mandir
    674 do
    675   eval ac_val=$`echo $ac_var`
     1218  # Be sure to have absolute directory names.
    6761219  case $ac_val in
    677     [\\/$]* | ?:[\\/]* ) ;;
    678     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    679    { (exit 1); exit 1; }; };;
     1220    [\\/$]* | ?:[\\/]* )  continue;;
     1221    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    6801222  esac
     1223  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1224   { (exit 1); exit 1; }; }
    6811225done
    6821226
     
    6921236  if test "x$build_alias" = x; then
    6931237    cross_compiling=maybe
    694     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1238    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    6951239    If a cross compiler is detected then cross compile mode will be used." >&2
    6961240  elif test "x$build_alias" != "x$host_alias"; then
     
    7051249
    7061250
     1251ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1252ac_ls_di=`ls -di .` &&
     1253ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1254  { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1255   { (exit 1); exit 1; }; }
     1256test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1257  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1258   { (exit 1); exit 1; }; }
     1259
     1260
    7071261# Find the source files, if location was not specified.
    7081262if test -z "$srcdir"; then
    7091263  ac_srcdir_defaulted=yes
    710   # Try the directory containing this script, then its parent.
    711   ac_confdir=`(dirname "$0") 2>/dev/null ||
    712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    713      X"$0" : 'X\(//\)[^/]' \| \
    714      X"$0" : 'X\(//\)$' \| \
    715      X"$0" : 'X\(/\)' \| \
    716      .     : '\(.\)' 2>/dev/null ||
    717 echo X"$0" |
    718     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    719       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    720       /^X\(\/\/\)$/{ s//\1/; q; }
    721       /^X\(\/\).*/{ s//\1/; q; }
    722       s/.*/./; q'`
     1264  # Try the directory containing this script, then the parent directory.
     1265  ac_confdir=`$as_dirname -- "$as_myself" ||
     1266$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1267     X"$as_myself" : 'X\(//\)[^/]' \| \
     1268     X"$as_myself" : 'X\(//\)$' \| \
     1269     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1270$as_echo X"$as_myself" |
     1271    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1272        s//\1/
     1273        q
     1274      }
     1275      /^X\(\/\/\)[^/].*/{
     1276        s//\1/
     1277        q
     1278      }
     1279      /^X\(\/\/\)$/{
     1280        s//\1/
     1281        q
     1282      }
     1283      /^X\(\/\).*/{
     1284        s//\1/
     1285        q
     1286      }
     1287      s/.*/./; q'`
    7231288  srcdir=$ac_confdir
    724   if test ! -r $srcdir/$ac_unique_file; then
     1289  if test ! -r "$srcdir/$ac_unique_file"; then
    7251290    srcdir=..
    7261291  fi
     
    7281293  ac_srcdir_defaulted=no
    7291294fi
    730 if test ! -r $srcdir/$ac_unique_file; then
    731   if test "$ac_srcdir_defaulted" = yes; then
    732     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1295if test ! -r "$srcdir/$ac_unique_file"; then
     1296  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1297  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    7331298   { (exit 1); exit 1; }; }
    734   else
    735     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1299fi
     1300ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1301ac_abs_confdir=`(
     1302    cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    7361303   { (exit 1); exit 1; }; }
    737   fi
    738 fi
    739 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    740   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    741    { (exit 1); exit 1; }; }
    742 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    743 ac_env_build_alias_set=${build_alias+set}
    744 ac_env_build_alias_value=$build_alias
    745 ac_cv_env_build_alias_set=${build_alias+set}
    746 ac_cv_env_build_alias_value=$build_alias
    747 ac_env_host_alias_set=${host_alias+set}
    748 ac_env_host_alias_value=$host_alias
    749 ac_cv_env_host_alias_set=${host_alias+set}
    750 ac_cv_env_host_alias_value=$host_alias
    751 ac_env_target_alias_set=${target_alias+set}
    752 ac_env_target_alias_value=$target_alias
    753 ac_cv_env_target_alias_set=${target_alias+set}
    754 ac_cv_env_target_alias_value=$target_alias
    755 ac_env_CC_set=${CC+set}
    756 ac_env_CC_value=$CC
    757 ac_cv_env_CC_set=${CC+set}
    758 ac_cv_env_CC_value=$CC
    759 ac_env_CFLAGS_set=${CFLAGS+set}
    760 ac_env_CFLAGS_value=$CFLAGS
    761 ac_cv_env_CFLAGS_set=${CFLAGS+set}
    762 ac_cv_env_CFLAGS_value=$CFLAGS
    763 ac_env_LDFLAGS_set=${LDFLAGS+set}
    764 ac_env_LDFLAGS_value=$LDFLAGS
    765 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    766 ac_cv_env_LDFLAGS_value=$LDFLAGS
    767 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    768 ac_env_CPPFLAGS_value=$CPPFLAGS
    769 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    770 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
    771 ac_env_CXX_set=${CXX+set}
    772 ac_env_CXX_value=$CXX
    773 ac_cv_env_CXX_set=${CXX+set}
    774 ac_cv_env_CXX_value=$CXX
    775 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
    776 ac_env_CXXFLAGS_value=$CXXFLAGS
    777 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
    778 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
    779 ac_env_CPP_set=${CPP+set}
    780 ac_env_CPP_value=$CPP
    781 ac_cv_env_CPP_set=${CPP+set}
    782 ac_cv_env_CPP_value=$CPP
     1304    pwd)`
     1305# When building in place, set srcdir=.
     1306if test "$ac_abs_confdir" = "$ac_pwd"; then
     1307  srcdir=.
     1308fi
     1309# Remove unnecessary trailing slashes from srcdir.
     1310# Double slashes in file names in object file debugging info
     1311# mess up M-x gdb in Emacs.
     1312case $srcdir in
     1313*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1314esac
     1315for ac_var in $ac_precious_vars; do
     1316  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1317  eval ac_env_${ac_var}_value=\$${ac_var}
     1318  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1319  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1320done
    7831321
    7841322#
     
    8091347      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    8101348
    811 _ACEOF
    812 
    813   cat <<_ACEOF
    8141349Installation directories:
    8151350  --prefix=PREFIX         install architecture-independent files in PREFIX
    816               [$ac_default_prefix]
     1351                          [$ac_default_prefix]
    8171352  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    818               [PREFIX]
     1353                          [PREFIX]
    8191354
    8201355By default, \`make install' will install all the files in
     
    8261361
    8271362Fine tuning of the installation directories:
    828   --bindir=DIR           user executables [EPREFIX/bin]
    829   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    830   --libexecdir=DIR       program executables [EPREFIX/libexec]
    831   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    832   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    833   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    834   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    835   --libdir=DIR           object code libraries [EPREFIX/lib]
    836   --includedir=DIR       C header files [PREFIX/include]
    837   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    838   --infodir=DIR          info documentation [PREFIX/info]
    839   --mandir=DIR           man documentation [PREFIX/man]
     1363  --bindir=DIR            user executables [EPREFIX/bin]
     1364  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1365  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1366  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1367  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1368  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1369  --libdir=DIR            object code libraries [EPREFIX/lib]
     1370  --includedir=DIR        C header files [PREFIX/include]
     1371  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1372  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1373  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1374  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1375  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1376  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1377  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
     1378  --htmldir=DIR           html documentation [DOCDIR]
     1379  --dvidir=DIR            dvi documentation [DOCDIR]
     1380  --pdfdir=DIR            pdf documentation [DOCDIR]
     1381  --psdir=DIR             ps documentation [DOCDIR]
    8401382_ACEOF
    8411383
     
    8541396
    8551397Optional Features:
     1398  --disable-option-checking  ignore unrecognized --enable/--with options
    8561399  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    8571400  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    8821425  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    8831426              nonstandard directory <lib dir>
    884   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    885               headers in a nonstandard directory <include dir>
     1427  LIBS        libraries to pass to the linker, e.g. -l<library>
     1428  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1429              you have headers in a nonstandard directory <include dir>
    8861430  CXX         C++ compiler command
    8871431  CXXFLAGS    C++ compiler flags
     1432  YACC        The `Yet Another C Compiler' implementation to use. Defaults to
     1433              the first program found out of: `bison -y', `byacc', `yacc'.
     1434  YFLAGS      The list of arguments that will be passed by default to $YACC.
     1435              This script will default YFLAGS to the empty string to avoid a
     1436              default value of `-d' given by some make applications.
    8881437  CPP         C preprocessor
    8891438
     
    8921441
    8931442_ACEOF
     1443ac_status=$?
    8941444fi
    8951445
    8961446if test "$ac_init_help" = "recursive"; then
    8971447  # If there are subdirs, report their specific --help.
    898   ac_popdir=`pwd`
    8991448  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    900     test -d $ac_dir || continue
     1449    test -d "$ac_dir" ||
     1450      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1451      continue
    9011452    ac_builddir=.
    9021453
    903 if test "$ac_dir" != .; then
    904   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    905   # A "../" for each directory in $ac_dir_suffix.
    906   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    907 else
    908   ac_dir_suffix= ac_top_builddir=
    909 fi
     1454case "$ac_dir" in
     1455.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1456*)
     1457  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1458  # A ".." for each directory in $ac_dir_suffix.
     1459  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1460  case $ac_top_builddir_sub in
     1461  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1462  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1463  esac ;;
     1464esac
     1465ac_abs_top_builddir=$ac_pwd
     1466ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1467# for backward compatibility:
     1468ac_top_builddir=$ac_top_build_prefix
    9101469
    9111470case $srcdir in
    912   .)  # No --srcdir option.  We are building in place.
     1471  .)  # We are building in place.
    9131472    ac_srcdir=.
    914     if test -z "$ac_top_builddir"; then
    915        ac_top_srcdir=.
     1473    ac_top_srcdir=$ac_top_builddir_sub
     1474    ac_abs_top_srcdir=$ac_pwd ;;
     1475  [\\/]* | ?:[\\/]* )  # Absolute name.
     1476    ac_srcdir=$srcdir$ac_dir_suffix;
     1477    ac_top_srcdir=$srcdir
     1478    ac_abs_top_srcdir=$srcdir ;;
     1479  *) # Relative name.
     1480    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1481    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1482    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     1483esac
     1484ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1485
     1486    cd "$ac_dir" || { ac_status=$?; continue; }
     1487    # Check for guested configure.
     1488    if test -f "$ac_srcdir/configure.gnu"; then
     1489      echo &&
     1490      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1491    elif test -f "$ac_srcdir/configure"; then
     1492      echo &&
     1493      $SHELL "$ac_srcdir/configure" --help=recursive
    9161494    else
    917        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    918     fi ;;
    919   [\\/]* | ?:[\\/]* )  # Absolute path.
    920     ac_srcdir=$srcdir$ac_dir_suffix;
    921     ac_top_srcdir=$srcdir ;;
    922   *) # Relative path.
    923     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    924     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    925 esac
    926 
    927 # Do not use `cd foo && pwd` to compute absolute paths, because
    928 # the directories may not exist.
    929 case `pwd` in
    930 .) ac_abs_builddir="$ac_dir";;
    931 *)
    932   case "$ac_dir" in
    933   .) ac_abs_builddir=`pwd`;;
    934   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    935   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    936   esac;;
    937 esac
    938 case $ac_abs_builddir in
    939 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    940 *)
    941   case ${ac_top_builddir}. in
    942   .) ac_abs_top_builddir=$ac_abs_builddir;;
    943   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    944   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    945   esac;;
    946 esac
    947 case $ac_abs_builddir in
    948 .) ac_abs_srcdir=$ac_srcdir;;
    949 *)
    950   case $ac_srcdir in
    951   .) ac_abs_srcdir=$ac_abs_builddir;;
    952   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    953   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    954   esac;;
    955 esac
    956 case $ac_abs_builddir in
    957 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    958 *)
    959   case $ac_top_srcdir in
    960   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    961   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    962   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    963   esac;;
    964 esac
    965 
    966     cd $ac_dir
    967     # Check for guested configure; otherwise get Cygnus style configure.
    968     if test -f $ac_srcdir/configure.gnu; then
    969       echo
    970       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    971     elif test -f $ac_srcdir/configure; then
    972       echo
    973       $SHELL $ac_srcdir/configure  --help=recursive
    974     elif test -f $ac_srcdir/configure.ac ||
    975        test -f $ac_srcdir/configure.in; then
    976       echo
    977       $ac_configure --help
    978     else
    979       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    980     fi
    981     cd $ac_popdir
     1495      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1496    fi || ac_status=$?
     1497    cd "$ac_pwd" || { ac_status=$?; break; }
    9821498  done
    9831499fi
    9841500
    985 test -n "$ac_init_help" && exit 0
     1501test -n "$ac_init_help" && exit $ac_status
    9861502if $ac_init_version; then
    9871503  cat <<\_ACEOF
    988 
    989 Copyright (C) 2003 Free Software Foundation, Inc.
     1504configure
     1505generated by GNU Autoconf 2.63
     1506
     1507Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     15082002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    9901509This configure script is free software; the Free Software Foundation
    9911510gives unlimited permission to copy, distribute and modify it.
    9921511_ACEOF
    993   exit 0
    994 fi
    995 exec 5>config.log
    996 cat >&5 <<_ACEOF
     1512  exit
     1513fi
     1514cat >config.log <<_ACEOF
    9971515This file contains any messages produced by compilers while
    9981516running configure, to aid debugging if configure makes a mistake.
    9991517
    10001518It was created by $as_me, which was
    1001 generated by GNU Autoconf 2.59.  Invocation command line was
     1519generated by GNU Autoconf 2.63.  Invocation command line was
    10021520
    10031521  $ $0 $@
    10041522
    10051523_ACEOF
     1524exec 5>>config.log
    10061525{
    10071526cat <<_ASUNAME
     
    10221541/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    10231542/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    1024 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1543/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    10251544/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    10261545/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    10341553  IFS=$as_save_IFS
    10351554  test -z "$as_dir" && as_dir=.
    1036   echo "PATH: $as_dir"
     1555  $as_echo "PATH: $as_dir"
    10371556done
     1557IFS=$as_save_IFS
    10381558
    10391559} >&5
     
    10571577ac_configure_args0=
    10581578ac_configure_args1=
    1059 ac_sep=
    10601579ac_must_keep_next=false
    10611580for ac_pass in 1 2
     
    10681587    | -silent | --silent | --silen | --sile | --sil)
    10691588      continue ;;
    1070     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1071       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1589    *\'*)
     1590      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    10721591    esac
    10731592    case $ac_pass in
     
    10901609    esac
    10911610      fi
    1092       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1093       # Get rid of the leading space.
    1094       ac_sep=" "
     1611      ac_configure_args="$ac_configure_args '$ac_arg'"
    10951612      ;;
    10961613    esac
     
    11031620# config.log.  We remove comments because anyway the quotes in there
    11041621# would cause problems or look ugly.
    1105 # WARNING: Be sure not to use single quotes in there, as some shells,
    1106 # such as our DU 5.0 friend, will then `close' the trap.
     1622# WARNING: Use '\'' to represent an apostrophe within the trap.
     1623# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    11071624trap 'exit_status=$?
    11081625  # Save into config.log some information that might help in debugging.
     
    11171634    echo
    11181635    # The following way of writing the cache mishandles newlines in values,
    1119 {
     1636(
     1637  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1638    eval ac_val=\$$ac_var
     1639    case $ac_val in #(
     1640    *${as_nl}*)
     1641      case $ac_var in #(
     1642      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1643$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1644      esac
     1645      case $ac_var in #(
     1646      _ | IFS | as_nl) ;; #(
     1647      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     1648      *) $as_unset $ac_var ;;
     1649      esac ;;
     1650    esac
     1651  done
    11201652  (set) 2>&1 |
    1121     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1122     *ac_space=\ *)
     1653    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1654    *${as_nl}ac_space=\ *)
    11231655      sed -n \
    1124     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1125       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1656    "s/'\''/'\''\\\\'\'''\''/g;
     1657      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1658      ;; #(
     1659    *)
     1660      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    11261661      ;;
    1127     *)
    1128       sed -n \
    1129     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1130       ;;
    1131     esac;
    1132 }
     1662    esac |
     1663    sort
     1664)
    11331665    echo
    11341666
     
    11411673    for ac_var in $ac_subst_vars
    11421674    do
    1143       eval ac_val=$`echo $ac_var`
    1144       echo "$ac_var='"'"'$ac_val'"'"'"
     1675      eval ac_val=\$$ac_var
     1676      case $ac_val in
     1677      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1678      esac
     1679      $as_echo "$ac_var='\''$ac_val'\''"
    11451680    done | sort
    11461681    echo
     
    11481683    if test -n "$ac_subst_files"; then
    11491684      cat <<\_ASBOX
    1150 ## ------------- ##
    1151 ## Output files. ##
    1152 ## ------------- ##
     1685## ------------------- ##
     1686## File substitutions. ##
     1687## ------------------- ##
    11531688_ASBOX
    11541689      echo
    11551690      for ac_var in $ac_subst_files
    11561691      do
    1157     eval ac_val=$`echo $ac_var`
    1158     echo "$ac_var='"'"'$ac_val'"'"'"
     1692    eval ac_val=\$$ac_var
     1693    case $ac_val in
     1694    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1695    esac
     1696    $as_echo "$ac_var='\''$ac_val'\''"
    11591697      done | sort
    11601698      echo
     
    11681706_ASBOX
    11691707      echo
    1170       sed "/^$/d" confdefs.h | sort
     1708      cat confdefs.h
    11711709      echo
    11721710    fi
    11731711    test "$ac_signal" != 0 &&
    1174       echo "$as_me: caught signal $ac_signal"
    1175     echo "$as_me: exit $exit_status"
     1712      $as_echo "$as_me: caught signal $ac_signal"
     1713    $as_echo "$as_me: exit $exit_status"
    11761714  } >&5
    1177   rm -f core *.core &&
    1178   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1715  rm -f core *.core core.conftest.* &&
     1716    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    11791717    exit $exit_status
    1180      ' 0
     1718' 0
    11811719for ac_signal in 1 2 13 15; do
    11821720  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    11851723
    11861724# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1187 rm -rf conftest* confdefs.h
    1188 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1189 echo >confdefs.h
     1725rm -f -r conftest* confdefs.h
    11901726
    11911727# Predefined preprocessor variables.
     
    12171753
    12181754# Let the site file select an alternate cache file if it wants to.
    1219 # Prefer explicitly selected file to automatically selected ones.
    1220 if test -z "$CONFIG_SITE"; then
    1221   if test "x$prefix" != xNONE; then
    1222     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1223   else
    1224     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1225   fi
    1226 fi
    1227 for ac_site_file in $CONFIG_SITE; do
     1755# Prefer an explicitly selected file to automatically selected ones.
     1756ac_site_file1=NONE
     1757ac_site_file2=NONE
     1758if test -n "$CONFIG_SITE"; then
     1759  ac_site_file1=$CONFIG_SITE
     1760elif test "x$prefix" != xNONE; then
     1761  ac_site_file1=$prefix/share/config.site
     1762  ac_site_file2=$prefix/etc/config.site
     1763else
     1764  ac_site_file1=$ac_default_prefix/share/config.site
     1765  ac_site_file2=$ac_default_prefix/etc/config.site
     1766fi
     1767for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1768do
     1769  test "x$ac_site_file" = xNONE && continue
    12281770  if test -r "$ac_site_file"; then
    1229     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1230 echo "$as_me: loading site script $ac_site_file" >&6;}
     1771    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1772$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    12311773    sed 's/^/| /' "$ac_site_file" >&5
    12321774    . "$ac_site_file"
     
    12381780  # files actually), so we avoid doing that.
    12391781  if test -f "$cache_file"; then
    1240     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1241 echo "$as_me: loading cache $cache_file" >&6;}
     1782    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1783$as_echo "$as_me: loading cache $cache_file" >&6;}
    12421784    case $cache_file in
    1243       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1244       *)                      . ./$cache_file;;
     1785      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1786      *)                      . "./$cache_file";;
    12451787    esac
    12461788  fi
    12471789else
    1248   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1249 echo "$as_me: creating cache $cache_file" >&6;}
     1790  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1791$as_echo "$as_me: creating cache $cache_file" >&6;}
    12501792  >$cache_file
    12511793fi
     
    12541796# value.
    12551797ac_cache_corrupted=false
    1256 for ac_var in `(set) 2>&1 |
    1257            sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1798for ac_var in $ac_precious_vars; do
    12581799  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    12591800  eval ac_new_set=\$ac_env_${ac_var}_set
    1260   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1261   eval ac_new_val="\$ac_env_${ac_var}_value"
     1801  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1802  eval ac_new_val=\$ac_env_${ac_var}_value
    12621803  case $ac_old_set,$ac_new_set in
    12631804    set,)
    1264       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1265 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1805      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1806$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    12661807      ac_cache_corrupted=: ;;
    12671808    ,set)
    1268       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1269 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1809      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1810$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    12701811      ac_cache_corrupted=: ;;
    12711812    ,);;
    12721813    *)
    12731814      if test "x$ac_old_val" != "x$ac_new_val"; then
    1274     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1275 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1276     { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1277 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1278     { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1279 echo "$as_me:   current value: $ac_new_val" >&2;}
    1280     ac_cache_corrupted=:
     1815    # differences in whitespace do not lead to failure.
     1816    ac_old_val_w=`echo x $ac_old_val`
     1817    ac_new_val_w=`echo x $ac_new_val`
     1818    if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1819      { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1820$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1821      ac_cache_corrupted=:
     1822    else
     1823      { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1824$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1825      eval $ac_var=\$ac_old_val
     1826    fi
     1827    { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1828$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1829    { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1830$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    12811831      fi;;
    12821832  esac
     
    12841834  if test "$ac_new_set" = set; then
    12851835    case $ac_new_val in
    1286     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1287       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1836    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    12881837    *) ac_arg=$ac_var=$ac_new_val ;;
    12891838    esac
     
    12951844done
    12961845if $ac_cache_corrupted; then
    1297   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1298 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1299   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1300 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1846  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1847$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1848  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1849$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1850  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1851$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    13011852   { (exit 1); exit 1; }; }
    13021853fi
     1854
     1855
     1856
     1857
     1858
     1859
     1860
     1861
     1862
     1863
     1864
     1865
     1866
     1867
     1868
     1869
    13031870
    13041871ac_ext=c
     
    13091876
    13101877
    1311 
    1312 
    1313 
    1314 
    1315 
    1316 
    1317 
    1318 
    1319 
    1320 
    1321 
    1322 
    1323 
    1324 
    1325 
    1326 
    1327 
    1328           ac_config_headers="$ac_config_headers config.h"
     1878ac_config_headers="$ac_config_headers config.h"
    13291879
    13301880
     
    13621912fi
    13631913
    1364 # Check whether --enable-corba or --disable-corba was given.
     1914# Check whether --enable-corba was given.
    13651915if test "${enable_corba+set}" = set; then
    1366   enableval="$enable_corba"
    1367   USE_CORBA=$enableval
     1916  enableval=$enable_corba; USE_CORBA=$enableval
    13681917else
    13691918  USE_CORBA=no
    1370 fi;
     1919fi
     1920
    13711921if test $USE_CORBA = "yes" -o $USE_CORBA = "1" ; then
    13721922  USE_CORBA=1
    13731923  cat >>confdefs.h <<\_ACEOF
    1374 #define USE_CORBA
     1924#define USE_CORBA /**/
    13751925_ACEOF
    13761926
     
    13811931
    13821932
    1383 # Check whether --with-micodir or --without-micodir was given.
     1933# Check whether --with-micodir was given.
    13841934if test "${with_micodir+set}" = set; then
    1385   withval="$with_micodir"
    1386   MICO_DIR=$withval
     1935  withval=$with_micodir; MICO_DIR=$withval
    13871936else
    13881937  MICO_DIR="default"
    1389 fi;
     1938fi
     1939
    13901940cat >>confdefs.h <<_ACEOF
    13911941#define MICO_DIR "$MICO_DIR"
     
    13941944
    13951945
    1396 # Check whether --enable-z3950 or --disable-z3950 was given.
     1946# Check whether --enable-z3950 was given.
    13971947if test "${enable_z3950+set}" = set; then
    1398   enableval="$enable_z3950"
    1399   USE_Z3950=$enableval
     1948  enableval=$enable_z3950; USE_Z3950=$enableval
    14001949else
    14011950  USE_Z3950=no
    1402 fi;
     1951fi
     1952
    14031953if test $USE_Z3950 = "yes" -o $USE_Z3950 = "1" ; then
    14041954  USE_Z3950=1
    14051955  cat >>confdefs.h <<\_ACEOF
    1406 #define USE_Z3950
     1956#define USE_Z3950 /**/
    14071957_ACEOF
    14081958
     
    14121962
    14131963
    1414 # Check whether --enable-yaz or --disable-yaz was given.
     1964# Check whether --enable-yaz was given.
    14151965if test "${enable_yaz+set}" = set; then
    1416   enableval="$enable_yaz"
    1417   USE_YAZ=$enableval
     1966  enableval=$enable_yaz; USE_YAZ=$enableval
    14181967else
    14191968  USE_YAZ=yes
    1420 fi;
     1969fi
     1970
    14211971if test $USE_YAZ = "yes" -o $USE_YAZ = "1" ; then
    14221972  USE_YAZ=1
    14231973  cat >>confdefs.h <<\_ACEOF
    1424 #define USE_YAZ
     1974#define USE_YAZ /**/
    14251975_ACEOF
    14261976
     
    14301980
    14311981
    1432 # Check whether --enable-java or --disable-java was given.
     1982# Check whether --enable-java was given.
    14331983if test "${enable_java+set}" = set; then
    1434   enableval="$enable_java"
    1435   ENABLE_JAVA=$enableval
     1984  enableval=$enable_java; ENABLE_JAVA=$enableval
    14361985else
    14371986  ENABLE_JAVA=yes
    1438 fi;
     1987fi
     1988
    14391989if test $ENABLE_JAVA = "yes" -o $ENABLE_JAVA = "1" ; then
    14401990  ENABLE_JAVA=1
     
    14502000
    14512001
    1452 # Check whether --enable-jdbm or --disable-jdbm was given.
     2002# Check whether --enable-jdbm was given.
    14532003if test "${enable_jdbm+set}" = set; then
    1454   enableval="$enable_jdbm"
    1455   USE_JDBM=$enableval
     2004  enableval=$enable_jdbm; USE_JDBM=$enableval
    14562005else
    14572006  USE_JDBM=yes
    1458 fi;
     2007fi
     2008
    14592009if test $ENABLE_JAVA = "1" -a \( $USE_JDBM = "yes" -o $USE_JDBM = "1" \) ; then
    14602010  USE_JDBM=1
    14612011  cat >>confdefs.h <<\_ACEOF
    1462 #define USE_JDBM
     2012#define USE_JDBM /**/
    14632013_ACEOF
    14642014
     
    14682018
    14692019
    1470 # Check whether --enable-gdbm or --disable-gdbm was given.
     2020# Check whether --enable-gdbm was given.
    14712021if test "${enable_gdbm+set}" = set; then
    1472   enableval="$enable_gdbm"
    1473   USE_GDBM=$enableval
     2022  enableval=$enable_gdbm; USE_GDBM=$enableval
    14742023else
    14752024  USE_GDBM=yes
    1476 fi;
     2025fi
     2026
    14772027if test $USE_GDBM = "yes" -o $USE_GDBM = "1" ; then
    14782028  USE_GDBM=1
    14792029  cat >>confdefs.h <<\_ACEOF
    1480 #define USE_GDBM
     2030#define USE_GDBM /**/
    14812031_ACEOF
    14822032
     
    14862036
    14872037
    1488 # Check whether --enable-accentfold or --disable-accentfold was given.
     2038# Check whether --enable-accentfold was given.
    14892039if test "${enable_accentfold+set}" = set; then
    1490   enableval="$enable_accentfold"
    1491   ENABLE_ACCENTFOLD=$enableval
     2040  enableval=$enable_accentfold; ENABLE_ACCENTFOLD=$enableval
    14922041else
    14932042  ENABLE_ACCENTFOLD=yes
    1494 fi;
     2043fi
     2044
    14952045if test $ENABLE_ACCENTFOLD = "yes" -o $ENABLE_ACCENTFOLD = "1" ; then
    14962046  ENABLE_ACCENTFOLD=1
    14972047  cat >>confdefs.h <<\_ACEOF
    1498 #define ENABLE_ACCENTFOLD
     2048#define ENABLE_ACCENTFOLD /**/
    14992049_ACEOF
    15002050
     
    15052055
    15062056
    1507 # Check whether --enable-sqlite or --disable-sqlite was given.
     2057# Check whether --enable-sqlite was given.
    15082058if test "${enable_sqlite+set}" = set; then
    1509   enableval="$enable_sqlite"
    1510   USE_SQLITE=$enableval
     2059  enableval=$enable_sqlite; USE_SQLITE=$enableval
    15112060else
    15122061  USE_SQLITE=yes
    1513 fi;
     2062fi
     2063
    15142064if test $USE_SQLITE = "yes" -o $USE_SQLITE = "1" ; then
    15152065  USE_SQLITE=1
    15162066  cat >>confdefs.h <<\_ACEOF
    1517 #define USE_SQLITE
     2067#define USE_SQLITE /**/
    15182068_ACEOF
    15192069
     
    15232073
    15242074
    1525 # Check whether --enable-jni or --disable-jni was given.
     2075# Check whether --enable-jni was given.
    15262076if test "${enable_jni+set}" = set; then
    1527   enableval="$enable_jni"
    1528   ENABLE_JNI=$enableval
     2077  enableval=$enable_jni; ENABLE_JNI=$enableval
    15292078else
    15302079  ENABLE_JNI=no
    1531 fi;
     2080fi
     2081
    15322082if test $ENABLE_JAVA = "1" -a \( $ENABLE_JNI = "yes" -o $ENABLE_JNI = "1" \) ; then
    15332083  ENABLE_JNI=1
    15342084  cat >>confdefs.h <<\_ACEOF
    1535 #define ENABLE_JNI
     2085#define ENABLE_JNI /**/
    15362086_ACEOF
    15372087
     
    15412091
    15422092
    1543 # Check whether --enable-mg or --disable-mg was given.
     2093# Check whether --enable-mg was given.
    15442094if test "${enable_mg+set}" = set; then
    1545   enableval="$enable_mg"
    1546   ENABLE_MG=$enableval
     2095  enableval=$enable_mg; ENABLE_MG=$enableval
    15472096else
    15482097  ENABLE_MG=yes
    1549 fi;
     2098fi
     2099
    15502100if test $ENABLE_MG = "yes" -o $ENABLE_MG = "1" ; then
    15512101  ENABLE_MG=1
    15522102  cat >>confdefs.h <<\_ACEOF
    1553 #define ENABLE_MG
     2103#define ENABLE_MG /**/
    15542104_ACEOF
    15552105
     
    15592109
    15602110
    1561 # Check whether --enable-mgpp or --disable-mgpp was given.
     2111# Check whether --enable-mgpp was given.
    15622112if test "${enable_mgpp+set}" = set; then
    1563   enableval="$enable_mgpp"
    1564   ENABLE_MGPP=$enableval
     2113  enableval=$enable_mgpp; ENABLE_MGPP=$enableval
    15652114else
    15662115  ENABLE_MGPP=yes
    1567 fi;
     2116fi
     2117
    15682118if test $ENABLE_MGPP = "yes" -o $ENABLE_MGPP = "1" ; then
    15692119  ENABLE_MGPP=1
    15702120  cat >>confdefs.h <<\_ACEOF
    1571 #define ENABLE_MGPP
     2121#define ENABLE_MGPP /**/
    15722122_ACEOF
    15732123
     
    15772127
    15782128
    1579 # Check whether --enable-lucene or --disable-lucene was given.
     2129# Check whether --enable-lucene was given.
    15802130if test "${enable_lucene+set}" = set; then
    1581   enableval="$enable_lucene"
    1582   ENABLE_LUCENE=$enableval
     2131  enableval=$enable_lucene; ENABLE_LUCENE=$enableval
    15832132else
    15842133  ENABLE_LUCENE=yes
    1585 fi;
     2134fi
     2135
    15862136if test $ENABLE_JAVA = "1" -a \( $ENABLE_LUCENE = "yes" -o $ENABLE_LUCENE = "1" \) ; then
    15872137  ENABLE_LUCENE=1
    15882138  cat >>confdefs.h <<\_ACEOF
    1589 #define ENABLE_LUCENE
     2139#define ENABLE_LUCENE /**/
    15902140_ACEOF
    15912141
     
    16122162  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    16132163set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1614 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2164{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2165$as_echo_n "checking for $ac_word... " >&6; }
    16162166if test "${ac_cv_prog_CC+set}" = set; then
    1617   echo $ECHO_N "(cached) $ECHO_C" >&6
     2167  $as_echo_n "(cached) " >&6
    16182168else
    16192169  if test -n "$CC"; then
     
    16262176  test -z "$as_dir" && as_dir=.
    16272177  for ac_exec_ext in '' $ac_executable_extensions; do
    1628   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2178  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16292179    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1630     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2180    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16312181    break 2
    16322182  fi
    16332183done
    16342184done
     2185IFS=$as_save_IFS
    16352186
    16362187fi
     
    16382189CC=$ac_cv_prog_CC
    16392190if test -n "$CC"; then
    1640   echo "$as_me:$LINENO: result: $CC" >&5
    1641 echo "${ECHO_T}$CC" >&6
    1642 else
    1643   echo "$as_me:$LINENO: result: no" >&5
    1644 echo "${ECHO_T}no" >&6
    1645 fi
     2191  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2192$as_echo "$CC" >&6; }
     2193else
     2194  { $as_echo "$as_me:$LINENO: result: no" >&5
     2195$as_echo "no" >&6; }
     2196fi
     2197
    16462198
    16472199fi
     
    16502202  # Extract the first word of "gcc", so it can be a program name with args.
    16512203set dummy gcc; ac_word=$2
    1652 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2204{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2205$as_echo_n "checking for $ac_word... " >&6; }
    16542206if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1655   echo $ECHO_N "(cached) $ECHO_C" >&6
     2207  $as_echo_n "(cached) " >&6
    16562208else
    16572209  if test -n "$ac_ct_CC"; then
     
    16642216  test -z "$as_dir" && as_dir=.
    16652217  for ac_exec_ext in '' $ac_executable_extensions; do
    1666   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2218  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16672219    ac_cv_prog_ac_ct_CC="gcc"
    1668     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2220    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16692221    break 2
    16702222  fi
    16712223done
    16722224done
     2225IFS=$as_save_IFS
    16732226
    16742227fi
     
    16762229ac_ct_CC=$ac_cv_prog_ac_ct_CC
    16772230if test -n "$ac_ct_CC"; then
    1678   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1679 echo "${ECHO_T}$ac_ct_CC" >&6
    1680 else
    1681   echo "$as_me:$LINENO: result: no" >&5
    1682 echo "${ECHO_T}no" >&6
    1683 fi
    1684 
    1685   CC=$ac_ct_CC
     2231  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2232$as_echo "$ac_ct_CC" >&6; }
     2233else
     2234  { $as_echo "$as_me:$LINENO: result: no" >&5
     2235$as_echo "no" >&6; }
     2236fi
     2237
     2238  if test "x$ac_ct_CC" = x; then
     2239    CC=""
     2240  else
     2241    case $cross_compiling:$ac_tool_warned in
     2242yes:)
     2243{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2244$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2245ac_tool_warned=yes ;;
     2246esac
     2247    CC=$ac_ct_CC
     2248  fi
    16862249else
    16872250  CC="$ac_cv_prog_CC"
     
    16892252
    16902253if test -z "$CC"; then
    1691   if test -n "$ac_tool_prefix"; then
    1692   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     2254          if test -n "$ac_tool_prefix"; then
     2255    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    16932256set dummy ${ac_tool_prefix}cc; ac_word=$2
    1694 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1695 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2257{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2258$as_echo_n "checking for $ac_word... " >&6; }
    16962259if test "${ac_cv_prog_CC+set}" = set; then
    1697   echo $ECHO_N "(cached) $ECHO_C" >&6
     2260  $as_echo_n "(cached) " >&6
    16982261else
    16992262  if test -n "$CC"; then
     
    17062269  test -z "$as_dir" && as_dir=.
    17072270  for ac_exec_ext in '' $ac_executable_extensions; do
    1708   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2271  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17092272    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1710     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2273    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17112274    break 2
    17122275  fi
    17132276done
    17142277done
     2278IFS=$as_save_IFS
    17152279
    17162280fi
     
    17182282CC=$ac_cv_prog_CC
    17192283if test -n "$CC"; then
    1720   echo "$as_me:$LINENO: result: $CC" >&5
    1721 echo "${ECHO_T}$CC" >&6
    1722 else
    1723   echo "$as_me:$LINENO: result: no" >&5
    1724 echo "${ECHO_T}no" >&6
    1725 fi
    1726 
    1727 fi
    1728 if test -z "$ac_cv_prog_CC"; then
    1729   ac_ct_CC=$CC
    1730   # Extract the first word of "cc", so it can be a program name with args.
    1731 set dummy cc; ac_word=$2
    1732 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1734 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1735   echo $ECHO_N "(cached) $ECHO_C" >&6
    1736 else
    1737   if test -n "$ac_ct_CC"; then
    1738   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    1739 else
    1740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1741 for as_dir in $PATH
    1742 do
    1743   IFS=$as_save_IFS
    1744   test -z "$as_dir" && as_dir=.
    1745   for ac_exec_ext in '' $ac_executable_extensions; do
    1746   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    1747     ac_cv_prog_ac_ct_CC="cc"
    1748     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1749     break 2
     2284  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2285$as_echo "$CC" >&6; }
     2286else
     2287  { $as_echo "$as_me:$LINENO: result: no" >&5
     2288$as_echo "no" >&6; }
     2289fi
     2290
     2291
    17502292  fi
    1751 done
    1752 done
    1753 
    1754 fi
    1755 fi
    1756 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    1757 if test -n "$ac_ct_CC"; then
    1758   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1759 echo "${ECHO_T}$ac_ct_CC" >&6
    1760 else
    1761   echo "$as_me:$LINENO: result: no" >&5
    1762 echo "${ECHO_T}no" >&6
    1763 fi
    1764 
    1765   CC=$ac_ct_CC
    1766 else
    1767   CC="$ac_cv_prog_CC"
    1768 fi
    1769 
    17702293fi
    17712294if test -z "$CC"; then
    17722295  # Extract the first word of "cc", so it can be a program name with args.
    17732296set dummy cc; ac_word=$2
    1774 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1775 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2297{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2298$as_echo_n "checking for $ac_word... " >&6; }
    17762299if test "${ac_cv_prog_CC+set}" = set; then
    1777   echo $ECHO_N "(cached) $ECHO_C" >&6
     2300  $as_echo_n "(cached) " >&6
    17782301else
    17792302  if test -n "$CC"; then
     
    17872310  test -z "$as_dir" && as_dir=.
    17882311  for ac_exec_ext in '' $ac_executable_extensions; do
    1789   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2312  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17902313    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    17912314       ac_prog_rejected=yes
     
    17932316     fi
    17942317    ac_cv_prog_CC="cc"
    1795     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2318    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17962319    break 2
    17972320  fi
    17982321done
    17992322done
     2323IFS=$as_save_IFS
    18002324
    18012325if test $ac_prog_rejected = yes; then
     
    18152339CC=$ac_cv_prog_CC
    18162340if test -n "$CC"; then
    1817   echo "$as_me:$LINENO: result: $CC" >&5
    1818 echo "${ECHO_T}$CC" >&6
    1819 else
    1820   echo "$as_me:$LINENO: result: no" >&5
    1821 echo "${ECHO_T}no" >&6
    1822 fi
     2341  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2342$as_echo "$CC" >&6; }
     2343else
     2344  { $as_echo "$as_me:$LINENO: result: no" >&5
     2345$as_echo "no" >&6; }
     2346fi
     2347
    18232348
    18242349fi
    18252350if test -z "$CC"; then
    18262351  if test -n "$ac_tool_prefix"; then
    1827   for ac_prog in cl
     2352  for ac_prog in cl.exe
    18282353  do
    18292354    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    18302355set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1831 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1832 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2356{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2357$as_echo_n "checking for $ac_word... " >&6; }
    18332358if test "${ac_cv_prog_CC+set}" = set; then
    1834   echo $ECHO_N "(cached) $ECHO_C" >&6
     2359  $as_echo_n "(cached) " >&6
    18352360else
    18362361  if test -n "$CC"; then
     
    18432368  test -z "$as_dir" && as_dir=.
    18442369  for ac_exec_ext in '' $ac_executable_extensions; do
    1845   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2370  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18462371    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1847     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2372    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18482373    break 2
    18492374  fi
    18502375done
    18512376done
     2377IFS=$as_save_IFS
    18522378
    18532379fi
     
    18552381CC=$ac_cv_prog_CC
    18562382if test -n "$CC"; then
    1857   echo "$as_me:$LINENO: result: $CC" >&5
    1858 echo "${ECHO_T}$CC" >&6
    1859 else
    1860   echo "$as_me:$LINENO: result: no" >&5
    1861 echo "${ECHO_T}no" >&6
    1862 fi
     2383  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2384$as_echo "$CC" >&6; }
     2385else
     2386  { $as_echo "$as_me:$LINENO: result: no" >&5
     2387$as_echo "no" >&6; }
     2388fi
     2389
    18632390
    18642391    test -n "$CC" && break
     
    18672394if test -z "$CC"; then
    18682395  ac_ct_CC=$CC
    1869   for ac_prog in cl
     2396  for ac_prog in cl.exe
    18702397do
    18712398  # Extract the first word of "$ac_prog", so it can be a program name with args.
    18722399set dummy $ac_prog; ac_word=$2
    1873 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2400{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2401$as_echo_n "checking for $ac_word... " >&6; }
    18752402if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1876   echo $ECHO_N "(cached) $ECHO_C" >&6
     2403  $as_echo_n "(cached) " >&6
    18772404else
    18782405  if test -n "$ac_ct_CC"; then
     
    18852412  test -z "$as_dir" && as_dir=.
    18862413  for ac_exec_ext in '' $ac_executable_extensions; do
    1887   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2414  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18882415    ac_cv_prog_ac_ct_CC="$ac_prog"
    1889     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2416    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18902417    break 2
    18912418  fi
    18922419done
    18932420done
     2421IFS=$as_save_IFS
    18942422
    18952423fi
     
    18972425ac_ct_CC=$ac_cv_prog_ac_ct_CC
    18982426if test -n "$ac_ct_CC"; then
    1899   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1900 echo "${ECHO_T}$ac_ct_CC" >&6
    1901 else
    1902   echo "$as_me:$LINENO: result: no" >&5
    1903 echo "${ECHO_T}no" >&6
    1904 fi
     2427  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2428$as_echo "$ac_ct_CC" >&6; }
     2429else
     2430  { $as_echo "$as_me:$LINENO: result: no" >&5
     2431$as_echo "no" >&6; }
     2432fi
     2433
    19052434
    19062435  test -n "$ac_ct_CC" && break
    19072436done
    19082437
    1909   CC=$ac_ct_CC
    1910 fi
    1911 
    1912 fi
    1913 
    1914 
    1915 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2438  if test "x$ac_ct_CC" = x; then
     2439    CC=""
     2440  else
     2441    case $cross_compiling:$ac_tool_warned in
     2442yes:)
     2443{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2444$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2445ac_tool_warned=yes ;;
     2446esac
     2447    CC=$ac_ct_CC
     2448  fi
     2449fi
     2450
     2451fi
     2452
     2453
     2454test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2455$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2456{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    19162457See \`config.log' for more details." >&5
    1917 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2458$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    19182459See \`config.log' for more details." >&2;}
    1919    { (exit 1); exit 1; }; }
     2460   { (exit 1); exit 1; }; }; }
    19202461
    19212462# Provide some information about the compiler.
    1922 echo "$as_me:$LINENO:" \
    1923      "checking for C compiler version" >&5
    1924 ac_compiler=`set X $ac_compile; echo $2`
    1925 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    1926   (eval $ac_compiler --version </dev/null >&5) 2>&5
     2463$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2464set X $ac_compile
     2465ac_compiler=$2
     2466{ (ac_try="$ac_compiler --version >&5"
     2467case "(($ac_try" in
     2468  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2469  *) ac_try_echo=$ac_try;;
     2470esac
     2471eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2472$as_echo "$ac_try_echo") >&5
     2473  (eval "$ac_compiler --version >&5") 2>&5
    19272474  ac_status=$?
    1928   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2475  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19292476  (exit $ac_status); }
    1930 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    1931   (eval $ac_compiler -v </dev/null >&5) 2>&5
     2477{ (ac_try="$ac_compiler -v >&5"
     2478case "(($ac_try" in
     2479  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2480  *) ac_try_echo=$ac_try;;
     2481esac
     2482eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2483$as_echo "$ac_try_echo") >&5
     2484  (eval "$ac_compiler -v >&5") 2>&5
    19322485  ac_status=$?
    1933   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2486  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19342487  (exit $ac_status); }
    1935 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    1936   (eval $ac_compiler -V </dev/null >&5) 2>&5
     2488{ (ac_try="$ac_compiler -V >&5"
     2489case "(($ac_try" in
     2490  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2491  *) ac_try_echo=$ac_try;;
     2492esac
     2493eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2494$as_echo "$ac_try_echo") >&5
     2495  (eval "$ac_compiler -V >&5") 2>&5
    19372496  ac_status=$?
    1938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2497  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19392498  (exit $ac_status); }
    19402499
     
    19552514_ACEOF
    19562515ac_clean_files_save=$ac_clean_files
    1957 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2516ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    19582517# Try to create an executable without -o first, disregard a.out.
    19592518# It will help us diagnose broken compilers, and finding out an intuition
    19602519# of exeext.
    1961 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    1962 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
    1963 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    1964 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    1965   (eval $ac_link_default) 2>&5
     2520{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2521$as_echo_n "checking for C compiler default output file name... " >&6; }
     2522ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2523
     2524# The possible output files:
     2525ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2526
     2527ac_rmfiles=
     2528for ac_file in $ac_files
     2529do
     2530  case $ac_file in
     2531    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2532    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2533  esac
     2534done
     2535rm -f $ac_rmfiles
     2536
     2537if { (ac_try="$ac_link_default"
     2538case "(($ac_try" in
     2539  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2540  *) ac_try_echo=$ac_try;;
     2541esac
     2542eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2543$as_echo "$ac_try_echo") >&5
     2544  (eval "$ac_link_default") 2>&5
    19662545  ac_status=$?
    1967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2546  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19682547  (exit $ac_status); }; then
    1969   # Find the output, starting from the most likely.  This scheme is
    1970 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    1971 # resort.
    1972 
    1973 # Be careful to initialize this variable, since it used to be cached.
    1974 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    1975 ac_cv_exeext=
    1976 # b.out is created by i960 compilers.
    1977 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     2548  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     2549# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     2550# in a Makefile.  We should not override ac_cv_exeext if it was cached,
     2551# so that the user can short-circuit this test for compilers unknown to
     2552# Autoconf.
     2553for ac_file in $ac_files ''
    19782554do
    19792555  test -f "$ac_file" || continue
    19802556  case $ac_file in
    1981     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    1982     ;;
    1983     conftest.$ac_ext )
    1984     # This is the source file.
     2557    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    19852558    ;;
    19862559    [ab].out )
     
    19892562    break;;
    19902563    *.* )
    1991     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1992     # FIXME: I believe we export ac_cv_exeext for Libtool,
    1993     # but it would be cool to find out if it's true.  Does anybody
    1994     # maintain Libtool? --akim.
    1995     export ac_cv_exeext
     2564        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2565    then :; else
     2566       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2567    fi
     2568    # We set ac_cv_exeext here because the later test for it is not
     2569    # safe: cross compilers may not add the suffix if given an `-o'
     2570    # argument, so we may need to know it at that point already.
     2571    # Even if this section looks crufty: it has the advantage of
     2572    # actually working.
    19962573    break;;
    19972574    * )
     
    19992576  esac
    20002577done
    2001 else
    2002   echo "$as_me: failed program was:" >&5
     2578test "$ac_cv_exeext" = no && ac_cv_exeext=
     2579
     2580else
     2581  ac_file=''
     2582fi
     2583
     2584{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2585$as_echo "$ac_file" >&6; }
     2586if test -z "$ac_file"; then
     2587  $as_echo "$as_me: failed program was:" >&5
    20032588sed 's/^/| /' conftest.$ac_ext >&5
    20042589
    2005 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2590{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2591$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2592{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    20062593See \`config.log' for more details." >&5
    2007 echo "$as_me: error: C compiler cannot create executables
     2594$as_echo "$as_me: error: C compiler cannot create executables
    20082595See \`config.log' for more details." >&2;}
    2009    { (exit 77); exit 77; }; }
     2596   { (exit 77); exit 77; }; }; }
    20102597fi
    20112598
    20122599ac_exeext=$ac_cv_exeext
    2013 echo "$as_me:$LINENO: result: $ac_file" >&5
    2014 echo "${ECHO_T}$ac_file" >&6
    2015 
    2016 # Check the compiler produces executables we can run.  If not, either
     2600
     2601# Check that the compiler produces executables we can run.  If not, either
    20172602# the compiler is broken, or we cross compile.
    2018 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2019 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     2603{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2604$as_echo_n "checking whether the C compiler works... " >&6; }
    20202605# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    20212606# If not cross compiling, check that we can run a simple program.
    20222607if test "$cross_compiling" != yes; then
    20232608  if { ac_try='./$ac_file'
    2024   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2025   (eval $ac_try) 2>&5
     2609  { (case "(($ac_try" in
     2610  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2611  *) ac_try_echo=$ac_try;;
     2612esac
     2613eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2614$as_echo "$ac_try_echo") >&5
     2615  (eval "$ac_try") 2>&5
    20262616  ac_status=$?
    2027   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2617  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20282618  (exit $ac_status); }; }; then
    20292619    cross_compiling=no
     
    20322622    cross_compiling=yes
    20332623    else
    2034     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2624    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2625$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2626{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    20352627If you meant to cross compile, use \`--host'.
    20362628See \`config.log' for more details." >&5
    2037 echo "$as_me: error: cannot run C compiled programs.
     2629$as_echo "$as_me: error: cannot run C compiled programs.
    20382630If you meant to cross compile, use \`--host'.
    20392631See \`config.log' for more details." >&2;}
    2040    { (exit 1); exit 1; }; }
     2632   { (exit 1); exit 1; }; }; }
    20412633    fi
    20422634  fi
    20432635fi
    2044 echo "$as_me:$LINENO: result: yes" >&5
    2045 echo "${ECHO_T}yes" >&6
    2046 
    2047 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2636{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2637$as_echo "yes" >&6; }
     2638
     2639rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    20482640ac_clean_files=$ac_clean_files_save
    2049 # Check the compiler produces executables we can run.  If not, either
     2641# Check that the compiler produces executables we can run.  If not, either
    20502642# the compiler is broken, or we cross compile.
    2051 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2052 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    2053 echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2054 echo "${ECHO_T}$cross_compiling" >&6
    2055 
    2056 echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2057 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
    2058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    2059   (eval $ac_link) 2>&5
     2643{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2644$as_echo_n "checking whether we are cross compiling... " >&6; }
     2645{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2646$as_echo "$cross_compiling" >&6; }
     2647
     2648{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2649$as_echo_n "checking for suffix of executables... " >&6; }
     2650if { (ac_try="$ac_link"
     2651case "(($ac_try" in
     2652  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2653  *) ac_try_echo=$ac_try;;
     2654esac
     2655eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2656$as_echo "$ac_try_echo") >&5
     2657  (eval "$ac_link") 2>&5
    20602658  ac_status=$?
    2061   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2659  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20622660  (exit $ac_status); }; then
    20632661  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    20682666  test -f "$ac_file" || continue
    20692667  case $ac_file in
    2070     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     2668    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    20712669    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2072       export ac_cv_exeext
    20732670      break;;
    20742671    * ) break;;
     
    20762673done
    20772674else
    2078   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2675  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2676$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2677{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    20792678See \`config.log' for more details." >&5
    2080 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2679$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    20812680See \`config.log' for more details." >&2;}
    2082    { (exit 1); exit 1; }; }
     2681   { (exit 1); exit 1; }; }; }
    20832682fi
    20842683
    20852684rm -f conftest$ac_cv_exeext
    2086 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2087 echo "${ECHO_T}$ac_cv_exeext" >&6
     2685{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2686$as_echo "$ac_cv_exeext" >&6; }
    20882687
    20892688rm -f conftest.$ac_ext
    20902689EXEEXT=$ac_cv_exeext
    20912690ac_exeext=$EXEEXT
    2092 echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2093 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2691{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2692$as_echo_n "checking for suffix of object files... " >&6; }
    20942693if test "${ac_cv_objext+set}" = set; then
    2095   echo $ECHO_N "(cached) $ECHO_C" >&6
     2694  $as_echo_n "(cached) " >&6
    20962695else
    20972696  cat >conftest.$ac_ext <<_ACEOF
     
    21112710_ACEOF
    21122711rm -f conftest.o conftest.obj
    2113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2114   (eval $ac_compile) 2>&5
     2712if { (ac_try="$ac_compile"
     2713case "(($ac_try" in
     2714  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2715  *) ac_try_echo=$ac_try;;
     2716esac
     2717eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2718$as_echo "$ac_try_echo") >&5
     2719  (eval "$ac_compile") 2>&5
    21152720  ac_status=$?
    2116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2721  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21172722  (exit $ac_status); }; then
    2118   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     2723  for ac_file in conftest.o conftest.obj conftest.*; do
     2724  test -f "$ac_file" || continue;
    21192725  case $ac_file in
    2120     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     2726    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    21212727    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    21222728       break;;
     
    21242730done
    21252731else
    2126   echo "$as_me: failed program was:" >&5
     2732  $as_echo "$as_me: failed program was:" >&5
    21272733sed 's/^/| /' conftest.$ac_ext >&5
    21282734
    2129 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2735{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2736$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2737{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    21302738See \`config.log' for more details." >&5
    2131 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2739$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    21322740See \`config.log' for more details." >&2;}
    2133    { (exit 1); exit 1; }; }
     2741   { (exit 1); exit 1; }; }; }
    21342742fi
    21352743
    21362744rm -f conftest.$ac_cv_objext conftest.$ac_ext
    21372745fi
    2138 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2139 echo "${ECHO_T}$ac_cv_objext" >&6
     2746{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2747$as_echo "$ac_cv_objext" >&6; }
    21402748OBJEXT=$ac_cv_objext
    21412749ac_objext=$OBJEXT
    2142 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2143 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2750{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2751$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    21442752if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2145   echo $ECHO_N "(cached) $ECHO_C" >&6
     2753  $as_echo_n "(cached) " >&6
    21462754else
    21472755  cat >conftest.$ac_ext <<_ACEOF
     
    21642772_ACEOF
    21652773rm -f conftest.$ac_objext
    2166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2167   (eval $ac_compile) 2>conftest.er1
     2774if { (ac_try="$ac_compile"
     2775case "(($ac_try" in
     2776  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2777  *) ac_try_echo=$ac_try;;
     2778esac
     2779eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2780$as_echo "$ac_try_echo") >&5
     2781  (eval "$ac_compile") 2>conftest.er1
    21682782  ac_status=$?
    21692783  grep -v '^ *+' conftest.er1 >conftest.err
    21702784  rm -f conftest.er1
    21712785  cat conftest.err >&5
    2172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2173   (exit $ac_status); } &&
    2174      { ac_try='test -z "$ac_c_werror_flag"
    2175              || test ! -s conftest.err'
    2176   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2177   (eval $ac_try) 2>&5
    2178   ac_status=$?
    2179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2180   (exit $ac_status); }; } &&
    2181      { ac_try='test -s conftest.$ac_objext'
    2182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2183   (eval $ac_try) 2>&5
    2184   ac_status=$?
    2185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2186   (exit $ac_status); }; }; then
     2786  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2787  (exit $ac_status); } && {
     2788     test -z "$ac_c_werror_flag" ||
     2789     test ! -s conftest.err
     2790       } && test -s conftest.$ac_objext; then
    21872791  ac_compiler_gnu=yes
    21882792else
    2189   echo "$as_me: failed program was:" >&5
     2793  $as_echo "$as_me: failed program was:" >&5
    21902794sed 's/^/| /' conftest.$ac_ext >&5
    21912795
    2192 ac_compiler_gnu=no
    2193 fi
    2194 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2796    ac_compiler_gnu=no
     2797fi
     2798
     2799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    21952800ac_cv_c_compiler_gnu=$ac_compiler_gnu
    21962801
    21972802fi
    2198 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2199 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    2200 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2803{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2804$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2805if test $ac_compiler_gnu = yes; then
     2806  GCC=yes
     2807else
     2808  GCC=
     2809fi
    22012810ac_test_CFLAGS=${CFLAGS+set}
    22022811ac_save_CFLAGS=$CFLAGS
    2203 CFLAGS="-g"
    2204 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2205 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2812{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2813$as_echo_n "checking whether $CC accepts -g... " >&6; }
    22062814if test "${ac_cv_prog_cc_g+set}" = set; then
    2207   echo $ECHO_N "(cached) $ECHO_C" >&6
    2208 else
    2209   cat >conftest.$ac_ext <<_ACEOF
     2815  $as_echo_n "(cached) " >&6
     2816else
     2817  ac_save_c_werror_flag=$ac_c_werror_flag
     2818   ac_c_werror_flag=yes
     2819   ac_cv_prog_cc_g=no
     2820   CFLAGS="-g"
     2821   cat >conftest.$ac_ext <<_ACEOF
    22102822/* confdefs.h.  */
    22112823_ACEOF
     
    22232835_ACEOF
    22242836rm -f conftest.$ac_objext
    2225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2226   (eval $ac_compile) 2>conftest.er1
     2837if { (ac_try="$ac_compile"
     2838case "(($ac_try" in
     2839  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2840  *) ac_try_echo=$ac_try;;
     2841esac
     2842eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2843$as_echo "$ac_try_echo") >&5
     2844  (eval "$ac_compile") 2>conftest.er1
    22272845  ac_status=$?
    22282846  grep -v '^ *+' conftest.er1 >conftest.err
    22292847  rm -f conftest.er1
    22302848  cat conftest.err >&5
    2231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2232   (exit $ac_status); } &&
    2233      { ac_try='test -z "$ac_c_werror_flag"
    2234              || test ! -s conftest.err'
    2235   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2236   (eval $ac_try) 2>&5
     2849  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2850  (exit $ac_status); } && {
     2851     test -z "$ac_c_werror_flag" ||
     2852     test ! -s conftest.err
     2853       } && test -s conftest.$ac_objext; then
     2854  ac_cv_prog_cc_g=yes
     2855else
     2856  $as_echo "$as_me: failed program was:" >&5
     2857sed 's/^/| /' conftest.$ac_ext >&5
     2858
     2859    CFLAGS=""
     2860      cat >conftest.$ac_ext <<_ACEOF
     2861/* confdefs.h.  */
     2862_ACEOF
     2863cat confdefs.h >>conftest.$ac_ext
     2864cat >>conftest.$ac_ext <<_ACEOF
     2865/* end confdefs.h.  */
     2866
     2867int
     2868main ()
     2869{
     2870
     2871  ;
     2872  return 0;
     2873}
     2874_ACEOF
     2875rm -f conftest.$ac_objext
     2876if { (ac_try="$ac_compile"
     2877case "(($ac_try" in
     2878  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2879  *) ac_try_echo=$ac_try;;
     2880esac
     2881eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2882$as_echo "$ac_try_echo") >&5
     2883  (eval "$ac_compile") 2>conftest.er1
    22372884  ac_status=$?
    2238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2239   (exit $ac_status); }; } &&
    2240      { ac_try='test -s conftest.$ac_objext'
    2241   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2242   (eval $ac_try) 2>&5
     2885  grep -v '^ *+' conftest.er1 >conftest.err
     2886  rm -f conftest.er1
     2887  cat conftest.err >&5
     2888  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2889  (exit $ac_status); } && {
     2890     test -z "$ac_c_werror_flag" ||
     2891     test ! -s conftest.err
     2892       } && test -s conftest.$ac_objext; then
     2893  :
     2894else
     2895  $as_echo "$as_me: failed program was:" >&5
     2896sed 's/^/| /' conftest.$ac_ext >&5
     2897
     2898    ac_c_werror_flag=$ac_save_c_werror_flag
     2899     CFLAGS="-g"
     2900     cat >conftest.$ac_ext <<_ACEOF
     2901/* confdefs.h.  */
     2902_ACEOF
     2903cat confdefs.h >>conftest.$ac_ext
     2904cat >>conftest.$ac_ext <<_ACEOF
     2905/* end confdefs.h.  */
     2906
     2907int
     2908main ()
     2909{
     2910
     2911  ;
     2912  return 0;
     2913}
     2914_ACEOF
     2915rm -f conftest.$ac_objext
     2916if { (ac_try="$ac_compile"
     2917case "(($ac_try" in
     2918  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2919  *) ac_try_echo=$ac_try;;
     2920esac
     2921eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2922$as_echo "$ac_try_echo") >&5
     2923  (eval "$ac_compile") 2>conftest.er1
    22432924  ac_status=$?
    2244   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2245   (exit $ac_status); }; }; then
     2925  grep -v '^ *+' conftest.er1 >conftest.err
     2926  rm -f conftest.er1
     2927  cat conftest.err >&5
     2928  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2929  (exit $ac_status); } && {
     2930     test -z "$ac_c_werror_flag" ||
     2931     test ! -s conftest.err
     2932       } && test -s conftest.$ac_objext; then
    22462933  ac_cv_prog_cc_g=yes
    22472934else
    2248   echo "$as_me: failed program was:" >&5
     2935  $as_echo "$as_me: failed program was:" >&5
    22492936sed 's/^/| /' conftest.$ac_ext >&5
    22502937
    2251 ac_cv_prog_cc_g=no
    2252 fi
    2253 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2254 fi
    2255 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2256 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
     2938
     2939fi
     2940
     2941rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2942fi
     2943
     2944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2945fi
     2946
     2947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2948   ac_c_werror_flag=$ac_save_c_werror_flag
     2949fi
     2950{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2951$as_echo "$ac_cv_prog_cc_g" >&6; }
    22572952if test "$ac_test_CFLAGS" = set; then
    22582953  CFLAGS=$ac_save_CFLAGS
     
    22702965  fi
    22712966fi
    2272 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
    2273 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    2274 if test "${ac_cv_prog_cc_stdc+set}" = set; then
    2275   echo $ECHO_N "(cached) $ECHO_C" >&6
    2276 else
    2277   ac_cv_prog_cc_stdc=no
     2967{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2968$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2969if test "${ac_cv_prog_cc_c89+set}" = set; then
     2970  $as_echo_n "(cached) " >&6
     2971else
     2972  ac_cv_prog_cc_c89=no
    22782973ac_save_CC=$CC
    22792974cat >conftest.$ac_ext <<_ACEOF
     
    23093004   function prototypes and stuff, but not '\xHH' hex character constants.
    23103005   These don't provoke an error unfortunately, instead are silently treated
    2311    as 'x'.  The following induces an error, until -std1 is added to get
     3006   as 'x'.  The following induces an error, until -std is added to get
    23123007   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    23133008   array size at least.  It's necessary to write '\x00'==0 to get something
    2314    that's true only with -std1.  */
     3009   that's true only with -std.  */
    23153010int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     3011
     3012/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
     3013   inside strings and character constants.  */
     3014#define FOO(x) 'x'
     3015int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    23163016
    23173017int test (int i, double x);
     
    23293029}
    23303030_ACEOF
    2331 # Don't try gcc -ansi; that turns off useful extensions and
    2332 # breaks some systems' header files.
    2333 # AIX           -qlanglvl=ansi
    2334 # Ultrix and OSF/1  -std1
    2335 # HP-UX 10.20 and later -Ae
    2336 # HP-UX older versions  -Aa -D_HPUX_SOURCE
    2337 # SVR4          -Xc -D__EXTENSIONS__
    2338 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     3031for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
     3032    -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    23393033do
    23403034  CC="$ac_save_CC $ac_arg"
    23413035  rm -f conftest.$ac_objext
    2342 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2343   (eval $ac_compile) 2>conftest.er1
     3036if { (ac_try="$ac_compile"
     3037case "(($ac_try" in
     3038  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3039  *) ac_try_echo=$ac_try;;
     3040esac
     3041eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3042$as_echo "$ac_try_echo") >&5
     3043  (eval "$ac_compile") 2>conftest.er1
    23443044  ac_status=$?
    23453045  grep -v '^ *+' conftest.er1 >conftest.err
    23463046  rm -f conftest.er1
    23473047  cat conftest.err >&5
    2348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2349   (exit $ac_status); } &&
    2350      { ac_try='test -z "$ac_c_werror_flag"
    2351              || test ! -s conftest.err'
    2352   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2353   (eval $ac_try) 2>&5
    2354   ac_status=$?
    2355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2356   (exit $ac_status); }; } &&
    2357      { ac_try='test -s conftest.$ac_objext'
    2358   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2359   (eval $ac_try) 2>&5
    2360   ac_status=$?
    2361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2362   (exit $ac_status); }; }; then
    2363   ac_cv_prog_cc_stdc=$ac_arg
    2364 break
    2365 else
    2366   echo "$as_me: failed program was:" >&5
     3048  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3049  (exit $ac_status); } && {
     3050     test -z "$ac_c_werror_flag" ||
     3051     test ! -s conftest.err
     3052       } && test -s conftest.$ac_objext; then
     3053  ac_cv_prog_cc_c89=$ac_arg
     3054else
     3055  $as_echo "$as_me: failed program was:" >&5
    23673056sed 's/^/| /' conftest.$ac_ext >&5
    23683057
    2369 fi
    2370 rm -f conftest.err conftest.$ac_objext
     3058
     3059fi
     3060
     3061rm -f core conftest.err conftest.$ac_objext
     3062  test "x$ac_cv_prog_cc_c89" != "xno" && break
    23713063done
    2372 rm -f conftest.$ac_ext conftest.$ac_objext
     3064rm -f conftest.$ac_ext
    23733065CC=$ac_save_CC
    23743066
    23753067fi
    2376 
    2377 case "x$ac_cv_prog_cc_stdc" in
    2378   x|xno)
    2379     echo "$as_me:$LINENO: result: none needed" >&5
    2380 echo "${ECHO_T}none needed" >&6 ;;
     3068# AC_CACHE_VAL
     3069case "x$ac_cv_prog_cc_c89" in
     3070  x)
     3071    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3072$as_echo "none needed" >&6; } ;;
     3073  xno)
     3074    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3075$as_echo "unsupported" >&6; } ;;
    23813076  *)
    2382     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    2383 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    2384     CC="$CC $ac_cv_prog_cc_stdc" ;;
    2385 esac
    2386 
    2387 # Some people use a C++ compiler to compile C.  Since we use `exit',
    2388 # in C++ we need to declare it.  In case someone uses the same compiler
    2389 # for both compiling C and C++ we need to have the C++ compiler decide
    2390 # the declaration of exit, since it's the most demanding environment.
    2391 cat >conftest.$ac_ext <<_ACEOF
    2392 #ifndef __cplusplus
    2393   choke me
    2394 #endif
    2395 _ACEOF
    2396 rm -f conftest.$ac_objext
    2397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2398   (eval $ac_compile) 2>conftest.er1
    2399   ac_status=$?
    2400   grep -v '^ *+' conftest.er1 >conftest.err
    2401   rm -f conftest.er1
    2402   cat conftest.err >&5
    2403   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2404   (exit $ac_status); } &&
    2405      { ac_try='test -z "$ac_c_werror_flag"
    2406              || test ! -s conftest.err'
    2407   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2408   (eval $ac_try) 2>&5
    2409   ac_status=$?
    2410   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2411   (exit $ac_status); }; } &&
    2412      { ac_try='test -s conftest.$ac_objext'
    2413   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2414   (eval $ac_try) 2>&5
    2415   ac_status=$?
    2416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2417   (exit $ac_status); }; }; then
    2418   for ac_declaration in \
    2419    '' \
    2420    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2421    'extern "C" void std::exit (int); using std::exit;' \
    2422    'extern "C" void exit (int) throw ();' \
    2423    'extern "C" void exit (int);' \
    2424    'void exit (int);'
    2425 do
    2426   cat >conftest.$ac_ext <<_ACEOF
    2427 /* confdefs.h.  */
    2428 _ACEOF
    2429 cat confdefs.h >>conftest.$ac_ext
    2430 cat >>conftest.$ac_ext <<_ACEOF
    2431 /* end confdefs.h.  */
    2432 $ac_declaration
    2433 #include <stdlib.h>
    2434 int
    2435 main ()
    2436 {
    2437 exit (42);
    2438   ;
    2439   return 0;
    2440 }
    2441 _ACEOF
    2442 rm -f conftest.$ac_objext
    2443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2444   (eval $ac_compile) 2>conftest.er1
    2445   ac_status=$?
    2446   grep -v '^ *+' conftest.er1 >conftest.err
    2447   rm -f conftest.er1
    2448   cat conftest.err >&5
    2449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2450   (exit $ac_status); } &&
    2451      { ac_try='test -z "$ac_c_werror_flag"
    2452              || test ! -s conftest.err'
    2453   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2454   (eval $ac_try) 2>&5
    2455   ac_status=$?
    2456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2457   (exit $ac_status); }; } &&
    2458      { ac_try='test -s conftest.$ac_objext'
    2459   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2460   (eval $ac_try) 2>&5
    2461   ac_status=$?
    2462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2463   (exit $ac_status); }; }; then
    2464   :
    2465 else
    2466   echo "$as_me: failed program was:" >&5
    2467 sed 's/^/| /' conftest.$ac_ext >&5
    2468 
    2469 continue
    2470 fi
    2471 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2472   cat >conftest.$ac_ext <<_ACEOF
    2473 /* confdefs.h.  */
    2474 _ACEOF
    2475 cat confdefs.h >>conftest.$ac_ext
    2476 cat >>conftest.$ac_ext <<_ACEOF
    2477 /* end confdefs.h.  */
    2478 $ac_declaration
    2479 int
    2480 main ()
    2481 {
    2482 exit (42);
    2483   ;
    2484   return 0;
    2485 }
    2486 _ACEOF
    2487 rm -f conftest.$ac_objext
    2488 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2489   (eval $ac_compile) 2>conftest.er1
    2490   ac_status=$?
    2491   grep -v '^ *+' conftest.er1 >conftest.err
    2492   rm -f conftest.er1
    2493   cat conftest.err >&5
    2494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2495   (exit $ac_status); } &&
    2496      { ac_try='test -z "$ac_c_werror_flag"
    2497              || test ! -s conftest.err'
    2498   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2499   (eval $ac_try) 2>&5
    2500   ac_status=$?
    2501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2502   (exit $ac_status); }; } &&
    2503      { ac_try='test -s conftest.$ac_objext'
    2504   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2505   (eval $ac_try) 2>&5
    2506   ac_status=$?
    2507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2508   (exit $ac_status); }; }; then
    2509   break
    2510 else
    2511   echo "$as_me: failed program was:" >&5
    2512 sed 's/^/| /' conftest.$ac_ext >&5
    2513 
    2514 fi
    2515 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2516 done
    2517 rm -f conftest*
    2518 if test -n "$ac_declaration"; then
    2519   echo '#ifdef __cplusplus' >>confdefs.h
    2520   echo $ac_declaration      >>confdefs.h
    2521   echo '#endif'             >>confdefs.h
    2522 fi
    2523 
    2524 else
    2525   echo "$as_me: failed program was:" >&5
    2526 sed 's/^/| /' conftest.$ac_ext >&5
    2527 
    2528 fi
    2529 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3077    CC="$CC $ac_cv_prog_cc_c89"
     3078    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3079$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3080esac
     3081
     3082
    25303083ac_ext=c
    25313084ac_cpp='$CPP $CPPFLAGS'
     
    25343087ac_compiler_gnu=$ac_cv_c_compiler_gnu
    25353088
    2536 ac_ext=cc
     3089ac_ext=cpp
    25373090ac_cpp='$CXXCPP $CPPFLAGS'
    25383091ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    25393092ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    25403093ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    2541 if test -n "$ac_tool_prefix"; then
    2542   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3094if test -z "$CXX"; then
     3095  if test -n "$CCC"; then
     3096    CXX=$CCC
     3097  else
     3098    if test -n "$ac_tool_prefix"; then
     3099  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    25433100  do
    25443101    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    25453102set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2546 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3103{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3104$as_echo_n "checking for $ac_word... " >&6; }
    25483105if test "${ac_cv_prog_CXX+set}" = set; then
    2549   echo $ECHO_N "(cached) $ECHO_C" >&6
     3106  $as_echo_n "(cached) " >&6
    25503107else
    25513108  if test -n "$CXX"; then
     
    25583115  test -z "$as_dir" && as_dir=.
    25593116  for ac_exec_ext in '' $ac_executable_extensions; do
    2560   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3117  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25613118    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    2562     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3119    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25633120    break 2
    25643121  fi
    25653122done
    25663123done
     3124IFS=$as_save_IFS
    25673125
    25683126fi
     
    25703128CXX=$ac_cv_prog_CXX
    25713129if test -n "$CXX"; then
    2572   echo "$as_me:$LINENO: result: $CXX" >&5
    2573 echo "${ECHO_T}$CXX" >&6
    2574 else
    2575   echo "$as_me:$LINENO: result: no" >&5
    2576 echo "${ECHO_T}no" >&6
    2577 fi
     3130  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3131$as_echo "$CXX" >&6; }
     3132else
     3133  { $as_echo "$as_me:$LINENO: result: no" >&5
     3134$as_echo "no" >&6; }
     3135fi
     3136
    25783137
    25793138    test -n "$CXX" && break
     
    25823141if test -z "$CXX"; then
    25833142  ac_ct_CXX=$CXX
    2584   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3143  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    25853144do
    25863145  # Extract the first word of "$ac_prog", so it can be a program name with args.
    25873146set dummy $ac_prog; ac_word=$2
    2588 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2589 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3147{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3148$as_echo_n "checking for $ac_word... " >&6; }
    25903149if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    2591   echo $ECHO_N "(cached) $ECHO_C" >&6
     3150  $as_echo_n "(cached) " >&6
    25923151else
    25933152  if test -n "$ac_ct_CXX"; then
     
    26003159  test -z "$as_dir" && as_dir=.
    26013160  for ac_exec_ext in '' $ac_executable_extensions; do
    2602   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3161  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26033162    ac_cv_prog_ac_ct_CXX="$ac_prog"
    2604     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3163    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26053164    break 2
    26063165  fi
    26073166done
    26083167done
     3168IFS=$as_save_IFS
    26093169
    26103170fi
     
    26123172ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    26133173if test -n "$ac_ct_CXX"; then
    2614   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    2615 echo "${ECHO_T}$ac_ct_CXX" >&6
    2616 else
    2617   echo "$as_me:$LINENO: result: no" >&5
    2618 echo "${ECHO_T}no" >&6
    2619 fi
     3174  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3175$as_echo "$ac_ct_CXX" >&6; }
     3176else
     3177  { $as_echo "$as_me:$LINENO: result: no" >&5
     3178$as_echo "no" >&6; }
     3179fi
     3180
    26203181
    26213182  test -n "$ac_ct_CXX" && break
    26223183done
    2623 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
    2624 
    2625   CXX=$ac_ct_CXX
    2626 fi
    2627 
    2628 
     3184
     3185  if test "x$ac_ct_CXX" = x; then
     3186    CXX="g++"
     3187  else
     3188    case $cross_compiling:$ac_tool_warned in
     3189yes:)
     3190{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3191$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3192ac_tool_warned=yes ;;
     3193esac
     3194    CXX=$ac_ct_CXX
     3195  fi
     3196fi
     3197
     3198  fi
     3199fi
    26293200# Provide some information about the compiler.
    2630 echo "$as_me:$LINENO:" \
    2631      "checking for C++ compiler version" >&5
    2632 ac_compiler=`set X $ac_compile; echo $2`
    2633 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    2634   (eval $ac_compiler --version </dev/null >&5) 2>&5
     3201$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3202set X $ac_compile
     3203ac_compiler=$2
     3204{ (ac_try="$ac_compiler --version >&5"
     3205case "(($ac_try" in
     3206  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3207  *) ac_try_echo=$ac_try;;
     3208esac
     3209eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3210$as_echo "$ac_try_echo") >&5
     3211  (eval "$ac_compiler --version >&5") 2>&5
    26353212  ac_status=$?
    2636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3213  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26373214  (exit $ac_status); }
    2638 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    2639   (eval $ac_compiler -v </dev/null >&5) 2>&5
     3215{ (ac_try="$ac_compiler -v >&5"
     3216case "(($ac_try" in
     3217  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3218  *) ac_try_echo=$ac_try;;
     3219esac
     3220eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3221$as_echo "$ac_try_echo") >&5
     3222  (eval "$ac_compiler -v >&5") 2>&5
    26403223  ac_status=$?
    2641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3224  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26423225  (exit $ac_status); }
    2643 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    2644   (eval $ac_compiler -V </dev/null >&5) 2>&5
     3226{ (ac_try="$ac_compiler -V >&5"
     3227case "(($ac_try" in
     3228  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3229  *) ac_try_echo=$ac_try;;
     3230esac
     3231eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3232$as_echo "$ac_try_echo") >&5
     3233  (eval "$ac_compiler -V >&5") 2>&5
    26453234  ac_status=$?
    2646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3235  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26473236  (exit $ac_status); }
    26483237
    2649 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    2650 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
     3238{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3239$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    26513240if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    2652   echo $ECHO_N "(cached) $ECHO_C" >&6
     3241  $as_echo_n "(cached) " >&6
    26533242else
    26543243  cat >conftest.$ac_ext <<_ACEOF
     
    26713260_ACEOF
    26723261rm -f conftest.$ac_objext
    2673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2674   (eval $ac_compile) 2>conftest.er1
     3262if { (ac_try="$ac_compile"
     3263case "(($ac_try" in
     3264  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3265  *) ac_try_echo=$ac_try;;
     3266esac
     3267eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3268$as_echo "$ac_try_echo") >&5
     3269  (eval "$ac_compile") 2>conftest.er1
    26753270  ac_status=$?
    26763271  grep -v '^ *+' conftest.er1 >conftest.err
    26773272  rm -f conftest.er1
    26783273  cat conftest.err >&5
    2679   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2680   (exit $ac_status); } &&
    2681      { ac_try='test -z "$ac_cxx_werror_flag"
    2682              || test ! -s conftest.err'
    2683   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2684   (eval $ac_try) 2>&5
    2685   ac_status=$?
    2686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2687   (exit $ac_status); }; } &&
    2688      { ac_try='test -s conftest.$ac_objext'
    2689   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2690   (eval $ac_try) 2>&5
    2691   ac_status=$?
    2692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2693   (exit $ac_status); }; }; then
     3274  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3275  (exit $ac_status); } && {
     3276     test -z "$ac_cxx_werror_flag" ||
     3277     test ! -s conftest.err
     3278       } && test -s conftest.$ac_objext; then
    26943279  ac_compiler_gnu=yes
    26953280else
    2696   echo "$as_me: failed program was:" >&5
     3281  $as_echo "$as_me: failed program was:" >&5
    26973282sed 's/^/| /' conftest.$ac_ext >&5
    26983283
    2699 ac_compiler_gnu=no
    2700 fi
    2701 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3284    ac_compiler_gnu=no
     3285fi
     3286
     3287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    27023288ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    27033289
    27043290fi
    2705 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    2706 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
    2707 GXX=`test $ac_compiler_gnu = yes && echo yes`
     3291{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3292$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     3293if test $ac_compiler_gnu = yes; then
     3294  GXX=yes
     3295else
     3296  GXX=
     3297fi
    27083298ac_test_CXXFLAGS=${CXXFLAGS+set}
    27093299ac_save_CXXFLAGS=$CXXFLAGS
    2710 CXXFLAGS="-g"
    2711 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    2712 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
     3300{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3301$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    27133302if test "${ac_cv_prog_cxx_g+set}" = set; then
    2714   echo $ECHO_N "(cached) $ECHO_C" >&6
    2715 else
    2716   cat >conftest.$ac_ext <<_ACEOF
     3303  $as_echo_n "(cached) " >&6
     3304else
     3305  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     3306   ac_cxx_werror_flag=yes
     3307   ac_cv_prog_cxx_g=no
     3308   CXXFLAGS="-g"
     3309   cat >conftest.$ac_ext <<_ACEOF
    27173310/* confdefs.h.  */
    27183311_ACEOF
     
    27303323_ACEOF
    27313324rm -f conftest.$ac_objext
    2732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2733   (eval $ac_compile) 2>conftest.er1
     3325if { (ac_try="$ac_compile"
     3326case "(($ac_try" in
     3327  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3328  *) ac_try_echo=$ac_try;;
     3329esac
     3330eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3331$as_echo "$ac_try_echo") >&5
     3332  (eval "$ac_compile") 2>conftest.er1
    27343333  ac_status=$?
    27353334  grep -v '^ *+' conftest.er1 >conftest.err
    27363335  rm -f conftest.er1
    27373336  cat conftest.err >&5
    2738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2739   (exit $ac_status); } &&
    2740      { ac_try='test -z "$ac_cxx_werror_flag"
    2741              || test ! -s conftest.err'
    2742   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2743   (eval $ac_try) 2>&5
     3337  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3338  (exit $ac_status); } && {
     3339     test -z "$ac_cxx_werror_flag" ||
     3340     test ! -s conftest.err
     3341       } && test -s conftest.$ac_objext; then
     3342  ac_cv_prog_cxx_g=yes
     3343else
     3344  $as_echo "$as_me: failed program was:" >&5
     3345sed 's/^/| /' conftest.$ac_ext >&5
     3346
     3347    CXXFLAGS=""
     3348      cat >conftest.$ac_ext <<_ACEOF
     3349/* confdefs.h.  */
     3350_ACEOF
     3351cat confdefs.h >>conftest.$ac_ext
     3352cat >>conftest.$ac_ext <<_ACEOF
     3353/* end confdefs.h.  */
     3354
     3355int
     3356main ()
     3357{
     3358
     3359  ;
     3360  return 0;
     3361}
     3362_ACEOF
     3363rm -f conftest.$ac_objext
     3364if { (ac_try="$ac_compile"
     3365case "(($ac_try" in
     3366  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3367  *) ac_try_echo=$ac_try;;
     3368esac
     3369eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3370$as_echo "$ac_try_echo") >&5
     3371  (eval "$ac_compile") 2>conftest.er1
    27443372  ac_status=$?
    2745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2746   (exit $ac_status); }; } &&
    2747      { ac_try='test -s conftest.$ac_objext'
    2748   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2749   (eval $ac_try) 2>&5
     3373  grep -v '^ *+' conftest.er1 >conftest.err
     3374  rm -f conftest.er1
     3375  cat conftest.err >&5
     3376  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3377  (exit $ac_status); } && {
     3378     test -z "$ac_cxx_werror_flag" ||
     3379     test ! -s conftest.err
     3380       } && test -s conftest.$ac_objext; then
     3381  :
     3382else
     3383  $as_echo "$as_me: failed program was:" >&5
     3384sed 's/^/| /' conftest.$ac_ext >&5
     3385
     3386    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3387     CXXFLAGS="-g"
     3388     cat >conftest.$ac_ext <<_ACEOF
     3389/* confdefs.h.  */
     3390_ACEOF
     3391cat confdefs.h >>conftest.$ac_ext
     3392cat >>conftest.$ac_ext <<_ACEOF
     3393/* end confdefs.h.  */
     3394
     3395int
     3396main ()
     3397{
     3398
     3399  ;
     3400  return 0;
     3401}
     3402_ACEOF
     3403rm -f conftest.$ac_objext
     3404if { (ac_try="$ac_compile"
     3405case "(($ac_try" in
     3406  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3407  *) ac_try_echo=$ac_try;;
     3408esac
     3409eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3410$as_echo "$ac_try_echo") >&5
     3411  (eval "$ac_compile") 2>conftest.er1
    27503412  ac_status=$?
    2751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2752   (exit $ac_status); }; }; then
     3413  grep -v '^ *+' conftest.er1 >conftest.err
     3414  rm -f conftest.er1
     3415  cat conftest.err >&5
     3416  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3417  (exit $ac_status); } && {
     3418     test -z "$ac_cxx_werror_flag" ||
     3419     test ! -s conftest.err
     3420       } && test -s conftest.$ac_objext; then
    27533421  ac_cv_prog_cxx_g=yes
    27543422else
    2755   echo "$as_me: failed program was:" >&5
     3423  $as_echo "$as_me: failed program was:" >&5
    27563424sed 's/^/| /' conftest.$ac_ext >&5
    27573425
    2758 ac_cv_prog_cxx_g=no
    2759 fi
    2760 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2761 fi
    2762 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    2763 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
     3426
     3427fi
     3428
     3429rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3430fi
     3431
     3432rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3433fi
     3434
     3435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3436   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3437fi
     3438{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3439$as_echo "$ac_cv_prog_cxx_g" >&6; }
    27643440if test "$ac_test_CXXFLAGS" = set; then
    27653441  CXXFLAGS=$ac_save_CXXFLAGS
     
    27773453  fi
    27783454fi
    2779 for ac_declaration in \
    2780    '' \
    2781    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2782    'extern "C" void std::exit (int); using std::exit;' \
    2783    'extern "C" void exit (int) throw ();' \
    2784    'extern "C" void exit (int);' \
    2785    'void exit (int);'
    2786 do
    2787   cat >conftest.$ac_ext <<_ACEOF
    2788 /* confdefs.h.  */
    2789 _ACEOF
    2790 cat confdefs.h >>conftest.$ac_ext
    2791 cat >>conftest.$ac_ext <<_ACEOF
    2792 /* end confdefs.h.  */
    2793 $ac_declaration
    2794 #include <stdlib.h>
    2795 int
    2796 main ()
    2797 {
    2798 exit (42);
    2799   ;
    2800   return 0;
    2801 }
    2802 _ACEOF
    2803 rm -f conftest.$ac_objext
    2804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2805   (eval $ac_compile) 2>conftest.er1
    2806   ac_status=$?
    2807   grep -v '^ *+' conftest.er1 >conftest.err
    2808   rm -f conftest.er1
    2809   cat conftest.err >&5
    2810   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2811   (exit $ac_status); } &&
    2812      { ac_try='test -z "$ac_cxx_werror_flag"
    2813              || test ! -s conftest.err'
    2814   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2815   (eval $ac_try) 2>&5
    2816   ac_status=$?
    2817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2818   (exit $ac_status); }; } &&
    2819      { ac_try='test -s conftest.$ac_objext'
    2820   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2821   (eval $ac_try) 2>&5
    2822   ac_status=$?
    2823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2824   (exit $ac_status); }; }; then
    2825   :
    2826 else
    2827   echo "$as_me: failed program was:" >&5
    2828 sed 's/^/| /' conftest.$ac_ext >&5
    2829 
    2830 continue
    2831 fi
    2832 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2833   cat >conftest.$ac_ext <<_ACEOF
    2834 /* confdefs.h.  */
    2835 _ACEOF
    2836 cat confdefs.h >>conftest.$ac_ext
    2837 cat >>conftest.$ac_ext <<_ACEOF
    2838 /* end confdefs.h.  */
    2839 $ac_declaration
    2840 int
    2841 main ()
    2842 {
    2843 exit (42);
    2844   ;
    2845   return 0;
    2846 }
    2847 _ACEOF
    2848 rm -f conftest.$ac_objext
    2849 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2850   (eval $ac_compile) 2>conftest.er1
    2851   ac_status=$?
    2852   grep -v '^ *+' conftest.er1 >conftest.err
    2853   rm -f conftest.er1
    2854   cat conftest.err >&5
    2855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2856   (exit $ac_status); } &&
    2857      { ac_try='test -z "$ac_cxx_werror_flag"
    2858              || test ! -s conftest.err'
    2859   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2860   (eval $ac_try) 2>&5
    2861   ac_status=$?
    2862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2863   (exit $ac_status); }; } &&
    2864      { ac_try='test -s conftest.$ac_objext'
    2865   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2866   (eval $ac_try) 2>&5
    2867   ac_status=$?
    2868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2869   (exit $ac_status); }; }; then
    2870   break
    2871 else
    2872   echo "$as_me: failed program was:" >&5
    2873 sed 's/^/| /' conftest.$ac_ext >&5
    2874 
    2875 fi
    2876 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2877 done
    2878 rm -f conftest*
    2879 if test -n "$ac_declaration"; then
    2880   echo '#ifdef __cplusplus' >>confdefs.h
    2881   echo $ac_declaration      >>confdefs.h
    2882   echo '#endif'             >>confdefs.h
    2883 fi
    2884 
    28853455ac_ext=c
    28863456ac_cpp='$CPP $CPPFLAGS'
     
    28983468  # Extract the first word of "$ac_prog", so it can be a program name with args.
    28993469set dummy $ac_prog; ac_word=$2
    2900 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2901 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3470{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3471$as_echo_n "checking for $ac_word... " >&6; }
    29023472if test "${ac_cv_prog_JAVA+set}" = set; then
    2903   echo $ECHO_N "(cached) $ECHO_C" >&6
     3473  $as_echo_n "(cached) " >&6
    29043474else
    29053475  if test -n "$JAVA"; then
     
    29123482  test -z "$as_dir" && as_dir=.
    29133483  for ac_exec_ext in '' $ac_executable_extensions; do
    2914   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3484  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29153485    ac_cv_prog_JAVA="$ac_prog"
    2916     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3486    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29173487    break 2
    29183488  fi
    29193489done
    29203490done
     3491IFS=$as_save_IFS
    29213492
    29223493fi
     
    29243495JAVA=$ac_cv_prog_JAVA
    29253496if test -n "$JAVA"; then
    2926   echo "$as_me:$LINENO: result: $JAVA" >&5
    2927 echo "${ECHO_T}$JAVA" >&6
    2928 else
    2929   echo "$as_me:$LINENO: result: no" >&5
    2930 echo "${ECHO_T}no" >&6
    2931 fi
     3497  { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
     3498$as_echo "$JAVA" >&6; }
     3499else
     3500  { $as_echo "$as_me:$LINENO: result: no" >&5
     3501$as_echo "no" >&6; }
     3502fi
     3503
    29323504
    29333505  test -n "$JAVA" && break
     
    29393511  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29403512set dummy $ac_prog; ac_word=$2
    2941 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3513{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3514$as_echo_n "checking for $ac_word... " >&6; }
    29433515if test "${ac_cv_prog_JAVA+set}" = set; then
    2944   echo $ECHO_N "(cached) $ECHO_C" >&6
     3516  $as_echo_n "(cached) " >&6
    29453517else
    29463518  if test -n "$JAVA"; then
     
    29533525  test -z "$as_dir" && as_dir=.
    29543526  for ac_exec_ext in '' $ac_executable_extensions; do
    2955   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3527  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29563528    ac_cv_prog_JAVA="$ac_prog"
    2957     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3529    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29583530    break 2
    29593531  fi
    29603532done
    29613533done
     3534IFS=$as_save_IFS
    29623535
    29633536fi
     
    29653538JAVA=$ac_cv_prog_JAVA
    29663539if test -n "$JAVA"; then
    2967   echo "$as_me:$LINENO: result: $JAVA" >&5
    2968 echo "${ECHO_T}$JAVA" >&6
    2969 else
    2970   echo "$as_me:$LINENO: result: no" >&5
    2971 echo "${ECHO_T}no" >&6
    2972 fi
     3540  { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
     3541$as_echo "$JAVA" >&6; }
     3542else
     3543  { $as_echo "$as_me:$LINENO: result: no" >&5
     3544$as_echo "no" >&6; }
     3545fi
     3546
    29733547
    29743548  test -n "$JAVA" && break
     
    29773551
    29783552    fi
    2979     test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
    2980 echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
     3553    test x$JAVA = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
     3554$as_echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
    29813555   { (exit 1); exit 1; }; }
    29823556fi
     
    29853559# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
    29863560set dummy uudecode$EXEEXT; ac_word=$2
    2987 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2988 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3561{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3562$as_echo_n "checking for $ac_word... " >&6; }
    29893563if test "${ac_cv_prog_uudecode+set}" = set; then
    2990   echo $ECHO_N "(cached) $ECHO_C" >&6
     3564  $as_echo_n "(cached) " >&6
    29913565else
    29923566  if test -n "$uudecode"; then
     
    29993573  test -z "$as_dir" && as_dir=.
    30003574  for ac_exec_ext in '' $ac_executable_extensions; do
    3001   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3575  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30023576    ac_cv_prog_uudecode="yes"
    3003     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3577    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30043578    break 2
    30053579  fi
    30063580done
    30073581done
     3582IFS=$as_save_IFS
    30083583
    30093584fi
     
    30113586uudecode=$ac_cv_prog_uudecode
    30123587if test -n "$uudecode"; then
    3013   echo "$as_me:$LINENO: result: $uudecode" >&5
    3014 echo "${ECHO_T}$uudecode" >&6
    3015 else
    3016   echo "$as_me:$LINENO: result: no" >&5
    3017 echo "${ECHO_T}no" >&6
    3018 fi
     3588  { $as_echo "$as_me:$LINENO: result: $uudecode" >&5
     3589$as_echo "$uudecode" >&6; }
     3590else
     3591  { $as_echo "$as_me:$LINENO: result: no" >&5
     3592$as_echo "no" >&6; }
     3593fi
     3594
    30193595
    30203596if test x$uudecode = xyes; then
    3021 echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
    3022 echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6
     3597{ $as_echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
     3598$as_echo_n "checking if uudecode can decode base 64 file... " >&6; }
    30233599if test "${ac_cv_prog_uudecode_base64+set}" = set; then
    3024   echo $ECHO_N "(cached) $ECHO_C" >&6
     3600  $as_echo_n "(cached) " >&6
    30253601else
    30263602
     
    30393615        ac_cv_prog_uudecode_base64=yes
    30403616else
    3041         echo "configure: 3041: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     3617        echo "configure: 3617: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
    30423618        echo "configure: failed file was:" >&5
    30433619        cat Test.uue >&5
     
    30463622rm -f Test.uue
    30473623fi
    3048 echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
    3049 echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6
     3624{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
     3625$as_echo "$ac_cv_prog_uudecode_base64" >&6; }
    30503626fi
    30513627if test x$ac_cv_prog_uudecode_base64 != xyes; then
    30523628        rm -f Test.class
    3053         { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
    3054 echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
     3629        { $as_echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
     3630$as_echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
    30553631        if test x$ac_cv_prog_javac_works = xno; then
    3056                 { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
    3057 echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
     3632                { { $as_echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
     3633$as_echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
    30583634   { (exit 1); exit 1; }; }
    30593635        fi
     
    30663642  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30673643set dummy $ac_prog; ac_word=$2
    3068 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3069 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3644{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3645$as_echo_n "checking for $ac_word... " >&6; }
    30703646if test "${ac_cv_prog_JAVAC+set}" = set; then
    3071   echo $ECHO_N "(cached) $ECHO_C" >&6
     3647  $as_echo_n "(cached) " >&6
    30723648else
    30733649  if test -n "$JAVAC"; then
     
    30803656  test -z "$as_dir" && as_dir=.
    30813657  for ac_exec_ext in '' $ac_executable_extensions; do
    3082   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3658  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30833659    ac_cv_prog_JAVAC="$ac_prog"
    3084     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3660    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30853661    break 2
    30863662  fi
    30873663done
    30883664done
     3665IFS=$as_save_IFS
    30893666
    30903667fi
     
    30923669JAVAC=$ac_cv_prog_JAVAC
    30933670if test -n "$JAVAC"; then
    3094   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3095 echo "${ECHO_T}$JAVAC" >&6
    3096 else
    3097   echo "$as_me:$LINENO: result: no" >&5
    3098 echo "${ECHO_T}no" >&6
    3099 fi
     3671  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3672$as_echo "$JAVAC" >&6; }
     3673else
     3674  { $as_echo "$as_me:$LINENO: result: no" >&5
     3675$as_echo "no" >&6; }
     3676fi
     3677
    31003678
    31013679  test -n "$JAVAC" && break
     
    31073685  # Extract the first word of "$ac_prog", so it can be a program name with args.
    31083686set dummy $ac_prog; ac_word=$2
    3109 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3687{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3688$as_echo_n "checking for $ac_word... " >&6; }
    31113689if test "${ac_cv_prog_JAVAC+set}" = set; then
    3112   echo $ECHO_N "(cached) $ECHO_C" >&6
     3690  $as_echo_n "(cached) " >&6
    31133691else
    31143692  if test -n "$JAVAC"; then
     
    31213699  test -z "$as_dir" && as_dir=.
    31223700  for ac_exec_ext in '' $ac_executable_extensions; do
    3123   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3701  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31243702    ac_cv_prog_JAVAC="$ac_prog"
    3125     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3703    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    31263704    break 2
    31273705  fi
    31283706done
    31293707done
     3708IFS=$as_save_IFS
    31303709
    31313710fi
     
    31333712JAVAC=$ac_cv_prog_JAVAC
    31343713if test -n "$JAVAC"; then
    3135   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3136 echo "${ECHO_T}$JAVAC" >&6
    3137 else
    3138   echo "$as_me:$LINENO: result: no" >&5
    3139 echo "${ECHO_T}no" >&6
    3140 fi
     3714  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3715$as_echo "$JAVAC" >&6; }
     3716else
     3717  { $as_echo "$as_me:$LINENO: result: no" >&5
     3718$as_echo "no" >&6; }
     3719fi
     3720
    31413721
    31423722  test -n "$JAVAC" && break
     
    31453725
    31463726  fi
    3147   test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    3148 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3727  test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3728$as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    31493729   { (exit 1); exit 1; }; }
    31503730else
     
    31533733
    31543734
    3155 echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    3156 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     3735{ $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3736$as_echo_n "checking if $JAVAC works... " >&6; }
    31573737if test "${ac_cv_prog_javac_works+set}" = set; then
    3158   echo $ECHO_N "(cached) $ECHO_C" >&6
     3738  $as_echo_n "(cached) " >&6
    31593739else
    31603740
     
    31623742CLASS_TEST=Test.class
    31633743cat << \EOF > $JAVA_TEST
    3164 /* #line 3164 "configure" */
     3744/* #line 3744 "configure" */
    31653745public class Test {
    31663746}
     
    31703750  (eval $ac_try) 2>&5
    31713751  ac_status=$?
    3172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3752  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31733753  (exit $ac_status); }; } >/dev/null 2>&1; then
    31743754  ac_cv_prog_javac_works=yes
    31753755else
    3176   { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3177 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3756  { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3757$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    31783758   { (exit 1); exit 1; }; }
    31793759  echo "configure: failed program was:" >&5
     
    31833763
    31843764fi
    3185 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    3186 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
     3765{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3766$as_echo "$ac_cv_prog_javac_works" >&6; }
    31873767if test "x$JAVACFLAGS" = x ; then
    31883768  JAVACFLAGS="-source 1.4 -target 1.4"
     
    31933773        fi
    31943774fi
    3195 echo "$as_me:$LINENO: checking if $JAVA works" >&5
    3196 echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6
     3775{ $as_echo "$as_me:$LINENO: checking if $JAVA works" >&5
     3776$as_echo_n "checking if $JAVA works... " >&6; }
    31973777if test "${ac_cv_prog_java_works+set}" = set; then
    3198   echo $ECHO_N "(cached) $ECHO_C" >&6
     3778  $as_echo_n "(cached) " >&6
    31993779else
    32003780
     
    32033783TEST=Test
    32043784cat << \EOF > $JAVA_TEST
    3205 /* [#]line 3205 "configure" */
     3785/* [#]line 3785 "configure" */
    32063786public class Test {
    32073787public static void main (String args[]) {
     
    32143794  (eval $ac_try) 2>&5
    32153795  ac_status=$?
    3216   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3796  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32173797  (exit $ac_status); }; } && test -s $CLASS_TEST; then
    32183798                :
     
    32203800          echo "configure: failed program was:" >&5
    32213801          cat $JAVA_TEST >&5
    3222           { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3223 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3802          { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3803$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    32243804   { (exit 1); exit 1; }; }
    32253805        fi
     
    32293809  (eval $ac_try) 2>&5
    32303810  ac_status=$?
    3231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3811  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32323812  (exit $ac_status); }; } >/dev/null 2>&1; then
    32333813  ac_cv_prog_java_works=yes
     
    32353815  echo "configure: failed program was:" >&5
    32363816  cat $JAVA_TEST >&5
    3237   { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
    3238 echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
     3817  { { $as_echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
     3818$as_echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
    32393819   { (exit 1); exit 1; }; }
    32403820fi
     
    32423822
    32433823fi
    3244 echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
    3245 echo "${ECHO_T}$ac_cv_prog_java_works" >&6
     3824{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
     3825$as_echo "$ac_cv_prog_java_works" >&6; }
    32463826
    32473827
     
    32543834  # Extract the first word of "$ac_prog", so it can be a program name with args.
    32553835set dummy $ac_prog; ac_word=$2
    3256 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3836{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3837$as_echo_n "checking for $ac_word... " >&6; }
    32583838if test "${ac_cv_prog_JAVAC+set}" = set; then
    3259   echo $ECHO_N "(cached) $ECHO_C" >&6
     3839  $as_echo_n "(cached) " >&6
    32603840else
    32613841  if test -n "$JAVAC"; then
     
    32683848  test -z "$as_dir" && as_dir=.
    32693849  for ac_exec_ext in '' $ac_executable_extensions; do
    3270   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3850  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32713851    ac_cv_prog_JAVAC="$ac_prog"
    3272     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3852    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32733853    break 2
    32743854  fi
    32753855done
    32763856done
     3857IFS=$as_save_IFS
    32773858
    32783859fi
     
    32803861JAVAC=$ac_cv_prog_JAVAC
    32813862if test -n "$JAVAC"; then
    3282   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3283 echo "${ECHO_T}$JAVAC" >&6
    3284 else
    3285   echo "$as_me:$LINENO: result: no" >&5
    3286 echo "${ECHO_T}no" >&6
    3287 fi
     3863  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3864$as_echo "$JAVAC" >&6; }
     3865else
     3866  { $as_echo "$as_me:$LINENO: result: no" >&5
     3867$as_echo "no" >&6; }
     3868fi
     3869
    32883870
    32893871  test -n "$JAVAC" && break
     
    32953877  # Extract the first word of "$ac_prog", so it can be a program name with args.
    32963878set dummy $ac_prog; ac_word=$2
    3297 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3879{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3880$as_echo_n "checking for $ac_word... " >&6; }
    32993881if test "${ac_cv_prog_JAVAC+set}" = set; then
    3300   echo $ECHO_N "(cached) $ECHO_C" >&6
     3882  $as_echo_n "(cached) " >&6
    33013883else
    33023884  if test -n "$JAVAC"; then
     
    33093891  test -z "$as_dir" && as_dir=.
    33103892  for ac_exec_ext in '' $ac_executable_extensions; do
    3311   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3893  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33123894    ac_cv_prog_JAVAC="$ac_prog"
    3313     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3895    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33143896    break 2
    33153897  fi
    33163898done
    33173899done
     3900IFS=$as_save_IFS
    33183901
    33193902fi
     
    33213904JAVAC=$ac_cv_prog_JAVAC
    33223905if test -n "$JAVAC"; then
    3323   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3324 echo "${ECHO_T}$JAVAC" >&6
    3325 else
    3326   echo "$as_me:$LINENO: result: no" >&5
    3327 echo "${ECHO_T}no" >&6
    3328 fi
     3906  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3907$as_echo "$JAVAC" >&6; }
     3908else
     3909  { $as_echo "$as_me:$LINENO: result: no" >&5
     3910$as_echo "no" >&6; }
     3911fi
     3912
    33293913
    33303914  test -n "$JAVAC" && break
     
    33333917
    33343918  fi
    3335   test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    3336 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3919  test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3920$as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    33373921   { (exit 1); exit 1; }; }
    33383922else
     
    33413925
    33423926
    3343 echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    3344 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     3927{ $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3928$as_echo_n "checking if $JAVAC works... " >&6; }
    33453929if test "${ac_cv_prog_javac_works+set}" = set; then
    3346   echo $ECHO_N "(cached) $ECHO_C" >&6
     3930  $as_echo_n "(cached) " >&6
    33473931else
    33483932
     
    33503934CLASS_TEST=Test.class
    33513935cat << \EOF > $JAVA_TEST
    3352 /* #line 3352 "configure" */
     3936/* #line 3936 "configure" */
    33533937public class Test {
    33543938}
     
    33583942  (eval $ac_try) 2>&5
    33593943  ac_status=$?
    3360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3944  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33613945  (exit $ac_status); }; } >/dev/null 2>&1; then
    33623946  ac_cv_prog_javac_works=yes
    33633947else
    3364   { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3365 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3948  { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3949$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    33663950   { (exit 1); exit 1; }; }
    33673951  echo "configure: failed program was:" >&5
     
    33713955
    33723956fi
    3373 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    3374 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
     3957{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3958$as_echo "$ac_cv_prog_javac_works" >&6; }
    33753959if test "x$JAVACFLAGS" = x ; then
    33763960  JAVACFLAGS="-source 1.4 -target 1.4"
     
    33843968  # Extract the first word of "$ac_prog", so it can be a program name with args.
    33853969set dummy $ac_prog; ac_word=$2
    3386 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3970{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3971$as_echo_n "checking for $ac_word... " >&6; }
    33883972if test "${ac_cv_prog_AWK+set}" = set; then
    3389   echo $ECHO_N "(cached) $ECHO_C" >&6
     3973  $as_echo_n "(cached) " >&6
    33903974else
    33913975  if test -n "$AWK"; then
     
    33983982  test -z "$as_dir" && as_dir=.
    33993983  for ac_exec_ext in '' $ac_executable_extensions; do
    3400   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3984  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34013985    ac_cv_prog_AWK="$ac_prog"
    3402     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3986    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34033987    break 2
    34043988  fi
    34053989done
    34063990done
     3991IFS=$as_save_IFS
    34073992
    34083993fi
     
    34103995AWK=$ac_cv_prog_AWK
    34113996if test -n "$AWK"; then
    3412   echo "$as_me:$LINENO: result: $AWK" >&5
    3413 echo "${ECHO_T}$AWK" >&6
    3414 else
    3415   echo "$as_me:$LINENO: result: no" >&5
    3416 echo "${ECHO_T}no" >&6
    3417 fi
     3997  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     3998$as_echo "$AWK" >&6; }
     3999else
     4000  { $as_echo "$as_me:$LINENO: result: no" >&5
     4001$as_echo "no" >&6; }
     4002fi
     4003
    34184004
    34194005  test -n "$AWK" && break
     
    34244010  # Extract the first word of "$ac_prog", so it can be a program name with args.
    34254011set dummy $ac_prog; ac_word=$2
    3426 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4012{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4013$as_echo_n "checking for $ac_word... " >&6; }
    34284014if test "${ac_cv_prog_YACC+set}" = set; then
    3429   echo $ECHO_N "(cached) $ECHO_C" >&6
     4015  $as_echo_n "(cached) " >&6
    34304016else
    34314017  if test -n "$YACC"; then
     
    34384024  test -z "$as_dir" && as_dir=.
    34394025  for ac_exec_ext in '' $ac_executable_extensions; do
    3440   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4026  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34414027    ac_cv_prog_YACC="$ac_prog"
    3442     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4028    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34434029    break 2
    34444030  fi
    34454031done
    34464032done
     4033IFS=$as_save_IFS
    34474034
    34484035fi
     
    34504037YACC=$ac_cv_prog_YACC
    34514038if test -n "$YACC"; then
    3452   echo "$as_me:$LINENO: result: $YACC" >&5
    3453 echo "${ECHO_T}$YACC" >&6
    3454 else
    3455   echo "$as_me:$LINENO: result: no" >&5
    3456 echo "${ECHO_T}no" >&6
    3457 fi
     4039  { $as_echo "$as_me:$LINENO: result: $YACC" >&5
     4040$as_echo "$YACC" >&6; }
     4041else
     4042  { $as_echo "$as_me:$LINENO: result: no" >&5
     4043$as_echo "no" >&6; }
     4044fi
     4045
    34584046
    34594047  test -n "$YACC" && break
     
    34624050
    34634051ac_aux_dir=
    3464 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    3465   if test -f $ac_dir/install-sh; then
     4052for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     4053  if test -f "$ac_dir/install-sh"; then
    34664054    ac_aux_dir=$ac_dir
    34674055    ac_install_sh="$ac_aux_dir/install-sh -c"
    34684056    break
    3469   elif test -f $ac_dir/install.sh; then
     4057  elif test -f "$ac_dir/install.sh"; then
    34704058    ac_aux_dir=$ac_dir
    34714059    ac_install_sh="$ac_aux_dir/install.sh -c"
    34724060    break
    3473   elif test -f $ac_dir/shtool; then
     4061  elif test -f "$ac_dir/shtool"; then
    34744062    ac_aux_dir=$ac_dir
    34754063    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    34784066done
    34794067if test -z "$ac_aux_dir"; then
    3480   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    3481 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     4068  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     4069$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    34824070   { (exit 1); exit 1; }; }
    34834071fi
    3484 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    3485 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    3486 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
     4072
     4073# These three variables are undocumented and unsupported,
     4074# and are intended to be withdrawn in a future Autoconf release.
     4075# They can cause serious problems if a builder's source tree is in a directory
     4076# whose full name contains unusual characters.
     4077ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
     4078ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
     4079ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     4080
    34874081
    34884082# Make sure we can run config.sub.
    3489 $ac_config_sub sun4 >/dev/null 2>&1 ||
    3490   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
    3491 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     4083$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
     4084  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     4085$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    34924086   { (exit 1); exit 1; }; }
    34934087
    3494 echo "$as_me:$LINENO: checking build system type" >&5
    3495 echo $ECHO_N "checking build system type... $ECHO_C" >&6
     4088{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     4089$as_echo_n "checking build system type... " >&6; }
    34964090if test "${ac_cv_build+set}" = set; then
    3497   echo $ECHO_N "(cached) $ECHO_C" >&6
    3498 else
    3499   ac_cv_build_alias=$build_alias
    3500 test -z "$ac_cv_build_alias" &&
    3501   ac_cv_build_alias=`$ac_config_guess`
    3502 test -z "$ac_cv_build_alias" &&
    3503   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    3504 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     4091  $as_echo_n "(cached) " >&6
     4092else
     4093  ac_build_alias=$build_alias
     4094test "x$ac_build_alias" = x &&
     4095  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
     4096test "x$ac_build_alias" = x &&
     4097  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     4098$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    35054099   { (exit 1); exit 1; }; }
    3506 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    3507   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
    3508 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     4100ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
     4101  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     4102$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    35094103   { (exit 1); exit 1; }; }
    35104104
    35114105fi
    3512 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    3513 echo "${ECHO_T}$ac_cv_build" >&6
     4106{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     4107$as_echo "$ac_cv_build" >&6; }
     4108case $ac_cv_build in
     4109*-*-*) ;;
     4110*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     4111$as_echo "$as_me: error: invalid value of canonical build" >&2;}
     4112   { (exit 1); exit 1; }; };;
     4113esac
    35144114build=$ac_cv_build
    3515 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3516 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3517 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3518 
    3519 
    3520 echo "$as_me:$LINENO: checking host system type" >&5
    3521 echo $ECHO_N "checking host system type... $ECHO_C" >&6
     4115ac_save_IFS=$IFS; IFS='-'
     4116set x $ac_cv_build
     4117shift
     4118build_cpu=$1
     4119build_vendor=$2
     4120shift; shift
     4121# Remember, the first character of IFS is used to create $*,
     4122# except with old shells:
     4123build_os=$*
     4124IFS=$ac_save_IFS
     4125case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
     4126
     4127
     4128{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     4129$as_echo_n "checking host system type... " >&6; }
    35224130if test "${ac_cv_host+set}" = set; then
    3523   echo $ECHO_N "(cached) $ECHO_C" >&6
    3524 else
    3525   ac_cv_host_alias=$host_alias
    3526 test -z "$ac_cv_host_alias" &&
    3527   ac_cv_host_alias=$ac_cv_build_alias
    3528 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    3529   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    3530 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     4131  $as_echo_n "(cached) " >&6
     4132else
     4133  if test "x$host_alias" = x; then
     4134  ac_cv_host=$ac_cv_build
     4135else
     4136  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     4137    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     4138$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    35314139   { (exit 1); exit 1; }; }
    3532 
    3533 fi
    3534 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    3535 echo "${ECHO_T}$ac_cv_host" >&6
     4140fi
     4141
     4142fi
     4143{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     4144$as_echo "$ac_cv_host" >&6; }
     4145case $ac_cv_host in
     4146*-*-*) ;;
     4147*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     4148$as_echo "$as_me: error: invalid value of canonical host" >&2;}
     4149   { (exit 1); exit 1; }; };;
     4150esac
    35364151host=$ac_cv_host
    3537 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3538 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3539 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3540 
    3541 
    3542 echo "$as_me:$LINENO: checking target system type" >&5
    3543 echo $ECHO_N "checking target system type... $ECHO_C" >&6
     4152ac_save_IFS=$IFS; IFS='-'
     4153set x $ac_cv_host
     4154shift
     4155host_cpu=$1
     4156host_vendor=$2
     4157shift; shift
     4158# Remember, the first character of IFS is used to create $*,
     4159# except with old shells:
     4160host_os=$*
     4161IFS=$ac_save_IFS
     4162case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
     4163
     4164
     4165{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     4166$as_echo_n "checking target system type... " >&6; }
    35444167if test "${ac_cv_target+set}" = set; then
    3545   echo $ECHO_N "(cached) $ECHO_C" >&6
    3546 else
    3547   ac_cv_target_alias=$target_alias
    3548 test "x$ac_cv_target_alias" = "x" &&
    3549   ac_cv_target_alias=$ac_cv_host_alias
    3550 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    3551   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    3552 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     4168  $as_echo_n "(cached) " >&6
     4169else
     4170  if test "x$target_alias" = x; then
     4171  ac_cv_target=$ac_cv_host
     4172else
     4173  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     4174    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     4175$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    35534176   { (exit 1); exit 1; }; }
    3554 
    3555 fi
    3556 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    3557 echo "${ECHO_T}$ac_cv_target" >&6
     4177fi
     4178
     4179fi
     4180{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     4181$as_echo "$ac_cv_target" >&6; }
     4182case $ac_cv_target in
     4183*-*-*) ;;
     4184*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     4185$as_echo "$as_me: error: invalid value of canonical target" >&2;}
     4186   { (exit 1); exit 1; }; };;
     4187esac
    35584188target=$ac_cv_target
    3559 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3560 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3561 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     4189ac_save_IFS=$IFS; IFS='-'
     4190set x $ac_cv_target
     4191shift
     4192target_cpu=$1
     4193target_vendor=$2
     4194shift; shift
     4195# Remember, the first character of IFS is used to create $*,
     4196# except with old shells:
     4197target_os=$*
     4198IFS=$ac_save_IFS
     4199case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
    35624200
    35634201
     
    35814219# OS/2's system install, which has a completely different semantic
    35824220# ./install, which can be erroneously created by make from ./install.sh.
    3583 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3584 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
     4221# Reject install programs that cannot install multiple files.
     4222{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     4223$as_echo_n "checking for a BSD-compatible install... " >&6; }
    35854224if test -z "$INSTALL"; then
    35864225if test "${ac_cv_path_install+set}" = set; then
    3587   echo $ECHO_N "(cached) $ECHO_C" >&6
     4226  $as_echo_n "(cached) " >&6
    35884227else
    35894228  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    36044243    for ac_prog in ginstall scoinst install; do
    36054244      for ac_exec_ext in '' $ac_executable_extensions; do
    3606     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     4245    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
    36074246      if test $ac_prog = install &&
    36084247        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    36144253        :
    36154254      else
    3616         ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3617         break 3
     4255        rm -rf conftest.one conftest.two conftest.dir
     4256        echo one > conftest.one
     4257        echo two > conftest.two
     4258        mkdir conftest.dir
     4259        if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     4260          test -s conftest.one && test -s conftest.two &&
     4261          test -s conftest.dir/conftest.one &&
     4262          test -s conftest.dir/conftest.two
     4263        then
     4264          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     4265          break 3
     4266        fi
    36184267      fi
    36194268    fi
     
    36224271    ;;
    36234272esac
     4273
    36244274done
    3625 
     4275IFS=$as_save_IFS
     4276
     4277rm -rf conftest.one conftest.two conftest.dir
    36264278
    36274279fi
     
    36294281    INSTALL=$ac_cv_path_install
    36304282  else
    3631     # As a last resort, use the slow shell script.  We don't cache a
    3632     # path for INSTALL within a source directory, because that will
     4283    # As a last resort, use the slow shell script.  Don't cache a
     4284    # value for INSTALL within a source directory, because that will
    36334285    # break other packages using the cache if that directory is
    3634     # removed, or if the path is relative.
     4286    # removed, or if the value is a relative name.
    36354287    INSTALL=$ac_install_sh
    36364288  fi
    36374289fi
    3638 echo "$as_me:$LINENO: result: $INSTALL" >&5
    3639 echo "${ECHO_T}$INSTALL" >&6
     4290{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     4291$as_echo "$INSTALL" >&6; }
    36404292
    36414293# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    36474299test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    36484300
    3649 echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3650 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
     4301{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     4302$as_echo_n "checking whether ln -s works... " >&6; }
    36514303LN_S=$as_ln_s
    36524304if test "$LN_S" = "ln -s"; then
    3653   echo "$as_me:$LINENO: result: yes" >&5
    3654 echo "${ECHO_T}yes" >&6
    3655 else
    3656   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3657 echo "${ECHO_T}no, using $LN_S" >&6
    3658 fi
    3659 
    3660 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    3661 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    3662 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
    3663 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    3664   echo $ECHO_N "(cached) $ECHO_C" >&6
     4305  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4306$as_echo "yes" >&6; }
     4307else
     4308  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     4309$as_echo "no, using $LN_S" >&6; }
     4310fi
     4311
     4312{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     4313$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     4314set x ${MAKE-make}
     4315ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     4316if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
     4317  $as_echo_n "(cached) " >&6
    36654318else
    36664319  cat >conftest.make <<\_ACEOF
     4320SHELL = /bin/sh
    36674321all:
    3668     @echo 'ac_maketemp="$(MAKE)"'
     4322    @echo '@@@%%%=$(MAKE)=@@@%%%'
    36694323_ACEOF
    36704324# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    3671 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
    3672 if test -n "$ac_maketemp"; then
    3673   eval ac_cv_prog_make_${ac_make}_set=yes
    3674 else
    3675   eval ac_cv_prog_make_${ac_make}_set=no
    3676 fi
     4325case `${MAKE-make} -f conftest.make 2>/dev/null` in
     4326  *@@@%%%=?*=@@@%%%*)
     4327    eval ac_cv_prog_make_${ac_make}_set=yes;;
     4328  *)
     4329    eval ac_cv_prog_make_${ac_make}_set=no;;
     4330esac
    36774331rm -f conftest.make
    36784332fi
    3679 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    3680   echo "$as_me:$LINENO: result: yes" >&5
    3681 echo "${ECHO_T}yes" >&6
     4333if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
     4334  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4335$as_echo "yes" >&6; }
    36824336  SET_MAKE=
    36834337else
    3684   echo "$as_me:$LINENO: result: no" >&5
    3685 echo "${ECHO_T}no" >&6
     4338  { $as_echo "$as_me:$LINENO: result: no" >&5
     4339$as_echo "no" >&6; }
    36864340  SET_MAKE="MAKE=${MAKE-make}"
    36874341fi
     
    36904344  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    36914345set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3692 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4346{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4347$as_echo_n "checking for $ac_word... " >&6; }
    36944348if test "${ac_cv_prog_RANLIB+set}" = set; then
    3695   echo $ECHO_N "(cached) $ECHO_C" >&6
     4349  $as_echo_n "(cached) " >&6
    36964350else
    36974351  if test -n "$RANLIB"; then
     
    37044358  test -z "$as_dir" && as_dir=.
    37054359  for ac_exec_ext in '' $ac_executable_extensions; do
    3706   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4360  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37074361    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3708     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4362    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37094363    break 2
    37104364  fi
    37114365done
    37124366done
     4367IFS=$as_save_IFS
    37134368
    37144369fi
     
    37164371RANLIB=$ac_cv_prog_RANLIB
    37174372if test -n "$RANLIB"; then
    3718   echo "$as_me:$LINENO: result: $RANLIB" >&5
    3719 echo "${ECHO_T}$RANLIB" >&6
    3720 else
    3721   echo "$as_me:$LINENO: result: no" >&5
    3722 echo "${ECHO_T}no" >&6
    3723 fi
     4373  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     4374$as_echo "$RANLIB" >&6; }
     4375else
     4376  { $as_echo "$as_me:$LINENO: result: no" >&5
     4377$as_echo "no" >&6; }
     4378fi
     4379
    37244380
    37254381fi
     
    37284384  # Extract the first word of "ranlib", so it can be a program name with args.
    37294385set dummy ranlib; ac_word=$2
    3730 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3731 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4386{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4387$as_echo_n "checking for $ac_word... " >&6; }
    37324388if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3733   echo $ECHO_N "(cached) $ECHO_C" >&6
     4389  $as_echo_n "(cached) " >&6
    37344390else
    37354391  if test -n "$ac_ct_RANLIB"; then
     
    37424398  test -z "$as_dir" && as_dir=.
    37434399  for ac_exec_ext in '' $ac_executable_extensions; do
    3744   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4400  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37454401    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3746     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4402    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37474403    break 2
    37484404  fi
    37494405done
    37504406done
    3751 
    3752   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     4407IFS=$as_save_IFS
     4408
    37534409fi
    37544410fi
    37554411ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    37564412if test -n "$ac_ct_RANLIB"; then
    3757   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3758 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    3759 else
    3760   echo "$as_me:$LINENO: result: no" >&5
    3761 echo "${ECHO_T}no" >&6
    3762 fi
    3763 
    3764   RANLIB=$ac_ct_RANLIB
     4413  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     4414$as_echo "$ac_ct_RANLIB" >&6; }
     4415else
     4416  { $as_echo "$as_me:$LINENO: result: no" >&5
     4417$as_echo "no" >&6; }
     4418fi
     4419
     4420  if test "x$ac_ct_RANLIB" = x; then
     4421    RANLIB=":"
     4422  else
     4423    case $cross_compiling:$ac_tool_warned in
     4424yes:)
     4425{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4426$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4427ac_tool_warned=yes ;;
     4428esac
     4429    RANLIB=$ac_ct_RANLIB
     4430  fi
    37654431else
    37664432  RANLIB="$ac_cv_prog_RANLIB"
     
    37684434
    37694435
    3770 echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
    3771 echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6
     4436{ $as_echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
     4437$as_echo_n "checking to see if architecture is 64-bit... " >&6; }
    37724438arch_64bit=no
    37734439case "$host_cpu" in
     
    37764442
    37774443if test "$arch_64bit" = yes; then
    3778   echo "$as_me:$LINENO: result: yes" >&5
    3779 echo "${ECHO_T}yes" >&6
    3780   if test -z "$COMPAT32BITFLAGS" ; then
    3781     COMPAT32BITFLAGS="-m32"
     4444  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4445$as_echo "yes" >&6; }
     4446  if test -z "$ARCH_DEP_FLAGS" ; then
     4447    ARCH_DEP_FLAGS="-fPIC"
    37824448    gsdlarch='64'
    37834449  fi
    37844450else
    3785   echo "$as_me:$LINENO: result: no" >&5
    3786 echo "${ECHO_T}no" >&6
    3787   if test -z "$COMPAT32BITFLAGS" ; then
    3788     COMPAT32BITFLAGS=
     4451  { $as_echo "$as_me:$LINENO: result: no" >&5
     4452$as_echo "no" >&6; }
     4453  if test -z "$ARCH_DEP_FLAGS" ; then
     4454    ARCH_DEP_FLAGS=
    37894455    gsdlarch='32'
    37904456  fi
    37914457fi
    37924458
    3793 # Only need compat32bitflag if using MG or MGPP
    3794 if test "$ENABLE_MG" = "0" ; then
    3795   COMPAT32BITFLAGS=
    3796 else
    3797   if test "$ENABLE_MGPP" = "0" ; then
    3798     COMPAT32BITFLAGS=
    3799   fi
    3800 fi
    3801 
    3802 export COMPAT32BITFLAGS
     4459export ARCH_DEP_FLAGS
    38034460
    38044461
     
    38424499ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    38434500ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3844 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3845 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
     4501{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4502$as_echo_n "checking how to run the C preprocessor... " >&6; }
    38464503# On Suns, sometimes $CPP names a directory.
    38474504if test -n "$CPP" && test -d "$CPP"; then
     
    38504507if test -z "$CPP"; then
    38514508  if test "${ac_cv_prog_CPP+set}" = set; then
    3852   echo $ECHO_N "(cached) $ECHO_C" >&6
     4509  $as_echo_n "(cached) " >&6
    38534510else
    38544511      # Double quotes because CPP needs to be expanded
     
    38774534             Syntax error
    38784535_ACEOF
    3879 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3880   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4536if { (ac_try="$ac_cpp conftest.$ac_ext"
     4537case "(($ac_try" in
     4538  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4539  *) ac_try_echo=$ac_try;;
     4540esac
     4541eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4542$as_echo "$ac_try_echo") >&5
     4543  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38814544  ac_status=$?
    38824545  grep -v '^ *+' conftest.er1 >conftest.err
    38834546  rm -f conftest.er1
    38844547  cat conftest.err >&5
    3885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3886   (exit $ac_status); } >/dev/null; then
    3887   if test -s conftest.err; then
    3888     ac_cpp_err=$ac_c_preproc_warn_flag
    3889     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3890   else
    3891     ac_cpp_err=
    3892   fi
    3893 else
    3894   ac_cpp_err=yes
    3895 fi
    3896 if test -z "$ac_cpp_err"; then
     4548  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4549  (exit $ac_status); } >/dev/null && {
     4550     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4551     test ! -s conftest.err
     4552       }; then
    38974553  :
    38984554else
    3899   echo "$as_me: failed program was:" >&5
     4555  $as_echo "$as_me: failed program was:" >&5
    39004556sed 's/^/| /' conftest.$ac_ext >&5
    39014557
     
    39034559continue
    39044560fi
     4561
    39054562rm -f conftest.err conftest.$ac_ext
    39064563
    3907   # OK, works on sane cases.  Now check whether non-existent headers
     4564  # OK, works on sane cases.  Now check whether nonexistent headers
    39084565  # can be detected and how.
    39094566  cat >conftest.$ac_ext <<_ACEOF
     
    39154572#include <ac_nonexistent.h>
    39164573_ACEOF
    3917 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3918   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4574if { (ac_try="$ac_cpp conftest.$ac_ext"
     4575case "(($ac_try" in
     4576  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4577  *) ac_try_echo=$ac_try;;
     4578esac
     4579eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4580$as_echo "$ac_try_echo") >&5
     4581  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    39194582  ac_status=$?
    39204583  grep -v '^ *+' conftest.er1 >conftest.err
    39214584  rm -f conftest.er1
    39224585  cat conftest.err >&5
    3923   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3924   (exit $ac_status); } >/dev/null; then
    3925   if test -s conftest.err; then
    3926     ac_cpp_err=$ac_c_preproc_warn_flag
    3927     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3928   else
    3929     ac_cpp_err=
    3930   fi
    3931 else
    3932   ac_cpp_err=yes
    3933 fi
    3934 if test -z "$ac_cpp_err"; then
     4586  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4587  (exit $ac_status); } >/dev/null && {
     4588     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4589     test ! -s conftest.err
     4590       }; then
    39354591  # Broken: success on invalid input.
    39364592continue
    39374593else
    3938   echo "$as_me: failed program was:" >&5
     4594  $as_echo "$as_me: failed program was:" >&5
    39394595sed 's/^/| /' conftest.$ac_ext >&5
    39404596
     
    39434599break
    39444600fi
     4601
    39454602rm -f conftest.err conftest.$ac_ext
    39464603
     
    39604617  ac_cv_prog_CPP=$CPP
    39614618fi
    3962 echo "$as_me:$LINENO: result: $CPP" >&5
    3963 echo "${ECHO_T}$CPP" >&6
     4619{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     4620$as_echo "$CPP" >&6; }
    39644621ac_preproc_ok=false
    39654622for ac_c_preproc_warn_flag in '' yes
     
    39844641             Syntax error
    39854642_ACEOF
    3986 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3987   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4643if { (ac_try="$ac_cpp conftest.$ac_ext"
     4644case "(($ac_try" in
     4645  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4646  *) ac_try_echo=$ac_try;;
     4647esac
     4648eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4649$as_echo "$ac_try_echo") >&5
     4650  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    39884651  ac_status=$?
    39894652  grep -v '^ *+' conftest.er1 >conftest.err
    39904653  rm -f conftest.er1
    39914654  cat conftest.err >&5
    3992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3993   (exit $ac_status); } >/dev/null; then
    3994   if test -s conftest.err; then
    3995     ac_cpp_err=$ac_c_preproc_warn_flag
    3996     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3997   else
    3998     ac_cpp_err=
    3999   fi
    4000 else
    4001   ac_cpp_err=yes
    4002 fi
    4003 if test -z "$ac_cpp_err"; then
     4655  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4656  (exit $ac_status); } >/dev/null && {
     4657     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4658     test ! -s conftest.err
     4659       }; then
    40044660  :
    40054661else
    4006   echo "$as_me: failed program was:" >&5
     4662  $as_echo "$as_me: failed program was:" >&5
    40074663sed 's/^/| /' conftest.$ac_ext >&5
    40084664
     
    40104666continue
    40114667fi
     4668
    40124669rm -f conftest.err conftest.$ac_ext
    40134670
    4014   # OK, works on sane cases.  Now check whether non-existent headers
     4671  # OK, works on sane cases.  Now check whether nonexistent headers
    40154672  # can be detected and how.
    40164673  cat >conftest.$ac_ext <<_ACEOF
     
    40224679#include <ac_nonexistent.h>
    40234680_ACEOF
    4024 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    4025   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4681if { (ac_try="$ac_cpp conftest.$ac_ext"
     4682case "(($ac_try" in
     4683  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4684  *) ac_try_echo=$ac_try;;
     4685esac
     4686eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4687$as_echo "$ac_try_echo") >&5
     4688  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    40264689  ac_status=$?
    40274690  grep -v '^ *+' conftest.er1 >conftest.err
    40284691  rm -f conftest.er1
    40294692  cat conftest.err >&5
    4030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4031   (exit $ac_status); } >/dev/null; then
    4032   if test -s conftest.err; then
    4033     ac_cpp_err=$ac_c_preproc_warn_flag
    4034     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    4035   else
    4036     ac_cpp_err=
    4037   fi
    4038 else
    4039   ac_cpp_err=yes
    4040 fi
    4041 if test -z "$ac_cpp_err"; then
     4693  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4694  (exit $ac_status); } >/dev/null && {
     4695     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4696     test ! -s conftest.err
     4697       }; then
    40424698  # Broken: success on invalid input.
    40434699continue
    40444700else
    4045   echo "$as_me: failed program was:" >&5
     4701  $as_echo "$as_me: failed program was:" >&5
    40464702sed 's/^/| /' conftest.$ac_ext >&5
    40474703
     
    40504706break
    40514707fi
     4708
    40524709rm -f conftest.err conftest.$ac_ext
    40534710
     
    40584715  :
    40594716else
    4060   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4717  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4718$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4719{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    40614720See \`config.log' for more details." >&5
    4062 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4721$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    40634722See \`config.log' for more details." >&2;}
    4064    { (exit 1); exit 1; }; }
     4723   { (exit 1); exit 1; }; }; }
    40654724fi
    40664725
     
    40724731
    40734732
    4074 echo "$as_me:$LINENO: checking for egrep" >&5
    4075 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    4076 if test "${ac_cv_prog_egrep+set}" = set; then
    4077   echo $ECHO_N "(cached) $ECHO_C" >&6
    4078 else
    4079   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
    4080     then ac_cv_prog_egrep='grep -E'
    4081     else ac_cv_prog_egrep='egrep'
     4733{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4734$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     4735if test "${ac_cv_path_GREP+set}" = set; then
     4736  $as_echo_n "(cached) " >&6
     4737else
     4738  if test -z "$GREP"; then
     4739  ac_path_GREP_found=false
     4740  # Loop through the user's path and test for each of PROGNAME-LIST
     4741  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4742for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4743do
     4744  IFS=$as_save_IFS
     4745  test -z "$as_dir" && as_dir=.
     4746  for ac_prog in grep ggrep; do
     4747    for ac_exec_ext in '' $ac_executable_extensions; do
     4748      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4749      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4750# Check for GNU ac_path_GREP and select it if it is found.
     4751  # Check for GNU $ac_path_GREP
     4752case `"$ac_path_GREP" --version 2>&1` in
     4753*GNU*)
     4754  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
     4755*)
     4756  ac_count=0
     4757  $as_echo_n 0123456789 >"conftest.in"
     4758  while :
     4759  do
     4760    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4761    mv "conftest.tmp" "conftest.in"
     4762    cp "conftest.in" "conftest.nl"
     4763    $as_echo 'GREP' >> "conftest.nl"
     4764    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4765    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4766    ac_count=`expr $ac_count + 1`
     4767    if test $ac_count -gt ${ac_path_GREP_max-0}; then
     4768      # Best one so far, save it but keep looking for a better one
     4769      ac_cv_path_GREP="$ac_path_GREP"
     4770      ac_path_GREP_max=$ac_count
    40824771    fi
    4083 fi
    4084 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
    4085 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    4086  EGREP=$ac_cv_prog_egrep
    4087 
    4088 
    4089 
    4090 echo "$as_me:$LINENO: checking for AIX" >&5
    4091 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
    4092 cat >conftest.$ac_ext <<_ACEOF
    4093 /* confdefs.h.  */
    4094 _ACEOF
    4095 cat confdefs.h >>conftest.$ac_ext
    4096 cat >>conftest.$ac_ext <<_ACEOF
    4097 /* end confdefs.h.  */
    4098 #ifdef _AIX
    4099   yes
    4100 #endif
    4101 
    4102 _ACEOF
    4103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    4104   $EGREP "yes" >/dev/null 2>&1; then
    4105   echo "$as_me:$LINENO: result: yes" >&5
    4106 echo "${ECHO_T}yes" >&6
    4107 cat >>confdefs.h <<\_ACEOF
    4108 #define _ALL_SOURCE 1
    4109 _ACEOF
    4110 
    4111 else
    4112   echo "$as_me:$LINENO: result: no" >&5
    4113 echo "${ECHO_T}no" >&6
    4114 fi
    4115 rm -f conftest*
    4116 
    4117 
    4118 echo "$as_me:$LINENO: checking for library containing strerror" >&5
    4119 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
    4120 if test "${ac_cv_search_strerror+set}" = set; then
    4121   echo $ECHO_N "(cached) $ECHO_C" >&6
    4122 else
    4123   ac_func_search_save_LIBS=$LIBS
    4124 ac_cv_search_strerror=no
    4125 cat >conftest.$ac_ext <<_ACEOF
    4126 /* confdefs.h.  */
    4127 _ACEOF
    4128 cat confdefs.h >>conftest.$ac_ext
    4129 cat >>conftest.$ac_ext <<_ACEOF
    4130 /* end confdefs.h.  */
    4131 
    4132 /* Override any gcc2 internal prototype to avoid an error.  */
    4133 #ifdef __cplusplus
    4134 extern "C"
    4135 #endif
    4136 /* We use char because int might match the return type of a gcc2
    4137    builtin and then its argument prototype would still apply.  */
    4138 char strerror ();
    4139 int
    4140 main ()
    4141 {
    4142 strerror ();
    4143   ;
    4144   return 0;
    4145 }
    4146 _ACEOF
    4147 rm -f conftest.$ac_objext conftest$ac_exeext
    4148 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4149   (eval $ac_link) 2>conftest.er1
    4150   ac_status=$?
    4151   grep -v '^ *+' conftest.er1 >conftest.err
    4152   rm -f conftest.er1
    4153   cat conftest.err >&5
    4154   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4155   (exit $ac_status); } &&
    4156      { ac_try='test -z "$ac_c_werror_flag"
    4157              || test ! -s conftest.err'
    4158   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4159   (eval $ac_try) 2>&5
    4160   ac_status=$?
    4161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4162   (exit $ac_status); }; } &&
    4163      { ac_try='test -s conftest$ac_exeext'
    4164   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4165   (eval $ac_try) 2>&5
    4166   ac_status=$?
    4167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4168   (exit $ac_status); }; }; then
    4169   ac_cv_search_strerror="none required"
    4170 else
    4171   echo "$as_me: failed program was:" >&5
    4172 sed 's/^/| /' conftest.$ac_ext >&5
    4173 
    4174 fi
    4175 rm -f conftest.err conftest.$ac_objext \
    4176       conftest$ac_exeext conftest.$ac_ext
    4177 if test "$ac_cv_search_strerror" = no; then
    4178   for ac_lib in cposix; do
    4179     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    4180     cat >conftest.$ac_ext <<_ACEOF
    4181 /* confdefs.h.  */
    4182 _ACEOF
    4183 cat confdefs.h >>conftest.$ac_ext
    4184 cat >>conftest.$ac_ext <<_ACEOF
    4185 /* end confdefs.h.  */
    4186 
    4187 /* Override any gcc2 internal prototype to avoid an error.  */
    4188 #ifdef __cplusplus
    4189 extern "C"
    4190 #endif
    4191 /* We use char because int might match the return type of a gcc2
    4192    builtin and then its argument prototype would still apply.  */
    4193 char strerror ();
    4194 int
    4195 main ()
    4196 {
    4197 strerror ();
    4198   ;
    4199   return 0;
    4200 }
    4201 _ACEOF
    4202 rm -f conftest.$ac_objext conftest$ac_exeext
    4203 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4204   (eval $ac_link) 2>conftest.er1
    4205   ac_status=$?
    4206   grep -v '^ *+' conftest.er1 >conftest.err
    4207   rm -f conftest.er1
    4208   cat conftest.err >&5
    4209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4210   (exit $ac_status); } &&
    4211      { ac_try='test -z "$ac_c_werror_flag"
    4212              || test ! -s conftest.err'
    4213   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4214   (eval $ac_try) 2>&5
    4215   ac_status=$?
    4216   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4217   (exit $ac_status); }; } &&
    4218      { ac_try='test -s conftest$ac_exeext'
    4219   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4220   (eval $ac_try) 2>&5
    4221   ac_status=$?
    4222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4223   (exit $ac_status); }; }; then
    4224   ac_cv_search_strerror="-l$ac_lib"
    4225 break
    4226 else
    4227   echo "$as_me: failed program was:" >&5
    4228 sed 's/^/| /' conftest.$ac_ext >&5
    4229 
    4230 fi
    4231 rm -f conftest.err conftest.$ac_objext \
    4232       conftest$ac_exeext conftest.$ac_ext
     4772    # 10*(2^10) chars as input seems more than enough
     4773    test $ac_count -gt 10 && break
    42334774  done
    4234 fi
    4235 LIBS=$ac_func_search_save_LIBS
    4236 fi
    4237 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
    4238 echo "${ECHO_T}$ac_cv_search_strerror" >&6
    4239 if test "$ac_cv_search_strerror" != no; then
    4240   test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
    4241 
    4242 fi
    4243 
    4244 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    4245 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     4775  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4776esac
     4777
     4778      $ac_path_GREP_found && break 3
     4779    done
     4780  done
     4781done
     4782IFS=$as_save_IFS
     4783  if test -z "$ac_cv_path_GREP"; then
     4784    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4785$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4786   { (exit 1); exit 1; }; }
     4787  fi
     4788else
     4789  ac_cv_path_GREP=$GREP
     4790fi
     4791
     4792fi
     4793{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4794$as_echo "$ac_cv_path_GREP" >&6; }
     4795 GREP="$ac_cv_path_GREP"
     4796
     4797
     4798{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     4799$as_echo_n "checking for egrep... " >&6; }
     4800if test "${ac_cv_path_EGREP+set}" = set; then
     4801  $as_echo_n "(cached) " >&6
     4802else
     4803  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
     4804   then ac_cv_path_EGREP="$GREP -E"
     4805   else
     4806     if test -z "$EGREP"; then
     4807  ac_path_EGREP_found=false
     4808  # Loop through the user's path and test for each of PROGNAME-LIST
     4809  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4810for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4811do
     4812  IFS=$as_save_IFS
     4813  test -z "$as_dir" && as_dir=.
     4814  for ac_prog in egrep; do
     4815    for ac_exec_ext in '' $ac_executable_extensions; do
     4816      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4817      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4818# Check for GNU ac_path_EGREP and select it if it is found.
     4819  # Check for GNU $ac_path_EGREP
     4820case `"$ac_path_EGREP" --version 2>&1` in
     4821*GNU*)
     4822  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
     4823*)
     4824  ac_count=0
     4825  $as_echo_n 0123456789 >"conftest.in"
     4826  while :
     4827  do
     4828    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4829    mv "conftest.tmp" "conftest.in"
     4830    cp "conftest.in" "conftest.nl"
     4831    $as_echo 'EGREP' >> "conftest.nl"
     4832    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4833    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4834    ac_count=`expr $ac_count + 1`
     4835    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
     4836      # Best one so far, save it but keep looking for a better one
     4837      ac_cv_path_EGREP="$ac_path_EGREP"
     4838      ac_path_EGREP_max=$ac_count
     4839    fi
     4840    # 10*(2^10) chars as input seems more than enough
     4841    test $ac_count -gt 10 && break
     4842  done
     4843  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4844esac
     4845
     4846      $ac_path_EGREP_found && break 3
     4847    done
     4848  done
     4849done
     4850IFS=$as_save_IFS
     4851  if test -z "$ac_cv_path_EGREP"; then
     4852    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4853$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4854   { (exit 1); exit 1; }; }
     4855  fi
     4856else
     4857  ac_cv_path_EGREP=$EGREP
     4858fi
     4859
     4860   fi
     4861fi
     4862{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4863$as_echo "$ac_cv_path_EGREP" >&6; }
     4864 EGREP="$ac_cv_path_EGREP"
     4865
     4866
     4867{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4868$as_echo_n "checking for ANSI C header files... " >&6; }
    42464869if test "${ac_cv_header_stdc+set}" = set; then
    4247   echo $ECHO_N "(cached) $ECHO_C" >&6
     4870  $as_echo_n "(cached) " >&6
    42484871else
    42494872  cat >conftest.$ac_ext <<_ACEOF
     
    42674890_ACEOF
    42684891rm -f conftest.$ac_objext
    4269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4270   (eval $ac_compile) 2>conftest.er1
     4892if { (ac_try="$ac_compile"
     4893case "(($ac_try" in
     4894  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4895  *) ac_try_echo=$ac_try;;
     4896esac
     4897eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4898$as_echo "$ac_try_echo") >&5
     4899  (eval "$ac_compile") 2>conftest.er1
    42714900  ac_status=$?
    42724901  grep -v '^ *+' conftest.er1 >conftest.err
    42734902  rm -f conftest.er1
    42744903  cat conftest.err >&5
    4275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4276   (exit $ac_status); } &&
    4277      { ac_try='test -z "$ac_c_werror_flag"
    4278              || test ! -s conftest.err'
    4279   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4280   (eval $ac_try) 2>&5
    4281   ac_status=$?
    4282   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4283   (exit $ac_status); }; } &&
    4284      { ac_try='test -s conftest.$ac_objext'
    4285   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4286   (eval $ac_try) 2>&5
    4287   ac_status=$?
    4288   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4289   (exit $ac_status); }; }; then
     4904  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4905  (exit $ac_status); } && {
     4906     test -z "$ac_c_werror_flag" ||
     4907     test ! -s conftest.err
     4908       } && test -s conftest.$ac_objext; then
    42904909  ac_cv_header_stdc=yes
    42914910else
    4292   echo "$as_me: failed program was:" >&5
     4911  $as_echo "$as_me: failed program was:" >&5
    42934912sed 's/^/| /' conftest.$ac_ext >&5
    42944913
    4295 ac_cv_header_stdc=no
    4296 fi
    4297 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4914    ac_cv_header_stdc=no
     4915fi
     4916
     4917rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    42984918
    42994919if test $ac_cv_header_stdc = yes; then
     
    43514971/* end confdefs.h.  */
    43524972#include <ctype.h>
     4973#include <stdlib.h>
    43534974#if ((' ' & 0x0FF) == 0x020)
    43544975# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    43704991    if (XOR (islower (i), ISLOWER (i))
    43714992    || toupper (i) != TOUPPER (i))
    4372       exit(2);
    4373   exit (0);
     4993      return 2;
     4994  return 0;
    43744995}
    43754996_ACEOF
    43764997rm -f conftest$ac_exeext
    4377 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4378   (eval $ac_link) 2>&5
     4998if { (ac_try="$ac_link"
     4999case "(($ac_try" in
     5000  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5001  *) ac_try_echo=$ac_try;;
     5002esac
     5003eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5004$as_echo "$ac_try_echo") >&5
     5005  (eval "$ac_link") 2>&5
    43795006  ac_status=$?
    4380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5007  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43815008  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    4382   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4383   (eval $ac_try) 2>&5
     5009  { (case "(($ac_try" in
     5010  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5011  *) ac_try_echo=$ac_try;;
     5012esac
     5013eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5014$as_echo "$ac_try_echo") >&5
     5015  (eval "$ac_try") 2>&5
    43845016  ac_status=$?
    4385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5017  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43865018  (exit $ac_status); }; }; then
    43875019  :
    43885020else
    4389   echo "$as_me: program exited with status $ac_status" >&5
    4390 echo "$as_me: failed program was:" >&5
     5021  $as_echo "$as_me: program exited with status $ac_status" >&5
     5022$as_echo "$as_me: failed program was:" >&5
    43915023sed 's/^/| /' conftest.$ac_ext >&5
    43925024
     
    43945026ac_cv_header_stdc=no
    43955027fi
    4396 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    4397 fi
    4398 fi
    4399 fi
    4400 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4401 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     5028rm -rf conftest.dSYM
     5029rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5030fi
     5031
     5032
     5033fi
     5034fi
     5035{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     5036$as_echo "$ac_cv_header_stdc" >&6; }
    44025037if test $ac_cv_header_stdc = yes; then
    44035038
     
    44215056          inttypes.h stdint.h unistd.h
    44225057do
    4423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4424 echo "$as_me:$LINENO: checking for $ac_header" >&5
    4425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    4426 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    4427   echo $ECHO_N "(cached) $ECHO_C" >&6
     5058as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5059{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5060$as_echo_n "checking for $ac_header... " >&6; }
     5061if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     5062  $as_echo_n "(cached) " >&6
    44285063else
    44295064  cat >conftest.$ac_ext <<_ACEOF
     
    44385073_ACEOF
    44395074rm -f conftest.$ac_objext
    4440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4441   (eval $ac_compile) 2>conftest.er1
     5075if { (ac_try="$ac_compile"
     5076case "(($ac_try" in
     5077  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5078  *) ac_try_echo=$ac_try;;
     5079esac
     5080eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5081$as_echo "$ac_try_echo") >&5
     5082  (eval "$ac_compile") 2>conftest.er1
    44425083  ac_status=$?
    44435084  grep -v '^ *+' conftest.er1 >conftest.err
    44445085  rm -f conftest.er1
    44455086  cat conftest.err >&5
    4446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4447   (exit $ac_status); } &&
    4448      { ac_try='test -z "$ac_c_werror_flag"
    4449              || test ! -s conftest.err'
    4450   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4451   (eval $ac_try) 2>&5
    4452   ac_status=$?
    4453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4454   (exit $ac_status); }; } &&
    4455      { ac_try='test -s conftest.$ac_objext'
    4456   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4457   (eval $ac_try) 2>&5
    4458   ac_status=$?
    4459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4460   (exit $ac_status); }; }; then
     5087  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5088  (exit $ac_status); } && {
     5089     test -z "$ac_c_werror_flag" ||
     5090     test ! -s conftest.err
     5091       } && test -s conftest.$ac_objext; then
    44615092  eval "$as_ac_Header=yes"
    44625093else
    4463   echo "$as_me: failed program was:" >&5
     5094  $as_echo "$as_me: failed program was:" >&5
    44645095sed 's/^/| /' conftest.$ac_ext >&5
    44655096
    4466 eval "$as_ac_Header=no"
    4467 fi
    4468 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4469 fi
    4470 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    4471 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    4472 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5097    eval "$as_ac_Header=no"
     5098fi
     5099
     5100rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5101fi
     5102ac_res=`eval 'as_val=${'$as_ac_Header'}
     5103         $as_echo "$as_val"'`
     5104           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5105$as_echo "$ac_res" >&6; }
     5106as_val=`eval 'as_val=${'$as_ac_Header'}
     5107         $as_echo "$as_val"'`
     5108   if test "x$as_val" = x""yes; then
    44735109  cat >>confdefs.h <<_ACEOF
    4474 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5110#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    44755111_ACEOF
    44765112
     
    44805116
    44815117
     5118
     5119  if test "${ac_cv_header_minix_config_h+set}" = set; then
     5120  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5121$as_echo_n "checking for minix/config.h... " >&6; }
    44825122if test "${ac_cv_header_minix_config_h+set}" = set; then
    4483   echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4484 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
    4485 if test "${ac_cv_header_minix_config_h+set}" = set; then
    4486   echo $ECHO_N "(cached) $ECHO_C" >&6
    4487 fi
    4488 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4489 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
     5123  $as_echo_n "(cached) " >&6
     5124fi
     5125{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5126$as_echo "$ac_cv_header_minix_config_h" >&6; }
    44905127else
    44915128  # Is the header compilable?
    4492 echo "$as_me:$LINENO: checking minix/config.h usability" >&5
    4493 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
     5129{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     5130$as_echo_n "checking minix/config.h usability... " >&6; }
    44945131cat >conftest.$ac_ext <<_ACEOF
    44955132/* confdefs.h.  */
     
    45025139_ACEOF
    45035140rm -f conftest.$ac_objext
    4504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4505   (eval $ac_compile) 2>conftest.er1
     5141if { (ac_try="$ac_compile"
     5142case "(($ac_try" in
     5143  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5144  *) ac_try_echo=$ac_try;;
     5145esac
     5146eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5147$as_echo "$ac_try_echo") >&5
     5148  (eval "$ac_compile") 2>conftest.er1
    45065149  ac_status=$?
    45075150  grep -v '^ *+' conftest.er1 >conftest.err
    45085151  rm -f conftest.er1
    45095152  cat conftest.err >&5
    4510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4511   (exit $ac_status); } &&
    4512      { ac_try='test -z "$ac_c_werror_flag"
    4513              || test ! -s conftest.err'
    4514   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4515   (eval $ac_try) 2>&5
    4516   ac_status=$?
    4517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4518   (exit $ac_status); }; } &&
    4519      { ac_try='test -s conftest.$ac_objext'
    4520   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4521   (eval $ac_try) 2>&5
    4522   ac_status=$?
    4523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4524   (exit $ac_status); }; }; then
     5153  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5154  (exit $ac_status); } && {
     5155     test -z "$ac_c_werror_flag" ||
     5156     test ! -s conftest.err
     5157       } && test -s conftest.$ac_objext; then
    45255158  ac_header_compiler=yes
    45265159else
    4527   echo "$as_me: failed program was:" >&5
     5160  $as_echo "$as_me: failed program was:" >&5
    45285161sed 's/^/| /' conftest.$ac_ext >&5
    45295162
    4530 ac_header_compiler=no
    4531 fi
    4532 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4533 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4534 echo "${ECHO_T}$ac_header_compiler" >&6
     5163    ac_header_compiler=no
     5164fi
     5165
     5166rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5167{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5168$as_echo "$ac_header_compiler" >&6; }
    45355169
    45365170# Is the header present?
    4537 echo "$as_me:$LINENO: checking minix/config.h presence" >&5
    4538 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
     5171{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5172$as_echo_n "checking minix/config.h presence... " >&6; }
    45395173cat >conftest.$ac_ext <<_ACEOF
    45405174/* confdefs.h.  */
     
    45455179#include <minix/config.h>
    45465180_ACEOF
    4547 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    4548   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     5181if { (ac_try="$ac_cpp conftest.$ac_ext"
     5182case "(($ac_try" in
     5183  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5184  *) ac_try_echo=$ac_try;;
     5185esac
     5186eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5187$as_echo "$ac_try_echo") >&5
     5188  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    45495189  ac_status=$?
    45505190  grep -v '^ *+' conftest.er1 >conftest.err
    45515191  rm -f conftest.er1
    45525192  cat conftest.err >&5
    4553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4554   (exit $ac_status); } >/dev/null; then
    4555   if test -s conftest.err; then
    4556     ac_cpp_err=$ac_c_preproc_warn_flag
    4557     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    4558   else
    4559     ac_cpp_err=
    4560   fi
    4561 else
    4562   ac_cpp_err=yes
    4563 fi
    4564 if test -z "$ac_cpp_err"; then
     5193  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5194  (exit $ac_status); } >/dev/null && {
     5195     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     5196     test ! -s conftest.err
     5197       }; then
    45655198  ac_header_preproc=yes
    45665199else
    4567   echo "$as_me: failed program was:" >&5
     5200  $as_echo "$as_me: failed program was:" >&5
    45685201sed 's/^/| /' conftest.$ac_ext >&5
    45695202
    45705203  ac_header_preproc=no
    45715204fi
     5205
    45725206rm -f conftest.err conftest.$ac_ext
    4573 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4574 echo "${ECHO_T}$ac_header_preproc" >&6
     5207{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5208$as_echo "$ac_header_preproc" >&6; }
    45755209
    45765210# So?  What about this header?
    45775211case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    45785212  yes:no: )
    4579     { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
    4580 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4581     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
    4582 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5213    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5214$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5215    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5216$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
    45835217    ac_header_preproc=yes
    45845218    ;;
    45855219  no:yes:* )
    4586     { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
    4587 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
    4588     { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
    4589 echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
    4590     { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
    4591 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
    4592     { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
    4593 echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    4594     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
    4595 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
    4596     { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
    4597 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
    4598     (
    4599       cat <<\_ASBOX
    4600 ## ------------------------------------------ ##
    4601 ## Report this to the AC_PACKAGE_NAME lists.  ##
    4602 ## ------------------------------------------ ##
    4603 _ASBOX
    4604     ) |
    4605       sed "s/^/$as_me: WARNING:     /" >&2
     5220    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5221$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5222    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5223$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5224    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5225$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5226    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5227$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5228    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5229$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5230    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5231$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5232
    46065233    ;;
    46075234esac
    4608 echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4609 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
     5235{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5236$as_echo_n "checking for minix/config.h... " >&6; }
    46105237if test "${ac_cv_header_minix_config_h+set}" = set; then
    4611   echo $ECHO_N "(cached) $ECHO_C" >&6
     5238  $as_echo_n "(cached) " >&6
    46125239else
    46135240  ac_cv_header_minix_config_h=$ac_header_preproc
    46145241fi
    4615 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4616 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
    4617 
    4618 fi
    4619 if test $ac_cv_header_minix_config_h = yes; then
     5242{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5243$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5244
     5245fi
     5246if test "x$ac_cv_header_minix_config_h" = x""yes; then
    46205247  MINIX=yes
    46215248else
     
    46245251
    46255252
    4626 if test "$MINIX" = yes; then
     5253  if test "$MINIX" = yes; then
    46275254
    46285255cat >>confdefs.h <<\_ACEOF
     
    46405267_ACEOF
    46415268
    4642 fi
    4643 
    4644 echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
    4645 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
     5269  fi
     5270
     5271
     5272
     5273  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     5274$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     5275if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     5276  $as_echo_n "(cached) " >&6
     5277else
     5278  cat >conftest.$ac_ext <<_ACEOF
     5279/* confdefs.h.  */
     5280_ACEOF
     5281cat confdefs.h >>conftest.$ac_ext
     5282cat >>conftest.$ac_ext <<_ACEOF
     5283/* end confdefs.h.  */
     5284
     5285#     define __EXTENSIONS__ 1
     5286      $ac_includes_default
     5287int
     5288main ()
     5289{
     5290
     5291  ;
     5292  return 0;
     5293}
     5294_ACEOF
     5295rm -f conftest.$ac_objext
     5296if { (ac_try="$ac_compile"
     5297case "(($ac_try" in
     5298  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5299  *) ac_try_echo=$ac_try;;
     5300esac
     5301eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5302$as_echo "$ac_try_echo") >&5
     5303  (eval "$ac_compile") 2>conftest.er1
     5304  ac_status=$?
     5305  grep -v '^ *+' conftest.er1 >conftest.err
     5306  rm -f conftest.er1
     5307  cat conftest.err >&5
     5308  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5309  (exit $ac_status); } && {
     5310     test -z "$ac_c_werror_flag" ||
     5311     test ! -s conftest.err
     5312       } && test -s conftest.$ac_objext; then
     5313  ac_cv_safe_to_define___extensions__=yes
     5314else
     5315  $as_echo "$as_me: failed program was:" >&5
     5316sed 's/^/| /' conftest.$ac_ext >&5
     5317
     5318    ac_cv_safe_to_define___extensions__=no
     5319fi
     5320
     5321rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5322fi
     5323{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     5324$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     5325  test $ac_cv_safe_to_define___extensions__ = yes &&
     5326    cat >>confdefs.h <<\_ACEOF
     5327#define __EXTENSIONS__ 1
     5328_ACEOF
     5329
     5330  cat >>confdefs.h <<\_ACEOF
     5331#define _ALL_SOURCE 1
     5332_ACEOF
     5333
     5334  cat >>confdefs.h <<\_ACEOF
     5335#define _GNU_SOURCE 1
     5336_ACEOF
     5337
     5338  cat >>confdefs.h <<\_ACEOF
     5339#define _POSIX_PTHREAD_SEMANTICS 1
     5340_ACEOF
     5341
     5342  cat >>confdefs.h <<\_ACEOF
     5343#define _TANDEM_SOURCE 1
     5344_ACEOF
     5345
     5346
     5347{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
     5348$as_echo_n "checking for library containing strerror... " >&6; }
     5349if test "${ac_cv_search_strerror+set}" = set; then
     5350  $as_echo_n "(cached) " >&6
     5351else
     5352  ac_func_search_save_LIBS=$LIBS
     5353cat >conftest.$ac_ext <<_ACEOF
     5354/* confdefs.h.  */
     5355_ACEOF
     5356cat confdefs.h >>conftest.$ac_ext
     5357cat >>conftest.$ac_ext <<_ACEOF
     5358/* end confdefs.h.  */
     5359
     5360/* Override any GCC internal prototype to avoid an error.
     5361   Use char because int might match the return type of a GCC
     5362   builtin and then its argument prototype would still apply.  */
     5363#ifdef __cplusplus
     5364extern "C"
     5365#endif
     5366char strerror ();
     5367int
     5368main ()
     5369{
     5370return strerror ();
     5371  ;
     5372  return 0;
     5373}
     5374_ACEOF
     5375for ac_lib in '' cposix; do
     5376  if test -z "$ac_lib"; then
     5377    ac_res="none required"
     5378  else
     5379    ac_res=-l$ac_lib
     5380    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     5381  fi
     5382  rm -f conftest.$ac_objext conftest$ac_exeext
     5383if { (ac_try="$ac_link"
     5384case "(($ac_try" in
     5385  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5386  *) ac_try_echo=$ac_try;;
     5387esac
     5388eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5389$as_echo "$ac_try_echo") >&5
     5390  (eval "$ac_link") 2>conftest.er1
     5391  ac_status=$?
     5392  grep -v '^ *+' conftest.er1 >conftest.err
     5393  rm -f conftest.er1
     5394  cat conftest.err >&5
     5395  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5396  (exit $ac_status); } && {
     5397     test -z "$ac_c_werror_flag" ||
     5398     test ! -s conftest.err
     5399       } && test -s conftest$ac_exeext && {
     5400     test "$cross_compiling" = yes ||
     5401     $as_test_x conftest$ac_exeext
     5402       }; then
     5403  ac_cv_search_strerror=$ac_res
     5404else
     5405  $as_echo "$as_me: failed program was:" >&5
     5406sed 's/^/| /' conftest.$ac_ext >&5
     5407
     5408
     5409fi
     5410
     5411rm -rf conftest.dSYM
     5412rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     5413      conftest$ac_exeext
     5414  if test "${ac_cv_search_strerror+set}" = set; then
     5415  break
     5416fi
     5417done
     5418if test "${ac_cv_search_strerror+set}" = set; then
     5419  :
     5420else
     5421  ac_cv_search_strerror=no
     5422fi
     5423rm conftest.$ac_ext
     5424LIBS=$ac_func_search_save_LIBS
     5425fi
     5426{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
     5427$as_echo "$ac_cv_search_strerror" >&6; }
     5428ac_res=$ac_cv_search_strerror
     5429if test "$ac_res" != no; then
     5430  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     5431
     5432fi
     5433
     5434
     5435  if test "${ac_cv_header_minix_config_h+set}" = set; then
     5436  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5437$as_echo_n "checking for minix/config.h... " >&6; }
     5438if test "${ac_cv_header_minix_config_h+set}" = set; then
     5439  $as_echo_n "(cached) " >&6
     5440fi
     5441{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5442$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5443else
     5444  # Is the header compilable?
     5445{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     5446$as_echo_n "checking minix/config.h usability... " >&6; }
     5447cat >conftest.$ac_ext <<_ACEOF
     5448/* confdefs.h.  */
     5449_ACEOF
     5450cat confdefs.h >>conftest.$ac_ext
     5451cat >>conftest.$ac_ext <<_ACEOF
     5452/* end confdefs.h.  */
     5453$ac_includes_default
     5454#include <minix/config.h>
     5455_ACEOF
     5456rm -f conftest.$ac_objext
     5457if { (ac_try="$ac_compile"
     5458case "(($ac_try" in
     5459  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5460  *) ac_try_echo=$ac_try;;
     5461esac
     5462eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5463$as_echo "$ac_try_echo") >&5
     5464  (eval "$ac_compile") 2>conftest.er1
     5465  ac_status=$?
     5466  grep -v '^ *+' conftest.er1 >conftest.err
     5467  rm -f conftest.er1
     5468  cat conftest.err >&5
     5469  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5470  (exit $ac_status); } && {
     5471     test -z "$ac_c_werror_flag" ||
     5472     test ! -s conftest.err
     5473       } && test -s conftest.$ac_objext; then
     5474  ac_header_compiler=yes
     5475else
     5476  $as_echo "$as_me: failed program was:" >&5
     5477sed 's/^/| /' conftest.$ac_ext >&5
     5478
     5479    ac_header_compiler=no
     5480fi
     5481
     5482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5483{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5484$as_echo "$ac_header_compiler" >&6; }
     5485
     5486# Is the header present?
     5487{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5488$as_echo_n "checking minix/config.h presence... " >&6; }
     5489cat >conftest.$ac_ext <<_ACEOF
     5490/* confdefs.h.  */
     5491_ACEOF
     5492cat confdefs.h >>conftest.$ac_ext
     5493cat >>conftest.$ac_ext <<_ACEOF
     5494/* end confdefs.h.  */
     5495#include <minix/config.h>
     5496_ACEOF
     5497if { (ac_try="$ac_cpp conftest.$ac_ext"
     5498case "(($ac_try" in
     5499  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5500  *) ac_try_echo=$ac_try;;
     5501esac
     5502eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5503$as_echo "$ac_try_echo") >&5
     5504  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     5505  ac_status=$?
     5506  grep -v '^ *+' conftest.er1 >conftest.err
     5507  rm -f conftest.er1
     5508  cat conftest.err >&5
     5509  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5510  (exit $ac_status); } >/dev/null && {
     5511     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     5512     test ! -s conftest.err
     5513       }; then
     5514  ac_header_preproc=yes
     5515else
     5516  $as_echo "$as_me: failed program was:" >&5
     5517sed 's/^/| /' conftest.$ac_ext >&5
     5518
     5519  ac_header_preproc=no
     5520fi
     5521
     5522rm -f conftest.err conftest.$ac_ext
     5523{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5524$as_echo "$ac_header_preproc" >&6; }
     5525
     5526# So?  What about this header?
     5527case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     5528  yes:no: )
     5529    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5530$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5531    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5532$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5533    ac_header_preproc=yes
     5534    ;;
     5535  no:yes:* )
     5536    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5537$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5538    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5539$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5540    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5541$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5542    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5543$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5544    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5545$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5546    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5547$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5548
     5549    ;;
     5550esac
     5551{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5552$as_echo_n "checking for minix/config.h... " >&6; }
     5553if test "${ac_cv_header_minix_config_h+set}" = set; then
     5554  $as_echo_n "(cached) " >&6
     5555else
     5556  ac_cv_header_minix_config_h=$ac_header_preproc
     5557fi
     5558{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5559$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5560
     5561fi
     5562if test "x$ac_cv_header_minix_config_h" = x""yes; then
     5563  MINIX=yes
     5564else
     5565  MINIX=
     5566fi
     5567
     5568
     5569  if test "$MINIX" = yes; then
     5570
     5571cat >>confdefs.h <<\_ACEOF
     5572#define _POSIX_SOURCE 1
     5573_ACEOF
     5574
     5575
     5576cat >>confdefs.h <<\_ACEOF
     5577#define _POSIX_1_SOURCE 2
     5578_ACEOF
     5579
     5580
     5581cat >>confdefs.h <<\_ACEOF
     5582#define _MINIX 1
     5583_ACEOF
     5584
     5585  fi
     5586
     5587
     5588
     5589  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     5590$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     5591if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     5592  $as_echo_n "(cached) " >&6
     5593else
     5594  cat >conftest.$ac_ext <<_ACEOF
     5595/* confdefs.h.  */
     5596_ACEOF
     5597cat confdefs.h >>conftest.$ac_ext
     5598cat >>conftest.$ac_ext <<_ACEOF
     5599/* end confdefs.h.  */
     5600
     5601#     define __EXTENSIONS__ 1
     5602      $ac_includes_default
     5603int
     5604main ()
     5605{
     5606
     5607  ;
     5608  return 0;
     5609}
     5610_ACEOF
     5611rm -f conftest.$ac_objext
     5612if { (ac_try="$ac_compile"
     5613case "(($ac_try" in
     5614  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5615  *) ac_try_echo=$ac_try;;
     5616esac
     5617eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5618$as_echo "$ac_try_echo") >&5
     5619  (eval "$ac_compile") 2>conftest.er1
     5620  ac_status=$?
     5621  grep -v '^ *+' conftest.er1 >conftest.err
     5622  rm -f conftest.er1
     5623  cat conftest.err >&5
     5624  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5625  (exit $ac_status); } && {
     5626     test -z "$ac_c_werror_flag" ||
     5627     test ! -s conftest.err
     5628       } && test -s conftest.$ac_objext; then
     5629  ac_cv_safe_to_define___extensions__=yes
     5630else
     5631  $as_echo "$as_me: failed program was:" >&5
     5632sed 's/^/| /' conftest.$ac_ext >&5
     5633
     5634    ac_cv_safe_to_define___extensions__=no
     5635fi
     5636
     5637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5638fi
     5639{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     5640$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     5641  test $ac_cv_safe_to_define___extensions__ = yes &&
     5642    cat >>confdefs.h <<\_ACEOF
     5643#define __EXTENSIONS__ 1
     5644_ACEOF
     5645
     5646  cat >>confdefs.h <<\_ACEOF
     5647#define _ALL_SOURCE 1
     5648_ACEOF
     5649
     5650  cat >>confdefs.h <<\_ACEOF
     5651#define _GNU_SOURCE 1
     5652_ACEOF
     5653
     5654  cat >>confdefs.h <<\_ACEOF
     5655#define _POSIX_PTHREAD_SEMANTICS 1
     5656_ACEOF
     5657
     5658  cat >>confdefs.h <<\_ACEOF
     5659#define _TANDEM_SOURCE 1
     5660_ACEOF
     5661
     5662
     5663{ $as_echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
     5664$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
    46465665if test "${ac_cv_prog_cc_stdc+set}" = set; then
    4647   echo $ECHO_N "(cached) $ECHO_C" >&6
     5666  $as_echo_n "(cached) " >&6
    46485667else
    46495668  ac_cv_prog_cc_stdc=no
     
    46795698_ACEOF
    46805699rm -f conftest.$ac_objext
    4681 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4682   (eval $ac_compile) 2>conftest.er1
     5700if { (ac_try="$ac_compile"
     5701case "(($ac_try" in
     5702  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5703  *) ac_try_echo=$ac_try;;
     5704esac
     5705eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5706$as_echo "$ac_try_echo") >&5
     5707  (eval "$ac_compile") 2>conftest.er1
    46835708  ac_status=$?
    46845709  grep -v '^ *+' conftest.er1 >conftest.err
    46855710  rm -f conftest.er1
    46865711  cat conftest.err >&5
    4687   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4688   (exit $ac_status); } &&
    4689      { ac_try='test -z "$ac_c_werror_flag"
    4690              || test ! -s conftest.err'
    4691   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4692   (eval $ac_try) 2>&5
    4693   ac_status=$?
    4694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4695   (exit $ac_status); }; } &&
    4696      { ac_try='test -s conftest.$ac_objext'
    4697   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4698   (eval $ac_try) 2>&5
    4699   ac_status=$?
    4700   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4701   (exit $ac_status); }; }; then
     5712  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5713  (exit $ac_status); } && {
     5714     test -z "$ac_c_werror_flag" ||
     5715     test ! -s conftest.err
     5716       } && test -s conftest.$ac_objext; then
    47025717  ac_cv_prog_cc_stdc="$ac_arg"; break
    47035718else
    4704   echo "$as_me: failed program was:" >&5
     5719  $as_echo "$as_me: failed program was:" >&5
    47055720sed 's/^/| /' conftest.$ac_ext >&5
    47065721
    4707 fi
    4708 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5722
     5723fi
     5724
     5725rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    47095726done
    47105727CFLAGS="$ac_save_CFLAGS"
     
    47125729fi
    47135730
    4714 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    4715 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     5731{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     5732$as_echo "$ac_cv_prog_cc_stdc" >&6; }
    47165733case "x$ac_cv_prog_cc_stdc" in
    47175734  x|xno) ;;
     
    47205737
    47215738
    4722 echo "$as_me:$LINENO: checking for function prototypes" >&5
    4723 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
     5739{ $as_echo "$as_me:$LINENO: checking for function prototypes" >&5
     5740$as_echo_n "checking for function prototypes... " >&6; }
    47245741if test "$ac_cv_prog_cc_stdc" != no; then
    4725   echo "$as_me:$LINENO: result: yes" >&5
    4726 echo "${ECHO_T}yes" >&6
     5742  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5743$as_echo "yes" >&6; }
    47275744  cat >>confdefs.h <<\_ACEOF
    47285745#define PROTOTYPES 1
     
    47315748  U= ANSI2KNR=
    47325749else
    4733   echo "$as_me:$LINENO: result: no" >&5
    4734 echo "${ECHO_T}no" >&6
     5750  { $as_echo "$as_me:$LINENO: result: no" >&5
     5751$as_echo "no" >&6; }
    47355752  U=_ ANSI2KNR=ansi2knr
    47365753fi
    47375754
    4738 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
    4739 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     5755{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     5756$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
    47405757if test "${ac_cv_c_const+set}" = set; then
    4741   echo $ECHO_N "(cached) $ECHO_C" >&6
     5758  $as_echo_n "(cached) " >&6
    47425759else
    47435760  cat >conftest.$ac_ext <<_ACEOF
     
    47555772  /* Ultrix mips cc rejects this.  */
    47565773  typedef int charset[2];
    4757   const charset x;
     5774  const charset cs;
    47585775  /* SunOS 4.1.1 cc rejects this.  */
    4759   char const *const *ccp;
    4760   char **p;
     5776  char const *const *pcpcc;
     5777  char **ppc;
    47615778  /* NEC SVR4.0.2 mips cc rejects this.  */
    47625779  struct point {int x, y;};
     
    47675784     expression */
    47685785  const char *g = "string";
    4769   ccp = &g + (g ? g-g : 0);
     5786  pcpcc = &g + (g ? g-g : 0);
    47705787  /* HPUX 7.0 cc rejects these. */
    4771   ++ccp;
    4772   p = (char**) ccp;
    4773   ccp = (char const *const *) p;
     5788  ++pcpcc;
     5789  ppc = (char**) pcpcc;
     5790  pcpcc = (char const *const *) ppc;
    47745791  { /* SCO 3.2v4 cc rejects this.  */
    47755792    char *t;
     
    47775794
    47785795    *t++ = 0;
     5796    if (s) return 0;
    47795797  }
    47805798  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     
    47955813  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    47965814    const int foo = 10;
     5815    if (!foo) return 0;
    47975816  }
     5817  return !cs[0] && !zero.x;
    47985818#endif
    47995819
     
    48035823_ACEOF
    48045824rm -f conftest.$ac_objext
    4805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4806   (eval $ac_compile) 2>conftest.er1
     5825if { (ac_try="$ac_compile"
     5826case "(($ac_try" in
     5827  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5828  *) ac_try_echo=$ac_try;;
     5829esac
     5830eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5831$as_echo "$ac_try_echo") >&5
     5832  (eval "$ac_compile") 2>conftest.er1
    48075833  ac_status=$?
    48085834  grep -v '^ *+' conftest.er1 >conftest.err
    48095835  rm -f conftest.er1
    48105836  cat conftest.err >&5
    4811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4812   (exit $ac_status); } &&
    4813      { ac_try='test -z "$ac_c_werror_flag"
    4814              || test ! -s conftest.err'
    4815   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4816   (eval $ac_try) 2>&5
    4817   ac_status=$?
    4818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4819   (exit $ac_status); }; } &&
    4820      { ac_try='test -s conftest.$ac_objext'
    4821   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4822   (eval $ac_try) 2>&5
    4823   ac_status=$?
    4824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4825   (exit $ac_status); }; }; then
     5837  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5838  (exit $ac_status); } && {
     5839     test -z "$ac_c_werror_flag" ||
     5840     test ! -s conftest.err
     5841       } && test -s conftest.$ac_objext; then
    48265842  ac_cv_c_const=yes
    48275843else
    4828   echo "$as_me: failed program was:" >&5
     5844  $as_echo "$as_me: failed program was:" >&5
    48295845sed 's/^/| /' conftest.$ac_ext >&5
    48305846
    4831 ac_cv_c_const=no
    4832 fi
    4833 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4834 fi
    4835 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
    4836 echo "${ECHO_T}$ac_cv_c_const" >&6
     5847    ac_cv_c_const=no
     5848fi
     5849
     5850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5851fi
     5852{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     5853$as_echo "$ac_cv_c_const" >&6; }
    48375854if test $ac_cv_c_const = no; then
    48385855
    48395856cat >>confdefs.h <<\_ACEOF
    4840 #define const
    4841 _ACEOF
    4842 
    4843 fi
    4844 
    4845 echo "$as_me:$LINENO: checking for off_t" >&5
    4846 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
     5857#define const /**/
     5858_ACEOF
     5859
     5860fi
     5861
     5862{ $as_echo "$as_me:$LINENO: checking for off_t" >&5
     5863$as_echo_n "checking for off_t... " >&6; }
    48475864if test "${ac_cv_type_off_t+set}" = set; then
    4848   echo $ECHO_N "(cached) $ECHO_C" >&6
    4849 else
    4850   cat >conftest.$ac_ext <<_ACEOF
     5865  $as_echo_n "(cached) " >&6
     5866else
     5867  ac_cv_type_off_t=no
     5868cat >conftest.$ac_ext <<_ACEOF
    48515869/* confdefs.h.  */
    48525870_ACEOF
     
    48585876main ()
    48595877{
    4860 if ((off_t *) 0)
    4861   return 0;
    48625878if (sizeof (off_t))
    4863   return 0;
     5879       return 0;
    48645880  ;
    48655881  return 0;
     
    48675883_ACEOF
    48685884rm -f conftest.$ac_objext
    4869 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4870   (eval $ac_compile) 2>conftest.er1
     5885if { (ac_try="$ac_compile"
     5886case "(($ac_try" in
     5887  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5888  *) ac_try_echo=$ac_try;;
     5889esac
     5890eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5891$as_echo "$ac_try_echo") >&5
     5892  (eval "$ac_compile") 2>conftest.er1
    48715893  ac_status=$?
    48725894  grep -v '^ *+' conftest.er1 >conftest.err
    48735895  rm -f conftest.er1
    48745896  cat conftest.err >&5
    4875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4876   (exit $ac_status); } &&
    4877      { ac_try='test -z "$ac_c_werror_flag"
    4878              || test ! -s conftest.err'
    4879   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4880   (eval $ac_try) 2>&5
    4881   ac_status=$?
    4882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4883   (exit $ac_status); }; } &&
    4884      { ac_try='test -s conftest.$ac_objext'
    4885   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4886   (eval $ac_try) 2>&5
    4887   ac_status=$?
    4888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4889   (exit $ac_status); }; }; then
    4890   ac_cv_type_off_t=yes
    4891 else
    4892   echo "$as_me: failed program was:" >&5
    4893 sed 's/^/| /' conftest.$ac_ext >&5
    4894 
    4895 ac_cv_type_off_t=no
    4896 fi
    4897 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4898 fi
    4899 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
    4900 echo "${ECHO_T}$ac_cv_type_off_t" >&6
    4901 if test $ac_cv_type_off_t = yes; then
    4902   :
    4903 else
    4904 
    4905 cat >>confdefs.h <<_ACEOF
    4906 #define off_t long
    4907 _ACEOF
    4908 
    4909 fi
    4910 
    4911 echo "$as_me:$LINENO: checking for size_t" >&5
    4912 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
    4913 if test "${ac_cv_type_size_t+set}" = set; then
    4914   echo $ECHO_N "(cached) $ECHO_C" >&6
    4915 else
     5897  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5898  (exit $ac_status); } && {
     5899     test -z "$ac_c_werror_flag" ||
     5900     test ! -s conftest.err
     5901       } && test -s conftest.$ac_objext; then
    49165902  cat >conftest.$ac_ext <<_ACEOF
    49175903/* confdefs.h.  */
     
    49245910main ()
    49255911{
    4926 if ((size_t *) 0)
    4927   return 0;
    4928 if (sizeof (size_t))
    4929   return 0;
     5912if (sizeof ((off_t)))
     5913      return 0;
    49305914  ;
    49315915  return 0;
     
    49335917_ACEOF
    49345918rm -f conftest.$ac_objext
    4935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4936   (eval $ac_compile) 2>conftest.er1
     5919if { (ac_try="$ac_compile"
     5920case "(($ac_try" in
     5921  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5922  *) ac_try_echo=$ac_try;;
     5923esac
     5924eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5925$as_echo "$ac_try_echo") >&5
     5926  (eval "$ac_compile") 2>conftest.er1
    49375927  ac_status=$?
    49385928  grep -v '^ *+' conftest.er1 >conftest.err
    49395929  rm -f conftest.er1
    49405930  cat conftest.err >&5
    4941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4942   (exit $ac_status); } &&
    4943      { ac_try='test -z "$ac_c_werror_flag"
    4944              || test ! -s conftest.err'
    4945   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4946   (eval $ac_try) 2>&5
     5931  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5932  (exit $ac_status); } && {
     5933     test -z "$ac_c_werror_flag" ||
     5934     test ! -s conftest.err
     5935       } && test -s conftest.$ac_objext; then
     5936  :
     5937else
     5938  $as_echo "$as_me: failed program was:" >&5
     5939sed 's/^/| /' conftest.$ac_ext >&5
     5940
     5941    ac_cv_type_off_t=yes
     5942fi
     5943
     5944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5945else
     5946  $as_echo "$as_me: failed program was:" >&5
     5947sed 's/^/| /' conftest.$ac_ext >&5
     5948
     5949
     5950fi
     5951
     5952rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5953fi
     5954{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     5955$as_echo "$ac_cv_type_off_t" >&6; }
     5956if test "x$ac_cv_type_off_t" = x""yes; then
     5957  :
     5958else
     5959
     5960cat >>confdefs.h <<_ACEOF
     5961#define off_t long int
     5962_ACEOF
     5963
     5964fi
     5965
     5966{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
     5967$as_echo_n "checking for size_t... " >&6; }
     5968if test "${ac_cv_type_size_t+set}" = set; then
     5969  $as_echo_n "(cached) " >&6
     5970else
     5971  ac_cv_type_size_t=no
     5972cat >conftest.$ac_ext <<_ACEOF
     5973/* confdefs.h.  */
     5974_ACEOF
     5975cat confdefs.h >>conftest.$ac_ext
     5976cat >>conftest.$ac_ext <<_ACEOF
     5977/* end confdefs.h.  */
     5978$ac_includes_default
     5979int
     5980main ()
     5981{
     5982if (sizeof (size_t))
     5983       return 0;
     5984  ;
     5985  return 0;
     5986}
     5987_ACEOF
     5988rm -f conftest.$ac_objext
     5989if { (ac_try="$ac_compile"
     5990case "(($ac_try" in
     5991  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5992  *) ac_try_echo=$ac_try;;
     5993esac
     5994eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5995$as_echo "$ac_try_echo") >&5
     5996  (eval "$ac_compile") 2>conftest.er1
    49475997  ac_status=$?
    4948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4949   (exit $ac_status); }; } &&
    4950      { ac_try='test -s conftest.$ac_objext'
    4951   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4952   (eval $ac_try) 2>&5
     5998  grep -v '^ *+' conftest.er1 >conftest.err
     5999  rm -f conftest.er1
     6000  cat conftest.err >&5
     6001  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6002  (exit $ac_status); } && {
     6003     test -z "$ac_c_werror_flag" ||
     6004     test ! -s conftest.err
     6005       } && test -s conftest.$ac_objext; then
     6006  cat >conftest.$ac_ext <<_ACEOF
     6007/* confdefs.h.  */
     6008_ACEOF
     6009cat confdefs.h >>conftest.$ac_ext
     6010cat >>conftest.$ac_ext <<_ACEOF
     6011/* end confdefs.h.  */
     6012$ac_includes_default
     6013int
     6014main ()
     6015{
     6016if (sizeof ((size_t)))
     6017      return 0;
     6018  ;
     6019  return 0;
     6020}
     6021_ACEOF
     6022rm -f conftest.$ac_objext
     6023if { (ac_try="$ac_compile"
     6024case "(($ac_try" in
     6025  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6026  *) ac_try_echo=$ac_try;;
     6027esac
     6028eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6029$as_echo "$ac_try_echo") >&5
     6030  (eval "$ac_compile") 2>conftest.er1
    49536031  ac_status=$?
    4954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4955   (exit $ac_status); }; }; then
    4956   ac_cv_type_size_t=yes
    4957 else
    4958   echo "$as_me: failed program was:" >&5
     6032  grep -v '^ *+' conftest.er1 >conftest.err
     6033  rm -f conftest.er1
     6034  cat conftest.err >&5
     6035  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6036  (exit $ac_status); } && {
     6037     test -z "$ac_c_werror_flag" ||
     6038     test ! -s conftest.err
     6039       } && test -s conftest.$ac_objext; then
     6040  :
     6041else
     6042  $as_echo "$as_me: failed program was:" >&5
    49596043sed 's/^/| /' conftest.$ac_ext >&5
    49606044
    4961 ac_cv_type_size_t=no
    4962 fi
    4963 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4964 fi
    4965 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
    4966 echo "${ECHO_T}$ac_cv_type_size_t" >&6
    4967 if test $ac_cv_type_size_t = yes; then
     6045    ac_cv_type_size_t=yes
     6046fi
     6047
     6048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6049else
     6050  $as_echo "$as_me: failed program was:" >&5
     6051sed 's/^/| /' conftest.$ac_ext >&5
     6052
     6053
     6054fi
     6055
     6056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6057fi
     6058{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
     6059$as_echo "$ac_cv_type_size_t" >&6; }
     6060if test "x$ac_cv_type_size_t" = x""yes; then
    49686061  :
    49696062else
    49706063
    49716064cat >>confdefs.h <<_ACEOF
    4972 #define size_t unsigned
    4973 _ACEOF
    4974 
    4975 fi
    4976 
    4977 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
    4978 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
     6065#define size_t unsigned int
     6066_ACEOF
     6067
     6068fi
     6069
     6070{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
     6071$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
    49796072if test "${ac_cv_header_time+set}" = set; then
    4980   echo $ECHO_N "(cached) $ECHO_C" >&6
     6073  $as_echo_n "(cached) " >&6
    49816074else
    49826075  cat >conftest.$ac_ext <<_ACEOF
     
    50006093_ACEOF
    50016094rm -f conftest.$ac_objext
    5002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5003   (eval $ac_compile) 2>conftest.er1
     6095if { (ac_try="$ac_compile"
     6096case "(($ac_try" in
     6097  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6098  *) ac_try_echo=$ac_try;;
     6099esac
     6100eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6101$as_echo "$ac_try_echo") >&5
     6102  (eval "$ac_compile") 2>conftest.er1
    50046103  ac_status=$?
    50056104  grep -v '^ *+' conftest.er1 >conftest.err
    50066105  rm -f conftest.er1
    50076106  cat conftest.err >&5
    5008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5009   (exit $ac_status); } &&
    5010      { ac_try='test -z "$ac_c_werror_flag"
    5011              || test ! -s conftest.err'
    5012   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5013   (eval $ac_try) 2>&5
    5014   ac_status=$?
    5015   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5016   (exit $ac_status); }; } &&
    5017      { ac_try='test -s conftest.$ac_objext'
    5018   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5019   (eval $ac_try) 2>&5
    5020   ac_status=$?
    5021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5022   (exit $ac_status); }; }; then
     6107  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6108  (exit $ac_status); } && {
     6109     test -z "$ac_c_werror_flag" ||
     6110     test ! -s conftest.err
     6111       } && test -s conftest.$ac_objext; then
    50236112  ac_cv_header_time=yes
    50246113else
    5025   echo "$as_me: failed program was:" >&5
     6114  $as_echo "$as_me: failed program was:" >&5
    50266115sed 's/^/| /' conftest.$ac_ext >&5
    50276116
    5028 ac_cv_header_time=no
    5029 fi
    5030 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5031 fi
    5032 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
    5033 echo "${ECHO_T}$ac_cv_header_time" >&6
     6117    ac_cv_header_time=no
     6118fi
     6119
     6120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6121fi
     6122{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
     6123$as_echo "$ac_cv_header_time" >&6; }
    50346124if test $ac_cv_header_time = yes; then
    50356125
     
    50406130fi
    50416131
    5042 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
    5043 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
     6132{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
     6133$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
    50446134if test "${ac_cv_struct_tm+set}" = set; then
    5045   echo $ECHO_N "(cached) $ECHO_C" >&6
     6135  $as_echo_n "(cached) " >&6
    50466136else
    50476137  cat >conftest.$ac_ext <<_ACEOF
     
    50576147main ()
    50586148{
    5059 struct tm *tp; tp->tm_sec;
     6149struct tm tm;
     6150                     int *p = &tm.tm_sec;
     6151                     return !p;
    50606152  ;
    50616153  return 0;
     
    50636155_ACEOF
    50646156rm -f conftest.$ac_objext
    5065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5066   (eval $ac_compile) 2>conftest.er1
     6157if { (ac_try="$ac_compile"
     6158case "(($ac_try" in
     6159  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6160  *) ac_try_echo=$ac_try;;
     6161esac
     6162eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6163$as_echo "$ac_try_echo") >&5
     6164  (eval "$ac_compile") 2>conftest.er1
    50676165  ac_status=$?
    50686166  grep -v '^ *+' conftest.er1 >conftest.err
    50696167  rm -f conftest.er1
    50706168  cat conftest.err >&5
    5071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5072   (exit $ac_status); } &&
    5073      { ac_try='test -z "$ac_c_werror_flag"
    5074              || test ! -s conftest.err'
    5075   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5076   (eval $ac_try) 2>&5
    5077   ac_status=$?
    5078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5079   (exit $ac_status); }; } &&
    5080      { ac_try='test -s conftest.$ac_objext'
    5081   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5082   (eval $ac_try) 2>&5
    5083   ac_status=$?
    5084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5085   (exit $ac_status); }; }; then
     6169  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6170  (exit $ac_status); } && {
     6171     test -z "$ac_c_werror_flag" ||
     6172     test ! -s conftest.err
     6173       } && test -s conftest.$ac_objext; then
    50866174  ac_cv_struct_tm=time.h
    50876175else
    5088   echo "$as_me: failed program was:" >&5
     6176  $as_echo "$as_me: failed program was:" >&5
    50896177sed 's/^/| /' conftest.$ac_ext >&5
    50906178
    5091 ac_cv_struct_tm=sys/time.h
    5092 fi
    5093 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5094 fi
    5095 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
    5096 echo "${ECHO_T}$ac_cv_struct_tm" >&6
     6179    ac_cv_struct_tm=sys/time.h
     6180fi
     6181
     6182rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6183fi
     6184{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
     6185$as_echo "$ac_cv_struct_tm" >&6; }
    50976186if test $ac_cv_struct_tm = sys/time.h; then
    50986187
     
    51226211_ACEOF
    51236212rm -f conftest.$ac_objext
    5124 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5125   (eval $ac_compile) 2>conftest.er1
     6213if { (ac_try="$ac_compile"
     6214case "(($ac_try" in
     6215  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6216  *) ac_try_echo=$ac_try;;
     6217esac
     6218eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6219$as_echo "$ac_try_echo") >&5
     6220  (eval "$ac_compile") 2>conftest.er1
    51266221  ac_status=$?
    51276222  grep -v '^ *+' conftest.er1 >conftest.err
    51286223  rm -f conftest.er1
    51296224  cat conftest.err >&5
    5130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5131   (exit $ac_status); } &&
    5132      { ac_try='test -z "$ac_c_werror_flag"
    5133              || test ! -s conftest.err'
    5134   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5135   (eval $ac_try) 2>&5
    5136   ac_status=$?
    5137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5138   (exit $ac_status); }; } &&
    5139      { ac_try='test -s conftest.$ac_objext'
    5140   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5141   (eval $ac_try) 2>&5
    5142   ac_status=$?
    5143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5144   (exit $ac_status); }; }; then
     6225  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6226  (exit $ac_status); } && {
     6227     test -z "$ac_c_werror_flag" ||
     6228     test ! -s conftest.err
     6229       } && test -s conftest.$ac_objext; then
    51456230  :
    51466231else
    5147   echo "$as_me: failed program was:" >&5
     6232  $as_echo "$as_me: failed program was:" >&5
    51486233sed 's/^/| /' conftest.$ac_ext >&5
    51496234
    5150 CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
    5151 fi
    5152 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5153 fi
    5154 
    5155 
    5156 
    5157 echo "$as_me:$LINENO: checking for main in -lg" >&5
    5158 echo $ECHO_N "checking for main in -lg... $ECHO_C" >&6
     6235    CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
     6236fi
     6237
     6238rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6239fi
     6240
     6241
     6242
     6243{ $as_echo "$as_me:$LINENO: checking for main in -lg" >&5
     6244$as_echo_n "checking for main in -lg... " >&6; }
    51596245if test "${ac_cv_lib_g_main+set}" = set; then
    5160   echo $ECHO_N "(cached) $ECHO_C" >&6
     6246  $as_echo_n "(cached) " >&6
    51616247else
    51626248  ac_check_lib_save_LIBS=$LIBS
     
    51736259main ()
    51746260{
    5175 main ();
     6261return main ();
    51766262  ;
    51776263  return 0;
     
    51796265_ACEOF
    51806266rm -f conftest.$ac_objext conftest$ac_exeext
    5181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5182   (eval $ac_link) 2>conftest.er1
     6267if { (ac_try="$ac_link"
     6268case "(($ac_try" in
     6269  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6270  *) ac_try_echo=$ac_try;;
     6271esac
     6272eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6273$as_echo "$ac_try_echo") >&5
     6274  (eval "$ac_link") 2>conftest.er1
    51836275  ac_status=$?
    51846276  grep -v '^ *+' conftest.er1 >conftest.err
    51856277  rm -f conftest.er1
    51866278  cat conftest.err >&5
    5187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5188   (exit $ac_status); } &&
    5189      { ac_try='test -z "$ac_c_werror_flag"
    5190              || test ! -s conftest.err'
    5191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5192   (eval $ac_try) 2>&5
    5193   ac_status=$?
    5194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5195   (exit $ac_status); }; } &&
    5196      { ac_try='test -s conftest$ac_exeext'
    5197   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5198   (eval $ac_try) 2>&5
    5199   ac_status=$?
    5200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5201   (exit $ac_status); }; }; then
     6279  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6280  (exit $ac_status); } && {
     6281     test -z "$ac_c_werror_flag" ||
     6282     test ! -s conftest.err
     6283       } && test -s conftest$ac_exeext && {
     6284     test "$cross_compiling" = yes ||
     6285     $as_test_x conftest$ac_exeext
     6286       }; then
    52026287  ac_cv_lib_g_main=yes
    52036288else
    5204   echo "$as_me: failed program was:" >&5
     6289  $as_echo "$as_me: failed program was:" >&5
    52056290sed 's/^/| /' conftest.$ac_ext >&5
    52066291
    5207 ac_cv_lib_g_main=no
    5208 fi
    5209 rm -f conftest.err conftest.$ac_objext \
     6292    ac_cv_lib_g_main=no
     6293fi
     6294
     6295rm -rf conftest.dSYM
     6296rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52106297      conftest$ac_exeext conftest.$ac_ext
    52116298LIBS=$ac_check_lib_save_LIBS
    52126299fi
    5213 echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
    5214 echo "${ECHO_T}$ac_cv_lib_g_main" >&6
    5215 if test $ac_cv_lib_g_main = yes; then
     6300{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
     6301$as_echo "$ac_cv_lib_g_main" >&6; }
     6302if test "x$ac_cv_lib_g_main" = x""yes; then
    52166303  cat >>confdefs.h <<_ACEOF
    52176304#define HAVE_LIBG 1
     
    52246311
    52256312
    5226 echo "$as_me:$LINENO: checking for main in -lm" >&5
    5227 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
     6313{ $as_echo "$as_me:$LINENO: checking for main in -lm" >&5
     6314$as_echo_n "checking for main in -lm... " >&6; }
    52286315if test "${ac_cv_lib_m_main+set}" = set; then
    5229   echo $ECHO_N "(cached) $ECHO_C" >&6
     6316  $as_echo_n "(cached) " >&6
    52306317else
    52316318  ac_check_lib_save_LIBS=$LIBS
     
    52426329main ()
    52436330{
    5244 main ();
     6331return main ();
    52456332  ;
    52466333  return 0;
     
    52486335_ACEOF
    52496336rm -f conftest.$ac_objext conftest$ac_exeext
    5250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5251   (eval $ac_link) 2>conftest.er1
     6337if { (ac_try="$ac_link"
     6338case "(($ac_try" in
     6339  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6340  *) ac_try_echo=$ac_try;;
     6341esac
     6342eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6343$as_echo "$ac_try_echo") >&5
     6344  (eval "$ac_link") 2>conftest.er1
    52526345  ac_status=$?
    52536346  grep -v '^ *+' conftest.er1 >conftest.err
    52546347  rm -f conftest.er1
    52556348  cat conftest.err >&5
    5256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5257   (exit $ac_status); } &&
    5258      { ac_try='test -z "$ac_c_werror_flag"
    5259              || test ! -s conftest.err'
    5260   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5261   (eval $ac_try) 2>&5
    5262   ac_status=$?
    5263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5264   (exit $ac_status); }; } &&
    5265      { ac_try='test -s conftest$ac_exeext'
    5266   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5267   (eval $ac_try) 2>&5
    5268   ac_status=$?
    5269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5270   (exit $ac_status); }; }; then
     6349  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6350  (exit $ac_status); } && {
     6351     test -z "$ac_c_werror_flag" ||
     6352     test ! -s conftest.err
     6353       } && test -s conftest$ac_exeext && {
     6354     test "$cross_compiling" = yes ||
     6355     $as_test_x conftest$ac_exeext
     6356       }; then
    52716357  ac_cv_lib_m_main=yes
    52726358else
    5273   echo "$as_me: failed program was:" >&5
     6359  $as_echo "$as_me: failed program was:" >&5
    52746360sed 's/^/| /' conftest.$ac_ext >&5
    52756361
    5276 ac_cv_lib_m_main=no
    5277 fi
    5278 rm -f conftest.err conftest.$ac_objext \
     6362    ac_cv_lib_m_main=no
     6363fi
     6364
     6365rm -rf conftest.dSYM
     6366rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52796367      conftest$ac_exeext conftest.$ac_ext
    52806368LIBS=$ac_check_lib_save_LIBS
    52816369fi
    5282 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
    5283 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
    5284 if test $ac_cv_lib_m_main = yes; then
     6370{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
     6371$as_echo "$ac_cv_lib_m_main" >&6; }
     6372if test "x$ac_cv_lib_m_main" = x""yes; then
    52856373  cat >>confdefs.h <<_ACEOF
    52866374#define HAVE_LIBM 1
     
    52936381
    52946382
    5295 echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
    5296 echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6
     6383{ $as_echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
     6384$as_echo_n "checking for main in -lcrypt... " >&6; }
    52976385if test "${ac_cv_lib_crypt_main+set}" = set; then
    5298   echo $ECHO_N "(cached) $ECHO_C" >&6
     6386  $as_echo_n "(cached) " >&6
    52996387else
    53006388  ac_check_lib_save_LIBS=$LIBS
     
    53116399main ()
    53126400{
    5313 main ();
     6401return main ();
    53146402  ;
    53156403  return 0;
     
    53176405_ACEOF
    53186406rm -f conftest.$ac_objext conftest$ac_exeext
    5319 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5320   (eval $ac_link) 2>conftest.er1
     6407if { (ac_try="$ac_link"
     6408case "(($ac_try" in
     6409  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6410  *) ac_try_echo=$ac_try;;
     6411esac
     6412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6413$as_echo "$ac_try_echo") >&5
     6414  (eval "$ac_link") 2>conftest.er1
    53216415  ac_status=$?
    53226416  grep -v '^ *+' conftest.er1 >conftest.err
    53236417  rm -f conftest.er1
    53246418  cat conftest.err >&5
    5325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5326   (exit $ac_status); } &&
    5327      { ac_try='test -z "$ac_c_werror_flag"
    5328              || test ! -s conftest.err'
    5329   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5330   (eval $ac_try) 2>&5
    5331   ac_status=$?
    5332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5333   (exit $ac_status); }; } &&
    5334      { ac_try='test -s conftest$ac_exeext'
    5335   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5336   (eval $ac_try) 2>&5
    5337   ac_status=$?
    5338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5339   (exit $ac_status); }; }; then
     6419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6420  (exit $ac_status); } && {
     6421     test -z "$ac_c_werror_flag" ||
     6422     test ! -s conftest.err
     6423       } && test -s conftest$ac_exeext && {
     6424     test "$cross_compiling" = yes ||
     6425     $as_test_x conftest$ac_exeext
     6426       }; then
    53406427  ac_cv_lib_crypt_main=yes
    53416428else
    5342   echo "$as_me: failed program was:" >&5
     6429  $as_echo "$as_me: failed program was:" >&5
    53436430sed 's/^/| /' conftest.$ac_ext >&5
    53446431
    5345 ac_cv_lib_crypt_main=no
    5346 fi
    5347 rm -f conftest.err conftest.$ac_objext \
     6432    ac_cv_lib_crypt_main=no
     6433fi
     6434
     6435rm -rf conftest.dSYM
     6436rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53486437      conftest$ac_exeext conftest.$ac_ext
    53496438LIBS=$ac_check_lib_save_LIBS
    53506439fi
    5351 echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
    5352 echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6
    5353 if test $ac_cv_lib_crypt_main = yes; then
     6440{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
     6441$as_echo "$ac_cv_lib_crypt_main" >&6; }
     6442if test "x$ac_cv_lib_crypt_main" = x""yes; then
    53546443  cat >>confdefs.h <<_ACEOF
    53556444#define HAVE_LIBCRYPT 1
     
    53726461ac_header_dirent=no
    53736462for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    5374   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    5375 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
    5376 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
    5377 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5378   echo $ECHO_N "(cached) $ECHO_C" >&6
     6463  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
     6464{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
     6465$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
     6466if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6467  $as_echo_n "(cached) " >&6
    53796468else
    53806469  cat >conftest.$ac_ext <<_ACEOF
     
    53976486_ACEOF
    53986487rm -f conftest.$ac_objext
    5399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5400   (eval $ac_compile) 2>conftest.er1
     6488if { (ac_try="$ac_compile"
     6489case "(($ac_try" in
     6490  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6491  *) ac_try_echo=$ac_try;;
     6492esac
     6493eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6494$as_echo "$ac_try_echo") >&5
     6495  (eval "$ac_compile") 2>conftest.er1
    54016496  ac_status=$?
    54026497  grep -v '^ *+' conftest.er1 >conftest.err
    54036498  rm -f conftest.er1
    54046499  cat conftest.err >&5
    5405   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5406   (exit $ac_status); } &&
    5407      { ac_try='test -z "$ac_c_werror_flag"
    5408              || test ! -s conftest.err'
    5409   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5410   (eval $ac_try) 2>&5
    5411   ac_status=$?
    5412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5413   (exit $ac_status); }; } &&
    5414      { ac_try='test -s conftest.$ac_objext'
    5415   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5416   (eval $ac_try) 2>&5
    5417   ac_status=$?
    5418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5419   (exit $ac_status); }; }; then
     6500  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6501  (exit $ac_status); } && {
     6502     test -z "$ac_c_werror_flag" ||
     6503     test ! -s conftest.err
     6504       } && test -s conftest.$ac_objext; then
    54206505  eval "$as_ac_Header=yes"
    54216506else
    5422   echo "$as_me: failed program was:" >&5
     6507  $as_echo "$as_me: failed program was:" >&5
    54236508sed 's/^/| /' conftest.$ac_ext >&5
    54246509
    5425 eval "$as_ac_Header=no"
    5426 fi
    5427 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5428 fi
    5429 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5430 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    5431 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6510    eval "$as_ac_Header=no"
     6511fi
     6512
     6513rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6514fi
     6515ac_res=`eval 'as_val=${'$as_ac_Header'}
     6516         $as_echo "$as_val"'`
     6517           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6518$as_echo "$ac_res" >&6; }
     6519as_val=`eval 'as_val=${'$as_ac_Header'}
     6520         $as_echo "$as_val"'`
     6521   if test "x$as_val" = x""yes; then
    54326522  cat >>confdefs.h <<_ACEOF
    5433 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     6523#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
    54346524_ACEOF
    54356525
     
    54406530# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    54416531if test $ac_header_dirent = dirent.h; then
    5442   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5443 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
     6532  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6533$as_echo_n "checking for library containing opendir... " >&6; }
    54446534if test "${ac_cv_search_opendir+set}" = set; then
    5445   echo $ECHO_N "(cached) $ECHO_C" >&6
     6535  $as_echo_n "(cached) " >&6
    54466536else
    54476537  ac_func_search_save_LIBS=$LIBS
    5448 ac_cv_search_opendir=no
    54496538cat >conftest.$ac_ext <<_ACEOF
    54506539/* confdefs.h.  */
     
    54546543/* end confdefs.h.  */
    54556544
    5456 /* Override any gcc2 internal prototype to avoid an error.  */
     6545/* Override any GCC internal prototype to avoid an error.
     6546   Use char because int might match the return type of a GCC
     6547   builtin and then its argument prototype would still apply.  */
    54576548#ifdef __cplusplus
    54586549extern "C"
    54596550#endif
    5460 /* We use char because int might match the return type of a gcc2
    5461    builtin and then its argument prototype would still apply.  */
    54626551char opendir ();
    54636552int
    54646553main ()
    54656554{
    5466 opendir ();
     6555return opendir ();
    54676556  ;
    54686557  return 0;
    54696558}
    54706559_ACEOF
    5471 rm -f conftest.$ac_objext conftest$ac_exeext
    5472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5473   (eval $ac_link) 2>conftest.er1
     6560for ac_lib in '' dir; do
     6561  if test -z "$ac_lib"; then
     6562    ac_res="none required"
     6563  else
     6564    ac_res=-l$ac_lib
     6565    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6566  fi
     6567  rm -f conftest.$ac_objext conftest$ac_exeext
     6568if { (ac_try="$ac_link"
     6569case "(($ac_try" in
     6570  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6571  *) ac_try_echo=$ac_try;;
     6572esac
     6573eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6574$as_echo "$ac_try_echo") >&5
     6575  (eval "$ac_link") 2>conftest.er1
    54746576  ac_status=$?
    54756577  grep -v '^ *+' conftest.er1 >conftest.err
    54766578  rm -f conftest.er1
    54776579  cat conftest.err >&5
    5478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5479   (exit $ac_status); } &&
    5480      { ac_try='test -z "$ac_c_werror_flag"
    5481              || test ! -s conftest.err'
    5482   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5483   (eval $ac_try) 2>&5
    5484   ac_status=$?
    5485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5486   (exit $ac_status); }; } &&
    5487      { ac_try='test -s conftest$ac_exeext'
    5488   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5489   (eval $ac_try) 2>&5
    5490   ac_status=$?
    5491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5492   (exit $ac_status); }; }; then
    5493   ac_cv_search_opendir="none required"
    5494 else
    5495   echo "$as_me: failed program was:" >&5
     6580  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6581  (exit $ac_status); } && {
     6582     test -z "$ac_c_werror_flag" ||
     6583     test ! -s conftest.err
     6584       } && test -s conftest$ac_exeext && {
     6585     test "$cross_compiling" = yes ||
     6586     $as_test_x conftest$ac_exeext
     6587       }; then
     6588  ac_cv_search_opendir=$ac_res
     6589else
     6590  $as_echo "$as_me: failed program was:" >&5
    54966591sed 's/^/| /' conftest.$ac_ext >&5
    54976592
    5498 fi
    5499 rm -f conftest.err conftest.$ac_objext \
    5500       conftest$ac_exeext conftest.$ac_ext
    5501 if test "$ac_cv_search_opendir" = no; then
    5502   for ac_lib in dir; do
    5503     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5504     cat >conftest.$ac_ext <<_ACEOF
     6593
     6594fi
     6595
     6596rm -rf conftest.dSYM
     6597rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6598      conftest$ac_exeext
     6599  if test "${ac_cv_search_opendir+set}" = set; then
     6600  break
     6601fi
     6602done
     6603if test "${ac_cv_search_opendir+set}" = set; then
     6604  :
     6605else
     6606  ac_cv_search_opendir=no
     6607fi
     6608rm conftest.$ac_ext
     6609LIBS=$ac_func_search_save_LIBS
     6610fi
     6611{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6612$as_echo "$ac_cv_search_opendir" >&6; }
     6613ac_res=$ac_cv_search_opendir
     6614if test "$ac_res" != no; then
     6615  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6616
     6617fi
     6618
     6619else
     6620  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6621$as_echo_n "checking for library containing opendir... " >&6; }
     6622if test "${ac_cv_search_opendir+set}" = set; then
     6623  $as_echo_n "(cached) " >&6
     6624else
     6625  ac_func_search_save_LIBS=$LIBS
     6626cat >conftest.$ac_ext <<_ACEOF
    55056627/* confdefs.h.  */
    55066628_ACEOF
     
    55096631/* end confdefs.h.  */
    55106632
    5511 /* Override any gcc2 internal prototype to avoid an error.  */
     6633/* Override any GCC internal prototype to avoid an error.
     6634   Use char because int might match the return type of a GCC
     6635   builtin and then its argument prototype would still apply.  */
    55126636#ifdef __cplusplus
    55136637extern "C"
    55146638#endif
    5515 /* We use char because int might match the return type of a gcc2
    5516    builtin and then its argument prototype would still apply.  */
    55176639char opendir ();
    55186640int
    55196641main ()
    55206642{
    5521 opendir ();
     6643return opendir ();
    55226644  ;
    55236645  return 0;
    55246646}
    55256647_ACEOF
    5526 rm -f conftest.$ac_objext conftest$ac_exeext
    5527 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5528   (eval $ac_link) 2>conftest.er1
     6648for ac_lib in '' x; do
     6649  if test -z "$ac_lib"; then
     6650    ac_res="none required"
     6651  else
     6652    ac_res=-l$ac_lib
     6653    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6654  fi
     6655  rm -f conftest.$ac_objext conftest$ac_exeext
     6656if { (ac_try="$ac_link"
     6657case "(($ac_try" in
     6658  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6659  *) ac_try_echo=$ac_try;;
     6660esac
     6661eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6662$as_echo "$ac_try_echo") >&5
     6663  (eval "$ac_link") 2>conftest.er1
    55296664  ac_status=$?
    55306665  grep -v '^ *+' conftest.er1 >conftest.err
    55316666  rm -f conftest.er1
    55326667  cat conftest.err >&5
    5533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5534   (exit $ac_status); } &&
    5535      { ac_try='test -z "$ac_c_werror_flag"
    5536              || test ! -s conftest.err'
    5537   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5538   (eval $ac_try) 2>&5
    5539   ac_status=$?
    5540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5541   (exit $ac_status); }; } &&
    5542      { ac_try='test -s conftest$ac_exeext'
    5543   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5544   (eval $ac_try) 2>&5
    5545   ac_status=$?
    5546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5547   (exit $ac_status); }; }; then
    5548   ac_cv_search_opendir="-l$ac_lib"
    5549 break
    5550 else
    5551   echo "$as_me: failed program was:" >&5
     6668  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6669  (exit $ac_status); } && {
     6670     test -z "$ac_c_werror_flag" ||
     6671     test ! -s conftest.err
     6672       } && test -s conftest$ac_exeext && {
     6673     test "$cross_compiling" = yes ||
     6674     $as_test_x conftest$ac_exeext
     6675       }; then
     6676  ac_cv_search_opendir=$ac_res
     6677else
     6678  $as_echo "$as_me: failed program was:" >&5
    55526679sed 's/^/| /' conftest.$ac_ext >&5
    55536680
    5554 fi
    5555 rm -f conftest.err conftest.$ac_objext \
    5556       conftest$ac_exeext conftest.$ac_ext
    5557   done
    5558 fi
     6681
     6682fi
     6683
     6684rm -rf conftest.dSYM
     6685rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6686      conftest$ac_exeext
     6687  if test "${ac_cv_search_opendir+set}" = set; then
     6688  break
     6689fi
     6690done
     6691if test "${ac_cv_search_opendir+set}" = set; then
     6692  :
     6693else
     6694  ac_cv_search_opendir=no
     6695fi
     6696rm conftest.$ac_ext
    55596697LIBS=$ac_func_search_save_LIBS
    55606698fi
    5561 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5562 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5563 if test "$ac_cv_search_opendir" != no; then
    5564   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5565 
    5566 fi
    5567 
    5568 else
    5569   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5570 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
    5571 if test "${ac_cv_search_opendir+set}" = set; then
    5572   echo $ECHO_N "(cached) $ECHO_C" >&6
    5573 else
    5574   ac_func_search_save_LIBS=$LIBS
    5575 ac_cv_search_opendir=no
    5576 cat >conftest.$ac_ext <<_ACEOF
    5577 /* confdefs.h.  */
    5578 _ACEOF
    5579 cat confdefs.h >>conftest.$ac_ext
    5580 cat >>conftest.$ac_ext <<_ACEOF
    5581 /* end confdefs.h.  */
    5582 
    5583 /* Override any gcc2 internal prototype to avoid an error.  */
    5584 #ifdef __cplusplus
    5585 extern "C"
    5586 #endif
    5587 /* We use char because int might match the return type of a gcc2
    5588    builtin and then its argument prototype would still apply.  */
    5589 char opendir ();
    5590 int
    5591 main ()
    5592 {
    5593 opendir ();
    5594   ;
    5595   return 0;
    5596 }
    5597 _ACEOF
    5598 rm -f conftest.$ac_objext conftest$ac_exeext
    5599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5600   (eval $ac_link) 2>conftest.er1
    5601   ac_status=$?
    5602   grep -v '^ *+' conftest.er1 >conftest.err
    5603   rm -f conftest.er1
    5604   cat conftest.err >&5
    5605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5606   (exit $ac_status); } &&
    5607      { ac_try='test -z "$ac_c_werror_flag"
    5608              || test ! -s conftest.err'
    5609   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5610   (eval $ac_try) 2>&5
    5611   ac_status=$?
    5612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5613   (exit $ac_status); }; } &&
    5614      { ac_try='test -s conftest$ac_exeext'
    5615   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5616   (eval $ac_try) 2>&5
    5617   ac_status=$?
    5618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5619   (exit $ac_status); }; }; then
    5620   ac_cv_search_opendir="none required"
    5621 else
    5622   echo "$as_me: failed program was:" >&5
    5623 sed 's/^/| /' conftest.$ac_ext >&5
    5624 
    5625 fi
    5626 rm -f conftest.err conftest.$ac_objext \
    5627       conftest$ac_exeext conftest.$ac_ext
    5628 if test "$ac_cv_search_opendir" = no; then
    5629   for ac_lib in x; do
    5630     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5631     cat >conftest.$ac_ext <<_ACEOF
    5632 /* confdefs.h.  */
    5633 _ACEOF
    5634 cat confdefs.h >>conftest.$ac_ext
    5635 cat >>conftest.$ac_ext <<_ACEOF
    5636 /* end confdefs.h.  */
    5637 
    5638 /* Override any gcc2 internal prototype to avoid an error.  */
    5639 #ifdef __cplusplus
    5640 extern "C"
    5641 #endif
    5642 /* We use char because int might match the return type of a gcc2
    5643    builtin and then its argument prototype would still apply.  */
    5644 char opendir ();
    5645 int
    5646 main ()
    5647 {
    5648 opendir ();
    5649   ;
    5650   return 0;
    5651 }
    5652 _ACEOF
    5653 rm -f conftest.$ac_objext conftest$ac_exeext
    5654 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5655   (eval $ac_link) 2>conftest.er1
    5656   ac_status=$?
    5657   grep -v '^ *+' conftest.er1 >conftest.err
    5658   rm -f conftest.er1
    5659   cat conftest.err >&5
    5660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5661   (exit $ac_status); } &&
    5662      { ac_try='test -z "$ac_c_werror_flag"
    5663              || test ! -s conftest.err'
    5664   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5665   (eval $ac_try) 2>&5
    5666   ac_status=$?
    5667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5668   (exit $ac_status); }; } &&
    5669      { ac_try='test -s conftest$ac_exeext'
    5670   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5671   (eval $ac_try) 2>&5
    5672   ac_status=$?
    5673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5674   (exit $ac_status); }; }; then
    5675   ac_cv_search_opendir="-l$ac_lib"
    5676 break
    5677 else
    5678   echo "$as_me: failed program was:" >&5
    5679 sed 's/^/| /' conftest.$ac_ext >&5
    5680 
    5681 fi
    5682 rm -f conftest.err conftest.$ac_objext \
    5683       conftest$ac_exeext conftest.$ac_ext
    5684   done
    5685 fi
    5686 LIBS=$ac_func_search_save_LIBS
    5687 fi
    5688 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5689 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5690 if test "$ac_cv_search_opendir" != no; then
    5691   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5692 
    5693 fi
    5694 
    5695 fi
    5696 
    5697 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    5698 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     6699{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6700$as_echo "$ac_cv_search_opendir" >&6; }
     6701ac_res=$ac_cv_search_opendir
     6702if test "$ac_res" != no; then
     6703  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6704
     6705fi
     6706
     6707fi
     6708
     6709{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     6710$as_echo_n "checking for ANSI C header files... " >&6; }
    56996711if test "${ac_cv_header_stdc+set}" = set; then
    5700   echo $ECHO_N "(cached) $ECHO_C" >&6
     6712  $as_echo_n "(cached) " >&6
    57016713else
    57026714  cat >conftest.$ac_ext <<_ACEOF
     
    57206732_ACEOF
    57216733rm -f conftest.$ac_objext
    5722 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5723   (eval $ac_compile) 2>conftest.er1
     6734if { (ac_try="$ac_compile"
     6735case "(($ac_try" in
     6736  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6737  *) ac_try_echo=$ac_try;;
     6738esac
     6739eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6740$as_echo "$ac_try_echo") >&5
     6741  (eval "$ac_compile") 2>conftest.er1
    57246742  ac_status=$?
    57256743  grep -v '^ *+' conftest.er1 >conftest.err
    57266744  rm -f conftest.er1
    57276745  cat conftest.err >&5
    5728   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5729   (exit $ac_status); } &&
    5730      { ac_try='test -z "$ac_c_werror_flag"
    5731              || test ! -s conftest.err'
    5732   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5733   (eval $ac_try) 2>&5
    5734   ac_status=$?
    5735   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5736   (exit $ac_status); }; } &&
    5737      { ac_try='test -s conftest.$ac_objext'
    5738   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5739   (eval $ac_try) 2>&5
    5740   ac_status=$?
    5741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5742   (exit $ac_status); }; }; then
     6746  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6747  (exit $ac_status); } && {
     6748     test -z "$ac_c_werror_flag" ||
     6749     test ! -s conftest.err
     6750       } && test -s conftest.$ac_objext; then
    57436751  ac_cv_header_stdc=yes
    57446752else
    5745   echo "$as_me: failed program was:" >&5
     6753  $as_echo "$as_me: failed program was:" >&5
    57466754sed 's/^/| /' conftest.$ac_ext >&5
    57476755
    5748 ac_cv_header_stdc=no
    5749 fi
    5750 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     6756    ac_cv_header_stdc=no
     6757fi
     6758
     6759rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    57516760
    57526761if test $ac_cv_header_stdc = yes; then
     
    58046813/* end confdefs.h.  */
    58056814#include <ctype.h>
     6815#include <stdlib.h>
    58066816#if ((' ' & 0x0FF) == 0x020)
    58076817# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    58236833    if (XOR (islower (i), ISLOWER (i))
    58246834    || toupper (i) != TOUPPER (i))
    5825       exit(2);
    5826   exit (0);
     6835      return 2;
     6836  return 0;
    58276837}
    58286838_ACEOF
    58296839rm -f conftest$ac_exeext
    5830 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5831   (eval $ac_link) 2>&5
     6840if { (ac_try="$ac_link"
     6841case "(($ac_try" in
     6842  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6843  *) ac_try_echo=$ac_try;;
     6844esac
     6845eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6846$as_echo "$ac_try_echo") >&5
     6847  (eval "$ac_link") 2>&5
    58326848  ac_status=$?
    5833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6849  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58346850  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    5835   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5836   (eval $ac_try) 2>&5
     6851  { (case "(($ac_try" in
     6852  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6853  *) ac_try_echo=$ac_try;;
     6854esac
     6855eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6856$as_echo "$ac_try_echo") >&5
     6857  (eval "$ac_try") 2>&5
    58376858  ac_status=$?
    5838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6859  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58396860  (exit $ac_status); }; }; then
    58406861  :
    58416862else
    5842   echo "$as_me: program exited with status $ac_status" >&5
    5843 echo "$as_me: failed program was:" >&5
     6863  $as_echo "$as_me: program exited with status $ac_status" >&5
     6864$as_echo "$as_me: failed program was:" >&5
    58446865sed 's/^/| /' conftest.$ac_ext >&5
    58456866
     
    58476868ac_cv_header_stdc=no
    58486869fi
    5849 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    5850 fi
    5851 fi
    5852 fi
    5853 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    5854 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     6870rm -rf conftest.dSYM
     6871rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6872fi
     6873
     6874
     6875fi
     6876fi
     6877{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     6878$as_echo "$ac_cv_header_stdc" >&6; }
    58556879if test $ac_cv_header_stdc = yes; then
    58566880
     
    58726896for ac_header in fcntl.h limits.h sys/time.h unistd.h crypt.h string.h memory.h sys/procfs.h sys/stat.h
    58736897do
    5874 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    5875 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5876   echo "$as_me:$LINENO: checking for $ac_header" >&5
    5877 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    5878 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5879   echo $ECHO_N "(cached) $ECHO_C" >&6
    5880 fi
    5881 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5882 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     6898as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6899if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6900  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     6901$as_echo_n "checking for $ac_header... " >&6; }
     6902if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6903  $as_echo_n "(cached) " >&6
     6904fi
     6905ac_res=`eval 'as_val=${'$as_ac_Header'}
     6906         $as_echo "$as_val"'`
     6907           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6908$as_echo "$ac_res" >&6; }
    58836909else
    58846910  # Is the header compilable?
    5885 echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5886 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     6911{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6912$as_echo_n "checking $ac_header usability... " >&6; }
    58876913cat >conftest.$ac_ext <<_ACEOF
    58886914/* confdefs.h.  */
     
    58956921_ACEOF
    58966922rm -f conftest.$ac_objext
    5897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5898   (eval $ac_compile) 2>conftest.er1
     6923if { (ac_try="$ac_compile"
     6924case "(($ac_try" in
     6925  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6926  *) ac_try_echo=$ac_try;;
     6927esac
     6928eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6929$as_echo "$ac_try_echo") >&5
     6930  (eval "$ac_compile") 2>conftest.er1
    58996931  ac_status=$?
    59006932  grep -v '^ *+' conftest.er1 >conftest.err
    59016933  rm -f conftest.er1
    59026934  cat conftest.err >&5
    5903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5904   (exit $ac_status); } &&
    5905      { ac_try='test -z "$ac_c_werror_flag"
    5906              || test ! -s conftest.err'
    5907   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5908   (eval $ac_try) 2>&5
    5909   ac_status=$?
    5910   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5911   (exit $ac_status); }; } &&
    5912      { ac_try='test -s conftest.$ac_objext'
    5913   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5914   (eval $ac_try) 2>&5
    5915   ac_status=$?
    5916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5917   (exit $ac_status); }; }; then
     6935  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6936  (exit $ac_status); } && {
     6937     test -z "$ac_c_werror_flag" ||
     6938     test ! -s conftest.err
     6939       } && test -s conftest.$ac_objext; then
    59186940  ac_header_compiler=yes
    59196941else
    5920   echo "$as_me: failed program was:" >&5
     6942  $as_echo "$as_me: failed program was:" >&5
    59216943sed 's/^/| /' conftest.$ac_ext >&5
    59226944
    5923 ac_header_compiler=no
    5924 fi
    5925 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5926 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5927 echo "${ECHO_T}$ac_header_compiler" >&6
     6945    ac_header_compiler=no
     6946fi
     6947
     6948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6949{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6950$as_echo "$ac_header_compiler" >&6; }
    59286951
    59296952# Is the header present?
    5930 echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5931 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     6953{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6954$as_echo_n "checking $ac_header presence... " >&6; }
    59326955cat >conftest.$ac_ext <<_ACEOF
    59336956/* confdefs.h.  */
     
    59386961#include <$ac_header>
    59396962_ACEOF
    5940 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    5941   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     6963if { (ac_try="$ac_cpp conftest.$ac_ext"
     6964case "(($ac_try" in
     6965  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6966  *) ac_try_echo=$ac_try;;
     6967esac
     6968eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6969$as_echo "$ac_try_echo") >&5
     6970  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    59426971  ac_status=$?
    59436972  grep -v '^ *+' conftest.er1 >conftest.err
    59446973  rm -f conftest.er1
    59456974  cat conftest.err >&5
    5946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5947   (exit $ac_status); } >/dev/null; then
    5948   if test -s conftest.err; then
    5949     ac_cpp_err=$ac_c_preproc_warn_flag
    5950     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    5951   else
    5952     ac_cpp_err=
    5953   fi
    5954 else
    5955   ac_cpp_err=yes
    5956 fi
    5957 if test -z "$ac_cpp_err"; then
     6975  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6976  (exit $ac_status); } >/dev/null && {
     6977     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     6978     test ! -s conftest.err
     6979       }; then
    59586980  ac_header_preproc=yes
    59596981else
    5960   echo "$as_me: failed program was:" >&5
     6982  $as_echo "$as_me: failed program was:" >&5
    59616983sed 's/^/| /' conftest.$ac_ext >&5
    59626984
    59636985  ac_header_preproc=no
    59646986fi
     6987
    59656988rm -f conftest.err conftest.$ac_ext
    5966 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5967 echo "${ECHO_T}$ac_header_preproc" >&6
     6989{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6990$as_echo "$ac_header_preproc" >&6; }
    59686991
    59696992# So?  What about this header?
    59706993case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    59716994  yes:no: )
    5972     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5973 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5974     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5975 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6995    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6996$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6997    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6998$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    59766999    ac_header_preproc=yes
    59777000    ;;
    59787001  no:yes:* )
    5979     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5980 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5981     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5982 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5983     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5984 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5985     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5986 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5987     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5988 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5989     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5990 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    5991     (
    5992       cat <<\_ASBOX
    5993 ## ------------------------------------------ ##
    5994 ## Report this to the AC_PACKAGE_NAME lists.  ##
    5995 ## ------------------------------------------ ##
    5996 _ASBOX
    5997     ) |
    5998       sed "s/^/$as_me: WARNING:     /" >&2
     7002    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7003$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7004    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7005$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7006    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7007$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7008    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7009$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7010    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7011$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7012    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7013$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7014
    59997015    ;;
    60007016esac
    6001 echo "$as_me:$LINENO: checking for $ac_header" >&5
    6002 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    6003 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    6004   echo $ECHO_N "(cached) $ECHO_C" >&6
     7017{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     7018$as_echo_n "checking for $ac_header... " >&6; }
     7019if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     7020  $as_echo_n "(cached) " >&6
    60057021else
    60067022  eval "$as_ac_Header=\$ac_header_preproc"
    60077023fi
    6008 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    6009 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    6010 
    6011 fi
    6012 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     7024ac_res=`eval 'as_val=${'$as_ac_Header'}
     7025         $as_echo "$as_val"'`
     7026           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7027$as_echo "$ac_res" >&6; }
     7028
     7029fi
     7030as_val=`eval 'as_val=${'$as_ac_Header'}
     7031         $as_echo "$as_val"'`
     7032   if test "x$as_val" = x""yes; then
    60137033  cat >>confdefs.h <<_ACEOF
    6014 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7034#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    60157035_ACEOF
    60167036
     
    60767096# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
    60777097# for constant arguments.  Useless!
    6078 echo "$as_me:$LINENO: checking for working alloca.h" >&5
    6079 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
     7098{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
     7099$as_echo_n "checking for working alloca.h... " >&6; }
    60807100if test "${ac_cv_working_alloca_h+set}" = set; then
    6081   echo $ECHO_N "(cached) $ECHO_C" >&6
     7101  $as_echo_n "(cached) " >&6
    60827102else
    60837103  cat >conftest.$ac_ext <<_ACEOF
     
    60927112{
    60937113char *p = (char *) alloca (2 * sizeof (int));
     7114              if (p) return 0;
    60947115  ;
    60957116  return 0;
     
    60977118_ACEOF
    60987119rm -f conftest.$ac_objext conftest$ac_exeext
    6099 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6100   (eval $ac_link) 2>conftest.er1
     7120if { (ac_try="$ac_link"
     7121case "(($ac_try" in
     7122  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7123  *) ac_try_echo=$ac_try;;
     7124esac
     7125eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7126$as_echo "$ac_try_echo") >&5
     7127  (eval "$ac_link") 2>conftest.er1
    61017128  ac_status=$?
    61027129  grep -v '^ *+' conftest.er1 >conftest.err
    61037130  rm -f conftest.er1
    61047131  cat conftest.err >&5
    6105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6106   (exit $ac_status); } &&
    6107      { ac_try='test -z "$ac_c_werror_flag"
    6108              || test ! -s conftest.err'
    6109   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6110   (eval $ac_try) 2>&5
    6111   ac_status=$?
    6112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6113   (exit $ac_status); }; } &&
    6114      { ac_try='test -s conftest$ac_exeext'
    6115   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6116   (eval $ac_try) 2>&5
    6117   ac_status=$?
    6118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6119   (exit $ac_status); }; }; then
     7132  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7133  (exit $ac_status); } && {
     7134     test -z "$ac_c_werror_flag" ||
     7135     test ! -s conftest.err
     7136       } && test -s conftest$ac_exeext && {
     7137     test "$cross_compiling" = yes ||
     7138     $as_test_x conftest$ac_exeext
     7139       }; then
    61207140  ac_cv_working_alloca_h=yes
    61217141else
    6122   echo "$as_me: failed program was:" >&5
     7142  $as_echo "$as_me: failed program was:" >&5
    61237143sed 's/^/| /' conftest.$ac_ext >&5
    61247144
    6125 ac_cv_working_alloca_h=no
    6126 fi
    6127 rm -f conftest.err conftest.$ac_objext \
     7145    ac_cv_working_alloca_h=no
     7146fi
     7147
     7148rm -rf conftest.dSYM
     7149rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61287150      conftest$ac_exeext conftest.$ac_ext
    61297151fi
    6130 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
    6131 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
     7152{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
     7153$as_echo "$ac_cv_working_alloca_h" >&6; }
    61327154if test $ac_cv_working_alloca_h = yes; then
    61337155
     
    61387160fi
    61397161
    6140 echo "$as_me:$LINENO: checking for alloca" >&5
    6141 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
     7162{ $as_echo "$as_me:$LINENO: checking for alloca" >&5
     7163$as_echo_n "checking for alloca... " >&6; }
    61427164if test "${ac_cv_func_alloca_works+set}" = set; then
    6143   echo $ECHO_N "(cached) $ECHO_C" >&6
     7165  $as_echo_n "(cached) " >&6
    61447166else
    61457167  cat >conftest.$ac_ext <<_ACEOF
     
    61567178#  define alloca _alloca
    61577179# else
    6158 #  if HAVE_ALLOCA_H
     7180#  ifdef HAVE_ALLOCA_H
    61597181#   include <alloca.h>
    61607182#  else
     
    61747196{
    61757197char *p = (char *) alloca (1);
     7198                    if (p) return 0;
    61767199  ;
    61777200  return 0;
     
    61797202_ACEOF
    61807203rm -f conftest.$ac_objext conftest$ac_exeext
    6181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6182   (eval $ac_link) 2>conftest.er1
     7204if { (ac_try="$ac_link"
     7205case "(($ac_try" in
     7206  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7207  *) ac_try_echo=$ac_try;;
     7208esac
     7209eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7210$as_echo "$ac_try_echo") >&5
     7211  (eval "$ac_link") 2>conftest.er1
    61837212  ac_status=$?
    61847213  grep -v '^ *+' conftest.er1 >conftest.err
    61857214  rm -f conftest.er1
    61867215  cat conftest.err >&5
    6187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6188   (exit $ac_status); } &&
    6189      { ac_try='test -z "$ac_c_werror_flag"
    6190              || test ! -s conftest.err'
    6191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6192   (eval $ac_try) 2>&5
    6193   ac_status=$?
    6194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6195   (exit $ac_status); }; } &&
    6196      { ac_try='test -s conftest$ac_exeext'
    6197   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6198   (eval $ac_try) 2>&5
    6199   ac_status=$?
    6200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6201   (exit $ac_status); }; }; then
     7216  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7217  (exit $ac_status); } && {
     7218     test -z "$ac_c_werror_flag" ||
     7219     test ! -s conftest.err
     7220       } && test -s conftest$ac_exeext && {
     7221     test "$cross_compiling" = yes ||
     7222     $as_test_x conftest$ac_exeext
     7223       }; then
    62027224  ac_cv_func_alloca_works=yes
    62037225else
    6204   echo "$as_me: failed program was:" >&5
     7226  $as_echo "$as_me: failed program was:" >&5
    62057227sed 's/^/| /' conftest.$ac_ext >&5
    62067228
    6207 ac_cv_func_alloca_works=no
    6208 fi
    6209 rm -f conftest.err conftest.$ac_objext \
     7229    ac_cv_func_alloca_works=no
     7230fi
     7231
     7232rm -rf conftest.dSYM
     7233rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62107234      conftest$ac_exeext conftest.$ac_ext
    62117235fi
    6212 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
    6213 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
     7236{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
     7237$as_echo "$ac_cv_func_alloca_works" >&6; }
    62147238
    62157239if test $ac_cv_func_alloca_works = yes; then
     
    62257249# use ar to extract alloca.o from them instead of compiling alloca.c.
    62267250
    6227 ALLOCA=alloca.$ac_objext
     7251ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
    62287252
    62297253cat >>confdefs.h <<\_ACEOF
     
    62327256
    62337257
    6234 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
    6235 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
     7258{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
     7259$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
    62367260if test "${ac_cv_os_cray+set}" = set; then
    6237   echo $ECHO_N "(cached) $ECHO_C" >&6
     7261  $as_echo_n "(cached) " >&6
    62387262else
    62397263  cat >conftest.$ac_ext <<_ACEOF
     
    62437267cat >>conftest.$ac_ext <<_ACEOF
    62447268/* end confdefs.h.  */
    6245 #if defined(CRAY) && ! defined(CRAY2)
     7269#if defined CRAY && ! defined CRAY2
    62467270webecray
    62477271#else
     
    62597283
    62607284fi
    6261 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
    6262 echo "${ECHO_T}$ac_cv_os_cray" >&6
     7285{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
     7286$as_echo "$ac_cv_os_cray" >&6; }
    62637287if test $ac_cv_os_cray = yes; then
    62647288  for ac_func in _getb67 GETB67 getb67; do
    6265     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6266 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6267 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6268 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6269   echo $ECHO_N "(cached) $ECHO_C" >&6
     7289    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7290{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7291$as_echo_n "checking for $ac_func... " >&6; }
     7292if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7293  $as_echo_n "(cached) " >&6
    62707294else
    62717295  cat >conftest.$ac_ext <<_ACEOF
     
    62927316#undef $ac_func
    62937317
    6294 /* Override any gcc2 internal prototype to avoid an error.  */
     7318/* Override any GCC internal prototype to avoid an error.
     7319   Use char because int might match the return type of a GCC
     7320   builtin and then its argument prototype would still apply.  */
    62957321#ifdef __cplusplus
    62967322extern "C"
    6297 {
    62987323#endif
    6299 /* We use char because int might match the return type of a gcc2
    6300    builtin and then its argument prototype would still apply.  */
    63017324char $ac_func ();
    63027325/* The GNU C library defines this for functions which it implements
    63037326    to always fail with ENOSYS.  Some functions are actually named
    63047327    something starting with __ and the normal name is an alias.  */
    6305 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7328#if defined __stub_$ac_func || defined __stub___$ac_func
    63067329choke me
    6307 #else
    6308 char (*f) () = $ac_func;
    6309 #endif
    6310 #ifdef __cplusplus
    6311 }
    63127330#endif
    63137331
     
    63157333main ()
    63167334{
    6317 return f != $ac_func;
     7335return $ac_func ();
    63187336  ;
    63197337  return 0;
     
    63217339_ACEOF
    63227340rm -f conftest.$ac_objext conftest$ac_exeext
    6323 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6324   (eval $ac_link) 2>conftest.er1
     7341if { (ac_try="$ac_link"
     7342case "(($ac_try" in
     7343  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7344  *) ac_try_echo=$ac_try;;
     7345esac
     7346eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7347$as_echo "$ac_try_echo") >&5
     7348  (eval "$ac_link") 2>conftest.er1
    63257349  ac_status=$?
    63267350  grep -v '^ *+' conftest.er1 >conftest.err
    63277351  rm -f conftest.er1
    63287352  cat conftest.err >&5
    6329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6330   (exit $ac_status); } &&
    6331      { ac_try='test -z "$ac_c_werror_flag"
    6332              || test ! -s conftest.err'
    6333   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6334   (eval $ac_try) 2>&5
    6335   ac_status=$?
    6336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6337   (exit $ac_status); }; } &&
    6338      { ac_try='test -s conftest$ac_exeext'
    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); }; }; then
     7353  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7354  (exit $ac_status); } && {
     7355     test -z "$ac_c_werror_flag" ||
     7356     test ! -s conftest.err
     7357       } && test -s conftest$ac_exeext && {
     7358     test "$cross_compiling" = yes ||
     7359     $as_test_x conftest$ac_exeext
     7360       }; then
    63447361  eval "$as_ac_var=yes"
    63457362else
    6346   echo "$as_me: failed program was:" >&5
     7363  $as_echo "$as_me: failed program was:" >&5
    63477364sed 's/^/| /' conftest.$ac_ext >&5
    63487365
    6349 eval "$as_ac_var=no"
    6350 fi
    6351 rm -f conftest.err conftest.$ac_objext \
     7366    eval "$as_ac_var=no"
     7367fi
     7368
     7369rm -rf conftest.dSYM
     7370rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63527371      conftest$ac_exeext conftest.$ac_ext
    63537372fi
    6354 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6355 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6356 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7373ac_res=`eval 'as_val=${'$as_ac_var'}
     7374         $as_echo "$as_val"'`
     7375           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7376$as_echo "$ac_res" >&6; }
     7377as_val=`eval 'as_val=${'$as_ac_var'}
     7378         $as_echo "$as_val"'`
     7379   if test "x$as_val" = x""yes; then
    63577380
    63587381cat >>confdefs.h <<_ACEOF
     
    63667389fi
    63677390
    6368 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
    6369 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
     7391{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
     7392$as_echo_n "checking stack direction for C alloca... " >&6; }
    63707393if test "${ac_cv_c_stack_direction+set}" = set; then
    6371   echo $ECHO_N "(cached) $ECHO_C" >&6
     7394  $as_echo_n "(cached) " >&6
    63727395else
    63737396  if test "$cross_compiling" = yes; then
     
    63807403cat >>conftest.$ac_ext <<_ACEOF
    63817404/* end confdefs.h.  */
     7405$ac_includes_default
    63827406int
    63837407find_stack_direction ()
     
    63977421main ()
    63987422{
    6399   exit (find_stack_direction () < 0);
     7423  return find_stack_direction () < 0;
    64007424}
    64017425_ACEOF
    64027426rm -f conftest$ac_exeext
    6403 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6404   (eval $ac_link) 2>&5
     7427if { (ac_try="$ac_link"
     7428case "(($ac_try" in
     7429  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7430  *) ac_try_echo=$ac_try;;
     7431esac
     7432eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7433$as_echo "$ac_try_echo") >&5
     7434  (eval "$ac_link") 2>&5
    64057435  ac_status=$?
    6406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7436  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64077437  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    6408   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6409   (eval $ac_try) 2>&5
     7438  { (case "(($ac_try" in
     7439  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7440  *) ac_try_echo=$ac_try;;
     7441esac
     7442eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7443$as_echo "$ac_try_echo") >&5
     7444  (eval "$ac_try") 2>&5
    64107445  ac_status=$?
    6411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7446  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64127447  (exit $ac_status); }; }; then
    64137448  ac_cv_c_stack_direction=1
    64147449else
    6415   echo "$as_me: program exited with status $ac_status" >&5
    6416 echo "$as_me: failed program was:" >&5
     7450  $as_echo "$as_me: program exited with status $ac_status" >&5
     7451$as_echo "$as_me: failed program was:" >&5
    64177452sed 's/^/| /' conftest.$ac_ext >&5
    64187453
     
    64207455ac_cv_c_stack_direction=-1
    64217456fi
    6422 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    6423 fi
    6424 fi
    6425 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
    6426 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
     7457rm -rf conftest.dSYM
     7458rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     7459fi
     7460
     7461
     7462fi
     7463{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
     7464$as_echo "$ac_cv_c_stack_direction" >&6; }
    64277465
    64287466cat >>confdefs.h <<_ACEOF
     
    64347472
    64357473if test $ac_cv_c_compiler_gnu = yes; then
    6436     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
    6437 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
     7474    { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
     7475$as_echo_n "checking whether $CC needs -traditional... " >&6; }
    64387476if test "${ac_cv_prog_gcc_traditional+set}" = set; then
    6439   echo $ECHO_N "(cached) $ECHO_C" >&6
     7477  $as_echo_n "(cached) " >&6
    64407478else
    64417479    ac_pattern="Autoconf.*'x'"
     
    64767514  fi
    64777515fi
    6478 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
    6479 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
     7516{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
     7517$as_echo "$ac_cv_prog_gcc_traditional" >&6; }
    64807518  if test $ac_cv_prog_gcc_traditional = yes; then
    64817519    CC="$CC -traditional"
     
    64837521fi
    64847522
    6485 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
    6486 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
     7523{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
     7524$as_echo_n "checking return type of signal handlers... " >&6; }
    64877525if test "${ac_cv_type_signal+set}" = set; then
    6488   echo $ECHO_N "(cached) $ECHO_C" >&6
     7526  $as_echo_n "(cached) " >&6
    64897527else
    64907528  cat >conftest.$ac_ext <<_ACEOF
     
    64967534#include <sys/types.h>
    64977535#include <signal.h>
    6498 #ifdef signal
    6499 # undef signal
    6500 #endif
    6501 #ifdef __cplusplus
    6502 extern "C" void (*signal (int, void (*)(int)))(int);
    6503 #else
    6504 void (*signal ()) ();
    6505 #endif
    65067536
    65077537int
    65087538main ()
    65097539{
    6510 int i;
     7540return *(signal (0, 0)) (0) == 1;
    65117541  ;
    65127542  return 0;
     
    65147544_ACEOF
    65157545rm -f conftest.$ac_objext
    6516 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    6517   (eval $ac_compile) 2>conftest.er1
     7546if { (ac_try="$ac_compile"
     7547case "(($ac_try" in
     7548  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7549  *) ac_try_echo=$ac_try;;
     7550esac
     7551eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7552$as_echo "$ac_try_echo") >&5
     7553  (eval "$ac_compile") 2>conftest.er1
    65187554  ac_status=$?
    65197555  grep -v '^ *+' conftest.er1 >conftest.err
    65207556  rm -f conftest.er1
    65217557  cat conftest.err >&5
    6522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6523   (exit $ac_status); } &&
    6524      { ac_try='test -z "$ac_c_werror_flag"
    6525              || test ! -s conftest.err'
    6526   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6527   (eval $ac_try) 2>&5
    6528   ac_status=$?
    6529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6530   (exit $ac_status); }; } &&
    6531      { ac_try='test -s conftest.$ac_objext'
    6532   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6533   (eval $ac_try) 2>&5
    6534   ac_status=$?
    6535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6536   (exit $ac_status); }; }; then
    6537   ac_cv_type_signal=void
    6538 else
    6539   echo "$as_me: failed program was:" >&5
     7558  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7559  (exit $ac_status); } && {
     7560     test -z "$ac_c_werror_flag" ||
     7561     test ! -s conftest.err
     7562       } && test -s conftest.$ac_objext; then
     7563  ac_cv_type_signal=int
     7564else
     7565  $as_echo "$as_me: failed program was:" >&5
    65407566sed 's/^/| /' conftest.$ac_ext >&5
    65417567
    6542 ac_cv_type_signal=int
    6543 fi
    6544 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    6545 fi
    6546 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
    6547 echo "${ECHO_T}$ac_cv_type_signal" >&6
     7568    ac_cv_type_signal=void
     7569fi
     7570
     7571rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     7572fi
     7573{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
     7574$as_echo "$ac_cv_type_signal" >&6; }
    65487575
    65497576cat >>confdefs.h <<_ACEOF
     
    65557582for ac_func in vprintf
    65567583do
    6557 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6558 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6559 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6560 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6561   echo $ECHO_N "(cached) $ECHO_C" >&6
     7584as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7585{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7586$as_echo_n "checking for $ac_func... " >&6; }
     7587if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7588  $as_echo_n "(cached) " >&6
    65627589else
    65637590  cat >conftest.$ac_ext <<_ACEOF
     
    65847611#undef $ac_func
    65857612
    6586 /* Override any gcc2 internal prototype to avoid an error.  */
     7613/* Override any GCC internal prototype to avoid an error.
     7614   Use char because int might match the return type of a GCC
     7615   builtin and then its argument prototype would still apply.  */
    65877616#ifdef __cplusplus
    65887617extern "C"
    6589 {
    65907618#endif
    6591 /* We use char because int might match the return type of a gcc2
    6592    builtin and then its argument prototype would still apply.  */
    65937619char $ac_func ();
    65947620/* The GNU C library defines this for functions which it implements
    65957621    to always fail with ENOSYS.  Some functions are actually named
    65967622    something starting with __ and the normal name is an alias.  */
    6597 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7623#if defined __stub_$ac_func || defined __stub___$ac_func
    65987624choke me
    6599 #else
    6600 char (*f) () = $ac_func;
    6601 #endif
    6602 #ifdef __cplusplus
    6603 }
    66047625#endif
    66057626
     
    66077628main ()
    66087629{
    6609 return f != $ac_func;
     7630return $ac_func ();
    66107631  ;
    66117632  return 0;
     
    66137634_ACEOF
    66147635rm -f conftest.$ac_objext conftest$ac_exeext
    6615 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6616   (eval $ac_link) 2>conftest.er1
     7636if { (ac_try="$ac_link"
     7637case "(($ac_try" in
     7638  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7639  *) ac_try_echo=$ac_try;;
     7640esac
     7641eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7642$as_echo "$ac_try_echo") >&5
     7643  (eval "$ac_link") 2>conftest.er1
    66177644  ac_status=$?
    66187645  grep -v '^ *+' conftest.er1 >conftest.err
    66197646  rm -f conftest.er1
    66207647  cat conftest.err >&5
    6621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6622   (exit $ac_status); } &&
    6623      { ac_try='test -z "$ac_c_werror_flag"
    6624              || test ! -s conftest.err'
    6625   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6626   (eval $ac_try) 2>&5
    6627   ac_status=$?
    6628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6629   (exit $ac_status); }; } &&
    6630      { ac_try='test -s conftest$ac_exeext'
    6631   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6632   (eval $ac_try) 2>&5
    6633   ac_status=$?
    6634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6635   (exit $ac_status); }; }; then
     7648  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7649  (exit $ac_status); } && {
     7650     test -z "$ac_c_werror_flag" ||
     7651     test ! -s conftest.err
     7652       } && test -s conftest$ac_exeext && {
     7653     test "$cross_compiling" = yes ||
     7654     $as_test_x conftest$ac_exeext
     7655       }; then
    66367656  eval "$as_ac_var=yes"
    66377657else
    6638   echo "$as_me: failed program was:" >&5
     7658  $as_echo "$as_me: failed program was:" >&5
    66397659sed 's/^/| /' conftest.$ac_ext >&5
    66407660
    6641 eval "$as_ac_var=no"
    6642 fi
    6643 rm -f conftest.err conftest.$ac_objext \
     7661    eval "$as_ac_var=no"
     7662fi
     7663
     7664rm -rf conftest.dSYM
     7665rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    66447666      conftest$ac_exeext conftest.$ac_ext
    66457667fi
    6646 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6647 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6648 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7668ac_res=`eval 'as_val=${'$as_ac_var'}
     7669         $as_echo "$as_val"'`
     7670           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7671$as_echo "$ac_res" >&6; }
     7672as_val=`eval 'as_val=${'$as_ac_var'}
     7673         $as_echo "$as_val"'`
     7674   if test "x$as_val" = x""yes; then
    66497675  cat >>confdefs.h <<_ACEOF
    6650 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6651 _ACEOF
    6652 
    6653 echo "$as_me:$LINENO: checking for _doprnt" >&5
    6654 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
     7676#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7677_ACEOF
     7678
     7679{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5
     7680$as_echo_n "checking for _doprnt... " >&6; }
    66557681if test "${ac_cv_func__doprnt+set}" = set; then
    6656   echo $ECHO_N "(cached) $ECHO_C" >&6
     7682  $as_echo_n "(cached) " >&6
    66577683else
    66587684  cat >conftest.$ac_ext <<_ACEOF
     
    66797705#undef _doprnt
    66807706
    6681 /* Override any gcc2 internal prototype to avoid an error.  */
     7707/* Override any GCC internal prototype to avoid an error.
     7708   Use char because int might match the return type of a GCC
     7709   builtin and then its argument prototype would still apply.  */
    66827710#ifdef __cplusplus
    66837711extern "C"
    6684 {
    66857712#endif
    6686 /* We use char because int might match the return type of a gcc2
    6687    builtin and then its argument prototype would still apply.  */
    66887713char _doprnt ();
    66897714/* The GNU C library defines this for functions which it implements
    66907715    to always fail with ENOSYS.  Some functions are actually named
    66917716    something starting with __ and the normal name is an alias.  */
    6692 #if defined (__stub__doprnt) || defined (__stub____doprnt)
     7717#if defined __stub__doprnt || defined __stub____doprnt
    66937718choke me
    6694 #else
    6695 char (*f) () = _doprnt;
    6696 #endif
    6697 #ifdef __cplusplus
    6698 }
    66997719#endif
    67007720
     
    67027722main ()
    67037723{
    6704 return f != _doprnt;
     7724return _doprnt ();
    67057725  ;
    67067726  return 0;
     
    67087728_ACEOF
    67097729rm -f conftest.$ac_objext conftest$ac_exeext
    6710 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6711   (eval $ac_link) 2>conftest.er1
     7730if { (ac_try="$ac_link"
     7731case "(($ac_try" in
     7732  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7733  *) ac_try_echo=$ac_try;;
     7734esac
     7735eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7736$as_echo "$ac_try_echo") >&5
     7737  (eval "$ac_link") 2>conftest.er1
    67127738  ac_status=$?
    67137739  grep -v '^ *+' conftest.er1 >conftest.err
    67147740  rm -f conftest.er1
    67157741  cat conftest.err >&5
    6716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6717   (exit $ac_status); } &&
    6718      { ac_try='test -z "$ac_c_werror_flag"
    6719              || test ! -s conftest.err'
    6720   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6721   (eval $ac_try) 2>&5
    6722   ac_status=$?
    6723   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6724   (exit $ac_status); }; } &&
    6725      { ac_try='test -s conftest$ac_exeext'
    6726   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6727   (eval $ac_try) 2>&5
    6728   ac_status=$?
    6729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6730   (exit $ac_status); }; }; then
     7742  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7743  (exit $ac_status); } && {
     7744     test -z "$ac_c_werror_flag" ||
     7745     test ! -s conftest.err
     7746       } && test -s conftest$ac_exeext && {
     7747     test "$cross_compiling" = yes ||
     7748     $as_test_x conftest$ac_exeext
     7749       }; then
    67317750  ac_cv_func__doprnt=yes
    67327751else
    6733   echo "$as_me: failed program was:" >&5
     7752  $as_echo "$as_me: failed program was:" >&5
    67347753sed 's/^/| /' conftest.$ac_ext >&5
    67357754
    6736 ac_cv_func__doprnt=no
    6737 fi
    6738 rm -f conftest.err conftest.$ac_objext \
     7755    ac_cv_func__doprnt=no
     7756fi
     7757
     7758rm -rf conftest.dSYM
     7759rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    67397760      conftest$ac_exeext conftest.$ac_ext
    67407761fi
    6741 echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
    6742 echo "${ECHO_T}$ac_cv_func__doprnt" >&6
    6743 if test $ac_cv_func__doprnt = yes; then
     7762{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
     7763$as_echo "$ac_cv_func__doprnt" >&6; }
     7764if test "x$ac_cv_func__doprnt" = x""yes; then
    67447765
    67457766cat >>confdefs.h <<\_ACEOF
     
    67657786for ac_func in ftime select strftime strtol getrusage times mallinfo setbuffer getpagesize strerror
    67667787do
    6767 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6768 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6769 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6770 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6771   echo $ECHO_N "(cached) $ECHO_C" >&6
     7788as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7789{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7790$as_echo_n "checking for $ac_func... " >&6; }
     7791if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7792  $as_echo_n "(cached) " >&6
    67727793else
    67737794  cat >conftest.$ac_ext <<_ACEOF
     
    67947815#undef $ac_func
    67957816
    6796 /* Override any gcc2 internal prototype to avoid an error.  */
     7817/* Override any GCC internal prototype to avoid an error.
     7818   Use char because int might match the return type of a GCC
     7819   builtin and then its argument prototype would still apply.  */
    67977820#ifdef __cplusplus
    67987821extern "C"
    6799 {
    68007822#endif
    6801 /* We use char because int might match the return type of a gcc2
    6802    builtin and then its argument prototype would still apply.  */
    68037823char $ac_func ();
    68047824/* The GNU C library defines this for functions which it implements
    68057825    to always fail with ENOSYS.  Some functions are actually named
    68067826    something starting with __ and the normal name is an alias.  */
    6807 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7827#if defined __stub_$ac_func || defined __stub___$ac_func
    68087828choke me
    6809 #else
    6810 char (*f) () = $ac_func;
    6811 #endif
    6812 #ifdef __cplusplus
    6813 }
    68147829#endif
    68157830
     
    68177832main ()
    68187833{
    6819 return f != $ac_func;
     7834return $ac_func ();
    68207835  ;
    68217836  return 0;
     
    68237838_ACEOF
    68247839rm -f conftest.$ac_objext conftest$ac_exeext
    6825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6826   (eval $ac_link) 2>conftest.er1
     7840if { (ac_try="$ac_link"
     7841case "(($ac_try" in
     7842  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7843  *) ac_try_echo=$ac_try;;
     7844esac
     7845eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7846$as_echo "$ac_try_echo") >&5
     7847  (eval "$ac_link") 2>conftest.er1
    68277848  ac_status=$?
    68287849  grep -v '^ *+' conftest.er1 >conftest.err
    68297850  rm -f conftest.er1
    68307851  cat conftest.err >&5
    6831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6832   (exit $ac_status); } &&
    6833      { ac_try='test -z "$ac_c_werror_flag"
    6834              || test ! -s conftest.err'
    6835   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6836   (eval $ac_try) 2>&5
    6837   ac_status=$?
    6838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6839   (exit $ac_status); }; } &&
    6840      { ac_try='test -s conftest$ac_exeext'
    6841   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6842   (eval $ac_try) 2>&5
    6843   ac_status=$?
    6844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6845   (exit $ac_status); }; }; then
     7852  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7853  (exit $ac_status); } && {
     7854     test -z "$ac_c_werror_flag" ||
     7855     test ! -s conftest.err
     7856       } && test -s conftest$ac_exeext && {
     7857     test "$cross_compiling" = yes ||
     7858     $as_test_x conftest$ac_exeext
     7859       }; then
    68467860  eval "$as_ac_var=yes"
    68477861else
    6848   echo "$as_me: failed program was:" >&5
     7862  $as_echo "$as_me: failed program was:" >&5
    68497863sed 's/^/| /' conftest.$ac_ext >&5
    68507864
    6851 eval "$as_ac_var=no"
    6852 fi
    6853 rm -f conftest.err conftest.$ac_objext \
     7865    eval "$as_ac_var=no"
     7866fi
     7867
     7868rm -rf conftest.dSYM
     7869rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    68547870      conftest$ac_exeext conftest.$ac_ext
    68557871fi
    6856 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6857 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6858 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7872ac_res=`eval 'as_val=${'$as_ac_var'}
     7873         $as_echo "$as_val"'`
     7874           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7875$as_echo "$ac_res" >&6; }
     7876as_val=`eval 'as_val=${'$as_ac_var'}
     7877         $as_echo "$as_val"'`
     7878   if test "x$as_val" = x""yes; then
    68597879  cat >>confdefs.h <<_ACEOF
    6860 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7880#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    68617881_ACEOF
    68627882
     
    68697889for ac_func in ftruncate strstr strcasecmp
    68707890do
    6871 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6872 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6873 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6874 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6875   echo $ECHO_N "(cached) $ECHO_C" >&6
     7891as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7892{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7893$as_echo_n "checking for $ac_func... " >&6; }
     7894if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7895  $as_echo_n "(cached) " >&6
    68767896else
    68777897  cat >conftest.$ac_ext <<_ACEOF
     
    68987918#undef $ac_func
    68997919
    6900 /* Override any gcc2 internal prototype to avoid an error.  */
     7920/* Override any GCC internal prototype to avoid an error.
     7921   Use char because int might match the return type of a GCC
     7922   builtin and then its argument prototype would still apply.  */
    69017923#ifdef __cplusplus
    69027924extern "C"
    6903 {
    69047925#endif
    6905 /* We use char because int might match the return type of a gcc2
    6906    builtin and then its argument prototype would still apply.  */
    69077926char $ac_func ();
    69087927/* The GNU C library defines this for functions which it implements
    69097928    to always fail with ENOSYS.  Some functions are actually named
    69107929    something starting with __ and the normal name is an alias.  */
    6911 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7930#if defined __stub_$ac_func || defined __stub___$ac_func
    69127931choke me
    6913 #else
    6914 char (*f) () = $ac_func;
    6915 #endif
    6916 #ifdef __cplusplus
    6917 }
    69187932#endif
    69197933
     
    69217935main ()
    69227936{
    6923 return f != $ac_func;
     7937return $ac_func ();
    69247938  ;
    69257939  return 0;
     
    69277941_ACEOF
    69287942rm -f conftest.$ac_objext conftest$ac_exeext
    6929 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6930   (eval $ac_link) 2>conftest.er1
     7943if { (ac_try="$ac_link"
     7944case "(($ac_try" in
     7945  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7946  *) ac_try_echo=$ac_try;;
     7947esac
     7948eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7949$as_echo "$ac_try_echo") >&5
     7950  (eval "$ac_link") 2>conftest.er1
    69317951  ac_status=$?
    69327952  grep -v '^ *+' conftest.er1 >conftest.err
    69337953  rm -f conftest.er1
    69347954  cat conftest.err >&5
    6935   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6936   (exit $ac_status); } &&
    6937      { ac_try='test -z "$ac_c_werror_flag"
    6938              || test ! -s conftest.err'
    6939   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6940   (eval $ac_try) 2>&5
    6941   ac_status=$?
    6942   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6943   (exit $ac_status); }; } &&
    6944      { ac_try='test -s conftest$ac_exeext'
    6945   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6946   (eval $ac_try) 2>&5
    6947   ac_status=$?
    6948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6949   (exit $ac_status); }; }; then
     7955  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7956  (exit $ac_status); } && {
     7957     test -z "$ac_c_werror_flag" ||
     7958     test ! -s conftest.err
     7959       } && test -s conftest$ac_exeext && {
     7960     test "$cross_compiling" = yes ||
     7961     $as_test_x conftest$ac_exeext
     7962       }; then
    69507963  eval "$as_ac_var=yes"
    69517964else
    6952   echo "$as_me: failed program was:" >&5
     7965  $as_echo "$as_me: failed program was:" >&5
    69537966sed 's/^/| /' conftest.$ac_ext >&5
    69547967
    6955 eval "$as_ac_var=no"
    6956 fi
    6957 rm -f conftest.err conftest.$ac_objext \
     7968    eval "$as_ac_var=no"
     7969fi
     7970
     7971rm -rf conftest.dSYM
     7972rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    69587973      conftest$ac_exeext conftest.$ac_ext
    69597974fi
    6960 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6961 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6962 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7975ac_res=`eval 'as_val=${'$as_ac_var'}
     7976         $as_echo "$as_val"'`
     7977           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7978$as_echo "$ac_res" >&6; }
     7979as_val=`eval 'as_val=${'$as_ac_var'}
     7980         $as_echo "$as_val"'`
     7981   if test "x$as_val" = x""yes; then
    69637982  cat >>confdefs.h <<_ACEOF
    6964 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6965 _ACEOF
    6966 
    6967 else
    6968   case $LIBOBJS in
    6969     "$ac_func.$ac_objext"   | \
    6970   *" $ac_func.$ac_objext"   | \
    6971     "$ac_func.$ac_objext "* | \
     7983#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7984_ACEOF
     7985
     7986else
     7987  case " $LIBOBJS " in
    69727988  *" $ac_func.$ac_objext "* ) ;;
    6973   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
     7989  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
     7990 ;;
    69747991esac
    69757992
     
    69797996
    69807997
    6981 echo "$as_me:$LINENO: checking for textdomain" >&5
    6982 echo $ECHO_N "checking for textdomain... $ECHO_C" >&6
     7998{ $as_echo "$as_me:$LINENO: checking for textdomain" >&5
     7999$as_echo_n "checking for textdomain... " >&6; }
    69838000if test "${ac_cv_func_textdomain+set}" = set; then
    6984   echo $ECHO_N "(cached) $ECHO_C" >&6
     8001  $as_echo_n "(cached) " >&6
    69858002else
    69868003  cat >conftest.$ac_ext <<_ACEOF
     
    70078024#undef textdomain
    70088025
    7009 /* Override any gcc2 internal prototype to avoid an error.  */
     8026/* Override any GCC internal prototype to avoid an error.
     8027   Use char because int might match the return type of a GCC
     8028   builtin and then its argument prototype would still apply.  */
    70108029#ifdef __cplusplus
    70118030extern "C"
    7012 {
    70138031#endif
    7014 /* We use char because int might match the return type of a gcc2
    7015    builtin and then its argument prototype would still apply.  */
    70168032char textdomain ();
    70178033/* The GNU C library defines this for functions which it implements
    70188034    to always fail with ENOSYS.  Some functions are actually named
    70198035    something starting with __ and the normal name is an alias.  */
    7020 #if defined (__stub_textdomain) || defined (__stub___textdomain)
     8036#if defined __stub_textdomain || defined __stub___textdomain
    70218037choke me
    7022 #else
    7023 char (*f) () = textdomain;
    7024 #endif
    7025 #ifdef __cplusplus
    7026 }
    70278038#endif
    70288039
     
    70308041main ()
    70318042{
    7032 return f != textdomain;
     8043return textdomain ();
    70338044  ;
    70348045  return 0;
     
    70368047_ACEOF
    70378048rm -f conftest.$ac_objext conftest$ac_exeext
    7038 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7039   (eval $ac_link) 2>conftest.er1
     8049if { (ac_try="$ac_link"
     8050case "(($ac_try" in
     8051  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8052  *) ac_try_echo=$ac_try;;
     8053esac
     8054eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8055$as_echo "$ac_try_echo") >&5
     8056  (eval "$ac_link") 2>conftest.er1
    70408057  ac_status=$?
    70418058  grep -v '^ *+' conftest.er1 >conftest.err
    70428059  rm -f conftest.er1
    70438060  cat conftest.err >&5
    7044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7045   (exit $ac_status); } &&
    7046      { ac_try='test -z "$ac_c_werror_flag"
    7047              || test ! -s conftest.err'
    7048   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7049   (eval $ac_try) 2>&5
    7050   ac_status=$?
    7051   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7052   (exit $ac_status); }; } &&
    7053      { ac_try='test -s conftest$ac_exeext'
    7054   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7055   (eval $ac_try) 2>&5
    7056   ac_status=$?
    7057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7058   (exit $ac_status); }; }; then
     8061  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8062  (exit $ac_status); } && {
     8063     test -z "$ac_c_werror_flag" ||
     8064     test ! -s conftest.err
     8065       } && test -s conftest$ac_exeext && {
     8066     test "$cross_compiling" = yes ||
     8067     $as_test_x conftest$ac_exeext
     8068       }; then
    70598069  ac_cv_func_textdomain=yes
    70608070else
    7061   echo "$as_me: failed program was:" >&5
     8071  $as_echo "$as_me: failed program was:" >&5
    70628072sed 's/^/| /' conftest.$ac_ext >&5
    70638073
    7064 ac_cv_func_textdomain=no
    7065 fi
    7066 rm -f conftest.err conftest.$ac_objext \
     8074    ac_cv_func_textdomain=no
     8075fi
     8076
     8077rm -rf conftest.dSYM
     8078rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    70678079      conftest$ac_exeext conftest.$ac_ext
    70688080fi
    7069 echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
    7070 echo "${ECHO_T}$ac_cv_func_textdomain" >&6
    7071 if test $ac_cv_func_textdomain = yes; then
     8081{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
     8082$as_echo "$ac_cv_func_textdomain" >&6; }
     8083if test "x$ac_cv_func_textdomain" = x""yes; then
    70728084  cat >>confdefs.h <<\_ACEOF
    70738085#define ENABLE_NLS  1
     
    70798091# *** Custom checking (based on GNU tar configure.in) ***
    70808092# ---------------------------------------------------------------------------
    7081 echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
    7082 echo $ECHO_N "checking for HP-UX needing gmalloc... $ECHO_C" >&6
     8093{ $as_echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
     8094$as_echo_n "checking for HP-UX needing gmalloc... " >&6; }
    70838095if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    7084   echo "$as_me:$LINENO: result: yes" >&5
    7085 echo "${ECHO_T}yes" >&6
    7086   case $LIBOBJS in
    7087     "gmalloc.$ac_objext"   | \
    7088   *" gmalloc.$ac_objext"   | \
    7089     "gmalloc.$ac_objext "* | \
     8096  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8097$as_echo "yes" >&6; }
     8098  case " $LIBOBJS " in
    70908099  *" gmalloc.$ac_objext "* ) ;;
    7091   *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext" ;;
     8100  *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext"
     8101 ;;
    70928102esac
    70938103
     
    70978107
    70988108else
    7099   echo "$as_me:$LINENO: result: no" >&5
    7100 echo "${ECHO_T}no" >&6
     8109  { $as_echo "$as_me:$LINENO: result: no" >&5
     8110$as_echo "no" >&6; }
    71018111
    71028112for ac_func in valloc
    71038113do
    7104 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7105 echo "$as_me:$LINENO: checking for $ac_func" >&5
    7106 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    7107 if eval "test \"\${$as_ac_var+set}\" = set"; then
    7108   echo $ECHO_N "(cached) $ECHO_C" >&6
     8114as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     8115{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     8116$as_echo_n "checking for $ac_func... " >&6; }
     8117if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     8118  $as_echo_n "(cached) " >&6
    71098119else
    71108120  cat >conftest.$ac_ext <<_ACEOF
     
    71318141#undef $ac_func
    71328142
    7133 /* Override any gcc2 internal prototype to avoid an error.  */
     8143/* Override any GCC internal prototype to avoid an error.
     8144   Use char because int might match the return type of a GCC
     8145   builtin and then its argument prototype would still apply.  */
    71348146#ifdef __cplusplus
    71358147extern "C"
    7136 {
    71378148#endif
    7138 /* We use char because int might match the return type of a gcc2
    7139    builtin and then its argument prototype would still apply.  */
    71408149char $ac_func ();
    71418150/* The GNU C library defines this for functions which it implements
    71428151    to always fail with ENOSYS.  Some functions are actually named
    71438152    something starting with __ and the normal name is an alias.  */
    7144 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     8153#if defined __stub_$ac_func || defined __stub___$ac_func
    71458154choke me
    7146 #else
    7147 char (*f) () = $ac_func;
    7148 #endif
    7149 #ifdef __cplusplus
    7150 }
    71518155#endif
    71528156
     
    71548158main ()
    71558159{
    7156 return f != $ac_func;
     8160return $ac_func ();
    71578161  ;
    71588162  return 0;
     
    71608164_ACEOF
    71618165rm -f conftest.$ac_objext conftest$ac_exeext
    7162 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7163   (eval $ac_link) 2>conftest.er1
     8166if { (ac_try="$ac_link"
     8167case "(($ac_try" in
     8168  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8169  *) ac_try_echo=$ac_try;;
     8170esac
     8171eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8172$as_echo "$ac_try_echo") >&5
     8173  (eval "$ac_link") 2>conftest.er1
    71648174  ac_status=$?
    71658175  grep -v '^ *+' conftest.er1 >conftest.err
    71668176  rm -f conftest.er1
    71678177  cat conftest.err >&5
    7168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7169   (exit $ac_status); } &&
    7170      { ac_try='test -z "$ac_c_werror_flag"
    7171              || test ! -s conftest.err'
    7172   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7173   (eval $ac_try) 2>&5
    7174   ac_status=$?
    7175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7176   (exit $ac_status); }; } &&
    7177      { ac_try='test -s conftest$ac_exeext'
    7178   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7179   (eval $ac_try) 2>&5
    7180   ac_status=$?
    7181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7182   (exit $ac_status); }; }; then
     8178  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8179  (exit $ac_status); } && {
     8180     test -z "$ac_c_werror_flag" ||
     8181     test ! -s conftest.err
     8182       } && test -s conftest$ac_exeext && {
     8183     test "$cross_compiling" = yes ||
     8184     $as_test_x conftest$ac_exeext
     8185       }; then
    71838186  eval "$as_ac_var=yes"
    71848187else
    7185   echo "$as_me: failed program was:" >&5
     8188  $as_echo "$as_me: failed program was:" >&5
    71868189sed 's/^/| /' conftest.$ac_ext >&5
    71878190
    7188 eval "$as_ac_var=no"
    7189 fi
    7190 rm -f conftest.err conftest.$ac_objext \
     8191    eval "$as_ac_var=no"
     8192fi
     8193
     8194rm -rf conftest.dSYM
     8195rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    71918196      conftest$ac_exeext conftest.$ac_ext
    71928197fi
    7193 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    7194 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    7195 if test `eval echo '${'$as_ac_var'}'` = yes; then
     8198ac_res=`eval 'as_val=${'$as_ac_var'}
     8199         $as_echo "$as_val"'`
     8200           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     8201$as_echo "$ac_res" >&6; }
     8202as_val=`eval 'as_val=${'$as_ac_var'}
     8203         $as_echo "$as_val"'`
     8204   if test "x$as_val" = x""yes; then
    71968205  cat >>confdefs.h <<_ACEOF
    7197 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     8206#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    71988207_ACEOF
    71998208
     
    72048213
    72058214# we cannot generate static libraries under Darwin
    7206 echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
    7207 echo $ECHO_N "checking for Apple MacOS X/Darwin... $ECHO_C" >&6
     8215{ $as_echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
     8216$as_echo_n "checking for Apple MacOS X/Darwin... " >&6; }
    72088217if test "`(uname -s) 2> /dev/null`" = 'Darwin'; then
    7209   echo "$as_me:$LINENO: result: yes" >&5
    7210 echo "${ECHO_T}yes" >&6
     8218  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8219$as_echo "yes" >&6; }
    72118220  STATIC=""
    72128221else
    7213   echo "$as_me:$LINENO: result: no" >&5
    7214 echo "${ECHO_T}no" >&6
     8222  { $as_echo "$as_me:$LINENO: result: no" >&5
     8223$as_echo "no" >&6; }
    72158224  STATIC="-static "
    72168225fi
    72178226
    72188227
    7219 echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
    7220 echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6
    7221 
    7222 # Check whether --with-dmalloc or --without-dmalloc was given.
     8228{ $as_echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
     8229$as_echo_n "checking if malloc debugging is wanted... " >&6; }
     8230
     8231# Check whether --with-dmalloc was given.
    72238232if test "${with_dmalloc+set}" = set; then
    7224   withval="$with_dmalloc"
    7225   if test "$withval" = yes; then
    7226   echo "$as_me:$LINENO: result: yes" >&5
    7227 echo "${ECHO_T}yes" >&6
     8233  withval=$with_dmalloc; if test "$withval" = yes; then
     8234  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8235$as_echo "yes" >&6; }
    72288236  cat >>confdefs.h <<\_ACEOF
    72298237#define WITH_DMALLOC 1
     
    72338241  LDFLAGS="$LDFLAGS -g"
    72348242else
    7235   echo "$as_me:$LINENO: result: no" >&5
    7236 echo "${ECHO_T}no" >&6
    7237 fi
    7238 else
    7239   echo "$as_me:$LINENO: result: no" >&5
    7240 echo "${ECHO_T}no" >&6
    7241 fi;
    7242 
    7243 echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
    7244 echo $ECHO_N "checking which of rx or regex is wanted... $ECHO_C" >&6
    7245 
    7246 # Check whether --with-regex or --without-regex was given.
     8243  { $as_echo "$as_me:$LINENO: result: no" >&5
     8244$as_echo "no" >&6; }
     8245fi
     8246else
     8247  { $as_echo "$as_me:$LINENO: result: no" >&5
     8248$as_echo "no" >&6; }
     8249fi
     8250
     8251
     8252{ $as_echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
     8253$as_echo_n "checking which of rx or regex is wanted... " >&6; }
     8254
     8255# Check whether --with-regex was given.
    72478256if test "${with_regex+set}" = set; then
    7248   withval="$with_regex"
    7249   if test "$withval" = yes; then
     8257  withval=$with_regex; if test "$withval" = yes; then
    72508258  ac_with_regex=1
    7251   echo "$as_me:$LINENO: result: regex" >&5
    7252 echo "${ECHO_T}regex" >&6
     8259  { $as_echo "$as_me:$LINENO: result: regex" >&5
     8260$as_echo "regex" >&6; }
    72538261  cat >>confdefs.h <<\_ACEOF
    72548262#define WITH_REGEX 1
    72558263_ACEOF
    72568264
    7257   case $LIBOBJS in
    7258     "regex.$ac_objext"   | \
    7259   *" regex.$ac_objext"   | \
    7260     "regex.$ac_objext "* | \
     8265  case " $LIBOBJS " in
    72618266  *" regex.$ac_objext "* ) ;;
    7262   *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
    7263 esac
    7264 
    7265 fi
    7266 fi;
     8267  *) LIBOBJS="$LIBOBJS regex.$ac_objext"
     8268 ;;
     8269esac
     8270
     8271fi
     8272fi
     8273
    72678274if test -z "$ac_with_regex"; then
    7268   echo "$as_me:$LINENO: result: rx" >&5
    7269 echo "${ECHO_T}rx" >&6
    7270   echo "$as_me:$LINENO: checking for re_rx_search" >&5
    7271 echo $ECHO_N "checking for re_rx_search... $ECHO_C" >&6
     8275  { $as_echo "$as_me:$LINENO: result: rx" >&5
     8276$as_echo "rx" >&6; }
     8277  { $as_echo "$as_me:$LINENO: checking for re_rx_search" >&5
     8278$as_echo_n "checking for re_rx_search... " >&6; }
    72728279if test "${ac_cv_func_re_rx_search+set}" = set; then
    7273   echo $ECHO_N "(cached) $ECHO_C" >&6
     8280  $as_echo_n "(cached) " >&6
    72748281else
    72758282  cat >conftest.$ac_ext <<_ACEOF
     
    72968303#undef re_rx_search
    72978304
    7298 /* Override any gcc2 internal prototype to avoid an error.  */
     8305/* Override any GCC internal prototype to avoid an error.
     8306   Use char because int might match the return type of a GCC
     8307   builtin and then its argument prototype would still apply.  */
    72998308#ifdef __cplusplus
    73008309extern "C"
    7301 {
    73028310#endif
    7303 /* We use char because int might match the return type of a gcc2
    7304    builtin and then its argument prototype would still apply.  */
    73058311char re_rx_search ();
    73068312/* The GNU C library defines this for functions which it implements
    73078313    to always fail with ENOSYS.  Some functions are actually named
    73088314    something starting with __ and the normal name is an alias.  */
    7309 #if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
     8315#if defined __stub_re_rx_search || defined __stub___re_rx_search
    73108316choke me
    7311 #else
    7312 char (*f) () = re_rx_search;
    7313 #endif
    7314 #ifdef __cplusplus
    7315 }
    73168317#endif
    73178318
     
    73198320main ()
    73208321{
    7321 return f != re_rx_search;
     8322return re_rx_search ();
    73228323  ;
    73238324  return 0;
     
    73258326_ACEOF
    73268327rm -f conftest.$ac_objext conftest$ac_exeext
    7327 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7328   (eval $ac_link) 2>conftest.er1
     8328if { (ac_try="$ac_link"
     8329case "(($ac_try" in
     8330  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8331  *) ac_try_echo=$ac_try;;
     8332esac
     8333eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8334$as_echo "$ac_try_echo") >&5
     8335  (eval "$ac_link") 2>conftest.er1
    73298336  ac_status=$?
    73308337  grep -v '^ *+' conftest.er1 >conftest.err
    73318338  rm -f conftest.er1
    73328339  cat conftest.err >&5
    7333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7334   (exit $ac_status); } &&
    7335      { ac_try='test -z "$ac_c_werror_flag"
    7336              || test ! -s conftest.err'
    7337   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7338   (eval $ac_try) 2>&5
    7339   ac_status=$?
    7340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7341   (exit $ac_status); }; } &&
    7342      { ac_try='test -s conftest$ac_exeext'
    7343   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7344   (eval $ac_try) 2>&5
    7345   ac_status=$?
    7346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7347   (exit $ac_status); }; }; then
     8340  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8341  (exit $ac_status); } && {
     8342     test -z "$ac_c_werror_flag" ||
     8343     test ! -s conftest.err
     8344       } && test -s conftest$ac_exeext && {
     8345     test "$cross_compiling" = yes ||
     8346     $as_test_x conftest$ac_exeext
     8347       }; then
    73488348  ac_cv_func_re_rx_search=yes
    73498349else
    7350   echo "$as_me: failed program was:" >&5
     8350  $as_echo "$as_me: failed program was:" >&5
    73518351sed 's/^/| /' conftest.$ac_ext >&5
    73528352
    7353 ac_cv_func_re_rx_search=no
    7354 fi
    7355 rm -f conftest.err conftest.$ac_objext \
     8353    ac_cv_func_re_rx_search=no
     8354fi
     8355
     8356rm -rf conftest.dSYM
     8357rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73568358      conftest$ac_exeext conftest.$ac_ext
    73578359fi
    7358 echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
    7359 echo "${ECHO_T}$ac_cv_func_re_rx_search" >&6
    7360 if test $ac_cv_func_re_rx_search = yes; then
     8360{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
     8361$as_echo "$ac_cv_func_re_rx_search" >&6; }
     8362if test "x$ac_cv_func_re_rx_search" = x""yes; then
    73618363  :
    73628364else
    7363   case $LIBOBJS in
    7364     "rx.$ac_objext"   | \
    7365   *" rx.$ac_objext"   | \
    7366     "rx.$ac_objext "* | \
     8365  case " $LIBOBJS " in
    73678366  *" rx.$ac_objext "* ) ;;
    7368   *) LIBOBJS="$LIBOBJS rx.$ac_objext" ;;
     8367  *) LIBOBJS="$LIBOBJS rx.$ac_objext"
     8368 ;;
    73698369esac
    73708370
     
    73768376# ---------------------------------------------------------------------------
    73778377if test "$ac_cv_func_alloca" = 'no'; then
    7378   case $LIBOBJS in
    7379     "xmalloc.$ac_objext"   | \
    7380   *" xmalloc.$ac_objext"   | \
    7381     "xmalloc.$ac_objext "* | \
     8378  case " $LIBOBJS " in
    73828379  *" xmalloc.$ac_objext "* ) ;;
    7383   *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext" ;;
    7384 esac
    7385 
    7386   case $LIBOBJS in
    7387     "error.$ac_objext"   | \
    7388   *" error.$ac_objext"   | \
    7389     "error.$ac_objext "* | \
     8380  *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext"
     8381 ;;
     8382esac
     8383
     8384  case " $LIBOBJS " in
    73908385  *" error.$ac_objext "* ) ;;
    7391   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     8386  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     8387 ;;
    73928388esac
    73938389
     
    73978393# ---------------------------------------------------------------------------
    73988394
    7399 ac_ext=cc
     8395ac_ext=cpp
    74008396ac_cpp='$CXXCPP $CPPFLAGS'
    74018397ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     
    74058401
    74068402success=no
    7407 echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
    7408 echo $ECHO_N "checking \"whether STL library has known faults\"... $ECHO_C" >&6
     8403{ $as_echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
     8404$as_echo_n "checking \"whether STL library has known faults\"... " >&6; }
    74098405
    74108406
     
    74268422_ACEOF
    74278423rm -f conftest.$ac_objext
    7428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7429   (eval $ac_compile) 2>conftest.er1
     8424if { (ac_try="$ac_compile"
     8425case "(($ac_try" in
     8426  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8427  *) ac_try_echo=$ac_try;;
     8428esac
     8429eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8430$as_echo "$ac_try_echo") >&5
     8431  (eval "$ac_compile") 2>conftest.er1
    74308432  ac_status=$?
    74318433  grep -v '^ *+' conftest.er1 >conftest.err
    74328434  rm -f conftest.er1
    74338435  cat conftest.err >&5
    7434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7435   (exit $ac_status); } &&
    7436      { ac_try='test -z "$ac_cxx_werror_flag"
    7437              || test ! -s conftest.err'
    7438   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7439   (eval $ac_try) 2>&5
    7440   ac_status=$?
    7441   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7442   (exit $ac_status); }; } &&
    7443      { ac_try='test -s conftest.$ac_objext'
    7444   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7445   (eval $ac_try) 2>&5
    7446   ac_status=$?
    7447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7448   (exit $ac_status); }; }; then
     8436  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8437  (exit $ac_status); } && {
     8438     test -z "$ac_cxx_werror_flag" ||
     8439     test ! -s conftest.err
     8440       } && test -s conftest.$ac_objext; then
    74498441  success=yes
    74508442else
    7451   echo "$as_me: failed program was:" >&5
     8443  $as_echo "$as_me: failed program was:" >&5
    74528444sed 's/^/| /' conftest.$ac_ext >&5
    74538445
    7454 fi
    7455 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8446
     8447fi
     8448
     8449rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    74568450
    74578451if test $success = "no"; then
     
    74738467_ACEOF
    74748468rm -f conftest.$ac_objext
    7475 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7476   (eval $ac_compile) 2>conftest.er1
     8469if { (ac_try="$ac_compile"
     8470case "(($ac_try" in
     8471  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8472  *) ac_try_echo=$ac_try;;
     8473esac
     8474eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8475$as_echo "$ac_try_echo") >&5
     8476  (eval "$ac_compile") 2>conftest.er1
    74778477  ac_status=$?
    74788478  grep -v '^ *+' conftest.er1 >conftest.err
    74798479  rm -f conftest.er1
    74808480  cat conftest.err >&5
    7481   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7482   (exit $ac_status); } &&
    7483      { ac_try='test -z "$ac_cxx_werror_flag"
    7484              || test ! -s conftest.err'
    7485   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7486   (eval $ac_try) 2>&5
    7487   ac_status=$?
    7488   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7489   (exit $ac_status); }; } &&
    7490      { ac_try='test -s conftest.$ac_objext'
    7491   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7492   (eval $ac_try) 2>&5
    7493   ac_status=$?
    7494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7495   (exit $ac_status); }; }; then
     8481  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8482  (exit $ac_status); } && {
     8483     test -z "$ac_cxx_werror_flag" ||
     8484     test ! -s conftest.err
     8485       } && test -s conftest.$ac_objext; then
    74968486  success="yes"
    74978487else
    7498   echo "$as_me: failed program was:" >&5
     8488  $as_echo "$as_me: failed program was:" >&5
    74998489sed 's/^/| /' conftest.$ac_ext >&5
    75008490
    7501 fi
    7502 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8491
     8492fi
     8493
     8494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    75038495fi
    75048496
     
    75218513_ACEOF
    75228514rm -f conftest.$ac_objext
    7523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7524   (eval $ac_compile) 2>conftest.er1
     8515if { (ac_try="$ac_compile"
     8516case "(($ac_try" in
     8517  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8518  *) ac_try_echo=$ac_try;;
     8519esac
     8520eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8521$as_echo "$ac_try_echo") >&5
     8522  (eval "$ac_compile") 2>conftest.er1
    75258523  ac_status=$?
    75268524  grep -v '^ *+' conftest.er1 >conftest.err
    75278525  rm -f conftest.er1
    75288526  cat conftest.err >&5
    7529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7530   (exit $ac_status); } &&
    7531      { ac_try='test -z "$ac_cxx_werror_flag"
    7532              || test ! -s conftest.err'
    7533   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7534   (eval $ac_try) 2>&5
    7535   ac_status=$?
    7536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7537   (exit $ac_status); }; } &&
    7538      { ac_try='test -s conftest.$ac_objext'
    7539   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7540   (eval $ac_try) 2>&5
    7541   ac_status=$?
    7542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7543   (exit $ac_status); }; }; then
     8527  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8528  (exit $ac_status); } && {
     8529     test -z "$ac_cxx_werror_flag" ||
     8530     test ! -s conftest.err
     8531       } && test -s conftest.$ac_objext; then
    75448532  success="yes"
    75458533else
    7546   echo "$as_me: failed program was:" >&5
     8534  $as_echo "$as_me: failed program was:" >&5
    75478535sed 's/^/| /' conftest.$ac_ext >&5
    75488536
    7549 fi
    7550 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8537
     8538fi
     8539
     8540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    75518541fi
    75528542
    75538543if test $success = yes; then
    7554 echo "$as_me:$LINENO: result: \"no\"" >&5
    7555 echo "${ECHO_T}\"no\"" >&6
    7556 else
    7557 echo "$as_me:$LINENO: result: \"yes\"" >&5
    7558 echo "${ECHO_T}\"yes\"" >&6
    7559 { { echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
    7560 echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
     8544{ $as_echo "$as_me:$LINENO: result: \"no\"" >&5
     8545$as_echo "\"no\"" >&6; }
     8546else
     8547{ $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
     8548$as_echo "\"yes\"" >&6; }
     8549{ { $as_echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
     8550$as_echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
    75618551   { (exit 1); exit 1; }; }
    75628552fi
     
    75798569
    75808570# check for endianness
    7581 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
    7582 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
     8571
     8572 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
     8573$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
    75838574if test "${ac_cv_c_bigendian+set}" = set; then
    7584   echo $ECHO_N "(cached) $ECHO_C" >&6
    7585 else
    7586   # See if sys/param.h defines the BYTE_ORDER macro.
    7587 cat >conftest.$ac_ext <<_ACEOF
     8575  $as_echo_n "(cached) " >&6
     8576else
     8577  ac_cv_c_bigendian=unknown
     8578    # See if we're dealing with a universal compiler.
     8579    cat >conftest.$ac_ext <<_ACEOF
     8580/* confdefs.h.  */
     8581_ACEOF
     8582cat confdefs.h >>conftest.$ac_ext
     8583cat >>conftest.$ac_ext <<_ACEOF
     8584/* end confdefs.h.  */
     8585#ifndef __APPLE_CC__
     8586           not a universal capable compiler
     8587         #endif
     8588         typedef int dummy;
     8589
     8590_ACEOF
     8591rm -f conftest.$ac_objext
     8592if { (ac_try="$ac_compile"
     8593case "(($ac_try" in
     8594  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8595  *) ac_try_echo=$ac_try;;
     8596esac
     8597eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8598$as_echo "$ac_try_echo") >&5
     8599  (eval "$ac_compile") 2>conftest.er1
     8600  ac_status=$?
     8601  grep -v '^ *+' conftest.er1 >conftest.err
     8602  rm -f conftest.er1
     8603  cat conftest.err >&5
     8604  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8605  (exit $ac_status); } && {
     8606     test -z "$ac_cxx_werror_flag" ||
     8607     test ! -s conftest.err
     8608       } && test -s conftest.$ac_objext; then
     8609
     8610    # Check for potential -arch flags.  It is not universal unless
     8611    # there are some -arch flags.  Note that *ppc* also matches
     8612    # ppc64.  This check is also rather less than ideal.
     8613    case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
     8614      *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
     8615    esac
     8616else
     8617  $as_echo "$as_me: failed program was:" >&5
     8618sed 's/^/| /' conftest.$ac_ext >&5
     8619
     8620
     8621fi
     8622
     8623rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8624    if test $ac_cv_c_bigendian = unknown; then
     8625      # See if sys/param.h defines the BYTE_ORDER macro.
     8626      cat >conftest.$ac_ext <<_ACEOF
    75888627/* confdefs.h.  */
    75898628_ACEOF
     
    75928631/* end confdefs.h.  */
    75938632#include <sys/types.h>
    7594 #include <sys/param.h>
     8633         #include <sys/param.h>
    75958634
    75968635int
    75978636main ()
    75988637{
    7599 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
    7600  bogus endian macros
    7601 #endif
     8638#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
     8639             && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
     8640             && LITTLE_ENDIAN)
     8641          bogus endian macros
     8642         #endif
    76028643
    76038644  ;
     
    76068647_ACEOF
    76078648rm -f conftest.$ac_objext
    7608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7609   (eval $ac_compile) 2>conftest.er1
     8649if { (ac_try="$ac_compile"
     8650case "(($ac_try" in
     8651  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8652  *) ac_try_echo=$ac_try;;
     8653esac
     8654eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8655$as_echo "$ac_try_echo") >&5
     8656  (eval "$ac_compile") 2>conftest.er1
    76108657  ac_status=$?
    76118658  grep -v '^ *+' conftest.er1 >conftest.err
    76128659  rm -f conftest.er1
    76138660  cat conftest.err >&5
    7614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7615   (exit $ac_status); } &&
    7616      { ac_try='test -z "$ac_cxx_werror_flag"
    7617              || test ! -s conftest.err'
    7618   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7619   (eval $ac_try) 2>&5
    7620   ac_status=$?
    7621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7622   (exit $ac_status); }; } &&
    7623      { ac_try='test -s conftest.$ac_objext'
    7624   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7625   (eval $ac_try) 2>&5
    7626   ac_status=$?
    7627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7628   (exit $ac_status); }; }; then
     8661  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8662  (exit $ac_status); } && {
     8663     test -z "$ac_cxx_werror_flag" ||
     8664     test ! -s conftest.err
     8665       } && test -s conftest.$ac_objext; then
    76298666  # It does; now see whether it defined to BIG_ENDIAN or not.
    7630 cat >conftest.$ac_ext <<_ACEOF
     8667     cat >conftest.$ac_ext <<_ACEOF
    76318668/* confdefs.h.  */
    76328669_ACEOF
     
    76358672/* end confdefs.h.  */
    76368673#include <sys/types.h>
    7637 #include <sys/param.h>
     8674        #include <sys/param.h>
    76388675
    76398676int
     
    76418678{
    76428679#if BYTE_ORDER != BIG_ENDIAN
    7643  not big endian
    7644 #endif
     8680        not big endian
     8681        #endif
    76458682
    76468683  ;
     
    76498686_ACEOF
    76508687rm -f conftest.$ac_objext
    7651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7652   (eval $ac_compile) 2>conftest.er1
     8688if { (ac_try="$ac_compile"
     8689case "(($ac_try" in
     8690  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8691  *) ac_try_echo=$ac_try;;
     8692esac
     8693eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8694$as_echo "$ac_try_echo") >&5
     8695  (eval "$ac_compile") 2>conftest.er1
    76538696  ac_status=$?
    76548697  grep -v '^ *+' conftest.er1 >conftest.err
    76558698  rm -f conftest.er1
    76568699  cat conftest.err >&5
    7657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7658   (exit $ac_status); } &&
    7659      { ac_try='test -z "$ac_cxx_werror_flag"
    7660              || test ! -s conftest.err'
    7661   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7662   (eval $ac_try) 2>&5
    7663   ac_status=$?
    7664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7665   (exit $ac_status); }; } &&
    7666      { ac_try='test -s conftest.$ac_objext'
    7667   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7668   (eval $ac_try) 2>&5
    7669   ac_status=$?
    7670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7671   (exit $ac_status); }; }; then
     8700  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8701  (exit $ac_status); } && {
     8702     test -z "$ac_cxx_werror_flag" ||
     8703     test ! -s conftest.err
     8704       } && test -s conftest.$ac_objext; then
    76728705  ac_cv_c_bigendian=yes
    76738706else
    7674   echo "$as_me: failed program was:" >&5
     8707  $as_echo "$as_me: failed program was:" >&5
    76758708sed 's/^/| /' conftest.$ac_ext >&5
    76768709
    7677 ac_cv_c_bigendian=no
    7678 fi
    7679 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7680 else
    7681   echo "$as_me: failed program was:" >&5
     8710    ac_cv_c_bigendian=no
     8711fi
     8712
     8713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8714else
     8715  $as_echo "$as_me: failed program was:" >&5
    76828716sed 's/^/| /' conftest.$ac_ext >&5
    76838717
    7684 # It does not; compile a test program.
    7685 if test "$cross_compiling" = yes; then
    7686   # try to guess the endianness by grepping values into an object file
    7687   ac_cv_c_bigendian=unknown
    7688   cat >conftest.$ac_ext <<_ACEOF
     8718
     8719fi
     8720
     8721rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8722    fi
     8723    if test $ac_cv_c_bigendian = unknown; then
     8724      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
     8725      cat >conftest.$ac_ext <<_ACEOF
    76898726/* confdefs.h.  */
    76908727_ACEOF
     
    76928729cat >>conftest.$ac_ext <<_ACEOF
    76938730/* end confdefs.h.  */
    7694 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    7695 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    7696 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
    7697 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    7698 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    7699 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
     8731#include <limits.h>
     8732
    77008733int
    77018734main ()
    77028735{
    7703  _ascii (); _ebcdic ();
     8736#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
     8737          bogus endian macros
     8738         #endif
     8739
    77048740  ;
    77058741  return 0;
     
    77078743_ACEOF
    77088744rm -f conftest.$ac_objext
    7709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7710   (eval $ac_compile) 2>conftest.er1
     8745if { (ac_try="$ac_compile"
     8746case "(($ac_try" in
     8747  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8748  *) ac_try_echo=$ac_try;;
     8749esac
     8750eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8751$as_echo "$ac_try_echo") >&5
     8752  (eval "$ac_compile") 2>conftest.er1
    77118753  ac_status=$?
    77128754  grep -v '^ *+' conftest.er1 >conftest.err
    77138755  rm -f conftest.er1
    77148756  cat conftest.err >&5
    7715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7716   (exit $ac_status); } &&
    7717      { ac_try='test -z "$ac_cxx_werror_flag"
    7718              || test ! -s conftest.err'
    7719   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7720   (eval $ac_try) 2>&5
    7721   ac_status=$?
    7722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7723   (exit $ac_status); }; } &&
    7724      { ac_try='test -s conftest.$ac_objext'
    7725   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7726   (eval $ac_try) 2>&5
    7727   ac_status=$?
    7728   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7729   (exit $ac_status); }; }; then
    7730   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
    7731   ac_cv_c_bigendian=yes
    7732 fi
    7733 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    7734   if test "$ac_cv_c_bigendian" = unknown; then
    7735     ac_cv_c_bigendian=no
    7736   else
    7737     # finding both strings is unlikely to happen, but who knows?
    7738     ac_cv_c_bigendian=unknown
    7739   fi
    7740 fi
    7741 else
    7742   echo "$as_me: failed program was:" >&5
    7743 sed 's/^/| /' conftest.$ac_ext >&5
    7744 
    7745 fi
    7746 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7747 else
    7748   cat >conftest.$ac_ext <<_ACEOF
     8757  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8758  (exit $ac_status); } && {
     8759     test -z "$ac_cxx_werror_flag" ||
     8760     test ! -s conftest.err
     8761       } && test -s conftest.$ac_objext; then
     8762  # It does; now see whether it defined to _BIG_ENDIAN or not.
     8763     cat >conftest.$ac_ext <<_ACEOF
    77498764/* confdefs.h.  */
    77508765_ACEOF
     
    77528767cat >>conftest.$ac_ext <<_ACEOF
    77538768/* end confdefs.h.  */
     8769#include <limits.h>
     8770
    77548771int
    77558772main ()
    77568773{
    7757   /* Are we little or big endian?  From Harbison&Steele.  */
    7758   union
    7759   {
    7760     long l;
    7761     char c[sizeof (long)];
    7762   } u;
    7763   u.l = 1;
    7764   exit (u.c[sizeof (long) - 1] == 1);
     8774#ifndef _BIG_ENDIAN
     8775         not big endian
     8776        #endif
     8777
     8778  ;
     8779  return 0;
    77658780}
    77668781_ACEOF
     8782rm -f conftest.$ac_objext
     8783if { (ac_try="$ac_compile"
     8784case "(($ac_try" in
     8785  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8786  *) ac_try_echo=$ac_try;;
     8787esac
     8788eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8789$as_echo "$ac_try_echo") >&5
     8790  (eval "$ac_compile") 2>conftest.er1
     8791  ac_status=$?
     8792  grep -v '^ *+' conftest.er1 >conftest.err
     8793  rm -f conftest.er1
     8794  cat conftest.err >&5
     8795  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8796  (exit $ac_status); } && {
     8797     test -z "$ac_cxx_werror_flag" ||
     8798     test ! -s conftest.err
     8799       } && test -s conftest.$ac_objext; then
     8800  ac_cv_c_bigendian=yes
     8801else
     8802  $as_echo "$as_me: failed program was:" >&5
     8803sed 's/^/| /' conftest.$ac_ext >&5
     8804
     8805    ac_cv_c_bigendian=no
     8806fi
     8807
     8808rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8809else
     8810  $as_echo "$as_me: failed program was:" >&5
     8811sed 's/^/| /' conftest.$ac_ext >&5
     8812
     8813
     8814fi
     8815
     8816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8817    fi
     8818    if test $ac_cv_c_bigendian = unknown; then
     8819      # Compile a test program.
     8820      if test "$cross_compiling" = yes; then
     8821  # Try to guess by grepping values from an object file.
     8822     cat >conftest.$ac_ext <<_ACEOF
     8823/* confdefs.h.  */
     8824_ACEOF
     8825cat confdefs.h >>conftest.$ac_ext
     8826cat >>conftest.$ac_ext <<_ACEOF
     8827/* end confdefs.h.  */
     8828short int ascii_mm[] =
     8829          { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     8830        short int ascii_ii[] =
     8831          { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     8832        int use_ascii (int i) {
     8833          return ascii_mm[i] + ascii_ii[i];
     8834        }
     8835        short int ebcdic_ii[] =
     8836          { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     8837        short int ebcdic_mm[] =
     8838          { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     8839        int use_ebcdic (int i) {
     8840          return ebcdic_mm[i] + ebcdic_ii[i];
     8841        }
     8842        extern int foo;
     8843
     8844int
     8845main ()
     8846{
     8847return use_ascii (foo) == use_ebcdic (foo);
     8848  ;
     8849  return 0;
     8850}
     8851_ACEOF
     8852rm -f conftest.$ac_objext
     8853if { (ac_try="$ac_compile"
     8854case "(($ac_try" in
     8855  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8856  *) ac_try_echo=$ac_try;;
     8857esac
     8858eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8859$as_echo "$ac_try_echo") >&5
     8860  (eval "$ac_compile") 2>conftest.er1
     8861  ac_status=$?
     8862  grep -v '^ *+' conftest.er1 >conftest.err
     8863  rm -f conftest.er1
     8864  cat conftest.err >&5
     8865  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8866  (exit $ac_status); } && {
     8867     test -z "$ac_cxx_werror_flag" ||
     8868     test ! -s conftest.err
     8869       } && test -s conftest.$ac_objext; then
     8870  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
     8871          ac_cv_c_bigendian=yes
     8872        fi
     8873        if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
     8874          if test "$ac_cv_c_bigendian" = unknown; then
     8875        ac_cv_c_bigendian=no
     8876          else
     8877        # finding both strings is unlikely to happen, but who knows?
     8878        ac_cv_c_bigendian=unknown
     8879          fi
     8880        fi
     8881else
     8882  $as_echo "$as_me: failed program was:" >&5
     8883sed 's/^/| /' conftest.$ac_ext >&5
     8884
     8885
     8886fi
     8887
     8888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8889else
     8890  cat >conftest.$ac_ext <<_ACEOF
     8891/* confdefs.h.  */
     8892_ACEOF
     8893cat confdefs.h >>conftest.$ac_ext
     8894cat >>conftest.$ac_ext <<_ACEOF
     8895/* end confdefs.h.  */
     8896$ac_includes_default
     8897int
     8898main ()
     8899{
     8900
     8901         /* Are we little or big endian?  From Harbison&Steele.  */
     8902         union
     8903         {
     8904           long int l;
     8905           char c[sizeof (long int)];
     8906         } u;
     8907         u.l = 1;
     8908         return u.c[sizeof (long int) - 1] == 1;
     8909
     8910  ;
     8911  return 0;
     8912}
     8913_ACEOF
    77678914rm -f conftest$ac_exeext
    7768 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7769   (eval $ac_link) 2>&5
     8915if { (ac_try="$ac_link"
     8916case "(($ac_try" in
     8917  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8918  *) ac_try_echo=$ac_try;;
     8919esac
     8920eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8921$as_echo "$ac_try_echo") >&5
     8922  (eval "$ac_link") 2>&5
    77708923  ac_status=$?
    7771   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8924  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77728925  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    7773   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7774   (eval $ac_try) 2>&5
     8926  { (case "(($ac_try" in
     8927  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8928  *) ac_try_echo=$ac_try;;
     8929esac
     8930eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8931$as_echo "$ac_try_echo") >&5
     8932  (eval "$ac_try") 2>&5
    77758933  ac_status=$?
    7776   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8934  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77778935  (exit $ac_status); }; }; then
    77788936  ac_cv_c_bigendian=no
    77798937else
    7780   echo "$as_me: program exited with status $ac_status" >&5
    7781 echo "$as_me: failed program was:" >&5
     8938  $as_echo "$as_me: program exited with status $ac_status" >&5
     8939$as_echo "$as_me: failed program was:" >&5
    77828940sed 's/^/| /' conftest.$ac_ext >&5
    77838941
     
    77858943ac_cv_c_bigendian=yes
    77868944fi
    7787 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    7788 fi
    7789 fi
    7790 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7791 fi
    7792 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
    7793 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
    7794 case $ac_cv_c_bigendian in
    7795   yes)
     8945rm -rf conftest.dSYM
     8946rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     8947fi
     8948
     8949
     8950    fi
     8951fi
     8952{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
     8953$as_echo "$ac_cv_c_bigendian" >&6; }
     8954 case $ac_cv_c_bigendian in #(
     8955   yes)
     8956     cat >>confdefs.h <<\_ACEOF
     8957#define WORDS_BIGENDIAN 1
     8958_ACEOF
     8959;; #(
     8960   no)
     8961      ;; #(
     8962   universal)
    77968963
    77978964cat >>confdefs.h <<\_ACEOF
    7798 #define WORDS_BIGENDIAN 1
    7799 _ACEOF
    7800  ;;
    7801   no)
    7802      ;;
    7803   *)
    7804     { { echo "$as_me:$LINENO: error: unknown endianness
    7805 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
    7806 echo "$as_me: error: unknown endianness
    7807 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
     8965#define AC_APPLE_UNIVERSAL_BUILD 1
     8966_ACEOF
     8967
     8968     ;; #(
     8969   *)
     8970     { { $as_echo "$as_me:$LINENO: error: unknown endianness
     8971 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
     8972$as_echo "$as_me: error: unknown endianness
     8973 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    78088974   { (exit 1); exit 1; }; } ;;
    7809 esac
     8975 esac
    78108976
    78118977# ---------------------------------------------------------------------------
    78128978if test "$ac_cv_func_alloca" = 'no'; then
    7813   case $LIBOBJS in
    7814     "xmalloc.o.$ac_objext"   | \
    7815   *" xmalloc.o.$ac_objext"   | \
    7816     "xmalloc.o.$ac_objext "* | \
     8979  case " $LIBOBJS " in
    78178980  *" xmalloc.o.$ac_objext "* ) ;;
    7818   *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext" ;;
    7819 esac
    7820 
    7821   case $LIBOBJS in
    7822     "error.$ac_objext"   | \
    7823   *" error.$ac_objext"   | \
    7824     "error.$ac_objext "* | \
     8981  *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext"
     8982 ;;
     8983esac
     8984
     8985  case " $LIBOBJS " in
    78258986  *" error.$ac_objext "* ) ;;
    7826   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     8987  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     8988 ;;
    78278989esac
    78288990
     
    78589020commonsrcprefix=`pwd`
    78599021ac_configure_args="$ac_configure_args --with-libiconv-prefix=$commonsrcprefix/packages/iconv"
    7860 
    7861 
    78629022subdirs="$subdirs indexers"
    78639023
     
    78759035         src/jdbmedit/Makefile"
    78769036
    7877                                         ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
     9037ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
     9038
    78789039cat >confcache <<\_ACEOF
    78799040# This file is a shell script that caches the results of configure
     
    78949055# The following way of writing the cache mishandles newlines in values,
    78959056# but we know of no workaround that is simple, portable, and efficient.
    7896 # So, don't put newlines in cache variables' values.
     9057# So, we kill variables containing newlines.
    78979058# Ultrix sh set writes to stderr and can't be redirected directly,
    78989059# and sets the high bit in the cache file unless we assign to the vars.
    7899 {
     9060(
     9061  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     9062    eval ac_val=\$$ac_var
     9063    case $ac_val in #(
     9064    *${as_nl}*)
     9065      case $ac_var in #(
     9066      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     9067$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     9068      esac
     9069      case $ac_var in #(
     9070      _ | IFS | as_nl) ;; #(
     9071      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     9072      *) $as_unset $ac_var ;;
     9073      esac ;;
     9074    esac
     9075  done
     9076
    79009077  (set) 2>&1 |
    7901     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    7902     *ac_space=\ *)
     9078    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     9079    *${as_nl}ac_space=\ *)
    79039080      # `set' does not quote correctly, so add quotes (double-quote
    79049081      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    79069083    "s/'/'\\\\''/g;
    79079084      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    7908       ;;
     9085      ;; #(
    79099086    *)
    79109087      # `set' quotes correctly as required by POSIX, so do not add quotes.
    7911       sed -n \
    7912     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     9088      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    79139089      ;;
    7914     esac;
    7915 } |
     9090    esac |
     9091    sort
     9092) |
    79169093  sed '
     9094     /^ac_cv_env_/b end
    79179095     t clear
    7918      : clear
     9096     :clear
    79199097     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    79209098     t end
    7921      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    7922      : end' >>confcache
    7923 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    7924   if test -w $cache_file; then
    7925     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     9099     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     9100     :end' >>confcache
     9101if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     9102  if test -w "$cache_file"; then
     9103    test "x$cache_file" != "x/dev/null" &&
     9104      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9105$as_echo "$as_me: updating cache $cache_file" >&6;}
    79269106    cat confcache >$cache_file
    79279107  else
    7928     echo "not updating unwritable cache $cache_file"
     9108    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9109$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    79299110  fi
    79309111fi
     
    79349115# Let make expand exec_prefix.
    79359116test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    7936 
    7937 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    7938 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    7939 # trailing colons and then remove the whole line if VPATH becomes empty
    7940 # (actually we leave an empty line to preserve line numbers).
    7941 if test "x$srcdir" = x.; then
    7942   ac_vpsub='/^[  ]*VPATH[    ]*=/{
    7943 s/:*\$(srcdir):*/:/;
    7944 s/:*\${srcdir}:*/:/;
    7945 s/:*@srcdir@:*/:/;
    7946 s/^\([^=]*=[     ]*\):*/\1/;
    7947 s/:*$//;
    7948 s/^[^=]*=[   ]*$//;
    7949 }'
    7950 fi
    79519117
    79529118DEFS=-DHAVE_CONFIG_H
     
    79569122for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    79579123  # 1. Remove the extension, and $U if already installed.
    7958   ac_i=`echo "$ac_i" |
    7959      sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    7960   # 2. Add them.
    7961   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    7962   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     9124  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     9125  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     9126  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     9127  #    will be set to the directory where LIBOBJS objects are built.
     9128  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     9129  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    79639130done
    79649131LIBOBJS=$ac_libobjs
     
    79689135
    79699136
     9137
    79709138: ${CONFIG_STATUS=./config.status}
     9139ac_write_fail=0
    79719140ac_clean_files_save=$ac_clean_files
    79729141ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7973 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7974 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7975 cat >$CONFIG_STATUS <<_ACEOF
     9142{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9143$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9144cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    79769145#! $SHELL
    79779146# Generated by $as_me.
     
    79869155_ACEOF
    79879156
    7988 cat >>$CONFIG_STATUS <<\_ACEOF
     9157cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    79899158## --------------------- ##
    79909159## M4sh Initialization.  ##
    79919160## --------------------- ##
    79929161
    7993 # Be Bourne compatible
     9162# Be more Bourne compatible
     9163DUALCASE=1; export DUALCASE # for MKS sh
    79949164if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    79959165  emulate sh
    79969166  NULLCMD=:
    7997   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     9167  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    79989168  # is contrary to our usage.  Disable this feature.
    79999169  alias -g '${1+"$@"}'='"$@"'
    8000 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    8001   set -o posix
    8002 fi
    8003 DUALCASE=1; export DUALCASE # for MKS sh
    8004 
    8005 # Support unset when possible.
    8006 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    8007   as_unset=unset
    8008 else
    8009   as_unset=false
    8010 fi
    8011 
    8012 
    8013 # Work around bugs in pre-3.0 UWIN ksh.
    8014 $as_unset ENV MAIL MAILPATH
    8015 PS1='$ '
    8016 PS2='> '
    8017 PS4='+ '
    8018 
    8019 # NLS nuisances.
    8020 for as_var in \
    8021   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    8022   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    8023   LC_TELEPHONE LC_TIME
    8024 do
    8025   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    8026     eval $as_var=C; export $as_var
    8027   else
    8028     $as_unset $as_var
    8029   fi
    8030 done
    8031 
    8032 # Required to use basename.
    8033 if expr a : '\(a\)' >/dev/null 2>&1; then
    8034   as_expr=expr
    8035 else
    8036   as_expr=false
    8037 fi
    8038 
    8039 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    8040   as_basename=basename
    8041 else
    8042   as_basename=false
    8043 fi
    8044 
    8045 
    8046 # Name of the executable.
    8047 as_me=`$as_basename "$0" ||
    8048 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    8049      X"$0" : 'X\(//\)$' \| \
    8050      X"$0" : 'X\(/\)$' \| \
    8051      .     : '\(.\)' 2>/dev/null ||
    8052 echo X/"$0" |
    8053     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    8054       /^X\/\(\/\/\)$/{ s//\1/; q; }
    8055       /^X\/\(\/\).*/{ s//\1/; q; }
    8056       s/.*/./; q'`
    8057 
    8058 
    8059 # PATH needs CR, and LINENO needs CR and PATH.
     9170  setopt NO_GLOB_SUBST
     9171else
     9172  case `(set -o) 2>/dev/null` in
     9173  *posix*) set -o posix ;;
     9174esac
     9175
     9176fi
     9177
     9178
     9179
     9180
     9181# PATH needs CR
    80609182# Avoid depending upon Character Ranges.
    80619183as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    80659187as_cr_alnum=$as_cr_Letters$as_cr_digits
    80669188
     9189as_nl='
     9190'
     9191export as_nl
     9192# Printing a long string crashes Solaris 7 /usr/bin/printf.
     9193as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     9194as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     9195as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     9196if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     9197  as_echo='printf %s\n'
     9198  as_echo_n='printf %s'
     9199else
     9200  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     9201    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     9202    as_echo_n='/usr/ucb/echo -n'
     9203  else
     9204    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     9205    as_echo_n_body='eval
     9206      arg=$1;
     9207      case $arg in
     9208      *"$as_nl"*)
     9209    expr "X$arg" : "X\\(.*\\)$as_nl";
     9210    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     9211      esac;
     9212      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     9213    '
     9214    export as_echo_n_body
     9215    as_echo_n='sh -c $as_echo_n_body as_echo'
     9216  fi
     9217  export as_echo_body
     9218  as_echo='sh -c $as_echo_body as_echo'
     9219fi
     9220
    80679221# The user is always right.
    80689222if test "${PATH_SEPARATOR+set}" != set; then
    8069   echo "#! /bin/sh" >conf$$.sh
    8070   echo  "exit 0"   >>conf$$.sh
    8071   chmod +x conf$$.sh
    8072   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    8073     PATH_SEPARATOR=';'
    8074   else
    8075     PATH_SEPARATOR=:
    8076   fi
    8077   rm -f conf$$.sh
    8078 fi
    8079 
    8080 
    8081   as_lineno_1=$LINENO
    8082   as_lineno_2=$LINENO
    8083   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    8084   test "x$as_lineno_1" != "x$as_lineno_2" &&
    8085   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    8086   # Find who we are.  Look in the path if we contain no path at all
    8087   # relative or not.
    8088   case $0 in
    8089     *[\\/]* ) as_myself=$0 ;;
    8090     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9223  PATH_SEPARATOR=:
     9224  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     9225    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     9226      PATH_SEPARATOR=';'
     9227  }
     9228fi
     9229
     9230# Support unset when possible.
     9231if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     9232  as_unset=unset
     9233else
     9234  as_unset=false
     9235fi
     9236
     9237
     9238# IFS
     9239# We need space, tab and new line, in precisely that order.  Quoting is
     9240# there to prevent editors from complaining about space-tab.
     9241# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     9242# splitting by setting IFS to empty value.)
     9243IFS=" ""    $as_nl"
     9244
     9245# Find who we are.  Look in the path if we contain no directory separator.
     9246case $0 in
     9247  *[\\/]* ) as_myself=$0 ;;
     9248  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    80919249for as_dir in $PATH
    80929250do
     
    80959253  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    80969254done
    8097 
    8098        ;;
    8099   esac
    8100   # We did not find ourselves, most probably we were run as `sh COMMAND'
    8101   # in which case we are not to be found in the path.
    8102   if test "x$as_myself" = x; then
    8103     as_myself=$0
    8104   fi
    8105   if test ! -f "$as_myself"; then
    8106     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    8107 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    8108    { (exit 1); exit 1; }; }
    8109   fi
    8110   case $CONFIG_SHELL in
    8111   '')
    8112     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    8113 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    8114 do
    8115   IFS=$as_save_IFS
    8116   test -z "$as_dir" && as_dir=.
    8117   for as_base in sh bash ksh sh5; do
    8118      case $as_dir in
    8119      /*)
    8120        if ("$as_dir/$as_base" -c '
     9255IFS=$as_save_IFS
     9256
     9257     ;;
     9258esac
     9259# We did not find ourselves, most probably we were run as `sh COMMAND'
     9260# in which case we are not to be found in the path.
     9261if test "x$as_myself" = x; then
     9262  as_myself=$0
     9263fi
     9264if test ! -f "$as_myself"; then
     9265  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9266  { (exit 1); exit 1; }
     9267fi
     9268
     9269# Work around bugs in pre-3.0 UWIN ksh.
     9270for as_var in ENV MAIL MAILPATH
     9271do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     9272done
     9273PS1='$ '
     9274PS2='> '
     9275PS4='+ '
     9276
     9277# NLS nuisances.
     9278LC_ALL=C
     9279export LC_ALL
     9280LANGUAGE=C
     9281export LANGUAGE
     9282
     9283# Required to use basename.
     9284if expr a : '\(a\)' >/dev/null 2>&1 &&
     9285   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     9286  as_expr=expr
     9287else
     9288  as_expr=false
     9289fi
     9290
     9291if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     9292  as_basename=basename
     9293else
     9294  as_basename=false
     9295fi
     9296
     9297
     9298# Name of the executable.
     9299as_me=`$as_basename -- "$0" ||
     9300$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     9301     X"$0" : 'X\(//\)$' \| \
     9302     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     9303$as_echo X/"$0" |
     9304    sed '/^.*\/\([^/][^/]*\)\/*$/{
     9305        s//\1/
     9306        q
     9307      }
     9308      /^X\/\(\/\/\)$/{
     9309        s//\1/
     9310        q
     9311      }
     9312      /^X\/\(\/\).*/{
     9313        s//\1/
     9314        q
     9315      }
     9316      s/.*/./; q'`
     9317
     9318# CDPATH.
     9319$as_unset CDPATH
     9320
     9321
     9322
    81219323  as_lineno_1=$LINENO
    81229324  as_lineno_2=$LINENO
    8123   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    81249325  test "x$as_lineno_1" != "x$as_lineno_2" &&
    8125   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    8126          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    8127          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    8128          CONFIG_SHELL=$as_dir/$as_base
    8129          export CONFIG_SHELL
    8130          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    8131        fi;;
    8132      esac
    8133        done
    8134 done
    8135 ;;
    8136   esac
     9326  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    81379327
    81389328  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    81399329  # uniformly replaced by the line number.  The first 'sed' inserts a
    8140   # line-number line before each line; the second 'sed' does the real
    8141   # work.  The second script uses 'N' to pair each line-number line
    8142   # with the numbered line, and appends trailing '-' during
    8143   # substitution so that $LINENO is not a special case at line end.
     9330  # line-number line after each line using $LINENO; the second 'sed'
     9331  # does the real work.  The second script uses 'N' to pair each
     9332  # line-number line with the line containing $LINENO, and appends
     9333  # trailing '-' during substitution so that $LINENO is not a special
     9334  # case at line end.
    81449335  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    8145   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    8146   sed '=' <$as_myself |
     9336  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     9337  # E. McMahon (1931-1989) for sed's syntax.  :-)
     9338  sed -n '
     9339    p
     9340    /[$]LINENO/=
     9341  ' <$as_myself |
    81479342    sed '
     9343      s/[$]LINENO.*/&-/
     9344      t lineno
     9345      b
     9346      :lineno
    81489347      N
    8149       s,$,-,
    8150       : loop
    8151       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     9348      :loop
     9349      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    81529350      t loop
    8153       s,-$,,
    8154       s,^['$as_cr_digits']*\n,,
     9351      s/-\n.*//
    81559352    ' >$as_me.lineno &&
    8156   chmod +x $as_me.lineno ||
    8157     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    8158 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     9353  chmod +x "$as_me.lineno" ||
     9354    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    81599355   { (exit 1); exit 1; }; }
    81609356
    81619357  # Don't try to exec as it changes $[0], causing all sort of problems
    81629358  # (the dirname of $[0] is not the place where we might find the
    8163   # original and so on.  Autoconf is especially sensible to this).
    8164   . ./$as_me.lineno
     9359  # original and so on.  Autoconf is especially sensitive to this).
     9360  . "./$as_me.lineno"
    81659361  # Exit status is that of the last command.
    81669362  exit
     
    81689364
    81699365
    8170 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    8171   *c*,-n*) ECHO_N= ECHO_C='
    8172 ' ECHO_T='  ' ;;
    8173   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    8174   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
    8175 esac
    8176 
    8177 if expr a : '\(a\)' >/dev/null 2>&1; then
     9366if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     9367  as_dirname=dirname
     9368else
     9369  as_dirname=false
     9370fi
     9371
     9372ECHO_C= ECHO_N= ECHO_T=
     9373case `echo -n x` in
     9374-n*)
     9375  case `echo 'x\c'` in
     9376  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     9377  *)   ECHO_C='\c';;
     9378  esac;;
     9379*)
     9380  ECHO_N='-n';;
     9381esac
     9382if expr a : '\(a\)' >/dev/null 2>&1 &&
     9383   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    81789384  as_expr=expr
    81799385else
     
    81829388
    81839389rm -f conf$$ conf$$.exe conf$$.file
    8184 echo >conf$$.file
    8185 if ln -s conf$$.file conf$$ 2>/dev/null; then
    8186   # We could just check for DJGPP; but this test a) works b) is more generic
    8187   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    8188   if test -f conf$$.exe; then
    8189     # Don't use ln at all; we don't have any links
     9390if test -d conf$$.dir; then
     9391  rm -f conf$$.dir/conf$$.file
     9392else
     9393  rm -f conf$$.dir
     9394  mkdir conf$$.dir 2>/dev/null
     9395fi
     9396if (echo >conf$$.file) 2>/dev/null; then
     9397  if ln -s conf$$.file conf$$ 2>/dev/null; then
     9398    as_ln_s='ln -s'
     9399    # ... but there are two gotchas:
     9400    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9401    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9402    # In both cases, we have to default to `cp -p'.
     9403    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     9404      as_ln_s='cp -p'
     9405  elif ln conf$$.file conf$$ 2>/dev/null; then
     9406    as_ln_s=ln
     9407  else
    81909408    as_ln_s='cp -p'
    8191   else
    8192     as_ln_s='ln -s'
    81939409  fi
    8194 elif ln conf$$.file conf$$ 2>/dev/null; then
    8195   as_ln_s=ln
    81969410else
    81979411  as_ln_s='cp -p'
    81989412fi
    8199 rm -f conf$$ conf$$.exe conf$$.file
     9413rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     9414rmdir conf$$.dir 2>/dev/null
    82009415
    82019416if mkdir -p . 2>/dev/null; then
     
    82069421fi
    82079422
    8208 as_executable_p="test -f"
     9423if test -x / >/dev/null 2>&1; then
     9424  as_test_x='test -x'
     9425else
     9426  if ls -dL / >/dev/null 2>&1; then
     9427    as_ls_L_option=L
     9428  else
     9429    as_ls_L_option=
     9430  fi
     9431  as_test_x='
     9432    eval sh -c '\''
     9433      if test -d "$1"; then
     9434    test -d "$1/.";
     9435      else
     9436    case $1 in
     9437    -*)set "./$1";;
     9438    esac;
     9439    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     9440    ???[sx]*):;;*)false;;esac;fi
     9441    '\'' sh
     9442  '
     9443fi
     9444as_executable_p=$as_test_x
    82099445
    82109446# Sed expression to map a string onto a valid CPP name.
     
    82159451
    82169452
    8217 # IFS
    8218 # We need space, tab and new line, in precisely that order.
    8219 as_nl='
    8220 '
    8221 IFS="   $as_nl"
    8222 
    8223 # CDPATH.
    8224 $as_unset CDPATH
    8225 
    82269453exec 6>&1
    82279454
    8228 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     9455# Save the log message, to keep $[0] and so on meaningful, and to
    82299456# report actual input values of CONFIG_FILES etc. instead of their
    8230 # values after options handling.  Logging --version etc. is OK.
     9457# values after options handling.
     9458ac_log="
     9459This file was extended by $as_me, which was
     9460generated by GNU Autoconf 2.63.  Invocation command line was
     9461
     9462  CONFIG_FILES    = $CONFIG_FILES
     9463  CONFIG_HEADERS  = $CONFIG_HEADERS
     9464  CONFIG_LINKS    = $CONFIG_LINKS
     9465  CONFIG_COMMANDS = $CONFIG_COMMANDS
     9466  $ $0 $@
     9467
     9468on `(hostname || uname -n) 2>/dev/null | sed 1q`
     9469"
     9470
     9471_ACEOF
     9472
     9473case $ac_config_files in *"
     9474"*) set x $ac_config_files; shift; ac_config_files=$*;;
     9475esac
     9476
     9477case $ac_config_headers in *"
     9478"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     9479esac
     9480
     9481
     9482cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9483# Files that config.status was made for.
     9484config_files="$ac_config_files"
     9485config_headers="$ac_config_headers"
     9486
     9487_ACEOF
     9488
     9489cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9490ac_cs_usage="\
     9491\`$as_me' instantiates files from templates according to the
     9492current configuration.
     9493
     9494Usage: $0 [OPTION]... [FILE]...
     9495
     9496  -h, --help       print this help, then exit
     9497  -V, --version    print version number and configuration settings, then exit
     9498  -q, --quiet, --silent
     9499                   do not print progress messages
     9500  -d, --debug      don't remove temporary files
     9501      --recheck    update $as_me by reconfiguring in the same conditions
     9502      --file=FILE[:TEMPLATE]
     9503                   instantiate the configuration file FILE
     9504      --header=FILE[:TEMPLATE]
     9505                   instantiate the configuration header FILE
     9506
     9507Configuration files:
     9508$config_files
     9509
     9510Configuration headers:
     9511$config_headers
     9512
     9513Report bugs to <[email protected]>."
     9514
     9515_ACEOF
     9516cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9517ac_cs_version="\\
     9518config.status
     9519configured by $0, generated by GNU Autoconf 2.63,
     9520  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     9521
     9522Copyright (C) 2008 Free Software Foundation, Inc.
     9523This config.status script is free software; the Free Software Foundation
     9524gives unlimited permission to copy, distribute and modify it."
     9525
     9526ac_pwd='$ac_pwd'
     9527srcdir='$srcdir'
     9528INSTALL='$INSTALL'
     9529AWK='$AWK'
     9530test -n "\$AWK" || AWK=awk
     9531_ACEOF
     9532
     9533cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9534# The default lists apply if the user does not specify any file.
     9535ac_need_defaults=:
     9536while test $# != 0
     9537do
     9538  case $1 in
     9539  --*=*)
     9540    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     9541    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     9542    ac_shift=:
     9543    ;;
     9544  *)
     9545    ac_option=$1
     9546    ac_optarg=$2
     9547    ac_shift=shift
     9548    ;;
     9549  esac
     9550
     9551  case $ac_option in
     9552  # Handling of the options.
     9553  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     9554    ac_cs_recheck=: ;;
     9555  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     9556    $as_echo "$ac_cs_version"; exit ;;
     9557  --debug | --debu | --deb | --de | --d | -d )
     9558    debug=: ;;
     9559  --file | --fil | --fi | --f )
     9560    $ac_shift
     9561    case $ac_optarg in
     9562    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9563    esac
     9564    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     9565    ac_need_defaults=false;;
     9566  --header | --heade | --head | --hea )
     9567    $ac_shift
     9568    case $ac_optarg in
     9569    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9570    esac
     9571    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     9572    ac_need_defaults=false;;
     9573  --he | --h)
     9574    # Conflict between --help and --header
     9575    { $as_echo "$as_me: error: ambiguous option: $1
     9576Try \`$0 --help' for more information." >&2
     9577   { (exit 1); exit 1; }; };;
     9578  --help | --hel | -h )
     9579    $as_echo "$ac_cs_usage"; exit ;;
     9580  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     9581  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     9582    ac_cs_silent=: ;;
     9583
     9584  # This is an error.
     9585  -*) { $as_echo "$as_me: error: unrecognized option: $1
     9586Try \`$0 --help' for more information." >&2
     9587   { (exit 1); exit 1; }; } ;;
     9588
     9589  *) ac_config_targets="$ac_config_targets $1"
     9590     ac_need_defaults=false ;;
     9591
     9592  esac
     9593  shift
     9594done
     9595
     9596ac_configure_extra_args=
     9597
     9598if $ac_cs_silent; then
     9599  exec 6>/dev/null
     9600  ac_configure_extra_args="$ac_configure_extra_args --silent"
     9601fi
     9602
     9603_ACEOF
     9604cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9605if \$ac_cs_recheck; then
     9606  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     9607  shift
     9608  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     9609  CONFIG_SHELL='$SHELL'
     9610  export CONFIG_SHELL
     9611  exec "\$@"
     9612fi
     9613
     9614_ACEOF
     9615cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    82319616exec 5>>config.log
    82329617{
     
    82359620## Running $as_me. ##
    82369621_ASBOX
     9622  $as_echo "$ac_log"
    82379623} >&5
    8238 cat >&5 <<_CSEOF
    8239 
    8240 This file was extended by $as_me, which was
    8241 generated by GNU Autoconf 2.59.  Invocation command line was
    8242 
    8243   CONFIG_FILES    = $CONFIG_FILES
    8244   CONFIG_HEADERS  = $CONFIG_HEADERS
    8245   CONFIG_LINKS    = $CONFIG_LINKS
    8246   CONFIG_COMMANDS = $CONFIG_COMMANDS
    8247   $ $0 $@
    8248 
    8249 _CSEOF
    8250 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    8251 echo >&5
    8252 _ACEOF
    8253 
    8254 # Files that config.status was made for.
    8255 if test -n "$ac_config_files"; then
    8256   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    8257 fi
    8258 
    8259 if test -n "$ac_config_headers"; then
    8260   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    8261 fi
    8262 
    8263 if test -n "$ac_config_links"; then
    8264   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    8265 fi
    8266 
    8267 if test -n "$ac_config_commands"; then
    8268   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    8269 fi
    8270 
    8271 cat >>$CONFIG_STATUS <<\_ACEOF
    8272 
    8273 ac_cs_usage="\
    8274 \`$as_me' instantiates files from templates according to the
    8275 current configuration.
    8276 
    8277 Usage: $0 [OPTIONS] [FILE]...
    8278 
    8279   -h, --help       print this help, then exit
    8280   -V, --version    print version number, then exit
    8281   -q, --quiet      do not print progress messages
    8282   -d, --debug      don't remove temporary files
    8283       --recheck    update $as_me by reconfiguring in the same conditions
    8284   --file=FILE[:TEMPLATE]
    8285            instantiate the configuration file FILE
    8286   --header=FILE[:TEMPLATE]
    8287            instantiate the configuration header FILE
    8288 
    8289 Configuration files:
    8290 $config_files
    8291 
    8292 Configuration headers:
    8293 $config_headers
    8294 
    8295 Report bugs to <[email protected]>."
    8296 _ACEOF
    8297 
    8298 cat >>$CONFIG_STATUS <<_ACEOF
    8299 ac_cs_version="\\
    8300 config.status
    8301 configured by $0, generated by GNU Autoconf 2.59,
    8302   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    8303 
    8304 Copyright (C) 2003 Free Software Foundation, Inc.
    8305 This config.status script is free software; the Free Software Foundation
    8306 gives unlimited permission to copy, distribute and modify it."
    8307 srcdir=$srcdir
    8308 INSTALL="$INSTALL"
    8309 _ACEOF
    8310 
    8311 cat >>$CONFIG_STATUS <<\_ACEOF
    8312 # If no file are specified by the user, then we need to provide default
    8313 # value.  By we need to know if files were specified by the user.
    8314 ac_need_defaults=:
    8315 while test $# != 0
    8316 do
    8317   case $1 in
    8318   --*=*)
    8319     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    8320     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
    8321     ac_shift=:
    8322     ;;
    8323   -*)
    8324     ac_option=$1
    8325     ac_optarg=$2
    8326     ac_shift=shift
    8327     ;;
    8328   *) # This is not an option, so the user has probably given explicit
    8329      # arguments.
    8330      ac_option=$1
    8331      ac_need_defaults=false;;
    8332   esac
    8333 
    8334   case $ac_option in
    8335   # Handling of the options.
    8336 _ACEOF
    8337 cat >>$CONFIG_STATUS <<\_ACEOF
    8338   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    8339     ac_cs_recheck=: ;;
    8340   --version | --vers* | -V )
    8341     echo "$ac_cs_version"; exit 0 ;;
    8342   --he | --h)
    8343     # Conflict between --help and --header
    8344     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    8345 Try \`$0 --help' for more information." >&5
    8346 echo "$as_me: error: ambiguous option: $1
    8347 Try \`$0 --help' for more information." >&2;}
    8348    { (exit 1); exit 1; }; };;
    8349   --help | --hel | -h )
    8350     echo "$ac_cs_usage"; exit 0 ;;
    8351   --debug | --d* | -d )
    8352     debug=: ;;
    8353   --file | --fil | --fi | --f )
    8354     $ac_shift
    8355     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    8356     ac_need_defaults=false;;
    8357   --header | --heade | --head | --hea )
    8358     $ac_shift
    8359     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    8360     ac_need_defaults=false;;
    8361   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    8362   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    8363     ac_cs_silent=: ;;
    8364 
    8365   # This is an error.
    8366   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    8367 Try \`$0 --help' for more information." >&5
    8368 echo "$as_me: error: unrecognized option: $1
    8369 Try \`$0 --help' for more information." >&2;}
    8370    { (exit 1); exit 1; }; } ;;
    8371 
    8372   *) ac_config_targets="$ac_config_targets $1" ;;
    8373 
    8374   esac
    8375   shift
    8376 done
    8377 
    8378 ac_configure_extra_args=
    8379 
    8380 if $ac_cs_silent; then
    8381   exec 6>/dev/null
    8382   ac_configure_extra_args="$ac_configure_extra_args --silent"
    8383 fi
    8384 
    8385 _ACEOF
    8386 cat >>$CONFIG_STATUS <<_ACEOF
    8387 if \$ac_cs_recheck; then
    8388   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    8389   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    8390 fi
    8391 
    8392 _ACEOF
    8393 
    8394 
    8395 
    8396 
    8397 
    8398 cat >>$CONFIG_STATUS <<\_ACEOF
     9624
     9625_ACEOF
     9626cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9627_ACEOF
     9628
     9629cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9630
     9631# Handling of arguments.
    83999632for ac_config_target in $ac_config_targets
    84009633do
    8401   case "$ac_config_target" in
    8402   # Handling of arguments.
    8403   "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
    8404   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    8405   "$srclist" ) CONFIG_FILES="$CONFIG_FILES $srclist" ;;
    8406   "$moduleDirs" ) CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
    8407   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    8408   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    8409 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     9634  case $ac_config_target in
     9635    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     9636    "packages/Makefile") CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
     9637    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     9638    "$srclist") CONFIG_FILES="$CONFIG_FILES $srclist" ;;
     9639    "$moduleDirs") CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
     9640
     9641  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     9642$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    84109643   { (exit 1); exit 1; }; };;
    84119644  esac
    84129645done
     9646
    84139647
    84149648# If the user did not use the arguments to specify the items to instantiate,
     
    84229656
    84239657# Have a temporary directory for convenience.  Make it in the build tree
    8424 # simply because there is no reason to put it here, and in addition,
     9658# simply because there is no reason against having it here, and in addition,
    84259659# creating and moving files from /tmp can sometimes cause problems.
    8426 # Create a temporary directory, and hook for its removal unless debugging.
     9660# Hook for its removal unless debugging.
     9661# Note that there is a small window in which the directory will not be cleaned:
     9662# after its creation but before its name has been assigned to `$tmp'.
    84279663$debug ||
    84289664{
    8429   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     9665  tmp=
     9666  trap 'exit_status=$?
     9667  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     9668' 0
    84309669  trap '{ (exit 1); exit 1; }' 1 2 13 15
    84319670}
    8432 
    84339671# Create a (secure) tmp directory for tmp files.
    84349672
    84359673{
    8436   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     9674  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    84379675  test -n "$tmp" && test -d "$tmp"
    84389676}  ||
    84399677{
    8440   tmp=./confstat$$-$RANDOM
    8441   (umask 077 && mkdir $tmp)
     9678  tmp=./conf$$-$RANDOM
     9679  (umask 077 && mkdir "$tmp")
    84429680} ||
    84439681{
    8444    echo "$me: cannot create a temporary directory in ." >&2
     9682   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    84459683   { (exit 1); exit 1; }
    84469684}
    84479685
    8448 _ACEOF
    8449 
    8450 cat >>$CONFIG_STATUS <<_ACEOF
    8451 
    8452 #
    8453 # CONFIG_FILES section.
    8454 #
    8455 
    8456 # No need to generate the scripts if there are no CONFIG_FILES.
    8457 # This happens for instance when ./config.status config.h
    8458 if test -n "\$CONFIG_FILES"; then
    8459   # Protect against being on the right side of a sed subst in config.status.
    8460   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    8461    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    8462 s,@SHELL@,$SHELL,;t t
    8463 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    8464 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    8465 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    8466 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    8467 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    8468 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    8469 s,@exec_prefix@,$exec_prefix,;t t
    8470 s,@prefix@,$prefix,;t t
    8471 s,@program_transform_name@,$program_transform_name,;t t
    8472 s,@bindir@,$bindir,;t t
    8473 s,@sbindir@,$sbindir,;t t
    8474 s,@libexecdir@,$libexecdir,;t t
    8475 s,@datadir@,$datadir,;t t
    8476 s,@sysconfdir@,$sysconfdir,;t t
    8477 s,@sharedstatedir@,$sharedstatedir,;t t
    8478 s,@localstatedir@,$localstatedir,;t t
    8479 s,@libdir@,$libdir,;t t
    8480 s,@includedir@,$includedir,;t t
    8481 s,@oldincludedir@,$oldincludedir,;t t
    8482 s,@infodir@,$infodir,;t t
    8483 s,@mandir@,$mandir,;t t
    8484 s,@build_alias@,$build_alias,;t t
    8485 s,@host_alias@,$host_alias,;t t
    8486 s,@target_alias@,$target_alias,;t t
    8487 s,@DEFS@,$DEFS,;t t
    8488 s,@ECHO_C@,$ECHO_C,;t t
    8489 s,@ECHO_N@,$ECHO_N,;t t
    8490 s,@ECHO_T@,$ECHO_T,;t t
    8491 s,@LIBS@,$LIBS,;t t
    8492 s,@PACKAGE@,$PACKAGE,;t t
    8493 s,@VERSION@,$VERSION,;t t
    8494 s,@USE_FASTCGI@,$USE_FASTCGI,;t t
    8495 s,@USE_LANGACTION@,$USE_LANGACTION,;t t
    8496 s,@USE_CORBA@,$USE_CORBA,;t t
    8497 s,@MICO_DIR@,$MICO_DIR,;t t
    8498 s,@USE_Z3950@,$USE_Z3950,;t t
    8499 s,@USE_YAZ@,$USE_YAZ,;t t
    8500 s,@ENABLE_JAVA@,$ENABLE_JAVA,;t t
    8501 s,@USE_JDBM@,$USE_JDBM,;t t
    8502 s,@USE_GDBM@,$USE_GDBM,;t t
    8503 s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
    8504 s,@USE_SQLITE@,$USE_SQLITE,;t t
    8505 s,@ENABLE_JNI@,$ENABLE_JNI,;t t
    8506 s,@ENABLE_MG@,$ENABLE_MG,;t t
    8507 s,@ENABLE_MGPP@,$ENABLE_MGPP,;t t
    8508 s,@ENABLE_LUCENE@,$ENABLE_LUCENE,;t t
    8509 s,@LDFLAGS@,$LDFLAGS,;t t
    8510 s,@CFLAGS@,$CFLAGS,;t t
    8511 s,@CC@,$CC,;t t
    8512 s,@CPPFLAGS@,$CPPFLAGS,;t t
    8513 s,@ac_ct_CC@,$ac_ct_CC,;t t
    8514 s,@EXEEXT@,$EXEEXT,;t t
    8515 s,@OBJEXT@,$OBJEXT,;t t
    8516 s,@CXX@,$CXX,;t t
    8517 s,@CXXFLAGS@,$CXXFLAGS,;t t
    8518 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
    8519 s,@JAVA@,$JAVA,;t t
    8520 s,@uudecode@,$uudecode,;t t
    8521 s,@JAVAC@,$JAVAC,;t t
    8522 s,@JAVACFLAGS@,$JAVACFLAGS,;t t
    8523 s,@AWK@,$AWK,;t t
    8524 s,@YACC@,$YACC,;t t
    8525 s,@build@,$build,;t t
    8526 s,@build_cpu@,$build_cpu,;t t
    8527 s,@build_vendor@,$build_vendor,;t t
    8528 s,@build_os@,$build_os,;t t
    8529 s,@host@,$host,;t t
    8530 s,@host_cpu@,$host_cpu,;t t
    8531 s,@host_vendor@,$host_vendor,;t t
    8532 s,@host_os@,$host_os,;t t
    8533 s,@target@,$target,;t t
    8534 s,@target_cpu@,$target_cpu,;t t
    8535 s,@target_vendor@,$target_vendor,;t t
    8536 s,@target_os@,$target_os,;t t
    8537 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
    8538 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
    8539 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
    8540 s,@LN_S@,$LN_S,;t t
    8541 s,@SET_MAKE@,$SET_MAKE,;t t
    8542 s,@RANLIB@,$RANLIB,;t t
    8543 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    8544 s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    8545 s,@MICO_VER@,$MICO_VER,;t t
    8546 s,@CPP@,$CPP,;t t
    8547 s,@EGREP@,$EGREP,;t t
    8548 s,@U@,$U,;t t
    8549 s,@ANSI2KNR@,$ANSI2KNR,;t t
    8550 s,@ALLOCA@,$ALLOCA,;t t
    8551 s,@LIBOBJS@,$LIBOBJS,;t t
    8552 s,@STATIC@,$STATIC,;t t
    8553 s,@gsdlos@,$gsdlos,;t t
    8554 s,@gsdlarch@,$gsdlarch,;t t
    8555 s,@MODULEDIRS@,$MODULEDIRS,;t t
    8556 s,@subdirs@,$subdirs,;t t
    8557 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    8558 CEOF
    8559 
    8560 _ACEOF
    8561 
    8562   cat >>$CONFIG_STATUS <<\_ACEOF
    8563   # Split the substitutions into bite-sized pieces for seds with
    8564   # small command number limits, like on Digital OSF/1 and HP-UX.
    8565   ac_max_sed_lines=48
    8566   ac_sed_frag=1 # Number of current file.
    8567   ac_beg=1 # First line for current file.
    8568   ac_end=$ac_max_sed_lines # Line after last line for current file.
    8569   ac_more_lines=:
    8570   ac_sed_cmds=
    8571   while $ac_more_lines; do
    8572     if test $ac_beg -gt 1; then
    8573       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    8574     else
    8575       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     9686# Set up the scripts for CONFIG_FILES section.
     9687# No need to generate them if there are no CONFIG_FILES.
     9688# This happens for instance with `./config.status config.h'.
     9689if test -n "$CONFIG_FILES"; then
     9690
     9691
     9692ac_cr='
     9693'
     9694ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     9695if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     9696  ac_cs_awk_cr='\\r'
     9697else
     9698  ac_cs_awk_cr=$ac_cr
     9699fi
     9700
     9701echo 'BEGIN {' >"$tmp/subs1.awk" &&
     9702_ACEOF
     9703
     9704
     9705{
     9706  echo "cat >conf$$subs.awk <<_ACEOF" &&
     9707  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     9708  echo "_ACEOF"
     9709} >conf$$subs.sh ||
     9710  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9711$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9712   { (exit 1); exit 1; }; }
     9713ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     9714ac_delim='%!_!# '
     9715for ac_last_try in false false false false false :; do
     9716  . ./conf$$subs.sh ||
     9717    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9718$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9719   { (exit 1); exit 1; }; }
     9720
     9721  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     9722  if test $ac_delim_n = $ac_delim_num; then
     9723    break
     9724  elif $ac_last_try; then
     9725    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9726$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9727   { (exit 1); exit 1; }; }
     9728  else
     9729    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9730  fi
     9731done
     9732rm -f conf$$subs.sh
     9733
     9734cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9735cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     9736_ACEOF
     9737sed -n '
     9738h
     9739s/^/S["/; s/!.*/"]=/
     9740p
     9741g
     9742s/^[^!]*!//
     9743:repl
     9744t repl
     9745s/'"$ac_delim"'$//
     9746t delim
     9747:nl
     9748h
     9749s/\(.\{148\}\).*/\1/
     9750t more1
     9751s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     9752p
     9753n
     9754b repl
     9755:more1
     9756s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9757p
     9758g
     9759s/.\{148\}//
     9760t nl
     9761:delim
     9762h
     9763s/\(.\{148\}\).*/\1/
     9764t more2
     9765s/["\\]/\\&/g; s/^/"/; s/$/"/
     9766p
     9767b
     9768:more2
     9769s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9770p
     9771g
     9772s/.\{148\}//
     9773t delim
     9774' <conf$$subs.awk | sed '
     9775/^[^""]/{
     9776  N
     9777  s/\n//
     9778}
     9779' >>$CONFIG_STATUS || ac_write_fail=1
     9780rm -f conf$$subs.awk
     9781cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9782_ACAWK
     9783cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     9784  for (key in S) S_is_set[key] = 1
     9785  FS = ""
     9786
     9787}
     9788{
     9789  line = $ 0
     9790  nfields = split(line, field, "@")
     9791  substed = 0
     9792  len = length(field[1])
     9793  for (i = 2; i < nfields; i++) {
     9794    key = field[i]
     9795    keylen = length(key)
     9796    if (S_is_set[key]) {
     9797      value = S[key]
     9798      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     9799      len += length(value) + length(field[++i])
     9800      substed = 1
     9801    } else
     9802      len += 1 + keylen
     9803  }
     9804
     9805  print line
     9806}
     9807
     9808_ACAWK
     9809_ACEOF
     9810cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9811if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     9812  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     9813else
     9814  cat
     9815fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     9816  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     9817$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     9818   { (exit 1); exit 1; }; }
     9819_ACEOF
     9820
     9821# VPATH may cause trouble with some makes, so we remove $(srcdir),
     9822# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     9823# trailing colons and then remove the whole line if VPATH becomes empty
     9824# (actually we leave an empty line to preserve line numbers).
     9825if test "x$srcdir" = x.; then
     9826  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     9827s/:*\$(srcdir):*/:/
     9828s/:*\${srcdir}:*/:/
     9829s/:*@srcdir@:*/:/
     9830s/^\([^=]*=[     ]*\):*/\1/
     9831s/:*$//
     9832s/^[^=]*=[   ]*$//
     9833}'
     9834fi
     9835
     9836cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9837fi # test -n "$CONFIG_FILES"
     9838
     9839# Set up the scripts for CONFIG_HEADERS section.
     9840# No need to generate them if there are no CONFIG_HEADERS.
     9841# This happens for instance with `./config.status Makefile'.
     9842if test -n "$CONFIG_HEADERS"; then
     9843cat >"$tmp/defines.awk" <<\_ACAWK ||
     9844BEGIN {
     9845_ACEOF
     9846
     9847# Transform confdefs.h into an awk script `defines.awk', embedded as
     9848# here-document in config.status, that substitutes the proper values into
     9849# config.h.in to produce config.h.
     9850
     9851# Create a delimiter string that does not exist in confdefs.h, to ease
     9852# handling of long lines.
     9853ac_delim='%!_!# '
     9854for ac_last_try in false false :; do
     9855  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     9856  if test -z "$ac_t"; then
     9857    break
     9858  elif $ac_last_try; then
     9859    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     9860$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     9861   { (exit 1); exit 1; }; }
     9862  else
     9863    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9864  fi
     9865done
     9866
     9867# For the awk script, D is an array of macro values keyed by name,
     9868# likewise P contains macro parameters if any.  Preserve backslash
     9869# newline sequences.
     9870
     9871ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     9872sed -n '
     9873s/.\{148\}/&'"$ac_delim"'/g
     9874t rset
     9875:rset
     9876s/^[     ]*#[    ]*define[   ][  ]*/ /
     9877t def
     9878d
     9879:def
     9880s/\\$//
     9881t bsnl
     9882s/["\\]/\\&/g
     9883s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9884D["\1"]=" \3"/p
     9885s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
     9886d
     9887:bsnl
     9888s/["\\]/\\&/g
     9889s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9890D["\1"]=" \3\\\\\\n"\\/p
     9891t cont
     9892s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     9893t cont
     9894d
     9895:cont
     9896n
     9897s/.\{148\}/&'"$ac_delim"'/g
     9898t clear
     9899:clear
     9900s/\\$//
     9901t bsnlc
     9902s/["\\]/\\&/g; s/^/"/; s/$/"/p
     9903d
     9904:bsnlc
     9905s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     9906b cont
     9907' <confdefs.h | sed '
     9908s/'"$ac_delim"'/"\\\
     9909"/g' >>$CONFIG_STATUS || ac_write_fail=1
     9910
     9911cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9912  for (key in D) D_is_set[key] = 1
     9913  FS = ""
     9914}
     9915/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     9916  line = \$ 0
     9917  split(line, arg, " ")
     9918  if (arg[1] == "#") {
     9919    defundef = arg[2]
     9920    mac1 = arg[3]
     9921  } else {
     9922    defundef = substr(arg[1], 2)
     9923    mac1 = arg[2]
     9924  }
     9925  split(mac1, mac2, "(") #)
     9926  macro = mac2[1]
     9927  prefix = substr(line, 1, index(line, defundef) - 1)
     9928  if (D_is_set[macro]) {
     9929    # Preserve the white space surrounding the "#".
     9930    print prefix "define", macro P[macro] D[macro]
     9931    next
     9932  } else {
     9933    # Replace #undef with comments.  This is necessary, for example,
     9934    # in the case of _POSIX_SOURCE, which is predefined and required
     9935    # on some systems where configure will not decide to define it.
     9936    if (defundef == "undef") {
     9937      print "/*", prefix defundef, macro, "*/"
     9938      next
     9939    }
     9940  }
     9941}
     9942{ print }
     9943_ACAWK
     9944_ACEOF
     9945cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9946  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     9947$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     9948   { (exit 1); exit 1; }; }
     9949fi # test -n "$CONFIG_HEADERS"
     9950
     9951
     9952eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     9953shift
     9954for ac_tag
     9955do
     9956  case $ac_tag in
     9957  :[FHLC]) ac_mode=$ac_tag; continue;;
     9958  esac
     9959  case $ac_mode$ac_tag in
     9960  :[FHL]*:*);;
     9961  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     9962$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     9963   { (exit 1); exit 1; }; };;
     9964  :[FH]-) ac_tag=-:-;;
     9965  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     9966  esac
     9967  ac_save_IFS=$IFS
     9968  IFS=:
     9969  set x $ac_tag
     9970  IFS=$ac_save_IFS
     9971  shift
     9972  ac_file=$1
     9973  shift
     9974
     9975  case $ac_mode in
     9976  :L) ac_source=$1;;
     9977  :[FH])
     9978    ac_file_inputs=
     9979    for ac_f
     9980    do
     9981      case $ac_f in
     9982      -) ac_f="$tmp/stdin";;
     9983      *) # Look for the file first in the build tree, then in the source tree
     9984     # (if the path is not absolute).  The absolute path cannot be DOS-style,
     9985     # because $ac_f cannot contain `:'.
     9986     test -f "$ac_f" ||
     9987       case $ac_f in
     9988       [\\/$]*) false;;
     9989       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     9990       esac ||
     9991       { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     9992$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     9993   { (exit 1); exit 1; }; };;
     9994      esac
     9995      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     9996      ac_file_inputs="$ac_file_inputs '$ac_f'"
     9997    done
     9998
     9999    # Let's still pretend it is `configure' which instantiates (i.e., don't
     10000    # use $as_me), people would be surprised to read:
     10001    #    /* config.h.  Generated by config.status.  */
     10002    configure_input='Generated from '`
     10003      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     10004    `' by configure.'
     10005    if test x"$ac_file" != x-; then
     10006      configure_input="$ac_file.  $configure_input"
     10007      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     10008$as_echo "$as_me: creating $ac_file" >&6;}
    857610009    fi
    8577     if test ! -s $tmp/subs.frag; then
    8578       ac_more_lines=false
    8579     else
    8580       # The purpose of the label and of the branching condition is to
    8581       # speed up the sed processing (if there are no `@' at all, there
    8582       # is no need to browse any of the substitutions).
    8583       # These are the two extra sed commands mentioned above.
    8584       (echo ':t
    8585   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    8586       if test -z "$ac_sed_cmds"; then
    8587     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    8588       else
    8589     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    8590       fi
    8591       ac_sed_frag=`expr $ac_sed_frag + 1`
    8592       ac_beg=$ac_end
    8593       ac_end=`expr $ac_end + $ac_max_sed_lines`
    8594     fi
    8595   done
    8596   if test -z "$ac_sed_cmds"; then
    8597     ac_sed_cmds=cat
    8598   fi
    8599 fi # test -n "$CONFIG_FILES"
    8600 
    8601 _ACEOF
    8602 cat >>$CONFIG_STATUS <<\_ACEOF
    8603 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    8604   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8605   case $ac_file in
    8606   - | *:- | *:-:* ) # input from stdin
    8607     cat >$tmp/stdin
    8608     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8609     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8610   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8611     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8612   * )   ac_file_in=$ac_file.in ;;
     10010    # Neutralize special characters interpreted by sed in replacement strings.
     10011    case $configure_input in #(
     10012    *\&* | *\|* | *\\* )
     10013       ac_sed_conf_input=`$as_echo "$configure_input" |
     10014       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     10015    *) ac_sed_conf_input=$configure_input;;
     10016    esac
     10017
     10018    case $ac_tag in
     10019    *:-:* | *:-) cat >"$tmp/stdin" \
     10020      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10021$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10022   { (exit 1); exit 1; }; } ;;
     10023    esac
     10024    ;;
    861310025  esac
    861410026
    8615   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    8616   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     10027  ac_dir=`$as_dirname -- "$ac_file" ||
    861710028$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    861810029     X"$ac_file" : 'X\(//\)[^/]' \| \
    861910030     X"$ac_file" : 'X\(//\)$' \| \
    8620      X"$ac_file" : 'X\(/\)' \| \
    8621      .     : '\(.\)' 2>/dev/null ||
    8622 echo X"$ac_file" |
    8623     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8624       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8625       /^X\(\/\/\)$/{ s//\1/; q; }
    8626       /^X\(\/\).*/{ s//\1/; q; }
    8627       s/.*/./; q'`
    8628   { if $as_mkdir_p; then
    8629     mkdir -p "$ac_dir"
    8630   else
    8631     as_dir="$ac_dir"
     10031     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
     10032$as_echo X"$ac_file" |
     10033    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10034        s//\1/
     10035        q
     10036      }
     10037      /^X\(\/\/\)[^/].*/{
     10038        s//\1/
     10039        q
     10040      }
     10041      /^X\(\/\/\)$/{
     10042        s//\1/
     10043        q
     10044      }
     10045      /^X\(\/\).*/{
     10046        s//\1/
     10047        q
     10048      }
     10049      s/.*/./; q'`
     10050  { as_dir="$ac_dir"
     10051  case $as_dir in #(
     10052  -*) as_dir=./$as_dir;;
     10053  esac
     10054  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    863210055    as_dirs=
    8633     while test ! -d "$as_dir"; do
    8634       as_dirs="$as_dir $as_dirs"
    8635       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10056    while :; do
     10057      case $as_dir in #(
     10058      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10059      *) as_qdir=$as_dir;;
     10060      esac
     10061      as_dirs="'$as_qdir' $as_dirs"
     10062      as_dir=`$as_dirname -- "$as_dir" ||
    863610063$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    863710064     X"$as_dir" : 'X\(//\)[^/]' \| \
    863810065     X"$as_dir" : 'X\(//\)$' \| \
    8639      X"$as_dir" : 'X\(/\)' \| \
    8640      .     : '\(.\)' 2>/dev/null ||
    8641 echo X"$as_dir" |
    8642     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8643       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8644       /^X\(\/\/\)$/{ s//\1/; q; }
    8645       /^X\(\/\).*/{ s//\1/; q; }
    8646       s/.*/./; q'`
     10066     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10067$as_echo X"$as_dir" |
     10068    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10069        s//\1/
     10070        q
     10071      }
     10072      /^X\(\/\/\)[^/].*/{
     10073        s//\1/
     10074        q
     10075      }
     10076      /^X\(\/\/\)$/{
     10077        s//\1/
     10078        q
     10079      }
     10080      /^X\(\/\).*/{
     10081        s//\1/
     10082        q
     10083      }
     10084      s/.*/./; q'`
     10085      test -d "$as_dir" && break
    864710086    done
    8648     test ! -n "$as_dirs" || mkdir $as_dirs
    8649   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    8650 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10087    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10088  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10089$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    865110090   { (exit 1); exit 1; }; }; }
    8652 
    865310091  ac_builddir=.
    865410092
    8655 if test "$ac_dir" != .; then
    8656   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    8657   # A "../" for each directory in $ac_dir_suffix.
    8658   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    8659 else
    8660   ac_dir_suffix= ac_top_builddir=
    8661 fi
     10093case "$ac_dir" in
     10094.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10095*)
     10096  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10097  # A ".." for each directory in $ac_dir_suffix.
     10098  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10099  case $ac_top_builddir_sub in
     10100  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10101  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10102  esac ;;
     10103esac
     10104ac_abs_top_builddir=$ac_pwd
     10105ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10106# for backward compatibility:
     10107ac_top_builddir=$ac_top_build_prefix
    866210108
    866310109case $srcdir in
    8664   .)  # No --srcdir option.  We are building in place.
     10110  .)  # We are building in place.
    866510111    ac_srcdir=.
    8666     if test -z "$ac_top_builddir"; then
    8667        ac_top_srcdir=.
    8668     else
    8669        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    8670     fi ;;
    8671   [\\/]* | ?:[\\/]* )  # Absolute path.
     10112    ac_top_srcdir=$ac_top_builddir_sub
     10113    ac_abs_top_srcdir=$ac_pwd ;;
     10114  [\\/]* | ?:[\\/]* )  # Absolute name.
    867210115    ac_srcdir=$srcdir$ac_dir_suffix;
    8673     ac_top_srcdir=$srcdir ;;
    8674   *) # Relative path.
    8675     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    8676     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    8677 esac
    8678 
    8679 # Do not use `cd foo && pwd` to compute absolute paths, because
    8680 # the directories may not exist.
    8681 case `pwd` in
    8682 .) ac_abs_builddir="$ac_dir";;
    8683 *)
    8684   case "$ac_dir" in
    8685   .) ac_abs_builddir=`pwd`;;
    8686   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    8687   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    8688   esac;;
    8689 esac
    8690 case $ac_abs_builddir in
    8691 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    8692 *)
    8693   case ${ac_top_builddir}. in
    8694   .) ac_abs_top_builddir=$ac_abs_builddir;;
    8695   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    8696   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    8697   esac;;
    8698 esac
    8699 case $ac_abs_builddir in
    8700 .) ac_abs_srcdir=$ac_srcdir;;
    8701 *)
    8702   case $ac_srcdir in
    8703   .) ac_abs_srcdir=$ac_abs_builddir;;
    8704   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    8705   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    8706   esac;;
    8707 esac
    8708 case $ac_abs_builddir in
    8709 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    8710 *)
    8711   case $ac_top_srcdir in
    8712   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    8713   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    8714   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    8715   esac;;
    8716 esac
    8717 
     10116    ac_top_srcdir=$srcdir
     10117    ac_abs_top_srcdir=$srcdir ;;
     10118  *) # Relative name.
     10119    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10120    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10121    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     10122esac
     10123ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10124
     10125
     10126  case $ac_mode in
     10127  :F)
     10128  #
     10129  # CONFIG_FILE
     10130  #
    871810131
    871910132  case $INSTALL in
    872010133  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
    8721   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
     10134  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
    872210135  esac
    8723 
    8724   if test x"$ac_file" != x-; then
    8725     { echo "$as_me:$LINENO: creating $ac_file" >&5
    8726 echo "$as_me: creating $ac_file" >&6;}
    8727     rm -f "$ac_file"
    8728   fi
    8729   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8730   # use $as_me), people would be surprised to read:
    8731   #    /* config.h.  Generated by config.status.  */
    8732   if test x"$ac_file" = x-; then
    8733     configure_input=
    8734   else
    8735     configure_input="$ac_file.  "
    8736   fi
    8737   configure_input=$configure_input"Generated from `echo $ac_file_in |
    8738                      sed 's,.*/,,'` by configure."
    8739 
    8740   # First look for the input files in the build tree, otherwise in the
    8741   # src tree.
    8742   ac_file_inputs=`IFS=:
    8743     for f in $ac_file_in; do
    8744       case $f in
    8745       -) echo $tmp/stdin ;;
    8746       [\\/$]*)
    8747      # Absolute (can't be DOS-style, as IFS=:)
    8748      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8749 echo "$as_me: error: cannot find input file: $f" >&2;}
    8750    { (exit 1); exit 1; }; }
    8751      echo "$f";;
    8752       *) # Relative
    8753      if test -f "$f"; then
    8754        # Build tree
    8755        echo "$f"
    8756      elif test -f "$srcdir/$f"; then
    8757        # Source tree
    8758        echo "$srcdir/$f"
    8759      else
    8760        # /dev/null tree
    8761        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8762 echo "$as_me: error: cannot find input file: $f" >&2;}
    8763    { (exit 1); exit 1; }; }
    8764      fi;;
    8765       esac
    8766     done` || { (exit 1); exit 1; }
    8767 _ACEOF
    8768 cat >>$CONFIG_STATUS <<_ACEOF
    8769   sed "$ac_vpsub
     10136_ACEOF
     10137
     10138cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10139# If the template does not know about datarootdir, expand it.
     10140# FIXME: This hack should be removed a few years after 2.60.
     10141ac_datarootdir_hack=; ac_datarootdir_seen=
     10142
     10143ac_sed_dataroot='
     10144/datarootdir/ {
     10145  p
     10146  q
     10147}
     10148/@datadir@/p
     10149/@docdir@/p
     10150/@infodir@/p
     10151/@localedir@/p
     10152/@mandir@/p
     10153'
     10154case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     10155*datarootdir*) ac_datarootdir_seen=yes;;
     10156*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     10157  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10158$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10159_ACEOF
     10160cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10161  ac_datarootdir_hack='
     10162  s&@datadir@&$datadir&g
     10163  s&@docdir@&$docdir&g
     10164  s&@infodir@&$infodir&g
     10165  s&@localedir@&$localedir&g
     10166  s&@mandir@&$mandir&g
     10167    s&\\\${datarootdir}&$datarootdir&g' ;;
     10168esac
     10169_ACEOF
     10170
     10171# Neutralize VPATH when `$srcdir' = `.'.
     10172# Shell code in configure.ac might set extrasub.
     10173# FIXME: do we really want to maintain this feature?
     10174cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10175ac_sed_extra="$ac_vpsub
    877010176$extrasub
    877110177_ACEOF
    8772 cat >>$CONFIG_STATUS <<\_ACEOF
     10178cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    877310179:t
    877410180/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8775 s,@configure_input@,$configure_input,;t t
    8776 s,@srcdir@,$ac_srcdir,;t t
    8777 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    8778 s,@top_srcdir@,$ac_top_srcdir,;t t
    8779 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    8780 s,@builddir@,$ac_builddir,;t t
    8781 s,@abs_builddir@,$ac_abs_builddir,;t t
    8782 s,@top_builddir@,$ac_top_builddir,;t t
    8783 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    8784 s,@INSTALL@,$ac_INSTALL,;t t
    8785 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    8786   rm -f $tmp/stdin
     10181s|@configure_input@|$ac_sed_conf_input|;t t
     10182s&@top_builddir@&$ac_top_builddir_sub&;t t
     10183s&@top_build_prefix@&$ac_top_build_prefix&;t t
     10184s&@srcdir@&$ac_srcdir&;t t
     10185s&@abs_srcdir@&$ac_abs_srcdir&;t t
     10186s&@top_srcdir@&$ac_top_srcdir&;t t
     10187s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     10188s&@builddir@&$ac_builddir&;t t
     10189s&@abs_builddir@&$ac_abs_builddir&;t t
     10190s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     10191s&@INSTALL@&$ac_INSTALL&;t t
     10192$ac_datarootdir_hack
     10193"
     10194eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     10195  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10196$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10197   { (exit 1); exit 1; }; }
     10198
     10199test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     10200  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     10201  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     10202  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10203which seems to be undefined.  Please make sure it is defined." >&5
     10204$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10205which seems to be undefined.  Please make sure it is defined." >&2;}
     10206
     10207  rm -f "$tmp/stdin"
     10208  case $ac_file in
     10209  -) cat "$tmp/out" && rm -f "$tmp/out";;
     10210  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     10211  esac \
     10212  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10213$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10214   { (exit 1); exit 1; }; }
     10215 ;;
     10216  :H)
     10217  #
     10218  # CONFIG_HEADER
     10219  #
    878710220  if test x"$ac_file" != x-; then
    8788     mv $tmp/out $ac_file
    8789   else
    8790     cat $tmp/out
    8791     rm -f $tmp/out
    8792   fi
    8793 
    8794 done
    8795 _ACEOF
    8796 cat >>$CONFIG_STATUS <<\_ACEOF
    8797 
    8798 #
    8799 # CONFIG_HEADER section.
    8800 #
    8801 
    8802 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
    8803 # NAME is the cpp macro being defined and VALUE is the value it is being given.
    8804 #
    8805 # ac_d sets the value in "#define NAME VALUE" lines.
    8806 ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
    8807 ac_dB='[     ].*$,\1#\2'
    8808 ac_dC=' '
    8809 ac_dD=',;t'
    8810 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    8811 ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
    8812 ac_uB='$,\1#\2define\3'
    8813 ac_uC=' '
    8814 ac_uD=',;t'
    8815 
    8816 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
    8817   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8818   case $ac_file in
    8819   - | *:- | *:-:* ) # input from stdin
    8820     cat >$tmp/stdin
    8821     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8822     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8823   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8824     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8825   * )   ac_file_in=$ac_file.in ;;
    8826   esac
    8827 
    8828   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
    8829 echo "$as_me: creating $ac_file" >&6;}
    8830 
    8831   # First look for the input files in the build tree, otherwise in the
    8832   # src tree.
    8833   ac_file_inputs=`IFS=:
    8834     for f in $ac_file_in; do
    8835       case $f in
    8836       -) echo $tmp/stdin ;;
    8837       [\\/$]*)
    8838      # Absolute (can't be DOS-style, as IFS=:)
    8839      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8840 echo "$as_me: error: cannot find input file: $f" >&2;}
     10221    {
     10222      $as_echo "/* $configure_input  */" \
     10223      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     10224    } >"$tmp/config.h" \
     10225      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10226$as_echo "$as_me: error: could not create $ac_file" >&2;}
    884110227   { (exit 1); exit 1; }; }
    8842      # Do quote $f, to prevent DOS paths from being IFS'd.
    8843      echo "$f";;
    8844       *) # Relative
    8845      if test -f "$f"; then
    8846        # Build tree
    8847        echo "$f"
    8848      elif test -f "$srcdir/$f"; then
    8849        # Source tree
    8850        echo "$srcdir/$f"
    8851      else
    8852        # /dev/null tree
    8853        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8854 echo "$as_me: error: cannot find input file: $f" >&2;}
     10228    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     10229      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     10230$as_echo "$as_me: $ac_file is unchanged" >&6;}
     10231    else
     10232      rm -f "$ac_file"
     10233      mv "$tmp/config.h" "$ac_file" \
     10234    || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10235$as_echo "$as_me: error: could not create $ac_file" >&2;}
    885510236   { (exit 1); exit 1; }; }
    8856      fi;;
    8857       esac
    8858     done` || { (exit 1); exit 1; }
    8859   # Remove the trailing spaces.
    8860   sed 's/[   ]*$//' $ac_file_inputs >$tmp/in
    8861 
    8862 _ACEOF
    8863 
    8864 # Transform confdefs.h into two sed scripts, `conftest.defines' and
    8865 # `conftest.undefs', that substitutes the proper values into
    8866 # config.h.in to produce config.h.  The first handles `#define'
    8867 # templates, and the second `#undef' templates.
    8868 # And first: Protect against being on the right side of a sed subst in
    8869 # config.status.  Protect against being in an unquoted here document
    8870 # in config.status.
    8871 rm -f conftest.defines conftest.undefs
    8872 # Using a here document instead of a string reduces the quoting nightmare.
    8873 # Putting comments in sed scripts is not portable.
    8874 #
    8875 # `end' is used to avoid that the second main sed command (meant for
    8876 # 0-ary CPP macros) applies to n-ary macro definitions.
    8877 # See the Autoconf documentation for `clear'.
    8878 cat >confdef2sed.sed <<\_ACEOF
    8879 s/[\\&,]/\\&/g
    8880 s,[\\$`],\\&,g
    8881 t clear
    8882 : clear
    8883 s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    8884 t end
    8885 s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    8886 : end
    8887 _ACEOF
    8888 # If some macros were called several times there might be several times
    8889 # the same #defines, which is useless.  Nevertheless, we may not want to
    8890 # sort them, since we want the *last* AC-DEFINE to be honored.
    8891 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
    8892 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
    8893 rm -f confdef2sed.sed
    8894 
    8895 # This sed command replaces #undef with comments.  This is necessary, for
    8896 # example, in the case of _POSIX_SOURCE, which is predefined and required
    8897 # on some systems where configure will not decide to define it.
    8898 cat >>conftest.undefs <<\_ACEOF
    8899 s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    8900 _ACEOF
    8901 
    8902 # Break up conftest.defines because some shells have a limit on the size
    8903 # of here documents, and old seds have small limits too (100 cmds).
    8904 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    8905 echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    8906 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    8907 echo '  :' >>$CONFIG_STATUS
    8908 rm -f conftest.tail
    8909 while grep . conftest.defines >/dev/null
    8910 do
    8911   # Write a limited-size here document to $tmp/defines.sed.
    8912   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    8913   # Speed up: don't consider the non `#define' lines.
    8914   echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS
    8915   # Work around the forget-to-reset-the-flag bug.
    8916   echo 't clr' >>$CONFIG_STATUS
    8917   echo ': clr' >>$CONFIG_STATUS
    8918   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
    8919   echo 'CEOF
    8920   sed -f $tmp/defines.sed $tmp/in >$tmp/out
    8921   rm -f $tmp/in
    8922   mv $tmp/out $tmp/in
    8923 ' >>$CONFIG_STATUS
    8924   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
    8925   rm -f conftest.defines
    8926   mv conftest.tail conftest.defines
    8927 done
    8928 rm -f conftest.defines
    8929 echo '  fi # grep' >>$CONFIG_STATUS
    8930 echo >>$CONFIG_STATUS
    8931 
    8932 # Break up conftest.undefs because some shells have a limit on the size
    8933 # of here documents, and old seds have small limits too (100 cmds).
    8934 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
    8935 rm -f conftest.tail
    8936 while grep . conftest.undefs >/dev/null
    8937 do
    8938   # Write a limited-size here document to $tmp/undefs.sed.
    8939   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    8940   # Speed up: don't consider the non `#undef'
    8941   echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    8942   # Work around the forget-to-reset-the-flag bug.
    8943   echo 't clr' >>$CONFIG_STATUS
    8944   echo ': clr' >>$CONFIG_STATUS
    8945   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
    8946   echo 'CEOF
    8947   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
    8948   rm -f $tmp/in
    8949   mv $tmp/out $tmp/in
    8950 ' >>$CONFIG_STATUS
    8951   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
    8952   rm -f conftest.undefs
    8953   mv conftest.tail conftest.undefs
    8954 done
    8955 rm -f conftest.undefs
    8956 
    8957 cat >>$CONFIG_STATUS <<\_ACEOF
    8958   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8959   # use $as_me), people would be surprised to read:
    8960   #    /* config.h.  Generated by config.status.  */
    8961   if test x"$ac_file" = x-; then
    8962     echo "/* Generated by configure.  */" >$tmp/config.h
    8963   else
    8964     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
    8965   fi
    8966   cat $tmp/in >>$tmp/config.h
    8967   rm -f $tmp/in
    8968   if test x"$ac_file" != x-; then
    8969     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
    8970       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8971 echo "$as_me: $ac_file is unchanged" >&6;}
    8972     else
    8973       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    8974 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8975      X"$ac_file" : 'X\(//\)[^/]' \| \
    8976      X"$ac_file" : 'X\(//\)$' \| \
    8977      X"$ac_file" : 'X\(/\)' \| \
    8978      .     : '\(.\)' 2>/dev/null ||
    8979 echo X"$ac_file" |
    8980     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8981       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8982       /^X\(\/\/\)$/{ s//\1/; q; }
    8983       /^X\(\/\).*/{ s//\1/; q; }
    8984       s/.*/./; q'`
    8985       { if $as_mkdir_p; then
    8986     mkdir -p "$ac_dir"
    8987   else
    8988     as_dir="$ac_dir"
    8989     as_dirs=
    8990     while test ! -d "$as_dir"; do
    8991       as_dirs="$as_dir $as_dirs"
    8992       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    8993 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8994      X"$as_dir" : 'X\(//\)[^/]' \| \
    8995      X"$as_dir" : 'X\(//\)$' \| \
    8996      X"$as_dir" : 'X\(/\)' \| \
    8997      .     : '\(.\)' 2>/dev/null ||
    8998 echo X"$as_dir" |
    8999     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9000       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9001       /^X\(\/\/\)$/{ s//\1/; q; }
    9002       /^X\(\/\).*/{ s//\1/; q; }
    9003       s/.*/./; q'`
    9004     done
    9005     test ! -n "$as_dirs" || mkdir $as_dirs
    9006   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9007 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    9008    { (exit 1); exit 1; }; }; }
    9009 
    9010       rm -f $ac_file
    9011       mv $tmp/config.h $ac_file
    901210237    fi
    901310238  else
    9014     cat $tmp/config.h
    9015     rm -f $tmp/config.h
     10239    $as_echo "/* $configure_input  */" \
     10240      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     10241      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     10242$as_echo "$as_me: error: could not create -" >&2;}
     10243   { (exit 1); exit 1; }; }
    901610244  fi
    9017 done
    9018 _ACEOF
    9019 
    9020 cat >>$CONFIG_STATUS <<\_ACEOF
     10245 ;;
     10246
     10247
     10248  esac
     10249
     10250done # for ac_tag
     10251
    902110252
    902210253{ (exit 0); exit 0; }
     
    902410255chmod +x $CONFIG_STATUS
    902510256ac_clean_files=$ac_clean_files_save
     10257
     10258test $ac_write_fail = 0 ||
     10259  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     10260$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     10261   { (exit 1); exit 1; }; }
    902610262
    902710263
     
    905210288if test "$no_recursion" != yes; then
    905310289
    9054   # Remove --cache-file and --srcdir arguments so they do not pile up.
     10290  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
     10291  # so they do not pile up.
    905510292  ac_sub_configure_args=
    905610293  ac_prev=
    9057   for ac_arg in $ac_configure_args; do
     10294  eval "set x $ac_configure_args"
     10295  shift
     10296  for ac_arg
     10297  do
    905810298    if test -n "$ac_prev"; then
    905910299      ac_prev=
     
    907810318    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    907910319      ;;
    9080     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
     10320    --disable-option-checking)
     10321      ;;
     10322    *)
     10323      case $ac_arg in
     10324      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10325      esac
     10326      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
    908110327    esac
    908210328  done
     
    908410330  # Always prepend --prefix to ensure using the same prefix
    908510331  # in subdir configurations.
    9086   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
     10332  ac_arg="--prefix=$prefix"
     10333  case $ac_arg in
     10334  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10335  esac
     10336  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     10337
     10338  # Pass --silent
     10339  if test "$silent" = yes; then
     10340    ac_sub_configure_args="--silent $ac_sub_configure_args"
     10341  fi
     10342
     10343  # Always prepend --disable-option-checking to silence warnings, since
     10344  # different subdirs can have different --enable and --with options.
     10345  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
    908710346
    908810347  ac_popdir=`pwd`
     
    909110350    # Do not complain, so a configure script can configure whichever
    909210351    # parts of a large source tree are present.
    9093     test -d $srcdir/$ac_dir || continue
    9094 
    9095     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
    9096 echo "$as_me: configuring in $ac_dir" >&6;}
    9097     { if $as_mkdir_p; then
    9098     mkdir -p "$ac_dir"
    9099   else
    9100     as_dir="$ac_dir"
     10352    test -d "$srcdir/$ac_dir" || continue
     10353
     10354    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
     10355    $as_echo "$as_me:$LINENO: $ac_msg" >&5
     10356    $as_echo "$ac_msg" >&6
     10357    { as_dir="$ac_dir"
     10358  case $as_dir in #(
     10359  -*) as_dir=./$as_dir;;
     10360  esac
     10361  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    910110362    as_dirs=
    9102     while test ! -d "$as_dir"; do
    9103       as_dirs="$as_dir $as_dirs"
    9104       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10363    while :; do
     10364      case $as_dir in #(
     10365      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10366      *) as_qdir=$as_dir;;
     10367      esac
     10368      as_dirs="'$as_qdir' $as_dirs"
     10369      as_dir=`$as_dirname -- "$as_dir" ||
    910510370$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    910610371     X"$as_dir" : 'X\(//\)[^/]' \| \
    910710372     X"$as_dir" : 'X\(//\)$' \| \
    9108      X"$as_dir" : 'X\(/\)' \| \
    9109      .     : '\(.\)' 2>/dev/null ||
    9110 echo X"$as_dir" |
    9111     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9112       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9113       /^X\(\/\/\)$/{ s//\1/; q; }
    9114       /^X\(\/\).*/{ s//\1/; q; }
    9115       s/.*/./; q'`
     10373     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10374$as_echo X"$as_dir" |
     10375    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10376        s//\1/
     10377        q
     10378      }
     10379      /^X\(\/\/\)[^/].*/{
     10380        s//\1/
     10381        q
     10382      }
     10383      /^X\(\/\/\)$/{
     10384        s//\1/
     10385        q
     10386      }
     10387      /^X\(\/\).*/{
     10388        s//\1/
     10389        q
     10390      }
     10391      s/.*/./; q'`
     10392      test -d "$as_dir" && break
    911610393    done
    9117     test ! -n "$as_dirs" || mkdir $as_dirs
    9118   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9119 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10394    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10395  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10396$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    912010397   { (exit 1); exit 1; }; }; }
    9121 
    912210398    ac_builddir=.
    912310399
    9124 if test "$ac_dir" != .; then
    9125   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    9126   # A "../" for each directory in $ac_dir_suffix.
    9127   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    9128 else
    9129   ac_dir_suffix= ac_top_builddir=
    9130 fi
     10400case "$ac_dir" in
     10401.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10402*)
     10403  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10404  # A ".." for each directory in $ac_dir_suffix.
     10405  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10406  case $ac_top_builddir_sub in
     10407  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10408  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10409  esac ;;
     10410esac
     10411ac_abs_top_builddir=$ac_pwd
     10412ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10413# for backward compatibility:
     10414ac_top_builddir=$ac_top_build_prefix
    913110415
    913210416case $srcdir in
    9133   .)  # No --srcdir option.  We are building in place.
     10417  .)  # We are building in place.
    913410418    ac_srcdir=.
    9135     if test -z "$ac_top_builddir"; then
    9136        ac_top_srcdir=.
     10419    ac_top_srcdir=$ac_top_builddir_sub
     10420    ac_abs_top_srcdir=$ac_pwd ;;
     10421  [\\/]* | ?:[\\/]* )  # Absolute name.
     10422    ac_srcdir=$srcdir$ac_dir_suffix;
     10423    ac_top_srcdir=$srcdir
     10424    ac_abs_top_srcdir=$srcdir ;;
     10425  *) # Relative name.
     10426    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10427    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10428    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     10429esac
     10430ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10431
     10432
     10433    cd "$ac_dir"
     10434
     10435    # Check for guested configure; otherwise get Cygnus style configure.
     10436    if test -f "$ac_srcdir/configure.gnu"; then
     10437      ac_sub_configure=$ac_srcdir/configure.gnu
     10438    elif test -f "$ac_srcdir/configure"; then
     10439      ac_sub_configure=$ac_srcdir/configure
     10440    elif test -f "$ac_srcdir/configure.in"; then
     10441      # This should be Cygnus configure.
     10442      ac_sub_configure=$ac_aux_dir/configure
    913710443    else
    9138        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    9139     fi ;;
    9140   [\\/]* | ?:[\\/]* )  # Absolute path.
    9141     ac_srcdir=$srcdir$ac_dir_suffix;
    9142     ac_top_srcdir=$srcdir ;;
    9143   *) # Relative path.
    9144     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    9145     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    9146 esac
    9147 
    9148 # Do not use `cd foo && pwd` to compute absolute paths, because
    9149 # the directories may not exist.
    9150 case `pwd` in
    9151 .) ac_abs_builddir="$ac_dir";;
    9152 *)
    9153   case "$ac_dir" in
    9154   .) ac_abs_builddir=`pwd`;;
    9155   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    9156   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    9157   esac;;
    9158 esac
    9159 case $ac_abs_builddir in
    9160 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    9161 *)
    9162   case ${ac_top_builddir}. in
    9163   .) ac_abs_top_builddir=$ac_abs_builddir;;
    9164   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    9165   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    9166   esac;;
    9167 esac
    9168 case $ac_abs_builddir in
    9169 .) ac_abs_srcdir=$ac_srcdir;;
    9170 *)
    9171   case $ac_srcdir in
    9172   .) ac_abs_srcdir=$ac_abs_builddir;;
    9173   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    9174   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    9175   esac;;
    9176 esac
    9177 case $ac_abs_builddir in
    9178 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    9179 *)
    9180   case $ac_top_srcdir in
    9181   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    9182   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    9183   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    9184   esac;;
    9185 esac
    9186 
    9187 
    9188     cd $ac_dir
    9189 
    9190     # Check for guested configure; otherwise get Cygnus style configure.
    9191     if test -f $ac_srcdir/configure.gnu; then
    9192       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
    9193     elif test -f $ac_srcdir/configure; then
    9194       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
    9195     elif test -f $ac_srcdir/configure.in; then
    9196       ac_sub_configure=$ac_configure
    9197     else
    9198       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    9199 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     10444      { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     10445$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    920010446      ac_sub_configure=
    920110447    fi
     
    920610452      case $cache_file in
    920710453      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
    9208       *) # Relative path.
    9209     ac_sub_cache_file=$ac_top_builddir$cache_file ;;
     10454      *) # Relative name.
     10455    ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
    921010456      esac
    921110457
    9212       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    9213 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     10458      { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     10459$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    921410460      # The eval makes quoting arguments work.
    9215       eval $ac_sub_configure $ac_sub_configure_args \
    9216        --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
    9217     { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    9218 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     10461      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
     10462       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
     10463    { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     10464$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    921910465   { (exit 1); exit 1; }; }
    922010466    fi
    922110467
    9222     cd $ac_popdir
     10468    cd "$ac_popdir"
    922310469  done
    922410470fi
    9225 
    9226 
    9227 
     10471if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     10472  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     10473$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     10474fi
     10475
     10476
     10477
  • main/trunk/greenstone2/common-src/configure.in

    r24901 r25149  
    224224if test "$arch_64bit" = yes; then
    225225  AC_MSG_RESULT(yes)
    226   if test -z "$COMPAT32BITFLAGS" ; then
    227     COMPAT32BITFLAGS="-m32"
     226  if test -z "$ARCH_DEP_FLAGS" ; then
     227    ARCH_DEP_FLAGS="-fPIC"
    228228    gsdlarch='64'
    229229  fi
    230230else
    231231  AC_MSG_RESULT(no)
    232   if test -z "$COMPAT32BITFLAGS" ; then
    233     COMPAT32BITFLAGS=
     232  if test -z "$ARCH_DEP_FLAGS" ; then
     233    ARCH_DEP_FLAGS=
    234234    gsdlarch='32'
    235235  fi
    236236fi
    237237
    238 # Only need compat32bitflag if using MG or MGPP
    239 if test "$ENABLE_MG" = "0" ; then
    240   COMPAT32BITFLAGS=
    241 else
    242   if test "$ENABLE_MGPP" = "0" ; then
    243     COMPAT32BITFLAGS=
    244   fi
    245 fi
    246 
    247 export COMPAT32BITFLAGS
    248 AC_SUBST(COMPAT32BITFLAGS)
     238export ARCH_DEP_FLAGS
     239AC_SUBST(ARCH_DEP_FLAGS)
    249240
    250241
  • main/trunk/greenstone2/common-src/packages/configure

    r24075 r25149  
    155155fi
    156156
    157 #Configure and compile 32-bit expat
    158 echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    159 CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    160 
    161 echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make $ENVIRONMENT
    162 CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make $ENVIRONMENT
    163 
    164 echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make install $ENVIRONMENT
    165 CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make install $ENVIRONMENT
     157#Configure and compile expat
     158echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     159CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     160
     161echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make $ENVIRONMENT
     162CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make $ENVIRONMENT
     163
     164echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make install $ENVIRONMENT
     165CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make install $ENVIRONMENT
    166166
    167167echo make distclean && \
    168168make distclean
    169 
    170 if test ! -z "$COMPAT32BITFLAGS" ; then
    171   echo "Generating native 64-bit version of expat"
    172   #Configure and compile 64-bit expat
    173   echo ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" --libdir="$PACKAGES/expat/lib64" $HOSTTARGETFLAGS $ENVIRONMENT
    174   ./configure $CACHE_FILE --disable-shared --with-pic --prefix=$PACKAGES/expat --bindir="$bindir" --libdir="$PACKAGES/expat/lib64" $HOSTTARGETFLAGS $ENVIRONMENT
    175 
    176   echo make $ENVIRONMENT
    177   make $ENVIRONMENT
    178 
    179   echo make install $ENVIRONMENT
    180   make install $ENVIRONMENT
    181  
    182   echo make distclean && \
    183   make distclean
    184 fi
    185169
    186170# configure and compile libiconv during configuration stage
     
    204188
    205189    # configure
    206     echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --enable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
    207     CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --enable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
     190    echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --enable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
     191    CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --enable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
    208192else
    209193    if test ! -d libiconv-1.11 ; then
     
    218202
    219203    # configure
    220     echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --disable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
    221     CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --disable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
     204    echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --disable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
     205    CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --disable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
    222206fi
    223207
    224208# make
    225 echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make $ENVIRONMENT
    226 CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make $ENVIRONMENT
     209echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make $ENVIRONMENT
     210CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make $ENVIRONMENT
    227211
    228212# make install
    229 echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make install $ENVIRONMENT
    230 CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" make install $ENVIRONMENT
    231 
    232 if test ! -z "$COMPAT32BITFLAGS" ; then
    233   echo "Generating native 64-bit version of iconv"
    234   # used in apache web server, for example
    235 
    236   # distclean
    237   echo make distclean && \
    238   make distclean
    239 
    240   # configure
    241   echo ./configure $CACHE_FILE --enable-shared --enable-static --prefix="$PACKAGES/iconv" $HOSTTARGETFLAGS $ENVIRONMENT
    242   ./configure $CACHE_FILE --enable-shared --enable-static --prefix="$PACKAGES/iconv" --libdir="$PACKAGES/iconv/lib64" $HOSTTARGETFLAGS $ENVIRONMENT
    243 
    244   # make
    245   echo make $ENVIRONMENT
    246   make $ENVIRONMENT
    247 
    248   # make install
    249   echo make install $ENVIRONMENT
    250   make install $ENVIRONMENT
    251 fi
     213echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make install $ENVIRONMENT
     214CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" make install $ENVIRONMENT
    252215
    253216echo make distclean && \
    254217make distclean
    255218
    256 #./configure $CACHE_FILE --prefix="$PACKAGES/iconv" --disable-shared $HOSTTARGETFLAGS&&
    257 #make && make install
    258 
    259219
    260220# configure GDBM
     
    266226    cd "$PACKAGES/gdbm"
    267227
    268     echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --disable-shared --prefix=$PACKAGES/gdbm $HOSTTARGETFLAGS $ENVIRONMENT
     228    echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --disable-shared --prefix=$PACKAGES/gdbm $HOSTTARGETFLAGS $ENVIRONMENT
    269229
    270230    cd "$PACKAGES/gdbm/gdbm-1.8.3" && \
    271     CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --disable-shared --prefix=$PACKAGES/gdbm $HOSTTARGETFLAGS $ENVIRONMENT
     231    CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --disable-shared --prefix=$PACKAGES/gdbm $HOSTTARGETFLAGS $ENVIRONMENT
    272232else
    273233  echo " GDBM support disabled."
     
    321281  fi
    322282
    323   echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     283  echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    324284
    325285  cd "$PACKAGES/sqlite/sqlite-autoconf-3070602" && \
    326   CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     286  CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    327287else
    328288  echo "SQLite support disabled."
     
    337297cd "$PACKAGES/search4j"
    338298
    339 #echo CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure --bindir="$GSDLHOME/bin/$GSDLOS" $CACHE_FILE $HOSTTARGETFLAGS $ENVIRONMENT
     299#echo CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure --bindir="$GSDLHOME/bin/$GSDLOS" $CACHE_FILE $HOSTTARGETFLAGS $ENVIRONMENT
    340300echo ./configure --bindir="$GSDLHOME/bin/$GSDLOS" $CACHE_FILE $HOSTTARGETFLAGS $ENVIRONMENT
    341301
    342302cd "$PACKAGES/search4j" && \
    343303 ./configure --bindir="$GSDLHOME/bin/$GSDLOS" $CACHE_FILE $HOSTTARGETFLAGS $ENVIRONMENT
    344 # CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure --bindir="$GSDLHOME/bin/$GSDLOS" $CACHE_FILE $HOSTTARGETFLAGS $ENVIRONMENT
     304# CFLAGS="$CFLAGS $ARCH_DEP_FLAGS" CXXFLAGS="$CXXFLAGS $ARCH_DEP_FLAGS" LDFLAGS="$LDFLAGS $ARCH_DEP_FLAGS" ./configure --bindir="$GSDLHOME/bin/$GSDLOS" $CACHE_FILE $HOSTTARGETFLAGS $ENVIRONMENT
  • main/trunk/greenstone2/common-src/packages/gdbm/gdbm-1.8.3/Makefile.in

    r22259 r25149  
    2727LIBS = @LIBS@ -lc
    2828
    29 CFLAGS = @CFLAGS@ @COMPAT32BITFLAGS@
    30 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     29CFLAGS = @CFLAGS@ @ARCH_DEP_FLAGS@
     30LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3131
    3232ifeq ($(GSDLOS), "windows")
  • main/trunk/greenstone2/common-src/packages/gdbm/gdbm-1.8.3/configure

    r21432 r25149  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59 for gdbm 1.8.3.
     3# Generated by GNU Autoconf 2.63 for gdbm 1.8.3.
    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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP EGREP LIBTOOL COMPAT32BITFLAGS LIBOBJS LTLIBOBJS'
     797ac_subst_vars='LTLIBOBJS
     798LIBOBJS
     799ARCH_DEP_FLAGS
     800LIBTOOL
     801EGREP
     802GREP
     803STRIP
     804RANLIB
     805ECHO
     806LN_S
     807INSTALL_DATA
     808INSTALL_SCRIPT
     809INSTALL_PROGRAM
     810CPP
     811OBJEXT
     812EXEEXT
     813ac_ct_CC
     814CPPFLAGS
     815LDFLAGS
     816CFLAGS
     817CC
     818target_os
     819target_vendor
     820target_cpu
     821target
     822host_os
     823host_vendor
     824host_cpu
     825host
     826build_os
     827build_vendor
     828build_cpu
     829build
     830target_alias
     831host_alias
     832build_alias
     833LIBS
     834ECHO_T
     835ECHO_N
     836ECHO_C
     837DEFS
     838mandir
     839localedir
     840libdir
     841psdir
     842pdfdir
     843dvidir
     844htmldir
     845infodir
     846docdir
     847oldincludedir
     848includedir
     849localstatedir
     850sharedstatedir
     851sysconfdir
     852datadir
     853datarootdir
     854libexecdir
     855sbindir
     856bindir
     857program_transform_name
     858prefix
     859exec_prefix
     860PACKAGE_BUGREPORT
     861PACKAGE_STRING
     862PACKAGE_VERSION
     863PACKAGE_TARNAME
     864PACKAGE_NAME
     865PATH_SEPARATOR
     866SHELL'
    472867ac_subst_files=''
     868ac_user_opts='
     869enable_option_checking
     870enable_shared
     871enable_static
     872enable_fast_install
     873with_gnu_ld
     874enable_libtool_lock
     875with_pic
     876'
     877      ac_precious_vars='build_alias
     878host_alias
     879target_alias
     880CC
     881CFLAGS
     882LDFLAGS
     883LIBS
     884CPPFLAGS
     885CPP'
     886
    473887
    474888# Initialize some variables set by options.
    475889ac_init_help=
    476890ac_init_version=false
     891ac_unrecognized_opts=
     892ac_unrecognized_sep=
    477893# The variables have the same names as the options, with
    478894# dashes changed to underlines.
     
    497913# by default will actually change.
    498914# Use braces instead of parens because sh, perl, etc. also accept them.
     915# (The list follows the same order as the GNU Coding Standards.)
    499916bindir='${exec_prefix}/bin'
    500917sbindir='${exec_prefix}/sbin'
    501918libexecdir='${exec_prefix}/libexec'
    502 datadir='${prefix}/share'
     919datarootdir='${prefix}/share'
     920datadir='${datarootdir}'
    503921sysconfdir='${prefix}/etc'
    504922sharedstatedir='${prefix}/com'
    505923localstatedir='${prefix}/var'
    506 libdir='${exec_prefix}/lib'
    507924includedir='${prefix}/include'
    508925oldincludedir='/usr/include'
    509 infodir='${prefix}/info'
    510 mandir='${prefix}/man'
     926docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
     927infodir='${datarootdir}/info'
     928htmldir='${docdir}'
     929dvidir='${docdir}'
     930pdfdir='${docdir}'
     931psdir='${docdir}'
     932libdir='${exec_prefix}/lib'
     933localedir='${datarootdir}/locale'
     934mandir='${datarootdir}/man'
    511935
    512936ac_prev=
     937ac_dashdash=
    513938for ac_option
    514939do
    515940  # If the previous option needs an argument, assign it.
    516941  if test -n "$ac_prev"; then
    517     eval "$ac_prev=\$ac_option"
     942    eval $ac_prev=\$ac_option
    518943    ac_prev=
    519944    continue
    520945  fi
    521946
    522   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     947  case $ac_option in
     948  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     949  *)    ac_optarg=yes ;;
     950  esac
    523951
    524952  # Accept the important Cygnus configure options, so we can diagnose typos.
    525953
    526   case $ac_option in
     954  case $ac_dashdash$ac_option in
     955  --)
     956    ac_dashdash=yes ;;
    527957
    528958  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    546976    cache_file=config.cache ;;
    547977
    548   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     978  -datadir | --datadir | --datadi | --datad)
    549979    ac_prev=datadir ;;
    550   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    551   | --da=*)
     980  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    552981    datadir=$ac_optarg ;;
    553982
     983  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     984  | --dataroo | --dataro | --datar)
     985    ac_prev=datarootdir ;;
     986  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     987  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     988    datarootdir=$ac_optarg ;;
     989
    554990  -disable-* | --disable-*)
    555     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     991    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    556992    # 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
     993    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     994      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    559995   { (exit 1); exit 1; }; }
    560     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    561     eval "enable_$ac_feature=no" ;;
     996    ac_useropt_orig=$ac_useropt
     997    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     998    case $ac_user_opts in
     999      *"
     1000"enable_$ac_useropt"
     1001"*) ;;
     1002      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     1003     ac_unrecognized_sep=', ';;
     1004    esac
     1005    eval enable_$ac_useropt=no ;;
     1006
     1007  -docdir | --docdir | --docdi | --doc | --do)
     1008    ac_prev=docdir ;;
     1009  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     1010    docdir=$ac_optarg ;;
     1011
     1012  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     1013    ac_prev=dvidir ;;
     1014  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     1015    dvidir=$ac_optarg ;;
    5621016
    5631017  -enable-* | --enable-*)
    564     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     1018    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    5651019    # 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
     1020    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1021      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    5681022   { (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 ;;
     1023    ac_useropt_orig=$ac_useropt
     1024    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1025    case $ac_user_opts in
     1026      *"
     1027"enable_$ac_useropt"
     1028"*) ;;
     1029      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     1030     ac_unrecognized_sep=', ';;
    5731031    esac
    574     eval "enable_$ac_feature='$ac_optarg'" ;;
     1032    eval enable_$ac_useropt=\$ac_optarg ;;
    5751033
    5761034  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    5991057    host_alias=$ac_optarg ;;
    6001058
     1059  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     1060    ac_prev=htmldir ;;
     1061  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     1062  | --ht=*)
     1063    htmldir=$ac_optarg ;;
     1064
    6011065  -includedir | --includedir | --includedi | --included | --include \
    6021066  | --includ | --inclu | --incl | --inc)
     
    6231087    libexecdir=$ac_optarg ;;
    6241088
     1089  -localedir | --localedir | --localedi | --localed | --locale)
     1090    ac_prev=localedir ;;
     1091  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     1092    localedir=$ac_optarg ;;
     1093
    6251094  -localstatedir | --localstatedir | --localstatedi | --localstated \
    626   | --localstate | --localstat | --localsta | --localst \
    627   | --locals | --local | --loca | --loc | --lo)
     1095  | --localstate | --localstat | --localsta | --localst | --locals)
    6281096    ac_prev=localstatedir ;;
    6291097  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    630   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    631   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     1098  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    6321099    localstatedir=$ac_optarg ;;
    6331100
     
    6941161    program_transform_name=$ac_optarg ;;
    6951162
     1163  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     1164    ac_prev=pdfdir ;;
     1165  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     1166    pdfdir=$ac_optarg ;;
     1167
     1168  -psdir | --psdir | --psdi | --psd | --ps)
     1169    ac_prev=psdir ;;
     1170  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     1171    psdir=$ac_optarg ;;
     1172
    6961173  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    6971174  | -silent | --silent | --silen | --sile | --sil)
     
    7441221
    7451222  -with-* | --with-*)
    746     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1223    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    7471224    # 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
     1225    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1226      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    7501227   { (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 ;;
     1228    ac_useropt_orig=$ac_useropt
     1229    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1230    case $ac_user_opts in
     1231      *"
     1232"with_$ac_useropt"
     1233"*) ;;
     1234      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1235     ac_unrecognized_sep=', ';;
    7551236    esac
    756     eval "with_$ac_package='$ac_optarg'" ;;
     1237    eval with_$ac_useropt=\$ac_optarg ;;
    7571238
    7581239  -without-* | --without-*)
    759     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1240    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    7601241    # 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
     1242    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1243      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    7631244   { (exit 1); exit 1; }; }
    764     ac_package=`echo $ac_package | sed 's/-/_/g'`
    765     eval "with_$ac_package=no" ;;
     1245    ac_useropt_orig=$ac_useropt
     1246    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1247    case $ac_user_opts in
     1248      *"
     1249"with_$ac_useropt"
     1250"*) ;;
     1251      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1252     ac_unrecognized_sep=', ';;
     1253    esac
     1254    eval with_$ac_useropt=no ;;
    7661255
    7671256  --x)
     
    7831272    x_libraries=$ac_optarg ;;
    7841273
    785   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1274  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    7861275Try \`$0 --help' for more information." >&2
    7871276   { (exit 1); exit 1; }; }
     
    7921281    # Reject names that are not valid shell variable names.
    7931282    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    794       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1283      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    7951284   { (exit 1); exit 1; }; }
    796     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    797     eval "$ac_envvar='$ac_optarg'"
     1285    eval $ac_envvar=\$ac_optarg
    7981286    export $ac_envvar ;;
    7991287
    8001288  *)
    8011289    # FIXME: should be removed in autoconf 3.0.
    802     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1290    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    8031291    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    804       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1292      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    8051293    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    8061294    ;;
     
    8111299if test -n "$ac_prev"; then
    8121300  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    813   { echo "$as_me: error: missing argument to $ac_option" >&2
     1301  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    8141302   { (exit 1); exit 1; }; }
    8151303fi
    8161304
    817 # Be sure to have absolute paths.
    818 for ac_var in exec_prefix prefix
     1305if test -n "$ac_unrecognized_opts"; then
     1306  case $enable_option_checking in
     1307    no) ;;
     1308    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1309   { (exit 1); exit 1; }; } ;;
     1310    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1311  esac
     1312fi
     1313
     1314# Check all directory arguments for consistency.
     1315for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1316        datadir sysconfdir sharedstatedir localstatedir includedir \
     1317        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1318        libdir localedir mandir
    8191319do
    820   eval ac_val=$`echo $ac_var`
     1320  eval ac_val=\$$ac_var
     1321  # Remove trailing slashes.
    8211322  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; }; };;
     1323    */ )
     1324      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1325      eval $ac_var=\$ac_val;;
    8251326  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`
     1327  # Be sure to have absolute directory names.
    8331328  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; }; };;
     1329    [\\/$]* | ?:[\\/]* )  continue;;
     1330    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    8371331  esac
     1332  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1333   { (exit 1); exit 1; }; }
    8381334done
    8391335
     
    8491345  if test "x$build_alias" = x; then
    8501346    cross_compiling=maybe
    851     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1347    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    8521348    If a cross compiler is detected then cross compile mode will be used." >&2
    8531349  elif test "x$build_alias" != "x$host_alias"; then
     
    8621358
    8631359
     1360ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1361ac_ls_di=`ls -di .` &&
     1362ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1363  { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1364   { (exit 1); exit 1; }; }
     1365test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1366  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1367   { (exit 1); exit 1; }; }
     1368
     1369
    8641370# Find the source files, if location was not specified.
    8651371if test -z "$srcdir"; then
    8661372  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'`
     1373  # Try the directory containing this script, then the parent directory.
     1374  ac_confdir=`$as_dirname -- "$as_myself" ||
     1375$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1376     X"$as_myself" : 'X\(//\)[^/]' \| \
     1377     X"$as_myself" : 'X\(//\)$' \| \
     1378     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1379$as_echo X"$as_myself" |
     1380    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1381        s//\1/
     1382        q
     1383      }
     1384      /^X\(\/\/\)[^/].*/{
     1385        s//\1/
     1386        q
     1387      }
     1388      /^X\(\/\/\)$/{
     1389        s//\1/
     1390        q
     1391      }
     1392      /^X\(\/\).*/{
     1393        s//\1/
     1394        q
     1395      }
     1396      s/.*/./; q'`
    8801397  srcdir=$ac_confdir
    881   if test ! -r $srcdir/$ac_unique_file; then
     1398  if test ! -r "$srcdir/$ac_unique_file"; then
    8821399    srcdir=..
    8831400  fi
     
    8851402  ac_srcdir_defaulted=no
    8861403fi
    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
     1404if test ! -r "$srcdir/$ac_unique_file"; then
     1405  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1406  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    8901407   { (exit 1); exit 1; }; }
    891   else
    892     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1408fi
     1409ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1410ac_abs_confdir=`(
     1411    cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    8931412   { (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
     1413    pwd)`
     1414# When building in place, set srcdir=.
     1415if test "$ac_abs_confdir" = "$ac_pwd"; then
     1416  srcdir=.
     1417fi
     1418# Remove unnecessary trailing slashes from srcdir.
     1419# Double slashes in file names in object file debugging info
     1420# mess up M-x gdb in Emacs.
     1421case $srcdir in
     1422*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1423esac
     1424for ac_var in $ac_precious_vars; do
     1425  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1426  eval ac_env_${ac_var}_value=\$${ac_var}
     1427  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1428  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1429done
    9321430
    9331431#
     
    9581456      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    9591457
    960 _ACEOF
    961 
    962   cat <<_ACEOF
    9631458Installation directories:
    9641459  --prefix=PREFIX         install architecture-independent files in PREFIX
    965               [$ac_default_prefix]
     1460                          [$ac_default_prefix]
    9661461  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    967               [PREFIX]
     1462                          [PREFIX]
    9681463
    9691464By default, \`make install' will install all the files in
     
    9751470
    9761471Fine 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]
     1472  --bindir=DIR            user executables [EPREFIX/bin]
     1473  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1474  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1475  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1476  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1477  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1478  --libdir=DIR            object code libraries [EPREFIX/lib]
     1479  --includedir=DIR        C header files [PREFIX/include]
     1480  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1481  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1482  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1483  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1484  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1485  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1486  --docdir=DIR            documentation root [DATAROOTDIR/doc/gdbm]
     1487  --htmldir=DIR           html documentation [DOCDIR]
     1488  --dvidir=DIR            dvi documentation [DOCDIR]
     1489  --pdfdir=DIR            pdf documentation [DOCDIR]
     1490  --psdir=DIR             ps documentation [DOCDIR]
    9891491_ACEOF
    9901492
     
    10051507
    10061508Optional Features:
     1509  --disable-option-checking  ignore unrecognized --enable/--with options
    10071510  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    10081511  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    10231526  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    10241527              nonstandard directory <lib dir>
    1025   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    1026               headers in a nonstandard directory <include dir>
     1528  LIBS        libraries to pass to the linker, e.g. -l<library>
     1529  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1530              you have headers in a nonstandard directory <include dir>
    10271531  CPP         C preprocessor
    10281532
     
    10311535
    10321536_ACEOF
     1537ac_status=$?
    10331538fi
    10341539
    10351540if test "$ac_init_help" = "recursive"; then
    10361541  # If there are subdirs, report their specific --help.
    1037   ac_popdir=`pwd`
    10381542  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1039     test -d $ac_dir || continue
     1543    test -d "$ac_dir" ||
     1544      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1545      continue
    10401546    ac_builddir=.
    10411547
    1042 if test "$ac_dir" != .; then
    1043   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1044   # A "../" for each directory in $ac_dir_suffix.
    1045   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    1046 else
    1047   ac_dir_suffix= ac_top_builddir=
    1048 fi
     1548case "$ac_dir" in
     1549.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1550*)
     1551  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1552  # A ".." for each directory in $ac_dir_suffix.
     1553  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1554  case $ac_top_builddir_sub in
     1555  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1556  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1557  esac ;;
     1558esac
     1559ac_abs_top_builddir=$ac_pwd
     1560ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1561# for backward compatibility:
     1562ac_top_builddir=$ac_top_build_prefix
    10491563
    10501564case $srcdir in
    1051   .)  # No --srcdir option.  We are building in place.
     1565  .)  # We are building in place.
    10521566    ac_srcdir=.
    1053     if test -z "$ac_top_builddir"; then
    1054        ac_top_srcdir=.
     1567    ac_top_srcdir=$ac_top_builddir_sub
     1568    ac_abs_top_srcdir=$ac_pwd ;;
     1569  [\\/]* | ?:[\\/]* )  # Absolute name.
     1570    ac_srcdir=$srcdir$ac_dir_suffix;
     1571    ac_top_srcdir=$srcdir
     1572    ac_abs_top_srcdir=$srcdir ;;
     1573  *) # Relative name.
     1574    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1575    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1576    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     1577esac
     1578ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1579
     1580    cd "$ac_dir" || { ac_status=$?; continue; }
     1581    # Check for guested configure.
     1582    if test -f "$ac_srcdir/configure.gnu"; then
     1583      echo &&
     1584      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1585    elif test -f "$ac_srcdir/configure"; then
     1586      echo &&
     1587      $SHELL "$ac_srcdir/configure" --help=recursive
    10551588    else
    1056        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    1057     fi ;;
    1058   [\\/]* | ?:[\\/]* )  # Absolute path.
    1059     ac_srcdir=$srcdir$ac_dir_suffix;
    1060     ac_top_srcdir=$srcdir ;;
    1061   *) # Relative path.
    1062     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    1063     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    1064 esac
    1065 
    1066 # Do not use `cd foo && pwd` to compute absolute paths, because
    1067 # the directories may not exist.
    1068 case `pwd` in
    1069 .) ac_abs_builddir="$ac_dir";;
    1070 *)
    1071   case "$ac_dir" in
    1072   .) ac_abs_builddir=`pwd`;;
    1073   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    1074   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    1075   esac;;
    1076 esac
    1077 case $ac_abs_builddir in
    1078 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    1079 *)
    1080   case ${ac_top_builddir}. in
    1081   .) ac_abs_top_builddir=$ac_abs_builddir;;
    1082   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    1083   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    1084   esac;;
    1085 esac
    1086 case $ac_abs_builddir in
    1087 .) ac_abs_srcdir=$ac_srcdir;;
    1088 *)
    1089   case $ac_srcdir in
    1090   .) ac_abs_srcdir=$ac_abs_builddir;;
    1091   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    1092   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    1093   esac;;
    1094 esac
    1095 case $ac_abs_builddir in
    1096 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    1097 *)
    1098   case $ac_top_srcdir in
    1099   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    1100   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    1101   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    1102   esac;;
    1103 esac
    1104 
    1105     cd $ac_dir
    1106     # Check for guested configure; otherwise get Cygnus style configure.
    1107     if test -f $ac_srcdir/configure.gnu; then
    1108       echo
    1109       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    1110     elif test -f $ac_srcdir/configure; then
    1111       echo
    1112       $SHELL $ac_srcdir/configure  --help=recursive
    1113     elif test -f $ac_srcdir/configure.ac ||
    1114        test -f $ac_srcdir/configure.in; then
    1115       echo
    1116       $ac_configure --help
    1117     else
    1118       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    1119     fi
    1120     cd $ac_popdir
     1589      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1590    fi || ac_status=$?
     1591    cd "$ac_pwd" || { ac_status=$?; break; }
    11211592  done
    11221593fi
    11231594
    1124 test -n "$ac_init_help" && exit 0
     1595test -n "$ac_init_help" && exit $ac_status
    11251596if $ac_init_version; then
    11261597  cat <<\_ACEOF
    11271598gdbm configure 1.8.3
    1128 generated by GNU Autoconf 2.59
    1129 
    1130 Copyright (C) 2003 Free Software Foundation, Inc.
     1599generated by GNU Autoconf 2.63
     1600
     1601Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     16022002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    11311603This configure script is free software; the Free Software Foundation
    11321604gives unlimited permission to copy, distribute and modify it.
    11331605_ACEOF
    1134   exit 0
    1135 fi
    1136 exec 5>config.log
    1137 cat >&5 <<_ACEOF
     1606  exit
     1607fi
     1608cat >config.log <<_ACEOF
    11381609This file contains any messages produced by compilers while
    11391610running configure, to aid debugging if configure makes a mistake.
    11401611
    11411612It was created by gdbm $as_me 1.8.3, which was
    1142 generated by GNU Autoconf 2.59.  Invocation command line was
     1613generated by GNU Autoconf 2.63.  Invocation command line was
    11431614
    11441615  $ $0 $@
    11451616
    11461617_ACEOF
     1618exec 5>>config.log
    11471619{
    11481620cat <<_ASUNAME
     
    11631635/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    11641636/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    1165 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1637/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    11661638/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    11671639/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    11751647  IFS=$as_save_IFS
    11761648  test -z "$as_dir" && as_dir=.
    1177   echo "PATH: $as_dir"
     1649  $as_echo "PATH: $as_dir"
    11781650done
     1651IFS=$as_save_IFS
    11791652
    11801653} >&5
     
    11981671ac_configure_args0=
    11991672ac_configure_args1=
    1200 ac_sep=
    12011673ac_must_keep_next=false
    12021674for ac_pass in 1 2
     
    12091681    | -silent | --silent | --silen | --sile | --sil)
    12101682      continue ;;
    1211     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1212       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1683    *\'*)
     1684      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    12131685    esac
    12141686    case $ac_pass in
     
    12311703    esac
    12321704      fi
    1233       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1234       # Get rid of the leading space.
    1235       ac_sep=" "
     1705      ac_configure_args="$ac_configure_args '$ac_arg'"
    12361706      ;;
    12371707    esac
     
    12441714# config.log.  We remove comments because anyway the quotes in there
    12451715# would cause problems or look ugly.
    1246 # WARNING: Be sure not to use single quotes in there, as some shells,
    1247 # such as our DU 5.0 friend, will then `close' the trap.
     1716# WARNING: Use '\'' to represent an apostrophe within the trap.
     1717# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    12481718trap 'exit_status=$?
    12491719  # Save into config.log some information that might help in debugging.
     
    12581728    echo
    12591729    # The following way of writing the cache mishandles newlines in values,
    1260 {
     1730(
     1731  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1732    eval ac_val=\$$ac_var
     1733    case $ac_val in #(
     1734    *${as_nl}*)
     1735      case $ac_var in #(
     1736      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1737$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1738      esac
     1739      case $ac_var in #(
     1740      _ | IFS | as_nl) ;; #(
     1741      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     1742      *) $as_unset $ac_var ;;
     1743      esac ;;
     1744    esac
     1745  done
    12611746  (set) 2>&1 |
    1262     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1263     *ac_space=\ *)
     1747    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1748    *${as_nl}ac_space=\ *)
    12641749      sed -n \
    1265     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1266       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1750    "s/'\''/'\''\\\\'\'''\''/g;
     1751      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1752      ;; #(
     1753    *)
     1754      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    12671755      ;;
    1268     *)
    1269       sed -n \
    1270     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1271       ;;
    1272     esac;
    1273 }
     1756    esac |
     1757    sort
     1758)
    12741759    echo
    12751760
     
    12821767    for ac_var in $ac_subst_vars
    12831768    do
    1284       eval ac_val=$`echo $ac_var`
    1285       echo "$ac_var='"'"'$ac_val'"'"'"
     1769      eval ac_val=\$$ac_var
     1770      case $ac_val in
     1771      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1772      esac
     1773      $as_echo "$ac_var='\''$ac_val'\''"
    12861774    done | sort
    12871775    echo
     
    12891777    if test -n "$ac_subst_files"; then
    12901778      cat <<\_ASBOX
    1291 ## ------------- ##
    1292 ## Output files. ##
    1293 ## ------------- ##
     1779## ------------------- ##
     1780## File substitutions. ##
     1781## ------------------- ##
    12941782_ASBOX
    12951783      echo
    12961784      for ac_var in $ac_subst_files
    12971785      do
    1298     eval ac_val=$`echo $ac_var`
    1299     echo "$ac_var='"'"'$ac_val'"'"'"
     1786    eval ac_val=\$$ac_var
     1787    case $ac_val in
     1788    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1789    esac
     1790    $as_echo "$ac_var='\''$ac_val'\''"
    13001791      done | sort
    13011792      echo
     
    13091800_ASBOX
    13101801      echo
    1311       sed "/^$/d" confdefs.h | sort
     1802      cat confdefs.h
    13121803      echo
    13131804    fi
    13141805    test "$ac_signal" != 0 &&
    1315       echo "$as_me: caught signal $ac_signal"
    1316     echo "$as_me: exit $exit_status"
     1806      $as_echo "$as_me: caught signal $ac_signal"
     1807    $as_echo "$as_me: exit $exit_status"
    13171808  } >&5
    1318   rm -f core *.core &&
    1319   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1809  rm -f core *.core core.conftest.* &&
     1810    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    13201811    exit $exit_status
    1321      ' 0
     1812' 0
    13221813for ac_signal in 1 2 13 15; do
    13231814  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    13261817
    13271818# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1328 rm -rf conftest* confdefs.h
    1329 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1330 echo >confdefs.h
     1819rm -f -r conftest* confdefs.h
    13311820
    13321821# Predefined preprocessor variables.
     
    13581847
    13591848# Let the site file select an alternate cache file if it wants to.
    1360 # Prefer explicitly selected file to automatically selected ones.
    1361 if test -z "$CONFIG_SITE"; then
    1362   if test "x$prefix" != xNONE; then
    1363     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1364   else
    1365     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1366   fi
    1367 fi
    1368 for ac_site_file in $CONFIG_SITE; do
     1849# Prefer an explicitly selected file to automatically selected ones.
     1850ac_site_file1=NONE
     1851ac_site_file2=NONE
     1852if test -n "$CONFIG_SITE"; then
     1853  ac_site_file1=$CONFIG_SITE
     1854elif test "x$prefix" != xNONE; then
     1855  ac_site_file1=$prefix/share/config.site
     1856  ac_site_file2=$prefix/etc/config.site
     1857else
     1858  ac_site_file1=$ac_default_prefix/share/config.site
     1859  ac_site_file2=$ac_default_prefix/etc/config.site
     1860fi
     1861for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1862do
     1863  test "x$ac_site_file" = xNONE && continue
    13691864  if test -r "$ac_site_file"; then
    1370     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1371 echo "$as_me: loading site script $ac_site_file" >&6;}
     1865    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1866$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    13721867    sed 's/^/| /' "$ac_site_file" >&5
    13731868    . "$ac_site_file"
     
    13791874  # files actually), so we avoid doing that.
    13801875  if test -f "$cache_file"; then
    1381     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1382 echo "$as_me: loading cache $cache_file" >&6;}
     1876    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1877$as_echo "$as_me: loading cache $cache_file" >&6;}
    13831878    case $cache_file in
    1384       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1385       *)                      . ./$cache_file;;
     1879      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1880      *)                      . "./$cache_file";;
    13861881    esac
    13871882  fi
    13881883else
    1389   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1390 echo "$as_me: creating cache $cache_file" >&6;}
     1884  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1885$as_echo "$as_me: creating cache $cache_file" >&6;}
    13911886  >$cache_file
    13921887fi
     
    13951890# value.
    13961891ac_cache_corrupted=false
    1397 for ac_var in `(set) 2>&1 |
    1398            sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1892for ac_var in $ac_precious_vars; do
    13991893  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    14001894  eval ac_new_set=\$ac_env_${ac_var}_set
    1401   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1402   eval ac_new_val="\$ac_env_${ac_var}_value"
     1895  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1896  eval ac_new_val=\$ac_env_${ac_var}_value
    14031897  case $ac_old_set,$ac_new_set in
    14041898    set,)
    1405       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1406 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1899      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1900$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    14071901      ac_cache_corrupted=: ;;
    14081902    ,set)
    1409       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1410 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1903      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1904$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    14111905      ac_cache_corrupted=: ;;
    14121906    ,);;
    14131907    *)
    14141908      if test "x$ac_old_val" != "x$ac_new_val"; then
    1415     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1416 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1417     { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1418 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1419     { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1420 echo "$as_me:   current value: $ac_new_val" >&2;}
    1421     ac_cache_corrupted=:
     1909    # differences in whitespace do not lead to failure.
     1910    ac_old_val_w=`echo x $ac_old_val`
     1911    ac_new_val_w=`echo x $ac_new_val`
     1912    if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1913      { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1914$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1915      ac_cache_corrupted=:
     1916    else
     1917      { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1918$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1919      eval $ac_var=\$ac_old_val
     1920    fi
     1921    { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1922$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1923    { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1924$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    14221925      fi;;
    14231926  esac
     
    14251928  if test "$ac_new_set" = set; then
    14261929    case $ac_new_val in
    1427     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1428       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1930    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    14291931    *) ac_arg=$ac_var=$ac_new_val ;;
    14301932    esac
     
    14361938done
    14371939if $ac_cache_corrupted; then
    1438   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1439 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1440   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1441 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1940  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1941$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1942  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1943$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1944  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1945$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    14421946   { (exit 1); exit 1; }; }
    14431947fi
     1948
     1949
     1950
     1951
     1952
     1953
     1954
     1955
     1956
     1957
     1958
     1959
     1960
     1961
     1962
     1963
     1964
     1965
     1966
     1967
     1968
     1969
     1970
     1971
    14441972
    14451973ac_ext=c
     
    14521980
    14531981
    1454 
    1455 
    1456 
    1457 
    1458 
    1459 
    1460 
    1461 
    1462 
    1463 
    1464 
    1465 
    1466 
    1467 
    1468 
    1469 
    1470 
    1471 
    1472 
    1473 
    1474 
    1475 
    1476 
    1477 
    1478 
    1479           ac_config_headers="$ac_config_headers autoconf.h"
     1982ac_config_headers="$ac_config_headers autoconf.h"
    14801983
    14811984
    14821985ac_aux_dir=
    1483 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    1484   if test -f $ac_dir/install-sh; then
     1986for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     1987  if test -f "$ac_dir/install-sh"; then
    14851988    ac_aux_dir=$ac_dir
    14861989    ac_install_sh="$ac_aux_dir/install-sh -c"
    14871990    break
    1488   elif test -f $ac_dir/install.sh; then
     1991  elif test -f "$ac_dir/install.sh"; then
    14891992    ac_aux_dir=$ac_dir
    14901993    ac_install_sh="$ac_aux_dir/install.sh -c"
    14911994    break
    1492   elif test -f $ac_dir/shtool; then
     1995  elif test -f "$ac_dir/shtool"; then
    14931996    ac_aux_dir=$ac_dir
    14941997    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    14972000done
    14982001if test -z "$ac_aux_dir"; then
    1499   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    1500 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     2002  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     2003$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    15012004   { (exit 1); exit 1; }; }
    15022005fi
    1503 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    1504 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    1505 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
     2006
     2007# These three variables are undocumented and unsupported,
     2008# and are intended to be withdrawn in a future Autoconf release.
     2009# They can cause serious problems if a builder's source tree is in a directory
     2010# whose full name contains unusual characters.
     2011ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
     2012ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
     2013ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     2014
    15062015
    15072016# Make sure we can run config.sub.
    1508 $ac_config_sub sun4 >/dev/null 2>&1 ||
    1509   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
    1510 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     2017$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
     2018  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     2019$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    15112020   { (exit 1); exit 1; }; }
    15122021
    1513 echo "$as_me:$LINENO: checking build system type" >&5
    1514 echo $ECHO_N "checking build system type... $ECHO_C" >&6
     2022{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     2023$as_echo_n "checking build system type... " >&6; }
    15152024if test "${ac_cv_build+set}" = set; then
    1516   echo $ECHO_N "(cached) $ECHO_C" >&6
    1517 else
    1518   ac_cv_build_alias=$build_alias
    1519 test -z "$ac_cv_build_alias" &&
    1520   ac_cv_build_alias=`$ac_config_guess`
    1521 test -z "$ac_cv_build_alias" &&
    1522   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1523 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     2025  $as_echo_n "(cached) " >&6
     2026else
     2027  ac_build_alias=$build_alias
     2028test "x$ac_build_alias" = x &&
     2029  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
     2030test "x$ac_build_alias" = x &&
     2031  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     2032$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    15242033   { (exit 1); exit 1; }; }
    1525 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    1526   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
    1527 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     2034ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
     2035  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     2036$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    15282037   { (exit 1); exit 1; }; }
    15292038
    15302039fi
    1531 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1532 echo "${ECHO_T}$ac_cv_build" >&6
     2040{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     2041$as_echo "$ac_cv_build" >&6; }
     2042case $ac_cv_build in
     2043*-*-*) ;;
     2044*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     2045$as_echo "$as_me: error: invalid value of canonical build" >&2;}
     2046   { (exit 1); exit 1; }; };;
     2047esac
    15332048build=$ac_cv_build
    1534 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1535 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    1536 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    1537 
    1538 
    1539 echo "$as_me:$LINENO: checking host system type" >&5
    1540 echo $ECHO_N "checking host system type... $ECHO_C" >&6
     2049ac_save_IFS=$IFS; IFS='-'
     2050set x $ac_cv_build
     2051shift
     2052build_cpu=$1
     2053build_vendor=$2
     2054shift; shift
     2055# Remember, the first character of IFS is used to create $*,
     2056# except with old shells:
     2057build_os=$*
     2058IFS=$ac_save_IFS
     2059case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
     2060
     2061
     2062{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     2063$as_echo_n "checking host system type... " >&6; }
    15412064if test "${ac_cv_host+set}" = set; then
    1542   echo $ECHO_N "(cached) $ECHO_C" >&6
    1543 else
    1544   ac_cv_host_alias=$host_alias
    1545 test -z "$ac_cv_host_alias" &&
    1546   ac_cv_host_alias=$ac_cv_build_alias
    1547 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    1548   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    1549 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     2065  $as_echo_n "(cached) " >&6
     2066else
     2067  if test "x$host_alias" = x; then
     2068  ac_cv_host=$ac_cv_build
     2069else
     2070  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     2071    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     2072$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    15502073   { (exit 1); exit 1; }; }
    1551 
    1552 fi
    1553 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    1554 echo "${ECHO_T}$ac_cv_host" >&6
     2074fi
     2075
     2076fi
     2077{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     2078$as_echo "$ac_cv_host" >&6; }
     2079case $ac_cv_host in
     2080*-*-*) ;;
     2081*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     2082$as_echo "$as_me: error: invalid value of canonical host" >&2;}
     2083   { (exit 1); exit 1; }; };;
     2084esac
    15552085host=$ac_cv_host
    1556 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1557 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    1558 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    1559 
    1560 
    1561 echo "$as_me:$LINENO: checking target system type" >&5
    1562 echo $ECHO_N "checking target system type... $ECHO_C" >&6
     2086ac_save_IFS=$IFS; IFS='-'
     2087set x $ac_cv_host
     2088shift
     2089host_cpu=$1
     2090host_vendor=$2
     2091shift; shift
     2092# Remember, the first character of IFS is used to create $*,
     2093# except with old shells:
     2094host_os=$*
     2095IFS=$ac_save_IFS
     2096case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
     2097
     2098
     2099{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     2100$as_echo_n "checking target system type... " >&6; }
    15632101if test "${ac_cv_target+set}" = set; then
    1564   echo $ECHO_N "(cached) $ECHO_C" >&6
    1565 else
    1566   ac_cv_target_alias=$target_alias
    1567 test "x$ac_cv_target_alias" = "x" &&
    1568   ac_cv_target_alias=$ac_cv_host_alias
    1569 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    1570   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    1571 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     2102  $as_echo_n "(cached) " >&6
     2103else
     2104  if test "x$target_alias" = x; then
     2105  ac_cv_target=$ac_cv_host
     2106else
     2107  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     2108    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     2109$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    15722110   { (exit 1); exit 1; }; }
    1573 
    1574 fi
    1575 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    1576 echo "${ECHO_T}$ac_cv_target" >&6
     2111fi
     2112
     2113fi
     2114{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     2115$as_echo "$ac_cv_target" >&6; }
     2116case $ac_cv_target in
     2117*-*-*) ;;
     2118*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     2119$as_echo "$as_me: error: invalid value of canonical target" >&2;}
     2120   { (exit 1); exit 1; }; };;
     2121esac
    15772122target=$ac_cv_target
    1578 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    1579 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    1580 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     2123ac_save_IFS=$IFS; IFS='-'
     2124set x $ac_cv_target
     2125shift
     2126target_cpu=$1
     2127target_vendor=$2
     2128shift; shift
     2129# Remember, the first character of IFS is used to create $*,
     2130# except with old shells:
     2131target_os=$*
     2132IFS=$ac_save_IFS
     2133case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
    15812134
    15822135
     
    15962149  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    15972150set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1598 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2151{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2152$as_echo_n "checking for $ac_word... " >&6; }
    16002153if test "${ac_cv_prog_CC+set}" = set; then
    1601   echo $ECHO_N "(cached) $ECHO_C" >&6
     2154  $as_echo_n "(cached) " >&6
    16022155else
    16032156  if test -n "$CC"; then
     
    16102163  test -z "$as_dir" && as_dir=.
    16112164  for ac_exec_ext in '' $ac_executable_extensions; do
    1612   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2165  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16132166    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1614     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2167    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16152168    break 2
    16162169  fi
    16172170done
    16182171done
     2172IFS=$as_save_IFS
    16192173
    16202174fi
     
    16222176CC=$ac_cv_prog_CC
    16232177if test -n "$CC"; then
    1624   echo "$as_me:$LINENO: result: $CC" >&5
    1625 echo "${ECHO_T}$CC" >&6
    1626 else
    1627   echo "$as_me:$LINENO: result: no" >&5
    1628 echo "${ECHO_T}no" >&6
    1629 fi
     2178  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2179$as_echo "$CC" >&6; }
     2180else
     2181  { $as_echo "$as_me:$LINENO: result: no" >&5
     2182$as_echo "no" >&6; }
     2183fi
     2184
    16302185
    16312186fi
     
    16342189  # Extract the first word of "gcc", so it can be a program name with args.
    16352190set dummy gcc; ac_word=$2
    1636 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2191{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2192$as_echo_n "checking for $ac_word... " >&6; }
    16382193if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1639   echo $ECHO_N "(cached) $ECHO_C" >&6
     2194  $as_echo_n "(cached) " >&6
    16402195else
    16412196  if test -n "$ac_ct_CC"; then
     
    16482203  test -z "$as_dir" && as_dir=.
    16492204  for ac_exec_ext in '' $ac_executable_extensions; do
    1650   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2205  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16512206    ac_cv_prog_ac_ct_CC="gcc"
    1652     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2207    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16532208    break 2
    16542209  fi
    16552210done
    16562211done
     2212IFS=$as_save_IFS
    16572213
    16582214fi
     
    16602216ac_ct_CC=$ac_cv_prog_ac_ct_CC
    16612217if test -n "$ac_ct_CC"; then
    1662   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1663 echo "${ECHO_T}$ac_ct_CC" >&6
    1664 else
    1665   echo "$as_me:$LINENO: result: no" >&5
    1666 echo "${ECHO_T}no" >&6
    1667 fi
    1668 
    1669   CC=$ac_ct_CC
     2218  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2219$as_echo "$ac_ct_CC" >&6; }
     2220else
     2221  { $as_echo "$as_me:$LINENO: result: no" >&5
     2222$as_echo "no" >&6; }
     2223fi
     2224
     2225  if test "x$ac_ct_CC" = x; then
     2226    CC=""
     2227  else
     2228    case $cross_compiling:$ac_tool_warned in
     2229yes:)
     2230{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2231$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2232ac_tool_warned=yes ;;
     2233esac
     2234    CC=$ac_ct_CC
     2235  fi
    16702236else
    16712237  CC="$ac_cv_prog_CC"
     
    16732239
    16742240if test -z "$CC"; then
    1675   if test -n "$ac_tool_prefix"; then
    1676   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     2241          if test -n "$ac_tool_prefix"; then
     2242    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    16772243set dummy ${ac_tool_prefix}cc; ac_word=$2
    1678 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1679 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2244{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2245$as_echo_n "checking for $ac_word... " >&6; }
    16802246if test "${ac_cv_prog_CC+set}" = set; then
    1681   echo $ECHO_N "(cached) $ECHO_C" >&6
     2247  $as_echo_n "(cached) " >&6
    16822248else
    16832249  if test -n "$CC"; then
     
    16902256  test -z "$as_dir" && as_dir=.
    16912257  for ac_exec_ext in '' $ac_executable_extensions; do
    1692   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2258  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16932259    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1694     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2260    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16952261    break 2
    16962262  fi
    16972263done
    16982264done
     2265IFS=$as_save_IFS
    16992266
    17002267fi
     
    17022269CC=$ac_cv_prog_CC
    17032270if test -n "$CC"; then
    1704   echo "$as_me:$LINENO: result: $CC" >&5
    1705 echo "${ECHO_T}$CC" >&6
    1706 else
    1707   echo "$as_me:$LINENO: result: no" >&5
    1708 echo "${ECHO_T}no" >&6
    1709 fi
    1710 
    1711 fi
    1712 if test -z "$ac_cv_prog_CC"; then
    1713   ac_ct_CC=$CC
    1714   # Extract the first word of "cc", so it can be a program name with args.
    1715 set dummy cc; ac_word=$2
    1716 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1718 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1719   echo $ECHO_N "(cached) $ECHO_C" >&6
    1720 else
    1721   if test -n "$ac_ct_CC"; then
    1722   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    1723 else
    1724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1725 for as_dir in $PATH
    1726 do
    1727   IFS=$as_save_IFS
    1728   test -z "$as_dir" && as_dir=.
    1729   for ac_exec_ext in '' $ac_executable_extensions; do
    1730   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    1731     ac_cv_prog_ac_ct_CC="cc"
    1732     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1733     break 2
     2271  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2272$as_echo "$CC" >&6; }
     2273else
     2274  { $as_echo "$as_me:$LINENO: result: no" >&5
     2275$as_echo "no" >&6; }
     2276fi
     2277
     2278
    17342279  fi
    1735 done
    1736 done
    1737 
    1738 fi
    1739 fi
    1740 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    1741 if test -n "$ac_ct_CC"; then
    1742   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1743 echo "${ECHO_T}$ac_ct_CC" >&6
    1744 else
    1745   echo "$as_me:$LINENO: result: no" >&5
    1746 echo "${ECHO_T}no" >&6
    1747 fi
    1748 
    1749   CC=$ac_ct_CC
    1750 else
    1751   CC="$ac_cv_prog_CC"
    1752 fi
    1753 
    17542280fi
    17552281if test -z "$CC"; then
    17562282  # Extract the first word of "cc", so it can be a program name with args.
    17572283set dummy cc; ac_word=$2
    1758 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2284{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2285$as_echo_n "checking for $ac_word... " >&6; }
    17602286if test "${ac_cv_prog_CC+set}" = set; then
    1761   echo $ECHO_N "(cached) $ECHO_C" >&6
     2287  $as_echo_n "(cached) " >&6
    17622288else
    17632289  if test -n "$CC"; then
     
    17712297  test -z "$as_dir" && as_dir=.
    17722298  for ac_exec_ext in '' $ac_executable_extensions; do
    1773   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2299  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17742300    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    17752301       ac_prog_rejected=yes
     
    17772303     fi
    17782304    ac_cv_prog_CC="cc"
    1779     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2305    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17802306    break 2
    17812307  fi
    17822308done
    17832309done
     2310IFS=$as_save_IFS
    17842311
    17852312if test $ac_prog_rejected = yes; then
     
    17992326CC=$ac_cv_prog_CC
    18002327if test -n "$CC"; then
    1801   echo "$as_me:$LINENO: result: $CC" >&5
    1802 echo "${ECHO_T}$CC" >&6
    1803 else
    1804   echo "$as_me:$LINENO: result: no" >&5
    1805 echo "${ECHO_T}no" >&6
    1806 fi
     2328  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2329$as_echo "$CC" >&6; }
     2330else
     2331  { $as_echo "$as_me:$LINENO: result: no" >&5
     2332$as_echo "no" >&6; }
     2333fi
     2334
    18072335
    18082336fi
    18092337if test -z "$CC"; then
    18102338  if test -n "$ac_tool_prefix"; then
    1811   for ac_prog in cl
     2339  for ac_prog in cl.exe
    18122340  do
    18132341    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    18142342set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1815 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2343{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2344$as_echo_n "checking for $ac_word... " >&6; }
    18172345if test "${ac_cv_prog_CC+set}" = set; then
    1818   echo $ECHO_N "(cached) $ECHO_C" >&6
     2346  $as_echo_n "(cached) " >&6
    18192347else
    18202348  if test -n "$CC"; then
     
    18272355  test -z "$as_dir" && as_dir=.
    18282356  for ac_exec_ext in '' $ac_executable_extensions; do
    1829   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2357  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18302358    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1831     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2359    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18322360    break 2
    18332361  fi
    18342362done
    18352363done
     2364IFS=$as_save_IFS
    18362365
    18372366fi
     
    18392368CC=$ac_cv_prog_CC
    18402369if test -n "$CC"; then
    1841   echo "$as_me:$LINENO: result: $CC" >&5
    1842 echo "${ECHO_T}$CC" >&6
    1843 else
    1844   echo "$as_me:$LINENO: result: no" >&5
    1845 echo "${ECHO_T}no" >&6
    1846 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
    18472377
    18482378    test -n "$CC" && break
     
    18512381if test -z "$CC"; then
    18522382  ac_ct_CC=$CC
    1853   for ac_prog in cl
     2383  for ac_prog in cl.exe
    18542384do
    18552385  # Extract the first word of "$ac_prog", so it can be a program name with args.
    18562386set dummy $ac_prog; ac_word=$2
    1857 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1858 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2387{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2388$as_echo_n "checking for $ac_word... " >&6; }
    18592389if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1860   echo $ECHO_N "(cached) $ECHO_C" >&6
     2390  $as_echo_n "(cached) " >&6
    18612391else
    18622392  if test -n "$ac_ct_CC"; then
     
    18692399  test -z "$as_dir" && as_dir=.
    18702400  for ac_exec_ext in '' $ac_executable_extensions; do
    1871   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2401  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18722402    ac_cv_prog_ac_ct_CC="$ac_prog"
    1873     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2403    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18742404    break 2
    18752405  fi
    18762406done
    18772407done
     2408IFS=$as_save_IFS
    18782409
    18792410fi
     
    18812412ac_ct_CC=$ac_cv_prog_ac_ct_CC
    18822413if test -n "$ac_ct_CC"; then
    1883   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1884 echo "${ECHO_T}$ac_ct_CC" >&6
    1885 else
    1886   echo "$as_me:$LINENO: result: no" >&5
    1887 echo "${ECHO_T}no" >&6
    1888 fi
     2414  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2415$as_echo "$ac_ct_CC" >&6; }
     2416else
     2417  { $as_echo "$as_me:$LINENO: result: no" >&5
     2418$as_echo "no" >&6; }
     2419fi
     2420
    18892421
    18902422  test -n "$ac_ct_CC" && break
    18912423done
    18922424
    1893   CC=$ac_ct_CC
    1894 fi
    1895 
    1896 fi
    1897 
    1898 
    1899 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2425  if test "x$ac_ct_CC" = x; then
     2426    CC=""
     2427  else
     2428    case $cross_compiling:$ac_tool_warned in
     2429yes:)
     2430{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2431$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2432ac_tool_warned=yes ;;
     2433esac
     2434    CC=$ac_ct_CC
     2435  fi
     2436fi
     2437
     2438fi
     2439
     2440
     2441test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2442$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2443{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    19002444See \`config.log' for more details." >&5
    1901 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2445$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    19022446See \`config.log' for more details." >&2;}
    1903    { (exit 1); exit 1; }; }
     2447   { (exit 1); exit 1; }; }; }
    19042448
    19052449# Provide some information about the compiler.
    1906 echo "$as_me:$LINENO:" \
    1907      "checking for C compiler version" >&5
    1908 ac_compiler=`set X $ac_compile; echo $2`
    1909 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    1910   (eval $ac_compiler --version </dev/null >&5) 2>&5
     2450$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2451set X $ac_compile
     2452ac_compiler=$2
     2453{ (ac_try="$ac_compiler --version >&5"
     2454case "(($ac_try" in
     2455  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2456  *) ac_try_echo=$ac_try;;
     2457esac
     2458eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2459$as_echo "$ac_try_echo") >&5
     2460  (eval "$ac_compiler --version >&5") 2>&5
    19112461  ac_status=$?
    1912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2462  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19132463  (exit $ac_status); }
    1914 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    1915   (eval $ac_compiler -v </dev/null >&5) 2>&5
     2464{ (ac_try="$ac_compiler -v >&5"
     2465case "(($ac_try" in
     2466  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2467  *) ac_try_echo=$ac_try;;
     2468esac
     2469eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2470$as_echo "$ac_try_echo") >&5
     2471  (eval "$ac_compiler -v >&5") 2>&5
    19162472  ac_status=$?
    1917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2473  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19182474  (exit $ac_status); }
    1919 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    1920   (eval $ac_compiler -V </dev/null >&5) 2>&5
     2475{ (ac_try="$ac_compiler -V >&5"
     2476case "(($ac_try" in
     2477  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2478  *) ac_try_echo=$ac_try;;
     2479esac
     2480eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2481$as_echo "$ac_try_echo") >&5
     2482  (eval "$ac_compiler -V >&5") 2>&5
    19212483  ac_status=$?
    1922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2484  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19232485  (exit $ac_status); }
    19242486
     
    19392501_ACEOF
    19402502ac_clean_files_save=$ac_clean_files
    1941 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2503ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    19422504# Try to create an executable without -o first, disregard a.out.
    19432505# It will help us diagnose broken compilers, and finding out an intuition
    19442506# of exeext.
    1945 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    1946 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
    1947 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    1948 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    1949   (eval $ac_link_default) 2>&5
     2507{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2508$as_echo_n "checking for C compiler default output file name... " >&6; }
     2509ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2510
     2511# The possible output files:
     2512ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2513
     2514ac_rmfiles=
     2515for ac_file in $ac_files
     2516do
     2517  case $ac_file in
     2518    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2519    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2520  esac
     2521done
     2522rm -f $ac_rmfiles
     2523
     2524if { (ac_try="$ac_link_default"
     2525case "(($ac_try" in
     2526  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2527  *) ac_try_echo=$ac_try;;
     2528esac
     2529eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2530$as_echo "$ac_try_echo") >&5
     2531  (eval "$ac_link_default") 2>&5
    19502532  ac_status=$?
    1951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2533  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19522534  (exit $ac_status); }; then
    1953   # Find the output, starting from the most likely.  This scheme is
    1954 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    1955 # resort.
    1956 
    1957 # Be careful to initialize this variable, since it used to be cached.
    1958 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    1959 ac_cv_exeext=
    1960 # b.out is created by i960 compilers.
    1961 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     2535  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     2536# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     2537# in a Makefile.  We should not override ac_cv_exeext if it was cached,
     2538# so that the user can short-circuit this test for compilers unknown to
     2539# Autoconf.
     2540for ac_file in $ac_files ''
    19622541do
    19632542  test -f "$ac_file" || continue
    19642543  case $ac_file in
    1965     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    1966     ;;
    1967     conftest.$ac_ext )
    1968     # This is the source file.
     2544    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    19692545    ;;
    19702546    [ab].out )
     
    19732549    break;;
    19742550    *.* )
    1975     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1976     # FIXME: I believe we export ac_cv_exeext for Libtool,
    1977     # but it would be cool to find out if it's true.  Does anybody
    1978     # maintain Libtool? --akim.
    1979     export ac_cv_exeext
     2551        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2552    then :; else
     2553       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2554    fi
     2555    # We set ac_cv_exeext here because the later test for it is not
     2556    # safe: cross compilers may not add the suffix if given an `-o'
     2557    # argument, so we may need to know it at that point already.
     2558    # Even if this section looks crufty: it has the advantage of
     2559    # actually working.
    19802560    break;;
    19812561    * )
     
    19832563  esac
    19842564done
    1985 else
    1986   echo "$as_me: failed program was:" >&5
     2565test "$ac_cv_exeext" = no && ac_cv_exeext=
     2566
     2567else
     2568  ac_file=''
     2569fi
     2570
     2571{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2572$as_echo "$ac_file" >&6; }
     2573if test -z "$ac_file"; then
     2574  $as_echo "$as_me: failed program was:" >&5
    19872575sed 's/^/| /' conftest.$ac_ext >&5
    19882576
    1989 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2577{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2578$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2579{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    19902580See \`config.log' for more details." >&5
    1991 echo "$as_me: error: C compiler cannot create executables
     2581$as_echo "$as_me: error: C compiler cannot create executables
    19922582See \`config.log' for more details." >&2;}
    1993    { (exit 77); exit 77; }; }
     2583   { (exit 77); exit 77; }; }; }
    19942584fi
    19952585
    19962586ac_exeext=$ac_cv_exeext
    1997 echo "$as_me:$LINENO: result: $ac_file" >&5
    1998 echo "${ECHO_T}$ac_file" >&6
    1999 
    2000 # Check the compiler produces executables we can run.  If not, either
     2587
     2588# Check that the compiler produces executables we can run.  If not, either
    20012589# the compiler is broken, or we cross compile.
    2002 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2003 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     2590{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2591$as_echo_n "checking whether the C compiler works... " >&6; }
    20042592# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    20052593# If not cross compiling, check that we can run a simple program.
    20062594if test "$cross_compiling" != yes; then
    20072595  if { ac_try='./$ac_file'
    2008   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2009   (eval $ac_try) 2>&5
     2596  { (case "(($ac_try" in
     2597  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2598  *) ac_try_echo=$ac_try;;
     2599esac
     2600eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2601$as_echo "$ac_try_echo") >&5
     2602  (eval "$ac_try") 2>&5
    20102603  ac_status=$?
    2011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2604  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20122605  (exit $ac_status); }; }; then
    20132606    cross_compiling=no
     
    20162609    cross_compiling=yes
    20172610    else
    2018     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2611    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2612$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2613{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    20192614If you meant to cross compile, use \`--host'.
    20202615See \`config.log' for more details." >&5
    2021 echo "$as_me: error: cannot run C compiled programs.
     2616$as_echo "$as_me: error: cannot run C compiled programs.
    20222617If you meant to cross compile, use \`--host'.
    20232618See \`config.log' for more details." >&2;}
    2024    { (exit 1); exit 1; }; }
     2619   { (exit 1); exit 1; }; }; }
    20252620    fi
    20262621  fi
    20272622fi
    2028 echo "$as_me:$LINENO: result: yes" >&5
    2029 echo "${ECHO_T}yes" >&6
    2030 
    2031 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2623{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2624$as_echo "yes" >&6; }
     2625
     2626rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    20322627ac_clean_files=$ac_clean_files_save
    2033 # Check the compiler produces executables we can run.  If not, either
     2628# Check that the compiler produces executables we can run.  If not, either
    20342629# the compiler is broken, or we cross compile.
    2035 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2036 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    2037 echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2038 echo "${ECHO_T}$cross_compiling" >&6
    2039 
    2040 echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2041 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
    2042 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    2043   (eval $ac_link) 2>&5
     2630{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2631$as_echo_n "checking whether we are cross compiling... " >&6; }
     2632{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2633$as_echo "$cross_compiling" >&6; }
     2634
     2635{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2636$as_echo_n "checking for suffix of executables... " >&6; }
     2637if { (ac_try="$ac_link"
     2638case "(($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_link") 2>&5
    20442645  ac_status=$?
    2045   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2646  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20462647  (exit $ac_status); }; then
    20472648  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    20522653  test -f "$ac_file" || continue
    20532654  case $ac_file in
    2054     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     2655    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    20552656    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2056       export ac_cv_exeext
    20572657      break;;
    20582658    * ) break;;
     
    20602660done
    20612661else
    2062   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2662  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2663$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2664{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    20632665See \`config.log' for more details." >&5
    2064 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2666$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    20652667See \`config.log' for more details." >&2;}
    2066    { (exit 1); exit 1; }; }
     2668   { (exit 1); exit 1; }; }; }
    20672669fi
    20682670
    20692671rm -f conftest$ac_cv_exeext
    2070 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2071 echo "${ECHO_T}$ac_cv_exeext" >&6
     2672{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2673$as_echo "$ac_cv_exeext" >&6; }
    20722674
    20732675rm -f conftest.$ac_ext
    20742676EXEEXT=$ac_cv_exeext
    20752677ac_exeext=$EXEEXT
    2076 echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2077 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2678{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2679$as_echo_n "checking for suffix of object files... " >&6; }
    20782680if test "${ac_cv_objext+set}" = set; then
    2079   echo $ECHO_N "(cached) $ECHO_C" >&6
     2681  $as_echo_n "(cached) " >&6
    20802682else
    20812683  cat >conftest.$ac_ext <<_ACEOF
     
    20952697_ACEOF
    20962698rm -f conftest.o conftest.obj
    2097 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2098   (eval $ac_compile) 2>&5
     2699if { (ac_try="$ac_compile"
     2700case "(($ac_try" in
     2701  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2702  *) ac_try_echo=$ac_try;;
     2703esac
     2704eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2705$as_echo "$ac_try_echo") >&5
     2706  (eval "$ac_compile") 2>&5
    20992707  ac_status=$?
    2100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2708  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21012709  (exit $ac_status); }; then
    2102   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     2710  for ac_file in conftest.o conftest.obj conftest.*; do
     2711  test -f "$ac_file" || continue;
    21032712  case $ac_file in
    2104     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     2713    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    21052714    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    21062715       break;;
     
    21082717done
    21092718else
    2110   echo "$as_me: failed program was:" >&5
     2719  $as_echo "$as_me: failed program was:" >&5
    21112720sed 's/^/| /' conftest.$ac_ext >&5
    21122721
    2113 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2722{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2723$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2724{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    21142725See \`config.log' for more details." >&5
    2115 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2726$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    21162727See \`config.log' for more details." >&2;}
    2117    { (exit 1); exit 1; }; }
     2728   { (exit 1); exit 1; }; }; }
    21182729fi
    21192730
    21202731rm -f conftest.$ac_cv_objext conftest.$ac_ext
    21212732fi
    2122 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2123 echo "${ECHO_T}$ac_cv_objext" >&6
     2733{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2734$as_echo "$ac_cv_objext" >&6; }
    21242735OBJEXT=$ac_cv_objext
    21252736ac_objext=$OBJEXT
    2126 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2127 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2737{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2738$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    21282739if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2129   echo $ECHO_N "(cached) $ECHO_C" >&6
     2740  $as_echo_n "(cached) " >&6
    21302741else
    21312742  cat >conftest.$ac_ext <<_ACEOF
     
    21482759_ACEOF
    21492760rm -f conftest.$ac_objext
    2150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2151   (eval $ac_compile) 2>conftest.er1
     2761if { (ac_try="$ac_compile"
     2762case "(($ac_try" in
     2763  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2764  *) ac_try_echo=$ac_try;;
     2765esac
     2766eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2767$as_echo "$ac_try_echo") >&5
     2768  (eval "$ac_compile") 2>conftest.er1
    21522769  ac_status=$?
    21532770  grep -v '^ *+' conftest.er1 >conftest.err
    21542771  rm -f conftest.er1
    21552772  cat conftest.err >&5
    2156   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2157   (exit $ac_status); } &&
    2158      { ac_try='test -z "$ac_c_werror_flag"
    2159              || test ! -s conftest.err'
    2160   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2161   (eval $ac_try) 2>&5
    2162   ac_status=$?
    2163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2164   (exit $ac_status); }; } &&
    2165      { ac_try='test -s conftest.$ac_objext'
    2166   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2167   (eval $ac_try) 2>&5
    2168   ac_status=$?
    2169   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2170   (exit $ac_status); }; }; then
     2773  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2774  (exit $ac_status); } && {
     2775     test -z "$ac_c_werror_flag" ||
     2776     test ! -s conftest.err
     2777       } && test -s conftest.$ac_objext; then
    21712778  ac_compiler_gnu=yes
    21722779else
    2173   echo "$as_me: failed program was:" >&5
     2780  $as_echo "$as_me: failed program was:" >&5
    21742781sed 's/^/| /' conftest.$ac_ext >&5
    21752782
    2176 ac_compiler_gnu=no
    2177 fi
    2178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2783    ac_compiler_gnu=no
     2784fi
     2785
     2786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    21792787ac_cv_c_compiler_gnu=$ac_compiler_gnu
    21802788
    21812789fi
    2182 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2183 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    2184 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2790{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2791$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2792if test $ac_compiler_gnu = yes; then
     2793  GCC=yes
     2794else
     2795  GCC=
     2796fi
    21852797ac_test_CFLAGS=${CFLAGS+set}
    21862798ac_save_CFLAGS=$CFLAGS
    2187 CFLAGS="-g"
    2188 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2189 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2799{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2800$as_echo_n "checking whether $CC accepts -g... " >&6; }
    21902801if test "${ac_cv_prog_cc_g+set}" = set; then
    2191   echo $ECHO_N "(cached) $ECHO_C" >&6
    2192 else
    2193   cat >conftest.$ac_ext <<_ACEOF
     2802  $as_echo_n "(cached) " >&6
     2803else
     2804  ac_save_c_werror_flag=$ac_c_werror_flag
     2805   ac_c_werror_flag=yes
     2806   ac_cv_prog_cc_g=no
     2807   CFLAGS="-g"
     2808   cat >conftest.$ac_ext <<_ACEOF
    21942809/* confdefs.h.  */
    21952810_ACEOF
     
    22072822_ACEOF
    22082823rm -f conftest.$ac_objext
    2209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2210   (eval $ac_compile) 2>conftest.er1
     2824if { (ac_try="$ac_compile"
     2825case "(($ac_try" in
     2826  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2827  *) ac_try_echo=$ac_try;;
     2828esac
     2829eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2830$as_echo "$ac_try_echo") >&5
     2831  (eval "$ac_compile") 2>conftest.er1
    22112832  ac_status=$?
    22122833  grep -v '^ *+' conftest.er1 >conftest.err
    22132834  rm -f conftest.er1
    22142835  cat conftest.err >&5
    2215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2216   (exit $ac_status); } &&
    2217      { ac_try='test -z "$ac_c_werror_flag"
    2218              || test ! -s conftest.err'
    2219   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2220   (eval $ac_try) 2>&5
     2836  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2837  (exit $ac_status); } && {
     2838     test -z "$ac_c_werror_flag" ||
     2839     test ! -s conftest.err
     2840       } && test -s conftest.$ac_objext; then
     2841  ac_cv_prog_cc_g=yes
     2842else
     2843  $as_echo "$as_me: failed program was:" >&5
     2844sed 's/^/| /' conftest.$ac_ext >&5
     2845
     2846    CFLAGS=""
     2847      cat >conftest.$ac_ext <<_ACEOF
     2848/* confdefs.h.  */
     2849_ACEOF
     2850cat confdefs.h >>conftest.$ac_ext
     2851cat >>conftest.$ac_ext <<_ACEOF
     2852/* end confdefs.h.  */
     2853
     2854int
     2855main ()
     2856{
     2857
     2858  ;
     2859  return 0;
     2860}
     2861_ACEOF
     2862rm -f conftest.$ac_objext
     2863if { (ac_try="$ac_compile"
     2864case "(($ac_try" in
     2865  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2866  *) ac_try_echo=$ac_try;;
     2867esac
     2868eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2869$as_echo "$ac_try_echo") >&5
     2870  (eval "$ac_compile") 2>conftest.er1
    22212871  ac_status=$?
    2222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2223   (exit $ac_status); }; } &&
    2224      { ac_try='test -s conftest.$ac_objext'
    2225   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2226   (eval $ac_try) 2>&5
     2872  grep -v '^ *+' conftest.er1 >conftest.err
     2873  rm -f conftest.er1
     2874  cat conftest.err >&5
     2875  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2876  (exit $ac_status); } && {
     2877     test -z "$ac_c_werror_flag" ||
     2878     test ! -s conftest.err
     2879       } && test -s conftest.$ac_objext; then
     2880  :
     2881else
     2882  $as_echo "$as_me: failed program was:" >&5
     2883sed 's/^/| /' conftest.$ac_ext >&5
     2884
     2885    ac_c_werror_flag=$ac_save_c_werror_flag
     2886     CFLAGS="-g"
     2887     cat >conftest.$ac_ext <<_ACEOF
     2888/* confdefs.h.  */
     2889_ACEOF
     2890cat confdefs.h >>conftest.$ac_ext
     2891cat >>conftest.$ac_ext <<_ACEOF
     2892/* end confdefs.h.  */
     2893
     2894int
     2895main ()
     2896{
     2897
     2898  ;
     2899  return 0;
     2900}
     2901_ACEOF
     2902rm -f conftest.$ac_objext
     2903if { (ac_try="$ac_compile"
     2904case "(($ac_try" in
     2905  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2906  *) ac_try_echo=$ac_try;;
     2907esac
     2908eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2909$as_echo "$ac_try_echo") >&5
     2910  (eval "$ac_compile") 2>conftest.er1
    22272911  ac_status=$?
    2228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2229   (exit $ac_status); }; }; then
     2912  grep -v '^ *+' conftest.er1 >conftest.err
     2913  rm -f conftest.er1
     2914  cat conftest.err >&5
     2915  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2916  (exit $ac_status); } && {
     2917     test -z "$ac_c_werror_flag" ||
     2918     test ! -s conftest.err
     2919       } && test -s conftest.$ac_objext; then
    22302920  ac_cv_prog_cc_g=yes
    22312921else
    2232   echo "$as_me: failed program was:" >&5
     2922  $as_echo "$as_me: failed program was:" >&5
    22332923sed 's/^/| /' conftest.$ac_ext >&5
    22342924
    2235 ac_cv_prog_cc_g=no
    2236 fi
    2237 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2238 fi
    2239 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2240 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
     2925
     2926fi
     2927
     2928rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2929fi
     2930
     2931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2932fi
     2933
     2934rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2935   ac_c_werror_flag=$ac_save_c_werror_flag
     2936fi
     2937{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2938$as_echo "$ac_cv_prog_cc_g" >&6; }
    22412939if test "$ac_test_CFLAGS" = set; then
    22422940  CFLAGS=$ac_save_CFLAGS
     
    22542952  fi
    22552953fi
    2256 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
    2257 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    2258 if test "${ac_cv_prog_cc_stdc+set}" = set; then
    2259   echo $ECHO_N "(cached) $ECHO_C" >&6
    2260 else
    2261   ac_cv_prog_cc_stdc=no
     2954{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2955$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2956if test "${ac_cv_prog_cc_c89+set}" = set; then
     2957  $as_echo_n "(cached) " >&6
     2958else
     2959  ac_cv_prog_cc_c89=no
    22622960ac_save_CC=$CC
    22632961cat >conftest.$ac_ext <<_ACEOF
     
    22932991   function prototypes and stuff, but not '\xHH' hex character constants.
    22942992   These don't provoke an error unfortunately, instead are silently treated
    2295    as 'x'.  The following induces an error, until -std1 is added to get
     2993   as 'x'.  The following induces an error, until -std is added to get
    22962994   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    22972995   array size at least.  It's necessary to write '\x00'==0 to get something
    2298    that's true only with -std1.  */
     2996   that's true only with -std.  */
    22992997int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     2998
     2999/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
     3000   inside strings and character constants.  */
     3001#define FOO(x) 'x'
     3002int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    23003003
    23013004int test (int i, double x);
     
    23133016}
    23143017_ACEOF
    2315 # Don't try gcc -ansi; that turns off useful extensions and
    2316 # breaks some systems' header files.
    2317 # AIX           -qlanglvl=ansi
    2318 # Ultrix and OSF/1  -std1
    2319 # HP-UX 10.20 and later -Ae
    2320 # HP-UX older versions  -Aa -D_HPUX_SOURCE
    2321 # SVR4          -Xc -D__EXTENSIONS__
    2322 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     3018for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
     3019    -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    23233020do
    23243021  CC="$ac_save_CC $ac_arg"
    23253022  rm -f conftest.$ac_objext
    2326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2327   (eval $ac_compile) 2>conftest.er1
     3023if { (ac_try="$ac_compile"
     3024case "(($ac_try" in
     3025  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3026  *) ac_try_echo=$ac_try;;
     3027esac
     3028eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3029$as_echo "$ac_try_echo") >&5
     3030  (eval "$ac_compile") 2>conftest.er1
    23283031  ac_status=$?
    23293032  grep -v '^ *+' conftest.er1 >conftest.err
    23303033  rm -f conftest.er1
    23313034  cat conftest.err >&5
    2332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2333   (exit $ac_status); } &&
    2334      { ac_try='test -z "$ac_c_werror_flag"
    2335              || test ! -s conftest.err'
    2336   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2337   (eval $ac_try) 2>&5
    2338   ac_status=$?
    2339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2340   (exit $ac_status); }; } &&
    2341      { ac_try='test -s conftest.$ac_objext'
    2342   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2343   (eval $ac_try) 2>&5
    2344   ac_status=$?
    2345   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2346   (exit $ac_status); }; }; then
    2347   ac_cv_prog_cc_stdc=$ac_arg
    2348 break
    2349 else
    2350   echo "$as_me: failed program was:" >&5
     3035  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3036  (exit $ac_status); } && {
     3037     test -z "$ac_c_werror_flag" ||
     3038     test ! -s conftest.err
     3039       } && test -s conftest.$ac_objext; then
     3040  ac_cv_prog_cc_c89=$ac_arg
     3041else
     3042  $as_echo "$as_me: failed program was:" >&5
    23513043sed 's/^/| /' conftest.$ac_ext >&5
    23523044
    2353 fi
    2354 rm -f conftest.err conftest.$ac_objext
     3045
     3046fi
     3047
     3048rm -f core conftest.err conftest.$ac_objext
     3049  test "x$ac_cv_prog_cc_c89" != "xno" && break
    23553050done
    2356 rm -f conftest.$ac_ext conftest.$ac_objext
     3051rm -f conftest.$ac_ext
    23573052CC=$ac_save_CC
    23583053
    23593054fi
    2360 
    2361 case "x$ac_cv_prog_cc_stdc" in
    2362   x|xno)
    2363     echo "$as_me:$LINENO: result: none needed" >&5
    2364 echo "${ECHO_T}none needed" >&6 ;;
     3055# AC_CACHE_VAL
     3056case "x$ac_cv_prog_cc_c89" in
     3057  x)
     3058    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3059$as_echo "none needed" >&6; } ;;
     3060  xno)
     3061    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3062$as_echo "unsupported" >&6; } ;;
    23653063  *)
    2366     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    2367 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    2368     CC="$CC $ac_cv_prog_cc_stdc" ;;
     3064    CC="$CC $ac_cv_prog_cc_c89"
     3065    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3066$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    23693067esac
    23703068
    2371 # Some people use a C++ compiler to compile C.  Since we use `exit',
    2372 # in C++ we need to declare it.  In case someone uses the same compiler
    2373 # for both compiling C and C++ we need to have the C++ compiler decide
    2374 # the declaration of exit, since it's the most demanding environment.
    2375 cat >conftest.$ac_ext <<_ACEOF
    2376 #ifndef __cplusplus
    2377   choke me
    2378 #endif
    2379 _ACEOF
    2380 rm -f conftest.$ac_objext
    2381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2382   (eval $ac_compile) 2>conftest.er1
    2383   ac_status=$?
    2384   grep -v '^ *+' conftest.er1 >conftest.err
    2385   rm -f conftest.er1
    2386   cat conftest.err >&5
    2387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2388   (exit $ac_status); } &&
    2389      { ac_try='test -z "$ac_c_werror_flag"
    2390              || test ! -s conftest.err'
    2391   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2392   (eval $ac_try) 2>&5
    2393   ac_status=$?
    2394   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2395   (exit $ac_status); }; } &&
    2396      { ac_try='test -s conftest.$ac_objext'
    2397   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2398   (eval $ac_try) 2>&5
    2399   ac_status=$?
    2400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2401   (exit $ac_status); }; }; then
    2402   for ac_declaration in \
    2403    '' \
    2404    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2405    'extern "C" void std::exit (int); using std::exit;' \
    2406    'extern "C" void exit (int) throw ();' \
    2407    'extern "C" void exit (int);' \
    2408    'void exit (int);'
    2409 do
    2410   cat >conftest.$ac_ext <<_ACEOF
    2411 /* confdefs.h.  */
    2412 _ACEOF
    2413 cat confdefs.h >>conftest.$ac_ext
    2414 cat >>conftest.$ac_ext <<_ACEOF
    2415 /* end confdefs.h.  */
    2416 $ac_declaration
    2417 #include <stdlib.h>
    2418 int
    2419 main ()
    2420 {
    2421 exit (42);
    2422   ;
    2423   return 0;
    2424 }
    2425 _ACEOF
    2426 rm -f conftest.$ac_objext
    2427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2428   (eval $ac_compile) 2>conftest.er1
    2429   ac_status=$?
    2430   grep -v '^ *+' conftest.er1 >conftest.err
    2431   rm -f conftest.er1
    2432   cat conftest.err >&5
    2433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2434   (exit $ac_status); } &&
    2435      { ac_try='test -z "$ac_c_werror_flag"
    2436              || test ! -s conftest.err'
    2437   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2438   (eval $ac_try) 2>&5
    2439   ac_status=$?
    2440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2441   (exit $ac_status); }; } &&
    2442      { ac_try='test -s conftest.$ac_objext'
    2443   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2444   (eval $ac_try) 2>&5
    2445   ac_status=$?
    2446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2447   (exit $ac_status); }; }; then
    2448   :
    2449 else
    2450   echo "$as_me: failed program was:" >&5
    2451 sed 's/^/| /' conftest.$ac_ext >&5
    2452 
    2453 continue
    2454 fi
    2455 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2456   cat >conftest.$ac_ext <<_ACEOF
    2457 /* confdefs.h.  */
    2458 _ACEOF
    2459 cat confdefs.h >>conftest.$ac_ext
    2460 cat >>conftest.$ac_ext <<_ACEOF
    2461 /* end confdefs.h.  */
    2462 $ac_declaration
    2463 int
    2464 main ()
    2465 {
    2466 exit (42);
    2467   ;
    2468   return 0;
    2469 }
    2470 _ACEOF
    2471 rm -f conftest.$ac_objext
    2472 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2473   (eval $ac_compile) 2>conftest.er1
    2474   ac_status=$?
    2475   grep -v '^ *+' conftest.er1 >conftest.err
    2476   rm -f conftest.er1
    2477   cat conftest.err >&5
    2478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2479   (exit $ac_status); } &&
    2480      { ac_try='test -z "$ac_c_werror_flag"
    2481              || test ! -s conftest.err'
    2482   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2483   (eval $ac_try) 2>&5
    2484   ac_status=$?
    2485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2486   (exit $ac_status); }; } &&
    2487      { ac_try='test -s conftest.$ac_objext'
    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); }; }; then
    2493   break
    2494 else
    2495   echo "$as_me: failed program was:" >&5
    2496 sed 's/^/| /' conftest.$ac_ext >&5
    2497 
    2498 fi
    2499 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2500 done
    2501 rm -f conftest*
    2502 if test -n "$ac_declaration"; then
    2503   echo '#ifdef __cplusplus' >>confdefs.h
    2504   echo $ac_declaration      >>confdefs.h
    2505   echo '#endif'             >>confdefs.h
    2506 fi
    2507 
    2508 else
    2509   echo "$as_me: failed program was:" >&5
    2510 sed 's/^/| /' conftest.$ac_ext >&5
    2511 
    2512 fi
    2513 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3069
    25143070ac_ext=c
    25153071ac_cpp='$CPP $CPPFLAGS'
     
    25233079ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    25243080ac_compiler_gnu=$ac_cv_c_compiler_gnu
    2525 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    2526 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
     3081{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3082$as_echo_n "checking how to run the C preprocessor... " >&6; }
    25273083# On Suns, sometimes $CPP names a directory.
    25283084if test -n "$CPP" && test -d "$CPP"; then
     
    25313087if test -z "$CPP"; then
    25323088  if test "${ac_cv_prog_CPP+set}" = set; then
    2533   echo $ECHO_N "(cached) $ECHO_C" >&6
     3089  $as_echo_n "(cached) " >&6
    25343090else
    25353091      # Double quotes because CPP needs to be expanded
     
    25583114             Syntax error
    25593115_ACEOF
    2560 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2561   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3116if { (ac_try="$ac_cpp conftest.$ac_ext"
     3117case "(($ac_try" in
     3118  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3119  *) ac_try_echo=$ac_try;;
     3120esac
     3121eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3122$as_echo "$ac_try_echo") >&5
     3123  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    25623124  ac_status=$?
    25633125  grep -v '^ *+' conftest.er1 >conftest.err
    25643126  rm -f conftest.er1
    25653127  cat conftest.err >&5
    2566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2567   (exit $ac_status); } >/dev/null; then
    2568   if test -s conftest.err; then
    2569     ac_cpp_err=$ac_c_preproc_warn_flag
    2570     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2571   else
    2572     ac_cpp_err=
    2573   fi
    2574 else
    2575   ac_cpp_err=yes
    2576 fi
    2577 if test -z "$ac_cpp_err"; then
     3128  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3129  (exit $ac_status); } >/dev/null && {
     3130     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3131     test ! -s conftest.err
     3132       }; then
    25783133  :
    25793134else
    2580   echo "$as_me: failed program was:" >&5
     3135  $as_echo "$as_me: failed program was:" >&5
    25813136sed 's/^/| /' conftest.$ac_ext >&5
    25823137
     
    25843139continue
    25853140fi
     3141
    25863142rm -f conftest.err conftest.$ac_ext
    25873143
    2588   # OK, works on sane cases.  Now check whether non-existent headers
     3144  # OK, works on sane cases.  Now check whether nonexistent headers
    25893145  # can be detected and how.
    25903146  cat >conftest.$ac_ext <<_ACEOF
     
    25963152#include <ac_nonexistent.h>
    25973153_ACEOF
    2598 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2599   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3154if { (ac_try="$ac_cpp conftest.$ac_ext"
     3155case "(($ac_try" in
     3156  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3157  *) ac_try_echo=$ac_try;;
     3158esac
     3159eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3160$as_echo "$ac_try_echo") >&5
     3161  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    26003162  ac_status=$?
    26013163  grep -v '^ *+' conftest.er1 >conftest.err
    26023164  rm -f conftest.er1
    26033165  cat conftest.err >&5
    2604   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2605   (exit $ac_status); } >/dev/null; then
    2606   if test -s conftest.err; then
    2607     ac_cpp_err=$ac_c_preproc_warn_flag
    2608     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2609   else
    2610     ac_cpp_err=
    2611   fi
    2612 else
    2613   ac_cpp_err=yes
    2614 fi
    2615 if test -z "$ac_cpp_err"; then
     3166  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3167  (exit $ac_status); } >/dev/null && {
     3168     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3169     test ! -s conftest.err
     3170       }; then
    26163171  # Broken: success on invalid input.
    26173172continue
    26183173else
    2619   echo "$as_me: failed program was:" >&5
     3174  $as_echo "$as_me: failed program was:" >&5
    26203175sed 's/^/| /' conftest.$ac_ext >&5
    26213176
     
    26243179break
    26253180fi
     3181
    26263182rm -f conftest.err conftest.$ac_ext
    26273183
     
    26413197  ac_cv_prog_CPP=$CPP
    26423198fi
    2643 echo "$as_me:$LINENO: result: $CPP" >&5
    2644 echo "${ECHO_T}$CPP" >&6
     3199{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3200$as_echo "$CPP" >&6; }
    26453201ac_preproc_ok=false
    26463202for ac_c_preproc_warn_flag in '' yes
     
    26653221             Syntax error
    26663222_ACEOF
    2667 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2668   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3223if { (ac_try="$ac_cpp conftest.$ac_ext"
     3224case "(($ac_try" in
     3225  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3226  *) ac_try_echo=$ac_try;;
     3227esac
     3228eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3229$as_echo "$ac_try_echo") >&5
     3230  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    26693231  ac_status=$?
    26703232  grep -v '^ *+' conftest.er1 >conftest.err
    26713233  rm -f conftest.er1
    26723234  cat conftest.err >&5
    2673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2674   (exit $ac_status); } >/dev/null; then
    2675   if test -s conftest.err; then
    2676     ac_cpp_err=$ac_c_preproc_warn_flag
    2677     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2678   else
    2679     ac_cpp_err=
    2680   fi
    2681 else
    2682   ac_cpp_err=yes
    2683 fi
    2684 if test -z "$ac_cpp_err"; then
     3235  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3236  (exit $ac_status); } >/dev/null && {
     3237     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3238     test ! -s conftest.err
     3239       }; then
    26853240  :
    26863241else
    2687   echo "$as_me: failed program was:" >&5
     3242  $as_echo "$as_me: failed program was:" >&5
    26883243sed 's/^/| /' conftest.$ac_ext >&5
    26893244
     
    26913246continue
    26923247fi
     3248
    26933249rm -f conftest.err conftest.$ac_ext
    26943250
    2695   # OK, works on sane cases.  Now check whether non-existent headers
     3251  # OK, works on sane cases.  Now check whether nonexistent headers
    26963252  # can be detected and how.
    26973253  cat >conftest.$ac_ext <<_ACEOF
     
    27033259#include <ac_nonexistent.h>
    27043260_ACEOF
    2705 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    2706   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3261if { (ac_try="$ac_cpp conftest.$ac_ext"
     3262case "(($ac_try" in
     3263  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3264  *) ac_try_echo=$ac_try;;
     3265esac
     3266eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3267$as_echo "$ac_try_echo") >&5
     3268  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    27073269  ac_status=$?
    27083270  grep -v '^ *+' conftest.er1 >conftest.err
    27093271  rm -f conftest.er1
    27103272  cat conftest.err >&5
    2711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2712   (exit $ac_status); } >/dev/null; then
    2713   if test -s conftest.err; then
    2714     ac_cpp_err=$ac_c_preproc_warn_flag
    2715     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    2716   else
    2717     ac_cpp_err=
    2718   fi
    2719 else
    2720   ac_cpp_err=yes
    2721 fi
    2722 if test -z "$ac_cpp_err"; then
     3273  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3274  (exit $ac_status); } >/dev/null && {
     3275     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3276     test ! -s conftest.err
     3277       }; then
    27233278  # Broken: success on invalid input.
    27243279continue
    27253280else
    2726   echo "$as_me: failed program was:" >&5
     3281  $as_echo "$as_me: failed program was:" >&5
    27273282sed 's/^/| /' conftest.$ac_ext >&5
    27283283
     
    27313286break
    27323287fi
     3288
    27333289rm -f conftest.err conftest.$ac_ext
    27343290
     
    27393295  :
    27403296else
    2741   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3297  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3298$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3299{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    27423300See \`config.log' for more details." >&5
    2743 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3301$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    27443302See \`config.log' for more details." >&2;}
    2745    { (exit 1); exit 1; }; }
     3303   { (exit 1); exit 1; }; }; }
    27463304fi
    27473305
     
    27653323# OS/2's system install, which has a completely different semantic
    27663324# ./install, which can be erroneously created by make from ./install.sh.
    2767 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    2768 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
     3325# Reject install programs that cannot install multiple files.
     3326{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3327$as_echo_n "checking for a BSD-compatible install... " >&6; }
    27693328if test -z "$INSTALL"; then
    27703329if test "${ac_cv_path_install+set}" = set; then
    2771   echo $ECHO_N "(cached) $ECHO_C" >&6
     3330  $as_echo_n "(cached) " >&6
    27723331else
    27733332  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    27883347    for ac_prog in ginstall scoinst install; do
    27893348      for ac_exec_ext in '' $ac_executable_extensions; do
    2790     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     3349    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
    27913350      if test $ac_prog = install &&
    27923351        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    27983357        :
    27993358      else
    2800         ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2801         break 3
     3359        rm -rf conftest.one conftest.two conftest.dir
     3360        echo one > conftest.one
     3361        echo two > conftest.two
     3362        mkdir conftest.dir
     3363        if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     3364          test -s conftest.one && test -s conftest.two &&
     3365          test -s conftest.dir/conftest.one &&
     3366          test -s conftest.dir/conftest.two
     3367        then
     3368          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3369          break 3
     3370        fi
    28023371      fi
    28033372    fi
     
    28063375    ;;
    28073376esac
     3377
    28083378done
    2809 
     3379IFS=$as_save_IFS
     3380
     3381rm -rf conftest.one conftest.two conftest.dir
    28103382
    28113383fi
     
    28133385    INSTALL=$ac_cv_path_install
    28143386  else
    2815     # As a last resort, use the slow shell script.  We don't cache a
    2816     # path for INSTALL within a source directory, because that will
     3387    # As a last resort, use the slow shell script.  Don't cache a
     3388    # value for INSTALL within a source directory, because that will
    28173389    # break other packages using the cache if that directory is
    2818     # removed, or if the path is relative.
     3390    # removed, or if the value is a relative name.
    28193391    INSTALL=$ac_install_sh
    28203392  fi
    28213393fi
    2822 echo "$as_me:$LINENO: result: $INSTALL" >&5
    2823 echo "${ECHO_T}$INSTALL" >&6
     3394{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     3395$as_echo "$INSTALL" >&6; }
    28243396
    28253397# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    28313403test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    28323404
    2833 # Check whether --enable-shared or --disable-shared was given.
     3405# Check whether --enable-shared was given.
    28343406if test "${enable_shared+set}" = set; then
    2835   enableval="$enable_shared"
    2836   p=${PACKAGE-default}
     3407  enableval=$enable_shared; p=${PACKAGE-default}
    28373408case $enableval in
    28383409yes) enable_shared=yes ;;
     
    28523423else
    28533424  enable_shared=yes
    2854 fi;
    2855 # Check whether --enable-static or --disable-static was given.
     3425fi
     3426
     3427# Check whether --enable-static was given.
    28563428if test "${enable_static+set}" = set; then
    2857   enableval="$enable_static"
    2858   p=${PACKAGE-default}
     3429  enableval=$enable_static; p=${PACKAGE-default}
    28593430case $enableval in
    28603431yes) enable_static=yes ;;
     
    28743445else
    28753446  enable_static=yes
    2876 fi;
    2877 # Check whether --enable-fast-install or --disable-fast-install was given.
     3447fi
     3448
     3449# Check whether --enable-fast-install was given.
    28783450if test "${enable_fast_install+set}" = set; then
    2879   enableval="$enable_fast_install"
    2880   p=${PACKAGE-default}
     3451  enableval=$enable_fast_install; p=${PACKAGE-default}
    28813452case $enableval in
    28823453yes) enable_fast_install=yes ;;
     
    28963467else
    28973468  enable_fast_install=yes
    2898 fi;
     3469fi
     3470
    28993471# Find the correct PATH separator.  Usually this is `:', but
    29003472# DJGPP uses `;' like DOS.
     
    29093481
    29103482
    2911 # Check whether --with-gnu-ld or --without-gnu-ld was given.
     3483# Check whether --with-gnu-ld was given.
    29123484if test "${with_gnu_ld+set}" = set; then
    2913   withval="$with_gnu_ld"
    2914   test "$withval" = no || with_gnu_ld=yes
     3485  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
    29153486else
    29163487  with_gnu_ld=no
    2917 fi;
     3488fi
     3489
    29183490ac_prog=ld
    29193491if test "$GCC" = yes; then
    29203492  # Check if gcc -print-prog-name=ld gives a path.
    2921   echo "$as_me:$LINENO: checking for ld used by GCC" >&5
    2922 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
     3493  { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5
     3494$as_echo_n "checking for ld used by GCC... " >&6; }
    29233495  case $host in
    29243496  *-*-mingw*)
     
    29493521  esac
    29503522elif test "$with_gnu_ld" = yes; then
    2951   echo "$as_me:$LINENO: checking for GNU ld" >&5
    2952 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
    2953 else
    2954   echo "$as_me:$LINENO: checking for non-GNU ld" >&5
    2955 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
     3523  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
     3524$as_echo_n "checking for GNU ld... " >&6; }
     3525else
     3526  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
     3527$as_echo_n "checking for non-GNU ld... " >&6; }
    29563528fi
    29573529if test "${lt_cv_path_LD+set}" = set; then
    2958   echo $ECHO_N "(cached) $ECHO_C" >&6
     3530  $as_echo_n "(cached) " >&6
    29593531else
    29603532  if test -z "$LD"; then
     
    29823554LD="$lt_cv_path_LD"
    29833555if test -n "$LD"; then
    2984   echo "$as_me:$LINENO: result: $LD" >&5
    2985 echo "${ECHO_T}$LD" >&6
    2986 else
    2987   echo "$as_me:$LINENO: result: no" >&5
    2988 echo "${ECHO_T}no" >&6
    2989 fi
    2990 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
    2991 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
     3556  { $as_echo "$as_me:$LINENO: result: $LD" >&5
     3557$as_echo "$LD" >&6; }
     3558else
     3559  { $as_echo "$as_me:$LINENO: result: no" >&5
     3560$as_echo "no" >&6; }
     3561fi
     3562test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
     3563$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
    29923564   { (exit 1); exit 1; }; }
    2993 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
    2994 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
     3565{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
     3566$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
    29953567if test "${lt_cv_prog_gnu_ld+set}" = set; then
    2996   echo $ECHO_N "(cached) $ECHO_C" >&6
     3568  $as_echo_n "(cached) " >&6
    29973569else
    29983570  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
     
    30033575fi
    30043576fi
    3005 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
    3006 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
     3577{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
     3578$as_echo "$lt_cv_prog_gnu_ld" >&6; }
    30073579with_gnu_ld=$lt_cv_prog_gnu_ld
    30083580
    30093581
    3010 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
    3011 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
     3582{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
     3583$as_echo_n "checking for $LD option to reload object files... " >&6; }
    30123584if test "${lt_cv_ld_reload_flag+set}" = set; then
    3013   echo $ECHO_N "(cached) $ECHO_C" >&6
     3585  $as_echo_n "(cached) " >&6
    30143586else
    30153587  lt_cv_ld_reload_flag='-r'
    30163588fi
    3017 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
    3018 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
     3589{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
     3590$as_echo "$lt_cv_ld_reload_flag" >&6; }
    30193591reload_flag=$lt_cv_ld_reload_flag
    30203592test -n "$reload_flag" && reload_flag=" $reload_flag"
    30213593
    3022 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
    3023 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
     3594{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
     3595$as_echo_n "checking for BSD-compatible nm... " >&6; }
    30243596if test "${lt_cv_path_NM+set}" = set; then
    3025   echo $ECHO_N "(cached) $ECHO_C" >&6
     3597  $as_echo_n "(cached) " >&6
    30263598else
    30273599  if test -n "$NM"; then
     
    30563628
    30573629NM="$lt_cv_path_NM"
    3058 echo "$as_me:$LINENO: result: $NM" >&5
    3059 echo "${ECHO_T}$NM" >&6
    3060 
    3061 echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3062 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
     3630{ $as_echo "$as_me:$LINENO: result: $NM" >&5
     3631$as_echo "$NM" >&6; }
     3632
     3633{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3634$as_echo_n "checking whether ln -s works... " >&6; }
    30633635LN_S=$as_ln_s
    30643636if test "$LN_S" = "ln -s"; then
    3065   echo "$as_me:$LINENO: result: yes" >&5
    3066 echo "${ECHO_T}yes" >&6
    3067 else
    3068   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3069 echo "${ECHO_T}no, using $LN_S" >&6
    3070 fi
    3071 
    3072 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
    3073 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
     3637  { $as_echo "$as_me:$LINENO: result: yes" >&5
     3638$as_echo "yes" >&6; }
     3639else
     3640  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3641$as_echo "no, using $LN_S" >&6; }
     3642fi
     3643
     3644{ $as_echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
     3645$as_echo_n "checking how to recognise dependant libraries... " >&6; }
    30743646if test "${lt_cv_deplibs_check_method+set}" = set; then
    3075   echo $ECHO_N "(cached) $ECHO_C" >&6
     3647  $as_echo_n "(cached) " >&6
    30763648else
    30773649  lt_cv_file_magic_cmd='$MAGIC_CMD'
     
    32483820
    32493821fi
    3250 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
    3251 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
     3822{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
     3823$as_echo "$lt_cv_deplibs_check_method" >&6; }
    32523824file_magic_cmd=$lt_cv_file_magic_cmd
    32533825deplibs_check_method=$lt_cv_deplibs_check_method
     
    32613833
    32623834# Check for command to grab the raw symbol name followed by C symbol from nm.
    3263 echo "$as_me:$LINENO: checking command to parse $NM output" >&5
    3264 echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
     3835{ $as_echo "$as_me:$LINENO: checking command to parse $NM output" >&5
     3836$as_echo_n "checking command to parse $NM output... " >&6; }
    32653837if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
    3266   echo $ECHO_N "(cached) $ECHO_C" >&6
     3838  $as_echo_n "(cached) " >&6
    32673839else
    32683840
     
    33453917  (eval $ac_compile) 2>&5
    33463918  ac_status=$?
    3347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3919  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33483920  (exit $ac_status); }; then
    33493921    # Now try to grab the symbols.
     
    33523924  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
    33533925  ac_status=$?
    3354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3926  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33553927  (exit $ac_status); } && test -s "$nlist"; then
    33563928      # Try sorting and uniquifying the output.
     
    34073979  (eval $ac_link) 2>&5
    34083980  ac_status=$?
    3409   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3981  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34103982  (exit $ac_status); } && test -s conftest; then
    34113983        pipe_works=yes
     
    34484020if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
    34494021then
    3450   echo "$as_me:$LINENO: result: failed" >&5
    3451 echo "${ECHO_T}failed" >&6
    3452 else
    3453   echo "$as_me:$LINENO: result: ok" >&5
    3454 echo "${ECHO_T}ok" >&6
    3455 fi
    3456 
    3457 
    3458 echo "$as_me:$LINENO: checking for egrep" >&5
    3459 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    3460 if test "${ac_cv_prog_egrep+set}" = set; then
    3461   echo $ECHO_N "(cached) $ECHO_C" >&6
    3462 else
    3463   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
    3464     then ac_cv_prog_egrep='grep -E'
    3465     else ac_cv_prog_egrep='egrep'
     4022  { $as_echo "$as_me:$LINENO: result: failed" >&5
     4023$as_echo "failed" >&6; }
     4024else
     4025  { $as_echo "$as_me:$LINENO: result: ok" >&5
     4026$as_echo "ok" >&6; }
     4027fi
     4028
     4029
     4030{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4031$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     4032if test "${ac_cv_path_GREP+set}" = set; then
     4033  $as_echo_n "(cached) " >&6
     4034else
     4035  if test -z "$GREP"; then
     4036  ac_path_GREP_found=false
     4037  # Loop through the user's path and test for each of PROGNAME-LIST
     4038  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4039for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4040do
     4041  IFS=$as_save_IFS
     4042  test -z "$as_dir" && as_dir=.
     4043  for ac_prog in grep ggrep; do
     4044    for ac_exec_ext in '' $ac_executable_extensions; do
     4045      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4046      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4047# Check for GNU ac_path_GREP and select it if it is found.
     4048  # Check for GNU $ac_path_GREP
     4049case `"$ac_path_GREP" --version 2>&1` in
     4050*GNU*)
     4051  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
     4052*)
     4053  ac_count=0
     4054  $as_echo_n 0123456789 >"conftest.in"
     4055  while :
     4056  do
     4057    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4058    mv "conftest.tmp" "conftest.in"
     4059    cp "conftest.in" "conftest.nl"
     4060    $as_echo 'GREP' >> "conftest.nl"
     4061    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4062    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4063    ac_count=`expr $ac_count + 1`
     4064    if test $ac_count -gt ${ac_path_GREP_max-0}; then
     4065      # Best one so far, save it but keep looking for a better one
     4066      ac_cv_path_GREP="$ac_path_GREP"
     4067      ac_path_GREP_max=$ac_count
    34664068    fi
    3467 fi
    3468 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
    3469 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    3470  EGREP=$ac_cv_prog_egrep
    3471 
    3472 
    3473 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3474 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     4069    # 10*(2^10) chars as input seems more than enough
     4070    test $ac_count -gt 10 && break
     4071  done
     4072  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4073esac
     4074
     4075      $ac_path_GREP_found && break 3
     4076    done
     4077  done
     4078done
     4079IFS=$as_save_IFS
     4080  if test -z "$ac_cv_path_GREP"; then
     4081    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4082$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4083   { (exit 1); exit 1; }; }
     4084  fi
     4085else
     4086  ac_cv_path_GREP=$GREP
     4087fi
     4088
     4089fi
     4090{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4091$as_echo "$ac_cv_path_GREP" >&6; }
     4092 GREP="$ac_cv_path_GREP"
     4093
     4094
     4095{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     4096$as_echo_n "checking for egrep... " >&6; }
     4097if test "${ac_cv_path_EGREP+set}" = set; then
     4098  $as_echo_n "(cached) " >&6
     4099else
     4100  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
     4101   then ac_cv_path_EGREP="$GREP -E"
     4102   else
     4103     if test -z "$EGREP"; then
     4104  ac_path_EGREP_found=false
     4105  # Loop through the user's path and test for each of PROGNAME-LIST
     4106  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4107for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4108do
     4109  IFS=$as_save_IFS
     4110  test -z "$as_dir" && as_dir=.
     4111  for ac_prog in egrep; do
     4112    for ac_exec_ext in '' $ac_executable_extensions; do
     4113      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4114      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4115# Check for GNU ac_path_EGREP and select it if it is found.
     4116  # Check for GNU $ac_path_EGREP
     4117case `"$ac_path_EGREP" --version 2>&1` in
     4118*GNU*)
     4119  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
     4120*)
     4121  ac_count=0
     4122  $as_echo_n 0123456789 >"conftest.in"
     4123  while :
     4124  do
     4125    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4126    mv "conftest.tmp" "conftest.in"
     4127    cp "conftest.in" "conftest.nl"
     4128    $as_echo 'EGREP' >> "conftest.nl"
     4129    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4130    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4131    ac_count=`expr $ac_count + 1`
     4132    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
     4133      # Best one so far, save it but keep looking for a better one
     4134      ac_cv_path_EGREP="$ac_path_EGREP"
     4135      ac_path_EGREP_max=$ac_count
     4136    fi
     4137    # 10*(2^10) chars as input seems more than enough
     4138    test $ac_count -gt 10 && break
     4139  done
     4140  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4141esac
     4142
     4143      $ac_path_EGREP_found && break 3
     4144    done
     4145  done
     4146done
     4147IFS=$as_save_IFS
     4148  if test -z "$ac_cv_path_EGREP"; then
     4149    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4150$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4151   { (exit 1); exit 1; }; }
     4152  fi
     4153else
     4154  ac_cv_path_EGREP=$EGREP
     4155fi
     4156
     4157   fi
     4158fi
     4159{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4160$as_echo "$ac_cv_path_EGREP" >&6; }
     4161 EGREP="$ac_cv_path_EGREP"
     4162
     4163
     4164{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4165$as_echo_n "checking for ANSI C header files... " >&6; }
    34754166if test "${ac_cv_header_stdc+set}" = set; then
    3476   echo $ECHO_N "(cached) $ECHO_C" >&6
     4167  $as_echo_n "(cached) " >&6
    34774168else
    34784169  cat >conftest.$ac_ext <<_ACEOF
     
    34964187_ACEOF
    34974188rm -f conftest.$ac_objext
    3498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3499   (eval $ac_compile) 2>conftest.er1
     4189if { (ac_try="$ac_compile"
     4190case "(($ac_try" in
     4191  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4192  *) ac_try_echo=$ac_try;;
     4193esac
     4194eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4195$as_echo "$ac_try_echo") >&5
     4196  (eval "$ac_compile") 2>conftest.er1
    35004197  ac_status=$?
    35014198  grep -v '^ *+' conftest.er1 >conftest.err
    35024199  rm -f conftest.er1
    35034200  cat conftest.err >&5
    3504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3505   (exit $ac_status); } &&
    3506      { ac_try='test -z "$ac_c_werror_flag"
    3507              || test ! -s conftest.err'
    3508   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3509   (eval $ac_try) 2>&5
    3510   ac_status=$?
    3511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3512   (exit $ac_status); }; } &&
    3513      { ac_try='test -s conftest.$ac_objext'
    3514   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3515   (eval $ac_try) 2>&5
    3516   ac_status=$?
    3517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3518   (exit $ac_status); }; }; then
     4201  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4202  (exit $ac_status); } && {
     4203     test -z "$ac_c_werror_flag" ||
     4204     test ! -s conftest.err
     4205       } && test -s conftest.$ac_objext; then
    35194206  ac_cv_header_stdc=yes
    35204207else
    3521   echo "$as_me: failed program was:" >&5
     4208  $as_echo "$as_me: failed program was:" >&5
    35224209sed 's/^/| /' conftest.$ac_ext >&5
    35234210
    3524 ac_cv_header_stdc=no
    3525 fi
    3526 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4211    ac_cv_header_stdc=no
     4212fi
     4213
     4214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    35274215
    35284216if test $ac_cv_header_stdc = yes; then
     
    35804268/* end confdefs.h.  */
    35814269#include <ctype.h>
     4270#include <stdlib.h>
    35824271#if ((' ' & 0x0FF) == 0x020)
    35834272# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    35994288    if (XOR (islower (i), ISLOWER (i))
    36004289    || toupper (i) != TOUPPER (i))
    3601       exit(2);
    3602   exit (0);
     4290      return 2;
     4291  return 0;
    36034292}
    36044293_ACEOF
    36054294rm -f conftest$ac_exeext
    3606 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3607   (eval $ac_link) 2>&5
     4295if { (ac_try="$ac_link"
     4296case "(($ac_try" in
     4297  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4298  *) ac_try_echo=$ac_try;;
     4299esac
     4300eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4301$as_echo "$ac_try_echo") >&5
     4302  (eval "$ac_link") 2>&5
    36084303  ac_status=$?
    3609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4304  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36104305  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    3611   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3612   (eval $ac_try) 2>&5
     4306  { (case "(($ac_try" in
     4307  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4308  *) ac_try_echo=$ac_try;;
     4309esac
     4310eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4311$as_echo "$ac_try_echo") >&5
     4312  (eval "$ac_try") 2>&5
    36134313  ac_status=$?
    3614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4314  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36154315  (exit $ac_status); }; }; then
    36164316  :
    36174317else
    3618   echo "$as_me: program exited with status $ac_status" >&5
    3619 echo "$as_me: failed program was:" >&5
     4318  $as_echo "$as_me: program exited with status $ac_status" >&5
     4319$as_echo "$as_me: failed program was:" >&5
    36204320sed 's/^/| /' conftest.$ac_ext >&5
    36214321
     
    36234323ac_cv_header_stdc=no
    36244324fi
    3625 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    3626 fi
    3627 fi
    3628 fi
    3629 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    3630 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     4325rm -rf conftest.dSYM
     4326rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4327fi
     4328
     4329
     4330fi
     4331fi
     4332{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4333$as_echo "$ac_cv_header_stdc" >&6; }
    36314334if test $ac_cv_header_stdc = yes; then
    36324335
     
    36504353          inttypes.h stdint.h unistd.h
    36514354do
    3652 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    3653 echo "$as_me:$LINENO: checking for $ac_header" >&5
    3654 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    3655 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3656   echo $ECHO_N "(cached) $ECHO_C" >&6
     4355as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4356{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4357$as_echo_n "checking for $ac_header... " >&6; }
     4358if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4359  $as_echo_n "(cached) " >&6
    36574360else
    36584361  cat >conftest.$ac_ext <<_ACEOF
     
    36674370_ACEOF
    36684371rm -f conftest.$ac_objext
    3669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3670   (eval $ac_compile) 2>conftest.er1
     4372if { (ac_try="$ac_compile"
     4373case "(($ac_try" in
     4374  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4375  *) ac_try_echo=$ac_try;;
     4376esac
     4377eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4378$as_echo "$ac_try_echo") >&5
     4379  (eval "$ac_compile") 2>conftest.er1
    36714380  ac_status=$?
    36724381  grep -v '^ *+' conftest.er1 >conftest.err
    36734382  rm -f conftest.er1
    36744383  cat conftest.err >&5
    3675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3676   (exit $ac_status); } &&
    3677      { ac_try='test -z "$ac_c_werror_flag"
    3678              || test ! -s conftest.err'
    3679   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3680   (eval $ac_try) 2>&5
    3681   ac_status=$?
    3682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3683   (exit $ac_status); }; } &&
    3684      { ac_try='test -s conftest.$ac_objext'
    3685   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3686   (eval $ac_try) 2>&5
    3687   ac_status=$?
    3688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3689   (exit $ac_status); }; }; then
     4384  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4385  (exit $ac_status); } && {
     4386     test -z "$ac_c_werror_flag" ||
     4387     test ! -s conftest.err
     4388       } && test -s conftest.$ac_objext; then
    36904389  eval "$as_ac_Header=yes"
    36914390else
    3692   echo "$as_me: failed program was:" >&5
     4391  $as_echo "$as_me: failed program was:" >&5
    36934392sed 's/^/| /' conftest.$ac_ext >&5
    36944393
    3695 eval "$as_ac_Header=no"
    3696 fi
    3697 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    3698 fi
    3699 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    3700 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    3701 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4394    eval "$as_ac_Header=no"
     4395fi
     4396
     4397rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4398fi
     4399ac_res=`eval 'as_val=${'$as_ac_Header'}
     4400         $as_echo "$as_val"'`
     4401           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4402$as_echo "$ac_res" >&6; }
     4403as_val=`eval 'as_val=${'$as_ac_Header'}
     4404         $as_echo "$as_val"'`
     4405   if test "x$as_val" = x""yes; then
    37024406  cat >>confdefs.h <<_ACEOF
    3703 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4407#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    37044408_ACEOF
    37054409
     
    37124416for ac_header in dlfcn.h
    37134417do
    3714 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    3715 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3716   echo "$as_me:$LINENO: checking for $ac_header" >&5
    3717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    3718 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3719   echo $ECHO_N "(cached) $ECHO_C" >&6
    3720 fi
    3721 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    3722 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     4418as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4419if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4420  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4421$as_echo_n "checking for $ac_header... " >&6; }
     4422if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4423  $as_echo_n "(cached) " >&6
     4424fi
     4425ac_res=`eval 'as_val=${'$as_ac_Header'}
     4426         $as_echo "$as_val"'`
     4427           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4428$as_echo "$ac_res" >&6; }
    37234429else
    37244430  # Is the header compilable?
    3725 echo "$as_me:$LINENO: checking $ac_header usability" >&5
    3726 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     4431{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4432$as_echo_n "checking $ac_header usability... " >&6; }
    37274433cat >conftest.$ac_ext <<_ACEOF
    37284434/* confdefs.h.  */
     
    37354441_ACEOF
    37364442rm -f conftest.$ac_objext
    3737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3738   (eval $ac_compile) 2>conftest.er1
     4443if { (ac_try="$ac_compile"
     4444case "(($ac_try" in
     4445  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4446  *) ac_try_echo=$ac_try;;
     4447esac
     4448eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4449$as_echo "$ac_try_echo") >&5
     4450  (eval "$ac_compile") 2>conftest.er1
    37394451  ac_status=$?
    37404452  grep -v '^ *+' conftest.er1 >conftest.err
    37414453  rm -f conftest.er1
    37424454  cat conftest.err >&5
    3743   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3744   (exit $ac_status); } &&
    3745      { ac_try='test -z "$ac_c_werror_flag"
    3746              || test ! -s conftest.err'
    3747   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3748   (eval $ac_try) 2>&5
    3749   ac_status=$?
    3750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3751   (exit $ac_status); }; } &&
    3752      { ac_try='test -s conftest.$ac_objext'
    3753   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3754   (eval $ac_try) 2>&5
    3755   ac_status=$?
    3756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3757   (exit $ac_status); }; }; then
     4455  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4456  (exit $ac_status); } && {
     4457     test -z "$ac_c_werror_flag" ||
     4458     test ! -s conftest.err
     4459       } && test -s conftest.$ac_objext; then
    37584460  ac_header_compiler=yes
    37594461else
    3760   echo "$as_me: failed program was:" >&5
     4462  $as_echo "$as_me: failed program was:" >&5
    37614463sed 's/^/| /' conftest.$ac_ext >&5
    37624464
    3763 ac_header_compiler=no
    3764 fi
    3765 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    3766 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    3767 echo "${ECHO_T}$ac_header_compiler" >&6
     4465    ac_header_compiler=no
     4466fi
     4467
     4468rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4469{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4470$as_echo "$ac_header_compiler" >&6; }
    37684471
    37694472# Is the header present?
    3770 echo "$as_me:$LINENO: checking $ac_header presence" >&5
    3771 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     4473{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4474$as_echo_n "checking $ac_header presence... " >&6; }
    37724475cat >conftest.$ac_ext <<_ACEOF
    37734476/* confdefs.h.  */
     
    37784481#include <$ac_header>
    37794482_ACEOF
    3780 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3781   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4483if { (ac_try="$ac_cpp conftest.$ac_ext"
     4484case "(($ac_try" in
     4485  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4486  *) ac_try_echo=$ac_try;;
     4487esac
     4488eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4489$as_echo "$ac_try_echo") >&5
     4490  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    37824491  ac_status=$?
    37834492  grep -v '^ *+' conftest.er1 >conftest.err
    37844493  rm -f conftest.er1
    37854494  cat conftest.err >&5
    3786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3787   (exit $ac_status); } >/dev/null; then
    3788   if test -s conftest.err; then
    3789     ac_cpp_err=$ac_c_preproc_warn_flag
    3790     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3791   else
    3792     ac_cpp_err=
    3793   fi
    3794 else
    3795   ac_cpp_err=yes
    3796 fi
    3797 if test -z "$ac_cpp_err"; then
     4495  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4496  (exit $ac_status); } >/dev/null && {
     4497     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4498     test ! -s conftest.err
     4499       }; then
    37984500  ac_header_preproc=yes
    37994501else
    3800   echo "$as_me: failed program was:" >&5
     4502  $as_echo "$as_me: failed program was:" >&5
    38014503sed 's/^/| /' conftest.$ac_ext >&5
    38024504
    38034505  ac_header_preproc=no
    38044506fi
     4507
    38054508rm -f conftest.err conftest.$ac_ext
    3806 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    3807 echo "${ECHO_T}$ac_header_preproc" >&6
     4509{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4510$as_echo "$ac_header_preproc" >&6; }
    38084511
    38094512# So?  What about this header?
    38104513case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    38114514  yes:no: )
    3812     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    3813 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    3814     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    3815 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     4515    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     4516$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4517    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     4518$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    38164519    ac_header_preproc=yes
    38174520    ;;
    38184521  no:yes:* )
    3819     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    3820 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    3821     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    3822 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    3823     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    3824 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    3825     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    3826 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    3827     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    3828 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    3829     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    3830 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    3831     (
    3832       cat <<\_ASBOX
    3833 ## ------------------------------- ##
    3834 ## Report this to the gdbm lists.  ##
    3835 ## ------------------------------- ##
    3836 _ASBOX
    3837     ) |
    3838       sed "s/^/$as_me: WARNING:     /" >&2
     4522    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     4523$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     4524    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     4525$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     4526    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     4527$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     4528    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     4529$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4530    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4531$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4532    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     4533$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     4534
    38394535    ;;
    38404536esac
    3841 echo "$as_me:$LINENO: checking for $ac_header" >&5
    3842 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    3843 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3844   echo $ECHO_N "(cached) $ECHO_C" >&6
     4537{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4538$as_echo_n "checking for $ac_header... " >&6; }
     4539if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4540  $as_echo_n "(cached) " >&6
    38454541else
    38464542  eval "$as_ac_Header=\$ac_header_preproc"
    38474543fi
    3848 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    3849 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    3850 
    3851 fi
    3852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4544ac_res=`eval 'as_val=${'$as_ac_Header'}
     4545         $as_echo "$as_val"'`
     4546           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4547$as_echo "$ac_res" >&6; }
     4548
     4549fi
     4550as_val=`eval 'as_val=${'$as_ac_Header'}
     4551         $as_echo "$as_val"'`
     4552   if test "x$as_val" = x""yes; then
    38534553  cat >>confdefs.h <<_ACEOF
    3854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4554#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    38554555_ACEOF
    38564556
     
    38674567file_magic*)
    38684568  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    3869     echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
    3870 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
     4569    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
     4570$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
    38714571if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    3872   echo $ECHO_N "(cached) $ECHO_C" >&6
     4572  $as_echo_n "(cached) " >&6
    38734573else
    38744574  case $MAGIC_CMD in
     
    39224622MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
    39234623if test -n "$MAGIC_CMD"; then
    3924   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
    3925 echo "${ECHO_T}$MAGIC_CMD" >&6
    3926 else
    3927   echo "$as_me:$LINENO: result: no" >&5
    3928 echo "${ECHO_T}no" >&6
     4624  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
     4625$as_echo "$MAGIC_CMD" >&6; }
     4626else
     4627  { $as_echo "$as_me:$LINENO: result: no" >&5
     4628$as_echo "no" >&6; }
    39294629fi
    39304630
    39314631if test -z "$lt_cv_path_MAGIC_CMD"; then
    39324632  if test -n "$ac_tool_prefix"; then
    3933     echo "$as_me:$LINENO: checking for file" >&5
    3934 echo $ECHO_N "checking for file... $ECHO_C" >&6
     4633    { $as_echo "$as_me:$LINENO: checking for file" >&5
     4634$as_echo_n "checking for file... " >&6; }
    39354635if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
    3936   echo $ECHO_N "(cached) $ECHO_C" >&6
     4636  $as_echo_n "(cached) " >&6
    39374637else
    39384638  case $MAGIC_CMD in
     
    39864686MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
    39874687if test -n "$MAGIC_CMD"; then
    3988   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
    3989 echo "${ECHO_T}$MAGIC_CMD" >&6
    3990 else
    3991   echo "$as_me:$LINENO: result: no" >&5
    3992 echo "${ECHO_T}no" >&6
     4688  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
     4689$as_echo "$MAGIC_CMD" >&6; }
     4690else
     4691  { $as_echo "$as_me:$LINENO: result: no" >&5
     4692$as_echo "no" >&6; }
    39934693fi
    39944694
     
    40054705  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    40064706set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    4007 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4008 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4707{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4708$as_echo_n "checking for $ac_word... " >&6; }
    40094709if test "${ac_cv_prog_RANLIB+set}" = set; then
    4010   echo $ECHO_N "(cached) $ECHO_C" >&6
     4710  $as_echo_n "(cached) " >&6
    40114711else
    40124712  if test -n "$RANLIB"; then
     
    40194719  test -z "$as_dir" && as_dir=.
    40204720  for ac_exec_ext in '' $ac_executable_extensions; do
    4021   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4721  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40224722    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    4023     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4723    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40244724    break 2
    40254725  fi
    40264726done
    40274727done
     4728IFS=$as_save_IFS
    40284729
    40294730fi
     
    40314732RANLIB=$ac_cv_prog_RANLIB
    40324733if test -n "$RANLIB"; then
    4033   echo "$as_me:$LINENO: result: $RANLIB" >&5
    4034 echo "${ECHO_T}$RANLIB" >&6
    4035 else
    4036   echo "$as_me:$LINENO: result: no" >&5
    4037 echo "${ECHO_T}no" >&6
    4038 fi
     4734  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     4735$as_echo "$RANLIB" >&6; }
     4736else
     4737  { $as_echo "$as_me:$LINENO: result: no" >&5
     4738$as_echo "no" >&6; }
     4739fi
     4740
    40394741
    40404742fi
     
    40434745  # Extract the first word of "ranlib", so it can be a program name with args.
    40444746set dummy ranlib; ac_word=$2
    4045 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4747{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4748$as_echo_n "checking for $ac_word... " >&6; }
    40474749if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    4048   echo $ECHO_N "(cached) $ECHO_C" >&6
     4750  $as_echo_n "(cached) " >&6
    40494751else
    40504752  if test -n "$ac_ct_RANLIB"; then
     
    40574759  test -z "$as_dir" && as_dir=.
    40584760  for ac_exec_ext in '' $ac_executable_extensions; do
    4059   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4761  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40604762    ac_cv_prog_ac_ct_RANLIB="ranlib"
    4061     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4763    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40624764    break 2
    40634765  fi
    40644766done
    40654767done
    4066 
    4067   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     4768IFS=$as_save_IFS
     4769
    40684770fi
    40694771fi
    40704772ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    40714773if test -n "$ac_ct_RANLIB"; then
    4072   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    4073 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    4074 else
    4075   echo "$as_me:$LINENO: result: no" >&5
    4076 echo "${ECHO_T}no" >&6
    4077 fi
    4078 
    4079   RANLIB=$ac_ct_RANLIB
     4774  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     4775$as_echo "$ac_ct_RANLIB" >&6; }
     4776else
     4777  { $as_echo "$as_me:$LINENO: result: no" >&5
     4778$as_echo "no" >&6; }
     4779fi
     4780
     4781  if test "x$ac_ct_RANLIB" = x; then
     4782    RANLIB=":"
     4783  else
     4784    case $cross_compiling:$ac_tool_warned in
     4785yes:)
     4786{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4787$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4788ac_tool_warned=yes ;;
     4789esac
     4790    RANLIB=$ac_ct_RANLIB
     4791  fi
    40804792else
    40814793  RANLIB="$ac_cv_prog_RANLIB"
     
    40854797  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    40864798set dummy ${ac_tool_prefix}strip; ac_word=$2
    4087 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4088 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4799{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4800$as_echo_n "checking for $ac_word... " >&6; }
    40894801if test "${ac_cv_prog_STRIP+set}" = set; then
    4090   echo $ECHO_N "(cached) $ECHO_C" >&6
     4802  $as_echo_n "(cached) " >&6
    40914803else
    40924804  if test -n "$STRIP"; then
     
    40994811  test -z "$as_dir" && as_dir=.
    41004812  for ac_exec_ext in '' $ac_executable_extensions; do
    4101   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4813  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41024814    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    4103     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4815    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41044816    break 2
    41054817  fi
    41064818done
    41074819done
     4820IFS=$as_save_IFS
    41084821
    41094822fi
     
    41114824STRIP=$ac_cv_prog_STRIP
    41124825if test -n "$STRIP"; then
    4113   echo "$as_me:$LINENO: result: $STRIP" >&5
    4114 echo "${ECHO_T}$STRIP" >&6
    4115 else
    4116   echo "$as_me:$LINENO: result: no" >&5
    4117 echo "${ECHO_T}no" >&6
    4118 fi
     4826  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
     4827$as_echo "$STRIP" >&6; }
     4828else
     4829  { $as_echo "$as_me:$LINENO: result: no" >&5
     4830$as_echo "no" >&6; }
     4831fi
     4832
    41194833
    41204834fi
     
    41234837  # Extract the first word of "strip", so it can be a program name with args.
    41244838set dummy strip; ac_word=$2
    4125 echo "$as_me:$LINENO: checking for $ac_word" >&5
    4126 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4839{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4840$as_echo_n "checking for $ac_word... " >&6; }
    41274841if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    4128   echo $ECHO_N "(cached) $ECHO_C" >&6
     4842  $as_echo_n "(cached) " >&6
    41294843else
    41304844  if test -n "$ac_ct_STRIP"; then
     
    41374851  test -z "$as_dir" && as_dir=.
    41384852  for ac_exec_ext in '' $ac_executable_extensions; do
    4139   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4853  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41404854    ac_cv_prog_ac_ct_STRIP="strip"
    4141     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4855    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41424856    break 2
    41434857  fi
    41444858done
    41454859done
    4146 
    4147   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
     4860IFS=$as_save_IFS
     4861
    41484862fi
    41494863fi
    41504864ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    41514865if test -n "$ac_ct_STRIP"; then
    4152   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    4153 echo "${ECHO_T}$ac_ct_STRIP" >&6
    4154 else
    4155   echo "$as_me:$LINENO: result: no" >&5
    4156 echo "${ECHO_T}no" >&6
    4157 fi
    4158 
    4159   STRIP=$ac_ct_STRIP
     4866  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     4867$as_echo "$ac_ct_STRIP" >&6; }
     4868else
     4869  { $as_echo "$as_me:$LINENO: result: no" >&5
     4870$as_echo "no" >&6; }
     4871fi
     4872
     4873  if test "x$ac_ct_STRIP" = x; then
     4874    STRIP=":"
     4875  else
     4876    case $cross_compiling:$ac_tool_warned in
     4877yes:)
     4878{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4879$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4880ac_tool_warned=yes ;;
     4881esac
     4882    STRIP=$ac_ct_STRIP
     4883  fi
    41604884else
    41614885  STRIP="$ac_cv_prog_STRIP"
     
    41664890enable_win32_dll=no
    41674891
    4168 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
     4892# Check whether --enable-libtool-lock was given.
    41694893if test "${enable_libtool_lock+set}" = set; then
    4170   enableval="$enable_libtool_lock"
    4171 
    4172 fi;
     4894  enableval=$enable_libtool_lock;
     4895fi
     4896
    41734897test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
    41744898
     
    41784902*-*-irix6*)
    41794903  # Find out which ABI we are using.
    4180   echo '#line 4180 "configure"' > conftest.$ac_ext
     4904  echo '#line 4904 "configure"' > conftest.$ac_ext
    41814905  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    41824906  (eval $ac_compile) 2>&5
    41834907  ac_status=$?
    4184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4908  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41854909  (exit $ac_status); }; then
    41864910    case `/usr/bin/file conftest.$ac_objext` in
     
    42034927  SAVE_CFLAGS="$CFLAGS"
    42044928  CFLAGS="$CFLAGS -belf"
    4205   echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
    4206 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
     4929  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
     4930$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
    42074931if test "${lt_cv_cc_needs_belf+set}" = set; then
    4208   echo $ECHO_N "(cached) $ECHO_C" >&6
    4209 else
    4210 
     4932  $as_echo_n "(cached) " >&6
     4933else
    42114934
    42124935     ac_ext=c
     
    42324955_ACEOF
    42334956rm -f conftest.$ac_objext conftest$ac_exeext
    4234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4235   (eval $ac_link) 2>conftest.er1
     4957if { (ac_try="$ac_link"
     4958case "(($ac_try" in
     4959  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4960  *) ac_try_echo=$ac_try;;
     4961esac
     4962eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4963$as_echo "$ac_try_echo") >&5
     4964  (eval "$ac_link") 2>conftest.er1
    42364965  ac_status=$?
    42374966  grep -v '^ *+' conftest.er1 >conftest.err
    42384967  rm -f conftest.er1
    42394968  cat conftest.err >&5
    4240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4241   (exit $ac_status); } &&
    4242      { ac_try='test -z "$ac_c_werror_flag"
    4243              || test ! -s conftest.err'
    4244   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4245   (eval $ac_try) 2>&5
    4246   ac_status=$?
    4247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4248   (exit $ac_status); }; } &&
    4249      { ac_try='test -s conftest$ac_exeext'
    4250   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4251   (eval $ac_try) 2>&5
    4252   ac_status=$?
    4253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4254   (exit $ac_status); }; }; then
     4969  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4970  (exit $ac_status); } && {
     4971     test -z "$ac_c_werror_flag" ||
     4972     test ! -s conftest.err
     4973       } && test -s conftest$ac_exeext && {
     4974     test "$cross_compiling" = yes ||
     4975     $as_test_x conftest$ac_exeext
     4976       }; then
    42554977  lt_cv_cc_needs_belf=yes
    42564978else
    4257   echo "$as_me: failed program was:" >&5
     4979  $as_echo "$as_me: failed program was:" >&5
    42584980sed 's/^/| /' conftest.$ac_ext >&5
    42594981
    4260 lt_cv_cc_needs_belf=no
    4261 fi
    4262 rm -f conftest.err conftest.$ac_objext \
     4982    lt_cv_cc_needs_belf=no
     4983fi
     4984
     4985rm -rf conftest.dSYM
     4986rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    42634987      conftest$ac_exeext conftest.$ac_ext
    42644988     ac_ext=c
     
    42694993
    42704994fi
    4271 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
    4272 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
     4995{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
     4996$as_echo "$lt_cv_cc_needs_belf" >&6; }
    42734997  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
    42744998    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
     
    43725096## FIXME: this should be a separate macro
    43735097##
    4374 echo "$as_me:$LINENO: checking for objdir" >&5
    4375 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
     5098{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
     5099$as_echo_n "checking for objdir... " >&6; }
    43765100rm -f .libs 2>/dev/null
    43775101mkdir .libs 2>/dev/null
     
    43835107fi
    43845108rmdir .libs 2>/dev/null
    4385 echo "$as_me:$LINENO: result: $objdir" >&5
    4386 echo "${ECHO_T}$objdir" >&6
     5109{ $as_echo "$as_me:$LINENO: result: $objdir" >&5
     5110$as_echo "$objdir" >&6; }
    43875111##
    43885112## END FIXME
     
    43925116##
    43935117
    4394 # Check whether --with-pic or --without-pic was given.
     5118# Check whether --with-pic was given.
    43955119if test "${with_pic+set}" = set; then
    4396   withval="$with_pic"
    4397   pic_mode="$withval"
     5120  withval=$with_pic; pic_mode="$withval"
    43985121else
    43995122  pic_mode=default
    4400 fi;
     5123fi
     5124
    44015125test -z "$pic_mode" && pic_mode=default
    44025126
     
    44045128# in isolation, and that seeing it set (from the cache) indicates that
    44055129# the associated values are set (in the cache) correctly too.
    4406 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
    4407 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
     5130{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
     5131$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
    44085132if test "${lt_cv_prog_cc_pic+set}" = set; then
    4409   echo $ECHO_N "(cached) $ECHO_C" >&6
     5133  $as_echo_n "(cached) " >&6
    44105134else
    44115135   lt_cv_prog_cc_pic=
     
    45515275
    45525276if test -z "$lt_cv_prog_cc_pic"; then
    4553   echo "$as_me:$LINENO: result: none" >&5
    4554 echo "${ECHO_T}none" >&6
    4555 else
    4556   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
    4557 echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
     5277  { $as_echo "$as_me:$LINENO: result: none" >&5
     5278$as_echo "none" >&6; }
     5279else
     5280  { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
     5281$as_echo "$lt_cv_prog_cc_pic" >&6; }
    45585282
    45595283  # Check to make sure the pic_flag actually works.
    4560   echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
    4561 echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
     5284  { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
     5285$as_echo_n "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... " >&6; }
    45625286  if test "${lt_cv_prog_cc_pic_works+set}" = set; then
    4563   echo $ECHO_N "(cached) $ECHO_C" >&6
     5287  $as_echo_n "(cached) " >&6
    45645288else
    45655289      save_CFLAGS="$CFLAGS"
     
    45815305_ACEOF
    45825306rm -f conftest.$ac_objext
    4583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4584   (eval $ac_compile) 2>conftest.er1
     5307if { (ac_try="$ac_compile"
     5308case "(($ac_try" in
     5309  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5310  *) ac_try_echo=$ac_try;;
     5311esac
     5312eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5313$as_echo "$ac_try_echo") >&5
     5314  (eval "$ac_compile") 2>conftest.er1
    45855315  ac_status=$?
    45865316  grep -v '^ *+' conftest.er1 >conftest.err
    45875317  rm -f conftest.er1
    45885318  cat conftest.err >&5
    4589   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4590   (exit $ac_status); } &&
    4591      { ac_try='test -z "$ac_c_werror_flag"
    4592              || test ! -s conftest.err'
    4593   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4594   (eval $ac_try) 2>&5
    4595   ac_status=$?
    4596   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4597   (exit $ac_status); }; } &&
    4598      { ac_try='test -s conftest.$ac_objext'
    4599   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4600   (eval $ac_try) 2>&5
    4601   ac_status=$?
    4602   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4603   (exit $ac_status); }; }; then
     5319  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5320  (exit $ac_status); } && {
     5321     test -z "$ac_c_werror_flag" ||
     5322     test ! -s conftest.err
     5323       } && test -s conftest.$ac_objext; then
    46045324        case $host_os in
    46055325      hpux9* | hpux10* | hpux11*)
     
    46195339
    46205340else
    4621   echo "$as_me: failed program was:" >&5
     5341  $as_echo "$as_me: failed program was:" >&5
    46225342sed 's/^/| /' conftest.$ac_ext >&5
    46235343
    4624       lt_cv_prog_cc_pic_works=no
    4625 
    4626 fi
    4627 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5344          lt_cv_prog_cc_pic_works=no
     5345
     5346fi
     5347
     5348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    46285349    CFLAGS="$save_CFLAGS"
    46295350
     
    46385359  fi
    46395360
    4640   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
    4641 echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
     5361  { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
     5362$as_echo "$lt_cv_prog_cc_pic_works" >&6; }
    46425363fi
    46435364##
     
    46465367# Check for any special shared library compilation flags.
    46475368if test -n "$lt_cv_prog_cc_shlib"; then
    4648   { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
    4649 echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
     5369  { $as_echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
     5370$as_echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
    46505371  if echo "$old_CC $old_CFLAGS " | egrep -e "[  ]$lt_cv_prog_cc_shlib[  ]" >/dev/null; then :
    46515372  else
    4652    { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
    4653 echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
     5373   { $as_echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
     5374$as_echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
    46545375    lt_cv_prog_cc_can_build_shared=no
    46555376  fi
     
    46585379## FIXME: this should be a separate macro
    46595380##
    4660 echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
    4661 echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
     5381{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
     5382$as_echo_n "checking if $compiler static flag $lt_cv_prog_cc_static works... " >&6; }
    46625383if test "${lt_cv_prog_cc_static_works+set}" = set; then
    4663   echo $ECHO_N "(cached) $ECHO_C" >&6
     5384  $as_echo_n "(cached) " >&6
    46645385else
    46655386    lt_cv_prog_cc_static_works=no
     
    46825403_ACEOF
    46835404rm -f conftest.$ac_objext conftest$ac_exeext
    4684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4685   (eval $ac_link) 2>conftest.er1
     5405if { (ac_try="$ac_link"
     5406case "(($ac_try" in
     5407  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5408  *) ac_try_echo=$ac_try;;
     5409esac
     5410eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5411$as_echo "$ac_try_echo") >&5
     5412  (eval "$ac_link") 2>conftest.er1
    46865413  ac_status=$?
    46875414  grep -v '^ *+' conftest.er1 >conftest.err
    46885415  rm -f conftest.er1
    46895416  cat conftest.err >&5
    4690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4691   (exit $ac_status); } &&
    4692      { ac_try='test -z "$ac_c_werror_flag"
    4693              || test ! -s conftest.err'
    4694   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4695   (eval $ac_try) 2>&5
    4696   ac_status=$?
    4697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4698   (exit $ac_status); }; } &&
    4699      { ac_try='test -s conftest$ac_exeext'
    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); }; }; then
     5417  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5418  (exit $ac_status); } && {
     5419     test -z "$ac_c_werror_flag" ||
     5420     test ! -s conftest.err
     5421       } && test -s conftest$ac_exeext && {
     5422     test "$cross_compiling" = yes ||
     5423     $as_test_x conftest$ac_exeext
     5424       }; then
    47055425  lt_cv_prog_cc_static_works=yes
    47065426else
    4707   echo "$as_me: failed program was:" >&5
     5427  $as_echo "$as_me: failed program was:" >&5
    47085428sed 's/^/| /' conftest.$ac_ext >&5
    47095429
    4710 fi
    4711 rm -f conftest.err conftest.$ac_objext \
     5430
     5431fi
     5432
     5433rm -rf conftest.dSYM
     5434rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    47125435      conftest$ac_exeext conftest.$ac_ext
    47135436  LDFLAGS="$save_LDFLAGS"
     
    47185441# Belt *and* braces to stop my trousers falling down:
    47195442test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
    4720 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
    4721 echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
     5443{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
     5444$as_echo "$lt_cv_prog_cc_static_works" >&6; }
    47225445
    47235446pic_flag="$lt_cv_prog_cc_pic"
     
    47345457##
    47355458# Check to see if options -o and -c are simultaneously supported by compiler
    4736 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
    4737 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
     5459{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
     5460$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    47385461if test "${lt_cv_compiler_c_o+set}" = set; then
    4739   echo $ECHO_N "(cached) $ECHO_C" >&6
     5462  $as_echo_n "(cached) " >&6
    47405463else
    47415464
     
    47545477CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
    47555478compiler_c_o=no
    4756 if { (eval echo configure:4756: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
     5479if { (eval echo configure:5479: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
    47575480  # The compiler can only warn and ignore the option if not recognized
    47585481  # So say no if there are warnings
     
    47785501
    47795502compiler_c_o=$lt_cv_compiler_c_o
    4780 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
    4781 echo "${ECHO_T}$compiler_c_o" >&6
     5503{ $as_echo "$as_me:$LINENO: result: $compiler_c_o" >&5
     5504$as_echo "$compiler_c_o" >&6; }
    47825505
    47835506if test x"$compiler_c_o" = x"yes"; then
    47845507  # Check to see if we can write to a .lo
    4785   echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
    4786 echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
     5508  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
     5509$as_echo_n "checking if $compiler supports -c -o file.lo... " >&6; }
    47875510  if test "${lt_cv_compiler_o_lo+set}" = set; then
    4788   echo $ECHO_N "(cached) $ECHO_C" >&6
     5511  $as_echo_n "(cached) " >&6
    47895512else
    47905513
     
    48105533_ACEOF
    48115534rm -f conftest.$ac_objext
    4812 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4813   (eval $ac_compile) 2>conftest.er1
     5535if { (ac_try="$ac_compile"
     5536case "(($ac_try" in
     5537  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5538  *) ac_try_echo=$ac_try;;
     5539esac
     5540eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5541$as_echo "$ac_try_echo") >&5
     5542  (eval "$ac_compile") 2>conftest.er1
    48145543  ac_status=$?
    48155544  grep -v '^ *+' conftest.er1 >conftest.err
    48165545  rm -f conftest.er1
    48175546  cat conftest.err >&5
    4818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4819   (exit $ac_status); } &&
    4820      { ac_try='test -z "$ac_c_werror_flag"
    4821              || test ! -s conftest.err'
    4822   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4823   (eval $ac_try) 2>&5
    4824   ac_status=$?
    4825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4826   (exit $ac_status); }; } &&
    4827      { ac_try='test -s conftest.$ac_objext'
    4828   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4829   (eval $ac_try) 2>&5
    4830   ac_status=$?
    4831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4832   (exit $ac_status); }; }; then
     5547  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5548  (exit $ac_status); } && {
     5549     test -z "$ac_c_werror_flag" ||
     5550     test ! -s conftest.err
     5551       } && test -s conftest.$ac_objext; then
    48335552      # The compiler can only warn and ignore the option if not recognized
    48345553    # So say no if there are warnings
     
    48405559
    48415560else
    4842   echo "$as_me: failed program was:" >&5
     5561  $as_echo "$as_me: failed program was:" >&5
    48435562sed 's/^/| /' conftest.$ac_ext >&5
    48445563
    4845 fi
    4846 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5564
     5565fi
     5566
     5567rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    48475568  ac_objext="$save_objext"
    48485569  CFLAGS="$save_CFLAGS"
     
    48515572
    48525573  compiler_o_lo=$lt_cv_compiler_o_lo
    4853   echo "$as_me:$LINENO: result: $compiler_o_lo" >&5
    4854 echo "${ECHO_T}$compiler_o_lo" >&6
     5574  { $as_echo "$as_me:$LINENO: result: $compiler_o_lo" >&5
     5575$as_echo "$compiler_o_lo" >&6; }
    48555576else
    48565577  compiler_o_lo=no
     
    48655586if test "$compiler_c_o" = no && test "$need_locks" != no; then
    48665587  # do not overwrite the value of need_locks provided by the user
    4867   echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
    4868 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
     5588  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
     5589$as_echo_n "checking if we can lock with hard links... " >&6; }
    48695590  hard_links=yes
    48705591  $rm conftest*
     
    48735594  ln conftest.a conftest.b 2>&5 || hard_links=no
    48745595  ln conftest.a conftest.b 2>/dev/null && hard_links=no
    4875   echo "$as_me:$LINENO: result: $hard_links" >&5
    4876 echo "${ECHO_T}$hard_links" >&6
     5596  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
     5597$as_echo "$hard_links" >&6; }
    48775598  if test "$hard_links" = no; then
    4878     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
    4879 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
     5599    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
     5600$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
    48805601    need_locks=warn
    48815602  fi
     
    48905611if test "$GCC" = yes; then
    48915612  # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
    4892   echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
    4893 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
     5613  { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
     5614$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
    48945615  echo "int some_variable = 0;" > conftest.$ac_ext
    48955616  save_CFLAGS="$CFLAGS"
     
    49125633_ACEOF
    49135634rm -f conftest.$ac_objext
    4914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4915   (eval $ac_compile) 2>conftest.er1
     5635if { (ac_try="$ac_compile"
     5636case "(($ac_try" in
     5637  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5638  *) ac_try_echo=$ac_try;;
     5639esac
     5640eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5641$as_echo "$ac_try_echo") >&5
     5642  (eval "$ac_compile") 2>conftest.er1
    49165643  ac_status=$?
    49175644  grep -v '^ *+' conftest.er1 >conftest.err
    49185645  rm -f conftest.er1
    49195646  cat conftest.err >&5
    4920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4921   (exit $ac_status); } &&
    4922      { ac_try='test -z "$ac_c_werror_flag"
    4923              || test ! -s conftest.err'
    4924   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4925   (eval $ac_try) 2>&5
    4926   ac_status=$?
    4927   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4928   (exit $ac_status); }; } &&
    4929      { ac_try='test -s conftest.$ac_objext'
    4930   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4931   (eval $ac_try) 2>&5
    4932   ac_status=$?
    4933   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4934   (exit $ac_status); }; }; then
     5647  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5648  (exit $ac_status); } && {
     5649     test -z "$ac_c_werror_flag" ||
     5650     test ! -s conftest.err
     5651       } && test -s conftest.$ac_objext; then
    49355652      # The compiler can only warn and ignore the option if not recognized
    49365653    # So say no if there are warnings
     
    49425659
    49435660else
    4944   echo "$as_me: failed program was:" >&5
     5661  $as_echo "$as_me: failed program was:" >&5
    49455662sed 's/^/| /' conftest.$ac_ext >&5
    49465663
    4947 fi
    4948 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5664
     5665fi
     5666
     5667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    49495668  CFLAGS="$save_CFLAGS"
    4950   echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
    4951 echo "${ECHO_T}$compiler_rtti_exceptions" >&6
     5669  { $as_echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
     5670$as_echo "$compiler_rtti_exceptions" >&6; }
    49525671
    49535672  if test "$compiler_rtti_exceptions" = "yes"; then
     
    49635682##
    49645683# See if the linker supports building shared libraries.
    4965 echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
    4966 echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
     5684{ $as_echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
     5685$as_echo_n "checking whether the linker ($LD) supports shared libraries... " >&6; }
    49675686
    49685687allow_undefined_flag=
     
    56436362  esac
    56446363fi
    5645 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
    5646 echo "${ECHO_T}$ld_shlibs" >&6
     6364{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
     6365$as_echo "$ld_shlibs" >&6; }
    56476366test "$ld_shlibs" = no && can_build_shared=no
    56486367##
     
    56526371##
    56536372# Check hardcoding attributes.
    5654 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
    5655 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
     6373{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
     6374$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
    56566375hardcode_action=
    56576376if test -n "$hardcode_libdir_flag_spec" || \
     
    56766395  hardcode_action=unsupported
    56776396fi
    5678 echo "$as_me:$LINENO: result: $hardcode_action" >&5
    5679 echo "${ECHO_T}$hardcode_action" >&6
     6397{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
     6398$as_echo "$hardcode_action" >&6; }
    56806399##
    56816400## END FIXME
     
    56856404striplib=
    56866405old_striplib=
    5687 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
    5688 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
     6406{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
     6407$as_echo_n "checking whether stripping libraries is possible... " >&6; }
    56896408if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    56906409  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    56916410  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    5692   echo "$as_me:$LINENO: result: yes" >&5
    5693 echo "${ECHO_T}yes" >&6
    5694 else
    5695   echo "$as_me:$LINENO: result: no" >&5
    5696 echo "${ECHO_T}no" >&6
     6411  { $as_echo "$as_me:$LINENO: result: yes" >&5
     6412$as_echo "yes" >&6; }
     6413else
     6414  { $as_echo "$as_me:$LINENO: result: no" >&5
     6415$as_echo "no" >&6; }
    56976416fi
    56986417##
     
    57056424##
    57066425# PORTME Fill in your ld.so characteristics
    5707 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
    5708 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
     6426{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
     6427$as_echo_n "checking dynamic linker characteristics... " >&6; }
    57096428library_names_spec=
    57106429libname_spec='lib$name'
     
    60986817  ;;
    60996818esac
    6100 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
    6101 echo "${ECHO_T}$dynamic_linker" >&6
     6819{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
     6820$as_echo "$dynamic_linker" >&6; }
    61026821test "$dynamic_linker" = no && can_build_shared=no
    61036822##
     
    61076826##
    61086827# Report the final consequences.
    6109 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
    6110 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
    6111 echo "$as_me:$LINENO: result: $can_build_shared" >&5
    6112 echo "${ECHO_T}$can_build_shared" >&6
     6828{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
     6829$as_echo_n "checking if libtool supports shared libraries... " >&6; }
     6830{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
     6831$as_echo "$can_build_shared" >&6; }
    61136832##
    61146833## END FIXME
     
    61166835## FIXME: this should be a separate macro
    61176836##
    6118 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
    6119 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
     6837{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
     6838$as_echo_n "checking whether to build shared libraries... " >&6; }
    61206839test "$can_build_shared" = "no" && enable_shared=no
    61216840
     
    61376856  ;;
    61386857esac
    6139 echo "$as_me:$LINENO: result: $enable_shared" >&5
    6140 echo "${ECHO_T}$enable_shared" >&6
     6858{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
     6859$as_echo "$enable_shared" >&6; }
    61416860##
    61426861## END FIXME
     
    61446863## FIXME: this should be a separate macro
    61456864##
    6146 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
    6147 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
     6865{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
     6866$as_echo_n "checking whether to build static libraries... " >&6; }
    61486867# Make sure either enable_shared or enable_static is yes.
    61496868test "$enable_shared" = yes || enable_static=yes
    6150 echo "$as_me:$LINENO: result: $enable_static" >&5
    6151 echo "${ECHO_T}$enable_static" >&6
     6869{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
     6870$as_echo "$enable_static" >&6; }
    61526871##
    61536872## END FIXME
     
    61886907
    61896908  *)
    6190     echo "$as_me:$LINENO: checking for shl_load" >&5
    6191 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
     6909    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
     6910$as_echo_n "checking for shl_load... " >&6; }
    61926911if test "${ac_cv_func_shl_load+set}" = set; then
    6193   echo $ECHO_N "(cached) $ECHO_C" >&6
     6912  $as_echo_n "(cached) " >&6
    61946913else
    61956914  cat >conftest.$ac_ext <<_ACEOF
     
    62166935#undef shl_load
    62176936
    6218 /* Override any gcc2 internal prototype to avoid an error.  */
     6937/* Override any GCC internal prototype to avoid an error.
     6938   Use char because int might match the return type of a GCC
     6939   builtin and then its argument prototype would still apply.  */
    62196940#ifdef __cplusplus
    62206941extern "C"
    6221 {
    62226942#endif
    6223 /* We use char because int might match the return type of a gcc2
    6224    builtin and then its argument prototype would still apply.  */
    62256943char shl_load ();
    62266944/* The GNU C library defines this for functions which it implements
    62276945    to always fail with ENOSYS.  Some functions are actually named
    62286946    something starting with __ and the normal name is an alias.  */
    6229 #if defined (__stub_shl_load) || defined (__stub___shl_load)
     6947#if defined __stub_shl_load || defined __stub___shl_load
    62306948choke me
    6231 #else
    6232 char (*f) () = shl_load;
    6233 #endif
    6234 #ifdef __cplusplus
    6235 }
    62366949#endif
    62376950
     
    62396952main ()
    62406953{
    6241 return f != shl_load;
     6954return shl_load ();
    62426955  ;
    62436956  return 0;
     
    62456958_ACEOF
    62466959rm -f conftest.$ac_objext conftest$ac_exeext
    6247 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6248   (eval $ac_link) 2>conftest.er1
     6960if { (ac_try="$ac_link"
     6961case "(($ac_try" in
     6962  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6963  *) ac_try_echo=$ac_try;;
     6964esac
     6965eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6966$as_echo "$ac_try_echo") >&5
     6967  (eval "$ac_link") 2>conftest.er1
    62496968  ac_status=$?
    62506969  grep -v '^ *+' conftest.er1 >conftest.err
    62516970  rm -f conftest.er1
    62526971  cat conftest.err >&5
    6253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6254   (exit $ac_status); } &&
    6255      { ac_try='test -z "$ac_c_werror_flag"
    6256              || test ! -s conftest.err'
    6257   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6258   (eval $ac_try) 2>&5
    6259   ac_status=$?
    6260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6261   (exit $ac_status); }; } &&
    6262      { ac_try='test -s conftest$ac_exeext'
    6263   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6264   (eval $ac_try) 2>&5
    6265   ac_status=$?
    6266   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6267   (exit $ac_status); }; }; then
     6972  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6973  (exit $ac_status); } && {
     6974     test -z "$ac_c_werror_flag" ||
     6975     test ! -s conftest.err
     6976       } && test -s conftest$ac_exeext && {
     6977     test "$cross_compiling" = yes ||
     6978     $as_test_x conftest$ac_exeext
     6979       }; then
    62686980  ac_cv_func_shl_load=yes
    62696981else
    6270   echo "$as_me: failed program was:" >&5
     6982  $as_echo "$as_me: failed program was:" >&5
    62716983sed 's/^/| /' conftest.$ac_ext >&5
    62726984
    6273 ac_cv_func_shl_load=no
    6274 fi
    6275 rm -f conftest.err conftest.$ac_objext \
     6985    ac_cv_func_shl_load=no
     6986fi
     6987
     6988rm -rf conftest.dSYM
     6989rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62766990      conftest$ac_exeext conftest.$ac_ext
    62776991fi
    6278 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
    6279 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
    6280 if test $ac_cv_func_shl_load = yes; then
     6992{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     6993$as_echo "$ac_cv_func_shl_load" >&6; }
     6994if test "x$ac_cv_func_shl_load" = x""yes; then
    62816995  lt_cv_dlopen="shl_load"
    62826996else
    6283   echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6284 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
     6997  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6998$as_echo_n "checking for shl_load in -ldld... " >&6; }
    62856999if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6286   echo $ECHO_N "(cached) $ECHO_C" >&6
     7000  $as_echo_n "(cached) " >&6
    62877001else
    62887002  ac_check_lib_save_LIBS=$LIBS
     
    62957009/* end confdefs.h.  */
    62967010
    6297 /* Override any gcc2 internal prototype to avoid an error.  */
     7011/* Override any GCC internal prototype to avoid an error.
     7012   Use char because int might match the return type of a GCC
     7013   builtin and then its argument prototype would still apply.  */
    62987014#ifdef __cplusplus
    62997015extern "C"
    63007016#endif
    6301 /* We use char because int might match the return type of a gcc2
    6302    builtin and then its argument prototype would still apply.  */
    63037017char shl_load ();
    63047018int
    63057019main ()
    63067020{
    6307 shl_load ();
     7021return shl_load ();
    63087022  ;
    63097023  return 0;
     
    63117025_ACEOF
    63127026rm -f conftest.$ac_objext conftest$ac_exeext
    6313 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6314   (eval $ac_link) 2>conftest.er1
     7027if { (ac_try="$ac_link"
     7028case "(($ac_try" in
     7029  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7030  *) ac_try_echo=$ac_try;;
     7031esac
     7032eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7033$as_echo "$ac_try_echo") >&5
     7034  (eval "$ac_link") 2>conftest.er1
    63157035  ac_status=$?
    63167036  grep -v '^ *+' conftest.er1 >conftest.err
    63177037  rm -f conftest.er1
    63187038  cat conftest.err >&5
    6319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6320   (exit $ac_status); } &&
    6321      { ac_try='test -z "$ac_c_werror_flag"
    6322              || test ! -s conftest.err'
    6323   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6324   (eval $ac_try) 2>&5
    6325   ac_status=$?
    6326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6327   (exit $ac_status); }; } &&
    6328      { ac_try='test -s conftest$ac_exeext'
    6329   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6330   (eval $ac_try) 2>&5
    6331   ac_status=$?
    6332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6333   (exit $ac_status); }; }; then
     7039  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7040  (exit $ac_status); } && {
     7041     test -z "$ac_c_werror_flag" ||
     7042     test ! -s conftest.err
     7043       } && test -s conftest$ac_exeext && {
     7044     test "$cross_compiling" = yes ||
     7045     $as_test_x conftest$ac_exeext
     7046       }; then
    63347047  ac_cv_lib_dld_shl_load=yes
    63357048else
    6336   echo "$as_me: failed program was:" >&5
     7049  $as_echo "$as_me: failed program was:" >&5
    63377050sed 's/^/| /' conftest.$ac_ext >&5
    63387051
    6339 ac_cv_lib_dld_shl_load=no
    6340 fi
    6341 rm -f conftest.err conftest.$ac_objext \
     7052    ac_cv_lib_dld_shl_load=no
     7053fi
     7054
     7055rm -rf conftest.dSYM
     7056rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63427057      conftest$ac_exeext conftest.$ac_ext
    63437058LIBS=$ac_check_lib_save_LIBS
    63447059fi
    6345 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6346 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
    6347 if test $ac_cv_lib_dld_shl_load = yes; then
     7060{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     7061$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     7062if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
    63487063  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
    63497064else
    6350   echo "$as_me:$LINENO: checking for dlopen" >&5
    6351 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
     7065  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
     7066$as_echo_n "checking for dlopen... " >&6; }
    63527067if test "${ac_cv_func_dlopen+set}" = set; then
    6353   echo $ECHO_N "(cached) $ECHO_C" >&6
     7068  $as_echo_n "(cached) " >&6
    63547069else
    63557070  cat >conftest.$ac_ext <<_ACEOF
     
    63767091#undef dlopen
    63777092
    6378 /* Override any gcc2 internal prototype to avoid an error.  */
     7093/* Override any GCC internal prototype to avoid an error.
     7094   Use char because int might match the return type of a GCC
     7095   builtin and then its argument prototype would still apply.  */
    63797096#ifdef __cplusplus
    63807097extern "C"
    6381 {
    63827098#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.  */
    63857099char dlopen ();
    63867100/* The GNU C library defines this for functions which it implements
    63877101    to always fail with ENOSYS.  Some functions are actually named
    63887102    something starting with __ and the normal name is an alias.  */
    6389 #if defined (__stub_dlopen) || defined (__stub___dlopen)
     7103#if defined __stub_dlopen || defined __stub___dlopen
    63907104choke me
    6391 #else
    6392 char (*f) () = dlopen;
    6393 #endif
    6394 #ifdef __cplusplus
    6395 }
    63967105#endif
    63977106
     
    63997108main ()
    64007109{
    6401 return f != dlopen;
     7110return dlopen ();
    64027111  ;
    64037112  return 0;
     
    64057114_ACEOF
    64067115rm -f conftest.$ac_objext conftest$ac_exeext
    6407 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6408   (eval $ac_link) 2>conftest.er1
     7116if { (ac_try="$ac_link"
     7117case "(($ac_try" in
     7118  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7119  *) ac_try_echo=$ac_try;;
     7120esac
     7121eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7122$as_echo "$ac_try_echo") >&5
     7123  (eval "$ac_link") 2>conftest.er1
    64097124  ac_status=$?
    64107125  grep -v '^ *+' conftest.er1 >conftest.err
    64117126  rm -f conftest.er1
    64127127  cat conftest.err >&5
    6413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6414   (exit $ac_status); } &&
    6415      { ac_try='test -z "$ac_c_werror_flag"
    6416              || test ! -s conftest.err'
    6417   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6418   (eval $ac_try) 2>&5
    6419   ac_status=$?
    6420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6421   (exit $ac_status); }; } &&
    6422      { ac_try='test -s conftest$ac_exeext'
    6423   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6424   (eval $ac_try) 2>&5
    6425   ac_status=$?
    6426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6427   (exit $ac_status); }; }; then
     7128  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7129  (exit $ac_status); } && {
     7130     test -z "$ac_c_werror_flag" ||
     7131     test ! -s conftest.err
     7132       } && test -s conftest$ac_exeext && {
     7133     test "$cross_compiling" = yes ||
     7134     $as_test_x conftest$ac_exeext
     7135       }; then
    64287136  ac_cv_func_dlopen=yes
    64297137else
    6430   echo "$as_me: failed program was:" >&5
     7138  $as_echo "$as_me: failed program was:" >&5
    64317139sed 's/^/| /' conftest.$ac_ext >&5
    64327140
    6433 ac_cv_func_dlopen=no
    6434 fi
    6435 rm -f conftest.err conftest.$ac_objext \
     7141    ac_cv_func_dlopen=no
     7142fi
     7143
     7144rm -rf conftest.dSYM
     7145rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64367146      conftest$ac_exeext conftest.$ac_ext
    64377147fi
    6438 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
    6439 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
    6440 if test $ac_cv_func_dlopen = yes; then
     7148{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     7149$as_echo "$ac_cv_func_dlopen" >&6; }
     7150if test "x$ac_cv_func_dlopen" = x""yes; then
    64417151  lt_cv_dlopen="dlopen"
    64427152else
    6443   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    6444 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
     7153  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     7154$as_echo_n "checking for dlopen in -ldl... " >&6; }
    64457155if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    6446   echo $ECHO_N "(cached) $ECHO_C" >&6
     7156  $as_echo_n "(cached) " >&6
    64477157else
    64487158  ac_check_lib_save_LIBS=$LIBS
     
    64557165/* end confdefs.h.  */
    64567166
    6457 /* Override any gcc2 internal prototype to avoid an error.  */
     7167/* Override any GCC internal prototype to avoid an error.
     7168   Use char because int might match the return type of a GCC
     7169   builtin and then its argument prototype would still apply.  */
    64587170#ifdef __cplusplus
    64597171extern "C"
    64607172#endif
    6461 /* We use char because int might match the return type of a gcc2
    6462    builtin and then its argument prototype would still apply.  */
    64637173char dlopen ();
    64647174int
    64657175main ()
    64667176{
    6467 dlopen ();
     7177return dlopen ();
    64687178  ;
    64697179  return 0;
     
    64717181_ACEOF
    64727182rm -f conftest.$ac_objext conftest$ac_exeext
    6473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6474   (eval $ac_link) 2>conftest.er1
     7183if { (ac_try="$ac_link"
     7184case "(($ac_try" in
     7185  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7186  *) ac_try_echo=$ac_try;;
     7187esac
     7188eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7189$as_echo "$ac_try_echo") >&5
     7190  (eval "$ac_link") 2>conftest.er1
    64757191  ac_status=$?
    64767192  grep -v '^ *+' conftest.er1 >conftest.err
    64777193  rm -f conftest.er1
    64787194  cat conftest.err >&5
    6479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6480   (exit $ac_status); } &&
    6481      { ac_try='test -z "$ac_c_werror_flag"
    6482              || test ! -s conftest.err'
    6483   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6484   (eval $ac_try) 2>&5
    6485   ac_status=$?
    6486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6487   (exit $ac_status); }; } &&
    6488      { ac_try='test -s conftest$ac_exeext'
    6489   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6490   (eval $ac_try) 2>&5
    6491   ac_status=$?
    6492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6493   (exit $ac_status); }; }; then
     7195  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7196  (exit $ac_status); } && {
     7197     test -z "$ac_c_werror_flag" ||
     7198     test ! -s conftest.err
     7199       } && test -s conftest$ac_exeext && {
     7200     test "$cross_compiling" = yes ||
     7201     $as_test_x conftest$ac_exeext
     7202       }; then
    64947203  ac_cv_lib_dl_dlopen=yes
    64957204else
    6496   echo "$as_me: failed program was:" >&5
     7205  $as_echo "$as_me: failed program was:" >&5
    64977206sed 's/^/| /' conftest.$ac_ext >&5
    64987207
    6499 ac_cv_lib_dl_dlopen=no
    6500 fi
    6501 rm -f conftest.err conftest.$ac_objext \
     7208    ac_cv_lib_dl_dlopen=no
     7209fi
     7210
     7211rm -rf conftest.dSYM
     7212rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65027213      conftest$ac_exeext conftest.$ac_ext
    65037214LIBS=$ac_check_lib_save_LIBS
    65047215fi
    6505 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    6506 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
    6507 if test $ac_cv_lib_dl_dlopen = yes; then
     7216{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     7217$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
     7218if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
    65087219  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
    65097220else
    6510   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
    6511 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
     7221  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
     7222$as_echo_n "checking for dlopen in -lsvld... " >&6; }
    65127223if test "${ac_cv_lib_svld_dlopen+set}" = set; then
    6513   echo $ECHO_N "(cached) $ECHO_C" >&6
     7224  $as_echo_n "(cached) " >&6
    65147225else
    65157226  ac_check_lib_save_LIBS=$LIBS
     
    65227233/* end confdefs.h.  */
    65237234
    6524 /* Override any gcc2 internal prototype to avoid an error.  */
     7235/* Override any GCC internal prototype to avoid an error.
     7236   Use char because int might match the return type of a GCC
     7237   builtin and then its argument prototype would still apply.  */
    65257238#ifdef __cplusplus
    65267239extern "C"
    65277240#endif
    6528 /* We use char because int might match the return type of a gcc2
    6529    builtin and then its argument prototype would still apply.  */
    65307241char dlopen ();
    65317242int
    65327243main ()
    65337244{
    6534 dlopen ();
     7245return dlopen ();
    65357246  ;
    65367247  return 0;
     
    65387249_ACEOF
    65397250rm -f conftest.$ac_objext conftest$ac_exeext
    6540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6541   (eval $ac_link) 2>conftest.er1
     7251if { (ac_try="$ac_link"
     7252case "(($ac_try" in
     7253  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7254  *) ac_try_echo=$ac_try;;
     7255esac
     7256eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7257$as_echo "$ac_try_echo") >&5
     7258  (eval "$ac_link") 2>conftest.er1
    65427259  ac_status=$?
    65437260  grep -v '^ *+' conftest.er1 >conftest.err
    65447261  rm -f conftest.er1
    65457262  cat conftest.err >&5
    6546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6547   (exit $ac_status); } &&
    6548      { ac_try='test -z "$ac_c_werror_flag"
    6549              || test ! -s conftest.err'
    6550   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6551   (eval $ac_try) 2>&5
    6552   ac_status=$?
    6553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6554   (exit $ac_status); }; } &&
    6555      { ac_try='test -s conftest$ac_exeext'
    6556   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6557   (eval $ac_try) 2>&5
    6558   ac_status=$?
    6559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6560   (exit $ac_status); }; }; then
     7263  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7264  (exit $ac_status); } && {
     7265     test -z "$ac_c_werror_flag" ||
     7266     test ! -s conftest.err
     7267       } && test -s conftest$ac_exeext && {
     7268     test "$cross_compiling" = yes ||
     7269     $as_test_x conftest$ac_exeext
     7270       }; then
    65617271  ac_cv_lib_svld_dlopen=yes
    65627272else
    6563   echo "$as_me: failed program was:" >&5
     7273  $as_echo "$as_me: failed program was:" >&5
    65647274sed 's/^/| /' conftest.$ac_ext >&5
    65657275
    6566 ac_cv_lib_svld_dlopen=no
    6567 fi
    6568 rm -f conftest.err conftest.$ac_objext \
     7276    ac_cv_lib_svld_dlopen=no
     7277fi
     7278
     7279rm -rf conftest.dSYM
     7280rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65697281      conftest$ac_exeext conftest.$ac_ext
    65707282LIBS=$ac_check_lib_save_LIBS
    65717283fi
    6572 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
    6573 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
    6574 if test $ac_cv_lib_svld_dlopen = yes; then
     7284{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
     7285$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
     7286if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
    65757287  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
    65767288else
    6577   echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
    6578 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
     7289  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
     7290$as_echo_n "checking for dld_link in -ldld... " >&6; }
    65797291if test "${ac_cv_lib_dld_dld_link+set}" = set; then
    6580   echo $ECHO_N "(cached) $ECHO_C" >&6
     7292  $as_echo_n "(cached) " >&6
    65817293else
    65827294  ac_check_lib_save_LIBS=$LIBS
     
    65897301/* end confdefs.h.  */
    65907302
    6591 /* Override any gcc2 internal prototype to avoid an error.  */
     7303/* Override any GCC internal prototype to avoid an error.
     7304   Use char because int might match the return type of a GCC
     7305   builtin and then its argument prototype would still apply.  */
    65927306#ifdef __cplusplus
    65937307extern "C"
    65947308#endif
    6595 /* We use char because int might match the return type of a gcc2
    6596    builtin and then its argument prototype would still apply.  */
    65977309char dld_link ();
    65987310int
    65997311main ()
    66007312{
    6601 dld_link ();
     7313return dld_link ();
    66027314  ;
    66037315  return 0;
     
    66057317_ACEOF
    66067318rm -f conftest.$ac_objext conftest$ac_exeext
    6607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6608   (eval $ac_link) 2>conftest.er1
     7319if { (ac_try="$ac_link"
     7320case "(($ac_try" in
     7321  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7322  *) ac_try_echo=$ac_try;;
     7323esac
     7324eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7325$as_echo "$ac_try_echo") >&5
     7326  (eval "$ac_link") 2>conftest.er1
    66097327  ac_status=$?
    66107328  grep -v '^ *+' conftest.er1 >conftest.err
    66117329  rm -f conftest.er1
    66127330  cat conftest.err >&5
    6613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6614   (exit $ac_status); } &&
    6615      { ac_try='test -z "$ac_c_werror_flag"
    6616              || test ! -s conftest.err'
    6617   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6618   (eval $ac_try) 2>&5
    6619   ac_status=$?
    6620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6621   (exit $ac_status); }; } &&
    6622      { ac_try='test -s conftest$ac_exeext'
    6623   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6624   (eval $ac_try) 2>&5
    6625   ac_status=$?
    6626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6627   (exit $ac_status); }; }; then
     7331  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7332  (exit $ac_status); } && {
     7333     test -z "$ac_c_werror_flag" ||
     7334     test ! -s conftest.err
     7335       } && test -s conftest$ac_exeext && {
     7336     test "$cross_compiling" = yes ||
     7337     $as_test_x conftest$ac_exeext
     7338       }; then
    66287339  ac_cv_lib_dld_dld_link=yes
    66297340else
    6630   echo "$as_me: failed program was:" >&5
     7341  $as_echo "$as_me: failed program was:" >&5
    66317342sed 's/^/| /' conftest.$ac_ext >&5
    66327343
    6633 ac_cv_lib_dld_dld_link=no
    6634 fi
    6635 rm -f conftest.err conftest.$ac_objext \
     7344    ac_cv_lib_dld_dld_link=no
     7345fi
     7346
     7347rm -rf conftest.dSYM
     7348rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    66367349      conftest$ac_exeext conftest.$ac_ext
    66377350LIBS=$ac_check_lib_save_LIBS
    66387351fi
    6639 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
    6640 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
    6641 if test $ac_cv_lib_dld_dld_link = yes; then
     7352{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
     7353$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
     7354if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
    66427355  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
    66437356fi
     
    66787391    LIBS="$lt_cv_dlopen_libs $LIBS"
    66797392
    6680     echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
    6681 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
     7393    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
     7394$as_echo_n "checking whether a program can dlopen itself... " >&6; }
    66827395if test "${lt_cv_dlopen_self+set}" = set; then
    6683   echo $ECHO_N "(cached) $ECHO_C" >&6
     7396  $as_echo_n "(cached) " >&6
    66847397else
    66857398      if test "$cross_compiling" = yes; then :
     
    66897402  lt_status=$lt_dlunknown
    66907403  cat > conftest.$ac_ext <<EOF
    6691 #line 6691 "configure"
     7404#line 7404 "configure"
    66927405#include "confdefs.h"
    66937406
     
    67537466  (eval $ac_link) 2>&5
    67547467  ac_status=$?
    6755   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7468  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67567469  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
    67577470    (./conftest; exit; ) 2>/dev/null
     
    67717484
    67727485fi
    6773 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
    6774 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
     7486{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
     7487$as_echo "$lt_cv_dlopen_self" >&6; }
    67757488
    67767489    if test "x$lt_cv_dlopen_self" = xyes; then
    67777490      LDFLAGS="$LDFLAGS $link_static_flag"
    6778       echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
    6779 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
     7491      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
     7492$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
    67807493if test "${lt_cv_dlopen_self_static+set}" = set; then
    6781   echo $ECHO_N "(cached) $ECHO_C" >&6
     7494  $as_echo_n "(cached) " >&6
    67827495else
    67837496      if test "$cross_compiling" = yes; then :
     
    67877500  lt_status=$lt_dlunknown
    67887501  cat > conftest.$ac_ext <<EOF
    6789 #line 6789 "configure"
     7502#line 7502 "configure"
    67907503#include "confdefs.h"
    67917504
     
    68517564  (eval $ac_link) 2>&5
    68527565  ac_status=$?
    6853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7566  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68547567  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
    68557568    (./conftest; exit; ) 2>/dev/null
     
    68697582
    68707583fi
    6871 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
    6872 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
     7584{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
     7585$as_echo "$lt_cv_dlopen_self_static" >&6; }
    68737586    fi
    68747587
     
    69027615    # systems, -lgcc has to come before -lc. If gcc already passes -lc
    69037616    # to ld, don't add -lc before -lgcc.
    6904     echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
    6905 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
     7617    { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
     7618$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
    69067619    if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
    6907   echo $ECHO_N "(cached) $ECHO_C" >&6
     7620  $as_echo_n "(cached) " >&6
    69087621else
    69097622  $rm conftest*
     
    69137626  (eval $ac_compile) 2>&5
    69147627  ac_status=$?
    6915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7628  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69167629  (exit $ac_status); }; then
    69177630      soname=conftest
     
    69307643  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
    69317644  ac_status=$?
    6932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7645  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69337646  (exit $ac_status); }
    69347647      then
     
    69437656fi
    69447657
    6945     echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
    6946 echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
     7658    { $as_echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
     7659$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
    69477660    ;;
    69487661  esac
     
    75208233
    75218234
    7522 
    7523 
    75248235cat >>confdefs.h <<_ACEOF
    7525 #define COMPAT32BITFLAGS $COMPAT32BITFLAGS
    7526 _ACEOF
    7527 
    7528 
    7529 
    7530 
    7531 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
    7532 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     8236#define ARCH_DEP_FLAGS $ARCH_DEP_FLAGS
     8237_ACEOF
     8238
     8239
     8240
     8241
     8242{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     8243$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
    75338244if test "${ac_cv_c_const+set}" = set; then
    7534   echo $ECHO_N "(cached) $ECHO_C" >&6
     8245  $as_echo_n "(cached) " >&6
    75358246else
    75368247  cat >conftest.$ac_ext <<_ACEOF
     
    75488259  /* Ultrix mips cc rejects this.  */
    75498260  typedef int charset[2];
    7550   const charset x;
     8261  const charset cs;
    75518262  /* SunOS 4.1.1 cc rejects this.  */
    7552   char const *const *ccp;
    7553   char **p;
     8263  char const *const *pcpcc;
     8264  char **ppc;
    75548265  /* NEC SVR4.0.2 mips cc rejects this.  */
    75558266  struct point {int x, y;};
     
    75608271     expression */
    75618272  const char *g = "string";
    7562   ccp = &g + (g ? g-g : 0);
     8273  pcpcc = &g + (g ? g-g : 0);
    75638274  /* HPUX 7.0 cc rejects these. */
    7564   ++ccp;
    7565   p = (char**) ccp;
    7566   ccp = (char const *const *) p;
     8275  ++pcpcc;
     8276  ppc = (char**) pcpcc;
     8277  pcpcc = (char const *const *) ppc;
    75678278  { /* SCO 3.2v4 cc rejects this.  */
    75688279    char *t;
     
    75708281
    75718282    *t++ = 0;
     8283    if (s) return 0;
    75728284  }
    75738285  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     
    75888300  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    75898301    const int foo = 10;
     8302    if (!foo) return 0;
    75908303  }
     8304  return !cs[0] && !zero.x;
    75918305#endif
    75928306
     
    75968310_ACEOF
    75978311rm -f conftest.$ac_objext
    7598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7599   (eval $ac_compile) 2>conftest.er1
     8312if { (ac_try="$ac_compile"
     8313case "(($ac_try" in
     8314  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8315  *) ac_try_echo=$ac_try;;
     8316esac
     8317eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8318$as_echo "$ac_try_echo") >&5
     8319  (eval "$ac_compile") 2>conftest.er1
    76008320  ac_status=$?
    76018321  grep -v '^ *+' conftest.er1 >conftest.err
    76028322  rm -f conftest.er1
    76038323  cat conftest.err >&5
    7604   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7605   (exit $ac_status); } &&
    7606      { ac_try='test -z "$ac_c_werror_flag"
    7607              || test ! -s conftest.err'
    7608   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7609   (eval $ac_try) 2>&5
    7610   ac_status=$?
    7611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7612   (exit $ac_status); }; } &&
    7613      { ac_try='test -s conftest.$ac_objext'
    7614   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7615   (eval $ac_try) 2>&5
    7616   ac_status=$?
    7617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7618   (exit $ac_status); }; }; then
     8324  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8325  (exit $ac_status); } && {
     8326     test -z "$ac_c_werror_flag" ||
     8327     test ! -s conftest.err
     8328       } && test -s conftest.$ac_objext; then
    76198329  ac_cv_c_const=yes
    76208330else
    7621   echo "$as_me: failed program was:" >&5
     8331  $as_echo "$as_me: failed program was:" >&5
    76228332sed 's/^/| /' conftest.$ac_ext >&5
    76238333
    7624 ac_cv_c_const=no
    7625 fi
    7626 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7627 fi
    7628 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
    7629 echo "${ECHO_T}$ac_cv_c_const" >&6
     8334    ac_cv_c_const=no
     8335fi
     8336
     8337rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8338fi
     8339{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     8340$as_echo "$ac_cv_c_const" >&6; }
    76308341if test $ac_cv_c_const = no; then
    76318342
    76328343cat >>confdefs.h <<\_ACEOF
    7633 #define const
     8344#define const /**/
    76348345_ACEOF
    76358346
     
    76458356for ac_header in stdlib.h string.h sys/file.h unistd.h fcntl.h sys/types.h memory.y
    76468357do
    7647 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    7648 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    7649   echo "$as_me:$LINENO: checking for $ac_header" >&5
    7650 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    7651 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    7652   echo $ECHO_N "(cached) $ECHO_C" >&6
    7653 fi
    7654 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    7655 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     8358as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8359if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     8360  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     8361$as_echo_n "checking for $ac_header... " >&6; }
     8362if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     8363  $as_echo_n "(cached) " >&6
     8364fi
     8365ac_res=`eval 'as_val=${'$as_ac_Header'}
     8366         $as_echo "$as_val"'`
     8367           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     8368$as_echo "$ac_res" >&6; }
    76568369else
    76578370  # Is the header compilable?
    7658 echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7659 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     8371{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8372$as_echo_n "checking $ac_header usability... " >&6; }
    76608373cat >conftest.$ac_ext <<_ACEOF
    76618374/* confdefs.h.  */
     
    76688381_ACEOF
    76698382rm -f conftest.$ac_objext
    7670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7671   (eval $ac_compile) 2>conftest.er1
     8383if { (ac_try="$ac_compile"
     8384case "(($ac_try" in
     8385  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8386  *) ac_try_echo=$ac_try;;
     8387esac
     8388eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8389$as_echo "$ac_try_echo") >&5
     8390  (eval "$ac_compile") 2>conftest.er1
    76728391  ac_status=$?
    76738392  grep -v '^ *+' conftest.er1 >conftest.err
    76748393  rm -f conftest.er1
    76758394  cat conftest.err >&5
    7676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7677   (exit $ac_status); } &&
    7678      { ac_try='test -z "$ac_c_werror_flag"
    7679              || test ! -s conftest.err'
    7680   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7681   (eval $ac_try) 2>&5
    7682   ac_status=$?
    7683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7684   (exit $ac_status); }; } &&
    7685      { ac_try='test -s conftest.$ac_objext'
    7686   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7687   (eval $ac_try) 2>&5
    7688   ac_status=$?
    7689   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7690   (exit $ac_status); }; }; then
     8395  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8396  (exit $ac_status); } && {
     8397     test -z "$ac_c_werror_flag" ||
     8398     test ! -s conftest.err
     8399       } && test -s conftest.$ac_objext; then
    76918400  ac_header_compiler=yes
    76928401else
    7693   echo "$as_me: failed program was:" >&5
     8402  $as_echo "$as_me: failed program was:" >&5
    76948403sed 's/^/| /' conftest.$ac_ext >&5
    76958404
    7696 ac_header_compiler=no
    7697 fi
    7698 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7699 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7700 echo "${ECHO_T}$ac_header_compiler" >&6
     8405    ac_header_compiler=no
     8406fi
     8407
     8408rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8409{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8410$as_echo "$ac_header_compiler" >&6; }
    77018411
    77028412# Is the header present?
    7703 echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7704 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     8413{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     8414$as_echo_n "checking $ac_header presence... " >&6; }
    77058415cat >conftest.$ac_ext <<_ACEOF
    77068416/* confdefs.h.  */
     
    77118421#include <$ac_header>
    77128422_ACEOF
    7713 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    7714   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     8423if { (ac_try="$ac_cpp conftest.$ac_ext"
     8424case "(($ac_try" in
     8425  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8426  *) ac_try_echo=$ac_try;;
     8427esac
     8428eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8429$as_echo "$ac_try_echo") >&5
     8430  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    77158431  ac_status=$?
    77168432  grep -v '^ *+' conftest.er1 >conftest.err
    77178433  rm -f conftest.er1
    77188434  cat conftest.err >&5
    7719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7720   (exit $ac_status); } >/dev/null; then
    7721   if test -s conftest.err; then
    7722     ac_cpp_err=$ac_c_preproc_warn_flag
    7723     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    7724   else
    7725     ac_cpp_err=
    7726   fi
    7727 else
    7728   ac_cpp_err=yes
    7729 fi
    7730 if test -z "$ac_cpp_err"; then
     8435  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8436  (exit $ac_status); } >/dev/null && {
     8437     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     8438     test ! -s conftest.err
     8439       }; then
    77318440  ac_header_preproc=yes
    77328441else
    7733   echo "$as_me: failed program was:" >&5
     8442  $as_echo "$as_me: failed program was:" >&5
    77348443sed 's/^/| /' conftest.$ac_ext >&5
    77358444
    77368445  ac_header_preproc=no
    77378446fi
     8447
    77388448rm -f conftest.err conftest.$ac_ext
    7739 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7740 echo "${ECHO_T}$ac_header_preproc" >&6
     8449{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8450$as_echo "$ac_header_preproc" >&6; }
    77418451
    77428452# So?  What about this header?
    77438453case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    77448454  yes:no: )
    7745     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7746 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7747     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7748 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8455    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8456$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8457    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8458$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    77498459    ac_header_preproc=yes
    77508460    ;;
    77518461  no:yes:* )
    7752     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7753 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7754     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7755 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7756     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7757 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7758     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7759 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7760     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7761 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7762     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7763 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    7764     (
    7765       cat <<\_ASBOX
    7766 ## ------------------------------- ##
    7767 ## Report this to the gdbm lists.  ##
    7768 ## ------------------------------- ##
    7769 _ASBOX
    7770     ) |
    7771       sed "s/^/$as_me: WARNING:     /" >&2
     8462    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8463$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8464    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8465$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8466    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8467$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8468    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8469$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8470    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8471$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8472    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8473$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8474
    77728475    ;;
    77738476esac
    7774 echo "$as_me:$LINENO: checking for $ac_header" >&5
    7775 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    7776 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    7777   echo $ECHO_N "(cached) $ECHO_C" >&6
     8477{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     8478$as_echo_n "checking for $ac_header... " >&6; }
     8479if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     8480  $as_echo_n "(cached) " >&6
    77788481else
    77798482  eval "$as_ac_Header=\$ac_header_preproc"
    77808483fi
    7781 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    7782 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    7783 
    7784 fi
    7785 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     8484ac_res=`eval 'as_val=${'$as_ac_Header'}
     8485         $as_echo "$as_val"'`
     8486           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     8487$as_echo "$ac_res" >&6; }
     8488
     8489fi
     8490as_val=`eval 'as_val=${'$as_ac_Header'}
     8491         $as_echo "$as_val"'`
     8492   if test "x$as_val" = x""yes; then
    77868493  cat >>confdefs.h <<_ACEOF
    7787 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8494#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    77888495_ACEOF
    77898496
     
    77938500
    77948501
    7795 echo "$as_me:$LINENO: checking for main in -ldbm" >&5
    7796 echo $ECHO_N "checking for main in -ldbm... $ECHO_C" >&6
     8502{ $as_echo "$as_me:$LINENO: checking for main in -ldbm" >&5
     8503$as_echo_n "checking for main in -ldbm... " >&6; }
    77978504if test "${ac_cv_lib_dbm_main+set}" = set; then
    7798   echo $ECHO_N "(cached) $ECHO_C" >&6
     8505  $as_echo_n "(cached) " >&6
    77998506else
    78008507  ac_check_lib_save_LIBS=$LIBS
     
    78118518main ()
    78128519{
    7813 main ();
     8520return main ();
    78148521  ;
    78158522  return 0;
     
    78178524_ACEOF
    78188525rm -f conftest.$ac_objext conftest$ac_exeext
    7819 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7820   (eval $ac_link) 2>conftest.er1
     8526if { (ac_try="$ac_link"
     8527case "(($ac_try" in
     8528  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8529  *) ac_try_echo=$ac_try;;
     8530esac
     8531eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8532$as_echo "$ac_try_echo") >&5
     8533  (eval "$ac_link") 2>conftest.er1
    78218534  ac_status=$?
    78228535  grep -v '^ *+' conftest.er1 >conftest.err
    78238536  rm -f conftest.er1
    78248537  cat conftest.err >&5
    7825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7826   (exit $ac_status); } &&
    7827      { ac_try='test -z "$ac_c_werror_flag"
    7828              || test ! -s conftest.err'
    7829   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7830   (eval $ac_try) 2>&5
    7831   ac_status=$?
    7832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7833   (exit $ac_status); }; } &&
    7834      { ac_try='test -s conftest$ac_exeext'
    7835   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7836   (eval $ac_try) 2>&5
    7837   ac_status=$?
    7838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7839   (exit $ac_status); }; }; then
     8538  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8539  (exit $ac_status); } && {
     8540     test -z "$ac_c_werror_flag" ||
     8541     test ! -s conftest.err
     8542       } && test -s conftest$ac_exeext && {
     8543     test "$cross_compiling" = yes ||
     8544     $as_test_x conftest$ac_exeext
     8545       }; then
    78408546  ac_cv_lib_dbm_main=yes
    78418547else
    7842   echo "$as_me: failed program was:" >&5
     8548  $as_echo "$as_me: failed program was:" >&5
    78438549sed 's/^/| /' conftest.$ac_ext >&5
    78448550
    7845 ac_cv_lib_dbm_main=no
    7846 fi
    7847 rm -f conftest.err conftest.$ac_objext \
     8551    ac_cv_lib_dbm_main=no
     8552fi
     8553
     8554rm -rf conftest.dSYM
     8555rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    78488556      conftest$ac_exeext conftest.$ac_ext
    78498557LIBS=$ac_check_lib_save_LIBS
    78508558fi
    7851 echo "$as_me:$LINENO: result: $ac_cv_lib_dbm_main" >&5
    7852 echo "${ECHO_T}$ac_cv_lib_dbm_main" >&6
    7853 if test $ac_cv_lib_dbm_main = yes; then
     8559{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbm_main" >&5
     8560$as_echo "$ac_cv_lib_dbm_main" >&6; }
     8561if test "x$ac_cv_lib_dbm_main" = x""yes; then
    78548562  cat >>confdefs.h <<_ACEOF
    78558563#define HAVE_LIBDBM 1
     
    78618569
    78628570
    7863 echo "$as_me:$LINENO: checking for main in -lndbm" >&5
    7864 echo $ECHO_N "checking for main in -lndbm... $ECHO_C" >&6
     8571{ $as_echo "$as_me:$LINENO: checking for main in -lndbm" >&5
     8572$as_echo_n "checking for main in -lndbm... " >&6; }
    78658573if test "${ac_cv_lib_ndbm_main+set}" = set; then
    7866   echo $ECHO_N "(cached) $ECHO_C" >&6
     8574  $as_echo_n "(cached) " >&6
    78678575else
    78688576  ac_check_lib_save_LIBS=$LIBS
     
    78798587main ()
    78808588{
    7881 main ();
     8589return main ();
    78828590  ;
    78838591  return 0;
     
    78858593_ACEOF
    78868594rm -f conftest.$ac_objext conftest$ac_exeext
    7887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7888   (eval $ac_link) 2>conftest.er1
     8595if { (ac_try="$ac_link"
     8596case "(($ac_try" in
     8597  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8598  *) ac_try_echo=$ac_try;;
     8599esac
     8600eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8601$as_echo "$ac_try_echo") >&5
     8602  (eval "$ac_link") 2>conftest.er1
    78898603  ac_status=$?
    78908604  grep -v '^ *+' conftest.er1 >conftest.err
    78918605  rm -f conftest.er1
    78928606  cat conftest.err >&5
    7893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7894   (exit $ac_status); } &&
    7895      { ac_try='test -z "$ac_c_werror_flag"
    7896              || test ! -s conftest.err'
    7897   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7898   (eval $ac_try) 2>&5
    7899   ac_status=$?
    7900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7901   (exit $ac_status); }; } &&
    7902      { ac_try='test -s conftest$ac_exeext'
    7903   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7904   (eval $ac_try) 2>&5
    7905   ac_status=$?
    7906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7907   (exit $ac_status); }; }; then
     8607  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8608  (exit $ac_status); } && {
     8609     test -z "$ac_c_werror_flag" ||
     8610     test ! -s conftest.err
     8611       } && test -s conftest$ac_exeext && {
     8612     test "$cross_compiling" = yes ||
     8613     $as_test_x conftest$ac_exeext
     8614       }; then
    79088615  ac_cv_lib_ndbm_main=yes
    79098616else
    7910   echo "$as_me: failed program was:" >&5
     8617  $as_echo "$as_me: failed program was:" >&5
    79118618sed 's/^/| /' conftest.$ac_ext >&5
    79128619
    7913 ac_cv_lib_ndbm_main=no
    7914 fi
    7915 rm -f conftest.err conftest.$ac_objext \
     8620    ac_cv_lib_ndbm_main=no
     8621fi
     8622
     8623rm -rf conftest.dSYM
     8624rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    79168625      conftest$ac_exeext conftest.$ac_ext
    79178626LIBS=$ac_check_lib_save_LIBS
    79188627fi
    7919 echo "$as_me:$LINENO: result: $ac_cv_lib_ndbm_main" >&5
    7920 echo "${ECHO_T}$ac_cv_lib_ndbm_main" >&6
    7921 if test $ac_cv_lib_ndbm_main = yes; then
     8628{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ndbm_main" >&5
     8629$as_echo "$ac_cv_lib_ndbm_main" >&6; }
     8630if test "x$ac_cv_lib_ndbm_main" = x""yes; then
    79228631  cat >>confdefs.h <<_ACEOF
    79238632#define HAVE_LIBNDBM 1
     
    79358644for ac_func in rename ftruncate flock bcopy fsync
    79368645do
    7937 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7938 echo "$as_me:$LINENO: checking for $ac_func" >&5
    7939 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    7940 if eval "test \"\${$as_ac_var+set}\" = set"; then
    7941   echo $ECHO_N "(cached) $ECHO_C" >&6
     8646as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     8647{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     8648$as_echo_n "checking for $ac_func... " >&6; }
     8649if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     8650  $as_echo_n "(cached) " >&6
    79428651else
    79438652  cat >conftest.$ac_ext <<_ACEOF
     
    79648673#undef $ac_func
    79658674
    7966 /* Override any gcc2 internal prototype to avoid an error.  */
     8675/* Override any GCC internal prototype to avoid an error.
     8676   Use char because int might match the return type of a GCC
     8677   builtin and then its argument prototype would still apply.  */
    79678678#ifdef __cplusplus
    79688679extern "C"
    7969 {
    79708680#endif
    7971 /* We use char because int might match the return type of a gcc2
    7972    builtin and then its argument prototype would still apply.  */
    79738681char $ac_func ();
    79748682/* The GNU C library defines this for functions which it implements
    79758683    to always fail with ENOSYS.  Some functions are actually named
    79768684    something starting with __ and the normal name is an alias.  */
    7977 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     8685#if defined __stub_$ac_func || defined __stub___$ac_func
    79788686choke me
    7979 #else
    7980 char (*f) () = $ac_func;
    7981 #endif
    7982 #ifdef __cplusplus
    7983 }
    79848687#endif
    79858688
     
    79878690main ()
    79888691{
    7989 return f != $ac_func;
     8692return $ac_func ();
    79908693  ;
    79918694  return 0;
     
    79938696_ACEOF
    79948697rm -f conftest.$ac_objext conftest$ac_exeext
    7995 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7996   (eval $ac_link) 2>conftest.er1
     8698if { (ac_try="$ac_link"
     8699case "(($ac_try" in
     8700  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8701  *) ac_try_echo=$ac_try;;
     8702esac
     8703eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8704$as_echo "$ac_try_echo") >&5
     8705  (eval "$ac_link") 2>conftest.er1
    79978706  ac_status=$?
    79988707  grep -v '^ *+' conftest.er1 >conftest.err
    79998708  rm -f conftest.er1
    80008709  cat conftest.err >&5
    8001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8002   (exit $ac_status); } &&
    8003      { ac_try='test -z "$ac_c_werror_flag"
    8004              || test ! -s conftest.err'
    8005   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8006   (eval $ac_try) 2>&5
    8007   ac_status=$?
    8008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8009   (exit $ac_status); }; } &&
    8010      { ac_try='test -s conftest$ac_exeext'
    8011   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8012   (eval $ac_try) 2>&5
    8013   ac_status=$?
    8014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8015   (exit $ac_status); }; }; then
     8710  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8711  (exit $ac_status); } && {
     8712     test -z "$ac_c_werror_flag" ||
     8713     test ! -s conftest.err
     8714       } && test -s conftest$ac_exeext && {
     8715     test "$cross_compiling" = yes ||
     8716     $as_test_x conftest$ac_exeext
     8717       }; then
    80168718  eval "$as_ac_var=yes"
    80178719else
    8018   echo "$as_me: failed program was:" >&5
     8720  $as_echo "$as_me: failed program was:" >&5
    80198721sed 's/^/| /' conftest.$ac_ext >&5
    80208722
    8021 eval "$as_ac_var=no"
    8022 fi
    8023 rm -f conftest.err conftest.$ac_objext \
     8723    eval "$as_ac_var=no"
     8724fi
     8725
     8726rm -rf conftest.dSYM
     8727rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    80248728      conftest$ac_exeext conftest.$ac_ext
    80258729fi
    8026 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    8027 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    8028 if test `eval echo '${'$as_ac_var'}'` = yes; then
     8730ac_res=`eval 'as_val=${'$as_ac_var'}
     8731         $as_echo "$as_val"'`
     8732           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     8733$as_echo "$ac_res" >&6; }
     8734as_val=`eval 'as_val=${'$as_ac_var'}
     8735         $as_echo "$as_val"'`
     8736   if test "x$as_val" = x""yes; then
    80298737  cat >>confdefs.h <<_ACEOF
    8030 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     8738#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    80318739_ACEOF
    80328740
     
    80378745for ac_func in getopt
    80388746do
    8039 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    8040 echo "$as_me:$LINENO: checking for $ac_func" >&5
    8041 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    8042 if eval "test \"\${$as_ac_var+set}\" = set"; then
    8043   echo $ECHO_N "(cached) $ECHO_C" >&6
     8747as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     8748{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     8749$as_echo_n "checking for $ac_func... " >&6; }
     8750if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     8751  $as_echo_n "(cached) " >&6
    80448752else
    80458753  cat >conftest.$ac_ext <<_ACEOF
     
    80668774#undef $ac_func
    80678775
    8068 /* Override any gcc2 internal prototype to avoid an error.  */
     8776/* Override any GCC internal prototype to avoid an error.
     8777   Use char because int might match the return type of a GCC
     8778   builtin and then its argument prototype would still apply.  */
    80698779#ifdef __cplusplus
    80708780extern "C"
    8071 {
    80728781#endif
    8073 /* We use char because int might match the return type of a gcc2
    8074    builtin and then its argument prototype would still apply.  */
    80758782char $ac_func ();
    80768783/* The GNU C library defines this for functions which it implements
    80778784    to always fail with ENOSYS.  Some functions are actually named
    80788785    something starting with __ and the normal name is an alias.  */
    8079 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     8786#if defined __stub_$ac_func || defined __stub___$ac_func
    80808787choke me
    8081 #else
    8082 char (*f) () = $ac_func;
    8083 #endif
    8084 #ifdef __cplusplus
    8085 }
    80868788#endif
    80878789
     
    80898791main ()
    80908792{
    8091 return f != $ac_func;
     8793return $ac_func ();
    80928794  ;
    80938795  return 0;
     
    80958797_ACEOF
    80968798rm -f conftest.$ac_objext conftest$ac_exeext
    8097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8098   (eval $ac_link) 2>conftest.er1
     8799if { (ac_try="$ac_link"
     8800case "(($ac_try" in
     8801  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8802  *) ac_try_echo=$ac_try;;
     8803esac
     8804eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8805$as_echo "$ac_try_echo") >&5
     8806  (eval "$ac_link") 2>conftest.er1
    80998807  ac_status=$?
    81008808  grep -v '^ *+' conftest.er1 >conftest.err
    81018809  rm -f conftest.er1
    81028810  cat conftest.err >&5
    8103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8104   (exit $ac_status); } &&
    8105      { ac_try='test -z "$ac_c_werror_flag"
    8106              || test ! -s conftest.err'
    8107   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8108   (eval $ac_try) 2>&5
    8109   ac_status=$?
    8110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8111   (exit $ac_status); }; } &&
    8112      { ac_try='test -s conftest$ac_exeext'
    8113   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8114   (eval $ac_try) 2>&5
    8115   ac_status=$?
    8116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8117   (exit $ac_status); }; }; then
     8811  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8812  (exit $ac_status); } && {
     8813     test -z "$ac_c_werror_flag" ||
     8814     test ! -s conftest.err
     8815       } && test -s conftest$ac_exeext && {
     8816     test "$cross_compiling" = yes ||
     8817     $as_test_x conftest$ac_exeext
     8818       }; then
    81188819  eval "$as_ac_var=yes"
    81198820else
    8120   echo "$as_me: failed program was:" >&5
     8821  $as_echo "$as_me: failed program was:" >&5
    81218822sed 's/^/| /' conftest.$ac_ext >&5
    81228823
    8123 eval "$as_ac_var=no"
    8124 fi
    8125 rm -f conftest.err conftest.$ac_objext \
     8824    eval "$as_ac_var=no"
     8825fi
     8826
     8827rm -rf conftest.dSYM
     8828rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    81268829      conftest$ac_exeext conftest.$ac_ext
    81278830fi
    8128 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    8129 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    8130 if test `eval echo '${'$as_ac_var'}'` = yes; then
     8831ac_res=`eval 'as_val=${'$as_ac_var'}
     8832         $as_echo "$as_val"'`
     8833           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     8834$as_echo "$ac_res" >&6; }
     8835as_val=`eval 'as_val=${'$as_ac_var'}
     8836         $as_echo "$as_val"'`
     8837   if test "x$as_val" = x""yes; then
    81318838  cat >>confdefs.h <<_ACEOF
    8132 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    8133 _ACEOF
    8134 
    8135 else
    8136   case $LIBOBJS in
    8137     "$ac_func.$ac_objext"   | \
    8138   *" $ac_func.$ac_objext"   | \
    8139     "$ac_func.$ac_objext "* | \
     8839#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     8840_ACEOF
     8841
     8842else
     8843  case " $LIBOBJS " in
    81408844  *" $ac_func.$ac_objext "* ) ;;
    8141   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
     8845  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
     8846 ;;
    81428847esac
    81438848
     
    81468851
    81478852
    8148 echo "$as_me:$LINENO: checking for off_t" >&5
    8149 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
     8853{ $as_echo "$as_me:$LINENO: checking for off_t" >&5
     8854$as_echo_n "checking for off_t... " >&6; }
    81508855if test "${ac_cv_type_off_t+set}" = set; then
    8151   echo $ECHO_N "(cached) $ECHO_C" >&6
    8152 else
    8153   cat >conftest.$ac_ext <<_ACEOF
     8856  $as_echo_n "(cached) " >&6
     8857else
     8858  ac_cv_type_off_t=no
     8859cat >conftest.$ac_ext <<_ACEOF
    81548860/* confdefs.h.  */
    81558861_ACEOF
     
    81618867main ()
    81628868{
    8163 if ((off_t *) 0)
    8164   return 0;
    81658869if (sizeof (off_t))
    8166   return 0;
     8870       return 0;
    81678871  ;
    81688872  return 0;
     
    81708874_ACEOF
    81718875rm -f conftest.$ac_objext
    8172 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    8173   (eval $ac_compile) 2>conftest.er1
     8876if { (ac_try="$ac_compile"
     8877case "(($ac_try" in
     8878  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8879  *) ac_try_echo=$ac_try;;
     8880esac
     8881eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8882$as_echo "$ac_try_echo") >&5
     8883  (eval "$ac_compile") 2>conftest.er1
    81748884  ac_status=$?
    81758885  grep -v '^ *+' conftest.er1 >conftest.err
    81768886  rm -f conftest.er1
    81778887  cat conftest.err >&5
    8178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8179   (exit $ac_status); } &&
    8180      { ac_try='test -z "$ac_c_werror_flag"
    8181              || test ! -s conftest.err'
    8182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8183   (eval $ac_try) 2>&5
     8888  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8889  (exit $ac_status); } && {
     8890     test -z "$ac_c_werror_flag" ||
     8891     test ! -s conftest.err
     8892       } && test -s conftest.$ac_objext; then
     8893  cat >conftest.$ac_ext <<_ACEOF
     8894/* confdefs.h.  */
     8895_ACEOF
     8896cat confdefs.h >>conftest.$ac_ext
     8897cat >>conftest.$ac_ext <<_ACEOF
     8898/* end confdefs.h.  */
     8899$ac_includes_default
     8900int
     8901main ()
     8902{
     8903if (sizeof ((off_t)))
     8904      return 0;
     8905  ;
     8906  return 0;
     8907}
     8908_ACEOF
     8909rm -f conftest.$ac_objext
     8910if { (ac_try="$ac_compile"
     8911case "(($ac_try" in
     8912  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8913  *) ac_try_echo=$ac_try;;
     8914esac
     8915eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8916$as_echo "$ac_try_echo") >&5
     8917  (eval "$ac_compile") 2>conftest.er1
    81848918  ac_status=$?
    8185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8186   (exit $ac_status); }; } &&
    8187      { ac_try='test -s conftest.$ac_objext'
    8188   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8189   (eval $ac_try) 2>&5
    8190   ac_status=$?
    8191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8192   (exit $ac_status); }; }; then
    8193   ac_cv_type_off_t=yes
    8194 else
    8195   echo "$as_me: failed program was:" >&5
     8919  grep -v '^ *+' conftest.er1 >conftest.err
     8920  rm -f conftest.er1
     8921  cat conftest.err >&5
     8922  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8923  (exit $ac_status); } && {
     8924     test -z "$ac_c_werror_flag" ||
     8925     test ! -s conftest.err
     8926       } && test -s conftest.$ac_objext; then
     8927  :
     8928else
     8929  $as_echo "$as_me: failed program was:" >&5
    81968930sed 's/^/| /' conftest.$ac_ext >&5
    81978931
    8198 ac_cv_type_off_t=no
    8199 fi
    8200 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    8201 fi
    8202 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
    8203 echo "${ECHO_T}$ac_cv_type_off_t" >&6
    8204 if test $ac_cv_type_off_t = yes; then
     8932    ac_cv_type_off_t=yes
     8933fi
     8934
     8935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8936else
     8937  $as_echo "$as_me: failed program was:" >&5
     8938sed 's/^/| /' conftest.$ac_ext >&5
     8939
     8940
     8941fi
     8942
     8943rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8944fi
     8945{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     8946$as_echo "$ac_cv_type_off_t" >&6; }
     8947if test "x$ac_cv_type_off_t" = x""yes; then
    82058948  :
    82068949else
    82078950
    82088951cat >>confdefs.h <<_ACEOF
    8209 #define off_t long
    8210 _ACEOF
    8211 
    8212 fi
    8213 
    8214 echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
    8215 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
     8952#define off_t long int
     8953_ACEOF
     8954
     8955fi
     8956
     8957{ $as_echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
     8958$as_echo_n "checking for struct stat.st_blksize... " >&6; }
    82168959if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
    8217   echo $ECHO_N "(cached) $ECHO_C" >&6
     8960  $as_echo_n "(cached) " >&6
    82188961else
    82198962  cat >conftest.$ac_ext <<_ACEOF
     
    82358978_ACEOF
    82368979rm -f conftest.$ac_objext
    8237 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    8238   (eval $ac_compile) 2>conftest.er1
     8980if { (ac_try="$ac_compile"
     8981case "(($ac_try" in
     8982  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8983  *) ac_try_echo=$ac_try;;
     8984esac
     8985eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8986$as_echo "$ac_try_echo") >&5
     8987  (eval "$ac_compile") 2>conftest.er1
    82398988  ac_status=$?
    82408989  grep -v '^ *+' conftest.er1 >conftest.err
    82418990  rm -f conftest.er1
    82428991  cat conftest.err >&5
    8243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8244   (exit $ac_status); } &&
    8245      { ac_try='test -z "$ac_c_werror_flag"
    8246              || test ! -s conftest.err'
    8247   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8248   (eval $ac_try) 2>&5
    8249   ac_status=$?
    8250   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8251   (exit $ac_status); }; } &&
    8252      { ac_try='test -s conftest.$ac_objext'
    8253   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8254   (eval $ac_try) 2>&5
    8255   ac_status=$?
    8256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8257   (exit $ac_status); }; }; then
     8992  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8993  (exit $ac_status); } && {
     8994     test -z "$ac_c_werror_flag" ||
     8995     test ! -s conftest.err
     8996       } && test -s conftest.$ac_objext; then
    82588997  ac_cv_member_struct_stat_st_blksize=yes
    82598998else
    8260   echo "$as_me: failed program was:" >&5
     8999  $as_echo "$as_me: failed program was:" >&5
    82619000sed 's/^/| /' conftest.$ac_ext >&5
    82629001
    8263 cat >conftest.$ac_ext <<_ACEOF
     9002    cat >conftest.$ac_ext <<_ACEOF
    82649003/* confdefs.h.  */
    82659004_ACEOF
     
    82799018_ACEOF
    82809019rm -f conftest.$ac_objext
    8281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    8282   (eval $ac_compile) 2>conftest.er1
     9020if { (ac_try="$ac_compile"
     9021case "(($ac_try" in
     9022  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     9023  *) ac_try_echo=$ac_try;;
     9024esac
     9025eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     9026$as_echo "$ac_try_echo") >&5
     9027  (eval "$ac_compile") 2>conftest.er1
    82839028  ac_status=$?
    82849029  grep -v '^ *+' conftest.er1 >conftest.err
    82859030  rm -f conftest.er1
    82869031  cat conftest.err >&5
    8287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8288   (exit $ac_status); } &&
    8289      { ac_try='test -z "$ac_c_werror_flag"
    8290              || test ! -s conftest.err'
    8291   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8292   (eval $ac_try) 2>&5
    8293   ac_status=$?
    8294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8295   (exit $ac_status); }; } &&
    8296      { ac_try='test -s conftest.$ac_objext'
    8297   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8298   (eval $ac_try) 2>&5
    8299   ac_status=$?
    8300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8301   (exit $ac_status); }; }; then
     9032  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9033  (exit $ac_status); } && {
     9034     test -z "$ac_c_werror_flag" ||
     9035     test ! -s conftest.err
     9036       } && test -s conftest.$ac_objext; then
    83029037  ac_cv_member_struct_stat_st_blksize=yes
    83039038else
    8304   echo "$as_me: failed program was:" >&5
     9039  $as_echo "$as_me: failed program was:" >&5
    83059040sed 's/^/| /' conftest.$ac_ext >&5
    83069041
    8307 ac_cv_member_struct_stat_st_blksize=no
    8308 fi
    8309 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    8310 fi
    8311 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    8312 fi
    8313 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
    8314 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
    8315 if test $ac_cv_member_struct_stat_st_blksize = yes; then
     9042    ac_cv_member_struct_stat_st_blksize=no
     9043fi
     9044
     9045rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     9046fi
     9047
     9048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     9049fi
     9050{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
     9051$as_echo "$ac_cv_member_struct_stat_st_blksize" >&6; }
     9052if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then
    83169053
    83179054cat >>confdefs.h <<_ACEOF
     
    83229059fi
    83239060
    8324           ac_config_files="$ac_config_files Makefile"
     9061ac_config_files="$ac_config_files Makefile"
    83259062
    83269063cat >confcache <<\_ACEOF
     
    83429079# The following way of writing the cache mishandles newlines in values,
    83439080# but we know of no workaround that is simple, portable, and efficient.
    8344 # So, don't put newlines in cache variables' values.
     9081# So, we kill variables containing newlines.
    83459082# Ultrix sh set writes to stderr and can't be redirected directly,
    83469083# and sets the high bit in the cache file unless we assign to the vars.
    8347 {
     9084(
     9085  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     9086    eval ac_val=\$$ac_var
     9087    case $ac_val in #(
     9088    *${as_nl}*)
     9089      case $ac_var in #(
     9090      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     9091$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     9092      esac
     9093      case $ac_var in #(
     9094      _ | IFS | as_nl) ;; #(
     9095      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     9096      *) $as_unset $ac_var ;;
     9097      esac ;;
     9098    esac
     9099  done
     9100
    83489101  (set) 2>&1 |
    8349     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    8350     *ac_space=\ *)
     9102    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     9103    *${as_nl}ac_space=\ *)
    83519104      # `set' does not quote correctly, so add quotes (double-quote
    83529105      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    83549107    "s/'/'\\\\''/g;
    83559108      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    8356       ;;
     9109      ;; #(
    83579110    *)
    83589111      # `set' quotes correctly as required by POSIX, so do not add quotes.
    8359       sed -n \
    8360     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     9112      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    83619113      ;;
    8362     esac;
    8363 } |
     9114    esac |
     9115    sort
     9116) |
    83649117  sed '
     9118     /^ac_cv_env_/b end
    83659119     t clear
    8366      : clear
     9120     :clear
    83679121     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    83689122     t end
    8369      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    8370      : end' >>confcache
    8371 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    8372   if test -w $cache_file; then
    8373     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     9123     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     9124     :end' >>confcache
     9125if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     9126  if test -w "$cache_file"; then
     9127    test "x$cache_file" != "x/dev/null" &&
     9128      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9129$as_echo "$as_me: updating cache $cache_file" >&6;}
    83749130    cat confcache >$cache_file
    83759131  else
    8376     echo "not updating unwritable cache $cache_file"
     9132    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9133$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    83779134  fi
    83789135fi
     
    83829139# Let make expand exec_prefix.
    83839140test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    8384 
    8385 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    8386 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    8387 # trailing colons and then remove the whole line if VPATH becomes empty
    8388 # (actually we leave an empty line to preserve line numbers).
    8389 if test "x$srcdir" = x.; then
    8390   ac_vpsub='/^[  ]*VPATH[    ]*=/{
    8391 s/:*\$(srcdir):*/:/;
    8392 s/:*\${srcdir}:*/:/;
    8393 s/:*@srcdir@:*/:/;
    8394 s/^\([^=]*=[     ]*\):*/\1/;
    8395 s/:*$//;
    8396 s/^[^=]*=[   ]*$//;
    8397 }'
    8398 fi
    83999141
    84009142DEFS=-DHAVE_CONFIG_H
     
    84049146for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    84059147  # 1. Remove the extension, and $U if already installed.
    8406   ac_i=`echo "$ac_i" |
    8407      sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    8408   # 2. Add them.
    8409   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    8410   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     9148  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     9149  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     9150  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     9151  #    will be set to the directory where LIBOBJS objects are built.
     9152  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     9153  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    84119154done
    84129155LIBOBJS=$ac_libobjs
     
    84179160
    84189161: ${CONFIG_STATUS=./config.status}
     9162ac_write_fail=0
    84199163ac_clean_files_save=$ac_clean_files
    84209164ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    8421 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    8422 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    8423 cat >$CONFIG_STATUS <<_ACEOF
     9165{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9166$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9167cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    84249168#! $SHELL
    84259169# Generated by $as_me.
     
    84349178_ACEOF
    84359179
    8436 cat >>$CONFIG_STATUS <<\_ACEOF
     9180cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    84379181## --------------------- ##
    84389182## M4sh Initialization.  ##
    84399183## --------------------- ##
    84409184
    8441 # Be Bourne compatible
     9185# Be more Bourne compatible
     9186DUALCASE=1; export DUALCASE # for MKS sh
    84429187if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    84439188  emulate sh
    84449189  NULLCMD=:
    8445   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     9190  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    84469191  # is contrary to our usage.  Disable this feature.
    84479192  alias -g '${1+"$@"}'='"$@"'
    8448 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    8449   set -o posix
    8450 fi
    8451 DUALCASE=1; export DUALCASE # for MKS sh
    8452 
    8453 # Support unset when possible.
    8454 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    8455   as_unset=unset
    8456 else
    8457   as_unset=false
    8458 fi
    8459 
    8460 
    8461 # Work around bugs in pre-3.0 UWIN ksh.
    8462 $as_unset ENV MAIL MAILPATH
    8463 PS1='$ '
    8464 PS2='> '
    8465 PS4='+ '
    8466 
    8467 # NLS nuisances.
    8468 for as_var in \
    8469   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    8470   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    8471   LC_TELEPHONE LC_TIME
    8472 do
    8473   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    8474     eval $as_var=C; export $as_var
    8475   else
    8476     $as_unset $as_var
    8477   fi
    8478 done
    8479 
    8480 # Required to use basename.
    8481 if expr a : '\(a\)' >/dev/null 2>&1; then
    8482   as_expr=expr
    8483 else
    8484   as_expr=false
    8485 fi
    8486 
    8487 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    8488   as_basename=basename
    8489 else
    8490   as_basename=false
    8491 fi
    8492 
    8493 
    8494 # Name of the executable.
    8495 as_me=`$as_basename "$0" ||
    8496 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    8497      X"$0" : 'X\(//\)$' \| \
    8498      X"$0" : 'X\(/\)$' \| \
    8499      .     : '\(.\)' 2>/dev/null ||
    8500 echo X/"$0" |
    8501     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    8502       /^X\/\(\/\/\)$/{ s//\1/; q; }
    8503       /^X\/\(\/\).*/{ s//\1/; q; }
    8504       s/.*/./; q'`
    8505 
    8506 
    8507 # PATH needs CR, and LINENO needs CR and PATH.
     9193  setopt NO_GLOB_SUBST
     9194else
     9195  case `(set -o) 2>/dev/null` in
     9196  *posix*) set -o posix ;;
     9197esac
     9198
     9199fi
     9200
     9201
     9202
     9203
     9204# PATH needs CR
    85089205# Avoid depending upon Character Ranges.
    85099206as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    85139210as_cr_alnum=$as_cr_Letters$as_cr_digits
    85149211
     9212as_nl='
     9213'
     9214export as_nl
     9215# Printing a long string crashes Solaris 7 /usr/bin/printf.
     9216as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     9217as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     9218as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     9219if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     9220  as_echo='printf %s\n'
     9221  as_echo_n='printf %s'
     9222else
     9223  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     9224    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     9225    as_echo_n='/usr/ucb/echo -n'
     9226  else
     9227    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     9228    as_echo_n_body='eval
     9229      arg=$1;
     9230      case $arg in
     9231      *"$as_nl"*)
     9232    expr "X$arg" : "X\\(.*\\)$as_nl";
     9233    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     9234      esac;
     9235      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     9236    '
     9237    export as_echo_n_body
     9238    as_echo_n='sh -c $as_echo_n_body as_echo'
     9239  fi
     9240  export as_echo_body
     9241  as_echo='sh -c $as_echo_body as_echo'
     9242fi
     9243
    85159244# The user is always right.
    85169245if test "${PATH_SEPARATOR+set}" != set; then
    8517   echo "#! /bin/sh" >conf$$.sh
    8518   echo  "exit 0"   >>conf$$.sh
    8519   chmod +x conf$$.sh
    8520   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    8521     PATH_SEPARATOR=';'
    8522   else
    8523     PATH_SEPARATOR=:
    8524   fi
    8525   rm -f conf$$.sh
    8526 fi
    8527 
    8528 
    8529   as_lineno_1=$LINENO
    8530   as_lineno_2=$LINENO
    8531   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    8532   test "x$as_lineno_1" != "x$as_lineno_2" &&
    8533   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    8534   # Find who we are.  Look in the path if we contain no path at all
    8535   # relative or not.
    8536   case $0 in
    8537     *[\\/]* ) as_myself=$0 ;;
    8538     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9246  PATH_SEPARATOR=:
     9247  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     9248    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     9249      PATH_SEPARATOR=';'
     9250  }
     9251fi
     9252
     9253# Support unset when possible.
     9254if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     9255  as_unset=unset
     9256else
     9257  as_unset=false
     9258fi
     9259
     9260
     9261# IFS
     9262# We need space, tab and new line, in precisely that order.  Quoting is
     9263# there to prevent editors from complaining about space-tab.
     9264# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     9265# splitting by setting IFS to empty value.)
     9266IFS=" ""    $as_nl"
     9267
     9268# Find who we are.  Look in the path if we contain no directory separator.
     9269case $0 in
     9270  *[\\/]* ) as_myself=$0 ;;
     9271  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    85399272for as_dir in $PATH
    85409273do
     
    85439276  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    85449277done
    8545 
    8546        ;;
    8547   esac
    8548   # We did not find ourselves, most probably we were run as `sh COMMAND'
    8549   # in which case we are not to be found in the path.
    8550   if test "x$as_myself" = x; then
    8551     as_myself=$0
    8552   fi
    8553   if test ! -f "$as_myself"; then
    8554     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    8555 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    8556    { (exit 1); exit 1; }; }
    8557   fi
    8558   case $CONFIG_SHELL in
    8559   '')
    8560     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    8561 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    8562 do
    8563   IFS=$as_save_IFS
    8564   test -z "$as_dir" && as_dir=.
    8565   for as_base in sh bash ksh sh5; do
    8566      case $as_dir in
    8567      /*)
    8568        if ("$as_dir/$as_base" -c '
     9278IFS=$as_save_IFS
     9279
     9280     ;;
     9281esac
     9282# We did not find ourselves, most probably we were run as `sh COMMAND'
     9283# in which case we are not to be found in the path.
     9284if test "x$as_myself" = x; then
     9285  as_myself=$0
     9286fi
     9287if test ! -f "$as_myself"; then
     9288  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9289  { (exit 1); exit 1; }
     9290fi
     9291
     9292# Work around bugs in pre-3.0 UWIN ksh.
     9293for as_var in ENV MAIL MAILPATH
     9294do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     9295done
     9296PS1='$ '
     9297PS2='> '
     9298PS4='+ '
     9299
     9300# NLS nuisances.
     9301LC_ALL=C
     9302export LC_ALL
     9303LANGUAGE=C
     9304export LANGUAGE
     9305
     9306# Required to use basename.
     9307if expr a : '\(a\)' >/dev/null 2>&1 &&
     9308   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     9309  as_expr=expr
     9310else
     9311  as_expr=false
     9312fi
     9313
     9314if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     9315  as_basename=basename
     9316else
     9317  as_basename=false
     9318fi
     9319
     9320
     9321# Name of the executable.
     9322as_me=`$as_basename -- "$0" ||
     9323$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     9324     X"$0" : 'X\(//\)$' \| \
     9325     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     9326$as_echo X/"$0" |
     9327    sed '/^.*\/\([^/][^/]*\)\/*$/{
     9328        s//\1/
     9329        q
     9330      }
     9331      /^X\/\(\/\/\)$/{
     9332        s//\1/
     9333        q
     9334      }
     9335      /^X\/\(\/\).*/{
     9336        s//\1/
     9337        q
     9338      }
     9339      s/.*/./; q'`
     9340
     9341# CDPATH.
     9342$as_unset CDPATH
     9343
     9344
     9345
    85699346  as_lineno_1=$LINENO
    85709347  as_lineno_2=$LINENO
    8571   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    85729348  test "x$as_lineno_1" != "x$as_lineno_2" &&
    8573   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    8574          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    8575          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    8576          CONFIG_SHELL=$as_dir/$as_base
    8577          export CONFIG_SHELL
    8578          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    8579        fi;;
    8580      esac
    8581        done
    8582 done
    8583 ;;
    8584   esac
     9349  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    85859350
    85869351  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    85879352  # uniformly replaced by the line number.  The first 'sed' inserts a
    8588   # line-number line before each line; the second 'sed' does the real
    8589   # work.  The second script uses 'N' to pair each line-number line
    8590   # with the numbered line, and appends trailing '-' during
    8591   # substitution so that $LINENO is not a special case at line end.
     9353  # line-number line after each line using $LINENO; the second 'sed'
     9354  # does the real work.  The second script uses 'N' to pair each
     9355  # line-number line with the line containing $LINENO, and appends
     9356  # trailing '-' during substitution so that $LINENO is not a special
     9357  # case at line end.
    85929358  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    8593   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    8594   sed '=' <$as_myself |
     9359  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     9360  # E. McMahon (1931-1989) for sed's syntax.  :-)
     9361  sed -n '
     9362    p
     9363    /[$]LINENO/=
     9364  ' <$as_myself |
    85959365    sed '
     9366      s/[$]LINENO.*/&-/
     9367      t lineno
     9368      b
     9369      :lineno
    85969370      N
    8597       s,$,-,
    8598       : loop
    8599       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     9371      :loop
     9372      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    86009373      t loop
    8601       s,-$,,
    8602       s,^['$as_cr_digits']*\n,,
     9374      s/-\n.*//
    86039375    ' >$as_me.lineno &&
    8604   chmod +x $as_me.lineno ||
    8605     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    8606 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     9376  chmod +x "$as_me.lineno" ||
     9377    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    86079378   { (exit 1); exit 1; }; }
    86089379
    86099380  # Don't try to exec as it changes $[0], causing all sort of problems
    86109381  # (the dirname of $[0] is not the place where we might find the
    8611   # original and so on.  Autoconf is especially sensible to this).
    8612   . ./$as_me.lineno
     9382  # original and so on.  Autoconf is especially sensitive to this).
     9383  . "./$as_me.lineno"
    86139384  # Exit status is that of the last command.
    86149385  exit
     
    86169387
    86179388
    8618 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    8619   *c*,-n*) ECHO_N= ECHO_C='
    8620 ' ECHO_T='  ' ;;
    8621   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    8622   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     9389if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     9390  as_dirname=dirname
     9391else
     9392  as_dirname=false
     9393fi
     9394
     9395ECHO_C= ECHO_N= ECHO_T=
     9396case `echo -n x` in
     9397-n*)
     9398  case `echo 'x\c'` in
     9399  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     9400  *)   ECHO_C='\c';;
     9401  esac;;
     9402*)
     9403  ECHO_N='-n';;
    86239404esac
    8624 
    8625 if expr a : '\(a\)' >/dev/null 2>&1; then
     9405if expr a : '\(a\)' >/dev/null 2>&1 &&
     9406   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    86269407  as_expr=expr
    86279408else
     
    86309411
    86319412rm -f conf$$ conf$$.exe conf$$.file
    8632 echo >conf$$.file
    8633 if ln -s conf$$.file conf$$ 2>/dev/null; then
    8634   # We could just check for DJGPP; but this test a) works b) is more generic
    8635   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    8636   if test -f conf$$.exe; then
    8637     # Don't use ln at all; we don't have any links
     9413if test -d conf$$.dir; then
     9414  rm -f conf$$.dir/conf$$.file
     9415else
     9416  rm -f conf$$.dir
     9417  mkdir conf$$.dir 2>/dev/null
     9418fi
     9419if (echo >conf$$.file) 2>/dev/null; then
     9420  if ln -s conf$$.file conf$$ 2>/dev/null; then
     9421    as_ln_s='ln -s'
     9422    # ... but there are two gotchas:
     9423    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9424    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9425    # In both cases, we have to default to `cp -p'.
     9426    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     9427      as_ln_s='cp -p'
     9428  elif ln conf$$.file conf$$ 2>/dev/null; then
     9429    as_ln_s=ln
     9430  else
    86389431    as_ln_s='cp -p'
    8639   else
    8640     as_ln_s='ln -s'
    86419432  fi
    8642 elif ln conf$$.file conf$$ 2>/dev/null; then
    8643   as_ln_s=ln
    86449433else
    86459434  as_ln_s='cp -p'
    86469435fi
    8647 rm -f conf$$ conf$$.exe conf$$.file
     9436rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     9437rmdir conf$$.dir 2>/dev/null
    86489438
    86499439if mkdir -p . 2>/dev/null; then
     
    86549444fi
    86559445
    8656 as_executable_p="test -f"
     9446if test -x / >/dev/null 2>&1; then
     9447  as_test_x='test -x'
     9448else
     9449  if ls -dL / >/dev/null 2>&1; then
     9450    as_ls_L_option=L
     9451  else
     9452    as_ls_L_option=
     9453  fi
     9454  as_test_x='
     9455    eval sh -c '\''
     9456      if test -d "$1"; then
     9457    test -d "$1/.";
     9458      else
     9459    case $1 in
     9460    -*)set "./$1";;
     9461    esac;
     9462    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     9463    ???[sx]*):;;*)false;;esac;fi
     9464    '\'' sh
     9465  '
     9466fi
     9467as_executable_p=$as_test_x
    86579468
    86589469# Sed expression to map a string onto a valid CPP name.
     
    86639474
    86649475
    8665 # IFS
    8666 # We need space, tab and new line, in precisely that order.
    8667 as_nl='
    8668 '
    8669 IFS="   $as_nl"
    8670 
    8671 # CDPATH.
    8672 $as_unset CDPATH
    8673 
    86749476exec 6>&1
    86759477
    8676 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     9478# Save the log message, to keep $[0] and so on meaningful, and to
    86779479# report actual input values of CONFIG_FILES etc. instead of their
    8678 # values after options handling.  Logging --version etc. is OK.
     9480# values after options handling.
     9481ac_log="
     9482This file was extended by gdbm $as_me 1.8.3, which was
     9483generated by GNU Autoconf 2.63.  Invocation command line was
     9484
     9485  CONFIG_FILES    = $CONFIG_FILES
     9486  CONFIG_HEADERS  = $CONFIG_HEADERS
     9487  CONFIG_LINKS    = $CONFIG_LINKS
     9488  CONFIG_COMMANDS = $CONFIG_COMMANDS
     9489  $ $0 $@
     9490
     9491on `(hostname || uname -n) 2>/dev/null | sed 1q`
     9492"
     9493
     9494_ACEOF
     9495
     9496case $ac_config_files in *"
     9497"*) set x $ac_config_files; shift; ac_config_files=$*;;
     9498esac
     9499
     9500case $ac_config_headers in *"
     9501"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     9502esac
     9503
     9504
     9505cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9506# Files that config.status was made for.
     9507config_files="$ac_config_files"
     9508config_headers="$ac_config_headers"
     9509
     9510_ACEOF
     9511
     9512cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9513ac_cs_usage="\
     9514\`$as_me' instantiates files from templates according to the
     9515current configuration.
     9516
     9517Usage: $0 [OPTION]... [FILE]...
     9518
     9519  -h, --help       print this help, then exit
     9520  -V, --version    print version number and configuration settings, then exit
     9521  -q, --quiet, --silent
     9522                   do not print progress messages
     9523  -d, --debug      don't remove temporary files
     9524      --recheck    update $as_me by reconfiguring in the same conditions
     9525      --file=FILE[:TEMPLATE]
     9526                   instantiate the configuration file FILE
     9527      --header=FILE[:TEMPLATE]
     9528                   instantiate the configuration header FILE
     9529
     9530Configuration files:
     9531$config_files
     9532
     9533Configuration headers:
     9534$config_headers
     9535
     9536Report bugs to <[email protected]>."
     9537
     9538_ACEOF
     9539cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9540ac_cs_version="\\
     9541gdbm config.status 1.8.3
     9542configured by $0, generated by GNU Autoconf 2.63,
     9543  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     9544
     9545Copyright (C) 2008 Free Software Foundation, Inc.
     9546This config.status script is free software; the Free Software Foundation
     9547gives unlimited permission to copy, distribute and modify it."
     9548
     9549ac_pwd='$ac_pwd'
     9550srcdir='$srcdir'
     9551INSTALL='$INSTALL'
     9552test -n "\$AWK" || AWK=awk
     9553_ACEOF
     9554
     9555cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9556# The default lists apply if the user does not specify any file.
     9557ac_need_defaults=:
     9558while test $# != 0
     9559do
     9560  case $1 in
     9561  --*=*)
     9562    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     9563    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     9564    ac_shift=:
     9565    ;;
     9566  *)
     9567    ac_option=$1
     9568    ac_optarg=$2
     9569    ac_shift=shift
     9570    ;;
     9571  esac
     9572
     9573  case $ac_option in
     9574  # Handling of the options.
     9575  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     9576    ac_cs_recheck=: ;;
     9577  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     9578    $as_echo "$ac_cs_version"; exit ;;
     9579  --debug | --debu | --deb | --de | --d | -d )
     9580    debug=: ;;
     9581  --file | --fil | --fi | --f )
     9582    $ac_shift
     9583    case $ac_optarg in
     9584    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9585    esac
     9586    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     9587    ac_need_defaults=false;;
     9588  --header | --heade | --head | --hea )
     9589    $ac_shift
     9590    case $ac_optarg in
     9591    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9592    esac
     9593    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     9594    ac_need_defaults=false;;
     9595  --he | --h)
     9596    # Conflict between --help and --header
     9597    { $as_echo "$as_me: error: ambiguous option: $1
     9598Try \`$0 --help' for more information." >&2
     9599   { (exit 1); exit 1; }; };;
     9600  --help | --hel | -h )
     9601    $as_echo "$ac_cs_usage"; exit ;;
     9602  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     9603  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     9604    ac_cs_silent=: ;;
     9605
     9606  # This is an error.
     9607  -*) { $as_echo "$as_me: error: unrecognized option: $1
     9608Try \`$0 --help' for more information." >&2
     9609   { (exit 1); exit 1; }; } ;;
     9610
     9611  *) ac_config_targets="$ac_config_targets $1"
     9612     ac_need_defaults=false ;;
     9613
     9614  esac
     9615  shift
     9616done
     9617
     9618ac_configure_extra_args=
     9619
     9620if $ac_cs_silent; then
     9621  exec 6>/dev/null
     9622  ac_configure_extra_args="$ac_configure_extra_args --silent"
     9623fi
     9624
     9625_ACEOF
     9626cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9627if \$ac_cs_recheck; then
     9628  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     9629  shift
     9630  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     9631  CONFIG_SHELL='$SHELL'
     9632  export CONFIG_SHELL
     9633  exec "\$@"
     9634fi
     9635
     9636_ACEOF
     9637cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    86799638exec 5>>config.log
    86809639{
     
    86839642## Running $as_me. ##
    86849643_ASBOX
     9644  $as_echo "$ac_log"
    86859645} >&5
    8686 cat >&5 <<_CSEOF
    8687 
    8688 This file was extended by gdbm $as_me 1.8.3, which was
    8689 generated by GNU Autoconf 2.59.  Invocation command line was
    8690 
    8691   CONFIG_FILES    = $CONFIG_FILES
    8692   CONFIG_HEADERS  = $CONFIG_HEADERS
    8693   CONFIG_LINKS    = $CONFIG_LINKS
    8694   CONFIG_COMMANDS = $CONFIG_COMMANDS
    8695   $ $0 $@
    8696 
    8697 _CSEOF
    8698 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    8699 echo >&5
    8700 _ACEOF
    8701 
    8702 # Files that config.status was made for.
    8703 if test -n "$ac_config_files"; then
    8704   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    8705 fi
    8706 
    8707 if test -n "$ac_config_headers"; then
    8708   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    8709 fi
    8710 
    8711 if test -n "$ac_config_links"; then
    8712   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    8713 fi
    8714 
    8715 if test -n "$ac_config_commands"; then
    8716   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    8717 fi
    8718 
    8719 cat >>$CONFIG_STATUS <<\_ACEOF
    8720 
    8721 ac_cs_usage="\
    8722 \`$as_me' instantiates files from templates according to the
    8723 current configuration.
    8724 
    8725 Usage: $0 [OPTIONS] [FILE]...
    8726 
    8727   -h, --help       print this help, then exit
    8728   -V, --version    print version number, then exit
    8729   -q, --quiet      do not print progress messages
    8730   -d, --debug      don't remove temporary files
    8731       --recheck    update $as_me by reconfiguring in the same conditions
    8732   --file=FILE[:TEMPLATE]
    8733            instantiate the configuration file FILE
    8734   --header=FILE[:TEMPLATE]
    8735            instantiate the configuration header FILE
    8736 
    8737 Configuration files:
    8738 $config_files
    8739 
    8740 Configuration headers:
    8741 $config_headers
    8742 
    8743 Report bugs to <[email protected]>."
    8744 _ACEOF
    8745 
    8746 cat >>$CONFIG_STATUS <<_ACEOF
    8747 ac_cs_version="\\
    8748 gdbm config.status 1.8.3
    8749 configured by $0, generated by GNU Autoconf 2.59,
    8750   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    8751 
    8752 Copyright (C) 2003 Free Software Foundation, Inc.
    8753 This config.status script is free software; the Free Software Foundation
    8754 gives unlimited permission to copy, distribute and modify it."
    8755 srcdir=$srcdir
    8756 INSTALL="$INSTALL"
    8757 _ACEOF
    8758 
    8759 cat >>$CONFIG_STATUS <<\_ACEOF
    8760 # If no file are specified by the user, then we need to provide default
    8761 # value.  By we need to know if files were specified by the user.
    8762 ac_need_defaults=:
    8763 while test $# != 0
    8764 do
    8765   case $1 in
    8766   --*=*)
    8767     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    8768     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
    8769     ac_shift=:
    8770     ;;
    8771   -*)
    8772     ac_option=$1
    8773     ac_optarg=$2
    8774     ac_shift=shift
    8775     ;;
    8776   *) # This is not an option, so the user has probably given explicit
    8777      # arguments.
    8778      ac_option=$1
    8779      ac_need_defaults=false;;
    8780   esac
    8781 
    8782   case $ac_option in
    8783   # Handling of the options.
    8784 _ACEOF
    8785 cat >>$CONFIG_STATUS <<\_ACEOF
    8786   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    8787     ac_cs_recheck=: ;;
    8788   --version | --vers* | -V )
    8789     echo "$ac_cs_version"; exit 0 ;;
    8790   --he | --h)
    8791     # Conflict between --help and --header
    8792     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    8793 Try \`$0 --help' for more information." >&5
    8794 echo "$as_me: error: ambiguous option: $1
    8795 Try \`$0 --help' for more information." >&2;}
    8796    { (exit 1); exit 1; }; };;
    8797   --help | --hel | -h )
    8798     echo "$ac_cs_usage"; exit 0 ;;
    8799   --debug | --d* | -d )
    8800     debug=: ;;
    8801   --file | --fil | --fi | --f )
    8802     $ac_shift
    8803     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    8804     ac_need_defaults=false;;
    8805   --header | --heade | --head | --hea )
    8806     $ac_shift
    8807     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    8808     ac_need_defaults=false;;
    8809   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    8810   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    8811     ac_cs_silent=: ;;
    8812 
    8813   # This is an error.
    8814   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    8815 Try \`$0 --help' for more information." >&5
    8816 echo "$as_me: error: unrecognized option: $1
    8817 Try \`$0 --help' for more information." >&2;}
    8818    { (exit 1); exit 1; }; } ;;
    8819 
    8820   *) ac_config_targets="$ac_config_targets $1" ;;
    8821 
    8822   esac
    8823   shift
    8824 done
    8825 
    8826 ac_configure_extra_args=
    8827 
    8828 if $ac_cs_silent; then
    8829   exec 6>/dev/null
    8830   ac_configure_extra_args="$ac_configure_extra_args --silent"
    8831 fi
    8832 
    8833 _ACEOF
    8834 cat >>$CONFIG_STATUS <<_ACEOF
    8835 if \$ac_cs_recheck; then
    8836   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    8837   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    8838 fi
    8839 
    8840 _ACEOF
    8841 
    8842 
    8843 
    8844 
    8845 
    8846 cat >>$CONFIG_STATUS <<\_ACEOF
     9646
     9647_ACEOF
     9648cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9649_ACEOF
     9650
     9651cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9652
     9653# Handling of arguments.
    88479654for ac_config_target in $ac_config_targets
    88489655do
    8849   case "$ac_config_target" in
    8850   # Handling of arguments.
    8851   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    8852   "autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS autoconf.h" ;;
    8853   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    8854 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     9656  case $ac_config_target in
     9657    "autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS autoconf.h" ;;
     9658    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     9659
     9660  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     9661$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    88559662   { (exit 1); exit 1; }; };;
    88569663  esac
    88579664done
     9665
    88589666
    88599667# If the user did not use the arguments to specify the items to instantiate,
     
    88679675
    88689676# Have a temporary directory for convenience.  Make it in the build tree
    8869 # simply because there is no reason to put it here, and in addition,
     9677# simply because there is no reason against having it here, and in addition,
    88709678# creating and moving files from /tmp can sometimes cause problems.
    8871 # Create a temporary directory, and hook for its removal unless debugging.
     9679# Hook for its removal unless debugging.
     9680# Note that there is a small window in which the directory will not be cleaned:
     9681# after its creation but before its name has been assigned to `$tmp'.
    88729682$debug ||
    88739683{
    8874   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     9684  tmp=
     9685  trap 'exit_status=$?
     9686  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     9687' 0
    88759688  trap '{ (exit 1); exit 1; }' 1 2 13 15
    88769689}
    8877 
    88789690# Create a (secure) tmp directory for tmp files.
    88799691
    88809692{
    8881   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     9693  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    88829694  test -n "$tmp" && test -d "$tmp"
    88839695}  ||
    88849696{
    8885   tmp=./confstat$$-$RANDOM
    8886   (umask 077 && mkdir $tmp)
     9697  tmp=./conf$$-$RANDOM
     9698  (umask 077 && mkdir "$tmp")
    88879699} ||
    88889700{
    8889    echo "$me: cannot create a temporary directory in ." >&2
     9701   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    88909702   { (exit 1); exit 1; }
    88919703}
    88929704
    8893 _ACEOF
    8894 
    8895 cat >>$CONFIG_STATUS <<_ACEOF
    8896 
    8897 #
    8898 # CONFIG_FILES section.
    8899 #
    8900 
    8901 # No need to generate the scripts if there are no CONFIG_FILES.
    8902 # This happens for instance when ./config.status config.h
    8903 if test -n "\$CONFIG_FILES"; then
    8904   # Protect against being on the right side of a sed subst in config.status.
    8905   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    8906    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    8907 s,@SHELL@,$SHELL,;t t
    8908 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    8909 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    8910 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    8911 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    8912 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    8913 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    8914 s,@exec_prefix@,$exec_prefix,;t t
    8915 s,@prefix@,$prefix,;t t
    8916 s,@program_transform_name@,$program_transform_name,;t t
    8917 s,@bindir@,$bindir,;t t
    8918 s,@sbindir@,$sbindir,;t t
    8919 s,@libexecdir@,$libexecdir,;t t
    8920 s,@datadir@,$datadir,;t t
    8921 s,@sysconfdir@,$sysconfdir,;t t
    8922 s,@sharedstatedir@,$sharedstatedir,;t t
    8923 s,@localstatedir@,$localstatedir,;t t
    8924 s,@libdir@,$libdir,;t t
    8925 s,@includedir@,$includedir,;t t
    8926 s,@oldincludedir@,$oldincludedir,;t t
    8927 s,@infodir@,$infodir,;t t
    8928 s,@mandir@,$mandir,;t t
    8929 s,@build_alias@,$build_alias,;t t
    8930 s,@host_alias@,$host_alias,;t t
    8931 s,@target_alias@,$target_alias,;t t
    8932 s,@DEFS@,$DEFS,;t t
    8933 s,@ECHO_C@,$ECHO_C,;t t
    8934 s,@ECHO_N@,$ECHO_N,;t t
    8935 s,@ECHO_T@,$ECHO_T,;t t
    8936 s,@LIBS@,$LIBS,;t t
    8937 s,@build@,$build,;t t
    8938 s,@build_cpu@,$build_cpu,;t t
    8939 s,@build_vendor@,$build_vendor,;t t
    8940 s,@build_os@,$build_os,;t t
    8941 s,@host@,$host,;t t
    8942 s,@host_cpu@,$host_cpu,;t t
    8943 s,@host_vendor@,$host_vendor,;t t
    8944 s,@host_os@,$host_os,;t t
    8945 s,@target@,$target,;t t
    8946 s,@target_cpu@,$target_cpu,;t t
    8947 s,@target_vendor@,$target_vendor,;t t
    8948 s,@target_os@,$target_os,;t t
    8949 s,@CC@,$CC,;t t
    8950 s,@CFLAGS@,$CFLAGS,;t t
    8951 s,@LDFLAGS@,$LDFLAGS,;t t
    8952 s,@CPPFLAGS@,$CPPFLAGS,;t t
    8953 s,@ac_ct_CC@,$ac_ct_CC,;t t
    8954 s,@EXEEXT@,$EXEEXT,;t t
    8955 s,@OBJEXT@,$OBJEXT,;t t
    8956 s,@CPP@,$CPP,;t t
    8957 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
    8958 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
    8959 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
    8960 s,@LN_S@,$LN_S,;t t
    8961 s,@ECHO@,$ECHO,;t t
    8962 s,@RANLIB@,$RANLIB,;t t
    8963 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    8964 s,@STRIP@,$STRIP,;t t
    8965 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
    8966 s,@EGREP@,$EGREP,;t t
    8967 s,@LIBTOOL@,$LIBTOOL,;t t
    8968 s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    8969 s,@LIBOBJS@,$LIBOBJS,;t t
    8970 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    8971 CEOF
    8972 
    8973 _ACEOF
    8974 
    8975   cat >>$CONFIG_STATUS <<\_ACEOF
    8976   # Split the substitutions into bite-sized pieces for seds with
    8977   # small command number limits, like on Digital OSF/1 and HP-UX.
    8978   ac_max_sed_lines=48
    8979   ac_sed_frag=1 # Number of current file.
    8980   ac_beg=1 # First line for current file.
    8981   ac_end=$ac_max_sed_lines # Line after last line for current file.
    8982   ac_more_lines=:
    8983   ac_sed_cmds=
    8984   while $ac_more_lines; do
    8985     if test $ac_beg -gt 1; then
    8986       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    8987     else
    8988       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     9705# Set up the scripts for CONFIG_FILES section.
     9706# No need to generate them if there are no CONFIG_FILES.
     9707# This happens for instance with `./config.status config.h'.
     9708if test -n "$CONFIG_FILES"; then
     9709
     9710
     9711ac_cr='
     9712'
     9713ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     9714if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     9715  ac_cs_awk_cr='\\r'
     9716else
     9717  ac_cs_awk_cr=$ac_cr
     9718fi
     9719
     9720echo 'BEGIN {' >"$tmp/subs1.awk" &&
     9721_ACEOF
     9722
     9723
     9724{
     9725  echo "cat >conf$$subs.awk <<_ACEOF" &&
     9726  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     9727  echo "_ACEOF"
     9728} >conf$$subs.sh ||
     9729  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9730$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9731   { (exit 1); exit 1; }; }
     9732ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     9733ac_delim='%!_!# '
     9734for ac_last_try in false false false false false :; do
     9735  . ./conf$$subs.sh ||
     9736    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9737$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9738   { (exit 1); exit 1; }; }
     9739
     9740  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     9741  if test $ac_delim_n = $ac_delim_num; then
     9742    break
     9743  elif $ac_last_try; then
     9744    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9745$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9746   { (exit 1); exit 1; }; }
     9747  else
     9748    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9749  fi
     9750done
     9751rm -f conf$$subs.sh
     9752
     9753cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9754cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     9755_ACEOF
     9756sed -n '
     9757h
     9758s/^/S["/; s/!.*/"]=/
     9759p
     9760g
     9761s/^[^!]*!//
     9762:repl
     9763t repl
     9764s/'"$ac_delim"'$//
     9765t delim
     9766:nl
     9767h
     9768s/\(.\{148\}\).*/\1/
     9769t more1
     9770s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     9771p
     9772n
     9773b repl
     9774:more1
     9775s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9776p
     9777g
     9778s/.\{148\}//
     9779t nl
     9780:delim
     9781h
     9782s/\(.\{148\}\).*/\1/
     9783t more2
     9784s/["\\]/\\&/g; s/^/"/; s/$/"/
     9785p
     9786b
     9787:more2
     9788s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9789p
     9790g
     9791s/.\{148\}//
     9792t delim
     9793' <conf$$subs.awk | sed '
     9794/^[^""]/{
     9795  N
     9796  s/\n//
     9797}
     9798' >>$CONFIG_STATUS || ac_write_fail=1
     9799rm -f conf$$subs.awk
     9800cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9801_ACAWK
     9802cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     9803  for (key in S) S_is_set[key] = 1
     9804  FS = ""
     9805
     9806}
     9807{
     9808  line = $ 0
     9809  nfields = split(line, field, "@")
     9810  substed = 0
     9811  len = length(field[1])
     9812  for (i = 2; i < nfields; i++) {
     9813    key = field[i]
     9814    keylen = length(key)
     9815    if (S_is_set[key]) {
     9816      value = S[key]
     9817      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     9818      len += length(value) + length(field[++i])
     9819      substed = 1
     9820    } else
     9821      len += 1 + keylen
     9822  }
     9823
     9824  print line
     9825}
     9826
     9827_ACAWK
     9828_ACEOF
     9829cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9830if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     9831  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     9832else
     9833  cat
     9834fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     9835  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     9836$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     9837   { (exit 1); exit 1; }; }
     9838_ACEOF
     9839
     9840# VPATH may cause trouble with some makes, so we remove $(srcdir),
     9841# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     9842# trailing colons and then remove the whole line if VPATH becomes empty
     9843# (actually we leave an empty line to preserve line numbers).
     9844if test "x$srcdir" = x.; then
     9845  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     9846s/:*\$(srcdir):*/:/
     9847s/:*\${srcdir}:*/:/
     9848s/:*@srcdir@:*/:/
     9849s/^\([^=]*=[     ]*\):*/\1/
     9850s/:*$//
     9851s/^[^=]*=[   ]*$//
     9852}'
     9853fi
     9854
     9855cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9856fi # test -n "$CONFIG_FILES"
     9857
     9858# Set up the scripts for CONFIG_HEADERS section.
     9859# No need to generate them if there are no CONFIG_HEADERS.
     9860# This happens for instance with `./config.status Makefile'.
     9861if test -n "$CONFIG_HEADERS"; then
     9862cat >"$tmp/defines.awk" <<\_ACAWK ||
     9863BEGIN {
     9864_ACEOF
     9865
     9866# Transform confdefs.h into an awk script `defines.awk', embedded as
     9867# here-document in config.status, that substitutes the proper values into
     9868# config.h.in to produce config.h.
     9869
     9870# Create a delimiter string that does not exist in confdefs.h, to ease
     9871# handling of long lines.
     9872ac_delim='%!_!# '
     9873for ac_last_try in false false :; do
     9874  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     9875  if test -z "$ac_t"; then
     9876    break
     9877  elif $ac_last_try; then
     9878    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     9879$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     9880   { (exit 1); exit 1; }; }
     9881  else
     9882    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9883  fi
     9884done
     9885
     9886# For the awk script, D is an array of macro values keyed by name,
     9887# likewise P contains macro parameters if any.  Preserve backslash
     9888# newline sequences.
     9889
     9890ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     9891sed -n '
     9892s/.\{148\}/&'"$ac_delim"'/g
     9893t rset
     9894:rset
     9895s/^[     ]*#[    ]*define[   ][  ]*/ /
     9896t def
     9897d
     9898:def
     9899s/\\$//
     9900t bsnl
     9901s/["\\]/\\&/g
     9902s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9903D["\1"]=" \3"/p
     9904s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
     9905d
     9906:bsnl
     9907s/["\\]/\\&/g
     9908s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9909D["\1"]=" \3\\\\\\n"\\/p
     9910t cont
     9911s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     9912t cont
     9913d
     9914:cont
     9915n
     9916s/.\{148\}/&'"$ac_delim"'/g
     9917t clear
     9918:clear
     9919s/\\$//
     9920t bsnlc
     9921s/["\\]/\\&/g; s/^/"/; s/$/"/p
     9922d
     9923:bsnlc
     9924s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     9925b cont
     9926' <confdefs.h | sed '
     9927s/'"$ac_delim"'/"\\\
     9928"/g' >>$CONFIG_STATUS || ac_write_fail=1
     9929
     9930cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9931  for (key in D) D_is_set[key] = 1
     9932  FS = ""
     9933}
     9934/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     9935  line = \$ 0
     9936  split(line, arg, " ")
     9937  if (arg[1] == "#") {
     9938    defundef = arg[2]
     9939    mac1 = arg[3]
     9940  } else {
     9941    defundef = substr(arg[1], 2)
     9942    mac1 = arg[2]
     9943  }
     9944  split(mac1, mac2, "(") #)
     9945  macro = mac2[1]
     9946  prefix = substr(line, 1, index(line, defundef) - 1)
     9947  if (D_is_set[macro]) {
     9948    # Preserve the white space surrounding the "#".
     9949    print prefix "define", macro P[macro] D[macro]
     9950    next
     9951  } else {
     9952    # Replace #undef with comments.  This is necessary, for example,
     9953    # in the case of _POSIX_SOURCE, which is predefined and required
     9954    # on some systems where configure will not decide to define it.
     9955    if (defundef == "undef") {
     9956      print "/*", prefix defundef, macro, "*/"
     9957      next
     9958    }
     9959  }
     9960}
     9961{ print }
     9962_ACAWK
     9963_ACEOF
     9964cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9965  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     9966$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     9967   { (exit 1); exit 1; }; }
     9968fi # test -n "$CONFIG_HEADERS"
     9969
     9970
     9971eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     9972shift
     9973for ac_tag
     9974do
     9975  case $ac_tag in
     9976  :[FHLC]) ac_mode=$ac_tag; continue;;
     9977  esac
     9978  case $ac_mode$ac_tag in
     9979  :[FHL]*:*);;
     9980  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     9981$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     9982   { (exit 1); exit 1; }; };;
     9983  :[FH]-) ac_tag=-:-;;
     9984  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     9985  esac
     9986  ac_save_IFS=$IFS
     9987  IFS=:
     9988  set x $ac_tag
     9989  IFS=$ac_save_IFS
     9990  shift
     9991  ac_file=$1
     9992  shift
     9993
     9994  case $ac_mode in
     9995  :L) ac_source=$1;;
     9996  :[FH])
     9997    ac_file_inputs=
     9998    for ac_f
     9999    do
     10000      case $ac_f in
     10001      -) ac_f="$tmp/stdin";;
     10002      *) # Look for the file first in the build tree, then in the source tree
     10003     # (if the path is not absolute).  The absolute path cannot be DOS-style,
     10004     # because $ac_f cannot contain `:'.
     10005     test -f "$ac_f" ||
     10006       case $ac_f in
     10007       [\\/$]*) false;;
     10008       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     10009       esac ||
     10010       { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10011$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     10012   { (exit 1); exit 1; }; };;
     10013      esac
     10014      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     10015      ac_file_inputs="$ac_file_inputs '$ac_f'"
     10016    done
     10017
     10018    # Let's still pretend it is `configure' which instantiates (i.e., don't
     10019    # use $as_me), people would be surprised to read:
     10020    #    /* config.h.  Generated by config.status.  */
     10021    configure_input='Generated from '`
     10022      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     10023    `' by configure.'
     10024    if test x"$ac_file" != x-; then
     10025      configure_input="$ac_file.  $configure_input"
     10026      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     10027$as_echo "$as_me: creating $ac_file" >&6;}
    898910028    fi
    8990     if test ! -s $tmp/subs.frag; then
    8991       ac_more_lines=false
    8992     else
    8993       # The purpose of the label and of the branching condition is to
    8994       # speed up the sed processing (if there are no `@' at all, there
    8995       # is no need to browse any of the substitutions).
    8996       # These are the two extra sed commands mentioned above.
    8997       (echo ':t
    8998   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    8999       if test -z "$ac_sed_cmds"; then
    9000     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    9001       else
    9002     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    9003       fi
    9004       ac_sed_frag=`expr $ac_sed_frag + 1`
    9005       ac_beg=$ac_end
    9006       ac_end=`expr $ac_end + $ac_max_sed_lines`
    9007     fi
    9008   done
    9009   if test -z "$ac_sed_cmds"; then
    9010     ac_sed_cmds=cat
    9011   fi
    9012 fi # test -n "$CONFIG_FILES"
    9013 
    9014 _ACEOF
    9015 cat >>$CONFIG_STATUS <<\_ACEOF
    9016 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    9017   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    9018   case $ac_file in
    9019   - | *:- | *:-:* ) # input from stdin
    9020     cat >$tmp/stdin
    9021     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9022     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9023   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9024     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9025   * )   ac_file_in=$ac_file.in ;;
     10029    # Neutralize special characters interpreted by sed in replacement strings.
     10030    case $configure_input in #(
     10031    *\&* | *\|* | *\\* )
     10032       ac_sed_conf_input=`$as_echo "$configure_input" |
     10033       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     10034    *) ac_sed_conf_input=$configure_input;;
     10035    esac
     10036
     10037    case $ac_tag in
     10038    *:-:* | *:-) cat >"$tmp/stdin" \
     10039      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10040$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10041   { (exit 1); exit 1; }; } ;;
     10042    esac
     10043    ;;
    902610044  esac
    902710045
    9028   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    9029   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     10046  ac_dir=`$as_dirname -- "$ac_file" ||
    903010047$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    903110048     X"$ac_file" : 'X\(//\)[^/]' \| \
    903210049     X"$ac_file" : 'X\(//\)$' \| \
    9033      X"$ac_file" : 'X\(/\)' \| \
    9034      .     : '\(.\)' 2>/dev/null ||
    9035 echo X"$ac_file" |
    9036     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9037       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9038       /^X\(\/\/\)$/{ s//\1/; q; }
    9039       /^X\(\/\).*/{ s//\1/; q; }
    9040       s/.*/./; q'`
    9041   { if $as_mkdir_p; then
    9042     mkdir -p "$ac_dir"
    9043   else
    9044     as_dir="$ac_dir"
     10050     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
     10051$as_echo X"$ac_file" |
     10052    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10053        s//\1/
     10054        q
     10055      }
     10056      /^X\(\/\/\)[^/].*/{
     10057        s//\1/
     10058        q
     10059      }
     10060      /^X\(\/\/\)$/{
     10061        s//\1/
     10062        q
     10063      }
     10064      /^X\(\/\).*/{
     10065        s//\1/
     10066        q
     10067      }
     10068      s/.*/./; q'`
     10069  { as_dir="$ac_dir"
     10070  case $as_dir in #(
     10071  -*) as_dir=./$as_dir;;
     10072  esac
     10073  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    904510074    as_dirs=
    9046     while test ! -d "$as_dir"; do
    9047       as_dirs="$as_dir $as_dirs"
    9048       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10075    while :; do
     10076      case $as_dir in #(
     10077      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10078      *) as_qdir=$as_dir;;
     10079      esac
     10080      as_dirs="'$as_qdir' $as_dirs"
     10081      as_dir=`$as_dirname -- "$as_dir" ||
    904910082$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    905010083     X"$as_dir" : 'X\(//\)[^/]' \| \
    905110084     X"$as_dir" : 'X\(//\)$' \| \
    9052      X"$as_dir" : 'X\(/\)' \| \
    9053      .     : '\(.\)' 2>/dev/null ||
    9054 echo X"$as_dir" |
    9055     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9056       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9057       /^X\(\/\/\)$/{ s//\1/; q; }
    9058       /^X\(\/\).*/{ s//\1/; q; }
    9059       s/.*/./; q'`
     10085     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10086$as_echo X"$as_dir" |
     10087    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10088        s//\1/
     10089        q
     10090      }
     10091      /^X\(\/\/\)[^/].*/{
     10092        s//\1/
     10093        q
     10094      }
     10095      /^X\(\/\/\)$/{
     10096        s//\1/
     10097        q
     10098      }
     10099      /^X\(\/\).*/{
     10100        s//\1/
     10101        q
     10102      }
     10103      s/.*/./; q'`
     10104      test -d "$as_dir" && break
    906010105    done
    9061     test ! -n "$as_dirs" || mkdir $as_dirs
    9062   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9063 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10106    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10107  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10108$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    906410109   { (exit 1); exit 1; }; }; }
    9065 
    906610110  ac_builddir=.
    906710111
    9068 if test "$ac_dir" != .; then
    9069   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    9070   # A "../" for each directory in $ac_dir_suffix.
    9071   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    9072 else
    9073   ac_dir_suffix= ac_top_builddir=
    9074 fi
     10112case "$ac_dir" in
     10113.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10114*)
     10115  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10116  # A ".." for each directory in $ac_dir_suffix.
     10117  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10118  case $ac_top_builddir_sub in
     10119  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10120  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10121  esac ;;
     10122esac
     10123ac_abs_top_builddir=$ac_pwd
     10124ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10125# for backward compatibility:
     10126ac_top_builddir=$ac_top_build_prefix
    907510127
    907610128case $srcdir in
    9077   .)  # No --srcdir option.  We are building in place.
     10129  .)  # We are building in place.
    907810130    ac_srcdir=.
    9079     if test -z "$ac_top_builddir"; then
    9080        ac_top_srcdir=.
    9081     else
    9082        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    9083     fi ;;
    9084   [\\/]* | ?:[\\/]* )  # Absolute path.
     10131    ac_top_srcdir=$ac_top_builddir_sub
     10132    ac_abs_top_srcdir=$ac_pwd ;;
     10133  [\\/]* | ?:[\\/]* )  # Absolute name.
    908510134    ac_srcdir=$srcdir$ac_dir_suffix;
    9086     ac_top_srcdir=$srcdir ;;
    9087   *) # Relative path.
    9088     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    9089     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     10135    ac_top_srcdir=$srcdir
     10136    ac_abs_top_srcdir=$srcdir ;;
     10137  *) # Relative name.
     10138    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10139    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10140    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    909010141esac
    9091 
    9092 # Do not use `cd foo && pwd` to compute absolute paths, because
    9093 # the directories may not exist.
    9094 case `pwd` in
    9095 .) ac_abs_builddir="$ac_dir";;
    9096 *)
    9097   case "$ac_dir" in
    9098   .) ac_abs_builddir=`pwd`;;
    9099   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    9100   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    9101   esac;;
    9102 esac
    9103 case $ac_abs_builddir in
    9104 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    9105 *)
    9106   case ${ac_top_builddir}. in
    9107   .) ac_abs_top_builddir=$ac_abs_builddir;;
    9108   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    9109   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    9110   esac;;
    9111 esac
    9112 case $ac_abs_builddir in
    9113 .) ac_abs_srcdir=$ac_srcdir;;
    9114 *)
    9115   case $ac_srcdir in
    9116   .) ac_abs_srcdir=$ac_abs_builddir;;
    9117   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    9118   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    9119   esac;;
    9120 esac
    9121 case $ac_abs_builddir in
    9122 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    9123 *)
    9124   case $ac_top_srcdir in
    9125   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    9126   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    9127   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    9128   esac;;
    9129 esac
    9130 
     10142ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10143
     10144
     10145  case $ac_mode in
     10146  :F)
     10147  #
     10148  # CONFIG_FILE
     10149  #
    913110150
    913210151  case $INSTALL in
    913310152  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
    9134   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
     10153  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
    913510154  esac
    9136 
    9137   if test x"$ac_file" != x-; then
    9138     { echo "$as_me:$LINENO: creating $ac_file" >&5
    9139 echo "$as_me: creating $ac_file" >&6;}
    9140     rm -f "$ac_file"
    9141   fi
    9142   # Let's still pretend it is `configure' which instantiates (i.e., don't
    9143   # use $as_me), people would be surprised to read:
    9144   #    /* config.h.  Generated by config.status.  */
    9145   if test x"$ac_file" = x-; then
    9146     configure_input=
    9147   else
    9148     configure_input="$ac_file.  "
    9149   fi
    9150   configure_input=$configure_input"Generated from `echo $ac_file_in |
    9151                      sed 's,.*/,,'` by configure."
    9152 
    9153   # First look for the input files in the build tree, otherwise in the
    9154   # src tree.
    9155   ac_file_inputs=`IFS=:
    9156     for f in $ac_file_in; do
    9157       case $f in
    9158       -) echo $tmp/stdin ;;
    9159       [\\/$]*)
    9160      # Absolute (can't be DOS-style, as IFS=:)
    9161      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9162 echo "$as_me: error: cannot find input file: $f" >&2;}
    9163    { (exit 1); exit 1; }; }
    9164      echo "$f";;
    9165       *) # Relative
    9166      if test -f "$f"; then
    9167        # Build tree
    9168        echo "$f"
    9169      elif test -f "$srcdir/$f"; then
    9170        # Source tree
    9171        echo "$srcdir/$f"
    9172      else
    9173        # /dev/null tree
    9174        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9175 echo "$as_me: error: cannot find input file: $f" >&2;}
    9176    { (exit 1); exit 1; }; }
    9177      fi;;
    9178       esac
    9179     done` || { (exit 1); exit 1; }
    9180 _ACEOF
    9181 cat >>$CONFIG_STATUS <<_ACEOF
    9182   sed "$ac_vpsub
     10155_ACEOF
     10156
     10157cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10158# If the template does not know about datarootdir, expand it.
     10159# FIXME: This hack should be removed a few years after 2.60.
     10160ac_datarootdir_hack=; ac_datarootdir_seen=
     10161
     10162ac_sed_dataroot='
     10163/datarootdir/ {
     10164  p
     10165  q
     10166}
     10167/@datadir@/p
     10168/@docdir@/p
     10169/@infodir@/p
     10170/@localedir@/p
     10171/@mandir@/p
     10172'
     10173case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     10174*datarootdir*) ac_datarootdir_seen=yes;;
     10175*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     10176  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10177$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10178_ACEOF
     10179cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10180  ac_datarootdir_hack='
     10181  s&@datadir@&$datadir&g
     10182  s&@docdir@&$docdir&g
     10183  s&@infodir@&$infodir&g
     10184  s&@localedir@&$localedir&g
     10185  s&@mandir@&$mandir&g
     10186    s&\\\${datarootdir}&$datarootdir&g' ;;
     10187esac
     10188_ACEOF
     10189
     10190# Neutralize VPATH when `$srcdir' = `.'.
     10191# Shell code in configure.ac might set extrasub.
     10192# FIXME: do we really want to maintain this feature?
     10193cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10194ac_sed_extra="$ac_vpsub
    918310195$extrasub
    918410196_ACEOF
    9185 cat >>$CONFIG_STATUS <<\_ACEOF
     10197cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    918610198:t
    918710199/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    9188 s,@configure_input@,$configure_input,;t t
    9189 s,@srcdir@,$ac_srcdir,;t t
    9190 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    9191 s,@top_srcdir@,$ac_top_srcdir,;t t
    9192 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    9193 s,@builddir@,$ac_builddir,;t t
    9194 s,@abs_builddir@,$ac_abs_builddir,;t t
    9195 s,@top_builddir@,$ac_top_builddir,;t t
    9196 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    9197 s,@INSTALL@,$ac_INSTALL,;t t
    9198 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    9199   rm -f $tmp/stdin
     10200s|@configure_input@|$ac_sed_conf_input|;t t
     10201s&@top_builddir@&$ac_top_builddir_sub&;t t
     10202s&@top_build_prefix@&$ac_top_build_prefix&;t t
     10203s&@srcdir@&$ac_srcdir&;t t
     10204s&@abs_srcdir@&$ac_abs_srcdir&;t t
     10205s&@top_srcdir@&$ac_top_srcdir&;t t
     10206s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     10207s&@builddir@&$ac_builddir&;t t
     10208s&@abs_builddir@&$ac_abs_builddir&;t t
     10209s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     10210s&@INSTALL@&$ac_INSTALL&;t t
     10211$ac_datarootdir_hack
     10212"
     10213eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     10214  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10215$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10216   { (exit 1); exit 1; }; }
     10217
     10218test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     10219  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     10220  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     10221  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10222which seems to be undefined.  Please make sure it is defined." >&5
     10223$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10224which seems to be undefined.  Please make sure it is defined." >&2;}
     10225
     10226  rm -f "$tmp/stdin"
     10227  case $ac_file in
     10228  -) cat "$tmp/out" && rm -f "$tmp/out";;
     10229  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     10230  esac \
     10231  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10232$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10233   { (exit 1); exit 1; }; }
     10234 ;;
     10235  :H)
     10236  #
     10237  # CONFIG_HEADER
     10238  #
    920010239  if test x"$ac_file" != x-; then
    9201     mv $tmp/out $ac_file
    9202   else
    9203     cat $tmp/out
    9204     rm -f $tmp/out
    9205   fi
    9206 
    9207 done
    9208 _ACEOF
    9209 cat >>$CONFIG_STATUS <<\_ACEOF
    9210 
    9211 #
    9212 # CONFIG_HEADER section.
    9213 #
    9214 
    9215 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
    9216 # NAME is the cpp macro being defined and VALUE is the value it is being given.
    9217 #
    9218 # ac_d sets the value in "#define NAME VALUE" lines.
    9219 ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
    9220 ac_dB='[     ].*$,\1#\2'
    9221 ac_dC=' '
    9222 ac_dD=',;t'
    9223 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    9224 ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
    9225 ac_uB='$,\1#\2define\3'
    9226 ac_uC=' '
    9227 ac_uD=',;t'
    9228 
    9229 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
    9230   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    9231   case $ac_file in
    9232   - | *:- | *:-:* ) # input from stdin
    9233     cat >$tmp/stdin
    9234     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9235     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9236   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9237     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    9238   * )   ac_file_in=$ac_file.in ;;
    9239   esac
    9240 
    9241   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
    9242 echo "$as_me: creating $ac_file" >&6;}
    9243 
    9244   # First look for the input files in the build tree, otherwise in the
    9245   # src tree.
    9246   ac_file_inputs=`IFS=:
    9247     for f in $ac_file_in; do
    9248       case $f in
    9249       -) echo $tmp/stdin ;;
    9250       [\\/$]*)
    9251      # Absolute (can't be DOS-style, as IFS=:)
    9252      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9253 echo "$as_me: error: cannot find input file: $f" >&2;}
     10240    {
     10241      $as_echo "/* $configure_input  */" \
     10242      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     10243    } >"$tmp/config.h" \
     10244      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10245$as_echo "$as_me: error: could not create $ac_file" >&2;}
    925410246   { (exit 1); exit 1; }; }
    9255      # Do quote $f, to prevent DOS paths from being IFS'd.
    9256      echo "$f";;
    9257       *) # Relative
    9258      if test -f "$f"; then
    9259        # Build tree
    9260        echo "$f"
    9261      elif test -f "$srcdir/$f"; then
    9262        # Source tree
    9263        echo "$srcdir/$f"
    9264      else
    9265        # /dev/null tree
    9266        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    9267 echo "$as_me: error: cannot find input file: $f" >&2;}
     10247    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     10248      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     10249$as_echo "$as_me: $ac_file is unchanged" >&6;}
     10250    else
     10251      rm -f "$ac_file"
     10252      mv "$tmp/config.h" "$ac_file" \
     10253    || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10254$as_echo "$as_me: error: could not create $ac_file" >&2;}
    926810255   { (exit 1); exit 1; }; }
    9269      fi;;
    9270       esac
    9271     done` || { (exit 1); exit 1; }
    9272   # Remove the trailing spaces.
    9273   sed 's/[   ]*$//' $ac_file_inputs >$tmp/in
    9274 
    9275 _ACEOF
    9276 
    9277 # Transform confdefs.h into two sed scripts, `conftest.defines' and
    9278 # `conftest.undefs', that substitutes the proper values into
    9279 # config.h.in to produce config.h.  The first handles `#define'
    9280 # templates, and the second `#undef' templates.
    9281 # And first: Protect against being on the right side of a sed subst in
    9282 # config.status.  Protect against being in an unquoted here document
    9283 # in config.status.
    9284 rm -f conftest.defines conftest.undefs
    9285 # Using a here document instead of a string reduces the quoting nightmare.
    9286 # Putting comments in sed scripts is not portable.
    9287 #
    9288 # `end' is used to avoid that the second main sed command (meant for
    9289 # 0-ary CPP macros) applies to n-ary macro definitions.
    9290 # See the Autoconf documentation for `clear'.
    9291 cat >confdef2sed.sed <<\_ACEOF
    9292 s/[\\&,]/\\&/g
    9293 s,[\\$`],\\&,g
    9294 t clear
    9295 : clear
    9296 s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    9297 t end
    9298 s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    9299 : end
    9300 _ACEOF
    9301 # If some macros were called several times there might be several times
    9302 # the same #defines, which is useless.  Nevertheless, we may not want to
    9303 # sort them, since we want the *last* AC-DEFINE to be honored.
    9304 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
    9305 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
    9306 rm -f confdef2sed.sed
    9307 
    9308 # This sed command replaces #undef with comments.  This is necessary, for
    9309 # example, in the case of _POSIX_SOURCE, which is predefined and required
    9310 # on some systems where configure will not decide to define it.
    9311 cat >>conftest.undefs <<\_ACEOF
    9312 s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    9313 _ACEOF
    9314 
    9315 # Break up conftest.defines because some shells have a limit on the size
    9316 # of here documents, and old seds have small limits too (100 cmds).
    9317 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    9318 echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    9319 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    9320 echo '  :' >>$CONFIG_STATUS
    9321 rm -f conftest.tail
    9322 while grep . conftest.defines >/dev/null
    9323 do
    9324   # Write a limited-size here document to $tmp/defines.sed.
    9325   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    9326   # Speed up: don't consider the non `#define' lines.
    9327   echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS
    9328   # Work around the forget-to-reset-the-flag bug.
    9329   echo 't clr' >>$CONFIG_STATUS
    9330   echo ': clr' >>$CONFIG_STATUS
    9331   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
    9332   echo 'CEOF
    9333   sed -f $tmp/defines.sed $tmp/in >$tmp/out
    9334   rm -f $tmp/in
    9335   mv $tmp/out $tmp/in
    9336 ' >>$CONFIG_STATUS
    9337   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
    9338   rm -f conftest.defines
    9339   mv conftest.tail conftest.defines
    9340 done
    9341 rm -f conftest.defines
    9342 echo '  fi # grep' >>$CONFIG_STATUS
    9343 echo >>$CONFIG_STATUS
    9344 
    9345 # Break up conftest.undefs because some shells have a limit on the size
    9346 # of here documents, and old seds have small limits too (100 cmds).
    9347 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
    9348 rm -f conftest.tail
    9349 while grep . conftest.undefs >/dev/null
    9350 do
    9351   # Write a limited-size here document to $tmp/undefs.sed.
    9352   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    9353   # Speed up: don't consider the non `#undef'
    9354   echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    9355   # Work around the forget-to-reset-the-flag bug.
    9356   echo 't clr' >>$CONFIG_STATUS
    9357   echo ': clr' >>$CONFIG_STATUS
    9358   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
    9359   echo 'CEOF
    9360   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
    9361   rm -f $tmp/in
    9362   mv $tmp/out $tmp/in
    9363 ' >>$CONFIG_STATUS
    9364   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
    9365   rm -f conftest.undefs
    9366   mv conftest.tail conftest.undefs
    9367 done
    9368 rm -f conftest.undefs
    9369 
    9370 cat >>$CONFIG_STATUS <<\_ACEOF
    9371   # Let's still pretend it is `configure' which instantiates (i.e., don't
    9372   # use $as_me), people would be surprised to read:
    9373   #    /* config.h.  Generated by config.status.  */
    9374   if test x"$ac_file" = x-; then
    9375     echo "/* Generated by configure.  */" >$tmp/config.h
    9376   else
    9377     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
    9378   fi
    9379   cat $tmp/in >>$tmp/config.h
    9380   rm -f $tmp/in
    9381   if test x"$ac_file" != x-; then
    9382     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
    9383       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    9384 echo "$as_me: $ac_file is unchanged" >&6;}
    9385     else
    9386       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    9387 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9388      X"$ac_file" : 'X\(//\)[^/]' \| \
    9389      X"$ac_file" : 'X\(//\)$' \| \
    9390      X"$ac_file" : 'X\(/\)' \| \
    9391      .     : '\(.\)' 2>/dev/null ||
    9392 echo X"$ac_file" |
    9393     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9394       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9395       /^X\(\/\/\)$/{ s//\1/; q; }
    9396       /^X\(\/\).*/{ s//\1/; q; }
    9397       s/.*/./; q'`
    9398       { if $as_mkdir_p; then
    9399     mkdir -p "$ac_dir"
    9400   else
    9401     as_dir="$ac_dir"
    9402     as_dirs=
    9403     while test ! -d "$as_dir"; do
    9404       as_dirs="$as_dir $as_dirs"
    9405       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    9406 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9407      X"$as_dir" : 'X\(//\)[^/]' \| \
    9408      X"$as_dir" : 'X\(//\)$' \| \
    9409      X"$as_dir" : 'X\(/\)' \| \
    9410      .     : '\(.\)' 2>/dev/null ||
    9411 echo X"$as_dir" |
    9412     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9413       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9414       /^X\(\/\/\)$/{ s//\1/; q; }
    9415       /^X\(\/\).*/{ s//\1/; q; }
    9416       s/.*/./; q'`
    9417     done
    9418     test ! -n "$as_dirs" || mkdir $as_dirs
    9419   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9420 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    9421    { (exit 1); exit 1; }; }; }
    9422 
    9423       rm -f $ac_file
    9424       mv $tmp/config.h $ac_file
    942510256    fi
    942610257  else
    9427     cat $tmp/config.h
    9428     rm -f $tmp/config.h
     10258    $as_echo "/* $configure_input  */" \
     10259      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     10260      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     10261$as_echo "$as_me: error: could not create -" >&2;}
     10262   { (exit 1); exit 1; }; }
    942910263  fi
    9430 done
    9431 _ACEOF
    9432 
    9433 cat >>$CONFIG_STATUS <<\_ACEOF
     10264 ;;
     10265
     10266
     10267  esac
     10268
     10269done # for ac_tag
     10270
    943410271
    943510272{ (exit 0); exit 0; }
     
    943710274chmod +x $CONFIG_STATUS
    943810275ac_clean_files=$ac_clean_files_save
     10276
     10277test $ac_write_fail = 0 ||
     10278  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     10279$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     10280   { (exit 1); exit 1; }; }
    943910281
    944010282
     
    945910301  $ac_cs_success || { (exit 1); exit 1; }
    946010302fi
    9461 
     10303if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     10304  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     10305$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     10306fi
     10307
  • main/trunk/greenstone2/common-src/packages/gdbm/gdbm-1.8.3/configure.in

    r21432 r25149  
    1616dnl AC_C_BIGENDIAN([])
    1717
    18 dnl AC_MSG_CHECKING(to see if architecture is 64-bit)
    19 dnl arch_64bit=no
    20 dnl case "$host_cpu" in
    21 dnl x86_64) arch_64bit=yes ;;
    22 dnl esac
    23 dnl
    24 dnl if test "$arch_64bit" = yes; then
    25 dnl   AC_MSG_RESULT(yes)
    26 dnl   if test -z "$COMPAT32BITFLAGS" ; then
    27 dnl     COMPAT32BITFLAGS="-m32"
    28 dnl     LIBTOOLCOMPAT32BITFLAGS="-Wl,-m32"
    29 dnl   fi
    30 dnl else
    31 dnl   AC_MSG_RESULT(no)
    32 dnl   if test -z "$COMPAT32BITFLAGS" ; then
    33 dnl     COMPAT32BITFLAGS=
    34 dnl     LIBTOOLCOMPAT32BITFLAGS=
    35 dnl   fi
    36 dnl fi
    37 dnl export COMPAT32BITFLAGS
    38 dnl AC_SUBST(COMPAT32BITFLAGS)
    39 
    40 
    41 AC_DEFINE_UNQUOTED(COMPAT32BITFLAGS, $COMPAT32BITFLAGS)
    42 AC_SUBST(COMPAT32BITFLAGS)
     18AC_DEFINE_UNQUOTED(ARCH_DEP_FLAGS, $ARCH_DEP_FLAGS)
     19AC_SUBST(ARCH_DEP_FLAGS)
    4320
    4421
  • main/trunk/greenstone2/common-src/src/gdbmedit/db2txt/Makefile.in

    r22077 r25149  
    3131
    3232CXX = @CXX@
    33 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     33CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3434DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    3535GSDLOS = @gsdlos@
    3636INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(COMMON_DIR)/src/lib
    3737INSTALL = @INSTALL@
    38 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     38LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3939LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    4040
  • main/trunk/greenstone2/common-src/src/gdbmedit/gdbmdel/Makefile.in

    r22077 r25149  
    3131
    3232CXX = @CXX@
    33 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     33CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3434DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    3535GSDLOS = @gsdlos@
    3636INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(COMMON_DIR)/src/lib
    3737INSTALL = @INSTALL@
    38 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     38LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3939LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    4040
  • main/trunk/greenstone2/common-src/src/gdbmedit/gdbmget/Makefile.in

    r22077 r25149  
    3131
    3232CXX = @CXX@
    33 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     33CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3434DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    3535GSDLOS = @gsdlos@
    3636INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(COMMON_DIR)/src/lib
    3737INSTALL = @INSTALL@
    38 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     38LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3939LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    4040
  • main/trunk/greenstone2/common-src/src/gdbmedit/gdbmkeys/Makefile.in

    r22077 r25149  
    3131
    3232CXX = @CXX@
    33 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     33CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3434DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    3535GSDLOS = @gsdlos@
    3636INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(COMMON_DIR)/src/lib
    3737INSTALL = @INSTALL@
    38 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     38LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3939LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    4040
  • main/trunk/greenstone2/common-src/src/gdbmedit/gdbmset/Makefile.in

    r22077 r25149  
    3131
    3232CXX = @CXX@
    33 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     33CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3434DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    3535GSDLOS = @gsdlos@
    3636INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(COMMON_DIR)/src/lib
    3737INSTALL = @INSTALL@
    38 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     38LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3939LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    4040
  • main/trunk/greenstone2/common-src/src/gdbmedit/txt2db/Makefile.in

    r22077 r25149  
    3131
    3232CXX = @CXX@
    33 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     33CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3434DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    3535GSDLOS = @gsdlos@
    3636INCLUDES = -I$(COMMON_PACKAGES_DIR)/gdbm/include -I$(COMMON_DIR)/src/lib
    3737INSTALL = @INSTALL@
    38 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     38LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3939LIBS = @LIBS@ $(COMMON_PACKAGES_DIR)/gdbm/lib/libgdbm.a
    4040
  • main/trunk/greenstone2/common-src/src/getpw/Makefile.in

    r19875 r25149  
    2828
    2929CXX = @CXX@
    30 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     30CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    3131DEFS = @DEFS@
    3232GSDLOS = @gsdlos@
    3333INCLUDES = -I$(COMMON_DIR) -I$(COMMON_DIR)/src/lib
    3434INSTALL = @INSTALL@
    35 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     35LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    3636LIBS = @LIBS@
    3737
  • main/trunk/greenstone2/common-src/src/lib/Makefile.in

    r22793 r25149  
    7171AR = ar
    7272CXX = @CXX@
    73 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     73CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    7474DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    7575INCLUDES = -I. -I$(COMMON_DIR) $(GDBM_INCLUDES) $(SQLITE_INCLUDES)
  • main/trunk/greenstone2/configure

    r24958 r25149  
    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= ;;
    192 esac
    193 
    194 if expr a : '\(a\)' >/dev/null 2>&1; then
     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';;
     501esac
     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.
     
    232571
    233572
    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
    242 
     573
     574exec 7<&0 </dev/null 6>&1
    243575
    244576# Name of the host.
     
    247579ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    248580
    249 exec 6>&1
    250 
    251581#
    252582# Initializations.
    253583#
    254584ac_default_prefix=/usr/local
     585ac_clean_files=
    255586ac_config_libobj_dir=.
     587LIBOBJS=
    256588cross_compiling=no
    257589subdirs=
     
    259591MAKEFLAGS=
    260592SHELL=${CONFIG_SHELL-/bin/sh}
    261 
    262 # Maximum number of lines to put in a shell here document.
    263 # This variable seems obsolete.  It should probably be removed, and
    264 # only ac_max_sed_lines should be used.
    265 : ${ac_max_here_lines=38}
    266593
    267594# Identity of this package.
     
    275602ac_includes_default="\
    276603#include <stdio.h>
    277 #if HAVE_SYS_TYPES_H
     604#ifdef HAVE_SYS_TYPES_H
    278605# include <sys/types.h>
    279606#endif
    280 #if HAVE_SYS_STAT_H
     607#ifdef HAVE_SYS_STAT_H
    281608# include <sys/stat.h>
    282609#endif
    283 #if STDC_HEADERS
     610#ifdef STDC_HEADERS
    284611# include <stdlib.h>
    285612# include <stddef.h>
    286613#else
    287 # if HAVE_STDLIB_H
     614# ifdef HAVE_STDLIB_H
    288615#  include <stdlib.h>
    289616# endif
    290617#endif
    291 #if HAVE_STRING_H
    292 # if !STDC_HEADERS && HAVE_MEMORY_H
     618#ifdef HAVE_STRING_H
     619# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    293620#  include <memory.h>
    294621# endif
    295622# include <string.h>
    296623#endif
    297 #if HAVE_STRINGS_H
     624#ifdef HAVE_STRINGS_H
    298625# include <strings.h>
    299626#endif
    300 #if HAVE_INTTYPES_H
     627#ifdef HAVE_INTTYPES_H
    301628# include <inttypes.h>
    302 #else
    303 # if HAVE_STDINT_H
    304 #  include <stdint.h>
    305 # endif
    306629#endif
    307 #if HAVE_UNISTD_H
     630#ifdef HAVE_STDINT_H
     631# include <stdint.h>
     632#endif
     633#ifdef HAVE_UNISTD_H
    308634# include <unistd.h>
    309635#endif"
    310636
    311 ac_subdirs_all="$ac_subdirs_all common-src"
    312 ac_subdirs_all="$ac_subdirs_all build-src"
    313 ac_subdirs_all="$ac_subdirs_all runtime-src"
    314 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 PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR ENABLE_JAVA USE_Z3950 USE_YAZ USE_WVWARE USE_JDBM USE_GDBM ENABLE_ACCENTFOLD USE_SQLITE USE_RSS USE_APACHE_HTTPD ENABLE_JNI ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos MODULEDIRS subdirs LTLIBOBJS'
     637enable_option_checking=no
     638ac_subst_vars='LTLIBOBJS
     639subdirs
     640MODULEDIRS
     641gsdlos
     642STATIC
     643LIBOBJS
     644ALLOCA
     645ANSI2KNR
     646U
     647EGREP
     648GREP
     649CPP
     650MICO_VER
     651ARCH_DEP_FLAGS
     652RANLIB
     653SET_MAKE
     654LN_S
     655INSTALL_DATA
     656INSTALL_SCRIPT
     657INSTALL_PROGRAM
     658target_os
     659target_vendor
     660target_cpu
     661target
     662host_os
     663host_vendor
     664host_cpu
     665host
     666build_os
     667build_vendor
     668build_cpu
     669build
     670YFLAGS
     671YACC
     672AWK
     673ac_ct_CXX
     674CXXFLAGS
     675CXX
     676OBJEXT
     677EXEEXT
     678ac_ct_CC
     679CPPFLAGS
     680CC
     681CFLAGS
     682LDFLAGS
     683ENABLE_LUCENE
     684ENABLE_MGPP
     685ENABLE_MG
     686ENABLE_JNI
     687USE_APACHE_HTTPD
     688USE_RSS
     689USE_SQLITE
     690ENABLE_ACCENTFOLD
     691USE_GDBM
     692USE_JDBM
     693USE_WVWARE
     694USE_YAZ
     695USE_Z3950
     696ENABLE_JAVA
     697MICO_DIR
     698USE_CORBA
     699USE_LANGACTION
     700USE_FASTCGI
     701VERSION
     702PACKAGE
     703target_alias
     704host_alias
     705build_alias
     706LIBS
     707ECHO_T
     708ECHO_N
     709ECHO_C
     710DEFS
     711mandir
     712localedir
     713libdir
     714psdir
     715pdfdir
     716dvidir
     717htmldir
     718infodir
     719docdir
     720oldincludedir
     721includedir
     722localstatedir
     723sharedstatedir
     724sysconfdir
     725datadir
     726datarootdir
     727libexecdir
     728sbindir
     729bindir
     730program_transform_name
     731prefix
     732exec_prefix
     733PACKAGE_BUGREPORT
     734PACKAGE_STRING
     735PACKAGE_VERSION
     736PACKAGE_TARNAME
     737PACKAGE_NAME
     738PATH_SEPARATOR
     739SHELL'
    315740ac_subst_files=''
     741ac_user_opts='
     742enable_option_checking
     743enable_corba
     744with_micodir
     745enable_java
     746enable_z3950
     747enable_yaz
     748enable_wvware
     749enable_jdbm
     750enable_gdbm
     751enable_accentfold
     752enable_sqlite
     753enable_rss
     754enable_apache_httpd
     755enable_jni
     756enable_mg
     757enable_mgpp
     758enable_lucene
     759with_dmalloc
     760with_regex
     761'
     762      ac_precious_vars='build_alias
     763host_alias
     764target_alias
     765CC
     766CFLAGS
     767LDFLAGS
     768LIBS
     769CPPFLAGS
     770CXX
     771CXXFLAGS
     772CCC
     773YACC
     774YFLAGS
     775CPP'
     776ac_subdirs_all='common-src
     777build-src
     778runtime-src'
    316779
    317780# Initialize some variables set by options.
    318781ac_init_help=
    319782ac_init_version=false
     783ac_unrecognized_opts=
     784ac_unrecognized_sep=
    320785# The variables have the same names as the options, with
    321786# dashes changed to underlines.
     
    340805# by default will actually change.
    341806# Use braces instead of parens because sh, perl, etc. also accept them.
     807# (The list follows the same order as the GNU Coding Standards.)
    342808bindir='${exec_prefix}/bin'
    343809sbindir='${exec_prefix}/sbin'
    344810libexecdir='${exec_prefix}/libexec'
    345 datadir='${prefix}/share'
     811datarootdir='${prefix}/share'
     812datadir='${datarootdir}'
    346813sysconfdir='${prefix}/etc'
    347814sharedstatedir='${prefix}/com'
    348815localstatedir='${prefix}/var'
    349 libdir='${exec_prefix}/lib'
    350816includedir='${prefix}/include'
    351817oldincludedir='/usr/include'
    352 infodir='${prefix}/info'
    353 mandir='${prefix}/man'
     818docdir='${datarootdir}/doc/${PACKAGE}'
     819infodir='${datarootdir}/info'
     820htmldir='${docdir}'
     821dvidir='${docdir}'
     822pdfdir='${docdir}'
     823psdir='${docdir}'
     824libdir='${exec_prefix}/lib'
     825localedir='${datarootdir}/locale'
     826mandir='${datarootdir}/man'
    354827
    355828ac_prev=
     829ac_dashdash=
    356830for ac_option
    357831do
    358832  # If the previous option needs an argument, assign it.
    359833  if test -n "$ac_prev"; then
    360     eval "$ac_prev=\$ac_option"
     834    eval $ac_prev=\$ac_option
    361835    ac_prev=
    362836    continue
    363837  fi
    364838
    365   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     839  case $ac_option in
     840  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     841  *)    ac_optarg=yes ;;
     842  esac
    366843
    367844  # Accept the important Cygnus configure options, so we can diagnose typos.
    368845
    369   case $ac_option in
     846  case $ac_dashdash$ac_option in
     847  --)
     848    ac_dashdash=yes ;;
    370849
    371850  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    389868    cache_file=config.cache ;;
    390869
    391   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     870  -datadir | --datadir | --datadi | --datad)
    392871    ac_prev=datadir ;;
    393   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    394   | --da=*)
     872  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    395873    datadir=$ac_optarg ;;
    396874
     875  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     876  | --dataroo | --dataro | --datar)
     877    ac_prev=datarootdir ;;
     878  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     879  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     880    datarootdir=$ac_optarg ;;
     881
    397882  -disable-* | --disable-*)
    398     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     883    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    399884    # Reject names that are not valid shell variable names.
    400     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    401       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     885    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     886      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    402887   { (exit 1); exit 1; }; }
    403     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    404     eval "enable_$ac_feature=no" ;;
     888    ac_useropt_orig=$ac_useropt
     889    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     890    case $ac_user_opts in
     891      *"
     892"enable_$ac_useropt"
     893"*) ;;
     894      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     895     ac_unrecognized_sep=', ';;
     896    esac
     897    eval enable_$ac_useropt=no ;;
     898
     899  -docdir | --docdir | --docdi | --doc | --do)
     900    ac_prev=docdir ;;
     901  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     902    docdir=$ac_optarg ;;
     903
     904  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     905    ac_prev=dvidir ;;
     906  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     907    dvidir=$ac_optarg ;;
    405908
    406909  -enable-* | --enable-*)
    407     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     910    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    408911    # Reject names that are not valid shell variable names.
    409     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    410       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     912    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     913      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    411914   { (exit 1); exit 1; }; }
    412     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    413     case $ac_option in
    414       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    415       *) ac_optarg=yes ;;
     915    ac_useropt_orig=$ac_useropt
     916    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     917    case $ac_user_opts in
     918      *"
     919"enable_$ac_useropt"
     920"*) ;;
     921      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     922     ac_unrecognized_sep=', ';;
    416923    esac
    417     eval "enable_$ac_feature='$ac_optarg'" ;;
     924    eval enable_$ac_useropt=\$ac_optarg ;;
    418925
    419926  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    442949    host_alias=$ac_optarg ;;
    443950
     951  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     952    ac_prev=htmldir ;;
     953  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     954  | --ht=*)
     955    htmldir=$ac_optarg ;;
     956
    444957  -includedir | --includedir | --includedi | --included | --include \
    445958  | --includ | --inclu | --incl | --inc)
     
    466979    libexecdir=$ac_optarg ;;
    467980
     981  -localedir | --localedir | --localedi | --localed | --locale)
     982    ac_prev=localedir ;;
     983  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     984    localedir=$ac_optarg ;;
     985
    468986  -localstatedir | --localstatedir | --localstatedi | --localstated \
    469   | --localstate | --localstat | --localsta | --localst \
    470   | --locals | --local | --loca | --loc | --lo)
     987  | --localstate | --localstat | --localsta | --localst | --locals)
    471988    ac_prev=localstatedir ;;
    472989  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    473   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    474   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     990  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    475991    localstatedir=$ac_optarg ;;
    476992
     
    5371053    program_transform_name=$ac_optarg ;;
    5381054
     1055  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     1056    ac_prev=pdfdir ;;
     1057  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     1058    pdfdir=$ac_optarg ;;
     1059
     1060  -psdir | --psdir | --psdi | --psd | --ps)
     1061    ac_prev=psdir ;;
     1062  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     1063    psdir=$ac_optarg ;;
     1064
    5391065  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    5401066  | -silent | --silent | --silen | --sile | --sil)
     
    5871113
    5881114  -with-* | --with-*)
    589     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1115    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    5901116    # Reject names that are not valid shell variable names.
    591     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    592       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1117    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1118      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    5931119   { (exit 1); exit 1; }; }
    594     ac_package=`echo $ac_package| sed 's/-/_/g'`
    595     case $ac_option in
    596       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    597       *) ac_optarg=yes ;;
     1120    ac_useropt_orig=$ac_useropt
     1121    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1122    case $ac_user_opts in
     1123      *"
     1124"with_$ac_useropt"
     1125"*) ;;
     1126      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1127     ac_unrecognized_sep=', ';;
    5981128    esac
    599     eval "with_$ac_package='$ac_optarg'" ;;
     1129    eval with_$ac_useropt=\$ac_optarg ;;
    6001130
    6011131  -without-* | --without-*)
    602     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1132    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    6031133    # Reject names that are not valid shell variable names.
    604     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    605       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1134    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1135      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    6061136   { (exit 1); exit 1; }; }
    607     ac_package=`echo $ac_package | sed 's/-/_/g'`
    608     eval "with_$ac_package=no" ;;
     1137    ac_useropt_orig=$ac_useropt
     1138    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1139    case $ac_user_opts in
     1140      *"
     1141"with_$ac_useropt"
     1142"*) ;;
     1143      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1144     ac_unrecognized_sep=', ';;
     1145    esac
     1146    eval with_$ac_useropt=no ;;
    6091147
    6101148  --x)
     
    6261164    x_libraries=$ac_optarg ;;
    6271165
    628   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1166  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    6291167Try \`$0 --help' for more information." >&2
    6301168   { (exit 1); exit 1; }; }
     
    6351173    # Reject names that are not valid shell variable names.
    6361174    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    637       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1175      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    6381176   { (exit 1); exit 1; }; }
    639     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    640     eval "$ac_envvar='$ac_optarg'"
     1177    eval $ac_envvar=\$ac_optarg
    6411178    export $ac_envvar ;;
    6421179
    6431180  *)
    6441181    # FIXME: should be removed in autoconf 3.0.
    645     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1182    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    6461183    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    647       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1184      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    6481185    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    6491186    ;;
     
    6541191if test -n "$ac_prev"; then
    6551192  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    656   { echo "$as_me: error: missing argument to $ac_option" >&2
     1193  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    6571194   { (exit 1); exit 1; }; }
    6581195fi
    6591196
    660 # Be sure to have absolute paths.
    661 for ac_var in exec_prefix prefix
     1197if test -n "$ac_unrecognized_opts"; then
     1198  case $enable_option_checking in
     1199    no) ;;
     1200    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1201   { (exit 1); exit 1; }; } ;;
     1202    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1203  esac
     1204fi
     1205
     1206# Check all directory arguments for consistency.
     1207for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1208        datadir sysconfdir sharedstatedir localstatedir includedir \
     1209        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1210        libdir localedir mandir
    6621211do
    663   eval ac_val=$`echo $ac_var`
     1212  eval ac_val=\$$ac_var
     1213  # Remove trailing slashes.
    6641214  case $ac_val in
    665     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    666     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    667    { (exit 1); exit 1; }; };;
     1215    */ )
     1216      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1217      eval $ac_var=\$ac_val;;
    6681218  esac
    669 done
    670 
    671 # Be sure to have absolute paths.
    672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    673           localstatedir libdir includedir oldincludedir infodir mandir
    674 do
    675   eval ac_val=$`echo $ac_var`
     1219  # Be sure to have absolute directory names.
    6761220  case $ac_val in
    677     [\\/$]* | ?:[\\/]* ) ;;
    678     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    679    { (exit 1); exit 1; }; };;
     1221    [\\/$]* | ?:[\\/]* )  continue;;
     1222    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    6801223  esac
     1224  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1225   { (exit 1); exit 1; }; }
    6811226done
    6821227
     
    6921237  if test "x$build_alias" = x; then
    6931238    cross_compiling=maybe
    694     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1239    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    6951240    If a cross compiler is detected then cross compile mode will be used." >&2
    6961241  elif test "x$build_alias" != "x$host_alias"; then
     
    7051250
    7061251
     1252ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1253ac_ls_di=`ls -di .` &&
     1254ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1255  { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1256   { (exit 1); exit 1; }; }
     1257test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1258  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1259   { (exit 1); exit 1; }; }
     1260
     1261
    7071262# Find the source files, if location was not specified.
    7081263if test -z "$srcdir"; then
    7091264  ac_srcdir_defaulted=yes
    710   # Try the directory containing this script, then its parent.
    711   ac_confdir=`(dirname "$0") 2>/dev/null ||
    712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    713      X"$0" : 'X\(//\)[^/]' \| \
    714      X"$0" : 'X\(//\)$' \| \
    715      X"$0" : 'X\(/\)' \| \
    716      .     : '\(.\)' 2>/dev/null ||
    717 echo X"$0" |
    718     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    719       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    720       /^X\(\/\/\)$/{ s//\1/; q; }
    721       /^X\(\/\).*/{ s//\1/; q; }
    722       s/.*/./; q'`
     1265  # Try the directory containing this script, then the parent directory.
     1266  ac_confdir=`$as_dirname -- "$as_myself" ||
     1267$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1268     X"$as_myself" : 'X\(//\)[^/]' \| \
     1269     X"$as_myself" : 'X\(//\)$' \| \
     1270     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1271$as_echo X"$as_myself" |
     1272    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1273        s//\1/
     1274        q
     1275      }
     1276      /^X\(\/\/\)[^/].*/{
     1277        s//\1/
     1278        q
     1279      }
     1280      /^X\(\/\/\)$/{
     1281        s//\1/
     1282        q
     1283      }
     1284      /^X\(\/\).*/{
     1285        s//\1/
     1286        q
     1287      }
     1288      s/.*/./; q'`
    7231289  srcdir=$ac_confdir
    724   if test ! -r $srcdir/$ac_unique_file; then
     1290  if test ! -r "$srcdir/$ac_unique_file"; then
    7251291    srcdir=..
    7261292  fi
     
    7281294  ac_srcdir_defaulted=no
    7291295fi
    730 if test ! -r $srcdir/$ac_unique_file; then
    731   if test "$ac_srcdir_defaulted" = yes; then
    732     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1296if test ! -r "$srcdir/$ac_unique_file"; then
     1297  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1298  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    7331299   { (exit 1); exit 1; }; }
    734   else
    735     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1300fi
     1301ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1302ac_abs_confdir=`(
     1303    cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    7361304   { (exit 1); exit 1; }; }
    737   fi
    738 fi
    739 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    740   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    741    { (exit 1); exit 1; }; }
    742 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    743 ac_env_build_alias_set=${build_alias+set}
    744 ac_env_build_alias_value=$build_alias
    745 ac_cv_env_build_alias_set=${build_alias+set}
    746 ac_cv_env_build_alias_value=$build_alias
    747 ac_env_host_alias_set=${host_alias+set}
    748 ac_env_host_alias_value=$host_alias
    749 ac_cv_env_host_alias_set=${host_alias+set}
    750 ac_cv_env_host_alias_value=$host_alias
    751 ac_env_target_alias_set=${target_alias+set}
    752 ac_env_target_alias_value=$target_alias
    753 ac_cv_env_target_alias_set=${target_alias+set}
    754 ac_cv_env_target_alias_value=$target_alias
    755 ac_env_CC_set=${CC+set}
    756 ac_env_CC_value=$CC
    757 ac_cv_env_CC_set=${CC+set}
    758 ac_cv_env_CC_value=$CC
    759 ac_env_CFLAGS_set=${CFLAGS+set}
    760 ac_env_CFLAGS_value=$CFLAGS
    761 ac_cv_env_CFLAGS_set=${CFLAGS+set}
    762 ac_cv_env_CFLAGS_value=$CFLAGS
    763 ac_env_LDFLAGS_set=${LDFLAGS+set}
    764 ac_env_LDFLAGS_value=$LDFLAGS
    765 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    766 ac_cv_env_LDFLAGS_value=$LDFLAGS
    767 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    768 ac_env_CPPFLAGS_value=$CPPFLAGS
    769 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    770 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
    771 ac_env_CXX_set=${CXX+set}
    772 ac_env_CXX_value=$CXX
    773 ac_cv_env_CXX_set=${CXX+set}
    774 ac_cv_env_CXX_value=$CXX
    775 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
    776 ac_env_CXXFLAGS_value=$CXXFLAGS
    777 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
    778 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
    779 ac_env_CPP_set=${CPP+set}
    780 ac_env_CPP_value=$CPP
    781 ac_cv_env_CPP_set=${CPP+set}
    782 ac_cv_env_CPP_value=$CPP
     1305    pwd)`
     1306# When building in place, set srcdir=.
     1307if test "$ac_abs_confdir" = "$ac_pwd"; then
     1308  srcdir=.
     1309fi
     1310# Remove unnecessary trailing slashes from srcdir.
     1311# Double slashes in file names in object file debugging info
     1312# mess up M-x gdb in Emacs.
     1313case $srcdir in
     1314*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1315esac
     1316for ac_var in $ac_precious_vars; do
     1317  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1318  eval ac_env_${ac_var}_value=\$${ac_var}
     1319  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1320  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1321done
    7831322
    7841323#
     
    8091348      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    8101349
    811 _ACEOF
    812 
    813   cat <<_ACEOF
    8141350Installation directories:
    8151351  --prefix=PREFIX         install architecture-independent files in PREFIX
    816               [$ac_default_prefix]
     1352                          [$ac_default_prefix]
    8171353  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    818               [PREFIX]
     1354                          [PREFIX]
    8191355
    8201356By default, \`make install' will install all the files in
     
    8261362
    8271363Fine tuning of the installation directories:
    828   --bindir=DIR           user executables [EPREFIX/bin]
    829   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    830   --libexecdir=DIR       program executables [EPREFIX/libexec]
    831   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    832   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    833   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    834   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    835   --libdir=DIR           object code libraries [EPREFIX/lib]
    836   --includedir=DIR       C header files [PREFIX/include]
    837   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    838   --infodir=DIR          info documentation [PREFIX/info]
    839   --mandir=DIR           man documentation [PREFIX/man]
     1364  --bindir=DIR            user executables [EPREFIX/bin]
     1365  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1366  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1367  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1368  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1369  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1370  --libdir=DIR            object code libraries [EPREFIX/lib]
     1371  --includedir=DIR        C header files [PREFIX/include]
     1372  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1373  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1374  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1375  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1376  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1377  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1378  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
     1379  --htmldir=DIR           html documentation [DOCDIR]
     1380  --dvidir=DIR            dvi documentation [DOCDIR]
     1381  --pdfdir=DIR            pdf documentation [DOCDIR]
     1382  --psdir=DIR             ps documentation [DOCDIR]
    8401383_ACEOF
    8411384
     
    8541397
    8551398Optional Features:
     1399  --disable-option-checking  ignore unrecognized --enable/--with options
    8561400  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    8571401  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    8851429  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    8861430              nonstandard directory <lib dir>
    887   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    888               headers in a nonstandard directory <include dir>
     1431  LIBS        libraries to pass to the linker, e.g. -l<library>
     1432  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1433              you have headers in a nonstandard directory <include dir>
    8891434  CXX         C++ compiler command
    8901435  CXXFLAGS    C++ compiler flags
     1436  YACC        The `Yet Another C Compiler' implementation to use. Defaults to
     1437              the first program found out of: `bison -y', `byacc', `yacc'.
     1438  YFLAGS      The list of arguments that will be passed by default to $YACC.
     1439              This script will default YFLAGS to the empty string to avoid a
     1440              default value of `-d' given by some make applications.
    8911441  CPP         C preprocessor
    8921442
     
    8951445
    8961446_ACEOF
     1447ac_status=$?
    8971448fi
    8981449
    8991450if test "$ac_init_help" = "recursive"; then
    9001451  # If there are subdirs, report their specific --help.
    901   ac_popdir=`pwd`
    9021452  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    903     test -d $ac_dir || continue
     1453    test -d "$ac_dir" ||
     1454      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1455      continue
    9041456    ac_builddir=.
    9051457
    906 if test "$ac_dir" != .; then
    907   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    908   # A "../" for each directory in $ac_dir_suffix.
    909   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    910 else
    911   ac_dir_suffix= ac_top_builddir=
    912 fi
     1458case "$ac_dir" in
     1459.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1460*)
     1461  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1462  # A ".." for each directory in $ac_dir_suffix.
     1463  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1464  case $ac_top_builddir_sub in
     1465  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1466  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1467  esac ;;
     1468esac
     1469ac_abs_top_builddir=$ac_pwd
     1470ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1471# for backward compatibility:
     1472ac_top_builddir=$ac_top_build_prefix
    9131473
    9141474case $srcdir in
    915   .)  # No --srcdir option.  We are building in place.
     1475  .)  # We are building in place.
    9161476    ac_srcdir=.
    917     if test -z "$ac_top_builddir"; then
    918        ac_top_srcdir=.
     1477    ac_top_srcdir=$ac_top_builddir_sub
     1478    ac_abs_top_srcdir=$ac_pwd ;;
     1479  [\\/]* | ?:[\\/]* )  # Absolute name.
     1480    ac_srcdir=$srcdir$ac_dir_suffix;
     1481    ac_top_srcdir=$srcdir
     1482    ac_abs_top_srcdir=$srcdir ;;
     1483  *) # Relative name.
     1484    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1485    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1486    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     1487esac
     1488ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1489
     1490    cd "$ac_dir" || { ac_status=$?; continue; }
     1491    # Check for guested configure.
     1492    if test -f "$ac_srcdir/configure.gnu"; then
     1493      echo &&
     1494      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1495    elif test -f "$ac_srcdir/configure"; then
     1496      echo &&
     1497      $SHELL "$ac_srcdir/configure" --help=recursive
    9191498    else
    920        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    921     fi ;;
    922   [\\/]* | ?:[\\/]* )  # Absolute path.
    923     ac_srcdir=$srcdir$ac_dir_suffix;
    924     ac_top_srcdir=$srcdir ;;
    925   *) # Relative path.
    926     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    927     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    928 esac
    929 
    930 # Do not use `cd foo && pwd` to compute absolute paths, because
    931 # the directories may not exist.
    932 case `pwd` in
    933 .) ac_abs_builddir="$ac_dir";;
    934 *)
    935   case "$ac_dir" in
    936   .) ac_abs_builddir=`pwd`;;
    937   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    938   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    939   esac;;
    940 esac
    941 case $ac_abs_builddir in
    942 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    943 *)
    944   case ${ac_top_builddir}. in
    945   .) ac_abs_top_builddir=$ac_abs_builddir;;
    946   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    947   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    948   esac;;
    949 esac
    950 case $ac_abs_builddir in
    951 .) ac_abs_srcdir=$ac_srcdir;;
    952 *)
    953   case $ac_srcdir in
    954   .) ac_abs_srcdir=$ac_abs_builddir;;
    955   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    956   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    957   esac;;
    958 esac
    959 case $ac_abs_builddir in
    960 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    961 *)
    962   case $ac_top_srcdir in
    963   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    964   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    965   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    966   esac;;
    967 esac
    968 
    969     cd $ac_dir
    970     # Check for guested configure; otherwise get Cygnus style configure.
    971     if test -f $ac_srcdir/configure.gnu; then
    972       echo
    973       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    974     elif test -f $ac_srcdir/configure; then
    975       echo
    976       $SHELL $ac_srcdir/configure  --help=recursive
    977     elif test -f $ac_srcdir/configure.ac ||
    978        test -f $ac_srcdir/configure.in; then
    979       echo
    980       $ac_configure --help
    981     else
    982       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    983     fi
    984     cd $ac_popdir
     1499      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1500    fi || ac_status=$?
     1501    cd "$ac_pwd" || { ac_status=$?; break; }
    9851502  done
    9861503fi
    9871504
    988 test -n "$ac_init_help" && exit 0
     1505test -n "$ac_init_help" && exit $ac_status
    9891506if $ac_init_version; then
    9901507  cat <<\_ACEOF
    991 
    992 Copyright (C) 2003 Free Software Foundation, Inc.
     1508configure
     1509generated by GNU Autoconf 2.63
     1510
     1511Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     15122002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    9931513This configure script is free software; the Free Software Foundation
    9941514gives unlimited permission to copy, distribute and modify it.
    9951515_ACEOF
    996   exit 0
    997 fi
    998 exec 5>config.log
    999 cat >&5 <<_ACEOF
     1516  exit
     1517fi
     1518cat >config.log <<_ACEOF
    10001519This file contains any messages produced by compilers while
    10011520running configure, to aid debugging if configure makes a mistake.
    10021521
    10031522It was created by $as_me, which was
    1004 generated by GNU Autoconf 2.59.  Invocation command line was
     1523generated by GNU Autoconf 2.63.  Invocation command line was
    10051524
    10061525  $ $0 $@
    10071526
    10081527_ACEOF
     1528exec 5>>config.log
    10091529{
    10101530cat <<_ASUNAME
     
    10251545/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    10261546/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    1027 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1547/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    10281548/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    10291549/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    10371557  IFS=$as_save_IFS
    10381558  test -z "$as_dir" && as_dir=.
    1039   echo "PATH: $as_dir"
     1559  $as_echo "PATH: $as_dir"
    10401560done
     1561IFS=$as_save_IFS
    10411562
    10421563} >&5
     
    10601581ac_configure_args0=
    10611582ac_configure_args1=
    1062 ac_sep=
    10631583ac_must_keep_next=false
    10641584for ac_pass in 1 2
     
    10711591    | -silent | --silent | --silen | --sile | --sil)
    10721592      continue ;;
    1073     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1074       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1593    *\'*)
     1594      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    10751595    esac
    10761596    case $ac_pass in
     
    10931613    esac
    10941614      fi
    1095       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1096       # Get rid of the leading space.
    1097       ac_sep=" "
     1615      ac_configure_args="$ac_configure_args '$ac_arg'"
    10981616      ;;
    10991617    esac
     
    11061624# config.log.  We remove comments because anyway the quotes in there
    11071625# would cause problems or look ugly.
    1108 # WARNING: Be sure not to use single quotes in there, as some shells,
    1109 # such as our DU 5.0 friend, will then `close' the trap.
     1626# WARNING: Use '\'' to represent an apostrophe within the trap.
     1627# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    11101628trap 'exit_status=$?
    11111629  # Save into config.log some information that might help in debugging.
     
    11201638    echo
    11211639    # The following way of writing the cache mishandles newlines in values,
    1122 {
     1640(
     1641  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1642    eval ac_val=\$$ac_var
     1643    case $ac_val in #(
     1644    *${as_nl}*)
     1645      case $ac_var in #(
     1646      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1647$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1648      esac
     1649      case $ac_var in #(
     1650      _ | IFS | as_nl) ;; #(
     1651      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     1652      *) $as_unset $ac_var ;;
     1653      esac ;;
     1654    esac
     1655  done
    11231656  (set) 2>&1 |
    1124     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1125     *ac_space=\ *)
     1657    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1658    *${as_nl}ac_space=\ *)
    11261659      sed -n \
    1127     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1128       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1660    "s/'\''/'\''\\\\'\'''\''/g;
     1661      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1662      ;; #(
     1663    *)
     1664      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    11291665      ;;
    1130     *)
    1131       sed -n \
    1132     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1133       ;;
    1134     esac;
    1135 }
     1666    esac |
     1667    sort
     1668)
    11361669    echo
    11371670
     
    11441677    for ac_var in $ac_subst_vars
    11451678    do
    1146       eval ac_val=$`echo $ac_var`
    1147       echo "$ac_var='"'"'$ac_val'"'"'"
     1679      eval ac_val=\$$ac_var
     1680      case $ac_val in
     1681      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1682      esac
     1683      $as_echo "$ac_var='\''$ac_val'\''"
    11481684    done | sort
    11491685    echo
     
    11511687    if test -n "$ac_subst_files"; then
    11521688      cat <<\_ASBOX
    1153 ## ------------- ##
    1154 ## Output files. ##
    1155 ## ------------- ##
     1689## ------------------- ##
     1690## File substitutions. ##
     1691## ------------------- ##
    11561692_ASBOX
    11571693      echo
    11581694      for ac_var in $ac_subst_files
    11591695      do
    1160     eval ac_val=$`echo $ac_var`
    1161     echo "$ac_var='"'"'$ac_val'"'"'"
     1696    eval ac_val=\$$ac_var
     1697    case $ac_val in
     1698    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1699    esac
     1700    $as_echo "$ac_var='\''$ac_val'\''"
    11621701      done | sort
    11631702      echo
     
    11711710_ASBOX
    11721711      echo
    1173       sed "/^$/d" confdefs.h | sort
     1712      cat confdefs.h
    11741713      echo
    11751714    fi
    11761715    test "$ac_signal" != 0 &&
    1177       echo "$as_me: caught signal $ac_signal"
    1178     echo "$as_me: exit $exit_status"
     1716      $as_echo "$as_me: caught signal $ac_signal"
     1717    $as_echo "$as_me: exit $exit_status"
    11791718  } >&5
    1180   rm -f core *.core &&
    1181   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1719  rm -f core *.core core.conftest.* &&
     1720    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    11821721    exit $exit_status
    1183      ' 0
     1722' 0
    11841723for ac_signal in 1 2 13 15; do
    11851724  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    11881727
    11891728# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1190 rm -rf conftest* confdefs.h
    1191 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1192 echo >confdefs.h
     1729rm -f -r conftest* confdefs.h
    11931730
    11941731# Predefined preprocessor variables.
     
    12201757
    12211758# Let the site file select an alternate cache file if it wants to.
    1222 # Prefer explicitly selected file to automatically selected ones.
    1223 if test -z "$CONFIG_SITE"; then
    1224   if test "x$prefix" != xNONE; then
    1225     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1226   else
    1227     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1228   fi
    1229 fi
    1230 for ac_site_file in $CONFIG_SITE; do
     1759# Prefer an explicitly selected file to automatically selected ones.
     1760ac_site_file1=NONE
     1761ac_site_file2=NONE
     1762if test -n "$CONFIG_SITE"; then
     1763  ac_site_file1=$CONFIG_SITE
     1764elif test "x$prefix" != xNONE; then
     1765  ac_site_file1=$prefix/share/config.site
     1766  ac_site_file2=$prefix/etc/config.site
     1767else
     1768  ac_site_file1=$ac_default_prefix/share/config.site
     1769  ac_site_file2=$ac_default_prefix/etc/config.site
     1770fi
     1771for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1772do
     1773  test "x$ac_site_file" = xNONE && continue
    12311774  if test -r "$ac_site_file"; then
    1232     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1233 echo "$as_me: loading site script $ac_site_file" >&6;}
     1775    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1776$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    12341777    sed 's/^/| /' "$ac_site_file" >&5
    12351778    . "$ac_site_file"
     
    12411784  # files actually), so we avoid doing that.
    12421785  if test -f "$cache_file"; then
    1243     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1244 echo "$as_me: loading cache $cache_file" >&6;}
     1786    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1787$as_echo "$as_me: loading cache $cache_file" >&6;}
    12451788    case $cache_file in
    1246       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1247       *)                      . ./$cache_file;;
     1789      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1790      *)                      . "./$cache_file";;
    12481791    esac
    12491792  fi
    12501793else
    1251   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1252 echo "$as_me: creating cache $cache_file" >&6;}
     1794  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1795$as_echo "$as_me: creating cache $cache_file" >&6;}
    12531796  >$cache_file
    12541797fi
     
    12571800# value.
    12581801ac_cache_corrupted=false
    1259 for ac_var in `(set) 2>&1 |
    1260            sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1802for ac_var in $ac_precious_vars; do
    12611803  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    12621804  eval ac_new_set=\$ac_env_${ac_var}_set
    1263   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1264   eval ac_new_val="\$ac_env_${ac_var}_value"
     1805  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1806  eval ac_new_val=\$ac_env_${ac_var}_value
    12651807  case $ac_old_set,$ac_new_set in
    12661808    set,)
    1267       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1268 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1809      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1810$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    12691811      ac_cache_corrupted=: ;;
    12701812    ,set)
    1271       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1272 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1813      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1814$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    12731815      ac_cache_corrupted=: ;;
    12741816    ,);;
    12751817    *)
    12761818      if test "x$ac_old_val" != "x$ac_new_val"; then
    1277     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1278 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1279     { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1280 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1281     { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1282 echo "$as_me:   current value: $ac_new_val" >&2;}
    1283     ac_cache_corrupted=:
     1819    # differences in whitespace do not lead to failure.
     1820    ac_old_val_w=`echo x $ac_old_val`
     1821    ac_new_val_w=`echo x $ac_new_val`
     1822    if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1823      { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1824$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1825      ac_cache_corrupted=:
     1826    else
     1827      { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1828$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1829      eval $ac_var=\$ac_old_val
     1830    fi
     1831    { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1832$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1833    { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1834$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    12841835      fi;;
    12851836  esac
     
    12871838  if test "$ac_new_set" = set; then
    12881839    case $ac_new_val in
    1289     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1290       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1840    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    12911841    *) ac_arg=$ac_var=$ac_new_val ;;
    12921842    esac
     
    12981848done
    12991849if $ac_cache_corrupted; then
    1300   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1301 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1302   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1303 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1850  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1851$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1852  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1853$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1854  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1855$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    13041856   { (exit 1); exit 1; }; }
    13051857fi
     1858
     1859
     1860
     1861
     1862
     1863
     1864
     1865
     1866
     1867
     1868
     1869
     1870
     1871
     1872
     1873
    13061874
    13071875ac_ext=c
     
    13121880
    13131881
    1314 
    1315 
    1316 
    1317 
    1318 
    1319 
    1320 
    1321 
    1322 
    1323 
    1324 
    1325 
    1326 
    1327 
    1328 
    1329 
    1330 
    1331           ac_config_headers="$ac_config_headers config.h"
     1882ac_config_headers="$ac_config_headers config.h"
    13321883
    13331884
     
    13631914fi
    13641915
    1365 # Check whether --enable-corba or --disable-corba was given.
     1916# Check whether --enable-corba was given.
    13661917if test "${enable_corba+set}" = set; then
    1367   enableval="$enable_corba"
    1368   USE_CORBA=$enableval
     1918  enableval=$enable_corba; USE_CORBA=$enableval
    13691919else
    13701920  USE_CORBA=no
    1371 fi;
     1921fi
     1922
    13721923if test $USE_CORBA = "yes" -o $USE_CORBA = "1" ; then
    13731924  USE_CORBA=1
    13741925  cat >>confdefs.h <<\_ACEOF
    1375 #define USE_CORBA
     1926#define USE_CORBA /**/
    13761927_ACEOF
    13771928
     
    13821933
    13831934
    1384 # Check whether --with-micodir or --without-micodir was given.
     1935# Check whether --with-micodir was given.
    13851936if test "${with_micodir+set}" = set; then
    1386   withval="$with_micodir"
    1387   MICO_DIR=$withval
     1937  withval=$with_micodir; MICO_DIR=$withval
    13881938else
    13891939  MICO_DIR="default"
    1390 fi;
     1940fi
     1941
    13911942cat >>confdefs.h <<_ACEOF
    13921943#define MICO_DIR "$MICO_DIR"
     
    13951946
    13961947
    1397 # Check whether --enable-java or --disable-java was given.
     1948# Check whether --enable-java was given.
    13981949if test "${enable_java+set}" = set; then
    1399   enableval="$enable_java"
    1400   ENABLE_JAVA=$enableval
     1950  enableval=$enable_java; ENABLE_JAVA=$enableval
    14011951else
    14021952  ENABLE_JAVA=yes
    1403 fi;
     1953fi
     1954
    14041955if test $ENABLE_JAVA = "yes" -o $ENABLE_JAVA = "1" ; then
    14051956  ENABLE_JAVA=1
     
    14151966
    14161967
    1417 # Check whether --enable-z3950 or --disable-z3950 was given.
     1968# Check whether --enable-z3950 was given.
    14181969if test "${enable_z3950+set}" = set; then
    1419   enableval="$enable_z3950"
    1420   USE_Z3950=$enableval
     1970  enableval=$enable_z3950; USE_Z3950=$enableval
    14211971else
    14221972  USE_Z3950=no
    1423 fi;
     1973fi
     1974
    14241975if test $USE_Z3950 = "yes" -o $USE_Z3950 = "1" ; then
    14251976  USE_Z3950=1
    14261977  cat >>confdefs.h <<\_ACEOF
    1427 #define USE_Z3950
     1978#define USE_Z3950 /**/
    14281979_ACEOF
    14291980
     
    14331984
    14341985
    1435 # Check whether --enable-yaz or --disable-yaz was given.
     1986# Check whether --enable-yaz was given.
    14361987if test "${enable_yaz+set}" = set; then
    1437   enableval="$enable_yaz"
    1438   USE_YAZ=$enableval
     1988  enableval=$enable_yaz; USE_YAZ=$enableval
    14391989else
    14401990  USE_YAZ=yes
    1441 fi;
     1991fi
     1992
    14421993if test $USE_YAZ = "yes" -o $USE_YAZ = "1" ; then
    14431994  USE_YAZ=1
    14441995  cat >>confdefs.h <<\_ACEOF
    1445 #define USE_YAZ
     1996#define USE_YAZ /**/
    14461997_ACEOF
    14471998
     
    14512002
    14522003
    1453 # Check whether --enable-wvware or --disable-wvware was given.
     2004# Check whether --enable-wvware was given.
    14542005if test "${enable_wvware+set}" = set; then
    1455   enableval="$enable_wvware"
    1456   USE_WVWARE=$enableval
     2006  enableval=$enable_wvware; USE_WVWARE=$enableval
    14572007else
    14582008  USE_WVWARE=yes
    1459 fi;
     2009fi
     2010
    14602011if test $USE_WVWARE = "yes" -o $USE_WVWARE = "1" ; then
    14612012  USE_WVWARE=1
    14622013  cat >>confdefs.h <<\_ACEOF
    1463 #define USE_WVWARE
     2014#define USE_WVWARE /**/
    14642015_ACEOF
    14652016
     
    14692020
    14702021
    1471 # Check whether --enable-jdbm or --disable-jdbm was given.
     2022# Check whether --enable-jdbm was given.
    14722023if test "${enable_jdbm+set}" = set; then
    1473   enableval="$enable_jdbm"
    1474   USE_JDBM=$enableval
     2024  enableval=$enable_jdbm; USE_JDBM=$enableval
    14752025else
    14762026  USE_JDBM=yes
    1477 fi;
     2027fi
     2028
    14782029if test $ENABLE_JAVA = "1" -a \( $USE_JDBM = "yes" -o $USE_JDBM = "1" \) ; then
    14792030  USE_JDBM=1
    14802031  cat >>confdefs.h <<\_ACEOF
    1481 #define USE_JDBM
     2032#define USE_JDBM /**/
    14822033_ACEOF
    14832034
     
    14872038
    14882039
    1489 # Check whether --enable-gdbm or --disable-gdbm was given.
     2040# Check whether --enable-gdbm was given.
    14902041if test "${enable_gdbm+set}" = set; then
    1491   enableval="$enable_gdbm"
    1492   USE_GDBM=$enableval
     2042  enableval=$enable_gdbm; USE_GDBM=$enableval
    14932043else
    14942044  USE_GDBM=yes
    1495 fi;
     2045fi
     2046
    14962047if test $USE_GDBM = "yes" -o $USE_GDBM = "1" ; then
    14972048  USE_GDBM=1
    14982049  cat >>confdefs.h <<\_ACEOF
    1499 #define USE_GDBM
     2050#define USE_GDBM /**/
    15002051_ACEOF
    15012052
     
    15052056
    15062057
    1507 # Check whether --enable-accentfold or --disable-accentfold was given.
     2058# Check whether --enable-accentfold was given.
    15082059if test "${enable_accentfold+set}" = set; then
    1509   enableval="$enable_accentfold"
    1510   ENABLE_ACCENTFOLD=$enableval
     2060  enableval=$enable_accentfold; ENABLE_ACCENTFOLD=$enableval
    15112061else
    15122062  ENABLE_ACCENTFOLD=yes
    1513 fi;
     2063fi
     2064
    15142065if test $ENABLE_ACCENTFOLD = "yes" -o $ENABLE_ACCENTFOLD = "1" ; then
    15152066  ENABLE_ACCENTFOLD=1
    15162067  cat >>confdefs.h <<\_ACEOF
    1517 #define ENABLE_ACCENTFOLD
     2068#define ENABLE_ACCENTFOLD /**/
    15182069_ACEOF
    15192070
     
    15232074
    15242075
    1525 # Check whether --enable-sqlite or --disable-sqlite was given.
     2076# Check whether --enable-sqlite was given.
    15262077if test "${enable_sqlite+set}" = set; then
    1527   enableval="$enable_sqlite"
    1528   USE_SQLITE=$enableval
     2078  enableval=$enable_sqlite; USE_SQLITE=$enableval
    15292079else
    15302080  USE_SQLITE=yes
    1531 fi;
     2081fi
     2082
    15322083if test $USE_SQLITE = "yes" -o $USE_SQLITE = "1" ; then
    15332084  USE_SQLITE=1
    15342085  cat >>confdefs.h <<\_ACEOF
    1535 #define USE_SQLITE
     2086#define USE_SQLITE /**/
    15362087_ACEOF
    15372088
     
    15412092
    15422093
    1543 # Check whether --enable-rss or --disable-rss was given.
     2094# Check whether --enable-rss was given.
    15442095if test "${enable_rss+set}" = set; then
    1545   enableval="$enable_rss"
    1546   USE_RSS=$enableval
     2096  enableval=$enable_rss; USE_RSS=$enableval
    15472097else
    15482098  USE_RSS=yes
    1549 fi;
     2099fi
     2100
    15502101if test $USE_RSS = "yes" -o $USE_RSS = "1" ; then
    15512102  USE_RSS=1
    15522103  cat >>confdefs.h <<\_ACEOF
    1553 #define USE_RSS
     2104#define USE_RSS /**/
    15542105_ACEOF
    15552106
     
    15612112
    15622113if test -d runtime-src; then
    1563    # Check whether --enable-apache-httpd or --disable-apache-httpd was given.
     2114   # Check whether --enable-apache-httpd was given.
    15642115if test "${enable_apache_httpd+set}" = set; then
    1565   enableval="$enable_apache_httpd"
    1566   USE_APACHE_HTTPD=$enableval
     2116  enableval=$enable_apache_httpd; USE_APACHE_HTTPD=$enableval
    15672117else
    15682118  USE_APACHE_HTTPD=no
    1569 fi;
     2119fi
     2120
    15702121   if test $USE_APACHE_HTTPD = "yes" -o $USE_APACHE_HTTPD = "1" ; then
    15712122     USE_APACHE_HTTPD=1
    15722123     cat >>confdefs.h <<\_ACEOF
    1573 #define USE_APACHE_HTTPD
     2124#define USE_APACHE_HTTPD /**/
    15742125_ACEOF
    15752126
     
    15802131fi
    15812132
    1582 # Check whether --enable-jni or --disable-jni was given.
     2133# Check whether --enable-jni was given.
    15832134if test "${enable_jni+set}" = set; then
    1584   enableval="$enable_jni"
    1585   ENABLE_JNI=$enableval
     2135  enableval=$enable_jni; ENABLE_JNI=$enableval
    15862136else
    15872137  ENABLE_JNI=no
    1588 fi;
     2138fi
     2139
    15892140if test $ENABLE_JAVA = "1" -a \( $ENABLE_JNI = "yes" -o $ENABLE_JNI = "1" \) ; then
    15902141  ENABLE_JNI=1
    15912142  cat >>confdefs.h <<\_ACEOF
    1592 #define ENABLE_JNI
     2143#define ENABLE_JNI /**/
    15932144_ACEOF
    15942145
     
    15982149
    15992150
    1600 # Check whether --enable-mg or --disable-mg was given.
     2151# Check whether --enable-mg was given.
    16012152if test "${enable_mg+set}" = set; then
    1602   enableval="$enable_mg"
    1603   ENABLE_MG=$enableval
     2153  enableval=$enable_mg; ENABLE_MG=$enableval
    16042154else
    16052155  ENABLE_MG=yes
    1606 fi;
     2156fi
     2157
    16072158if test $ENABLE_MG = "yes" -o $ENABLE_MG = "1" ; then
    16082159  ENABLE_MG=1
    16092160  cat >>confdefs.h <<\_ACEOF
    1610 #define ENABLE_MG
     2161#define ENABLE_MG /**/
    16112162_ACEOF
    16122163
     
    16172168
    16182169
    1619 # Check whether --enable-mgpp or --disable-mgpp was given.
     2170# Check whether --enable-mgpp was given.
    16202171if test "${enable_mgpp+set}" = set; then
    1621   enableval="$enable_mgpp"
    1622   ENABLE_MGPP=$enableval
     2172  enableval=$enable_mgpp; ENABLE_MGPP=$enableval
    16232173else
    16242174  ENABLE_MGPP=yes
    1625 fi;
     2175fi
     2176
    16262177if test $ENABLE_MGPP = "yes" -o $ENABLE_MGPP = "1" ; then
    16272178  ENABLE_MGPP=1
    16282179  cat >>confdefs.h <<\_ACEOF
    1629 #define ENABLE_MGPP
     2180#define ENABLE_MGPP /**/
    16302181_ACEOF
    16312182
     
    16352186
    16362187
    1637 # Check whether --enable-lucene or --disable-lucene was given.
     2188# Check whether --enable-lucene was given.
    16382189if test "${enable_lucene+set}" = set; then
    1639   enableval="$enable_lucene"
    1640   ENABLE_LUCENE=$enableval
     2190  enableval=$enable_lucene; ENABLE_LUCENE=$enableval
    16412191else
    16422192  ENABLE_LUCENE=yes
    1643 fi;
     2193fi
     2194
    16442195if test $ENABLE_JAVA = "1" -a \( $ENABLE_LUCENE = "yes" -o $ENABLE_LUCENE = "1" \) ; then
    16452196  ENABLE_LUCENE=1
    16462197  cat >>confdefs.h <<\_ACEOF
    1647 #define ENABLE_LUCENE
     2198#define ENABLE_LUCENE /**/
    16482199_ACEOF
    16492200
     
    16702221  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    16712222set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1672 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2223{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2224$as_echo_n "checking for $ac_word... " >&6; }
    16742225if test "${ac_cv_prog_CC+set}" = set; then
    1675   echo $ECHO_N "(cached) $ECHO_C" >&6
     2226  $as_echo_n "(cached) " >&6
    16762227else
    16772228  if test -n "$CC"; then
     
    16842235  test -z "$as_dir" && as_dir=.
    16852236  for ac_exec_ext in '' $ac_executable_extensions; do
    1686   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2237  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16872238    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1688     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2239    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16892240    break 2
    16902241  fi
    16912242done
    16922243done
     2244IFS=$as_save_IFS
    16932245
    16942246fi
     
    16962248CC=$ac_cv_prog_CC
    16972249if test -n "$CC"; then
    1698   echo "$as_me:$LINENO: result: $CC" >&5
    1699 echo "${ECHO_T}$CC" >&6
    1700 else
    1701   echo "$as_me:$LINENO: result: no" >&5
    1702 echo "${ECHO_T}no" >&6
    1703 fi
     2250  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2251$as_echo "$CC" >&6; }
     2252else
     2253  { $as_echo "$as_me:$LINENO: result: no" >&5
     2254$as_echo "no" >&6; }
     2255fi
     2256
    17042257
    17052258fi
     
    17082261  # Extract the first word of "gcc", so it can be a program name with args.
    17092262set dummy gcc; ac_word=$2
    1710 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2263{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2264$as_echo_n "checking for $ac_word... " >&6; }
    17122265if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1713   echo $ECHO_N "(cached) $ECHO_C" >&6
     2266  $as_echo_n "(cached) " >&6
    17142267else
    17152268  if test -n "$ac_ct_CC"; then
     
    17222275  test -z "$as_dir" && as_dir=.
    17232276  for ac_exec_ext in '' $ac_executable_extensions; do
    1724   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2277  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17252278    ac_cv_prog_ac_ct_CC="gcc"
    1726     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2279    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17272280    break 2
    17282281  fi
    17292282done
    17302283done
     2284IFS=$as_save_IFS
    17312285
    17322286fi
     
    17342288ac_ct_CC=$ac_cv_prog_ac_ct_CC
    17352289if test -n "$ac_ct_CC"; then
    1736   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1737 echo "${ECHO_T}$ac_ct_CC" >&6
    1738 else
    1739   echo "$as_me:$LINENO: result: no" >&5
    1740 echo "${ECHO_T}no" >&6
    1741 fi
    1742 
    1743   CC=$ac_ct_CC
     2290  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2291$as_echo "$ac_ct_CC" >&6; }
     2292else
     2293  { $as_echo "$as_me:$LINENO: result: no" >&5
     2294$as_echo "no" >&6; }
     2295fi
     2296
     2297  if test "x$ac_ct_CC" = x; then
     2298    CC=""
     2299  else
     2300    case $cross_compiling:$ac_tool_warned in
     2301yes:)
     2302{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2303$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2304ac_tool_warned=yes ;;
     2305esac
     2306    CC=$ac_ct_CC
     2307  fi
    17442308else
    17452309  CC="$ac_cv_prog_CC"
     
    17472311
    17482312if test -z "$CC"; then
    1749   if test -n "$ac_tool_prefix"; then
    1750   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     2313          if test -n "$ac_tool_prefix"; then
     2314    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    17512315set dummy ${ac_tool_prefix}cc; ac_word=$2
    1752 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1753 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2316{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2317$as_echo_n "checking for $ac_word... " >&6; }
    17542318if test "${ac_cv_prog_CC+set}" = set; then
    1755   echo $ECHO_N "(cached) $ECHO_C" >&6
     2319  $as_echo_n "(cached) " >&6
    17562320else
    17572321  if test -n "$CC"; then
     
    17642328  test -z "$as_dir" && as_dir=.
    17652329  for ac_exec_ext in '' $ac_executable_extensions; do
    1766   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2330  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17672331    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1768     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2332    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17692333    break 2
    17702334  fi
    17712335done
    17722336done
     2337IFS=$as_save_IFS
    17732338
    17742339fi
     
    17762341CC=$ac_cv_prog_CC
    17772342if test -n "$CC"; then
    1778   echo "$as_me:$LINENO: result: $CC" >&5
    1779 echo "${ECHO_T}$CC" >&6
    1780 else
    1781   echo "$as_me:$LINENO: result: no" >&5
    1782 echo "${ECHO_T}no" >&6
    1783 fi
    1784 
    1785 fi
    1786 if test -z "$ac_cv_prog_CC"; then
    1787   ac_ct_CC=$CC
    1788   # Extract the first word of "cc", so it can be a program name with args.
    1789 set dummy cc; ac_word=$2
    1790 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1792 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1793   echo $ECHO_N "(cached) $ECHO_C" >&6
    1794 else
    1795   if test -n "$ac_ct_CC"; then
    1796   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    1797 else
    1798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1799 for as_dir in $PATH
    1800 do
    1801   IFS=$as_save_IFS
    1802   test -z "$as_dir" && as_dir=.
    1803   for ac_exec_ext in '' $ac_executable_extensions; do
    1804   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    1805     ac_cv_prog_ac_ct_CC="cc"
    1806     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1807     break 2
     2343  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2344$as_echo "$CC" >&6; }
     2345else
     2346  { $as_echo "$as_me:$LINENO: result: no" >&5
     2347$as_echo "no" >&6; }
     2348fi
     2349
     2350
    18082351  fi
    1809 done
    1810 done
    1811 
    1812 fi
    1813 fi
    1814 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    1815 if test -n "$ac_ct_CC"; then
    1816   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1817 echo "${ECHO_T}$ac_ct_CC" >&6
    1818 else
    1819   echo "$as_me:$LINENO: result: no" >&5
    1820 echo "${ECHO_T}no" >&6
    1821 fi
    1822 
    1823   CC=$ac_ct_CC
    1824 else
    1825   CC="$ac_cv_prog_CC"
    1826 fi
    1827 
    18282352fi
    18292353if test -z "$CC"; then
    18302354  # Extract the first word of "cc", so it can be a program name with args.
    18312355set dummy cc; ac_word=$2
    1832 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2356{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2357$as_echo_n "checking for $ac_word... " >&6; }
    18342358if test "${ac_cv_prog_CC+set}" = set; then
    1835   echo $ECHO_N "(cached) $ECHO_C" >&6
     2359  $as_echo_n "(cached) " >&6
    18362360else
    18372361  if test -n "$CC"; then
     
    18452369  test -z "$as_dir" && as_dir=.
    18462370  for ac_exec_ext in '' $ac_executable_extensions; do
    1847   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2371  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18482372    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    18492373       ac_prog_rejected=yes
     
    18512375     fi
    18522376    ac_cv_prog_CC="cc"
    1853     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2377    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18542378    break 2
    18552379  fi
    18562380done
    18572381done
     2382IFS=$as_save_IFS
    18582383
    18592384if test $ac_prog_rejected = yes; then
     
    18732398CC=$ac_cv_prog_CC
    18742399if test -n "$CC"; then
    1875   echo "$as_me:$LINENO: result: $CC" >&5
    1876 echo "${ECHO_T}$CC" >&6
    1877 else
    1878   echo "$as_me:$LINENO: result: no" >&5
    1879 echo "${ECHO_T}no" >&6
    1880 fi
     2400  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2401$as_echo "$CC" >&6; }
     2402else
     2403  { $as_echo "$as_me:$LINENO: result: no" >&5
     2404$as_echo "no" >&6; }
     2405fi
     2406
    18812407
    18822408fi
    18832409if test -z "$CC"; then
    18842410  if test -n "$ac_tool_prefix"; then
    1885   for ac_prog in cl
     2411  for ac_prog in cl.exe
    18862412  do
    18872413    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    18882414set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1889 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2415{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2416$as_echo_n "checking for $ac_word... " >&6; }
    18912417if test "${ac_cv_prog_CC+set}" = set; then
    1892   echo $ECHO_N "(cached) $ECHO_C" >&6
     2418  $as_echo_n "(cached) " >&6
    18932419else
    18942420  if test -n "$CC"; then
     
    19012427  test -z "$as_dir" && as_dir=.
    19022428  for ac_exec_ext in '' $ac_executable_extensions; do
    1903   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2429  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19042430    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1905     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2431    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19062432    break 2
    19072433  fi
    19082434done
    19092435done
     2436IFS=$as_save_IFS
    19102437
    19112438fi
     
    19132440CC=$ac_cv_prog_CC
    19142441if test -n "$CC"; then
    1915   echo "$as_me:$LINENO: result: $CC" >&5
    1916 echo "${ECHO_T}$CC" >&6
    1917 else
    1918   echo "$as_me:$LINENO: result: no" >&5
    1919 echo "${ECHO_T}no" >&6
    1920 fi
     2442  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2443$as_echo "$CC" >&6; }
     2444else
     2445  { $as_echo "$as_me:$LINENO: result: no" >&5
     2446$as_echo "no" >&6; }
     2447fi
     2448
    19212449
    19222450    test -n "$CC" && break
     
    19252453if test -z "$CC"; then
    19262454  ac_ct_CC=$CC
    1927   for ac_prog in cl
     2455  for ac_prog in cl.exe
    19282456do
    19292457  # Extract the first word of "$ac_prog", so it can be a program name with args.
    19302458set dummy $ac_prog; ac_word=$2
    1931 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1932 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2459{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2460$as_echo_n "checking for $ac_word... " >&6; }
    19332461if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1934   echo $ECHO_N "(cached) $ECHO_C" >&6
     2462  $as_echo_n "(cached) " >&6
    19352463else
    19362464  if test -n "$ac_ct_CC"; then
     
    19432471  test -z "$as_dir" && as_dir=.
    19442472  for ac_exec_ext in '' $ac_executable_extensions; do
    1945   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2473  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19462474    ac_cv_prog_ac_ct_CC="$ac_prog"
    1947     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2475    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19482476    break 2
    19492477  fi
    19502478done
    19512479done
     2480IFS=$as_save_IFS
    19522481
    19532482fi
     
    19552484ac_ct_CC=$ac_cv_prog_ac_ct_CC
    19562485if test -n "$ac_ct_CC"; then
    1957   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1958 echo "${ECHO_T}$ac_ct_CC" >&6
    1959 else
    1960   echo "$as_me:$LINENO: result: no" >&5
    1961 echo "${ECHO_T}no" >&6
    1962 fi
     2486  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2487$as_echo "$ac_ct_CC" >&6; }
     2488else
     2489  { $as_echo "$as_me:$LINENO: result: no" >&5
     2490$as_echo "no" >&6; }
     2491fi
     2492
    19632493
    19642494  test -n "$ac_ct_CC" && break
    19652495done
    19662496
    1967   CC=$ac_ct_CC
    1968 fi
    1969 
    1970 fi
    1971 
    1972 
    1973 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2497  if test "x$ac_ct_CC" = x; then
     2498    CC=""
     2499  else
     2500    case $cross_compiling:$ac_tool_warned in
     2501yes:)
     2502{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2503$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2504ac_tool_warned=yes ;;
     2505esac
     2506    CC=$ac_ct_CC
     2507  fi
     2508fi
     2509
     2510fi
     2511
     2512
     2513test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2514$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2515{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    19742516See \`config.log' for more details." >&5
    1975 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2517$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    19762518See \`config.log' for more details." >&2;}
    1977    { (exit 1); exit 1; }; }
     2519   { (exit 1); exit 1; }; }; }
    19782520
    19792521# Provide some information about the compiler.
    1980 echo "$as_me:$LINENO:" \
    1981      "checking for C compiler version" >&5
    1982 ac_compiler=`set X $ac_compile; echo $2`
    1983 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    1984   (eval $ac_compiler --version </dev/null >&5) 2>&5
     2522$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2523set X $ac_compile
     2524ac_compiler=$2
     2525{ (ac_try="$ac_compiler --version >&5"
     2526case "(($ac_try" in
     2527  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2528  *) ac_try_echo=$ac_try;;
     2529esac
     2530eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2531$as_echo "$ac_try_echo") >&5
     2532  (eval "$ac_compiler --version >&5") 2>&5
    19852533  ac_status=$?
    1986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2534  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19872535  (exit $ac_status); }
    1988 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    1989   (eval $ac_compiler -v </dev/null >&5) 2>&5
     2536{ (ac_try="$ac_compiler -v >&5"
     2537case "(($ac_try" in
     2538  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2539  *) ac_try_echo=$ac_try;;
     2540esac
     2541eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2542$as_echo "$ac_try_echo") >&5
     2543  (eval "$ac_compiler -v >&5") 2>&5
    19902544  ac_status=$?
    1991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2545  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19922546  (exit $ac_status); }
    1993 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    1994   (eval $ac_compiler -V </dev/null >&5) 2>&5
     2547{ (ac_try="$ac_compiler -V >&5"
     2548case "(($ac_try" in
     2549  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2550  *) ac_try_echo=$ac_try;;
     2551esac
     2552eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2553$as_echo "$ac_try_echo") >&5
     2554  (eval "$ac_compiler -V >&5") 2>&5
    19952555  ac_status=$?
    1996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2556  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19972557  (exit $ac_status); }
    19982558
     
    20132573_ACEOF
    20142574ac_clean_files_save=$ac_clean_files
    2015 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2575ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    20162576# Try to create an executable without -o first, disregard a.out.
    20172577# It will help us diagnose broken compilers, and finding out an intuition
    20182578# of exeext.
    2019 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2020 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
    2021 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2022 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    2023   (eval $ac_link_default) 2>&5
     2579{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2580$as_echo_n "checking for C compiler default output file name... " >&6; }
     2581ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2582
     2583# The possible output files:
     2584ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2585
     2586ac_rmfiles=
     2587for ac_file in $ac_files
     2588do
     2589  case $ac_file in
     2590    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2591    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2592  esac
     2593done
     2594rm -f $ac_rmfiles
     2595
     2596if { (ac_try="$ac_link_default"
     2597case "(($ac_try" in
     2598  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2599  *) ac_try_echo=$ac_try;;
     2600esac
     2601eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2602$as_echo "$ac_try_echo") >&5
     2603  (eval "$ac_link_default") 2>&5
    20242604  ac_status=$?
    2025   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2605  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20262606  (exit $ac_status); }; then
    2027   # Find the output, starting from the most likely.  This scheme is
    2028 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    2029 # resort.
    2030 
    2031 # Be careful to initialize this variable, since it used to be cached.
    2032 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    2033 ac_cv_exeext=
    2034 # b.out is created by i960 compilers.
    2035 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     2607  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     2608# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     2609# in a Makefile.  We should not override ac_cv_exeext if it was cached,
     2610# so that the user can short-circuit this test for compilers unknown to
     2611# Autoconf.
     2612for ac_file in $ac_files ''
    20362613do
    20372614  test -f "$ac_file" || continue
    20382615  case $ac_file in
    2039     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    2040     ;;
    2041     conftest.$ac_ext )
    2042     # This is the source file.
     2616    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    20432617    ;;
    20442618    [ab].out )
     
    20472621    break;;
    20482622    *.* )
    2049     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2050     # FIXME: I believe we export ac_cv_exeext for Libtool,
    2051     # but it would be cool to find out if it's true.  Does anybody
    2052     # maintain Libtool? --akim.
    2053     export ac_cv_exeext
     2623        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2624    then :; else
     2625       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2626    fi
     2627    # We set ac_cv_exeext here because the later test for it is not
     2628    # safe: cross compilers may not add the suffix if given an `-o'
     2629    # argument, so we may need to know it at that point already.
     2630    # Even if this section looks crufty: it has the advantage of
     2631    # actually working.
    20542632    break;;
    20552633    * )
     
    20572635  esac
    20582636done
    2059 else
    2060   echo "$as_me: failed program was:" >&5
     2637test "$ac_cv_exeext" = no && ac_cv_exeext=
     2638
     2639else
     2640  ac_file=''
     2641fi
     2642
     2643{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2644$as_echo "$ac_file" >&6; }
     2645if test -z "$ac_file"; then
     2646  $as_echo "$as_me: failed program was:" >&5
    20612647sed 's/^/| /' conftest.$ac_ext >&5
    20622648
    2063 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2649{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2650$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2651{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    20642652See \`config.log' for more details." >&5
    2065 echo "$as_me: error: C compiler cannot create executables
     2653$as_echo "$as_me: error: C compiler cannot create executables
    20662654See \`config.log' for more details." >&2;}
    2067    { (exit 77); exit 77; }; }
     2655   { (exit 77); exit 77; }; }; }
    20682656fi
    20692657
    20702658ac_exeext=$ac_cv_exeext
    2071 echo "$as_me:$LINENO: result: $ac_file" >&5
    2072 echo "${ECHO_T}$ac_file" >&6
    2073 
    2074 # Check the compiler produces executables we can run.  If not, either
     2659
     2660# Check that the compiler produces executables we can run.  If not, either
    20752661# the compiler is broken, or we cross compile.
    2076 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2077 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     2662{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2663$as_echo_n "checking whether the C compiler works... " >&6; }
    20782664# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    20792665# If not cross compiling, check that we can run a simple program.
    20802666if test "$cross_compiling" != yes; then
    20812667  if { ac_try='./$ac_file'
    2082   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2083   (eval $ac_try) 2>&5
     2668  { (case "(($ac_try" in
     2669  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2670  *) ac_try_echo=$ac_try;;
     2671esac
     2672eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2673$as_echo "$ac_try_echo") >&5
     2674  (eval "$ac_try") 2>&5
    20842675  ac_status=$?
    2085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2676  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20862677  (exit $ac_status); }; }; then
    20872678    cross_compiling=no
     
    20902681    cross_compiling=yes
    20912682    else
    2092     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2683    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2684$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2685{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    20932686If you meant to cross compile, use \`--host'.
    20942687See \`config.log' for more details." >&5
    2095 echo "$as_me: error: cannot run C compiled programs.
     2688$as_echo "$as_me: error: cannot run C compiled programs.
    20962689If you meant to cross compile, use \`--host'.
    20972690See \`config.log' for more details." >&2;}
    2098    { (exit 1); exit 1; }; }
     2691   { (exit 1); exit 1; }; }; }
    20992692    fi
    21002693  fi
    21012694fi
    2102 echo "$as_me:$LINENO: result: yes" >&5
    2103 echo "${ECHO_T}yes" >&6
    2104 
    2105 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2695{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2696$as_echo "yes" >&6; }
     2697
     2698rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    21062699ac_clean_files=$ac_clean_files_save
    2107 # Check the compiler produces executables we can run.  If not, either
     2700# Check that the compiler produces executables we can run.  If not, either
    21082701# the compiler is broken, or we cross compile.
    2109 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2110 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    2111 echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2112 echo "${ECHO_T}$cross_compiling" >&6
    2113 
    2114 echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2115 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
    2116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    2117   (eval $ac_link) 2>&5
     2702{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2703$as_echo_n "checking whether we are cross compiling... " >&6; }
     2704{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2705$as_echo "$cross_compiling" >&6; }
     2706
     2707{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2708$as_echo_n "checking for suffix of executables... " >&6; }
     2709if { (ac_try="$ac_link"
     2710case "(($ac_try" in
     2711  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2712  *) ac_try_echo=$ac_try;;
     2713esac
     2714eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2715$as_echo "$ac_try_echo") >&5
     2716  (eval "$ac_link") 2>&5
    21182717  ac_status=$?
    2119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2718  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21202719  (exit $ac_status); }; then
    21212720  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    21262725  test -f "$ac_file" || continue
    21272726  case $ac_file in
    2128     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     2727    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    21292728    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2130       export ac_cv_exeext
    21312729      break;;
    21322730    * ) break;;
     
    21342732done
    21352733else
    2136   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2734  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2735$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2736{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    21372737See \`config.log' for more details." >&5
    2138 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2738$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    21392739See \`config.log' for more details." >&2;}
    2140    { (exit 1); exit 1; }; }
     2740   { (exit 1); exit 1; }; }; }
    21412741fi
    21422742
    21432743rm -f conftest$ac_cv_exeext
    2144 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2145 echo "${ECHO_T}$ac_cv_exeext" >&6
     2744{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2745$as_echo "$ac_cv_exeext" >&6; }
    21462746
    21472747rm -f conftest.$ac_ext
    21482748EXEEXT=$ac_cv_exeext
    21492749ac_exeext=$EXEEXT
    2150 echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2151 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2750{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2751$as_echo_n "checking for suffix of object files... " >&6; }
    21522752if test "${ac_cv_objext+set}" = set; then
    2153   echo $ECHO_N "(cached) $ECHO_C" >&6
     2753  $as_echo_n "(cached) " >&6
    21542754else
    21552755  cat >conftest.$ac_ext <<_ACEOF
     
    21692769_ACEOF
    21702770rm -f conftest.o conftest.obj
    2171 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2172   (eval $ac_compile) 2>&5
     2771if { (ac_try="$ac_compile"
     2772case "(($ac_try" in
     2773  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2774  *) ac_try_echo=$ac_try;;
     2775esac
     2776eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2777$as_echo "$ac_try_echo") >&5
     2778  (eval "$ac_compile") 2>&5
    21732779  ac_status=$?
    2174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2780  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21752781  (exit $ac_status); }; then
    2176   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     2782  for ac_file in conftest.o conftest.obj conftest.*; do
     2783  test -f "$ac_file" || continue;
    21772784  case $ac_file in
    2178     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     2785    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    21792786    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    21802787       break;;
     
    21822789done
    21832790else
    2184   echo "$as_me: failed program was:" >&5
     2791  $as_echo "$as_me: failed program was:" >&5
    21852792sed 's/^/| /' conftest.$ac_ext >&5
    21862793
    2187 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2794{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2795$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2796{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    21882797See \`config.log' for more details." >&5
    2189 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2798$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    21902799See \`config.log' for more details." >&2;}
    2191    { (exit 1); exit 1; }; }
     2800   { (exit 1); exit 1; }; }; }
    21922801fi
    21932802
    21942803rm -f conftest.$ac_cv_objext conftest.$ac_ext
    21952804fi
    2196 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2197 echo "${ECHO_T}$ac_cv_objext" >&6
     2805{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2806$as_echo "$ac_cv_objext" >&6; }
    21982807OBJEXT=$ac_cv_objext
    21992808ac_objext=$OBJEXT
    2200 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2201 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2809{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2810$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    22022811if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2203   echo $ECHO_N "(cached) $ECHO_C" >&6
     2812  $as_echo_n "(cached) " >&6
    22042813else
    22052814  cat >conftest.$ac_ext <<_ACEOF
     
    22222831_ACEOF
    22232832rm -f conftest.$ac_objext
    2224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2225   (eval $ac_compile) 2>conftest.er1
     2833if { (ac_try="$ac_compile"
     2834case "(($ac_try" in
     2835  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2836  *) ac_try_echo=$ac_try;;
     2837esac
     2838eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2839$as_echo "$ac_try_echo") >&5
     2840  (eval "$ac_compile") 2>conftest.er1
    22262841  ac_status=$?
    22272842  grep -v '^ *+' conftest.er1 >conftest.err
    22282843  rm -f conftest.er1
    22292844  cat conftest.err >&5
    2230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2231   (exit $ac_status); } &&
    2232      { ac_try='test -z "$ac_c_werror_flag"
    2233              || test ! -s conftest.err'
    2234   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2235   (eval $ac_try) 2>&5
    2236   ac_status=$?
    2237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2238   (exit $ac_status); }; } &&
    2239      { ac_try='test -s conftest.$ac_objext'
    2240   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2241   (eval $ac_try) 2>&5
    2242   ac_status=$?
    2243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2244   (exit $ac_status); }; }; then
     2845  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2846  (exit $ac_status); } && {
     2847     test -z "$ac_c_werror_flag" ||
     2848     test ! -s conftest.err
     2849       } && test -s conftest.$ac_objext; then
    22452850  ac_compiler_gnu=yes
    22462851else
    2247   echo "$as_me: failed program was:" >&5
     2852  $as_echo "$as_me: failed program was:" >&5
    22482853sed 's/^/| /' conftest.$ac_ext >&5
    22492854
    2250 ac_compiler_gnu=no
    2251 fi
    2252 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2855    ac_compiler_gnu=no
     2856fi
     2857
     2858rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    22532859ac_cv_c_compiler_gnu=$ac_compiler_gnu
    22542860
    22552861fi
    2256 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2257 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    2258 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2862{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2863$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2864if test $ac_compiler_gnu = yes; then
     2865  GCC=yes
     2866else
     2867  GCC=
     2868fi
    22592869ac_test_CFLAGS=${CFLAGS+set}
    22602870ac_save_CFLAGS=$CFLAGS
    2261 CFLAGS="-g"
    2262 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2263 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2871{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2872$as_echo_n "checking whether $CC accepts -g... " >&6; }
    22642873if test "${ac_cv_prog_cc_g+set}" = set; then
    2265   echo $ECHO_N "(cached) $ECHO_C" >&6
    2266 else
    2267   cat >conftest.$ac_ext <<_ACEOF
     2874  $as_echo_n "(cached) " >&6
     2875else
     2876  ac_save_c_werror_flag=$ac_c_werror_flag
     2877   ac_c_werror_flag=yes
     2878   ac_cv_prog_cc_g=no
     2879   CFLAGS="-g"
     2880   cat >conftest.$ac_ext <<_ACEOF
    22682881/* confdefs.h.  */
    22692882_ACEOF
     
    22812894_ACEOF
    22822895rm -f conftest.$ac_objext
    2283 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2284   (eval $ac_compile) 2>conftest.er1
     2896if { (ac_try="$ac_compile"
     2897case "(($ac_try" in
     2898  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2899  *) ac_try_echo=$ac_try;;
     2900esac
     2901eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2902$as_echo "$ac_try_echo") >&5
     2903  (eval "$ac_compile") 2>conftest.er1
    22852904  ac_status=$?
    22862905  grep -v '^ *+' conftest.er1 >conftest.err
    22872906  rm -f conftest.er1
    22882907  cat conftest.err >&5
    2289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2290   (exit $ac_status); } &&
    2291      { ac_try='test -z "$ac_c_werror_flag"
    2292              || test ! -s conftest.err'
    2293   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2294   (eval $ac_try) 2>&5
     2908  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2909  (exit $ac_status); } && {
     2910     test -z "$ac_c_werror_flag" ||
     2911     test ! -s conftest.err
     2912       } && test -s conftest.$ac_objext; then
     2913  ac_cv_prog_cc_g=yes
     2914else
     2915  $as_echo "$as_me: failed program was:" >&5
     2916sed 's/^/| /' conftest.$ac_ext >&5
     2917
     2918    CFLAGS=""
     2919      cat >conftest.$ac_ext <<_ACEOF
     2920/* confdefs.h.  */
     2921_ACEOF
     2922cat confdefs.h >>conftest.$ac_ext
     2923cat >>conftest.$ac_ext <<_ACEOF
     2924/* end confdefs.h.  */
     2925
     2926int
     2927main ()
     2928{
     2929
     2930  ;
     2931  return 0;
     2932}
     2933_ACEOF
     2934rm -f conftest.$ac_objext
     2935if { (ac_try="$ac_compile"
     2936case "(($ac_try" in
     2937  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2938  *) ac_try_echo=$ac_try;;
     2939esac
     2940eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2941$as_echo "$ac_try_echo") >&5
     2942  (eval "$ac_compile") 2>conftest.er1
    22952943  ac_status=$?
    2296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2297   (exit $ac_status); }; } &&
    2298      { ac_try='test -s conftest.$ac_objext'
    2299   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2300   (eval $ac_try) 2>&5
     2944  grep -v '^ *+' conftest.er1 >conftest.err
     2945  rm -f conftest.er1
     2946  cat conftest.err >&5
     2947  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2948  (exit $ac_status); } && {
     2949     test -z "$ac_c_werror_flag" ||
     2950     test ! -s conftest.err
     2951       } && test -s conftest.$ac_objext; then
     2952  :
     2953else
     2954  $as_echo "$as_me: failed program was:" >&5
     2955sed 's/^/| /' conftest.$ac_ext >&5
     2956
     2957    ac_c_werror_flag=$ac_save_c_werror_flag
     2958     CFLAGS="-g"
     2959     cat >conftest.$ac_ext <<_ACEOF
     2960/* confdefs.h.  */
     2961_ACEOF
     2962cat confdefs.h >>conftest.$ac_ext
     2963cat >>conftest.$ac_ext <<_ACEOF
     2964/* end confdefs.h.  */
     2965
     2966int
     2967main ()
     2968{
     2969
     2970  ;
     2971  return 0;
     2972}
     2973_ACEOF
     2974rm -f conftest.$ac_objext
     2975if { (ac_try="$ac_compile"
     2976case "(($ac_try" in
     2977  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2978  *) ac_try_echo=$ac_try;;
     2979esac
     2980eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2981$as_echo "$ac_try_echo") >&5
     2982  (eval "$ac_compile") 2>conftest.er1
    23012983  ac_status=$?
    2302   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2303   (exit $ac_status); }; }; then
     2984  grep -v '^ *+' conftest.er1 >conftest.err
     2985  rm -f conftest.er1
     2986  cat conftest.err >&5
     2987  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2988  (exit $ac_status); } && {
     2989     test -z "$ac_c_werror_flag" ||
     2990     test ! -s conftest.err
     2991       } && test -s conftest.$ac_objext; then
    23042992  ac_cv_prog_cc_g=yes
    23052993else
    2306   echo "$as_me: failed program was:" >&5
     2994  $as_echo "$as_me: failed program was:" >&5
    23072995sed 's/^/| /' conftest.$ac_ext >&5
    23082996
    2309 ac_cv_prog_cc_g=no
    2310 fi
    2311 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2312 fi
    2313 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2314 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
     2997
     2998fi
     2999
     3000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3001fi
     3002
     3003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3004fi
     3005
     3006rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3007   ac_c_werror_flag=$ac_save_c_werror_flag
     3008fi
     3009{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3010$as_echo "$ac_cv_prog_cc_g" >&6; }
    23153011if test "$ac_test_CFLAGS" = set; then
    23163012  CFLAGS=$ac_save_CFLAGS
     
    23283024  fi
    23293025fi
    2330 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
    2331 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    2332 if test "${ac_cv_prog_cc_stdc+set}" = set; then
    2333   echo $ECHO_N "(cached) $ECHO_C" >&6
    2334 else
    2335   ac_cv_prog_cc_stdc=no
     3026{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3027$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     3028if test "${ac_cv_prog_cc_c89+set}" = set; then
     3029  $as_echo_n "(cached) " >&6
     3030else
     3031  ac_cv_prog_cc_c89=no
    23363032ac_save_CC=$CC
    23373033cat >conftest.$ac_ext <<_ACEOF
     
    23673063   function prototypes and stuff, but not '\xHH' hex character constants.
    23683064   These don't provoke an error unfortunately, instead are silently treated
    2369    as 'x'.  The following induces an error, until -std1 is added to get
     3065   as 'x'.  The following induces an error, until -std is added to get
    23703066   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    23713067   array size at least.  It's necessary to write '\x00'==0 to get something
    2372    that's true only with -std1.  */
     3068   that's true only with -std.  */
    23733069int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     3070
     3071/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
     3072   inside strings and character constants.  */
     3073#define FOO(x) 'x'
     3074int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    23743075
    23753076int test (int i, double x);
     
    23873088}
    23883089_ACEOF
    2389 # Don't try gcc -ansi; that turns off useful extensions and
    2390 # breaks some systems' header files.
    2391 # AIX           -qlanglvl=ansi
    2392 # Ultrix and OSF/1  -std1
    2393 # HP-UX 10.20 and later -Ae
    2394 # HP-UX older versions  -Aa -D_HPUX_SOURCE
    2395 # SVR4          -Xc -D__EXTENSIONS__
    2396 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     3090for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
     3091    -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    23973092do
    23983093  CC="$ac_save_CC $ac_arg"
    23993094  rm -f conftest.$ac_objext
    2400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2401   (eval $ac_compile) 2>conftest.er1
     3095if { (ac_try="$ac_compile"
     3096case "(($ac_try" in
     3097  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3098  *) ac_try_echo=$ac_try;;
     3099esac
     3100eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3101$as_echo "$ac_try_echo") >&5
     3102  (eval "$ac_compile") 2>conftest.er1
    24023103  ac_status=$?
    24033104  grep -v '^ *+' conftest.er1 >conftest.err
    24043105  rm -f conftest.er1
    24053106  cat conftest.err >&5
    2406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2407   (exit $ac_status); } &&
    2408      { ac_try='test -z "$ac_c_werror_flag"
    2409              || test ! -s conftest.err'
    2410   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2411   (eval $ac_try) 2>&5
    2412   ac_status=$?
    2413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2414   (exit $ac_status); }; } &&
    2415      { ac_try='test -s conftest.$ac_objext'
    2416   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2417   (eval $ac_try) 2>&5
    2418   ac_status=$?
    2419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2420   (exit $ac_status); }; }; then
    2421   ac_cv_prog_cc_stdc=$ac_arg
    2422 break
    2423 else
    2424   echo "$as_me: failed program was:" >&5
     3107  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3108  (exit $ac_status); } && {
     3109     test -z "$ac_c_werror_flag" ||
     3110     test ! -s conftest.err
     3111       } && test -s conftest.$ac_objext; then
     3112  ac_cv_prog_cc_c89=$ac_arg
     3113else
     3114  $as_echo "$as_me: failed program was:" >&5
    24253115sed 's/^/| /' conftest.$ac_ext >&5
    24263116
    2427 fi
    2428 rm -f conftest.err conftest.$ac_objext
     3117
     3118fi
     3119
     3120rm -f core conftest.err conftest.$ac_objext
     3121  test "x$ac_cv_prog_cc_c89" != "xno" && break
    24293122done
    2430 rm -f conftest.$ac_ext conftest.$ac_objext
     3123rm -f conftest.$ac_ext
    24313124CC=$ac_save_CC
    24323125
    24333126fi
    2434 
    2435 case "x$ac_cv_prog_cc_stdc" in
    2436   x|xno)
    2437     echo "$as_me:$LINENO: result: none needed" >&5
    2438 echo "${ECHO_T}none needed" >&6 ;;
     3127# AC_CACHE_VAL
     3128case "x$ac_cv_prog_cc_c89" in
     3129  x)
     3130    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3131$as_echo "none needed" >&6; } ;;
     3132  xno)
     3133    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3134$as_echo "unsupported" >&6; } ;;
    24393135  *)
    2440     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    2441 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    2442     CC="$CC $ac_cv_prog_cc_stdc" ;;
    2443 esac
    2444 
    2445 # Some people use a C++ compiler to compile C.  Since we use `exit',
    2446 # in C++ we need to declare it.  In case someone uses the same compiler
    2447 # for both compiling C and C++ we need to have the C++ compiler decide
    2448 # the declaration of exit, since it's the most demanding environment.
    2449 cat >conftest.$ac_ext <<_ACEOF
    2450 #ifndef __cplusplus
    2451   choke me
    2452 #endif
    2453 _ACEOF
    2454 rm -f conftest.$ac_objext
    2455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2456   (eval $ac_compile) 2>conftest.er1
    2457   ac_status=$?
    2458   grep -v '^ *+' conftest.er1 >conftest.err
    2459   rm -f conftest.er1
    2460   cat conftest.err >&5
    2461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2462   (exit $ac_status); } &&
    2463      { ac_try='test -z "$ac_c_werror_flag"
    2464              || test ! -s conftest.err'
    2465   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2466   (eval $ac_try) 2>&5
    2467   ac_status=$?
    2468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2469   (exit $ac_status); }; } &&
    2470      { ac_try='test -s conftest.$ac_objext'
    2471   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2472   (eval $ac_try) 2>&5
    2473   ac_status=$?
    2474   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2475   (exit $ac_status); }; }; then
    2476   for ac_declaration in \
    2477    '' \
    2478    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2479    'extern "C" void std::exit (int); using std::exit;' \
    2480    'extern "C" void exit (int) throw ();' \
    2481    'extern "C" void exit (int);' \
    2482    'void exit (int);'
    2483 do
    2484   cat >conftest.$ac_ext <<_ACEOF
    2485 /* confdefs.h.  */
    2486 _ACEOF
    2487 cat confdefs.h >>conftest.$ac_ext
    2488 cat >>conftest.$ac_ext <<_ACEOF
    2489 /* end confdefs.h.  */
    2490 $ac_declaration
    2491 #include <stdlib.h>
    2492 int
    2493 main ()
    2494 {
    2495 exit (42);
    2496   ;
    2497   return 0;
    2498 }
    2499 _ACEOF
    2500 rm -f conftest.$ac_objext
    2501 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2502   (eval $ac_compile) 2>conftest.er1
    2503   ac_status=$?
    2504   grep -v '^ *+' conftest.er1 >conftest.err
    2505   rm -f conftest.er1
    2506   cat conftest.err >&5
    2507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2508   (exit $ac_status); } &&
    2509      { ac_try='test -z "$ac_c_werror_flag"
    2510              || test ! -s conftest.err'
    2511   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2512   (eval $ac_try) 2>&5
    2513   ac_status=$?
    2514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2515   (exit $ac_status); }; } &&
    2516      { ac_try='test -s conftest.$ac_objext'
    2517   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2518   (eval $ac_try) 2>&5
    2519   ac_status=$?
    2520   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2521   (exit $ac_status); }; }; then
    2522   :
    2523 else
    2524   echo "$as_me: failed program was:" >&5
    2525 sed 's/^/| /' conftest.$ac_ext >&5
    2526 
    2527 continue
    2528 fi
    2529 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2530   cat >conftest.$ac_ext <<_ACEOF
    2531 /* confdefs.h.  */
    2532 _ACEOF
    2533 cat confdefs.h >>conftest.$ac_ext
    2534 cat >>conftest.$ac_ext <<_ACEOF
    2535 /* end confdefs.h.  */
    2536 $ac_declaration
    2537 int
    2538 main ()
    2539 {
    2540 exit (42);
    2541   ;
    2542   return 0;
    2543 }
    2544 _ACEOF
    2545 rm -f conftest.$ac_objext
    2546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2547   (eval $ac_compile) 2>conftest.er1
    2548   ac_status=$?
    2549   grep -v '^ *+' conftest.er1 >conftest.err
    2550   rm -f conftest.er1
    2551   cat conftest.err >&5
    2552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2553   (exit $ac_status); } &&
    2554      { ac_try='test -z "$ac_c_werror_flag"
    2555              || test ! -s conftest.err'
    2556   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2557   (eval $ac_try) 2>&5
    2558   ac_status=$?
    2559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2560   (exit $ac_status); }; } &&
    2561      { ac_try='test -s conftest.$ac_objext'
    2562   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2563   (eval $ac_try) 2>&5
    2564   ac_status=$?
    2565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2566   (exit $ac_status); }; }; then
    2567   break
    2568 else
    2569   echo "$as_me: failed program was:" >&5
    2570 sed 's/^/| /' conftest.$ac_ext >&5
    2571 
    2572 fi
    2573 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2574 done
    2575 rm -f conftest*
    2576 if test -n "$ac_declaration"; then
    2577   echo '#ifdef __cplusplus' >>confdefs.h
    2578   echo $ac_declaration      >>confdefs.h
    2579   echo '#endif'             >>confdefs.h
    2580 fi
    2581 
    2582 else
    2583   echo "$as_me: failed program was:" >&5
    2584 sed 's/^/| /' conftest.$ac_ext >&5
    2585 
    2586 fi
    2587 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3136    CC="$CC $ac_cv_prog_cc_c89"
     3137    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3138$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3139esac
     3140
     3141
    25883142ac_ext=c
    25893143ac_cpp='$CPP $CPPFLAGS'
     
    25923146ac_compiler_gnu=$ac_cv_c_compiler_gnu
    25933147
    2594 ac_ext=cc
     3148ac_ext=cpp
    25953149ac_cpp='$CXXCPP $CPPFLAGS'
    25963150ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    25973151ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    25983152ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    2599 if test -n "$ac_tool_prefix"; then
    2600   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3153if test -z "$CXX"; then
     3154  if test -n "$CCC"; then
     3155    CXX=$CCC
     3156  else
     3157    if test -n "$ac_tool_prefix"; then
     3158  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    26013159  do
    26023160    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    26033161set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2604 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2605 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3162{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3163$as_echo_n "checking for $ac_word... " >&6; }
    26063164if test "${ac_cv_prog_CXX+set}" = set; then
    2607   echo $ECHO_N "(cached) $ECHO_C" >&6
     3165  $as_echo_n "(cached) " >&6
    26083166else
    26093167  if test -n "$CXX"; then
     
    26163174  test -z "$as_dir" && as_dir=.
    26173175  for ac_exec_ext in '' $ac_executable_extensions; do
    2618   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3176  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26193177    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    2620     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3178    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26213179    break 2
    26223180  fi
    26233181done
    26243182done
     3183IFS=$as_save_IFS
    26253184
    26263185fi
     
    26283187CXX=$ac_cv_prog_CXX
    26293188if test -n "$CXX"; then
    2630   echo "$as_me:$LINENO: result: $CXX" >&5
    2631 echo "${ECHO_T}$CXX" >&6
    2632 else
    2633   echo "$as_me:$LINENO: result: no" >&5
    2634 echo "${ECHO_T}no" >&6
    2635 fi
     3189  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3190$as_echo "$CXX" >&6; }
     3191else
     3192  { $as_echo "$as_me:$LINENO: result: no" >&5
     3193$as_echo "no" >&6; }
     3194fi
     3195
    26363196
    26373197    test -n "$CXX" && break
     
    26403200if test -z "$CXX"; then
    26413201  ac_ct_CXX=$CXX
    2642   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3202  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    26433203do
    26443204  # Extract the first word of "$ac_prog", so it can be a program name with args.
    26453205set dummy $ac_prog; ac_word=$2
    2646 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2647 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3206{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3207$as_echo_n "checking for $ac_word... " >&6; }
    26483208if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    2649   echo $ECHO_N "(cached) $ECHO_C" >&6
     3209  $as_echo_n "(cached) " >&6
    26503210else
    26513211  if test -n "$ac_ct_CXX"; then
     
    26583218  test -z "$as_dir" && as_dir=.
    26593219  for ac_exec_ext in '' $ac_executable_extensions; do
    2660   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3220  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26613221    ac_cv_prog_ac_ct_CXX="$ac_prog"
    2662     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3222    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26633223    break 2
    26643224  fi
    26653225done
    26663226done
     3227IFS=$as_save_IFS
    26673228
    26683229fi
     
    26703231ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    26713232if test -n "$ac_ct_CXX"; then
    2672   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    2673 echo "${ECHO_T}$ac_ct_CXX" >&6
    2674 else
    2675   echo "$as_me:$LINENO: result: no" >&5
    2676 echo "${ECHO_T}no" >&6
    2677 fi
     3233  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3234$as_echo "$ac_ct_CXX" >&6; }
     3235else
     3236  { $as_echo "$as_me:$LINENO: result: no" >&5
     3237$as_echo "no" >&6; }
     3238fi
     3239
    26783240
    26793241  test -n "$ac_ct_CXX" && break
    26803242done
    2681 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
    2682 
    2683   CXX=$ac_ct_CXX
    2684 fi
    2685 
    2686 
     3243
     3244  if test "x$ac_ct_CXX" = x; then
     3245    CXX="g++"
     3246  else
     3247    case $cross_compiling:$ac_tool_warned in
     3248yes:)
     3249{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3250$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3251ac_tool_warned=yes ;;
     3252esac
     3253    CXX=$ac_ct_CXX
     3254  fi
     3255fi
     3256
     3257  fi
     3258fi
    26873259# Provide some information about the compiler.
    2688 echo "$as_me:$LINENO:" \
    2689      "checking for C++ compiler version" >&5
    2690 ac_compiler=`set X $ac_compile; echo $2`
    2691 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    2692   (eval $ac_compiler --version </dev/null >&5) 2>&5
     3260$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3261set X $ac_compile
     3262ac_compiler=$2
     3263{ (ac_try="$ac_compiler --version >&5"
     3264case "(($ac_try" in
     3265  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3266  *) ac_try_echo=$ac_try;;
     3267esac
     3268eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3269$as_echo "$ac_try_echo") >&5
     3270  (eval "$ac_compiler --version >&5") 2>&5
    26933271  ac_status=$?
    2694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3272  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26953273  (exit $ac_status); }
    2696 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    2697   (eval $ac_compiler -v </dev/null >&5) 2>&5
     3274{ (ac_try="$ac_compiler -v >&5"
     3275case "(($ac_try" in
     3276  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3277  *) ac_try_echo=$ac_try;;
     3278esac
     3279eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3280$as_echo "$ac_try_echo") >&5
     3281  (eval "$ac_compiler -v >&5") 2>&5
    26983282  ac_status=$?
    2699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3283  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27003284  (exit $ac_status); }
    2701 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    2702   (eval $ac_compiler -V </dev/null >&5) 2>&5
     3285{ (ac_try="$ac_compiler -V >&5"
     3286case "(($ac_try" in
     3287  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3288  *) ac_try_echo=$ac_try;;
     3289esac
     3290eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3291$as_echo "$ac_try_echo") >&5
     3292  (eval "$ac_compiler -V >&5") 2>&5
    27033293  ac_status=$?
    2704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3294  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27053295  (exit $ac_status); }
    27063296
    2707 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    2708 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
     3297{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3298$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    27093299if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    2710   echo $ECHO_N "(cached) $ECHO_C" >&6
     3300  $as_echo_n "(cached) " >&6
    27113301else
    27123302  cat >conftest.$ac_ext <<_ACEOF
     
    27293319_ACEOF
    27303320rm -f conftest.$ac_objext
    2731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2732   (eval $ac_compile) 2>conftest.er1
     3321if { (ac_try="$ac_compile"
     3322case "(($ac_try" in
     3323  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3324  *) ac_try_echo=$ac_try;;
     3325esac
     3326eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3327$as_echo "$ac_try_echo") >&5
     3328  (eval "$ac_compile") 2>conftest.er1
    27333329  ac_status=$?
    27343330  grep -v '^ *+' conftest.er1 >conftest.err
    27353331  rm -f conftest.er1
    27363332  cat conftest.err >&5
    2737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2738   (exit $ac_status); } &&
    2739      { ac_try='test -z "$ac_cxx_werror_flag"
    2740              || test ! -s conftest.err'
    2741   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2742   (eval $ac_try) 2>&5
    2743   ac_status=$?
    2744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2745   (exit $ac_status); }; } &&
    2746      { ac_try='test -s conftest.$ac_objext'
    2747   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2748   (eval $ac_try) 2>&5
    2749   ac_status=$?
    2750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2751   (exit $ac_status); }; }; then
     3333  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3334  (exit $ac_status); } && {
     3335     test -z "$ac_cxx_werror_flag" ||
     3336     test ! -s conftest.err
     3337       } && test -s conftest.$ac_objext; then
    27523338  ac_compiler_gnu=yes
    27533339else
    2754   echo "$as_me: failed program was:" >&5
     3340  $as_echo "$as_me: failed program was:" >&5
    27553341sed 's/^/| /' conftest.$ac_ext >&5
    27563342
    2757 ac_compiler_gnu=no
    2758 fi
    2759 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3343    ac_compiler_gnu=no
     3344fi
     3345
     3346rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    27603347ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    27613348
    27623349fi
    2763 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    2764 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
    2765 GXX=`test $ac_compiler_gnu = yes && echo yes`
     3350{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3351$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     3352if test $ac_compiler_gnu = yes; then
     3353  GXX=yes
     3354else
     3355  GXX=
     3356fi
    27663357ac_test_CXXFLAGS=${CXXFLAGS+set}
    27673358ac_save_CXXFLAGS=$CXXFLAGS
    2768 CXXFLAGS="-g"
    2769 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    2770 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
     3359{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3360$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    27713361if test "${ac_cv_prog_cxx_g+set}" = set; then
    2772   echo $ECHO_N "(cached) $ECHO_C" >&6
    2773 else
    2774   cat >conftest.$ac_ext <<_ACEOF
     3362  $as_echo_n "(cached) " >&6
     3363else
     3364  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     3365   ac_cxx_werror_flag=yes
     3366   ac_cv_prog_cxx_g=no
     3367   CXXFLAGS="-g"
     3368   cat >conftest.$ac_ext <<_ACEOF
    27753369/* confdefs.h.  */
    27763370_ACEOF
     
    27883382_ACEOF
    27893383rm -f conftest.$ac_objext
    2790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2791   (eval $ac_compile) 2>conftest.er1
     3384if { (ac_try="$ac_compile"
     3385case "(($ac_try" in
     3386  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3387  *) ac_try_echo=$ac_try;;
     3388esac
     3389eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3390$as_echo "$ac_try_echo") >&5
     3391  (eval "$ac_compile") 2>conftest.er1
    27923392  ac_status=$?
    27933393  grep -v '^ *+' conftest.er1 >conftest.err
    27943394  rm -f conftest.er1
    27953395  cat conftest.err >&5
    2796   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2797   (exit $ac_status); } &&
    2798      { ac_try='test -z "$ac_cxx_werror_flag"
    2799              || test ! -s conftest.err'
    2800   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2801   (eval $ac_try) 2>&5
     3396  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3397  (exit $ac_status); } && {
     3398     test -z "$ac_cxx_werror_flag" ||
     3399     test ! -s conftest.err
     3400       } && test -s conftest.$ac_objext; then
     3401  ac_cv_prog_cxx_g=yes
     3402else
     3403  $as_echo "$as_me: failed program was:" >&5
     3404sed 's/^/| /' conftest.$ac_ext >&5
     3405
     3406    CXXFLAGS=""
     3407      cat >conftest.$ac_ext <<_ACEOF
     3408/* confdefs.h.  */
     3409_ACEOF
     3410cat confdefs.h >>conftest.$ac_ext
     3411cat >>conftest.$ac_ext <<_ACEOF
     3412/* end confdefs.h.  */
     3413
     3414int
     3415main ()
     3416{
     3417
     3418  ;
     3419  return 0;
     3420}
     3421_ACEOF
     3422rm -f conftest.$ac_objext
     3423if { (ac_try="$ac_compile"
     3424case "(($ac_try" in
     3425  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3426  *) ac_try_echo=$ac_try;;
     3427esac
     3428eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3429$as_echo "$ac_try_echo") >&5
     3430  (eval "$ac_compile") 2>conftest.er1
    28023431  ac_status=$?
    2803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2804   (exit $ac_status); }; } &&
    2805      { ac_try='test -s conftest.$ac_objext'
    2806   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2807   (eval $ac_try) 2>&5
     3432  grep -v '^ *+' conftest.er1 >conftest.err
     3433  rm -f conftest.er1
     3434  cat conftest.err >&5
     3435  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3436  (exit $ac_status); } && {
     3437     test -z "$ac_cxx_werror_flag" ||
     3438     test ! -s conftest.err
     3439       } && test -s conftest.$ac_objext; then
     3440  :
     3441else
     3442  $as_echo "$as_me: failed program was:" >&5
     3443sed 's/^/| /' conftest.$ac_ext >&5
     3444
     3445    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3446     CXXFLAGS="-g"
     3447     cat >conftest.$ac_ext <<_ACEOF
     3448/* confdefs.h.  */
     3449_ACEOF
     3450cat confdefs.h >>conftest.$ac_ext
     3451cat >>conftest.$ac_ext <<_ACEOF
     3452/* end confdefs.h.  */
     3453
     3454int
     3455main ()
     3456{
     3457
     3458  ;
     3459  return 0;
     3460}
     3461_ACEOF
     3462rm -f conftest.$ac_objext
     3463if { (ac_try="$ac_compile"
     3464case "(($ac_try" in
     3465  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3466  *) ac_try_echo=$ac_try;;
     3467esac
     3468eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3469$as_echo "$ac_try_echo") >&5
     3470  (eval "$ac_compile") 2>conftest.er1
    28083471  ac_status=$?
    2809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2810   (exit $ac_status); }; }; then
     3472  grep -v '^ *+' conftest.er1 >conftest.err
     3473  rm -f conftest.er1
     3474  cat conftest.err >&5
     3475  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3476  (exit $ac_status); } && {
     3477     test -z "$ac_cxx_werror_flag" ||
     3478     test ! -s conftest.err
     3479       } && test -s conftest.$ac_objext; then
    28113480  ac_cv_prog_cxx_g=yes
    28123481else
    2813   echo "$as_me: failed program was:" >&5
     3482  $as_echo "$as_me: failed program was:" >&5
    28143483sed 's/^/| /' conftest.$ac_ext >&5
    28153484
    2816 ac_cv_prog_cxx_g=no
    2817 fi
    2818 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2819 fi
    2820 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    2821 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
     3485
     3486fi
     3487
     3488rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3489fi
     3490
     3491rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3492fi
     3493
     3494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3495   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3496fi
     3497{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3498$as_echo "$ac_cv_prog_cxx_g" >&6; }
    28223499if test "$ac_test_CXXFLAGS" = set; then
    28233500  CXXFLAGS=$ac_save_CXXFLAGS
     
    28353512  fi
    28363513fi
    2837 for ac_declaration in \
    2838    '' \
    2839    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2840    'extern "C" void std::exit (int); using std::exit;' \
    2841    'extern "C" void exit (int) throw ();' \
    2842    'extern "C" void exit (int);' \
    2843    'void exit (int);'
    2844 do
    2845   cat >conftest.$ac_ext <<_ACEOF
    2846 /* confdefs.h.  */
    2847 _ACEOF
    2848 cat confdefs.h >>conftest.$ac_ext
    2849 cat >>conftest.$ac_ext <<_ACEOF
    2850 /* end confdefs.h.  */
    2851 $ac_declaration
    2852 #include <stdlib.h>
    2853 int
    2854 main ()
    2855 {
    2856 exit (42);
    2857   ;
    2858   return 0;
    2859 }
    2860 _ACEOF
    2861 rm -f conftest.$ac_objext
    2862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2863   (eval $ac_compile) 2>conftest.er1
    2864   ac_status=$?
    2865   grep -v '^ *+' conftest.er1 >conftest.err
    2866   rm -f conftest.er1
    2867   cat conftest.err >&5
    2868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2869   (exit $ac_status); } &&
    2870      { ac_try='test -z "$ac_cxx_werror_flag"
    2871              || test ! -s conftest.err'
    2872   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2873   (eval $ac_try) 2>&5
    2874   ac_status=$?
    2875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2876   (exit $ac_status); }; } &&
    2877      { ac_try='test -s conftest.$ac_objext'
    2878   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2879   (eval $ac_try) 2>&5
    2880   ac_status=$?
    2881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2882   (exit $ac_status); }; }; then
    2883   :
    2884 else
    2885   echo "$as_me: failed program was:" >&5
    2886 sed 's/^/| /' conftest.$ac_ext >&5
    2887 
    2888 continue
    2889 fi
    2890 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2891   cat >conftest.$ac_ext <<_ACEOF
    2892 /* confdefs.h.  */
    2893 _ACEOF
    2894 cat confdefs.h >>conftest.$ac_ext
    2895 cat >>conftest.$ac_ext <<_ACEOF
    2896 /* end confdefs.h.  */
    2897 $ac_declaration
    2898 int
    2899 main ()
    2900 {
    2901 exit (42);
    2902   ;
    2903   return 0;
    2904 }
    2905 _ACEOF
    2906 rm -f conftest.$ac_objext
    2907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2908   (eval $ac_compile) 2>conftest.er1
    2909   ac_status=$?
    2910   grep -v '^ *+' conftest.er1 >conftest.err
    2911   rm -f conftest.er1
    2912   cat conftest.err >&5
    2913   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2914   (exit $ac_status); } &&
    2915      { ac_try='test -z "$ac_cxx_werror_flag"
    2916              || test ! -s conftest.err'
    2917   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2918   (eval $ac_try) 2>&5
    2919   ac_status=$?
    2920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2921   (exit $ac_status); }; } &&
    2922      { ac_try='test -s conftest.$ac_objext'
    2923   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2924   (eval $ac_try) 2>&5
    2925   ac_status=$?
    2926   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2927   (exit $ac_status); }; }; then
    2928   break
    2929 else
    2930   echo "$as_me: failed program was:" >&5
    2931 sed 's/^/| /' conftest.$ac_ext >&5
    2932 
    2933 fi
    2934 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2935 done
    2936 rm -f conftest*
    2937 if test -n "$ac_declaration"; then
    2938   echo '#ifdef __cplusplus' >>confdefs.h
    2939   echo $ac_declaration      >>confdefs.h
    2940   echo '#endif'             >>confdefs.h
    2941 fi
    2942 
    29433514ac_ext=c
    29443515ac_cpp='$CPP $CPPFLAGS'
     
    29513522  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29523523set dummy $ac_prog; ac_word=$2
    2953 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2954 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3524{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3525$as_echo_n "checking for $ac_word... " >&6; }
    29553526if test "${ac_cv_prog_AWK+set}" = set; then
    2956   echo $ECHO_N "(cached) $ECHO_C" >&6
     3527  $as_echo_n "(cached) " >&6
    29573528else
    29583529  if test -n "$AWK"; then
     
    29653536  test -z "$as_dir" && as_dir=.
    29663537  for ac_exec_ext in '' $ac_executable_extensions; do
    2967   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3538  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29683539    ac_cv_prog_AWK="$ac_prog"
    2969     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3540    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29703541    break 2
    29713542  fi
    29723543done
    29733544done
     3545IFS=$as_save_IFS
    29743546
    29753547fi
     
    29773549AWK=$ac_cv_prog_AWK
    29783550if test -n "$AWK"; then
    2979   echo "$as_me:$LINENO: result: $AWK" >&5
    2980 echo "${ECHO_T}$AWK" >&6
    2981 else
    2982   echo "$as_me:$LINENO: result: no" >&5
    2983 echo "${ECHO_T}no" >&6
    2984 fi
     3551  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     3552$as_echo "$AWK" >&6; }
     3553else
     3554  { $as_echo "$as_me:$LINENO: result: no" >&5
     3555$as_echo "no" >&6; }
     3556fi
     3557
    29853558
    29863559  test -n "$AWK" && break
     
    29913564  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29923565set dummy $ac_prog; ac_word=$2
    2993 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2994 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3566{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3567$as_echo_n "checking for $ac_word... " >&6; }
    29953568if test "${ac_cv_prog_YACC+set}" = set; then
    2996   echo $ECHO_N "(cached) $ECHO_C" >&6
     3569  $as_echo_n "(cached) " >&6
    29973570else
    29983571  if test -n "$YACC"; then
     
    30053578  test -z "$as_dir" && as_dir=.
    30063579  for ac_exec_ext in '' $ac_executable_extensions; do
    3007   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3580  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30083581    ac_cv_prog_YACC="$ac_prog"
    3009     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3582    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30103583    break 2
    30113584  fi
    30123585done
    30133586done
     3587IFS=$as_save_IFS
    30143588
    30153589fi
     
    30173591YACC=$ac_cv_prog_YACC
    30183592if test -n "$YACC"; then
    3019   echo "$as_me:$LINENO: result: $YACC" >&5
    3020 echo "${ECHO_T}$YACC" >&6
    3021 else
    3022   echo "$as_me:$LINENO: result: no" >&5
    3023 echo "${ECHO_T}no" >&6
    3024 fi
     3593  { $as_echo "$as_me:$LINENO: result: $YACC" >&5
     3594$as_echo "$YACC" >&6; }
     3595else
     3596  { $as_echo "$as_me:$LINENO: result: no" >&5
     3597$as_echo "no" >&6; }
     3598fi
     3599
    30253600
    30263601  test -n "$YACC" && break
     
    30293604
    30303605ac_aux_dir=
    3031 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    3032   if test -f $ac_dir/install-sh; then
     3606for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     3607  if test -f "$ac_dir/install-sh"; then
    30333608    ac_aux_dir=$ac_dir
    30343609    ac_install_sh="$ac_aux_dir/install-sh -c"
    30353610    break
    3036   elif test -f $ac_dir/install.sh; then
     3611  elif test -f "$ac_dir/install.sh"; then
    30373612    ac_aux_dir=$ac_dir
    30383613    ac_install_sh="$ac_aux_dir/install.sh -c"
    30393614    break
    3040   elif test -f $ac_dir/shtool; then
     3615  elif test -f "$ac_dir/shtool"; then
    30413616    ac_aux_dir=$ac_dir
    30423617    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    30453620done
    30463621if test -z "$ac_aux_dir"; then
    3047   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    3048 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     3622  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     3623$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    30493624   { (exit 1); exit 1; }; }
    30503625fi
    3051 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    3052 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    3053 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
     3626
     3627# These three variables are undocumented and unsupported,
     3628# and are intended to be withdrawn in a future Autoconf release.
     3629# They can cause serious problems if a builder's source tree is in a directory
     3630# whose full name contains unusual characters.
     3631ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
     3632ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
     3633ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     3634
    30543635
    30553636# Make sure we can run config.sub.
    3056 $ac_config_sub sun4 >/dev/null 2>&1 ||
    3057   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
    3058 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     3637$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
     3638  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     3639$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    30593640   { (exit 1); exit 1; }; }
    30603641
    3061 echo "$as_me:$LINENO: checking build system type" >&5
    3062 echo $ECHO_N "checking build system type... $ECHO_C" >&6
     3642{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     3643$as_echo_n "checking build system type... " >&6; }
    30633644if test "${ac_cv_build+set}" = set; then
    3064   echo $ECHO_N "(cached) $ECHO_C" >&6
    3065 else
    3066   ac_cv_build_alias=$build_alias
    3067 test -z "$ac_cv_build_alias" &&
    3068   ac_cv_build_alias=`$ac_config_guess`
    3069 test -z "$ac_cv_build_alias" &&
    3070   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    3071 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     3645  $as_echo_n "(cached) " >&6
     3646else
     3647  ac_build_alias=$build_alias
     3648test "x$ac_build_alias" = x &&
     3649  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
     3650test "x$ac_build_alias" = x &&
     3651  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     3652$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    30723653   { (exit 1); exit 1; }; }
    3073 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    3074   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
    3075 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     3654ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
     3655  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     3656$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    30763657   { (exit 1); exit 1; }; }
    30773658
    30783659fi
    3079 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    3080 echo "${ECHO_T}$ac_cv_build" >&6
     3660{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     3661$as_echo "$ac_cv_build" >&6; }
     3662case $ac_cv_build in
     3663*-*-*) ;;
     3664*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     3665$as_echo "$as_me: error: invalid value of canonical build" >&2;}
     3666   { (exit 1); exit 1; }; };;
     3667esac
    30813668build=$ac_cv_build
    3082 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3083 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3084 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3085 
    3086 
    3087 echo "$as_me:$LINENO: checking host system type" >&5
    3088 echo $ECHO_N "checking host system type... $ECHO_C" >&6
     3669ac_save_IFS=$IFS; IFS='-'
     3670set x $ac_cv_build
     3671shift
     3672build_cpu=$1
     3673build_vendor=$2
     3674shift; shift
     3675# Remember, the first character of IFS is used to create $*,
     3676# except with old shells:
     3677build_os=$*
     3678IFS=$ac_save_IFS
     3679case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
     3680
     3681
     3682{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     3683$as_echo_n "checking host system type... " >&6; }
    30893684if test "${ac_cv_host+set}" = set; then
    3090   echo $ECHO_N "(cached) $ECHO_C" >&6
    3091 else
    3092   ac_cv_host_alias=$host_alias
    3093 test -z "$ac_cv_host_alias" &&
    3094   ac_cv_host_alias=$ac_cv_build_alias
    3095 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    3096   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    3097 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     3685  $as_echo_n "(cached) " >&6
     3686else
     3687  if test "x$host_alias" = x; then
     3688  ac_cv_host=$ac_cv_build
     3689else
     3690  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     3691    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     3692$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    30983693   { (exit 1); exit 1; }; }
    3099 
    3100 fi
    3101 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    3102 echo "${ECHO_T}$ac_cv_host" >&6
     3694fi
     3695
     3696fi
     3697{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     3698$as_echo "$ac_cv_host" >&6; }
     3699case $ac_cv_host in
     3700*-*-*) ;;
     3701*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     3702$as_echo "$as_me: error: invalid value of canonical host" >&2;}
     3703   { (exit 1); exit 1; }; };;
     3704esac
    31033705host=$ac_cv_host
    3104 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3105 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3106 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3107 
    3108 
    3109 echo "$as_me:$LINENO: checking target system type" >&5
    3110 echo $ECHO_N "checking target system type... $ECHO_C" >&6
     3706ac_save_IFS=$IFS; IFS='-'
     3707set x $ac_cv_host
     3708shift
     3709host_cpu=$1
     3710host_vendor=$2
     3711shift; shift
     3712# Remember, the first character of IFS is used to create $*,
     3713# except with old shells:
     3714host_os=$*
     3715IFS=$ac_save_IFS
     3716case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
     3717
     3718
     3719{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     3720$as_echo_n "checking target system type... " >&6; }
    31113721if test "${ac_cv_target+set}" = set; then
    3112   echo $ECHO_N "(cached) $ECHO_C" >&6
    3113 else
    3114   ac_cv_target_alias=$target_alias
    3115 test "x$ac_cv_target_alias" = "x" &&
    3116   ac_cv_target_alias=$ac_cv_host_alias
    3117 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    3118   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    3119 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     3722  $as_echo_n "(cached) " >&6
     3723else
     3724  if test "x$target_alias" = x; then
     3725  ac_cv_target=$ac_cv_host
     3726else
     3727  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     3728    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     3729$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    31203730   { (exit 1); exit 1; }; }
    3121 
    3122 fi
    3123 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    3124 echo "${ECHO_T}$ac_cv_target" >&6
     3731fi
     3732
     3733fi
     3734{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     3735$as_echo "$ac_cv_target" >&6; }
     3736case $ac_cv_target in
     3737*-*-*) ;;
     3738*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     3739$as_echo "$as_me: error: invalid value of canonical target" >&2;}
     3740   { (exit 1); exit 1; }; };;
     3741esac
    31253742target=$ac_cv_target
    3126 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3127 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3128 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     3743ac_save_IFS=$IFS; IFS='-'
     3744set x $ac_cv_target
     3745shift
     3746target_cpu=$1
     3747target_vendor=$2
     3748shift; shift
     3749# Remember, the first character of IFS is used to create $*,
     3750# except with old shells:
     3751target_os=$*
     3752IFS=$ac_save_IFS
     3753case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
    31293754
    31303755
     
    31483773# OS/2's system install, which has a completely different semantic
    31493774# ./install, which can be erroneously created by make from ./install.sh.
    3150 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3151 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
     3775# Reject install programs that cannot install multiple files.
     3776{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3777$as_echo_n "checking for a BSD-compatible install... " >&6; }
    31523778if test -z "$INSTALL"; then
    31533779if test "${ac_cv_path_install+set}" = set; then
    3154   echo $ECHO_N "(cached) $ECHO_C" >&6
     3780  $as_echo_n "(cached) " >&6
    31553781else
    31563782  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    31713797    for ac_prog in ginstall scoinst install; do
    31723798      for ac_exec_ext in '' $ac_executable_extensions; do
    3173     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     3799    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
    31743800      if test $ac_prog = install &&
    31753801        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    31813807        :
    31823808      else
    3183         ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3184         break 3
     3809        rm -rf conftest.one conftest.two conftest.dir
     3810        echo one > conftest.one
     3811        echo two > conftest.two
     3812        mkdir conftest.dir
     3813        if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     3814          test -s conftest.one && test -s conftest.two &&
     3815          test -s conftest.dir/conftest.one &&
     3816          test -s conftest.dir/conftest.two
     3817        then
     3818          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3819          break 3
     3820        fi
    31853821      fi
    31863822    fi
     
    31893825    ;;
    31903826esac
     3827
    31913828done
    3192 
     3829IFS=$as_save_IFS
     3830
     3831rm -rf conftest.one conftest.two conftest.dir
    31933832
    31943833fi
     
    31963835    INSTALL=$ac_cv_path_install
    31973836  else
    3198     # As a last resort, use the slow shell script.  We don't cache a
    3199     # path for INSTALL within a source directory, because that will
     3837    # As a last resort, use the slow shell script.  Don't cache a
     3838    # value for INSTALL within a source directory, because that will
    32003839    # break other packages using the cache if that directory is
    3201     # removed, or if the path is relative.
     3840    # removed, or if the value is a relative name.
    32023841    INSTALL=$ac_install_sh
    32033842  fi
    32043843fi
    3205 echo "$as_me:$LINENO: result: $INSTALL" >&5
    3206 echo "${ECHO_T}$INSTALL" >&6
     3844{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     3845$as_echo "$INSTALL" >&6; }
    32073846
    32083847# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    32143853test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    32153854
    3216 echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3217 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
     3855{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3856$as_echo_n "checking whether ln -s works... " >&6; }
    32183857LN_S=$as_ln_s
    32193858if test "$LN_S" = "ln -s"; then
    3220   echo "$as_me:$LINENO: result: yes" >&5
    3221 echo "${ECHO_T}yes" >&6
    3222 else
    3223   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3224 echo "${ECHO_T}no, using $LN_S" >&6
    3225 fi
    3226 
    3227 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    3228 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    3229 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
    3230 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    3231   echo $ECHO_N "(cached) $ECHO_C" >&6
     3859  { $as_echo "$as_me:$LINENO: result: yes" >&5
     3860$as_echo "yes" >&6; }
     3861else
     3862  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3863$as_echo "no, using $LN_S" >&6; }
     3864fi
     3865
     3866{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     3867$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     3868set x ${MAKE-make}
     3869ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     3870if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
     3871  $as_echo_n "(cached) " >&6
    32323872else
    32333873  cat >conftest.make <<\_ACEOF
     3874SHELL = /bin/sh
    32343875all:
    3235     @echo 'ac_maketemp="$(MAKE)"'
     3876    @echo '@@@%%%=$(MAKE)=@@@%%%'
    32363877_ACEOF
    32373878# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    3238 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
    3239 if test -n "$ac_maketemp"; then
    3240   eval ac_cv_prog_make_${ac_make}_set=yes
    3241 else
    3242   eval ac_cv_prog_make_${ac_make}_set=no
    3243 fi
     3879case `${MAKE-make} -f conftest.make 2>/dev/null` in
     3880  *@@@%%%=?*=@@@%%%*)
     3881    eval ac_cv_prog_make_${ac_make}_set=yes;;
     3882  *)
     3883    eval ac_cv_prog_make_${ac_make}_set=no;;
     3884esac
    32443885rm -f conftest.make
    32453886fi
    3246 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    3247   echo "$as_me:$LINENO: result: yes" >&5
    3248 echo "${ECHO_T}yes" >&6
     3887if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
     3888  { $as_echo "$as_me:$LINENO: result: yes" >&5
     3889$as_echo "yes" >&6; }
    32493890  SET_MAKE=
    32503891else
    3251   echo "$as_me:$LINENO: result: no" >&5
    3252 echo "${ECHO_T}no" >&6
     3892  { $as_echo "$as_me:$LINENO: result: no" >&5
     3893$as_echo "no" >&6; }
    32533894  SET_MAKE="MAKE=${MAKE-make}"
    32543895fi
     
    32573898  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    32583899set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3259 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3900{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3901$as_echo_n "checking for $ac_word... " >&6; }
    32613902if test "${ac_cv_prog_RANLIB+set}" = set; then
    3262   echo $ECHO_N "(cached) $ECHO_C" >&6
     3903  $as_echo_n "(cached) " >&6
    32633904else
    32643905  if test -n "$RANLIB"; then
     
    32713912  test -z "$as_dir" && as_dir=.
    32723913  for ac_exec_ext in '' $ac_executable_extensions; do
    3273   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3914  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32743915    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3916    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32763917    break 2
    32773918  fi
    32783919done
    32793920done
     3921IFS=$as_save_IFS
    32803922
    32813923fi
     
    32833925RANLIB=$ac_cv_prog_RANLIB
    32843926if test -n "$RANLIB"; then
    3285   echo "$as_me:$LINENO: result: $RANLIB" >&5
    3286 echo "${ECHO_T}$RANLIB" >&6
    3287 else
    3288   echo "$as_me:$LINENO: result: no" >&5
    3289 echo "${ECHO_T}no" >&6
    3290 fi
     3927  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     3928$as_echo "$RANLIB" >&6; }
     3929else
     3930  { $as_echo "$as_me:$LINENO: result: no" >&5
     3931$as_echo "no" >&6; }
     3932fi
     3933
    32913934
    32923935fi
     
    32953938  # Extract the first word of "ranlib", so it can be a program name with args.
    32963939set dummy ranlib; ac_word=$2
    3297 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3940{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3941$as_echo_n "checking for $ac_word... " >&6; }
    32993942if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3300   echo $ECHO_N "(cached) $ECHO_C" >&6
     3943  $as_echo_n "(cached) " >&6
    33013944else
    33023945  if test -n "$ac_ct_RANLIB"; then
     
    33093952  test -z "$as_dir" && as_dir=.
    33103953  for ac_exec_ext in '' $ac_executable_extensions; do
    3311   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3954  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33123955    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3313     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3956    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33143957    break 2
    33153958  fi
    33163959done
    33173960done
    3318 
    3319   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     3961IFS=$as_save_IFS
     3962
    33203963fi
    33213964fi
    33223965ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    33233966if test -n "$ac_ct_RANLIB"; then
    3324   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3325 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    3326 else
    3327   echo "$as_me:$LINENO: result: no" >&5
    3328 echo "${ECHO_T}no" >&6
    3329 fi
    3330 
    3331   RANLIB=$ac_ct_RANLIB
     3967  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3968$as_echo "$ac_ct_RANLIB" >&6; }
     3969else
     3970  { $as_echo "$as_me:$LINENO: result: no" >&5
     3971$as_echo "no" >&6; }
     3972fi
     3973
     3974  if test "x$ac_ct_RANLIB" = x; then
     3975    RANLIB=":"
     3976  else
     3977    case $cross_compiling:$ac_tool_warned in
     3978yes:)
     3979{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3980$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3981ac_tool_warned=yes ;;
     3982esac
     3983    RANLIB=$ac_ct_RANLIB
     3984  fi
    33323985else
    33333986  RANLIB="$ac_cv_prog_RANLIB"
     
    33353988
    33363989
    3337 echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
    3338 echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6
     3990{ $as_echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
     3991$as_echo_n "checking to see if architecture is 64-bit... " >&6; }
    33393992arch_64bit=no
    33403993case "$host_cpu" in
     
    33433996
    33443997if test "$arch_64bit" = yes; then
    3345   echo "$as_me:$LINENO: result: yes" >&5
    3346 echo "${ECHO_T}yes" >&6
    3347   if test -z "$COMPAT32BITFLAGS" ; then
    3348     if test "$ENABLE_MG" = "1" -o "$ENABLE_MGPP" = "1" ; then
    3349       COMPAT32BITFLAGS="-m32"
    3350     fi
     3998  { $as_echo "$as_me:$LINENO: result: yes" >&5
     3999$as_echo "yes" >&6; }
     4000  if test -z "$ARCH_DEP_FLAGS" ; then
     4001    ARCH_DEP_FLAGS=-fPIC
    33514002  fi
    33524003else
    3353   echo "$as_me:$LINENO: result: no" >&5
    3354 echo "${ECHO_T}no" >&6
    3355   if test -z "$COMPAT32BITFLAGS" ; then
    3356     COMPAT32BITFLAGS=
     4004  { $as_echo "$as_me:$LINENO: result: no" >&5
     4005$as_echo "no" >&6; }
     4006  if test -z "$ARCH_DEP_FLAGS" ; then
     4007    ARCH_DEP_FLAGS=
    33574008  fi
    33584009fi
    33594010
    3360 export COMPAT32BITFLAGS
     4011export ARCH_DEP_FLAGS
    33614012
    33624013
     
    34004051ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    34014052ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3402 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3403 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
     4053{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4054$as_echo_n "checking how to run the C preprocessor... " >&6; }
    34044055# On Suns, sometimes $CPP names a directory.
    34054056if test -n "$CPP" && test -d "$CPP"; then
     
    34084059if test -z "$CPP"; then
    34094060  if test "${ac_cv_prog_CPP+set}" = set; then
    3410   echo $ECHO_N "(cached) $ECHO_C" >&6
     4061  $as_echo_n "(cached) " >&6
    34114062else
    34124063      # Double quotes because CPP needs to be expanded
     
    34354086             Syntax error
    34364087_ACEOF
    3437 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3438   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4088if { (ac_try="$ac_cpp conftest.$ac_ext"
     4089case "(($ac_try" in
     4090  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4091  *) ac_try_echo=$ac_try;;
     4092esac
     4093eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4094$as_echo "$ac_try_echo") >&5
     4095  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    34394096  ac_status=$?
    34404097  grep -v '^ *+' conftest.er1 >conftest.err
    34414098  rm -f conftest.er1
    34424099  cat conftest.err >&5
    3443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3444   (exit $ac_status); } >/dev/null; then
    3445   if test -s conftest.err; then
    3446     ac_cpp_err=$ac_c_preproc_warn_flag
    3447     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3448   else
    3449     ac_cpp_err=
    3450   fi
    3451 else
    3452   ac_cpp_err=yes
    3453 fi
    3454 if test -z "$ac_cpp_err"; then
     4100  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4101  (exit $ac_status); } >/dev/null && {
     4102     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4103     test ! -s conftest.err
     4104       }; then
    34554105  :
    34564106else
    3457   echo "$as_me: failed program was:" >&5
     4107  $as_echo "$as_me: failed program was:" >&5
    34584108sed 's/^/| /' conftest.$ac_ext >&5
    34594109
     
    34614111continue
    34624112fi
     4113
    34634114rm -f conftest.err conftest.$ac_ext
    34644115
    3465   # OK, works on sane cases.  Now check whether non-existent headers
     4116  # OK, works on sane cases.  Now check whether nonexistent headers
    34664117  # can be detected and how.
    34674118  cat >conftest.$ac_ext <<_ACEOF
     
    34734124#include <ac_nonexistent.h>
    34744125_ACEOF
    3475 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3476   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4126if { (ac_try="$ac_cpp conftest.$ac_ext"
     4127case "(($ac_try" in
     4128  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4129  *) ac_try_echo=$ac_try;;
     4130esac
     4131eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4132$as_echo "$ac_try_echo") >&5
     4133  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    34774134  ac_status=$?
    34784135  grep -v '^ *+' conftest.er1 >conftest.err
    34794136  rm -f conftest.er1
    34804137  cat conftest.err >&5
    3481   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3482   (exit $ac_status); } >/dev/null; then
    3483   if test -s conftest.err; then
    3484     ac_cpp_err=$ac_c_preproc_warn_flag
    3485     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3486   else
    3487     ac_cpp_err=
    3488   fi
    3489 else
    3490   ac_cpp_err=yes
    3491 fi
    3492 if test -z "$ac_cpp_err"; then
     4138  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4139  (exit $ac_status); } >/dev/null && {
     4140     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4141     test ! -s conftest.err
     4142       }; then
    34934143  # Broken: success on invalid input.
    34944144continue
    34954145else
    3496   echo "$as_me: failed program was:" >&5
     4146  $as_echo "$as_me: failed program was:" >&5
    34974147sed 's/^/| /' conftest.$ac_ext >&5
    34984148
     
    35014151break
    35024152fi
     4153
    35034154rm -f conftest.err conftest.$ac_ext
    35044155
     
    35184169  ac_cv_prog_CPP=$CPP
    35194170fi
    3520 echo "$as_me:$LINENO: result: $CPP" >&5
    3521 echo "${ECHO_T}$CPP" >&6
     4171{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     4172$as_echo "$CPP" >&6; }
    35224173ac_preproc_ok=false
    35234174for ac_c_preproc_warn_flag in '' yes
     
    35424193             Syntax error
    35434194_ACEOF
    3544 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3545   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4195if { (ac_try="$ac_cpp conftest.$ac_ext"
     4196case "(($ac_try" in
     4197  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4198  *) ac_try_echo=$ac_try;;
     4199esac
     4200eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4201$as_echo "$ac_try_echo") >&5
     4202  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35464203  ac_status=$?
    35474204  grep -v '^ *+' conftest.er1 >conftest.err
    35484205  rm -f conftest.er1
    35494206  cat conftest.err >&5
    3550   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3551   (exit $ac_status); } >/dev/null; then
    3552   if test -s conftest.err; then
    3553     ac_cpp_err=$ac_c_preproc_warn_flag
    3554     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3555   else
    3556     ac_cpp_err=
    3557   fi
    3558 else
    3559   ac_cpp_err=yes
    3560 fi
    3561 if test -z "$ac_cpp_err"; then
     4207  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4208  (exit $ac_status); } >/dev/null && {
     4209     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4210     test ! -s conftest.err
     4211       }; then
    35624212  :
    35634213else
    3564   echo "$as_me: failed program was:" >&5
     4214  $as_echo "$as_me: failed program was:" >&5
    35654215sed 's/^/| /' conftest.$ac_ext >&5
    35664216
     
    35684218continue
    35694219fi
     4220
    35704221rm -f conftest.err conftest.$ac_ext
    35714222
    3572   # OK, works on sane cases.  Now check whether non-existent headers
     4223  # OK, works on sane cases.  Now check whether nonexistent headers
    35734224  # can be detected and how.
    35744225  cat >conftest.$ac_ext <<_ACEOF
     
    35804231#include <ac_nonexistent.h>
    35814232_ACEOF
    3582 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3583   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4233if { (ac_try="$ac_cpp conftest.$ac_ext"
     4234case "(($ac_try" in
     4235  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4236  *) ac_try_echo=$ac_try;;
     4237esac
     4238eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4239$as_echo "$ac_try_echo") >&5
     4240  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35844241  ac_status=$?
    35854242  grep -v '^ *+' conftest.er1 >conftest.err
    35864243  rm -f conftest.er1
    35874244  cat conftest.err >&5
    3588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3589   (exit $ac_status); } >/dev/null; then
    3590   if test -s conftest.err; then
    3591     ac_cpp_err=$ac_c_preproc_warn_flag
    3592     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3593   else
    3594     ac_cpp_err=
    3595   fi
    3596 else
    3597   ac_cpp_err=yes
    3598 fi
    3599 if test -z "$ac_cpp_err"; then
     4245  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4246  (exit $ac_status); } >/dev/null && {
     4247     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4248     test ! -s conftest.err
     4249       }; then
    36004250  # Broken: success on invalid input.
    36014251continue
    36024252else
    3603   echo "$as_me: failed program was:" >&5
     4253  $as_echo "$as_me: failed program was:" >&5
    36044254sed 's/^/| /' conftest.$ac_ext >&5
    36054255
     
    36084258break
    36094259fi
     4260
    36104261rm -f conftest.err conftest.$ac_ext
    36114262
     
    36164267  :
    36174268else
    3618   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4269  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4270$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4271{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    36194272See \`config.log' for more details." >&5
    3620 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4273$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    36214274See \`config.log' for more details." >&2;}
    3622    { (exit 1); exit 1; }; }
     4275   { (exit 1); exit 1; }; }; }
    36234276fi
    36244277
     
    36304283
    36314284
    3632 echo "$as_me:$LINENO: checking for egrep" >&5
    3633 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    3634 if test "${ac_cv_prog_egrep+set}" = set; then
    3635   echo $ECHO_N "(cached) $ECHO_C" >&6
    3636 else
    3637   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
    3638     then ac_cv_prog_egrep='grep -E'
    3639     else ac_cv_prog_egrep='egrep'
     4285{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4286$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     4287if test "${ac_cv_path_GREP+set}" = set; then
     4288  $as_echo_n "(cached) " >&6
     4289else
     4290  if test -z "$GREP"; then
     4291  ac_path_GREP_found=false
     4292  # Loop through the user's path and test for each of PROGNAME-LIST
     4293  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4294for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4295do
     4296  IFS=$as_save_IFS
     4297  test -z "$as_dir" && as_dir=.
     4298  for ac_prog in grep ggrep; do
     4299    for ac_exec_ext in '' $ac_executable_extensions; do
     4300      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4301      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4302# Check for GNU ac_path_GREP and select it if it is found.
     4303  # Check for GNU $ac_path_GREP
     4304case `"$ac_path_GREP" --version 2>&1` in
     4305*GNU*)
     4306  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
     4307*)
     4308  ac_count=0
     4309  $as_echo_n 0123456789 >"conftest.in"
     4310  while :
     4311  do
     4312    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4313    mv "conftest.tmp" "conftest.in"
     4314    cp "conftest.in" "conftest.nl"
     4315    $as_echo 'GREP' >> "conftest.nl"
     4316    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4317    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4318    ac_count=`expr $ac_count + 1`
     4319    if test $ac_count -gt ${ac_path_GREP_max-0}; then
     4320      # Best one so far, save it but keep looking for a better one
     4321      ac_cv_path_GREP="$ac_path_GREP"
     4322      ac_path_GREP_max=$ac_count
    36404323    fi
    3641 fi
    3642 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
    3643 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    3644  EGREP=$ac_cv_prog_egrep
    3645 
    3646 
    3647 
    3648 echo "$as_me:$LINENO: checking for AIX" >&5
    3649 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
    3650 cat >conftest.$ac_ext <<_ACEOF
    3651 /* confdefs.h.  */
    3652 _ACEOF
    3653 cat confdefs.h >>conftest.$ac_ext
    3654 cat >>conftest.$ac_ext <<_ACEOF
    3655 /* end confdefs.h.  */
    3656 #ifdef _AIX
    3657   yes
    3658 #endif
    3659 
    3660 _ACEOF
    3661 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    3662   $EGREP "yes" >/dev/null 2>&1; then
    3663   echo "$as_me:$LINENO: result: yes" >&5
    3664 echo "${ECHO_T}yes" >&6
    3665 cat >>confdefs.h <<\_ACEOF
    3666 #define _ALL_SOURCE 1
    3667 _ACEOF
    3668 
    3669 else
    3670   echo "$as_me:$LINENO: result: no" >&5
    3671 echo "${ECHO_T}no" >&6
    3672 fi
    3673 rm -f conftest*
    3674 
    3675 
    3676 echo "$as_me:$LINENO: checking for library containing strerror" >&5
    3677 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
    3678 if test "${ac_cv_search_strerror+set}" = set; then
    3679   echo $ECHO_N "(cached) $ECHO_C" >&6
    3680 else
    3681   ac_func_search_save_LIBS=$LIBS
    3682 ac_cv_search_strerror=no
    3683 cat >conftest.$ac_ext <<_ACEOF
    3684 /* confdefs.h.  */
    3685 _ACEOF
    3686 cat confdefs.h >>conftest.$ac_ext
    3687 cat >>conftest.$ac_ext <<_ACEOF
    3688 /* end confdefs.h.  */
    3689 
    3690 /* Override any gcc2 internal prototype to avoid an error.  */
    3691 #ifdef __cplusplus
    3692 extern "C"
    3693 #endif
    3694 /* We use char because int might match the return type of a gcc2
    3695    builtin and then its argument prototype would still apply.  */
    3696 char strerror ();
    3697 int
    3698 main ()
    3699 {
    3700 strerror ();
    3701   ;
    3702   return 0;
    3703 }
    3704 _ACEOF
    3705 rm -f conftest.$ac_objext conftest$ac_exeext
    3706 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3707   (eval $ac_link) 2>conftest.er1
    3708   ac_status=$?
    3709   grep -v '^ *+' conftest.er1 >conftest.err
    3710   rm -f conftest.er1
    3711   cat conftest.err >&5
    3712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3713   (exit $ac_status); } &&
    3714      { ac_try='test -z "$ac_c_werror_flag"
    3715              || test ! -s conftest.err'
    3716   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3717   (eval $ac_try) 2>&5
    3718   ac_status=$?
    3719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3720   (exit $ac_status); }; } &&
    3721      { ac_try='test -s conftest$ac_exeext'
    3722   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3723   (eval $ac_try) 2>&5
    3724   ac_status=$?
    3725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3726   (exit $ac_status); }; }; then
    3727   ac_cv_search_strerror="none required"
    3728 else
    3729   echo "$as_me: failed program was:" >&5
    3730 sed 's/^/| /' conftest.$ac_ext >&5
    3731 
    3732 fi
    3733 rm -f conftest.err conftest.$ac_objext \
    3734       conftest$ac_exeext conftest.$ac_ext
    3735 if test "$ac_cv_search_strerror" = no; then
    3736   for ac_lib in cposix; do
    3737     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    3738     cat >conftest.$ac_ext <<_ACEOF
    3739 /* confdefs.h.  */
    3740 _ACEOF
    3741 cat confdefs.h >>conftest.$ac_ext
    3742 cat >>conftest.$ac_ext <<_ACEOF
    3743 /* end confdefs.h.  */
    3744 
    3745 /* Override any gcc2 internal prototype to avoid an error.  */
    3746 #ifdef __cplusplus
    3747 extern "C"
    3748 #endif
    3749 /* We use char because int might match the return type of a gcc2
    3750    builtin and then its argument prototype would still apply.  */
    3751 char strerror ();
    3752 int
    3753 main ()
    3754 {
    3755 strerror ();
    3756   ;
    3757   return 0;
    3758 }
    3759 _ACEOF
    3760 rm -f conftest.$ac_objext conftest$ac_exeext
    3761 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3762   (eval $ac_link) 2>conftest.er1
    3763   ac_status=$?
    3764   grep -v '^ *+' conftest.er1 >conftest.err
    3765   rm -f conftest.er1
    3766   cat conftest.err >&5
    3767   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3768   (exit $ac_status); } &&
    3769      { ac_try='test -z "$ac_c_werror_flag"
    3770              || test ! -s conftest.err'
    3771   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3772   (eval $ac_try) 2>&5
    3773   ac_status=$?
    3774   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3775   (exit $ac_status); }; } &&
    3776      { ac_try='test -s conftest$ac_exeext'
    3777   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3778   (eval $ac_try) 2>&5
    3779   ac_status=$?
    3780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3781   (exit $ac_status); }; }; then
    3782   ac_cv_search_strerror="-l$ac_lib"
    3783 break
    3784 else
    3785   echo "$as_me: failed program was:" >&5
    3786 sed 's/^/| /' conftest.$ac_ext >&5
    3787 
    3788 fi
    3789 rm -f conftest.err conftest.$ac_objext \
    3790       conftest$ac_exeext conftest.$ac_ext
     4324    # 10*(2^10) chars as input seems more than enough
     4325    test $ac_count -gt 10 && break
    37914326  done
    3792 fi
    3793 LIBS=$ac_func_search_save_LIBS
    3794 fi
    3795 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
    3796 echo "${ECHO_T}$ac_cv_search_strerror" >&6
    3797 if test "$ac_cv_search_strerror" != no; then
    3798   test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
    3799 
    3800 fi
    3801 
    3802 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3803 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     4327  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4328esac
     4329
     4330      $ac_path_GREP_found && break 3
     4331    done
     4332  done
     4333done
     4334IFS=$as_save_IFS
     4335  if test -z "$ac_cv_path_GREP"; then
     4336    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4337$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4338   { (exit 1); exit 1; }; }
     4339  fi
     4340else
     4341  ac_cv_path_GREP=$GREP
     4342fi
     4343
     4344fi
     4345{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4346$as_echo "$ac_cv_path_GREP" >&6; }
     4347 GREP="$ac_cv_path_GREP"
     4348
     4349
     4350{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     4351$as_echo_n "checking for egrep... " >&6; }
     4352if test "${ac_cv_path_EGREP+set}" = set; then
     4353  $as_echo_n "(cached) " >&6
     4354else
     4355  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
     4356   then ac_cv_path_EGREP="$GREP -E"
     4357   else
     4358     if test -z "$EGREP"; then
     4359  ac_path_EGREP_found=false
     4360  # Loop through the user's path and test for each of PROGNAME-LIST
     4361  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4362for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4363do
     4364  IFS=$as_save_IFS
     4365  test -z "$as_dir" && as_dir=.
     4366  for ac_prog in egrep; do
     4367    for ac_exec_ext in '' $ac_executable_extensions; do
     4368      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4369      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4370# Check for GNU ac_path_EGREP and select it if it is found.
     4371  # Check for GNU $ac_path_EGREP
     4372case `"$ac_path_EGREP" --version 2>&1` in
     4373*GNU*)
     4374  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
     4375*)
     4376  ac_count=0
     4377  $as_echo_n 0123456789 >"conftest.in"
     4378  while :
     4379  do
     4380    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4381    mv "conftest.tmp" "conftest.in"
     4382    cp "conftest.in" "conftest.nl"
     4383    $as_echo 'EGREP' >> "conftest.nl"
     4384    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4385    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4386    ac_count=`expr $ac_count + 1`
     4387    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
     4388      # Best one so far, save it but keep looking for a better one
     4389      ac_cv_path_EGREP="$ac_path_EGREP"
     4390      ac_path_EGREP_max=$ac_count
     4391    fi
     4392    # 10*(2^10) chars as input seems more than enough
     4393    test $ac_count -gt 10 && break
     4394  done
     4395  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4396esac
     4397
     4398      $ac_path_EGREP_found && break 3
     4399    done
     4400  done
     4401done
     4402IFS=$as_save_IFS
     4403  if test -z "$ac_cv_path_EGREP"; then
     4404    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4405$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4406   { (exit 1); exit 1; }; }
     4407  fi
     4408else
     4409  ac_cv_path_EGREP=$EGREP
     4410fi
     4411
     4412   fi
     4413fi
     4414{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4415$as_echo "$ac_cv_path_EGREP" >&6; }
     4416 EGREP="$ac_cv_path_EGREP"
     4417
     4418
     4419{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4420$as_echo_n "checking for ANSI C header files... " >&6; }
    38044421if test "${ac_cv_header_stdc+set}" = set; then
    3805   echo $ECHO_N "(cached) $ECHO_C" >&6
     4422  $as_echo_n "(cached) " >&6
    38064423else
    38074424  cat >conftest.$ac_ext <<_ACEOF
     
    38254442_ACEOF
    38264443rm -f conftest.$ac_objext
    3827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3828   (eval $ac_compile) 2>conftest.er1
     4444if { (ac_try="$ac_compile"
     4445case "(($ac_try" in
     4446  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4447  *) ac_try_echo=$ac_try;;
     4448esac
     4449eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4450$as_echo "$ac_try_echo") >&5
     4451  (eval "$ac_compile") 2>conftest.er1
    38294452  ac_status=$?
    38304453  grep -v '^ *+' conftest.er1 >conftest.err
    38314454  rm -f conftest.er1
    38324455  cat conftest.err >&5
    3833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3834   (exit $ac_status); } &&
    3835      { ac_try='test -z "$ac_c_werror_flag"
    3836              || test ! -s conftest.err'
    3837   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3838   (eval $ac_try) 2>&5
    3839   ac_status=$?
    3840   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3841   (exit $ac_status); }; } &&
    3842      { ac_try='test -s conftest.$ac_objext'
    3843   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3844   (eval $ac_try) 2>&5
    3845   ac_status=$?
    3846   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3847   (exit $ac_status); }; }; then
     4456  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4457  (exit $ac_status); } && {
     4458     test -z "$ac_c_werror_flag" ||
     4459     test ! -s conftest.err
     4460       } && test -s conftest.$ac_objext; then
    38484461  ac_cv_header_stdc=yes
    38494462else
    3850   echo "$as_me: failed program was:" >&5
     4463  $as_echo "$as_me: failed program was:" >&5
    38514464sed 's/^/| /' conftest.$ac_ext >&5
    38524465
    3853 ac_cv_header_stdc=no
    3854 fi
    3855 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4466    ac_cv_header_stdc=no
     4467fi
     4468
     4469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    38564470
    38574471if test $ac_cv_header_stdc = yes; then
     
    39094523/* end confdefs.h.  */
    39104524#include <ctype.h>
     4525#include <stdlib.h>
    39114526#if ((' ' & 0x0FF) == 0x020)
    39124527# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    39284543    if (XOR (islower (i), ISLOWER (i))
    39294544    || toupper (i) != TOUPPER (i))
    3930       exit(2);
    3931   exit (0);
     4545      return 2;
     4546  return 0;
    39324547}
    39334548_ACEOF
    39344549rm -f conftest$ac_exeext
    3935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3936   (eval $ac_link) 2>&5
     4550if { (ac_try="$ac_link"
     4551case "(($ac_try" in
     4552  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4553  *) ac_try_echo=$ac_try;;
     4554esac
     4555eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4556$as_echo "$ac_try_echo") >&5
     4557  (eval "$ac_link") 2>&5
    39374558  ac_status=$?
    3938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4559  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39394560  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    3940   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3941   (eval $ac_try) 2>&5
     4561  { (case "(($ac_try" in
     4562  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4563  *) ac_try_echo=$ac_try;;
     4564esac
     4565eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4566$as_echo "$ac_try_echo") >&5
     4567  (eval "$ac_try") 2>&5
    39424568  ac_status=$?
    3943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4569  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39444570  (exit $ac_status); }; }; then
    39454571  :
    39464572else
    3947   echo "$as_me: program exited with status $ac_status" >&5
    3948 echo "$as_me: failed program was:" >&5
     4573  $as_echo "$as_me: program exited with status $ac_status" >&5
     4574$as_echo "$as_me: failed program was:" >&5
    39494575sed 's/^/| /' conftest.$ac_ext >&5
    39504576
     
    39524578ac_cv_header_stdc=no
    39534579fi
    3954 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    3955 fi
    3956 fi
    3957 fi
    3958 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    3959 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     4580rm -rf conftest.dSYM
     4581rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4582fi
     4583
     4584
     4585fi
     4586fi
     4587{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4588$as_echo "$ac_cv_header_stdc" >&6; }
    39604589if test $ac_cv_header_stdc = yes; then
    39614590
     
    39794608          inttypes.h stdint.h unistd.h
    39804609do
    3981 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    3982 echo "$as_me:$LINENO: checking for $ac_header" >&5
    3983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    3984 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    3985   echo $ECHO_N "(cached) $ECHO_C" >&6
     4610as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4611{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4612$as_echo_n "checking for $ac_header... " >&6; }
     4613if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     4614  $as_echo_n "(cached) " >&6
    39864615else
    39874616  cat >conftest.$ac_ext <<_ACEOF
     
    39964625_ACEOF
    39974626rm -f conftest.$ac_objext
    3998 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3999   (eval $ac_compile) 2>conftest.er1
     4627if { (ac_try="$ac_compile"
     4628case "(($ac_try" in
     4629  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4630  *) ac_try_echo=$ac_try;;
     4631esac
     4632eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4633$as_echo "$ac_try_echo") >&5
     4634  (eval "$ac_compile") 2>conftest.er1
    40004635  ac_status=$?
    40014636  grep -v '^ *+' conftest.er1 >conftest.err
    40024637  rm -f conftest.er1
    40034638  cat conftest.err >&5
    4004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4005   (exit $ac_status); } &&
    4006      { ac_try='test -z "$ac_c_werror_flag"
    4007              || test ! -s conftest.err'
    4008   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4009   (eval $ac_try) 2>&5
    4010   ac_status=$?
    4011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4012   (exit $ac_status); }; } &&
    4013      { ac_try='test -s conftest.$ac_objext'
    4014   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4015   (eval $ac_try) 2>&5
    4016   ac_status=$?
    4017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4018   (exit $ac_status); }; }; then
     4639  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4640  (exit $ac_status); } && {
     4641     test -z "$ac_c_werror_flag" ||
     4642     test ! -s conftest.err
     4643       } && test -s conftest.$ac_objext; then
    40194644  eval "$as_ac_Header=yes"
    40204645else
    4021   echo "$as_me: failed program was:" >&5
     4646  $as_echo "$as_me: failed program was:" >&5
    40224647sed 's/^/| /' conftest.$ac_ext >&5
    40234648
    4024 eval "$as_ac_Header=no"
    4025 fi
    4026 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4027 fi
    4028 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    4029 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    4030 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4649    eval "$as_ac_Header=no"
     4650fi
     4651
     4652rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4653fi
     4654ac_res=`eval 'as_val=${'$as_ac_Header'}
     4655         $as_echo "$as_val"'`
     4656           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4657$as_echo "$ac_res" >&6; }
     4658as_val=`eval 'as_val=${'$as_ac_Header'}
     4659         $as_echo "$as_val"'`
     4660   if test "x$as_val" = x""yes; then
    40314661  cat >>confdefs.h <<_ACEOF
    4032 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4662#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    40334663_ACEOF
    40344664
     
    40384668
    40394669
     4670
     4671  if test "${ac_cv_header_minix_config_h+set}" = set; then
     4672  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     4673$as_echo_n "checking for minix/config.h... " >&6; }
    40404674if test "${ac_cv_header_minix_config_h+set}" = set; then
    4041   echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4042 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
    4043 if test "${ac_cv_header_minix_config_h+set}" = set; then
    4044   echo $ECHO_N "(cached) $ECHO_C" >&6
    4045 fi
    4046 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4047 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
     4675  $as_echo_n "(cached) " >&6
     4676fi
     4677{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     4678$as_echo "$ac_cv_header_minix_config_h" >&6; }
    40484679else
    40494680  # Is the header compilable?
    4050 echo "$as_me:$LINENO: checking minix/config.h usability" >&5
    4051 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
     4681{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     4682$as_echo_n "checking minix/config.h usability... " >&6; }
    40524683cat >conftest.$ac_ext <<_ACEOF
    40534684/* confdefs.h.  */
     
    40604691_ACEOF
    40614692rm -f conftest.$ac_objext
    4062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4063   (eval $ac_compile) 2>conftest.er1
     4693if { (ac_try="$ac_compile"
     4694case "(($ac_try" in
     4695  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4696  *) ac_try_echo=$ac_try;;
     4697esac
     4698eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4699$as_echo "$ac_try_echo") >&5
     4700  (eval "$ac_compile") 2>conftest.er1
    40644701  ac_status=$?
    40654702  grep -v '^ *+' conftest.er1 >conftest.err
    40664703  rm -f conftest.er1
    40674704  cat conftest.err >&5
    4068   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4069   (exit $ac_status); } &&
    4070      { ac_try='test -z "$ac_c_werror_flag"
    4071              || test ! -s conftest.err'
    4072   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4073   (eval $ac_try) 2>&5
    4074   ac_status=$?
    4075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4076   (exit $ac_status); }; } &&
    4077      { ac_try='test -s conftest.$ac_objext'
    4078   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4079   (eval $ac_try) 2>&5
    4080   ac_status=$?
    4081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4082   (exit $ac_status); }; }; then
     4705  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4706  (exit $ac_status); } && {
     4707     test -z "$ac_c_werror_flag" ||
     4708     test ! -s conftest.err
     4709       } && test -s conftest.$ac_objext; then
    40834710  ac_header_compiler=yes
    40844711else
    4085   echo "$as_me: failed program was:" >&5
     4712  $as_echo "$as_me: failed program was:" >&5
    40864713sed 's/^/| /' conftest.$ac_ext >&5
    40874714
    4088 ac_header_compiler=no
    4089 fi
    4090 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4091 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4092 echo "${ECHO_T}$ac_header_compiler" >&6
     4715    ac_header_compiler=no
     4716fi
     4717
     4718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4719{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4720$as_echo "$ac_header_compiler" >&6; }
    40934721
    40944722# Is the header present?
    4095 echo "$as_me:$LINENO: checking minix/config.h presence" >&5
    4096 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
     4723{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     4724$as_echo_n "checking minix/config.h presence... " >&6; }
    40974725cat >conftest.$ac_ext <<_ACEOF
    40984726/* confdefs.h.  */
     
    41034731#include <minix/config.h>
    41044732_ACEOF
    4105 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    4106   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4733if { (ac_try="$ac_cpp conftest.$ac_ext"
     4734case "(($ac_try" in
     4735  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4736  *) ac_try_echo=$ac_try;;
     4737esac
     4738eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4739$as_echo "$ac_try_echo") >&5
     4740  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    41074741  ac_status=$?
    41084742  grep -v '^ *+' conftest.er1 >conftest.err
    41094743  rm -f conftest.er1
    41104744  cat conftest.err >&5
    4111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4112   (exit $ac_status); } >/dev/null; then
    4113   if test -s conftest.err; then
    4114     ac_cpp_err=$ac_c_preproc_warn_flag
    4115     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    4116   else
    4117     ac_cpp_err=
    4118   fi
    4119 else
    4120   ac_cpp_err=yes
    4121 fi
    4122 if test -z "$ac_cpp_err"; then
     4745  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4746  (exit $ac_status); } >/dev/null && {
     4747     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4748     test ! -s conftest.err
     4749       }; then
    41234750  ac_header_preproc=yes
    41244751else
    4125   echo "$as_me: failed program was:" >&5
     4752  $as_echo "$as_me: failed program was:" >&5
    41264753sed 's/^/| /' conftest.$ac_ext >&5
    41274754
    41284755  ac_header_preproc=no
    41294756fi
     4757
    41304758rm -f conftest.err conftest.$ac_ext
    4131 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4132 echo "${ECHO_T}$ac_header_preproc" >&6
     4759{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4760$as_echo "$ac_header_preproc" >&6; }
    41334761
    41344762# So?  What about this header?
    41354763case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    41364764  yes:no: )
    4137     { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
    4138 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4139     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
    4140 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     4765    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     4766$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4767    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     4768$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
    41414769    ac_header_preproc=yes
    41424770    ;;
    41434771  no:yes:* )
    4144     { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
    4145 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
    4146     { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
    4147 echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
    4148     { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
    4149 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
    4150     { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
    4151 echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    4152     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
    4153 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
    4154     { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
    4155 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
    4156     (
    4157       cat <<\_ASBOX
    4158 ## ------------------------------------------ ##
    4159 ## Report this to the AC_PACKAGE_NAME lists.  ##
    4160 ## ------------------------------------------ ##
    4161 _ASBOX
    4162     ) |
    4163       sed "s/^/$as_me: WARNING:     /" >&2
     4772    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     4773$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     4774    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     4775$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     4776    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     4777$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     4778    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     4779$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     4780    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     4781$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     4782    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     4783$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     4784
    41644785    ;;
    41654786esac
    4166 echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4167 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
     4787{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     4788$as_echo_n "checking for minix/config.h... " >&6; }
    41684789if test "${ac_cv_header_minix_config_h+set}" = set; then
    4169   echo $ECHO_N "(cached) $ECHO_C" >&6
     4790  $as_echo_n "(cached) " >&6
    41704791else
    41714792  ac_cv_header_minix_config_h=$ac_header_preproc
    41724793fi
    4173 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4174 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
    4175 
    4176 fi
    4177 if test $ac_cv_header_minix_config_h = yes; then
     4794{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     4795$as_echo "$ac_cv_header_minix_config_h" >&6; }
     4796
     4797fi
     4798if test "x$ac_cv_header_minix_config_h" = x""yes; then
    41784799  MINIX=yes
    41794800else
     
    41824803
    41834804
    4184 if test "$MINIX" = yes; then
     4805  if test "$MINIX" = yes; then
    41854806
    41864807cat >>confdefs.h <<\_ACEOF
     
    41984819_ACEOF
    41994820
    4200 fi
    4201 
    4202 echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
    4203 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
     4821  fi
     4822
     4823
     4824
     4825  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     4826$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     4827if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     4828  $as_echo_n "(cached) " >&6
     4829else
     4830  cat >conftest.$ac_ext <<_ACEOF
     4831/* confdefs.h.  */
     4832_ACEOF
     4833cat confdefs.h >>conftest.$ac_ext
     4834cat >>conftest.$ac_ext <<_ACEOF
     4835/* end confdefs.h.  */
     4836
     4837#     define __EXTENSIONS__ 1
     4838      $ac_includes_default
     4839int
     4840main ()
     4841{
     4842
     4843  ;
     4844  return 0;
     4845}
     4846_ACEOF
     4847rm -f conftest.$ac_objext
     4848if { (ac_try="$ac_compile"
     4849case "(($ac_try" in
     4850  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4851  *) ac_try_echo=$ac_try;;
     4852esac
     4853eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4854$as_echo "$ac_try_echo") >&5
     4855  (eval "$ac_compile") 2>conftest.er1
     4856  ac_status=$?
     4857  grep -v '^ *+' conftest.er1 >conftest.err
     4858  rm -f conftest.er1
     4859  cat conftest.err >&5
     4860  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4861  (exit $ac_status); } && {
     4862     test -z "$ac_c_werror_flag" ||
     4863     test ! -s conftest.err
     4864       } && test -s conftest.$ac_objext; then
     4865  ac_cv_safe_to_define___extensions__=yes
     4866else
     4867  $as_echo "$as_me: failed program was:" >&5
     4868sed 's/^/| /' conftest.$ac_ext >&5
     4869
     4870    ac_cv_safe_to_define___extensions__=no
     4871fi
     4872
     4873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4874fi
     4875{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     4876$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     4877  test $ac_cv_safe_to_define___extensions__ = yes &&
     4878    cat >>confdefs.h <<\_ACEOF
     4879#define __EXTENSIONS__ 1
     4880_ACEOF
     4881
     4882  cat >>confdefs.h <<\_ACEOF
     4883#define _ALL_SOURCE 1
     4884_ACEOF
     4885
     4886  cat >>confdefs.h <<\_ACEOF
     4887#define _GNU_SOURCE 1
     4888_ACEOF
     4889
     4890  cat >>confdefs.h <<\_ACEOF
     4891#define _POSIX_PTHREAD_SEMANTICS 1
     4892_ACEOF
     4893
     4894  cat >>confdefs.h <<\_ACEOF
     4895#define _TANDEM_SOURCE 1
     4896_ACEOF
     4897
     4898
     4899{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
     4900$as_echo_n "checking for library containing strerror... " >&6; }
     4901if test "${ac_cv_search_strerror+set}" = set; then
     4902  $as_echo_n "(cached) " >&6
     4903else
     4904  ac_func_search_save_LIBS=$LIBS
     4905cat >conftest.$ac_ext <<_ACEOF
     4906/* confdefs.h.  */
     4907_ACEOF
     4908cat confdefs.h >>conftest.$ac_ext
     4909cat >>conftest.$ac_ext <<_ACEOF
     4910/* end confdefs.h.  */
     4911
     4912/* Override any GCC internal prototype to avoid an error.
     4913   Use char because int might match the return type of a GCC
     4914   builtin and then its argument prototype would still apply.  */
     4915#ifdef __cplusplus
     4916extern "C"
     4917#endif
     4918char strerror ();
     4919int
     4920main ()
     4921{
     4922return strerror ();
     4923  ;
     4924  return 0;
     4925}
     4926_ACEOF
     4927for ac_lib in '' cposix; do
     4928  if test -z "$ac_lib"; then
     4929    ac_res="none required"
     4930  else
     4931    ac_res=-l$ac_lib
     4932    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     4933  fi
     4934  rm -f conftest.$ac_objext conftest$ac_exeext
     4935if { (ac_try="$ac_link"
     4936case "(($ac_try" in
     4937  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4938  *) ac_try_echo=$ac_try;;
     4939esac
     4940eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4941$as_echo "$ac_try_echo") >&5
     4942  (eval "$ac_link") 2>conftest.er1
     4943  ac_status=$?
     4944  grep -v '^ *+' conftest.er1 >conftest.err
     4945  rm -f conftest.er1
     4946  cat conftest.err >&5
     4947  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4948  (exit $ac_status); } && {
     4949     test -z "$ac_c_werror_flag" ||
     4950     test ! -s conftest.err
     4951       } && test -s conftest$ac_exeext && {
     4952     test "$cross_compiling" = yes ||
     4953     $as_test_x conftest$ac_exeext
     4954       }; then
     4955  ac_cv_search_strerror=$ac_res
     4956else
     4957  $as_echo "$as_me: failed program was:" >&5
     4958sed 's/^/| /' conftest.$ac_ext >&5
     4959
     4960
     4961fi
     4962
     4963rm -rf conftest.dSYM
     4964rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     4965      conftest$ac_exeext
     4966  if test "${ac_cv_search_strerror+set}" = set; then
     4967  break
     4968fi
     4969done
     4970if test "${ac_cv_search_strerror+set}" = set; then
     4971  :
     4972else
     4973  ac_cv_search_strerror=no
     4974fi
     4975rm conftest.$ac_ext
     4976LIBS=$ac_func_search_save_LIBS
     4977fi
     4978{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
     4979$as_echo "$ac_cv_search_strerror" >&6; }
     4980ac_res=$ac_cv_search_strerror
     4981if test "$ac_res" != no; then
     4982  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     4983
     4984fi
     4985
     4986
     4987  if test "${ac_cv_header_minix_config_h+set}" = set; then
     4988  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     4989$as_echo_n "checking for minix/config.h... " >&6; }
     4990if test "${ac_cv_header_minix_config_h+set}" = set; then
     4991  $as_echo_n "(cached) " >&6
     4992fi
     4993{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     4994$as_echo "$ac_cv_header_minix_config_h" >&6; }
     4995else
     4996  # Is the header compilable?
     4997{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     4998$as_echo_n "checking minix/config.h usability... " >&6; }
     4999cat >conftest.$ac_ext <<_ACEOF
     5000/* confdefs.h.  */
     5001_ACEOF
     5002cat confdefs.h >>conftest.$ac_ext
     5003cat >>conftest.$ac_ext <<_ACEOF
     5004/* end confdefs.h.  */
     5005$ac_includes_default
     5006#include <minix/config.h>
     5007_ACEOF
     5008rm -f conftest.$ac_objext
     5009if { (ac_try="$ac_compile"
     5010case "(($ac_try" in
     5011  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5012  *) ac_try_echo=$ac_try;;
     5013esac
     5014eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5015$as_echo "$ac_try_echo") >&5
     5016  (eval "$ac_compile") 2>conftest.er1
     5017  ac_status=$?
     5018  grep -v '^ *+' conftest.er1 >conftest.err
     5019  rm -f conftest.er1
     5020  cat conftest.err >&5
     5021  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5022  (exit $ac_status); } && {
     5023     test -z "$ac_c_werror_flag" ||
     5024     test ! -s conftest.err
     5025       } && test -s conftest.$ac_objext; then
     5026  ac_header_compiler=yes
     5027else
     5028  $as_echo "$as_me: failed program was:" >&5
     5029sed 's/^/| /' conftest.$ac_ext >&5
     5030
     5031    ac_header_compiler=no
     5032fi
     5033
     5034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5035{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5036$as_echo "$ac_header_compiler" >&6; }
     5037
     5038# Is the header present?
     5039{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5040$as_echo_n "checking minix/config.h presence... " >&6; }
     5041cat >conftest.$ac_ext <<_ACEOF
     5042/* confdefs.h.  */
     5043_ACEOF
     5044cat confdefs.h >>conftest.$ac_ext
     5045cat >>conftest.$ac_ext <<_ACEOF
     5046/* end confdefs.h.  */
     5047#include <minix/config.h>
     5048_ACEOF
     5049if { (ac_try="$ac_cpp conftest.$ac_ext"
     5050case "(($ac_try" in
     5051  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5052  *) ac_try_echo=$ac_try;;
     5053esac
     5054eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5055$as_echo "$ac_try_echo") >&5
     5056  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     5057  ac_status=$?
     5058  grep -v '^ *+' conftest.er1 >conftest.err
     5059  rm -f conftest.er1
     5060  cat conftest.err >&5
     5061  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5062  (exit $ac_status); } >/dev/null && {
     5063     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     5064     test ! -s conftest.err
     5065       }; then
     5066  ac_header_preproc=yes
     5067else
     5068  $as_echo "$as_me: failed program was:" >&5
     5069sed 's/^/| /' conftest.$ac_ext >&5
     5070
     5071  ac_header_preproc=no
     5072fi
     5073
     5074rm -f conftest.err conftest.$ac_ext
     5075{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5076$as_echo "$ac_header_preproc" >&6; }
     5077
     5078# So?  What about this header?
     5079case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     5080  yes:no: )
     5081    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5082$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5083    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5084$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5085    ac_header_preproc=yes
     5086    ;;
     5087  no:yes:* )
     5088    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5089$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5090    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5091$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5092    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5093$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5094    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5095$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5096    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5097$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5098    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5099$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5100
     5101    ;;
     5102esac
     5103{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5104$as_echo_n "checking for minix/config.h... " >&6; }
     5105if test "${ac_cv_header_minix_config_h+set}" = set; then
     5106  $as_echo_n "(cached) " >&6
     5107else
     5108  ac_cv_header_minix_config_h=$ac_header_preproc
     5109fi
     5110{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5111$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5112
     5113fi
     5114if test "x$ac_cv_header_minix_config_h" = x""yes; then
     5115  MINIX=yes
     5116else
     5117  MINIX=
     5118fi
     5119
     5120
     5121  if test "$MINIX" = yes; then
     5122
     5123cat >>confdefs.h <<\_ACEOF
     5124#define _POSIX_SOURCE 1
     5125_ACEOF
     5126
     5127
     5128cat >>confdefs.h <<\_ACEOF
     5129#define _POSIX_1_SOURCE 2
     5130_ACEOF
     5131
     5132
     5133cat >>confdefs.h <<\_ACEOF
     5134#define _MINIX 1
     5135_ACEOF
     5136
     5137  fi
     5138
     5139
     5140
     5141  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     5142$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     5143if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     5144  $as_echo_n "(cached) " >&6
     5145else
     5146  cat >conftest.$ac_ext <<_ACEOF
     5147/* confdefs.h.  */
     5148_ACEOF
     5149cat confdefs.h >>conftest.$ac_ext
     5150cat >>conftest.$ac_ext <<_ACEOF
     5151/* end confdefs.h.  */
     5152
     5153#     define __EXTENSIONS__ 1
     5154      $ac_includes_default
     5155int
     5156main ()
     5157{
     5158
     5159  ;
     5160  return 0;
     5161}
     5162_ACEOF
     5163rm -f conftest.$ac_objext
     5164if { (ac_try="$ac_compile"
     5165case "(($ac_try" in
     5166  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5167  *) ac_try_echo=$ac_try;;
     5168esac
     5169eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5170$as_echo "$ac_try_echo") >&5
     5171  (eval "$ac_compile") 2>conftest.er1
     5172  ac_status=$?
     5173  grep -v '^ *+' conftest.er1 >conftest.err
     5174  rm -f conftest.er1
     5175  cat conftest.err >&5
     5176  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5177  (exit $ac_status); } && {
     5178     test -z "$ac_c_werror_flag" ||
     5179     test ! -s conftest.err
     5180       } && test -s conftest.$ac_objext; then
     5181  ac_cv_safe_to_define___extensions__=yes
     5182else
     5183  $as_echo "$as_me: failed program was:" >&5
     5184sed 's/^/| /' conftest.$ac_ext >&5
     5185
     5186    ac_cv_safe_to_define___extensions__=no
     5187fi
     5188
     5189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5190fi
     5191{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     5192$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     5193  test $ac_cv_safe_to_define___extensions__ = yes &&
     5194    cat >>confdefs.h <<\_ACEOF
     5195#define __EXTENSIONS__ 1
     5196_ACEOF
     5197
     5198  cat >>confdefs.h <<\_ACEOF
     5199#define _ALL_SOURCE 1
     5200_ACEOF
     5201
     5202  cat >>confdefs.h <<\_ACEOF
     5203#define _GNU_SOURCE 1
     5204_ACEOF
     5205
     5206  cat >>confdefs.h <<\_ACEOF
     5207#define _POSIX_PTHREAD_SEMANTICS 1
     5208_ACEOF
     5209
     5210  cat >>confdefs.h <<\_ACEOF
     5211#define _TANDEM_SOURCE 1
     5212_ACEOF
     5213
     5214
     5215{ $as_echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
     5216$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
    42045217if test "${ac_cv_prog_cc_stdc+set}" = set; then
    4205   echo $ECHO_N "(cached) $ECHO_C" >&6
     5218  $as_echo_n "(cached) " >&6
    42065219else
    42075220  ac_cv_prog_cc_stdc=no
     
    42375250_ACEOF
    42385251rm -f conftest.$ac_objext
    4239 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4240   (eval $ac_compile) 2>conftest.er1
     5252if { (ac_try="$ac_compile"
     5253case "(($ac_try" in
     5254  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5255  *) ac_try_echo=$ac_try;;
     5256esac
     5257eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5258$as_echo "$ac_try_echo") >&5
     5259  (eval "$ac_compile") 2>conftest.er1
    42415260  ac_status=$?
    42425261  grep -v '^ *+' conftest.er1 >conftest.err
    42435262  rm -f conftest.er1
    42445263  cat conftest.err >&5
    4245   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4246   (exit $ac_status); } &&
    4247      { ac_try='test -z "$ac_c_werror_flag"
    4248              || test ! -s conftest.err'
    4249   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4250   (eval $ac_try) 2>&5
    4251   ac_status=$?
    4252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4253   (exit $ac_status); }; } &&
    4254      { ac_try='test -s conftest.$ac_objext'
    4255   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4256   (eval $ac_try) 2>&5
    4257   ac_status=$?
    4258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4259   (exit $ac_status); }; }; then
     5264  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5265  (exit $ac_status); } && {
     5266     test -z "$ac_c_werror_flag" ||
     5267     test ! -s conftest.err
     5268       } && test -s conftest.$ac_objext; then
    42605269  ac_cv_prog_cc_stdc="$ac_arg"; break
    42615270else
    4262   echo "$as_me: failed program was:" >&5
     5271  $as_echo "$as_me: failed program was:" >&5
    42635272sed 's/^/| /' conftest.$ac_ext >&5
    42645273
    4265 fi
    4266 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5274
     5275fi
     5276
     5277rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    42675278done
    42685279CFLAGS="$ac_save_CFLAGS"
     
    42705281fi
    42715282
    4272 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    4273 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     5283{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     5284$as_echo "$ac_cv_prog_cc_stdc" >&6; }
    42745285case "x$ac_cv_prog_cc_stdc" in
    42755286  x|xno) ;;
     
    42785289
    42795290
    4280 echo "$as_me:$LINENO: checking for function prototypes" >&5
    4281 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
     5291{ $as_echo "$as_me:$LINENO: checking for function prototypes" >&5
     5292$as_echo_n "checking for function prototypes... " >&6; }
    42825293if test "$ac_cv_prog_cc_stdc" != no; then
    4283   echo "$as_me:$LINENO: result: yes" >&5
    4284 echo "${ECHO_T}yes" >&6
     5294  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5295$as_echo "yes" >&6; }
    42855296  cat >>confdefs.h <<\_ACEOF
    42865297#define PROTOTYPES 1
     
    42895300  U= ANSI2KNR=
    42905301else
    4291   echo "$as_me:$LINENO: result: no" >&5
    4292 echo "${ECHO_T}no" >&6
     5302  { $as_echo "$as_me:$LINENO: result: no" >&5
     5303$as_echo "no" >&6; }
    42935304  U=_ ANSI2KNR=ansi2knr
    42945305fi
    42955306
    4296 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
    4297 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     5307{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     5308$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
    42985309if test "${ac_cv_c_const+set}" = set; then
    4299   echo $ECHO_N "(cached) $ECHO_C" >&6
     5310  $as_echo_n "(cached) " >&6
    43005311else
    43015312  cat >conftest.$ac_ext <<_ACEOF
     
    43135324  /* Ultrix mips cc rejects this.  */
    43145325  typedef int charset[2];
    4315   const charset x;
     5326  const charset cs;
    43165327  /* SunOS 4.1.1 cc rejects this.  */
    4317   char const *const *ccp;
    4318   char **p;
     5328  char const *const *pcpcc;
     5329  char **ppc;
    43195330  /* NEC SVR4.0.2 mips cc rejects this.  */
    43205331  struct point {int x, y;};
     
    43255336     expression */
    43265337  const char *g = "string";
    4327   ccp = &g + (g ? g-g : 0);
     5338  pcpcc = &g + (g ? g-g : 0);
    43285339  /* HPUX 7.0 cc rejects these. */
    4329   ++ccp;
    4330   p = (char**) ccp;
    4331   ccp = (char const *const *) p;
     5340  ++pcpcc;
     5341  ppc = (char**) pcpcc;
     5342  pcpcc = (char const *const *) ppc;
    43325343  { /* SCO 3.2v4 cc rejects this.  */
    43335344    char *t;
     
    43355346
    43365347    *t++ = 0;
     5348    if (s) return 0;
    43375349  }
    43385350  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     
    43535365  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    43545366    const int foo = 10;
     5367    if (!foo) return 0;
    43555368  }
     5369  return !cs[0] && !zero.x;
    43565370#endif
    43575371
     
    43615375_ACEOF
    43625376rm -f conftest.$ac_objext
    4363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4364   (eval $ac_compile) 2>conftest.er1
     5377if { (ac_try="$ac_compile"
     5378case "(($ac_try" in
     5379  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5380  *) ac_try_echo=$ac_try;;
     5381esac
     5382eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5383$as_echo "$ac_try_echo") >&5
     5384  (eval "$ac_compile") 2>conftest.er1
    43655385  ac_status=$?
    43665386  grep -v '^ *+' conftest.er1 >conftest.err
    43675387  rm -f conftest.er1
    43685388  cat conftest.err >&5
    4369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4370   (exit $ac_status); } &&
    4371      { ac_try='test -z "$ac_c_werror_flag"
    4372              || test ! -s conftest.err'
    4373   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4374   (eval $ac_try) 2>&5
    4375   ac_status=$?
    4376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4377   (exit $ac_status); }; } &&
    4378      { ac_try='test -s conftest.$ac_objext'
    4379   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4380   (eval $ac_try) 2>&5
    4381   ac_status=$?
    4382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4383   (exit $ac_status); }; }; then
     5389  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5390  (exit $ac_status); } && {
     5391     test -z "$ac_c_werror_flag" ||
     5392     test ! -s conftest.err
     5393       } && test -s conftest.$ac_objext; then
    43845394  ac_cv_c_const=yes
    43855395else
    4386   echo "$as_me: failed program was:" >&5
     5396  $as_echo "$as_me: failed program was:" >&5
    43875397sed 's/^/| /' conftest.$ac_ext >&5
    43885398
    4389 ac_cv_c_const=no
    4390 fi
    4391 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4392 fi
    4393 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
    4394 echo "${ECHO_T}$ac_cv_c_const" >&6
     5399    ac_cv_c_const=no
     5400fi
     5401
     5402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5403fi
     5404{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     5405$as_echo "$ac_cv_c_const" >&6; }
    43955406if test $ac_cv_c_const = no; then
    43965407
    43975408cat >>confdefs.h <<\_ACEOF
    4398 #define const
    4399 _ACEOF
    4400 
    4401 fi
    4402 
    4403 echo "$as_me:$LINENO: checking for off_t" >&5
    4404 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
     5409#define const /**/
     5410_ACEOF
     5411
     5412fi
     5413
     5414{ $as_echo "$as_me:$LINENO: checking for off_t" >&5
     5415$as_echo_n "checking for off_t... " >&6; }
    44055416if test "${ac_cv_type_off_t+set}" = set; then
    4406   echo $ECHO_N "(cached) $ECHO_C" >&6
    4407 else
    4408   cat >conftest.$ac_ext <<_ACEOF
     5417  $as_echo_n "(cached) " >&6
     5418else
     5419  ac_cv_type_off_t=no
     5420cat >conftest.$ac_ext <<_ACEOF
    44095421/* confdefs.h.  */
    44105422_ACEOF
     
    44165428main ()
    44175429{
    4418 if ((off_t *) 0)
    4419   return 0;
    44205430if (sizeof (off_t))
    4421   return 0;
     5431       return 0;
    44225432  ;
    44235433  return 0;
     
    44255435_ACEOF
    44265436rm -f conftest.$ac_objext
    4427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4428   (eval $ac_compile) 2>conftest.er1
     5437if { (ac_try="$ac_compile"
     5438case "(($ac_try" in
     5439  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5440  *) ac_try_echo=$ac_try;;
     5441esac
     5442eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5443$as_echo "$ac_try_echo") >&5
     5444  (eval "$ac_compile") 2>conftest.er1
    44295445  ac_status=$?
    44305446  grep -v '^ *+' conftest.er1 >conftest.err
    44315447  rm -f conftest.er1
    44325448  cat conftest.err >&5
    4433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4434   (exit $ac_status); } &&
    4435      { ac_try='test -z "$ac_c_werror_flag"
    4436              || test ! -s conftest.err'
    4437   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4438   (eval $ac_try) 2>&5
    4439   ac_status=$?
    4440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4441   (exit $ac_status); }; } &&
    4442      { ac_try='test -s conftest.$ac_objext'
    4443   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4444   (eval $ac_try) 2>&5
    4445   ac_status=$?
    4446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4447   (exit $ac_status); }; }; then
    4448   ac_cv_type_off_t=yes
    4449 else
    4450   echo "$as_me: failed program was:" >&5
    4451 sed 's/^/| /' conftest.$ac_ext >&5
    4452 
    4453 ac_cv_type_off_t=no
    4454 fi
    4455 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4456 fi
    4457 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
    4458 echo "${ECHO_T}$ac_cv_type_off_t" >&6
    4459 if test $ac_cv_type_off_t = yes; then
    4460   :
    4461 else
    4462 
    4463 cat >>confdefs.h <<_ACEOF
    4464 #define off_t long
    4465 _ACEOF
    4466 
    4467 fi
    4468 
    4469 echo "$as_me:$LINENO: checking for size_t" >&5
    4470 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
    4471 if test "${ac_cv_type_size_t+set}" = set; then
    4472   echo $ECHO_N "(cached) $ECHO_C" >&6
    4473 else
     5449  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5450  (exit $ac_status); } && {
     5451     test -z "$ac_c_werror_flag" ||
     5452     test ! -s conftest.err
     5453       } && test -s conftest.$ac_objext; then
    44745454  cat >conftest.$ac_ext <<_ACEOF
    44755455/* confdefs.h.  */
     
    44825462main ()
    44835463{
    4484 if ((size_t *) 0)
    4485   return 0;
    4486 if (sizeof (size_t))
    4487   return 0;
     5464if (sizeof ((off_t)))
     5465      return 0;
    44885466  ;
    44895467  return 0;
     
    44915469_ACEOF
    44925470rm -f conftest.$ac_objext
    4493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4494   (eval $ac_compile) 2>conftest.er1
     5471if { (ac_try="$ac_compile"
     5472case "(($ac_try" in
     5473  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5474  *) ac_try_echo=$ac_try;;
     5475esac
     5476eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5477$as_echo "$ac_try_echo") >&5
     5478  (eval "$ac_compile") 2>conftest.er1
    44955479  ac_status=$?
    44965480  grep -v '^ *+' conftest.er1 >conftest.err
    44975481  rm -f conftest.er1
    44985482  cat conftest.err >&5
    4499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4500   (exit $ac_status); } &&
    4501      { ac_try='test -z "$ac_c_werror_flag"
    4502              || test ! -s conftest.err'
    4503   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4504   (eval $ac_try) 2>&5
     5483  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5484  (exit $ac_status); } && {
     5485     test -z "$ac_c_werror_flag" ||
     5486     test ! -s conftest.err
     5487       } && test -s conftest.$ac_objext; then
     5488  :
     5489else
     5490  $as_echo "$as_me: failed program was:" >&5
     5491sed 's/^/| /' conftest.$ac_ext >&5
     5492
     5493    ac_cv_type_off_t=yes
     5494fi
     5495
     5496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5497else
     5498  $as_echo "$as_me: failed program was:" >&5
     5499sed 's/^/| /' conftest.$ac_ext >&5
     5500
     5501
     5502fi
     5503
     5504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5505fi
     5506{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     5507$as_echo "$ac_cv_type_off_t" >&6; }
     5508if test "x$ac_cv_type_off_t" = x""yes; then
     5509  :
     5510else
     5511
     5512cat >>confdefs.h <<_ACEOF
     5513#define off_t long int
     5514_ACEOF
     5515
     5516fi
     5517
     5518{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
     5519$as_echo_n "checking for size_t... " >&6; }
     5520if test "${ac_cv_type_size_t+set}" = set; then
     5521  $as_echo_n "(cached) " >&6
     5522else
     5523  ac_cv_type_size_t=no
     5524cat >conftest.$ac_ext <<_ACEOF
     5525/* confdefs.h.  */
     5526_ACEOF
     5527cat confdefs.h >>conftest.$ac_ext
     5528cat >>conftest.$ac_ext <<_ACEOF
     5529/* end confdefs.h.  */
     5530$ac_includes_default
     5531int
     5532main ()
     5533{
     5534if (sizeof (size_t))
     5535       return 0;
     5536  ;
     5537  return 0;
     5538}
     5539_ACEOF
     5540rm -f conftest.$ac_objext
     5541if { (ac_try="$ac_compile"
     5542case "(($ac_try" in
     5543  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5544  *) ac_try_echo=$ac_try;;
     5545esac
     5546eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5547$as_echo "$ac_try_echo") >&5
     5548  (eval "$ac_compile") 2>conftest.er1
    45055549  ac_status=$?
    4506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4507   (exit $ac_status); }; } &&
    4508      { ac_try='test -s conftest.$ac_objext'
    4509   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4510   (eval $ac_try) 2>&5
     5550  grep -v '^ *+' conftest.er1 >conftest.err
     5551  rm -f conftest.er1
     5552  cat conftest.err >&5
     5553  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5554  (exit $ac_status); } && {
     5555     test -z "$ac_c_werror_flag" ||
     5556     test ! -s conftest.err
     5557       } && test -s conftest.$ac_objext; then
     5558  cat >conftest.$ac_ext <<_ACEOF
     5559/* confdefs.h.  */
     5560_ACEOF
     5561cat confdefs.h >>conftest.$ac_ext
     5562cat >>conftest.$ac_ext <<_ACEOF
     5563/* end confdefs.h.  */
     5564$ac_includes_default
     5565int
     5566main ()
     5567{
     5568if (sizeof ((size_t)))
     5569      return 0;
     5570  ;
     5571  return 0;
     5572}
     5573_ACEOF
     5574rm -f conftest.$ac_objext
     5575if { (ac_try="$ac_compile"
     5576case "(($ac_try" in
     5577  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5578  *) ac_try_echo=$ac_try;;
     5579esac
     5580eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5581$as_echo "$ac_try_echo") >&5
     5582  (eval "$ac_compile") 2>conftest.er1
    45115583  ac_status=$?
    4512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4513   (exit $ac_status); }; }; then
    4514   ac_cv_type_size_t=yes
    4515 else
    4516   echo "$as_me: failed program was:" >&5
     5584  grep -v '^ *+' conftest.er1 >conftest.err
     5585  rm -f conftest.er1
     5586  cat conftest.err >&5
     5587  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5588  (exit $ac_status); } && {
     5589     test -z "$ac_c_werror_flag" ||
     5590     test ! -s conftest.err
     5591       } && test -s conftest.$ac_objext; then
     5592  :
     5593else
     5594  $as_echo "$as_me: failed program was:" >&5
    45175595sed 's/^/| /' conftest.$ac_ext >&5
    45185596
    4519 ac_cv_type_size_t=no
    4520 fi
    4521 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4522 fi
    4523 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
    4524 echo "${ECHO_T}$ac_cv_type_size_t" >&6
    4525 if test $ac_cv_type_size_t = yes; then
     5597    ac_cv_type_size_t=yes
     5598fi
     5599
     5600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5601else
     5602  $as_echo "$as_me: failed program was:" >&5
     5603sed 's/^/| /' conftest.$ac_ext >&5
     5604
     5605
     5606fi
     5607
     5608rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5609fi
     5610{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
     5611$as_echo "$ac_cv_type_size_t" >&6; }
     5612if test "x$ac_cv_type_size_t" = x""yes; then
    45265613  :
    45275614else
    45285615
    45295616cat >>confdefs.h <<_ACEOF
    4530 #define size_t unsigned
    4531 _ACEOF
    4532 
    4533 fi
    4534 
    4535 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
    4536 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
     5617#define size_t unsigned int
     5618_ACEOF
     5619
     5620fi
     5621
     5622{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
     5623$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
    45375624if test "${ac_cv_header_time+set}" = set; then
    4538   echo $ECHO_N "(cached) $ECHO_C" >&6
     5625  $as_echo_n "(cached) " >&6
    45395626else
    45405627  cat >conftest.$ac_ext <<_ACEOF
     
    45585645_ACEOF
    45595646rm -f conftest.$ac_objext
    4560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4561   (eval $ac_compile) 2>conftest.er1
     5647if { (ac_try="$ac_compile"
     5648case "(($ac_try" in
     5649  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5650  *) ac_try_echo=$ac_try;;
     5651esac
     5652eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5653$as_echo "$ac_try_echo") >&5
     5654  (eval "$ac_compile") 2>conftest.er1
    45625655  ac_status=$?
    45635656  grep -v '^ *+' conftest.er1 >conftest.err
    45645657  rm -f conftest.er1
    45655658  cat conftest.err >&5
    4566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4567   (exit $ac_status); } &&
    4568      { ac_try='test -z "$ac_c_werror_flag"
    4569              || test ! -s conftest.err'
    4570   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4571   (eval $ac_try) 2>&5
    4572   ac_status=$?
    4573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4574   (exit $ac_status); }; } &&
    4575      { ac_try='test -s conftest.$ac_objext'
    4576   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4577   (eval $ac_try) 2>&5
    4578   ac_status=$?
    4579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4580   (exit $ac_status); }; }; then
     5659  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5660  (exit $ac_status); } && {
     5661     test -z "$ac_c_werror_flag" ||
     5662     test ! -s conftest.err
     5663       } && test -s conftest.$ac_objext; then
    45815664  ac_cv_header_time=yes
    45825665else
    4583   echo "$as_me: failed program was:" >&5
     5666  $as_echo "$as_me: failed program was:" >&5
    45845667sed 's/^/| /' conftest.$ac_ext >&5
    45855668
    4586 ac_cv_header_time=no
    4587 fi
    4588 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4589 fi
    4590 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
    4591 echo "${ECHO_T}$ac_cv_header_time" >&6
     5669    ac_cv_header_time=no
     5670fi
     5671
     5672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5673fi
     5674{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
     5675$as_echo "$ac_cv_header_time" >&6; }
    45925676if test $ac_cv_header_time = yes; then
    45935677
     
    45985682fi
    45995683
    4600 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
    4601 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
     5684{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
     5685$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
    46025686if test "${ac_cv_struct_tm+set}" = set; then
    4603   echo $ECHO_N "(cached) $ECHO_C" >&6
     5687  $as_echo_n "(cached) " >&6
    46045688else
    46055689  cat >conftest.$ac_ext <<_ACEOF
     
    46155699main ()
    46165700{
    4617 struct tm *tp; tp->tm_sec;
     5701struct tm tm;
     5702                     int *p = &tm.tm_sec;
     5703                     return !p;
    46185704  ;
    46195705  return 0;
     
    46215707_ACEOF
    46225708rm -f conftest.$ac_objext
    4623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4624   (eval $ac_compile) 2>conftest.er1
     5709if { (ac_try="$ac_compile"
     5710case "(($ac_try" in
     5711  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5712  *) ac_try_echo=$ac_try;;
     5713esac
     5714eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5715$as_echo "$ac_try_echo") >&5
     5716  (eval "$ac_compile") 2>conftest.er1
    46255717  ac_status=$?
    46265718  grep -v '^ *+' conftest.er1 >conftest.err
    46275719  rm -f conftest.er1
    46285720  cat conftest.err >&5
    4629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4630   (exit $ac_status); } &&
    4631      { ac_try='test -z "$ac_c_werror_flag"
    4632              || test ! -s conftest.err'
    4633   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4634   (eval $ac_try) 2>&5
    4635   ac_status=$?
    4636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4637   (exit $ac_status); }; } &&
    4638      { ac_try='test -s conftest.$ac_objext'
    4639   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4640   (eval $ac_try) 2>&5
    4641   ac_status=$?
    4642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4643   (exit $ac_status); }; }; then
     5721  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5722  (exit $ac_status); } && {
     5723     test -z "$ac_c_werror_flag" ||
     5724     test ! -s conftest.err
     5725       } && test -s conftest.$ac_objext; then
    46445726  ac_cv_struct_tm=time.h
    46455727else
    4646   echo "$as_me: failed program was:" >&5
     5728  $as_echo "$as_me: failed program was:" >&5
    46475729sed 's/^/| /' conftest.$ac_ext >&5
    46485730
    4649 ac_cv_struct_tm=sys/time.h
    4650 fi
    4651 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4652 fi
    4653 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
    4654 echo "${ECHO_T}$ac_cv_struct_tm" >&6
     5731    ac_cv_struct_tm=sys/time.h
     5732fi
     5733
     5734rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5735fi
     5736{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
     5737$as_echo "$ac_cv_struct_tm" >&6; }
    46555738if test $ac_cv_struct_tm = sys/time.h; then
    46565739
     
    46805763_ACEOF
    46815764rm -f conftest.$ac_objext
    4682 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4683   (eval $ac_compile) 2>conftest.er1
     5765if { (ac_try="$ac_compile"
     5766case "(($ac_try" in
     5767  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5768  *) ac_try_echo=$ac_try;;
     5769esac
     5770eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5771$as_echo "$ac_try_echo") >&5
     5772  (eval "$ac_compile") 2>conftest.er1
    46845773  ac_status=$?
    46855774  grep -v '^ *+' conftest.er1 >conftest.err
    46865775  rm -f conftest.er1
    46875776  cat conftest.err >&5
    4688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4689   (exit $ac_status); } &&
    4690      { ac_try='test -z "$ac_c_werror_flag"
    4691              || test ! -s conftest.err'
    4692   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4693   (eval $ac_try) 2>&5
    4694   ac_status=$?
    4695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4696   (exit $ac_status); }; } &&
    4697      { ac_try='test -s conftest.$ac_objext'
    4698   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4699   (eval $ac_try) 2>&5
    4700   ac_status=$?
    4701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4702   (exit $ac_status); }; }; then
     5777  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5778  (exit $ac_status); } && {
     5779     test -z "$ac_c_werror_flag" ||
     5780     test ! -s conftest.err
     5781       } && test -s conftest.$ac_objext; then
    47035782  :
    47045783else
    4705   echo "$as_me: failed program was:" >&5
     5784  $as_echo "$as_me: failed program was:" >&5
    47065785sed 's/^/| /' conftest.$ac_ext >&5
    47075786
    4708 CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
    4709 fi
    4710 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4711 fi
    4712 
    4713 
    4714 
    4715 echo "$as_me:$LINENO: checking for main in -lg" >&5
    4716 echo $ECHO_N "checking for main in -lg... $ECHO_C" >&6
     5787    CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
     5788fi
     5789
     5790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5791fi
     5792
     5793
     5794
     5795{ $as_echo "$as_me:$LINENO: checking for main in -lg" >&5
     5796$as_echo_n "checking for main in -lg... " >&6; }
    47175797if test "${ac_cv_lib_g_main+set}" = set; then
    4718   echo $ECHO_N "(cached) $ECHO_C" >&6
     5798  $as_echo_n "(cached) " >&6
    47195799else
    47205800  ac_check_lib_save_LIBS=$LIBS
     
    47315811main ()
    47325812{
    4733 main ();
     5813return main ();
    47345814  ;
    47355815  return 0;
     
    47375817_ACEOF
    47385818rm -f conftest.$ac_objext conftest$ac_exeext
    4739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4740   (eval $ac_link) 2>conftest.er1
     5819if { (ac_try="$ac_link"
     5820case "(($ac_try" in
     5821  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5822  *) ac_try_echo=$ac_try;;
     5823esac
     5824eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5825$as_echo "$ac_try_echo") >&5
     5826  (eval "$ac_link") 2>conftest.er1
    47415827  ac_status=$?
    47425828  grep -v '^ *+' conftest.er1 >conftest.err
    47435829  rm -f conftest.er1
    47445830  cat conftest.err >&5
    4745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4746   (exit $ac_status); } &&
    4747      { ac_try='test -z "$ac_c_werror_flag"
    4748              || test ! -s conftest.err'
    4749   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4750   (eval $ac_try) 2>&5
    4751   ac_status=$?
    4752   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4753   (exit $ac_status); }; } &&
    4754      { ac_try='test -s conftest$ac_exeext'
    4755   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4756   (eval $ac_try) 2>&5
    4757   ac_status=$?
    4758   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4759   (exit $ac_status); }; }; then
     5831  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5832  (exit $ac_status); } && {
     5833     test -z "$ac_c_werror_flag" ||
     5834     test ! -s conftest.err
     5835       } && test -s conftest$ac_exeext && {
     5836     test "$cross_compiling" = yes ||
     5837     $as_test_x conftest$ac_exeext
     5838       }; then
    47605839  ac_cv_lib_g_main=yes
    47615840else
    4762   echo "$as_me: failed program was:" >&5
     5841  $as_echo "$as_me: failed program was:" >&5
    47635842sed 's/^/| /' conftest.$ac_ext >&5
    47645843
    4765 ac_cv_lib_g_main=no
    4766 fi
    4767 rm -f conftest.err conftest.$ac_objext \
     5844    ac_cv_lib_g_main=no
     5845fi
     5846
     5847rm -rf conftest.dSYM
     5848rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    47685849      conftest$ac_exeext conftest.$ac_ext
    47695850LIBS=$ac_check_lib_save_LIBS
    47705851fi
    4771 echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
    4772 echo "${ECHO_T}$ac_cv_lib_g_main" >&6
    4773 if test $ac_cv_lib_g_main = yes; then
     5852{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
     5853$as_echo "$ac_cv_lib_g_main" >&6; }
     5854if test "x$ac_cv_lib_g_main" = x""yes; then
    47745855  cat >>confdefs.h <<_ACEOF
    47755856#define HAVE_LIBG 1
     
    47825863
    47835864
    4784 echo "$as_me:$LINENO: checking for main in -lm" >&5
    4785 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
     5865{ $as_echo "$as_me:$LINENO: checking for main in -lm" >&5
     5866$as_echo_n "checking for main in -lm... " >&6; }
    47865867if test "${ac_cv_lib_m_main+set}" = set; then
    4787   echo $ECHO_N "(cached) $ECHO_C" >&6
     5868  $as_echo_n "(cached) " >&6
    47885869else
    47895870  ac_check_lib_save_LIBS=$LIBS
     
    48005881main ()
    48015882{
    4802 main ();
     5883return main ();
    48035884  ;
    48045885  return 0;
     
    48065887_ACEOF
    48075888rm -f conftest.$ac_objext conftest$ac_exeext
    4808 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4809   (eval $ac_link) 2>conftest.er1
     5889if { (ac_try="$ac_link"
     5890case "(($ac_try" in
     5891  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5892  *) ac_try_echo=$ac_try;;
     5893esac
     5894eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5895$as_echo "$ac_try_echo") >&5
     5896  (eval "$ac_link") 2>conftest.er1
    48105897  ac_status=$?
    48115898  grep -v '^ *+' conftest.er1 >conftest.err
    48125899  rm -f conftest.er1
    48135900  cat conftest.err >&5
    4814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4815   (exit $ac_status); } &&
    4816      { ac_try='test -z "$ac_c_werror_flag"
    4817              || test ! -s conftest.err'
    4818   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4819   (eval $ac_try) 2>&5
    4820   ac_status=$?
    4821   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4822   (exit $ac_status); }; } &&
    4823      { ac_try='test -s conftest$ac_exeext'
    4824   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4825   (eval $ac_try) 2>&5
    4826   ac_status=$?
    4827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4828   (exit $ac_status); }; }; then
     5901  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5902  (exit $ac_status); } && {
     5903     test -z "$ac_c_werror_flag" ||
     5904     test ! -s conftest.err
     5905       } && test -s conftest$ac_exeext && {
     5906     test "$cross_compiling" = yes ||
     5907     $as_test_x conftest$ac_exeext
     5908       }; then
    48295909  ac_cv_lib_m_main=yes
    48305910else
    4831   echo "$as_me: failed program was:" >&5
     5911  $as_echo "$as_me: failed program was:" >&5
    48325912sed 's/^/| /' conftest.$ac_ext >&5
    48335913
    4834 ac_cv_lib_m_main=no
    4835 fi
    4836 rm -f conftest.err conftest.$ac_objext \
     5914    ac_cv_lib_m_main=no
     5915fi
     5916
     5917rm -rf conftest.dSYM
     5918rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    48375919      conftest$ac_exeext conftest.$ac_ext
    48385920LIBS=$ac_check_lib_save_LIBS
    48395921fi
    4840 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
    4841 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
    4842 if test $ac_cv_lib_m_main = yes; then
     5922{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
     5923$as_echo "$ac_cv_lib_m_main" >&6; }
     5924if test "x$ac_cv_lib_m_main" = x""yes; then
    48435925  cat >>confdefs.h <<_ACEOF
    48445926#define HAVE_LIBM 1
     
    48515933
    48525934
    4853 echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
    4854 echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6
     5935{ $as_echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
     5936$as_echo_n "checking for main in -lcrypt... " >&6; }
    48555937if test "${ac_cv_lib_crypt_main+set}" = set; then
    4856   echo $ECHO_N "(cached) $ECHO_C" >&6
     5938  $as_echo_n "(cached) " >&6
    48575939else
    48585940  ac_check_lib_save_LIBS=$LIBS
     
    48695951main ()
    48705952{
    4871 main ();
     5953return main ();
    48725954  ;
    48735955  return 0;
     
    48755957_ACEOF
    48765958rm -f conftest.$ac_objext conftest$ac_exeext
    4877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4878   (eval $ac_link) 2>conftest.er1
     5959if { (ac_try="$ac_link"
     5960case "(($ac_try" in
     5961  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5962  *) ac_try_echo=$ac_try;;
     5963esac
     5964eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5965$as_echo "$ac_try_echo") >&5
     5966  (eval "$ac_link") 2>conftest.er1
    48795967  ac_status=$?
    48805968  grep -v '^ *+' conftest.er1 >conftest.err
    48815969  rm -f conftest.er1
    48825970  cat conftest.err >&5
    4883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4884   (exit $ac_status); } &&
    4885      { ac_try='test -z "$ac_c_werror_flag"
    4886              || test ! -s conftest.err'
    4887   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4888   (eval $ac_try) 2>&5
    4889   ac_status=$?
    4890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4891   (exit $ac_status); }; } &&
    4892      { ac_try='test -s conftest$ac_exeext'
    4893   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4894   (eval $ac_try) 2>&5
    4895   ac_status=$?
    4896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4897   (exit $ac_status); }; }; then
     5971  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5972  (exit $ac_status); } && {
     5973     test -z "$ac_c_werror_flag" ||
     5974     test ! -s conftest.err
     5975       } && test -s conftest$ac_exeext && {
     5976     test "$cross_compiling" = yes ||
     5977     $as_test_x conftest$ac_exeext
     5978       }; then
    48985979  ac_cv_lib_crypt_main=yes
    48995980else
    4900   echo "$as_me: failed program was:" >&5
     5981  $as_echo "$as_me: failed program was:" >&5
    49015982sed 's/^/| /' conftest.$ac_ext >&5
    49025983
    4903 ac_cv_lib_crypt_main=no
    4904 fi
    4905 rm -f conftest.err conftest.$ac_objext \
     5984    ac_cv_lib_crypt_main=no
     5985fi
     5986
     5987rm -rf conftest.dSYM
     5988rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    49065989      conftest$ac_exeext conftest.$ac_ext
    49075990LIBS=$ac_check_lib_save_LIBS
    49085991fi
    4909 echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
    4910 echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6
    4911 if test $ac_cv_lib_crypt_main = yes; then
     5992{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
     5993$as_echo "$ac_cv_lib_crypt_main" >&6; }
     5994if test "x$ac_cv_lib_crypt_main" = x""yes; then
    49125995  cat >>confdefs.h <<_ACEOF
    49135996#define HAVE_LIBCRYPT 1
     
    49306013ac_header_dirent=no
    49316014for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    4932   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    4933 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
    4934 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
    4935 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    4936   echo $ECHO_N "(cached) $ECHO_C" >&6
     6015  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
     6016{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
     6017$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
     6018if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6019  $as_echo_n "(cached) " >&6
    49376020else
    49386021  cat >conftest.$ac_ext <<_ACEOF
     
    49556038_ACEOF
    49566039rm -f conftest.$ac_objext
    4957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4958   (eval $ac_compile) 2>conftest.er1
     6040if { (ac_try="$ac_compile"
     6041case "(($ac_try" in
     6042  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6043  *) ac_try_echo=$ac_try;;
     6044esac
     6045eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6046$as_echo "$ac_try_echo") >&5
     6047  (eval "$ac_compile") 2>conftest.er1
    49596048  ac_status=$?
    49606049  grep -v '^ *+' conftest.er1 >conftest.err
    49616050  rm -f conftest.er1
    49626051  cat conftest.err >&5
    4963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4964   (exit $ac_status); } &&
    4965      { ac_try='test -z "$ac_c_werror_flag"
    4966              || test ! -s conftest.err'
    4967   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4968   (eval $ac_try) 2>&5
    4969   ac_status=$?
    4970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4971   (exit $ac_status); }; } &&
    4972      { ac_try='test -s conftest.$ac_objext'
    4973   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4974   (eval $ac_try) 2>&5
    4975   ac_status=$?
    4976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4977   (exit $ac_status); }; }; then
     6052  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6053  (exit $ac_status); } && {
     6054     test -z "$ac_c_werror_flag" ||
     6055     test ! -s conftest.err
     6056       } && test -s conftest.$ac_objext; then
    49786057  eval "$as_ac_Header=yes"
    49796058else
    4980   echo "$as_me: failed program was:" >&5
     6059  $as_echo "$as_me: failed program was:" >&5
    49816060sed 's/^/| /' conftest.$ac_ext >&5
    49826061
    4983 eval "$as_ac_Header=no"
    4984 fi
    4985 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4986 fi
    4987 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    4988 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    4989 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6062    eval "$as_ac_Header=no"
     6063fi
     6064
     6065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6066fi
     6067ac_res=`eval 'as_val=${'$as_ac_Header'}
     6068         $as_echo "$as_val"'`
     6069           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6070$as_echo "$ac_res" >&6; }
     6071as_val=`eval 'as_val=${'$as_ac_Header'}
     6072         $as_echo "$as_val"'`
     6073   if test "x$as_val" = x""yes; then
    49906074  cat >>confdefs.h <<_ACEOF
    4991 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     6075#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
    49926076_ACEOF
    49936077
     
    49986082# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    49996083if test $ac_header_dirent = dirent.h; then
    5000   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5001 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
     6084  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6085$as_echo_n "checking for library containing opendir... " >&6; }
    50026086if test "${ac_cv_search_opendir+set}" = set; then
    5003   echo $ECHO_N "(cached) $ECHO_C" >&6
     6087  $as_echo_n "(cached) " >&6
    50046088else
    50056089  ac_func_search_save_LIBS=$LIBS
    5006 ac_cv_search_opendir=no
    50076090cat >conftest.$ac_ext <<_ACEOF
    50086091/* confdefs.h.  */
     
    50126095/* end confdefs.h.  */
    50136096
    5014 /* Override any gcc2 internal prototype to avoid an error.  */
     6097/* Override any GCC internal prototype to avoid an error.
     6098   Use char because int might match the return type of a GCC
     6099   builtin and then its argument prototype would still apply.  */
    50156100#ifdef __cplusplus
    50166101extern "C"
    50176102#endif
    5018 /* We use char because int might match the return type of a gcc2
    5019    builtin and then its argument prototype would still apply.  */
    50206103char opendir ();
    50216104int
    50226105main ()
    50236106{
    5024 opendir ();
     6107return opendir ();
    50256108  ;
    50266109  return 0;
    50276110}
    50286111_ACEOF
    5029 rm -f conftest.$ac_objext conftest$ac_exeext
    5030 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5031   (eval $ac_link) 2>conftest.er1
     6112for ac_lib in '' dir; do
     6113  if test -z "$ac_lib"; then
     6114    ac_res="none required"
     6115  else
     6116    ac_res=-l$ac_lib
     6117    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6118  fi
     6119  rm -f conftest.$ac_objext conftest$ac_exeext
     6120if { (ac_try="$ac_link"
     6121case "(($ac_try" in
     6122  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6123  *) ac_try_echo=$ac_try;;
     6124esac
     6125eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6126$as_echo "$ac_try_echo") >&5
     6127  (eval "$ac_link") 2>conftest.er1
    50326128  ac_status=$?
    50336129  grep -v '^ *+' conftest.er1 >conftest.err
    50346130  rm -f conftest.er1
    50356131  cat conftest.err >&5
    5036   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5037   (exit $ac_status); } &&
    5038      { ac_try='test -z "$ac_c_werror_flag"
    5039              || test ! -s conftest.err'
    5040   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5041   (eval $ac_try) 2>&5
    5042   ac_status=$?
    5043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5044   (exit $ac_status); }; } &&
    5045      { ac_try='test -s conftest$ac_exeext'
    5046   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5047   (eval $ac_try) 2>&5
    5048   ac_status=$?
    5049   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5050   (exit $ac_status); }; }; then
    5051   ac_cv_search_opendir="none required"
    5052 else
    5053   echo "$as_me: failed program was:" >&5
     6132  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6133  (exit $ac_status); } && {
     6134     test -z "$ac_c_werror_flag" ||
     6135     test ! -s conftest.err
     6136       } && test -s conftest$ac_exeext && {
     6137     test "$cross_compiling" = yes ||
     6138     $as_test_x conftest$ac_exeext
     6139       }; then
     6140  ac_cv_search_opendir=$ac_res
     6141else
     6142  $as_echo "$as_me: failed program was:" >&5
    50546143sed 's/^/| /' conftest.$ac_ext >&5
    50556144
    5056 fi
    5057 rm -f conftest.err conftest.$ac_objext \
    5058       conftest$ac_exeext conftest.$ac_ext
    5059 if test "$ac_cv_search_opendir" = no; then
    5060   for ac_lib in dir; do
    5061     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5062     cat >conftest.$ac_ext <<_ACEOF
     6145
     6146fi
     6147
     6148rm -rf conftest.dSYM
     6149rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6150      conftest$ac_exeext
     6151  if test "${ac_cv_search_opendir+set}" = set; then
     6152  break
     6153fi
     6154done
     6155if test "${ac_cv_search_opendir+set}" = set; then
     6156  :
     6157else
     6158  ac_cv_search_opendir=no
     6159fi
     6160rm conftest.$ac_ext
     6161LIBS=$ac_func_search_save_LIBS
     6162fi
     6163{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6164$as_echo "$ac_cv_search_opendir" >&6; }
     6165ac_res=$ac_cv_search_opendir
     6166if test "$ac_res" != no; then
     6167  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6168
     6169fi
     6170
     6171else
     6172  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6173$as_echo_n "checking for library containing opendir... " >&6; }
     6174if test "${ac_cv_search_opendir+set}" = set; then
     6175  $as_echo_n "(cached) " >&6
     6176else
     6177  ac_func_search_save_LIBS=$LIBS
     6178cat >conftest.$ac_ext <<_ACEOF
    50636179/* confdefs.h.  */
    50646180_ACEOF
     
    50676183/* end confdefs.h.  */
    50686184
    5069 /* Override any gcc2 internal prototype to avoid an error.  */
     6185/* Override any GCC internal prototype to avoid an error.
     6186   Use char because int might match the return type of a GCC
     6187   builtin and then its argument prototype would still apply.  */
    50706188#ifdef __cplusplus
    50716189extern "C"
    50726190#endif
    5073 /* We use char because int might match the return type of a gcc2
    5074    builtin and then its argument prototype would still apply.  */
    50756191char opendir ();
    50766192int
    50776193main ()
    50786194{
    5079 opendir ();
     6195return opendir ();
    50806196  ;
    50816197  return 0;
    50826198}
    50836199_ACEOF
    5084 rm -f conftest.$ac_objext conftest$ac_exeext
    5085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5086   (eval $ac_link) 2>conftest.er1
     6200for ac_lib in '' x; do
     6201  if test -z "$ac_lib"; then
     6202    ac_res="none required"
     6203  else
     6204    ac_res=-l$ac_lib
     6205    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6206  fi
     6207  rm -f conftest.$ac_objext conftest$ac_exeext
     6208if { (ac_try="$ac_link"
     6209case "(($ac_try" in
     6210  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6211  *) ac_try_echo=$ac_try;;
     6212esac
     6213eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6214$as_echo "$ac_try_echo") >&5
     6215  (eval "$ac_link") 2>conftest.er1
    50876216  ac_status=$?
    50886217  grep -v '^ *+' conftest.er1 >conftest.err
    50896218  rm -f conftest.er1
    50906219  cat conftest.err >&5
    5091   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5092   (exit $ac_status); } &&
    5093      { ac_try='test -z "$ac_c_werror_flag"
    5094              || test ! -s conftest.err'
    5095   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5096   (eval $ac_try) 2>&5
    5097   ac_status=$?
    5098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5099   (exit $ac_status); }; } &&
    5100      { ac_try='test -s conftest$ac_exeext'
    5101   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5102   (eval $ac_try) 2>&5
    5103   ac_status=$?
    5104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5105   (exit $ac_status); }; }; then
    5106   ac_cv_search_opendir="-l$ac_lib"
    5107 break
    5108 else
    5109   echo "$as_me: failed program was:" >&5
     6220  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6221  (exit $ac_status); } && {
     6222     test -z "$ac_c_werror_flag" ||
     6223     test ! -s conftest.err
     6224       } && test -s conftest$ac_exeext && {
     6225     test "$cross_compiling" = yes ||
     6226     $as_test_x conftest$ac_exeext
     6227       }; then
     6228  ac_cv_search_opendir=$ac_res
     6229else
     6230  $as_echo "$as_me: failed program was:" >&5
    51106231sed 's/^/| /' conftest.$ac_ext >&5
    51116232
    5112 fi
    5113 rm -f conftest.err conftest.$ac_objext \
    5114       conftest$ac_exeext conftest.$ac_ext
    5115   done
    5116 fi
     6233
     6234fi
     6235
     6236rm -rf conftest.dSYM
     6237rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6238      conftest$ac_exeext
     6239  if test "${ac_cv_search_opendir+set}" = set; then
     6240  break
     6241fi
     6242done
     6243if test "${ac_cv_search_opendir+set}" = set; then
     6244  :
     6245else
     6246  ac_cv_search_opendir=no
     6247fi
     6248rm conftest.$ac_ext
    51176249LIBS=$ac_func_search_save_LIBS
    51186250fi
    5119 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5120 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5121 if test "$ac_cv_search_opendir" != no; then
    5122   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5123 
    5124 fi
    5125 
    5126 else
    5127   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5128 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
    5129 if test "${ac_cv_search_opendir+set}" = set; then
    5130   echo $ECHO_N "(cached) $ECHO_C" >&6
    5131 else
    5132   ac_func_search_save_LIBS=$LIBS
    5133 ac_cv_search_opendir=no
    5134 cat >conftest.$ac_ext <<_ACEOF
    5135 /* confdefs.h.  */
    5136 _ACEOF
    5137 cat confdefs.h >>conftest.$ac_ext
    5138 cat >>conftest.$ac_ext <<_ACEOF
    5139 /* end confdefs.h.  */
    5140 
    5141 /* Override any gcc2 internal prototype to avoid an error.  */
    5142 #ifdef __cplusplus
    5143 extern "C"
    5144 #endif
    5145 /* We use char because int might match the return type of a gcc2
    5146    builtin and then its argument prototype would still apply.  */
    5147 char opendir ();
    5148 int
    5149 main ()
    5150 {
    5151 opendir ();
    5152   ;
    5153   return 0;
    5154 }
    5155 _ACEOF
    5156 rm -f conftest.$ac_objext conftest$ac_exeext
    5157 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5158   (eval $ac_link) 2>conftest.er1
    5159   ac_status=$?
    5160   grep -v '^ *+' conftest.er1 >conftest.err
    5161   rm -f conftest.er1
    5162   cat conftest.err >&5
    5163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5164   (exit $ac_status); } &&
    5165      { ac_try='test -z "$ac_c_werror_flag"
    5166              || test ! -s conftest.err'
    5167   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5168   (eval $ac_try) 2>&5
    5169   ac_status=$?
    5170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5171   (exit $ac_status); }; } &&
    5172      { ac_try='test -s conftest$ac_exeext'
    5173   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5174   (eval $ac_try) 2>&5
    5175   ac_status=$?
    5176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5177   (exit $ac_status); }; }; then
    5178   ac_cv_search_opendir="none required"
    5179 else
    5180   echo "$as_me: failed program was:" >&5
    5181 sed 's/^/| /' conftest.$ac_ext >&5
    5182 
    5183 fi
    5184 rm -f conftest.err conftest.$ac_objext \
    5185       conftest$ac_exeext conftest.$ac_ext
    5186 if test "$ac_cv_search_opendir" = no; then
    5187   for ac_lib in x; do
    5188     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5189     cat >conftest.$ac_ext <<_ACEOF
    5190 /* confdefs.h.  */
    5191 _ACEOF
    5192 cat confdefs.h >>conftest.$ac_ext
    5193 cat >>conftest.$ac_ext <<_ACEOF
    5194 /* end confdefs.h.  */
    5195 
    5196 /* Override any gcc2 internal prototype to avoid an error.  */
    5197 #ifdef __cplusplus
    5198 extern "C"
    5199 #endif
    5200 /* We use char because int might match the return type of a gcc2
    5201    builtin and then its argument prototype would still apply.  */
    5202 char opendir ();
    5203 int
    5204 main ()
    5205 {
    5206 opendir ();
    5207   ;
    5208   return 0;
    5209 }
    5210 _ACEOF
    5211 rm -f conftest.$ac_objext conftest$ac_exeext
    5212 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5213   (eval $ac_link) 2>conftest.er1
    5214   ac_status=$?
    5215   grep -v '^ *+' conftest.er1 >conftest.err
    5216   rm -f conftest.er1
    5217   cat conftest.err >&5
    5218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5219   (exit $ac_status); } &&
    5220      { ac_try='test -z "$ac_c_werror_flag"
    5221              || test ! -s conftest.err'
    5222   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5223   (eval $ac_try) 2>&5
    5224   ac_status=$?
    5225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5226   (exit $ac_status); }; } &&
    5227      { ac_try='test -s conftest$ac_exeext'
    5228   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5229   (eval $ac_try) 2>&5
    5230   ac_status=$?
    5231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5232   (exit $ac_status); }; }; then
    5233   ac_cv_search_opendir="-l$ac_lib"
    5234 break
    5235 else
    5236   echo "$as_me: failed program was:" >&5
    5237 sed 's/^/| /' conftest.$ac_ext >&5
    5238 
    5239 fi
    5240 rm -f conftest.err conftest.$ac_objext \
    5241       conftest$ac_exeext conftest.$ac_ext
    5242   done
    5243 fi
    5244 LIBS=$ac_func_search_save_LIBS
    5245 fi
    5246 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5247 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5248 if test "$ac_cv_search_opendir" != no; then
    5249   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5250 
    5251 fi
    5252 
    5253 fi
    5254 
    5255 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    5256 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     6251{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6252$as_echo "$ac_cv_search_opendir" >&6; }
     6253ac_res=$ac_cv_search_opendir
     6254if test "$ac_res" != no; then
     6255  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6256
     6257fi
     6258
     6259fi
     6260
     6261{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     6262$as_echo_n "checking for ANSI C header files... " >&6; }
    52576263if test "${ac_cv_header_stdc+set}" = set; then
    5258   echo $ECHO_N "(cached) $ECHO_C" >&6
     6264  $as_echo_n "(cached) " >&6
    52596265else
    52606266  cat >conftest.$ac_ext <<_ACEOF
     
    52786284_ACEOF
    52796285rm -f conftest.$ac_objext
    5280 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5281   (eval $ac_compile) 2>conftest.er1
     6286if { (ac_try="$ac_compile"
     6287case "(($ac_try" in
     6288  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6289  *) ac_try_echo=$ac_try;;
     6290esac
     6291eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6292$as_echo "$ac_try_echo") >&5
     6293  (eval "$ac_compile") 2>conftest.er1
    52826294  ac_status=$?
    52836295  grep -v '^ *+' conftest.er1 >conftest.err
    52846296  rm -f conftest.er1
    52856297  cat conftest.err >&5
    5286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5287   (exit $ac_status); } &&
    5288      { ac_try='test -z "$ac_c_werror_flag"
    5289              || test ! -s conftest.err'
    5290   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5291   (eval $ac_try) 2>&5
    5292   ac_status=$?
    5293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5294   (exit $ac_status); }; } &&
    5295      { ac_try='test -s conftest.$ac_objext'
    5296   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5297   (eval $ac_try) 2>&5
    5298   ac_status=$?
    5299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5300   (exit $ac_status); }; }; then
     6298  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6299  (exit $ac_status); } && {
     6300     test -z "$ac_c_werror_flag" ||
     6301     test ! -s conftest.err
     6302       } && test -s conftest.$ac_objext; then
    53016303  ac_cv_header_stdc=yes
    53026304else
    5303   echo "$as_me: failed program was:" >&5
     6305  $as_echo "$as_me: failed program was:" >&5
    53046306sed 's/^/| /' conftest.$ac_ext >&5
    53056307
    5306 ac_cv_header_stdc=no
    5307 fi
    5308 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     6308    ac_cv_header_stdc=no
     6309fi
     6310
     6311rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    53096312
    53106313if test $ac_cv_header_stdc = yes; then
     
    53626365/* end confdefs.h.  */
    53636366#include <ctype.h>
     6367#include <stdlib.h>
    53646368#if ((' ' & 0x0FF) == 0x020)
    53656369# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    53816385    if (XOR (islower (i), ISLOWER (i))
    53826386    || toupper (i) != TOUPPER (i))
    5383       exit(2);
    5384   exit (0);
     6387      return 2;
     6388  return 0;
    53856389}
    53866390_ACEOF
    53876391rm -f conftest$ac_exeext
    5388 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5389   (eval $ac_link) 2>&5
     6392if { (ac_try="$ac_link"
     6393case "(($ac_try" in
     6394  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6395  *) ac_try_echo=$ac_try;;
     6396esac
     6397eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6398$as_echo "$ac_try_echo") >&5
     6399  (eval "$ac_link") 2>&5
    53906400  ac_status=$?
    5391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6401  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53926402  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    5393   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5394   (eval $ac_try) 2>&5
     6403  { (case "(($ac_try" in
     6404  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6405  *) ac_try_echo=$ac_try;;
     6406esac
     6407eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6408$as_echo "$ac_try_echo") >&5
     6409  (eval "$ac_try") 2>&5
    53956410  ac_status=$?
    5396   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6411  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53976412  (exit $ac_status); }; }; then
    53986413  :
    53996414else
    5400   echo "$as_me: program exited with status $ac_status" >&5
    5401 echo "$as_me: failed program was:" >&5
     6415  $as_echo "$as_me: program exited with status $ac_status" >&5
     6416$as_echo "$as_me: failed program was:" >&5
    54026417sed 's/^/| /' conftest.$ac_ext >&5
    54036418
     
    54056420ac_cv_header_stdc=no
    54066421fi
    5407 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    5408 fi
    5409 fi
    5410 fi
    5411 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    5412 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     6422rm -rf conftest.dSYM
     6423rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6424fi
     6425
     6426
     6427fi
     6428fi
     6429{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     6430$as_echo "$ac_cv_header_stdc" >&6; }
    54136431if test $ac_cv_header_stdc = yes; then
    54146432
     
    54306448for ac_header in fcntl.h limits.h sys/time.h unistd.h crypt.h string.h memory.h sys/procfs.h sys/stat.h
    54316449do
    5432 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    5433 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5434   echo "$as_me:$LINENO: checking for $ac_header" >&5
    5435 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    5436 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5437   echo $ECHO_N "(cached) $ECHO_C" >&6
    5438 fi
    5439 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5440 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     6450as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6451if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6452  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     6453$as_echo_n "checking for $ac_header... " >&6; }
     6454if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6455  $as_echo_n "(cached) " >&6
     6456fi
     6457ac_res=`eval 'as_val=${'$as_ac_Header'}
     6458         $as_echo "$as_val"'`
     6459           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6460$as_echo "$ac_res" >&6; }
    54416461else
    54426462  # Is the header compilable?
    5443 echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5444 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     6463{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6464$as_echo_n "checking $ac_header usability... " >&6; }
    54456465cat >conftest.$ac_ext <<_ACEOF
    54466466/* confdefs.h.  */
     
    54536473_ACEOF
    54546474rm -f conftest.$ac_objext
    5455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5456   (eval $ac_compile) 2>conftest.er1
     6475if { (ac_try="$ac_compile"
     6476case "(($ac_try" in
     6477  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6478  *) ac_try_echo=$ac_try;;
     6479esac
     6480eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6481$as_echo "$ac_try_echo") >&5
     6482  (eval "$ac_compile") 2>conftest.er1
    54576483  ac_status=$?
    54586484  grep -v '^ *+' conftest.er1 >conftest.err
    54596485  rm -f conftest.er1
    54606486  cat conftest.err >&5
    5461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5462   (exit $ac_status); } &&
    5463      { ac_try='test -z "$ac_c_werror_flag"
    5464              || test ! -s conftest.err'
    5465   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5466   (eval $ac_try) 2>&5
    5467   ac_status=$?
    5468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5469   (exit $ac_status); }; } &&
    5470      { ac_try='test -s conftest.$ac_objext'
    5471   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5472   (eval $ac_try) 2>&5
    5473   ac_status=$?
    5474   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5475   (exit $ac_status); }; }; then
     6487  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6488  (exit $ac_status); } && {
     6489     test -z "$ac_c_werror_flag" ||
     6490     test ! -s conftest.err
     6491       } && test -s conftest.$ac_objext; then
    54766492  ac_header_compiler=yes
    54776493else
    5478   echo "$as_me: failed program was:" >&5
     6494  $as_echo "$as_me: failed program was:" >&5
    54796495sed 's/^/| /' conftest.$ac_ext >&5
    54806496
    5481 ac_header_compiler=no
    5482 fi
    5483 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5484 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5485 echo "${ECHO_T}$ac_header_compiler" >&6
     6497    ac_header_compiler=no
     6498fi
     6499
     6500rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6501{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6502$as_echo "$ac_header_compiler" >&6; }
    54866503
    54876504# Is the header present?
    5488 echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5489 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     6505{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6506$as_echo_n "checking $ac_header presence... " >&6; }
    54906507cat >conftest.$ac_ext <<_ACEOF
    54916508/* confdefs.h.  */
     
    54966513#include <$ac_header>
    54976514_ACEOF
    5498 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    5499   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     6515if { (ac_try="$ac_cpp conftest.$ac_ext"
     6516case "(($ac_try" in
     6517  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6518  *) ac_try_echo=$ac_try;;
     6519esac
     6520eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6521$as_echo "$ac_try_echo") >&5
     6522  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    55006523  ac_status=$?
    55016524  grep -v '^ *+' conftest.er1 >conftest.err
    55026525  rm -f conftest.er1
    55036526  cat conftest.err >&5
    5504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5505   (exit $ac_status); } >/dev/null; then
    5506   if test -s conftest.err; then
    5507     ac_cpp_err=$ac_c_preproc_warn_flag
    5508     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    5509   else
    5510     ac_cpp_err=
    5511   fi
    5512 else
    5513   ac_cpp_err=yes
    5514 fi
    5515 if test -z "$ac_cpp_err"; then
     6527  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6528  (exit $ac_status); } >/dev/null && {
     6529     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     6530     test ! -s conftest.err
     6531       }; then
    55166532  ac_header_preproc=yes
    55176533else
    5518   echo "$as_me: failed program was:" >&5
     6534  $as_echo "$as_me: failed program was:" >&5
    55196535sed 's/^/| /' conftest.$ac_ext >&5
    55206536
    55216537  ac_header_preproc=no
    55226538fi
     6539
    55236540rm -f conftest.err conftest.$ac_ext
    5524 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5525 echo "${ECHO_T}$ac_header_preproc" >&6
     6541{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6542$as_echo "$ac_header_preproc" >&6; }
    55266543
    55276544# So?  What about this header?
    55286545case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    55296546  yes:no: )
    5530     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5531 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5532     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5533 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6547    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6548$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6549    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6550$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    55346551    ac_header_preproc=yes
    55356552    ;;
    55366553  no:yes:* )
    5537     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5538 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5539     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5540 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5541     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5542 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5543     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5544 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5545     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5546 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5547     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5548 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    5549     (
    5550       cat <<\_ASBOX
    5551 ## ------------------------------------------ ##
    5552 ## Report this to the AC_PACKAGE_NAME lists.  ##
    5553 ## ------------------------------------------ ##
    5554 _ASBOX
    5555     ) |
    5556       sed "s/^/$as_me: WARNING:     /" >&2
     6554    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6555$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6556    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6557$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6558    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6559$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6560    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6561$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6562    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6563$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6564    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6565$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6566
    55576567    ;;
    55586568esac
    5559 echo "$as_me:$LINENO: checking for $ac_header" >&5
    5560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    5561 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5562   echo $ECHO_N "(cached) $ECHO_C" >&6
     6569{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     6570$as_echo_n "checking for $ac_header... " >&6; }
     6571if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6572  $as_echo_n "(cached) " >&6
    55636573else
    55646574  eval "$as_ac_Header=\$ac_header_preproc"
    55656575fi
    5566 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5567 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    5568 
    5569 fi
    5570 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6576ac_res=`eval 'as_val=${'$as_ac_Header'}
     6577         $as_echo "$as_val"'`
     6578           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6579$as_echo "$ac_res" >&6; }
     6580
     6581fi
     6582as_val=`eval 'as_val=${'$as_ac_Header'}
     6583         $as_echo "$as_val"'`
     6584   if test "x$as_val" = x""yes; then
    55716585  cat >>confdefs.h <<_ACEOF
    5572 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6586#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    55736587_ACEOF
    55746588
     
    56346648# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
    56356649# for constant arguments.  Useless!
    5636 echo "$as_me:$LINENO: checking for working alloca.h" >&5
    5637 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
     6650{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
     6651$as_echo_n "checking for working alloca.h... " >&6; }
    56386652if test "${ac_cv_working_alloca_h+set}" = set; then
    5639   echo $ECHO_N "(cached) $ECHO_C" >&6
     6653  $as_echo_n "(cached) " >&6
    56406654else
    56416655  cat >conftest.$ac_ext <<_ACEOF
     
    56506664{
    56516665char *p = (char *) alloca (2 * sizeof (int));
     6666              if (p) return 0;
    56526667  ;
    56536668  return 0;
     
    56556670_ACEOF
    56566671rm -f conftest.$ac_objext conftest$ac_exeext
    5657 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5658   (eval $ac_link) 2>conftest.er1
     6672if { (ac_try="$ac_link"
     6673case "(($ac_try" in
     6674  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6675  *) ac_try_echo=$ac_try;;
     6676esac
     6677eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6678$as_echo "$ac_try_echo") >&5
     6679  (eval "$ac_link") 2>conftest.er1
    56596680  ac_status=$?
    56606681  grep -v '^ *+' conftest.er1 >conftest.err
    56616682  rm -f conftest.er1
    56626683  cat conftest.err >&5
    5663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5664   (exit $ac_status); } &&
    5665      { ac_try='test -z "$ac_c_werror_flag"
    5666              || test ! -s conftest.err'
    5667   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5668   (eval $ac_try) 2>&5
    5669   ac_status=$?
    5670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5671   (exit $ac_status); }; } &&
    5672      { ac_try='test -s conftest$ac_exeext'
    5673   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5674   (eval $ac_try) 2>&5
    5675   ac_status=$?
    5676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5677   (exit $ac_status); }; }; then
     6684  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6685  (exit $ac_status); } && {
     6686     test -z "$ac_c_werror_flag" ||
     6687     test ! -s conftest.err
     6688       } && test -s conftest$ac_exeext && {
     6689     test "$cross_compiling" = yes ||
     6690     $as_test_x conftest$ac_exeext
     6691       }; then
    56786692  ac_cv_working_alloca_h=yes
    56796693else
    5680   echo "$as_me: failed program was:" >&5
     6694  $as_echo "$as_me: failed program was:" >&5
    56816695sed 's/^/| /' conftest.$ac_ext >&5
    56826696
    5683 ac_cv_working_alloca_h=no
    5684 fi
    5685 rm -f conftest.err conftest.$ac_objext \
     6697    ac_cv_working_alloca_h=no
     6698fi
     6699
     6700rm -rf conftest.dSYM
     6701rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56866702      conftest$ac_exeext conftest.$ac_ext
    56876703fi
    5688 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
    5689 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
     6704{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
     6705$as_echo "$ac_cv_working_alloca_h" >&6; }
    56906706if test $ac_cv_working_alloca_h = yes; then
    56916707
     
    56966712fi
    56976713
    5698 echo "$as_me:$LINENO: checking for alloca" >&5
    5699 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
     6714{ $as_echo "$as_me:$LINENO: checking for alloca" >&5
     6715$as_echo_n "checking for alloca... " >&6; }
    57006716if test "${ac_cv_func_alloca_works+set}" = set; then
    5701   echo $ECHO_N "(cached) $ECHO_C" >&6
     6717  $as_echo_n "(cached) " >&6
    57026718else
    57036719  cat >conftest.$ac_ext <<_ACEOF
     
    57146730#  define alloca _alloca
    57156731# else
    5716 #  if HAVE_ALLOCA_H
     6732#  ifdef HAVE_ALLOCA_H
    57176733#   include <alloca.h>
    57186734#  else
     
    57326748{
    57336749char *p = (char *) alloca (1);
     6750                    if (p) return 0;
    57346751  ;
    57356752  return 0;
     
    57376754_ACEOF
    57386755rm -f conftest.$ac_objext conftest$ac_exeext
    5739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5740   (eval $ac_link) 2>conftest.er1
     6756if { (ac_try="$ac_link"
     6757case "(($ac_try" in
     6758  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6759  *) ac_try_echo=$ac_try;;
     6760esac
     6761eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6762$as_echo "$ac_try_echo") >&5
     6763  (eval "$ac_link") 2>conftest.er1
    57416764  ac_status=$?
    57426765  grep -v '^ *+' conftest.er1 >conftest.err
    57436766  rm -f conftest.er1
    57446767  cat conftest.err >&5
    5745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5746   (exit $ac_status); } &&
    5747      { ac_try='test -z "$ac_c_werror_flag"
    5748              || test ! -s conftest.err'
    5749   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5750   (eval $ac_try) 2>&5
    5751   ac_status=$?
    5752   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5753   (exit $ac_status); }; } &&
    5754      { ac_try='test -s conftest$ac_exeext'
    5755   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5756   (eval $ac_try) 2>&5
    5757   ac_status=$?
    5758   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5759   (exit $ac_status); }; }; then
     6768  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6769  (exit $ac_status); } && {
     6770     test -z "$ac_c_werror_flag" ||
     6771     test ! -s conftest.err
     6772       } && test -s conftest$ac_exeext && {
     6773     test "$cross_compiling" = yes ||
     6774     $as_test_x conftest$ac_exeext
     6775       }; then
    57606776  ac_cv_func_alloca_works=yes
    57616777else
    5762   echo "$as_me: failed program was:" >&5
     6778  $as_echo "$as_me: failed program was:" >&5
    57636779sed 's/^/| /' conftest.$ac_ext >&5
    57646780
    5765 ac_cv_func_alloca_works=no
    5766 fi
    5767 rm -f conftest.err conftest.$ac_objext \
     6781    ac_cv_func_alloca_works=no
     6782fi
     6783
     6784rm -rf conftest.dSYM
     6785rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57686786      conftest$ac_exeext conftest.$ac_ext
    57696787fi
    5770 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
    5771 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
     6788{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
     6789$as_echo "$ac_cv_func_alloca_works" >&6; }
    57726790
    57736791if test $ac_cv_func_alloca_works = yes; then
     
    57836801# use ar to extract alloca.o from them instead of compiling alloca.c.
    57846802
    5785 ALLOCA=alloca.$ac_objext
     6803ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
    57866804
    57876805cat >>confdefs.h <<\_ACEOF
     
    57906808
    57916809
    5792 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
    5793 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
     6810{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
     6811$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
    57946812if test "${ac_cv_os_cray+set}" = set; then
    5795   echo $ECHO_N "(cached) $ECHO_C" >&6
     6813  $as_echo_n "(cached) " >&6
    57966814else
    57976815  cat >conftest.$ac_ext <<_ACEOF
     
    58016819cat >>conftest.$ac_ext <<_ACEOF
    58026820/* end confdefs.h.  */
    5803 #if defined(CRAY) && ! defined(CRAY2)
     6821#if defined CRAY && ! defined CRAY2
    58046822webecray
    58056823#else
     
    58176835
    58186836fi
    5819 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
    5820 echo "${ECHO_T}$ac_cv_os_cray" >&6
     6837{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
     6838$as_echo "$ac_cv_os_cray" >&6; }
    58216839if test $ac_cv_os_cray = yes; then
    58226840  for ac_func in _getb67 GETB67 getb67; do
    5823     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    5824 echo "$as_me:$LINENO: checking for $ac_func" >&5
    5825 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    5826 if eval "test \"\${$as_ac_var+set}\" = set"; then
    5827   echo $ECHO_N "(cached) $ECHO_C" >&6
     6841    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     6842{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     6843$as_echo_n "checking for $ac_func... " >&6; }
     6844if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     6845  $as_echo_n "(cached) " >&6
    58286846else
    58296847  cat >conftest.$ac_ext <<_ACEOF
     
    58506868#undef $ac_func
    58516869
    5852 /* Override any gcc2 internal prototype to avoid an error.  */
     6870/* Override any GCC internal prototype to avoid an error.
     6871   Use char because int might match the return type of a GCC
     6872   builtin and then its argument prototype would still apply.  */
    58536873#ifdef __cplusplus
    58546874extern "C"
    5855 {
    58566875#endif
    5857 /* We use char because int might match the return type of a gcc2
    5858    builtin and then its argument prototype would still apply.  */
    58596876char $ac_func ();
    58606877/* The GNU C library defines this for functions which it implements
    58616878    to always fail with ENOSYS.  Some functions are actually named
    58626879    something starting with __ and the normal name is an alias.  */
    5863 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     6880#if defined __stub_$ac_func || defined __stub___$ac_func
    58646881choke me
    5865 #else
    5866 char (*f) () = $ac_func;
    5867 #endif
    5868 #ifdef __cplusplus
    5869 }
    58706882#endif
    58716883
     
    58736885main ()
    58746886{
    5875 return f != $ac_func;
     6887return $ac_func ();
    58766888  ;
    58776889  return 0;
     
    58796891_ACEOF
    58806892rm -f conftest.$ac_objext conftest$ac_exeext
    5881 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5882   (eval $ac_link) 2>conftest.er1
     6893if { (ac_try="$ac_link"
     6894case "(($ac_try" in
     6895  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6896  *) ac_try_echo=$ac_try;;
     6897esac
     6898eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6899$as_echo "$ac_try_echo") >&5
     6900  (eval "$ac_link") 2>conftest.er1
    58836901  ac_status=$?
    58846902  grep -v '^ *+' conftest.er1 >conftest.err
    58856903  rm -f conftest.er1
    58866904  cat conftest.err >&5
    5887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5888   (exit $ac_status); } &&
    5889      { ac_try='test -z "$ac_c_werror_flag"
    5890              || test ! -s conftest.err'
    5891   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5892   (eval $ac_try) 2>&5
    5893   ac_status=$?
    5894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5895   (exit $ac_status); }; } &&
    5896      { ac_try='test -s conftest$ac_exeext'
    5897   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5898   (eval $ac_try) 2>&5
    5899   ac_status=$?
    5900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5901   (exit $ac_status); }; }; then
     6905  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6906  (exit $ac_status); } && {
     6907     test -z "$ac_c_werror_flag" ||
     6908     test ! -s conftest.err
     6909       } && test -s conftest$ac_exeext && {
     6910     test "$cross_compiling" = yes ||
     6911     $as_test_x conftest$ac_exeext
     6912       }; then
    59026913  eval "$as_ac_var=yes"
    59036914else
    5904   echo "$as_me: failed program was:" >&5
     6915  $as_echo "$as_me: failed program was:" >&5
    59056916sed 's/^/| /' conftest.$ac_ext >&5
    59066917
    5907 eval "$as_ac_var=no"
    5908 fi
    5909 rm -f conftest.err conftest.$ac_objext \
     6918    eval "$as_ac_var=no"
     6919fi
     6920
     6921rm -rf conftest.dSYM
     6922rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59106923      conftest$ac_exeext conftest.$ac_ext
    59116924fi
    5912 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    5913 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    5914 if test `eval echo '${'$as_ac_var'}'` = yes; then
     6925ac_res=`eval 'as_val=${'$as_ac_var'}
     6926         $as_echo "$as_val"'`
     6927           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6928$as_echo "$ac_res" >&6; }
     6929as_val=`eval 'as_val=${'$as_ac_var'}
     6930         $as_echo "$as_val"'`
     6931   if test "x$as_val" = x""yes; then
    59156932
    59166933cat >>confdefs.h <<_ACEOF
     
    59246941fi
    59256942
    5926 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
    5927 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
     6943{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
     6944$as_echo_n "checking stack direction for C alloca... " >&6; }
    59286945if test "${ac_cv_c_stack_direction+set}" = set; then
    5929   echo $ECHO_N "(cached) $ECHO_C" >&6
     6946  $as_echo_n "(cached) " >&6
    59306947else
    59316948  if test "$cross_compiling" = yes; then
     
    59386955cat >>conftest.$ac_ext <<_ACEOF
    59396956/* end confdefs.h.  */
     6957$ac_includes_default
    59406958int
    59416959find_stack_direction ()
     
    59556973main ()
    59566974{
    5957   exit (find_stack_direction () < 0);
     6975  return find_stack_direction () < 0;
    59586976}
    59596977_ACEOF
    59606978rm -f conftest$ac_exeext
    5961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5962   (eval $ac_link) 2>&5
     6979if { (ac_try="$ac_link"
     6980case "(($ac_try" in
     6981  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6982  *) ac_try_echo=$ac_try;;
     6983esac
     6984eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6985$as_echo "$ac_try_echo") >&5
     6986  (eval "$ac_link") 2>&5
    59636987  ac_status=$?
    5964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6988  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59656989  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    5966   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5967   (eval $ac_try) 2>&5
     6990  { (case "(($ac_try" in
     6991  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6992  *) ac_try_echo=$ac_try;;
     6993esac
     6994eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6995$as_echo "$ac_try_echo") >&5
     6996  (eval "$ac_try") 2>&5
    59686997  ac_status=$?
    5969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6998  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59706999  (exit $ac_status); }; }; then
    59717000  ac_cv_c_stack_direction=1
    59727001else
    5973   echo "$as_me: program exited with status $ac_status" >&5
    5974 echo "$as_me: failed program was:" >&5
     7002  $as_echo "$as_me: program exited with status $ac_status" >&5
     7003$as_echo "$as_me: failed program was:" >&5
    59757004sed 's/^/| /' conftest.$ac_ext >&5
    59767005
     
    59787007ac_cv_c_stack_direction=-1
    59797008fi
    5980 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    5981 fi
    5982 fi
    5983 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
    5984 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
     7009rm -rf conftest.dSYM
     7010rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     7011fi
     7012
     7013
     7014fi
     7015{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
     7016$as_echo "$ac_cv_c_stack_direction" >&6; }
    59857017
    59867018cat >>confdefs.h <<_ACEOF
     
    59927024
    59937025if test $ac_cv_c_compiler_gnu = yes; then
    5994     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
    5995 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
     7026    { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
     7027$as_echo_n "checking whether $CC needs -traditional... " >&6; }
    59967028if test "${ac_cv_prog_gcc_traditional+set}" = set; then
    5997   echo $ECHO_N "(cached) $ECHO_C" >&6
     7029  $as_echo_n "(cached) " >&6
    59987030else
    59997031    ac_pattern="Autoconf.*'x'"
     
    60347066  fi
    60357067fi
    6036 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
    6037 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
     7068{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
     7069$as_echo "$ac_cv_prog_gcc_traditional" >&6; }
    60387070  if test $ac_cv_prog_gcc_traditional = yes; then
    60397071    CC="$CC -traditional"
     
    60417073fi
    60427074
    6043 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
    6044 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
     7075{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
     7076$as_echo_n "checking return type of signal handlers... " >&6; }
    60457077if test "${ac_cv_type_signal+set}" = set; then
    6046   echo $ECHO_N "(cached) $ECHO_C" >&6
     7078  $as_echo_n "(cached) " >&6
    60477079else
    60487080  cat >conftest.$ac_ext <<_ACEOF
     
    60547086#include <sys/types.h>
    60557087#include <signal.h>
    6056 #ifdef signal
    6057 # undef signal
    6058 #endif
    6059 #ifdef __cplusplus
    6060 extern "C" void (*signal (int, void (*)(int)))(int);
    6061 #else
    6062 void (*signal ()) ();
    6063 #endif
    60647088
    60657089int
    60667090main ()
    60677091{
    6068 int i;
     7092return *(signal (0, 0)) (0) == 1;
    60697093  ;
    60707094  return 0;
     
    60727096_ACEOF
    60737097rm -f conftest.$ac_objext
    6074 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    6075   (eval $ac_compile) 2>conftest.er1
     7098if { (ac_try="$ac_compile"
     7099case "(($ac_try" in
     7100  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7101  *) ac_try_echo=$ac_try;;
     7102esac
     7103eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7104$as_echo "$ac_try_echo") >&5
     7105  (eval "$ac_compile") 2>conftest.er1
    60767106  ac_status=$?
    60777107  grep -v '^ *+' conftest.er1 >conftest.err
    60787108  rm -f conftest.er1
    60797109  cat conftest.err >&5
    6080   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6081   (exit $ac_status); } &&
    6082      { ac_try='test -z "$ac_c_werror_flag"
    6083              || test ! -s conftest.err'
    6084   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6085   (eval $ac_try) 2>&5
    6086   ac_status=$?
    6087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6088   (exit $ac_status); }; } &&
    6089      { ac_try='test -s conftest.$ac_objext'
    6090   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6091   (eval $ac_try) 2>&5
    6092   ac_status=$?
    6093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6094   (exit $ac_status); }; }; then
    6095   ac_cv_type_signal=void
    6096 else
    6097   echo "$as_me: failed program was:" >&5
     7110  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7111  (exit $ac_status); } && {
     7112     test -z "$ac_c_werror_flag" ||
     7113     test ! -s conftest.err
     7114       } && test -s conftest.$ac_objext; then
     7115  ac_cv_type_signal=int
     7116else
     7117  $as_echo "$as_me: failed program was:" >&5
    60987118sed 's/^/| /' conftest.$ac_ext >&5
    60997119
    6100 ac_cv_type_signal=int
    6101 fi
    6102 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    6103 fi
    6104 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
    6105 echo "${ECHO_T}$ac_cv_type_signal" >&6
     7120    ac_cv_type_signal=void
     7121fi
     7122
     7123rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     7124fi
     7125{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
     7126$as_echo "$ac_cv_type_signal" >&6; }
    61067127
    61077128cat >>confdefs.h <<_ACEOF
     
    61137134for ac_func in vprintf
    61147135do
    6115 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6116 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6117 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6118 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6119   echo $ECHO_N "(cached) $ECHO_C" >&6
     7136as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7137{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7138$as_echo_n "checking for $ac_func... " >&6; }
     7139if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7140  $as_echo_n "(cached) " >&6
    61207141else
    61217142  cat >conftest.$ac_ext <<_ACEOF
     
    61427163#undef $ac_func
    61437164
    6144 /* Override any gcc2 internal prototype to avoid an error.  */
     7165/* Override any GCC internal prototype to avoid an error.
     7166   Use char because int might match the return type of a GCC
     7167   builtin and then its argument prototype would still apply.  */
    61457168#ifdef __cplusplus
    61467169extern "C"
    6147 {
    61487170#endif
    6149 /* We use char because int might match the return type of a gcc2
    6150    builtin and then its argument prototype would still apply.  */
    61517171char $ac_func ();
    61527172/* The GNU C library defines this for functions which it implements
    61537173    to always fail with ENOSYS.  Some functions are actually named
    61547174    something starting with __ and the normal name is an alias.  */
    6155 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7175#if defined __stub_$ac_func || defined __stub___$ac_func
    61567176choke me
    6157 #else
    6158 char (*f) () = $ac_func;
    6159 #endif
    6160 #ifdef __cplusplus
    6161 }
    61627177#endif
    61637178
     
    61657180main ()
    61667181{
    6167 return f != $ac_func;
     7182return $ac_func ();
    61687183  ;
    61697184  return 0;
     
    61717186_ACEOF
    61727187rm -f conftest.$ac_objext conftest$ac_exeext
    6173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6174   (eval $ac_link) 2>conftest.er1
     7188if { (ac_try="$ac_link"
     7189case "(($ac_try" in
     7190  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7191  *) ac_try_echo=$ac_try;;
     7192esac
     7193eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7194$as_echo "$ac_try_echo") >&5
     7195  (eval "$ac_link") 2>conftest.er1
    61757196  ac_status=$?
    61767197  grep -v '^ *+' conftest.er1 >conftest.err
    61777198  rm -f conftest.er1
    61787199  cat conftest.err >&5
    6179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6180   (exit $ac_status); } &&
    6181      { ac_try='test -z "$ac_c_werror_flag"
    6182              || test ! -s conftest.err'
    6183   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6184   (eval $ac_try) 2>&5
    6185   ac_status=$?
    6186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6187   (exit $ac_status); }; } &&
    6188      { ac_try='test -s conftest$ac_exeext'
    6189   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6190   (eval $ac_try) 2>&5
    6191   ac_status=$?
    6192   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6193   (exit $ac_status); }; }; then
     7200  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7201  (exit $ac_status); } && {
     7202     test -z "$ac_c_werror_flag" ||
     7203     test ! -s conftest.err
     7204       } && test -s conftest$ac_exeext && {
     7205     test "$cross_compiling" = yes ||
     7206     $as_test_x conftest$ac_exeext
     7207       }; then
    61947208  eval "$as_ac_var=yes"
    61957209else
    6196   echo "$as_me: failed program was:" >&5
     7210  $as_echo "$as_me: failed program was:" >&5
    61977211sed 's/^/| /' conftest.$ac_ext >&5
    61987212
    6199 eval "$as_ac_var=no"
    6200 fi
    6201 rm -f conftest.err conftest.$ac_objext \
     7213    eval "$as_ac_var=no"
     7214fi
     7215
     7216rm -rf conftest.dSYM
     7217rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62027218      conftest$ac_exeext conftest.$ac_ext
    62037219fi
    6204 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6205 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6206 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7220ac_res=`eval 'as_val=${'$as_ac_var'}
     7221         $as_echo "$as_val"'`
     7222           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7223$as_echo "$ac_res" >&6; }
     7224as_val=`eval 'as_val=${'$as_ac_var'}
     7225         $as_echo "$as_val"'`
     7226   if test "x$as_val" = x""yes; then
    62077227  cat >>confdefs.h <<_ACEOF
    6208 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6209 _ACEOF
    6210 
    6211 echo "$as_me:$LINENO: checking for _doprnt" >&5
    6212 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
     7228#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7229_ACEOF
     7230
     7231{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5
     7232$as_echo_n "checking for _doprnt... " >&6; }
    62137233if test "${ac_cv_func__doprnt+set}" = set; then
    6214   echo $ECHO_N "(cached) $ECHO_C" >&6
     7234  $as_echo_n "(cached) " >&6
    62157235else
    62167236  cat >conftest.$ac_ext <<_ACEOF
     
    62377257#undef _doprnt
    62387258
    6239 /* Override any gcc2 internal prototype to avoid an error.  */
     7259/* Override any GCC internal prototype to avoid an error.
     7260   Use char because int might match the return type of a GCC
     7261   builtin and then its argument prototype would still apply.  */
    62407262#ifdef __cplusplus
    62417263extern "C"
    6242 {
    62437264#endif
    6244 /* We use char because int might match the return type of a gcc2
    6245    builtin and then its argument prototype would still apply.  */
    62467265char _doprnt ();
    62477266/* The GNU C library defines this for functions which it implements
    62487267    to always fail with ENOSYS.  Some functions are actually named
    62497268    something starting with __ and the normal name is an alias.  */
    6250 #if defined (__stub__doprnt) || defined (__stub____doprnt)
     7269#if defined __stub__doprnt || defined __stub____doprnt
    62517270choke me
    6252 #else
    6253 char (*f) () = _doprnt;
    6254 #endif
    6255 #ifdef __cplusplus
    6256 }
    62577271#endif
    62587272
     
    62607274main ()
    62617275{
    6262 return f != _doprnt;
     7276return _doprnt ();
    62637277  ;
    62647278  return 0;
     
    62667280_ACEOF
    62677281rm -f conftest.$ac_objext conftest$ac_exeext
    6268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6269   (eval $ac_link) 2>conftest.er1
     7282if { (ac_try="$ac_link"
     7283case "(($ac_try" in
     7284  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7285  *) ac_try_echo=$ac_try;;
     7286esac
     7287eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7288$as_echo "$ac_try_echo") >&5
     7289  (eval "$ac_link") 2>conftest.er1
    62707290  ac_status=$?
    62717291  grep -v '^ *+' conftest.er1 >conftest.err
    62727292  rm -f conftest.er1
    62737293  cat conftest.err >&5
    6274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6275   (exit $ac_status); } &&
    6276      { ac_try='test -z "$ac_c_werror_flag"
    6277              || test ! -s conftest.err'
    6278   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6279   (eval $ac_try) 2>&5
    6280   ac_status=$?
    6281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6282   (exit $ac_status); }; } &&
    6283      { ac_try='test -s conftest$ac_exeext'
    6284   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6285   (eval $ac_try) 2>&5
    6286   ac_status=$?
    6287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6288   (exit $ac_status); }; }; then
     7294  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7295  (exit $ac_status); } && {
     7296     test -z "$ac_c_werror_flag" ||
     7297     test ! -s conftest.err
     7298       } && test -s conftest$ac_exeext && {
     7299     test "$cross_compiling" = yes ||
     7300     $as_test_x conftest$ac_exeext
     7301       }; then
    62897302  ac_cv_func__doprnt=yes
    62907303else
    6291   echo "$as_me: failed program was:" >&5
     7304  $as_echo "$as_me: failed program was:" >&5
    62927305sed 's/^/| /' conftest.$ac_ext >&5
    62937306
    6294 ac_cv_func__doprnt=no
    6295 fi
    6296 rm -f conftest.err conftest.$ac_objext \
     7307    ac_cv_func__doprnt=no
     7308fi
     7309
     7310rm -rf conftest.dSYM
     7311rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62977312      conftest$ac_exeext conftest.$ac_ext
    62987313fi
    6299 echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
    6300 echo "${ECHO_T}$ac_cv_func__doprnt" >&6
    6301 if test $ac_cv_func__doprnt = yes; then
     7314{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
     7315$as_echo "$ac_cv_func__doprnt" >&6; }
     7316if test "x$ac_cv_func__doprnt" = x""yes; then
    63027317
    63037318cat >>confdefs.h <<\_ACEOF
     
    63237338for ac_func in ftime select strftime strtol getrusage times mallinfo setbuffer getpagesize strerror
    63247339do
    6325 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6326 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6327 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6328 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6329   echo $ECHO_N "(cached) $ECHO_C" >&6
     7340as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7341{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7342$as_echo_n "checking for $ac_func... " >&6; }
     7343if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7344  $as_echo_n "(cached) " >&6
    63307345else
    63317346  cat >conftest.$ac_ext <<_ACEOF
     
    63527367#undef $ac_func
    63537368
    6354 /* Override any gcc2 internal prototype to avoid an error.  */
     7369/* Override any GCC internal prototype to avoid an error.
     7370   Use char because int might match the return type of a GCC
     7371   builtin and then its argument prototype would still apply.  */
    63557372#ifdef __cplusplus
    63567373extern "C"
    6357 {
    63587374#endif
    6359 /* We use char because int might match the return type of a gcc2
    6360    builtin and then its argument prototype would still apply.  */
    63617375char $ac_func ();
    63627376/* The GNU C library defines this for functions which it implements
    63637377    to always fail with ENOSYS.  Some functions are actually named
    63647378    something starting with __ and the normal name is an alias.  */
    6365 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7379#if defined __stub_$ac_func || defined __stub___$ac_func
    63667380choke me
    6367 #else
    6368 char (*f) () = $ac_func;
    6369 #endif
    6370 #ifdef __cplusplus
    6371 }
    63727381#endif
    63737382
     
    63757384main ()
    63767385{
    6377 return f != $ac_func;
     7386return $ac_func ();
    63787387  ;
    63797388  return 0;
     
    63817390_ACEOF
    63827391rm -f conftest.$ac_objext conftest$ac_exeext
    6383 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6384   (eval $ac_link) 2>conftest.er1
     7392if { (ac_try="$ac_link"
     7393case "(($ac_try" in
     7394  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7395  *) ac_try_echo=$ac_try;;
     7396esac
     7397eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7398$as_echo "$ac_try_echo") >&5
     7399  (eval "$ac_link") 2>conftest.er1
    63857400  ac_status=$?
    63867401  grep -v '^ *+' conftest.er1 >conftest.err
    63877402  rm -f conftest.er1
    63887403  cat conftest.err >&5
    6389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6390   (exit $ac_status); } &&
    6391      { ac_try='test -z "$ac_c_werror_flag"
    6392              || test ! -s conftest.err'
    6393   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6394   (eval $ac_try) 2>&5
    6395   ac_status=$?
    6396   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6397   (exit $ac_status); }; } &&
    6398      { ac_try='test -s conftest$ac_exeext'
    6399   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6400   (eval $ac_try) 2>&5
    6401   ac_status=$?
    6402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6403   (exit $ac_status); }; }; then
     7404  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7405  (exit $ac_status); } && {
     7406     test -z "$ac_c_werror_flag" ||
     7407     test ! -s conftest.err
     7408       } && test -s conftest$ac_exeext && {
     7409     test "$cross_compiling" = yes ||
     7410     $as_test_x conftest$ac_exeext
     7411       }; then
    64047412  eval "$as_ac_var=yes"
    64057413else
    6406   echo "$as_me: failed program was:" >&5
     7414  $as_echo "$as_me: failed program was:" >&5
    64077415sed 's/^/| /' conftest.$ac_ext >&5
    64087416
    6409 eval "$as_ac_var=no"
    6410 fi
    6411 rm -f conftest.err conftest.$ac_objext \
     7417    eval "$as_ac_var=no"
     7418fi
     7419
     7420rm -rf conftest.dSYM
     7421rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64127422      conftest$ac_exeext conftest.$ac_ext
    64137423fi
    6414 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6415 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6416 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7424ac_res=`eval 'as_val=${'$as_ac_var'}
     7425         $as_echo "$as_val"'`
     7426           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7427$as_echo "$ac_res" >&6; }
     7428as_val=`eval 'as_val=${'$as_ac_var'}
     7429         $as_echo "$as_val"'`
     7430   if test "x$as_val" = x""yes; then
    64177431  cat >>confdefs.h <<_ACEOF
    6418 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7432#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    64197433_ACEOF
    64207434
     
    64277441for ac_func in ftruncate strstr strcasecmp
    64287442do
    6429 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6430 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6431 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6432 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6433   echo $ECHO_N "(cached) $ECHO_C" >&6
     7443as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7444{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7445$as_echo_n "checking for $ac_func... " >&6; }
     7446if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7447  $as_echo_n "(cached) " >&6
    64347448else
    64357449  cat >conftest.$ac_ext <<_ACEOF
     
    64567470#undef $ac_func
    64577471
    6458 /* Override any gcc2 internal prototype to avoid an error.  */
     7472/* Override any GCC internal prototype to avoid an error.
     7473   Use char because int might match the return type of a GCC
     7474   builtin and then its argument prototype would still apply.  */
    64597475#ifdef __cplusplus
    64607476extern "C"
    6461 {
    64627477#endif
    6463 /* We use char because int might match the return type of a gcc2
    6464    builtin and then its argument prototype would still apply.  */
    64657478char $ac_func ();
    64667479/* The GNU C library defines this for functions which it implements
    64677480    to always fail with ENOSYS.  Some functions are actually named
    64687481    something starting with __ and the normal name is an alias.  */
    6469 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7482#if defined __stub_$ac_func || defined __stub___$ac_func
    64707483choke me
    6471 #else
    6472 char (*f) () = $ac_func;
    6473 #endif
    6474 #ifdef __cplusplus
    6475 }
    64767484#endif
    64777485
     
    64797487main ()
    64807488{
    6481 return f != $ac_func;
     7489return $ac_func ();
    64827490  ;
    64837491  return 0;
     
    64857493_ACEOF
    64867494rm -f conftest.$ac_objext conftest$ac_exeext
    6487 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6488   (eval $ac_link) 2>conftest.er1
     7495if { (ac_try="$ac_link"
     7496case "(($ac_try" in
     7497  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7498  *) ac_try_echo=$ac_try;;
     7499esac
     7500eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7501$as_echo "$ac_try_echo") >&5
     7502  (eval "$ac_link") 2>conftest.er1
    64897503  ac_status=$?
    64907504  grep -v '^ *+' conftest.er1 >conftest.err
    64917505  rm -f conftest.er1
    64927506  cat conftest.err >&5
    6493   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6494   (exit $ac_status); } &&
    6495      { ac_try='test -z "$ac_c_werror_flag"
    6496              || test ! -s conftest.err'
    6497   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6498   (eval $ac_try) 2>&5
    6499   ac_status=$?
    6500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6501   (exit $ac_status); }; } &&
    6502      { ac_try='test -s conftest$ac_exeext'
    6503   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6504   (eval $ac_try) 2>&5
    6505   ac_status=$?
    6506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6507   (exit $ac_status); }; }; then
     7507  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7508  (exit $ac_status); } && {
     7509     test -z "$ac_c_werror_flag" ||
     7510     test ! -s conftest.err
     7511       } && test -s conftest$ac_exeext && {
     7512     test "$cross_compiling" = yes ||
     7513     $as_test_x conftest$ac_exeext
     7514       }; then
    65087515  eval "$as_ac_var=yes"
    65097516else
    6510   echo "$as_me: failed program was:" >&5
     7517  $as_echo "$as_me: failed program was:" >&5
    65117518sed 's/^/| /' conftest.$ac_ext >&5
    65127519
    6513 eval "$as_ac_var=no"
    6514 fi
    6515 rm -f conftest.err conftest.$ac_objext \
     7520    eval "$as_ac_var=no"
     7521fi
     7522
     7523rm -rf conftest.dSYM
     7524rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65167525      conftest$ac_exeext conftest.$ac_ext
    65177526fi
    6518 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6519 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6520 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7527ac_res=`eval 'as_val=${'$as_ac_var'}
     7528         $as_echo "$as_val"'`
     7529           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7530$as_echo "$ac_res" >&6; }
     7531as_val=`eval 'as_val=${'$as_ac_var'}
     7532         $as_echo "$as_val"'`
     7533   if test "x$as_val" = x""yes; then
    65217534  cat >>confdefs.h <<_ACEOF
    6522 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6523 _ACEOF
    6524 
    6525 else
    6526   case $LIBOBJS in
    6527     "$ac_func.$ac_objext"   | \
    6528   *" $ac_func.$ac_objext"   | \
    6529     "$ac_func.$ac_objext "* | \
     7535#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7536_ACEOF
     7537
     7538else
     7539  case " $LIBOBJS " in
    65307540  *" $ac_func.$ac_objext "* ) ;;
    6531   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
     7541  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
     7542 ;;
    65327543esac
    65337544
     
    65377548
    65387549
    6539 echo "$as_me:$LINENO: checking for textdomain" >&5
    6540 echo $ECHO_N "checking for textdomain... $ECHO_C" >&6
     7550{ $as_echo "$as_me:$LINENO: checking for textdomain" >&5
     7551$as_echo_n "checking for textdomain... " >&6; }
    65417552if test "${ac_cv_func_textdomain+set}" = set; then
    6542   echo $ECHO_N "(cached) $ECHO_C" >&6
     7553  $as_echo_n "(cached) " >&6
    65437554else
    65447555  cat >conftest.$ac_ext <<_ACEOF
     
    65657576#undef textdomain
    65667577
    6567 /* Override any gcc2 internal prototype to avoid an error.  */
     7578/* Override any GCC internal prototype to avoid an error.
     7579   Use char because int might match the return type of a GCC
     7580   builtin and then its argument prototype would still apply.  */
    65687581#ifdef __cplusplus
    65697582extern "C"
    6570 {
    65717583#endif
    6572 /* We use char because int might match the return type of a gcc2
    6573    builtin and then its argument prototype would still apply.  */
    65747584char textdomain ();
    65757585/* The GNU C library defines this for functions which it implements
    65767586    to always fail with ENOSYS.  Some functions are actually named
    65777587    something starting with __ and the normal name is an alias.  */
    6578 #if defined (__stub_textdomain) || defined (__stub___textdomain)
     7588#if defined __stub_textdomain || defined __stub___textdomain
    65797589choke me
    6580 #else
    6581 char (*f) () = textdomain;
    6582 #endif
    6583 #ifdef __cplusplus
    6584 }
    65857590#endif
    65867591
     
    65887593main ()
    65897594{
    6590 return f != textdomain;
     7595return textdomain ();
    65917596  ;
    65927597  return 0;
     
    65947599_ACEOF
    65957600rm -f conftest.$ac_objext conftest$ac_exeext
    6596 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6597   (eval $ac_link) 2>conftest.er1
     7601if { (ac_try="$ac_link"
     7602case "(($ac_try" in
     7603  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7604  *) ac_try_echo=$ac_try;;
     7605esac
     7606eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7607$as_echo "$ac_try_echo") >&5
     7608  (eval "$ac_link") 2>conftest.er1
    65987609  ac_status=$?
    65997610  grep -v '^ *+' conftest.er1 >conftest.err
    66007611  rm -f conftest.er1
    66017612  cat conftest.err >&5
    6602   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6603   (exit $ac_status); } &&
    6604      { ac_try='test -z "$ac_c_werror_flag"
    6605              || test ! -s conftest.err'
    6606   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6607   (eval $ac_try) 2>&5
    6608   ac_status=$?
    6609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6610   (exit $ac_status); }; } &&
    6611      { ac_try='test -s conftest$ac_exeext'
    6612   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6613   (eval $ac_try) 2>&5
    6614   ac_status=$?
    6615   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6616   (exit $ac_status); }; }; then
     7613  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7614  (exit $ac_status); } && {
     7615     test -z "$ac_c_werror_flag" ||
     7616     test ! -s conftest.err
     7617       } && test -s conftest$ac_exeext && {
     7618     test "$cross_compiling" = yes ||
     7619     $as_test_x conftest$ac_exeext
     7620       }; then
    66177621  ac_cv_func_textdomain=yes
    66187622else
    6619   echo "$as_me: failed program was:" >&5
     7623  $as_echo "$as_me: failed program was:" >&5
    66207624sed 's/^/| /' conftest.$ac_ext >&5
    66217625
    6622 ac_cv_func_textdomain=no
    6623 fi
    6624 rm -f conftest.err conftest.$ac_objext \
     7626    ac_cv_func_textdomain=no
     7627fi
     7628
     7629rm -rf conftest.dSYM
     7630rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    66257631      conftest$ac_exeext conftest.$ac_ext
    66267632fi
    6627 echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
    6628 echo "${ECHO_T}$ac_cv_func_textdomain" >&6
    6629 if test $ac_cv_func_textdomain = yes; then
     7633{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
     7634$as_echo "$ac_cv_func_textdomain" >&6; }
     7635if test "x$ac_cv_func_textdomain" = x""yes; then
    66307636  cat >>confdefs.h <<\_ACEOF
    66317637#define ENABLE_NLS  1
     
    66377643# *** Custom checking (based on GNU tar configure.in) ***
    66387644# ---------------------------------------------------------------------------
    6639 echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
    6640 echo $ECHO_N "checking for HP-UX needing gmalloc... $ECHO_C" >&6
     7645{ $as_echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
     7646$as_echo_n "checking for HP-UX needing gmalloc... " >&6; }
    66417647if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    6642   echo "$as_me:$LINENO: result: yes" >&5
    6643 echo "${ECHO_T}yes" >&6
    6644   case $LIBOBJS in
    6645     "gmalloc.$ac_objext"   | \
    6646   *" gmalloc.$ac_objext"   | \
    6647     "gmalloc.$ac_objext "* | \
     7648  { $as_echo "$as_me:$LINENO: result: yes" >&5
     7649$as_echo "yes" >&6; }
     7650  case " $LIBOBJS " in
    66487651  *" gmalloc.$ac_objext "* ) ;;
    6649   *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext" ;;
     7652  *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext"
     7653 ;;
    66507654esac
    66517655
     
    66557659
    66567660else
    6657   echo "$as_me:$LINENO: result: no" >&5
    6658 echo "${ECHO_T}no" >&6
     7661  { $as_echo "$as_me:$LINENO: result: no" >&5
     7662$as_echo "no" >&6; }
    66597663
    66607664for ac_func in valloc
    66617665do
    6662 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6663 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6664 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6665 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6666   echo $ECHO_N "(cached) $ECHO_C" >&6
     7666as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7667{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7668$as_echo_n "checking for $ac_func... " >&6; }
     7669if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7670  $as_echo_n "(cached) " >&6
    66677671else
    66687672  cat >conftest.$ac_ext <<_ACEOF
     
    66897693#undef $ac_func
    66907694
    6691 /* Override any gcc2 internal prototype to avoid an error.  */
     7695/* Override any GCC internal prototype to avoid an error.
     7696   Use char because int might match the return type of a GCC
     7697   builtin and then its argument prototype would still apply.  */
    66927698#ifdef __cplusplus
    66937699extern "C"
    6694 {
    66957700#endif
    6696 /* We use char because int might match the return type of a gcc2
    6697    builtin and then its argument prototype would still apply.  */
    66987701char $ac_func ();
    66997702/* The GNU C library defines this for functions which it implements
    67007703    to always fail with ENOSYS.  Some functions are actually named
    67017704    something starting with __ and the normal name is an alias.  */
    6702 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7705#if defined __stub_$ac_func || defined __stub___$ac_func
    67037706choke me
    6704 #else
    6705 char (*f) () = $ac_func;
    6706 #endif
    6707 #ifdef __cplusplus
    6708 }
    67097707#endif
    67107708
     
    67127710main ()
    67137711{
    6714 return f != $ac_func;
     7712return $ac_func ();
    67157713  ;
    67167714  return 0;
     
    67187716_ACEOF
    67197717rm -f conftest.$ac_objext conftest$ac_exeext
    6720 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6721   (eval $ac_link) 2>conftest.er1
     7718if { (ac_try="$ac_link"
     7719case "(($ac_try" in
     7720  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7721  *) ac_try_echo=$ac_try;;
     7722esac
     7723eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7724$as_echo "$ac_try_echo") >&5
     7725  (eval "$ac_link") 2>conftest.er1
    67227726  ac_status=$?
    67237727  grep -v '^ *+' conftest.er1 >conftest.err
    67247728  rm -f conftest.er1
    67257729  cat conftest.err >&5
    6726   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6727   (exit $ac_status); } &&
    6728      { ac_try='test -z "$ac_c_werror_flag"
    6729              || test ! -s conftest.err'
    6730   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6731   (eval $ac_try) 2>&5
    6732   ac_status=$?
    6733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6734   (exit $ac_status); }; } &&
    6735      { ac_try='test -s conftest$ac_exeext'
    6736   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6737   (eval $ac_try) 2>&5
    6738   ac_status=$?
    6739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6740   (exit $ac_status); }; }; then
     7730  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7731  (exit $ac_status); } && {
     7732     test -z "$ac_c_werror_flag" ||
     7733     test ! -s conftest.err
     7734       } && test -s conftest$ac_exeext && {
     7735     test "$cross_compiling" = yes ||
     7736     $as_test_x conftest$ac_exeext
     7737       }; then
    67417738  eval "$as_ac_var=yes"
    67427739else
    6743   echo "$as_me: failed program was:" >&5
     7740  $as_echo "$as_me: failed program was:" >&5
    67447741sed 's/^/| /' conftest.$ac_ext >&5
    67457742
    6746 eval "$as_ac_var=no"
    6747 fi
    6748 rm -f conftest.err conftest.$ac_objext \
     7743    eval "$as_ac_var=no"
     7744fi
     7745
     7746rm -rf conftest.dSYM
     7747rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    67497748      conftest$ac_exeext conftest.$ac_ext
    67507749fi
    6751 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6752 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6753 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7750ac_res=`eval 'as_val=${'$as_ac_var'}
     7751         $as_echo "$as_val"'`
     7752           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7753$as_echo "$ac_res" >&6; }
     7754as_val=`eval 'as_val=${'$as_ac_var'}
     7755         $as_echo "$as_val"'`
     7756   if test "x$as_val" = x""yes; then
    67547757  cat >>confdefs.h <<_ACEOF
    6755 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7758#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    67567759_ACEOF
    67577760
     
    67627765
    67637766# we cannot generate static libraries under Darwin
    6764 echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
    6765 echo $ECHO_N "checking for Apple MacOS X/Darwin... $ECHO_C" >&6
     7767{ $as_echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
     7768$as_echo_n "checking for Apple MacOS X/Darwin... " >&6; }
    67667769if test "`(uname -s) 2> /dev/null`" = 'Darwin'; then
    6767   echo "$as_me:$LINENO: result: yes" >&5
    6768 echo "${ECHO_T}yes" >&6
     7770  { $as_echo "$as_me:$LINENO: result: yes" >&5
     7771$as_echo "yes" >&6; }
    67697772  STATIC=""
    67707773else
    6771   echo "$as_me:$LINENO: result: no" >&5
    6772 echo "${ECHO_T}no" >&6
     7774  { $as_echo "$as_me:$LINENO: result: no" >&5
     7775$as_echo "no" >&6; }
    67737776  STATIC="-static "
    67747777fi
    67757778
    67767779
    6777 echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
    6778 echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6
    6779 
    6780 # Check whether --with-dmalloc or --without-dmalloc was given.
     7780{ $as_echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
     7781$as_echo_n "checking if malloc debugging is wanted... " >&6; }
     7782
     7783# Check whether --with-dmalloc was given.
    67817784if test "${with_dmalloc+set}" = set; then
    6782   withval="$with_dmalloc"
    6783   if test "$withval" = yes; then
    6784   echo "$as_me:$LINENO: result: yes" >&5
    6785 echo "${ECHO_T}yes" >&6
     7785  withval=$with_dmalloc; if test "$withval" = yes; then
     7786  { $as_echo "$as_me:$LINENO: result: yes" >&5
     7787$as_echo "yes" >&6; }
    67867788  cat >>confdefs.h <<\_ACEOF
    67877789#define WITH_DMALLOC 1
     
    67917793  LDFLAGS="$LDFLAGS -g"
    67927794else
    6793   echo "$as_me:$LINENO: result: no" >&5
    6794 echo "${ECHO_T}no" >&6
    6795 fi
    6796 else
    6797   echo "$as_me:$LINENO: result: no" >&5
    6798 echo "${ECHO_T}no" >&6
    6799 fi;
    6800 
    6801 echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
    6802 echo $ECHO_N "checking which of rx or regex is wanted... $ECHO_C" >&6
    6803 
    6804 # Check whether --with-regex or --without-regex was given.
     7795  { $as_echo "$as_me:$LINENO: result: no" >&5
     7796$as_echo "no" >&6; }
     7797fi
     7798else
     7799  { $as_echo "$as_me:$LINENO: result: no" >&5
     7800$as_echo "no" >&6; }
     7801fi
     7802
     7803
     7804{ $as_echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
     7805$as_echo_n "checking which of rx or regex is wanted... " >&6; }
     7806
     7807# Check whether --with-regex was given.
    68057808if test "${with_regex+set}" = set; then
    6806   withval="$with_regex"
    6807   if test "$withval" = yes; then
     7809  withval=$with_regex; if test "$withval" = yes; then
    68087810  ac_with_regex=1
    6809   echo "$as_me:$LINENO: result: regex" >&5
    6810 echo "${ECHO_T}regex" >&6
     7811  { $as_echo "$as_me:$LINENO: result: regex" >&5
     7812$as_echo "regex" >&6; }
    68117813  cat >>confdefs.h <<\_ACEOF
    68127814#define WITH_REGEX 1
    68137815_ACEOF
    68147816
    6815   case $LIBOBJS in
    6816     "regex.$ac_objext"   | \
    6817   *" regex.$ac_objext"   | \
    6818     "regex.$ac_objext "* | \
     7817  case " $LIBOBJS " in
    68197818  *" regex.$ac_objext "* ) ;;
    6820   *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
    6821 esac
    6822 
    6823 fi
    6824 fi;
     7819  *) LIBOBJS="$LIBOBJS regex.$ac_objext"
     7820 ;;
     7821esac
     7822
     7823fi
     7824fi
     7825
    68257826if test -z "$ac_with_regex"; then
    6826   echo "$as_me:$LINENO: result: rx" >&5
    6827 echo "${ECHO_T}rx" >&6
    6828   echo "$as_me:$LINENO: checking for re_rx_search" >&5
    6829 echo $ECHO_N "checking for re_rx_search... $ECHO_C" >&6
     7827  { $as_echo "$as_me:$LINENO: result: rx" >&5
     7828$as_echo "rx" >&6; }
     7829  { $as_echo "$as_me:$LINENO: checking for re_rx_search" >&5
     7830$as_echo_n "checking for re_rx_search... " >&6; }
    68307831if test "${ac_cv_func_re_rx_search+set}" = set; then
    6831   echo $ECHO_N "(cached) $ECHO_C" >&6
     7832  $as_echo_n "(cached) " >&6
    68327833else
    68337834  cat >conftest.$ac_ext <<_ACEOF
     
    68547855#undef re_rx_search
    68557856
    6856 /* Override any gcc2 internal prototype to avoid an error.  */
     7857/* Override any GCC internal prototype to avoid an error.
     7858   Use char because int might match the return type of a GCC
     7859   builtin and then its argument prototype would still apply.  */
    68577860#ifdef __cplusplus
    68587861extern "C"
    6859 {
    68607862#endif
    6861 /* We use char because int might match the return type of a gcc2
    6862    builtin and then its argument prototype would still apply.  */
    68637863char re_rx_search ();
    68647864/* The GNU C library defines this for functions which it implements
    68657865    to always fail with ENOSYS.  Some functions are actually named
    68667866    something starting with __ and the normal name is an alias.  */
    6867 #if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
     7867#if defined __stub_re_rx_search || defined __stub___re_rx_search
    68687868choke me
    6869 #else
    6870 char (*f) () = re_rx_search;
    6871 #endif
    6872 #ifdef __cplusplus
    6873 }
    68747869#endif
    68757870
     
    68777872main ()
    68787873{
    6879 return f != re_rx_search;
     7874return re_rx_search ();
    68807875  ;
    68817876  return 0;
     
    68837878_ACEOF
    68847879rm -f conftest.$ac_objext conftest$ac_exeext
    6885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6886   (eval $ac_link) 2>conftest.er1
     7880if { (ac_try="$ac_link"
     7881case "(($ac_try" in
     7882  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7883  *) ac_try_echo=$ac_try;;
     7884esac
     7885eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7886$as_echo "$ac_try_echo") >&5
     7887  (eval "$ac_link") 2>conftest.er1
    68877888  ac_status=$?
    68887889  grep -v '^ *+' conftest.er1 >conftest.err
    68897890  rm -f conftest.er1
    68907891  cat conftest.err >&5
    6891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6892   (exit $ac_status); } &&
    6893      { ac_try='test -z "$ac_c_werror_flag"
    6894              || test ! -s conftest.err'
    6895   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6896   (eval $ac_try) 2>&5
    6897   ac_status=$?
    6898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6899   (exit $ac_status); }; } &&
    6900      { ac_try='test -s conftest$ac_exeext'
    6901   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6902   (eval $ac_try) 2>&5
    6903   ac_status=$?
    6904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6905   (exit $ac_status); }; }; then
     7892  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7893  (exit $ac_status); } && {
     7894     test -z "$ac_c_werror_flag" ||
     7895     test ! -s conftest.err
     7896       } && test -s conftest$ac_exeext && {
     7897     test "$cross_compiling" = yes ||
     7898     $as_test_x conftest$ac_exeext
     7899       }; then
    69067900  ac_cv_func_re_rx_search=yes
    69077901else
    6908   echo "$as_me: failed program was:" >&5
     7902  $as_echo "$as_me: failed program was:" >&5
    69097903sed 's/^/| /' conftest.$ac_ext >&5
    69107904
    6911 ac_cv_func_re_rx_search=no
    6912 fi
    6913 rm -f conftest.err conftest.$ac_objext \
     7905    ac_cv_func_re_rx_search=no
     7906fi
     7907
     7908rm -rf conftest.dSYM
     7909rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    69147910      conftest$ac_exeext conftest.$ac_ext
    69157911fi
    6916 echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
    6917 echo "${ECHO_T}$ac_cv_func_re_rx_search" >&6
    6918 if test $ac_cv_func_re_rx_search = yes; then
     7912{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
     7913$as_echo "$ac_cv_func_re_rx_search" >&6; }
     7914if test "x$ac_cv_func_re_rx_search" = x""yes; then
    69197915  :
    69207916else
    6921   case $LIBOBJS in
    6922     "rx.$ac_objext"   | \
    6923   *" rx.$ac_objext"   | \
    6924     "rx.$ac_objext "* | \
     7917  case " $LIBOBJS " in
    69257918  *" rx.$ac_objext "* ) ;;
    6926   *) LIBOBJS="$LIBOBJS rx.$ac_objext" ;;
     7919  *) LIBOBJS="$LIBOBJS rx.$ac_objext"
     7920 ;;
    69277921esac
    69287922
     
    69347928# ---------------------------------------------------------------------------
    69357929if test "$ac_cv_func_alloca" = 'no'; then
    6936   case $LIBOBJS in
    6937     "xmalloc.$ac_objext"   | \
    6938   *" xmalloc.$ac_objext"   | \
    6939     "xmalloc.$ac_objext "* | \
     7930  case " $LIBOBJS " in
    69407931  *" xmalloc.$ac_objext "* ) ;;
    6941   *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext" ;;
    6942 esac
    6943 
    6944   case $LIBOBJS in
    6945     "error.$ac_objext"   | \
    6946   *" error.$ac_objext"   | \
    6947     "error.$ac_objext "* | \
     7932  *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext"
     7933 ;;
     7934esac
     7935
     7936  case " $LIBOBJS " in
    69487937  *" error.$ac_objext "* ) ;;
    6949   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     7938  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     7939 ;;
    69507940esac
    69517941
     
    69557945# ---------------------------------------------------------------------------
    69567946
    6957 ac_ext=cc
     7947ac_ext=cpp
    69587948ac_cpp='$CXXCPP $CPPFLAGS'
    69597949ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     
    69627952
    69637953
    6964 echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
    6965 echo $ECHO_N "checking that Perl 5 is available... $ECHO_C" >&6
     7954{ $as_echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
     7955$as_echo_n "checking that Perl 5 is available... " >&6; }
    69667956success="no"
    69677957pl_path="$PATH"
     
    69807970try=`expr $try \> 5.000`
    69817971if test $try = "1"; then
    6982 echo "$as_me:$LINENO: result: \"yes\"" >&5
    6983 echo "${ECHO_T}\"yes\"" >&6
     7972{ $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
     7973$as_echo "\"yes\"" >&6; }
    69847974else
    69857975success="no"
     
    69887978
    69897979if test $success = "no"; then
    6990 echo "$as_me:$LINENO: result: \"no\"" >&5
    6991 echo "${ECHO_T}\"no\"" >&6
    6992 { { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    6993 echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
     7980{ $as_echo "$as_me:$LINENO: result: \"no\"" >&5
     7981$as_echo "\"no\"" >&6; }
     7982{ { $as_echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
     7983$as_echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    69947984   { (exit 1); exit 1; }; }
    69957985fi
    69967986
    69977987success=no
    6998 echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
    6999 echo $ECHO_N "checking \"whether STL library has known faults\"... $ECHO_C" >&6
     7988{ $as_echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
     7989$as_echo_n "checking \"whether STL library has known faults\"... " >&6; }
    70007990
    70017991
     
    70178007_ACEOF
    70188008rm -f conftest.$ac_objext
    7019 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7020   (eval $ac_compile) 2>conftest.er1
     8009if { (ac_try="$ac_compile"
     8010case "(($ac_try" in
     8011  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8012  *) ac_try_echo=$ac_try;;
     8013esac
     8014eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8015$as_echo "$ac_try_echo") >&5
     8016  (eval "$ac_compile") 2>conftest.er1
    70218017  ac_status=$?
    70228018  grep -v '^ *+' conftest.er1 >conftest.err
    70238019  rm -f conftest.er1
    70248020  cat conftest.err >&5
    7025   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7026   (exit $ac_status); } &&
    7027      { ac_try='test -z "$ac_cxx_werror_flag"
    7028              || test ! -s conftest.err'
    7029   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7030   (eval $ac_try) 2>&5
    7031   ac_status=$?
    7032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7033   (exit $ac_status); }; } &&
    7034      { ac_try='test -s conftest.$ac_objext'
    7035   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7036   (eval $ac_try) 2>&5
    7037   ac_status=$?
    7038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7039   (exit $ac_status); }; }; then
     8021  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8022  (exit $ac_status); } && {
     8023     test -z "$ac_cxx_werror_flag" ||
     8024     test ! -s conftest.err
     8025       } && test -s conftest.$ac_objext; then
    70408026  success=yes
    70418027else
    7042   echo "$as_me: failed program was:" >&5
     8028  $as_echo "$as_me: failed program was:" >&5
    70438029sed 's/^/| /' conftest.$ac_ext >&5
    70448030
    7045 fi
    7046 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8031
     8032fi
     8033
     8034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    70478035
    70488036if test $success = "no"; then
     
    70648052_ACEOF
    70658053rm -f conftest.$ac_objext
    7066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7067   (eval $ac_compile) 2>conftest.er1
     8054if { (ac_try="$ac_compile"
     8055case "(($ac_try" in
     8056  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8057  *) ac_try_echo=$ac_try;;
     8058esac
     8059eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8060$as_echo "$ac_try_echo") >&5
     8061  (eval "$ac_compile") 2>conftest.er1
    70688062  ac_status=$?
    70698063  grep -v '^ *+' conftest.er1 >conftest.err
    70708064  rm -f conftest.er1
    70718065  cat conftest.err >&5
    7072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7073   (exit $ac_status); } &&
    7074      { ac_try='test -z "$ac_cxx_werror_flag"
    7075              || test ! -s conftest.err'
    7076   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7077   (eval $ac_try) 2>&5
    7078   ac_status=$?
    7079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7080   (exit $ac_status); }; } &&
    7081      { ac_try='test -s conftest.$ac_objext'
    7082   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7083   (eval $ac_try) 2>&5
    7084   ac_status=$?
    7085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7086   (exit $ac_status); }; }; then
     8066  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8067  (exit $ac_status); } && {
     8068     test -z "$ac_cxx_werror_flag" ||
     8069     test ! -s conftest.err
     8070       } && test -s conftest.$ac_objext; then
    70878071  success="yes"
    70888072else
    7089   echo "$as_me: failed program was:" >&5
     8073  $as_echo "$as_me: failed program was:" >&5
    70908074sed 's/^/| /' conftest.$ac_ext >&5
    70918075
    7092 fi
    7093 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8076
     8077fi
     8078
     8079rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    70948080fi
    70958081
     
    71128098_ACEOF
    71138099rm -f conftest.$ac_objext
    7114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7115   (eval $ac_compile) 2>conftest.er1
     8100if { (ac_try="$ac_compile"
     8101case "(($ac_try" in
     8102  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8103  *) ac_try_echo=$ac_try;;
     8104esac
     8105eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8106$as_echo "$ac_try_echo") >&5
     8107  (eval "$ac_compile") 2>conftest.er1
    71168108  ac_status=$?
    71178109  grep -v '^ *+' conftest.er1 >conftest.err
    71188110  rm -f conftest.er1
    71198111  cat conftest.err >&5
    7120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7121   (exit $ac_status); } &&
    7122      { ac_try='test -z "$ac_cxx_werror_flag"
    7123              || test ! -s conftest.err'
    7124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7125   (eval $ac_try) 2>&5
    7126   ac_status=$?
    7127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7128   (exit $ac_status); }; } &&
    7129      { ac_try='test -s conftest.$ac_objext'
    7130   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7131   (eval $ac_try) 2>&5
    7132   ac_status=$?
    7133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7134   (exit $ac_status); }; }; then
     8112  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8113  (exit $ac_status); } && {
     8114     test -z "$ac_cxx_werror_flag" ||
     8115     test ! -s conftest.err
     8116       } && test -s conftest.$ac_objext; then
    71358117  success="yes"
    71368118else
    7137   echo "$as_me: failed program was:" >&5
     8119  $as_echo "$as_me: failed program was:" >&5
    71388120sed 's/^/| /' conftest.$ac_ext >&5
    71398121
    7140 fi
    7141 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8122
     8123fi
     8124
     8125rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    71428126fi
    71438127
    71448128if test $success = yes; then
    7145 echo "$as_me:$LINENO: result: \"no\"" >&5
    7146 echo "${ECHO_T}\"no\"" >&6
    7147 else
    7148 echo "$as_me:$LINENO: result: \"yes\"" >&5
    7149 echo "${ECHO_T}\"yes\"" >&6
    7150 { { echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
    7151 echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
     8129{ $as_echo "$as_me:$LINENO: result: \"no\"" >&5
     8130$as_echo "\"no\"" >&6; }
     8131else
     8132{ $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
     8133$as_echo "\"yes\"" >&6; }
     8134{ { $as_echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
     8135$as_echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
    71528136   { (exit 1); exit 1; }; }
    71538137fi
     
    71628146
    71638147# check for endianness
    7164 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
    7165 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
     8148
     8149 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
     8150$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
    71668151if test "${ac_cv_c_bigendian+set}" = set; then
    7167   echo $ECHO_N "(cached) $ECHO_C" >&6
    7168 else
    7169   # See if sys/param.h defines the BYTE_ORDER macro.
    7170 cat >conftest.$ac_ext <<_ACEOF
     8152  $as_echo_n "(cached) " >&6
     8153else
     8154  ac_cv_c_bigendian=unknown
     8155    # See if we're dealing with a universal compiler.
     8156    cat >conftest.$ac_ext <<_ACEOF
     8157/* confdefs.h.  */
     8158_ACEOF
     8159cat confdefs.h >>conftest.$ac_ext
     8160cat >>conftest.$ac_ext <<_ACEOF
     8161/* end confdefs.h.  */
     8162#ifndef __APPLE_CC__
     8163           not a universal capable compiler
     8164         #endif
     8165         typedef int dummy;
     8166
     8167_ACEOF
     8168rm -f conftest.$ac_objext
     8169if { (ac_try="$ac_compile"
     8170case "(($ac_try" in
     8171  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8172  *) ac_try_echo=$ac_try;;
     8173esac
     8174eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8175$as_echo "$ac_try_echo") >&5
     8176  (eval "$ac_compile") 2>conftest.er1
     8177  ac_status=$?
     8178  grep -v '^ *+' conftest.er1 >conftest.err
     8179  rm -f conftest.er1
     8180  cat conftest.err >&5
     8181  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8182  (exit $ac_status); } && {
     8183     test -z "$ac_cxx_werror_flag" ||
     8184     test ! -s conftest.err
     8185       } && test -s conftest.$ac_objext; then
     8186
     8187    # Check for potential -arch flags.  It is not universal unless
     8188    # there are some -arch flags.  Note that *ppc* also matches
     8189    # ppc64.  This check is also rather less than ideal.
     8190    case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
     8191      *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
     8192    esac
     8193else
     8194  $as_echo "$as_me: failed program was:" >&5
     8195sed 's/^/| /' conftest.$ac_ext >&5
     8196
     8197
     8198fi
     8199
     8200rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8201    if test $ac_cv_c_bigendian = unknown; then
     8202      # See if sys/param.h defines the BYTE_ORDER macro.
     8203      cat >conftest.$ac_ext <<_ACEOF
    71718204/* confdefs.h.  */
    71728205_ACEOF
     
    71758208/* end confdefs.h.  */
    71768209#include <sys/types.h>
    7177 #include <sys/param.h>
     8210         #include <sys/param.h>
    71788211
    71798212int
    71808213main ()
    71818214{
    7182 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
    7183  bogus endian macros
    7184 #endif
     8215#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
     8216             && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
     8217             && LITTLE_ENDIAN)
     8218          bogus endian macros
     8219         #endif
    71858220
    71868221  ;
     
    71898224_ACEOF
    71908225rm -f conftest.$ac_objext
    7191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7192   (eval $ac_compile) 2>conftest.er1
     8226if { (ac_try="$ac_compile"
     8227case "(($ac_try" in
     8228  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8229  *) ac_try_echo=$ac_try;;
     8230esac
     8231eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8232$as_echo "$ac_try_echo") >&5
     8233  (eval "$ac_compile") 2>conftest.er1
    71938234  ac_status=$?
    71948235  grep -v '^ *+' conftest.er1 >conftest.err
    71958236  rm -f conftest.er1
    71968237  cat conftest.err >&5
    7197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7198   (exit $ac_status); } &&
    7199      { ac_try='test -z "$ac_cxx_werror_flag"
    7200              || test ! -s conftest.err'
    7201   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7202   (eval $ac_try) 2>&5
    7203   ac_status=$?
    7204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7205   (exit $ac_status); }; } &&
    7206      { ac_try='test -s conftest.$ac_objext'
    7207   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7208   (eval $ac_try) 2>&5
    7209   ac_status=$?
    7210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7211   (exit $ac_status); }; }; then
     8238  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8239  (exit $ac_status); } && {
     8240     test -z "$ac_cxx_werror_flag" ||
     8241     test ! -s conftest.err
     8242       } && test -s conftest.$ac_objext; then
    72128243  # It does; now see whether it defined to BIG_ENDIAN or not.
    7213 cat >conftest.$ac_ext <<_ACEOF
     8244     cat >conftest.$ac_ext <<_ACEOF
    72148245/* confdefs.h.  */
    72158246_ACEOF
     
    72188249/* end confdefs.h.  */
    72198250#include <sys/types.h>
    7220 #include <sys/param.h>
     8251        #include <sys/param.h>
    72218252
    72228253int
     
    72248255{
    72258256#if BYTE_ORDER != BIG_ENDIAN
    7226  not big endian
    7227 #endif
     8257        not big endian
     8258        #endif
    72288259
    72298260  ;
     
    72328263_ACEOF
    72338264rm -f conftest.$ac_objext
    7234 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7235   (eval $ac_compile) 2>conftest.er1
     8265if { (ac_try="$ac_compile"
     8266case "(($ac_try" in
     8267  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8268  *) ac_try_echo=$ac_try;;
     8269esac
     8270eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8271$as_echo "$ac_try_echo") >&5
     8272  (eval "$ac_compile") 2>conftest.er1
    72368273  ac_status=$?
    72378274  grep -v '^ *+' conftest.er1 >conftest.err
    72388275  rm -f conftest.er1
    72398276  cat conftest.err >&5
    7240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7241   (exit $ac_status); } &&
    7242      { ac_try='test -z "$ac_cxx_werror_flag"
    7243              || test ! -s conftest.err'
    7244   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7245   (eval $ac_try) 2>&5
    7246   ac_status=$?
    7247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7248   (exit $ac_status); }; } &&
    7249      { ac_try='test -s conftest.$ac_objext'
    7250   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7251   (eval $ac_try) 2>&5
    7252   ac_status=$?
    7253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7254   (exit $ac_status); }; }; then
     8277  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8278  (exit $ac_status); } && {
     8279     test -z "$ac_cxx_werror_flag" ||
     8280     test ! -s conftest.err
     8281       } && test -s conftest.$ac_objext; then
    72558282  ac_cv_c_bigendian=yes
    72568283else
    7257   echo "$as_me: failed program was:" >&5
     8284  $as_echo "$as_me: failed program was:" >&5
    72588285sed 's/^/| /' conftest.$ac_ext >&5
    72598286
    7260 ac_cv_c_bigendian=no
    7261 fi
    7262 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7263 else
    7264   echo "$as_me: failed program was:" >&5
     8287    ac_cv_c_bigendian=no
     8288fi
     8289
     8290rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8291else
     8292  $as_echo "$as_me: failed program was:" >&5
    72658293sed 's/^/| /' conftest.$ac_ext >&5
    72668294
    7267 # It does not; compile a test program.
    7268 if test "$cross_compiling" = yes; then
    7269   # try to guess the endianness by grepping values into an object file
    7270   ac_cv_c_bigendian=unknown
    7271   cat >conftest.$ac_ext <<_ACEOF
     8295
     8296fi
     8297
     8298rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8299    fi
     8300    if test $ac_cv_c_bigendian = unknown; then
     8301      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
     8302      cat >conftest.$ac_ext <<_ACEOF
    72728303/* confdefs.h.  */
    72738304_ACEOF
     
    72758306cat >>conftest.$ac_ext <<_ACEOF
    72768307/* end confdefs.h.  */
    7277 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    7278 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    7279 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
    7280 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    7281 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    7282 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
     8308#include <limits.h>
     8309
    72838310int
    72848311main ()
    72858312{
    7286  _ascii (); _ebcdic ();
     8313#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
     8314          bogus endian macros
     8315         #endif
     8316
    72878317  ;
    72888318  return 0;
     
    72908320_ACEOF
    72918321rm -f conftest.$ac_objext
    7292 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7293   (eval $ac_compile) 2>conftest.er1
     8322if { (ac_try="$ac_compile"
     8323case "(($ac_try" in
     8324  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8325  *) ac_try_echo=$ac_try;;
     8326esac
     8327eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8328$as_echo "$ac_try_echo") >&5
     8329  (eval "$ac_compile") 2>conftest.er1
    72948330  ac_status=$?
    72958331  grep -v '^ *+' conftest.er1 >conftest.err
    72968332  rm -f conftest.er1
    72978333  cat conftest.err >&5
    7298   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7299   (exit $ac_status); } &&
    7300      { ac_try='test -z "$ac_cxx_werror_flag"
    7301              || test ! -s conftest.err'
    7302   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7303   (eval $ac_try) 2>&5
    7304   ac_status=$?
    7305   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7306   (exit $ac_status); }; } &&
    7307      { ac_try='test -s conftest.$ac_objext'
    7308   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7309   (eval $ac_try) 2>&5
    7310   ac_status=$?
    7311   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7312   (exit $ac_status); }; }; then
    7313   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
    7314   ac_cv_c_bigendian=yes
    7315 fi
    7316 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    7317   if test "$ac_cv_c_bigendian" = unknown; then
    7318     ac_cv_c_bigendian=no
    7319   else
    7320     # finding both strings is unlikely to happen, but who knows?
    7321     ac_cv_c_bigendian=unknown
    7322   fi
    7323 fi
    7324 else
    7325   echo "$as_me: failed program was:" >&5
    7326 sed 's/^/| /' conftest.$ac_ext >&5
    7327 
    7328 fi
    7329 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7330 else
    7331   cat >conftest.$ac_ext <<_ACEOF
     8334  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8335  (exit $ac_status); } && {
     8336     test -z "$ac_cxx_werror_flag" ||
     8337     test ! -s conftest.err
     8338       } && test -s conftest.$ac_objext; then
     8339  # It does; now see whether it defined to _BIG_ENDIAN or not.
     8340     cat >conftest.$ac_ext <<_ACEOF
    73328341/* confdefs.h.  */
    73338342_ACEOF
     
    73358344cat >>conftest.$ac_ext <<_ACEOF
    73368345/* end confdefs.h.  */
     8346#include <limits.h>
     8347
    73378348int
    73388349main ()
    73398350{
    7340   /* Are we little or big endian?  From Harbison&Steele.  */
    7341   union
    7342   {
    7343     long l;
    7344     char c[sizeof (long)];
    7345   } u;
    7346   u.l = 1;
    7347   exit (u.c[sizeof (long) - 1] == 1);
     8351#ifndef _BIG_ENDIAN
     8352         not big endian
     8353        #endif
     8354
     8355  ;
     8356  return 0;
    73488357}
    73498358_ACEOF
     8359rm -f conftest.$ac_objext
     8360if { (ac_try="$ac_compile"
     8361case "(($ac_try" in
     8362  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8363  *) ac_try_echo=$ac_try;;
     8364esac
     8365eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8366$as_echo "$ac_try_echo") >&5
     8367  (eval "$ac_compile") 2>conftest.er1
     8368  ac_status=$?
     8369  grep -v '^ *+' conftest.er1 >conftest.err
     8370  rm -f conftest.er1
     8371  cat conftest.err >&5
     8372  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8373  (exit $ac_status); } && {
     8374     test -z "$ac_cxx_werror_flag" ||
     8375     test ! -s conftest.err
     8376       } && test -s conftest.$ac_objext; then
     8377  ac_cv_c_bigendian=yes
     8378else
     8379  $as_echo "$as_me: failed program was:" >&5
     8380sed 's/^/| /' conftest.$ac_ext >&5
     8381
     8382    ac_cv_c_bigendian=no
     8383fi
     8384
     8385rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8386else
     8387  $as_echo "$as_me: failed program was:" >&5
     8388sed 's/^/| /' conftest.$ac_ext >&5
     8389
     8390
     8391fi
     8392
     8393rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8394    fi
     8395    if test $ac_cv_c_bigendian = unknown; then
     8396      # Compile a test program.
     8397      if test "$cross_compiling" = yes; then
     8398  # Try to guess by grepping values from an object file.
     8399     cat >conftest.$ac_ext <<_ACEOF
     8400/* confdefs.h.  */
     8401_ACEOF
     8402cat confdefs.h >>conftest.$ac_ext
     8403cat >>conftest.$ac_ext <<_ACEOF
     8404/* end confdefs.h.  */
     8405short int ascii_mm[] =
     8406          { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     8407        short int ascii_ii[] =
     8408          { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     8409        int use_ascii (int i) {
     8410          return ascii_mm[i] + ascii_ii[i];
     8411        }
     8412        short int ebcdic_ii[] =
     8413          { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     8414        short int ebcdic_mm[] =
     8415          { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     8416        int use_ebcdic (int i) {
     8417          return ebcdic_mm[i] + ebcdic_ii[i];
     8418        }
     8419        extern int foo;
     8420
     8421int
     8422main ()
     8423{
     8424return use_ascii (foo) == use_ebcdic (foo);
     8425  ;
     8426  return 0;
     8427}
     8428_ACEOF
     8429rm -f conftest.$ac_objext
     8430if { (ac_try="$ac_compile"
     8431case "(($ac_try" in
     8432  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8433  *) ac_try_echo=$ac_try;;
     8434esac
     8435eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8436$as_echo "$ac_try_echo") >&5
     8437  (eval "$ac_compile") 2>conftest.er1
     8438  ac_status=$?
     8439  grep -v '^ *+' conftest.er1 >conftest.err
     8440  rm -f conftest.er1
     8441  cat conftest.err >&5
     8442  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8443  (exit $ac_status); } && {
     8444     test -z "$ac_cxx_werror_flag" ||
     8445     test ! -s conftest.err
     8446       } && test -s conftest.$ac_objext; then
     8447  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
     8448          ac_cv_c_bigendian=yes
     8449        fi
     8450        if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
     8451          if test "$ac_cv_c_bigendian" = unknown; then
     8452        ac_cv_c_bigendian=no
     8453          else
     8454        # finding both strings is unlikely to happen, but who knows?
     8455        ac_cv_c_bigendian=unknown
     8456          fi
     8457        fi
     8458else
     8459  $as_echo "$as_me: failed program was:" >&5
     8460sed 's/^/| /' conftest.$ac_ext >&5
     8461
     8462
     8463fi
     8464
     8465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8466else
     8467  cat >conftest.$ac_ext <<_ACEOF
     8468/* confdefs.h.  */
     8469_ACEOF
     8470cat confdefs.h >>conftest.$ac_ext
     8471cat >>conftest.$ac_ext <<_ACEOF
     8472/* end confdefs.h.  */
     8473$ac_includes_default
     8474int
     8475main ()
     8476{
     8477
     8478         /* Are we little or big endian?  From Harbison&Steele.  */
     8479         union
     8480         {
     8481           long int l;
     8482           char c[sizeof (long int)];
     8483         } u;
     8484         u.l = 1;
     8485         return u.c[sizeof (long int) - 1] == 1;
     8486
     8487  ;
     8488  return 0;
     8489}
     8490_ACEOF
    73508491rm -f conftest$ac_exeext
    7351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7352   (eval $ac_link) 2>&5
     8492if { (ac_try="$ac_link"
     8493case "(($ac_try" in
     8494  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8495  *) ac_try_echo=$ac_try;;
     8496esac
     8497eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8498$as_echo "$ac_try_echo") >&5
     8499  (eval "$ac_link") 2>&5
    73538500  ac_status=$?
    7354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8501  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73558502  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    7356   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7357   (eval $ac_try) 2>&5
     8503  { (case "(($ac_try" in
     8504  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8505  *) ac_try_echo=$ac_try;;
     8506esac
     8507eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8508$as_echo "$ac_try_echo") >&5
     8509  (eval "$ac_try") 2>&5
    73588510  ac_status=$?
    7359   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8511  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73608512  (exit $ac_status); }; }; then
    73618513  ac_cv_c_bigendian=no
    73628514else
    7363   echo "$as_me: program exited with status $ac_status" >&5
    7364 echo "$as_me: failed program was:" >&5
     8515  $as_echo "$as_me: program exited with status $ac_status" >&5
     8516$as_echo "$as_me: failed program was:" >&5
    73658517sed 's/^/| /' conftest.$ac_ext >&5
    73668518
     
    73688520ac_cv_c_bigendian=yes
    73698521fi
    7370 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    7371 fi
    7372 fi
    7373 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7374 fi
    7375 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
    7376 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
    7377 case $ac_cv_c_bigendian in
    7378   yes)
     8522rm -rf conftest.dSYM
     8523rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     8524fi
     8525
     8526
     8527    fi
     8528fi
     8529{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
     8530$as_echo "$ac_cv_c_bigendian" >&6; }
     8531 case $ac_cv_c_bigendian in #(
     8532   yes)
     8533     cat >>confdefs.h <<\_ACEOF
     8534#define WORDS_BIGENDIAN 1
     8535_ACEOF
     8536;; #(
     8537   no)
     8538      ;; #(
     8539   universal)
    73798540
    73808541cat >>confdefs.h <<\_ACEOF
    7381 #define WORDS_BIGENDIAN 1
    7382 _ACEOF
    7383  ;;
    7384   no)
    7385      ;;
    7386   *)
    7387     { { echo "$as_me:$LINENO: error: unknown endianness
    7388 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
    7389 echo "$as_me: error: unknown endianness
    7390 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
     8542#define AC_APPLE_UNIVERSAL_BUILD 1
     8543_ACEOF
     8544
     8545     ;; #(
     8546   *)
     8547     { { $as_echo "$as_me:$LINENO: error: unknown endianness
     8548 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
     8549$as_echo "$as_me: error: unknown endianness
     8550 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    73918551   { (exit 1); exit 1; }; } ;;
    7392 esac
     8552 esac
    73938553
    73948554# ---------------------------------------------------------------------------
    73958555if test "$ac_cv_func_alloca" = 'no'; then
    7396   case $LIBOBJS in
    7397     "xmalloc.o.$ac_objext"   | \
    7398   *" xmalloc.o.$ac_objext"   | \
    7399     "xmalloc.o.$ac_objext "* | \
     8556  case " $LIBOBJS " in
    74008557  *" xmalloc.o.$ac_objext "* ) ;;
    7401   *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext" ;;
    7402 esac
    7403 
    7404   case $LIBOBJS in
    7405     "error.$ac_objext"   | \
    7406   *" error.$ac_objext"   | \
    7407     "error.$ac_objext "* | \
     8558  *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext"
     8559 ;;
     8560esac
     8561
     8562  case " $LIBOBJS " in
    74088563  *" error.$ac_objext "* ) ;;
    7409   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     8564  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     8565 ;;
    74108566esac
    74118567
     
    74408596subdirs="$subdirs common-src"
    74418597
    7442 
    7443 
    74448598subdirs="$subdirs build-src"
    74458599
     
    74508604
    74518605if test -d runtime-src; then
    7452 
    7453 
    7454 subdirs="$subdirs runtime-src"
     8606   subdirs="$subdirs runtime-src"
    74558607
    74568608   srclist="$srclist \
     
    74588610fi
    74598611
    7460                               ac_config_files="$ac_config_files Makefile $srclist $moduleDirs"
     8612ac_config_files="$ac_config_files Makefile $srclist $moduleDirs"
     8613
    74618614cat >confcache <<\_ACEOF
    74628615# This file is a shell script that caches the results of configure
     
    74778630# The following way of writing the cache mishandles newlines in values,
    74788631# but we know of no workaround that is simple, portable, and efficient.
    7479 # So, don't put newlines in cache variables' values.
     8632# So, we kill variables containing newlines.
    74808633# Ultrix sh set writes to stderr and can't be redirected directly,
    74818634# and sets the high bit in the cache file unless we assign to the vars.
    7482 {
     8635(
     8636  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     8637    eval ac_val=\$$ac_var
     8638    case $ac_val in #(
     8639    *${as_nl}*)
     8640      case $ac_var in #(
     8641      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     8642$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     8643      esac
     8644      case $ac_var in #(
     8645      _ | IFS | as_nl) ;; #(
     8646      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     8647      *) $as_unset $ac_var ;;
     8648      esac ;;
     8649    esac
     8650  done
     8651
    74838652  (set) 2>&1 |
    7484     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    7485     *ac_space=\ *)
     8653    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     8654    *${as_nl}ac_space=\ *)
    74868655      # `set' does not quote correctly, so add quotes (double-quote
    74878656      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    74898658    "s/'/'\\\\''/g;
    74908659      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    7491       ;;
     8660      ;; #(
    74928661    *)
    74938662      # `set' quotes correctly as required by POSIX, so do not add quotes.
    7494       sed -n \
    7495     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     8663      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    74968664      ;;
    7497     esac;
    7498 } |
     8665    esac |
     8666    sort
     8667) |
    74998668  sed '
     8669     /^ac_cv_env_/b end
    75008670     t clear
    7501      : clear
     8671     :clear
    75028672     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    75038673     t end
    7504      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    7505      : end' >>confcache
    7506 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    7507   if test -w $cache_file; then
    7508     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     8674     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     8675     :end' >>confcache
     8676if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     8677  if test -w "$cache_file"; then
     8678    test "x$cache_file" != "x/dev/null" &&
     8679      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     8680$as_echo "$as_me: updating cache $cache_file" >&6;}
    75098681    cat confcache >$cache_file
    75108682  else
    7511     echo "not updating unwritable cache $cache_file"
     8683    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     8684$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    75128685  fi
    75138686fi
     
    75178690# Let make expand exec_prefix.
    75188691test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    7519 
    7520 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    7521 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    7522 # trailing colons and then remove the whole line if VPATH becomes empty
    7523 # (actually we leave an empty line to preserve line numbers).
    7524 if test "x$srcdir" = x.; then
    7525   ac_vpsub='/^[  ]*VPATH[    ]*=/{
    7526 s/:*\$(srcdir):*/:/;
    7527 s/:*\${srcdir}:*/:/;
    7528 s/:*@srcdir@:*/:/;
    7529 s/^\([^=]*=[     ]*\):*/\1/;
    7530 s/:*$//;
    7531 s/^[^=]*=[   ]*$//;
    7532 }'
    7533 fi
    75348692
    75358693DEFS=-DHAVE_CONFIG_H
     
    75398697for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    75408698  # 1. Remove the extension, and $U if already installed.
    7541   ac_i=`echo "$ac_i" |
    7542      sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    7543   # 2. Add them.
    7544   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    7545   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     8699  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     8700  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     8701  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     8702  #    will be set to the directory where LIBOBJS objects are built.
     8703  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     8704  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    75468705done
    75478706LIBOBJS=$ac_libobjs
     
    75518710
    75528711
     8712
    75538713: ${CONFIG_STATUS=./config.status}
     8714ac_write_fail=0
    75548715ac_clean_files_save=$ac_clean_files
    75558716ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7556 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7557 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7558 cat >$CONFIG_STATUS <<_ACEOF
     8717{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     8718$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     8719cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    75598720#! $SHELL
    75608721# Generated by $as_me.
     
    75698730_ACEOF
    75708731
    7571 cat >>$CONFIG_STATUS <<\_ACEOF
     8732cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    75728733## --------------------- ##
    75738734## M4sh Initialization.  ##
    75748735## --------------------- ##
    75758736
    7576 # Be Bourne compatible
     8737# Be more Bourne compatible
     8738DUALCASE=1; export DUALCASE # for MKS sh
    75778739if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    75788740  emulate sh
    75798741  NULLCMD=:
    7580   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     8742  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    75818743  # is contrary to our usage.  Disable this feature.
    75828744  alias -g '${1+"$@"}'='"$@"'
    7583 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    7584   set -o posix
    7585 fi
    7586 DUALCASE=1; export DUALCASE # for MKS sh
    7587 
    7588 # Support unset when possible.
    7589 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    7590   as_unset=unset
    7591 else
    7592   as_unset=false
    7593 fi
    7594 
    7595 
    7596 # Work around bugs in pre-3.0 UWIN ksh.
    7597 $as_unset ENV MAIL MAILPATH
    7598 PS1='$ '
    7599 PS2='> '
    7600 PS4='+ '
    7601 
    7602 # NLS nuisances.
    7603 for as_var in \
    7604   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    7605   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    7606   LC_TELEPHONE LC_TIME
    7607 do
    7608   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    7609     eval $as_var=C; export $as_var
    7610   else
    7611     $as_unset $as_var
    7612   fi
    7613 done
    7614 
    7615 # Required to use basename.
    7616 if expr a : '\(a\)' >/dev/null 2>&1; then
    7617   as_expr=expr
    7618 else
    7619   as_expr=false
    7620 fi
    7621 
    7622 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    7623   as_basename=basename
    7624 else
    7625   as_basename=false
    7626 fi
    7627 
    7628 
    7629 # Name of the executable.
    7630 as_me=`$as_basename "$0" ||
    7631 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    7632      X"$0" : 'X\(//\)$' \| \
    7633      X"$0" : 'X\(/\)$' \| \
    7634      .     : '\(.\)' 2>/dev/null ||
    7635 echo X/"$0" |
    7636     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    7637       /^X\/\(\/\/\)$/{ s//\1/; q; }
    7638       /^X\/\(\/\).*/{ s//\1/; q; }
    7639       s/.*/./; q'`
    7640 
    7641 
    7642 # PATH needs CR, and LINENO needs CR and PATH.
     8745  setopt NO_GLOB_SUBST
     8746else
     8747  case `(set -o) 2>/dev/null` in
     8748  *posix*) set -o posix ;;
     8749esac
     8750
     8751fi
     8752
     8753
     8754
     8755
     8756# PATH needs CR
    76438757# Avoid depending upon Character Ranges.
    76448758as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    76488762as_cr_alnum=$as_cr_Letters$as_cr_digits
    76498763
     8764as_nl='
     8765'
     8766export as_nl
     8767# Printing a long string crashes Solaris 7 /usr/bin/printf.
     8768as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     8769as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     8770as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     8771if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     8772  as_echo='printf %s\n'
     8773  as_echo_n='printf %s'
     8774else
     8775  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     8776    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     8777    as_echo_n='/usr/ucb/echo -n'
     8778  else
     8779    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     8780    as_echo_n_body='eval
     8781      arg=$1;
     8782      case $arg in
     8783      *"$as_nl"*)
     8784    expr "X$arg" : "X\\(.*\\)$as_nl";
     8785    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     8786      esac;
     8787      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     8788    '
     8789    export as_echo_n_body
     8790    as_echo_n='sh -c $as_echo_n_body as_echo'
     8791  fi
     8792  export as_echo_body
     8793  as_echo='sh -c $as_echo_body as_echo'
     8794fi
     8795
    76508796# The user is always right.
    76518797if test "${PATH_SEPARATOR+set}" != set; then
    7652   echo "#! /bin/sh" >conf$$.sh
    7653   echo  "exit 0"   >>conf$$.sh
    7654   chmod +x conf$$.sh
    7655   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    7656     PATH_SEPARATOR=';'
    7657   else
    7658     PATH_SEPARATOR=:
    7659   fi
    7660   rm -f conf$$.sh
    7661 fi
    7662 
    7663 
    7664   as_lineno_1=$LINENO
    7665   as_lineno_2=$LINENO
    7666   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    7667   test "x$as_lineno_1" != "x$as_lineno_2" &&
    7668   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    7669   # Find who we are.  Look in the path if we contain no path at all
    7670   # relative or not.
    7671   case $0 in
    7672     *[\\/]* ) as_myself=$0 ;;
    7673     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     8798  PATH_SEPARATOR=:
     8799  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     8800    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     8801      PATH_SEPARATOR=';'
     8802  }
     8803fi
     8804
     8805# Support unset when possible.
     8806if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     8807  as_unset=unset
     8808else
     8809  as_unset=false
     8810fi
     8811
     8812
     8813# IFS
     8814# We need space, tab and new line, in precisely that order.  Quoting is
     8815# there to prevent editors from complaining about space-tab.
     8816# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     8817# splitting by setting IFS to empty value.)
     8818IFS=" ""    $as_nl"
     8819
     8820# Find who we are.  Look in the path if we contain no directory separator.
     8821case $0 in
     8822  *[\\/]* ) as_myself=$0 ;;
     8823  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    76748824for as_dir in $PATH
    76758825do
     
    76788828  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    76798829done
    7680 
    7681        ;;
    7682   esac
    7683   # We did not find ourselves, most probably we were run as `sh COMMAND'
    7684   # in which case we are not to be found in the path.
    7685   if test "x$as_myself" = x; then
    7686     as_myself=$0
    7687   fi
    7688   if test ! -f "$as_myself"; then
    7689     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    7690 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    7691    { (exit 1); exit 1; }; }
    7692   fi
    7693   case $CONFIG_SHELL in
    7694   '')
    7695     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    7696 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    7697 do
    7698   IFS=$as_save_IFS
    7699   test -z "$as_dir" && as_dir=.
    7700   for as_base in sh bash ksh sh5; do
    7701      case $as_dir in
    7702      /*)
    7703        if ("$as_dir/$as_base" -c '
     8830IFS=$as_save_IFS
     8831
     8832     ;;
     8833esac
     8834# We did not find ourselves, most probably we were run as `sh COMMAND'
     8835# in which case we are not to be found in the path.
     8836if test "x$as_myself" = x; then
     8837  as_myself=$0
     8838fi
     8839if test ! -f "$as_myself"; then
     8840  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     8841  { (exit 1); exit 1; }
     8842fi
     8843
     8844# Work around bugs in pre-3.0 UWIN ksh.
     8845for as_var in ENV MAIL MAILPATH
     8846do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     8847done
     8848PS1='$ '
     8849PS2='> '
     8850PS4='+ '
     8851
     8852# NLS nuisances.
     8853LC_ALL=C
     8854export LC_ALL
     8855LANGUAGE=C
     8856export LANGUAGE
     8857
     8858# Required to use basename.
     8859if expr a : '\(a\)' >/dev/null 2>&1 &&
     8860   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     8861  as_expr=expr
     8862else
     8863  as_expr=false
     8864fi
     8865
     8866if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     8867  as_basename=basename
     8868else
     8869  as_basename=false
     8870fi
     8871
     8872
     8873# Name of the executable.
     8874as_me=`$as_basename -- "$0" ||
     8875$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     8876     X"$0" : 'X\(//\)$' \| \
     8877     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     8878$as_echo X/"$0" |
     8879    sed '/^.*\/\([^/][^/]*\)\/*$/{
     8880        s//\1/
     8881        q
     8882      }
     8883      /^X\/\(\/\/\)$/{
     8884        s//\1/
     8885        q
     8886      }
     8887      /^X\/\(\/\).*/{
     8888        s//\1/
     8889        q
     8890      }
     8891      s/.*/./; q'`
     8892
     8893# CDPATH.
     8894$as_unset CDPATH
     8895
     8896
     8897
    77048898  as_lineno_1=$LINENO
    77058899  as_lineno_2=$LINENO
    7706   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    77078900  test "x$as_lineno_1" != "x$as_lineno_2" &&
    7708   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    7709          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    7710          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    7711          CONFIG_SHELL=$as_dir/$as_base
    7712          export CONFIG_SHELL
    7713          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    7714        fi;;
    7715      esac
    7716        done
    7717 done
    7718 ;;
    7719   esac
     8901  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    77208902
    77218903  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    77228904  # uniformly replaced by the line number.  The first 'sed' inserts a
    7723   # line-number line before each line; the second 'sed' does the real
    7724   # work.  The second script uses 'N' to pair each line-number line
    7725   # with the numbered line, and appends trailing '-' during
    7726   # substitution so that $LINENO is not a special case at line end.
     8905  # line-number line after each line using $LINENO; the second 'sed'
     8906  # does the real work.  The second script uses 'N' to pair each
     8907  # line-number line with the line containing $LINENO, and appends
     8908  # trailing '-' during substitution so that $LINENO is not a special
     8909  # case at line end.
    77278910  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    7728   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    7729   sed '=' <$as_myself |
     8911  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     8912  # E. McMahon (1931-1989) for sed's syntax.  :-)
     8913  sed -n '
     8914    p
     8915    /[$]LINENO/=
     8916  ' <$as_myself |
    77308917    sed '
     8918      s/[$]LINENO.*/&-/
     8919      t lineno
     8920      b
     8921      :lineno
    77318922      N
    7732       s,$,-,
    7733       : loop
    7734       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     8923      :loop
     8924      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    77358925      t loop
    7736       s,-$,,
    7737       s,^['$as_cr_digits']*\n,,
     8926      s/-\n.*//
    77388927    ' >$as_me.lineno &&
    7739   chmod +x $as_me.lineno ||
    7740     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    7741 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     8928  chmod +x "$as_me.lineno" ||
     8929    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    77428930   { (exit 1); exit 1; }; }
    77438931
    77448932  # Don't try to exec as it changes $[0], causing all sort of problems
    77458933  # (the dirname of $[0] is not the place where we might find the
    7746   # original and so on.  Autoconf is especially sensible to this).
    7747   . ./$as_me.lineno
     8934  # original and so on.  Autoconf is especially sensitive to this).
     8935  . "./$as_me.lineno"
    77488936  # Exit status is that of the last command.
    77498937  exit
     
    77518939
    77528940
    7753 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    7754   *c*,-n*) ECHO_N= ECHO_C='
    7755 ' ECHO_T='  ' ;;
    7756   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    7757   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
    7758 esac
    7759 
    7760 if expr a : '\(a\)' >/dev/null 2>&1; then
     8941if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     8942  as_dirname=dirname
     8943else
     8944  as_dirname=false
     8945fi
     8946
     8947ECHO_C= ECHO_N= ECHO_T=
     8948case `echo -n x` in
     8949-n*)
     8950  case `echo 'x\c'` in
     8951  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     8952  *)   ECHO_C='\c';;
     8953  esac;;
     8954*)
     8955  ECHO_N='-n';;
     8956esac
     8957if expr a : '\(a\)' >/dev/null 2>&1 &&
     8958   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    77618959  as_expr=expr
    77628960else
     
    77658963
    77668964rm -f conf$$ conf$$.exe conf$$.file
    7767 echo >conf$$.file
    7768 if ln -s conf$$.file conf$$ 2>/dev/null; then
    7769   # We could just check for DJGPP; but this test a) works b) is more generic
    7770   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    7771   if test -f conf$$.exe; then
    7772     # Don't use ln at all; we don't have any links
     8965if test -d conf$$.dir; then
     8966  rm -f conf$$.dir/conf$$.file
     8967else
     8968  rm -f conf$$.dir
     8969  mkdir conf$$.dir 2>/dev/null
     8970fi
     8971if (echo >conf$$.file) 2>/dev/null; then
     8972  if ln -s conf$$.file conf$$ 2>/dev/null; then
     8973    as_ln_s='ln -s'
     8974    # ... but there are two gotchas:
     8975    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     8976    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     8977    # In both cases, we have to default to `cp -p'.
     8978    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     8979      as_ln_s='cp -p'
     8980  elif ln conf$$.file conf$$ 2>/dev/null; then
     8981    as_ln_s=ln
     8982  else
    77738983    as_ln_s='cp -p'
    7774   else
    7775     as_ln_s='ln -s'
    77768984  fi
    7777 elif ln conf$$.file conf$$ 2>/dev/null; then
    7778   as_ln_s=ln
    77798985else
    77808986  as_ln_s='cp -p'
    77818987fi
    7782 rm -f conf$$ conf$$.exe conf$$.file
     8988rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     8989rmdir conf$$.dir 2>/dev/null
    77838990
    77848991if mkdir -p . 2>/dev/null; then
     
    77898996fi
    77908997
    7791 as_executable_p="test -f"
     8998if test -x / >/dev/null 2>&1; then
     8999  as_test_x='test -x'
     9000else
     9001  if ls -dL / >/dev/null 2>&1; then
     9002    as_ls_L_option=L
     9003  else
     9004    as_ls_L_option=
     9005  fi
     9006  as_test_x='
     9007    eval sh -c '\''
     9008      if test -d "$1"; then
     9009    test -d "$1/.";
     9010      else
     9011    case $1 in
     9012    -*)set "./$1";;
     9013    esac;
     9014    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     9015    ???[sx]*):;;*)false;;esac;fi
     9016    '\'' sh
     9017  '
     9018fi
     9019as_executable_p=$as_test_x
    77929020
    77939021# Sed expression to map a string onto a valid CPP name.
     
    77989026
    77999027
    7800 # IFS
    7801 # We need space, tab and new line, in precisely that order.
    7802 as_nl='
    7803 '
    7804 IFS="   $as_nl"
    7805 
    7806 # CDPATH.
    7807 $as_unset CDPATH
    7808 
    78099028exec 6>&1
    78109029
    7811 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     9030# Save the log message, to keep $[0] and so on meaningful, and to
    78129031# report actual input values of CONFIG_FILES etc. instead of their
    7813 # values after options handling.  Logging --version etc. is OK.
     9032# values after options handling.
     9033ac_log="
     9034This file was extended by $as_me, which was
     9035generated by GNU Autoconf 2.63.  Invocation command line was
     9036
     9037  CONFIG_FILES    = $CONFIG_FILES
     9038  CONFIG_HEADERS  = $CONFIG_HEADERS
     9039  CONFIG_LINKS    = $CONFIG_LINKS
     9040  CONFIG_COMMANDS = $CONFIG_COMMANDS
     9041  $ $0 $@
     9042
     9043on `(hostname || uname -n) 2>/dev/null | sed 1q`
     9044"
     9045
     9046_ACEOF
     9047
     9048case $ac_config_files in *"
     9049"*) set x $ac_config_files; shift; ac_config_files=$*;;
     9050esac
     9051
     9052case $ac_config_headers in *"
     9053"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     9054esac
     9055
     9056
     9057cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9058# Files that config.status was made for.
     9059config_files="$ac_config_files"
     9060config_headers="$ac_config_headers"
     9061
     9062_ACEOF
     9063
     9064cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9065ac_cs_usage="\
     9066\`$as_me' instantiates files from templates according to the
     9067current configuration.
     9068
     9069Usage: $0 [OPTION]... [FILE]...
     9070
     9071  -h, --help       print this help, then exit
     9072  -V, --version    print version number and configuration settings, then exit
     9073  -q, --quiet, --silent
     9074                   do not print progress messages
     9075  -d, --debug      don't remove temporary files
     9076      --recheck    update $as_me by reconfiguring in the same conditions
     9077      --file=FILE[:TEMPLATE]
     9078                   instantiate the configuration file FILE
     9079      --header=FILE[:TEMPLATE]
     9080                   instantiate the configuration header FILE
     9081
     9082Configuration files:
     9083$config_files
     9084
     9085Configuration headers:
     9086$config_headers
     9087
     9088Report bugs to <[email protected]>."
     9089
     9090_ACEOF
     9091cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9092ac_cs_version="\\
     9093config.status
     9094configured by $0, generated by GNU Autoconf 2.63,
     9095  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     9096
     9097Copyright (C) 2008 Free Software Foundation, Inc.
     9098This config.status script is free software; the Free Software Foundation
     9099gives unlimited permission to copy, distribute and modify it."
     9100
     9101ac_pwd='$ac_pwd'
     9102srcdir='$srcdir'
     9103INSTALL='$INSTALL'
     9104AWK='$AWK'
     9105test -n "\$AWK" || AWK=awk
     9106_ACEOF
     9107
     9108cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9109# The default lists apply if the user does not specify any file.
     9110ac_need_defaults=:
     9111while test $# != 0
     9112do
     9113  case $1 in
     9114  --*=*)
     9115    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     9116    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     9117    ac_shift=:
     9118    ;;
     9119  *)
     9120    ac_option=$1
     9121    ac_optarg=$2
     9122    ac_shift=shift
     9123    ;;
     9124  esac
     9125
     9126  case $ac_option in
     9127  # Handling of the options.
     9128  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     9129    ac_cs_recheck=: ;;
     9130  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     9131    $as_echo "$ac_cs_version"; exit ;;
     9132  --debug | --debu | --deb | --de | --d | -d )
     9133    debug=: ;;
     9134  --file | --fil | --fi | --f )
     9135    $ac_shift
     9136    case $ac_optarg in
     9137    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9138    esac
     9139    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     9140    ac_need_defaults=false;;
     9141  --header | --heade | --head | --hea )
     9142    $ac_shift
     9143    case $ac_optarg in
     9144    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9145    esac
     9146    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     9147    ac_need_defaults=false;;
     9148  --he | --h)
     9149    # Conflict between --help and --header
     9150    { $as_echo "$as_me: error: ambiguous option: $1
     9151Try \`$0 --help' for more information." >&2
     9152   { (exit 1); exit 1; }; };;
     9153  --help | --hel | -h )
     9154    $as_echo "$ac_cs_usage"; exit ;;
     9155  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     9156  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     9157    ac_cs_silent=: ;;
     9158
     9159  # This is an error.
     9160  -*) { $as_echo "$as_me: error: unrecognized option: $1
     9161Try \`$0 --help' for more information." >&2
     9162   { (exit 1); exit 1; }; } ;;
     9163
     9164  *) ac_config_targets="$ac_config_targets $1"
     9165     ac_need_defaults=false ;;
     9166
     9167  esac
     9168  shift
     9169done
     9170
     9171ac_configure_extra_args=
     9172
     9173if $ac_cs_silent; then
     9174  exec 6>/dev/null
     9175  ac_configure_extra_args="$ac_configure_extra_args --silent"
     9176fi
     9177
     9178_ACEOF
     9179cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9180if \$ac_cs_recheck; then
     9181  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     9182  shift
     9183  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     9184  CONFIG_SHELL='$SHELL'
     9185  export CONFIG_SHELL
     9186  exec "\$@"
     9187fi
     9188
     9189_ACEOF
     9190cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    78149191exec 5>>config.log
    78159192{
     
    78189195## Running $as_me. ##
    78199196_ASBOX
     9197  $as_echo "$ac_log"
    78209198} >&5
    7821 cat >&5 <<_CSEOF
    7822 
    7823 This file was extended by $as_me, which was
    7824 generated by GNU Autoconf 2.59.  Invocation command line was
    7825 
    7826   CONFIG_FILES    = $CONFIG_FILES
    7827   CONFIG_HEADERS  = $CONFIG_HEADERS
    7828   CONFIG_LINKS    = $CONFIG_LINKS
    7829   CONFIG_COMMANDS = $CONFIG_COMMANDS
    7830   $ $0 $@
    7831 
    7832 _CSEOF
    7833 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    7834 echo >&5
    7835 _ACEOF
    7836 
    7837 # Files that config.status was made for.
    7838 if test -n "$ac_config_files"; then
    7839   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    7840 fi
    7841 
    7842 if test -n "$ac_config_headers"; then
    7843   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    7844 fi
    7845 
    7846 if test -n "$ac_config_links"; then
    7847   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    7848 fi
    7849 
    7850 if test -n "$ac_config_commands"; then
    7851   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    7852 fi
    7853 
    7854 cat >>$CONFIG_STATUS <<\_ACEOF
    7855 
    7856 ac_cs_usage="\
    7857 \`$as_me' instantiates files from templates according to the
    7858 current configuration.
    7859 
    7860 Usage: $0 [OPTIONS] [FILE]...
    7861 
    7862   -h, --help       print this help, then exit
    7863   -V, --version    print version number, then exit
    7864   -q, --quiet      do not print progress messages
    7865   -d, --debug      don't remove temporary files
    7866       --recheck    update $as_me by reconfiguring in the same conditions
    7867   --file=FILE[:TEMPLATE]
    7868            instantiate the configuration file FILE
    7869   --header=FILE[:TEMPLATE]
    7870            instantiate the configuration header FILE
    7871 
    7872 Configuration files:
    7873 $config_files
    7874 
    7875 Configuration headers:
    7876 $config_headers
    7877 
    7878 Report bugs to <[email protected]>."
    7879 _ACEOF
    7880 
    7881 cat >>$CONFIG_STATUS <<_ACEOF
    7882 ac_cs_version="\\
    7883 config.status
    7884 configured by $0, generated by GNU Autoconf 2.59,
    7885   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    7886 
    7887 Copyright (C) 2003 Free Software Foundation, Inc.
    7888 This config.status script is free software; the Free Software Foundation
    7889 gives unlimited permission to copy, distribute and modify it."
    7890 srcdir=$srcdir
    7891 INSTALL="$INSTALL"
    7892 _ACEOF
    7893 
    7894 cat >>$CONFIG_STATUS <<\_ACEOF
    7895 # If no file are specified by the user, then we need to provide default
    7896 # value.  By we need to know if files were specified by the user.
    7897 ac_need_defaults=:
    7898 while test $# != 0
    7899 do
    7900   case $1 in
    7901   --*=*)
    7902     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    7903     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
    7904     ac_shift=:
    7905     ;;
    7906   -*)
    7907     ac_option=$1
    7908     ac_optarg=$2
    7909     ac_shift=shift
    7910     ;;
    7911   *) # This is not an option, so the user has probably given explicit
    7912      # arguments.
    7913      ac_option=$1
    7914      ac_need_defaults=false;;
    7915   esac
    7916 
    7917   case $ac_option in
    7918   # Handling of the options.
    7919 _ACEOF
    7920 cat >>$CONFIG_STATUS <<\_ACEOF
    7921   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    7922     ac_cs_recheck=: ;;
    7923   --version | --vers* | -V )
    7924     echo "$ac_cs_version"; exit 0 ;;
    7925   --he | --h)
    7926     # Conflict between --help and --header
    7927     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    7928 Try \`$0 --help' for more information." >&5
    7929 echo "$as_me: error: ambiguous option: $1
    7930 Try \`$0 --help' for more information." >&2;}
    7931    { (exit 1); exit 1; }; };;
    7932   --help | --hel | -h )
    7933     echo "$ac_cs_usage"; exit 0 ;;
    7934   --debug | --d* | -d )
    7935     debug=: ;;
    7936   --file | --fil | --fi | --f )
    7937     $ac_shift
    7938     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    7939     ac_need_defaults=false;;
    7940   --header | --heade | --head | --hea )
    7941     $ac_shift
    7942     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    7943     ac_need_defaults=false;;
    7944   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    7945   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    7946     ac_cs_silent=: ;;
    7947 
    7948   # This is an error.
    7949   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    7950 Try \`$0 --help' for more information." >&5
    7951 echo "$as_me: error: unrecognized option: $1
    7952 Try \`$0 --help' for more information." >&2;}
    7953    { (exit 1); exit 1; }; } ;;
    7954 
    7955   *) ac_config_targets="$ac_config_targets $1" ;;
    7956 
    7957   esac
    7958   shift
    7959 done
    7960 
    7961 ac_configure_extra_args=
    7962 
    7963 if $ac_cs_silent; then
    7964   exec 6>/dev/null
    7965   ac_configure_extra_args="$ac_configure_extra_args --silent"
    7966 fi
    7967 
    7968 _ACEOF
    7969 cat >>$CONFIG_STATUS <<_ACEOF
    7970 if \$ac_cs_recheck; then
    7971   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    7972   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    7973 fi
    7974 
    7975 _ACEOF
    7976 
    7977 
    7978 
    7979 
    7980 
    7981 cat >>$CONFIG_STATUS <<\_ACEOF
     9199
     9200_ACEOF
     9201cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9202_ACEOF
     9203
     9204cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9205
     9206# Handling of arguments.
    79829207for ac_config_target in $ac_config_targets
    79839208do
    7984   case "$ac_config_target" in
    7985   # Handling of arguments.
    7986   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    7987   "$srclist" ) CONFIG_FILES="$CONFIG_FILES $srclist" ;;
    7988   "$moduleDirs" ) CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
    7989   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    7990   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    7991 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     9209  case $ac_config_target in
     9210    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     9211    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     9212    "$srclist") CONFIG_FILES="$CONFIG_FILES $srclist" ;;
     9213    "$moduleDirs") CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
     9214
     9215  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     9216$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    79929217   { (exit 1); exit 1; }; };;
    79939218  esac
    79949219done
     9220
    79959221
    79969222# If the user did not use the arguments to specify the items to instantiate,
     
    80049230
    80059231# Have a temporary directory for convenience.  Make it in the build tree
    8006 # simply because there is no reason to put it here, and in addition,
     9232# simply because there is no reason against having it here, and in addition,
    80079233# creating and moving files from /tmp can sometimes cause problems.
    8008 # Create a temporary directory, and hook for its removal unless debugging.
     9234# Hook for its removal unless debugging.
     9235# Note that there is a small window in which the directory will not be cleaned:
     9236# after its creation but before its name has been assigned to `$tmp'.
    80099237$debug ||
    80109238{
    8011   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     9239  tmp=
     9240  trap 'exit_status=$?
     9241  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     9242' 0
    80129243  trap '{ (exit 1); exit 1; }' 1 2 13 15
    80139244}
    8014 
    80159245# Create a (secure) tmp directory for tmp files.
    80169246
    80179247{
    8018   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     9248  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    80199249  test -n "$tmp" && test -d "$tmp"
    80209250}  ||
    80219251{
    8022   tmp=./confstat$$-$RANDOM
    8023   (umask 077 && mkdir $tmp)
     9252  tmp=./conf$$-$RANDOM
     9253  (umask 077 && mkdir "$tmp")
    80249254} ||
    80259255{
    8026    echo "$me: cannot create a temporary directory in ." >&2
     9256   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    80279257   { (exit 1); exit 1; }
    80289258}
    80299259
    8030 _ACEOF
    8031 
    8032 cat >>$CONFIG_STATUS <<_ACEOF
    8033 
    8034 #
    8035 # CONFIG_FILES section.
    8036 #
    8037 
    8038 # No need to generate the scripts if there are no CONFIG_FILES.
    8039 # This happens for instance when ./config.status config.h
    8040 if test -n "\$CONFIG_FILES"; then
    8041   # Protect against being on the right side of a sed subst in config.status.
    8042   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    8043    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    8044 s,@SHELL@,$SHELL,;t t
    8045 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    8046 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    8047 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    8048 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    8049 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    8050 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    8051 s,@exec_prefix@,$exec_prefix,;t t
    8052 s,@prefix@,$prefix,;t t
    8053 s,@program_transform_name@,$program_transform_name,;t t
    8054 s,@bindir@,$bindir,;t t
    8055 s,@sbindir@,$sbindir,;t t
    8056 s,@libexecdir@,$libexecdir,;t t
    8057 s,@datadir@,$datadir,;t t
    8058 s,@sysconfdir@,$sysconfdir,;t t
    8059 s,@sharedstatedir@,$sharedstatedir,;t t
    8060 s,@localstatedir@,$localstatedir,;t t
    8061 s,@libdir@,$libdir,;t t
    8062 s,@includedir@,$includedir,;t t
    8063 s,@oldincludedir@,$oldincludedir,;t t
    8064 s,@infodir@,$infodir,;t t
    8065 s,@mandir@,$mandir,;t t
    8066 s,@build_alias@,$build_alias,;t t
    8067 s,@host_alias@,$host_alias,;t t
    8068 s,@target_alias@,$target_alias,;t t
    8069 s,@DEFS@,$DEFS,;t t
    8070 s,@ECHO_C@,$ECHO_C,;t t
    8071 s,@ECHO_N@,$ECHO_N,;t t
    8072 s,@ECHO_T@,$ECHO_T,;t t
    8073 s,@LIBS@,$LIBS,;t t
    8074 s,@PACKAGE@,$PACKAGE,;t t
    8075 s,@VERSION@,$VERSION,;t t
    8076 s,@USE_FASTCGI@,$USE_FASTCGI,;t t
    8077 s,@USE_LANGACTION@,$USE_LANGACTION,;t t
    8078 s,@USE_CORBA@,$USE_CORBA,;t t
    8079 s,@MICO_DIR@,$MICO_DIR,;t t
    8080 s,@ENABLE_JAVA@,$ENABLE_JAVA,;t t
    8081 s,@USE_Z3950@,$USE_Z3950,;t t
    8082 s,@USE_YAZ@,$USE_YAZ,;t t
    8083 s,@USE_WVWARE@,$USE_WVWARE,;t t
    8084 s,@USE_JDBM@,$USE_JDBM,;t t
    8085 s,@USE_GDBM@,$USE_GDBM,;t t
    8086 s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
    8087 s,@USE_SQLITE@,$USE_SQLITE,;t t
    8088 s,@USE_RSS@,$USE_RSS,;t t
    8089 s,@USE_APACHE_HTTPD@,$USE_APACHE_HTTPD,;t t
    8090 s,@ENABLE_JNI@,$ENABLE_JNI,;t t
    8091 s,@ENABLE_MG@,$ENABLE_MG,;t t
    8092 s,@ENABLE_MGPP@,$ENABLE_MGPP,;t t
    8093 s,@ENABLE_LUCENE@,$ENABLE_LUCENE,;t t
    8094 s,@LDFLAGS@,$LDFLAGS,;t t
    8095 s,@CFLAGS@,$CFLAGS,;t t
    8096 s,@CC@,$CC,;t t
    8097 s,@CPPFLAGS@,$CPPFLAGS,;t t
    8098 s,@ac_ct_CC@,$ac_ct_CC,;t t
    8099 s,@EXEEXT@,$EXEEXT,;t t
    8100 s,@OBJEXT@,$OBJEXT,;t t
    8101 s,@CXX@,$CXX,;t t
    8102 s,@CXXFLAGS@,$CXXFLAGS,;t t
    8103 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
    8104 s,@AWK@,$AWK,;t t
    8105 s,@YACC@,$YACC,;t t
    8106 s,@build@,$build,;t t
    8107 s,@build_cpu@,$build_cpu,;t t
    8108 s,@build_vendor@,$build_vendor,;t t
    8109 s,@build_os@,$build_os,;t t
    8110 s,@host@,$host,;t t
    8111 s,@host_cpu@,$host_cpu,;t t
    8112 s,@host_vendor@,$host_vendor,;t t
    8113 s,@host_os@,$host_os,;t t
    8114 s,@target@,$target,;t t
    8115 s,@target_cpu@,$target_cpu,;t t
    8116 s,@target_vendor@,$target_vendor,;t t
    8117 s,@target_os@,$target_os,;t t
    8118 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
    8119 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
    8120 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
    8121 s,@LN_S@,$LN_S,;t t
    8122 s,@SET_MAKE@,$SET_MAKE,;t t
    8123 s,@RANLIB@,$RANLIB,;t t
    8124 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    8125 s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    8126 s,@MICO_VER@,$MICO_VER,;t t
    8127 s,@CPP@,$CPP,;t t
    8128 s,@EGREP@,$EGREP,;t t
    8129 s,@U@,$U,;t t
    8130 s,@ANSI2KNR@,$ANSI2KNR,;t t
    8131 s,@ALLOCA@,$ALLOCA,;t t
    8132 s,@LIBOBJS@,$LIBOBJS,;t t
    8133 s,@STATIC@,$STATIC,;t t
    8134 s,@gsdlos@,$gsdlos,;t t
    8135 s,@MODULEDIRS@,$MODULEDIRS,;t t
    8136 s,@subdirs@,$subdirs,;t t
    8137 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    8138 CEOF
    8139 
    8140 _ACEOF
    8141 
    8142   cat >>$CONFIG_STATUS <<\_ACEOF
    8143   # Split the substitutions into bite-sized pieces for seds with
    8144   # small command number limits, like on Digital OSF/1 and HP-UX.
    8145   ac_max_sed_lines=48
    8146   ac_sed_frag=1 # Number of current file.
    8147   ac_beg=1 # First line for current file.
    8148   ac_end=$ac_max_sed_lines # Line after last line for current file.
    8149   ac_more_lines=:
    8150   ac_sed_cmds=
    8151   while $ac_more_lines; do
    8152     if test $ac_beg -gt 1; then
    8153       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    8154     else
    8155       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     9260# Set up the scripts for CONFIG_FILES section.
     9261# No need to generate them if there are no CONFIG_FILES.
     9262# This happens for instance with `./config.status config.h'.
     9263if test -n "$CONFIG_FILES"; then
     9264
     9265
     9266ac_cr='
     9267'
     9268ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     9269if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     9270  ac_cs_awk_cr='\\r'
     9271else
     9272  ac_cs_awk_cr=$ac_cr
     9273fi
     9274
     9275echo 'BEGIN {' >"$tmp/subs1.awk" &&
     9276_ACEOF
     9277
     9278
     9279{
     9280  echo "cat >conf$$subs.awk <<_ACEOF" &&
     9281  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     9282  echo "_ACEOF"
     9283} >conf$$subs.sh ||
     9284  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9285$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9286   { (exit 1); exit 1; }; }
     9287ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     9288ac_delim='%!_!# '
     9289for ac_last_try in false false false false false :; do
     9290  . ./conf$$subs.sh ||
     9291    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9292$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9293   { (exit 1); exit 1; }; }
     9294
     9295  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     9296  if test $ac_delim_n = $ac_delim_num; then
     9297    break
     9298  elif $ac_last_try; then
     9299    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9300$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9301   { (exit 1); exit 1; }; }
     9302  else
     9303    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9304  fi
     9305done
     9306rm -f conf$$subs.sh
     9307
     9308cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9309cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     9310_ACEOF
     9311sed -n '
     9312h
     9313s/^/S["/; s/!.*/"]=/
     9314p
     9315g
     9316s/^[^!]*!//
     9317:repl
     9318t repl
     9319s/'"$ac_delim"'$//
     9320t delim
     9321:nl
     9322h
     9323s/\(.\{148\}\).*/\1/
     9324t more1
     9325s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     9326p
     9327n
     9328b repl
     9329:more1
     9330s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9331p
     9332g
     9333s/.\{148\}//
     9334t nl
     9335:delim
     9336h
     9337s/\(.\{148\}\).*/\1/
     9338t more2
     9339s/["\\]/\\&/g; s/^/"/; s/$/"/
     9340p
     9341b
     9342:more2
     9343s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9344p
     9345g
     9346s/.\{148\}//
     9347t delim
     9348' <conf$$subs.awk | sed '
     9349/^[^""]/{
     9350  N
     9351  s/\n//
     9352}
     9353' >>$CONFIG_STATUS || ac_write_fail=1
     9354rm -f conf$$subs.awk
     9355cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9356_ACAWK
     9357cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     9358  for (key in S) S_is_set[key] = 1
     9359  FS = ""
     9360
     9361}
     9362{
     9363  line = $ 0
     9364  nfields = split(line, field, "@")
     9365  substed = 0
     9366  len = length(field[1])
     9367  for (i = 2; i < nfields; i++) {
     9368    key = field[i]
     9369    keylen = length(key)
     9370    if (S_is_set[key]) {
     9371      value = S[key]
     9372      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     9373      len += length(value) + length(field[++i])
     9374      substed = 1
     9375    } else
     9376      len += 1 + keylen
     9377  }
     9378
     9379  print line
     9380}
     9381
     9382_ACAWK
     9383_ACEOF
     9384cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9385if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     9386  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     9387else
     9388  cat
     9389fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     9390  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     9391$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     9392   { (exit 1); exit 1; }; }
     9393_ACEOF
     9394
     9395# VPATH may cause trouble with some makes, so we remove $(srcdir),
     9396# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     9397# trailing colons and then remove the whole line if VPATH becomes empty
     9398# (actually we leave an empty line to preserve line numbers).
     9399if test "x$srcdir" = x.; then
     9400  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     9401s/:*\$(srcdir):*/:/
     9402s/:*\${srcdir}:*/:/
     9403s/:*@srcdir@:*/:/
     9404s/^\([^=]*=[     ]*\):*/\1/
     9405s/:*$//
     9406s/^[^=]*=[   ]*$//
     9407}'
     9408fi
     9409
     9410cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9411fi # test -n "$CONFIG_FILES"
     9412
     9413# Set up the scripts for CONFIG_HEADERS section.
     9414# No need to generate them if there are no CONFIG_HEADERS.
     9415# This happens for instance with `./config.status Makefile'.
     9416if test -n "$CONFIG_HEADERS"; then
     9417cat >"$tmp/defines.awk" <<\_ACAWK ||
     9418BEGIN {
     9419_ACEOF
     9420
     9421# Transform confdefs.h into an awk script `defines.awk', embedded as
     9422# here-document in config.status, that substitutes the proper values into
     9423# config.h.in to produce config.h.
     9424
     9425# Create a delimiter string that does not exist in confdefs.h, to ease
     9426# handling of long lines.
     9427ac_delim='%!_!# '
     9428for ac_last_try in false false :; do
     9429  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     9430  if test -z "$ac_t"; then
     9431    break
     9432  elif $ac_last_try; then
     9433    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     9434$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     9435   { (exit 1); exit 1; }; }
     9436  else
     9437    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9438  fi
     9439done
     9440
     9441# For the awk script, D is an array of macro values keyed by name,
     9442# likewise P contains macro parameters if any.  Preserve backslash
     9443# newline sequences.
     9444
     9445ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     9446sed -n '
     9447s/.\{148\}/&'"$ac_delim"'/g
     9448t rset
     9449:rset
     9450s/^[     ]*#[    ]*define[   ][  ]*/ /
     9451t def
     9452d
     9453:def
     9454s/\\$//
     9455t bsnl
     9456s/["\\]/\\&/g
     9457s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9458D["\1"]=" \3"/p
     9459s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
     9460d
     9461:bsnl
     9462s/["\\]/\\&/g
     9463s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9464D["\1"]=" \3\\\\\\n"\\/p
     9465t cont
     9466s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     9467t cont
     9468d
     9469:cont
     9470n
     9471s/.\{148\}/&'"$ac_delim"'/g
     9472t clear
     9473:clear
     9474s/\\$//
     9475t bsnlc
     9476s/["\\]/\\&/g; s/^/"/; s/$/"/p
     9477d
     9478:bsnlc
     9479s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     9480b cont
     9481' <confdefs.h | sed '
     9482s/'"$ac_delim"'/"\\\
     9483"/g' >>$CONFIG_STATUS || ac_write_fail=1
     9484
     9485cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9486  for (key in D) D_is_set[key] = 1
     9487  FS = ""
     9488}
     9489/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     9490  line = \$ 0
     9491  split(line, arg, " ")
     9492  if (arg[1] == "#") {
     9493    defundef = arg[2]
     9494    mac1 = arg[3]
     9495  } else {
     9496    defundef = substr(arg[1], 2)
     9497    mac1 = arg[2]
     9498  }
     9499  split(mac1, mac2, "(") #)
     9500  macro = mac2[1]
     9501  prefix = substr(line, 1, index(line, defundef) - 1)
     9502  if (D_is_set[macro]) {
     9503    # Preserve the white space surrounding the "#".
     9504    print prefix "define", macro P[macro] D[macro]
     9505    next
     9506  } else {
     9507    # Replace #undef with comments.  This is necessary, for example,
     9508    # in the case of _POSIX_SOURCE, which is predefined and required
     9509    # on some systems where configure will not decide to define it.
     9510    if (defundef == "undef") {
     9511      print "/*", prefix defundef, macro, "*/"
     9512      next
     9513    }
     9514  }
     9515}
     9516{ print }
     9517_ACAWK
     9518_ACEOF
     9519cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9520  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     9521$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     9522   { (exit 1); exit 1; }; }
     9523fi # test -n "$CONFIG_HEADERS"
     9524
     9525
     9526eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     9527shift
     9528for ac_tag
     9529do
     9530  case $ac_tag in
     9531  :[FHLC]) ac_mode=$ac_tag; continue;;
     9532  esac
     9533  case $ac_mode$ac_tag in
     9534  :[FHL]*:*);;
     9535  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     9536$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     9537   { (exit 1); exit 1; }; };;
     9538  :[FH]-) ac_tag=-:-;;
     9539  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     9540  esac
     9541  ac_save_IFS=$IFS
     9542  IFS=:
     9543  set x $ac_tag
     9544  IFS=$ac_save_IFS
     9545  shift
     9546  ac_file=$1
     9547  shift
     9548
     9549  case $ac_mode in
     9550  :L) ac_source=$1;;
     9551  :[FH])
     9552    ac_file_inputs=
     9553    for ac_f
     9554    do
     9555      case $ac_f in
     9556      -) ac_f="$tmp/stdin";;
     9557      *) # Look for the file first in the build tree, then in the source tree
     9558     # (if the path is not absolute).  The absolute path cannot be DOS-style,
     9559     # because $ac_f cannot contain `:'.
     9560     test -f "$ac_f" ||
     9561       case $ac_f in
     9562       [\\/$]*) false;;
     9563       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     9564       esac ||
     9565       { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     9566$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     9567   { (exit 1); exit 1; }; };;
     9568      esac
     9569      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     9570      ac_file_inputs="$ac_file_inputs '$ac_f'"
     9571    done
     9572
     9573    # Let's still pretend it is `configure' which instantiates (i.e., don't
     9574    # use $as_me), people would be surprised to read:
     9575    #    /* config.h.  Generated by config.status.  */
     9576    configure_input='Generated from '`
     9577      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     9578    `' by configure.'
     9579    if test x"$ac_file" != x-; then
     9580      configure_input="$ac_file.  $configure_input"
     9581      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     9582$as_echo "$as_me: creating $ac_file" >&6;}
    81569583    fi
    8157     if test ! -s $tmp/subs.frag; then
    8158       ac_more_lines=false
    8159     else
    8160       # The purpose of the label and of the branching condition is to
    8161       # speed up the sed processing (if there are no `@' at all, there
    8162       # is no need to browse any of the substitutions).
    8163       # These are the two extra sed commands mentioned above.
    8164       (echo ':t
    8165   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    8166       if test -z "$ac_sed_cmds"; then
    8167     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    8168       else
    8169     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    8170       fi
    8171       ac_sed_frag=`expr $ac_sed_frag + 1`
    8172       ac_beg=$ac_end
    8173       ac_end=`expr $ac_end + $ac_max_sed_lines`
    8174     fi
    8175   done
    8176   if test -z "$ac_sed_cmds"; then
    8177     ac_sed_cmds=cat
    8178   fi
    8179 fi # test -n "$CONFIG_FILES"
    8180 
    8181 _ACEOF
    8182 cat >>$CONFIG_STATUS <<\_ACEOF
    8183 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    8184   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8185   case $ac_file in
    8186   - | *:- | *:-:* ) # input from stdin
    8187     cat >$tmp/stdin
    8188     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8189     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8190   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8191     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8192   * )   ac_file_in=$ac_file.in ;;
     9584    # Neutralize special characters interpreted by sed in replacement strings.
     9585    case $configure_input in #(
     9586    *\&* | *\|* | *\\* )
     9587       ac_sed_conf_input=`$as_echo "$configure_input" |
     9588       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     9589    *) ac_sed_conf_input=$configure_input;;
     9590    esac
     9591
     9592    case $ac_tag in
     9593    *:-:* | *:-) cat >"$tmp/stdin" \
     9594      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     9595$as_echo "$as_me: error: could not create $ac_file" >&2;}
     9596   { (exit 1); exit 1; }; } ;;
     9597    esac
     9598    ;;
    81939599  esac
    81949600
    8195   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    8196   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     9601  ac_dir=`$as_dirname -- "$ac_file" ||
    81979602$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    81989603     X"$ac_file" : 'X\(//\)[^/]' \| \
    81999604     X"$ac_file" : 'X\(//\)$' \| \
    8200      X"$ac_file" : 'X\(/\)' \| \
    8201      .     : '\(.\)' 2>/dev/null ||
    8202 echo X"$ac_file" |
    8203     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8204       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8205       /^X\(\/\/\)$/{ s//\1/; q; }
    8206       /^X\(\/\).*/{ s//\1/; q; }
    8207       s/.*/./; q'`
    8208   { if $as_mkdir_p; then
    8209     mkdir -p "$ac_dir"
    8210   else
    8211     as_dir="$ac_dir"
     9605     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
     9606$as_echo X"$ac_file" |
     9607    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     9608        s//\1/
     9609        q
     9610      }
     9611      /^X\(\/\/\)[^/].*/{
     9612        s//\1/
     9613        q
     9614      }
     9615      /^X\(\/\/\)$/{
     9616        s//\1/
     9617        q
     9618      }
     9619      /^X\(\/\).*/{
     9620        s//\1/
     9621        q
     9622      }
     9623      s/.*/./; q'`
     9624  { as_dir="$ac_dir"
     9625  case $as_dir in #(
     9626  -*) as_dir=./$as_dir;;
     9627  esac
     9628  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    82129629    as_dirs=
    8213     while test ! -d "$as_dir"; do
    8214       as_dirs="$as_dir $as_dirs"
    8215       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     9630    while :; do
     9631      case $as_dir in #(
     9632      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     9633      *) as_qdir=$as_dir;;
     9634      esac
     9635      as_dirs="'$as_qdir' $as_dirs"
     9636      as_dir=`$as_dirname -- "$as_dir" ||
    82169637$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    82179638     X"$as_dir" : 'X\(//\)[^/]' \| \
    82189639     X"$as_dir" : 'X\(//\)$' \| \
    8219      X"$as_dir" : 'X\(/\)' \| \
    8220      .     : '\(.\)' 2>/dev/null ||
    8221 echo X"$as_dir" |
    8222     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8223       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8224       /^X\(\/\/\)$/{ s//\1/; q; }
    8225       /^X\(\/\).*/{ s//\1/; q; }
    8226       s/.*/./; q'`
     9640     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     9641$as_echo X"$as_dir" |
     9642    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     9643        s//\1/
     9644        q
     9645      }
     9646      /^X\(\/\/\)[^/].*/{
     9647        s//\1/
     9648        q
     9649      }
     9650      /^X\(\/\/\)$/{
     9651        s//\1/
     9652        q
     9653      }
     9654      /^X\(\/\).*/{
     9655        s//\1/
     9656        q
     9657      }
     9658      s/.*/./; q'`
     9659      test -d "$as_dir" && break
    82279660    done
    8228     test ! -n "$as_dirs" || mkdir $as_dirs
    8229   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    8230 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     9661    test -z "$as_dirs" || eval "mkdir $as_dirs"
     9662  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     9663$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    82319664   { (exit 1); exit 1; }; }; }
    8232 
    82339665  ac_builddir=.
    82349666
    8235 if test "$ac_dir" != .; then
    8236   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    8237   # A "../" for each directory in $ac_dir_suffix.
    8238   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    8239 else
    8240   ac_dir_suffix= ac_top_builddir=
    8241 fi
     9667case "$ac_dir" in
     9668.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     9669*)
     9670  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     9671  # A ".." for each directory in $ac_dir_suffix.
     9672  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     9673  case $ac_top_builddir_sub in
     9674  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     9675  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     9676  esac ;;
     9677esac
     9678ac_abs_top_builddir=$ac_pwd
     9679ac_abs_builddir=$ac_pwd$ac_dir_suffix
     9680# for backward compatibility:
     9681ac_top_builddir=$ac_top_build_prefix
    82429682
    82439683case $srcdir in
    8244   .)  # No --srcdir option.  We are building in place.
     9684  .)  # We are building in place.
    82459685    ac_srcdir=.
    8246     if test -z "$ac_top_builddir"; then
    8247        ac_top_srcdir=.
    8248     else
    8249        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    8250     fi ;;
    8251   [\\/]* | ?:[\\/]* )  # Absolute path.
     9686    ac_top_srcdir=$ac_top_builddir_sub
     9687    ac_abs_top_srcdir=$ac_pwd ;;
     9688  [\\/]* | ?:[\\/]* )  # Absolute name.
    82529689    ac_srcdir=$srcdir$ac_dir_suffix;
    8253     ac_top_srcdir=$srcdir ;;
    8254   *) # Relative path.
    8255     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    8256     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    8257 esac
    8258 
    8259 # Do not use `cd foo && pwd` to compute absolute paths, because
    8260 # the directories may not exist.
    8261 case `pwd` in
    8262 .) ac_abs_builddir="$ac_dir";;
    8263 *)
    8264   case "$ac_dir" in
    8265   .) ac_abs_builddir=`pwd`;;
    8266   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    8267   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    8268   esac;;
    8269 esac
    8270 case $ac_abs_builddir in
    8271 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    8272 *)
    8273   case ${ac_top_builddir}. in
    8274   .) ac_abs_top_builddir=$ac_abs_builddir;;
    8275   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    8276   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    8277   esac;;
    8278 esac
    8279 case $ac_abs_builddir in
    8280 .) ac_abs_srcdir=$ac_srcdir;;
    8281 *)
    8282   case $ac_srcdir in
    8283   .) ac_abs_srcdir=$ac_abs_builddir;;
    8284   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    8285   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    8286   esac;;
    8287 esac
    8288 case $ac_abs_builddir in
    8289 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    8290 *)
    8291   case $ac_top_srcdir in
    8292   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    8293   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    8294   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    8295   esac;;
    8296 esac
    8297 
     9690    ac_top_srcdir=$srcdir
     9691    ac_abs_top_srcdir=$srcdir ;;
     9692  *) # Relative name.
     9693    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     9694    ac_top_srcdir=$ac_top_build_prefix$srcdir
     9695    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     9696esac
     9697ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     9698
     9699
     9700  case $ac_mode in
     9701  :F)
     9702  #
     9703  # CONFIG_FILE
     9704  #
    82989705
    82999706  case $INSTALL in
    83009707  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
    8301   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
     9708  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
    83029709  esac
    8303 
    8304   if test x"$ac_file" != x-; then
    8305     { echo "$as_me:$LINENO: creating $ac_file" >&5
    8306 echo "$as_me: creating $ac_file" >&6;}
    8307     rm -f "$ac_file"
    8308   fi
    8309   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8310   # use $as_me), people would be surprised to read:
    8311   #    /* config.h.  Generated by config.status.  */
    8312   if test x"$ac_file" = x-; then
    8313     configure_input=
    8314   else
    8315     configure_input="$ac_file.  "
    8316   fi
    8317   configure_input=$configure_input"Generated from `echo $ac_file_in |
    8318                      sed 's,.*/,,'` by configure."
    8319 
    8320   # First look for the input files in the build tree, otherwise in the
    8321   # src tree.
    8322   ac_file_inputs=`IFS=:
    8323     for f in $ac_file_in; do
    8324       case $f in
    8325       -) echo $tmp/stdin ;;
    8326       [\\/$]*)
    8327      # Absolute (can't be DOS-style, as IFS=:)
    8328      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8329 echo "$as_me: error: cannot find input file: $f" >&2;}
    8330    { (exit 1); exit 1; }; }
    8331      echo "$f";;
    8332       *) # Relative
    8333      if test -f "$f"; then
    8334        # Build tree
    8335        echo "$f"
    8336      elif test -f "$srcdir/$f"; then
    8337        # Source tree
    8338        echo "$srcdir/$f"
    8339      else
    8340        # /dev/null tree
    8341        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8342 echo "$as_me: error: cannot find input file: $f" >&2;}
    8343    { (exit 1); exit 1; }; }
    8344      fi;;
    8345       esac
    8346     done` || { (exit 1); exit 1; }
    8347 _ACEOF
    8348 cat >>$CONFIG_STATUS <<_ACEOF
    8349   sed "$ac_vpsub
     9710_ACEOF
     9711
     9712cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9713# If the template does not know about datarootdir, expand it.
     9714# FIXME: This hack should be removed a few years after 2.60.
     9715ac_datarootdir_hack=; ac_datarootdir_seen=
     9716
     9717ac_sed_dataroot='
     9718/datarootdir/ {
     9719  p
     9720  q
     9721}
     9722/@datadir@/p
     9723/@docdir@/p
     9724/@infodir@/p
     9725/@localedir@/p
     9726/@mandir@/p
     9727'
     9728case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     9729*datarootdir*) ac_datarootdir_seen=yes;;
     9730*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     9731  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     9732$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     9733_ACEOF
     9734cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9735  ac_datarootdir_hack='
     9736  s&@datadir@&$datadir&g
     9737  s&@docdir@&$docdir&g
     9738  s&@infodir@&$infodir&g
     9739  s&@localedir@&$localedir&g
     9740  s&@mandir@&$mandir&g
     9741    s&\\\${datarootdir}&$datarootdir&g' ;;
     9742esac
     9743_ACEOF
     9744
     9745# Neutralize VPATH when `$srcdir' = `.'.
     9746# Shell code in configure.ac might set extrasub.
     9747# FIXME: do we really want to maintain this feature?
     9748cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9749ac_sed_extra="$ac_vpsub
    83509750$extrasub
    83519751_ACEOF
    8352 cat >>$CONFIG_STATUS <<\_ACEOF
     9752cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    83539753:t
    83549754/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8355 s,@configure_input@,$configure_input,;t t
    8356 s,@srcdir@,$ac_srcdir,;t t
    8357 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    8358 s,@top_srcdir@,$ac_top_srcdir,;t t
    8359 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    8360 s,@builddir@,$ac_builddir,;t t
    8361 s,@abs_builddir@,$ac_abs_builddir,;t t
    8362 s,@top_builddir@,$ac_top_builddir,;t t
    8363 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    8364 s,@INSTALL@,$ac_INSTALL,;t t
    8365 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    8366   rm -f $tmp/stdin
     9755s|@configure_input@|$ac_sed_conf_input|;t t
     9756s&@top_builddir@&$ac_top_builddir_sub&;t t
     9757s&@top_build_prefix@&$ac_top_build_prefix&;t t
     9758s&@srcdir@&$ac_srcdir&;t t
     9759s&@abs_srcdir@&$ac_abs_srcdir&;t t
     9760s&@top_srcdir@&$ac_top_srcdir&;t t
     9761s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     9762s&@builddir@&$ac_builddir&;t t
     9763s&@abs_builddir@&$ac_abs_builddir&;t t
     9764s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     9765s&@INSTALL@&$ac_INSTALL&;t t
     9766$ac_datarootdir_hack
     9767"
     9768eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     9769  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     9770$as_echo "$as_me: error: could not create $ac_file" >&2;}
     9771   { (exit 1); exit 1; }; }
     9772
     9773test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     9774  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     9775  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     9776  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     9777which seems to be undefined.  Please make sure it is defined." >&5
     9778$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     9779which seems to be undefined.  Please make sure it is defined." >&2;}
     9780
     9781  rm -f "$tmp/stdin"
     9782  case $ac_file in
     9783  -) cat "$tmp/out" && rm -f "$tmp/out";;
     9784  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     9785  esac \
     9786  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     9787$as_echo "$as_me: error: could not create $ac_file" >&2;}
     9788   { (exit 1); exit 1; }; }
     9789 ;;
     9790  :H)
     9791  #
     9792  # CONFIG_HEADER
     9793  #
    83679794  if test x"$ac_file" != x-; then
    8368     mv $tmp/out $ac_file
    8369   else
    8370     cat $tmp/out
    8371     rm -f $tmp/out
    8372   fi
    8373 
    8374 done
    8375 _ACEOF
    8376 cat >>$CONFIG_STATUS <<\_ACEOF
    8377 
    8378 #
    8379 # CONFIG_HEADER section.
    8380 #
    8381 
    8382 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
    8383 # NAME is the cpp macro being defined and VALUE is the value it is being given.
    8384 #
    8385 # ac_d sets the value in "#define NAME VALUE" lines.
    8386 ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
    8387 ac_dB='[     ].*$,\1#\2'
    8388 ac_dC=' '
    8389 ac_dD=',;t'
    8390 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    8391 ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
    8392 ac_uB='$,\1#\2define\3'
    8393 ac_uC=' '
    8394 ac_uD=',;t'
    8395 
    8396 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
    8397   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8398   case $ac_file in
    8399   - | *:- | *:-:* ) # input from stdin
    8400     cat >$tmp/stdin
    8401     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8402     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8403   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8404     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8405   * )   ac_file_in=$ac_file.in ;;
    8406   esac
    8407 
    8408   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
    8409 echo "$as_me: creating $ac_file" >&6;}
    8410 
    8411   # First look for the input files in the build tree, otherwise in the
    8412   # src tree.
    8413   ac_file_inputs=`IFS=:
    8414     for f in $ac_file_in; do
    8415       case $f in
    8416       -) echo $tmp/stdin ;;
    8417       [\\/$]*)
    8418      # Absolute (can't be DOS-style, as IFS=:)
    8419      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8420 echo "$as_me: error: cannot find input file: $f" >&2;}
     9795    {
     9796      $as_echo "/* $configure_input  */" \
     9797      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     9798    } >"$tmp/config.h" \
     9799      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     9800$as_echo "$as_me: error: could not create $ac_file" >&2;}
    84219801   { (exit 1); exit 1; }; }
    8422      # Do quote $f, to prevent DOS paths from being IFS'd.
    8423      echo "$f";;
    8424       *) # Relative
    8425      if test -f "$f"; then
    8426        # Build tree
    8427        echo "$f"
    8428      elif test -f "$srcdir/$f"; then
    8429        # Source tree
    8430        echo "$srcdir/$f"
    8431      else
    8432        # /dev/null tree
    8433        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8434 echo "$as_me: error: cannot find input file: $f" >&2;}
     9802    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     9803      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     9804$as_echo "$as_me: $ac_file is unchanged" >&6;}
     9805    else
     9806      rm -f "$ac_file"
     9807      mv "$tmp/config.h" "$ac_file" \
     9808    || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     9809$as_echo "$as_me: error: could not create $ac_file" >&2;}
    84359810   { (exit 1); exit 1; }; }
    8436      fi;;
    8437       esac
    8438     done` || { (exit 1); exit 1; }
    8439   # Remove the trailing spaces.
    8440   sed 's/[   ]*$//' $ac_file_inputs >$tmp/in
    8441 
    8442 _ACEOF
    8443 
    8444 # Transform confdefs.h into two sed scripts, `conftest.defines' and
    8445 # `conftest.undefs', that substitutes the proper values into
    8446 # config.h.in to produce config.h.  The first handles `#define'
    8447 # templates, and the second `#undef' templates.
    8448 # And first: Protect against being on the right side of a sed subst in
    8449 # config.status.  Protect against being in an unquoted here document
    8450 # in config.status.
    8451 rm -f conftest.defines conftest.undefs
    8452 # Using a here document instead of a string reduces the quoting nightmare.
    8453 # Putting comments in sed scripts is not portable.
    8454 #
    8455 # `end' is used to avoid that the second main sed command (meant for
    8456 # 0-ary CPP macros) applies to n-ary macro definitions.
    8457 # See the Autoconf documentation for `clear'.
    8458 cat >confdef2sed.sed <<\_ACEOF
    8459 s/[\\&,]/\\&/g
    8460 s,[\\$`],\\&,g
    8461 t clear
    8462 : clear
    8463 s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    8464 t end
    8465 s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    8466 : end
    8467 _ACEOF
    8468 # If some macros were called several times there might be several times
    8469 # the same #defines, which is useless.  Nevertheless, we may not want to
    8470 # sort them, since we want the *last* AC-DEFINE to be honored.
    8471 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
    8472 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
    8473 rm -f confdef2sed.sed
    8474 
    8475 # This sed command replaces #undef with comments.  This is necessary, for
    8476 # example, in the case of _POSIX_SOURCE, which is predefined and required
    8477 # on some systems where configure will not decide to define it.
    8478 cat >>conftest.undefs <<\_ACEOF
    8479 s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    8480 _ACEOF
    8481 
    8482 # Break up conftest.defines because some shells have a limit on the size
    8483 # of here documents, and old seds have small limits too (100 cmds).
    8484 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    8485 echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    8486 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    8487 echo '  :' >>$CONFIG_STATUS
    8488 rm -f conftest.tail
    8489 while grep . conftest.defines >/dev/null
    8490 do
    8491   # Write a limited-size here document to $tmp/defines.sed.
    8492   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    8493   # Speed up: don't consider the non `#define' lines.
    8494   echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS
    8495   # Work around the forget-to-reset-the-flag bug.
    8496   echo 't clr' >>$CONFIG_STATUS
    8497   echo ': clr' >>$CONFIG_STATUS
    8498   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
    8499   echo 'CEOF
    8500   sed -f $tmp/defines.sed $tmp/in >$tmp/out
    8501   rm -f $tmp/in
    8502   mv $tmp/out $tmp/in
    8503 ' >>$CONFIG_STATUS
    8504   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
    8505   rm -f conftest.defines
    8506   mv conftest.tail conftest.defines
    8507 done
    8508 rm -f conftest.defines
    8509 echo '  fi # grep' >>$CONFIG_STATUS
    8510 echo >>$CONFIG_STATUS
    8511 
    8512 # Break up conftest.undefs because some shells have a limit on the size
    8513 # of here documents, and old seds have small limits too (100 cmds).
    8514 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
    8515 rm -f conftest.tail
    8516 while grep . conftest.undefs >/dev/null
    8517 do
    8518   # Write a limited-size here document to $tmp/undefs.sed.
    8519   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    8520   # Speed up: don't consider the non `#undef'
    8521   echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    8522   # Work around the forget-to-reset-the-flag bug.
    8523   echo 't clr' >>$CONFIG_STATUS
    8524   echo ': clr' >>$CONFIG_STATUS
    8525   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
    8526   echo 'CEOF
    8527   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
    8528   rm -f $tmp/in
    8529   mv $tmp/out $tmp/in
    8530 ' >>$CONFIG_STATUS
    8531   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
    8532   rm -f conftest.undefs
    8533   mv conftest.tail conftest.undefs
    8534 done
    8535 rm -f conftest.undefs
    8536 
    8537 cat >>$CONFIG_STATUS <<\_ACEOF
    8538   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8539   # use $as_me), people would be surprised to read:
    8540   #    /* config.h.  Generated by config.status.  */
    8541   if test x"$ac_file" = x-; then
    8542     echo "/* Generated by configure.  */" >$tmp/config.h
    8543   else
    8544     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
    8545   fi
    8546   cat $tmp/in >>$tmp/config.h
    8547   rm -f $tmp/in
    8548   if test x"$ac_file" != x-; then
    8549     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
    8550       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8551 echo "$as_me: $ac_file is unchanged" >&6;}
    8552     else
    8553       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    8554 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8555      X"$ac_file" : 'X\(//\)[^/]' \| \
    8556      X"$ac_file" : 'X\(//\)$' \| \
    8557      X"$ac_file" : 'X\(/\)' \| \
    8558      .     : '\(.\)' 2>/dev/null ||
    8559 echo X"$ac_file" |
    8560     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8561       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8562       /^X\(\/\/\)$/{ s//\1/; q; }
    8563       /^X\(\/\).*/{ s//\1/; q; }
    8564       s/.*/./; q'`
    8565       { if $as_mkdir_p; then
    8566     mkdir -p "$ac_dir"
    8567   else
    8568     as_dir="$ac_dir"
    8569     as_dirs=
    8570     while test ! -d "$as_dir"; do
    8571       as_dirs="$as_dir $as_dirs"
    8572       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    8573 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8574      X"$as_dir" : 'X\(//\)[^/]' \| \
    8575      X"$as_dir" : 'X\(//\)$' \| \
    8576      X"$as_dir" : 'X\(/\)' \| \
    8577      .     : '\(.\)' 2>/dev/null ||
    8578 echo X"$as_dir" |
    8579     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8580       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8581       /^X\(\/\/\)$/{ s//\1/; q; }
    8582       /^X\(\/\).*/{ s//\1/; q; }
    8583       s/.*/./; q'`
    8584     done
    8585     test ! -n "$as_dirs" || mkdir $as_dirs
    8586   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    8587 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    8588    { (exit 1); exit 1; }; }; }
    8589 
    8590       rm -f $ac_file
    8591       mv $tmp/config.h $ac_file
    85929811    fi
    85939812  else
    8594     cat $tmp/config.h
    8595     rm -f $tmp/config.h
     9813    $as_echo "/* $configure_input  */" \
     9814      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     9815      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     9816$as_echo "$as_me: error: could not create -" >&2;}
     9817   { (exit 1); exit 1; }; }
    85969818  fi
    8597 done
    8598 _ACEOF
    8599 
    8600 cat >>$CONFIG_STATUS <<\_ACEOF
     9819 ;;
     9820
     9821
     9822  esac
     9823
     9824done # for ac_tag
     9825
    86019826
    86029827{ (exit 0); exit 0; }
     
    86049829chmod +x $CONFIG_STATUS
    86059830ac_clean_files=$ac_clean_files_save
     9831
     9832test $ac_write_fail = 0 ||
     9833  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     9834$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     9835   { (exit 1); exit 1; }; }
    86069836
    86079837
     
    86329862if test "$no_recursion" != yes; then
    86339863
    8634   # Remove --cache-file and --srcdir arguments so they do not pile up.
     9864  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
     9865  # so they do not pile up.
    86359866  ac_sub_configure_args=
    86369867  ac_prev=
    8637   for ac_arg in $ac_configure_args; do
     9868  eval "set x $ac_configure_args"
     9869  shift
     9870  for ac_arg
     9871  do
    86389872    if test -n "$ac_prev"; then
    86399873      ac_prev=
     
    86589892    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    86599893      ;;
    8660     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
     9894    --disable-option-checking)
     9895      ;;
     9896    *)
     9897      case $ac_arg in
     9898      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9899      esac
     9900      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
    86619901    esac
    86629902  done
     
    86649904  # Always prepend --prefix to ensure using the same prefix
    86659905  # in subdir configurations.
    8666   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
     9906  ac_arg="--prefix=$prefix"
     9907  case $ac_arg in
     9908  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9909  esac
     9910  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     9911
     9912  # Pass --silent
     9913  if test "$silent" = yes; then
     9914    ac_sub_configure_args="--silent $ac_sub_configure_args"
     9915  fi
     9916
     9917  # Always prepend --disable-option-checking to silence warnings, since
     9918  # different subdirs can have different --enable and --with options.
     9919  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
    86679920
    86689921  ac_popdir=`pwd`
     
    86719924    # Do not complain, so a configure script can configure whichever
    86729925    # parts of a large source tree are present.
    8673     test -d $srcdir/$ac_dir || continue
    8674 
    8675     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
    8676 echo "$as_me: configuring in $ac_dir" >&6;}
    8677     { if $as_mkdir_p; then
    8678     mkdir -p "$ac_dir"
    8679   else
    8680     as_dir="$ac_dir"
     9926    test -d "$srcdir/$ac_dir" || continue
     9927
     9928    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
     9929    $as_echo "$as_me:$LINENO: $ac_msg" >&5
     9930    $as_echo "$ac_msg" >&6
     9931    { as_dir="$ac_dir"
     9932  case $as_dir in #(
     9933  -*) as_dir=./$as_dir;;
     9934  esac
     9935  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    86819936    as_dirs=
    8682     while test ! -d "$as_dir"; do
    8683       as_dirs="$as_dir $as_dirs"
    8684       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     9937    while :; do
     9938      case $as_dir in #(
     9939      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     9940      *) as_qdir=$as_dir;;
     9941      esac
     9942      as_dirs="'$as_qdir' $as_dirs"
     9943      as_dir=`$as_dirname -- "$as_dir" ||
    86859944$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    86869945     X"$as_dir" : 'X\(//\)[^/]' \| \
    86879946     X"$as_dir" : 'X\(//\)$' \| \
    8688      X"$as_dir" : 'X\(/\)' \| \
    8689      .     : '\(.\)' 2>/dev/null ||
    8690 echo X"$as_dir" |
    8691     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8692       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8693       /^X\(\/\/\)$/{ s//\1/; q; }
    8694       /^X\(\/\).*/{ s//\1/; q; }
    8695       s/.*/./; q'`
     9947     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     9948$as_echo X"$as_dir" |
     9949    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     9950        s//\1/
     9951        q
     9952      }
     9953      /^X\(\/\/\)[^/].*/{
     9954        s//\1/
     9955        q
     9956      }
     9957      /^X\(\/\/\)$/{
     9958        s//\1/
     9959        q
     9960      }
     9961      /^X\(\/\).*/{
     9962        s//\1/
     9963        q
     9964      }
     9965      s/.*/./; q'`
     9966      test -d "$as_dir" && break
    86969967    done
    8697     test ! -n "$as_dirs" || mkdir $as_dirs
    8698   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    8699 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     9968    test -z "$as_dirs" || eval "mkdir $as_dirs"
     9969  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     9970$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    87009971   { (exit 1); exit 1; }; }; }
    8701 
    87029972    ac_builddir=.
    87039973
    8704 if test "$ac_dir" != .; then
    8705   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    8706   # A "../" for each directory in $ac_dir_suffix.
    8707   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    8708 else
    8709   ac_dir_suffix= ac_top_builddir=
    8710 fi
     9974case "$ac_dir" in
     9975.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     9976*)
     9977  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     9978  # A ".." for each directory in $ac_dir_suffix.
     9979  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     9980  case $ac_top_builddir_sub in
     9981  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     9982  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     9983  esac ;;
     9984esac
     9985ac_abs_top_builddir=$ac_pwd
     9986ac_abs_builddir=$ac_pwd$ac_dir_suffix
     9987# for backward compatibility:
     9988ac_top_builddir=$ac_top_build_prefix
    87119989
    87129990case $srcdir in
    8713   .)  # No --srcdir option.  We are building in place.
     9991  .)  # We are building in place.
    87149992    ac_srcdir=.
    8715     if test -z "$ac_top_builddir"; then
    8716        ac_top_srcdir=.
     9993    ac_top_srcdir=$ac_top_builddir_sub
     9994    ac_abs_top_srcdir=$ac_pwd ;;
     9995  [\\/]* | ?:[\\/]* )  # Absolute name.
     9996    ac_srcdir=$srcdir$ac_dir_suffix;
     9997    ac_top_srcdir=$srcdir
     9998    ac_abs_top_srcdir=$srcdir ;;
     9999  *) # Relative name.
     10000    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10001    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10002    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     10003esac
     10004ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10005
     10006
     10007    cd "$ac_dir"
     10008
     10009    # Check for guested configure; otherwise get Cygnus style configure.
     10010    if test -f "$ac_srcdir/configure.gnu"; then
     10011      ac_sub_configure=$ac_srcdir/configure.gnu
     10012    elif test -f "$ac_srcdir/configure"; then
     10013      ac_sub_configure=$ac_srcdir/configure
     10014    elif test -f "$ac_srcdir/configure.in"; then
     10015      # This should be Cygnus configure.
     10016      ac_sub_configure=$ac_aux_dir/configure
    871710017    else
    8718        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    8719     fi ;;
    8720   [\\/]* | ?:[\\/]* )  # Absolute path.
    8721     ac_srcdir=$srcdir$ac_dir_suffix;
    8722     ac_top_srcdir=$srcdir ;;
    8723   *) # Relative path.
    8724     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    8725     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    8726 esac
    8727 
    8728 # Do not use `cd foo && pwd` to compute absolute paths, because
    8729 # the directories may not exist.
    8730 case `pwd` in
    8731 .) ac_abs_builddir="$ac_dir";;
    8732 *)
    8733   case "$ac_dir" in
    8734   .) ac_abs_builddir=`pwd`;;
    8735   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    8736   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    8737   esac;;
    8738 esac
    8739 case $ac_abs_builddir in
    8740 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    8741 *)
    8742   case ${ac_top_builddir}. in
    8743   .) ac_abs_top_builddir=$ac_abs_builddir;;
    8744   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    8745   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    8746   esac;;
    8747 esac
    8748 case $ac_abs_builddir in
    8749 .) ac_abs_srcdir=$ac_srcdir;;
    8750 *)
    8751   case $ac_srcdir in
    8752   .) ac_abs_srcdir=$ac_abs_builddir;;
    8753   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    8754   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    8755   esac;;
    8756 esac
    8757 case $ac_abs_builddir in
    8758 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    8759 *)
    8760   case $ac_top_srcdir in
    8761   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    8762   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    8763   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    8764   esac;;
    8765 esac
    8766 
    8767 
    8768     cd $ac_dir
    8769 
    8770     # Check for guested configure; otherwise get Cygnus style configure.
    8771     if test -f $ac_srcdir/configure.gnu; then
    8772       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
    8773     elif test -f $ac_srcdir/configure; then
    8774       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
    8775     elif test -f $ac_srcdir/configure.in; then
    8776       ac_sub_configure=$ac_configure
    8777     else
    8778       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    8779 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     10018      { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     10019$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    878010020      ac_sub_configure=
    878110021    fi
     
    878610026      case $cache_file in
    878710027      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
    8788       *) # Relative path.
    8789     ac_sub_cache_file=$ac_top_builddir$cache_file ;;
     10028      *) # Relative name.
     10029    ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
    879010030      esac
    879110031
    8792       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    8793 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     10032      { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     10033$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    879410034      # The eval makes quoting arguments work.
    8795       eval $ac_sub_configure $ac_sub_configure_args \
    8796        --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
    8797     { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    8798 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     10035      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
     10036       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
     10037    { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     10038$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    879910039   { (exit 1); exit 1; }; }
    880010040    fi
    880110041
    8802     cd $ac_popdir
     10042    cd "$ac_popdir"
    880310043  done
    880410044fi
    8805 
    8806 
    8807 
     10045if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     10046  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     10047$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     10048fi
     10049
     10050
     10051
  • main/trunk/greenstone2/configure.in

    r24958 r25149  
    257257if test "$arch_64bit" = yes; then
    258258  AC_MSG_RESULT(yes)
    259   if test -z "$COMPAT32BITFLAGS" ; then
    260     if test "$ENABLE_MG" = "1" -o "$ENABLE_MGPP" = "1" ; then
    261       COMPAT32BITFLAGS="-m32"
    262     fi
     259  if test -z "$ARCH_DEP_FLAGS" ; then
     260    ARCH_DEP_FLAGS=-fPIC
    263261  fi
    264262else
    265263  AC_MSG_RESULT(no)
    266   if test -z "$COMPAT32BITFLAGS" ; then
    267     COMPAT32BITFLAGS=
     264  if test -z "$ARCH_DEP_FLAGS" ; then
     265    ARCH_DEP_FLAGS=
    268266  fi
    269267fi
    270268
    271 export COMPAT32BITFLAGS
    272 AC_SUBST(COMPAT32BITFLAGS)
     269export ARCH_DEP_FLAGS
     270AC_SUBST(ARCH_DEP_FLAGS)
    273271
    274272
  • main/trunk/greenstone2/runtime-src/configure

    r24958 r25149  
    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= ;;
    192 esac
    193 
    194 if expr a : '\(a\)' >/dev/null 2>&1; then
     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';;
     501esac
     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.
     
    232571
    233572
    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
    242 
     573
     574exec 7<&0 </dev/null 6>&1
    243575
    244576# Name of the host.
     
    247579ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    248580
    249 exec 6>&1
    250 
    251581#
    252582# Initializations.
    253583#
    254584ac_default_prefix=/usr/local
     585ac_clean_files=
    255586ac_config_libobj_dir=.
     587LIBOBJS=
    256588cross_compiling=no
    257589subdirs=
     
    259591MAKEFLAGS=
    260592SHELL=${CONFIG_SHELL-/bin/sh}
    261 
    262 # Maximum number of lines to put in a shell here document.
    263 # This variable seems obsolete.  It should probably be removed, and
    264 # only ac_max_sed_lines should be used.
    265 : ${ac_max_here_lines=38}
    266593
    267594# Identity of this package.
     
    275602ac_includes_default="\
    276603#include <stdio.h>
    277 #if HAVE_SYS_TYPES_H
     604#ifdef HAVE_SYS_TYPES_H
    278605# include <sys/types.h>
    279606#endif
    280 #if HAVE_SYS_STAT_H
     607#ifdef HAVE_SYS_STAT_H
    281608# include <sys/stat.h>
    282609#endif
    283 #if STDC_HEADERS
     610#ifdef STDC_HEADERS
    284611# include <stdlib.h>
    285612# include <stddef.h>
    286613#else
    287 # if HAVE_STDLIB_H
     614# ifdef HAVE_STDLIB_H
    288615#  include <stdlib.h>
    289616# endif
    290617#endif
    291 #if HAVE_STRING_H
    292 # if !STDC_HEADERS && HAVE_MEMORY_H
     618#ifdef HAVE_STRING_H
     619# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    293620#  include <memory.h>
    294621# endif
    295622# include <string.h>
    296623#endif
    297 #if HAVE_STRINGS_H
     624#ifdef HAVE_STRINGS_H
    298625# include <strings.h>
    299626#endif
    300 #if HAVE_INTTYPES_H
     627#ifdef HAVE_INTTYPES_H
    301628# include <inttypes.h>
    302 #else
    303 # if HAVE_STDINT_H
    304 #  include <stdint.h>
    305 # endif
    306629#endif
    307 #if HAVE_UNISTD_H
     630#ifdef HAVE_STDINT_H
     631# include <stdint.h>
     632#endif
     633#ifdef HAVE_UNISTD_H
    308634# include <unistd.h>
    309635#endif"
    310636
    311 ac_subdirs_all="$ac_subdirs_all packages"
    312 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 PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_JAVA USE_JDBM USE_GDBM ENABLE_ACCENTFOLD USE_SQLITE USE_RSS USE_APACHE_HTTPD ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX JAVAC JAVACFLAGS JAVA uudecode AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos gsdlarch MODULEDIRS subdirs LTLIBOBJS'
     637enable_option_checking=no
     638ac_subst_vars='LTLIBOBJS
     639subdirs
     640MODULEDIRS
     641gsdlarch
     642gsdlos
     643STATIC
     644LIBOBJS
     645ALLOCA
     646ANSI2KNR
     647U
     648EGREP
     649GREP
     650CPP
     651MICO_VER
     652ARCH_DEP_FLAGS
     653RANLIB
     654SET_MAKE
     655LN_S
     656INSTALL_DATA
     657INSTALL_SCRIPT
     658INSTALL_PROGRAM
     659target_os
     660target_vendor
     661target_cpu
     662target
     663host_os
     664host_vendor
     665host_cpu
     666host
     667build_os
     668build_vendor
     669build_cpu
     670build
     671YFLAGS
     672YACC
     673AWK
     674uudecode
     675JAVA
     676JAVACFLAGS
     677JAVAC
     678ac_ct_CXX
     679CXXFLAGS
     680CXX
     681OBJEXT
     682EXEEXT
     683ac_ct_CC
     684CPPFLAGS
     685CC
     686CFLAGS
     687LDFLAGS
     688ENABLE_LUCENE
     689ENABLE_MGPP
     690ENABLE_MG
     691USE_APACHE_HTTPD
     692USE_RSS
     693USE_SQLITE
     694ENABLE_ACCENTFOLD
     695USE_GDBM
     696USE_JDBM
     697ENABLE_JAVA
     698USE_YAZ
     699USE_Z3950
     700MICO_DIR
     701USE_CORBA
     702USE_LANGACTION
     703USE_FASTCGI
     704VERSION
     705PACKAGE
     706target_alias
     707host_alias
     708build_alias
     709LIBS
     710ECHO_T
     711ECHO_N
     712ECHO_C
     713DEFS
     714mandir
     715localedir
     716libdir
     717psdir
     718pdfdir
     719dvidir
     720htmldir
     721infodir
     722docdir
     723oldincludedir
     724includedir
     725localstatedir
     726sharedstatedir
     727sysconfdir
     728datadir
     729datarootdir
     730libexecdir
     731sbindir
     732bindir
     733program_transform_name
     734prefix
     735exec_prefix
     736PACKAGE_BUGREPORT
     737PACKAGE_STRING
     738PACKAGE_VERSION
     739PACKAGE_TARNAME
     740PACKAGE_NAME
     741PATH_SEPARATOR
     742SHELL'
    313743ac_subst_files=''
     744ac_user_opts='
     745enable_option_checking
     746enable_corba
     747with_micodir
     748enable_z3950
     749enable_yaz
     750enable_java
     751enable_jdbm
     752enable_gdbm
     753enable_accentfold
     754enable_sqlite
     755enable_rss
     756enable_apache_httpd
     757enable_mg
     758enable_mgpp
     759enable_lucene
     760with_dmalloc
     761with_regex
     762'
     763      ac_precious_vars='build_alias
     764host_alias
     765target_alias
     766CC
     767CFLAGS
     768LDFLAGS
     769LIBS
     770CPPFLAGS
     771CXX
     772CXXFLAGS
     773CCC
     774YACC
     775YFLAGS
     776CPP'
     777ac_subdirs_all='packages'
    314778
    315779# Initialize some variables set by options.
    316780ac_init_help=
    317781ac_init_version=false
     782ac_unrecognized_opts=
     783ac_unrecognized_sep=
    318784# The variables have the same names as the options, with
    319785# dashes changed to underlines.
     
    338804# by default will actually change.
    339805# Use braces instead of parens because sh, perl, etc. also accept them.
     806# (The list follows the same order as the GNU Coding Standards.)
    340807bindir='${exec_prefix}/bin'
    341808sbindir='${exec_prefix}/sbin'
    342809libexecdir='${exec_prefix}/libexec'
    343 datadir='${prefix}/share'
     810datarootdir='${prefix}/share'
     811datadir='${datarootdir}'
    344812sysconfdir='${prefix}/etc'
    345813sharedstatedir='${prefix}/com'
    346814localstatedir='${prefix}/var'
    347 libdir='${exec_prefix}/lib'
    348815includedir='${prefix}/include'
    349816oldincludedir='/usr/include'
    350 infodir='${prefix}/info'
    351 mandir='${prefix}/man'
     817docdir='${datarootdir}/doc/${PACKAGE}'
     818infodir='${datarootdir}/info'
     819htmldir='${docdir}'
     820dvidir='${docdir}'
     821pdfdir='${docdir}'
     822psdir='${docdir}'
     823libdir='${exec_prefix}/lib'
     824localedir='${datarootdir}/locale'
     825mandir='${datarootdir}/man'
    352826
    353827ac_prev=
     828ac_dashdash=
    354829for ac_option
    355830do
    356831  # If the previous option needs an argument, assign it.
    357832  if test -n "$ac_prev"; then
    358     eval "$ac_prev=\$ac_option"
     833    eval $ac_prev=\$ac_option
    359834    ac_prev=
    360835    continue
    361836  fi
    362837
    363   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     838  case $ac_option in
     839  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     840  *)    ac_optarg=yes ;;
     841  esac
    364842
    365843  # Accept the important Cygnus configure options, so we can diagnose typos.
    366844
    367   case $ac_option in
     845  case $ac_dashdash$ac_option in
     846  --)
     847    ac_dashdash=yes ;;
    368848
    369849  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    387867    cache_file=config.cache ;;
    388868
    389   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     869  -datadir | --datadir | --datadi | --datad)
    390870    ac_prev=datadir ;;
    391   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    392   | --da=*)
     871  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    393872    datadir=$ac_optarg ;;
    394873
     874  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     875  | --dataroo | --dataro | --datar)
     876    ac_prev=datarootdir ;;
     877  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     878  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     879    datarootdir=$ac_optarg ;;
     880
    395881  -disable-* | --disable-*)
    396     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     882    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    397883    # Reject names that are not valid shell variable names.
    398     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    399       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     884    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     885      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    400886   { (exit 1); exit 1; }; }
    401     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    402     eval "enable_$ac_feature=no" ;;
     887    ac_useropt_orig=$ac_useropt
     888    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     889    case $ac_user_opts in
     890      *"
     891"enable_$ac_useropt"
     892"*) ;;
     893      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     894     ac_unrecognized_sep=', ';;
     895    esac
     896    eval enable_$ac_useropt=no ;;
     897
     898  -docdir | --docdir | --docdi | --doc | --do)
     899    ac_prev=docdir ;;
     900  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     901    docdir=$ac_optarg ;;
     902
     903  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     904    ac_prev=dvidir ;;
     905  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     906    dvidir=$ac_optarg ;;
    403907
    404908  -enable-* | --enable-*)
    405     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     909    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    406910    # Reject names that are not valid shell variable names.
    407     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    408       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     911    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     912      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    409913   { (exit 1); exit 1; }; }
    410     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    411     case $ac_option in
    412       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    413       *) ac_optarg=yes ;;
     914    ac_useropt_orig=$ac_useropt
     915    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     916    case $ac_user_opts in
     917      *"
     918"enable_$ac_useropt"
     919"*) ;;
     920      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     921     ac_unrecognized_sep=', ';;
    414922    esac
    415     eval "enable_$ac_feature='$ac_optarg'" ;;
     923    eval enable_$ac_useropt=\$ac_optarg ;;
    416924
    417925  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    440948    host_alias=$ac_optarg ;;
    441949
     950  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     951    ac_prev=htmldir ;;
     952  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     953  | --ht=*)
     954    htmldir=$ac_optarg ;;
     955
    442956  -includedir | --includedir | --includedi | --included | --include \
    443957  | --includ | --inclu | --incl | --inc)
     
    464978    libexecdir=$ac_optarg ;;
    465979
     980  -localedir | --localedir | --localedi | --localed | --locale)
     981    ac_prev=localedir ;;
     982  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     983    localedir=$ac_optarg ;;
     984
    466985  -localstatedir | --localstatedir | --localstatedi | --localstated \
    467   | --localstate | --localstat | --localsta | --localst \
    468   | --locals | --local | --loca | --loc | --lo)
     986  | --localstate | --localstat | --localsta | --localst | --locals)
    469987    ac_prev=localstatedir ;;
    470988  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    471   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    472   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     989  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    473990    localstatedir=$ac_optarg ;;
    474991
     
    5351052    program_transform_name=$ac_optarg ;;
    5361053
     1054  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     1055    ac_prev=pdfdir ;;
     1056  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     1057    pdfdir=$ac_optarg ;;
     1058
     1059  -psdir | --psdir | --psdi | --psd | --ps)
     1060    ac_prev=psdir ;;
     1061  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     1062    psdir=$ac_optarg ;;
     1063
    5371064  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    5381065  | -silent | --silent | --silen | --sile | --sil)
     
    5851112
    5861113  -with-* | --with-*)
    587     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1114    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    5881115    # Reject names that are not valid shell variable names.
    589     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    590       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1116    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1117      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    5911118   { (exit 1); exit 1; }; }
    592     ac_package=`echo $ac_package| sed 's/-/_/g'`
    593     case $ac_option in
    594       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    595       *) ac_optarg=yes ;;
     1119    ac_useropt_orig=$ac_useropt
     1120    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1121    case $ac_user_opts in
     1122      *"
     1123"with_$ac_useropt"
     1124"*) ;;
     1125      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1126     ac_unrecognized_sep=', ';;
    5961127    esac
    597     eval "with_$ac_package='$ac_optarg'" ;;
     1128    eval with_$ac_useropt=\$ac_optarg ;;
    5981129
    5991130  -without-* | --without-*)
    600     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1131    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    6011132    # Reject names that are not valid shell variable names.
    602     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    603       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1133    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1134      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    6041135   { (exit 1); exit 1; }; }
    605     ac_package=`echo $ac_package | sed 's/-/_/g'`
    606     eval "with_$ac_package=no" ;;
     1136    ac_useropt_orig=$ac_useropt
     1137    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1138    case $ac_user_opts in
     1139      *"
     1140"with_$ac_useropt"
     1141"*) ;;
     1142      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1143     ac_unrecognized_sep=', ';;
     1144    esac
     1145    eval with_$ac_useropt=no ;;
    6071146
    6081147  --x)
     
    6241163    x_libraries=$ac_optarg ;;
    6251164
    626   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1165  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    6271166Try \`$0 --help' for more information." >&2
    6281167   { (exit 1); exit 1; }; }
     
    6331172    # Reject names that are not valid shell variable names.
    6341173    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    635       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1174      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    6361175   { (exit 1); exit 1; }; }
    637     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    638     eval "$ac_envvar='$ac_optarg'"
     1176    eval $ac_envvar=\$ac_optarg
    6391177    export $ac_envvar ;;
    6401178
    6411179  *)
    6421180    # FIXME: should be removed in autoconf 3.0.
    643     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1181    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    6441182    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    645       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1183      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    6461184    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    6471185    ;;
     
    6521190if test -n "$ac_prev"; then
    6531191  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    654   { echo "$as_me: error: missing argument to $ac_option" >&2
     1192  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    6551193   { (exit 1); exit 1; }; }
    6561194fi
    6571195
    658 # Be sure to have absolute paths.
    659 for ac_var in exec_prefix prefix
     1196if test -n "$ac_unrecognized_opts"; then
     1197  case $enable_option_checking in
     1198    no) ;;
     1199    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1200   { (exit 1); exit 1; }; } ;;
     1201    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1202  esac
     1203fi
     1204
     1205# Check all directory arguments for consistency.
     1206for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1207        datadir sysconfdir sharedstatedir localstatedir includedir \
     1208        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1209        libdir localedir mandir
    6601210do
    661   eval ac_val=$`echo $ac_var`
     1211  eval ac_val=\$$ac_var
     1212  # Remove trailing slashes.
    6621213  case $ac_val in
    663     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    664     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    665    { (exit 1); exit 1; }; };;
     1214    */ )
     1215      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1216      eval $ac_var=\$ac_val;;
    6661217  esac
    667 done
    668 
    669 # Be sure to have absolute paths.
    670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    671           localstatedir libdir includedir oldincludedir infodir mandir
    672 do
    673   eval ac_val=$`echo $ac_var`
     1218  # Be sure to have absolute directory names.
    6741219  case $ac_val in
    675     [\\/$]* | ?:[\\/]* ) ;;
    676     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    677    { (exit 1); exit 1; }; };;
     1220    [\\/$]* | ?:[\\/]* )  continue;;
     1221    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    6781222  esac
     1223  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1224   { (exit 1); exit 1; }; }
    6791225done
    6801226
     
    6901236  if test "x$build_alias" = x; then
    6911237    cross_compiling=maybe
    692     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1238    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    6931239    If a cross compiler is detected then cross compile mode will be used." >&2
    6941240  elif test "x$build_alias" != "x$host_alias"; then
     
    7031249
    7041250
     1251ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1252ac_ls_di=`ls -di .` &&
     1253ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1254  { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1255   { (exit 1); exit 1; }; }
     1256test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1257  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1258   { (exit 1); exit 1; }; }
     1259
     1260
    7051261# Find the source files, if location was not specified.
    7061262if test -z "$srcdir"; then
    7071263  ac_srcdir_defaulted=yes
    708   # Try the directory containing this script, then its parent.
    709   ac_confdir=`(dirname "$0") 2>/dev/null ||
    710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    711      X"$0" : 'X\(//\)[^/]' \| \
    712      X"$0" : 'X\(//\)$' \| \
    713      X"$0" : 'X\(/\)' \| \
    714      .     : '\(.\)' 2>/dev/null ||
    715 echo X"$0" |
    716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    717       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    718       /^X\(\/\/\)$/{ s//\1/; q; }
    719       /^X\(\/\).*/{ s//\1/; q; }
    720       s/.*/./; q'`
     1264  # Try the directory containing this script, then the parent directory.
     1265  ac_confdir=`$as_dirname -- "$as_myself" ||
     1266$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1267     X"$as_myself" : 'X\(//\)[^/]' \| \
     1268     X"$as_myself" : 'X\(//\)$' \| \
     1269     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1270$as_echo X"$as_myself" |
     1271    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1272        s//\1/
     1273        q
     1274      }
     1275      /^X\(\/\/\)[^/].*/{
     1276        s//\1/
     1277        q
     1278      }
     1279      /^X\(\/\/\)$/{
     1280        s//\1/
     1281        q
     1282      }
     1283      /^X\(\/\).*/{
     1284        s//\1/
     1285        q
     1286      }
     1287      s/.*/./; q'`
    7211288  srcdir=$ac_confdir
    722   if test ! -r $srcdir/$ac_unique_file; then
     1289  if test ! -r "$srcdir/$ac_unique_file"; then
    7231290    srcdir=..
    7241291  fi
     
    7261293  ac_srcdir_defaulted=no
    7271294fi
    728 if test ! -r $srcdir/$ac_unique_file; then
    729   if test "$ac_srcdir_defaulted" = yes; then
    730     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1295if test ! -r "$srcdir/$ac_unique_file"; then
     1296  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1297  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    7311298   { (exit 1); exit 1; }; }
    732   else
    733     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1299fi
     1300ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1301ac_abs_confdir=`(
     1302    cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    7341303   { (exit 1); exit 1; }; }
    735   fi
    736 fi
    737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    738   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    739    { (exit 1); exit 1; }; }
    740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    741 ac_env_build_alias_set=${build_alias+set}
    742 ac_env_build_alias_value=$build_alias
    743 ac_cv_env_build_alias_set=${build_alias+set}
    744 ac_cv_env_build_alias_value=$build_alias
    745 ac_env_host_alias_set=${host_alias+set}
    746 ac_env_host_alias_value=$host_alias
    747 ac_cv_env_host_alias_set=${host_alias+set}
    748 ac_cv_env_host_alias_value=$host_alias
    749 ac_env_target_alias_set=${target_alias+set}
    750 ac_env_target_alias_value=$target_alias
    751 ac_cv_env_target_alias_set=${target_alias+set}
    752 ac_cv_env_target_alias_value=$target_alias
    753 ac_env_CC_set=${CC+set}
    754 ac_env_CC_value=$CC
    755 ac_cv_env_CC_set=${CC+set}
    756 ac_cv_env_CC_value=$CC
    757 ac_env_CFLAGS_set=${CFLAGS+set}
    758 ac_env_CFLAGS_value=$CFLAGS
    759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
    760 ac_cv_env_CFLAGS_value=$CFLAGS
    761 ac_env_LDFLAGS_set=${LDFLAGS+set}
    762 ac_env_LDFLAGS_value=$LDFLAGS
    763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    764 ac_cv_env_LDFLAGS_value=$LDFLAGS
    765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    766 ac_env_CPPFLAGS_value=$CPPFLAGS
    767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
    769 ac_env_CXX_set=${CXX+set}
    770 ac_env_CXX_value=$CXX
    771 ac_cv_env_CXX_set=${CXX+set}
    772 ac_cv_env_CXX_value=$CXX
    773 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
    774 ac_env_CXXFLAGS_value=$CXXFLAGS
    775 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
    776 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
    777 ac_env_CPP_set=${CPP+set}
    778 ac_env_CPP_value=$CPP
    779 ac_cv_env_CPP_set=${CPP+set}
    780 ac_cv_env_CPP_value=$CPP
     1304    pwd)`
     1305# When building in place, set srcdir=.
     1306if test "$ac_abs_confdir" = "$ac_pwd"; then
     1307  srcdir=.
     1308fi
     1309# Remove unnecessary trailing slashes from srcdir.
     1310# Double slashes in file names in object file debugging info
     1311# mess up M-x gdb in Emacs.
     1312case $srcdir in
     1313*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1314esac
     1315for ac_var in $ac_precious_vars; do
     1316  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1317  eval ac_env_${ac_var}_value=\$${ac_var}
     1318  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1319  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1320done
    7811321
    7821322#
     
    8071347      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    8081348
    809 _ACEOF
    810 
    811   cat <<_ACEOF
    8121349Installation directories:
    8131350  --prefix=PREFIX         install architecture-independent files in PREFIX
    814               [$ac_default_prefix]
     1351                          [$ac_default_prefix]
    8151352  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    816               [PREFIX]
     1353                          [PREFIX]
    8171354
    8181355By default, \`make install' will install all the files in
     
    8241361
    8251362Fine tuning of the installation directories:
    826   --bindir=DIR           user executables [EPREFIX/bin]
    827   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    828   --libexecdir=DIR       program executables [EPREFIX/libexec]
    829   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    830   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    831   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    832   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    833   --libdir=DIR           object code libraries [EPREFIX/lib]
    834   --includedir=DIR       C header files [PREFIX/include]
    835   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    836   --infodir=DIR          info documentation [PREFIX/info]
    837   --mandir=DIR           man documentation [PREFIX/man]
     1363  --bindir=DIR            user executables [EPREFIX/bin]
     1364  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1365  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1366  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1367  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1368  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1369  --libdir=DIR            object code libraries [EPREFIX/lib]
     1370  --includedir=DIR        C header files [PREFIX/include]
     1371  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1372  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1373  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1374  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1375  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1376  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1377  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
     1378  --htmldir=DIR           html documentation [DOCDIR]
     1379  --dvidir=DIR            dvi documentation [DOCDIR]
     1380  --pdfdir=DIR            pdf documentation [DOCDIR]
     1381  --psdir=DIR             ps documentation [DOCDIR]
    8381382_ACEOF
    8391383
     
    8521396
    8531397Optional Features:
     1398  --disable-option-checking  ignore unrecognized --enable/--with options
    8541399  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    8551400  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    8811426  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    8821427              nonstandard directory <lib dir>
    883   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    884               headers in a nonstandard directory <include dir>
     1428  LIBS        libraries to pass to the linker, e.g. -l<library>
     1429  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1430              you have headers in a nonstandard directory <include dir>
    8851431  CXX         C++ compiler command
    8861432  CXXFLAGS    C++ compiler flags
     1433  YACC        The `Yet Another C Compiler' implementation to use. Defaults to
     1434              the first program found out of: `bison -y', `byacc', `yacc'.
     1435  YFLAGS      The list of arguments that will be passed by default to $YACC.
     1436              This script will default YFLAGS to the empty string to avoid a
     1437              default value of `-d' given by some make applications.
    8871438  CPP         C preprocessor
    8881439
     
    8911442
    8921443_ACEOF
     1444ac_status=$?
    8931445fi
    8941446
    8951447if test "$ac_init_help" = "recursive"; then
    8961448  # If there are subdirs, report their specific --help.
    897   ac_popdir=`pwd`
    8981449  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    899     test -d $ac_dir || continue
     1450    test -d "$ac_dir" ||
     1451      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1452      continue
    9001453    ac_builddir=.
    9011454
    902 if test "$ac_dir" != .; then
    903   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    904   # A "../" for each directory in $ac_dir_suffix.
    905   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    906 else
    907   ac_dir_suffix= ac_top_builddir=
    908 fi
     1455case "$ac_dir" in
     1456.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1457*)
     1458  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1459  # A ".." for each directory in $ac_dir_suffix.
     1460  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1461  case $ac_top_builddir_sub in
     1462  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1463  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1464  esac ;;
     1465esac
     1466ac_abs_top_builddir=$ac_pwd
     1467ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1468# for backward compatibility:
     1469ac_top_builddir=$ac_top_build_prefix
    9091470
    9101471case $srcdir in
    911   .)  # No --srcdir option.  We are building in place.
     1472  .)  # We are building in place.
    9121473    ac_srcdir=.
    913     if test -z "$ac_top_builddir"; then
    914        ac_top_srcdir=.
     1474    ac_top_srcdir=$ac_top_builddir_sub
     1475    ac_abs_top_srcdir=$ac_pwd ;;
     1476  [\\/]* | ?:[\\/]* )  # Absolute name.
     1477    ac_srcdir=$srcdir$ac_dir_suffix;
     1478    ac_top_srcdir=$srcdir
     1479    ac_abs_top_srcdir=$srcdir ;;
     1480  *) # Relative name.
     1481    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1482    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1483    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     1484esac
     1485ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1486
     1487    cd "$ac_dir" || { ac_status=$?; continue; }
     1488    # Check for guested configure.
     1489    if test -f "$ac_srcdir/configure.gnu"; then
     1490      echo &&
     1491      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1492    elif test -f "$ac_srcdir/configure"; then
     1493      echo &&
     1494      $SHELL "$ac_srcdir/configure" --help=recursive
    9151495    else
    916        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    917     fi ;;
    918   [\\/]* | ?:[\\/]* )  # Absolute path.
    919     ac_srcdir=$srcdir$ac_dir_suffix;
    920     ac_top_srcdir=$srcdir ;;
    921   *) # Relative path.
    922     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    923     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    924 esac
    925 
    926 # Do not use `cd foo && pwd` to compute absolute paths, because
    927 # the directories may not exist.
    928 case `pwd` in
    929 .) ac_abs_builddir="$ac_dir";;
    930 *)
    931   case "$ac_dir" in
    932   .) ac_abs_builddir=`pwd`;;
    933   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    934   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    935   esac;;
    936 esac
    937 case $ac_abs_builddir in
    938 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    939 *)
    940   case ${ac_top_builddir}. in
    941   .) ac_abs_top_builddir=$ac_abs_builddir;;
    942   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    943   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    944   esac;;
    945 esac
    946 case $ac_abs_builddir in
    947 .) ac_abs_srcdir=$ac_srcdir;;
    948 *)
    949   case $ac_srcdir in
    950   .) ac_abs_srcdir=$ac_abs_builddir;;
    951   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    952   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    953   esac;;
    954 esac
    955 case $ac_abs_builddir in
    956 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    957 *)
    958   case $ac_top_srcdir in
    959   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    960   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    961   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    962   esac;;
    963 esac
    964 
    965     cd $ac_dir
    966     # Check for guested configure; otherwise get Cygnus style configure.
    967     if test -f $ac_srcdir/configure.gnu; then
    968       echo
    969       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    970     elif test -f $ac_srcdir/configure; then
    971       echo
    972       $SHELL $ac_srcdir/configure  --help=recursive
    973     elif test -f $ac_srcdir/configure.ac ||
    974        test -f $ac_srcdir/configure.in; then
    975       echo
    976       $ac_configure --help
    977     else
    978       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    979     fi
    980     cd $ac_popdir
     1496      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1497    fi || ac_status=$?
     1498    cd "$ac_pwd" || { ac_status=$?; break; }
    9811499  done
    9821500fi
    9831501
    984 test -n "$ac_init_help" && exit 0
     1502test -n "$ac_init_help" && exit $ac_status
    9851503if $ac_init_version; then
    9861504  cat <<\_ACEOF
    987 
    988 Copyright (C) 2003 Free Software Foundation, Inc.
     1505configure
     1506generated by GNU Autoconf 2.63
     1507
     1508Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     15092002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    9891510This configure script is free software; the Free Software Foundation
    9901511gives unlimited permission to copy, distribute and modify it.
    9911512_ACEOF
    992   exit 0
    993 fi
    994 exec 5>config.log
    995 cat >&5 <<_ACEOF
     1513  exit
     1514fi
     1515cat >config.log <<_ACEOF
    9961516This file contains any messages produced by compilers while
    9971517running configure, to aid debugging if configure makes a mistake.
    9981518
    9991519It was created by $as_me, which was
    1000 generated by GNU Autoconf 2.59.  Invocation command line was
     1520generated by GNU Autoconf 2.63.  Invocation command line was
    10011521
    10021522  $ $0 $@
    10031523
    10041524_ACEOF
     1525exec 5>>config.log
    10051526{
    10061527cat <<_ASUNAME
     
    10211542/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    10221543/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    1023 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1544/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    10241545/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    10251546/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    10331554  IFS=$as_save_IFS
    10341555  test -z "$as_dir" && as_dir=.
    1035   echo "PATH: $as_dir"
     1556  $as_echo "PATH: $as_dir"
    10361557done
     1558IFS=$as_save_IFS
    10371559
    10381560} >&5
     
    10561578ac_configure_args0=
    10571579ac_configure_args1=
    1058 ac_sep=
    10591580ac_must_keep_next=false
    10601581for ac_pass in 1 2
     
    10671588    | -silent | --silent | --silen | --sile | --sil)
    10681589      continue ;;
    1069     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1070       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1590    *\'*)
     1591      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    10711592    esac
    10721593    case $ac_pass in
     
    10891610    esac
    10901611      fi
    1091       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1092       # Get rid of the leading space.
    1093       ac_sep=" "
     1612      ac_configure_args="$ac_configure_args '$ac_arg'"
    10941613      ;;
    10951614    esac
     
    11021621# config.log.  We remove comments because anyway the quotes in there
    11031622# would cause problems or look ugly.
    1104 # WARNING: Be sure not to use single quotes in there, as some shells,
    1105 # such as our DU 5.0 friend, will then `close' the trap.
     1623# WARNING: Use '\'' to represent an apostrophe within the trap.
     1624# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    11061625trap 'exit_status=$?
    11071626  # Save into config.log some information that might help in debugging.
     
    11161635    echo
    11171636    # The following way of writing the cache mishandles newlines in values,
    1118 {
     1637(
     1638  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1639    eval ac_val=\$$ac_var
     1640    case $ac_val in #(
     1641    *${as_nl}*)
     1642      case $ac_var in #(
     1643      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1644$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1645      esac
     1646      case $ac_var in #(
     1647      _ | IFS | as_nl) ;; #(
     1648      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     1649      *) $as_unset $ac_var ;;
     1650      esac ;;
     1651    esac
     1652  done
    11191653  (set) 2>&1 |
    1120     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1121     *ac_space=\ *)
     1654    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1655    *${as_nl}ac_space=\ *)
    11221656      sed -n \
    1123     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1124       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1657    "s/'\''/'\''\\\\'\'''\''/g;
     1658      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1659      ;; #(
     1660    *)
     1661      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    11251662      ;;
    1126     *)
    1127       sed -n \
    1128     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1129       ;;
    1130     esac;
    1131 }
     1663    esac |
     1664    sort
     1665)
    11321666    echo
    11331667
     
    11401674    for ac_var in $ac_subst_vars
    11411675    do
    1142       eval ac_val=$`echo $ac_var`
    1143       echo "$ac_var='"'"'$ac_val'"'"'"
     1676      eval ac_val=\$$ac_var
     1677      case $ac_val in
     1678      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1679      esac
     1680      $as_echo "$ac_var='\''$ac_val'\''"
    11441681    done | sort
    11451682    echo
     
    11471684    if test -n "$ac_subst_files"; then
    11481685      cat <<\_ASBOX
    1149 ## ------------- ##
    1150 ## Output files. ##
    1151 ## ------------- ##
     1686## ------------------- ##
     1687## File substitutions. ##
     1688## ------------------- ##
    11521689_ASBOX
    11531690      echo
    11541691      for ac_var in $ac_subst_files
    11551692      do
    1156     eval ac_val=$`echo $ac_var`
    1157     echo "$ac_var='"'"'$ac_val'"'"'"
     1693    eval ac_val=\$$ac_var
     1694    case $ac_val in
     1695    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1696    esac
     1697    $as_echo "$ac_var='\''$ac_val'\''"
    11581698      done | sort
    11591699      echo
     
    11671707_ASBOX
    11681708      echo
    1169       sed "/^$/d" confdefs.h | sort
     1709      cat confdefs.h
    11701710      echo
    11711711    fi
    11721712    test "$ac_signal" != 0 &&
    1173       echo "$as_me: caught signal $ac_signal"
    1174     echo "$as_me: exit $exit_status"
     1713      $as_echo "$as_me: caught signal $ac_signal"
     1714    $as_echo "$as_me: exit $exit_status"
    11751715  } >&5
    1176   rm -f core *.core &&
    1177   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1716  rm -f core *.core core.conftest.* &&
     1717    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    11781718    exit $exit_status
    1179      ' 0
     1719' 0
    11801720for ac_signal in 1 2 13 15; do
    11811721  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    11841724
    11851725# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1186 rm -rf conftest* confdefs.h
    1187 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1188 echo >confdefs.h
     1726rm -f -r conftest* confdefs.h
    11891727
    11901728# Predefined preprocessor variables.
     
    12161754
    12171755# Let the site file select an alternate cache file if it wants to.
    1218 # Prefer explicitly selected file to automatically selected ones.
    1219 if test -z "$CONFIG_SITE"; then
    1220   if test "x$prefix" != xNONE; then
    1221     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1222   else
    1223     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1224   fi
    1225 fi
    1226 for ac_site_file in $CONFIG_SITE; do
     1756# Prefer an explicitly selected file to automatically selected ones.
     1757ac_site_file1=NONE
     1758ac_site_file2=NONE
     1759if test -n "$CONFIG_SITE"; then
     1760  ac_site_file1=$CONFIG_SITE
     1761elif test "x$prefix" != xNONE; then
     1762  ac_site_file1=$prefix/share/config.site
     1763  ac_site_file2=$prefix/etc/config.site
     1764else
     1765  ac_site_file1=$ac_default_prefix/share/config.site
     1766  ac_site_file2=$ac_default_prefix/etc/config.site
     1767fi
     1768for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1769do
     1770  test "x$ac_site_file" = xNONE && continue
    12271771  if test -r "$ac_site_file"; then
    1228     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1229 echo "$as_me: loading site script $ac_site_file" >&6;}
     1772    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1773$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    12301774    sed 's/^/| /' "$ac_site_file" >&5
    12311775    . "$ac_site_file"
     
    12371781  # files actually), so we avoid doing that.
    12381782  if test -f "$cache_file"; then
    1239     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1240 echo "$as_me: loading cache $cache_file" >&6;}
     1783    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1784$as_echo "$as_me: loading cache $cache_file" >&6;}
    12411785    case $cache_file in
    1242       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1243       *)                      . ./$cache_file;;
     1786      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1787      *)                      . "./$cache_file";;
    12441788    esac
    12451789  fi
    12461790else
    1247   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1248 echo "$as_me: creating cache $cache_file" >&6;}
     1791  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1792$as_echo "$as_me: creating cache $cache_file" >&6;}
    12491793  >$cache_file
    12501794fi
     
    12531797# value.
    12541798ac_cache_corrupted=false
    1255 for ac_var in `(set) 2>&1 |
    1256            sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1799for ac_var in $ac_precious_vars; do
    12571800  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    12581801  eval ac_new_set=\$ac_env_${ac_var}_set
    1259   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1260   eval ac_new_val="\$ac_env_${ac_var}_value"
     1802  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1803  eval ac_new_val=\$ac_env_${ac_var}_value
    12611804  case $ac_old_set,$ac_new_set in
    12621805    set,)
    1263       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1264 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1806      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1807$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    12651808      ac_cache_corrupted=: ;;
    12661809    ,set)
    1267       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1268 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1810      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1811$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    12691812      ac_cache_corrupted=: ;;
    12701813    ,);;
    12711814    *)
    12721815      if test "x$ac_old_val" != "x$ac_new_val"; then
    1273     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1274 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1275     { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1276 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1277     { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1278 echo "$as_me:   current value: $ac_new_val" >&2;}
    1279     ac_cache_corrupted=:
     1816    # differences in whitespace do not lead to failure.
     1817    ac_old_val_w=`echo x $ac_old_val`
     1818    ac_new_val_w=`echo x $ac_new_val`
     1819    if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1820      { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1821$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1822      ac_cache_corrupted=:
     1823    else
     1824      { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1825$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1826      eval $ac_var=\$ac_old_val
     1827    fi
     1828    { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1829$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1830    { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1831$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    12801832      fi;;
    12811833  esac
     
    12831835  if test "$ac_new_set" = set; then
    12841836    case $ac_new_val in
    1285     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1286       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1837    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    12871838    *) ac_arg=$ac_var=$ac_new_val ;;
    12881839    esac
     
    12941845done
    12951846if $ac_cache_corrupted; then
    1296   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1297 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1298   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1299 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1847  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1848$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1849  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1850$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1851  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1852$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    13001853   { (exit 1); exit 1; }; }
    13011854fi
     1855
     1856
     1857
     1858
     1859
     1860
     1861
     1862
     1863
     1864
     1865
     1866
     1867
     1868
     1869
     1870
    13021871
    13031872ac_ext=c
     
    13081877
    13091878
    1310 
    1311 
    1312 
    1313 
    1314 
    1315 
    1316 
    1317 
    1318 
    1319 
    1320 
    1321 
    1322 
    1323 
    1324 
    1325 
    1326 
    1327           ac_config_headers="$ac_config_headers config.h"
     1879ac_config_headers="$ac_config_headers config.h"
    13281880
    13291881
     
    13601912fi
    13611913
    1362 # Check whether --enable-corba or --disable-corba was given.
     1914# Check whether --enable-corba was given.
    13631915if test "${enable_corba+set}" = set; then
    1364   enableval="$enable_corba"
    1365   USE_CORBA=$enableval
     1916  enableval=$enable_corba; USE_CORBA=$enableval
    13661917else
    13671918  USE_CORBA=no
    1368 fi;
     1919fi
     1920
    13691921if test $USE_CORBA = "yes" -o $USE_CORBA = "1" ; then
    13701922  USE_CORBA=1
    13711923  cat >>confdefs.h <<\_ACEOF
    1372 #define USE_CORBA
     1924#define USE_CORBA /**/
    13731925_ACEOF
    13741926
     
    13791931
    13801932
    1381 # Check whether --with-micodir or --without-micodir was given.
     1933# Check whether --with-micodir was given.
    13821934if test "${with_micodir+set}" = set; then
    1383   withval="$with_micodir"
    1384   MICO_DIR=$withval
     1935  withval=$with_micodir; MICO_DIR=$withval
    13851936else
    13861937  MICO_DIR="default"
    1387 fi;
     1938fi
     1939
    13881940cat >>confdefs.h <<_ACEOF
    13891941#define MICO_DIR "$MICO_DIR"
     
    13921944
    13931945
    1394 # Check whether --enable-z3950 or --disable-z3950 was given.
     1946# Check whether --enable-z3950 was given.
    13951947if test "${enable_z3950+set}" = set; then
    1396   enableval="$enable_z3950"
    1397   USE_Z3950=$enableval
     1948  enableval=$enable_z3950; USE_Z3950=$enableval
    13981949else
    13991950  USE_Z3950=no
    1400 fi;
     1951fi
     1952
    14011953if test $USE_Z3950 = "yes" -o $USE_Z3950 = "1" ; then
    14021954  USE_Z3950=1
    14031955  cat >>confdefs.h <<\_ACEOF
    1404 #define USE_Z3950
     1956#define USE_Z3950 /**/
    14051957_ACEOF
    14061958
     
    14101962
    14111963
    1412 # Check whether --enable-yaz or --disable-yaz was given.
     1964# Check whether --enable-yaz was given.
    14131965if test "${enable_yaz+set}" = set; then
    1414   enableval="$enable_yaz"
    1415   USE_YAZ=$enableval
     1966  enableval=$enable_yaz; USE_YAZ=$enableval
    14161967else
    14171968  USE_YAZ=yes
    1418 fi;
     1969fi
     1970
    14191971if test $USE_YAZ = "yes" -o $USE_YAZ = "1" ; then
    14201972  USE_YAZ=1
    14211973  cat >>confdefs.h <<\_ACEOF
    1422 #define USE_YAZ
     1974#define USE_YAZ /**/
    14231975_ACEOF
    14241976
     
    14281980
    14291981
    1430 # Check whether --enable-java or --disable-java was given.
     1982# Check whether --enable-java was given.
    14311983if test "${enable_java+set}" = set; then
    1432   enableval="$enable_java"
    1433   ENABLE_JAVA=$enableval
     1984  enableval=$enable_java; ENABLE_JAVA=$enableval
    14341985else
    14351986  ENABLE_JAVA=yes
    1436 fi;
     1987fi
     1988
    14371989if test $ENABLE_JAVA = "yes" -o $ENABLE_JAVA = "1" ; then
    14381990  ENABLE_JAVA=1
     
    14482000
    14492001
    1450 # Check whether --enable-jdbm or --disable-jdbm was given.
     2002# Check whether --enable-jdbm was given.
    14512003if test "${enable_jdbm+set}" = set; then
    1452   enableval="$enable_jdbm"
    1453   USE_JDBM=$enableval
     2004  enableval=$enable_jdbm; USE_JDBM=$enableval
    14542005else
    14552006  USE_JDBM=yes
    1456 fi;
     2007fi
     2008
    14572009if test $ENABLE_JAVA = "1" -a \( $USE_JDBM = "yes" -o $USE_JDBM = "1" \) ; then
    14582010  USE_JDBM=1
    14592011  cat >>confdefs.h <<\_ACEOF
    1460 #define USE_JDBM
     2012#define USE_JDBM /**/
    14612013_ACEOF
    14622014
     
    14662018
    14672019
    1468 # Check whether --enable-gdbm or --disable-gdbm was given.
     2020# Check whether --enable-gdbm was given.
    14692021if test "${enable_gdbm+set}" = set; then
    1470   enableval="$enable_gdbm"
    1471   USE_GDBM=$enableval
     2022  enableval=$enable_gdbm; USE_GDBM=$enableval
    14722023else
    14732024  USE_GDBM=yes
    1474 fi;
     2025fi
     2026
    14752027if test $USE_GDBM = "yes" -o $USE_GDBM = "1" ; then
    14762028  USE_GDBM=1
    14772029  cat >>confdefs.h <<\_ACEOF
    1478 #define USE_GDBM
     2030#define USE_GDBM /**/
    14792031_ACEOF
    14802032
     
    14842036
    14852037
    1486 # Check whether --enable-accentfold or --disable-accentfold was given.
     2038# Check whether --enable-accentfold was given.
    14872039if test "${enable_accentfold+set}" = set; then
    1488   enableval="$enable_accentfold"
    1489   ENABLE_ACCENTFOLD=$enableval
     2040  enableval=$enable_accentfold; ENABLE_ACCENTFOLD=$enableval
    14902041else
    14912042  ENABLE_ACCENTFOLD=yes
    1492 fi;
     2043fi
     2044
    14932045if test $ENABLE_ACCENTFOLD = "yes" -o $ENABLE_ACCENTFOLD = "1" ; then
    14942046  ENABLE_ACCENTFOLD=1
    14952047  cat >>confdefs.h <<\_ACEOF
    1496 #define ENABLE_ACCENTFOLD
     2048#define ENABLE_ACCENTFOLD /**/
    14972049_ACEOF
    14982050
     
    15022054
    15032055
    1504 # Check whether --enable-sqlite or --disable-sqlite was given.
     2056# Check whether --enable-sqlite was given.
    15052057if test "${enable_sqlite+set}" = set; then
    1506   enableval="$enable_sqlite"
    1507   USE_SQLITE=$enableval
     2058  enableval=$enable_sqlite; USE_SQLITE=$enableval
    15082059else
    15092060  USE_SQLITE=yes
    1510 fi;
     2061fi
     2062
    15112063if test $USE_SQLITE = "yes" -o $USE_SQLITE = "1" ; then
    15122064  USE_SQLITE=1
    15132065  cat >>confdefs.h <<\_ACEOF
    1514 #define USE_SQLITE
     2066#define USE_SQLITE /**/
    15152067_ACEOF
    15162068
     
    15202072
    15212073
    1522 # Check whether --enable-rss or --disable-rss was given.
     2074# Check whether --enable-rss was given.
    15232075if test "${enable_rss+set}" = set; then
    1524   enableval="$enable_rss"
    1525   USE_RSS=$enableval
     2076  enableval=$enable_rss; USE_RSS=$enableval
    15262077else
    15272078  USE_RSS=yes
    1528 fi;
     2079fi
     2080
    15292081if test $USE_RSS = "yes" -o $USE_RSS = "1" ; then
    15302082  USE_RSS=1
    15312083  cat >>confdefs.h <<\_ACEOF
    1532 #define USE_RSS
     2084#define USE_RSS /**/
    15332085_ACEOF
    15342086
     
    15392091
    15402092
    1541 # Check whether --enable-apache-httpd or --disable-apache-httpd was given.
     2093# Check whether --enable-apache-httpd was given.
    15422094if test "${enable_apache_httpd+set}" = set; then
    1543   enableval="$enable_apache_httpd"
    1544   USE_APACHE_HTTPD=$enableval
     2095  enableval=$enable_apache_httpd; USE_APACHE_HTTPD=$enableval
    15452096else
    15462097  USE_APACHE_HTTPD=no
    1547 fi;
     2098fi
     2099
    15482100if test $USE_APACHE_HTTPD = "yes" -o $USE_APACHE_HTTPD = "1" ; then
    15492101  USE_APACHE_HTTPD=1
    15502102  cat >>confdefs.h <<\_ACEOF
    1551 #define USE_APACHE_HTTPD
     2103#define USE_APACHE_HTTPD /**/
    15522104_ACEOF
    15532105
     
    15582110
    15592111
    1560 # Check whether --enable-mg or --disable-mg was given.
     2112# Check whether --enable-mg was given.
    15612113if test "${enable_mg+set}" = set; then
    1562   enableval="$enable_mg"
    1563   ENABLE_MG=$enableval
     2114  enableval=$enable_mg; ENABLE_MG=$enableval
    15642115else
    15652116  ENABLE_MG=yes
    1566 fi;
     2117fi
     2118
    15672119if test $ENABLE_MG = "yes" -o $ENABLE_MG = "1" ; then
    15682120  ENABLE_MG=1
    15692121  cat >>confdefs.h <<\_ACEOF
    1570 #define ENABLE_MG
     2122#define ENABLE_MG /**/
    15712123_ACEOF
    15722124
     
    15762128
    15772129
    1578 # Check whether --enable-mgpp or --disable-mgpp was given.
     2130# Check whether --enable-mgpp was given.
    15792131if test "${enable_mgpp+set}" = set; then
    1580   enableval="$enable_mgpp"
    1581   ENABLE_MGPP=$enableval
     2132  enableval=$enable_mgpp; ENABLE_MGPP=$enableval
    15822133else
    15832134  ENABLE_MGPP=yes
    1584 fi;
     2135fi
     2136
    15852137if test $ENABLE_MGPP = "yes" -o $ENABLE_MGPP = "1" ; then
    15862138  ENABLE_MGPP=1
    15872139  cat >>confdefs.h <<\_ACEOF
    1588 #define ENABLE_MGPP
     2140#define ENABLE_MGPP /**/
    15892141_ACEOF
    15902142
     
    15942146
    15952147
    1596 # Check whether --enable-lucene or --disable-lucene was given.
     2148# Check whether --enable-lucene was given.
    15972149if test "${enable_lucene+set}" = set; then
    1598   enableval="$enable_lucene"
    1599   ENABLE_LUCENE=$enableval
     2150  enableval=$enable_lucene; ENABLE_LUCENE=$enableval
    16002151else
    16012152  ENABLE_LUCENE=yes
    1602 fi;
     2153fi
     2154
    16032155if test $ENABLE_JAVA = "1" -a \( $ENABLE_LUCENE = "yes" -o $ENABLE_LUCENE = "1" \) ; then
    16042156  ENABLE_LUCENE=1
    16052157  cat >>confdefs.h <<\_ACEOF
    1606 #define ENABLE_LUCENE
     2158#define ENABLE_LUCENE /**/
    16072159_ACEOF
    16082160
     
    16282180  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    16292181set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1630 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1631 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2182{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2183$as_echo_n "checking for $ac_word... " >&6; }
    16322184if test "${ac_cv_prog_CC+set}" = set; then
    1633   echo $ECHO_N "(cached) $ECHO_C" >&6
     2185  $as_echo_n "(cached) " >&6
    16342186else
    16352187  if test -n "$CC"; then
     
    16422194  test -z "$as_dir" && as_dir=.
    16432195  for ac_exec_ext in '' $ac_executable_extensions; do
    1644   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2196  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16452197    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1646     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2198    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16472199    break 2
    16482200  fi
    16492201done
    16502202done
     2203IFS=$as_save_IFS
    16512204
    16522205fi
     
    16542207CC=$ac_cv_prog_CC
    16552208if test -n "$CC"; then
    1656   echo "$as_me:$LINENO: result: $CC" >&5
    1657 echo "${ECHO_T}$CC" >&6
    1658 else
    1659   echo "$as_me:$LINENO: result: no" >&5
    1660 echo "${ECHO_T}no" >&6
    1661 fi
     2209  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2210$as_echo "$CC" >&6; }
     2211else
     2212  { $as_echo "$as_me:$LINENO: result: no" >&5
     2213$as_echo "no" >&6; }
     2214fi
     2215
    16622216
    16632217fi
     
    16662220  # Extract the first word of "gcc", so it can be a program name with args.
    16672221set dummy gcc; ac_word=$2
    1668 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1669 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2222{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2223$as_echo_n "checking for $ac_word... " >&6; }
    16702224if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1671   echo $ECHO_N "(cached) $ECHO_C" >&6
     2225  $as_echo_n "(cached) " >&6
    16722226else
    16732227  if test -n "$ac_ct_CC"; then
     
    16802234  test -z "$as_dir" && as_dir=.
    16812235  for ac_exec_ext in '' $ac_executable_extensions; do
    1682   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2236  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16832237    ac_cv_prog_ac_ct_CC="gcc"
    1684     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2238    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16852239    break 2
    16862240  fi
    16872241done
    16882242done
     2243IFS=$as_save_IFS
    16892244
    16902245fi
     
    16922247ac_ct_CC=$ac_cv_prog_ac_ct_CC
    16932248if test -n "$ac_ct_CC"; then
    1694   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1695 echo "${ECHO_T}$ac_ct_CC" >&6
    1696 else
    1697   echo "$as_me:$LINENO: result: no" >&5
    1698 echo "${ECHO_T}no" >&6
    1699 fi
    1700 
    1701   CC=$ac_ct_CC
     2249  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2250$as_echo "$ac_ct_CC" >&6; }
     2251else
     2252  { $as_echo "$as_me:$LINENO: result: no" >&5
     2253$as_echo "no" >&6; }
     2254fi
     2255
     2256  if test "x$ac_ct_CC" = x; then
     2257    CC=""
     2258  else
     2259    case $cross_compiling:$ac_tool_warned in
     2260yes:)
     2261{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2262$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2263ac_tool_warned=yes ;;
     2264esac
     2265    CC=$ac_ct_CC
     2266  fi
    17022267else
    17032268  CC="$ac_cv_prog_CC"
     
    17052270
    17062271if test -z "$CC"; then
    1707   if test -n "$ac_tool_prefix"; then
    1708   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     2272          if test -n "$ac_tool_prefix"; then
     2273    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    17092274set dummy ${ac_tool_prefix}cc; ac_word=$2
    1710 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2275{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2276$as_echo_n "checking for $ac_word... " >&6; }
    17122277if test "${ac_cv_prog_CC+set}" = set; then
    1713   echo $ECHO_N "(cached) $ECHO_C" >&6
     2278  $as_echo_n "(cached) " >&6
    17142279else
    17152280  if test -n "$CC"; then
     
    17222287  test -z "$as_dir" && as_dir=.
    17232288  for ac_exec_ext in '' $ac_executable_extensions; do
    1724   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2289  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17252290    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1726     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2291    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17272292    break 2
    17282293  fi
    17292294done
    17302295done
     2296IFS=$as_save_IFS
    17312297
    17322298fi
     
    17342300CC=$ac_cv_prog_CC
    17352301if test -n "$CC"; then
    1736   echo "$as_me:$LINENO: result: $CC" >&5
    1737 echo "${ECHO_T}$CC" >&6
    1738 else
    1739   echo "$as_me:$LINENO: result: no" >&5
    1740 echo "${ECHO_T}no" >&6
    1741 fi
    1742 
    1743 fi
    1744 if test -z "$ac_cv_prog_CC"; then
    1745   ac_ct_CC=$CC
    1746   # Extract the first word of "cc", so it can be a program name with args.
    1747 set dummy cc; ac_word=$2
    1748 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1750 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1751   echo $ECHO_N "(cached) $ECHO_C" >&6
    1752 else
    1753   if test -n "$ac_ct_CC"; then
    1754   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    1755 else
    1756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1757 for as_dir in $PATH
    1758 do
    1759   IFS=$as_save_IFS
    1760   test -z "$as_dir" && as_dir=.
    1761   for ac_exec_ext in '' $ac_executable_extensions; do
    1762   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    1763     ac_cv_prog_ac_ct_CC="cc"
    1764     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1765     break 2
     2302  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2303$as_echo "$CC" >&6; }
     2304else
     2305  { $as_echo "$as_me:$LINENO: result: no" >&5
     2306$as_echo "no" >&6; }
     2307fi
     2308
     2309
    17662310  fi
    1767 done
    1768 done
    1769 
    1770 fi
    1771 fi
    1772 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    1773 if test -n "$ac_ct_CC"; then
    1774   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1775 echo "${ECHO_T}$ac_ct_CC" >&6
    1776 else
    1777   echo "$as_me:$LINENO: result: no" >&5
    1778 echo "${ECHO_T}no" >&6
    1779 fi
    1780 
    1781   CC=$ac_ct_CC
    1782 else
    1783   CC="$ac_cv_prog_CC"
    1784 fi
    1785 
    17862311fi
    17872312if test -z "$CC"; then
    17882313  # Extract the first word of "cc", so it can be a program name with args.
    17892314set dummy cc; ac_word=$2
    1790 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2315{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2316$as_echo_n "checking for $ac_word... " >&6; }
    17922317if test "${ac_cv_prog_CC+set}" = set; then
    1793   echo $ECHO_N "(cached) $ECHO_C" >&6
     2318  $as_echo_n "(cached) " >&6
    17942319else
    17952320  if test -n "$CC"; then
     
    18032328  test -z "$as_dir" && as_dir=.
    18042329  for ac_exec_ext in '' $ac_executable_extensions; do
    1805   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2330  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18062331    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    18072332       ac_prog_rejected=yes
     
    18092334     fi
    18102335    ac_cv_prog_CC="cc"
    1811     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2336    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18122337    break 2
    18132338  fi
    18142339done
    18152340done
     2341IFS=$as_save_IFS
    18162342
    18172343if test $ac_prog_rejected = yes; then
     
    18312357CC=$ac_cv_prog_CC
    18322358if test -n "$CC"; then
    1833   echo "$as_me:$LINENO: result: $CC" >&5
    1834 echo "${ECHO_T}$CC" >&6
    1835 else
    1836   echo "$as_me:$LINENO: result: no" >&5
    1837 echo "${ECHO_T}no" >&6
    1838 fi
     2359  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2360$as_echo "$CC" >&6; }
     2361else
     2362  { $as_echo "$as_me:$LINENO: result: no" >&5
     2363$as_echo "no" >&6; }
     2364fi
     2365
    18392366
    18402367fi
    18412368if test -z "$CC"; then
    18422369  if test -n "$ac_tool_prefix"; then
    1843   for ac_prog in cl
     2370  for ac_prog in cl.exe
    18442371  do
    18452372    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    18462373set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1847 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2374{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2375$as_echo_n "checking for $ac_word... " >&6; }
    18492376if test "${ac_cv_prog_CC+set}" = set; then
    1850   echo $ECHO_N "(cached) $ECHO_C" >&6
     2377  $as_echo_n "(cached) " >&6
    18512378else
    18522379  if test -n "$CC"; then
     
    18592386  test -z "$as_dir" && as_dir=.
    18602387  for ac_exec_ext in '' $ac_executable_extensions; do
    1861   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2388  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18622389    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1863     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2390    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18642391    break 2
    18652392  fi
    18662393done
    18672394done
     2395IFS=$as_save_IFS
    18682396
    18692397fi
     
    18712399CC=$ac_cv_prog_CC
    18722400if test -n "$CC"; then
    1873   echo "$as_me:$LINENO: result: $CC" >&5
    1874 echo "${ECHO_T}$CC" >&6
    1875 else
    1876   echo "$as_me:$LINENO: result: no" >&5
    1877 echo "${ECHO_T}no" >&6
    1878 fi
     2401  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2402$as_echo "$CC" >&6; }
     2403else
     2404  { $as_echo "$as_me:$LINENO: result: no" >&5
     2405$as_echo "no" >&6; }
     2406fi
     2407
    18792408
    18802409    test -n "$CC" && break
     
    18832412if test -z "$CC"; then
    18842413  ac_ct_CC=$CC
    1885   for ac_prog in cl
     2414  for ac_prog in cl.exe
    18862415do
    18872416  # Extract the first word of "$ac_prog", so it can be a program name with args.
    18882417set dummy $ac_prog; ac_word=$2
    1889 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2418{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2419$as_echo_n "checking for $ac_word... " >&6; }
    18912420if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1892   echo $ECHO_N "(cached) $ECHO_C" >&6
     2421  $as_echo_n "(cached) " >&6
    18932422else
    18942423  if test -n "$ac_ct_CC"; then
     
    19012430  test -z "$as_dir" && as_dir=.
    19022431  for ac_exec_ext in '' $ac_executable_extensions; do
    1903   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2432  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19042433    ac_cv_prog_ac_ct_CC="$ac_prog"
    1905     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2434    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19062435    break 2
    19072436  fi
    19082437done
    19092438done
     2439IFS=$as_save_IFS
    19102440
    19112441fi
     
    19132443ac_ct_CC=$ac_cv_prog_ac_ct_CC
    19142444if test -n "$ac_ct_CC"; then
    1915   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1916 echo "${ECHO_T}$ac_ct_CC" >&6
    1917 else
    1918   echo "$as_me:$LINENO: result: no" >&5
    1919 echo "${ECHO_T}no" >&6
    1920 fi
     2445  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2446$as_echo "$ac_ct_CC" >&6; }
     2447else
     2448  { $as_echo "$as_me:$LINENO: result: no" >&5
     2449$as_echo "no" >&6; }
     2450fi
     2451
    19212452
    19222453  test -n "$ac_ct_CC" && break
    19232454done
    19242455
    1925   CC=$ac_ct_CC
    1926 fi
    1927 
    1928 fi
    1929 
    1930 
    1931 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2456  if test "x$ac_ct_CC" = x; then
     2457    CC=""
     2458  else
     2459    case $cross_compiling:$ac_tool_warned in
     2460yes:)
     2461{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2462$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2463ac_tool_warned=yes ;;
     2464esac
     2465    CC=$ac_ct_CC
     2466  fi
     2467fi
     2468
     2469fi
     2470
     2471
     2472test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2473$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2474{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    19322475See \`config.log' for more details." >&5
    1933 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2476$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    19342477See \`config.log' for more details." >&2;}
    1935    { (exit 1); exit 1; }; }
     2478   { (exit 1); exit 1; }; }; }
    19362479
    19372480# Provide some information about the compiler.
    1938 echo "$as_me:$LINENO:" \
    1939      "checking for C compiler version" >&5
    1940 ac_compiler=`set X $ac_compile; echo $2`
    1941 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    1942   (eval $ac_compiler --version </dev/null >&5) 2>&5
     2481$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2482set X $ac_compile
     2483ac_compiler=$2
     2484{ (ac_try="$ac_compiler --version >&5"
     2485case "(($ac_try" in
     2486  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2487  *) ac_try_echo=$ac_try;;
     2488esac
     2489eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2490$as_echo "$ac_try_echo") >&5
     2491  (eval "$ac_compiler --version >&5") 2>&5
    19432492  ac_status=$?
    1944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2493  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19452494  (exit $ac_status); }
    1946 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    1947   (eval $ac_compiler -v </dev/null >&5) 2>&5
     2495{ (ac_try="$ac_compiler -v >&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 -v >&5") 2>&5
    19482503  ac_status=$?
    1949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2504  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19502505  (exit $ac_status); }
    1951 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    1952   (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
    19532514  ac_status=$?
    1954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2515  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19552516  (exit $ac_status); }
    19562517
     
    19712532_ACEOF
    19722533ac_clean_files_save=$ac_clean_files
    1973 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2534ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    19742535# Try to create an executable without -o first, disregard a.out.
    19752536# It will help us diagnose broken compilers, and finding out an intuition
    19762537# of exeext.
    1977 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    1978 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
    1979 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    1980 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    1981   (eval $ac_link_default) 2>&5
     2538{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2539$as_echo_n "checking for C compiler default output file name... " >&6; }
     2540ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2541
     2542# The possible output files:
     2543ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2544
     2545ac_rmfiles=
     2546for ac_file in $ac_files
     2547do
     2548  case $ac_file in
     2549    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2550    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2551  esac
     2552done
     2553rm -f $ac_rmfiles
     2554
     2555if { (ac_try="$ac_link_default"
     2556case "(($ac_try" in
     2557  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2558  *) ac_try_echo=$ac_try;;
     2559esac
     2560eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2561$as_echo "$ac_try_echo") >&5
     2562  (eval "$ac_link_default") 2>&5
    19822563  ac_status=$?
    1983   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2564  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19842565  (exit $ac_status); }; then
    1985   # Find the output, starting from the most likely.  This scheme is
    1986 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    1987 # resort.
    1988 
    1989 # Be careful to initialize this variable, since it used to be cached.
    1990 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    1991 ac_cv_exeext=
    1992 # b.out is created by i960 compilers.
    1993 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     2566  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     2567# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     2568# in a Makefile.  We should not override ac_cv_exeext if it was cached,
     2569# so that the user can short-circuit this test for compilers unknown to
     2570# Autoconf.
     2571for ac_file in $ac_files ''
    19942572do
    19952573  test -f "$ac_file" || continue
    19962574  case $ac_file in
    1997     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    1998     ;;
    1999     conftest.$ac_ext )
    2000     # This is the source file.
     2575    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    20012576    ;;
    20022577    [ab].out )
     
    20052580    break;;
    20062581    *.* )
    2007     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2008     # FIXME: I believe we export ac_cv_exeext for Libtool,
    2009     # but it would be cool to find out if it's true.  Does anybody
    2010     # maintain Libtool? --akim.
    2011     export ac_cv_exeext
     2582        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2583    then :; else
     2584       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2585    fi
     2586    # We set ac_cv_exeext here because the later test for it is not
     2587    # safe: cross compilers may not add the suffix if given an `-o'
     2588    # argument, so we may need to know it at that point already.
     2589    # Even if this section looks crufty: it has the advantage of
     2590    # actually working.
    20122591    break;;
    20132592    * )
     
    20152594  esac
    20162595done
    2017 else
    2018   echo "$as_me: failed program was:" >&5
     2596test "$ac_cv_exeext" = no && ac_cv_exeext=
     2597
     2598else
     2599  ac_file=''
     2600fi
     2601
     2602{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2603$as_echo "$ac_file" >&6; }
     2604if test -z "$ac_file"; then
     2605  $as_echo "$as_me: failed program was:" >&5
    20192606sed 's/^/| /' conftest.$ac_ext >&5
    20202607
    2021 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2608{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2609$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2610{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    20222611See \`config.log' for more details." >&5
    2023 echo "$as_me: error: C compiler cannot create executables
     2612$as_echo "$as_me: error: C compiler cannot create executables
    20242613See \`config.log' for more details." >&2;}
    2025    { (exit 77); exit 77; }; }
     2614   { (exit 77); exit 77; }; }; }
    20262615fi
    20272616
    20282617ac_exeext=$ac_cv_exeext
    2029 echo "$as_me:$LINENO: result: $ac_file" >&5
    2030 echo "${ECHO_T}$ac_file" >&6
    2031 
    2032 # Check the compiler produces executables we can run.  If not, either
     2618
     2619# Check that the compiler produces executables we can run.  If not, either
    20332620# the compiler is broken, or we cross compile.
    2034 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2035 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     2621{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2622$as_echo_n "checking whether the C compiler works... " >&6; }
    20362623# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    20372624# If not cross compiling, check that we can run a simple program.
    20382625if test "$cross_compiling" != yes; then
    20392626  if { ac_try='./$ac_file'
    2040   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2041   (eval $ac_try) 2>&5
     2627  { (case "(($ac_try" in
     2628  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2629  *) ac_try_echo=$ac_try;;
     2630esac
     2631eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2632$as_echo "$ac_try_echo") >&5
     2633  (eval "$ac_try") 2>&5
    20422634  ac_status=$?
    2043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2635  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20442636  (exit $ac_status); }; }; then
    20452637    cross_compiling=no
     
    20482640    cross_compiling=yes
    20492641    else
    2050     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2642    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2643$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2644{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    20512645If you meant to cross compile, use \`--host'.
    20522646See \`config.log' for more details." >&5
    2053 echo "$as_me: error: cannot run C compiled programs.
     2647$as_echo "$as_me: error: cannot run C compiled programs.
    20542648If you meant to cross compile, use \`--host'.
    20552649See \`config.log' for more details." >&2;}
    2056    { (exit 1); exit 1; }; }
     2650   { (exit 1); exit 1; }; }; }
    20572651    fi
    20582652  fi
    20592653fi
    2060 echo "$as_me:$LINENO: result: yes" >&5
    2061 echo "${ECHO_T}yes" >&6
    2062 
    2063 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2654{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2655$as_echo "yes" >&6; }
     2656
     2657rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    20642658ac_clean_files=$ac_clean_files_save
    2065 # Check the compiler produces executables we can run.  If not, either
     2659# Check that the compiler produces executables we can run.  If not, either
    20662660# the compiler is broken, or we cross compile.
    2067 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2068 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    2069 echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2070 echo "${ECHO_T}$cross_compiling" >&6
    2071 
    2072 echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2073 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
    2074 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    2075   (eval $ac_link) 2>&5
     2661{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2662$as_echo_n "checking whether we are cross compiling... " >&6; }
     2663{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2664$as_echo "$cross_compiling" >&6; }
     2665
     2666{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2667$as_echo_n "checking for suffix of executables... " >&6; }
     2668if { (ac_try="$ac_link"
     2669case "(($ac_try" in
     2670  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2671  *) ac_try_echo=$ac_try;;
     2672esac
     2673eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2674$as_echo "$ac_try_echo") >&5
     2675  (eval "$ac_link") 2>&5
    20762676  ac_status=$?
    2077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2677  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20782678  (exit $ac_status); }; then
    20792679  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    20842684  test -f "$ac_file" || continue
    20852685  case $ac_file in
    2086     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     2686    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    20872687    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2088       export ac_cv_exeext
    20892688      break;;
    20902689    * ) break;;
     
    20922691done
    20932692else
    2094   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2693  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2695{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    20952696See \`config.log' for more details." >&5
    2096 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2697$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    20972698See \`config.log' for more details." >&2;}
    2098    { (exit 1); exit 1; }; }
     2699   { (exit 1); exit 1; }; }; }
    20992700fi
    21002701
    21012702rm -f conftest$ac_cv_exeext
    2102 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2103 echo "${ECHO_T}$ac_cv_exeext" >&6
     2703{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2704$as_echo "$ac_cv_exeext" >&6; }
    21042705
    21052706rm -f conftest.$ac_ext
    21062707EXEEXT=$ac_cv_exeext
    21072708ac_exeext=$EXEEXT
    2108 echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2109 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2709{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2710$as_echo_n "checking for suffix of object files... " >&6; }
    21102711if test "${ac_cv_objext+set}" = set; then
    2111   echo $ECHO_N "(cached) $ECHO_C" >&6
     2712  $as_echo_n "(cached) " >&6
    21122713else
    21132714  cat >conftest.$ac_ext <<_ACEOF
     
    21272728_ACEOF
    21282729rm -f conftest.o conftest.obj
    2129 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2130   (eval $ac_compile) 2>&5
     2730if { (ac_try="$ac_compile"
     2731case "(($ac_try" in
     2732  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2733  *) ac_try_echo=$ac_try;;
     2734esac
     2735eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2736$as_echo "$ac_try_echo") >&5
     2737  (eval "$ac_compile") 2>&5
    21312738  ac_status=$?
    2132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2739  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21332740  (exit $ac_status); }; then
    2134   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     2741  for ac_file in conftest.o conftest.obj conftest.*; do
     2742  test -f "$ac_file" || continue;
    21352743  case $ac_file in
    2136     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     2744    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    21372745    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    21382746       break;;
     
    21402748done
    21412749else
    2142   echo "$as_me: failed program was:" >&5
     2750  $as_echo "$as_me: failed program was:" >&5
    21432751sed 's/^/| /' conftest.$ac_ext >&5
    21442752
    2145 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2753{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2754$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2755{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    21462756See \`config.log' for more details." >&5
    2147 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2757$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    21482758See \`config.log' for more details." >&2;}
    2149    { (exit 1); exit 1; }; }
     2759   { (exit 1); exit 1; }; }; }
    21502760fi
    21512761
    21522762rm -f conftest.$ac_cv_objext conftest.$ac_ext
    21532763fi
    2154 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2155 echo "${ECHO_T}$ac_cv_objext" >&6
     2764{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2765$as_echo "$ac_cv_objext" >&6; }
    21562766OBJEXT=$ac_cv_objext
    21572767ac_objext=$OBJEXT
    2158 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2159 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2768{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2769$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    21602770if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2161   echo $ECHO_N "(cached) $ECHO_C" >&6
     2771  $as_echo_n "(cached) " >&6
    21622772else
    21632773  cat >conftest.$ac_ext <<_ACEOF
     
    21802790_ACEOF
    21812791rm -f conftest.$ac_objext
    2182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2183   (eval $ac_compile) 2>conftest.er1
     2792if { (ac_try="$ac_compile"
     2793case "(($ac_try" in
     2794  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2795  *) ac_try_echo=$ac_try;;
     2796esac
     2797eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2798$as_echo "$ac_try_echo") >&5
     2799  (eval "$ac_compile") 2>conftest.er1
    21842800  ac_status=$?
    21852801  grep -v '^ *+' conftest.er1 >conftest.err
    21862802  rm -f conftest.er1
    21872803  cat conftest.err >&5
    2188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2189   (exit $ac_status); } &&
    2190      { ac_try='test -z "$ac_c_werror_flag"
    2191              || test ! -s conftest.err'
    2192   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2193   (eval $ac_try) 2>&5
    2194   ac_status=$?
    2195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2196   (exit $ac_status); }; } &&
    2197      { ac_try='test -s conftest.$ac_objext'
    2198   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2199   (eval $ac_try) 2>&5
    2200   ac_status=$?
    2201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2202   (exit $ac_status); }; }; then
     2804  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2805  (exit $ac_status); } && {
     2806     test -z "$ac_c_werror_flag" ||
     2807     test ! -s conftest.err
     2808       } && test -s conftest.$ac_objext; then
    22032809  ac_compiler_gnu=yes
    22042810else
    2205   echo "$as_me: failed program was:" >&5
     2811  $as_echo "$as_me: failed program was:" >&5
    22062812sed 's/^/| /' conftest.$ac_ext >&5
    22072813
    2208 ac_compiler_gnu=no
    2209 fi
    2210 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2814    ac_compiler_gnu=no
     2815fi
     2816
     2817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    22112818ac_cv_c_compiler_gnu=$ac_compiler_gnu
    22122819
    22132820fi
    2214 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2215 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
    2216 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2821{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2822$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2823if test $ac_compiler_gnu = yes; then
     2824  GCC=yes
     2825else
     2826  GCC=
     2827fi
    22172828ac_test_CFLAGS=${CFLAGS+set}
    22182829ac_save_CFLAGS=$CFLAGS
    2219 CFLAGS="-g"
    2220 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2221 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2830{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2831$as_echo_n "checking whether $CC accepts -g... " >&6; }
    22222832if test "${ac_cv_prog_cc_g+set}" = set; then
    2223   echo $ECHO_N "(cached) $ECHO_C" >&6
    2224 else
    2225   cat >conftest.$ac_ext <<_ACEOF
     2833  $as_echo_n "(cached) " >&6
     2834else
     2835  ac_save_c_werror_flag=$ac_c_werror_flag
     2836   ac_c_werror_flag=yes
     2837   ac_cv_prog_cc_g=no
     2838   CFLAGS="-g"
     2839   cat >conftest.$ac_ext <<_ACEOF
    22262840/* confdefs.h.  */
    22272841_ACEOF
     
    22392853_ACEOF
    22402854rm -f conftest.$ac_objext
    2241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2242   (eval $ac_compile) 2>conftest.er1
     2855if { (ac_try="$ac_compile"
     2856case "(($ac_try" in
     2857  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2858  *) ac_try_echo=$ac_try;;
     2859esac
     2860eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2861$as_echo "$ac_try_echo") >&5
     2862  (eval "$ac_compile") 2>conftest.er1
    22432863  ac_status=$?
    22442864  grep -v '^ *+' conftest.er1 >conftest.err
    22452865  rm -f conftest.er1
    22462866  cat conftest.err >&5
    2247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2248   (exit $ac_status); } &&
    2249      { ac_try='test -z "$ac_c_werror_flag"
    2250              || test ! -s conftest.err'
    2251   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2252   (eval $ac_try) 2>&5
     2867  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2868  (exit $ac_status); } && {
     2869     test -z "$ac_c_werror_flag" ||
     2870     test ! -s conftest.err
     2871       } && test -s conftest.$ac_objext; then
     2872  ac_cv_prog_cc_g=yes
     2873else
     2874  $as_echo "$as_me: failed program was:" >&5
     2875sed 's/^/| /' conftest.$ac_ext >&5
     2876
     2877    CFLAGS=""
     2878      cat >conftest.$ac_ext <<_ACEOF
     2879/* confdefs.h.  */
     2880_ACEOF
     2881cat confdefs.h >>conftest.$ac_ext
     2882cat >>conftest.$ac_ext <<_ACEOF
     2883/* end confdefs.h.  */
     2884
     2885int
     2886main ()
     2887{
     2888
     2889  ;
     2890  return 0;
     2891}
     2892_ACEOF
     2893rm -f conftest.$ac_objext
     2894if { (ac_try="$ac_compile"
     2895case "(($ac_try" in
     2896  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2897  *) ac_try_echo=$ac_try;;
     2898esac
     2899eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2900$as_echo "$ac_try_echo") >&5
     2901  (eval "$ac_compile") 2>conftest.er1
    22532902  ac_status=$?
    2254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2255   (exit $ac_status); }; } &&
    2256      { ac_try='test -s conftest.$ac_objext'
    2257   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2258   (eval $ac_try) 2>&5
     2903  grep -v '^ *+' conftest.er1 >conftest.err
     2904  rm -f conftest.er1
     2905  cat conftest.err >&5
     2906  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2907  (exit $ac_status); } && {
     2908     test -z "$ac_c_werror_flag" ||
     2909     test ! -s conftest.err
     2910       } && test -s conftest.$ac_objext; then
     2911  :
     2912else
     2913  $as_echo "$as_me: failed program was:" >&5
     2914sed 's/^/| /' conftest.$ac_ext >&5
     2915
     2916    ac_c_werror_flag=$ac_save_c_werror_flag
     2917     CFLAGS="-g"
     2918     cat >conftest.$ac_ext <<_ACEOF
     2919/* confdefs.h.  */
     2920_ACEOF
     2921cat confdefs.h >>conftest.$ac_ext
     2922cat >>conftest.$ac_ext <<_ACEOF
     2923/* end confdefs.h.  */
     2924
     2925int
     2926main ()
     2927{
     2928
     2929  ;
     2930  return 0;
     2931}
     2932_ACEOF
     2933rm -f conftest.$ac_objext
     2934if { (ac_try="$ac_compile"
     2935case "(($ac_try" in
     2936  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2937  *) ac_try_echo=$ac_try;;
     2938esac
     2939eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2940$as_echo "$ac_try_echo") >&5
     2941  (eval "$ac_compile") 2>conftest.er1
    22592942  ac_status=$?
    2260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2261   (exit $ac_status); }; }; then
     2943  grep -v '^ *+' conftest.er1 >conftest.err
     2944  rm -f conftest.er1
     2945  cat conftest.err >&5
     2946  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2947  (exit $ac_status); } && {
     2948     test -z "$ac_c_werror_flag" ||
     2949     test ! -s conftest.err
     2950       } && test -s conftest.$ac_objext; then
    22622951  ac_cv_prog_cc_g=yes
    22632952else
    2264   echo "$as_me: failed program was:" >&5
     2953  $as_echo "$as_me: failed program was:" >&5
    22652954sed 's/^/| /' conftest.$ac_ext >&5
    22662955
    2267 ac_cv_prog_cc_g=no
    2268 fi
    2269 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2270 fi
    2271 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2272 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
     2956
     2957fi
     2958
     2959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2960fi
     2961
     2962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2963fi
     2964
     2965rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2966   ac_c_werror_flag=$ac_save_c_werror_flag
     2967fi
     2968{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2969$as_echo "$ac_cv_prog_cc_g" >&6; }
    22732970if test "$ac_test_CFLAGS" = set; then
    22742971  CFLAGS=$ac_save_CFLAGS
     
    22862983  fi
    22872984fi
    2288 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
    2289 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    2290 if test "${ac_cv_prog_cc_stdc+set}" = set; then
    2291   echo $ECHO_N "(cached) $ECHO_C" >&6
    2292 else
    2293   ac_cv_prog_cc_stdc=no
     2985{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2986$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2987if test "${ac_cv_prog_cc_c89+set}" = set; then
     2988  $as_echo_n "(cached) " >&6
     2989else
     2990  ac_cv_prog_cc_c89=no
    22942991ac_save_CC=$CC
    22952992cat >conftest.$ac_ext <<_ACEOF
     
    23253022   function prototypes and stuff, but not '\xHH' hex character constants.
    23263023   These don't provoke an error unfortunately, instead are silently treated
    2327    as 'x'.  The following induces an error, until -std1 is added to get
     3024   as 'x'.  The following induces an error, until -std is added to get
    23283025   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    23293026   array size at least.  It's necessary to write '\x00'==0 to get something
    2330    that's true only with -std1.  */
     3027   that's true only with -std.  */
    23313028int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     3029
     3030/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
     3031   inside strings and character constants.  */
     3032#define FOO(x) 'x'
     3033int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    23323034
    23333035int test (int i, double x);
     
    23453047}
    23463048_ACEOF
    2347 # Don't try gcc -ansi; that turns off useful extensions and
    2348 # breaks some systems' header files.
    2349 # AIX           -qlanglvl=ansi
    2350 # Ultrix and OSF/1  -std1
    2351 # HP-UX 10.20 and later -Ae
    2352 # HP-UX older versions  -Aa -D_HPUX_SOURCE
    2353 # SVR4          -Xc -D__EXTENSIONS__
    2354 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     3049for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
     3050    -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    23553051do
    23563052  CC="$ac_save_CC $ac_arg"
    23573053  rm -f conftest.$ac_objext
    2358 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2359   (eval $ac_compile) 2>conftest.er1
     3054if { (ac_try="$ac_compile"
     3055case "(($ac_try" in
     3056  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3057  *) ac_try_echo=$ac_try;;
     3058esac
     3059eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3060$as_echo "$ac_try_echo") >&5
     3061  (eval "$ac_compile") 2>conftest.er1
    23603062  ac_status=$?
    23613063  grep -v '^ *+' conftest.er1 >conftest.err
    23623064  rm -f conftest.er1
    23633065  cat conftest.err >&5
    2364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2365   (exit $ac_status); } &&
    2366      { ac_try='test -z "$ac_c_werror_flag"
    2367              || test ! -s conftest.err'
    2368   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2369   (eval $ac_try) 2>&5
    2370   ac_status=$?
    2371   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2372   (exit $ac_status); }; } &&
    2373      { ac_try='test -s conftest.$ac_objext'
    2374   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2375   (eval $ac_try) 2>&5
    2376   ac_status=$?
    2377   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2378   (exit $ac_status); }; }; then
    2379   ac_cv_prog_cc_stdc=$ac_arg
    2380 break
    2381 else
    2382   echo "$as_me: failed program was:" >&5
     3066  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3067  (exit $ac_status); } && {
     3068     test -z "$ac_c_werror_flag" ||
     3069     test ! -s conftest.err
     3070       } && test -s conftest.$ac_objext; then
     3071  ac_cv_prog_cc_c89=$ac_arg
     3072else
     3073  $as_echo "$as_me: failed program was:" >&5
    23833074sed 's/^/| /' conftest.$ac_ext >&5
    23843075
    2385 fi
    2386 rm -f conftest.err conftest.$ac_objext
     3076
     3077fi
     3078
     3079rm -f core conftest.err conftest.$ac_objext
     3080  test "x$ac_cv_prog_cc_c89" != "xno" && break
    23873081done
    2388 rm -f conftest.$ac_ext conftest.$ac_objext
     3082rm -f conftest.$ac_ext
    23893083CC=$ac_save_CC
    23903084
    23913085fi
    2392 
    2393 case "x$ac_cv_prog_cc_stdc" in
    2394   x|xno)
    2395     echo "$as_me:$LINENO: result: none needed" >&5
    2396 echo "${ECHO_T}none needed" >&6 ;;
     3086# AC_CACHE_VAL
     3087case "x$ac_cv_prog_cc_c89" in
     3088  x)
     3089    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3090$as_echo "none needed" >&6; } ;;
     3091  xno)
     3092    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3093$as_echo "unsupported" >&6; } ;;
    23973094  *)
    2398     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    2399 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    2400     CC="$CC $ac_cv_prog_cc_stdc" ;;
    2401 esac
    2402 
    2403 # Some people use a C++ compiler to compile C.  Since we use `exit',
    2404 # in C++ we need to declare it.  In case someone uses the same compiler
    2405 # for both compiling C and C++ we need to have the C++ compiler decide
    2406 # the declaration of exit, since it's the most demanding environment.
    2407 cat >conftest.$ac_ext <<_ACEOF
    2408 #ifndef __cplusplus
    2409   choke me
    2410 #endif
    2411 _ACEOF
    2412 rm -f conftest.$ac_objext
    2413 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2414   (eval $ac_compile) 2>conftest.er1
    2415   ac_status=$?
    2416   grep -v '^ *+' conftest.er1 >conftest.err
    2417   rm -f conftest.er1
    2418   cat conftest.err >&5
    2419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2420   (exit $ac_status); } &&
    2421      { ac_try='test -z "$ac_c_werror_flag"
    2422              || test ! -s conftest.err'
    2423   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2424   (eval $ac_try) 2>&5
    2425   ac_status=$?
    2426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2427   (exit $ac_status); }; } &&
    2428      { ac_try='test -s conftest.$ac_objext'
    2429   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2430   (eval $ac_try) 2>&5
    2431   ac_status=$?
    2432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2433   (exit $ac_status); }; }; then
    2434   for ac_declaration in \
    2435    '' \
    2436    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2437    'extern "C" void std::exit (int); using std::exit;' \
    2438    'extern "C" void exit (int) throw ();' \
    2439    'extern "C" void exit (int);' \
    2440    'void exit (int);'
    2441 do
    2442   cat >conftest.$ac_ext <<_ACEOF
    2443 /* confdefs.h.  */
    2444 _ACEOF
    2445 cat confdefs.h >>conftest.$ac_ext
    2446 cat >>conftest.$ac_ext <<_ACEOF
    2447 /* end confdefs.h.  */
    2448 $ac_declaration
    2449 #include <stdlib.h>
    2450 int
    2451 main ()
    2452 {
    2453 exit (42);
    2454   ;
    2455   return 0;
    2456 }
    2457 _ACEOF
    2458 rm -f conftest.$ac_objext
    2459 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2460   (eval $ac_compile) 2>conftest.er1
    2461   ac_status=$?
    2462   grep -v '^ *+' conftest.er1 >conftest.err
    2463   rm -f conftest.er1
    2464   cat conftest.err >&5
    2465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2466   (exit $ac_status); } &&
    2467      { ac_try='test -z "$ac_c_werror_flag"
    2468              || test ! -s conftest.err'
    2469   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2470   (eval $ac_try) 2>&5
    2471   ac_status=$?
    2472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2473   (exit $ac_status); }; } &&
    2474      { ac_try='test -s conftest.$ac_objext'
    2475   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2476   (eval $ac_try) 2>&5
    2477   ac_status=$?
    2478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2479   (exit $ac_status); }; }; then
    2480   :
    2481 else
    2482   echo "$as_me: failed program was:" >&5
    2483 sed 's/^/| /' conftest.$ac_ext >&5
    2484 
    2485 continue
    2486 fi
    2487 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2488   cat >conftest.$ac_ext <<_ACEOF
    2489 /* confdefs.h.  */
    2490 _ACEOF
    2491 cat confdefs.h >>conftest.$ac_ext
    2492 cat >>conftest.$ac_ext <<_ACEOF
    2493 /* end confdefs.h.  */
    2494 $ac_declaration
    2495 int
    2496 main ()
    2497 {
    2498 exit (42);
    2499   ;
    2500   return 0;
    2501 }
    2502 _ACEOF
    2503 rm -f conftest.$ac_objext
    2504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2505   (eval $ac_compile) 2>conftest.er1
    2506   ac_status=$?
    2507   grep -v '^ *+' conftest.er1 >conftest.err
    2508   rm -f conftest.er1
    2509   cat conftest.err >&5
    2510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2511   (exit $ac_status); } &&
    2512      { ac_try='test -z "$ac_c_werror_flag"
    2513              || test ! -s conftest.err'
    2514   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2515   (eval $ac_try) 2>&5
    2516   ac_status=$?
    2517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2518   (exit $ac_status); }; } &&
    2519      { ac_try='test -s conftest.$ac_objext'
    2520   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2521   (eval $ac_try) 2>&5
    2522   ac_status=$?
    2523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2524   (exit $ac_status); }; }; then
    2525   break
    2526 else
    2527   echo "$as_me: failed program was:" >&5
    2528 sed 's/^/| /' conftest.$ac_ext >&5
    2529 
    2530 fi
    2531 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2532 done
    2533 rm -f conftest*
    2534 if test -n "$ac_declaration"; then
    2535   echo '#ifdef __cplusplus' >>confdefs.h
    2536   echo $ac_declaration      >>confdefs.h
    2537   echo '#endif'             >>confdefs.h
    2538 fi
    2539 
    2540 else
    2541   echo "$as_me: failed program was:" >&5
    2542 sed 's/^/| /' conftest.$ac_ext >&5
    2543 
    2544 fi
    2545 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3095    CC="$CC $ac_cv_prog_cc_c89"
     3096    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3097$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3098esac
     3099
     3100
    25463101ac_ext=c
    25473102ac_cpp='$CPP $CPPFLAGS'
     
    25503105ac_compiler_gnu=$ac_cv_c_compiler_gnu
    25513106
    2552 ac_ext=cc
     3107ac_ext=cpp
    25533108ac_cpp='$CXXCPP $CPPFLAGS'
    25543109ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    25553110ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    25563111ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    2557 if test -n "$ac_tool_prefix"; then
    2558   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3112if test -z "$CXX"; then
     3113  if test -n "$CCC"; then
     3114    CXX=$CCC
     3115  else
     3116    if test -n "$ac_tool_prefix"; then
     3117  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    25593118  do
    25603119    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    25613120set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2562 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3121{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3122$as_echo_n "checking for $ac_word... " >&6; }
    25643123if test "${ac_cv_prog_CXX+set}" = set; then
    2565   echo $ECHO_N "(cached) $ECHO_C" >&6
     3124  $as_echo_n "(cached) " >&6
    25663125else
    25673126  if test -n "$CXX"; then
     
    25743133  test -z "$as_dir" && as_dir=.
    25753134  for ac_exec_ext in '' $ac_executable_extensions; do
    2576   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3135  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25773136    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    2578     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3137    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25793138    break 2
    25803139  fi
    25813140done
    25823141done
     3142IFS=$as_save_IFS
    25833143
    25843144fi
     
    25863146CXX=$ac_cv_prog_CXX
    25873147if test -n "$CXX"; then
    2588   echo "$as_me:$LINENO: result: $CXX" >&5
    2589 echo "${ECHO_T}$CXX" >&6
    2590 else
    2591   echo "$as_me:$LINENO: result: no" >&5
    2592 echo "${ECHO_T}no" >&6
    2593 fi
     3148  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3149$as_echo "$CXX" >&6; }
     3150else
     3151  { $as_echo "$as_me:$LINENO: result: no" >&5
     3152$as_echo "no" >&6; }
     3153fi
     3154
    25943155
    25953156    test -n "$CXX" && break
     
    25983159if test -z "$CXX"; then
    25993160  ac_ct_CXX=$CXX
    2600   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
     3161  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    26013162do
    26023163  # Extract the first word of "$ac_prog", so it can be a program name with args.
    26033164set dummy $ac_prog; ac_word=$2
    2604 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2605 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3165{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3166$as_echo_n "checking for $ac_word... " >&6; }
    26063167if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    2607   echo $ECHO_N "(cached) $ECHO_C" >&6
     3168  $as_echo_n "(cached) " >&6
    26083169else
    26093170  if test -n "$ac_ct_CXX"; then
     
    26163177  test -z "$as_dir" && as_dir=.
    26173178  for ac_exec_ext in '' $ac_executable_extensions; do
    2618   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3179  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26193180    ac_cv_prog_ac_ct_CXX="$ac_prog"
    2620     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3181    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26213182    break 2
    26223183  fi
    26233184done
    26243185done
     3186IFS=$as_save_IFS
    26253187
    26263188fi
     
    26283190ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    26293191if test -n "$ac_ct_CXX"; then
    2630   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    2631 echo "${ECHO_T}$ac_ct_CXX" >&6
    2632 else
    2633   echo "$as_me:$LINENO: result: no" >&5
    2634 echo "${ECHO_T}no" >&6
    2635 fi
     3192  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3193$as_echo "$ac_ct_CXX" >&6; }
     3194else
     3195  { $as_echo "$as_me:$LINENO: result: no" >&5
     3196$as_echo "no" >&6; }
     3197fi
     3198
    26363199
    26373200  test -n "$ac_ct_CXX" && break
    26383201done
    2639 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
    2640 
    2641   CXX=$ac_ct_CXX
    2642 fi
    2643 
    2644 
     3202
     3203  if test "x$ac_ct_CXX" = x; then
     3204    CXX="g++"
     3205  else
     3206    case $cross_compiling:$ac_tool_warned in
     3207yes:)
     3208{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3209$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3210ac_tool_warned=yes ;;
     3211esac
     3212    CXX=$ac_ct_CXX
     3213  fi
     3214fi
     3215
     3216  fi
     3217fi
    26453218# Provide some information about the compiler.
    2646 echo "$as_me:$LINENO:" \
    2647      "checking for C++ compiler version" >&5
    2648 ac_compiler=`set X $ac_compile; echo $2`
    2649 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    2650   (eval $ac_compiler --version </dev/null >&5) 2>&5
     3219$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3220set X $ac_compile
     3221ac_compiler=$2
     3222{ (ac_try="$ac_compiler --version >&5"
     3223case "(($ac_try" in
     3224  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3225  *) ac_try_echo=$ac_try;;
     3226esac
     3227eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3228$as_echo "$ac_try_echo") >&5
     3229  (eval "$ac_compiler --version >&5") 2>&5
    26513230  ac_status=$?
    2652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3231  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26533232  (exit $ac_status); }
    2654 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    2655   (eval $ac_compiler -v </dev/null >&5) 2>&5
     3233{ (ac_try="$ac_compiler -v >&5"
     3234case "(($ac_try" in
     3235  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3236  *) ac_try_echo=$ac_try;;
     3237esac
     3238eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3239$as_echo "$ac_try_echo") >&5
     3240  (eval "$ac_compiler -v >&5") 2>&5
    26563241  ac_status=$?
    2657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3242  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26583243  (exit $ac_status); }
    2659 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    2660   (eval $ac_compiler -V </dev/null >&5) 2>&5
     3244{ (ac_try="$ac_compiler -V >&5"
     3245case "(($ac_try" in
     3246  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3247  *) ac_try_echo=$ac_try;;
     3248esac
     3249eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3250$as_echo "$ac_try_echo") >&5
     3251  (eval "$ac_compiler -V >&5") 2>&5
    26613252  ac_status=$?
    2662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3253  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26633254  (exit $ac_status); }
    26643255
    2665 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    2666 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
     3256{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3257$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    26673258if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    2668   echo $ECHO_N "(cached) $ECHO_C" >&6
     3259  $as_echo_n "(cached) " >&6
    26693260else
    26703261  cat >conftest.$ac_ext <<_ACEOF
     
    26873278_ACEOF
    26883279rm -f conftest.$ac_objext
    2689 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2690   (eval $ac_compile) 2>conftest.er1
     3280if { (ac_try="$ac_compile"
     3281case "(($ac_try" in
     3282  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3283  *) ac_try_echo=$ac_try;;
     3284esac
     3285eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3286$as_echo "$ac_try_echo") >&5
     3287  (eval "$ac_compile") 2>conftest.er1
    26913288  ac_status=$?
    26923289  grep -v '^ *+' conftest.er1 >conftest.err
    26933290  rm -f conftest.er1
    26943291  cat conftest.err >&5
    2695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2696   (exit $ac_status); } &&
    2697      { ac_try='test -z "$ac_cxx_werror_flag"
    2698              || test ! -s conftest.err'
    2699   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2700   (eval $ac_try) 2>&5
    2701   ac_status=$?
    2702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2703   (exit $ac_status); }; } &&
    2704      { ac_try='test -s conftest.$ac_objext'
    2705   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2706   (eval $ac_try) 2>&5
    2707   ac_status=$?
    2708   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2709   (exit $ac_status); }; }; then
     3292  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3293  (exit $ac_status); } && {
     3294     test -z "$ac_cxx_werror_flag" ||
     3295     test ! -s conftest.err
     3296       } && test -s conftest.$ac_objext; then
    27103297  ac_compiler_gnu=yes
    27113298else
    2712   echo "$as_me: failed program was:" >&5
     3299  $as_echo "$as_me: failed program was:" >&5
    27133300sed 's/^/| /' conftest.$ac_ext >&5
    27143301
    2715 ac_compiler_gnu=no
    2716 fi
    2717 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3302    ac_compiler_gnu=no
     3303fi
     3304
     3305rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    27183306ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    27193307
    27203308fi
    2721 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    2722 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
    2723 GXX=`test $ac_compiler_gnu = yes && echo yes`
     3309{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3310$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     3311if test $ac_compiler_gnu = yes; then
     3312  GXX=yes
     3313else
     3314  GXX=
     3315fi
    27243316ac_test_CXXFLAGS=${CXXFLAGS+set}
    27253317ac_save_CXXFLAGS=$CXXFLAGS
    2726 CXXFLAGS="-g"
    2727 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    2728 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
     3318{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3319$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    27293320if test "${ac_cv_prog_cxx_g+set}" = set; then
    2730   echo $ECHO_N "(cached) $ECHO_C" >&6
    2731 else
    2732   cat >conftest.$ac_ext <<_ACEOF
     3321  $as_echo_n "(cached) " >&6
     3322else
     3323  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     3324   ac_cxx_werror_flag=yes
     3325   ac_cv_prog_cxx_g=no
     3326   CXXFLAGS="-g"
     3327   cat >conftest.$ac_ext <<_ACEOF
    27333328/* confdefs.h.  */
    27343329_ACEOF
     
    27463341_ACEOF
    27473342rm -f conftest.$ac_objext
    2748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2749   (eval $ac_compile) 2>conftest.er1
     3343if { (ac_try="$ac_compile"
     3344case "(($ac_try" in
     3345  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3346  *) ac_try_echo=$ac_try;;
     3347esac
     3348eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3349$as_echo "$ac_try_echo") >&5
     3350  (eval "$ac_compile") 2>conftest.er1
    27503351  ac_status=$?
    27513352  grep -v '^ *+' conftest.er1 >conftest.err
    27523353  rm -f conftest.er1
    27533354  cat conftest.err >&5
    2754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2755   (exit $ac_status); } &&
    2756      { ac_try='test -z "$ac_cxx_werror_flag"
    2757              || test ! -s conftest.err'
    2758   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2759   (eval $ac_try) 2>&5
     3355  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3356  (exit $ac_status); } && {
     3357     test -z "$ac_cxx_werror_flag" ||
     3358     test ! -s conftest.err
     3359       } && test -s conftest.$ac_objext; then
     3360  ac_cv_prog_cxx_g=yes
     3361else
     3362  $as_echo "$as_me: failed program was:" >&5
     3363sed 's/^/| /' conftest.$ac_ext >&5
     3364
     3365    CXXFLAGS=""
     3366      cat >conftest.$ac_ext <<_ACEOF
     3367/* confdefs.h.  */
     3368_ACEOF
     3369cat confdefs.h >>conftest.$ac_ext
     3370cat >>conftest.$ac_ext <<_ACEOF
     3371/* end confdefs.h.  */
     3372
     3373int
     3374main ()
     3375{
     3376
     3377  ;
     3378  return 0;
     3379}
     3380_ACEOF
     3381rm -f conftest.$ac_objext
     3382if { (ac_try="$ac_compile"
     3383case "(($ac_try" in
     3384  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3385  *) ac_try_echo=$ac_try;;
     3386esac
     3387eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3388$as_echo "$ac_try_echo") >&5
     3389  (eval "$ac_compile") 2>conftest.er1
    27603390  ac_status=$?
    2761   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2762   (exit $ac_status); }; } &&
    2763      { ac_try='test -s conftest.$ac_objext'
    2764   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2765   (eval $ac_try) 2>&5
     3391  grep -v '^ *+' conftest.er1 >conftest.err
     3392  rm -f conftest.er1
     3393  cat conftest.err >&5
     3394  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3395  (exit $ac_status); } && {
     3396     test -z "$ac_cxx_werror_flag" ||
     3397     test ! -s conftest.err
     3398       } && test -s conftest.$ac_objext; then
     3399  :
     3400else
     3401  $as_echo "$as_me: failed program was:" >&5
     3402sed 's/^/| /' conftest.$ac_ext >&5
     3403
     3404    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3405     CXXFLAGS="-g"
     3406     cat >conftest.$ac_ext <<_ACEOF
     3407/* confdefs.h.  */
     3408_ACEOF
     3409cat confdefs.h >>conftest.$ac_ext
     3410cat >>conftest.$ac_ext <<_ACEOF
     3411/* end confdefs.h.  */
     3412
     3413int
     3414main ()
     3415{
     3416
     3417  ;
     3418  return 0;
     3419}
     3420_ACEOF
     3421rm -f conftest.$ac_objext
     3422if { (ac_try="$ac_compile"
     3423case "(($ac_try" in
     3424  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3425  *) ac_try_echo=$ac_try;;
     3426esac
     3427eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3428$as_echo "$ac_try_echo") >&5
     3429  (eval "$ac_compile") 2>conftest.er1
    27663430  ac_status=$?
    2767   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2768   (exit $ac_status); }; }; then
     3431  grep -v '^ *+' conftest.er1 >conftest.err
     3432  rm -f conftest.er1
     3433  cat conftest.err >&5
     3434  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3435  (exit $ac_status); } && {
     3436     test -z "$ac_cxx_werror_flag" ||
     3437     test ! -s conftest.err
     3438       } && test -s conftest.$ac_objext; then
    27693439  ac_cv_prog_cxx_g=yes
    27703440else
    2771   echo "$as_me: failed program was:" >&5
     3441  $as_echo "$as_me: failed program was:" >&5
    27723442sed 's/^/| /' conftest.$ac_ext >&5
    27733443
    2774 ac_cv_prog_cxx_g=no
    2775 fi
    2776 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2777 fi
    2778 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    2779 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
     3444
     3445fi
     3446
     3447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3448fi
     3449
     3450rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3451fi
     3452
     3453rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3454   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3455fi
     3456{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3457$as_echo "$ac_cv_prog_cxx_g" >&6; }
    27803458if test "$ac_test_CXXFLAGS" = set; then
    27813459  CXXFLAGS=$ac_save_CXXFLAGS
     
    27933471  fi
    27943472fi
    2795 for ac_declaration in \
    2796    '' \
    2797    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2798    'extern "C" void std::exit (int); using std::exit;' \
    2799    'extern "C" void exit (int) throw ();' \
    2800    'extern "C" void exit (int);' \
    2801    'void exit (int);'
    2802 do
    2803   cat >conftest.$ac_ext <<_ACEOF
    2804 /* confdefs.h.  */
    2805 _ACEOF
    2806 cat confdefs.h >>conftest.$ac_ext
    2807 cat >>conftest.$ac_ext <<_ACEOF
    2808 /* end confdefs.h.  */
    2809 $ac_declaration
    2810 #include <stdlib.h>
    2811 int
    2812 main ()
    2813 {
    2814 exit (42);
    2815   ;
    2816   return 0;
    2817 }
    2818 _ACEOF
    2819 rm -f conftest.$ac_objext
    2820 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2821   (eval $ac_compile) 2>conftest.er1
    2822   ac_status=$?
    2823   grep -v '^ *+' conftest.er1 >conftest.err
    2824   rm -f conftest.er1
    2825   cat conftest.err >&5
    2826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2827   (exit $ac_status); } &&
    2828      { ac_try='test -z "$ac_cxx_werror_flag"
    2829              || test ! -s conftest.err'
    2830   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2831   (eval $ac_try) 2>&5
    2832   ac_status=$?
    2833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2834   (exit $ac_status); }; } &&
    2835      { ac_try='test -s conftest.$ac_objext'
    2836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2837   (eval $ac_try) 2>&5
    2838   ac_status=$?
    2839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2840   (exit $ac_status); }; }; then
    2841   :
    2842 else
    2843   echo "$as_me: failed program was:" >&5
    2844 sed 's/^/| /' conftest.$ac_ext >&5
    2845 
    2846 continue
    2847 fi
    2848 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2849   cat >conftest.$ac_ext <<_ACEOF
    2850 /* confdefs.h.  */
    2851 _ACEOF
    2852 cat confdefs.h >>conftest.$ac_ext
    2853 cat >>conftest.$ac_ext <<_ACEOF
    2854 /* end confdefs.h.  */
    2855 $ac_declaration
    2856 int
    2857 main ()
    2858 {
    2859 exit (42);
    2860   ;
    2861   return 0;
    2862 }
    2863 _ACEOF
    2864 rm -f conftest.$ac_objext
    2865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2866   (eval $ac_compile) 2>conftest.er1
    2867   ac_status=$?
    2868   grep -v '^ *+' conftest.er1 >conftest.err
    2869   rm -f conftest.er1
    2870   cat conftest.err >&5
    2871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2872   (exit $ac_status); } &&
    2873      { ac_try='test -z "$ac_cxx_werror_flag"
    2874              || test ! -s conftest.err'
    2875   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2876   (eval $ac_try) 2>&5
    2877   ac_status=$?
    2878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2879   (exit $ac_status); }; } &&
    2880      { ac_try='test -s conftest.$ac_objext'
    2881   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2882   (eval $ac_try) 2>&5
    2883   ac_status=$?
    2884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2885   (exit $ac_status); }; }; then
    2886   break
    2887 else
    2888   echo "$as_me: failed program was:" >&5
    2889 sed 's/^/| /' conftest.$ac_ext >&5
    2890 
    2891 fi
    2892 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2893 done
    2894 rm -f conftest*
    2895 if test -n "$ac_declaration"; then
    2896   echo '#ifdef __cplusplus' >>confdefs.h
    2897   echo $ac_declaration      >>confdefs.h
    2898   echo '#endif'             >>confdefs.h
    2899 fi
    2900 
    29013473ac_ext=c
    29023474ac_cpp='$CPP $CPPFLAGS'
     
    29143486  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29153487set dummy $ac_prog; ac_word=$2
    2916 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3488{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3489$as_echo_n "checking for $ac_word... " >&6; }
    29183490if test "${ac_cv_prog_JAVAC+set}" = set; then
    2919   echo $ECHO_N "(cached) $ECHO_C" >&6
     3491  $as_echo_n "(cached) " >&6
    29203492else
    29213493  if test -n "$JAVAC"; then
     
    29283500  test -z "$as_dir" && as_dir=.
    29293501  for ac_exec_ext in '' $ac_executable_extensions; do
    2930   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3502  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29313503    ac_cv_prog_JAVAC="$ac_prog"
    2932     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3504    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29333505    break 2
    29343506  fi
    29353507done
    29363508done
     3509IFS=$as_save_IFS
    29373510
    29383511fi
     
    29403513JAVAC=$ac_cv_prog_JAVAC
    29413514if test -n "$JAVAC"; then
    2942   echo "$as_me:$LINENO: result: $JAVAC" >&5
    2943 echo "${ECHO_T}$JAVAC" >&6
    2944 else
    2945   echo "$as_me:$LINENO: result: no" >&5
    2946 echo "${ECHO_T}no" >&6
    2947 fi
     3515  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3516$as_echo "$JAVAC" >&6; }
     3517else
     3518  { $as_echo "$as_me:$LINENO: result: no" >&5
     3519$as_echo "no" >&6; }
     3520fi
     3521
    29483522
    29493523  test -n "$JAVAC" && break
     
    29553529  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29563530set dummy $ac_prog; ac_word=$2
    2957 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2958 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3531{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3532$as_echo_n "checking for $ac_word... " >&6; }
    29593533if test "${ac_cv_prog_JAVAC+set}" = set; then
    2960   echo $ECHO_N "(cached) $ECHO_C" >&6
     3534  $as_echo_n "(cached) " >&6
    29613535else
    29623536  if test -n "$JAVAC"; then
     
    29693543  test -z "$as_dir" && as_dir=.
    29703544  for ac_exec_ext in '' $ac_executable_extensions; do
    2971   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3545  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29723546    ac_cv_prog_JAVAC="$ac_prog"
    2973     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3547    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29743548    break 2
    29753549  fi
    29763550done
    29773551done
     3552IFS=$as_save_IFS
    29783553
    29793554fi
     
    29813556JAVAC=$ac_cv_prog_JAVAC
    29823557if test -n "$JAVAC"; then
    2983   echo "$as_me:$LINENO: result: $JAVAC" >&5
    2984 echo "${ECHO_T}$JAVAC" >&6
    2985 else
    2986   echo "$as_me:$LINENO: result: no" >&5
    2987 echo "${ECHO_T}no" >&6
    2988 fi
     3558  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3559$as_echo "$JAVAC" >&6; }
     3560else
     3561  { $as_echo "$as_me:$LINENO: result: no" >&5
     3562$as_echo "no" >&6; }
     3563fi
     3564
    29893565
    29903566  test -n "$JAVAC" && break
     
    29933569
    29943570  fi
    2995   test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    2996 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3571  test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3572$as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    29973573   { (exit 1); exit 1; }; }
    29983574else
     
    30023578
    30033579
    3004 echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    3005 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     3580{ $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3581$as_echo_n "checking if $JAVAC works... " >&6; }
    30063582if test "${ac_cv_prog_javac_works+set}" = set; then
    3007   echo $ECHO_N "(cached) $ECHO_C" >&6
     3583  $as_echo_n "(cached) " >&6
    30083584else
    30093585
     
    30113587CLASS_TEST=Test.class
    30123588cat << \EOF > $JAVA_TEST
    3013 /* #line 3013 "configure" */
     3589/* #line 3589 "configure" */
    30143590public class Test {
    30153591}
     
    30193595  (eval $ac_try) 2>&5
    30203596  ac_status=$?
    3021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3597  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30223598  (exit $ac_status); }; } >/dev/null 2>&1; then
    30233599  ac_cv_prog_javac_works=yes
    30243600else
    3025   { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3026 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3601  { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3602$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    30273603   { (exit 1); exit 1; }; }
    30283604  echo "configure: failed program was:" >&5
     
    30323608
    30333609fi
    3034 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    3035 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
     3610{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3611$as_echo "$ac_cv_prog_javac_works" >&6; }
    30363612if test "x$JAVACFLAGS" = x ; then
    30373613  JAVACFLAGS="-source 1.4 -target 1.4"
     
    30473623  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30483624set dummy $ac_prog; ac_word=$2
    3049 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3625{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3626$as_echo_n "checking for $ac_word... " >&6; }
    30513627if test "${ac_cv_prog_JAVA+set}" = set; then
    3052   echo $ECHO_N "(cached) $ECHO_C" >&6
     3628  $as_echo_n "(cached) " >&6
    30533629else
    30543630  if test -n "$JAVA"; then
     
    30613637  test -z "$as_dir" && as_dir=.
    30623638  for ac_exec_ext in '' $ac_executable_extensions; do
    3063   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3639  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30643640    ac_cv_prog_JAVA="$ac_prog"
    3065     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3641    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30663642    break 2
    30673643  fi
    30683644done
    30693645done
     3646IFS=$as_save_IFS
    30703647
    30713648fi
     
    30733650JAVA=$ac_cv_prog_JAVA
    30743651if test -n "$JAVA"; then
    3075   echo "$as_me:$LINENO: result: $JAVA" >&5
    3076 echo "${ECHO_T}$JAVA" >&6
    3077 else
    3078   echo "$as_me:$LINENO: result: no" >&5
    3079 echo "${ECHO_T}no" >&6
    3080 fi
     3652  { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
     3653$as_echo "$JAVA" >&6; }
     3654else
     3655  { $as_echo "$as_me:$LINENO: result: no" >&5
     3656$as_echo "no" >&6; }
     3657fi
     3658
    30813659
    30823660  test -n "$JAVA" && break
     
    30883666  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30893667set dummy $ac_prog; ac_word=$2
    3090 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3668{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3669$as_echo_n "checking for $ac_word... " >&6; }
    30923670if test "${ac_cv_prog_JAVA+set}" = set; then
    3093   echo $ECHO_N "(cached) $ECHO_C" >&6
     3671  $as_echo_n "(cached) " >&6
    30943672else
    30953673  if test -n "$JAVA"; then
     
    31023680  test -z "$as_dir" && as_dir=.
    31033681  for ac_exec_ext in '' $ac_executable_extensions; do
    3104   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3682  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31053683    ac_cv_prog_JAVA="$ac_prog"
    3106     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3684    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    31073685    break 2
    31083686  fi
    31093687done
    31103688done
     3689IFS=$as_save_IFS
    31113690
    31123691fi
     
    31143693JAVA=$ac_cv_prog_JAVA
    31153694if test -n "$JAVA"; then
    3116   echo "$as_me:$LINENO: result: $JAVA" >&5
    3117 echo "${ECHO_T}$JAVA" >&6
    3118 else
    3119   echo "$as_me:$LINENO: result: no" >&5
    3120 echo "${ECHO_T}no" >&6
    3121 fi
     3695  { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
     3696$as_echo "$JAVA" >&6; }
     3697else
     3698  { $as_echo "$as_me:$LINENO: result: no" >&5
     3699$as_echo "no" >&6; }
     3700fi
     3701
    31223702
    31233703  test -n "$JAVA" && break
     
    31263706
    31273707    fi
    3128     test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
    3129 echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
     3708    test x$JAVA = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
     3709$as_echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
    31303710   { (exit 1); exit 1; }; }
    31313711fi
     
    31343714# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
    31353715set dummy uudecode$EXEEXT; ac_word=$2
    3136 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3137 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3716{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3717$as_echo_n "checking for $ac_word... " >&6; }
    31383718if test "${ac_cv_prog_uudecode+set}" = set; then
    3139   echo $ECHO_N "(cached) $ECHO_C" >&6
     3719  $as_echo_n "(cached) " >&6
    31403720else
    31413721  if test -n "$uudecode"; then
     
    31483728  test -z "$as_dir" && as_dir=.
    31493729  for ac_exec_ext in '' $ac_executable_extensions; do
    3150   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3730  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31513731    ac_cv_prog_uudecode="yes"
    3152     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3732    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    31533733    break 2
    31543734  fi
    31553735done
    31563736done
     3737IFS=$as_save_IFS
    31573738
    31583739fi
     
    31603741uudecode=$ac_cv_prog_uudecode
    31613742if test -n "$uudecode"; then
    3162   echo "$as_me:$LINENO: result: $uudecode" >&5
    3163 echo "${ECHO_T}$uudecode" >&6
    3164 else
    3165   echo "$as_me:$LINENO: result: no" >&5
    3166 echo "${ECHO_T}no" >&6
    3167 fi
     3743  { $as_echo "$as_me:$LINENO: result: $uudecode" >&5
     3744$as_echo "$uudecode" >&6; }
     3745else
     3746  { $as_echo "$as_me:$LINENO: result: no" >&5
     3747$as_echo "no" >&6; }
     3748fi
     3749
    31683750
    31693751if test x$uudecode = xyes; then
    3170 echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
    3171 echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6
     3752{ $as_echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
     3753$as_echo_n "checking if uudecode can decode base 64 file... " >&6; }
    31723754if test "${ac_cv_prog_uudecode_base64+set}" = set; then
    3173   echo $ECHO_N "(cached) $ECHO_C" >&6
     3755  $as_echo_n "(cached) " >&6
    31743756else
    31753757
     
    31883770        ac_cv_prog_uudecode_base64=yes
    31893771else
    3190         echo "configure: 3190: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     3772        echo "configure: 3772: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
    31913773        echo "configure: failed file was:" >&5
    31923774        cat Test.uue >&5
     
    31953777rm -f Test.uue
    31963778fi
    3197 echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
    3198 echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6
     3779{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
     3780$as_echo "$ac_cv_prog_uudecode_base64" >&6; }
    31993781fi
    32003782if test x$ac_cv_prog_uudecode_base64 != xyes; then
    32013783        rm -f Test.class
    3202         { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
    3203 echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
     3784        { $as_echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
     3785$as_echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
    32043786        if test x$ac_cv_prog_javac_works = xno; then
    3205                 { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
    3206 echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
     3787                { { $as_echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
     3788$as_echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
    32073789   { (exit 1); exit 1; }; }
    32083790        fi
     
    32153797  # Extract the first word of "$ac_prog", so it can be a program name with args.
    32163798set dummy $ac_prog; ac_word=$2
    3217 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3799{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3800$as_echo_n "checking for $ac_word... " >&6; }
    32193801if test "${ac_cv_prog_JAVAC+set}" = set; then
    3220   echo $ECHO_N "(cached) $ECHO_C" >&6
     3802  $as_echo_n "(cached) " >&6
    32213803else
    32223804  if test -n "$JAVAC"; then
     
    32293811  test -z "$as_dir" && as_dir=.
    32303812  for ac_exec_ext in '' $ac_executable_extensions; do
    3231   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3813  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32323814    ac_cv_prog_JAVAC="$ac_prog"
    3233     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3815    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32343816    break 2
    32353817  fi
    32363818done
    32373819done
     3820IFS=$as_save_IFS
    32383821
    32393822fi
     
    32413824JAVAC=$ac_cv_prog_JAVAC
    32423825if test -n "$JAVAC"; then
    3243   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3244 echo "${ECHO_T}$JAVAC" >&6
    3245 else
    3246   echo "$as_me:$LINENO: result: no" >&5
    3247 echo "${ECHO_T}no" >&6
    3248 fi
     3826  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3827$as_echo "$JAVAC" >&6; }
     3828else
     3829  { $as_echo "$as_me:$LINENO: result: no" >&5
     3830$as_echo "no" >&6; }
     3831fi
     3832
    32493833
    32503834  test -n "$JAVAC" && break
     
    32563840  # Extract the first word of "$ac_prog", so it can be a program name with args.
    32573841set dummy $ac_prog; ac_word=$2
    3258 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3842{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3843$as_echo_n "checking for $ac_word... " >&6; }
    32603844if test "${ac_cv_prog_JAVAC+set}" = set; then
    3261   echo $ECHO_N "(cached) $ECHO_C" >&6
     3845  $as_echo_n "(cached) " >&6
    32623846else
    32633847  if test -n "$JAVAC"; then
     
    32703854  test -z "$as_dir" && as_dir=.
    32713855  for ac_exec_ext in '' $ac_executable_extensions; do
    3272   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3856  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32733857    ac_cv_prog_JAVAC="$ac_prog"
    3274     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3858    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32753859    break 2
    32763860  fi
    32773861done
    32783862done
     3863IFS=$as_save_IFS
    32793864
    32803865fi
     
    32823867JAVAC=$ac_cv_prog_JAVAC
    32833868if test -n "$JAVAC"; then
    3284   echo "$as_me:$LINENO: result: $JAVAC" >&5
    3285 echo "${ECHO_T}$JAVAC" >&6
    3286 else
    3287   echo "$as_me:$LINENO: result: no" >&5
    3288 echo "${ECHO_T}no" >&6
    3289 fi
     3869  { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
     3870$as_echo "$JAVAC" >&6; }
     3871else
     3872  { $as_echo "$as_me:$LINENO: result: no" >&5
     3873$as_echo "no" >&6; }
     3874fi
     3875
    32903876
    32913877  test -n "$JAVAC" && break
     
    32943880
    32953881  fi
    3296   test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    3297 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3882  test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3883$as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    32983884   { (exit 1); exit 1; }; }
    32993885else
     
    33033889
    33043890
    3305 echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    3306 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     3891{ $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3892$as_echo_n "checking if $JAVAC works... " >&6; }
    33073893if test "${ac_cv_prog_javac_works+set}" = set; then
    3308   echo $ECHO_N "(cached) $ECHO_C" >&6
     3894  $as_echo_n "(cached) " >&6
    33093895else
    33103896
     
    33123898CLASS_TEST=Test.class
    33133899cat << \EOF > $JAVA_TEST
    3314 /* #line 3314 "configure" */
     3900/* #line 3900 "configure" */
    33153901public class Test {
    33163902}
     
    33203906  (eval $ac_try) 2>&5
    33213907  ac_status=$?
    3322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3908  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33233909  (exit $ac_status); }; } >/dev/null 2>&1; then
    33243910  ac_cv_prog_javac_works=yes
    33253911else
    3326   { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3327 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3912  { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3913$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    33283914   { (exit 1); exit 1; }; }
    33293915  echo "configure: failed program was:" >&5
     
    33333919
    33343920fi
    3335 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    3336 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
     3921{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3922$as_echo "$ac_cv_prog_javac_works" >&6; }
    33373923if test "x$JAVACFLAGS" = x ; then
    33383924  JAVACFLAGS="-source 1.4 -target 1.4"
     
    33433929        fi
    33443930fi
    3345 echo "$as_me:$LINENO: checking if $JAVA works" >&5
    3346 echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6
     3931{ $as_echo "$as_me:$LINENO: checking if $JAVA works" >&5
     3932$as_echo_n "checking if $JAVA works... " >&6; }
    33473933if test "${ac_cv_prog_java_works+set}" = set; then
    3348   echo $ECHO_N "(cached) $ECHO_C" >&6
     3934  $as_echo_n "(cached) " >&6
    33493935else
    33503936
     
    33533939TEST=Test
    33543940cat << \EOF > $JAVA_TEST
    3355 /* [#]line 3355 "configure" */
     3941/* [#]line 3941 "configure" */
    33563942public class Test {
    33573943public static void main (String args[]) {
     
    33643950  (eval $ac_try) 2>&5
    33653951  ac_status=$?
    3366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3952  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33673953  (exit $ac_status); }; } && test -s $CLASS_TEST; then
    33683954                :
     
    33703956          echo "configure: failed program was:" >&5
    33713957          cat $JAVA_TEST >&5
    3372           { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3373 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3958          { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3959$as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    33743960   { (exit 1); exit 1; }; }
    33753961        fi
     
    33793965  (eval $ac_try) 2>&5
    33803966  ac_status=$?
    3381   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3967  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33823968  (exit $ac_status); }; } >/dev/null 2>&1; then
    33833969  ac_cv_prog_java_works=yes
     
    33853971  echo "configure: failed program was:" >&5
    33863972  cat $JAVA_TEST >&5
    3387   { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
    3388 echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
     3973  { { $as_echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
     3974$as_echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
    33893975   { (exit 1); exit 1; }; }
    33903976fi
     
    33923978
    33933979fi
    3394 echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
    3395 echo "${ECHO_T}$ac_cv_prog_java_works" >&6
     3980{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
     3981$as_echo "$ac_cv_prog_java_works" >&6; }
    33963982
    33973983
     
    34023988  # Extract the first word of "$ac_prog", so it can be a program name with args.
    34033989set dummy $ac_prog; ac_word=$2
    3404 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3990{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3991$as_echo_n "checking for $ac_word... " >&6; }
    34063992if test "${ac_cv_prog_AWK+set}" = set; then
    3407   echo $ECHO_N "(cached) $ECHO_C" >&6
     3993  $as_echo_n "(cached) " >&6
    34083994else
    34093995  if test -n "$AWK"; then
     
    34164002  test -z "$as_dir" && as_dir=.
    34174003  for ac_exec_ext in '' $ac_executable_extensions; do
    3418   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4004  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34194005    ac_cv_prog_AWK="$ac_prog"
    3420     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4006    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34214007    break 2
    34224008  fi
    34234009done
    34244010done
     4011IFS=$as_save_IFS
    34254012
    34264013fi
     
    34284015AWK=$ac_cv_prog_AWK
    34294016if test -n "$AWK"; then
    3430   echo "$as_me:$LINENO: result: $AWK" >&5
    3431 echo "${ECHO_T}$AWK" >&6
    3432 else
    3433   echo "$as_me:$LINENO: result: no" >&5
    3434 echo "${ECHO_T}no" >&6
    3435 fi
     4017  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     4018$as_echo "$AWK" >&6; }
     4019else
     4020  { $as_echo "$as_me:$LINENO: result: no" >&5
     4021$as_echo "no" >&6; }
     4022fi
     4023
    34364024
    34374025  test -n "$AWK" && break
     
    34424030  # Extract the first word of "$ac_prog", so it can be a program name with args.
    34434031set dummy $ac_prog; ac_word=$2
    3444 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4032{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4033$as_echo_n "checking for $ac_word... " >&6; }
    34464034if test "${ac_cv_prog_YACC+set}" = set; then
    3447   echo $ECHO_N "(cached) $ECHO_C" >&6
     4035  $as_echo_n "(cached) " >&6
    34484036else
    34494037  if test -n "$YACC"; then
     
    34564044  test -z "$as_dir" && as_dir=.
    34574045  for ac_exec_ext in '' $ac_executable_extensions; do
    3458   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4046  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34594047    ac_cv_prog_YACC="$ac_prog"
    3460     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4048    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34614049    break 2
    34624050  fi
    34634051done
    34644052done
     4053IFS=$as_save_IFS
    34654054
    34664055fi
     
    34684057YACC=$ac_cv_prog_YACC
    34694058if test -n "$YACC"; then
    3470   echo "$as_me:$LINENO: result: $YACC" >&5
    3471 echo "${ECHO_T}$YACC" >&6
    3472 else
    3473   echo "$as_me:$LINENO: result: no" >&5
    3474 echo "${ECHO_T}no" >&6
    3475 fi
     4059  { $as_echo "$as_me:$LINENO: result: $YACC" >&5
     4060$as_echo "$YACC" >&6; }
     4061else
     4062  { $as_echo "$as_me:$LINENO: result: no" >&5
     4063$as_echo "no" >&6; }
     4064fi
     4065
    34764066
    34774067  test -n "$YACC" && break
     
    34804070
    34814071ac_aux_dir=
    3482 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    3483   if test -f $ac_dir/install-sh; then
     4072for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     4073  if test -f "$ac_dir/install-sh"; then
    34844074    ac_aux_dir=$ac_dir
    34854075    ac_install_sh="$ac_aux_dir/install-sh -c"
    34864076    break
    3487   elif test -f $ac_dir/install.sh; then
     4077  elif test -f "$ac_dir/install.sh"; then
    34884078    ac_aux_dir=$ac_dir
    34894079    ac_install_sh="$ac_aux_dir/install.sh -c"
    34904080    break
    3491   elif test -f $ac_dir/shtool; then
     4081  elif test -f "$ac_dir/shtool"; then
    34924082    ac_aux_dir=$ac_dir
    34934083    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    34964086done
    34974087if test -z "$ac_aux_dir"; then
    3498   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    3499 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     4088  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     4089$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    35004090   { (exit 1); exit 1; }; }
    35014091fi
    3502 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    3503 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    3504 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
     4092
     4093# These three variables are undocumented and unsupported,
     4094# and are intended to be withdrawn in a future Autoconf release.
     4095# They can cause serious problems if a builder's source tree is in a directory
     4096# whose full name contains unusual characters.
     4097ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
     4098ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
     4099ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     4100
    35054101
    35064102# Make sure we can run config.sub.
    3507 $ac_config_sub sun4 >/dev/null 2>&1 ||
    3508   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
    3509 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     4103$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
     4104  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     4105$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    35104106   { (exit 1); exit 1; }; }
    35114107
    3512 echo "$as_me:$LINENO: checking build system type" >&5
    3513 echo $ECHO_N "checking build system type... $ECHO_C" >&6
     4108{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     4109$as_echo_n "checking build system type... " >&6; }
    35144110if test "${ac_cv_build+set}" = set; then
    3515   echo $ECHO_N "(cached) $ECHO_C" >&6
    3516 else
    3517   ac_cv_build_alias=$build_alias
    3518 test -z "$ac_cv_build_alias" &&
    3519   ac_cv_build_alias=`$ac_config_guess`
    3520 test -z "$ac_cv_build_alias" &&
    3521   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    3522 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     4111  $as_echo_n "(cached) " >&6
     4112else
     4113  ac_build_alias=$build_alias
     4114test "x$ac_build_alias" = x &&
     4115  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
     4116test "x$ac_build_alias" = x &&
     4117  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     4118$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    35234119   { (exit 1); exit 1; }; }
    3524 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    3525   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
    3526 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     4120ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
     4121  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     4122$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    35274123   { (exit 1); exit 1; }; }
    35284124
    35294125fi
    3530 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    3531 echo "${ECHO_T}$ac_cv_build" >&6
     4126{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     4127$as_echo "$ac_cv_build" >&6; }
     4128case $ac_cv_build in
     4129*-*-*) ;;
     4130*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     4131$as_echo "$as_me: error: invalid value of canonical build" >&2;}
     4132   { (exit 1); exit 1; }; };;
     4133esac
    35324134build=$ac_cv_build
    3533 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3534 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3535 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3536 
    3537 
    3538 echo "$as_me:$LINENO: checking host system type" >&5
    3539 echo $ECHO_N "checking host system type... $ECHO_C" >&6
     4135ac_save_IFS=$IFS; IFS='-'
     4136set x $ac_cv_build
     4137shift
     4138build_cpu=$1
     4139build_vendor=$2
     4140shift; shift
     4141# Remember, the first character of IFS is used to create $*,
     4142# except with old shells:
     4143build_os=$*
     4144IFS=$ac_save_IFS
     4145case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
     4146
     4147
     4148{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     4149$as_echo_n "checking host system type... " >&6; }
    35404150if test "${ac_cv_host+set}" = set; then
    3541   echo $ECHO_N "(cached) $ECHO_C" >&6
    3542 else
    3543   ac_cv_host_alias=$host_alias
    3544 test -z "$ac_cv_host_alias" &&
    3545   ac_cv_host_alias=$ac_cv_build_alias
    3546 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    3547   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    3548 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     4151  $as_echo_n "(cached) " >&6
     4152else
     4153  if test "x$host_alias" = x; then
     4154  ac_cv_host=$ac_cv_build
     4155else
     4156  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     4157    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     4158$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    35494159   { (exit 1); exit 1; }; }
    3550 
    3551 fi
    3552 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    3553 echo "${ECHO_T}$ac_cv_host" >&6
     4160fi
     4161
     4162fi
     4163{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     4164$as_echo "$ac_cv_host" >&6; }
     4165case $ac_cv_host in
     4166*-*-*) ;;
     4167*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     4168$as_echo "$as_me: error: invalid value of canonical host" >&2;}
     4169   { (exit 1); exit 1; }; };;
     4170esac
    35544171host=$ac_cv_host
    3555 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3556 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3557 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    3558 
    3559 
    3560 echo "$as_me:$LINENO: checking target system type" >&5
    3561 echo $ECHO_N "checking target system type... $ECHO_C" >&6
     4172ac_save_IFS=$IFS; IFS='-'
     4173set x $ac_cv_host
     4174shift
     4175host_cpu=$1
     4176host_vendor=$2
     4177shift; shift
     4178# Remember, the first character of IFS is used to create $*,
     4179# except with old shells:
     4180host_os=$*
     4181IFS=$ac_save_IFS
     4182case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
     4183
     4184
     4185{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     4186$as_echo_n "checking target system type... " >&6; }
    35624187if test "${ac_cv_target+set}" = set; then
    3563   echo $ECHO_N "(cached) $ECHO_C" >&6
    3564 else
    3565   ac_cv_target_alias=$target_alias
    3566 test "x$ac_cv_target_alias" = "x" &&
    3567   ac_cv_target_alias=$ac_cv_host_alias
    3568 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
    3569   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
    3570 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     4188  $as_echo_n "(cached) " >&6
     4189else
     4190  if test "x$target_alias" = x; then
     4191  ac_cv_target=$ac_cv_host
     4192else
     4193  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     4194    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     4195$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    35714196   { (exit 1); exit 1; }; }
    3572 
    3573 fi
    3574 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    3575 echo "${ECHO_T}$ac_cv_target" >&6
     4197fi
     4198
     4199fi
     4200{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     4201$as_echo "$ac_cv_target" >&6; }
     4202case $ac_cv_target in
     4203*-*-*) ;;
     4204*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     4205$as_echo "$as_me: error: invalid value of canonical target" >&2;}
     4206   { (exit 1); exit 1; }; };;
     4207esac
    35764208target=$ac_cv_target
    3577 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    3578 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    3579 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     4209ac_save_IFS=$IFS; IFS='-'
     4210set x $ac_cv_target
     4211shift
     4212target_cpu=$1
     4213target_vendor=$2
     4214shift; shift
     4215# Remember, the first character of IFS is used to create $*,
     4216# except with old shells:
     4217target_os=$*
     4218IFS=$ac_save_IFS
     4219case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
    35804220
    35814221
     
    35994239# OS/2's system install, which has a completely different semantic
    36004240# ./install, which can be erroneously created by make from ./install.sh.
    3601 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3602 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
     4241# Reject install programs that cannot install multiple files.
     4242{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     4243$as_echo_n "checking for a BSD-compatible install... " >&6; }
    36034244if test -z "$INSTALL"; then
    36044245if test "${ac_cv_path_install+set}" = set; then
    3605   echo $ECHO_N "(cached) $ECHO_C" >&6
     4246  $as_echo_n "(cached) " >&6
    36064247else
    36074248  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    36224263    for ac_prog in ginstall scoinst install; do
    36234264      for ac_exec_ext in '' $ac_executable_extensions; do
    3624     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     4265    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
    36254266      if test $ac_prog = install &&
    36264267        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    36324273        :
    36334274      else
    3634         ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3635         break 3
     4275        rm -rf conftest.one conftest.two conftest.dir
     4276        echo one > conftest.one
     4277        echo two > conftest.two
     4278        mkdir conftest.dir
     4279        if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     4280          test -s conftest.one && test -s conftest.two &&
     4281          test -s conftest.dir/conftest.one &&
     4282          test -s conftest.dir/conftest.two
     4283        then
     4284          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     4285          break 3
     4286        fi
    36364287      fi
    36374288    fi
     
    36404291    ;;
    36414292esac
     4293
    36424294done
    3643 
     4295IFS=$as_save_IFS
     4296
     4297rm -rf conftest.one conftest.two conftest.dir
    36444298
    36454299fi
     
    36474301    INSTALL=$ac_cv_path_install
    36484302  else
    3649     # As a last resort, use the slow shell script.  We don't cache a
    3650     # path for INSTALL within a source directory, because that will
     4303    # As a last resort, use the slow shell script.  Don't cache a
     4304    # value for INSTALL within a source directory, because that will
    36514305    # break other packages using the cache if that directory is
    3652     # removed, or if the path is relative.
     4306    # removed, or if the value is a relative name.
    36534307    INSTALL=$ac_install_sh
    36544308  fi
    36554309fi
    3656 echo "$as_me:$LINENO: result: $INSTALL" >&5
    3657 echo "${ECHO_T}$INSTALL" >&6
     4310{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     4311$as_echo "$INSTALL" >&6; }
    36584312
    36594313# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    36654319test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    36664320
    3667 echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3668 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
     4321{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     4322$as_echo_n "checking whether ln -s works... " >&6; }
    36694323LN_S=$as_ln_s
    36704324if test "$LN_S" = "ln -s"; then
    3671   echo "$as_me:$LINENO: result: yes" >&5
    3672 echo "${ECHO_T}yes" >&6
    3673 else
    3674   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3675 echo "${ECHO_T}no, using $LN_S" >&6
    3676 fi
    3677 
    3678 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    3679 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    3680 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
    3681 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    3682   echo $ECHO_N "(cached) $ECHO_C" >&6
     4325  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4326$as_echo "yes" >&6; }
     4327else
     4328  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     4329$as_echo "no, using $LN_S" >&6; }
     4330fi
     4331
     4332{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     4333$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     4334set x ${MAKE-make}
     4335ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     4336if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
     4337  $as_echo_n "(cached) " >&6
    36834338else
    36844339  cat >conftest.make <<\_ACEOF
     4340SHELL = /bin/sh
    36854341all:
    3686     @echo 'ac_maketemp="$(MAKE)"'
     4342    @echo '@@@%%%=$(MAKE)=@@@%%%'
    36874343_ACEOF
    36884344# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    3689 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
    3690 if test -n "$ac_maketemp"; then
    3691   eval ac_cv_prog_make_${ac_make}_set=yes
    3692 else
    3693   eval ac_cv_prog_make_${ac_make}_set=no
    3694 fi
     4345case `${MAKE-make} -f conftest.make 2>/dev/null` in
     4346  *@@@%%%=?*=@@@%%%*)
     4347    eval ac_cv_prog_make_${ac_make}_set=yes;;
     4348  *)
     4349    eval ac_cv_prog_make_${ac_make}_set=no;;
     4350esac
    36954351rm -f conftest.make
    36964352fi
    3697 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    3698   echo "$as_me:$LINENO: result: yes" >&5
    3699 echo "${ECHO_T}yes" >&6
     4353if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
     4354  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4355$as_echo "yes" >&6; }
    37004356  SET_MAKE=
    37014357else
    3702   echo "$as_me:$LINENO: result: no" >&5
    3703 echo "${ECHO_T}no" >&6
     4358  { $as_echo "$as_me:$LINENO: result: no" >&5
     4359$as_echo "no" >&6; }
    37044360  SET_MAKE="MAKE=${MAKE-make}"
    37054361fi
     
    37084364  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    37094365set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3710 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4366{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4367$as_echo_n "checking for $ac_word... " >&6; }
    37124368if test "${ac_cv_prog_RANLIB+set}" = set; then
    3713   echo $ECHO_N "(cached) $ECHO_C" >&6
     4369  $as_echo_n "(cached) " >&6
    37144370else
    37154371  if test -n "$RANLIB"; then
     
    37224378  test -z "$as_dir" && as_dir=.
    37234379  for ac_exec_ext in '' $ac_executable_extensions; do
    3724   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4380  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37254381    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3726     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4382    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37274383    break 2
    37284384  fi
    37294385done
    37304386done
     4387IFS=$as_save_IFS
    37314388
    37324389fi
     
    37344391RANLIB=$ac_cv_prog_RANLIB
    37354392if test -n "$RANLIB"; then
    3736   echo "$as_me:$LINENO: result: $RANLIB" >&5
    3737 echo "${ECHO_T}$RANLIB" >&6
    3738 else
    3739   echo "$as_me:$LINENO: result: no" >&5
    3740 echo "${ECHO_T}no" >&6
    3741 fi
     4393  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     4394$as_echo "$RANLIB" >&6; }
     4395else
     4396  { $as_echo "$as_me:$LINENO: result: no" >&5
     4397$as_echo "no" >&6; }
     4398fi
     4399
    37424400
    37434401fi
     
    37464404  # Extract the first word of "ranlib", so it can be a program name with args.
    37474405set dummy ranlib; ac_word=$2
    3748 echo "$as_me:$LINENO: checking for $ac_word" >&5
    3749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4406{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4407$as_echo_n "checking for $ac_word... " >&6; }
    37504408if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3751   echo $ECHO_N "(cached) $ECHO_C" >&6
     4409  $as_echo_n "(cached) " >&6
    37524410else
    37534411  if test -n "$ac_ct_RANLIB"; then
     
    37604418  test -z "$as_dir" && as_dir=.
    37614419  for ac_exec_ext in '' $ac_executable_extensions; do
    3762   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4420  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37634421    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3764     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4422    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37654423    break 2
    37664424  fi
    37674425done
    37684426done
    3769 
    3770   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     4427IFS=$as_save_IFS
     4428
    37714429fi
    37724430fi
    37734431ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    37744432if test -n "$ac_ct_RANLIB"; then
    3775   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3776 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    3777 else
    3778   echo "$as_me:$LINENO: result: no" >&5
    3779 echo "${ECHO_T}no" >&6
    3780 fi
    3781 
    3782   RANLIB=$ac_ct_RANLIB
     4433  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     4434$as_echo "$ac_ct_RANLIB" >&6; }
     4435else
     4436  { $as_echo "$as_me:$LINENO: result: no" >&5
     4437$as_echo "no" >&6; }
     4438fi
     4439
     4440  if test "x$ac_ct_RANLIB" = x; then
     4441    RANLIB=":"
     4442  else
     4443    case $cross_compiling:$ac_tool_warned in
     4444yes:)
     4445{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4446$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4447ac_tool_warned=yes ;;
     4448esac
     4449    RANLIB=$ac_ct_RANLIB
     4450  fi
    37834451else
    37844452  RANLIB="$ac_cv_prog_RANLIB"
     
    37864454
    37874455
    3788 echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
    3789 echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6
     4456{ $as_echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
     4457$as_echo_n "checking to see if architecture is 64-bit... " >&6; }
    37904458arch_64bit=no
    37914459case "$host_cpu" in
     
    37944462
    37954463if test "$arch_64bit" = yes; then
    3796   echo "$as_me:$LINENO: result: yes" >&5
    3797 echo "${ECHO_T}yes" >&6
    3798   if test -z "$COMPAT32BITFLAGS" ; then
    3799     COMPAT32BITFLAGS="-m32"
     4464  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4465$as_echo "yes" >&6; }
     4466  if test -z "$ARCH_DEP_FLAGS" ; then
     4467    ARCH_DEP_FLAGS="-fPIC"
    38004468    gsdlarch='64'
    38014469  fi
    38024470else
    3803   echo "$as_me:$LINENO: result: no" >&5
    3804 echo "${ECHO_T}no" >&6
    3805   if test -z "$COMPAT32BITFLAGS" ; then
    3806     COMPAT32BITFLAGS=
     4471  { $as_echo "$as_me:$LINENO: result: no" >&5
     4472$as_echo "no" >&6; }
     4473  if test -z "$ARCH_DEP_FLAGS" ; then
     4474    ARCH_DEP_FLAGS=
    38074475    gsdlarch='32'
    38084476  fi
    38094477fi
    38104478
    3811 # Only need compat32bitflag if using MG or MGPP
    3812 if test "$ENABLE_MG" = "0" ; then
    3813   COMPAT32BITFLAGS=
    3814 else
    3815   if test "$ENABLE_MGPP" = "0" ; then
    3816     COMPAT32BITFLAGS=
    3817   fi
    3818 fi
    3819 
    3820 export COMPAT32BITFLAGS
     4479export ARCH_DEP_FLAGS
    38214480
    38224481
     
    38604519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    38614520ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3862 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3863 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
     4521{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4522$as_echo_n "checking how to run the C preprocessor... " >&6; }
    38644523# On Suns, sometimes $CPP names a directory.
    38654524if test -n "$CPP" && test -d "$CPP"; then
     
    38684527if test -z "$CPP"; then
    38694528  if test "${ac_cv_prog_CPP+set}" = set; then
    3870   echo $ECHO_N "(cached) $ECHO_C" >&6
     4529  $as_echo_n "(cached) " >&6
    38714530else
    38724531      # Double quotes because CPP needs to be expanded
     
    38954554             Syntax error
    38964555_ACEOF
    3897 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3898   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4556if { (ac_try="$ac_cpp conftest.$ac_ext"
     4557case "(($ac_try" in
     4558  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4559  *) ac_try_echo=$ac_try;;
     4560esac
     4561eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4562$as_echo "$ac_try_echo") >&5
     4563  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38994564  ac_status=$?
    39004565  grep -v '^ *+' conftest.er1 >conftest.err
    39014566  rm -f conftest.er1
    39024567  cat conftest.err >&5
    3903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3904   (exit $ac_status); } >/dev/null; then
    3905   if test -s conftest.err; then
    3906     ac_cpp_err=$ac_c_preproc_warn_flag
    3907     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3908   else
    3909     ac_cpp_err=
    3910   fi
    3911 else
    3912   ac_cpp_err=yes
    3913 fi
    3914 if test -z "$ac_cpp_err"; then
     4568  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4569  (exit $ac_status); } >/dev/null && {
     4570     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4571     test ! -s conftest.err
     4572       }; then
    39154573  :
    39164574else
    3917   echo "$as_me: failed program was:" >&5
     4575  $as_echo "$as_me: failed program was:" >&5
    39184576sed 's/^/| /' conftest.$ac_ext >&5
    39194577
     
    39214579continue
    39224580fi
     4581
    39234582rm -f conftest.err conftest.$ac_ext
    39244583
    3925   # OK, works on sane cases.  Now check whether non-existent headers
     4584  # OK, works on sane cases.  Now check whether nonexistent headers
    39264585  # can be detected and how.
    39274586  cat >conftest.$ac_ext <<_ACEOF
     
    39334592#include <ac_nonexistent.h>
    39344593_ACEOF
    3935 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3936   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4594if { (ac_try="$ac_cpp conftest.$ac_ext"
     4595case "(($ac_try" in
     4596  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4597  *) ac_try_echo=$ac_try;;
     4598esac
     4599eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4600$as_echo "$ac_try_echo") >&5
     4601  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    39374602  ac_status=$?
    39384603  grep -v '^ *+' conftest.er1 >conftest.err
    39394604  rm -f conftest.er1
    39404605  cat conftest.err >&5
    3941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3942   (exit $ac_status); } >/dev/null; then
    3943   if test -s conftest.err; then
    3944     ac_cpp_err=$ac_c_preproc_warn_flag
    3945     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    3946   else
    3947     ac_cpp_err=
    3948   fi
    3949 else
    3950   ac_cpp_err=yes
    3951 fi
    3952 if test -z "$ac_cpp_err"; then
     4606  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4607  (exit $ac_status); } >/dev/null && {
     4608     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4609     test ! -s conftest.err
     4610       }; then
    39534611  # Broken: success on invalid input.
    39544612continue
    39554613else
    3956   echo "$as_me: failed program was:" >&5
     4614  $as_echo "$as_me: failed program was:" >&5
    39574615sed 's/^/| /' conftest.$ac_ext >&5
    39584616
     
    39614619break
    39624620fi
     4621
    39634622rm -f conftest.err conftest.$ac_ext
    39644623
     
    39784637  ac_cv_prog_CPP=$CPP
    39794638fi
    3980 echo "$as_me:$LINENO: result: $CPP" >&5
    3981 echo "${ECHO_T}$CPP" >&6
     4639{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     4640$as_echo "$CPP" >&6; }
    39824641ac_preproc_ok=false
    39834642for ac_c_preproc_warn_flag in '' yes
     
    40024661             Syntax error
    40034662_ACEOF
    4004 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    4005   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4663if { (ac_try="$ac_cpp conftest.$ac_ext"
     4664case "(($ac_try" in
     4665  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4666  *) ac_try_echo=$ac_try;;
     4667esac
     4668eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4669$as_echo "$ac_try_echo") >&5
     4670  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    40064671  ac_status=$?
    40074672  grep -v '^ *+' conftest.er1 >conftest.err
    40084673  rm -f conftest.er1
    40094674  cat conftest.err >&5
    4010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4011   (exit $ac_status); } >/dev/null; then
    4012   if test -s conftest.err; then
    4013     ac_cpp_err=$ac_c_preproc_warn_flag
    4014     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    4015   else
    4016     ac_cpp_err=
    4017   fi
    4018 else
    4019   ac_cpp_err=yes
    4020 fi
    4021 if test -z "$ac_cpp_err"; then
     4675  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4676  (exit $ac_status); } >/dev/null && {
     4677     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4678     test ! -s conftest.err
     4679       }; then
    40224680  :
    40234681else
    4024   echo "$as_me: failed program was:" >&5
     4682  $as_echo "$as_me: failed program was:" >&5
    40254683sed 's/^/| /' conftest.$ac_ext >&5
    40264684
     
    40284686continue
    40294687fi
     4688
    40304689rm -f conftest.err conftest.$ac_ext
    40314690
    4032   # OK, works on sane cases.  Now check whether non-existent headers
     4691  # OK, works on sane cases.  Now check whether nonexistent headers
    40334692  # can be detected and how.
    40344693  cat >conftest.$ac_ext <<_ACEOF
     
    40404699#include <ac_nonexistent.h>
    40414700_ACEOF
    4042 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    4043   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4701if { (ac_try="$ac_cpp conftest.$ac_ext"
     4702case "(($ac_try" in
     4703  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4704  *) ac_try_echo=$ac_try;;
     4705esac
     4706eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4707$as_echo "$ac_try_echo") >&5
     4708  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    40444709  ac_status=$?
    40454710  grep -v '^ *+' conftest.er1 >conftest.err
    40464711  rm -f conftest.er1
    40474712  cat conftest.err >&5
    4048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4049   (exit $ac_status); } >/dev/null; then
    4050   if test -s conftest.err; then
    4051     ac_cpp_err=$ac_c_preproc_warn_flag
    4052     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    4053   else
    4054     ac_cpp_err=
    4055   fi
    4056 else
    4057   ac_cpp_err=yes
    4058 fi
    4059 if test -z "$ac_cpp_err"; then
     4713  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4714  (exit $ac_status); } >/dev/null && {
     4715     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     4716     test ! -s conftest.err
     4717       }; then
    40604718  # Broken: success on invalid input.
    40614719continue
    40624720else
    4063   echo "$as_me: failed program was:" >&5
     4721  $as_echo "$as_me: failed program was:" >&5
    40644722sed 's/^/| /' conftest.$ac_ext >&5
    40654723
     
    40684726break
    40694727fi
     4728
    40704729rm -f conftest.err conftest.$ac_ext
    40714730
     
    40764735  :
    40774736else
    4078   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4737  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4738$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4739{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    40794740See \`config.log' for more details." >&5
    4080 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4741$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    40814742See \`config.log' for more details." >&2;}
    4082    { (exit 1); exit 1; }; }
     4743   { (exit 1); exit 1; }; }; }
    40834744fi
    40844745
     
    40904751
    40914752
    4092 echo "$as_me:$LINENO: checking for egrep" >&5
    4093 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
    4094 if test "${ac_cv_prog_egrep+set}" = set; then
    4095   echo $ECHO_N "(cached) $ECHO_C" >&6
    4096 else
    4097   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
    4098     then ac_cv_prog_egrep='grep -E'
    4099     else ac_cv_prog_egrep='egrep'
     4753{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4754$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     4755if test "${ac_cv_path_GREP+set}" = set; then
     4756  $as_echo_n "(cached) " >&6
     4757else
     4758  if test -z "$GREP"; then
     4759  ac_path_GREP_found=false
     4760  # Loop through the user's path and test for each of PROGNAME-LIST
     4761  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4762for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4763do
     4764  IFS=$as_save_IFS
     4765  test -z "$as_dir" && as_dir=.
     4766  for ac_prog in grep ggrep; do
     4767    for ac_exec_ext in '' $ac_executable_extensions; do
     4768      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4769      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4770# Check for GNU ac_path_GREP and select it if it is found.
     4771  # Check for GNU $ac_path_GREP
     4772case `"$ac_path_GREP" --version 2>&1` in
     4773*GNU*)
     4774  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
     4775*)
     4776  ac_count=0
     4777  $as_echo_n 0123456789 >"conftest.in"
     4778  while :
     4779  do
     4780    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4781    mv "conftest.tmp" "conftest.in"
     4782    cp "conftest.in" "conftest.nl"
     4783    $as_echo 'GREP' >> "conftest.nl"
     4784    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4785    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4786    ac_count=`expr $ac_count + 1`
     4787    if test $ac_count -gt ${ac_path_GREP_max-0}; then
     4788      # Best one so far, save it but keep looking for a better one
     4789      ac_cv_path_GREP="$ac_path_GREP"
     4790      ac_path_GREP_max=$ac_count
    41004791    fi
    4101 fi
    4102 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
    4103 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    4104  EGREP=$ac_cv_prog_egrep
    4105 
    4106 
    4107 
    4108 echo "$as_me:$LINENO: checking for AIX" >&5
    4109 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
    4110 cat >conftest.$ac_ext <<_ACEOF
    4111 /* confdefs.h.  */
    4112 _ACEOF
    4113 cat confdefs.h >>conftest.$ac_ext
    4114 cat >>conftest.$ac_ext <<_ACEOF
    4115 /* end confdefs.h.  */
    4116 #ifdef _AIX
    4117   yes
    4118 #endif
    4119 
    4120 _ACEOF
    4121 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    4122   $EGREP "yes" >/dev/null 2>&1; then
    4123   echo "$as_me:$LINENO: result: yes" >&5
    4124 echo "${ECHO_T}yes" >&6
    4125 cat >>confdefs.h <<\_ACEOF
    4126 #define _ALL_SOURCE 1
    4127 _ACEOF
    4128 
    4129 else
    4130   echo "$as_me:$LINENO: result: no" >&5
    4131 echo "${ECHO_T}no" >&6
    4132 fi
    4133 rm -f conftest*
    4134 
    4135 
    4136 echo "$as_me:$LINENO: checking for library containing strerror" >&5
    4137 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
    4138 if test "${ac_cv_search_strerror+set}" = set; then
    4139   echo $ECHO_N "(cached) $ECHO_C" >&6
    4140 else
    4141   ac_func_search_save_LIBS=$LIBS
    4142 ac_cv_search_strerror=no
    4143 cat >conftest.$ac_ext <<_ACEOF
    4144 /* confdefs.h.  */
    4145 _ACEOF
    4146 cat confdefs.h >>conftest.$ac_ext
    4147 cat >>conftest.$ac_ext <<_ACEOF
    4148 /* end confdefs.h.  */
    4149 
    4150 /* Override any gcc2 internal prototype to avoid an error.  */
    4151 #ifdef __cplusplus
    4152 extern "C"
    4153 #endif
    4154 /* We use char because int might match the return type of a gcc2
    4155    builtin and then its argument prototype would still apply.  */
    4156 char strerror ();
    4157 int
    4158 main ()
    4159 {
    4160 strerror ();
    4161   ;
    4162   return 0;
    4163 }
    4164 _ACEOF
    4165 rm -f conftest.$ac_objext conftest$ac_exeext
    4166 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4167   (eval $ac_link) 2>conftest.er1
    4168   ac_status=$?
    4169   grep -v '^ *+' conftest.er1 >conftest.err
    4170   rm -f conftest.er1
    4171   cat conftest.err >&5
    4172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4173   (exit $ac_status); } &&
    4174      { ac_try='test -z "$ac_c_werror_flag"
    4175              || test ! -s conftest.err'
    4176   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4177   (eval $ac_try) 2>&5
    4178   ac_status=$?
    4179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4180   (exit $ac_status); }; } &&
    4181      { ac_try='test -s conftest$ac_exeext'
    4182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4183   (eval $ac_try) 2>&5
    4184   ac_status=$?
    4185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4186   (exit $ac_status); }; }; then
    4187   ac_cv_search_strerror="none required"
    4188 else
    4189   echo "$as_me: failed program was:" >&5
    4190 sed 's/^/| /' conftest.$ac_ext >&5
    4191 
    4192 fi
    4193 rm -f conftest.err conftest.$ac_objext \
    4194       conftest$ac_exeext conftest.$ac_ext
    4195 if test "$ac_cv_search_strerror" = no; then
    4196   for ac_lib in cposix; do
    4197     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    4198     cat >conftest.$ac_ext <<_ACEOF
    4199 /* confdefs.h.  */
    4200 _ACEOF
    4201 cat confdefs.h >>conftest.$ac_ext
    4202 cat >>conftest.$ac_ext <<_ACEOF
    4203 /* end confdefs.h.  */
    4204 
    4205 /* Override any gcc2 internal prototype to avoid an error.  */
    4206 #ifdef __cplusplus
    4207 extern "C"
    4208 #endif
    4209 /* We use char because int might match the return type of a gcc2
    4210    builtin and then its argument prototype would still apply.  */
    4211 char strerror ();
    4212 int
    4213 main ()
    4214 {
    4215 strerror ();
    4216   ;
    4217   return 0;
    4218 }
    4219 _ACEOF
    4220 rm -f conftest.$ac_objext conftest$ac_exeext
    4221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4222   (eval $ac_link) 2>conftest.er1
    4223   ac_status=$?
    4224   grep -v '^ *+' conftest.er1 >conftest.err
    4225   rm -f conftest.er1
    4226   cat conftest.err >&5
    4227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4228   (exit $ac_status); } &&
    4229      { ac_try='test -z "$ac_c_werror_flag"
    4230              || test ! -s conftest.err'
    4231   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4232   (eval $ac_try) 2>&5
    4233   ac_status=$?
    4234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4235   (exit $ac_status); }; } &&
    4236      { ac_try='test -s conftest$ac_exeext'
    4237   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4238   (eval $ac_try) 2>&5
    4239   ac_status=$?
    4240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4241   (exit $ac_status); }; }; then
    4242   ac_cv_search_strerror="-l$ac_lib"
    4243 break
    4244 else
    4245   echo "$as_me: failed program was:" >&5
    4246 sed 's/^/| /' conftest.$ac_ext >&5
    4247 
    4248 fi
    4249 rm -f conftest.err conftest.$ac_objext \
    4250       conftest$ac_exeext conftest.$ac_ext
     4792    # 10*(2^10) chars as input seems more than enough
     4793    test $ac_count -gt 10 && break
    42514794  done
    4252 fi
    4253 LIBS=$ac_func_search_save_LIBS
    4254 fi
    4255 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
    4256 echo "${ECHO_T}$ac_cv_search_strerror" >&6
    4257 if test "$ac_cv_search_strerror" != no; then
    4258   test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
    4259 
    4260 fi
    4261 
    4262 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    4263 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     4795  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4796esac
     4797
     4798      $ac_path_GREP_found && break 3
     4799    done
     4800  done
     4801done
     4802IFS=$as_save_IFS
     4803  if test -z "$ac_cv_path_GREP"; then
     4804    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4805$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4806   { (exit 1); exit 1; }; }
     4807  fi
     4808else
     4809  ac_cv_path_GREP=$GREP
     4810fi
     4811
     4812fi
     4813{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4814$as_echo "$ac_cv_path_GREP" >&6; }
     4815 GREP="$ac_cv_path_GREP"
     4816
     4817
     4818{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     4819$as_echo_n "checking for egrep... " >&6; }
     4820if test "${ac_cv_path_EGREP+set}" = set; then
     4821  $as_echo_n "(cached) " >&6
     4822else
     4823  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
     4824   then ac_cv_path_EGREP="$GREP -E"
     4825   else
     4826     if test -z "$EGREP"; then
     4827  ac_path_EGREP_found=false
     4828  # Loop through the user's path and test for each of PROGNAME-LIST
     4829  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4830for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
     4831do
     4832  IFS=$as_save_IFS
     4833  test -z "$as_dir" && as_dir=.
     4834  for ac_prog in egrep; do
     4835    for ac_exec_ext in '' $ac_executable_extensions; do
     4836      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4837      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4838# Check for GNU ac_path_EGREP and select it if it is found.
     4839  # Check for GNU $ac_path_EGREP
     4840case `"$ac_path_EGREP" --version 2>&1` in
     4841*GNU*)
     4842  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
     4843*)
     4844  ac_count=0
     4845  $as_echo_n 0123456789 >"conftest.in"
     4846  while :
     4847  do
     4848    cat "conftest.in" "conftest.in" >"conftest.tmp"
     4849    mv "conftest.tmp" "conftest.in"
     4850    cp "conftest.in" "conftest.nl"
     4851    $as_echo 'EGREP' >> "conftest.nl"
     4852    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
     4853    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     4854    ac_count=`expr $ac_count + 1`
     4855    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
     4856      # Best one so far, save it but keep looking for a better one
     4857      ac_cv_path_EGREP="$ac_path_EGREP"
     4858      ac_path_EGREP_max=$ac_count
     4859    fi
     4860    # 10*(2^10) chars as input seems more than enough
     4861    test $ac_count -gt 10 && break
     4862  done
     4863  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
     4864esac
     4865
     4866      $ac_path_EGREP_found && break 3
     4867    done
     4868  done
     4869done
     4870IFS=$as_save_IFS
     4871  if test -z "$ac_cv_path_EGREP"; then
     4872    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4873$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4874   { (exit 1); exit 1; }; }
     4875  fi
     4876else
     4877  ac_cv_path_EGREP=$EGREP
     4878fi
     4879
     4880   fi
     4881fi
     4882{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4883$as_echo "$ac_cv_path_EGREP" >&6; }
     4884 EGREP="$ac_cv_path_EGREP"
     4885
     4886
     4887{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4888$as_echo_n "checking for ANSI C header files... " >&6; }
    42644889if test "${ac_cv_header_stdc+set}" = set; then
    4265   echo $ECHO_N "(cached) $ECHO_C" >&6
     4890  $as_echo_n "(cached) " >&6
    42664891else
    42674892  cat >conftest.$ac_ext <<_ACEOF
     
    42854910_ACEOF
    42864911rm -f conftest.$ac_objext
    4287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4288   (eval $ac_compile) 2>conftest.er1
     4912if { (ac_try="$ac_compile"
     4913case "(($ac_try" in
     4914  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4915  *) ac_try_echo=$ac_try;;
     4916esac
     4917eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4918$as_echo "$ac_try_echo") >&5
     4919  (eval "$ac_compile") 2>conftest.er1
    42894920  ac_status=$?
    42904921  grep -v '^ *+' conftest.er1 >conftest.err
    42914922  rm -f conftest.er1
    42924923  cat conftest.err >&5
    4293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4294   (exit $ac_status); } &&
    4295      { ac_try='test -z "$ac_c_werror_flag"
    4296              || test ! -s conftest.err'
    4297   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4298   (eval $ac_try) 2>&5
    4299   ac_status=$?
    4300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4301   (exit $ac_status); }; } &&
    4302      { ac_try='test -s conftest.$ac_objext'
    4303   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4304   (eval $ac_try) 2>&5
    4305   ac_status=$?
    4306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4307   (exit $ac_status); }; }; then
     4924  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4925  (exit $ac_status); } && {
     4926     test -z "$ac_c_werror_flag" ||
     4927     test ! -s conftest.err
     4928       } && test -s conftest.$ac_objext; then
    43084929  ac_cv_header_stdc=yes
    43094930else
    4310   echo "$as_me: failed program was:" >&5
     4931  $as_echo "$as_me: failed program was:" >&5
    43114932sed 's/^/| /' conftest.$ac_ext >&5
    43124933
    4313 ac_cv_header_stdc=no
    4314 fi
    4315 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4934    ac_cv_header_stdc=no
     4935fi
     4936
     4937rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    43164938
    43174939if test $ac_cv_header_stdc = yes; then
     
    43694991/* end confdefs.h.  */
    43704992#include <ctype.h>
     4993#include <stdlib.h>
    43714994#if ((' ' & 0x0FF) == 0x020)
    43724995# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    43885011    if (XOR (islower (i), ISLOWER (i))
    43895012    || toupper (i) != TOUPPER (i))
    4390       exit(2);
    4391   exit (0);
     5013      return 2;
     5014  return 0;
    43925015}
    43935016_ACEOF
    43945017rm -f conftest$ac_exeext
    4395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4396   (eval $ac_link) 2>&5
     5018if { (ac_try="$ac_link"
     5019case "(($ac_try" in
     5020  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5021  *) ac_try_echo=$ac_try;;
     5022esac
     5023eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5024$as_echo "$ac_try_echo") >&5
     5025  (eval "$ac_link") 2>&5
    43975026  ac_status=$?
    4398   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5027  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43995028  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    4400   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4401   (eval $ac_try) 2>&5
     5029  { (case "(($ac_try" in
     5030  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5031  *) ac_try_echo=$ac_try;;
     5032esac
     5033eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5034$as_echo "$ac_try_echo") >&5
     5035  (eval "$ac_try") 2>&5
    44025036  ac_status=$?
    4403   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5037  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44045038  (exit $ac_status); }; }; then
    44055039  :
    44065040else
    4407   echo "$as_me: program exited with status $ac_status" >&5
    4408 echo "$as_me: failed program was:" >&5
     5041  $as_echo "$as_me: program exited with status $ac_status" >&5
     5042$as_echo "$as_me: failed program was:" >&5
    44095043sed 's/^/| /' conftest.$ac_ext >&5
    44105044
     
    44125046ac_cv_header_stdc=no
    44135047fi
    4414 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    4415 fi
    4416 fi
    4417 fi
    4418 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4419 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     5048rm -rf conftest.dSYM
     5049rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5050fi
     5051
     5052
     5053fi
     5054fi
     5055{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     5056$as_echo "$ac_cv_header_stdc" >&6; }
    44205057if test $ac_cv_header_stdc = yes; then
    44215058
     
    44395076          inttypes.h stdint.h unistd.h
    44405077do
    4441 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4442 echo "$as_me:$LINENO: checking for $ac_header" >&5
    4443 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    4444 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    4445   echo $ECHO_N "(cached) $ECHO_C" >&6
     5078as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5079{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5080$as_echo_n "checking for $ac_header... " >&6; }
     5081if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     5082  $as_echo_n "(cached) " >&6
    44465083else
    44475084  cat >conftest.$ac_ext <<_ACEOF
     
    44565093_ACEOF
    44575094rm -f conftest.$ac_objext
    4458 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4459   (eval $ac_compile) 2>conftest.er1
     5095if { (ac_try="$ac_compile"
     5096case "(($ac_try" in
     5097  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5098  *) ac_try_echo=$ac_try;;
     5099esac
     5100eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5101$as_echo "$ac_try_echo") >&5
     5102  (eval "$ac_compile") 2>conftest.er1
    44605103  ac_status=$?
    44615104  grep -v '^ *+' conftest.er1 >conftest.err
    44625105  rm -f conftest.er1
    44635106  cat conftest.err >&5
    4464   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4465   (exit $ac_status); } &&
    4466      { ac_try='test -z "$ac_c_werror_flag"
    4467              || test ! -s conftest.err'
    4468   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4469   (eval $ac_try) 2>&5
    4470   ac_status=$?
    4471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4472   (exit $ac_status); }; } &&
    4473      { ac_try='test -s conftest.$ac_objext'
    4474   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4475   (eval $ac_try) 2>&5
    4476   ac_status=$?
    4477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4478   (exit $ac_status); }; }; then
     5107  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5108  (exit $ac_status); } && {
     5109     test -z "$ac_c_werror_flag" ||
     5110     test ! -s conftest.err
     5111       } && test -s conftest.$ac_objext; then
    44795112  eval "$as_ac_Header=yes"
    44805113else
    4481   echo "$as_me: failed program was:" >&5
     5114  $as_echo "$as_me: failed program was:" >&5
    44825115sed 's/^/| /' conftest.$ac_ext >&5
    44835116
    4484 eval "$as_ac_Header=no"
    4485 fi
    4486 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4487 fi
    4488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    4489 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    4490 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5117    eval "$as_ac_Header=no"
     5118fi
     5119
     5120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5121fi
     5122ac_res=`eval 'as_val=${'$as_ac_Header'}
     5123         $as_echo "$as_val"'`
     5124           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5125$as_echo "$ac_res" >&6; }
     5126as_val=`eval 'as_val=${'$as_ac_Header'}
     5127         $as_echo "$as_val"'`
     5128   if test "x$as_val" = x""yes; then
    44915129  cat >>confdefs.h <<_ACEOF
    4492 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5130#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    44935131_ACEOF
    44945132
     
    44985136
    44995137
     5138
     5139  if test "${ac_cv_header_minix_config_h+set}" = set; then
     5140  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5141$as_echo_n "checking for minix/config.h... " >&6; }
    45005142if test "${ac_cv_header_minix_config_h+set}" = set; then
    4501   echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4502 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
    4503 if test "${ac_cv_header_minix_config_h+set}" = set; then
    4504   echo $ECHO_N "(cached) $ECHO_C" >&6
    4505 fi
    4506 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4507 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
     5143  $as_echo_n "(cached) " >&6
     5144fi
     5145{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5146$as_echo "$ac_cv_header_minix_config_h" >&6; }
    45085147else
    45095148  # Is the header compilable?
    4510 echo "$as_me:$LINENO: checking minix/config.h usability" >&5
    4511 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
     5149{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     5150$as_echo_n "checking minix/config.h usability... " >&6; }
    45125151cat >conftest.$ac_ext <<_ACEOF
    45135152/* confdefs.h.  */
     
    45205159_ACEOF
    45215160rm -f conftest.$ac_objext
    4522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4523   (eval $ac_compile) 2>conftest.er1
     5161if { (ac_try="$ac_compile"
     5162case "(($ac_try" in
     5163  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5164  *) ac_try_echo=$ac_try;;
     5165esac
     5166eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5167$as_echo "$ac_try_echo") >&5
     5168  (eval "$ac_compile") 2>conftest.er1
    45245169  ac_status=$?
    45255170  grep -v '^ *+' conftest.er1 >conftest.err
    45265171  rm -f conftest.er1
    45275172  cat conftest.err >&5
    4528   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4529   (exit $ac_status); } &&
    4530      { ac_try='test -z "$ac_c_werror_flag"
    4531              || test ! -s conftest.err'
    4532   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4533   (eval $ac_try) 2>&5
    4534   ac_status=$?
    4535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4536   (exit $ac_status); }; } &&
    4537      { ac_try='test -s conftest.$ac_objext'
    4538   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4539   (eval $ac_try) 2>&5
    4540   ac_status=$?
    4541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4542   (exit $ac_status); }; }; then
     5173  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5174  (exit $ac_status); } && {
     5175     test -z "$ac_c_werror_flag" ||
     5176     test ! -s conftest.err
     5177       } && test -s conftest.$ac_objext; then
    45435178  ac_header_compiler=yes
    45445179else
    4545   echo "$as_me: failed program was:" >&5
     5180  $as_echo "$as_me: failed program was:" >&5
    45465181sed 's/^/| /' conftest.$ac_ext >&5
    45475182
    4548 ac_header_compiler=no
    4549 fi
    4550 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4551 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4552 echo "${ECHO_T}$ac_header_compiler" >&6
     5183    ac_header_compiler=no
     5184fi
     5185
     5186rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5187{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5188$as_echo "$ac_header_compiler" >&6; }
    45535189
    45545190# Is the header present?
    4555 echo "$as_me:$LINENO: checking minix/config.h presence" >&5
    4556 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
     5191{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5192$as_echo_n "checking minix/config.h presence... " >&6; }
    45575193cat >conftest.$ac_ext <<_ACEOF
    45585194/* confdefs.h.  */
     
    45635199#include <minix/config.h>
    45645200_ACEOF
    4565 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    4566   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     5201if { (ac_try="$ac_cpp conftest.$ac_ext"
     5202case "(($ac_try" in
     5203  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5204  *) ac_try_echo=$ac_try;;
     5205esac
     5206eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5207$as_echo "$ac_try_echo") >&5
     5208  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    45675209  ac_status=$?
    45685210  grep -v '^ *+' conftest.er1 >conftest.err
    45695211  rm -f conftest.er1
    45705212  cat conftest.err >&5
    4571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4572   (exit $ac_status); } >/dev/null; then
    4573   if test -s conftest.err; then
    4574     ac_cpp_err=$ac_c_preproc_warn_flag
    4575     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    4576   else
    4577     ac_cpp_err=
    4578   fi
    4579 else
    4580   ac_cpp_err=yes
    4581 fi
    4582 if test -z "$ac_cpp_err"; then
     5213  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5214  (exit $ac_status); } >/dev/null && {
     5215     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     5216     test ! -s conftest.err
     5217       }; then
    45835218  ac_header_preproc=yes
    45845219else
    4585   echo "$as_me: failed program was:" >&5
     5220  $as_echo "$as_me: failed program was:" >&5
    45865221sed 's/^/| /' conftest.$ac_ext >&5
    45875222
    45885223  ac_header_preproc=no
    45895224fi
     5225
    45905226rm -f conftest.err conftest.$ac_ext
    4591 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4592 echo "${ECHO_T}$ac_header_preproc" >&6
     5227{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5228$as_echo "$ac_header_preproc" >&6; }
    45935229
    45945230# So?  What about this header?
    45955231case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    45965232  yes:no: )
    4597     { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
    4598 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4599     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
    4600 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5233    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5234$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5235    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5236$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
    46015237    ac_header_preproc=yes
    46025238    ;;
    46035239  no:yes:* )
    4604     { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
    4605 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
    4606     { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
    4607 echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
    4608     { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
    4609 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
    4610     { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
    4611 echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    4612     { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
    4613 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
    4614     { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
    4615 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
    4616     (
    4617       cat <<\_ASBOX
    4618 ## ------------------------------------------ ##
    4619 ## Report this to the AC_PACKAGE_NAME lists.  ##
    4620 ## ------------------------------------------ ##
    4621 _ASBOX
    4622     ) |
    4623       sed "s/^/$as_me: WARNING:     /" >&2
     5240    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5241$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5242    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5243$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5244    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5245$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5246    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5247$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5248    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5249$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5250    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5251$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5252
    46245253    ;;
    46255254esac
    4626 echo "$as_me:$LINENO: checking for minix/config.h" >&5
    4627 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
     5255{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5256$as_echo_n "checking for minix/config.h... " >&6; }
    46285257if test "${ac_cv_header_minix_config_h+set}" = set; then
    4629   echo $ECHO_N "(cached) $ECHO_C" >&6
     5258  $as_echo_n "(cached) " >&6
    46305259else
    46315260  ac_cv_header_minix_config_h=$ac_header_preproc
    46325261fi
    4633 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    4634 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
    4635 
    4636 fi
    4637 if test $ac_cv_header_minix_config_h = yes; then
     5262{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5263$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5264
     5265fi
     5266if test "x$ac_cv_header_minix_config_h" = x""yes; then
    46385267  MINIX=yes
    46395268else
     
    46425271
    46435272
    4644 if test "$MINIX" = yes; then
     5273  if test "$MINIX" = yes; then
    46455274
    46465275cat >>confdefs.h <<\_ACEOF
     
    46585287_ACEOF
    46595288
    4660 fi
    4661 
    4662 echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
    4663 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
     5289  fi
     5290
     5291
     5292
     5293  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     5294$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     5295if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     5296  $as_echo_n "(cached) " >&6
     5297else
     5298  cat >conftest.$ac_ext <<_ACEOF
     5299/* confdefs.h.  */
     5300_ACEOF
     5301cat confdefs.h >>conftest.$ac_ext
     5302cat >>conftest.$ac_ext <<_ACEOF
     5303/* end confdefs.h.  */
     5304
     5305#     define __EXTENSIONS__ 1
     5306      $ac_includes_default
     5307int
     5308main ()
     5309{
     5310
     5311  ;
     5312  return 0;
     5313}
     5314_ACEOF
     5315rm -f conftest.$ac_objext
     5316if { (ac_try="$ac_compile"
     5317case "(($ac_try" in
     5318  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5319  *) ac_try_echo=$ac_try;;
     5320esac
     5321eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5322$as_echo "$ac_try_echo") >&5
     5323  (eval "$ac_compile") 2>conftest.er1
     5324  ac_status=$?
     5325  grep -v '^ *+' conftest.er1 >conftest.err
     5326  rm -f conftest.er1
     5327  cat conftest.err >&5
     5328  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5329  (exit $ac_status); } && {
     5330     test -z "$ac_c_werror_flag" ||
     5331     test ! -s conftest.err
     5332       } && test -s conftest.$ac_objext; then
     5333  ac_cv_safe_to_define___extensions__=yes
     5334else
     5335  $as_echo "$as_me: failed program was:" >&5
     5336sed 's/^/| /' conftest.$ac_ext >&5
     5337
     5338    ac_cv_safe_to_define___extensions__=no
     5339fi
     5340
     5341rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5342fi
     5343{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     5344$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     5345  test $ac_cv_safe_to_define___extensions__ = yes &&
     5346    cat >>confdefs.h <<\_ACEOF
     5347#define __EXTENSIONS__ 1
     5348_ACEOF
     5349
     5350  cat >>confdefs.h <<\_ACEOF
     5351#define _ALL_SOURCE 1
     5352_ACEOF
     5353
     5354  cat >>confdefs.h <<\_ACEOF
     5355#define _GNU_SOURCE 1
     5356_ACEOF
     5357
     5358  cat >>confdefs.h <<\_ACEOF
     5359#define _POSIX_PTHREAD_SEMANTICS 1
     5360_ACEOF
     5361
     5362  cat >>confdefs.h <<\_ACEOF
     5363#define _TANDEM_SOURCE 1
     5364_ACEOF
     5365
     5366
     5367{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
     5368$as_echo_n "checking for library containing strerror... " >&6; }
     5369if test "${ac_cv_search_strerror+set}" = set; then
     5370  $as_echo_n "(cached) " >&6
     5371else
     5372  ac_func_search_save_LIBS=$LIBS
     5373cat >conftest.$ac_ext <<_ACEOF
     5374/* confdefs.h.  */
     5375_ACEOF
     5376cat confdefs.h >>conftest.$ac_ext
     5377cat >>conftest.$ac_ext <<_ACEOF
     5378/* end confdefs.h.  */
     5379
     5380/* Override any GCC internal prototype to avoid an error.
     5381   Use char because int might match the return type of a GCC
     5382   builtin and then its argument prototype would still apply.  */
     5383#ifdef __cplusplus
     5384extern "C"
     5385#endif
     5386char strerror ();
     5387int
     5388main ()
     5389{
     5390return strerror ();
     5391  ;
     5392  return 0;
     5393}
     5394_ACEOF
     5395for ac_lib in '' cposix; do
     5396  if test -z "$ac_lib"; then
     5397    ac_res="none required"
     5398  else
     5399    ac_res=-l$ac_lib
     5400    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     5401  fi
     5402  rm -f conftest.$ac_objext conftest$ac_exeext
     5403if { (ac_try="$ac_link"
     5404case "(($ac_try" in
     5405  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5406  *) ac_try_echo=$ac_try;;
     5407esac
     5408eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5409$as_echo "$ac_try_echo") >&5
     5410  (eval "$ac_link") 2>conftest.er1
     5411  ac_status=$?
     5412  grep -v '^ *+' conftest.er1 >conftest.err
     5413  rm -f conftest.er1
     5414  cat conftest.err >&5
     5415  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5416  (exit $ac_status); } && {
     5417     test -z "$ac_c_werror_flag" ||
     5418     test ! -s conftest.err
     5419       } && test -s conftest$ac_exeext && {
     5420     test "$cross_compiling" = yes ||
     5421     $as_test_x conftest$ac_exeext
     5422       }; then
     5423  ac_cv_search_strerror=$ac_res
     5424else
     5425  $as_echo "$as_me: failed program was:" >&5
     5426sed 's/^/| /' conftest.$ac_ext >&5
     5427
     5428
     5429fi
     5430
     5431rm -rf conftest.dSYM
     5432rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     5433      conftest$ac_exeext
     5434  if test "${ac_cv_search_strerror+set}" = set; then
     5435  break
     5436fi
     5437done
     5438if test "${ac_cv_search_strerror+set}" = set; then
     5439  :
     5440else
     5441  ac_cv_search_strerror=no
     5442fi
     5443rm conftest.$ac_ext
     5444LIBS=$ac_func_search_save_LIBS
     5445fi
     5446{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
     5447$as_echo "$ac_cv_search_strerror" >&6; }
     5448ac_res=$ac_cv_search_strerror
     5449if test "$ac_res" != no; then
     5450  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     5451
     5452fi
     5453
     5454
     5455  if test "${ac_cv_header_minix_config_h+set}" = set; then
     5456  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5457$as_echo_n "checking for minix/config.h... " >&6; }
     5458if test "${ac_cv_header_minix_config_h+set}" = set; then
     5459  $as_echo_n "(cached) " >&6
     5460fi
     5461{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5462$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5463else
     5464  # Is the header compilable?
     5465{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     5466$as_echo_n "checking minix/config.h usability... " >&6; }
     5467cat >conftest.$ac_ext <<_ACEOF
     5468/* confdefs.h.  */
     5469_ACEOF
     5470cat confdefs.h >>conftest.$ac_ext
     5471cat >>conftest.$ac_ext <<_ACEOF
     5472/* end confdefs.h.  */
     5473$ac_includes_default
     5474#include <minix/config.h>
     5475_ACEOF
     5476rm -f conftest.$ac_objext
     5477if { (ac_try="$ac_compile"
     5478case "(($ac_try" in
     5479  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5480  *) ac_try_echo=$ac_try;;
     5481esac
     5482eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5483$as_echo "$ac_try_echo") >&5
     5484  (eval "$ac_compile") 2>conftest.er1
     5485  ac_status=$?
     5486  grep -v '^ *+' conftest.er1 >conftest.err
     5487  rm -f conftest.er1
     5488  cat conftest.err >&5
     5489  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5490  (exit $ac_status); } && {
     5491     test -z "$ac_c_werror_flag" ||
     5492     test ! -s conftest.err
     5493       } && test -s conftest.$ac_objext; then
     5494  ac_header_compiler=yes
     5495else
     5496  $as_echo "$as_me: failed program was:" >&5
     5497sed 's/^/| /' conftest.$ac_ext >&5
     5498
     5499    ac_header_compiler=no
     5500fi
     5501
     5502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5503{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5504$as_echo "$ac_header_compiler" >&6; }
     5505
     5506# Is the header present?
     5507{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5508$as_echo_n "checking minix/config.h presence... " >&6; }
     5509cat >conftest.$ac_ext <<_ACEOF
     5510/* confdefs.h.  */
     5511_ACEOF
     5512cat confdefs.h >>conftest.$ac_ext
     5513cat >>conftest.$ac_ext <<_ACEOF
     5514/* end confdefs.h.  */
     5515#include <minix/config.h>
     5516_ACEOF
     5517if { (ac_try="$ac_cpp conftest.$ac_ext"
     5518case "(($ac_try" in
     5519  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5520  *) ac_try_echo=$ac_try;;
     5521esac
     5522eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5523$as_echo "$ac_try_echo") >&5
     5524  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     5525  ac_status=$?
     5526  grep -v '^ *+' conftest.er1 >conftest.err
     5527  rm -f conftest.er1
     5528  cat conftest.err >&5
     5529  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5530  (exit $ac_status); } >/dev/null && {
     5531     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     5532     test ! -s conftest.err
     5533       }; then
     5534  ac_header_preproc=yes
     5535else
     5536  $as_echo "$as_me: failed program was:" >&5
     5537sed 's/^/| /' conftest.$ac_ext >&5
     5538
     5539  ac_header_preproc=no
     5540fi
     5541
     5542rm -f conftest.err conftest.$ac_ext
     5543{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5544$as_echo "$ac_header_preproc" >&6; }
     5545
     5546# So?  What about this header?
     5547case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     5548  yes:no: )
     5549    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5550$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5551    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5552$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5553    ac_header_preproc=yes
     5554    ;;
     5555  no:yes:* )
     5556    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5557$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5558    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5559$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5560    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5561$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5562    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5563$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5564    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5565$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5566    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5567$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5568
     5569    ;;
     5570esac
     5571{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5572$as_echo_n "checking for minix/config.h... " >&6; }
     5573if test "${ac_cv_header_minix_config_h+set}" = set; then
     5574  $as_echo_n "(cached) " >&6
     5575else
     5576  ac_cv_header_minix_config_h=$ac_header_preproc
     5577fi
     5578{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5579$as_echo "$ac_cv_header_minix_config_h" >&6; }
     5580
     5581fi
     5582if test "x$ac_cv_header_minix_config_h" = x""yes; then
     5583  MINIX=yes
     5584else
     5585  MINIX=
     5586fi
     5587
     5588
     5589  if test "$MINIX" = yes; then
     5590
     5591cat >>confdefs.h <<\_ACEOF
     5592#define _POSIX_SOURCE 1
     5593_ACEOF
     5594
     5595
     5596cat >>confdefs.h <<\_ACEOF
     5597#define _POSIX_1_SOURCE 2
     5598_ACEOF
     5599
     5600
     5601cat >>confdefs.h <<\_ACEOF
     5602#define _MINIX 1
     5603_ACEOF
     5604
     5605  fi
     5606
     5607
     5608
     5609  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
     5610$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
     5611if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
     5612  $as_echo_n "(cached) " >&6
     5613else
     5614  cat >conftest.$ac_ext <<_ACEOF
     5615/* confdefs.h.  */
     5616_ACEOF
     5617cat confdefs.h >>conftest.$ac_ext
     5618cat >>conftest.$ac_ext <<_ACEOF
     5619/* end confdefs.h.  */
     5620
     5621#     define __EXTENSIONS__ 1
     5622      $ac_includes_default
     5623int
     5624main ()
     5625{
     5626
     5627  ;
     5628  return 0;
     5629}
     5630_ACEOF
     5631rm -f conftest.$ac_objext
     5632if { (ac_try="$ac_compile"
     5633case "(($ac_try" in
     5634  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5635  *) ac_try_echo=$ac_try;;
     5636esac
     5637eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5638$as_echo "$ac_try_echo") >&5
     5639  (eval "$ac_compile") 2>conftest.er1
     5640  ac_status=$?
     5641  grep -v '^ *+' conftest.er1 >conftest.err
     5642  rm -f conftest.er1
     5643  cat conftest.err >&5
     5644  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5645  (exit $ac_status); } && {
     5646     test -z "$ac_c_werror_flag" ||
     5647     test ! -s conftest.err
     5648       } && test -s conftest.$ac_objext; then
     5649  ac_cv_safe_to_define___extensions__=yes
     5650else
     5651  $as_echo "$as_me: failed program was:" >&5
     5652sed 's/^/| /' conftest.$ac_ext >&5
     5653
     5654    ac_cv_safe_to_define___extensions__=no
     5655fi
     5656
     5657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5658fi
     5659{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
     5660$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
     5661  test $ac_cv_safe_to_define___extensions__ = yes &&
     5662    cat >>confdefs.h <<\_ACEOF
     5663#define __EXTENSIONS__ 1
     5664_ACEOF
     5665
     5666  cat >>confdefs.h <<\_ACEOF
     5667#define _ALL_SOURCE 1
     5668_ACEOF
     5669
     5670  cat >>confdefs.h <<\_ACEOF
     5671#define _GNU_SOURCE 1
     5672_ACEOF
     5673
     5674  cat >>confdefs.h <<\_ACEOF
     5675#define _POSIX_PTHREAD_SEMANTICS 1
     5676_ACEOF
     5677
     5678  cat >>confdefs.h <<\_ACEOF
     5679#define _TANDEM_SOURCE 1
     5680_ACEOF
     5681
     5682
     5683{ $as_echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
     5684$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
    46645685if test "${ac_cv_prog_cc_stdc+set}" = set; then
    4665   echo $ECHO_N "(cached) $ECHO_C" >&6
     5686  $as_echo_n "(cached) " >&6
    46665687else
    46675688  ac_cv_prog_cc_stdc=no
     
    46975718_ACEOF
    46985719rm -f conftest.$ac_objext
    4699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4700   (eval $ac_compile) 2>conftest.er1
     5720if { (ac_try="$ac_compile"
     5721case "(($ac_try" in
     5722  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5723  *) ac_try_echo=$ac_try;;
     5724esac
     5725eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5726$as_echo "$ac_try_echo") >&5
     5727  (eval "$ac_compile") 2>conftest.er1
    47015728  ac_status=$?
    47025729  grep -v '^ *+' conftest.er1 >conftest.err
    47035730  rm -f conftest.er1
    47045731  cat conftest.err >&5
    4705   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4706   (exit $ac_status); } &&
    4707      { ac_try='test -z "$ac_c_werror_flag"
    4708              || test ! -s conftest.err'
    4709   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4710   (eval $ac_try) 2>&5
    4711   ac_status=$?
    4712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4713   (exit $ac_status); }; } &&
    4714      { ac_try='test -s conftest.$ac_objext'
    4715   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4716   (eval $ac_try) 2>&5
    4717   ac_status=$?
    4718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4719   (exit $ac_status); }; }; then
     5732  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5733  (exit $ac_status); } && {
     5734     test -z "$ac_c_werror_flag" ||
     5735     test ! -s conftest.err
     5736       } && test -s conftest.$ac_objext; then
    47205737  ac_cv_prog_cc_stdc="$ac_arg"; break
    47215738else
    4722   echo "$as_me: failed program was:" >&5
     5739  $as_echo "$as_me: failed program was:" >&5
    47235740sed 's/^/| /' conftest.$ac_ext >&5
    47245741
    4725 fi
    4726 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5742
     5743fi
     5744
     5745rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    47275746done
    47285747CFLAGS="$ac_save_CFLAGS"
     
    47305749fi
    47315750
    4732 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    4733 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     5751{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     5752$as_echo "$ac_cv_prog_cc_stdc" >&6; }
    47345753case "x$ac_cv_prog_cc_stdc" in
    47355754  x|xno) ;;
     
    47385757
    47395758
    4740 echo "$as_me:$LINENO: checking for function prototypes" >&5
    4741 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
     5759{ $as_echo "$as_me:$LINENO: checking for function prototypes" >&5
     5760$as_echo_n "checking for function prototypes... " >&6; }
    47425761if test "$ac_cv_prog_cc_stdc" != no; then
    4743   echo "$as_me:$LINENO: result: yes" >&5
    4744 echo "${ECHO_T}yes" >&6
     5762  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5763$as_echo "yes" >&6; }
    47455764  cat >>confdefs.h <<\_ACEOF
    47465765#define PROTOTYPES 1
     
    47495768  U= ANSI2KNR=
    47505769else
    4751   echo "$as_me:$LINENO: result: no" >&5
    4752 echo "${ECHO_T}no" >&6
     5770  { $as_echo "$as_me:$LINENO: result: no" >&5
     5771$as_echo "no" >&6; }
    47535772  U=_ ANSI2KNR=ansi2knr
    47545773fi
    47555774
    4756 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
    4757 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     5775{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     5776$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
    47585777if test "${ac_cv_c_const+set}" = set; then
    4759   echo $ECHO_N "(cached) $ECHO_C" >&6
     5778  $as_echo_n "(cached) " >&6
    47605779else
    47615780  cat >conftest.$ac_ext <<_ACEOF
     
    47735792  /* Ultrix mips cc rejects this.  */
    47745793  typedef int charset[2];
    4775   const charset x;
     5794  const charset cs;
    47765795  /* SunOS 4.1.1 cc rejects this.  */
    4777   char const *const *ccp;
    4778   char **p;
     5796  char const *const *pcpcc;
     5797  char **ppc;
    47795798  /* NEC SVR4.0.2 mips cc rejects this.  */
    47805799  struct point {int x, y;};
     
    47855804     expression */
    47865805  const char *g = "string";
    4787   ccp = &g + (g ? g-g : 0);
     5806  pcpcc = &g + (g ? g-g : 0);
    47885807  /* HPUX 7.0 cc rejects these. */
    4789   ++ccp;
    4790   p = (char**) ccp;
    4791   ccp = (char const *const *) p;
     5808  ++pcpcc;
     5809  ppc = (char**) pcpcc;
     5810  pcpcc = (char const *const *) ppc;
    47925811  { /* SCO 3.2v4 cc rejects this.  */
    47935812    char *t;
     
    47955814
    47965815    *t++ = 0;
     5816    if (s) return 0;
    47975817  }
    47985818  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     
    48135833  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    48145834    const int foo = 10;
     5835    if (!foo) return 0;
    48155836  }
     5837  return !cs[0] && !zero.x;
    48165838#endif
    48175839
     
    48215843_ACEOF
    48225844rm -f conftest.$ac_objext
    4823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4824   (eval $ac_compile) 2>conftest.er1
     5845if { (ac_try="$ac_compile"
     5846case "(($ac_try" in
     5847  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5848  *) ac_try_echo=$ac_try;;
     5849esac
     5850eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5851$as_echo "$ac_try_echo") >&5
     5852  (eval "$ac_compile") 2>conftest.er1
    48255853  ac_status=$?
    48265854  grep -v '^ *+' conftest.er1 >conftest.err
    48275855  rm -f conftest.er1
    48285856  cat conftest.err >&5
    4829   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4830   (exit $ac_status); } &&
    4831      { ac_try='test -z "$ac_c_werror_flag"
    4832              || test ! -s conftest.err'
    4833   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4834   (eval $ac_try) 2>&5
    4835   ac_status=$?
    4836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4837   (exit $ac_status); }; } &&
    4838      { ac_try='test -s conftest.$ac_objext'
    4839   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4840   (eval $ac_try) 2>&5
    4841   ac_status=$?
    4842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4843   (exit $ac_status); }; }; then
     5857  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5858  (exit $ac_status); } && {
     5859     test -z "$ac_c_werror_flag" ||
     5860     test ! -s conftest.err
     5861       } && test -s conftest.$ac_objext; then
    48445862  ac_cv_c_const=yes
    48455863else
    4846   echo "$as_me: failed program was:" >&5
     5864  $as_echo "$as_me: failed program was:" >&5
    48475865sed 's/^/| /' conftest.$ac_ext >&5
    48485866
    4849 ac_cv_c_const=no
    4850 fi
    4851 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4852 fi
    4853 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
    4854 echo "${ECHO_T}$ac_cv_c_const" >&6
     5867    ac_cv_c_const=no
     5868fi
     5869
     5870rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5871fi
     5872{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     5873$as_echo "$ac_cv_c_const" >&6; }
    48555874if test $ac_cv_c_const = no; then
    48565875
    48575876cat >>confdefs.h <<\_ACEOF
    4858 #define const
    4859 _ACEOF
    4860 
    4861 fi
    4862 
    4863 echo "$as_me:$LINENO: checking for off_t" >&5
    4864 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
     5877#define const /**/
     5878_ACEOF
     5879
     5880fi
     5881
     5882{ $as_echo "$as_me:$LINENO: checking for off_t" >&5
     5883$as_echo_n "checking for off_t... " >&6; }
    48655884if test "${ac_cv_type_off_t+set}" = set; then
    4866   echo $ECHO_N "(cached) $ECHO_C" >&6
    4867 else
    4868   cat >conftest.$ac_ext <<_ACEOF
     5885  $as_echo_n "(cached) " >&6
     5886else
     5887  ac_cv_type_off_t=no
     5888cat >conftest.$ac_ext <<_ACEOF
    48695889/* confdefs.h.  */
    48705890_ACEOF
     
    48765896main ()
    48775897{
    4878 if ((off_t *) 0)
    4879   return 0;
    48805898if (sizeof (off_t))
    4881   return 0;
     5899       return 0;
    48825900  ;
    48835901  return 0;
     
    48855903_ACEOF
    48865904rm -f conftest.$ac_objext
    4887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4888   (eval $ac_compile) 2>conftest.er1
     5905if { (ac_try="$ac_compile"
     5906case "(($ac_try" in
     5907  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5908  *) ac_try_echo=$ac_try;;
     5909esac
     5910eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5911$as_echo "$ac_try_echo") >&5
     5912  (eval "$ac_compile") 2>conftest.er1
    48895913  ac_status=$?
    48905914  grep -v '^ *+' conftest.er1 >conftest.err
    48915915  rm -f conftest.er1
    48925916  cat conftest.err >&5
    4893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4894   (exit $ac_status); } &&
    4895      { ac_try='test -z "$ac_c_werror_flag"
    4896              || test ! -s conftest.err'
    4897   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4898   (eval $ac_try) 2>&5
    4899   ac_status=$?
    4900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4901   (exit $ac_status); }; } &&
    4902      { ac_try='test -s conftest.$ac_objext'
    4903   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4904   (eval $ac_try) 2>&5
    4905   ac_status=$?
    4906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4907   (exit $ac_status); }; }; then
    4908   ac_cv_type_off_t=yes
    4909 else
    4910   echo "$as_me: failed program was:" >&5
    4911 sed 's/^/| /' conftest.$ac_ext >&5
    4912 
    4913 ac_cv_type_off_t=no
    4914 fi
    4915 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4916 fi
    4917 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
    4918 echo "${ECHO_T}$ac_cv_type_off_t" >&6
    4919 if test $ac_cv_type_off_t = yes; then
    4920   :
    4921 else
    4922 
    4923 cat >>confdefs.h <<_ACEOF
    4924 #define off_t long
    4925 _ACEOF
    4926 
    4927 fi
    4928 
    4929 echo "$as_me:$LINENO: checking for size_t" >&5
    4930 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
    4931 if test "${ac_cv_type_size_t+set}" = set; then
    4932   echo $ECHO_N "(cached) $ECHO_C" >&6
    4933 else
     5917  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5918  (exit $ac_status); } && {
     5919     test -z "$ac_c_werror_flag" ||
     5920     test ! -s conftest.err
     5921       } && test -s conftest.$ac_objext; then
    49345922  cat >conftest.$ac_ext <<_ACEOF
    49355923/* confdefs.h.  */
     
    49425930main ()
    49435931{
    4944 if ((size_t *) 0)
    4945   return 0;
    4946 if (sizeof (size_t))
    4947   return 0;
     5932if (sizeof ((off_t)))
     5933      return 0;
    49485934  ;
    49495935  return 0;
     
    49515937_ACEOF
    49525938rm -f conftest.$ac_objext
    4953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4954   (eval $ac_compile) 2>conftest.er1
     5939if { (ac_try="$ac_compile"
     5940case "(($ac_try" in
     5941  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     5942  *) ac_try_echo=$ac_try;;
     5943esac
     5944eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5945$as_echo "$ac_try_echo") >&5
     5946  (eval "$ac_compile") 2>conftest.er1
    49555947  ac_status=$?
    49565948  grep -v '^ *+' conftest.er1 >conftest.err
    49575949  rm -f conftest.er1
    49585950  cat conftest.err >&5
    4959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4960   (exit $ac_status); } &&
    4961      { ac_try='test -z "$ac_c_werror_flag"
    4962              || test ! -s conftest.err'
    4963   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4964   (eval $ac_try) 2>&5
     5951  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5952  (exit $ac_status); } && {
     5953     test -z "$ac_c_werror_flag" ||
     5954     test ! -s conftest.err
     5955       } && test -s conftest.$ac_objext; then
     5956  :
     5957else
     5958  $as_echo "$as_me: failed program was:" >&5
     5959sed 's/^/| /' conftest.$ac_ext >&5
     5960
     5961    ac_cv_type_off_t=yes
     5962fi
     5963
     5964rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5965else
     5966  $as_echo "$as_me: failed program was:" >&5
     5967sed 's/^/| /' conftest.$ac_ext >&5
     5968
     5969
     5970fi
     5971
     5972rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5973fi
     5974{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     5975$as_echo "$ac_cv_type_off_t" >&6; }
     5976if test "x$ac_cv_type_off_t" = x""yes; then
     5977  :
     5978else
     5979
     5980cat >>confdefs.h <<_ACEOF
     5981#define off_t long int
     5982_ACEOF
     5983
     5984fi
     5985
     5986{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
     5987$as_echo_n "checking for size_t... " >&6; }
     5988if test "${ac_cv_type_size_t+set}" = set; then
     5989  $as_echo_n "(cached) " >&6
     5990else
     5991  ac_cv_type_size_t=no
     5992cat >conftest.$ac_ext <<_ACEOF
     5993/* confdefs.h.  */
     5994_ACEOF
     5995cat confdefs.h >>conftest.$ac_ext
     5996cat >>conftest.$ac_ext <<_ACEOF
     5997/* end confdefs.h.  */
     5998$ac_includes_default
     5999int
     6000main ()
     6001{
     6002if (sizeof (size_t))
     6003       return 0;
     6004  ;
     6005  return 0;
     6006}
     6007_ACEOF
     6008rm -f conftest.$ac_objext
     6009if { (ac_try="$ac_compile"
     6010case "(($ac_try" in
     6011  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6012  *) ac_try_echo=$ac_try;;
     6013esac
     6014eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6015$as_echo "$ac_try_echo") >&5
     6016  (eval "$ac_compile") 2>conftest.er1
    49656017  ac_status=$?
    4966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4967   (exit $ac_status); }; } &&
    4968      { ac_try='test -s conftest.$ac_objext'
    4969   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4970   (eval $ac_try) 2>&5
     6018  grep -v '^ *+' conftest.er1 >conftest.err
     6019  rm -f conftest.er1
     6020  cat conftest.err >&5
     6021  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6022  (exit $ac_status); } && {
     6023     test -z "$ac_c_werror_flag" ||
     6024     test ! -s conftest.err
     6025       } && test -s conftest.$ac_objext; then
     6026  cat >conftest.$ac_ext <<_ACEOF
     6027/* confdefs.h.  */
     6028_ACEOF
     6029cat confdefs.h >>conftest.$ac_ext
     6030cat >>conftest.$ac_ext <<_ACEOF
     6031/* end confdefs.h.  */
     6032$ac_includes_default
     6033int
     6034main ()
     6035{
     6036if (sizeof ((size_t)))
     6037      return 0;
     6038  ;
     6039  return 0;
     6040}
     6041_ACEOF
     6042rm -f conftest.$ac_objext
     6043if { (ac_try="$ac_compile"
     6044case "(($ac_try" in
     6045  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6046  *) ac_try_echo=$ac_try;;
     6047esac
     6048eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6049$as_echo "$ac_try_echo") >&5
     6050  (eval "$ac_compile") 2>conftest.er1
    49716051  ac_status=$?
    4972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4973   (exit $ac_status); }; }; then
    4974   ac_cv_type_size_t=yes
    4975 else
    4976   echo "$as_me: failed program was:" >&5
     6052  grep -v '^ *+' conftest.er1 >conftest.err
     6053  rm -f conftest.er1
     6054  cat conftest.err >&5
     6055  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6056  (exit $ac_status); } && {
     6057     test -z "$ac_c_werror_flag" ||
     6058     test ! -s conftest.err
     6059       } && test -s conftest.$ac_objext; then
     6060  :
     6061else
     6062  $as_echo "$as_me: failed program was:" >&5
    49776063sed 's/^/| /' conftest.$ac_ext >&5
    49786064
    4979 ac_cv_type_size_t=no
    4980 fi
    4981 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    4982 fi
    4983 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
    4984 echo "${ECHO_T}$ac_cv_type_size_t" >&6
    4985 if test $ac_cv_type_size_t = yes; then
     6065    ac_cv_type_size_t=yes
     6066fi
     6067
     6068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6069else
     6070  $as_echo "$as_me: failed program was:" >&5
     6071sed 's/^/| /' conftest.$ac_ext >&5
     6072
     6073
     6074fi
     6075
     6076rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6077fi
     6078{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
     6079$as_echo "$ac_cv_type_size_t" >&6; }
     6080if test "x$ac_cv_type_size_t" = x""yes; then
    49866081  :
    49876082else
    49886083
    49896084cat >>confdefs.h <<_ACEOF
    4990 #define size_t unsigned
    4991 _ACEOF
    4992 
    4993 fi
    4994 
    4995 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
    4996 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
     6085#define size_t unsigned int
     6086_ACEOF
     6087
     6088fi
     6089
     6090{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
     6091$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
    49976092if test "${ac_cv_header_time+set}" = set; then
    4998   echo $ECHO_N "(cached) $ECHO_C" >&6
     6093  $as_echo_n "(cached) " >&6
    49996094else
    50006095  cat >conftest.$ac_ext <<_ACEOF
     
    50186113_ACEOF
    50196114rm -f conftest.$ac_objext
    5020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5021   (eval $ac_compile) 2>conftest.er1
     6115if { (ac_try="$ac_compile"
     6116case "(($ac_try" in
     6117  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6118  *) ac_try_echo=$ac_try;;
     6119esac
     6120eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6121$as_echo "$ac_try_echo") >&5
     6122  (eval "$ac_compile") 2>conftest.er1
    50226123  ac_status=$?
    50236124  grep -v '^ *+' conftest.er1 >conftest.err
    50246125  rm -f conftest.er1
    50256126  cat conftest.err >&5
    5026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5027   (exit $ac_status); } &&
    5028      { ac_try='test -z "$ac_c_werror_flag"
    5029              || test ! -s conftest.err'
    5030   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5031   (eval $ac_try) 2>&5
    5032   ac_status=$?
    5033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5034   (exit $ac_status); }; } &&
    5035      { ac_try='test -s conftest.$ac_objext'
    5036   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5037   (eval $ac_try) 2>&5
    5038   ac_status=$?
    5039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5040   (exit $ac_status); }; }; then
     6127  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6128  (exit $ac_status); } && {
     6129     test -z "$ac_c_werror_flag" ||
     6130     test ! -s conftest.err
     6131       } && test -s conftest.$ac_objext; then
    50416132  ac_cv_header_time=yes
    50426133else
    5043   echo "$as_me: failed program was:" >&5
     6134  $as_echo "$as_me: failed program was:" >&5
    50446135sed 's/^/| /' conftest.$ac_ext >&5
    50456136
    5046 ac_cv_header_time=no
    5047 fi
    5048 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5049 fi
    5050 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
    5051 echo "${ECHO_T}$ac_cv_header_time" >&6
     6137    ac_cv_header_time=no
     6138fi
     6139
     6140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6141fi
     6142{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
     6143$as_echo "$ac_cv_header_time" >&6; }
    50526144if test $ac_cv_header_time = yes; then
    50536145
     
    50586150fi
    50596151
    5060 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
    5061 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
     6152{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
     6153$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
    50626154if test "${ac_cv_struct_tm+set}" = set; then
    5063   echo $ECHO_N "(cached) $ECHO_C" >&6
     6155  $as_echo_n "(cached) " >&6
    50646156else
    50656157  cat >conftest.$ac_ext <<_ACEOF
     
    50756167main ()
    50766168{
    5077 struct tm *tp; tp->tm_sec;
     6169struct tm tm;
     6170                     int *p = &tm.tm_sec;
     6171                     return !p;
    50786172  ;
    50796173  return 0;
     
    50816175_ACEOF
    50826176rm -f conftest.$ac_objext
    5083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5084   (eval $ac_compile) 2>conftest.er1
     6177if { (ac_try="$ac_compile"
     6178case "(($ac_try" in
     6179  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6180  *) ac_try_echo=$ac_try;;
     6181esac
     6182eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6183$as_echo "$ac_try_echo") >&5
     6184  (eval "$ac_compile") 2>conftest.er1
    50856185  ac_status=$?
    50866186  grep -v '^ *+' conftest.er1 >conftest.err
    50876187  rm -f conftest.er1
    50886188  cat conftest.err >&5
    5089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5090   (exit $ac_status); } &&
    5091      { ac_try='test -z "$ac_c_werror_flag"
    5092              || test ! -s conftest.err'
    5093   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5094   (eval $ac_try) 2>&5
    5095   ac_status=$?
    5096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5097   (exit $ac_status); }; } &&
    5098      { ac_try='test -s conftest.$ac_objext'
    5099   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5100   (eval $ac_try) 2>&5
    5101   ac_status=$?
    5102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5103   (exit $ac_status); }; }; then
     6189  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6190  (exit $ac_status); } && {
     6191     test -z "$ac_c_werror_flag" ||
     6192     test ! -s conftest.err
     6193       } && test -s conftest.$ac_objext; then
    51046194  ac_cv_struct_tm=time.h
    51056195else
    5106   echo "$as_me: failed program was:" >&5
     6196  $as_echo "$as_me: failed program was:" >&5
    51076197sed 's/^/| /' conftest.$ac_ext >&5
    51086198
    5109 ac_cv_struct_tm=sys/time.h
    5110 fi
    5111 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5112 fi
    5113 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
    5114 echo "${ECHO_T}$ac_cv_struct_tm" >&6
     6199    ac_cv_struct_tm=sys/time.h
     6200fi
     6201
     6202rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6203fi
     6204{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
     6205$as_echo "$ac_cv_struct_tm" >&6; }
    51156206if test $ac_cv_struct_tm = sys/time.h; then
    51166207
     
    51406231_ACEOF
    51416232rm -f conftest.$ac_objext
    5142 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5143   (eval $ac_compile) 2>conftest.er1
     6233if { (ac_try="$ac_compile"
     6234case "(($ac_try" in
     6235  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6236  *) ac_try_echo=$ac_try;;
     6237esac
     6238eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6239$as_echo "$ac_try_echo") >&5
     6240  (eval "$ac_compile") 2>conftest.er1
    51446241  ac_status=$?
    51456242  grep -v '^ *+' conftest.er1 >conftest.err
    51466243  rm -f conftest.er1
    51476244  cat conftest.err >&5
    5148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5149   (exit $ac_status); } &&
    5150      { ac_try='test -z "$ac_c_werror_flag"
    5151              || test ! -s conftest.err'
    5152   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5153   (eval $ac_try) 2>&5
    5154   ac_status=$?
    5155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5156   (exit $ac_status); }; } &&
    5157      { ac_try='test -s conftest.$ac_objext'
    5158   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5159   (eval $ac_try) 2>&5
    5160   ac_status=$?
    5161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5162   (exit $ac_status); }; }; then
     6245  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6246  (exit $ac_status); } && {
     6247     test -z "$ac_c_werror_flag" ||
     6248     test ! -s conftest.err
     6249       } && test -s conftest.$ac_objext; then
    51636250  :
    51646251else
    5165   echo "$as_me: failed program was:" >&5
     6252  $as_echo "$as_me: failed program was:" >&5
    51666253sed 's/^/| /' conftest.$ac_ext >&5
    51676254
    5168 CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
    5169 fi
    5170 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5171 fi
    5172 
    5173 
    5174 
    5175 echo "$as_me:$LINENO: checking for main in -lg" >&5
    5176 echo $ECHO_N "checking for main in -lg... $ECHO_C" >&6
     6255    CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
     6256fi
     6257
     6258rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6259fi
     6260
     6261
     6262
     6263{ $as_echo "$as_me:$LINENO: checking for main in -lg" >&5
     6264$as_echo_n "checking for main in -lg... " >&6; }
    51776265if test "${ac_cv_lib_g_main+set}" = set; then
    5178   echo $ECHO_N "(cached) $ECHO_C" >&6
     6266  $as_echo_n "(cached) " >&6
    51796267else
    51806268  ac_check_lib_save_LIBS=$LIBS
     
    51916279main ()
    51926280{
    5193 main ();
     6281return main ();
    51946282  ;
    51956283  return 0;
     
    51976285_ACEOF
    51986286rm -f conftest.$ac_objext conftest$ac_exeext
    5199 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5200   (eval $ac_link) 2>conftest.er1
     6287if { (ac_try="$ac_link"
     6288case "(($ac_try" in
     6289  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6290  *) ac_try_echo=$ac_try;;
     6291esac
     6292eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6293$as_echo "$ac_try_echo") >&5
     6294  (eval "$ac_link") 2>conftest.er1
    52016295  ac_status=$?
    52026296  grep -v '^ *+' conftest.er1 >conftest.err
    52036297  rm -f conftest.er1
    52046298  cat conftest.err >&5
    5205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5206   (exit $ac_status); } &&
    5207      { ac_try='test -z "$ac_c_werror_flag"
    5208              || test ! -s conftest.err'
    5209   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5210   (eval $ac_try) 2>&5
    5211   ac_status=$?
    5212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5213   (exit $ac_status); }; } &&
    5214      { ac_try='test -s conftest$ac_exeext'
    5215   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5216   (eval $ac_try) 2>&5
    5217   ac_status=$?
    5218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5219   (exit $ac_status); }; }; then
     6299  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6300  (exit $ac_status); } && {
     6301     test -z "$ac_c_werror_flag" ||
     6302     test ! -s conftest.err
     6303       } && test -s conftest$ac_exeext && {
     6304     test "$cross_compiling" = yes ||
     6305     $as_test_x conftest$ac_exeext
     6306       }; then
    52206307  ac_cv_lib_g_main=yes
    52216308else
    5222   echo "$as_me: failed program was:" >&5
     6309  $as_echo "$as_me: failed program was:" >&5
    52236310sed 's/^/| /' conftest.$ac_ext >&5
    52246311
    5225 ac_cv_lib_g_main=no
    5226 fi
    5227 rm -f conftest.err conftest.$ac_objext \
     6312    ac_cv_lib_g_main=no
     6313fi
     6314
     6315rm -rf conftest.dSYM
     6316rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52286317      conftest$ac_exeext conftest.$ac_ext
    52296318LIBS=$ac_check_lib_save_LIBS
    52306319fi
    5231 echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
    5232 echo "${ECHO_T}$ac_cv_lib_g_main" >&6
    5233 if test $ac_cv_lib_g_main = yes; then
     6320{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
     6321$as_echo "$ac_cv_lib_g_main" >&6; }
     6322if test "x$ac_cv_lib_g_main" = x""yes; then
    52346323  cat >>confdefs.h <<_ACEOF
    52356324#define HAVE_LIBG 1
     
    52426331
    52436332
    5244 echo "$as_me:$LINENO: checking for main in -lm" >&5
    5245 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
     6333{ $as_echo "$as_me:$LINENO: checking for main in -lm" >&5
     6334$as_echo_n "checking for main in -lm... " >&6; }
    52466335if test "${ac_cv_lib_m_main+set}" = set; then
    5247   echo $ECHO_N "(cached) $ECHO_C" >&6
     6336  $as_echo_n "(cached) " >&6
    52486337else
    52496338  ac_check_lib_save_LIBS=$LIBS
     
    52606349main ()
    52616350{
    5262 main ();
     6351return main ();
    52636352  ;
    52646353  return 0;
     
    52666355_ACEOF
    52676356rm -f conftest.$ac_objext conftest$ac_exeext
    5268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5269   (eval $ac_link) 2>conftest.er1
     6357if { (ac_try="$ac_link"
     6358case "(($ac_try" in
     6359  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6360  *) ac_try_echo=$ac_try;;
     6361esac
     6362eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6363$as_echo "$ac_try_echo") >&5
     6364  (eval "$ac_link") 2>conftest.er1
    52706365  ac_status=$?
    52716366  grep -v '^ *+' conftest.er1 >conftest.err
    52726367  rm -f conftest.er1
    52736368  cat conftest.err >&5
    5274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5275   (exit $ac_status); } &&
    5276      { ac_try='test -z "$ac_c_werror_flag"
    5277              || test ! -s conftest.err'
    5278   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5279   (eval $ac_try) 2>&5
    5280   ac_status=$?
    5281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5282   (exit $ac_status); }; } &&
    5283      { ac_try='test -s conftest$ac_exeext'
    5284   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5285   (eval $ac_try) 2>&5
    5286   ac_status=$?
    5287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5288   (exit $ac_status); }; }; then
     6369  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6370  (exit $ac_status); } && {
     6371     test -z "$ac_c_werror_flag" ||
     6372     test ! -s conftest.err
     6373       } && test -s conftest$ac_exeext && {
     6374     test "$cross_compiling" = yes ||
     6375     $as_test_x conftest$ac_exeext
     6376       }; then
    52896377  ac_cv_lib_m_main=yes
    52906378else
    5291   echo "$as_me: failed program was:" >&5
     6379  $as_echo "$as_me: failed program was:" >&5
    52926380sed 's/^/| /' conftest.$ac_ext >&5
    52936381
    5294 ac_cv_lib_m_main=no
    5295 fi
    5296 rm -f conftest.err conftest.$ac_objext \
     6382    ac_cv_lib_m_main=no
     6383fi
     6384
     6385rm -rf conftest.dSYM
     6386rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52976387      conftest$ac_exeext conftest.$ac_ext
    52986388LIBS=$ac_check_lib_save_LIBS
    52996389fi
    5300 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
    5301 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
    5302 if test $ac_cv_lib_m_main = yes; then
     6390{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
     6391$as_echo "$ac_cv_lib_m_main" >&6; }
     6392if test "x$ac_cv_lib_m_main" = x""yes; then
    53036393  cat >>confdefs.h <<_ACEOF
    53046394#define HAVE_LIBM 1
     
    53116401
    53126402
    5313 echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
    5314 echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6
     6403{ $as_echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
     6404$as_echo_n "checking for main in -lcrypt... " >&6; }
    53156405if test "${ac_cv_lib_crypt_main+set}" = set; then
    5316   echo $ECHO_N "(cached) $ECHO_C" >&6
     6406  $as_echo_n "(cached) " >&6
    53176407else
    53186408  ac_check_lib_save_LIBS=$LIBS
     
    53296419main ()
    53306420{
    5331 main ();
     6421return main ();
    53326422  ;
    53336423  return 0;
     
    53356425_ACEOF
    53366426rm -f conftest.$ac_objext conftest$ac_exeext
    5337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5338   (eval $ac_link) 2>conftest.er1
     6427if { (ac_try="$ac_link"
     6428case "(($ac_try" in
     6429  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6430  *) ac_try_echo=$ac_try;;
     6431esac
     6432eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6433$as_echo "$ac_try_echo") >&5
     6434  (eval "$ac_link") 2>conftest.er1
    53396435  ac_status=$?
    53406436  grep -v '^ *+' conftest.er1 >conftest.err
    53416437  rm -f conftest.er1
    53426438  cat conftest.err >&5
    5343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5344   (exit $ac_status); } &&
    5345      { ac_try='test -z "$ac_c_werror_flag"
    5346              || test ! -s conftest.err'
    5347   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5348   (eval $ac_try) 2>&5
    5349   ac_status=$?
    5350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5351   (exit $ac_status); }; } &&
    5352      { ac_try='test -s conftest$ac_exeext'
    5353   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5354   (eval $ac_try) 2>&5
    5355   ac_status=$?
    5356   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5357   (exit $ac_status); }; }; then
     6439  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6440  (exit $ac_status); } && {
     6441     test -z "$ac_c_werror_flag" ||
     6442     test ! -s conftest.err
     6443       } && test -s conftest$ac_exeext && {
     6444     test "$cross_compiling" = yes ||
     6445     $as_test_x conftest$ac_exeext
     6446       }; then
    53586447  ac_cv_lib_crypt_main=yes
    53596448else
    5360   echo "$as_me: failed program was:" >&5
     6449  $as_echo "$as_me: failed program was:" >&5
    53616450sed 's/^/| /' conftest.$ac_ext >&5
    53626451
    5363 ac_cv_lib_crypt_main=no
    5364 fi
    5365 rm -f conftest.err conftest.$ac_objext \
     6452    ac_cv_lib_crypt_main=no
     6453fi
     6454
     6455rm -rf conftest.dSYM
     6456rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53666457      conftest$ac_exeext conftest.$ac_ext
    53676458LIBS=$ac_check_lib_save_LIBS
    53686459fi
    5369 echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
    5370 echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6
    5371 if test $ac_cv_lib_crypt_main = yes; then
     6460{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
     6461$as_echo "$ac_cv_lib_crypt_main" >&6; }
     6462if test "x$ac_cv_lib_crypt_main" = x""yes; then
    53726463  cat >>confdefs.h <<_ACEOF
    53736464#define HAVE_LIBCRYPT 1
     
    53906481ac_header_dirent=no
    53916482for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    5392   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    5393 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
    5394 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
    5395 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5396   echo $ECHO_N "(cached) $ECHO_C" >&6
     6483  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
     6484{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
     6485$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
     6486if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6487  $as_echo_n "(cached) " >&6
    53976488else
    53986489  cat >conftest.$ac_ext <<_ACEOF
     
    54156506_ACEOF
    54166507rm -f conftest.$ac_objext
    5417 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5418   (eval $ac_compile) 2>conftest.er1
     6508if { (ac_try="$ac_compile"
     6509case "(($ac_try" in
     6510  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6511  *) ac_try_echo=$ac_try;;
     6512esac
     6513eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6514$as_echo "$ac_try_echo") >&5
     6515  (eval "$ac_compile") 2>conftest.er1
    54196516  ac_status=$?
    54206517  grep -v '^ *+' conftest.er1 >conftest.err
    54216518  rm -f conftest.er1
    54226519  cat conftest.err >&5
    5423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5424   (exit $ac_status); } &&
    5425      { ac_try='test -z "$ac_c_werror_flag"
    5426              || test ! -s conftest.err'
    5427   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5428   (eval $ac_try) 2>&5
    5429   ac_status=$?
    5430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5431   (exit $ac_status); }; } &&
    5432      { ac_try='test -s conftest.$ac_objext'
    5433   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5434   (eval $ac_try) 2>&5
    5435   ac_status=$?
    5436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5437   (exit $ac_status); }; }; then
     6520  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6521  (exit $ac_status); } && {
     6522     test -z "$ac_c_werror_flag" ||
     6523     test ! -s conftest.err
     6524       } && test -s conftest.$ac_objext; then
    54386525  eval "$as_ac_Header=yes"
    54396526else
    5440   echo "$as_me: failed program was:" >&5
     6527  $as_echo "$as_me: failed program was:" >&5
    54416528sed 's/^/| /' conftest.$ac_ext >&5
    54426529
    5443 eval "$as_ac_Header=no"
    5444 fi
    5445 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5446 fi
    5447 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5448 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    5449 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     6530    eval "$as_ac_Header=no"
     6531fi
     6532
     6533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6534fi
     6535ac_res=`eval 'as_val=${'$as_ac_Header'}
     6536         $as_echo "$as_val"'`
     6537           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6538$as_echo "$ac_res" >&6; }
     6539as_val=`eval 'as_val=${'$as_ac_Header'}
     6540         $as_echo "$as_val"'`
     6541   if test "x$as_val" = x""yes; then
    54506542  cat >>confdefs.h <<_ACEOF
    5451 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     6543#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
    54526544_ACEOF
    54536545
     
    54586550# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    54596551if test $ac_header_dirent = dirent.h; then
    5460   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5461 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
     6552  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6553$as_echo_n "checking for library containing opendir... " >&6; }
    54626554if test "${ac_cv_search_opendir+set}" = set; then
    5463   echo $ECHO_N "(cached) $ECHO_C" >&6
     6555  $as_echo_n "(cached) " >&6
    54646556else
    54656557  ac_func_search_save_LIBS=$LIBS
    5466 ac_cv_search_opendir=no
    54676558cat >conftest.$ac_ext <<_ACEOF
    54686559/* confdefs.h.  */
     
    54726563/* end confdefs.h.  */
    54736564
    5474 /* Override any gcc2 internal prototype to avoid an error.  */
     6565/* Override any GCC internal prototype to avoid an error.
     6566   Use char because int might match the return type of a GCC
     6567   builtin and then its argument prototype would still apply.  */
    54756568#ifdef __cplusplus
    54766569extern "C"
    54776570#endif
    5478 /* We use char because int might match the return type of a gcc2
    5479    builtin and then its argument prototype would still apply.  */
    54806571char opendir ();
    54816572int
    54826573main ()
    54836574{
    5484 opendir ();
     6575return opendir ();
    54856576  ;
    54866577  return 0;
    54876578}
    54886579_ACEOF
    5489 rm -f conftest.$ac_objext conftest$ac_exeext
    5490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5491   (eval $ac_link) 2>conftest.er1
     6580for ac_lib in '' dir; do
     6581  if test -z "$ac_lib"; then
     6582    ac_res="none required"
     6583  else
     6584    ac_res=-l$ac_lib
     6585    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6586  fi
     6587  rm -f conftest.$ac_objext conftest$ac_exeext
     6588if { (ac_try="$ac_link"
     6589case "(($ac_try" in
     6590  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6591  *) ac_try_echo=$ac_try;;
     6592esac
     6593eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6594$as_echo "$ac_try_echo") >&5
     6595  (eval "$ac_link") 2>conftest.er1
    54926596  ac_status=$?
    54936597  grep -v '^ *+' conftest.er1 >conftest.err
    54946598  rm -f conftest.er1
    54956599  cat conftest.err >&5
    5496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5497   (exit $ac_status); } &&
    5498      { ac_try='test -z "$ac_c_werror_flag"
    5499              || test ! -s conftest.err'
    5500   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5501   (eval $ac_try) 2>&5
    5502   ac_status=$?
    5503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5504   (exit $ac_status); }; } &&
    5505      { ac_try='test -s conftest$ac_exeext'
    5506   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5507   (eval $ac_try) 2>&5
    5508   ac_status=$?
    5509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5510   (exit $ac_status); }; }; then
    5511   ac_cv_search_opendir="none required"
    5512 else
    5513   echo "$as_me: failed program was:" >&5
     6600  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6601  (exit $ac_status); } && {
     6602     test -z "$ac_c_werror_flag" ||
     6603     test ! -s conftest.err
     6604       } && test -s conftest$ac_exeext && {
     6605     test "$cross_compiling" = yes ||
     6606     $as_test_x conftest$ac_exeext
     6607       }; then
     6608  ac_cv_search_opendir=$ac_res
     6609else
     6610  $as_echo "$as_me: failed program was:" >&5
    55146611sed 's/^/| /' conftest.$ac_ext >&5
    55156612
    5516 fi
    5517 rm -f conftest.err conftest.$ac_objext \
    5518       conftest$ac_exeext conftest.$ac_ext
    5519 if test "$ac_cv_search_opendir" = no; then
    5520   for ac_lib in dir; do
    5521     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5522     cat >conftest.$ac_ext <<_ACEOF
     6613
     6614fi
     6615
     6616rm -rf conftest.dSYM
     6617rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6618      conftest$ac_exeext
     6619  if test "${ac_cv_search_opendir+set}" = set; then
     6620  break
     6621fi
     6622done
     6623if test "${ac_cv_search_opendir+set}" = set; then
     6624  :
     6625else
     6626  ac_cv_search_opendir=no
     6627fi
     6628rm conftest.$ac_ext
     6629LIBS=$ac_func_search_save_LIBS
     6630fi
     6631{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6632$as_echo "$ac_cv_search_opendir" >&6; }
     6633ac_res=$ac_cv_search_opendir
     6634if test "$ac_res" != no; then
     6635  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6636
     6637fi
     6638
     6639else
     6640  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6641$as_echo_n "checking for library containing opendir... " >&6; }
     6642if test "${ac_cv_search_opendir+set}" = set; then
     6643  $as_echo_n "(cached) " >&6
     6644else
     6645  ac_func_search_save_LIBS=$LIBS
     6646cat >conftest.$ac_ext <<_ACEOF
    55236647/* confdefs.h.  */
    55246648_ACEOF
     
    55276651/* end confdefs.h.  */
    55286652
    5529 /* Override any gcc2 internal prototype to avoid an error.  */
     6653/* Override any GCC internal prototype to avoid an error.
     6654   Use char because int might match the return type of a GCC
     6655   builtin and then its argument prototype would still apply.  */
    55306656#ifdef __cplusplus
    55316657extern "C"
    55326658#endif
    5533 /* We use char because int might match the return type of a gcc2
    5534    builtin and then its argument prototype would still apply.  */
    55356659char opendir ();
    55366660int
    55376661main ()
    55386662{
    5539 opendir ();
     6663return opendir ();
    55406664  ;
    55416665  return 0;
    55426666}
    55436667_ACEOF
    5544 rm -f conftest.$ac_objext conftest$ac_exeext
    5545 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5546   (eval $ac_link) 2>conftest.er1
     6668for ac_lib in '' x; do
     6669  if test -z "$ac_lib"; then
     6670    ac_res="none required"
     6671  else
     6672    ac_res=-l$ac_lib
     6673    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     6674  fi
     6675  rm -f conftest.$ac_objext conftest$ac_exeext
     6676if { (ac_try="$ac_link"
     6677case "(($ac_try" in
     6678  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6679  *) ac_try_echo=$ac_try;;
     6680esac
     6681eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6682$as_echo "$ac_try_echo") >&5
     6683  (eval "$ac_link") 2>conftest.er1
    55476684  ac_status=$?
    55486685  grep -v '^ *+' conftest.er1 >conftest.err
    55496686  rm -f conftest.er1
    55506687  cat conftest.err >&5
    5551   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5552   (exit $ac_status); } &&
    5553      { ac_try='test -z "$ac_c_werror_flag"
    5554              || test ! -s conftest.err'
    5555   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5556   (eval $ac_try) 2>&5
    5557   ac_status=$?
    5558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5559   (exit $ac_status); }; } &&
    5560      { ac_try='test -s conftest$ac_exeext'
    5561   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5562   (eval $ac_try) 2>&5
    5563   ac_status=$?
    5564   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5565   (exit $ac_status); }; }; then
    5566   ac_cv_search_opendir="-l$ac_lib"
    5567 break
    5568 else
    5569   echo "$as_me: failed program was:" >&5
     6688  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6689  (exit $ac_status); } && {
     6690     test -z "$ac_c_werror_flag" ||
     6691     test ! -s conftest.err
     6692       } && test -s conftest$ac_exeext && {
     6693     test "$cross_compiling" = yes ||
     6694     $as_test_x conftest$ac_exeext
     6695       }; then
     6696  ac_cv_search_opendir=$ac_res
     6697else
     6698  $as_echo "$as_me: failed program was:" >&5
    55706699sed 's/^/| /' conftest.$ac_ext >&5
    55716700
    5572 fi
    5573 rm -f conftest.err conftest.$ac_objext \
    5574       conftest$ac_exeext conftest.$ac_ext
    5575   done
    5576 fi
     6701
     6702fi
     6703
     6704rm -rf conftest.dSYM
     6705rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     6706      conftest$ac_exeext
     6707  if test "${ac_cv_search_opendir+set}" = set; then
     6708  break
     6709fi
     6710done
     6711if test "${ac_cv_search_opendir+set}" = set; then
     6712  :
     6713else
     6714  ac_cv_search_opendir=no
     6715fi
     6716rm conftest.$ac_ext
    55776717LIBS=$ac_func_search_save_LIBS
    55786718fi
    5579 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5580 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5581 if test "$ac_cv_search_opendir" != no; then
    5582   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5583 
    5584 fi
    5585 
    5586 else
    5587   echo "$as_me:$LINENO: checking for library containing opendir" >&5
    5588 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
    5589 if test "${ac_cv_search_opendir+set}" = set; then
    5590   echo $ECHO_N "(cached) $ECHO_C" >&6
    5591 else
    5592   ac_func_search_save_LIBS=$LIBS
    5593 ac_cv_search_opendir=no
    5594 cat >conftest.$ac_ext <<_ACEOF
    5595 /* confdefs.h.  */
    5596 _ACEOF
    5597 cat confdefs.h >>conftest.$ac_ext
    5598 cat >>conftest.$ac_ext <<_ACEOF
    5599 /* end confdefs.h.  */
    5600 
    5601 /* Override any gcc2 internal prototype to avoid an error.  */
    5602 #ifdef __cplusplus
    5603 extern "C"
    5604 #endif
    5605 /* We use char because int might match the return type of a gcc2
    5606    builtin and then its argument prototype would still apply.  */
    5607 char opendir ();
    5608 int
    5609 main ()
    5610 {
    5611 opendir ();
    5612   ;
    5613   return 0;
    5614 }
    5615 _ACEOF
    5616 rm -f conftest.$ac_objext conftest$ac_exeext
    5617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5618   (eval $ac_link) 2>conftest.er1
    5619   ac_status=$?
    5620   grep -v '^ *+' conftest.er1 >conftest.err
    5621   rm -f conftest.er1
    5622   cat conftest.err >&5
    5623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5624   (exit $ac_status); } &&
    5625      { ac_try='test -z "$ac_c_werror_flag"
    5626              || test ! -s conftest.err'
    5627   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5628   (eval $ac_try) 2>&5
    5629   ac_status=$?
    5630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5631   (exit $ac_status); }; } &&
    5632      { ac_try='test -s conftest$ac_exeext'
    5633   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5634   (eval $ac_try) 2>&5
    5635   ac_status=$?
    5636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5637   (exit $ac_status); }; }; then
    5638   ac_cv_search_opendir="none required"
    5639 else
    5640   echo "$as_me: failed program was:" >&5
    5641 sed 's/^/| /' conftest.$ac_ext >&5
    5642 
    5643 fi
    5644 rm -f conftest.err conftest.$ac_objext \
    5645       conftest$ac_exeext conftest.$ac_ext
    5646 if test "$ac_cv_search_opendir" = no; then
    5647   for ac_lib in x; do
    5648     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5649     cat >conftest.$ac_ext <<_ACEOF
    5650 /* confdefs.h.  */
    5651 _ACEOF
    5652 cat confdefs.h >>conftest.$ac_ext
    5653 cat >>conftest.$ac_ext <<_ACEOF
    5654 /* end confdefs.h.  */
    5655 
    5656 /* Override any gcc2 internal prototype to avoid an error.  */
    5657 #ifdef __cplusplus
    5658 extern "C"
    5659 #endif
    5660 /* We use char because int might match the return type of a gcc2
    5661    builtin and then its argument prototype would still apply.  */
    5662 char opendir ();
    5663 int
    5664 main ()
    5665 {
    5666 opendir ();
    5667   ;
    5668   return 0;
    5669 }
    5670 _ACEOF
    5671 rm -f conftest.$ac_objext conftest$ac_exeext
    5672 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5673   (eval $ac_link) 2>conftest.er1
    5674   ac_status=$?
    5675   grep -v '^ *+' conftest.er1 >conftest.err
    5676   rm -f conftest.er1
    5677   cat conftest.err >&5
    5678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5679   (exit $ac_status); } &&
    5680      { ac_try='test -z "$ac_c_werror_flag"
    5681              || test ! -s conftest.err'
    5682   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5683   (eval $ac_try) 2>&5
    5684   ac_status=$?
    5685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5686   (exit $ac_status); }; } &&
    5687      { ac_try='test -s conftest$ac_exeext'
    5688   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5689   (eval $ac_try) 2>&5
    5690   ac_status=$?
    5691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5692   (exit $ac_status); }; }; then
    5693   ac_cv_search_opendir="-l$ac_lib"
    5694 break
    5695 else
    5696   echo "$as_me: failed program was:" >&5
    5697 sed 's/^/| /' conftest.$ac_ext >&5
    5698 
    5699 fi
    5700 rm -f conftest.err conftest.$ac_objext \
    5701       conftest$ac_exeext conftest.$ac_ext
    5702   done
    5703 fi
    5704 LIBS=$ac_func_search_save_LIBS
    5705 fi
    5706 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    5707 echo "${ECHO_T}$ac_cv_search_opendir" >&6
    5708 if test "$ac_cv_search_opendir" != no; then
    5709   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
    5710 
    5711 fi
    5712 
    5713 fi
    5714 
    5715 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    5716 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     6719{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6720$as_echo "$ac_cv_search_opendir" >&6; }
     6721ac_res=$ac_cv_search_opendir
     6722if test "$ac_res" != no; then
     6723  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     6724
     6725fi
     6726
     6727fi
     6728
     6729{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     6730$as_echo_n "checking for ANSI C header files... " >&6; }
    57176731if test "${ac_cv_header_stdc+set}" = set; then
    5718   echo $ECHO_N "(cached) $ECHO_C" >&6
     6732  $as_echo_n "(cached) " >&6
    57196733else
    57206734  cat >conftest.$ac_ext <<_ACEOF
     
    57386752_ACEOF
    57396753rm -f conftest.$ac_objext
    5740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5741   (eval $ac_compile) 2>conftest.er1
     6754if { (ac_try="$ac_compile"
     6755case "(($ac_try" in
     6756  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6757  *) ac_try_echo=$ac_try;;
     6758esac
     6759eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6760$as_echo "$ac_try_echo") >&5
     6761  (eval "$ac_compile") 2>conftest.er1
    57426762  ac_status=$?
    57436763  grep -v '^ *+' conftest.er1 >conftest.err
    57446764  rm -f conftest.er1
    57456765  cat conftest.err >&5
    5746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5747   (exit $ac_status); } &&
    5748      { ac_try='test -z "$ac_c_werror_flag"
    5749              || test ! -s conftest.err'
    5750   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5751   (eval $ac_try) 2>&5
    5752   ac_status=$?
    5753   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5754   (exit $ac_status); }; } &&
    5755      { ac_try='test -s conftest.$ac_objext'
    5756   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5757   (eval $ac_try) 2>&5
    5758   ac_status=$?
    5759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5760   (exit $ac_status); }; }; then
     6766  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6767  (exit $ac_status); } && {
     6768     test -z "$ac_c_werror_flag" ||
     6769     test ! -s conftest.err
     6770       } && test -s conftest.$ac_objext; then
    57616771  ac_cv_header_stdc=yes
    57626772else
    5763   echo "$as_me: failed program was:" >&5
     6773  $as_echo "$as_me: failed program was:" >&5
    57646774sed 's/^/| /' conftest.$ac_ext >&5
    57656775
    5766 ac_cv_header_stdc=no
    5767 fi
    5768 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     6776    ac_cv_header_stdc=no
     6777fi
     6778
     6779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    57696780
    57706781if test $ac_cv_header_stdc = yes; then
     
    58226833/* end confdefs.h.  */
    58236834#include <ctype.h>
     6835#include <stdlib.h>
    58246836#if ((' ' & 0x0FF) == 0x020)
    58256837# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    58416853    if (XOR (islower (i), ISLOWER (i))
    58426854    || toupper (i) != TOUPPER (i))
    5843       exit(2);
    5844   exit (0);
     6855      return 2;
     6856  return 0;
    58456857}
    58466858_ACEOF
    58476859rm -f conftest$ac_exeext
    5848 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5849   (eval $ac_link) 2>&5
     6860if { (ac_try="$ac_link"
     6861case "(($ac_try" in
     6862  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6863  *) ac_try_echo=$ac_try;;
     6864esac
     6865eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6866$as_echo "$ac_try_echo") >&5
     6867  (eval "$ac_link") 2>&5
    58506868  ac_status=$?
    5851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6869  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58526870  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    5853   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5854   (eval $ac_try) 2>&5
     6871  { (case "(($ac_try" in
     6872  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6873  *) ac_try_echo=$ac_try;;
     6874esac
     6875eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6876$as_echo "$ac_try_echo") >&5
     6877  (eval "$ac_try") 2>&5
    58556878  ac_status=$?
    5856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6879  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58576880  (exit $ac_status); }; }; then
    58586881  :
    58596882else
    5860   echo "$as_me: program exited with status $ac_status" >&5
    5861 echo "$as_me: failed program was:" >&5
     6883  $as_echo "$as_me: program exited with status $ac_status" >&5
     6884$as_echo "$as_me: failed program was:" >&5
    58626885sed 's/^/| /' conftest.$ac_ext >&5
    58636886
     
    58656888ac_cv_header_stdc=no
    58666889fi
    5867 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    5868 fi
    5869 fi
    5870 fi
    5871 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    5872 echo "${ECHO_T}$ac_cv_header_stdc" >&6
     6890rm -rf conftest.dSYM
     6891rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6892fi
     6893
     6894
     6895fi
     6896fi
     6897{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     6898$as_echo "$ac_cv_header_stdc" >&6; }
    58736899if test $ac_cv_header_stdc = yes; then
    58746900
     
    58906916for ac_header in fcntl.h limits.h sys/time.h unistd.h crypt.h string.h memory.h sys/procfs.h sys/stat.h
    58916917do
    5892 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    5893 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5894   echo "$as_me:$LINENO: checking for $ac_header" >&5
    5895 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    5896 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    5897   echo $ECHO_N "(cached) $ECHO_C" >&6
    5898 fi
    5899 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    5900 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     6918as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6919if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6920  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     6921$as_echo_n "checking for $ac_header... " >&6; }
     6922if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     6923  $as_echo_n "(cached) " >&6
     6924fi
     6925ac_res=`eval 'as_val=${'$as_ac_Header'}
     6926         $as_echo "$as_val"'`
     6927           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     6928$as_echo "$ac_res" >&6; }
    59016929else
    59026930  # Is the header compilable?
    5903 echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5904 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     6931{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6932$as_echo_n "checking $ac_header usability... " >&6; }
    59056933cat >conftest.$ac_ext <<_ACEOF
    59066934/* confdefs.h.  */
     
    59136941_ACEOF
    59146942rm -f conftest.$ac_objext
    5915 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5916   (eval $ac_compile) 2>conftest.er1
     6943if { (ac_try="$ac_compile"
     6944case "(($ac_try" in
     6945  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6946  *) ac_try_echo=$ac_try;;
     6947esac
     6948eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6949$as_echo "$ac_try_echo") >&5
     6950  (eval "$ac_compile") 2>conftest.er1
    59176951  ac_status=$?
    59186952  grep -v '^ *+' conftest.er1 >conftest.err
    59196953  rm -f conftest.er1
    59206954  cat conftest.err >&5
    5921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5922   (exit $ac_status); } &&
    5923      { ac_try='test -z "$ac_c_werror_flag"
    5924              || test ! -s conftest.err'
    5925   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5926   (eval $ac_try) 2>&5
    5927   ac_status=$?
    5928   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5929   (exit $ac_status); }; } &&
    5930      { ac_try='test -s conftest.$ac_objext'
    5931   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5932   (eval $ac_try) 2>&5
    5933   ac_status=$?
    5934   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5935   (exit $ac_status); }; }; then
     6955  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6956  (exit $ac_status); } && {
     6957     test -z "$ac_c_werror_flag" ||
     6958     test ! -s conftest.err
     6959       } && test -s conftest.$ac_objext; then
    59366960  ac_header_compiler=yes
    59376961else
    5938   echo "$as_me: failed program was:" >&5
     6962  $as_echo "$as_me: failed program was:" >&5
    59396963sed 's/^/| /' conftest.$ac_ext >&5
    59406964
    5941 ac_header_compiler=no
    5942 fi
    5943 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    5944 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5945 echo "${ECHO_T}$ac_header_compiler" >&6
     6965    ac_header_compiler=no
     6966fi
     6967
     6968rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     6969{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6970$as_echo "$ac_header_compiler" >&6; }
    59466971
    59476972# Is the header present?
    5948 echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5949 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     6973{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6974$as_echo_n "checking $ac_header presence... " >&6; }
    59506975cat >conftest.$ac_ext <<_ACEOF
    59516976/* confdefs.h.  */
     
    59566981#include <$ac_header>
    59576982_ACEOF
    5958 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    5959   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     6983if { (ac_try="$ac_cpp conftest.$ac_ext"
     6984case "(($ac_try" in
     6985  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     6986  *) ac_try_echo=$ac_try;;
     6987esac
     6988eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6989$as_echo "$ac_try_echo") >&5
     6990  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    59606991  ac_status=$?
    59616992  grep -v '^ *+' conftest.er1 >conftest.err
    59626993  rm -f conftest.er1
    59636994  cat conftest.err >&5
    5964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5965   (exit $ac_status); } >/dev/null; then
    5966   if test -s conftest.err; then
    5967     ac_cpp_err=$ac_c_preproc_warn_flag
    5968     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    5969   else
    5970     ac_cpp_err=
    5971   fi
    5972 else
    5973   ac_cpp_err=yes
    5974 fi
    5975 if test -z "$ac_cpp_err"; then
     6995  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6996  (exit $ac_status); } >/dev/null && {
     6997     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     6998     test ! -s conftest.err
     6999       }; then
    59767000  ac_header_preproc=yes
    59777001else
    5978   echo "$as_me: failed program was:" >&5
     7002  $as_echo "$as_me: failed program was:" >&5
    59797003sed 's/^/| /' conftest.$ac_ext >&5
    59807004
    59817005  ac_header_preproc=no
    59827006fi
     7007
    59837008rm -f conftest.err conftest.$ac_ext
    5984 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5985 echo "${ECHO_T}$ac_header_preproc" >&6
     7009{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7010$as_echo "$ac_header_preproc" >&6; }
    59867011
    59877012# So?  What about this header?
    59887013case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    59897014  yes:no: )
    5990     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5991 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5992     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5993 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7015    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     7016$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7017    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7018$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    59947019    ac_header_preproc=yes
    59957020    ;;
    59967021  no:yes:* )
    5997     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5998 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5999     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    6000 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    6001     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6002 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6003     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6004 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6005     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6006 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6007     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6008 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    6009     (
    6010       cat <<\_ASBOX
    6011 ## ------------------------------------------ ##
    6012 ## Report this to the AC_PACKAGE_NAME lists.  ##
    6013 ## ------------------------------------------ ##
    6014 _ASBOX
    6015     ) |
    6016       sed "s/^/$as_me: WARNING:     /" >&2
     7022    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7023$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7024    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7025$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7026    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7027$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7028    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7029$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7030    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7031$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7032    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7033$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7034
    60177035    ;;
    60187036esac
    6019 echo "$as_me:$LINENO: checking for $ac_header" >&5
    6020 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    6021 if eval "test \"\${$as_ac_Header+set}\" = set"; then
    6022   echo $ECHO_N "(cached) $ECHO_C" >&6
     7037{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     7038$as_echo_n "checking for $ac_header... " >&6; }
     7039if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     7040  $as_echo_n "(cached) " >&6
    60237041else
    60247042  eval "$as_ac_Header=\$ac_header_preproc"
    60257043fi
    6026 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
    6027 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    6028 
    6029 fi
    6030 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     7044ac_res=`eval 'as_val=${'$as_ac_Header'}
     7045         $as_echo "$as_val"'`
     7046           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7047$as_echo "$ac_res" >&6; }
     7048
     7049fi
     7050as_val=`eval 'as_val=${'$as_ac_Header'}
     7051         $as_echo "$as_val"'`
     7052   if test "x$as_val" = x""yes; then
    60317053  cat >>confdefs.h <<_ACEOF
    6032 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7054#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    60337055_ACEOF
    60347056
     
    60947116# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
    60957117# for constant arguments.  Useless!
    6096 echo "$as_me:$LINENO: checking for working alloca.h" >&5
    6097 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
     7118{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
     7119$as_echo_n "checking for working alloca.h... " >&6; }
    60987120if test "${ac_cv_working_alloca_h+set}" = set; then
    6099   echo $ECHO_N "(cached) $ECHO_C" >&6
     7121  $as_echo_n "(cached) " >&6
    61007122else
    61017123  cat >conftest.$ac_ext <<_ACEOF
     
    61107132{
    61117133char *p = (char *) alloca (2 * sizeof (int));
     7134              if (p) return 0;
    61127135  ;
    61137136  return 0;
     
    61157138_ACEOF
    61167139rm -f conftest.$ac_objext conftest$ac_exeext
    6117 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6118   (eval $ac_link) 2>conftest.er1
     7140if { (ac_try="$ac_link"
     7141case "(($ac_try" in
     7142  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7143  *) ac_try_echo=$ac_try;;
     7144esac
     7145eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7146$as_echo "$ac_try_echo") >&5
     7147  (eval "$ac_link") 2>conftest.er1
    61197148  ac_status=$?
    61207149  grep -v '^ *+' conftest.er1 >conftest.err
    61217150  rm -f conftest.er1
    61227151  cat conftest.err >&5
    6123   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6124   (exit $ac_status); } &&
    6125      { ac_try='test -z "$ac_c_werror_flag"
    6126              || test ! -s conftest.err'
    6127   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6128   (eval $ac_try) 2>&5
    6129   ac_status=$?
    6130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6131   (exit $ac_status); }; } &&
    6132      { ac_try='test -s conftest$ac_exeext'
    6133   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6134   (eval $ac_try) 2>&5
    6135   ac_status=$?
    6136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6137   (exit $ac_status); }; }; then
     7152  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7153  (exit $ac_status); } && {
     7154     test -z "$ac_c_werror_flag" ||
     7155     test ! -s conftest.err
     7156       } && test -s conftest$ac_exeext && {
     7157     test "$cross_compiling" = yes ||
     7158     $as_test_x conftest$ac_exeext
     7159       }; then
    61387160  ac_cv_working_alloca_h=yes
    61397161else
    6140   echo "$as_me: failed program was:" >&5
     7162  $as_echo "$as_me: failed program was:" >&5
    61417163sed 's/^/| /' conftest.$ac_ext >&5
    61427164
    6143 ac_cv_working_alloca_h=no
    6144 fi
    6145 rm -f conftest.err conftest.$ac_objext \
     7165    ac_cv_working_alloca_h=no
     7166fi
     7167
     7168rm -rf conftest.dSYM
     7169rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61467170      conftest$ac_exeext conftest.$ac_ext
    61477171fi
    6148 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
    6149 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
     7172{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
     7173$as_echo "$ac_cv_working_alloca_h" >&6; }
    61507174if test $ac_cv_working_alloca_h = yes; then
    61517175
     
    61567180fi
    61577181
    6158 echo "$as_me:$LINENO: checking for alloca" >&5
    6159 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
     7182{ $as_echo "$as_me:$LINENO: checking for alloca" >&5
     7183$as_echo_n "checking for alloca... " >&6; }
    61607184if test "${ac_cv_func_alloca_works+set}" = set; then
    6161   echo $ECHO_N "(cached) $ECHO_C" >&6
     7185  $as_echo_n "(cached) " >&6
    61627186else
    61637187  cat >conftest.$ac_ext <<_ACEOF
     
    61747198#  define alloca _alloca
    61757199# else
    6176 #  if HAVE_ALLOCA_H
     7200#  ifdef HAVE_ALLOCA_H
    61777201#   include <alloca.h>
    61787202#  else
     
    61927216{
    61937217char *p = (char *) alloca (1);
     7218                    if (p) return 0;
    61947219  ;
    61957220  return 0;
     
    61977222_ACEOF
    61987223rm -f conftest.$ac_objext conftest$ac_exeext
    6199 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6200   (eval $ac_link) 2>conftest.er1
     7224if { (ac_try="$ac_link"
     7225case "(($ac_try" in
     7226  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7227  *) ac_try_echo=$ac_try;;
     7228esac
     7229eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7230$as_echo "$ac_try_echo") >&5
     7231  (eval "$ac_link") 2>conftest.er1
    62017232  ac_status=$?
    62027233  grep -v '^ *+' conftest.er1 >conftest.err
    62037234  rm -f conftest.er1
    62047235  cat conftest.err >&5
    6205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6206   (exit $ac_status); } &&
    6207      { ac_try='test -z "$ac_c_werror_flag"
    6208              || test ! -s conftest.err'
    6209   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6210   (eval $ac_try) 2>&5
    6211   ac_status=$?
    6212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6213   (exit $ac_status); }; } &&
    6214      { ac_try='test -s conftest$ac_exeext'
    6215   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6216   (eval $ac_try) 2>&5
    6217   ac_status=$?
    6218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6219   (exit $ac_status); }; }; then
     7236  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7237  (exit $ac_status); } && {
     7238     test -z "$ac_c_werror_flag" ||
     7239     test ! -s conftest.err
     7240       } && test -s conftest$ac_exeext && {
     7241     test "$cross_compiling" = yes ||
     7242     $as_test_x conftest$ac_exeext
     7243       }; then
    62207244  ac_cv_func_alloca_works=yes
    62217245else
    6222   echo "$as_me: failed program was:" >&5
     7246  $as_echo "$as_me: failed program was:" >&5
    62237247sed 's/^/| /' conftest.$ac_ext >&5
    62247248
    6225 ac_cv_func_alloca_works=no
    6226 fi
    6227 rm -f conftest.err conftest.$ac_objext \
     7249    ac_cv_func_alloca_works=no
     7250fi
     7251
     7252rm -rf conftest.dSYM
     7253rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62287254      conftest$ac_exeext conftest.$ac_ext
    62297255fi
    6230 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
    6231 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
     7256{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
     7257$as_echo "$ac_cv_func_alloca_works" >&6; }
    62327258
    62337259if test $ac_cv_func_alloca_works = yes; then
     
    62437269# use ar to extract alloca.o from them instead of compiling alloca.c.
    62447270
    6245 ALLOCA=alloca.$ac_objext
     7271ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
    62467272
    62477273cat >>confdefs.h <<\_ACEOF
     
    62507276
    62517277
    6252 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
    6253 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
     7278{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
     7279$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
    62547280if test "${ac_cv_os_cray+set}" = set; then
    6255   echo $ECHO_N "(cached) $ECHO_C" >&6
     7281  $as_echo_n "(cached) " >&6
    62567282else
    62577283  cat >conftest.$ac_ext <<_ACEOF
     
    62617287cat >>conftest.$ac_ext <<_ACEOF
    62627288/* end confdefs.h.  */
    6263 #if defined(CRAY) && ! defined(CRAY2)
     7289#if defined CRAY && ! defined CRAY2
    62647290webecray
    62657291#else
     
    62777303
    62787304fi
    6279 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
    6280 echo "${ECHO_T}$ac_cv_os_cray" >&6
     7305{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
     7306$as_echo "$ac_cv_os_cray" >&6; }
    62817307if test $ac_cv_os_cray = yes; then
    62827308  for ac_func in _getb67 GETB67 getb67; do
    6283     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6284 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6285 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6286 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6287   echo $ECHO_N "(cached) $ECHO_C" >&6
     7309    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7310{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7311$as_echo_n "checking for $ac_func... " >&6; }
     7312if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7313  $as_echo_n "(cached) " >&6
    62887314else
    62897315  cat >conftest.$ac_ext <<_ACEOF
     
    63107336#undef $ac_func
    63117337
    6312 /* Override any gcc2 internal prototype to avoid an error.  */
     7338/* Override any GCC internal prototype to avoid an error.
     7339   Use char because int might match the return type of a GCC
     7340   builtin and then its argument prototype would still apply.  */
    63137341#ifdef __cplusplus
    63147342extern "C"
    6315 {
    63167343#endif
    6317 /* We use char because int might match the return type of a gcc2
    6318    builtin and then its argument prototype would still apply.  */
    63197344char $ac_func ();
    63207345/* The GNU C library defines this for functions which it implements
    63217346    to always fail with ENOSYS.  Some functions are actually named
    63227347    something starting with __ and the normal name is an alias.  */
    6323 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7348#if defined __stub_$ac_func || defined __stub___$ac_func
    63247349choke me
    6325 #else
    6326 char (*f) () = $ac_func;
    6327 #endif
    6328 #ifdef __cplusplus
    6329 }
    63307350#endif
    63317351
     
    63337353main ()
    63347354{
    6335 return f != $ac_func;
     7355return $ac_func ();
    63367356  ;
    63377357  return 0;
     
    63397359_ACEOF
    63407360rm -f conftest.$ac_objext conftest$ac_exeext
    6341 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6342   (eval $ac_link) 2>conftest.er1
     7361if { (ac_try="$ac_link"
     7362case "(($ac_try" in
     7363  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7364  *) ac_try_echo=$ac_try;;
     7365esac
     7366eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7367$as_echo "$ac_try_echo") >&5
     7368  (eval "$ac_link") 2>conftest.er1
    63437369  ac_status=$?
    63447370  grep -v '^ *+' conftest.er1 >conftest.err
    63457371  rm -f conftest.er1
    63467372  cat conftest.err >&5
    6347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6348   (exit $ac_status); } &&
    6349      { ac_try='test -z "$ac_c_werror_flag"
    6350              || test ! -s conftest.err'
    6351   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6352   (eval $ac_try) 2>&5
    6353   ac_status=$?
    6354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6355   (exit $ac_status); }; } &&
    6356      { ac_try='test -s conftest$ac_exeext'
    6357   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6358   (eval $ac_try) 2>&5
    6359   ac_status=$?
    6360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6361   (exit $ac_status); }; }; then
     7373  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7374  (exit $ac_status); } && {
     7375     test -z "$ac_c_werror_flag" ||
     7376     test ! -s conftest.err
     7377       } && test -s conftest$ac_exeext && {
     7378     test "$cross_compiling" = yes ||
     7379     $as_test_x conftest$ac_exeext
     7380       }; then
    63627381  eval "$as_ac_var=yes"
    63637382else
    6364   echo "$as_me: failed program was:" >&5
     7383  $as_echo "$as_me: failed program was:" >&5
    63657384sed 's/^/| /' conftest.$ac_ext >&5
    63667385
    6367 eval "$as_ac_var=no"
    6368 fi
    6369 rm -f conftest.err conftest.$ac_objext \
     7386    eval "$as_ac_var=no"
     7387fi
     7388
     7389rm -rf conftest.dSYM
     7390rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63707391      conftest$ac_exeext conftest.$ac_ext
    63717392fi
    6372 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6373 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6374 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7393ac_res=`eval 'as_val=${'$as_ac_var'}
     7394         $as_echo "$as_val"'`
     7395           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7396$as_echo "$ac_res" >&6; }
     7397as_val=`eval 'as_val=${'$as_ac_var'}
     7398         $as_echo "$as_val"'`
     7399   if test "x$as_val" = x""yes; then
    63757400
    63767401cat >>confdefs.h <<_ACEOF
     
    63847409fi
    63857410
    6386 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
    6387 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
     7411{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
     7412$as_echo_n "checking stack direction for C alloca... " >&6; }
    63887413if test "${ac_cv_c_stack_direction+set}" = set; then
    6389   echo $ECHO_N "(cached) $ECHO_C" >&6
     7414  $as_echo_n "(cached) " >&6
    63907415else
    63917416  if test "$cross_compiling" = yes; then
     
    63987423cat >>conftest.$ac_ext <<_ACEOF
    63997424/* end confdefs.h.  */
     7425$ac_includes_default
    64007426int
    64017427find_stack_direction ()
     
    64157441main ()
    64167442{
    6417   exit (find_stack_direction () < 0);
     7443  return find_stack_direction () < 0;
    64187444}
    64197445_ACEOF
    64207446rm -f conftest$ac_exeext
    6421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6422   (eval $ac_link) 2>&5
     7447if { (ac_try="$ac_link"
     7448case "(($ac_try" in
     7449  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7450  *) ac_try_echo=$ac_try;;
     7451esac
     7452eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7453$as_echo "$ac_try_echo") >&5
     7454  (eval "$ac_link") 2>&5
    64237455  ac_status=$?
    6424   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7456  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64257457  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    6426   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6427   (eval $ac_try) 2>&5
     7458  { (case "(($ac_try" in
     7459  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7460  *) ac_try_echo=$ac_try;;
     7461esac
     7462eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7463$as_echo "$ac_try_echo") >&5
     7464  (eval "$ac_try") 2>&5
    64287465  ac_status=$?
    6429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7466  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64307467  (exit $ac_status); }; }; then
    64317468  ac_cv_c_stack_direction=1
    64327469else
    6433   echo "$as_me: program exited with status $ac_status" >&5
    6434 echo "$as_me: failed program was:" >&5
     7470  $as_echo "$as_me: program exited with status $ac_status" >&5
     7471$as_echo "$as_me: failed program was:" >&5
    64357472sed 's/^/| /' conftest.$ac_ext >&5
    64367473
     
    64387475ac_cv_c_stack_direction=-1
    64397476fi
    6440 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    6441 fi
    6442 fi
    6443 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
    6444 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
     7477rm -rf conftest.dSYM
     7478rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     7479fi
     7480
     7481
     7482fi
     7483{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
     7484$as_echo "$ac_cv_c_stack_direction" >&6; }
    64457485
    64467486cat >>confdefs.h <<_ACEOF
     
    64527492
    64537493if test $ac_cv_c_compiler_gnu = yes; then
    6454     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
    6455 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
     7494    { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
     7495$as_echo_n "checking whether $CC needs -traditional... " >&6; }
    64567496if test "${ac_cv_prog_gcc_traditional+set}" = set; then
    6457   echo $ECHO_N "(cached) $ECHO_C" >&6
     7497  $as_echo_n "(cached) " >&6
    64587498else
    64597499    ac_pattern="Autoconf.*'x'"
     
    64947534  fi
    64957535fi
    6496 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
    6497 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
     7536{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
     7537$as_echo "$ac_cv_prog_gcc_traditional" >&6; }
    64987538  if test $ac_cv_prog_gcc_traditional = yes; then
    64997539    CC="$CC -traditional"
     
    65017541fi
    65027542
    6503 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
    6504 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
     7543{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
     7544$as_echo_n "checking return type of signal handlers... " >&6; }
    65057545if test "${ac_cv_type_signal+set}" = set; then
    6506   echo $ECHO_N "(cached) $ECHO_C" >&6
     7546  $as_echo_n "(cached) " >&6
    65077547else
    65087548  cat >conftest.$ac_ext <<_ACEOF
     
    65147554#include <sys/types.h>
    65157555#include <signal.h>
    6516 #ifdef signal
    6517 # undef signal
    6518 #endif
    6519 #ifdef __cplusplus
    6520 extern "C" void (*signal (int, void (*)(int)))(int);
    6521 #else
    6522 void (*signal ()) ();
    6523 #endif
    65247556
    65257557int
    65267558main ()
    65277559{
    6528 int i;
     7560return *(signal (0, 0)) (0) == 1;
    65297561  ;
    65307562  return 0;
     
    65327564_ACEOF
    65337565rm -f conftest.$ac_objext
    6534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    6535   (eval $ac_compile) 2>conftest.er1
     7566if { (ac_try="$ac_compile"
     7567case "(($ac_try" in
     7568  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7569  *) ac_try_echo=$ac_try;;
     7570esac
     7571eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7572$as_echo "$ac_try_echo") >&5
     7573  (eval "$ac_compile") 2>conftest.er1
    65367574  ac_status=$?
    65377575  grep -v '^ *+' conftest.er1 >conftest.err
    65387576  rm -f conftest.er1
    65397577  cat conftest.err >&5
    6540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6541   (exit $ac_status); } &&
    6542      { ac_try='test -z "$ac_c_werror_flag"
    6543              || test ! -s conftest.err'
    6544   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6545   (eval $ac_try) 2>&5
    6546   ac_status=$?
    6547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6548   (exit $ac_status); }; } &&
    6549      { ac_try='test -s conftest.$ac_objext'
    6550   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6551   (eval $ac_try) 2>&5
    6552   ac_status=$?
    6553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6554   (exit $ac_status); }; }; then
    6555   ac_cv_type_signal=void
    6556 else
    6557   echo "$as_me: failed program was:" >&5
     7578  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7579  (exit $ac_status); } && {
     7580     test -z "$ac_c_werror_flag" ||
     7581     test ! -s conftest.err
     7582       } && test -s conftest.$ac_objext; then
     7583  ac_cv_type_signal=int
     7584else
     7585  $as_echo "$as_me: failed program was:" >&5
    65587586sed 's/^/| /' conftest.$ac_ext >&5
    65597587
    6560 ac_cv_type_signal=int
    6561 fi
    6562 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    6563 fi
    6564 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
    6565 echo "${ECHO_T}$ac_cv_type_signal" >&6
     7588    ac_cv_type_signal=void
     7589fi
     7590
     7591rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     7592fi
     7593{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
     7594$as_echo "$ac_cv_type_signal" >&6; }
    65667595
    65677596cat >>confdefs.h <<_ACEOF
     
    65737602for ac_func in vprintf
    65747603do
    6575 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6576 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6577 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6578 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6579   echo $ECHO_N "(cached) $ECHO_C" >&6
     7604as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7605{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7606$as_echo_n "checking for $ac_func... " >&6; }
     7607if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7608  $as_echo_n "(cached) " >&6
    65807609else
    65817610  cat >conftest.$ac_ext <<_ACEOF
     
    66027631#undef $ac_func
    66037632
    6604 /* Override any gcc2 internal prototype to avoid an error.  */
     7633/* Override any GCC internal prototype to avoid an error.
     7634   Use char because int might match the return type of a GCC
     7635   builtin and then its argument prototype would still apply.  */
    66057636#ifdef __cplusplus
    66067637extern "C"
    6607 {
    66087638#endif
    6609 /* We use char because int might match the return type of a gcc2
    6610    builtin and then its argument prototype would still apply.  */
    66117639char $ac_func ();
    66127640/* The GNU C library defines this for functions which it implements
    66137641    to always fail with ENOSYS.  Some functions are actually named
    66147642    something starting with __ and the normal name is an alias.  */
    6615 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7643#if defined __stub_$ac_func || defined __stub___$ac_func
    66167644choke me
    6617 #else
    6618 char (*f) () = $ac_func;
    6619 #endif
    6620 #ifdef __cplusplus
    6621 }
    66227645#endif
    66237646
     
    66257648main ()
    66267649{
    6627 return f != $ac_func;
     7650return $ac_func ();
    66287651  ;
    66297652  return 0;
     
    66317654_ACEOF
    66327655rm -f conftest.$ac_objext conftest$ac_exeext
    6633 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6634   (eval $ac_link) 2>conftest.er1
     7656if { (ac_try="$ac_link"
     7657case "(($ac_try" in
     7658  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7659  *) ac_try_echo=$ac_try;;
     7660esac
     7661eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7662$as_echo "$ac_try_echo") >&5
     7663  (eval "$ac_link") 2>conftest.er1
    66357664  ac_status=$?
    66367665  grep -v '^ *+' conftest.er1 >conftest.err
    66377666  rm -f conftest.er1
    66387667  cat conftest.err >&5
    6639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6640   (exit $ac_status); } &&
    6641      { ac_try='test -z "$ac_c_werror_flag"
    6642              || test ! -s conftest.err'
    6643   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6644   (eval $ac_try) 2>&5
    6645   ac_status=$?
    6646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6647   (exit $ac_status); }; } &&
    6648      { ac_try='test -s conftest$ac_exeext'
    6649   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6650   (eval $ac_try) 2>&5
    6651   ac_status=$?
    6652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6653   (exit $ac_status); }; }; then
     7668  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7669  (exit $ac_status); } && {
     7670     test -z "$ac_c_werror_flag" ||
     7671     test ! -s conftest.err
     7672       } && test -s conftest$ac_exeext && {
     7673     test "$cross_compiling" = yes ||
     7674     $as_test_x conftest$ac_exeext
     7675       }; then
    66547676  eval "$as_ac_var=yes"
    66557677else
    6656   echo "$as_me: failed program was:" >&5
     7678  $as_echo "$as_me: failed program was:" >&5
    66577679sed 's/^/| /' conftest.$ac_ext >&5
    66587680
    6659 eval "$as_ac_var=no"
    6660 fi
    6661 rm -f conftest.err conftest.$ac_objext \
     7681    eval "$as_ac_var=no"
     7682fi
     7683
     7684rm -rf conftest.dSYM
     7685rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    66627686      conftest$ac_exeext conftest.$ac_ext
    66637687fi
    6664 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6665 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6666 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7688ac_res=`eval 'as_val=${'$as_ac_var'}
     7689         $as_echo "$as_val"'`
     7690           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7691$as_echo "$ac_res" >&6; }
     7692as_val=`eval 'as_val=${'$as_ac_var'}
     7693         $as_echo "$as_val"'`
     7694   if test "x$as_val" = x""yes; then
    66677695  cat >>confdefs.h <<_ACEOF
    6668 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6669 _ACEOF
    6670 
    6671 echo "$as_me:$LINENO: checking for _doprnt" >&5
    6672 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
     7696#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7697_ACEOF
     7698
     7699{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5
     7700$as_echo_n "checking for _doprnt... " >&6; }
    66737701if test "${ac_cv_func__doprnt+set}" = set; then
    6674   echo $ECHO_N "(cached) $ECHO_C" >&6
     7702  $as_echo_n "(cached) " >&6
    66757703else
    66767704  cat >conftest.$ac_ext <<_ACEOF
     
    66977725#undef _doprnt
    66987726
    6699 /* Override any gcc2 internal prototype to avoid an error.  */
     7727/* Override any GCC internal prototype to avoid an error.
     7728   Use char because int might match the return type of a GCC
     7729   builtin and then its argument prototype would still apply.  */
    67007730#ifdef __cplusplus
    67017731extern "C"
    6702 {
    67037732#endif
    6704 /* We use char because int might match the return type of a gcc2
    6705    builtin and then its argument prototype would still apply.  */
    67067733char _doprnt ();
    67077734/* The GNU C library defines this for functions which it implements
    67087735    to always fail with ENOSYS.  Some functions are actually named
    67097736    something starting with __ and the normal name is an alias.  */
    6710 #if defined (__stub__doprnt) || defined (__stub____doprnt)
     7737#if defined __stub__doprnt || defined __stub____doprnt
    67117738choke me
    6712 #else
    6713 char (*f) () = _doprnt;
    6714 #endif
    6715 #ifdef __cplusplus
    6716 }
    67177739#endif
    67187740
     
    67207742main ()
    67217743{
    6722 return f != _doprnt;
     7744return _doprnt ();
    67237745  ;
    67247746  return 0;
     
    67267748_ACEOF
    67277749rm -f conftest.$ac_objext conftest$ac_exeext
    6728 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6729   (eval $ac_link) 2>conftest.er1
     7750if { (ac_try="$ac_link"
     7751case "(($ac_try" in
     7752  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7753  *) ac_try_echo=$ac_try;;
     7754esac
     7755eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7756$as_echo "$ac_try_echo") >&5
     7757  (eval "$ac_link") 2>conftest.er1
    67307758  ac_status=$?
    67317759  grep -v '^ *+' conftest.er1 >conftest.err
    67327760  rm -f conftest.er1
    67337761  cat conftest.err >&5
    6734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6735   (exit $ac_status); } &&
    6736      { ac_try='test -z "$ac_c_werror_flag"
    6737              || test ! -s conftest.err'
    6738   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6739   (eval $ac_try) 2>&5
    6740   ac_status=$?
    6741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6742   (exit $ac_status); }; } &&
    6743      { ac_try='test -s conftest$ac_exeext'
    6744   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6745   (eval $ac_try) 2>&5
    6746   ac_status=$?
    6747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6748   (exit $ac_status); }; }; then
     7762  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7763  (exit $ac_status); } && {
     7764     test -z "$ac_c_werror_flag" ||
     7765     test ! -s conftest.err
     7766       } && test -s conftest$ac_exeext && {
     7767     test "$cross_compiling" = yes ||
     7768     $as_test_x conftest$ac_exeext
     7769       }; then
    67497770  ac_cv_func__doprnt=yes
    67507771else
    6751   echo "$as_me: failed program was:" >&5
     7772  $as_echo "$as_me: failed program was:" >&5
    67527773sed 's/^/| /' conftest.$ac_ext >&5
    67537774
    6754 ac_cv_func__doprnt=no
    6755 fi
    6756 rm -f conftest.err conftest.$ac_objext \
     7775    ac_cv_func__doprnt=no
     7776fi
     7777
     7778rm -rf conftest.dSYM
     7779rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    67577780      conftest$ac_exeext conftest.$ac_ext
    67587781fi
    6759 echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
    6760 echo "${ECHO_T}$ac_cv_func__doprnt" >&6
    6761 if test $ac_cv_func__doprnt = yes; then
     7782{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
     7783$as_echo "$ac_cv_func__doprnt" >&6; }
     7784if test "x$ac_cv_func__doprnt" = x""yes; then
    67627785
    67637786cat >>confdefs.h <<\_ACEOF
     
    67837806for ac_func in ftime select strftime strtol getrusage times mallinfo setbuffer getpagesize strerror
    67847807do
    6785 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6786 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6787 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6788 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6789   echo $ECHO_N "(cached) $ECHO_C" >&6
     7808as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7809{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7810$as_echo_n "checking for $ac_func... " >&6; }
     7811if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7812  $as_echo_n "(cached) " >&6
    67907813else
    67917814  cat >conftest.$ac_ext <<_ACEOF
     
    68127835#undef $ac_func
    68137836
    6814 /* Override any gcc2 internal prototype to avoid an error.  */
     7837/* Override any GCC internal prototype to avoid an error.
     7838   Use char because int might match the return type of a GCC
     7839   builtin and then its argument prototype would still apply.  */
    68157840#ifdef __cplusplus
    68167841extern "C"
    6817 {
    68187842#endif
    6819 /* We use char because int might match the return type of a gcc2
    6820    builtin and then its argument prototype would still apply.  */
    68217843char $ac_func ();
    68227844/* The GNU C library defines this for functions which it implements
    68237845    to always fail with ENOSYS.  Some functions are actually named
    68247846    something starting with __ and the normal name is an alias.  */
    6825 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7847#if defined __stub_$ac_func || defined __stub___$ac_func
    68267848choke me
    6827 #else
    6828 char (*f) () = $ac_func;
    6829 #endif
    6830 #ifdef __cplusplus
    6831 }
    68327849#endif
    68337850
     
    68357852main ()
    68367853{
    6837 return f != $ac_func;
     7854return $ac_func ();
    68387855  ;
    68397856  return 0;
     
    68417858_ACEOF
    68427859rm -f conftest.$ac_objext conftest$ac_exeext
    6843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6844   (eval $ac_link) 2>conftest.er1
     7860if { (ac_try="$ac_link"
     7861case "(($ac_try" in
     7862  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7863  *) ac_try_echo=$ac_try;;
     7864esac
     7865eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7866$as_echo "$ac_try_echo") >&5
     7867  (eval "$ac_link") 2>conftest.er1
    68457868  ac_status=$?
    68467869  grep -v '^ *+' conftest.er1 >conftest.err
    68477870  rm -f conftest.er1
    68487871  cat conftest.err >&5
    6849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6850   (exit $ac_status); } &&
    6851      { ac_try='test -z "$ac_c_werror_flag"
    6852              || test ! -s conftest.err'
    6853   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6854   (eval $ac_try) 2>&5
    6855   ac_status=$?
    6856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6857   (exit $ac_status); }; } &&
    6858      { ac_try='test -s conftest$ac_exeext'
    6859   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6860   (eval $ac_try) 2>&5
    6861   ac_status=$?
    6862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6863   (exit $ac_status); }; }; then
     7872  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7873  (exit $ac_status); } && {
     7874     test -z "$ac_c_werror_flag" ||
     7875     test ! -s conftest.err
     7876       } && test -s conftest$ac_exeext && {
     7877     test "$cross_compiling" = yes ||
     7878     $as_test_x conftest$ac_exeext
     7879       }; then
    68647880  eval "$as_ac_var=yes"
    68657881else
    6866   echo "$as_me: failed program was:" >&5
     7882  $as_echo "$as_me: failed program was:" >&5
    68677883sed 's/^/| /' conftest.$ac_ext >&5
    68687884
    6869 eval "$as_ac_var=no"
    6870 fi
    6871 rm -f conftest.err conftest.$ac_objext \
     7885    eval "$as_ac_var=no"
     7886fi
     7887
     7888rm -rf conftest.dSYM
     7889rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    68727890      conftest$ac_exeext conftest.$ac_ext
    68737891fi
    6874 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6875 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6876 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7892ac_res=`eval 'as_val=${'$as_ac_var'}
     7893         $as_echo "$as_val"'`
     7894           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7895$as_echo "$ac_res" >&6; }
     7896as_val=`eval 'as_val=${'$as_ac_var'}
     7897         $as_echo "$as_val"'`
     7898   if test "x$as_val" = x""yes; then
    68777899  cat >>confdefs.h <<_ACEOF
    6878 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7900#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    68797901_ACEOF
    68807902
     
    68877909for ac_func in ftruncate strstr strcasecmp
    68887910do
    6889 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6890 echo "$as_me:$LINENO: checking for $ac_func" >&5
    6891 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    6892 if eval "test \"\${$as_ac_var+set}\" = set"; then
    6893   echo $ECHO_N "(cached) $ECHO_C" >&6
     7911as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7912{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     7913$as_echo_n "checking for $ac_func... " >&6; }
     7914if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     7915  $as_echo_n "(cached) " >&6
    68947916else
    68957917  cat >conftest.$ac_ext <<_ACEOF
     
    69167938#undef $ac_func
    69177939
    6918 /* Override any gcc2 internal prototype to avoid an error.  */
     7940/* Override any GCC internal prototype to avoid an error.
     7941   Use char because int might match the return type of a GCC
     7942   builtin and then its argument prototype would still apply.  */
    69197943#ifdef __cplusplus
    69207944extern "C"
    6921 {
    69227945#endif
    6923 /* We use char because int might match the return type of a gcc2
    6924    builtin and then its argument prototype would still apply.  */
    69257946char $ac_func ();
    69267947/* The GNU C library defines this for functions which it implements
    69277948    to always fail with ENOSYS.  Some functions are actually named
    69287949    something starting with __ and the normal name is an alias.  */
    6929 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7950#if defined __stub_$ac_func || defined __stub___$ac_func
    69307951choke me
    6931 #else
    6932 char (*f) () = $ac_func;
    6933 #endif
    6934 #ifdef __cplusplus
    6935 }
    69367952#endif
    69377953
     
    69397955main ()
    69407956{
    6941 return f != $ac_func;
     7957return $ac_func ();
    69427958  ;
    69437959  return 0;
     
    69457961_ACEOF
    69467962rm -f conftest.$ac_objext conftest$ac_exeext
    6947 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6948   (eval $ac_link) 2>conftest.er1
     7963if { (ac_try="$ac_link"
     7964case "(($ac_try" in
     7965  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     7966  *) ac_try_echo=$ac_try;;
     7967esac
     7968eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7969$as_echo "$ac_try_echo") >&5
     7970  (eval "$ac_link") 2>conftest.er1
    69497971  ac_status=$?
    69507972  grep -v '^ *+' conftest.er1 >conftest.err
    69517973  rm -f conftest.er1
    69527974  cat conftest.err >&5
    6953   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6954   (exit $ac_status); } &&
    6955      { ac_try='test -z "$ac_c_werror_flag"
    6956              || test ! -s conftest.err'
    6957   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6958   (eval $ac_try) 2>&5
    6959   ac_status=$?
    6960   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6961   (exit $ac_status); }; } &&
    6962      { ac_try='test -s conftest$ac_exeext'
    6963   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6964   (eval $ac_try) 2>&5
    6965   ac_status=$?
    6966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6967   (exit $ac_status); }; }; then
     7975  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7976  (exit $ac_status); } && {
     7977     test -z "$ac_c_werror_flag" ||
     7978     test ! -s conftest.err
     7979       } && test -s conftest$ac_exeext && {
     7980     test "$cross_compiling" = yes ||
     7981     $as_test_x conftest$ac_exeext
     7982       }; then
    69687983  eval "$as_ac_var=yes"
    69697984else
    6970   echo "$as_me: failed program was:" >&5
     7985  $as_echo "$as_me: failed program was:" >&5
    69717986sed 's/^/| /' conftest.$ac_ext >&5
    69727987
    6973 eval "$as_ac_var=no"
    6974 fi
    6975 rm -f conftest.err conftest.$ac_objext \
     7988    eval "$as_ac_var=no"
     7989fi
     7990
     7991rm -rf conftest.dSYM
     7992rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    69767993      conftest$ac_exeext conftest.$ac_ext
    69777994fi
    6978 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    6979 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    6980 if test `eval echo '${'$as_ac_var'}'` = yes; then
     7995ac_res=`eval 'as_val=${'$as_ac_var'}
     7996         $as_echo "$as_val"'`
     7997           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     7998$as_echo "$ac_res" >&6; }
     7999as_val=`eval 'as_val=${'$as_ac_var'}
     8000         $as_echo "$as_val"'`
     8001   if test "x$as_val" = x""yes; then
    69818002  cat >>confdefs.h <<_ACEOF
    6982 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    6983 _ACEOF
    6984 
    6985 else
    6986   case $LIBOBJS in
    6987     "$ac_func.$ac_objext"   | \
    6988   *" $ac_func.$ac_objext"   | \
    6989     "$ac_func.$ac_objext "* | \
     8003#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     8004_ACEOF
     8005
     8006else
     8007  case " $LIBOBJS " in
    69908008  *" $ac_func.$ac_objext "* ) ;;
    6991   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
     8009  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
     8010 ;;
    69928011esac
    69938012
     
    69978016
    69988017
    6999 echo "$as_me:$LINENO: checking for textdomain" >&5
    7000 echo $ECHO_N "checking for textdomain... $ECHO_C" >&6
     8018{ $as_echo "$as_me:$LINENO: checking for textdomain" >&5
     8019$as_echo_n "checking for textdomain... " >&6; }
    70018020if test "${ac_cv_func_textdomain+set}" = set; then
    7002   echo $ECHO_N "(cached) $ECHO_C" >&6
     8021  $as_echo_n "(cached) " >&6
    70038022else
    70048023  cat >conftest.$ac_ext <<_ACEOF
     
    70258044#undef textdomain
    70268045
    7027 /* Override any gcc2 internal prototype to avoid an error.  */
     8046/* Override any GCC internal prototype to avoid an error.
     8047   Use char because int might match the return type of a GCC
     8048   builtin and then its argument prototype would still apply.  */
    70288049#ifdef __cplusplus
    70298050extern "C"
    7030 {
    70318051#endif
    7032 /* We use char because int might match the return type of a gcc2
    7033    builtin and then its argument prototype would still apply.  */
    70348052char textdomain ();
    70358053/* The GNU C library defines this for functions which it implements
    70368054    to always fail with ENOSYS.  Some functions are actually named
    70378055    something starting with __ and the normal name is an alias.  */
    7038 #if defined (__stub_textdomain) || defined (__stub___textdomain)
     8056#if defined __stub_textdomain || defined __stub___textdomain
    70398057choke me
    7040 #else
    7041 char (*f) () = textdomain;
    7042 #endif
    7043 #ifdef __cplusplus
    7044 }
    70458058#endif
    70468059
     
    70488061main ()
    70498062{
    7050 return f != textdomain;
     8063return textdomain ();
    70518064  ;
    70528065  return 0;
     
    70548067_ACEOF
    70558068rm -f conftest.$ac_objext conftest$ac_exeext
    7056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7057   (eval $ac_link) 2>conftest.er1
     8069if { (ac_try="$ac_link"
     8070case "(($ac_try" in
     8071  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8072  *) ac_try_echo=$ac_try;;
     8073esac
     8074eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8075$as_echo "$ac_try_echo") >&5
     8076  (eval "$ac_link") 2>conftest.er1
    70588077  ac_status=$?
    70598078  grep -v '^ *+' conftest.er1 >conftest.err
    70608079  rm -f conftest.er1
    70618080  cat conftest.err >&5
    7062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7063   (exit $ac_status); } &&
    7064      { ac_try='test -z "$ac_c_werror_flag"
    7065              || test ! -s conftest.err'
    7066   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7067   (eval $ac_try) 2>&5
    7068   ac_status=$?
    7069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7070   (exit $ac_status); }; } &&
    7071      { ac_try='test -s conftest$ac_exeext'
    7072   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7073   (eval $ac_try) 2>&5
    7074   ac_status=$?
    7075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7076   (exit $ac_status); }; }; then
     8081  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8082  (exit $ac_status); } && {
     8083     test -z "$ac_c_werror_flag" ||
     8084     test ! -s conftest.err
     8085       } && test -s conftest$ac_exeext && {
     8086     test "$cross_compiling" = yes ||
     8087     $as_test_x conftest$ac_exeext
     8088       }; then
    70778089  ac_cv_func_textdomain=yes
    70788090else
    7079   echo "$as_me: failed program was:" >&5
     8091  $as_echo "$as_me: failed program was:" >&5
    70808092sed 's/^/| /' conftest.$ac_ext >&5
    70818093
    7082 ac_cv_func_textdomain=no
    7083 fi
    7084 rm -f conftest.err conftest.$ac_objext \
     8094    ac_cv_func_textdomain=no
     8095fi
     8096
     8097rm -rf conftest.dSYM
     8098rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    70858099      conftest$ac_exeext conftest.$ac_ext
    70868100fi
    7087 echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
    7088 echo "${ECHO_T}$ac_cv_func_textdomain" >&6
    7089 if test $ac_cv_func_textdomain = yes; then
     8101{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
     8102$as_echo "$ac_cv_func_textdomain" >&6; }
     8103if test "x$ac_cv_func_textdomain" = x""yes; then
    70908104  cat >>confdefs.h <<\_ACEOF
    70918105#define ENABLE_NLS  1
     
    70978111# *** Custom checking (based on GNU tar configure.in) ***
    70988112# ---------------------------------------------------------------------------
    7099 echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
    7100 echo $ECHO_N "checking for HP-UX needing gmalloc... $ECHO_C" >&6
     8113{ $as_echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
     8114$as_echo_n "checking for HP-UX needing gmalloc... " >&6; }
    71018115if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    7102   echo "$as_me:$LINENO: result: yes" >&5
    7103 echo "${ECHO_T}yes" >&6
    7104   case $LIBOBJS in
    7105     "gmalloc.$ac_objext"   | \
    7106   *" gmalloc.$ac_objext"   | \
    7107     "gmalloc.$ac_objext "* | \
     8116  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8117$as_echo "yes" >&6; }
     8118  case " $LIBOBJS " in
    71088119  *" gmalloc.$ac_objext "* ) ;;
    7109   *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext" ;;
     8120  *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext"
     8121 ;;
    71108122esac
    71118123
     
    71158127
    71168128else
    7117   echo "$as_me:$LINENO: result: no" >&5
    7118 echo "${ECHO_T}no" >&6
     8129  { $as_echo "$as_me:$LINENO: result: no" >&5
     8130$as_echo "no" >&6; }
    71198131
    71208132for ac_func in valloc
    71218133do
    7122 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7123 echo "$as_me:$LINENO: checking for $ac_func" >&5
    7124 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    7125 if eval "test \"\${$as_ac_var+set}\" = set"; then
    7126   echo $ECHO_N "(cached) $ECHO_C" >&6
     8134as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     8135{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     8136$as_echo_n "checking for $ac_func... " >&6; }
     8137if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     8138  $as_echo_n "(cached) " >&6
    71278139else
    71288140  cat >conftest.$ac_ext <<_ACEOF
     
    71498161#undef $ac_func
    71508162
    7151 /* Override any gcc2 internal prototype to avoid an error.  */
     8163/* Override any GCC internal prototype to avoid an error.
     8164   Use char because int might match the return type of a GCC
     8165   builtin and then its argument prototype would still apply.  */
    71528166#ifdef __cplusplus
    71538167extern "C"
    7154 {
    71558168#endif
    7156 /* We use char because int might match the return type of a gcc2
    7157    builtin and then its argument prototype would still apply.  */
    71588169char $ac_func ();
    71598170/* The GNU C library defines this for functions which it implements
    71608171    to always fail with ENOSYS.  Some functions are actually named
    71618172    something starting with __ and the normal name is an alias.  */
    7162 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     8173#if defined __stub_$ac_func || defined __stub___$ac_func
    71638174choke me
    7164 #else
    7165 char (*f) () = $ac_func;
    7166 #endif
    7167 #ifdef __cplusplus
    7168 }
    71698175#endif
    71708176
     
    71728178main ()
    71738179{
    7174 return f != $ac_func;
     8180return $ac_func ();
    71758181  ;
    71768182  return 0;
     
    71788184_ACEOF
    71798185rm -f conftest.$ac_objext conftest$ac_exeext
    7180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7181   (eval $ac_link) 2>conftest.er1
     8186if { (ac_try="$ac_link"
     8187case "(($ac_try" in
     8188  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8189  *) ac_try_echo=$ac_try;;
     8190esac
     8191eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8192$as_echo "$ac_try_echo") >&5
     8193  (eval "$ac_link") 2>conftest.er1
    71828194  ac_status=$?
    71838195  grep -v '^ *+' conftest.er1 >conftest.err
    71848196  rm -f conftest.er1
    71858197  cat conftest.err >&5
    7186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7187   (exit $ac_status); } &&
    7188      { ac_try='test -z "$ac_c_werror_flag"
    7189              || test ! -s conftest.err'
    7190   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7191   (eval $ac_try) 2>&5
    7192   ac_status=$?
    7193   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7194   (exit $ac_status); }; } &&
    7195      { ac_try='test -s conftest$ac_exeext'
    7196   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7197   (eval $ac_try) 2>&5
    7198   ac_status=$?
    7199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7200   (exit $ac_status); }; }; then
     8198  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8199  (exit $ac_status); } && {
     8200     test -z "$ac_c_werror_flag" ||
     8201     test ! -s conftest.err
     8202       } && test -s conftest$ac_exeext && {
     8203     test "$cross_compiling" = yes ||
     8204     $as_test_x conftest$ac_exeext
     8205       }; then
    72018206  eval "$as_ac_var=yes"
    72028207else
    7203   echo "$as_me: failed program was:" >&5
     8208  $as_echo "$as_me: failed program was:" >&5
    72048209sed 's/^/| /' conftest.$ac_ext >&5
    72058210
    7206 eval "$as_ac_var=no"
    7207 fi
    7208 rm -f conftest.err conftest.$ac_objext \
     8211    eval "$as_ac_var=no"
     8212fi
     8213
     8214rm -rf conftest.dSYM
     8215rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    72098216      conftest$ac_exeext conftest.$ac_ext
    72108217fi
    7211 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
    7212 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    7213 if test `eval echo '${'$as_ac_var'}'` = yes; then
     8218ac_res=`eval 'as_val=${'$as_ac_var'}
     8219         $as_echo "$as_val"'`
     8220           { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     8221$as_echo "$ac_res" >&6; }
     8222as_val=`eval 'as_val=${'$as_ac_var'}
     8223         $as_echo "$as_val"'`
     8224   if test "x$as_val" = x""yes; then
    72148225  cat >>confdefs.h <<_ACEOF
    7215 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     8226#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    72168227_ACEOF
    72178228
     
    72228233
    72238234# we cannot generate static libraries under Darwin
    7224 echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
    7225 echo $ECHO_N "checking for Apple MacOS X/Darwin... $ECHO_C" >&6
     8235{ $as_echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
     8236$as_echo_n "checking for Apple MacOS X/Darwin... " >&6; }
    72268237if test "`(uname -s) 2> /dev/null`" = 'Darwin'; then
    7227   echo "$as_me:$LINENO: result: yes" >&5
    7228 echo "${ECHO_T}yes" >&6
     8238  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8239$as_echo "yes" >&6; }
    72298240  STATIC=""
    72308241else
    7231   echo "$as_me:$LINENO: result: no" >&5
    7232 echo "${ECHO_T}no" >&6
     8242  { $as_echo "$as_me:$LINENO: result: no" >&5
     8243$as_echo "no" >&6; }
    72338244  STATIC="-static "
    72348245fi
    72358246
    72368247
    7237 echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
    7238 echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6
    7239 
    7240 # Check whether --with-dmalloc or --without-dmalloc was given.
     8248{ $as_echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
     8249$as_echo_n "checking if malloc debugging is wanted... " >&6; }
     8250
     8251# Check whether --with-dmalloc was given.
    72418252if test "${with_dmalloc+set}" = set; then
    7242   withval="$with_dmalloc"
    7243   if test "$withval" = yes; then
    7244   echo "$as_me:$LINENO: result: yes" >&5
    7245 echo "${ECHO_T}yes" >&6
     8253  withval=$with_dmalloc; if test "$withval" = yes; then
     8254  { $as_echo "$as_me:$LINENO: result: yes" >&5
     8255$as_echo "yes" >&6; }
    72468256  cat >>confdefs.h <<\_ACEOF
    72478257#define WITH_DMALLOC 1
     
    72518261  LDFLAGS="$LDFLAGS -g"
    72528262else
    7253   echo "$as_me:$LINENO: result: no" >&5
    7254 echo "${ECHO_T}no" >&6
    7255 fi
    7256 else
    7257   echo "$as_me:$LINENO: result: no" >&5
    7258 echo "${ECHO_T}no" >&6
    7259 fi;
    7260 
    7261 echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
    7262 echo $ECHO_N "checking which of rx or regex is wanted... $ECHO_C" >&6
    7263 
    7264 # Check whether --with-regex or --without-regex was given.
     8263  { $as_echo "$as_me:$LINENO: result: no" >&5
     8264$as_echo "no" >&6; }
     8265fi
     8266else
     8267  { $as_echo "$as_me:$LINENO: result: no" >&5
     8268$as_echo "no" >&6; }
     8269fi
     8270
     8271
     8272{ $as_echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
     8273$as_echo_n "checking which of rx or regex is wanted... " >&6; }
     8274
     8275# Check whether --with-regex was given.
    72658276if test "${with_regex+set}" = set; then
    7266   withval="$with_regex"
    7267   if test "$withval" = yes; then
     8277  withval=$with_regex; if test "$withval" = yes; then
    72688278  ac_with_regex=1
    7269   echo "$as_me:$LINENO: result: regex" >&5
    7270 echo "${ECHO_T}regex" >&6
     8279  { $as_echo "$as_me:$LINENO: result: regex" >&5
     8280$as_echo "regex" >&6; }
    72718281  cat >>confdefs.h <<\_ACEOF
    72728282#define WITH_REGEX 1
    72738283_ACEOF
    72748284
    7275   case $LIBOBJS in
    7276     "regex.$ac_objext"   | \
    7277   *" regex.$ac_objext"   | \
    7278     "regex.$ac_objext "* | \
     8285  case " $LIBOBJS " in
    72798286  *" regex.$ac_objext "* ) ;;
    7280   *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
    7281 esac
    7282 
    7283 fi
    7284 fi;
     8287  *) LIBOBJS="$LIBOBJS regex.$ac_objext"
     8288 ;;
     8289esac
     8290
     8291fi
     8292fi
     8293
    72858294if test -z "$ac_with_regex"; then
    7286   echo "$as_me:$LINENO: result: rx" >&5
    7287 echo "${ECHO_T}rx" >&6
    7288   echo "$as_me:$LINENO: checking for re_rx_search" >&5
    7289 echo $ECHO_N "checking for re_rx_search... $ECHO_C" >&6
     8295  { $as_echo "$as_me:$LINENO: result: rx" >&5
     8296$as_echo "rx" >&6; }
     8297  { $as_echo "$as_me:$LINENO: checking for re_rx_search" >&5
     8298$as_echo_n "checking for re_rx_search... " >&6; }
    72908299if test "${ac_cv_func_re_rx_search+set}" = set; then
    7291   echo $ECHO_N "(cached) $ECHO_C" >&6
     8300  $as_echo_n "(cached) " >&6
    72928301else
    72938302  cat >conftest.$ac_ext <<_ACEOF
     
    73148323#undef re_rx_search
    73158324
    7316 /* Override any gcc2 internal prototype to avoid an error.  */
     8325/* Override any GCC internal prototype to avoid an error.
     8326   Use char because int might match the return type of a GCC
     8327   builtin and then its argument prototype would still apply.  */
    73178328#ifdef __cplusplus
    73188329extern "C"
    7319 {
    73208330#endif
    7321 /* We use char because int might match the return type of a gcc2
    7322    builtin and then its argument prototype would still apply.  */
    73238331char re_rx_search ();
    73248332/* The GNU C library defines this for functions which it implements
    73258333    to always fail with ENOSYS.  Some functions are actually named
    73268334    something starting with __ and the normal name is an alias.  */
    7327 #if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
     8335#if defined __stub_re_rx_search || defined __stub___re_rx_search
    73288336choke me
    7329 #else
    7330 char (*f) () = re_rx_search;
    7331 #endif
    7332 #ifdef __cplusplus
    7333 }
    73348337#endif
    73358338
     
    73378340main ()
    73388341{
    7339 return f != re_rx_search;
     8342return re_rx_search ();
    73408343  ;
    73418344  return 0;
     
    73438346_ACEOF
    73448347rm -f conftest.$ac_objext conftest$ac_exeext
    7345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7346   (eval $ac_link) 2>conftest.er1
     8348if { (ac_try="$ac_link"
     8349case "(($ac_try" in
     8350  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8351  *) ac_try_echo=$ac_try;;
     8352esac
     8353eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8354$as_echo "$ac_try_echo") >&5
     8355  (eval "$ac_link") 2>conftest.er1
    73478356  ac_status=$?
    73488357  grep -v '^ *+' conftest.er1 >conftest.err
    73498358  rm -f conftest.er1
    73508359  cat conftest.err >&5
    7351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7352   (exit $ac_status); } &&
    7353      { ac_try='test -z "$ac_c_werror_flag"
    7354              || test ! -s conftest.err'
    7355   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7356   (eval $ac_try) 2>&5
    7357   ac_status=$?
    7358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7359   (exit $ac_status); }; } &&
    7360      { ac_try='test -s conftest$ac_exeext'
    7361   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7362   (eval $ac_try) 2>&5
    7363   ac_status=$?
    7364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7365   (exit $ac_status); }; }; then
     8360  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8361  (exit $ac_status); } && {
     8362     test -z "$ac_c_werror_flag" ||
     8363     test ! -s conftest.err
     8364       } && test -s conftest$ac_exeext && {
     8365     test "$cross_compiling" = yes ||
     8366     $as_test_x conftest$ac_exeext
     8367       }; then
    73668368  ac_cv_func_re_rx_search=yes
    73678369else
    7368   echo "$as_me: failed program was:" >&5
     8370  $as_echo "$as_me: failed program was:" >&5
    73698371sed 's/^/| /' conftest.$ac_ext >&5
    73708372
    7371 ac_cv_func_re_rx_search=no
    7372 fi
    7373 rm -f conftest.err conftest.$ac_objext \
     8373    ac_cv_func_re_rx_search=no
     8374fi
     8375
     8376rm -rf conftest.dSYM
     8377rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73748378      conftest$ac_exeext conftest.$ac_ext
    73758379fi
    7376 echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
    7377 echo "${ECHO_T}$ac_cv_func_re_rx_search" >&6
    7378 if test $ac_cv_func_re_rx_search = yes; then
     8380{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
     8381$as_echo "$ac_cv_func_re_rx_search" >&6; }
     8382if test "x$ac_cv_func_re_rx_search" = x""yes; then
    73798383  :
    73808384else
    7381   case $LIBOBJS in
    7382     "rx.$ac_objext"   | \
    7383   *" rx.$ac_objext"   | \
    7384     "rx.$ac_objext "* | \
     8385  case " $LIBOBJS " in
    73858386  *" rx.$ac_objext "* ) ;;
    7386   *) LIBOBJS="$LIBOBJS rx.$ac_objext" ;;
     8387  *) LIBOBJS="$LIBOBJS rx.$ac_objext"
     8388 ;;
    73878389esac
    73888390
     
    73948396# ---------------------------------------------------------------------------
    73958397if test "$ac_cv_func_alloca" = 'no'; then
    7396   case $LIBOBJS in
    7397     "xmalloc.$ac_objext"   | \
    7398   *" xmalloc.$ac_objext"   | \
    7399     "xmalloc.$ac_objext "* | \
     8398  case " $LIBOBJS " in
    74008399  *" xmalloc.$ac_objext "* ) ;;
    7401   *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext" ;;
    7402 esac
    7403 
    7404   case $LIBOBJS in
    7405     "error.$ac_objext"   | \
    7406   *" error.$ac_objext"   | \
    7407     "error.$ac_objext "* | \
     8400  *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext"
     8401 ;;
     8402esac
     8403
     8404  case " $LIBOBJS " in
    74088405  *" error.$ac_objext "* ) ;;
    7409   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     8406  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     8407 ;;
    74108408esac
    74118409
     
    74158413# ---------------------------------------------------------------------------
    74168414
    7417 ac_ext=cc
     8415ac_ext=cpp
    74188416ac_cpp='$CXXCPP $CPPFLAGS'
    74198417ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     
    74228420
    74238421
    7424 echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
    7425 echo $ECHO_N "checking that Perl 5 is available... $ECHO_C" >&6
     8422{ $as_echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
     8423$as_echo_n "checking that Perl 5 is available... " >&6; }
    74268424success="no"
    74278425pl_path="$PATH"
     
    74378435
    74388436success=no
    7439 echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
    7440 echo $ECHO_N "checking \"whether STL library has known faults\"... $ECHO_C" >&6
     8437{ $as_echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
     8438$as_echo_n "checking \"whether STL library has known faults\"... " >&6; }
    74418439
    74428440
     
    74588456_ACEOF
    74598457rm -f conftest.$ac_objext
    7460 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7461   (eval $ac_compile) 2>conftest.er1
     8458if { (ac_try="$ac_compile"
     8459case "(($ac_try" in
     8460  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8461  *) ac_try_echo=$ac_try;;
     8462esac
     8463eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8464$as_echo "$ac_try_echo") >&5
     8465  (eval "$ac_compile") 2>conftest.er1
    74628466  ac_status=$?
    74638467  grep -v '^ *+' conftest.er1 >conftest.err
    74648468  rm -f conftest.er1
    74658469  cat conftest.err >&5
    7466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7467   (exit $ac_status); } &&
    7468      { ac_try='test -z "$ac_cxx_werror_flag"
    7469              || test ! -s conftest.err'
    7470   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7471   (eval $ac_try) 2>&5
    7472   ac_status=$?
    7473   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7474   (exit $ac_status); }; } &&
    7475      { ac_try='test -s conftest.$ac_objext'
    7476   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7477   (eval $ac_try) 2>&5
    7478   ac_status=$?
    7479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7480   (exit $ac_status); }; }; then
     8470  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8471  (exit $ac_status); } && {
     8472     test -z "$ac_cxx_werror_flag" ||
     8473     test ! -s conftest.err
     8474       } && test -s conftest.$ac_objext; then
    74818475  success=yes
    74828476else
    7483   echo "$as_me: failed program was:" >&5
     8477  $as_echo "$as_me: failed program was:" >&5
    74848478sed 's/^/| /' conftest.$ac_ext >&5
    74858479
    7486 fi
    7487 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8480
     8481fi
     8482
     8483rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    74888484
    74898485if test $success = "no"; then
     
    75058501_ACEOF
    75068502rm -f conftest.$ac_objext
    7507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7508   (eval $ac_compile) 2>conftest.er1
     8503if { (ac_try="$ac_compile"
     8504case "(($ac_try" in
     8505  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8506  *) ac_try_echo=$ac_try;;
     8507esac
     8508eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8509$as_echo "$ac_try_echo") >&5
     8510  (eval "$ac_compile") 2>conftest.er1
    75098511  ac_status=$?
    75108512  grep -v '^ *+' conftest.er1 >conftest.err
    75118513  rm -f conftest.er1
    75128514  cat conftest.err >&5
    7513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7514   (exit $ac_status); } &&
    7515      { ac_try='test -z "$ac_cxx_werror_flag"
    7516              || test ! -s conftest.err'
    7517   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7518   (eval $ac_try) 2>&5
    7519   ac_status=$?
    7520   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7521   (exit $ac_status); }; } &&
    7522      { ac_try='test -s conftest.$ac_objext'
    7523   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7524   (eval $ac_try) 2>&5
    7525   ac_status=$?
    7526   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7527   (exit $ac_status); }; }; then
     8515  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8516  (exit $ac_status); } && {
     8517     test -z "$ac_cxx_werror_flag" ||
     8518     test ! -s conftest.err
     8519       } && test -s conftest.$ac_objext; then
    75288520  success="yes"
    75298521else
    7530   echo "$as_me: failed program was:" >&5
     8522  $as_echo "$as_me: failed program was:" >&5
    75318523sed 's/^/| /' conftest.$ac_ext >&5
    75328524
    7533 fi
    7534 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8525
     8526fi
     8527
     8528rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    75358529fi
    75368530
     
    75538547_ACEOF
    75548548rm -f conftest.$ac_objext
    7555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7556   (eval $ac_compile) 2>conftest.er1
     8549if { (ac_try="$ac_compile"
     8550case "(($ac_try" in
     8551  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8552  *) ac_try_echo=$ac_try;;
     8553esac
     8554eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8555$as_echo "$ac_try_echo") >&5
     8556  (eval "$ac_compile") 2>conftest.er1
    75578557  ac_status=$?
    75588558  grep -v '^ *+' conftest.er1 >conftest.err
    75598559  rm -f conftest.er1
    75608560  cat conftest.err >&5
    7561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7562   (exit $ac_status); } &&
    7563      { ac_try='test -z "$ac_cxx_werror_flag"
    7564              || test ! -s conftest.err'
    7565   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7566   (eval $ac_try) 2>&5
    7567   ac_status=$?
    7568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7569   (exit $ac_status); }; } &&
    7570      { ac_try='test -s conftest.$ac_objext'
    7571   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7572   (eval $ac_try) 2>&5
    7573   ac_status=$?
    7574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7575   (exit $ac_status); }; }; then
     8561  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8562  (exit $ac_status); } && {
     8563     test -z "$ac_cxx_werror_flag" ||
     8564     test ! -s conftest.err
     8565       } && test -s conftest.$ac_objext; then
    75768566  success="yes"
    75778567else
    7578   echo "$as_me: failed program was:" >&5
     8568  $as_echo "$as_me: failed program was:" >&5
    75798569sed 's/^/| /' conftest.$ac_ext >&5
    75808570
    7581 fi
    7582 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8571
     8572fi
     8573
     8574rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    75838575fi
    75848576
    75858577if test $success = yes; then
    7586 echo "$as_me:$LINENO: result: \"no\"" >&5
    7587 echo "${ECHO_T}\"no\"" >&6
    7588 else
    7589 echo "$as_me:$LINENO: result: \"yes\"" >&5
    7590 echo "${ECHO_T}\"yes\"" >&6
    7591 { { echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
    7592 echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
     8578{ $as_echo "$as_me:$LINENO: result: \"no\"" >&5
     8579$as_echo "\"no\"" >&6; }
     8580else
     8581{ $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
     8582$as_echo "\"yes\"" >&6; }
     8583{ { $as_echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
     8584$as_echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
    75938585   { (exit 1); exit 1; }; }
    75948586fi
     
    76118603
    76128604# check for endianness
    7613 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
    7614 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
     8605
     8606 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
     8607$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
    76158608if test "${ac_cv_c_bigendian+set}" = set; then
    7616   echo $ECHO_N "(cached) $ECHO_C" >&6
    7617 else
    7618   # See if sys/param.h defines the BYTE_ORDER macro.
    7619 cat >conftest.$ac_ext <<_ACEOF
     8609  $as_echo_n "(cached) " >&6
     8610else
     8611  ac_cv_c_bigendian=unknown
     8612    # See if we're dealing with a universal compiler.
     8613    cat >conftest.$ac_ext <<_ACEOF
     8614/* confdefs.h.  */
     8615_ACEOF
     8616cat confdefs.h >>conftest.$ac_ext
     8617cat >>conftest.$ac_ext <<_ACEOF
     8618/* end confdefs.h.  */
     8619#ifndef __APPLE_CC__
     8620           not a universal capable compiler
     8621         #endif
     8622         typedef int dummy;
     8623
     8624_ACEOF
     8625rm -f conftest.$ac_objext
     8626if { (ac_try="$ac_compile"
     8627case "(($ac_try" in
     8628  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8629  *) ac_try_echo=$ac_try;;
     8630esac
     8631eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8632$as_echo "$ac_try_echo") >&5
     8633  (eval "$ac_compile") 2>conftest.er1
     8634  ac_status=$?
     8635  grep -v '^ *+' conftest.er1 >conftest.err
     8636  rm -f conftest.er1
     8637  cat conftest.err >&5
     8638  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8639  (exit $ac_status); } && {
     8640     test -z "$ac_cxx_werror_flag" ||
     8641     test ! -s conftest.err
     8642       } && test -s conftest.$ac_objext; then
     8643
     8644    # Check for potential -arch flags.  It is not universal unless
     8645    # there are some -arch flags.  Note that *ppc* also matches
     8646    # ppc64.  This check is also rather less than ideal.
     8647    case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
     8648      *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
     8649    esac
     8650else
     8651  $as_echo "$as_me: failed program was:" >&5
     8652sed 's/^/| /' conftest.$ac_ext >&5
     8653
     8654
     8655fi
     8656
     8657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8658    if test $ac_cv_c_bigendian = unknown; then
     8659      # See if sys/param.h defines the BYTE_ORDER macro.
     8660      cat >conftest.$ac_ext <<_ACEOF
    76208661/* confdefs.h.  */
    76218662_ACEOF
     
    76248665/* end confdefs.h.  */
    76258666#include <sys/types.h>
    7626 #include <sys/param.h>
     8667         #include <sys/param.h>
    76278668
    76288669int
    76298670main ()
    76308671{
    7631 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
    7632  bogus endian macros
    7633 #endif
     8672#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
     8673             && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
     8674             && LITTLE_ENDIAN)
     8675          bogus endian macros
     8676         #endif
    76348677
    76358678  ;
     
    76388681_ACEOF
    76398682rm -f conftest.$ac_objext
    7640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7641   (eval $ac_compile) 2>conftest.er1
     8683if { (ac_try="$ac_compile"
     8684case "(($ac_try" in
     8685  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8686  *) ac_try_echo=$ac_try;;
     8687esac
     8688eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8689$as_echo "$ac_try_echo") >&5
     8690  (eval "$ac_compile") 2>conftest.er1
    76428691  ac_status=$?
    76438692  grep -v '^ *+' conftest.er1 >conftest.err
    76448693  rm -f conftest.er1
    76458694  cat conftest.err >&5
    7646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7647   (exit $ac_status); } &&
    7648      { ac_try='test -z "$ac_cxx_werror_flag"
    7649              || test ! -s conftest.err'
    7650   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7651   (eval $ac_try) 2>&5
    7652   ac_status=$?
    7653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7654   (exit $ac_status); }; } &&
    7655      { ac_try='test -s conftest.$ac_objext'
    7656   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7657   (eval $ac_try) 2>&5
    7658   ac_status=$?
    7659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7660   (exit $ac_status); }; }; then
     8695  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8696  (exit $ac_status); } && {
     8697     test -z "$ac_cxx_werror_flag" ||
     8698     test ! -s conftest.err
     8699       } && test -s conftest.$ac_objext; then
    76618700  # It does; now see whether it defined to BIG_ENDIAN or not.
    7662 cat >conftest.$ac_ext <<_ACEOF
     8701     cat >conftest.$ac_ext <<_ACEOF
    76638702/* confdefs.h.  */
    76648703_ACEOF
     
    76678706/* end confdefs.h.  */
    76688707#include <sys/types.h>
    7669 #include <sys/param.h>
     8708        #include <sys/param.h>
    76708709
    76718710int
     
    76738712{
    76748713#if BYTE_ORDER != BIG_ENDIAN
    7675  not big endian
    7676 #endif
     8714        not big endian
     8715        #endif
    76778716
    76788717  ;
     
    76818720_ACEOF
    76828721rm -f conftest.$ac_objext
    7683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7684   (eval $ac_compile) 2>conftest.er1
     8722if { (ac_try="$ac_compile"
     8723case "(($ac_try" in
     8724  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8725  *) ac_try_echo=$ac_try;;
     8726esac
     8727eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8728$as_echo "$ac_try_echo") >&5
     8729  (eval "$ac_compile") 2>conftest.er1
    76858730  ac_status=$?
    76868731  grep -v '^ *+' conftest.er1 >conftest.err
    76878732  rm -f conftest.er1
    76888733  cat conftest.err >&5
    7689   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7690   (exit $ac_status); } &&
    7691      { ac_try='test -z "$ac_cxx_werror_flag"
    7692              || test ! -s conftest.err'
    7693   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7694   (eval $ac_try) 2>&5
    7695   ac_status=$?
    7696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7697   (exit $ac_status); }; } &&
    7698      { ac_try='test -s conftest.$ac_objext'
    7699   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7700   (eval $ac_try) 2>&5
    7701   ac_status=$?
    7702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7703   (exit $ac_status); }; }; then
     8734  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8735  (exit $ac_status); } && {
     8736     test -z "$ac_cxx_werror_flag" ||
     8737     test ! -s conftest.err
     8738       } && test -s conftest.$ac_objext; then
    77048739  ac_cv_c_bigendian=yes
    77058740else
    7706   echo "$as_me: failed program was:" >&5
     8741  $as_echo "$as_me: failed program was:" >&5
    77078742sed 's/^/| /' conftest.$ac_ext >&5
    77088743
    7709 ac_cv_c_bigendian=no
    7710 fi
    7711 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7712 else
    7713   echo "$as_me: failed program was:" >&5
     8744    ac_cv_c_bigendian=no
     8745fi
     8746
     8747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8748else
     8749  $as_echo "$as_me: failed program was:" >&5
    77148750sed 's/^/| /' conftest.$ac_ext >&5
    77158751
    7716 # It does not; compile a test program.
    7717 if test "$cross_compiling" = yes; then
    7718   # try to guess the endianness by grepping values into an object file
    7719   ac_cv_c_bigendian=unknown
    7720   cat >conftest.$ac_ext <<_ACEOF
     8752
     8753fi
     8754
     8755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8756    fi
     8757    if test $ac_cv_c_bigendian = unknown; then
     8758      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
     8759      cat >conftest.$ac_ext <<_ACEOF
    77218760/* confdefs.h.  */
    77228761_ACEOF
     
    77248763cat >>conftest.$ac_ext <<_ACEOF
    77258764/* end confdefs.h.  */
    7726 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    7727 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    7728 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
    7729 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    7730 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    7731 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
     8765#include <limits.h>
     8766
    77328767int
    77338768main ()
    77348769{
    7735  _ascii (); _ebcdic ();
     8770#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
     8771          bogus endian macros
     8772         #endif
     8773
    77368774  ;
    77378775  return 0;
     
    77398777_ACEOF
    77408778rm -f conftest.$ac_objext
    7741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7742   (eval $ac_compile) 2>conftest.er1
     8779if { (ac_try="$ac_compile"
     8780case "(($ac_try" in
     8781  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8782  *) ac_try_echo=$ac_try;;
     8783esac
     8784eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8785$as_echo "$ac_try_echo") >&5
     8786  (eval "$ac_compile") 2>conftest.er1
    77438787  ac_status=$?
    77448788  grep -v '^ *+' conftest.er1 >conftest.err
    77458789  rm -f conftest.er1
    77468790  cat conftest.err >&5
    7747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7748   (exit $ac_status); } &&
    7749      { ac_try='test -z "$ac_cxx_werror_flag"
    7750              || test ! -s conftest.err'
    7751   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7752   (eval $ac_try) 2>&5
    7753   ac_status=$?
    7754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7755   (exit $ac_status); }; } &&
    7756      { ac_try='test -s conftest.$ac_objext'
    7757   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7758   (eval $ac_try) 2>&5
    7759   ac_status=$?
    7760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7761   (exit $ac_status); }; }; then
    7762   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
    7763   ac_cv_c_bigendian=yes
    7764 fi
    7765 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    7766   if test "$ac_cv_c_bigendian" = unknown; then
    7767     ac_cv_c_bigendian=no
    7768   else
    7769     # finding both strings is unlikely to happen, but who knows?
    7770     ac_cv_c_bigendian=unknown
    7771   fi
    7772 fi
    7773 else
    7774   echo "$as_me: failed program was:" >&5
    7775 sed 's/^/| /' conftest.$ac_ext >&5
    7776 
    7777 fi
    7778 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7779 else
    7780   cat >conftest.$ac_ext <<_ACEOF
     8791  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8792  (exit $ac_status); } && {
     8793     test -z "$ac_cxx_werror_flag" ||
     8794     test ! -s conftest.err
     8795       } && test -s conftest.$ac_objext; then
     8796  # It does; now see whether it defined to _BIG_ENDIAN or not.
     8797     cat >conftest.$ac_ext <<_ACEOF
    77818798/* confdefs.h.  */
    77828799_ACEOF
     
    77848801cat >>conftest.$ac_ext <<_ACEOF
    77858802/* end confdefs.h.  */
     8803#include <limits.h>
     8804
    77868805int
    77878806main ()
    77888807{
    7789   /* Are we little or big endian?  From Harbison&Steele.  */
    7790   union
    7791   {
    7792     long l;
    7793     char c[sizeof (long)];
    7794   } u;
    7795   u.l = 1;
    7796   exit (u.c[sizeof (long) - 1] == 1);
     8808#ifndef _BIG_ENDIAN
     8809         not big endian
     8810        #endif
     8811
     8812  ;
     8813  return 0;
    77978814}
    77988815_ACEOF
     8816rm -f conftest.$ac_objext
     8817if { (ac_try="$ac_compile"
     8818case "(($ac_try" in
     8819  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8820  *) ac_try_echo=$ac_try;;
     8821esac
     8822eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8823$as_echo "$ac_try_echo") >&5
     8824  (eval "$ac_compile") 2>conftest.er1
     8825  ac_status=$?
     8826  grep -v '^ *+' conftest.er1 >conftest.err
     8827  rm -f conftest.er1
     8828  cat conftest.err >&5
     8829  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8830  (exit $ac_status); } && {
     8831     test -z "$ac_cxx_werror_flag" ||
     8832     test ! -s conftest.err
     8833       } && test -s conftest.$ac_objext; then
     8834  ac_cv_c_bigendian=yes
     8835else
     8836  $as_echo "$as_me: failed program was:" >&5
     8837sed 's/^/| /' conftest.$ac_ext >&5
     8838
     8839    ac_cv_c_bigendian=no
     8840fi
     8841
     8842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8843else
     8844  $as_echo "$as_me: failed program was:" >&5
     8845sed 's/^/| /' conftest.$ac_ext >&5
     8846
     8847
     8848fi
     8849
     8850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8851    fi
     8852    if test $ac_cv_c_bigendian = unknown; then
     8853      # Compile a test program.
     8854      if test "$cross_compiling" = yes; then
     8855  # Try to guess by grepping values from an object file.
     8856     cat >conftest.$ac_ext <<_ACEOF
     8857/* confdefs.h.  */
     8858_ACEOF
     8859cat confdefs.h >>conftest.$ac_ext
     8860cat >>conftest.$ac_ext <<_ACEOF
     8861/* end confdefs.h.  */
     8862short int ascii_mm[] =
     8863          { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     8864        short int ascii_ii[] =
     8865          { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     8866        int use_ascii (int i) {
     8867          return ascii_mm[i] + ascii_ii[i];
     8868        }
     8869        short int ebcdic_ii[] =
     8870          { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     8871        short int ebcdic_mm[] =
     8872          { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     8873        int use_ebcdic (int i) {
     8874          return ebcdic_mm[i] + ebcdic_ii[i];
     8875        }
     8876        extern int foo;
     8877
     8878int
     8879main ()
     8880{
     8881return use_ascii (foo) == use_ebcdic (foo);
     8882  ;
     8883  return 0;
     8884}
     8885_ACEOF
     8886rm -f conftest.$ac_objext
     8887if { (ac_try="$ac_compile"
     8888case "(($ac_try" in
     8889  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8890  *) ac_try_echo=$ac_try;;
     8891esac
     8892eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8893$as_echo "$ac_try_echo") >&5
     8894  (eval "$ac_compile") 2>conftest.er1
     8895  ac_status=$?
     8896  grep -v '^ *+' conftest.er1 >conftest.err
     8897  rm -f conftest.er1
     8898  cat conftest.err >&5
     8899  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8900  (exit $ac_status); } && {
     8901     test -z "$ac_cxx_werror_flag" ||
     8902     test ! -s conftest.err
     8903       } && test -s conftest.$ac_objext; then
     8904  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
     8905          ac_cv_c_bigendian=yes
     8906        fi
     8907        if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
     8908          if test "$ac_cv_c_bigendian" = unknown; then
     8909        ac_cv_c_bigendian=no
     8910          else
     8911        # finding both strings is unlikely to happen, but who knows?
     8912        ac_cv_c_bigendian=unknown
     8913          fi
     8914        fi
     8915else
     8916  $as_echo "$as_me: failed program was:" >&5
     8917sed 's/^/| /' conftest.$ac_ext >&5
     8918
     8919
     8920fi
     8921
     8922rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8923else
     8924  cat >conftest.$ac_ext <<_ACEOF
     8925/* confdefs.h.  */
     8926_ACEOF
     8927cat confdefs.h >>conftest.$ac_ext
     8928cat >>conftest.$ac_ext <<_ACEOF
     8929/* end confdefs.h.  */
     8930$ac_includes_default
     8931int
     8932main ()
     8933{
     8934
     8935         /* Are we little or big endian?  From Harbison&Steele.  */
     8936         union
     8937         {
     8938           long int l;
     8939           char c[sizeof (long int)];
     8940         } u;
     8941         u.l = 1;
     8942         return u.c[sizeof (long int) - 1] == 1;
     8943
     8944  ;
     8945  return 0;
     8946}
     8947_ACEOF
    77998948rm -f conftest$ac_exeext
    7800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7801   (eval $ac_link) 2>&5
     8949if { (ac_try="$ac_link"
     8950case "(($ac_try" in
     8951  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8952  *) ac_try_echo=$ac_try;;
     8953esac
     8954eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8955$as_echo "$ac_try_echo") >&5
     8956  (eval "$ac_link") 2>&5
    78028957  ac_status=$?
    7803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8958  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78048959  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    7805   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7806   (eval $ac_try) 2>&5
     8960  { (case "(($ac_try" in
     8961  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     8962  *) ac_try_echo=$ac_try;;
     8963esac
     8964eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8965$as_echo "$ac_try_echo") >&5
     8966  (eval "$ac_try") 2>&5
    78078967  ac_status=$?
    7808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8968  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78098969  (exit $ac_status); }; }; then
    78108970  ac_cv_c_bigendian=no
    78118971else
    7812   echo "$as_me: program exited with status $ac_status" >&5
    7813 echo "$as_me: failed program was:" >&5
     8972  $as_echo "$as_me: program exited with status $ac_status" >&5
     8973$as_echo "$as_me: failed program was:" >&5
    78148974sed 's/^/| /' conftest.$ac_ext >&5
    78158975
     
    78178977ac_cv_c_bigendian=yes
    78188978fi
    7819 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    7820 fi
    7821 fi
    7822 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    7823 fi
    7824 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
    7825 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
    7826 case $ac_cv_c_bigendian in
    7827   yes)
     8979rm -rf conftest.dSYM
     8980rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     8981fi
     8982
     8983
     8984    fi
     8985fi
     8986{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
     8987$as_echo "$ac_cv_c_bigendian" >&6; }
     8988 case $ac_cv_c_bigendian in #(
     8989   yes)
     8990     cat >>confdefs.h <<\_ACEOF
     8991#define WORDS_BIGENDIAN 1
     8992_ACEOF
     8993;; #(
     8994   no)
     8995      ;; #(
     8996   universal)
    78288997
    78298998cat >>confdefs.h <<\_ACEOF
    7830 #define WORDS_BIGENDIAN 1
    7831 _ACEOF
    7832  ;;
    7833   no)
    7834      ;;
    7835   *)
    7836     { { echo "$as_me:$LINENO: error: unknown endianness
    7837 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
    7838 echo "$as_me: error: unknown endianness
    7839 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
     8999#define AC_APPLE_UNIVERSAL_BUILD 1
     9000_ACEOF
     9001
     9002     ;; #(
     9003   *)
     9004     { { $as_echo "$as_me:$LINENO: error: unknown endianness
     9005 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
     9006$as_echo "$as_me: error: unknown endianness
     9007 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    78409008   { (exit 1); exit 1; }; } ;;
    7841 esac
     9009 esac
    78429010
    78439011# ---------------------------------------------------------------------------
    78449012if test "$ac_cv_func_alloca" = 'no'; then
    7845   case $LIBOBJS in
    7846     "xmalloc.o.$ac_objext"   | \
    7847   *" xmalloc.o.$ac_objext"   | \
    7848     "xmalloc.o.$ac_objext "* | \
     9013  case " $LIBOBJS " in
    78499014  *" xmalloc.o.$ac_objext "* ) ;;
    7850   *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext" ;;
    7851 esac
    7852 
    7853   case $LIBOBJS in
    7854     "error.$ac_objext"   | \
    7855   *" error.$ac_objext"   | \
    7856     "error.$ac_objext "* | \
     9015  *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext"
     9016 ;;
     9017esac
     9018
     9019  case " $LIBOBJS " in
    78579020  *" error.$ac_objext "* ) ;;
    7858   *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
     9021  *) LIBOBJS="$LIBOBJS error.$ac_objext"
     9022 ;;
    78599023esac
    78609024
     
    78969060         src/java/org/nzdl/gsdl/Phind/Makefile"
    78979061
    7898                                         ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
     9062ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
     9063
    78999064cat >confcache <<\_ACEOF
    79009065# This file is a shell script that caches the results of configure
     
    79159080# The following way of writing the cache mishandles newlines in values,
    79169081# but we know of no workaround that is simple, portable, and efficient.
    7917 # So, don't put newlines in cache variables' values.
     9082# So, we kill variables containing newlines.
    79189083# Ultrix sh set writes to stderr and can't be redirected directly,
    79199084# and sets the high bit in the cache file unless we assign to the vars.
    7920 {
     9085(
     9086  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     9087    eval ac_val=\$$ac_var
     9088    case $ac_val in #(
     9089    *${as_nl}*)
     9090      case $ac_var in #(
     9091      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     9092$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     9093      esac
     9094      case $ac_var in #(
     9095      _ | IFS | as_nl) ;; #(
     9096      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
     9097      *) $as_unset $ac_var ;;
     9098      esac ;;
     9099    esac
     9100  done
     9101
    79219102  (set) 2>&1 |
    7922     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    7923     *ac_space=\ *)
     9103    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     9104    *${as_nl}ac_space=\ *)
    79249105      # `set' does not quote correctly, so add quotes (double-quote
    79259106      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    79279108    "s/'/'\\\\''/g;
    79289109      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    7929       ;;
     9110      ;; #(
    79309111    *)
    79319112      # `set' quotes correctly as required by POSIX, so do not add quotes.
    7932       sed -n \
    7933     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     9113      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    79349114      ;;
    7935     esac;
    7936 } |
     9115    esac |
     9116    sort
     9117) |
    79379118  sed '
     9119     /^ac_cv_env_/b end
    79389120     t clear
    7939      : clear
     9121     :clear
    79409122     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    79419123     t end
    7942      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    7943      : end' >>confcache
    7944 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    7945   if test -w $cache_file; then
    7946     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     9124     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     9125     :end' >>confcache
     9126if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     9127  if test -w "$cache_file"; then
     9128    test "x$cache_file" != "x/dev/null" &&
     9129      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9130$as_echo "$as_me: updating cache $cache_file" >&6;}
    79479131    cat confcache >$cache_file
    79489132  else
    7949     echo "not updating unwritable cache $cache_file"
     9133    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9134$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    79509135  fi
    79519136fi
     
    79559140# Let make expand exec_prefix.
    79569141test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    7957 
    7958 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    7959 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    7960 # trailing colons and then remove the whole line if VPATH becomes empty
    7961 # (actually we leave an empty line to preserve line numbers).
    7962 if test "x$srcdir" = x.; then
    7963   ac_vpsub='/^[  ]*VPATH[    ]*=/{
    7964 s/:*\$(srcdir):*/:/;
    7965 s/:*\${srcdir}:*/:/;
    7966 s/:*@srcdir@:*/:/;
    7967 s/^\([^=]*=[     ]*\):*/\1/;
    7968 s/:*$//;
    7969 s/^[^=]*=[   ]*$//;
    7970 }'
    7971 fi
    79729142
    79739143DEFS=-DHAVE_CONFIG_H
     
    79779147for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    79789148  # 1. Remove the extension, and $U if already installed.
    7979   ac_i=`echo "$ac_i" |
    7980      sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    7981   # 2. Add them.
    7982   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    7983   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     9149  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     9150  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     9151  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     9152  #    will be set to the directory where LIBOBJS objects are built.
     9153  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     9154  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    79849155done
    79859156LIBOBJS=$ac_libobjs
     
    79899160
    79909161
     9162
    79919163: ${CONFIG_STATUS=./config.status}
     9164ac_write_fail=0
    79929165ac_clean_files_save=$ac_clean_files
    79939166ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7994 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7995 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7996 cat >$CONFIG_STATUS <<_ACEOF
     9167{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9168$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9169cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    79979170#! $SHELL
    79989171# Generated by $as_me.
     
    80079180_ACEOF
    80089181
    8009 cat >>$CONFIG_STATUS <<\_ACEOF
     9182cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    80109183## --------------------- ##
    80119184## M4sh Initialization.  ##
    80129185## --------------------- ##
    80139186
    8014 # Be Bourne compatible
     9187# Be more Bourne compatible
     9188DUALCASE=1; export DUALCASE # for MKS sh
    80159189if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    80169190  emulate sh
    80179191  NULLCMD=:
    8018   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     9192  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    80199193  # is contrary to our usage.  Disable this feature.
    80209194  alias -g '${1+"$@"}'='"$@"'
    8021 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    8022   set -o posix
    8023 fi
    8024 DUALCASE=1; export DUALCASE # for MKS sh
    8025 
    8026 # Support unset when possible.
    8027 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    8028   as_unset=unset
    8029 else
    8030   as_unset=false
    8031 fi
    8032 
    8033 
    8034 # Work around bugs in pre-3.0 UWIN ksh.
    8035 $as_unset ENV MAIL MAILPATH
    8036 PS1='$ '
    8037 PS2='> '
    8038 PS4='+ '
    8039 
    8040 # NLS nuisances.
    8041 for as_var in \
    8042   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    8043   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    8044   LC_TELEPHONE LC_TIME
    8045 do
    8046   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    8047     eval $as_var=C; export $as_var
    8048   else
    8049     $as_unset $as_var
    8050   fi
    8051 done
    8052 
    8053 # Required to use basename.
    8054 if expr a : '\(a\)' >/dev/null 2>&1; then
    8055   as_expr=expr
    8056 else
    8057   as_expr=false
    8058 fi
    8059 
    8060 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    8061   as_basename=basename
    8062 else
    8063   as_basename=false
    8064 fi
    8065 
    8066 
    8067 # Name of the executable.
    8068 as_me=`$as_basename "$0" ||
    8069 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    8070      X"$0" : 'X\(//\)$' \| \
    8071      X"$0" : 'X\(/\)$' \| \
    8072      .     : '\(.\)' 2>/dev/null ||
    8073 echo X/"$0" |
    8074     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    8075       /^X\/\(\/\/\)$/{ s//\1/; q; }
    8076       /^X\/\(\/\).*/{ s//\1/; q; }
    8077       s/.*/./; q'`
    8078 
    8079 
    8080 # PATH needs CR, and LINENO needs CR and PATH.
     9195  setopt NO_GLOB_SUBST
     9196else
     9197  case `(set -o) 2>/dev/null` in
     9198  *posix*) set -o posix ;;
     9199esac
     9200
     9201fi
     9202
     9203
     9204
     9205
     9206# PATH needs CR
    80819207# Avoid depending upon Character Ranges.
    80829208as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    80869212as_cr_alnum=$as_cr_Letters$as_cr_digits
    80879213
     9214as_nl='
     9215'
     9216export as_nl
     9217# Printing a long string crashes Solaris 7 /usr/bin/printf.
     9218as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     9219as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     9220as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     9221if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     9222  as_echo='printf %s\n'
     9223  as_echo_n='printf %s'
     9224else
     9225  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     9226    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     9227    as_echo_n='/usr/ucb/echo -n'
     9228  else
     9229    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     9230    as_echo_n_body='eval
     9231      arg=$1;
     9232      case $arg in
     9233      *"$as_nl"*)
     9234    expr "X$arg" : "X\\(.*\\)$as_nl";
     9235    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     9236      esac;
     9237      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     9238    '
     9239    export as_echo_n_body
     9240    as_echo_n='sh -c $as_echo_n_body as_echo'
     9241  fi
     9242  export as_echo_body
     9243  as_echo='sh -c $as_echo_body as_echo'
     9244fi
     9245
    80889246# The user is always right.
    80899247if test "${PATH_SEPARATOR+set}" != set; then
    8090   echo "#! /bin/sh" >conf$$.sh
    8091   echo  "exit 0"   >>conf$$.sh
    8092   chmod +x conf$$.sh
    8093   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    8094     PATH_SEPARATOR=';'
    8095   else
    8096     PATH_SEPARATOR=:
    8097   fi
    8098   rm -f conf$$.sh
    8099 fi
    8100 
    8101 
    8102   as_lineno_1=$LINENO
    8103   as_lineno_2=$LINENO
    8104   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    8105   test "x$as_lineno_1" != "x$as_lineno_2" &&
    8106   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    8107   # Find who we are.  Look in the path if we contain no path at all
    8108   # relative or not.
    8109   case $0 in
    8110     *[\\/]* ) as_myself=$0 ;;
    8111     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9248  PATH_SEPARATOR=:
     9249  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     9250    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     9251      PATH_SEPARATOR=';'
     9252  }
     9253fi
     9254
     9255# Support unset when possible.
     9256if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     9257  as_unset=unset
     9258else
     9259  as_unset=false
     9260fi
     9261
     9262
     9263# IFS
     9264# We need space, tab and new line, in precisely that order.  Quoting is
     9265# there to prevent editors from complaining about space-tab.
     9266# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     9267# splitting by setting IFS to empty value.)
     9268IFS=" ""    $as_nl"
     9269
     9270# Find who we are.  Look in the path if we contain no directory separator.
     9271case $0 in
     9272  *[\\/]* ) as_myself=$0 ;;
     9273  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    81129274for as_dir in $PATH
    81139275do
     
    81169278  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    81179279done
    8118 
    8119        ;;
    8120   esac
    8121   # We did not find ourselves, most probably we were run as `sh COMMAND'
    8122   # in which case we are not to be found in the path.
    8123   if test "x$as_myself" = x; then
    8124     as_myself=$0
    8125   fi
    8126   if test ! -f "$as_myself"; then
    8127     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    8128 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    8129    { (exit 1); exit 1; }; }
    8130   fi
    8131   case $CONFIG_SHELL in
    8132   '')
    8133     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    8134 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    8135 do
    8136   IFS=$as_save_IFS
    8137   test -z "$as_dir" && as_dir=.
    8138   for as_base in sh bash ksh sh5; do
    8139      case $as_dir in
    8140      /*)
    8141        if ("$as_dir/$as_base" -c '
     9280IFS=$as_save_IFS
     9281
     9282     ;;
     9283esac
     9284# We did not find ourselves, most probably we were run as `sh COMMAND'
     9285# in which case we are not to be found in the path.
     9286if test "x$as_myself" = x; then
     9287  as_myself=$0
     9288fi
     9289if test ! -f "$as_myself"; then
     9290  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9291  { (exit 1); exit 1; }
     9292fi
     9293
     9294# Work around bugs in pre-3.0 UWIN ksh.
     9295for as_var in ENV MAIL MAILPATH
     9296do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     9297done
     9298PS1='$ '
     9299PS2='> '
     9300PS4='+ '
     9301
     9302# NLS nuisances.
     9303LC_ALL=C
     9304export LC_ALL
     9305LANGUAGE=C
     9306export LANGUAGE
     9307
     9308# Required to use basename.
     9309if expr a : '\(a\)' >/dev/null 2>&1 &&
     9310   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     9311  as_expr=expr
     9312else
     9313  as_expr=false
     9314fi
     9315
     9316if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     9317  as_basename=basename
     9318else
     9319  as_basename=false
     9320fi
     9321
     9322
     9323# Name of the executable.
     9324as_me=`$as_basename -- "$0" ||
     9325$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     9326     X"$0" : 'X\(//\)$' \| \
     9327     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     9328$as_echo X/"$0" |
     9329    sed '/^.*\/\([^/][^/]*\)\/*$/{
     9330        s//\1/
     9331        q
     9332      }
     9333      /^X\/\(\/\/\)$/{
     9334        s//\1/
     9335        q
     9336      }
     9337      /^X\/\(\/\).*/{
     9338        s//\1/
     9339        q
     9340      }
     9341      s/.*/./; q'`
     9342
     9343# CDPATH.
     9344$as_unset CDPATH
     9345
     9346
     9347
    81429348  as_lineno_1=$LINENO
    81439349  as_lineno_2=$LINENO
    8144   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    81459350  test "x$as_lineno_1" != "x$as_lineno_2" &&
    8146   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    8147          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    8148          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    8149          CONFIG_SHELL=$as_dir/$as_base
    8150          export CONFIG_SHELL
    8151          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    8152        fi;;
    8153      esac
    8154        done
    8155 done
    8156 ;;
    8157   esac
     9351  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    81589352
    81599353  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    81609354  # uniformly replaced by the line number.  The first 'sed' inserts a
    8161   # line-number line before each line; the second 'sed' does the real
    8162   # work.  The second script uses 'N' to pair each line-number line
    8163   # with the numbered line, and appends trailing '-' during
    8164   # substitution so that $LINENO is not a special case at line end.
     9355  # line-number line after each line using $LINENO; the second 'sed'
     9356  # does the real work.  The second script uses 'N' to pair each
     9357  # line-number line with the line containing $LINENO, and appends
     9358  # trailing '-' during substitution so that $LINENO is not a special
     9359  # case at line end.
    81659360  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    8166   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    8167   sed '=' <$as_myself |
     9361  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     9362  # E. McMahon (1931-1989) for sed's syntax.  :-)
     9363  sed -n '
     9364    p
     9365    /[$]LINENO/=
     9366  ' <$as_myself |
    81689367    sed '
     9368      s/[$]LINENO.*/&-/
     9369      t lineno
     9370      b
     9371      :lineno
    81699372      N
    8170       s,$,-,
    8171       : loop
    8172       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     9373      :loop
     9374      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    81739375      t loop
    8174       s,-$,,
    8175       s,^['$as_cr_digits']*\n,,
     9376      s/-\n.*//
    81769377    ' >$as_me.lineno &&
    8177   chmod +x $as_me.lineno ||
    8178     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    8179 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     9378  chmod +x "$as_me.lineno" ||
     9379    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    81809380   { (exit 1); exit 1; }; }
    81819381
    81829382  # Don't try to exec as it changes $[0], causing all sort of problems
    81839383  # (the dirname of $[0] is not the place where we might find the
    8184   # original and so on.  Autoconf is especially sensible to this).
    8185   . ./$as_me.lineno
     9384  # original and so on.  Autoconf is especially sensitive to this).
     9385  . "./$as_me.lineno"
    81869386  # Exit status is that of the last command.
    81879387  exit
     
    81899389
    81909390
    8191 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    8192   *c*,-n*) ECHO_N= ECHO_C='
    8193 ' ECHO_T='  ' ;;
    8194   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    8195   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
    8196 esac
    8197 
    8198 if expr a : '\(a\)' >/dev/null 2>&1; then
     9391if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     9392  as_dirname=dirname
     9393else
     9394  as_dirname=false
     9395fi
     9396
     9397ECHO_C= ECHO_N= ECHO_T=
     9398case `echo -n x` in
     9399-n*)
     9400  case `echo 'x\c'` in
     9401  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     9402  *)   ECHO_C='\c';;
     9403  esac;;
     9404*)
     9405  ECHO_N='-n';;
     9406esac
     9407if expr a : '\(a\)' >/dev/null 2>&1 &&
     9408   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    81999409  as_expr=expr
    82009410else
     
    82039413
    82049414rm -f conf$$ conf$$.exe conf$$.file
    8205 echo >conf$$.file
    8206 if ln -s conf$$.file conf$$ 2>/dev/null; then
    8207   # We could just check for DJGPP; but this test a) works b) is more generic
    8208   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    8209   if test -f conf$$.exe; then
    8210     # Don't use ln at all; we don't have any links
     9415if test -d conf$$.dir; then
     9416  rm -f conf$$.dir/conf$$.file
     9417else
     9418  rm -f conf$$.dir
     9419  mkdir conf$$.dir 2>/dev/null
     9420fi
     9421if (echo >conf$$.file) 2>/dev/null; then
     9422  if ln -s conf$$.file conf$$ 2>/dev/null; then
     9423    as_ln_s='ln -s'
     9424    # ... but there are two gotchas:
     9425    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9426    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9427    # In both cases, we have to default to `cp -p'.
     9428    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     9429      as_ln_s='cp -p'
     9430  elif ln conf$$.file conf$$ 2>/dev/null; then
     9431    as_ln_s=ln
     9432  else
    82119433    as_ln_s='cp -p'
    8212   else
    8213     as_ln_s='ln -s'
    82149434  fi
    8215 elif ln conf$$.file conf$$ 2>/dev/null; then
    8216   as_ln_s=ln
    82179435else
    82189436  as_ln_s='cp -p'
    82199437fi
    8220 rm -f conf$$ conf$$.exe conf$$.file
     9438rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     9439rmdir conf$$.dir 2>/dev/null
    82219440
    82229441if mkdir -p . 2>/dev/null; then
     
    82279446fi
    82289447
    8229 as_executable_p="test -f"
     9448if test -x / >/dev/null 2>&1; then
     9449  as_test_x='test -x'
     9450else
     9451  if ls -dL / >/dev/null 2>&1; then
     9452    as_ls_L_option=L
     9453  else
     9454    as_ls_L_option=
     9455  fi
     9456  as_test_x='
     9457    eval sh -c '\''
     9458      if test -d "$1"; then
     9459    test -d "$1/.";
     9460      else
     9461    case $1 in
     9462    -*)set "./$1";;
     9463    esac;
     9464    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     9465    ???[sx]*):;;*)false;;esac;fi
     9466    '\'' sh
     9467  '
     9468fi
     9469as_executable_p=$as_test_x
    82309470
    82319471# Sed expression to map a string onto a valid CPP name.
     
    82369476
    82379477
    8238 # IFS
    8239 # We need space, tab and new line, in precisely that order.
    8240 as_nl='
    8241 '
    8242 IFS="   $as_nl"
    8243 
    8244 # CDPATH.
    8245 $as_unset CDPATH
    8246 
    82479478exec 6>&1
    82489479
    8249 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     9480# Save the log message, to keep $[0] and so on meaningful, and to
    82509481# report actual input values of CONFIG_FILES etc. instead of their
    8251 # values after options handling.  Logging --version etc. is OK.
     9482# values after options handling.
     9483ac_log="
     9484This file was extended by $as_me, which was
     9485generated by GNU Autoconf 2.63.  Invocation command line was
     9486
     9487  CONFIG_FILES    = $CONFIG_FILES
     9488  CONFIG_HEADERS  = $CONFIG_HEADERS
     9489  CONFIG_LINKS    = $CONFIG_LINKS
     9490  CONFIG_COMMANDS = $CONFIG_COMMANDS
     9491  $ $0 $@
     9492
     9493on `(hostname || uname -n) 2>/dev/null | sed 1q`
     9494"
     9495
     9496_ACEOF
     9497
     9498case $ac_config_files in *"
     9499"*) set x $ac_config_files; shift; ac_config_files=$*;;
     9500esac
     9501
     9502case $ac_config_headers in *"
     9503"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     9504esac
     9505
     9506
     9507cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9508# Files that config.status was made for.
     9509config_files="$ac_config_files"
     9510config_headers="$ac_config_headers"
     9511
     9512_ACEOF
     9513
     9514cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9515ac_cs_usage="\
     9516\`$as_me' instantiates files from templates according to the
     9517current configuration.
     9518
     9519Usage: $0 [OPTION]... [FILE]...
     9520
     9521  -h, --help       print this help, then exit
     9522  -V, --version    print version number and configuration settings, then exit
     9523  -q, --quiet, --silent
     9524                   do not print progress messages
     9525  -d, --debug      don't remove temporary files
     9526      --recheck    update $as_me by reconfiguring in the same conditions
     9527      --file=FILE[:TEMPLATE]
     9528                   instantiate the configuration file FILE
     9529      --header=FILE[:TEMPLATE]
     9530                   instantiate the configuration header FILE
     9531
     9532Configuration files:
     9533$config_files
     9534
     9535Configuration headers:
     9536$config_headers
     9537
     9538Report bugs to <[email protected]>."
     9539
     9540_ACEOF
     9541cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9542ac_cs_version="\\
     9543config.status
     9544configured by $0, generated by GNU Autoconf 2.63,
     9545  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     9546
     9547Copyright (C) 2008 Free Software Foundation, Inc.
     9548This config.status script is free software; the Free Software Foundation
     9549gives unlimited permission to copy, distribute and modify it."
     9550
     9551ac_pwd='$ac_pwd'
     9552srcdir='$srcdir'
     9553INSTALL='$INSTALL'
     9554AWK='$AWK'
     9555test -n "\$AWK" || AWK=awk
     9556_ACEOF
     9557
     9558cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9559# The default lists apply if the user does not specify any file.
     9560ac_need_defaults=:
     9561while test $# != 0
     9562do
     9563  case $1 in
     9564  --*=*)
     9565    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     9566    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     9567    ac_shift=:
     9568    ;;
     9569  *)
     9570    ac_option=$1
     9571    ac_optarg=$2
     9572    ac_shift=shift
     9573    ;;
     9574  esac
     9575
     9576  case $ac_option in
     9577  # Handling of the options.
     9578  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     9579    ac_cs_recheck=: ;;
     9580  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     9581    $as_echo "$ac_cs_version"; exit ;;
     9582  --debug | --debu | --deb | --de | --d | -d )
     9583    debug=: ;;
     9584  --file | --fil | --fi | --f )
     9585    $ac_shift
     9586    case $ac_optarg in
     9587    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9588    esac
     9589    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     9590    ac_need_defaults=false;;
     9591  --header | --heade | --head | --hea )
     9592    $ac_shift
     9593    case $ac_optarg in
     9594    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9595    esac
     9596    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     9597    ac_need_defaults=false;;
     9598  --he | --h)
     9599    # Conflict between --help and --header
     9600    { $as_echo "$as_me: error: ambiguous option: $1
     9601Try \`$0 --help' for more information." >&2
     9602   { (exit 1); exit 1; }; };;
     9603  --help | --hel | -h )
     9604    $as_echo "$ac_cs_usage"; exit ;;
     9605  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     9606  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     9607    ac_cs_silent=: ;;
     9608
     9609  # This is an error.
     9610  -*) { $as_echo "$as_me: error: unrecognized option: $1
     9611Try \`$0 --help' for more information." >&2
     9612   { (exit 1); exit 1; }; } ;;
     9613
     9614  *) ac_config_targets="$ac_config_targets $1"
     9615     ac_need_defaults=false ;;
     9616
     9617  esac
     9618  shift
     9619done
     9620
     9621ac_configure_extra_args=
     9622
     9623if $ac_cs_silent; then
     9624  exec 6>/dev/null
     9625  ac_configure_extra_args="$ac_configure_extra_args --silent"
     9626fi
     9627
     9628_ACEOF
     9629cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9630if \$ac_cs_recheck; then
     9631  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     9632  shift
     9633  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     9634  CONFIG_SHELL='$SHELL'
     9635  export CONFIG_SHELL
     9636  exec "\$@"
     9637fi
     9638
     9639_ACEOF
     9640cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    82529641exec 5>>config.log
    82539642{
     
    82569645## Running $as_me. ##
    82579646_ASBOX
     9647  $as_echo "$ac_log"
    82589648} >&5
    8259 cat >&5 <<_CSEOF
    8260 
    8261 This file was extended by $as_me, which was
    8262 generated by GNU Autoconf 2.59.  Invocation command line was
    8263 
    8264   CONFIG_FILES    = $CONFIG_FILES
    8265   CONFIG_HEADERS  = $CONFIG_HEADERS
    8266   CONFIG_LINKS    = $CONFIG_LINKS
    8267   CONFIG_COMMANDS = $CONFIG_COMMANDS
    8268   $ $0 $@
    8269 
    8270 _CSEOF
    8271 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    8272 echo >&5
    8273 _ACEOF
    8274 
    8275 # Files that config.status was made for.
    8276 if test -n "$ac_config_files"; then
    8277   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    8278 fi
    8279 
    8280 if test -n "$ac_config_headers"; then
    8281   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    8282 fi
    8283 
    8284 if test -n "$ac_config_links"; then
    8285   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    8286 fi
    8287 
    8288 if test -n "$ac_config_commands"; then
    8289   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    8290 fi
    8291 
    8292 cat >>$CONFIG_STATUS <<\_ACEOF
    8293 
    8294 ac_cs_usage="\
    8295 \`$as_me' instantiates files from templates according to the
    8296 current configuration.
    8297 
    8298 Usage: $0 [OPTIONS] [FILE]...
    8299 
    8300   -h, --help       print this help, then exit
    8301   -V, --version    print version number, then exit
    8302   -q, --quiet      do not print progress messages
    8303   -d, --debug      don't remove temporary files
    8304       --recheck    update $as_me by reconfiguring in the same conditions
    8305   --file=FILE[:TEMPLATE]
    8306            instantiate the configuration file FILE
    8307   --header=FILE[:TEMPLATE]
    8308            instantiate the configuration header FILE
    8309 
    8310 Configuration files:
    8311 $config_files
    8312 
    8313 Configuration headers:
    8314 $config_headers
    8315 
    8316 Report bugs to <[email protected]>."
    8317 _ACEOF
    8318 
    8319 cat >>$CONFIG_STATUS <<_ACEOF
    8320 ac_cs_version="\\
    8321 config.status
    8322 configured by $0, generated by GNU Autoconf 2.59,
    8323   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    8324 
    8325 Copyright (C) 2003 Free Software Foundation, Inc.
    8326 This config.status script is free software; the Free Software Foundation
    8327 gives unlimited permission to copy, distribute and modify it."
    8328 srcdir=$srcdir
    8329 INSTALL="$INSTALL"
    8330 _ACEOF
    8331 
    8332 cat >>$CONFIG_STATUS <<\_ACEOF
    8333 # If no file are specified by the user, then we need to provide default
    8334 # value.  By we need to know if files were specified by the user.
    8335 ac_need_defaults=:
    8336 while test $# != 0
    8337 do
    8338   case $1 in
    8339   --*=*)
    8340     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    8341     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
    8342     ac_shift=:
    8343     ;;
    8344   -*)
    8345     ac_option=$1
    8346     ac_optarg=$2
    8347     ac_shift=shift
    8348     ;;
    8349   *) # This is not an option, so the user has probably given explicit
    8350      # arguments.
    8351      ac_option=$1
    8352      ac_need_defaults=false;;
    8353   esac
    8354 
    8355   case $ac_option in
    8356   # Handling of the options.
    8357 _ACEOF
    8358 cat >>$CONFIG_STATUS <<\_ACEOF
    8359   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    8360     ac_cs_recheck=: ;;
    8361   --version | --vers* | -V )
    8362     echo "$ac_cs_version"; exit 0 ;;
    8363   --he | --h)
    8364     # Conflict between --help and --header
    8365     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    8366 Try \`$0 --help' for more information." >&5
    8367 echo "$as_me: error: ambiguous option: $1
    8368 Try \`$0 --help' for more information." >&2;}
    8369    { (exit 1); exit 1; }; };;
    8370   --help | --hel | -h )
    8371     echo "$ac_cs_usage"; exit 0 ;;
    8372   --debug | --d* | -d )
    8373     debug=: ;;
    8374   --file | --fil | --fi | --f )
    8375     $ac_shift
    8376     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    8377     ac_need_defaults=false;;
    8378   --header | --heade | --head | --hea )
    8379     $ac_shift
    8380     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    8381     ac_need_defaults=false;;
    8382   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    8383   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    8384     ac_cs_silent=: ;;
    8385 
    8386   # This is an error.
    8387   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    8388 Try \`$0 --help' for more information." >&5
    8389 echo "$as_me: error: unrecognized option: $1
    8390 Try \`$0 --help' for more information." >&2;}
    8391    { (exit 1); exit 1; }; } ;;
    8392 
    8393   *) ac_config_targets="$ac_config_targets $1" ;;
    8394 
    8395   esac
    8396   shift
    8397 done
    8398 
    8399 ac_configure_extra_args=
    8400 
    8401 if $ac_cs_silent; then
    8402   exec 6>/dev/null
    8403   ac_configure_extra_args="$ac_configure_extra_args --silent"
    8404 fi
    8405 
    8406 _ACEOF
    8407 cat >>$CONFIG_STATUS <<_ACEOF
    8408 if \$ac_cs_recheck; then
    8409   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    8410   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    8411 fi
    8412 
    8413 _ACEOF
    8414 
    8415 
    8416 
    8417 
    8418 
    8419 cat >>$CONFIG_STATUS <<\_ACEOF
     9649
     9650_ACEOF
     9651cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9652_ACEOF
     9653
     9654cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9655
     9656# Handling of arguments.
    84209657for ac_config_target in $ac_config_targets
    84219658do
    8422   case "$ac_config_target" in
    8423   # Handling of arguments.
    8424   "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
    8425   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    8426   "$srclist" ) CONFIG_FILES="$CONFIG_FILES $srclist" ;;
    8427   "$moduleDirs" ) CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
    8428   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    8429   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    8430 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     9659  case $ac_config_target in
     9660    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     9661    "packages/Makefile") CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
     9662    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     9663    "$srclist") CONFIG_FILES="$CONFIG_FILES $srclist" ;;
     9664    "$moduleDirs") CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
     9665
     9666  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     9667$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    84319668   { (exit 1); exit 1; }; };;
    84329669  esac
    84339670done
     9671
    84349672
    84359673# If the user did not use the arguments to specify the items to instantiate,
     
    84439681
    84449682# Have a temporary directory for convenience.  Make it in the build tree
    8445 # simply because there is no reason to put it here, and in addition,
     9683# simply because there is no reason against having it here, and in addition,
    84469684# creating and moving files from /tmp can sometimes cause problems.
    8447 # Create a temporary directory, and hook for its removal unless debugging.
     9685# Hook for its removal unless debugging.
     9686# Note that there is a small window in which the directory will not be cleaned:
     9687# after its creation but before its name has been assigned to `$tmp'.
    84489688$debug ||
    84499689{
    8450   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     9690  tmp=
     9691  trap 'exit_status=$?
     9692  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     9693' 0
    84519694  trap '{ (exit 1); exit 1; }' 1 2 13 15
    84529695}
    8453 
    84549696# Create a (secure) tmp directory for tmp files.
    84559697
    84569698{
    8457   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     9699  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    84589700  test -n "$tmp" && test -d "$tmp"
    84599701}  ||
    84609702{
    8461   tmp=./confstat$$-$RANDOM
    8462   (umask 077 && mkdir $tmp)
     9703  tmp=./conf$$-$RANDOM
     9704  (umask 077 && mkdir "$tmp")
    84639705} ||
    84649706{
    8465    echo "$me: cannot create a temporary directory in ." >&2
     9707   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    84669708   { (exit 1); exit 1; }
    84679709}
    84689710
    8469 _ACEOF
    8470 
    8471 cat >>$CONFIG_STATUS <<_ACEOF
    8472 
    8473 #
    8474 # CONFIG_FILES section.
    8475 #
    8476 
    8477 # No need to generate the scripts if there are no CONFIG_FILES.
    8478 # This happens for instance when ./config.status config.h
    8479 if test -n "\$CONFIG_FILES"; then
    8480   # Protect against being on the right side of a sed subst in config.status.
    8481   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    8482    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    8483 s,@SHELL@,$SHELL,;t t
    8484 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    8485 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    8486 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    8487 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    8488 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    8489 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    8490 s,@exec_prefix@,$exec_prefix,;t t
    8491 s,@prefix@,$prefix,;t t
    8492 s,@program_transform_name@,$program_transform_name,;t t
    8493 s,@bindir@,$bindir,;t t
    8494 s,@sbindir@,$sbindir,;t t
    8495 s,@libexecdir@,$libexecdir,;t t
    8496 s,@datadir@,$datadir,;t t
    8497 s,@sysconfdir@,$sysconfdir,;t t
    8498 s,@sharedstatedir@,$sharedstatedir,;t t
    8499 s,@localstatedir@,$localstatedir,;t t
    8500 s,@libdir@,$libdir,;t t
    8501 s,@includedir@,$includedir,;t t
    8502 s,@oldincludedir@,$oldincludedir,;t t
    8503 s,@infodir@,$infodir,;t t
    8504 s,@mandir@,$mandir,;t t
    8505 s,@build_alias@,$build_alias,;t t
    8506 s,@host_alias@,$host_alias,;t t
    8507 s,@target_alias@,$target_alias,;t t
    8508 s,@DEFS@,$DEFS,;t t
    8509 s,@ECHO_C@,$ECHO_C,;t t
    8510 s,@ECHO_N@,$ECHO_N,;t t
    8511 s,@ECHO_T@,$ECHO_T,;t t
    8512 s,@LIBS@,$LIBS,;t t
    8513 s,@PACKAGE@,$PACKAGE,;t t
    8514 s,@VERSION@,$VERSION,;t t
    8515 s,@USE_FASTCGI@,$USE_FASTCGI,;t t
    8516 s,@USE_LANGACTION@,$USE_LANGACTION,;t t
    8517 s,@USE_CORBA@,$USE_CORBA,;t t
    8518 s,@MICO_DIR@,$MICO_DIR,;t t
    8519 s,@USE_Z3950@,$USE_Z3950,;t t
    8520 s,@USE_YAZ@,$USE_YAZ,;t t
    8521 s,@ENABLE_JAVA@,$ENABLE_JAVA,;t t
    8522 s,@USE_JDBM@,$USE_JDBM,;t t
    8523 s,@USE_GDBM@,$USE_GDBM,;t t
    8524 s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
    8525 s,@USE_SQLITE@,$USE_SQLITE,;t t
    8526 s,@USE_RSS@,$USE_RSS,;t t
    8527 s,@USE_APACHE_HTTPD@,$USE_APACHE_HTTPD,;t t
    8528 s,@ENABLE_MG@,$ENABLE_MG,;t t
    8529 s,@ENABLE_MGPP@,$ENABLE_MGPP,;t t
    8530 s,@ENABLE_LUCENE@,$ENABLE_LUCENE,;t t
    8531 s,@LDFLAGS@,$LDFLAGS,;t t
    8532 s,@CFLAGS@,$CFLAGS,;t t
    8533 s,@CC@,$CC,;t t
    8534 s,@CPPFLAGS@,$CPPFLAGS,;t t
    8535 s,@ac_ct_CC@,$ac_ct_CC,;t t
    8536 s,@EXEEXT@,$EXEEXT,;t t
    8537 s,@OBJEXT@,$OBJEXT,;t t
    8538 s,@CXX@,$CXX,;t t
    8539 s,@CXXFLAGS@,$CXXFLAGS,;t t
    8540 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
    8541 s,@JAVAC@,$JAVAC,;t t
    8542 s,@JAVACFLAGS@,$JAVACFLAGS,;t t
    8543 s,@JAVA@,$JAVA,;t t
    8544 s,@uudecode@,$uudecode,;t t
    8545 s,@AWK@,$AWK,;t t
    8546 s,@YACC@,$YACC,;t t
    8547 s,@build@,$build,;t t
    8548 s,@build_cpu@,$build_cpu,;t t
    8549 s,@build_vendor@,$build_vendor,;t t
    8550 s,@build_os@,$build_os,;t t
    8551 s,@host@,$host,;t t
    8552 s,@host_cpu@,$host_cpu,;t t
    8553 s,@host_vendor@,$host_vendor,;t t
    8554 s,@host_os@,$host_os,;t t
    8555 s,@target@,$target,;t t
    8556 s,@target_cpu@,$target_cpu,;t t
    8557 s,@target_vendor@,$target_vendor,;t t
    8558 s,@target_os@,$target_os,;t t
    8559 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
    8560 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
    8561 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
    8562 s,@LN_S@,$LN_S,;t t
    8563 s,@SET_MAKE@,$SET_MAKE,;t t
    8564 s,@RANLIB@,$RANLIB,;t t
    8565 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    8566 s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    8567 s,@MICO_VER@,$MICO_VER,;t t
    8568 s,@CPP@,$CPP,;t t
    8569 s,@EGREP@,$EGREP,;t t
    8570 s,@U@,$U,;t t
    8571 s,@ANSI2KNR@,$ANSI2KNR,;t t
    8572 s,@ALLOCA@,$ALLOCA,;t t
    8573 s,@LIBOBJS@,$LIBOBJS,;t t
    8574 s,@STATIC@,$STATIC,;t t
    8575 s,@gsdlos@,$gsdlos,;t t
    8576 s,@gsdlarch@,$gsdlarch,;t t
    8577 s,@MODULEDIRS@,$MODULEDIRS,;t t
    8578 s,@subdirs@,$subdirs,;t t
    8579 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    8580 CEOF
    8581 
    8582 _ACEOF
    8583 
    8584   cat >>$CONFIG_STATUS <<\_ACEOF
    8585   # Split the substitutions into bite-sized pieces for seds with
    8586   # small command number limits, like on Digital OSF/1 and HP-UX.
    8587   ac_max_sed_lines=48
    8588   ac_sed_frag=1 # Number of current file.
    8589   ac_beg=1 # First line for current file.
    8590   ac_end=$ac_max_sed_lines # Line after last line for current file.
    8591   ac_more_lines=:
    8592   ac_sed_cmds=
    8593   while $ac_more_lines; do
    8594     if test $ac_beg -gt 1; then
    8595       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    8596     else
    8597       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     9711# Set up the scripts for CONFIG_FILES section.
     9712# No need to generate them if there are no CONFIG_FILES.
     9713# This happens for instance with `./config.status config.h'.
     9714if test -n "$CONFIG_FILES"; then
     9715
     9716
     9717ac_cr='
     9718'
     9719ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     9720if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     9721  ac_cs_awk_cr='\\r'
     9722else
     9723  ac_cs_awk_cr=$ac_cr
     9724fi
     9725
     9726echo 'BEGIN {' >"$tmp/subs1.awk" &&
     9727_ACEOF
     9728
     9729
     9730{
     9731  echo "cat >conf$$subs.awk <<_ACEOF" &&
     9732  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     9733  echo "_ACEOF"
     9734} >conf$$subs.sh ||
     9735  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9736$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9737   { (exit 1); exit 1; }; }
     9738ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     9739ac_delim='%!_!# '
     9740for ac_last_try in false false false false false :; do
     9741  . ./conf$$subs.sh ||
     9742    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9743$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9744   { (exit 1); exit 1; }; }
     9745
     9746  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     9747  if test $ac_delim_n = $ac_delim_num; then
     9748    break
     9749  elif $ac_last_try; then
     9750    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9751$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9752   { (exit 1); exit 1; }; }
     9753  else
     9754    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9755  fi
     9756done
     9757rm -f conf$$subs.sh
     9758
     9759cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9760cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     9761_ACEOF
     9762sed -n '
     9763h
     9764s/^/S["/; s/!.*/"]=/
     9765p
     9766g
     9767s/^[^!]*!//
     9768:repl
     9769t repl
     9770s/'"$ac_delim"'$//
     9771t delim
     9772:nl
     9773h
     9774s/\(.\{148\}\).*/\1/
     9775t more1
     9776s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     9777p
     9778n
     9779b repl
     9780:more1
     9781s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9782p
     9783g
     9784s/.\{148\}//
     9785t nl
     9786:delim
     9787h
     9788s/\(.\{148\}\).*/\1/
     9789t more2
     9790s/["\\]/\\&/g; s/^/"/; s/$/"/
     9791p
     9792b
     9793:more2
     9794s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     9795p
     9796g
     9797s/.\{148\}//
     9798t delim
     9799' <conf$$subs.awk | sed '
     9800/^[^""]/{
     9801  N
     9802  s/\n//
     9803}
     9804' >>$CONFIG_STATUS || ac_write_fail=1
     9805rm -f conf$$subs.awk
     9806cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9807_ACAWK
     9808cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     9809  for (key in S) S_is_set[key] = 1
     9810  FS = ""
     9811
     9812}
     9813{
     9814  line = $ 0
     9815  nfields = split(line, field, "@")
     9816  substed = 0
     9817  len = length(field[1])
     9818  for (i = 2; i < nfields; i++) {
     9819    key = field[i]
     9820    keylen = length(key)
     9821    if (S_is_set[key]) {
     9822      value = S[key]
     9823      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     9824      len += length(value) + length(field[++i])
     9825      substed = 1
     9826    } else
     9827      len += 1 + keylen
     9828  }
     9829
     9830  print line
     9831}
     9832
     9833_ACAWK
     9834_ACEOF
     9835cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9836if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     9837  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     9838else
     9839  cat
     9840fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     9841  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     9842$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     9843   { (exit 1); exit 1; }; }
     9844_ACEOF
     9845
     9846# VPATH may cause trouble with some makes, so we remove $(srcdir),
     9847# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     9848# trailing colons and then remove the whole line if VPATH becomes empty
     9849# (actually we leave an empty line to preserve line numbers).
     9850if test "x$srcdir" = x.; then
     9851  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     9852s/:*\$(srcdir):*/:/
     9853s/:*\${srcdir}:*/:/
     9854s/:*@srcdir@:*/:/
     9855s/^\([^=]*=[     ]*\):*/\1/
     9856s/:*$//
     9857s/^[^=]*=[   ]*$//
     9858}'
     9859fi
     9860
     9861cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9862fi # test -n "$CONFIG_FILES"
     9863
     9864# Set up the scripts for CONFIG_HEADERS section.
     9865# No need to generate them if there are no CONFIG_HEADERS.
     9866# This happens for instance with `./config.status Makefile'.
     9867if test -n "$CONFIG_HEADERS"; then
     9868cat >"$tmp/defines.awk" <<\_ACAWK ||
     9869BEGIN {
     9870_ACEOF
     9871
     9872# Transform confdefs.h into an awk script `defines.awk', embedded as
     9873# here-document in config.status, that substitutes the proper values into
     9874# config.h.in to produce config.h.
     9875
     9876# Create a delimiter string that does not exist in confdefs.h, to ease
     9877# handling of long lines.
     9878ac_delim='%!_!# '
     9879for ac_last_try in false false :; do
     9880  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     9881  if test -z "$ac_t"; then
     9882    break
     9883  elif $ac_last_try; then
     9884    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     9885$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     9886   { (exit 1); exit 1; }; }
     9887  else
     9888    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9889  fi
     9890done
     9891
     9892# For the awk script, D is an array of macro values keyed by name,
     9893# likewise P contains macro parameters if any.  Preserve backslash
     9894# newline sequences.
     9895
     9896ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     9897sed -n '
     9898s/.\{148\}/&'"$ac_delim"'/g
     9899t rset
     9900:rset
     9901s/^[     ]*#[    ]*define[   ][  ]*/ /
     9902t def
     9903d
     9904:def
     9905s/\\$//
     9906t bsnl
     9907s/["\\]/\\&/g
     9908s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9909D["\1"]=" \3"/p
     9910s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
     9911d
     9912:bsnl
     9913s/["\\]/\\&/g
     9914s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     9915D["\1"]=" \3\\\\\\n"\\/p
     9916t cont
     9917s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     9918t cont
     9919d
     9920:cont
     9921n
     9922s/.\{148\}/&'"$ac_delim"'/g
     9923t clear
     9924:clear
     9925s/\\$//
     9926t bsnlc
     9927s/["\\]/\\&/g; s/^/"/; s/$/"/p
     9928d
     9929:bsnlc
     9930s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     9931b cont
     9932' <confdefs.h | sed '
     9933s/'"$ac_delim"'/"\\\
     9934"/g' >>$CONFIG_STATUS || ac_write_fail=1
     9935
     9936cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9937  for (key in D) D_is_set[key] = 1
     9938  FS = ""
     9939}
     9940/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     9941  line = \$ 0
     9942  split(line, arg, " ")
     9943  if (arg[1] == "#") {
     9944    defundef = arg[2]
     9945    mac1 = arg[3]
     9946  } else {
     9947    defundef = substr(arg[1], 2)
     9948    mac1 = arg[2]
     9949  }
     9950  split(mac1, mac2, "(") #)
     9951  macro = mac2[1]
     9952  prefix = substr(line, 1, index(line, defundef) - 1)
     9953  if (D_is_set[macro]) {
     9954    # Preserve the white space surrounding the "#".
     9955    print prefix "define", macro P[macro] D[macro]
     9956    next
     9957  } else {
     9958    # Replace #undef with comments.  This is necessary, for example,
     9959    # in the case of _POSIX_SOURCE, which is predefined and required
     9960    # on some systems where configure will not decide to define it.
     9961    if (defundef == "undef") {
     9962      print "/*", prefix defundef, macro, "*/"
     9963      next
     9964    }
     9965  }
     9966}
     9967{ print }
     9968_ACAWK
     9969_ACEOF
     9970cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9971  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     9972$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     9973   { (exit 1); exit 1; }; }
     9974fi # test -n "$CONFIG_HEADERS"
     9975
     9976
     9977eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     9978shift
     9979for ac_tag
     9980do
     9981  case $ac_tag in
     9982  :[FHLC]) ac_mode=$ac_tag; continue;;
     9983  esac
     9984  case $ac_mode$ac_tag in
     9985  :[FHL]*:*);;
     9986  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     9987$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     9988   { (exit 1); exit 1; }; };;
     9989  :[FH]-) ac_tag=-:-;;
     9990  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     9991  esac
     9992  ac_save_IFS=$IFS
     9993  IFS=:
     9994  set x $ac_tag
     9995  IFS=$ac_save_IFS
     9996  shift
     9997  ac_file=$1
     9998  shift
     9999
     10000  case $ac_mode in
     10001  :L) ac_source=$1;;
     10002  :[FH])
     10003    ac_file_inputs=
     10004    for ac_f
     10005    do
     10006      case $ac_f in
     10007      -) ac_f="$tmp/stdin";;
     10008      *) # Look for the file first in the build tree, then in the source tree
     10009     # (if the path is not absolute).  The absolute path cannot be DOS-style,
     10010     # because $ac_f cannot contain `:'.
     10011     test -f "$ac_f" ||
     10012       case $ac_f in
     10013       [\\/$]*) false;;
     10014       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     10015       esac ||
     10016       { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10017$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     10018   { (exit 1); exit 1; }; };;
     10019      esac
     10020      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     10021      ac_file_inputs="$ac_file_inputs '$ac_f'"
     10022    done
     10023
     10024    # Let's still pretend it is `configure' which instantiates (i.e., don't
     10025    # use $as_me), people would be surprised to read:
     10026    #    /* config.h.  Generated by config.status.  */
     10027    configure_input='Generated from '`
     10028      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     10029    `' by configure.'
     10030    if test x"$ac_file" != x-; then
     10031      configure_input="$ac_file.  $configure_input"
     10032      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     10033$as_echo "$as_me: creating $ac_file" >&6;}
    859810034    fi
    8599     if test ! -s $tmp/subs.frag; then
    8600       ac_more_lines=false
    8601     else
    8602       # The purpose of the label and of the branching condition is to
    8603       # speed up the sed processing (if there are no `@' at all, there
    8604       # is no need to browse any of the substitutions).
    8605       # These are the two extra sed commands mentioned above.
    8606       (echo ':t
    8607   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    8608       if test -z "$ac_sed_cmds"; then
    8609     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    8610       else
    8611     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    8612       fi
    8613       ac_sed_frag=`expr $ac_sed_frag + 1`
    8614       ac_beg=$ac_end
    8615       ac_end=`expr $ac_end + $ac_max_sed_lines`
    8616     fi
    8617   done
    8618   if test -z "$ac_sed_cmds"; then
    8619     ac_sed_cmds=cat
    8620   fi
    8621 fi # test -n "$CONFIG_FILES"
    8622 
    8623 _ACEOF
    8624 cat >>$CONFIG_STATUS <<\_ACEOF
    8625 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    8626   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8627   case $ac_file in
    8628   - | *:- | *:-:* ) # input from stdin
    8629     cat >$tmp/stdin
    8630     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8631     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8632   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8633     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8634   * )   ac_file_in=$ac_file.in ;;
     10035    # Neutralize special characters interpreted by sed in replacement strings.
     10036    case $configure_input in #(
     10037    *\&* | *\|* | *\\* )
     10038       ac_sed_conf_input=`$as_echo "$configure_input" |
     10039       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     10040    *) ac_sed_conf_input=$configure_input;;
     10041    esac
     10042
     10043    case $ac_tag in
     10044    *:-:* | *:-) cat >"$tmp/stdin" \
     10045      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10046$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10047   { (exit 1); exit 1; }; } ;;
     10048    esac
     10049    ;;
    863510050  esac
    863610051
    8637   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    8638   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     10052  ac_dir=`$as_dirname -- "$ac_file" ||
    863910053$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    864010054     X"$ac_file" : 'X\(//\)[^/]' \| \
    864110055     X"$ac_file" : 'X\(//\)$' \| \
    8642      X"$ac_file" : 'X\(/\)' \| \
    8643      .     : '\(.\)' 2>/dev/null ||
    8644 echo X"$ac_file" |
    8645     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8646       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8647       /^X\(\/\/\)$/{ s//\1/; q; }
    8648       /^X\(\/\).*/{ s//\1/; q; }
    8649       s/.*/./; q'`
    8650   { if $as_mkdir_p; then
    8651     mkdir -p "$ac_dir"
    8652   else
    8653     as_dir="$ac_dir"
     10056     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
     10057$as_echo X"$ac_file" |
     10058    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10059        s//\1/
     10060        q
     10061      }
     10062      /^X\(\/\/\)[^/].*/{
     10063        s//\1/
     10064        q
     10065      }
     10066      /^X\(\/\/\)$/{
     10067        s//\1/
     10068        q
     10069      }
     10070      /^X\(\/\).*/{
     10071        s//\1/
     10072        q
     10073      }
     10074      s/.*/./; q'`
     10075  { as_dir="$ac_dir"
     10076  case $as_dir in #(
     10077  -*) as_dir=./$as_dir;;
     10078  esac
     10079  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    865410080    as_dirs=
    8655     while test ! -d "$as_dir"; do
    8656       as_dirs="$as_dir $as_dirs"
    8657       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10081    while :; do
     10082      case $as_dir in #(
     10083      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10084      *) as_qdir=$as_dir;;
     10085      esac
     10086      as_dirs="'$as_qdir' $as_dirs"
     10087      as_dir=`$as_dirname -- "$as_dir" ||
    865810088$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    865910089     X"$as_dir" : 'X\(//\)[^/]' \| \
    866010090     X"$as_dir" : 'X\(//\)$' \| \
    8661      X"$as_dir" : 'X\(/\)' \| \
    8662      .     : '\(.\)' 2>/dev/null ||
    8663 echo X"$as_dir" |
    8664     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    8665       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    8666       /^X\(\/\/\)$/{ s//\1/; q; }
    8667       /^X\(\/\).*/{ s//\1/; q; }
    8668       s/.*/./; q'`
     10091     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10092$as_echo X"$as_dir" |
     10093    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10094        s//\1/
     10095        q
     10096      }
     10097      /^X\(\/\/\)[^/].*/{
     10098        s//\1/
     10099        q
     10100      }
     10101      /^X\(\/\/\)$/{
     10102        s//\1/
     10103        q
     10104      }
     10105      /^X\(\/\).*/{
     10106        s//\1/
     10107        q
     10108      }
     10109      s/.*/./; q'`
     10110      test -d "$as_dir" && break
    866910111    done
    8670     test ! -n "$as_dirs" || mkdir $as_dirs
    8671   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    8672 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10112    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10113  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10114$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    867310115   { (exit 1); exit 1; }; }; }
    8674 
    867510116  ac_builddir=.
    867610117
    8677 if test "$ac_dir" != .; then
    8678   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    8679   # A "../" for each directory in $ac_dir_suffix.
    8680   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    8681 else
    8682   ac_dir_suffix= ac_top_builddir=
    8683 fi
     10118case "$ac_dir" in
     10119.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10120*)
     10121  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10122  # A ".." for each directory in $ac_dir_suffix.
     10123  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10124  case $ac_top_builddir_sub in
     10125  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10126  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10127  esac ;;
     10128esac
     10129ac_abs_top_builddir=$ac_pwd
     10130ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10131# for backward compatibility:
     10132ac_top_builddir=$ac_top_build_prefix
    868410133
    868510134case $srcdir in
    8686   .)  # No --srcdir option.  We are building in place.
     10135  .)  # We are building in place.
    868710136    ac_srcdir=.
    8688     if test -z "$ac_top_builddir"; then
    8689        ac_top_srcdir=.
    8690     else
    8691        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    8692     fi ;;
    8693   [\\/]* | ?:[\\/]* )  # Absolute path.
     10137    ac_top_srcdir=$ac_top_builddir_sub
     10138    ac_abs_top_srcdir=$ac_pwd ;;
     10139  [\\/]* | ?:[\\/]* )  # Absolute name.
    869410140    ac_srcdir=$srcdir$ac_dir_suffix;
    8695     ac_top_srcdir=$srcdir ;;
    8696   *) # Relative path.
    8697     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    8698     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    8699 esac
    8700 
    8701 # Do not use `cd foo && pwd` to compute absolute paths, because
    8702 # the directories may not exist.
    8703 case `pwd` in
    8704 .) ac_abs_builddir="$ac_dir";;
    8705 *)
    8706   case "$ac_dir" in
    8707   .) ac_abs_builddir=`pwd`;;
    8708   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    8709   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    8710   esac;;
    8711 esac
    8712 case $ac_abs_builddir in
    8713 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    8714 *)
    8715   case ${ac_top_builddir}. in
    8716   .) ac_abs_top_builddir=$ac_abs_builddir;;
    8717   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    8718   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    8719   esac;;
    8720 esac
    8721 case $ac_abs_builddir in
    8722 .) ac_abs_srcdir=$ac_srcdir;;
    8723 *)
    8724   case $ac_srcdir in
    8725   .) ac_abs_srcdir=$ac_abs_builddir;;
    8726   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    8727   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    8728   esac;;
    8729 esac
    8730 case $ac_abs_builddir in
    8731 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    8732 *)
    8733   case $ac_top_srcdir in
    8734   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    8735   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    8736   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    8737   esac;;
    8738 esac
    8739 
     10141    ac_top_srcdir=$srcdir
     10142    ac_abs_top_srcdir=$srcdir ;;
     10143  *) # Relative name.
     10144    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10145    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10146    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     10147esac
     10148ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10149
     10150
     10151  case $ac_mode in
     10152  :F)
     10153  #
     10154  # CONFIG_FILE
     10155  #
    874010156
    874110157  case $INSTALL in
    874210158  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
    8743   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
     10159  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
    874410160  esac
    8745 
    8746   if test x"$ac_file" != x-; then
    8747     { echo "$as_me:$LINENO: creating $ac_file" >&5
    8748 echo "$as_me: creating $ac_file" >&6;}
    8749     rm -f "$ac_file"
    8750   fi
    8751   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8752   # use $as_me), people would be surprised to read:
    8753   #    /* config.h.  Generated by config.status.  */
    8754   if test x"$ac_file" = x-; then
    8755     configure_input=
    8756   else
    8757     configure_input="$ac_file.  "
    8758   fi
    8759   configure_input=$configure_input"Generated from `echo $ac_file_in |
    8760                      sed 's,.*/,,'` by configure."
    8761 
    8762   # First look for the input files in the build tree, otherwise in the
    8763   # src tree.
    8764   ac_file_inputs=`IFS=:
    8765     for f in $ac_file_in; do
    8766       case $f in
    8767       -) echo $tmp/stdin ;;
    8768       [\\/$]*)
    8769      # Absolute (can't be DOS-style, as IFS=:)
    8770      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8771 echo "$as_me: error: cannot find input file: $f" >&2;}
    8772    { (exit 1); exit 1; }; }
    8773      echo "$f";;
    8774       *) # Relative
    8775      if test -f "$f"; then
    8776        # Build tree
    8777        echo "$f"
    8778      elif test -f "$srcdir/$f"; then
    8779        # Source tree
    8780        echo "$srcdir/$f"
    8781      else
    8782        # /dev/null tree
    8783        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8784 echo "$as_me: error: cannot find input file: $f" >&2;}
    8785    { (exit 1); exit 1; }; }
    8786      fi;;
    8787       esac
    8788     done` || { (exit 1); exit 1; }
    8789 _ACEOF
    8790 cat >>$CONFIG_STATUS <<_ACEOF
    8791   sed "$ac_vpsub
     10161_ACEOF
     10162
     10163cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10164# If the template does not know about datarootdir, expand it.
     10165# FIXME: This hack should be removed a few years after 2.60.
     10166ac_datarootdir_hack=; ac_datarootdir_seen=
     10167
     10168ac_sed_dataroot='
     10169/datarootdir/ {
     10170  p
     10171  q
     10172}
     10173/@datadir@/p
     10174/@docdir@/p
     10175/@infodir@/p
     10176/@localedir@/p
     10177/@mandir@/p
     10178'
     10179case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     10180*datarootdir*) ac_datarootdir_seen=yes;;
     10181*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     10182  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10183$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10184_ACEOF
     10185cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10186  ac_datarootdir_hack='
     10187  s&@datadir@&$datadir&g
     10188  s&@docdir@&$docdir&g
     10189  s&@infodir@&$infodir&g
     10190  s&@localedir@&$localedir&g
     10191  s&@mandir@&$mandir&g
     10192    s&\\\${datarootdir}&$datarootdir&g' ;;
     10193esac
     10194_ACEOF
     10195
     10196# Neutralize VPATH when `$srcdir' = `.'.
     10197# Shell code in configure.ac might set extrasub.
     10198# FIXME: do we really want to maintain this feature?
     10199cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10200ac_sed_extra="$ac_vpsub
    879210201$extrasub
    879310202_ACEOF
    8794 cat >>$CONFIG_STATUS <<\_ACEOF
     10203cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    879510204:t
    879610205/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8797 s,@configure_input@,$configure_input,;t t
    8798 s,@srcdir@,$ac_srcdir,;t t
    8799 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    8800 s,@top_srcdir@,$ac_top_srcdir,;t t
    8801 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    8802 s,@builddir@,$ac_builddir,;t t
    8803 s,@abs_builddir@,$ac_abs_builddir,;t t
    8804 s,@top_builddir@,$ac_top_builddir,;t t
    8805 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    8806 s,@INSTALL@,$ac_INSTALL,;t t
    8807 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    8808   rm -f $tmp/stdin
     10206s|@configure_input@|$ac_sed_conf_input|;t t
     10207s&@top_builddir@&$ac_top_builddir_sub&;t t
     10208s&@top_build_prefix@&$ac_top_build_prefix&;t t
     10209s&@srcdir@&$ac_srcdir&;t t
     10210s&@abs_srcdir@&$ac_abs_srcdir&;t t
     10211s&@top_srcdir@&$ac_top_srcdir&;t t
     10212s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     10213s&@builddir@&$ac_builddir&;t t
     10214s&@abs_builddir@&$ac_abs_builddir&;t t
     10215s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     10216s&@INSTALL@&$ac_INSTALL&;t t
     10217$ac_datarootdir_hack
     10218"
     10219eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     10220  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10221$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10222   { (exit 1); exit 1; }; }
     10223
     10224test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     10225  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     10226  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     10227  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10228which seems to be undefined.  Please make sure it is defined." >&5
     10229$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10230which seems to be undefined.  Please make sure it is defined." >&2;}
     10231
     10232  rm -f "$tmp/stdin"
     10233  case $ac_file in
     10234  -) cat "$tmp/out" && rm -f "$tmp/out";;
     10235  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     10236  esac \
     10237  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10238$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10239   { (exit 1); exit 1; }; }
     10240 ;;
     10241  :H)
     10242  #
     10243  # CONFIG_HEADER
     10244  #
    880910245  if test x"$ac_file" != x-; then
    8810     mv $tmp/out $ac_file
    8811   else
    8812     cat $tmp/out
    8813     rm -f $tmp/out
    8814   fi
    8815 
    8816 done
    8817 _ACEOF
    8818 cat >>$CONFIG_STATUS <<\_ACEOF
    8819 
    8820 #
    8821 # CONFIG_HEADER section.
    8822 #
    8823 
    8824 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
    8825 # NAME is the cpp macro being defined and VALUE is the value it is being given.
    8826 #
    8827 # ac_d sets the value in "#define NAME VALUE" lines.
    8828 ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
    8829 ac_dB='[     ].*$,\1#\2'
    8830 ac_dC=' '
    8831 ac_dD=',;t'
    8832 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    8833 ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
    8834 ac_uB='$,\1#\2define\3'
    8835 ac_uC=' '
    8836 ac_uD=',;t'
    8837 
    8838 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
    8839   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    8840   case $ac_file in
    8841   - | *:- | *:-:* ) # input from stdin
    8842     cat >$tmp/stdin
    8843     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8844     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8845   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8846     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    8847   * )   ac_file_in=$ac_file.in ;;
    8848   esac
    8849 
    8850   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
    8851 echo "$as_me: creating $ac_file" >&6;}
    8852 
    8853   # First look for the input files in the build tree, otherwise in the
    8854   # src tree.
    8855   ac_file_inputs=`IFS=:
    8856     for f in $ac_file_in; do
    8857       case $f in
    8858       -) echo $tmp/stdin ;;
    8859       [\\/$]*)
    8860      # Absolute (can't be DOS-style, as IFS=:)
    8861      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8862 echo "$as_me: error: cannot find input file: $f" >&2;}
     10246    {
     10247      $as_echo "/* $configure_input  */" \
     10248      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     10249    } >"$tmp/config.h" \
     10250      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10251$as_echo "$as_me: error: could not create $ac_file" >&2;}
    886310252   { (exit 1); exit 1; }; }
    8864      # Do quote $f, to prevent DOS paths from being IFS'd.
    8865      echo "$f";;
    8866       *) # Relative
    8867      if test -f "$f"; then
    8868        # Build tree
    8869        echo "$f"
    8870      elif test -f "$srcdir/$f"; then
    8871        # Source tree
    8872        echo "$srcdir/$f"
    8873      else
    8874        # /dev/null tree
    8875        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    8876 echo "$as_me: error: cannot find input file: $f" >&2;}
     10253    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     10254      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     10255$as_echo "$as_me: $ac_file is unchanged" >&6;}
     10256    else
     10257      rm -f "$ac_file"
     10258      mv "$tmp/config.h" "$ac_file" \
     10259    || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10260$as_echo "$as_me: error: could not create $ac_file" >&2;}
    887710261   { (exit 1); exit 1; }; }
    8878      fi;;
    8879       esac
    8880     done` || { (exit 1); exit 1; }
    8881   # Remove the trailing spaces.
    8882   sed 's/[   ]*$//' $ac_file_inputs >$tmp/in
    8883 
    8884 _ACEOF
    8885 
    8886 # Transform confdefs.h into two sed scripts, `conftest.defines' and
    8887 # `conftest.undefs', that substitutes the proper values into
    8888 # config.h.in to produce config.h.  The first handles `#define'
    8889 # templates, and the second `#undef' templates.
    8890 # And first: Protect against being on the right side of a sed subst in
    8891 # config.status.  Protect against being in an unquoted here document
    8892 # in config.status.
    8893 rm -f conftest.defines conftest.undefs
    8894 # Using a here document instead of a string reduces the quoting nightmare.
    8895 # Putting comments in sed scripts is not portable.
    8896 #
    8897 # `end' is used to avoid that the second main sed command (meant for
    8898 # 0-ary CPP macros) applies to n-ary macro definitions.
    8899 # See the Autoconf documentation for `clear'.
    8900 cat >confdef2sed.sed <<\_ACEOF
    8901 s/[\\&,]/\\&/g
    8902 s,[\\$`],\\&,g
    8903 t clear
    8904 : clear
    8905 s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    8906 t end
    8907 s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    8908 : end
    8909 _ACEOF
    8910 # If some macros were called several times there might be several times
    8911 # the same #defines, which is useless.  Nevertheless, we may not want to
    8912 # sort them, since we want the *last* AC-DEFINE to be honored.
    8913 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
    8914 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
    8915 rm -f confdef2sed.sed
    8916 
    8917 # This sed command replaces #undef with comments.  This is necessary, for
    8918 # example, in the case of _POSIX_SOURCE, which is predefined and required
    8919 # on some systems where configure will not decide to define it.
    8920 cat >>conftest.undefs <<\_ACEOF
    8921 s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    8922 _ACEOF
    8923 
    8924 # Break up conftest.defines because some shells have a limit on the size
    8925 # of here documents, and old seds have small limits too (100 cmds).
    8926 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    8927 echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    8928 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    8929 echo '  :' >>$CONFIG_STATUS
    8930 rm -f conftest.tail
    8931 while grep . conftest.defines >/dev/null
    8932 do
    8933   # Write a limited-size here document to $tmp/defines.sed.
    8934   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    8935   # Speed up: don't consider the non `#define' lines.
    8936   echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS
    8937   # Work around the forget-to-reset-the-flag bug.
    8938   echo 't clr' >>$CONFIG_STATUS
    8939   echo ': clr' >>$CONFIG_STATUS
    8940   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
    8941   echo 'CEOF
    8942   sed -f $tmp/defines.sed $tmp/in >$tmp/out
    8943   rm -f $tmp/in
    8944   mv $tmp/out $tmp/in
    8945 ' >>$CONFIG_STATUS
    8946   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
    8947   rm -f conftest.defines
    8948   mv conftest.tail conftest.defines
    8949 done
    8950 rm -f conftest.defines
    8951 echo '  fi # grep' >>$CONFIG_STATUS
    8952 echo >>$CONFIG_STATUS
    8953 
    8954 # Break up conftest.undefs because some shells have a limit on the size
    8955 # of here documents, and old seds have small limits too (100 cmds).
    8956 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
    8957 rm -f conftest.tail
    8958 while grep . conftest.undefs >/dev/null
    8959 do
    8960   # Write a limited-size here document to $tmp/undefs.sed.
    8961   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    8962   # Speed up: don't consider the non `#undef'
    8963   echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    8964   # Work around the forget-to-reset-the-flag bug.
    8965   echo 't clr' >>$CONFIG_STATUS
    8966   echo ': clr' >>$CONFIG_STATUS
    8967   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
    8968   echo 'CEOF
    8969   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
    8970   rm -f $tmp/in
    8971   mv $tmp/out $tmp/in
    8972 ' >>$CONFIG_STATUS
    8973   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
    8974   rm -f conftest.undefs
    8975   mv conftest.tail conftest.undefs
    8976 done
    8977 rm -f conftest.undefs
    8978 
    8979 cat >>$CONFIG_STATUS <<\_ACEOF
    8980   # Let's still pretend it is `configure' which instantiates (i.e., don't
    8981   # use $as_me), people would be surprised to read:
    8982   #    /* config.h.  Generated by config.status.  */
    8983   if test x"$ac_file" = x-; then
    8984     echo "/* Generated by configure.  */" >$tmp/config.h
    8985   else
    8986     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
    8987   fi
    8988   cat $tmp/in >>$tmp/config.h
    8989   rm -f $tmp/in
    8990   if test x"$ac_file" != x-; then
    8991     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
    8992       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8993 echo "$as_me: $ac_file is unchanged" >&6;}
    8994     else
    8995       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    8996 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8997      X"$ac_file" : 'X\(//\)[^/]' \| \
    8998      X"$ac_file" : 'X\(//\)$' \| \
    8999      X"$ac_file" : 'X\(/\)' \| \
    9000      .     : '\(.\)' 2>/dev/null ||
    9001 echo X"$ac_file" |
    9002     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9003       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9004       /^X\(\/\/\)$/{ s//\1/; q; }
    9005       /^X\(\/\).*/{ s//\1/; q; }
    9006       s/.*/./; q'`
    9007       { if $as_mkdir_p; then
    9008     mkdir -p "$ac_dir"
    9009   else
    9010     as_dir="$ac_dir"
    9011     as_dirs=
    9012     while test ! -d "$as_dir"; do
    9013       as_dirs="$as_dir $as_dirs"
    9014       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    9015 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9016      X"$as_dir" : 'X\(//\)[^/]' \| \
    9017      X"$as_dir" : 'X\(//\)$' \| \
    9018      X"$as_dir" : 'X\(/\)' \| \
    9019      .     : '\(.\)' 2>/dev/null ||
    9020 echo X"$as_dir" |
    9021     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9022       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9023       /^X\(\/\/\)$/{ s//\1/; q; }
    9024       /^X\(\/\).*/{ s//\1/; q; }
    9025       s/.*/./; q'`
    9026     done
    9027     test ! -n "$as_dirs" || mkdir $as_dirs
    9028   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9029 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    9030    { (exit 1); exit 1; }; }; }
    9031 
    9032       rm -f $ac_file
    9033       mv $tmp/config.h $ac_file
    903410262    fi
    903510263  else
    9036     cat $tmp/config.h
    9037     rm -f $tmp/config.h
     10264    $as_echo "/* $configure_input  */" \
     10265      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     10266      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     10267$as_echo "$as_me: error: could not create -" >&2;}
     10268   { (exit 1); exit 1; }; }
    903810269  fi
    9039 done
    9040 _ACEOF
    9041 
    9042 cat >>$CONFIG_STATUS <<\_ACEOF
     10270 ;;
     10271
     10272
     10273  esac
     10274
     10275done # for ac_tag
     10276
    904310277
    904410278{ (exit 0); exit 0; }
     
    904610280chmod +x $CONFIG_STATUS
    904710281ac_clean_files=$ac_clean_files_save
     10282
     10283test $ac_write_fail = 0 ||
     10284  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     10285$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     10286   { (exit 1); exit 1; }; }
    904810287
    904910288
     
    907410313if test "$no_recursion" != yes; then
    907510314
    9076   # Remove --cache-file and --srcdir arguments so they do not pile up.
     10315  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
     10316  # so they do not pile up.
    907710317  ac_sub_configure_args=
    907810318  ac_prev=
    9079   for ac_arg in $ac_configure_args; do
     10319  eval "set x $ac_configure_args"
     10320  shift
     10321  for ac_arg
     10322  do
    908010323    if test -n "$ac_prev"; then
    908110324      ac_prev=
     
    910010343    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    910110344      ;;
    9102     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
     10345    --disable-option-checking)
     10346      ;;
     10347    *)
     10348      case $ac_arg in
     10349      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10350      esac
     10351      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
    910310352    esac
    910410353  done
     
    910610355  # Always prepend --prefix to ensure using the same prefix
    910710356  # in subdir configurations.
    9108   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
     10357  ac_arg="--prefix=$prefix"
     10358  case $ac_arg in
     10359  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10360  esac
     10361  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     10362
     10363  # Pass --silent
     10364  if test "$silent" = yes; then
     10365    ac_sub_configure_args="--silent $ac_sub_configure_args"
     10366  fi
     10367
     10368  # Always prepend --disable-option-checking to silence warnings, since
     10369  # different subdirs can have different --enable and --with options.
     10370  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
    910910371
    911010372  ac_popdir=`pwd`
     
    911310375    # Do not complain, so a configure script can configure whichever
    911410376    # parts of a large source tree are present.
    9115     test -d $srcdir/$ac_dir || continue
    9116 
    9117     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
    9118 echo "$as_me: configuring in $ac_dir" >&6;}
    9119     { if $as_mkdir_p; then
    9120     mkdir -p "$ac_dir"
    9121   else
    9122     as_dir="$ac_dir"
     10377    test -d "$srcdir/$ac_dir" || continue
     10378
     10379    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
     10380    $as_echo "$as_me:$LINENO: $ac_msg" >&5
     10381    $as_echo "$ac_msg" >&6
     10382    { as_dir="$ac_dir"
     10383  case $as_dir in #(
     10384  -*) as_dir=./$as_dir;;
     10385  esac
     10386  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    912310387    as_dirs=
    9124     while test ! -d "$as_dir"; do
    9125       as_dirs="$as_dir $as_dirs"
    9126       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     10388    while :; do
     10389      case $as_dir in #(
     10390      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     10391      *) as_qdir=$as_dir;;
     10392      esac
     10393      as_dirs="'$as_qdir' $as_dirs"
     10394      as_dir=`$as_dirname -- "$as_dir" ||
    912710395$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    912810396     X"$as_dir" : 'X\(//\)[^/]' \| \
    912910397     X"$as_dir" : 'X\(//\)$' \| \
    9130      X"$as_dir" : 'X\(/\)' \| \
    9131      .     : '\(.\)' 2>/dev/null ||
    9132 echo X"$as_dir" |
    9133     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    9134       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    9135       /^X\(\/\/\)$/{ s//\1/; q; }
    9136       /^X\(\/\).*/{ s//\1/; q; }
    9137       s/.*/./; q'`
     10398     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
     10399$as_echo X"$as_dir" |
     10400    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     10401        s//\1/
     10402        q
     10403      }
     10404      /^X\(\/\/\)[^/].*/{
     10405        s//\1/
     10406        q
     10407      }
     10408      /^X\(\/\/\)$/{
     10409        s//\1/
     10410        q
     10411      }
     10412      /^X\(\/\).*/{
     10413        s//\1/
     10414        q
     10415      }
     10416      s/.*/./; q'`
     10417      test -d "$as_dir" && break
    913810418    done
    9139     test ! -n "$as_dirs" || mkdir $as_dirs
    9140   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    9141 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     10419    test -z "$as_dirs" || eval "mkdir $as_dirs"
     10420  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10421$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    914210422   { (exit 1); exit 1; }; }; }
    9143 
    914410423    ac_builddir=.
    914510424
    9146 if test "$ac_dir" != .; then
    9147   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    9148   # A "../" for each directory in $ac_dir_suffix.
    9149   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    9150 else
    9151   ac_dir_suffix= ac_top_builddir=
    9152 fi
     10425case "$ac_dir" in
     10426.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10427*)
     10428  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     10429  # A ".." for each directory in $ac_dir_suffix.
     10430  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     10431  case $ac_top_builddir_sub in
     10432  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     10433  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     10434  esac ;;
     10435esac
     10436ac_abs_top_builddir=$ac_pwd
     10437ac_abs_builddir=$ac_pwd$ac_dir_suffix
     10438# for backward compatibility:
     10439ac_top_builddir=$ac_top_build_prefix
    915310440
    915410441case $srcdir in
    9155   .)  # No --srcdir option.  We are building in place.
     10442  .)  # We are building in place.
    915610443    ac_srcdir=.
    9157     if test -z "$ac_top_builddir"; then
    9158        ac_top_srcdir=.
     10444    ac_top_srcdir=$ac_top_builddir_sub
     10445    ac_abs_top_srcdir=$ac_pwd ;;
     10446  [\\/]* | ?:[\\/]* )  # Absolute name.
     10447    ac_srcdir=$srcdir$ac_dir_suffix;
     10448    ac_top_srcdir=$srcdir
     10449    ac_abs_top_srcdir=$srcdir ;;
     10450  *) # Relative name.
     10451    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     10452    ac_top_srcdir=$ac_top_build_prefix$srcdir
     10453    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     10454esac
     10455ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     10456
     10457
     10458    cd "$ac_dir"
     10459
     10460    # Check for guested configure; otherwise get Cygnus style configure.
     10461    if test -f "$ac_srcdir/configure.gnu"; then
     10462      ac_sub_configure=$ac_srcdir/configure.gnu
     10463    elif test -f "$ac_srcdir/configure"; then
     10464      ac_sub_configure=$ac_srcdir/configure
     10465    elif test -f "$ac_srcdir/configure.in"; then
     10466      # This should be Cygnus configure.
     10467      ac_sub_configure=$ac_aux_dir/configure
    915910468    else
    9160        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    9161     fi ;;
    9162   [\\/]* | ?:[\\/]* )  # Absolute path.
    9163     ac_srcdir=$srcdir$ac_dir_suffix;
    9164     ac_top_srcdir=$srcdir ;;
    9165   *) # Relative path.
    9166     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    9167     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    9168 esac
    9169 
    9170 # Do not use `cd foo && pwd` to compute absolute paths, because
    9171 # the directories may not exist.
    9172 case `pwd` in
    9173 .) ac_abs_builddir="$ac_dir";;
    9174 *)
    9175   case "$ac_dir" in
    9176   .) ac_abs_builddir=`pwd`;;
    9177   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    9178   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    9179   esac;;
    9180 esac
    9181 case $ac_abs_builddir in
    9182 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    9183 *)
    9184   case ${ac_top_builddir}. in
    9185   .) ac_abs_top_builddir=$ac_abs_builddir;;
    9186   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    9187   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    9188   esac;;
    9189 esac
    9190 case $ac_abs_builddir in
    9191 .) ac_abs_srcdir=$ac_srcdir;;
    9192 *)
    9193   case $ac_srcdir in
    9194   .) ac_abs_srcdir=$ac_abs_builddir;;
    9195   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    9196   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    9197   esac;;
    9198 esac
    9199 case $ac_abs_builddir in
    9200 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    9201 *)
    9202   case $ac_top_srcdir in
    9203   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    9204   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    9205   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    9206   esac;;
    9207 esac
    9208 
    9209 
    9210     cd $ac_dir
    9211 
    9212     # Check for guested configure; otherwise get Cygnus style configure.
    9213     if test -f $ac_srcdir/configure.gnu; then
    9214       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
    9215     elif test -f $ac_srcdir/configure; then
    9216       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
    9217     elif test -f $ac_srcdir/configure.in; then
    9218       ac_sub_configure=$ac_configure
    9219     else
    9220       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    9221 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     10469      { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     10470$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    922210471      ac_sub_configure=
    922310472    fi
     
    922810477      case $cache_file in
    922910478      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
    9230       *) # Relative path.
    9231     ac_sub_cache_file=$ac_top_builddir$cache_file ;;
     10479      *) # Relative name.
     10480    ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
    923210481      esac
    923310482
    9234       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    9235 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     10483      { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     10484$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    923610485      # The eval makes quoting arguments work.
    9237       eval $ac_sub_configure $ac_sub_configure_args \
    9238        --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
    9239     { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    9240 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     10486      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
     10487       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
     10488    { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     10489$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    924110490   { (exit 1); exit 1; }; }
    924210491    fi
    924310492
    9244     cd $ac_popdir
     10493    cd "$ac_popdir"
    924510494  done
    924610495fi
    9247 
    9248 
    9249 
     10496if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     10497  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     10498$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     10499fi
     10500
     10501
     10502
  • main/trunk/greenstone2/runtime-src/configure.in

    r24958 r25149  
    235235if test "$arch_64bit" = yes; then
    236236  AC_MSG_RESULT(yes)
    237   if test -z "$COMPAT32BITFLAGS" ; then
    238     COMPAT32BITFLAGS="-m32"
     237  if test -z "$ARCH_DEP_FLAGS" ; then
     238    ARCH_DEP_FLAGS="-fPIC"
    239239    gsdlarch='64'
    240240  fi
    241241else
    242242  AC_MSG_RESULT(no)
    243   if test -z "$COMPAT32BITFLAGS" ; then
    244     COMPAT32BITFLAGS=
     243  if test -z "$ARCH_DEP_FLAGS" ; then
     244    ARCH_DEP_FLAGS=
    245245    gsdlarch='32'
    246246  fi
    247247fi
    248248
    249 # Only need compat32bitflag if using MG or MGPP
    250 if test "$ENABLE_MG" = "0" ; then
    251   COMPAT32BITFLAGS=
    252 else
    253   if test "$ENABLE_MGPP" = "0" ; then
    254     COMPAT32BITFLAGS=
    255   fi
    256 fi
    257 
    258 export COMPAT32BITFLAGS
    259 AC_SUBST(COMPAT32BITFLAGS)
     249export ARCH_DEP_FLAGS
     250AC_SUBST(ARCH_DEP_FLAGS)
    260251
    261252
  • main/trunk/greenstone2/runtime-src/packages/configure

    r22378 r25149  
    212212  cd httpd-2.2.11&& \
    213213
    214 if [ ! -z $COMPAT32BITFLAGS ] ; then
    215 CFLAGS="$CFLAGS -I${GSDLHOME}/common-src/packages/iconv/include" CXXFLAGS="$CXXFLAGS -I${GSDLHOME}/common-src/packages/iconv/include" LDFLAGS="$LDFLAGS -L${GSDLHOME}/common-src/packages/iconv/lib64" ./configure $CACHE_FILE --with-included-apr --with-layout=BinaryDistribution --enable-most --prefix="${prefix}/apache-httpd/${GSDLOS}" $HOSTTARGETFLAGS --with-iconv
    216 else
    217214CFLAGS="$CFLAGS -I${GSDLHOME}/common-src/packages/iconv/include" CXXFLAGS="$CXXFLAGS -I${GSDLHOME}/common-src/packages/iconv/include" LDFLAGS="$LDFLAGS -L${GSDLHOME}/common-src/packages/iconv/lib" ./configure $CACHE_FILE --with-included-apr --with-layout=BinaryDistribution --enable-most --prefix="${prefix}/apache-httpd/${GSDLOS}" $HOSTTARGETFLAGS --with-iconv
    218 fi
    219215
    220216else
  • main/trunk/greenstone2/runtime-src/src/colservr/Makefile.in

    r22058 r25149  
    112112CC = @CC@
    113113CXX = @CXX@
    114 CFLAGS = @CFLAGS@ @COMPAT32BITFLAGS@
    115 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     114CFLAGS = @CFLAGS@ @ARCH_DEP_FLAGS@
     115CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    116116DEFS = @DEFS@ -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DGSDLSERVER $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    117117# Do NOT add the "recpt" directory here: the colserver should be independent of the receptionist!
  • main/trunk/greenstone2/runtime-src/src/oaiservr/Makefile.in

    r24901 r25149  
    4141ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
    4242ifeq ($(ENABLE_ACCENTFOLD), 1)
    43 ifeq ($(COMPAT32BITFLAGS),)
    4443ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(COMMON_PACKAGES_DIR)/iconv/lib/libiconv.a
    45 else
    46 ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(COMMON_PACKAGES_DIR)/iconv/lib64/libiconv.a
    47 endif
    4844else
    4945ACCENTFOLD_LIBS =
     
    6359MGPP_INDEXERS_LIBS = $(INDEXERS_DIR)/mgpp/text/libmgpptext.a \
    6460    $(INDEXERS_DIR)/mgpp/lib/libmgpplib.a
    65 MGPP_INCLUDES = -I$(INDEXERS_DIR)/mgpp/text
     61MGPP_INCLUDES = -I$(INDEXERS_DIR)/mgpp/text   -I$(INDEXERS_DIR)/mgpp/lib
    6662else
    6763MGPP_INDEXERS_LIBS =
     
    9692
    9793CC = @CC@
    98 CFLAGS = @CFLAGS@ @COMPAT32BITFLAGS@
     94CFLAGS = @CFLAGS@ @ARCH_DEP_FLAGS@
    9995CXX = @CXX@
    100 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     96CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    10197DEFS = @DEFS@ $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    10298INCLUDES = -I$(COMMON_DIR)/src/lib -I$(COLSERVR_DIR) -I$(PROTOCOL_DIR) -I$(RECPT_DIR) $(MGPP_INCLUDES)
    103 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     99LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    104100LIBS = @LIBS@ $(GDBM_LIBS) -L$(COMMON_PACKAGES_DIR)/expat/lib -lexpat \
    105101    $(ACCENTFOLD_LIBS) $(SQLITE_LIBS)
  • main/trunk/greenstone2/runtime-src/src/protocol/Makefile.in

    r22078 r25149  
    3535ENABLE_MGPP = @ENABLE_MGPP@
    3636ifeq ($(ENABLE_MGPP), 1)
    37 MGPP_INCLUDES = -I$(INDEXERS_DIR)/mgpp/text
     37MGPP_INCLUDES = -I$(INDEXERS_DIR)/mgpp/text -I$(INDEXERS_DIR)/mgpp/lib
    3838else
    3939MGPP_INCLUDES =
     
    6666AR = ar
    6767CXX = @CXX@
    68 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     68CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    6969DEFS = @DEFS@ -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DGSDLSERVER $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES)
    7070# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
  • main/trunk/greenstone2/runtime-src/src/recpt/Makefile.in

    r24958 r25149  
    4242ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
    4343ifeq ($(ENABLE_ACCENTFOLD), 1)
    44 ifeq ($(COMPAT32BITFLAGS),)
    4544ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(COMMON_PACKAGES_DIR)/iconv/lib/libiconv.a
    46 else
    47 ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(INDEXERS_DIR)/packages/iconv/lib64/libiconv.a
    48 endif
    4945else
    5046ACCENTFOLD_LIBS =
     
    163159AR = ar
    164160CC = @CC@
    165 CFLAGS=@CFLAGS@ @COMPAT32BITFLAGS@
     161CFLAGS=@CFLAGS@ @ARCH_DEP_FLAGS@
    166162CXX = @CXX@
    167 CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
     163CXXFLAGS = @CXXFLAGS@ @ARCH_DEP_FLAGS@
    168164DEFS = @DEFS@ -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DHAVE_CONFIG_H $(FASTCGI_DEFS) $(RSS_DEFINES) $(GDBM_DEFINES) $(JDBM_DEFINES) $(SQLITE_DEFINES) $(Z3950_DEFS)
    169165INCLUDES = -I. -I$(GSDL_DIR) -I$(COMMON_DIR)/src/lib \
     
    172168        -I$(COMMON_PACKAGES_DIR)/expat/include $(FASTCGI_INCLUDES) $(GDBM_INCLUDES) $(Z3950_INCLUDES)
    173169INSTALL = @INSTALL@
    174 LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
     170LDFLAGS = @LDFLAGS@ @ARCH_DEP_FLAGS@
    175171LIBS = @LIBS@ $(GDBM_LIBS) \
    176172    $(COMMON_PACKAGES_DIR)/expat/lib/libexpat.a \
  • main/trunk/greenstone2/runtime-src/src/z3950/Makefile.in

    r22378 r25149  
    102102INSTALL = @INSTALL@
    103103LDFLAGS = @LDFLAGS@
    104 ifeq ($(COMPAT32BITFLAGS),)
    105104LIBS = @LIBS@ $(GDBM_LIBS) -L$(COMMON_PACKAGES_DIR)/expat/lib -lexpat \
    106105    $(ACCENTFOLD_LIBS) $(SQLITE_LIBS) \
    107106    $(RUNTIME_PACKAGES_DIR)/yaz/lib/libyaz.a $(RUNTIME_PACKAGES_DIR)/d2m/libd2m.a -lxml2
    108 else
    109 LIBS = @LIBS@ $(GDBM_LIBS) -L$(COMMON_PACKAGES_DIR)/expat/lib64 -lexpat \
    110     $(ACCENTFOLD_LIBS) $(SQLITE_LIBS) \
    111     $(RUNTIME_PACKAGES_DIR)/yaz/lib/libyaz.a $(RUNTIME_PACKAGES_DIR)/d2m/libd2m.a -lxml2
    112 endif
    113107RANLIB = @RANLIB@
    114108
Note: See TracChangeset for help on using the changeset viewer.