Ignore:
Timestamp:
2011-03-22T21:33:42+13:00 (13 years ago)
Author:
ak19
Message:

Added enable/disable-wvware flag to affected configure and Makefiles files in build-src, build-src/packages and top-level GS2, so we can turn off wvware compiling (such as for 64 bit Mac OS Snow Leopard Update 3 machines - MacOS 10.6.3 and over). By default wvware compilation is enabled.

Location:
main/trunk/greenstone2/build-src
Files:
5 edited

Legend:

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

    r23356 r23800  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.67.
     3# Generated by GNU Autoconf 2.59.
    44#
    5 #
    6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    8 # Foundation, Inc.
    9 #
    10 #
     5# Copyright (C) 2003 Free Software Foundation, Inc.
    116# This configure script is free software; the Free Software Foundation
    127# gives unlimited permission to copy, distribute and modify it.
    13 ## -------------------- ##
    14 ## M4sh Initialization. ##
    15 ## -------------------- ##
    16 
    17 # Be more Bourne compatible
    18 DUALCASE=1; export DUALCASE # for MKS sh
    19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
     8## --------------------- ##
     9## M4sh Initialization.  ##
     10## --------------------- ##
     11
     12# Be Bourne compatible
     13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    2014  emulate sh
    2115  NULLCMD=:
    22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     16  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    2317  # is contrary to our usage.  Disable this feature.
    2418  alias -g '${1+"$@"}'='"$@"'
    25   setopt NO_GLOB_SUBST
    26 else
    27   case `(set -o) 2>/dev/null` in #(
    28   *posix*) :
    29     set -o posix ;; #(
    30   *) :
    31      ;;
    32 esac
    33 fi
    34 
    35 
    36 as_nl='
    37 '
    38 export as_nl
    39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    43 # Prefer a ksh shell builtin over an external printf program on Solaris,
    44 # but without wasting forks for bash or zsh.
    45 if test -z "$BASH_VERSION$ZSH_VERSION" \
    46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
    47   as_echo='print -r --'
    48   as_echo_n='print -rn --'
    49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    50   as_echo='printf %s\n'
    51   as_echo_n='printf %s'
    52 else
    53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    55     as_echo_n='/usr/ucb/echo -n'
    56   else
    57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    58     as_echo_n_body='eval
    59       arg=$1;
    60       case $arg in #(
    61       *"$as_nl"*)
    62     expr "X$arg" : "X\\(.*\\)$as_nl";
    63     arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    64       esac;
    65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    66     '
    67     export as_echo_n_body
    68     as_echo_n='sh -c $as_echo_n_body as_echo'
    69   fi
    70   export as_echo_body
    71   as_echo='sh -c $as_echo_body as_echo'
    72 fi
    73 
    74 # The user is always right.
    75 if test "${PATH_SEPARATOR+set}" != set; then
    76   PATH_SEPARATOR=:
    77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    79       PATH_SEPARATOR=';'
    80   }
    81 fi
    82 
    83 
    84 # IFS
    85 # We need space, tab and new line, in precisely that order.  Quoting is
    86 # there to prevent editors from complaining about space-tab.
    87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    88 # splitting by setting IFS to empty value.)
    89 IFS=" ""    $as_nl"
    90 
    91 # Find who we are.  Look in the path if we contain no directory separator.
    92 case $0 in #((
    93   *[\\/]* ) as_myself=$0 ;;
    94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    95 for as_dir in $PATH
    96 do
    97   IFS=$as_save_IFS
    98   test -z "$as_dir" && as_dir=.
    99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    100   done
    101 IFS=$as_save_IFS
    102 
    103      ;;
    104 esac
    105 # We did not find ourselves, most probably we were run as `sh COMMAND'
    106 # in which case we are not to be found in the path.
    107 if test "x$as_myself" = x; then
    108   as_myself=$0
    109 fi
    110 if test ! -f "$as_myself"; then
    111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    112   exit 1
    113 fi
    114 
    115 # Unset variables that we do not need and which cause bugs (e.g. in
    116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
    117 # suppresses any "Segmentation fault" message there.  '((' could
    118 # trigger a bug in pdksh 5.2.14.
    119 for as_var in BASH_ENV ENV MAIL MAILPATH
    120 do eval test x\${$as_var+set} = xset \
    121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    122 done
     19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     20  set -o posix
     21fi
     22DUALCASE=1; export DUALCASE # for MKS sh
     23
     24# Support unset when possible.
     25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     26  as_unset=unset
     27else
     28  as_unset=false
     29fi
     30
     31
     32# Work around bugs in pre-3.0 UWIN ksh.
     33$as_unset ENV MAIL MAILPATH
    12334PS1='$ '
    12435PS2='> '
     
    12637
    12738# NLS nuisances.
    128 LC_ALL=C
    129 export LC_ALL
    130 LANGUAGE=C
    131 export LANGUAGE
    132 
    133 # CDPATH.
    134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    135 
    136 if test "x$CONFIG_SHELL" = x; then
    137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
    138   emulate sh
    139   NULLCMD=:
    140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
    141   # is contrary to our usage.  Disable this feature.
    142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
    143   setopt NO_GLOB_SUBST
    144 else
    145   case \`(set -o) 2>/dev/null\` in #(
    146   *posix*) :
    147     set -o posix ;; #(
    148   *) :
    149      ;;
    150 esac
    151 fi
    152 "
    153   as_required="as_fn_return () { (exit \$1); }
    154 as_fn_success () { as_fn_return 0; }
    155 as_fn_failure () { as_fn_return 1; }
    156 as_fn_ret_success () { return 0; }
    157 as_fn_ret_failure () { return 1; }
    158 
    159 exitcode=0
    160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
    161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
    162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
    163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
    164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
    165 
    166 else
    167   exitcode=1; echo positional parameters were not saved.
    168 fi
    169 test x\$exitcode = x0 || exit 1"
    170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
    172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
    173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
    174 test \$(( 1 + 1 )) = 2 || exit 1"
    175   if (eval "$as_required") 2>/dev/null; then :
    176   as_have_required=yes
    177 else
    178   as_have_required=no
    179 fi
    180   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
    181 
    182 else
    183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    184 as_found=false
    185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
     39for 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
    18643do
    187   IFS=$as_save_IFS
    188   test -z "$as_dir" && as_dir=.
    189   as_found=:
    190   case $as_dir in #(
    191      /*)
    192        for as_base in sh bash ksh sh5; do
    193          # Try only shells that exist, to save several forks.
    194          as_shell=$as_dir/$as_base
    195          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    196             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
    197   CONFIG_SHELL=$as_shell as_have_required=yes
    198            if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
    199   break 2
    200 fi
    201 fi
    202        done;;
    203        esac
    204   as_found=false
     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
    20549done
    206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
    207           { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
    208   CONFIG_SHELL=$SHELL as_have_required=yes
    209 fi; }
    210 IFS=$as_save_IFS
    211 
    212 
    213       if test "x$CONFIG_SHELL" != x; then :
    214   # We cannot yet assume a decent shell, so we have to provide a
    215     # neutralization value for shells without unset; and this also
    216     # works around shells that cannot unset nonexistent variables.
    217     BASH_ENV=/dev/null
    218     ENV=/dev/null
    219     (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    220     export CONFIG_SHELL
    221     exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    222 fi
    223 
    224     if test x$as_have_required = xno; then :
    225   $as_echo "$0: This script requires a shell more modern than all"
    226   $as_echo "$0: the shells that I found on your system."
    227   if test x${ZSH_VERSION+set} = xset ; then
    228     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
    229     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
    230   else
    231     $as_echo "$0: Please tell [email protected] about your system,
    232 $0: including any error possibly output before this
    233 $0: message. Then install a modern shell, or manually run
    234 $0: the script under such a shell if you do have one."
    235   fi
    236   exit 1
    237 fi
    238 fi
    239 fi
    240 SHELL=${CONFIG_SHELL-/bin/sh}
    241 export SHELL
    242 # Unset more variables known to interfere with behavior of common tools.
    243 CLICOLOR_FORCE= GREP_OPTIONS=
    244 unset CLICOLOR_FORCE GREP_OPTIONS
    245 
    246 ## --------------------- ##
    247 ## M4sh Shell Functions. ##
    248 ## --------------------- ##
    249 # as_fn_unset VAR
    250 # ---------------
    251 # Portably unset VAR.
    252 as_fn_unset ()
    253 {
    254   { eval $1=; unset $1;}
    255 }
    256 as_unset=as_fn_unset
    257 
    258 # as_fn_set_status STATUS
    259 # -----------------------
    260 # Set $? to STATUS, without forking.
    261 as_fn_set_status ()
    262 {
    263   return $1
    264 } # as_fn_set_status
    265 
    266 # as_fn_exit STATUS
    267 # -----------------
    268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
    269 as_fn_exit ()
    270 {
    271   set +e
    272   as_fn_set_status $1
    273   exit $1
    274 } # as_fn_exit
    275 
    276 # as_fn_mkdir_p
    277 # -------------
    278 # Create "$as_dir" as a directory, including parents if necessary.
    279 as_fn_mkdir_p ()
    280 {
    281 
    282   case $as_dir in #(
    283   -*) as_dir=./$as_dir;;
    284   esac
    285   test -d "$as_dir" || eval $as_mkdir_p || {
    286     as_dirs=
    287     while :; do
    288       case $as_dir in #(
    289       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    290       *) as_qdir=$as_dir;;
    291       esac
    292       as_dirs="'$as_qdir' $as_dirs"
    293       as_dir=`$as_dirname -- "$as_dir" ||
    294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    295      X"$as_dir" : 'X\(//\)[^/]' \| \
    296      X"$as_dir" : 'X\(//\)$' \| \
    297      X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    298 $as_echo X"$as_dir" |
    299     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    300         s//\1/
    301         q
    302       }
    303       /^X\(\/\/\)[^/].*/{
    304         s//\1/
    305         q
    306       }
    307       /^X\(\/\/\)$/{
    308         s//\1/
    309         q
    310       }
    311       /^X\(\/\).*/{
    312         s//\1/
    313         q
    314       }
    315       s/.*/./; q'`
    316       test -d "$as_dir" && break
    317     done
    318     test -z "$as_dirs" || eval "mkdir $as_dirs"
    319   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    320 
    321 
    322 } # as_fn_mkdir_p
    323 # as_fn_append VAR VALUE
    324 # ----------------------
    325 # Append the text in VALUE to the end of the definition contained in VAR. Take
    326 # advantage of any shell optimizations that allow amortized linear growth over
    327 # repeated appends, instead of the typical quadratic growth present in naive
    328 # implementations.
    329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
    330   eval 'as_fn_append ()
    331   {
    332     eval $1+=\$2
    333   }'
    334 else
    335   as_fn_append ()
    336   {
    337     eval $1=\$$1\$2
    338   }
    339 fi # as_fn_append
    340 
    341 # as_fn_arith ARG...
    342 # ------------------
    343 # Perform arithmetic evaluation on the ARGs, and store the result in the
    344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
    345 # must be portable across $(()) and expr.
    346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
    347   eval 'as_fn_arith ()
    348   {
    349     as_val=$(( $* ))
    350   }'
    351 else
    352   as_fn_arith ()
    353   {
    354     as_val=`expr "$@" || test $? -eq 1`
    355   }
    356 fi # as_fn_arith
    357 
    358 
    359 # as_fn_error STATUS ERROR [LINENO LOG_FD]
    360 # ----------------------------------------
    361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    363 # script with STATUS, using 1 if that was 0.
    364 as_fn_error ()
    365 {
    366   as_status=$1; test $as_status -eq 0 && as_status=1
    367   if test "$4"; then
    368     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    369     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    370   fi
    371   $as_echo "$as_me: error: $2" >&2
    372   as_fn_exit $as_status
    373 } # as_fn_error
    374 
    375 if expr a : '\(a\)' >/dev/null 2>&1 &&
    376    test "X`expr 00001 : '.*\(...\)'`" = X001; then
     50
     51# Required to use basename.
     52if expr a : '\(a\)' >/dev/null 2>&1; then
    37753  as_expr=expr
    37854else
     
    38056fi
    38157
    382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    38359  as_basename=basename
    38460else
     
    38662fi
    38763
    388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    389   as_dirname=dirname
    390 else
    391   as_dirname=false
    392 fi
    393 
    394 as_me=`$as_basename -- "$0" ||
     64
     65# Name of the executable.
     66as_me=`$as_basename "$0" ||
    39567$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    39668     X"$0" : 'X\(//\)$' \| \
    397      X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    398 $as_echo X/"$0" |
    399     sed '/^.*\/\([^/][^/]*\)\/*$/{
    400         s//\1/
    401         q
    402       }
    403       /^X\/\(\/\/\)$/{
    404         s//\1/
    405         q
    406       }
    407       /^X\/\(\/\).*/{
    408         s//\1/
    409         q
    410       }
    411       s/.*/./; q'`
    412 
     69     X"$0" : 'X\(/\)$' \| \
     70     .     : '\(.\)' 2>/dev/null ||
     71echo 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.
    41379# Avoid depending upon Character Ranges.
    41480as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    41884as_cr_alnum=$as_cr_Letters$as_cr_digits
    41985
    420 
    421   as_lineno_1=$LINENO as_lineno_1a=$LINENO
    422   as_lineno_2=$LINENO as_lineno_2a=$LINENO
    423   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
    424   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
    425   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
    426   sed -n '
    427     p
    428     /[$]LINENO/=
    429   ' <$as_myself |
     86# The user is always right.
     87if 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
     97fi
     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
     110for as_dir in $PATH
     111do
     112  IFS=$as_save_IFS
     113  test -z "$as_dir" && as_dir=.
     114  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     115done
     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  '')
     130    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
     132do
     133  IFS=$as_save_IFS
     134  test -z "$as_dir" && as_dir=.
     135  for as_base in sh bash ksh sh5; do
     136     case $as_dir in
     137     /*)
     138       if ("$as_dir/$as_base" -c '
     139  as_lineno_1=$LINENO
     140  as_lineno_2=$LINENO
     141  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
     142  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
     152done
     153;;
     154  esac
     155
     156  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
     157  # 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.
     162  # (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 |
    430165    sed '
    431       s/[$]LINENO.*/&-/
    432       t lineno
    433       b
    434       :lineno
    435166      N
    436       :loop
    437       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
     167      s,$,-,
     168      : loop
     169      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
    438170      t loop
    439       s/-\n.*//
     171      s,-$,,
     172      s,^['$as_cr_digits']*\n,,
    440173    ' >$as_me.lineno &&
    441   chmod +x "$as_me.lineno" ||
    442     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
     174  chmod +x $as_me.lineno ||
     175    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     176   { (exit 1); exit 1; }; }
    443177
    444178  # Don't try to exec as it changes $[0], causing all sort of problems
    445179  # (the dirname of $[0] is not the place where we might find the
    446   # original and so on.  Autoconf is especially sensitive to this).
    447   . "./$as_me.lineno"
     180  # original and so on.  Autoconf is especially sensible to this).
     181  . ./$as_me.lineno
    448182  # Exit status is that of the last command.
    449183  exit
    450184}
    451185
    452 ECHO_C= ECHO_N= ECHO_T=
    453 case `echo -n x` in #(((((
    454 -n*)
    455   case `echo 'xy\c'` in
    456   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
    457   xy)  ECHO_C='\c';;
    458   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
    459        ECHO_T=' ';;
    460   esac;;
    461 *)
    462   ECHO_N='-n';;
     186
     187case `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= ;;
    463192esac
    464193
     194if expr a : '\(a\)' >/dev/null 2>&1; then
     195  as_expr=expr
     196else
     197  as_expr=false
     198fi
     199
    465200rm -f conf$$ conf$$.exe conf$$.file
    466 if test -d conf$$.dir; then
    467   rm -f conf$$.dir/conf$$.file
    468 else
    469   rm -f conf$$.dir
    470   mkdir conf$$.dir 2>/dev/null
    471 fi
    472 if (echo >conf$$.file) 2>/dev/null; then
    473   if ln -s conf$$.file conf$$ 2>/dev/null; then
     201echo >conf$$.file
     202if 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
     207    as_ln_s='cp -p'
     208  else
    474209    as_ln_s='ln -s'
    475     # ... but there are two gotchas:
    476     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    477     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    478     # In both cases, we have to default to `cp -p'.
    479     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    480       as_ln_s='cp -p'
    481   elif ln conf$$.file conf$$ 2>/dev/null; then
    482     as_ln_s=ln
    483   else
    484     as_ln_s='cp -p'
    485210  fi
     211elif ln conf$$.file conf$$ 2>/dev/null; then
     212  as_ln_s=ln
    486213else
    487214  as_ln_s='cp -p'
    488215fi
    489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    490 rmdir conf$$.dir 2>/dev/null
     216rm -f conf$$ conf$$.exe conf$$.file
    491217
    492218if mkdir -p . 2>/dev/null; then
    493   as_mkdir_p='mkdir -p "$as_dir"'
     219  as_mkdir_p=:
    494220else
    495221  test -d ./-p && rmdir ./-p
     
    497223fi
    498224
    499 if test -x / >/dev/null 2>&1; then
    500   as_test_x='test -x'
    501 else
    502   if ls -dL / >/dev/null 2>&1; then
    503     as_ls_L_option=L
    504   else
    505     as_ls_L_option=
    506   fi
    507   as_test_x='
    508     eval sh -c '\''
    509       if test -d "$1"; then
    510     test -d "$1/.";
    511       else
    512     case $1 in #(
    513     -*)set "./$1";;
    514     esac;
    515     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
    516     ???[sx]*):;;*)false;;esac;fi
    517     '\'' sh
    518   '
    519 fi
    520 as_executable_p=$as_test_x
     225as_executable_p="test -f"
    521226
    522227# Sed expression to map a string onto a valid CPP name.
     
    527232
    528233
    529 test -n "$DJDIR" || exec 7<&0 </dev/null
    530 exec 6>&1
     234# IFS
     235# We need space, tab and new line, in precisely that order.
     236as_nl='
     237'
     238IFS="   $as_nl"
     239
     240# CDPATH.
     241$as_unset CDPATH
     242
    531243
    532244# Name of the host.
    533 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
     245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    534246# so uname gets run too.
    535247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
     248
     249exec 6>&1
    536250
    537251#
     
    539253#
    540254ac_default_prefix=/usr/local
    541 ac_clean_files=
    542255ac_config_libobj_dir=.
    543 LIBOBJS=
    544256cross_compiling=no
    545257subdirs=
    546258MFLAGS=
    547259MAKEFLAGS=
     260SHELL=${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}
    548266
    549267# Identity of this package.
     
    553271PACKAGE_STRING=
    554272PACKAGE_BUGREPORT=
    555 PACKAGE_URL=
    556273
    557274# Factoring default headers for most tests.
    558275ac_includes_default="\
    559276#include <stdio.h>
    560 #ifdef HAVE_SYS_TYPES_H
     277#if HAVE_SYS_TYPES_H
    561278# include <sys/types.h>
    562279#endif
    563 #ifdef HAVE_SYS_STAT_H
     280#if HAVE_SYS_STAT_H
    564281# include <sys/stat.h>
    565282#endif
    566 #ifdef STDC_HEADERS
     283#if STDC_HEADERS
    567284# include <stdlib.h>
    568285# include <stddef.h>
    569286#else
    570 # ifdef HAVE_STDLIB_H
     287# if HAVE_STDLIB_H
    571288#  include <stdlib.h>
    572289# endif
    573290#endif
    574 #ifdef HAVE_STRING_H
    575 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
     291#if HAVE_STRING_H
     292# if !STDC_HEADERS && HAVE_MEMORY_H
    576293#  include <memory.h>
    577294# endif
    578295# include <string.h>
    579296#endif
    580 #ifdef HAVE_STRINGS_H
     297#if HAVE_STRINGS_H
    581298# include <strings.h>
    582299#endif
    583 #ifdef HAVE_INTTYPES_H
     300#if HAVE_INTTYPES_H
    584301# include <inttypes.h>
     302#else
     303# if HAVE_STDINT_H
     304#  include <stdint.h>
     305# endif
    585306#endif
    586 #ifdef HAVE_STDINT_H
    587 # include <stdint.h>
    588 #endif
    589 #ifdef HAVE_UNISTD_H
     307#if HAVE_UNISTD_H
    590308# include <unistd.h>
    591309#endif"
    592310
    593 enable_option_checking=no
    594 ac_subst_vars='LTLIBOBJS
    595 subdirs
    596 MODULEDIRS
    597 gsdlos
    598 STATIC
    599 LIBOBJS
    600 ALLOCA
    601 ANSI2KNR
    602 U
    603 EGREP
    604 GREP
    605 CPP
    606 MICO_VER
    607 COMPAT32BITFLAGS
    608 RANLIB
    609 SET_MAKE
    610 LN_S
    611 INSTALL_DATA
    612 INSTALL_SCRIPT
    613 INSTALL_PROGRAM
    614 target_os
    615 target_vendor
    616 target_cpu
    617 target
    618 host_os
    619 host_vendor
    620 host_cpu
    621 host
    622 build_os
    623 build_vendor
    624 build_cpu
    625 build
    626 YFLAGS
    627 YACC
    628 AWK
    629 uudecode
    630 JAVA
    631 JAVACFLAGS
    632 JAVAC
    633 ac_ct_CXX
    634 CXXFLAGS
    635 CXX
    636 OBJEXT
    637 EXEEXT
    638 ac_ct_CC
    639 CPPFLAGS
    640 CC
    641 CFLAGS
    642 LDFLAGS
    643 USE_SQLITE
    644 ENABLE_ACCENTFOLD
    645 USE_GDBM
    646 USE_JDBM
    647 ENABLE_JAVA
    648 USE_YAZ
    649 USE_Z3950
    650 MICO_DIR
    651 USE_CORBA
    652 USE_LANGACTION
    653 USE_FASTCGI
    654 VERSION
    655 PACKAGE
    656 target_alias
    657 host_alias
    658 build_alias
    659 LIBS
    660 ECHO_T
    661 ECHO_N
    662 ECHO_C
    663 DEFS
    664 mandir
    665 localedir
    666 libdir
    667 psdir
    668 pdfdir
    669 dvidir
    670 htmldir
    671 infodir
    672 docdir
    673 oldincludedir
    674 includedir
    675 localstatedir
    676 sharedstatedir
    677 sysconfdir
    678 datadir
    679 datarootdir
    680 libexecdir
    681 sbindir
    682 bindir
    683 program_transform_name
    684 prefix
    685 exec_prefix
    686 PACKAGE_URL
    687 PACKAGE_BUGREPORT
    688 PACKAGE_STRING
    689 PACKAGE_VERSION
    690 PACKAGE_TARNAME
    691 PACKAGE_NAME
    692 PATH_SEPARATOR
    693 SHELL'
     311ac_subdirs_all="$ac_subdirs_all packages"
     312ac_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'
    694313ac_subst_files=''
    695 ac_user_opts='
    696 enable_option_checking
    697 enable_corba
    698 with_micodir
    699 enable_z3950
    700 enable_yaz
    701 enable_java
    702 enable_jdbm
    703 enable_gdbm
    704 enable_accentfold
    705 enable_sqlite
    706 with_dmalloc
    707 with_regex
    708 '
    709       ac_precious_vars='build_alias
    710 host_alias
    711 target_alias
    712 CC
    713 CFLAGS
    714 LDFLAGS
    715 LIBS
    716 CPPFLAGS
    717 CXX
    718 CXXFLAGS
    719 CCC
    720 YACC
    721 YFLAGS
    722 CPP'
    723 ac_subdirs_all='packages'
    724314
    725315# Initialize some variables set by options.
    726316ac_init_help=
    727317ac_init_version=false
    728 ac_unrecognized_opts=
    729 ac_unrecognized_sep=
    730318# The variables have the same names as the options, with
    731319# dashes changed to underlines.
     
    750338# by default will actually change.
    751339# Use braces instead of parens because sh, perl, etc. also accept them.
    752 # (The list follows the same order as the GNU Coding Standards.)
    753340bindir='${exec_prefix}/bin'
    754341sbindir='${exec_prefix}/sbin'
    755342libexecdir='${exec_prefix}/libexec'
    756 datarootdir='${prefix}/share'
    757 datadir='${datarootdir}'
     343datadir='${prefix}/share'
    758344sysconfdir='${prefix}/etc'
    759345sharedstatedir='${prefix}/com'
    760346localstatedir='${prefix}/var'
     347libdir='${exec_prefix}/lib'
    761348includedir='${prefix}/include'
    762349oldincludedir='/usr/include'
    763 docdir='${datarootdir}/doc/${PACKAGE}'
    764 infodir='${datarootdir}/info'
    765 htmldir='${docdir}'
    766 dvidir='${docdir}'
    767 pdfdir='${docdir}'
    768 psdir='${docdir}'
    769 libdir='${exec_prefix}/lib'
    770 localedir='${datarootdir}/locale'
    771 mandir='${datarootdir}/man'
     350infodir='${prefix}/info'
     351mandir='${prefix}/man'
    772352
    773353ac_prev=
    774 ac_dashdash=
    775354for ac_option
    776355do
    777356  # If the previous option needs an argument, assign it.
    778357  if test -n "$ac_prev"; then
    779     eval $ac_prev=\$ac_option
     358    eval "$ac_prev=\$ac_option"
    780359    ac_prev=
    781360    continue
    782361  fi
    783362
     363  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     364
     365  # Accept the important Cygnus configure options, so we can diagnose typos.
     366
    784367  case $ac_option in
    785   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    786   *=)   ac_optarg= ;;
    787   *)    ac_optarg=yes ;;
    788   esac
    789 
    790   # Accept the important Cygnus configure options, so we can diagnose typos.
    791 
    792   case $ac_dashdash$ac_option in
    793   --)
    794     ac_dashdash=yes ;;
    795368
    796369  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    814387    cache_file=config.cache ;;
    815388
    816   -datadir | --datadir | --datadi | --datad)
     389  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    817390    ac_prev=datadir ;;
    818   -datadir=* | --datadir=* | --datadi=* | --datad=*)
     391  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
     392  | --da=*)
    819393    datadir=$ac_optarg ;;
    820394
    821   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
    822   | --dataroo | --dataro | --datar)
    823     ac_prev=datarootdir ;;
    824   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
    825   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
    826     datarootdir=$ac_optarg ;;
    827 
    828395  -disable-* | --disable-*)
    829     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     396    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    830397    # Reject names that are not valid shell variable names.
    831     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    832       as_fn_error $? "invalid feature name: $ac_useropt"
    833     ac_useropt_orig=$ac_useropt
    834     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    835     case $ac_user_opts in
    836       *"
    837 "enable_$ac_useropt"
    838 "*) ;;
    839       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    840      ac_unrecognized_sep=', ';;
     398    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     399      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     400   { (exit 1); exit 1; }; }
     401    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
     402    eval "enable_$ac_feature=no" ;;
     403
     404  -enable-* | --enable-*)
     405    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     406    # 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
     409   { (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 ;;
    841414    esac
    842     eval enable_$ac_useropt=no ;;
    843 
    844   -docdir | --docdir | --docdi | --doc | --do)
    845     ac_prev=docdir ;;
    846   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
    847     docdir=$ac_optarg ;;
    848 
    849   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
    850     ac_prev=dvidir ;;
    851   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
    852     dvidir=$ac_optarg ;;
    853 
    854   -enable-* | --enable-*)
    855     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    856     # Reject names that are not valid shell variable names.
    857     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    858       as_fn_error $? "invalid feature name: $ac_useropt"
    859     ac_useropt_orig=$ac_useropt
    860     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    861     case $ac_user_opts in
    862       *"
    863 "enable_$ac_useropt"
    864 "*) ;;
    865       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    866      ac_unrecognized_sep=', ';;
    867     esac
    868     eval enable_$ac_useropt=\$ac_optarg ;;
     415    eval "enable_$ac_feature='$ac_optarg'" ;;
    869416
    870417  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    893440    host_alias=$ac_optarg ;;
    894441
    895   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
    896     ac_prev=htmldir ;;
    897   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
    898   | --ht=*)
    899     htmldir=$ac_optarg ;;
    900 
    901442  -includedir | --includedir | --includedi | --included | --include \
    902443  | --includ | --inclu | --incl | --inc)
     
    923464    libexecdir=$ac_optarg ;;
    924465
    925   -localedir | --localedir | --localedi | --localed | --locale)
    926     ac_prev=localedir ;;
    927   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
    928     localedir=$ac_optarg ;;
    929 
    930466  -localstatedir | --localstatedir | --localstatedi | --localstated \
    931   | --localstate | --localstat | --localsta | --localst | --locals)
     467  | --localstate | --localstat | --localsta | --localst \
     468  | --locals | --local | --loca | --loc | --lo)
    932469    ac_prev=localstatedir ;;
    933470  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    934   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
     471  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
     472  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    935473    localstatedir=$ac_optarg ;;
    936474
     
    997535    program_transform_name=$ac_optarg ;;
    998536
    999   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
    1000     ac_prev=pdfdir ;;
    1001   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
    1002     pdfdir=$ac_optarg ;;
    1003 
    1004   -psdir | --psdir | --psdi | --psd | --ps)
    1005     ac_prev=psdir ;;
    1006   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
    1007     psdir=$ac_optarg ;;
    1008 
    1009537  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    1010538  | -silent | --silent | --silen | --sile | --sil)
     
    1057585
    1058586  -with-* | --with-*)
    1059     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     587    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    1060588    # Reject names that are not valid shell variable names.
    1061     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1062       as_fn_error $? "invalid package name: $ac_useropt"
    1063     ac_useropt_orig=$ac_useropt
    1064     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1065     case $ac_user_opts in
    1066       *"
    1067 "with_$ac_useropt"
    1068 "*) ;;
    1069       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1070      ac_unrecognized_sep=', ';;
     589    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     590      { echo "$as_me: error: invalid package name: $ac_package" >&2
     591   { (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 ;;
    1071596    esac
    1072     eval with_$ac_useropt=\$ac_optarg ;;
     597    eval "with_$ac_package='$ac_optarg'" ;;
    1073598
    1074599  -without-* | --without-*)
    1075     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     600    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    1076601    # Reject names that are not valid shell variable names.
    1077     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1078       as_fn_error $? "invalid package name: $ac_useropt"
    1079     ac_useropt_orig=$ac_useropt
    1080     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1081     case $ac_user_opts in
    1082       *"
    1083 "with_$ac_useropt"
    1084 "*) ;;
    1085       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1086      ac_unrecognized_sep=', ';;
    1087     esac
    1088     eval with_$ac_useropt=no ;;
     602    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     603      { echo "$as_me: error: invalid package name: $ac_package" >&2
     604   { (exit 1); exit 1; }; }
     605    ac_package=`echo $ac_package | sed 's/-/_/g'`
     606    eval "with_$ac_package=no" ;;
    1089607
    1090608  --x)
     
    1106624    x_libraries=$ac_optarg ;;
    1107625
    1108   -*) as_fn_error $? "unrecognized option: \`$ac_option'
    1109 Try \`$0 --help' for more information"
     626  -*) { echo "$as_me: error: unrecognized option: $ac_option
     627Try \`$0 --help' for more information." >&2
     628   { (exit 1); exit 1; }; }
    1110629    ;;
    1111630
     
    1113632    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
    1114633    # Reject names that are not valid shell variable names.
    1115     case $ac_envvar in #(
    1116       '' | [0-9]* | *[!_$as_cr_alnum]* )
    1117       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
    1118     esac
    1119     eval $ac_envvar=\$ac_optarg
     634    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
     635      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     636   { (exit 1); exit 1; }; }
     637    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
     638    eval "$ac_envvar='$ac_optarg'"
    1120639    export $ac_envvar ;;
    1121640
    1122641  *)
    1123642    # FIXME: should be removed in autoconf 3.0.
    1124     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     643    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    1125644    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1126       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     645      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    1127646    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    1128647    ;;
     
    1133652if test -n "$ac_prev"; then
    1134653  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1135   as_fn_error $? "missing argument to $ac_option"
    1136 fi
    1137 
    1138 if test -n "$ac_unrecognized_opts"; then
    1139   case $enable_option_checking in
    1140     no) ;;
    1141     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
    1142     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     654  { echo "$as_me: error: missing argument to $ac_option" >&2
     655   { (exit 1); exit 1; }; }
     656fi
     657
     658# Be sure to have absolute paths.
     659for ac_var in exec_prefix prefix
     660do
     661  eval ac_val=$`echo $ac_var`
     662  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; }; };;
    1143666  esac
    1144 fi
    1145 
    1146 # Check all directory arguments for consistency.
    1147 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    1148         datadir sysconfdir sharedstatedir localstatedir includedir \
    1149         oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
    1150         libdir localedir mandir
     667done
     668
     669# Be sure to have absolute paths.
     670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
     671          localstatedir libdir includedir oldincludedir infodir mandir
    1151672do
    1152   eval ac_val=\$$ac_var
    1153   # Remove trailing slashes.
     673  eval ac_val=$`echo $ac_var`
    1154674  case $ac_val in
    1155     */ )
    1156       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1157       eval $ac_var=\$ac_val;;
     675    [\\/$]* | ?:[\\/]* ) ;;
     676    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     677   { (exit 1); exit 1; }; };;
    1158678  esac
    1159   # Be sure to have absolute directory names.
    1160   case $ac_val in
    1161     [\\/$]* | ?:[\\/]* )  continue;;
    1162     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    1163   esac
    1164   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
    1165679done
    1166680
     
    1176690  if test "x$build_alias" = x; then
    1177691    cross_compiling=maybe
    1178     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
    1179     If a cross compiler is detected then cross compile mode will be used" >&2
     692    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     693    If a cross compiler is detected then cross compile mode will be used." >&2
    1180694  elif test "x$build_alias" != "x$host_alias"; then
    1181695    cross_compiling=yes
     
    1189703
    1190704
    1191 ac_pwd=`pwd` && test -n "$ac_pwd" &&
    1192 ac_ls_di=`ls -di .` &&
    1193 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1194   as_fn_error $? "working directory cannot be determined"
    1195 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1196   as_fn_error $? "pwd does not report name of working directory"
    1197 
    1198 
    1199705# Find the source files, if location was not specified.
    1200706if test -z "$srcdir"; then
    1201707  ac_srcdir_defaulted=yes
    1202   # Try the directory containing this script, then the parent directory.
    1203   ac_confdir=`$as_dirname -- "$as_myself" ||
    1204 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1205      X"$as_myself" : 'X\(//\)[^/]' \| \
    1206      X"$as_myself" : 'X\(//\)$' \| \
    1207      X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1208 $as_echo X"$as_myself" |
    1209     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1210         s//\1/
    1211         q
    1212       }
    1213       /^X\(\/\/\)[^/].*/{
    1214         s//\1/
    1215         q
    1216       }
    1217       /^X\(\/\/\)$/{
    1218         s//\1/
    1219         q
    1220       }
    1221       /^X\(\/\).*/{
    1222         s//\1/
    1223         q
    1224       }
    1225       s/.*/./; q'`
     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 ||
     715echo 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'`
    1226721  srcdir=$ac_confdir
    1227   if test ! -r "$srcdir/$ac_unique_file"; then
     722  if test ! -r $srcdir/$ac_unique_file; then
    1228723    srcdir=..
    1229724  fi
     
    1231726  ac_srcdir_defaulted=no
    1232727fi
    1233 if test ! -r "$srcdir/$ac_unique_file"; then
    1234   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1235   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
    1236 fi
    1237 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    1238 ac_abs_confdir=`(
    1239     cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
    1240     pwd)`
    1241 # When building in place, set srcdir=.
    1242 if test "$ac_abs_confdir" = "$ac_pwd"; then
    1243   srcdir=.
    1244 fi
    1245 # Remove unnecessary trailing slashes from srcdir.
    1246 # Double slashes in file names in object file debugging info
    1247 # mess up M-x gdb in Emacs.
    1248 case $srcdir in
    1249 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
    1250 esac
    1251 for ac_var in $ac_precious_vars; do
    1252   eval ac_env_${ac_var}_set=\${${ac_var}+set}
    1253   eval ac_env_${ac_var}_value=\$${ac_var}
    1254   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
    1255   eval ac_cv_env_${ac_var}_value=\$${ac_var}
    1256 done
     728if 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
     731   { (exit 1); exit 1; }; }
     732  else
     733    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     734   { (exit 1); exit 1; }; }
     735  fi
     736fi
     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; }; }
     740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
     741ac_env_build_alias_set=${build_alias+set}
     742ac_env_build_alias_value=$build_alias
     743ac_cv_env_build_alias_set=${build_alias+set}
     744ac_cv_env_build_alias_value=$build_alias
     745ac_env_host_alias_set=${host_alias+set}
     746ac_env_host_alias_value=$host_alias
     747ac_cv_env_host_alias_set=${host_alias+set}
     748ac_cv_env_host_alias_value=$host_alias
     749ac_env_target_alias_set=${target_alias+set}
     750ac_env_target_alias_value=$target_alias
     751ac_cv_env_target_alias_set=${target_alias+set}
     752ac_cv_env_target_alias_value=$target_alias
     753ac_env_CC_set=${CC+set}
     754ac_env_CC_value=$CC
     755ac_cv_env_CC_set=${CC+set}
     756ac_cv_env_CC_value=$CC
     757ac_env_CFLAGS_set=${CFLAGS+set}
     758ac_env_CFLAGS_value=$CFLAGS
     759ac_cv_env_CFLAGS_set=${CFLAGS+set}
     760ac_cv_env_CFLAGS_value=$CFLAGS
     761ac_env_LDFLAGS_set=${LDFLAGS+set}
     762ac_env_LDFLAGS_value=$LDFLAGS
     763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
     764ac_cv_env_LDFLAGS_value=$LDFLAGS
     765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
     766ac_env_CPPFLAGS_value=$CPPFLAGS
     767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
     768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
     769ac_env_CXX_set=${CXX+set}
     770ac_env_CXX_value=$CXX
     771ac_cv_env_CXX_set=${CXX+set}
     772ac_cv_env_CXX_value=$CXX
     773ac_env_CXXFLAGS_set=${CXXFLAGS+set}
     774ac_env_CXXFLAGS_value=$CXXFLAGS
     775ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
     776ac_cv_env_CXXFLAGS_value=$CXXFLAGS
     777ac_env_CPP_set=${CPP+set}
     778ac_env_CPP_value=$CPP
     779ac_cv_env_CPP_set=${CPP+set}
     780ac_cv_env_CPP_value=$CPP
    1257781
    1258782#
     
    1277801      --help=recursive    display the short help of all the included packages
    1278802  -V, --version           display version information and exit
    1279   -q, --quiet, --silent   do not print \`checking ...' messages
     803  -q, --quiet, --silent   do not print \`checking...' messages
    1280804      --cache-file=FILE   cache test results in FILE [disabled]
    1281805  -C, --config-cache      alias for \`--cache-file=config.cache'
     
    1283807      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    1284808
     809_ACEOF
     810
     811  cat <<_ACEOF
    1285812Installation directories:
    1286813  --prefix=PREFIX         install architecture-independent files in PREFIX
    1287                           [$ac_default_prefix]
     814              [$ac_default_prefix]
    1288815  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1289                           [PREFIX]
     816              [PREFIX]
    1290817
    1291818By default, \`make install' will install all the files in
     
    1297824
    1298825Fine tuning of the installation directories:
    1299   --bindir=DIR            user executables [EPREFIX/bin]
    1300   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1301   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1302   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1303   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1304   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1305   --libdir=DIR            object code libraries [EPREFIX/lib]
    1306   --includedir=DIR        C header files [PREFIX/include]
    1307   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1308   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1309   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1310   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1311   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1312   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1313   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
    1314   --htmldir=DIR           html documentation [DOCDIR]
    1315   --dvidir=DIR            dvi documentation [DOCDIR]
    1316   --pdfdir=DIR            pdf documentation [DOCDIR]
    1317   --psdir=DIR             ps documentation [DOCDIR]
     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]
    1318838_ACEOF
    1319839
     
    1332852
    1333853Optional Features:
    1334   --disable-option-checking  ignore unrecognized --enable/--with options
    1335854  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    1336855  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    1339858  --disable-yaz           Disable YAZ compilation
    1340859  --disable-java          Disable Java compilation
     860  --disable-wvware          Disable wvWare compilation
    1341861  --disable-jdbm          Disable JDBM compilation
    1342862  --disable-gdbm          Disable GDBM compilation
     
    1357877  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    1358878              nonstandard directory <lib dir>
    1359   LIBS        libraries to pass to the linker, e.g. -l<library>
    1360   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
    1361               you have headers in a nonstandard directory <include dir>
     879  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
     880              headers in a nonstandard directory <include dir>
    1362881  CXX         C++ compiler command
    1363882  CXXFLAGS    C++ compiler flags
    1364   YACC        The `Yet Another C Compiler' implementation to use. Defaults to
    1365               the first program found out of: `bison -y', `byacc', `yacc'.
    1366   YFLAGS      The list of arguments that will be passed by default to $YACC.
    1367               This script will default YFLAGS to the empty string to avoid a
    1368               default value of `-d' given by some make applications.
    1369883  CPP         C preprocessor
    1370884
     
    1372886it to find libraries and programs with nonstandard names/locations.
    1373887
    1374 Report bugs to the package provider.
    1375 _ACEOF
    1376 ac_status=$?
     888_ACEOF
    1377889fi
    1378890
    1379891if test "$ac_init_help" = "recursive"; then
    1380892  # If there are subdirs, report their specific --help.
     893  ac_popdir=`pwd`
    1381894  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1382     test -d "$ac_dir" ||
    1383       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1384       continue
     895    test -d $ac_dir || continue
    1385896    ac_builddir=.
    1386897
    1387 case "$ac_dir" in
    1388 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     898if 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'`
     902else
     903  ac_dir_suffix= ac_top_builddir=
     904fi
     905
     906case $srcdir in
     907  .)  # No --srcdir option.  We are building in place.
     908    ac_srcdir=.
     909    if test -z "$ac_top_builddir"; then
     910       ac_top_srcdir=.
     911    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 ;;
     920esac
     921
     922# Do not use `cd foo && pwd` to compute absolute paths, because
     923# the directories may not exist.
     924case `pwd` in
     925.) ac_abs_builddir="$ac_dir";;
    1389926*)
    1390   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    1391   # A ".." for each directory in $ac_dir_suffix.
    1392   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    1393   case $ac_top_builddir_sub in
    1394   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1395   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
    1396   esac ;;
     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;;
    1397932esac
    1398 ac_abs_top_builddir=$ac_pwd
    1399 ac_abs_builddir=$ac_pwd$ac_dir_suffix
    1400 # for backward compatibility:
    1401 ac_top_builddir=$ac_top_build_prefix
    1402 
    1403 case $srcdir in
    1404   .)  # We are building in place.
    1405     ac_srcdir=.
    1406     ac_top_srcdir=$ac_top_builddir_sub
    1407     ac_abs_top_srcdir=$ac_pwd ;;
    1408   [\\/]* | ?:[\\/]* )  # Absolute name.
    1409     ac_srcdir=$srcdir$ac_dir_suffix;
    1410     ac_top_srcdir=$srcdir
    1411     ac_abs_top_srcdir=$srcdir ;;
    1412   *) # Relative name.
    1413     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    1414     ac_top_srcdir=$ac_top_build_prefix$srcdir
    1415     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     933case $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;;
    1416941esac
    1417 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
    1418 
    1419     cd "$ac_dir" || { ac_status=$?; continue; }
    1420     # Check for guested configure.
    1421     if test -f "$ac_srcdir/configure.gnu"; then
    1422       echo &&
    1423       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
    1424     elif test -f "$ac_srcdir/configure"; then
    1425       echo &&
    1426       $SHELL "$ac_srcdir/configure" --help=recursive
     942case $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;;
     950esac
     951case $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;;
     959esac
     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
    1427973    else
    1428       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    1429     fi || ac_status=$?
    1430     cd "$ac_pwd" || { ac_status=$?; break; }
     974      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     975    fi
     976    cd $ac_popdir
    1431977  done
    1432978fi
    1433979
    1434 test -n "$ac_init_help" && exit $ac_status
     980test -n "$ac_init_help" && exit 0
    1435981if $ac_init_version; then
    1436982  cat <<\_ACEOF
    1437 configure
    1438 generated by GNU Autoconf 2.67
    1439 
    1440 Copyright (C) 2010 Free Software Foundation, Inc.
     983
     984Copyright (C) 2003 Free Software Foundation, Inc.
    1441985This configure script is free software; the Free Software Foundation
    1442986gives unlimited permission to copy, distribute and modify it.
    1443987_ACEOF
    1444   exit
    1445 fi
    1446 
    1447 ## ------------------------ ##
    1448 ## Autoconf initialization. ##
    1449 ## ------------------------ ##
    1450 
    1451 # ac_fn_c_try_compile LINENO
    1452 # --------------------------
    1453 # Try to compile conftest.$ac_ext, and return whether this succeeded.
    1454 ac_fn_c_try_compile ()
    1455 {
    1456   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1457   rm -f conftest.$ac_objext
    1458   if { { ac_try="$ac_compile"
    1459 case "(($ac_try" in
    1460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1461   *) ac_try_echo=$ac_try;;
    1462 esac
    1463 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1464 $as_echo "$ac_try_echo"; } >&5
    1465   (eval "$ac_compile") 2>conftest.err
    1466   ac_status=$?
    1467   if test -s conftest.err; then
    1468     grep -v '^ *+' conftest.err >conftest.er1
    1469     cat conftest.er1 >&5
    1470     mv -f conftest.er1 conftest.err
    1471   fi
    1472   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1473   test $ac_status = 0; } && {
    1474      test -z "$ac_c_werror_flag" ||
    1475      test ! -s conftest.err
    1476        } && test -s conftest.$ac_objext; then :
    1477   ac_retval=0
    1478 else
    1479   $as_echo "$as_me: failed program was:" >&5
    1480 sed 's/^/| /' conftest.$ac_ext >&5
    1481 
    1482     ac_retval=1
    1483 fi
    1484   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1485   as_fn_set_status $ac_retval
    1486 
    1487 } # ac_fn_c_try_compile
    1488 
    1489 # ac_fn_cxx_try_compile LINENO
    1490 # ----------------------------
    1491 # Try to compile conftest.$ac_ext, and return whether this succeeded.
    1492 ac_fn_cxx_try_compile ()
    1493 {
    1494   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1495   rm -f conftest.$ac_objext
    1496   if { { ac_try="$ac_compile"
    1497 case "(($ac_try" in
    1498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1499   *) ac_try_echo=$ac_try;;
    1500 esac
    1501 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1502 $as_echo "$ac_try_echo"; } >&5
    1503   (eval "$ac_compile") 2>conftest.err
    1504   ac_status=$?
    1505   if test -s conftest.err; then
    1506     grep -v '^ *+' conftest.err >conftest.er1
    1507     cat conftest.er1 >&5
    1508     mv -f conftest.er1 conftest.err
    1509   fi
    1510   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1511   test $ac_status = 0; } && {
    1512      test -z "$ac_cxx_werror_flag" ||
    1513      test ! -s conftest.err
    1514        } && test -s conftest.$ac_objext; then :
    1515   ac_retval=0
    1516 else
    1517   $as_echo "$as_me: failed program was:" >&5
    1518 sed 's/^/| /' conftest.$ac_ext >&5
    1519 
    1520     ac_retval=1
    1521 fi
    1522   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1523   as_fn_set_status $ac_retval
    1524 
    1525 } # ac_fn_cxx_try_compile
    1526 
    1527 # ac_fn_c_try_cpp LINENO
    1528 # ----------------------
    1529 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
    1530 ac_fn_c_try_cpp ()
    1531 {
    1532   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1533   if { { ac_try="$ac_cpp conftest.$ac_ext"
    1534 case "(($ac_try" in
    1535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1536   *) ac_try_echo=$ac_try;;
    1537 esac
    1538 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1539 $as_echo "$ac_try_echo"; } >&5
    1540   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
    1541   ac_status=$?
    1542   if test -s conftest.err; then
    1543     grep -v '^ *+' conftest.err >conftest.er1
    1544     cat conftest.er1 >&5
    1545     mv -f conftest.er1 conftest.err
    1546   fi
    1547   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1548   test $ac_status = 0; } > conftest.i && {
    1549      test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    1550      test ! -s conftest.err
    1551        }; then :
    1552   ac_retval=0
    1553 else
    1554   $as_echo "$as_me: failed program was:" >&5
    1555 sed 's/^/| /' conftest.$ac_ext >&5
    1556 
    1557     ac_retval=1
    1558 fi
    1559   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1560   as_fn_set_status $ac_retval
    1561 
    1562 } # ac_fn_c_try_cpp
    1563 
    1564 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
    1565 # -------------------------------------------------------
    1566 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
    1567 # the include files in INCLUDES and setting the cache variable VAR
    1568 # accordingly.
    1569 ac_fn_c_check_header_mongrel ()
    1570 {
    1571   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1572   if eval "test \"\${$3+set}\"" = set; then :
    1573   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    1574 $as_echo_n "checking for $2... " >&6; }
    1575 if eval "test \"\${$3+set}\"" = set; then :
    1576   $as_echo_n "(cached) " >&6
    1577 fi
    1578 eval ac_res=\$$3
    1579            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    1580 $as_echo "$ac_res" >&6; }
    1581 else
    1582   # Is the header compilable?
    1583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
    1584 $as_echo_n "checking $2 usability... " >&6; }
    1585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1586 /* end confdefs.h.  */
    1587 $4
    1588 #include <$2>
    1589 _ACEOF
    1590 if ac_fn_c_try_compile "$LINENO"; then :
    1591   ac_header_compiler=yes
    1592 else
    1593   ac_header_compiler=no
    1594 fi
    1595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    1596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
    1597 $as_echo "$ac_header_compiler" >&6; }
    1598 
    1599 # Is the header present?
    1600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
    1601 $as_echo_n "checking $2 presence... " >&6; }
    1602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1603 /* end confdefs.h.  */
    1604 #include <$2>
    1605 _ACEOF
    1606 if ac_fn_c_try_cpp "$LINENO"; then :
    1607   ac_header_preproc=yes
    1608 else
    1609   ac_header_preproc=no
    1610 fi
    1611 rm -f conftest.err conftest.i conftest.$ac_ext
    1612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
    1613 $as_echo "$ac_header_preproc" >&6; }
    1614 
    1615 # So?  What about this header?
    1616 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
    1617   yes:no: )
    1618     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
    1619 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
    1620     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    1621 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    1622     ;;
    1623   no:yes:* )
    1624     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
    1625 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
    1626     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
    1627 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
    1628     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
    1629 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
    1630     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
    1631 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
    1632     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    1633 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    1634     ;;
    1635 esac
    1636   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    1637 $as_echo_n "checking for $2... " >&6; }
    1638 if eval "test \"\${$3+set}\"" = set; then :
    1639   $as_echo_n "(cached) " >&6
    1640 else
    1641   eval "$3=\$ac_header_compiler"
    1642 fi
    1643 eval ac_res=\$$3
    1644            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    1645 $as_echo "$ac_res" >&6; }
    1646 fi
    1647   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1648 
    1649 } # ac_fn_c_check_header_mongrel
    1650 
    1651 # ac_fn_c_try_run LINENO
    1652 # ----------------------
    1653 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
    1654 # that executables *can* be run.
    1655 ac_fn_c_try_run ()
    1656 {
    1657   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1658   if { { ac_try="$ac_link"
    1659 case "(($ac_try" in
    1660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1661   *) ac_try_echo=$ac_try;;
    1662 esac
    1663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1664 $as_echo "$ac_try_echo"; } >&5
    1665   (eval "$ac_link") 2>&5
    1666   ac_status=$?
    1667   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1668   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
    1669   { { case "(($ac_try" in
    1670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1671   *) ac_try_echo=$ac_try;;
    1672 esac
    1673 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1674 $as_echo "$ac_try_echo"; } >&5
    1675   (eval "$ac_try") 2>&5
    1676   ac_status=$?
    1677   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1678   test $ac_status = 0; }; }; then :
    1679   ac_retval=0
    1680 else
    1681   $as_echo "$as_me: program exited with status $ac_status" >&5
    1682        $as_echo "$as_me: failed program was:" >&5
    1683 sed 's/^/| /' conftest.$ac_ext >&5
    1684 
    1685        ac_retval=$ac_status
    1686 fi
    1687   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1688   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1689   as_fn_set_status $ac_retval
    1690 
    1691 } # ac_fn_c_try_run
    1692 
    1693 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
    1694 # -------------------------------------------------------
    1695 # Tests whether HEADER exists and can be compiled using the include files in
    1696 # INCLUDES, setting the cache variable VAR accordingly.
    1697 ac_fn_c_check_header_compile ()
    1698 {
    1699   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1700   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    1701 $as_echo_n "checking for $2... " >&6; }
    1702 if eval "test \"\${$3+set}\"" = set; then :
    1703   $as_echo_n "(cached) " >&6
    1704 else
    1705   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1706 /* end confdefs.h.  */
    1707 $4
    1708 #include <$2>
    1709 _ACEOF
    1710 if ac_fn_c_try_compile "$LINENO"; then :
    1711   eval "$3=yes"
    1712 else
    1713   eval "$3=no"
    1714 fi
    1715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    1716 fi
    1717 eval ac_res=\$$3
    1718            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    1719 $as_echo "$ac_res" >&6; }
    1720   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1721 
    1722 } # ac_fn_c_check_header_compile
    1723 
    1724 # ac_fn_c_try_link LINENO
    1725 # -----------------------
    1726 # Try to link conftest.$ac_ext, and return whether this succeeded.
    1727 ac_fn_c_try_link ()
    1728 {
    1729   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1730   rm -f conftest.$ac_objext conftest$ac_exeext
    1731   if { { ac_try="$ac_link"
    1732 case "(($ac_try" in
    1733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1734   *) ac_try_echo=$ac_try;;
    1735 esac
    1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1737 $as_echo "$ac_try_echo"; } >&5
    1738   (eval "$ac_link") 2>conftest.err
    1739   ac_status=$?
    1740   if test -s conftest.err; then
    1741     grep -v '^ *+' conftest.err >conftest.er1
    1742     cat conftest.er1 >&5
    1743     mv -f conftest.er1 conftest.err
    1744   fi
    1745   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1746   test $ac_status = 0; } && {
    1747      test -z "$ac_c_werror_flag" ||
    1748      test ! -s conftest.err
    1749        } && test -s conftest$ac_exeext && {
    1750      test "$cross_compiling" = yes ||
    1751      $as_test_x conftest$ac_exeext
    1752        }; then :
    1753   ac_retval=0
    1754 else
    1755   $as_echo "$as_me: failed program was:" >&5
    1756 sed 's/^/| /' conftest.$ac_ext >&5
    1757 
    1758     ac_retval=1
    1759 fi
    1760   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
    1761   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
    1762   # interfere with the next link command; also delete a directory that is
    1763   # left behind by Apple's compiler.  We do this before executing the actions.
    1764   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1765   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1766   as_fn_set_status $ac_retval
    1767 
    1768 } # ac_fn_c_try_link
    1769 
    1770 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
    1771 # -------------------------------------------
    1772 # Tests whether TYPE exists after having included INCLUDES, setting cache
    1773 # variable VAR accordingly.
    1774 ac_fn_c_check_type ()
    1775 {
    1776   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1777   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    1778 $as_echo_n "checking for $2... " >&6; }
    1779 if eval "test \"\${$3+set}\"" = set; then :
    1780   $as_echo_n "(cached) " >&6
    1781 else
    1782   eval "$3=no"
    1783   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1784 /* end confdefs.h.  */
    1785 $4
    1786 int
    1787 main ()
    1788 {
    1789 if (sizeof ($2))
    1790      return 0;
    1791   ;
    1792   return 0;
    1793 }
    1794 _ACEOF
    1795 if ac_fn_c_try_compile "$LINENO"; then :
    1796   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1797 /* end confdefs.h.  */
    1798 $4
    1799 int
    1800 main ()
    1801 {
    1802 if (sizeof (($2)))
    1803         return 0;
    1804   ;
    1805   return 0;
    1806 }
    1807 _ACEOF
    1808 if ac_fn_c_try_compile "$LINENO"; then :
    1809 
    1810 else
    1811   eval "$3=yes"
    1812 fi
    1813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    1814 fi
    1815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    1816 fi
    1817 eval ac_res=\$$3
    1818            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    1819 $as_echo "$ac_res" >&6; }
    1820   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1821 
    1822 } # ac_fn_c_check_type
    1823 
    1824 # ac_fn_c_check_func LINENO FUNC VAR
    1825 # ----------------------------------
    1826 # Tests whether FUNC exists, setting the cache variable VAR accordingly
    1827 ac_fn_c_check_func ()
    1828 {
    1829   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1830   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    1831 $as_echo_n "checking for $2... " >&6; }
    1832 if eval "test \"\${$3+set}\"" = set; then :
    1833   $as_echo_n "(cached) " >&6
    1834 else
    1835   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1836 /* end confdefs.h.  */
    1837 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
    1838    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    1839 #define $2 innocuous_$2
    1840 
    1841 /* System header to define __stub macros and hopefully few prototypes,
    1842     which can conflict with char $2 (); below.
    1843     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1844     <limits.h> exists even on freestanding compilers.  */
    1845 
    1846 #ifdef __STDC__
    1847 # include <limits.h>
    1848 #else
    1849 # include <assert.h>
    1850 #endif
    1851 
    1852 #undef $2
    1853 
    1854 /* Override any GCC internal prototype to avoid an error.
    1855    Use char because int might match the return type of a GCC
    1856    builtin and then its argument prototype would still apply.  */
    1857 #ifdef __cplusplus
    1858 extern "C"
    1859 #endif
    1860 char $2 ();
    1861 /* The GNU C library defines this for functions which it implements
    1862     to always fail with ENOSYS.  Some functions are actually named
    1863     something starting with __ and the normal name is an alias.  */
    1864 #if defined __stub_$2 || defined __stub___$2
    1865 choke me
    1866 #endif
    1867 
    1868 int
    1869 main ()
    1870 {
    1871 return $2 ();
    1872   ;
    1873   return 0;
    1874 }
    1875 _ACEOF
    1876 if ac_fn_c_try_link "$LINENO"; then :
    1877   eval "$3=yes"
    1878 else
    1879   eval "$3=no"
    1880 fi
    1881 rm -f core conftest.err conftest.$ac_objext \
    1882     conftest$ac_exeext conftest.$ac_ext
    1883 fi
    1884 eval ac_res=\$$3
    1885            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    1886 $as_echo "$ac_res" >&6; }
    1887   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1888 
    1889 } # ac_fn_c_check_func
    1890 
    1891 # ac_fn_cxx_try_run LINENO
    1892 # ------------------------
    1893 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
    1894 # that executables *can* be run.
    1895 ac_fn_cxx_try_run ()
    1896 {
    1897   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1898   if { { ac_try="$ac_link"
    1899 case "(($ac_try" in
    1900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1901   *) ac_try_echo=$ac_try;;
    1902 esac
    1903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1904 $as_echo "$ac_try_echo"; } >&5
    1905   (eval "$ac_link") 2>&5
    1906   ac_status=$?
    1907   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1908   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
    1909   { { case "(($ac_try" in
    1910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    1911   *) ac_try_echo=$ac_try;;
    1912 esac
    1913 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    1914 $as_echo "$ac_try_echo"; } >&5
    1915   (eval "$ac_try") 2>&5
    1916   ac_status=$?
    1917   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1918   test $ac_status = 0; }; }; then :
    1919   ac_retval=0
    1920 else
    1921   $as_echo "$as_me: program exited with status $ac_status" >&5
    1922        $as_echo "$as_me: failed program was:" >&5
    1923 sed 's/^/| /' conftest.$ac_ext >&5
    1924 
    1925        ac_retval=$ac_status
    1926 fi
    1927   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1928   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1929   as_fn_set_status $ac_retval
    1930 
    1931 } # ac_fn_cxx_try_run
    1932 cat >config.log <<_ACEOF
     988  exit 0
     989fi
     990exec 5>config.log
     991cat >&5 <<_ACEOF
    1933992This file contains any messages produced by compilers while
    1934993running configure, to aid debugging if configure makes a mistake.
    1935994
    1936995It was created by $as_me, which was
    1937 generated by GNU Autoconf 2.67.  Invocation command line was
     996generated by GNU Autoconf 2.59.  Invocation command line was
    1938997
    1939998  $ $0 $@
    1940999
    19411000_ACEOF
    1942 exec 5>>config.log
    19431001{
    19441002cat <<_ASUNAME
     
    19591017/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    19601018/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    1961 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
     1019hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
    19621020/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    19631021/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    19711029  IFS=$as_save_IFS
    19721030  test -z "$as_dir" && as_dir=.
    1973     $as_echo "PATH: $as_dir"
    1974   done
    1975 IFS=$as_save_IFS
     1031  echo "PATH: $as_dir"
     1032done
    19761033
    19771034} >&5
     
    19951052ac_configure_args0=
    19961053ac_configure_args1=
     1054ac_sep=
    19971055ac_must_keep_next=false
    19981056for ac_pass in 1 2
     
    20051063    | -silent | --silent | --silen | --sile | --sil)
    20061064      continue ;;
    2007     *\'*)
    2008       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1065    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1066      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    20091067    esac
    20101068    case $ac_pass in
    2011     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
     1069    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
    20121070    2)
    2013       as_fn_append ac_configure_args1 " '$ac_arg'"
     1071      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
    20141072      if test $ac_must_keep_next = true; then
    20151073    ac_must_keep_next=false # Got value, back to normal.
     
    20271085    esac
    20281086      fi
    2029       as_fn_append ac_configure_args " '$ac_arg'"
     1087      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
     1088      # Get rid of the leading space.
     1089      ac_sep=" "
    20301090      ;;
    20311091    esac
    20321092  done
    20331093done
    2034 { ac_configure_args0=; unset ac_configure_args0;}
    2035 { ac_configure_args1=; unset ac_configure_args1;}
     1094$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
     1095$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
    20361096
    20371097# When interrupted or exit'd, cleanup temporary files, and complete
    20381098# config.log.  We remove comments because anyway the quotes in there
    20391099# would cause problems or look ugly.
    2040 # WARNING: Use '\'' to represent an apostrophe within the trap.
    2041 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
     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.
    20421102trap 'exit_status=$?
    20431103  # Save into config.log some information that might help in debugging.
     
    20451105    echo
    20461106
    2047     $as_echo "## ---------------- ##
     1107    cat <<\_ASBOX
     1108## ---------------- ##
    20481109## Cache variables. ##
    2049 ## ---------------- ##"
     1110## ---------------- ##
     1111_ASBOX
    20501112    echo
    20511113    # The following way of writing the cache mishandles newlines in values,
    2052 (
    2053   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
    2054     eval ac_val=\$$ac_var
    2055     case $ac_val in #(
    2056     *${as_nl}*)
    2057       case $ac_var in #(
    2058       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
    2059 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    2060       esac
    2061       case $ac_var in #(
    2062       _ | IFS | as_nl) ;; #(
    2063       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    2064       *) { eval $ac_var=; unset $ac_var;} ;;
    2065       esac ;;
    2066     esac
    2067   done
     1114{
    20681115  (set) 2>&1 |
    2069     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
    2070     *${as_nl}ac_space=\ *)
     1116    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
     1117    *ac_space=\ *)
    20711118      sed -n \
    2072     "s/'\''/'\''\\\\'\'''\''/g;
    2073       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
    2074       ;; #(
     1119    "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
     1120      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1121      ;;
    20751122    *)
    2076       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
     1123      sed -n \
     1124    "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    20771125      ;;
    2078     esac |
    2079     sort
    2080 )
     1126    esac;
     1127}
    20811128    echo
    20821129
    2083     $as_echo "## ----------------- ##
     1130    cat <<\_ASBOX
     1131## ----------------- ##
    20841132## Output variables. ##
    2085 ## ----------------- ##"
     1133## ----------------- ##
     1134_ASBOX
    20861135    echo
    20871136    for ac_var in $ac_subst_vars
    20881137    do
    2089       eval ac_val=\$$ac_var
    2090       case $ac_val in
    2091       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    2092       esac
    2093       $as_echo "$ac_var='\''$ac_val'\''"
     1138      eval ac_val=$`echo $ac_var`
     1139      echo "$ac_var='"'"'$ac_val'"'"'"
    20941140    done | sort
    20951141    echo
    20961142
    20971143    if test -n "$ac_subst_files"; then
    2098       $as_echo "## ------------------- ##
    2099 ## File substitutions. ##
    2100 ## ------------------- ##"
     1144      cat <<\_ASBOX
     1145## ------------- ##
     1146## Output files. ##
     1147## ------------- ##
     1148_ASBOX
    21011149      echo
    21021150      for ac_var in $ac_subst_files
    21031151      do
    2104     eval ac_val=\$$ac_var
    2105     case $ac_val in
    2106     *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    2107     esac
    2108     $as_echo "$ac_var='\''$ac_val'\''"
     1152    eval ac_val=$`echo $ac_var`
     1153    echo "$ac_var='"'"'$ac_val'"'"'"
    21091154      done | sort
    21101155      echo
     
    21121157
    21131158    if test -s confdefs.h; then
    2114       $as_echo "## ----------- ##
     1159      cat <<\_ASBOX
     1160## ----------- ##
    21151161## confdefs.h. ##
    2116 ## ----------- ##"
     1162## ----------- ##
     1163_ASBOX
    21171164      echo
    2118       cat confdefs.h
     1165      sed "/^$/d" confdefs.h | sort
    21191166      echo
    21201167    fi
    21211168    test "$ac_signal" != 0 &&
    2122       $as_echo "$as_me: caught signal $ac_signal"
    2123     $as_echo "$as_me: exit $exit_status"
     1169      echo "$as_me: caught signal $ac_signal"
     1170    echo "$as_me: exit $exit_status"
    21241171  } >&5
    2125   rm -f core *.core core.conftest.* &&
    2126     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
     1172  rm -f core *.core &&
     1173  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
    21271174    exit $exit_status
    2128 ' 0
     1175     ' 0
    21291176for ac_signal in 1 2 13 15; do
    2130   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
     1177  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
    21311178done
    21321179ac_signal=0
    21331180
    21341181# confdefs.h avoids OS command line length limits that DEFS can exceed.
    2135 rm -f -r conftest* confdefs.h
    2136 
    2137 $as_echo "/* confdefs.h */" > confdefs.h
     1182rm -rf conftest* confdefs.h
     1183# AIX cpp loses on an empty file, so make sure it contains at least a newline.
     1184echo >confdefs.h
    21381185
    21391186# Predefined preprocessor variables.
     
    21431190_ACEOF
    21441191
     1192
    21451193cat >>confdefs.h <<_ACEOF
    21461194#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
    21471195_ACEOF
    21481196
     1197
    21491198cat >>confdefs.h <<_ACEOF
    21501199#define PACKAGE_VERSION "$PACKAGE_VERSION"
    21511200_ACEOF
    21521201
     1202
    21531203cat >>confdefs.h <<_ACEOF
    21541204#define PACKAGE_STRING "$PACKAGE_STRING"
    21551205_ACEOF
    21561206
     1207
    21571208cat >>confdefs.h <<_ACEOF
    21581209#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
    21591210_ACEOF
    21601211
    2161 cat >>confdefs.h <<_ACEOF
    2162 #define PACKAGE_URL "$PACKAGE_URL"
    2163 _ACEOF
    2164 
    21651212
    21661213# Let the site file select an alternate cache file if it wants to.
    2167 # Prefer an explicitly selected file to automatically selected ones.
    2168 ac_site_file1=NONE
    2169 ac_site_file2=NONE
    2170 if test -n "$CONFIG_SITE"; then
    2171   # We do not want a PATH search for config.site.
    2172   case $CONFIG_SITE in #((
    2173     -*)  ac_site_file1=./$CONFIG_SITE;;
    2174     */*) ac_site_file1=$CONFIG_SITE;;
    2175     *)   ac_site_file1=./$CONFIG_SITE;;
    2176   esac
    2177 elif test "x$prefix" != xNONE; then
    2178   ac_site_file1=$prefix/share/config.site
    2179   ac_site_file2=$prefix/etc/config.site
    2180 else
    2181   ac_site_file1=$ac_default_prefix/share/config.site
    2182   ac_site_file2=$ac_default_prefix/etc/config.site
    2183 fi
    2184 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    2185 do
    2186   test "x$ac_site_file" = xNONE && continue
    2187   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
    2188     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
    2189 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1214# Prefer explicitly selected file to automatically selected ones.
     1215if 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
     1221fi
     1222for ac_site_file in $CONFIG_SITE; do
     1223  if test -r "$ac_site_file"; then
     1224    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1225echo "$as_me: loading site script $ac_site_file" >&6;}
    21901226    sed 's/^/| /' "$ac_site_file" >&5
    2191     . "$ac_site_file" \
    2192       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    2193 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2194 as_fn_error $? "failed to load site script $ac_site_file
    2195 See \`config.log' for more details" "$LINENO" 5 ; }
     1227    . "$ac_site_file"
    21961228  fi
    21971229done
    21981230
    21991231if test -r "$cache_file"; then
    2200   # Some versions of bash will fail to source /dev/null (special files
    2201   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
    2202   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
    2203     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
    2204 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1232  # Some versions of bash will fail to source /dev/null (special
     1233  # files actually), so we avoid doing that.
     1234  if test -f "$cache_file"; then
     1235    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1236echo "$as_me: loading cache $cache_file" >&6;}
    22051237    case $cache_file in
    2206       [\\/]* | ?:[\\/]* ) . "$cache_file";;
    2207       *)                      . "./$cache_file";;
     1238      [\\/]* | ?:[\\/]* ) . $cache_file;;
     1239      *)                      . ./$cache_file;;
    22081240    esac
    22091241  fi
    22101242else
    2211   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
    2212 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1243  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1244echo "$as_me: creating cache $cache_file" >&6;}
    22131245  >$cache_file
    22141246fi
     
    22171249# value.
    22181250ac_cache_corrupted=false
    2219 for ac_var in $ac_precious_vars; do
     1251for ac_var in `(set) 2>&1 |
     1252           sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    22201253  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    22211254  eval ac_new_set=\$ac_env_${ac_var}_set
    2222   eval ac_old_val=\$ac_cv_env_${ac_var}_value
    2223   eval ac_new_val=\$ac_env_${ac_var}_value
     1255  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
     1256  eval ac_new_val="\$ac_env_${ac_var}_value"
    22241257  case $ac_old_set,$ac_new_set in
    22251258    set,)
    2226       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    2227 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1259      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1260echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    22281261      ac_cache_corrupted=: ;;
    22291262    ,set)
    2230       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
    2231 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1263      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1264echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    22321265      ac_cache_corrupted=: ;;
    22331266    ,);;
    22341267    *)
    22351268      if test "x$ac_old_val" != "x$ac_new_val"; then
    2236     # differences in whitespace do not lead to failure.
    2237     ac_old_val_w=`echo x $ac_old_val`
    2238     ac_new_val_w=`echo x $ac_new_val`
    2239     if test "$ac_old_val_w" != "$ac_new_val_w"; then
    2240       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
    2241 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    2242       ac_cache_corrupted=:
    2243     else
    2244       { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    2245 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    2246       eval $ac_var=\$ac_old_val
    2247     fi
    2248     { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
    2249 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    2250     { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
    2251 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1269    { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1270echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1271    { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1272echo "$as_me:   former value:  $ac_old_val" >&2;}
     1273    { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1274echo "$as_me:   current value: $ac_new_val" >&2;}
     1275    ac_cache_corrupted=:
    22521276      fi;;
    22531277  esac
     
    22551279  if test "$ac_new_set" = set; then
    22561280    case $ac_new_val in
    2257     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1281    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1282      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    22581283    *) ac_arg=$ac_var=$ac_new_val ;;
    22591284    esac
    22601285    case " $ac_configure_args " in
    22611286      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
    2262       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
     1287      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
    22631288    esac
    22641289  fi
    22651290done
    22661291if $ac_cache_corrupted; then
    2267   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    2268 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2269   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
    2270 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    2271   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
    2272 fi
    2273 ## -------------------- ##
    2274 ## Main body of script. ##
    2275 ## -------------------- ##
     1292  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1293echo "$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
     1295echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1296   { (exit 1); exit 1; }; }
     1297fi
    22761298
    22771299ac_ext=c
     
    22821304
    22831305
    2284 ac_config_headers="$ac_config_headers config.h"
     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"
    22851324
    22861325
     
    23011340USE_FASTCGI=0
    23021341if test USE_FASTCGI = 1; then
    2303 $as_echo "#define USE_FASTCGI 1" >>confdefs.h
     1342cat >>confdefs.h <<\_ACEOF
     1343#define USE_FASTCGI 1
     1344_ACEOF
    23041345
    23051346
     
    23071348
    23081349if test USE_LANGACTION = 1; then
    2309 $as_echo "#define USE_LANGACTION 1" >>confdefs.h
    2310 
    2311 
    2312 fi
    2313 
    2314 # Check whether --enable-corba was given.
    2315 if test "${enable_corba+set}" = set; then :
    2316   enableval=$enable_corba; USE_CORBA=$enableval
     1350cat >>confdefs.h <<\_ACEOF
     1351#define USE_LANGACTION 1
     1352_ACEOF
     1353
     1354
     1355fi
     1356
     1357# Check whether --enable-corba or --disable-corba was given.
     1358if test "${enable_corba+set}" = set; then
     1359  enableval="$enable_corba"
     1360  USE_CORBA=$enableval
    23171361else
    23181362  USE_CORBA=no
    2319 fi
    2320 
     1363fi;
    23211364if test $USE_CORBA = "yes" -o $USE_CORBA = "1" ; then
    23221365  USE_CORBA=1
    2323   $as_echo "#define USE_CORBA /**/" >>confdefs.h
     1366  cat >>confdefs.h <<\_ACEOF
     1367#define USE_CORBA
     1368_ACEOF
    23241369
    23251370else
     
    23291374
    23301375
    2331 # Check whether --with-micodir was given.
    2332 if test "${with_micodir+set}" = set; then :
    2333   withval=$with_micodir; MICO_DIR=$withval
     1376# Check whether --with-micodir or --without-micodir was given.
     1377if test "${with_micodir+set}" = set; then
     1378  withval="$with_micodir"
     1379  MICO_DIR=$withval
    23341380else
    23351381  MICO_DIR="default"
    2336 fi
    2337 
     1382fi;
    23381383cat >>confdefs.h <<_ACEOF
    23391384#define MICO_DIR "$MICO_DIR"
     
    23421387
    23431388
    2344 # Check whether --enable-z3950 was given.
    2345 if test "${enable_z3950+set}" = set; then :
    2346   enableval=$enable_z3950; USE_Z3950=$enableval
     1389# Check whether --enable-z3950 or --disable-z3950 was given.
     1390if test "${enable_z3950+set}" = set; then
     1391  enableval="$enable_z3950"
     1392  USE_Z3950=$enableval
    23471393else
    23481394  USE_Z3950=no
    2349 fi
    2350 
     1395fi;
    23511396if test $USE_Z3950 = "yes" -o $USE_Z3950 = "1" ; then
    23521397  USE_Z3950=1
    2353   $as_echo "#define USE_Z3950 /**/" >>confdefs.h
     1398  cat >>confdefs.h <<\_ACEOF
     1399#define USE_Z3950
     1400_ACEOF
    23541401
    23551402else
     
    23581405
    23591406
    2360 # Check whether --enable-yaz was given.
    2361 if test "${enable_yaz+set}" = set; then :
    2362   enableval=$enable_yaz; USE_YAZ=$enableval
     1407# Check whether --enable-yaz or --disable-yaz was given.
     1408if test "${enable_yaz+set}" = set; then
     1409  enableval="$enable_yaz"
     1410  USE_YAZ=$enableval
    23631411else
    23641412  USE_YAZ=yes
    2365 fi
    2366 
     1413fi;
    23671414if test $USE_YAZ = "yes" -o $USE_YAZ = "1" ; then
    23681415  USE_YAZ=1
    2369   $as_echo "#define USE_YAZ /**/" >>confdefs.h
     1416  cat >>confdefs.h <<\_ACEOF
     1417#define USE_YAZ
     1418_ACEOF
    23701419
    23711420else
     
    23741423
    23751424
    2376 # Check whether --enable-java was given.
    2377 if test "${enable_java+set}" = set; then :
    2378   enableval=$enable_java; ENABLE_JAVA=$enableval
     1425# Check whether --enable-java or --disable-java was given.
     1426if test "${enable_java+set}" = set; then
     1427  enableval="$enable_java"
     1428  ENABLE_JAVA=$enableval
    23791429else
    23801430  ENABLE_JAVA=yes
    2381 fi
    2382 
     1431fi;
    23831432if test $ENABLE_JAVA = "yes" -o $ENABLE_JAVA = "1" ; then
    23841433  ENABLE_JAVA=1
     
    23941443
    23951444
    2396 # Check whether --enable-jdbm was given.
    2397 if test "${enable_jdbm+set}" = set; then :
    2398   enableval=$enable_jdbm; USE_JDBM=$enableval
     1445# Check whether --enable-wvware or --disable-wvware was given.
     1446if test "${enable_wvware+set}" = set; then
     1447  enableval="$enable_wvware"
     1448  USE_WVWARE=$enableval
     1449else
     1450  USE_WVWARE=yes
     1451fi;
     1452if test $USE_WVWARE = "yes" -o $USE_WVWARE = "1" ; then
     1453  USE_WVWARE=1
     1454  cat >>confdefs.h <<\_ACEOF
     1455#define USE_WVWARE
     1456_ACEOF
     1457
     1458else
     1459  USE_WVWARE=0
     1460fi
     1461
     1462
     1463# Check whether --enable-jdbm or --disable-jdbm was given.
     1464if test "${enable_jdbm+set}" = set; then
     1465  enableval="$enable_jdbm"
     1466  USE_JDBM=$enableval
    23991467else
    24001468  USE_JDBM=yes
    2401 fi
    2402 
     1469fi;
    24031470if test $ENABLE_JAVA = "1" -a \( $USE_JDBM = "yes" -o $USE_JDBM = "1" \) ; then
    24041471  USE_JDBM=1
    2405   $as_echo "#define USE_JDBM /**/" >>confdefs.h
     1472  cat >>confdefs.h <<\_ACEOF
     1473#define USE_JDBM
     1474_ACEOF
    24061475
    24071476else
     
    24101479
    24111480
    2412 # Check whether --enable-gdbm was given.
    2413 if test "${enable_gdbm+set}" = set; then :
    2414   enableval=$enable_gdbm; USE_GDBM=$enableval
     1481# Check whether --enable-gdbm or --disable-gdbm was given.
     1482if test "${enable_gdbm+set}" = set; then
     1483  enableval="$enable_gdbm"
     1484  USE_GDBM=$enableval
    24151485else
    24161486  USE_GDBM=yes
    2417 fi
    2418 
     1487fi;
    24191488if test $USE_GDBM = "yes" -o $USE_GDBM = "1" ; then
    24201489  USE_GDBM=1
    2421   $as_echo "#define USE_GDBM /**/" >>confdefs.h
     1490  cat >>confdefs.h <<\_ACEOF
     1491#define USE_GDBM
     1492_ACEOF
    24221493
    24231494else
     
    24261497
    24271498
    2428 # Check whether --enable-accentfold was given.
    2429 if test "${enable_accentfold+set}" = set; then :
    2430   enableval=$enable_accentfold; ENABLE_ACCENTFOLD=$enableval
     1499# Check whether --enable-accentfold or --disable-accentfold was given.
     1500if test "${enable_accentfold+set}" = set; then
     1501  enableval="$enable_accentfold"
     1502  ENABLE_ACCENTFOLD=$enableval
    24311503else
    24321504  ENABLE_ACCENTFOLD=yes
    2433 fi
    2434 
     1505fi;
    24351506if test $ENABLE_ACCENTFOLD = "yes" -o $ENABLE_ACCENTFOLD = "1" ; then
    24361507  ENABLE_ACCENTFOLD=1
    2437   $as_echo "#define ENABLE_ACCENTFOLD /**/" >>confdefs.h
     1508  cat >>confdefs.h <<\_ACEOF
     1509#define ENABLE_ACCENTFOLD
     1510_ACEOF
    24381511
    24391512else
     
    24421515
    24431516
    2444 # Check whether --enable-sqlite was given.
    2445 if test "${enable_sqlite+set}" = set; then :
    2446   enableval=$enable_sqlite; USE_SQLITE=$enableval
     1517# Check whether --enable-sqlite or --disable-sqlite was given.
     1518if test "${enable_sqlite+set}" = set; then
     1519  enableval="$enable_sqlite"
     1520  USE_SQLITE=$enableval
    24471521else
    24481522  USE_SQLITE=yes
    2449 fi
    2450 
     1523fi;
    24511524if test $USE_SQLITE = "yes" -o $USE_SQLITE = "1" ; then
    24521525  USE_SQLITE=1
    2453   $as_echo "#define USE_SQLITE /**/" >>confdefs.h
     1526  cat >>confdefs.h <<\_ACEOF
     1527#define USE_SQLITE
     1528_ACEOF
    24541529
    24551530else
     
    24741549  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    24751550set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2477 $as_echo_n "checking for $ac_word... " >&6; }
    2478 if test "${ac_cv_prog_CC+set}" = set; then :
    2479   $as_echo_n "(cached) " >&6
     1551echo "$as_me:$LINENO: checking for $ac_word" >&5
     1552echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1553if test "${ac_cv_prog_CC+set}" = set; then
     1554  echo $ECHO_N "(cached) $ECHO_C" >&6
    24801555else
    24811556  if test -n "$CC"; then
     
    24871562  IFS=$as_save_IFS
    24881563  test -z "$as_dir" && as_dir=.
    2489     for ac_exec_ext in '' $ac_executable_extensions; do
    2490   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1564  for ac_exec_ext in '' $ac_executable_extensions; do
     1565  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    24911566    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2492     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     1567    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24931568    break 2
    24941569  fi
    24951570done
    2496   done
    2497 IFS=$as_save_IFS
     1571done
    24981572
    24991573fi
     
    25011575CC=$ac_cv_prog_CC
    25021576if test -n "$CC"; then
    2503   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
    2504 $as_echo "$CC" >&6; }
    2505 else
    2506   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    2507 $as_echo "no" >&6; }
    2508 fi
    2509 
     1577  echo "$as_me:$LINENO: result: $CC" >&5
     1578echo "${ECHO_T}$CC" >&6
     1579else
     1580  echo "$as_me:$LINENO: result: no" >&5
     1581echo "${ECHO_T}no" >&6
     1582fi
    25101583
    25111584fi
     
    25141587  # Extract the first word of "gcc", so it can be a program name with args.
    25151588set dummy gcc; ac_word=$2
    2516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2517 $as_echo_n "checking for $ac_word... " >&6; }
    2518 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    2519   $as_echo_n "(cached) " >&6
     1589echo "$as_me:$LINENO: checking for $ac_word" >&5
     1590echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1591if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     1592  echo $ECHO_N "(cached) $ECHO_C" >&6
    25201593else
    25211594  if test -n "$ac_ct_CC"; then
     
    25271600  IFS=$as_save_IFS
    25281601  test -z "$as_dir" && as_dir=.
    2529     for ac_exec_ext in '' $ac_executable_extensions; do
    2530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1602  for ac_exec_ext in '' $ac_executable_extensions; do
     1603  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    25311604    ac_cv_prog_ac_ct_CC="gcc"
    2532     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     1605    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25331606    break 2
    25341607  fi
    25351608done
    2536   done
    2537 IFS=$as_save_IFS
     1609done
    25381610
    25391611fi
     
    25411613ac_ct_CC=$ac_cv_prog_ac_ct_CC
    25421614if test -n "$ac_ct_CC"; then
    2543   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
    2544 $as_echo "$ac_ct_CC" >&6; }
    2545 else
    2546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    2547 $as_echo "no" >&6; }
    2548 fi
    2549 
    2550   if test "x$ac_ct_CC" = x; then
    2551     CC=""
    2552   else
    2553     case $cross_compiling:$ac_tool_warned in
    2554 yes:)
    2555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    2556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    2557 ac_tool_warned=yes ;;
    2558 esac
    2559     CC=$ac_ct_CC
    2560   fi
     1615  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1616echo "${ECHO_T}$ac_ct_CC" >&6
     1617else
     1618  echo "$as_me:$LINENO: result: no" >&5
     1619echo "${ECHO_T}no" >&6
     1620fi
     1621
     1622  CC=$ac_ct_CC
    25611623else
    25621624  CC="$ac_cv_prog_CC"
     
    25641626
    25651627if test -z "$CC"; then
    2566           if test -n "$ac_tool_prefix"; then
    2567     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     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.
    25681630set dummy ${ac_tool_prefix}cc; ac_word=$2
    2569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2570 $as_echo_n "checking for $ac_word... " >&6; }
    2571 if test "${ac_cv_prog_CC+set}" = set; then :
    2572   $as_echo_n "(cached) " >&6
     1631echo "$as_me:$LINENO: checking for $ac_word" >&5
     1632echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1633if test "${ac_cv_prog_CC+set}" = set; then
     1634  echo $ECHO_N "(cached) $ECHO_C" >&6
    25731635else
    25741636  if test -n "$CC"; then
     
    25801642  IFS=$as_save_IFS
    25811643  test -z "$as_dir" && as_dir=.
    2582     for ac_exec_ext in '' $ac_executable_extensions; do
    2583   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1644  for ac_exec_ext in '' $ac_executable_extensions; do
     1645  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    25841646    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2585     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     1647    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25861648    break 2
    25871649  fi
    25881650done
    2589   done
    2590 IFS=$as_save_IFS
     1651done
    25911652
    25921653fi
     
    25941655CC=$ac_cv_prog_CC
    25951656if test -n "$CC"; then
    2596   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
    2597 $as_echo "$CC" >&6; }
    2598 else
    2599   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    2600 $as_echo "no" >&6; }
    2601 fi
    2602 
    2603 
     1657  echo "$as_me:$LINENO: result: $CC" >&5
     1658echo "${ECHO_T}$CC" >&6
     1659else
     1660  echo "$as_me:$LINENO: result: no" >&5
     1661echo "${ECHO_T}no" >&6
     1662fi
     1663
     1664fi
     1665if 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.
     1668set dummy cc; ac_word=$2
     1669echo "$as_me:$LINENO: checking for $ac_word" >&5
     1670echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1671if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     1672  echo $ECHO_N "(cached) $ECHO_C" >&6
     1673else
     1674  if test -n "$ac_ct_CC"; then
     1675  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
     1676else
     1677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1678for as_dir in $PATH
     1679do
     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
    26041687  fi
     1688done
     1689done
     1690
     1691fi
     1692fi
     1693ac_ct_CC=$ac_cv_prog_ac_ct_CC
     1694if test -n "$ac_ct_CC"; then
     1695  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1696echo "${ECHO_T}$ac_ct_CC" >&6
     1697else
     1698  echo "$as_me:$LINENO: result: no" >&5
     1699echo "${ECHO_T}no" >&6
     1700fi
     1701
     1702  CC=$ac_ct_CC
     1703else
     1704  CC="$ac_cv_prog_CC"
     1705fi
     1706
    26051707fi
    26061708if test -z "$CC"; then
    26071709  # Extract the first word of "cc", so it can be a program name with args.
    26081710set dummy cc; ac_word=$2
    2609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2610 $as_echo_n "checking for $ac_word... " >&6; }
    2611 if test "${ac_cv_prog_CC+set}" = set; then :
    2612   $as_echo_n "(cached) " >&6
     1711echo "$as_me:$LINENO: checking for $ac_word" >&5
     1712echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1713if test "${ac_cv_prog_CC+set}" = set; then
     1714  echo $ECHO_N "(cached) $ECHO_C" >&6
    26131715else
    26141716  if test -n "$CC"; then
     
    26211723  IFS=$as_save_IFS
    26221724  test -z "$as_dir" && as_dir=.
    2623     for ac_exec_ext in '' $ac_executable_extensions; do
    2624   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1725  for ac_exec_ext in '' $ac_executable_extensions; do
     1726  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    26251727    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    26261728       ac_prog_rejected=yes
     
    26281730     fi
    26291731    ac_cv_prog_CC="cc"
    2630     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     1732    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26311733    break 2
    26321734  fi
    26331735done
    2634   done
    2635 IFS=$as_save_IFS
     1736done
    26361737
    26371738if test $ac_prog_rejected = yes; then
     
    26511752CC=$ac_cv_prog_CC
    26521753if test -n "$CC"; then
    2653   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
    2654 $as_echo "$CC" >&6; }
    2655 else
    2656   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    2657 $as_echo "no" >&6; }
    2658 fi
    2659 
     1754  echo "$as_me:$LINENO: result: $CC" >&5
     1755echo "${ECHO_T}$CC" >&6
     1756else
     1757  echo "$as_me:$LINENO: result: no" >&5
     1758echo "${ECHO_T}no" >&6
     1759fi
    26601760
    26611761fi
    26621762if test -z "$CC"; then
    26631763  if test -n "$ac_tool_prefix"; then
    2664   for ac_prog in cl.exe
     1764  for ac_prog in cl
    26651765  do
    26661766    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    26671767set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2669 $as_echo_n "checking for $ac_word... " >&6; }
    2670 if test "${ac_cv_prog_CC+set}" = set; then :
    2671   $as_echo_n "(cached) " >&6
     1768echo "$as_me:$LINENO: checking for $ac_word" >&5
     1769echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1770if test "${ac_cv_prog_CC+set}" = set; then
     1771  echo $ECHO_N "(cached) $ECHO_C" >&6
    26721772else
    26731773  if test -n "$CC"; then
     
    26791779  IFS=$as_save_IFS
    26801780  test -z "$as_dir" && as_dir=.
    2681     for ac_exec_ext in '' $ac_executable_extensions; do
    2682   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1781  for ac_exec_ext in '' $ac_executable_extensions; do
     1782  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    26831783    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2684     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     1784    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26851785    break 2
    26861786  fi
    26871787done
    2688   done
    2689 IFS=$as_save_IFS
     1788done
    26901789
    26911790fi
     
    26931792CC=$ac_cv_prog_CC
    26941793if test -n "$CC"; then
    2695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
    2696 $as_echo "$CC" >&6; }
    2697 else
    2698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    2699 $as_echo "no" >&6; }
    2700 fi
    2701 
     1794  echo "$as_me:$LINENO: result: $CC" >&5
     1795echo "${ECHO_T}$CC" >&6
     1796else
     1797  echo "$as_me:$LINENO: result: no" >&5
     1798echo "${ECHO_T}no" >&6
     1799fi
    27021800
    27031801    test -n "$CC" && break
     
    27061804if test -z "$CC"; then
    27071805  ac_ct_CC=$CC
    2708   for ac_prog in cl.exe
     1806  for ac_prog in cl
    27091807do
    27101808  # Extract the first word of "$ac_prog", so it can be a program name with args.
    27111809set dummy $ac_prog; ac_word=$2
    2712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2713 $as_echo_n "checking for $ac_word... " >&6; }
    2714 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    2715   $as_echo_n "(cached) " >&6
     1810echo "$as_me:$LINENO: checking for $ac_word" >&5
     1811echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1812if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     1813  echo $ECHO_N "(cached) $ECHO_C" >&6
    27161814else
    27171815  if test -n "$ac_ct_CC"; then
     
    27231821  IFS=$as_save_IFS
    27241822  test -z "$as_dir" && as_dir=.
    2725     for ac_exec_ext in '' $ac_executable_extensions; do
    2726   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1823  for ac_exec_ext in '' $ac_executable_extensions; do
     1824  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    27271825    ac_cv_prog_ac_ct_CC="$ac_prog"
    2728     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     1826    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27291827    break 2
    27301828  fi
    27311829done
    2732   done
    2733 IFS=$as_save_IFS
     1830done
    27341831
    27351832fi
     
    27371834ac_ct_CC=$ac_cv_prog_ac_ct_CC
    27381835if test -n "$ac_ct_CC"; then
    2739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
    2740 $as_echo "$ac_ct_CC" >&6; }
    2741 else
    2742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    2743 $as_echo "no" >&6; }
    2744 fi
    2745 
     1836  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1837echo "${ECHO_T}$ac_ct_CC" >&6
     1838else
     1839  echo "$as_me:$LINENO: result: no" >&5
     1840echo "${ECHO_T}no" >&6
     1841fi
    27461842
    27471843  test -n "$ac_ct_CC" && break
    27481844done
    27491845
    2750   if test "x$ac_ct_CC" = x; then
    2751     CC=""
    2752   else
    2753     case $cross_compiling:$ac_tool_warned in
    2754 yes:)
    2755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    2756 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    2757 ac_tool_warned=yes ;;
    2758 esac
    2759     CC=$ac_ct_CC
    2760   fi
    2761 fi
    2762 
    2763 fi
    2764 
    2765 
    2766 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    2767 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2768 as_fn_error $? "no acceptable C compiler found in \$PATH
    2769 See \`config.log' for more details" "$LINENO" 5 ; }
     1846  CC=$ac_ct_CC
     1847fi
     1848
     1849fi
     1850
     1851
     1852test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     1853See \`config.log' for more details." >&5
     1854echo "$as_me: error: no acceptable C compiler found in \$PATH
     1855See \`config.log' for more details." >&2;}
     1856   { (exit 1); exit 1; }; }
    27701857
    27711858# Provide some information about the compiler.
    2772 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
    2773 set X $ac_compile
    2774 ac_compiler=$2
    2775 for ac_option in --version -v -V -qversion; do
    2776   { { ac_try="$ac_compiler $ac_option >&5"
    2777 case "(($ac_try" in
    2778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2779   *) ac_try_echo=$ac_try;;
    2780 esac
    2781 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    2782 $as_echo "$ac_try_echo"; } >&5
    2783   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
    2784   ac_status=$?
    2785   if test -s conftest.err; then
    2786     sed '10a\
    2787 ... rest of stderr output deleted ...
    2788          10q' conftest.err >conftest.er1
    2789     cat conftest.er1 >&5
    2790   fi
    2791   rm -f conftest.er1 conftest.err
    2792   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    2793   test $ac_status = 0; }
    2794 done
    2795 
    2796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     1859echo "$as_me:$LINENO:" \
     1860     "checking for C compiler version" >&5
     1861ac_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
     1864  ac_status=$?
     1865  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1866  (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
     1869  ac_status=$?
     1870  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1871  (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
     1874  ac_status=$?
     1875  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1876  (exit $ac_status); }
     1877
     1878cat >conftest.$ac_ext <<_ACEOF
     1879/* confdefs.h.  */
     1880_ACEOF
     1881cat confdefs.h >>conftest.$ac_ext
     1882cat >>conftest.$ac_ext <<_ACEOF
    27971883/* end confdefs.h.  */
    27981884
     
    28061892_ACEOF
    28071893ac_clean_files_save=$ac_clean_files
    2808 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     1894ac_clean_files="$ac_clean_files a.out a.exe b.out"
    28091895# Try to create an executable without -o first, disregard a.out.
    28101896# It will help us diagnose broken compilers, and finding out an intuition
    28111897# of exeext.
    2812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
    2813 $as_echo_n "checking whether the C compiler works... " >&6; }
    2814 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2815 
    2816 # The possible output files:
    2817 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2818 
    2819 ac_rmfiles=
    2820 for ac_file in $ac_files
    2821 do
    2822   case $ac_file in
    2823     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    2824     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    2825   esac
    2826 done
    2827 rm -f $ac_rmfiles
    2828 
    2829 if { { ac_try="$ac_link_default"
    2830 case "(($ac_try" in
    2831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2832   *) ac_try_echo=$ac_try;;
    2833 esac
    2834 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    2835 $as_echo "$ac_try_echo"; } >&5
    2836   (eval "$ac_link_default") 2>&5
    2837   ac_status=$?
    2838   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    2839   test $ac_status = 0; }; then :
    2840   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
    2841 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
    2842 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
    2843 # so that the user can short-circuit this test for compilers unknown to
    2844 # Autoconf.
    2845 for ac_file in $ac_files ''
     1898echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     1899echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
     1900ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     1901if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
     1902  (eval $ac_link_default) 2>&5
     1903  ac_status=$?
     1904  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1905  (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.
     1912ac_cv_exeext=
     1913# b.out is created by i960 compilers.
     1914for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
    28461915do
    28471916  test -f "$ac_file" || continue
    28481917  case $ac_file in
    2849     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     1918    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
     1919    ;;
     1920    conftest.$ac_ext )
     1921    # This is the source file.
    28501922    ;;
    28511923    [ab].out )
     
    28541926    break;;
    28551927    *.* )
    2856     if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
    2857     then :; else
    2858        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2859     fi
    2860     # We set ac_cv_exeext here because the later test for it is not
    2861     # safe: cross compilers may not add the suffix if given an `-o'
    2862     # argument, so we may need to know it at that point already.
    2863     # Even if this section looks crufty: it has the advantage of
    2864     # actually working.
     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
    28651933    break;;
    28661934    * )
     
    28681936  esac
    28691937done
    2870 test "$ac_cv_exeext" = no && ac_cv_exeext=
    2871 
    2872 else
    2873   ac_file=''
    2874 fi
    2875 if test -z "$ac_file"; then :
    2876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    2877 $as_echo "no" >&6; }
    2878 $as_echo "$as_me: failed program was:" >&5
     1938else
     1939  echo "$as_me: failed program was:" >&5
    28791940sed 's/^/| /' conftest.$ac_ext >&5
    28801941
    2881 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    2882 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2883 as_fn_error 77 "C compiler cannot create executables
    2884 See \`config.log' for more details" "$LINENO" 5 ; }
    2885 else
    2886   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    2887 $as_echo "yes" >&6; }
    2888 fi
    2889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
    2890 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
    2892 $as_echo "$ac_file" >&6; }
     1942{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
     1943See \`config.log' for more details." >&5
     1944echo "$as_me: error: C compiler cannot create executables
     1945See \`config.log' for more details." >&2;}
     1946   { (exit 77); exit 77; }; }
     1947fi
     1948
    28931949ac_exeext=$ac_cv_exeext
    2894 
    2895 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     1950echo "$as_me:$LINENO: result: $ac_file" >&5
     1951echo "${ECHO_T}$ac_file" >&6
     1952
     1953# Check the compiler produces executables we can run.  If not, either
     1954# the compiler is broken, or we cross compile.
     1955echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     1956echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     1957# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
     1958# If not cross compiling, check that we can run a simple program.
     1959if test "$cross_compiling" != yes; then
     1960  if { ac_try='./$ac_file'
     1961  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     1962  (eval $ac_try) 2>&5
     1963  ac_status=$?
     1964  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1965  (exit $ac_status); }; }; then
     1966    cross_compiling=no
     1967  else
     1968    if test "$cross_compiling" = maybe; then
     1969    cross_compiling=yes
     1970    else
     1971    { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     1972If you meant to cross compile, use \`--host'.
     1973See \`config.log' for more details." >&5
     1974echo "$as_me: error: cannot run C compiled programs.
     1975If you meant to cross compile, use \`--host'.
     1976See \`config.log' for more details." >&2;}
     1977   { (exit 1); exit 1; }; }
     1978    fi
     1979  fi
     1980fi
     1981echo "$as_me:$LINENO: result: yes" >&5
     1982echo "${ECHO_T}yes" >&6
     1983
     1984rm -f a.out a.exe conftest$ac_cv_exeext b.out
    28961985ac_clean_files=$ac_clean_files_save
    2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
    2898 $as_echo_n "checking for suffix of executables... " >&6; }
    2899 if { { ac_try="$ac_link"
    2900 case "(($ac_try" in
    2901   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2902   *) ac_try_echo=$ac_try;;
    2903 esac
    2904 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    2905 $as_echo "$ac_try_echo"; } >&5
    2906   (eval "$ac_link") 2>&5
    2907   ac_status=$?
    2908   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    2909   test $ac_status = 0; }; then :
     1986# Check the compiler produces executables we can run.  If not, either
     1987# the compiler is broken, or we cross compile.
     1988echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     1989echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
     1990echo "$as_me:$LINENO: result: $cross_compiling" >&5
     1991echo "${ECHO_T}$cross_compiling" >&6
     1992
     1993echo "$as_me:$LINENO: checking for suffix of executables" >&5
     1994echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
     1995if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     1996  (eval $ac_link) 2>&5
     1997  ac_status=$?
     1998  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1999  (exit $ac_status); }; then
    29102000  # If both `conftest.exe' and `conftest' are `present' (well, observable)
    29112001# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
     
    29152005  test -f "$ac_file" || continue
    29162006  case $ac_file in
    2917     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2007    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
    29182008    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2009      export ac_cv_exeext
    29192010      break;;
    29202011    * ) break;;
     
    29222013done
    29232014else
    2924   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    2925 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2926 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
    2927 See \`config.log' for more details" "$LINENO" 5 ; }
    2928 fi
    2929 rm -f conftest conftest$ac_cv_exeext
    2930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
    2931 $as_echo "$ac_cv_exeext" >&6; }
     2015  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2016See \`config.log' for more details." >&5
     2017echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2018See \`config.log' for more details." >&2;}
     2019   { (exit 1); exit 1; }; }
     2020fi
     2021
     2022rm -f conftest$ac_cv_exeext
     2023echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2024echo "${ECHO_T}$ac_cv_exeext" >&6
    29322025
    29332026rm -f conftest.$ac_ext
    29342027EXEEXT=$ac_cv_exeext
    29352028ac_exeext=$EXEEXT
    2936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2029echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2030echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2031if test "${ac_cv_objext+set}" = set; then
     2032  echo $ECHO_N "(cached) $ECHO_C" >&6
     2033else
     2034  cat >conftest.$ac_ext <<_ACEOF
     2035/* confdefs.h.  */
     2036_ACEOF
     2037cat confdefs.h >>conftest.$ac_ext
     2038cat >>conftest.$ac_ext <<_ACEOF
    29372039/* end confdefs.h.  */
    2938 #include <stdio.h>
     2040
    29392041int
    29402042main ()
    29412043{
    2942 FILE *f = fopen ("conftest.out", "w");
    2943  return ferror (f) || fclose (f) != 0;
    29442044
    29452045  ;
     
    29472047}
    29482048_ACEOF
    2949 ac_clean_files="$ac_clean_files conftest.out"
    2950 # Check that the compiler produces executables we can run.  If not, either
    2951 # the compiler is broken, or we cross compile.
    2952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
    2953 $as_echo_n "checking whether we are cross compiling... " >&6; }
    2954 if test "$cross_compiling" != yes; then
    2955   { { ac_try="$ac_link"
    2956 case "(($ac_try" in
    2957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2958   *) ac_try_echo=$ac_try;;
    2959 esac
    2960 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    2961 $as_echo "$ac_try_echo"; } >&5
    2962   (eval "$ac_link") 2>&5
    2963   ac_status=$?
    2964   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    2965   test $ac_status = 0; }
    2966   if { ac_try='./conftest$ac_cv_exeext'
    2967   { { case "(($ac_try" in
    2968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2969   *) ac_try_echo=$ac_try;;
    2970 esac
    2971 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    2972 $as_echo "$ac_try_echo"; } >&5
    2973   (eval "$ac_try") 2>&5
    2974   ac_status=$?
    2975   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    2976   test $ac_status = 0; }; }; then
    2977     cross_compiling=no
    2978   else
    2979     if test "$cross_compiling" = maybe; then
    2980     cross_compiling=yes
    2981     else
    2982     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    2983 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2984 as_fn_error $? "cannot run C compiled programs.
    2985 If you meant to cross compile, use \`--host'.
    2986 See \`config.log' for more details" "$LINENO" 5 ; }
    2987     fi
    2988   fi
    2989 fi
    2990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
    2991 $as_echo "$cross_compiling" >&6; }
    2992 
    2993 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
    2994 ac_clean_files=$ac_clean_files_save
    2995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
    2996 $as_echo_n "checking for suffix of object files... " >&6; }
    2997 if test "${ac_cv_objext+set}" = set; then :
    2998   $as_echo_n "(cached) " >&6
    2999 else
    3000   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3001 /* end confdefs.h.  */
    3002 
    3003 int
    3004 main ()
    3005 {
    3006 
    3007   ;
    3008   return 0;
    3009 }
    3010 _ACEOF
    30112049rm -f conftest.o conftest.obj
    3012 if { { ac_try="$ac_compile"
    3013 case "(($ac_try" in
    3014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3015   *) ac_try_echo=$ac_try;;
    3016 esac
    3017 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    3018 $as_echo "$ac_try_echo"; } >&5
    3019   (eval "$ac_compile") 2>&5
    3020   ac_status=$?
    3021   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    3022   test $ac_status = 0; }; then :
    3023   for ac_file in conftest.o conftest.obj conftest.*; do
    3024   test -f "$ac_file" || continue;
     2050if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2051  (eval $ac_compile) 2>&5
     2052  ac_status=$?
     2053  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2054  (exit $ac_status); }; then
     2055  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
    30252056  case $ac_file in
    3026     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     2057    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
    30272058    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    30282059       break;;
     
    30302061done
    30312062else
    3032   $as_echo "$as_me: failed program was:" >&5
     2063  echo "$as_me: failed program was:" >&5
    30332064sed 's/^/| /' conftest.$ac_ext >&5
    30342065
    3035 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    3036 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3037 as_fn_error $? "cannot compute suffix of object files: cannot compile
    3038 See \`config.log' for more details" "$LINENO" 5 ; }
    3039 fi
     2066{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2067See \`config.log' for more details." >&5
     2068echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2069See \`config.log' for more details." >&2;}
     2070   { (exit 1); exit 1; }; }
     2071fi
     2072
    30402073rm -f conftest.$ac_cv_objext conftest.$ac_ext
    30412074fi
    3042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
    3043 $as_echo "$ac_cv_objext" >&6; }
     2075echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2076echo "${ECHO_T}$ac_cv_objext" >&6
    30442077OBJEXT=$ac_cv_objext
    30452078ac_objext=$OBJEXT
    3046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
    3047 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    3048 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
    3049   $as_echo_n "(cached) " >&6
    3050 else
    3051   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2079echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2080echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2081if test "${ac_cv_c_compiler_gnu+set}" = set; then
     2082  echo $ECHO_N "(cached) $ECHO_C" >&6
     2083else
     2084  cat >conftest.$ac_ext <<_ACEOF
     2085/* confdefs.h.  */
     2086_ACEOF
     2087cat confdefs.h >>conftest.$ac_ext
     2088cat >>conftest.$ac_ext <<_ACEOF
    30522089/* end confdefs.h.  */
    30532090
     
    30632100}
    30642101_ACEOF
    3065 if ac_fn_c_try_compile "$LINENO"; then :
     2102rm -f conftest.$ac_objext
     2103if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2104  (eval $ac_compile) 2>conftest.er1
     2105  ac_status=$?
     2106  grep -v '^ *+' conftest.er1 >conftest.err
     2107  rm -f conftest.er1
     2108  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
    30662124  ac_compiler_gnu=yes
    30672125else
    3068   ac_compiler_gnu=no
    3069 fi
    3070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2126  echo "$as_me: failed program was:" >&5
     2127sed 's/^/| /' conftest.$ac_ext >&5
     2128
     2129ac_compiler_gnu=no
     2130fi
     2131rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    30712132ac_cv_c_compiler_gnu=$ac_compiler_gnu
    30722133
    30732134fi
    3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
    3075 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    3076 if test $ac_compiler_gnu = yes; then
    3077   GCC=yes
    3078 else
    3079   GCC=
    3080 fi
     2135echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2136echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
     2137GCC=`test $ac_compiler_gnu = yes && echo yes`
    30812138ac_test_CFLAGS=${CFLAGS+set}
    30822139ac_save_CFLAGS=$CFLAGS
    3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
    3084 $as_echo_n "checking whether $CC accepts -g... " >&6; }
    3085 if test "${ac_cv_prog_cc_g+set}" = set; then :
    3086   $as_echo_n "(cached) " >&6
    3087 else
    3088   ac_save_c_werror_flag=$ac_c_werror_flag
    3089    ac_c_werror_flag=yes
    3090    ac_cv_prog_cc_g=no
    3091    CFLAGS="-g"
    3092    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2140CFLAGS="-g"
     2141echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2142echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2143if test "${ac_cv_prog_cc_g+set}" = set; then
     2144  echo $ECHO_N "(cached) $ECHO_C" >&6
     2145else
     2146  cat >conftest.$ac_ext <<_ACEOF
     2147/* confdefs.h.  */
     2148_ACEOF
     2149cat confdefs.h >>conftest.$ac_ext
     2150cat >>conftest.$ac_ext <<_ACEOF
    30932151/* end confdefs.h.  */
    30942152
     
    31012159}
    31022160_ACEOF
    3103 if ac_fn_c_try_compile "$LINENO"; then :
     2161rm -f conftest.$ac_objext
     2162if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2163  (eval $ac_compile) 2>conftest.er1
     2164  ac_status=$?
     2165  grep -v '^ *+' conftest.er1 >conftest.err
     2166  rm -f conftest.er1
     2167  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
     2174  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
     2180  ac_status=$?
     2181  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2182  (exit $ac_status); }; }; then
    31042183  ac_cv_prog_cc_g=yes
    31052184else
    3106   CFLAGS=""
    3107       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3108 /* end confdefs.h.  */
    3109 
    3110 int
    3111 main ()
    3112 {
    3113 
    3114   ;
    3115   return 0;
    3116 }
    3117 _ACEOF
    3118 if ac_fn_c_try_compile "$LINENO"; then :
    3119 
    3120 else
    3121   ac_c_werror_flag=$ac_save_c_werror_flag
    3122      CFLAGS="-g"
    3123      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3124 /* end confdefs.h.  */
    3125 
    3126 int
    3127 main ()
    3128 {
    3129 
    3130   ;
    3131   return 0;
    3132 }
    3133 _ACEOF
    3134 if ac_fn_c_try_compile "$LINENO"; then :
    3135   ac_cv_prog_cc_g=yes
    3136 fi
    3137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3138 fi
    3139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3140 fi
    3141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3142    ac_c_werror_flag=$ac_save_c_werror_flag
    3143 fi
    3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
    3145 $as_echo "$ac_cv_prog_cc_g" >&6; }
     2185  echo "$as_me: failed program was:" >&5
     2186sed 's/^/| /' conftest.$ac_ext >&5
     2187
     2188ac_cv_prog_cc_g=no
     2189fi
     2190rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2191fi
     2192echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2193echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
    31462194if test "$ac_test_CFLAGS" = set; then
    31472195  CFLAGS=$ac_save_CFLAGS
     
    31592207  fi
    31602208fi
    3161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    3162 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3163 if test "${ac_cv_prog_cc_c89+set}" = set; then :
    3164   $as_echo_n "(cached) " >&6
    3165 else
    3166   ac_cv_prog_cc_c89=no
     2209echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
     2210echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
     2211if test "${ac_cv_prog_cc_stdc+set}" = set; then
     2212  echo $ECHO_N "(cached) $ECHO_C" >&6
     2213else
     2214  ac_cv_prog_cc_stdc=no
    31672215ac_save_CC=$CC
    3168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2216cat >conftest.$ac_ext <<_ACEOF
     2217/* confdefs.h.  */
     2218_ACEOF
     2219cat confdefs.h >>conftest.$ac_ext
     2220cat >>conftest.$ac_ext <<_ACEOF
    31692221/* end confdefs.h.  */
    31702222#include <stdarg.h>
     
    31942246   function prototypes and stuff, but not '\xHH' hex character constants.
    31952247   These don't provoke an error unfortunately, instead are silently treated
    3196    as 'x'.  The following induces an error, until -std is added to get
     2248   as 'x'.  The following induces an error, until -std1 is added to get
    31972249   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    31982250   array size at least.  It's necessary to write '\x00'==0 to get something
    3199    that's true only with -std.  */
     2251   that's true only with -std1.  */
    32002252int osf4_cc_array ['\x00' == 0 ? 1 : -1];
    3201 
    3202 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
    3203    inside strings and character constants.  */
    3204 #define FOO(x) 'x'
    3205 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    32062253
    32072254int test (int i, double x);
     
    32192266}
    32202267_ACEOF
    3221 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
    3222     -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     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__
     2275for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    32232276do
    32242277  CC="$ac_save_CC $ac_arg"
    3225   if ac_fn_c_try_compile "$LINENO"; then :
    3226   ac_cv_prog_cc_c89=$ac_arg
    3227 fi
    3228 rm -f core conftest.err conftest.$ac_objext
    3229   test "x$ac_cv_prog_cc_c89" != "xno" && break
     2278  rm -f conftest.$ac_objext
     2279if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2280  (eval $ac_compile) 2>conftest.er1
     2281  ac_status=$?
     2282  grep -v '^ *+' conftest.er1 >conftest.err
     2283  rm -f conftest.er1
     2284  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
     2301break
     2302else
     2303  echo "$as_me: failed program was:" >&5
     2304sed 's/^/| /' conftest.$ac_ext >&5
     2305
     2306fi
     2307rm -f conftest.err conftest.$ac_objext
    32302308done
    3231 rm -f conftest.$ac_ext
     2309rm -f conftest.$ac_ext conftest.$ac_objext
    32322310CC=$ac_save_CC
    32332311
    32342312fi
    3235 # AC_CACHE_VAL
    3236 case "x$ac_cv_prog_cc_c89" in
    3237   x)
    3238     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
    3239 $as_echo "none needed" >&6; } ;;
    3240   xno)
    3241     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
    3242 $as_echo "unsupported" >&6; } ;;
     2313
     2314case "x$ac_cv_prog_cc_stdc" in
     2315  x|xno)
     2316    echo "$as_me:$LINENO: result: none needed" >&5
     2317echo "${ECHO_T}none needed" >&6 ;;
    32432318  *)
    3244     CC="$CC $ac_cv_prog_cc_c89"
    3245     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
    3246 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     2319    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     2320echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     2321    CC="$CC $ac_cv_prog_cc_stdc" ;;
    32472322esac
    3248 if test "x$ac_cv_prog_cc_c89" != xno; then :
    3249 
    3250 fi
    3251 
     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.
     2328cat >conftest.$ac_ext <<_ACEOF
     2329#ifndef __cplusplus
     2330  choke me
     2331#endif
     2332_ACEOF
     2333rm -f conftest.$ac_objext
     2334if { (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);'
     2362do
     2363  cat >conftest.$ac_ext <<_ACEOF
     2364/* confdefs.h.  */
     2365_ACEOF
     2366cat confdefs.h >>conftest.$ac_ext
     2367cat >>conftest.$ac_ext <<_ACEOF
     2368/* end confdefs.h.  */
     2369$ac_declaration
     2370#include <stdlib.h>
     2371int
     2372main ()
     2373{
     2374exit (42);
     2375  ;
     2376  return 0;
     2377}
     2378_ACEOF
     2379rm -f conftest.$ac_objext
     2380if { (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  :
     2402else
     2403  echo "$as_me: failed program was:" >&5
     2404sed 's/^/| /' conftest.$ac_ext >&5
     2405
     2406continue
     2407fi
     2408rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2409  cat >conftest.$ac_ext <<_ACEOF
     2410/* confdefs.h.  */
     2411_ACEOF
     2412cat confdefs.h >>conftest.$ac_ext
     2413cat >>conftest.$ac_ext <<_ACEOF
     2414/* end confdefs.h.  */
     2415$ac_declaration
     2416int
     2417main ()
     2418{
     2419exit (42);
     2420  ;
     2421  return 0;
     2422}
     2423_ACEOF
     2424rm -f conftest.$ac_objext
     2425if { (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
     2447else
     2448  echo "$as_me: failed program was:" >&5
     2449sed 's/^/| /' conftest.$ac_ext >&5
     2450
     2451fi
     2452rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2453done
     2454rm -f conftest*
     2455if test -n "$ac_declaration"; then
     2456  echo '#ifdef __cplusplus' >>confdefs.h
     2457  echo $ac_declaration      >>confdefs.h
     2458  echo '#endif'             >>confdefs.h
     2459fi
     2460
     2461else
     2462  echo "$as_me: failed program was:" >&5
     2463sed 's/^/| /' conftest.$ac_ext >&5
     2464
     2465fi
     2466rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    32522467ac_ext=c
    32532468ac_cpp='$CPP $CPPFLAGS'
     
    32562471ac_compiler_gnu=$ac_cv_c_compiler_gnu
    32572472
    3258 ac_ext=cpp
     2473ac_ext=cc
    32592474ac_cpp='$CXXCPP $CPPFLAGS'
    32602475ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    32612476ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    32622477ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    3263 if test -z "$CXX"; then
    3264   if test -n "$CCC"; then
    3265     CXX=$CCC
    3266   else
    3267     if test -n "$ac_tool_prefix"; then
    3268   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     2478if 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
    32692480  do
    32702481    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    32712482set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3273 $as_echo_n "checking for $ac_word... " >&6; }
    3274 if test "${ac_cv_prog_CXX+set}" = set; then :
    3275   $as_echo_n "(cached) " >&6
     2483echo "$as_me:$LINENO: checking for $ac_word" >&5
     2484echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2485if test "${ac_cv_prog_CXX+set}" = set; then
     2486  echo $ECHO_N "(cached) $ECHO_C" >&6
    32762487else
    32772488  if test -n "$CXX"; then
     
    32832494  IFS=$as_save_IFS
    32842495  test -z "$as_dir" && as_dir=.
    3285     for ac_exec_ext in '' $ac_executable_extensions; do
    3286   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2496  for ac_exec_ext in '' $ac_executable_extensions; do
     2497  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    32872498    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3288     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2499    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    32892500    break 2
    32902501  fi
    32912502done
    3292   done
    3293 IFS=$as_save_IFS
     2503done
    32942504
    32952505fi
     
    32972507CXX=$ac_cv_prog_CXX
    32982508if test -n "$CXX"; then
    3299   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
    3300 $as_echo "$CXX" >&6; }
    3301 else
    3302   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3303 $as_echo "no" >&6; }
    3304 fi
    3305 
     2509  echo "$as_me:$LINENO: result: $CXX" >&5
     2510echo "${ECHO_T}$CXX" >&6
     2511else
     2512  echo "$as_me:$LINENO: result: no" >&5
     2513echo "${ECHO_T}no" >&6
     2514fi
    33062515
    33072516    test -n "$CXX" && break
     
    33102519if test -z "$CXX"; then
    33112520  ac_ct_CXX=$CXX
    3312   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     2521  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
    33132522do
    33142523  # Extract the first word of "$ac_prog", so it can be a program name with args.
    33152524set dummy $ac_prog; ac_word=$2
    3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3317 $as_echo_n "checking for $ac_word... " >&6; }
    3318 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
    3319   $as_echo_n "(cached) " >&6
     2525echo "$as_me:$LINENO: checking for $ac_word" >&5
     2526echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2527if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
     2528  echo $ECHO_N "(cached) $ECHO_C" >&6
    33202529else
    33212530  if test -n "$ac_ct_CXX"; then
     
    33272536  IFS=$as_save_IFS
    33282537  test -z "$as_dir" && as_dir=.
    3329     for ac_exec_ext in '' $ac_executable_extensions; do
    3330   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2538  for ac_exec_ext in '' $ac_executable_extensions; do
     2539  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    33312540    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3332     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2541    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33332542    break 2
    33342543  fi
    33352544done
    3336   done
    3337 IFS=$as_save_IFS
     2545done
    33382546
    33392547fi
     
    33412549ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    33422550if test -n "$ac_ct_CXX"; then
    3343   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
    3344 $as_echo "$ac_ct_CXX" >&6; }
    3345 else
    3346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3347 $as_echo "no" >&6; }
    3348 fi
    3349 
     2551  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     2552echo "${ECHO_T}$ac_ct_CXX" >&6
     2553else
     2554  echo "$as_me:$LINENO: result: no" >&5
     2555echo "${ECHO_T}no" >&6
     2556fi
    33502557
    33512558  test -n "$ac_ct_CXX" && break
    33522559done
    3353 
    3354   if test "x$ac_ct_CXX" = x; then
    3355     CXX="g++"
    3356   else
    3357     case $cross_compiling:$ac_tool_warned in
    3358 yes:)
    3359 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    3360 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    3361 ac_tool_warned=yes ;;
    3362 esac
    3363     CXX=$ac_ct_CXX
    3364   fi
    3365 fi
    3366 
    3367   fi
    3368 fi
     2560test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
     2561
     2562  CXX=$ac_ct_CXX
     2563fi
     2564
     2565
    33692566# Provide some information about the compiler.
    3370 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
    3371 set X $ac_compile
    3372 ac_compiler=$2
    3373 for ac_option in --version -v -V -qversion; do
    3374   { { ac_try="$ac_compiler $ac_option >&5"
    3375 case "(($ac_try" in
    3376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3377   *) ac_try_echo=$ac_try;;
    3378 esac
    3379 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    3380 $as_echo "$ac_try_echo"; } >&5
    3381   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
    3382   ac_status=$?
    3383   if test -s conftest.err; then
    3384     sed '10a\
    3385 ... rest of stderr output deleted ...
    3386          10q' conftest.err >conftest.er1
    3387     cat conftest.er1 >&5
    3388   fi
    3389   rm -f conftest.er1 conftest.err
    3390   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    3391   test $ac_status = 0; }
    3392 done
    3393 
    3394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
    3395 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    3396 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
    3397   $as_echo_n "(cached) " >&6
    3398 else
    3399   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2567echo "$as_me:$LINENO:" \
     2568     "checking for C++ compiler version" >&5
     2569ac_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
     2572  ac_status=$?
     2573  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2574  (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
     2577  ac_status=$?
     2578  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2579  (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
     2582  ac_status=$?
     2583  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2584  (exit $ac_status); }
     2585
     2586echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     2587echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
     2588if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
     2589  echo $ECHO_N "(cached) $ECHO_C" >&6
     2590else
     2591  cat >conftest.$ac_ext <<_ACEOF
     2592/* confdefs.h.  */
     2593_ACEOF
     2594cat confdefs.h >>conftest.$ac_ext
     2595cat >>conftest.$ac_ext <<_ACEOF
    34002596/* end confdefs.h.  */
    34012597
     
    34112607}
    34122608_ACEOF
    3413 if ac_fn_cxx_try_compile "$LINENO"; then :
     2609rm -f conftest.$ac_objext
     2610if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2611  (eval $ac_compile) 2>conftest.er1
     2612  ac_status=$?
     2613  grep -v '^ *+' conftest.er1 >conftest.err
     2614  rm -f conftest.er1
     2615  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
    34142631  ac_compiler_gnu=yes
    34152632else
    3416   ac_compiler_gnu=no
    3417 fi
    3418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2633  echo "$as_me: failed program was:" >&5
     2634sed 's/^/| /' conftest.$ac_ext >&5
     2635
     2636ac_compiler_gnu=no
     2637fi
     2638rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    34192639ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    34202640
    34212641fi
    3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
    3423 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    3424 if test $ac_compiler_gnu = yes; then
    3425   GXX=yes
    3426 else
    3427   GXX=
    3428 fi
     2642echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     2643echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
     2644GXX=`test $ac_compiler_gnu = yes && echo yes`
    34292645ac_test_CXXFLAGS=${CXXFLAGS+set}
    34302646ac_save_CXXFLAGS=$CXXFLAGS
    3431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
    3432 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
    3433 if test "${ac_cv_prog_cxx_g+set}" = set; then :
    3434   $as_echo_n "(cached) " >&6
    3435 else
    3436   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
    3437    ac_cxx_werror_flag=yes
    3438    ac_cv_prog_cxx_g=no
    3439    CXXFLAGS="-g"
    3440    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     2647CXXFLAGS="-g"
     2648echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     2649echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
     2650if test "${ac_cv_prog_cxx_g+set}" = set; then
     2651  echo $ECHO_N "(cached) $ECHO_C" >&6
     2652else
     2653  cat >conftest.$ac_ext <<_ACEOF
     2654/* confdefs.h.  */
     2655_ACEOF
     2656cat confdefs.h >>conftest.$ac_ext
     2657cat >>conftest.$ac_ext <<_ACEOF
    34412658/* end confdefs.h.  */
    34422659
     
    34492666}
    34502667_ACEOF
    3451 if ac_fn_cxx_try_compile "$LINENO"; then :
     2668rm -f conftest.$ac_objext
     2669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2670  (eval $ac_compile) 2>conftest.er1
     2671  ac_status=$?
     2672  grep -v '^ *+' conftest.er1 >conftest.err
     2673  rm -f conftest.er1
     2674  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
     2681  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
     2687  ac_status=$?
     2688  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2689  (exit $ac_status); }; }; then
    34522690  ac_cv_prog_cxx_g=yes
    34532691else
    3454   CXXFLAGS=""
    3455       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3456 /* end confdefs.h.  */
    3457 
    3458 int
    3459 main ()
    3460 {
    3461 
    3462   ;
    3463   return 0;
    3464 }
    3465 _ACEOF
    3466 if ac_fn_cxx_try_compile "$LINENO"; then :
    3467 
    3468 else
    3469   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    3470      CXXFLAGS="-g"
    3471      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3472 /* end confdefs.h.  */
    3473 
    3474 int
    3475 main ()
    3476 {
    3477 
    3478   ;
    3479   return 0;
    3480 }
    3481 _ACEOF
    3482 if ac_fn_cxx_try_compile "$LINENO"; then :
    3483   ac_cv_prog_cxx_g=yes
    3484 fi
    3485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3486 fi
    3487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3488 fi
    3489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3490    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    3491 fi
    3492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
    3493 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     2692  echo "$as_me: failed program was:" >&5
     2693sed 's/^/| /' conftest.$ac_ext >&5
     2694
     2695ac_cv_prog_cxx_g=no
     2696fi
     2697rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2698fi
     2699echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     2700echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
    34942701if test "$ac_test_CXXFLAGS" = set; then
    34952702  CXXFLAGS=$ac_save_CXXFLAGS
     
    35072714  fi
    35082715fi
     2716for 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);'
     2723do
     2724  cat >conftest.$ac_ext <<_ACEOF
     2725/* confdefs.h.  */
     2726_ACEOF
     2727cat confdefs.h >>conftest.$ac_ext
     2728cat >>conftest.$ac_ext <<_ACEOF
     2729/* end confdefs.h.  */
     2730$ac_declaration
     2731#include <stdlib.h>
     2732int
     2733main ()
     2734{
     2735exit (42);
     2736  ;
     2737  return 0;
     2738}
     2739_ACEOF
     2740rm -f conftest.$ac_objext
     2741if { (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  :
     2763else
     2764  echo "$as_me: failed program was:" >&5
     2765sed 's/^/| /' conftest.$ac_ext >&5
     2766
     2767continue
     2768fi
     2769rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2770  cat >conftest.$ac_ext <<_ACEOF
     2771/* confdefs.h.  */
     2772_ACEOF
     2773cat confdefs.h >>conftest.$ac_ext
     2774cat >>conftest.$ac_ext <<_ACEOF
     2775/* end confdefs.h.  */
     2776$ac_declaration
     2777int
     2778main ()
     2779{
     2780exit (42);
     2781  ;
     2782  return 0;
     2783}
     2784_ACEOF
     2785rm -f conftest.$ac_objext
     2786if { (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
     2808else
     2809  echo "$as_me: failed program was:" >&5
     2810sed 's/^/| /' conftest.$ac_ext >&5
     2811
     2812fi
     2813rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2814done
     2815rm -f conftest*
     2816if test -n "$ac_declaration"; then
     2817  echo '#ifdef __cplusplus' >>confdefs.h
     2818  echo $ac_declaration      >>confdefs.h
     2819  echo '#endif'             >>confdefs.h
     2820fi
     2821
    35092822ac_ext=c
    35102823ac_cpp='$CPP $CPPFLAGS'
     
    35222835  # Extract the first word of "$ac_prog", so it can be a program name with args.
    35232836set dummy $ac_prog; ac_word=$2
    3524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3525 $as_echo_n "checking for $ac_word... " >&6; }
    3526 if test "${ac_cv_prog_JAVAC+set}" = set; then :
    3527   $as_echo_n "(cached) " >&6
     2837echo "$as_me:$LINENO: checking for $ac_word" >&5
     2838echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2839if test "${ac_cv_prog_JAVAC+set}" = set; then
     2840  echo $ECHO_N "(cached) $ECHO_C" >&6
    35282841else
    35292842  if test -n "$JAVAC"; then
     
    35352848  IFS=$as_save_IFS
    35362849  test -z "$as_dir" && as_dir=.
    3537     for ac_exec_ext in '' $ac_executable_extensions; do
    3538   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2850  for ac_exec_ext in '' $ac_executable_extensions; do
     2851  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    35392852    ac_cv_prog_JAVAC="$ac_prog"
    3540     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2853    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35412854    break 2
    35422855  fi
    35432856done
    3544   done
    3545 IFS=$as_save_IFS
     2857done
    35462858
    35472859fi
     
    35492861JAVAC=$ac_cv_prog_JAVAC
    35502862if test -n "$JAVAC"; then
    3551   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5
    3552 $as_echo "$JAVAC" >&6; }
    3553 else
    3554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3555 $as_echo "no" >&6; }
    3556 fi
    3557 
     2863  echo "$as_me:$LINENO: result: $JAVAC" >&5
     2864echo "${ECHO_T}$JAVAC" >&6
     2865else
     2866  echo "$as_me:$LINENO: result: no" >&5
     2867echo "${ECHO_T}no" >&6
     2868fi
    35582869
    35592870  test -n "$JAVAC" && break
     
    35652876  # Extract the first word of "$ac_prog", so it can be a program name with args.
    35662877set dummy $ac_prog; ac_word=$2
    3567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3568 $as_echo_n "checking for $ac_word... " >&6; }
    3569 if test "${ac_cv_prog_JAVAC+set}" = set; then :
    3570   $as_echo_n "(cached) " >&6
     2878echo "$as_me:$LINENO: checking for $ac_word" >&5
     2879echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2880if test "${ac_cv_prog_JAVAC+set}" = set; then
     2881  echo $ECHO_N "(cached) $ECHO_C" >&6
    35712882else
    35722883  if test -n "$JAVAC"; then
     
    35782889  IFS=$as_save_IFS
    35792890  test -z "$as_dir" && as_dir=.
    3580     for ac_exec_ext in '' $ac_executable_extensions; do
    3581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2891  for ac_exec_ext in '' $ac_executable_extensions; do
     2892  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    35822893    ac_cv_prog_JAVAC="$ac_prog"
    3583     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2894    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35842895    break 2
    35852896  fi
    35862897done
    3587   done
    3588 IFS=$as_save_IFS
     2898done
    35892899
    35902900fi
     
    35922902JAVAC=$ac_cv_prog_JAVAC
    35932903if test -n "$JAVAC"; then
    3594   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5
    3595 $as_echo "$JAVAC" >&6; }
    3596 else
    3597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3598 $as_echo "no" >&6; }
    3599 fi
    3600 
     2904  echo "$as_me:$LINENO: result: $JAVAC" >&5
     2905echo "${ECHO_T}$JAVAC" >&6
     2906else
     2907  echo "$as_me:$LINENO: result: no" >&5
     2908echo "${ECHO_T}no" >&6
     2909fi
    36012910
    36022911  test -n "$JAVAC" && break
     
    36052914
    36062915  fi
    3607   test "x$JAVAC" = x && as_fn_error $? "no acceptable Java compiler found in \$PATH" "$LINENO" 5
     2916  test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     2917echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     2918   { (exit 1); exit 1; }; }
    36082919else
    36092920  echo "Checking for javac... $JAVAC"
     
    36122923
    36132924
    3614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $JAVAC works" >&5
    3615 $as_echo_n "checking if $JAVAC works... " >&6; }
    3616 if test "${ac_cv_prog_javac_works+set}" = set; then :
    3617   $as_echo_n "(cached) " >&6
     2925echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     2926echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     2927if test "${ac_cv_prog_javac_works+set}" = set; then
     2928  echo $ECHO_N "(cached) $ECHO_C" >&6
    36182929else
    36192930
     
    36212932CLASS_TEST=Test.class
    36222933cat << \EOF > $JAVA_TEST
    3623 /* #line 3623 "configure" */
     2934/* #line 2934 "configure" */
    36242935public class Test {
    36252936}
    36262937EOF
    36272938if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
    3628   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
    3629   (eval $ac_try) 2>&5
    3630   ac_status=$?
    3631   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    3632   test $ac_status = 0; }; } >/dev/null 2>&1; then
     2939  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2940  (eval $ac_try) 2>&5
     2941  ac_status=$?
     2942  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2943  (exit $ac_status); }; } >/dev/null 2>&1; then
    36332944  ac_cv_prog_javac_works=yes
    36342945else
    3635   as_fn_error $? "The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" "$LINENO" 5
     2946  { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     2947echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     2948   { (exit 1); exit 1; }; }
    36362949  echo "configure: failed program was:" >&5
    36372950  cat $JAVA_TEST >&5
     
    36402953
    36412954fi
    3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&5
    3643 $as_echo "$ac_cv_prog_javac_works" >&6; }
     2955echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     2956echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
    36442957if test "x$JAVACFLAGS" = x ; then
    36452958  JAVACFLAGS="-source 1.4 -target 1.4"
     
    36552968  # Extract the first word of "$ac_prog", so it can be a program name with args.
    36562969set dummy $ac_prog; ac_word=$2
    3657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3658 $as_echo_n "checking for $ac_word... " >&6; }
    3659 if test "${ac_cv_prog_JAVA+set}" = set; then :
    3660   $as_echo_n "(cached) " >&6
     2970echo "$as_me:$LINENO: checking for $ac_word" >&5
     2971echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2972if test "${ac_cv_prog_JAVA+set}" = set; then
     2973  echo $ECHO_N "(cached) $ECHO_C" >&6
    36612974else
    36622975  if test -n "$JAVA"; then
     
    36682981  IFS=$as_save_IFS
    36692982  test -z "$as_dir" && as_dir=.
    3670     for ac_exec_ext in '' $ac_executable_extensions; do
    3671   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2983  for ac_exec_ext in '' $ac_executable_extensions; do
     2984  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    36722985    ac_cv_prog_JAVA="$ac_prog"
    3673     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2986    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36742987    break 2
    36752988  fi
    36762989done
    3677   done
    3678 IFS=$as_save_IFS
     2990done
    36792991
    36802992fi
     
    36822994JAVA=$ac_cv_prog_JAVA
    36832995if test -n "$JAVA"; then
    3684   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5
    3685 $as_echo "$JAVA" >&6; }
    3686 else
    3687   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3688 $as_echo "no" >&6; }
    3689 fi
    3690 
     2996  echo "$as_me:$LINENO: result: $JAVA" >&5
     2997echo "${ECHO_T}$JAVA" >&6
     2998else
     2999  echo "$as_me:$LINENO: result: no" >&5
     3000echo "${ECHO_T}no" >&6
     3001fi
    36913002
    36923003  test -n "$JAVA" && break
     
    36983009  # Extract the first word of "$ac_prog", so it can be a program name with args.
    36993010set dummy $ac_prog; ac_word=$2
    3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3701 $as_echo_n "checking for $ac_word... " >&6; }
    3702 if test "${ac_cv_prog_JAVA+set}" = set; then :
    3703   $as_echo_n "(cached) " >&6
     3011echo "$as_me:$LINENO: checking for $ac_word" >&5
     3012echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3013if test "${ac_cv_prog_JAVA+set}" = set; then
     3014  echo $ECHO_N "(cached) $ECHO_C" >&6
    37043015else
    37053016  if test -n "$JAVA"; then
     
    37113022  IFS=$as_save_IFS
    37123023  test -z "$as_dir" && as_dir=.
    3713     for ac_exec_ext in '' $ac_executable_extensions; do
    3714   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3024  for ac_exec_ext in '' $ac_executable_extensions; do
     3025  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    37153026    ac_cv_prog_JAVA="$ac_prog"
    3716     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3027    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37173028    break 2
    37183029  fi
    37193030done
    3720   done
    3721 IFS=$as_save_IFS
     3031done
    37223032
    37233033fi
     
    37253035JAVA=$ac_cv_prog_JAVA
    37263036if test -n "$JAVA"; then
    3727   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5
    3728 $as_echo "$JAVA" >&6; }
    3729 else
    3730   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3731 $as_echo "no" >&6; }
    3732 fi
    3733 
     3037  echo "$as_me:$LINENO: result: $JAVA" >&5
     3038echo "${ECHO_T}$JAVA" >&6
     3039else
     3040  echo "$as_me:$LINENO: result: no" >&5
     3041echo "${ECHO_T}no" >&6
     3042fi
    37343043
    37353044  test -n "$JAVA" && break
     
    37383047
    37393048    fi
    3740     test x$JAVA = x && as_fn_error $? "no acceptable Java virtual machine found in \$PATH" "$LINENO" 5
     3049    test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
     3050echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
     3051   { (exit 1); exit 1; }; }
    37413052fi
    37423053
     
    37443055# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
    37453056set dummy uudecode$EXEEXT; ac_word=$2
    3746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3747 $as_echo_n "checking for $ac_word... " >&6; }
    3748 if test "${ac_cv_prog_uudecode+set}" = set; then :
    3749   $as_echo_n "(cached) " >&6
     3057echo "$as_me:$LINENO: checking for $ac_word" >&5
     3058echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3059if test "${ac_cv_prog_uudecode+set}" = set; then
     3060  echo $ECHO_N "(cached) $ECHO_C" >&6
    37503061else
    37513062  if test -n "$uudecode"; then
     
    37573068  IFS=$as_save_IFS
    37583069  test -z "$as_dir" && as_dir=.
    3759     for ac_exec_ext in '' $ac_executable_extensions; do
    3760   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3070  for ac_exec_ext in '' $ac_executable_extensions; do
     3071  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    37613072    ac_cv_prog_uudecode="yes"
    3762     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3073    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37633074    break 2
    37643075  fi
    37653076done
    3766   done
    3767 IFS=$as_save_IFS
     3077done
    37683078
    37693079fi
     
    37713081uudecode=$ac_cv_prog_uudecode
    37723082if test -n "$uudecode"; then
    3773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $uudecode" >&5
    3774 $as_echo "$uudecode" >&6; }
    3775 else
    3776   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3777 $as_echo "no" >&6; }
    3778 fi
    3779 
     3083  echo "$as_me:$LINENO: result: $uudecode" >&5
     3084echo "${ECHO_T}$uudecode" >&6
     3085else
     3086  echo "$as_me:$LINENO: result: no" >&5
     3087echo "${ECHO_T}no" >&6
     3088fi
    37803089
    37813090if test x$uudecode = xyes; then
    3782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if uudecode can decode base 64 file" >&5
    3783 $as_echo_n "checking if uudecode can decode base 64 file... " >&6; }
    3784 if test "${ac_cv_prog_uudecode_base64+set}" = set; then :
    3785   $as_echo_n "(cached) " >&6
     3091echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
     3092echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6
     3093if test "${ac_cv_prog_uudecode_base64+set}" = set; then
     3094  echo $ECHO_N "(cached) $ECHO_C" >&6
    37863095else
    37873096
     
    38003109        ac_cv_prog_uudecode_base64=yes
    38013110else
    3802         echo "configure: 3802: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     3111        echo "configure: 3111: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
    38033112        echo "configure: failed file was:" >&5
    38043113        cat Test.uue >&5
     
    38073116rm -f Test.uue
    38083117fi
    3809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_uudecode_base64" >&5
    3810 $as_echo "$ac_cv_prog_uudecode_base64" >&6; }
     3118echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
     3119echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6
    38113120fi
    38123121if test x$ac_cv_prog_uudecode_base64 != xyes; then
    38133122        rm -f Test.class
    3814         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I have to compile Test.class from scratch" >&5
    3815 $as_echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
     3123        { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
     3124echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
    38163125        if test x$ac_cv_prog_javac_works = xno; then
    3817                 as_fn_error $? "Cannot compile java source. $JAVAC does not work properly" "$LINENO" 5
     3126                { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
     3127echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
     3128   { (exit 1); exit 1; }; }
    38183129        fi
    38193130        if test x$ac_cv_prog_javac_works = x; then
     
    38253136  # Extract the first word of "$ac_prog", so it can be a program name with args.
    38263137set dummy $ac_prog; ac_word=$2
    3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3828 $as_echo_n "checking for $ac_word... " >&6; }
    3829 if test "${ac_cv_prog_JAVAC+set}" = set; then :
    3830   $as_echo_n "(cached) " >&6
     3138echo "$as_me:$LINENO: checking for $ac_word" >&5
     3139echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3140if test "${ac_cv_prog_JAVAC+set}" = set; then
     3141  echo $ECHO_N "(cached) $ECHO_C" >&6
    38313142else
    38323143  if test -n "$JAVAC"; then
     
    38383149  IFS=$as_save_IFS
    38393150  test -z "$as_dir" && as_dir=.
    3840     for ac_exec_ext in '' $ac_executable_extensions; do
    3841   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3151  for ac_exec_ext in '' $ac_executable_extensions; do
     3152  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    38423153    ac_cv_prog_JAVAC="$ac_prog"
    3843     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3154    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    38443155    break 2
    38453156  fi
    38463157done
    3847   done
    3848 IFS=$as_save_IFS
     3158done
    38493159
    38503160fi
     
    38523162JAVAC=$ac_cv_prog_JAVAC
    38533163if test -n "$JAVAC"; then
    3854   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5
    3855 $as_echo "$JAVAC" >&6; }
    3856 else
    3857   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3858 $as_echo "no" >&6; }
    3859 fi
    3860 
     3164  echo "$as_me:$LINENO: result: $JAVAC" >&5
     3165echo "${ECHO_T}$JAVAC" >&6
     3166else
     3167  echo "$as_me:$LINENO: result: no" >&5
     3168echo "${ECHO_T}no" >&6
     3169fi
    38613170
    38623171  test -n "$JAVAC" && break
     
    38683177  # Extract the first word of "$ac_prog", so it can be a program name with args.
    38693178set dummy $ac_prog; ac_word=$2
    3870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    3871 $as_echo_n "checking for $ac_word... " >&6; }
    3872 if test "${ac_cv_prog_JAVAC+set}" = set; then :
    3873   $as_echo_n "(cached) " >&6
     3179echo "$as_me:$LINENO: checking for $ac_word" >&5
     3180echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3181if test "${ac_cv_prog_JAVAC+set}" = set; then
     3182  echo $ECHO_N "(cached) $ECHO_C" >&6
    38743183else
    38753184  if test -n "$JAVAC"; then
     
    38813190  IFS=$as_save_IFS
    38823191  test -z "$as_dir" && as_dir=.
    3883     for ac_exec_ext in '' $ac_executable_extensions; do
    3884   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3192  for ac_exec_ext in '' $ac_executable_extensions; do
     3193  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    38853194    ac_cv_prog_JAVAC="$ac_prog"
    3886     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3195    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    38873196    break 2
    38883197  fi
    38893198done
    3890   done
    3891 IFS=$as_save_IFS
     3199done
    38923200
    38933201fi
     
    38953203JAVAC=$ac_cv_prog_JAVAC
    38963204if test -n "$JAVAC"; then
    3897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5
    3898 $as_echo "$JAVAC" >&6; }
    3899 else
    3900   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    3901 $as_echo "no" >&6; }
    3902 fi
    3903 
     3205  echo "$as_me:$LINENO: result: $JAVAC" >&5
     3206echo "${ECHO_T}$JAVAC" >&6
     3207else
     3208  echo "$as_me:$LINENO: result: no" >&5
     3209echo "${ECHO_T}no" >&6
     3210fi
    39043211
    39053212  test -n "$JAVAC" && break
     
    39083215
    39093216  fi
    3910   test "x$JAVAC" = x && as_fn_error $? "no acceptable Java compiler found in \$PATH" "$LINENO" 5
     3217  test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3218echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3219   { (exit 1); exit 1; }; }
    39113220else
    39123221  echo "Checking for javac... $JAVAC"
     
    39153224
    39163225
    3917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $JAVAC works" >&5
    3918 $as_echo_n "checking if $JAVAC works... " >&6; }
    3919 if test "${ac_cv_prog_javac_works+set}" = set; then :
    3920   $as_echo_n "(cached) " >&6
     3226echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3227echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6
     3228if test "${ac_cv_prog_javac_works+set}" = set; then
     3229  echo $ECHO_N "(cached) $ECHO_C" >&6
    39213230else
    39223231
     
    39243233CLASS_TEST=Test.class
    39253234cat << \EOF > $JAVA_TEST
    3926 /* #line 3926 "configure" */
     3235/* #line 3235 "configure" */
    39273236public class Test {
    39283237}
    39293238EOF
    39303239if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
    3931   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
    3932   (eval $ac_try) 2>&5
    3933   ac_status=$?
    3934   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    3935   test $ac_status = 0; }; } >/dev/null 2>&1; then
     3240  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3241  (eval $ac_try) 2>&5
     3242  ac_status=$?
     3243  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3244  (exit $ac_status); }; } >/dev/null 2>&1; then
    39363245  ac_cv_prog_javac_works=yes
    39373246else
    3938   as_fn_error $? "The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" "$LINENO" 5
     3247  { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3248echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3249   { (exit 1); exit 1; }; }
    39393250  echo "configure: failed program was:" >&5
    39403251  cat $JAVA_TEST >&5
     
    39433254
    39443255fi
    3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&5
    3946 $as_echo "$ac_cv_prog_javac_works" >&6; }
     3256echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3257echo "${ECHO_T}$ac_cv_prog_javac_works" >&6
    39473258if test "x$JAVACFLAGS" = x ; then
    39483259  JAVACFLAGS="-source 1.4 -target 1.4"
     
    39533264        fi
    39543265fi
    3955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $JAVA works" >&5
    3956 $as_echo_n "checking if $JAVA works... " >&6; }
    3957 if test "${ac_cv_prog_java_works+set}" = set; then :
    3958   $as_echo_n "(cached) " >&6
     3266echo "$as_me:$LINENO: checking if $JAVA works" >&5
     3267echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6
     3268if test "${ac_cv_prog_java_works+set}" = set; then
     3269  echo $ECHO_N "(cached) $ECHO_C" >&6
    39593270else
    39603271
     
    39633274TEST=Test
    39643275cat << \EOF > $JAVA_TEST
    3965 /* [#]line 3965 "configure" */
     3276/* [#]line 3276 "configure" */
    39663277public class Test {
    39673278public static void main (String args[]) {
     
    39713282if test x$ac_cv_prog_uudecode_base64 != xyes; then
    39723283        if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
    3973   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
    3974   (eval $ac_try) 2>&5
    3975   ac_status=$?
    3976   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    3977   test $ac_status = 0; }; } && test -s $CLASS_TEST; then
     3284  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3285  (eval $ac_try) 2>&5
     3286  ac_status=$?
     3287  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3288  (exit $ac_status); }; } && test -s $CLASS_TEST; then
    39783289                :
    39793290        else
    39803291          echo "configure: failed program was:" >&5
    39813292          cat $JAVA_TEST >&5
    3982           as_fn_error $? "The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" "$LINENO" 5
     3293          { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3294echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3295   { (exit 1); exit 1; }; }
    39833296        fi
    39843297fi
    39853298if { ac_try='$JAVA $JAVAFLAGS $TEST'
    3986   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
    3987   (eval $ac_try) 2>&5
    3988   ac_status=$?
    3989   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    3990   test $ac_status = 0; }; } >/dev/null 2>&1; then
     3299  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3300  (eval $ac_try) 2>&5
     3301  ac_status=$?
     3302  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3303  (exit $ac_status); }; } >/dev/null 2>&1; then
    39913304  ac_cv_prog_java_works=yes
    39923305else
    39933306  echo "configure: failed program was:" >&5
    39943307  cat $JAVA_TEST >&5
    3995   as_fn_error $? "The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" "$LINENO" 5
     3308  { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
     3309echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
     3310   { (exit 1); exit 1; }; }
    39963311fi
    39973312rm -fr $JAVA_TEST $CLASS_TEST Test.uue
    39983313
    39993314fi
    4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_java_works" >&5
    4001 $as_echo "$ac_cv_prog_java_works" >&6; }
     3315echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
     3316echo "${ECHO_T}$ac_cv_prog_java_works" >&6
    40023317
    40033318
     
    40083323  # Extract the first word of "$ac_prog", so it can be a program name with args.
    40093324set dummy $ac_prog; ac_word=$2
    4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    4011 $as_echo_n "checking for $ac_word... " >&6; }
    4012 if test "${ac_cv_prog_AWK+set}" = set; then :
    4013   $as_echo_n "(cached) " >&6
     3325echo "$as_me:$LINENO: checking for $ac_word" >&5
     3326echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3327if test "${ac_cv_prog_AWK+set}" = set; then
     3328  echo $ECHO_N "(cached) $ECHO_C" >&6
    40143329else
    40153330  if test -n "$AWK"; then
     
    40213336  IFS=$as_save_IFS
    40223337  test -z "$as_dir" && as_dir=.
    4023     for ac_exec_ext in '' $ac_executable_extensions; do
    4024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3338  for ac_exec_ext in '' $ac_executable_extensions; do
     3339  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    40253340    ac_cv_prog_AWK="$ac_prog"
    4026     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3341    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40273342    break 2
    40283343  fi
    40293344done
    4030   done
    4031 IFS=$as_save_IFS
     3345done
    40323346
    40333347fi
     
    40353349AWK=$ac_cv_prog_AWK
    40363350if test -n "$AWK"; then
    4037   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
    4038 $as_echo "$AWK" >&6; }
    4039 else
    4040   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    4041 $as_echo "no" >&6; }
    4042 fi
    4043 
     3351  echo "$as_me:$LINENO: result: $AWK" >&5
     3352echo "${ECHO_T}$AWK" >&6
     3353else
     3354  echo "$as_me:$LINENO: result: no" >&5
     3355echo "${ECHO_T}no" >&6
     3356fi
    40443357
    40453358  test -n "$AWK" && break
     
    40503363  # Extract the first word of "$ac_prog", so it can be a program name with args.
    40513364set dummy $ac_prog; ac_word=$2
    4052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    4053 $as_echo_n "checking for $ac_word... " >&6; }
    4054 if test "${ac_cv_prog_YACC+set}" = set; then :
    4055   $as_echo_n "(cached) " >&6
     3365echo "$as_me:$LINENO: checking for $ac_word" >&5
     3366echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3367if test "${ac_cv_prog_YACC+set}" = set; then
     3368  echo $ECHO_N "(cached) $ECHO_C" >&6
    40563369else
    40573370  if test -n "$YACC"; then
     
    40633376  IFS=$as_save_IFS
    40643377  test -z "$as_dir" && as_dir=.
    4065     for ac_exec_ext in '' $ac_executable_extensions; do
    4066   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3378  for ac_exec_ext in '' $ac_executable_extensions; do
     3379  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    40673380    ac_cv_prog_YACC="$ac_prog"
    4068     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3381    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40693382    break 2
    40703383  fi
    40713384done
    4072   done
    4073 IFS=$as_save_IFS
     3385done
    40743386
    40753387fi
     
    40773389YACC=$ac_cv_prog_YACC
    40783390if test -n "$YACC"; then
    4079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
    4080 $as_echo "$YACC" >&6; }
    4081 else
    4082   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    4083 $as_echo "no" >&6; }
    4084 fi
    4085 
     3391  echo "$as_me:$LINENO: result: $YACC" >&5
     3392echo "${ECHO_T}$YACC" >&6
     3393else
     3394  echo "$as_me:$LINENO: result: no" >&5
     3395echo "${ECHO_T}no" >&6
     3396fi
    40863397
    40873398  test -n "$YACC" && break
     
    40903401
    40913402ac_aux_dir=
    4092 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
    4093   if test -f "$ac_dir/install-sh"; then
     3403for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     3404  if test -f $ac_dir/install-sh; then
    40943405    ac_aux_dir=$ac_dir
    40953406    ac_install_sh="$ac_aux_dir/install-sh -c"
    40963407    break
    4097   elif test -f "$ac_dir/install.sh"; then
     3408  elif test -f $ac_dir/install.sh; then
    40983409    ac_aux_dir=$ac_dir
    40993410    ac_install_sh="$ac_aux_dir/install.sh -c"
    41003411    break
    4101   elif test -f "$ac_dir/shtool"; then
     3412  elif test -f $ac_dir/shtool; then
    41023413    ac_aux_dir=$ac_dir
    41033414    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    41063417done
    41073418if test -z "$ac_aux_dir"; then
    4108   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
    4109 fi
    4110 
    4111 # These three variables are undocumented and unsupported,
    4112 # and are intended to be withdrawn in a future Autoconf release.
    4113 # They can cause serious problems if a builder's source tree is in a directory
    4114 # whose full name contains unusual characters.
    4115 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
    4116 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
    4117 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
    4118 
     3419  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
     3420echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     3421   { (exit 1); exit 1; }; }
     3422fi
     3423ac_config_guess="$SHELL $ac_aux_dir/config.guess"
     3424ac_config_sub="$SHELL $ac_aux_dir/config.sub"
     3425ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
    41193426
    41203427# Make sure we can run config.sub.
    4121 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    4122   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
    4123 
    4124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
    4125 $as_echo_n "checking build system type... " >&6; }
    4126 if test "${ac_cv_build+set}" = set; then :
    4127   $as_echo_n "(cached) " >&6
    4128 else
    4129   ac_build_alias=$build_alias
    4130 test "x$ac_build_alias" = x &&
    4131   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    4132 test "x$ac_build_alias" = x &&
    4133   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
    4134 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    4135   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
    4136 
    4137 fi
    4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
    4139 $as_echo "$ac_cv_build" >&6; }
    4140 case $ac_cv_build in
    4141 *-*-*) ;;
    4142 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
    4143 esac
     3428$ac_config_sub sun4 >/dev/null 2>&1 ||
     3429  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
     3430echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     3431   { (exit 1); exit 1; }; }
     3432
     3433echo "$as_me:$LINENO: checking build system type" >&5
     3434echo $ECHO_N "checking build system type... $ECHO_C" >&6
     3435if test "${ac_cv_build+set}" = set; then
     3436  echo $ECHO_N "(cached) $ECHO_C" >&6
     3437else
     3438  ac_cv_build_alias=$build_alias
     3439test -z "$ac_cv_build_alias" &&
     3440  ac_cv_build_alias=`$ac_config_guess`
     3441test -z "$ac_cv_build_alias" &&
     3442  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     3443echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     3444   { (exit 1); exit 1; }; }
     3445ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
     3446  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
     3447echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     3448   { (exit 1); exit 1; }; }
     3449
     3450fi
     3451echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     3452echo "${ECHO_T}$ac_cv_build" >&6
    41443453build=$ac_cv_build
    4145 ac_save_IFS=$IFS; IFS='-'
    4146 set x $ac_cv_build
    4147 shift
    4148 build_cpu=$1
    4149 build_vendor=$2
    4150 shift; shift
    4151 # Remember, the first character of IFS is used to create $*,
    4152 # except with old shells:
    4153 build_os=$*
    4154 IFS=$ac_save_IFS
    4155 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
    4156 
    4157 
    4158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
    4159 $as_echo_n "checking host system type... " >&6; }
    4160 if test "${ac_cv_host+set}" = set; then :
    4161   $as_echo_n "(cached) " >&6
    4162 else
    4163   if test "x$host_alias" = x; then
    4164   ac_cv_host=$ac_cv_build
    4165 else
    4166   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    4167     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
    4168 fi
    4169 
    4170 fi
    4171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
    4172 $as_echo "$ac_cv_host" >&6; }
    4173 case $ac_cv_host in
    4174 *-*-*) ;;
    4175 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
    4176 esac
     3454build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
     3455build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     3456build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     3457
     3458
     3459echo "$as_me:$LINENO: checking host system type" >&5
     3460echo $ECHO_N "checking host system type... $ECHO_C" >&6
     3461if test "${ac_cv_host+set}" = set; then
     3462  echo $ECHO_N "(cached) $ECHO_C" >&6
     3463else
     3464  ac_cv_host_alias=$host_alias
     3465test -z "$ac_cv_host_alias" &&
     3466  ac_cv_host_alias=$ac_cv_build_alias
     3467ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
     3468  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
     3469echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     3470   { (exit 1); exit 1; }; }
     3471
     3472fi
     3473echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     3474echo "${ECHO_T}$ac_cv_host" >&6
    41773475host=$ac_cv_host
    4178 ac_save_IFS=$IFS; IFS='-'
    4179 set x $ac_cv_host
    4180 shift
    4181 host_cpu=$1
    4182 host_vendor=$2
    4183 shift; shift
    4184 # Remember, the first character of IFS is used to create $*,
    4185 # except with old shells:
    4186 host_os=$*
    4187 IFS=$ac_save_IFS
    4188 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
    4189 
    4190 
    4191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
    4192 $as_echo_n "checking target system type... " >&6; }
    4193 if test "${ac_cv_target+set}" = set; then :
    4194   $as_echo_n "(cached) " >&6
    4195 else
    4196   if test "x$target_alias" = x; then
    4197   ac_cv_target=$ac_cv_host
    4198 else
    4199   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    4200     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
    4201 fi
    4202 
    4203 fi
    4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
    4205 $as_echo "$ac_cv_target" >&6; }
    4206 case $ac_cv_target in
    4207 *-*-*) ;;
    4208 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
    4209 esac
     3476host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
     3477host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     3478host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     3479
     3480
     3481echo "$as_me:$LINENO: checking target system type" >&5
     3482echo $ECHO_N "checking target system type... $ECHO_C" >&6
     3483if test "${ac_cv_target+set}" = set; then
     3484  echo $ECHO_N "(cached) $ECHO_C" >&6
     3485else
     3486  ac_cv_target_alias=$target_alias
     3487test "x$ac_cv_target_alias" = "x" &&
     3488  ac_cv_target_alias=$ac_cv_host_alias
     3489ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
     3490  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
     3491echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     3492   { (exit 1); exit 1; }; }
     3493
     3494fi
     3495echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     3496echo "${ECHO_T}$ac_cv_target" >&6
    42103497target=$ac_cv_target
    4211 ac_save_IFS=$IFS; IFS='-'
    4212 set x $ac_cv_target
    4213 shift
    4214 target_cpu=$1
    4215 target_vendor=$2
    4216 shift; shift
    4217 # Remember, the first character of IFS is used to create $*,
    4218 # except with old shells:
    4219 target_os=$*
    4220 IFS=$ac_save_IFS
    4221 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
     3498target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
     3499target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     3500target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    42223501
    42233502
     
    42283507    NONENONEs,x,x, &&
    42293508  program_prefix=${target_alias}-
    4230 
    42313509# Find a good install program.  We prefer a C program (faster),
    42323510# so one script is as good as another.  But avoid the broken or
     
    42423520# OS/2's system install, which has a completely different semantic
    42433521# ./install, which can be erroneously created by make from ./install.sh.
    4244 # Reject install programs that cannot install multiple files.
    4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
    4246 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     3522echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3523echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
    42473524if test -z "$INSTALL"; then
    4248 if test "${ac_cv_path_install+set}" = set; then :
    4249   $as_echo_n "(cached) " >&6
     3525if test "${ac_cv_path_install+set}" = set; then
     3526  echo $ECHO_N "(cached) $ECHO_C" >&6
    42503527else
    42513528  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    42543531  IFS=$as_save_IFS
    42553532  test -z "$as_dir" && as_dir=.
    4256     # Account for people who put trailing slashes in PATH elements.
    4257 case $as_dir/ in #((
    4258   ./ | .// | /[cC]/* | \
     3533  # Account for people who put trailing slashes in PATH elements.
     3534case $as_dir/ in
     3535  ./ | .// | /cC/* | \
    42593536  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
    4260   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
     3537  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
    42613538  /usr/ucb/* ) ;;
    42623539  *)
     
    42663543    for ac_prog in ginstall scoinst install; do
    42673544      for ac_exec_ext in '' $ac_executable_extensions; do
    4268     if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
     3545    if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    42693546      if test $ac_prog = install &&
    42703547        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    42763553        :
    42773554      else
    4278         rm -rf conftest.one conftest.two conftest.dir
    4279         echo one > conftest.one
    4280         echo two > conftest.two
    4281         mkdir conftest.dir
    4282         if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    4283           test -s conftest.one && test -s conftest.two &&
    4284           test -s conftest.dir/conftest.one &&
    4285           test -s conftest.dir/conftest.two
    4286         then
    4287           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    4288           break 3
    4289         fi
     3555        ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3556        break 3
    42903557      fi
    42913558    fi
     
    42943561    ;;
    42953562esac
    4296 
    4297   done
    4298 IFS=$as_save_IFS
    4299 
    4300 rm -rf conftest.one conftest.two conftest.dir
     3563done
     3564
    43013565
    43023566fi
     
    43043568    INSTALL=$ac_cv_path_install
    43053569  else
    4306     # As a last resort, use the slow shell script.  Don't cache a
    4307     # value for INSTALL within a source directory, because that will
     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
    43083572    # break other packages using the cache if that directory is
    4309     # removed, or if the value is a relative name.
     3573    # removed, or if the path is relative.
    43103574    INSTALL=$ac_install_sh
    43113575  fi
    43123576fi
    4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
    4314 $as_echo "$INSTALL" >&6; }
     3577echo "$as_me:$LINENO: result: $INSTALL" >&5
     3578echo "${ECHO_T}$INSTALL" >&6
    43153579
    43163580# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    43223586test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    43233587
    4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
    4325 $as_echo_n "checking whether ln -s works... " >&6; }
     3588echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3589echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
    43263590LN_S=$as_ln_s
    43273591if test "$LN_S" = "ln -s"; then
    4328   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    4329 $as_echo "yes" >&6; }
    4330 else
    4331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
    4332 $as_echo "no, using $LN_S" >&6; }
    4333 fi
    4334 
    4335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    4336 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    4337 set x ${MAKE-make}
    4338 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    4339 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
    4340   $as_echo_n "(cached) " >&6
     3592  echo "$as_me:$LINENO: result: yes" >&5
     3593echo "${ECHO_T}yes" >&6
     3594else
     3595  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3596echo "${ECHO_T}no, using $LN_S" >&6
     3597fi
     3598
     3599echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     3600echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
     3601set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
     3602if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
     3603  echo $ECHO_N "(cached) $ECHO_C" >&6
    43413604else
    43423605  cat >conftest.make <<\_ACEOF
    4343 SHELL = /bin/sh
    43443606all:
    4345     @echo '@@@%%%=$(MAKE)=@@@%%%'
    4346 _ACEOF
    4347 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
    4348 case `${MAKE-make} -f conftest.make 2>/dev/null` in
    4349   *@@@%%%=?*=@@@%%%*)
    4350     eval ac_cv_prog_make_${ac_make}_set=yes;;
    4351   *)
    4352     eval ac_cv_prog_make_${ac_make}_set=no;;
    4353 esac
     3607    @echo 'ac_maketemp="$(MAKE)"'
     3608_ACEOF
     3609# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     3610eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
     3611if test -n "$ac_maketemp"; then
     3612  eval ac_cv_prog_make_${ac_make}_set=yes
     3613else
     3614  eval ac_cv_prog_make_${ac_make}_set=no
     3615fi
    43543616rm -f conftest.make
    43553617fi
    4356 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    4357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    4358 $as_echo "yes" >&6; }
     3618if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     3619  echo "$as_me:$LINENO: result: yes" >&5
     3620echo "${ECHO_T}yes" >&6
    43593621  SET_MAKE=
    43603622else
    4361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    4362 $as_echo "no" >&6; }
     3623  echo "$as_me:$LINENO: result: no" >&5
     3624echo "${ECHO_T}no" >&6
    43633625  SET_MAKE="MAKE=${MAKE-make}"
    43643626fi
     
    43673629  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    43683630set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    4369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    4370 $as_echo_n "checking for $ac_word... " >&6; }
    4371 if test "${ac_cv_prog_RANLIB+set}" = set; then :
    4372   $as_echo_n "(cached) " >&6
     3631echo "$as_me:$LINENO: checking for $ac_word" >&5
     3632echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3633if test "${ac_cv_prog_RANLIB+set}" = set; then
     3634  echo $ECHO_N "(cached) $ECHO_C" >&6
    43733635else
    43743636  if test -n "$RANLIB"; then
     
    43803642  IFS=$as_save_IFS
    43813643  test -z "$as_dir" && as_dir=.
    4382     for ac_exec_ext in '' $ac_executable_extensions; do
    4383   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3644  for ac_exec_ext in '' $ac_executable_extensions; do
     3645  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    43843646    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    4385     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3647    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    43863648    break 2
    43873649  fi
    43883650done
    4389   done
    4390 IFS=$as_save_IFS
     3651done
    43913652
    43923653fi
     
    43943655RANLIB=$ac_cv_prog_RANLIB
    43953656if test -n "$RANLIB"; then
    4396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
    4397 $as_echo "$RANLIB" >&6; }
    4398 else
    4399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    4400 $as_echo "no" >&6; }
    4401 fi
    4402 
     3657  echo "$as_me:$LINENO: result: $RANLIB" >&5
     3658echo "${ECHO_T}$RANLIB" >&6
     3659else
     3660  echo "$as_me:$LINENO: result: no" >&5
     3661echo "${ECHO_T}no" >&6
     3662fi
    44033663
    44043664fi
     
    44073667  # Extract the first word of "ranlib", so it can be a program name with args.
    44083668set dummy ranlib; ac_word=$2
    4409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    4410 $as_echo_n "checking for $ac_word... " >&6; }
    4411 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
    4412   $as_echo_n "(cached) " >&6
     3669echo "$as_me:$LINENO: checking for $ac_word" >&5
     3670echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3671if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
     3672  echo $ECHO_N "(cached) $ECHO_C" >&6
    44133673else
    44143674  if test -n "$ac_ct_RANLIB"; then
     
    44203680  IFS=$as_save_IFS
    44213681  test -z "$as_dir" && as_dir=.
    4422     for ac_exec_ext in '' $ac_executable_extensions; do
    4423   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3682  for ac_exec_ext in '' $ac_executable_extensions; do
     3683  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    44243684    ac_cv_prog_ac_ct_RANLIB="ranlib"
    4425     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     3685    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    44263686    break 2
    44273687  fi
    44283688done
    4429   done
    4430 IFS=$as_save_IFS
    4431 
     3689done
     3690
     3691  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
    44323692fi
    44333693fi
    44343694ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    44353695if test -n "$ac_ct_RANLIB"; then
    4436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
    4437 $as_echo "$ac_ct_RANLIB" >&6; }
    4438 else
    4439   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    4440 $as_echo "no" >&6; }
    4441 fi
    4442 
    4443   if test "x$ac_ct_RANLIB" = x; then
    4444     RANLIB=":"
    4445   else
    4446     case $cross_compiling:$ac_tool_warned in
    4447 yes:)
    4448 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    4449 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    4450 ac_tool_warned=yes ;;
    4451 esac
    4452     RANLIB=$ac_ct_RANLIB
    4453   fi
     3696  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3697echo "${ECHO_T}$ac_ct_RANLIB" >&6
     3698else
     3699  echo "$as_me:$LINENO: result: no" >&5
     3700echo "${ECHO_T}no" >&6
     3701fi
     3702
     3703  RANLIB=$ac_ct_RANLIB
    44543704else
    44553705  RANLIB="$ac_cv_prog_RANLIB"
     
    44573707
    44583708
    4459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if architecture is 64-bit" >&5
    4460 $as_echo_n "checking to see if architecture is 64-bit... " >&6; }
     3709echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
     3710echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6
    44613711arch_64bit=no
    44623712case "$host_cpu" in
     
    44653715
    44663716if test "$arch_64bit" = yes; then
    4467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    4468 $as_echo "yes" >&6; }
     3717  echo "$as_me:$LINENO: result: yes" >&5
     3718echo "${ECHO_T}yes" >&6
    44693719  if test -z "$COMPAT32BITFLAGS" ; then
    44703720    COMPAT32BITFLAGS="-m32"
    44713721  fi
    44723722else
    4473   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    4474 $as_echo "no" >&6; }
     3723  echo "$as_me:$LINENO: result: no" >&5
     3724echo "${ECHO_T}no" >&6
    44753725  if test -z "$COMPAT32BITFLAGS" ; then
    44763726    COMPAT32BITFLAGS=
     
    45103760#do test of MICO_VER
    45113761if test MICO_VER != 0; then
    4512 $as_echo "#define MICO_VER 1" >>confdefs.h
     3762cat >>confdefs.h <<\_ACEOF
     3763#define MICO_VER 1
     3764_ACEOF
    45133765
    45143766
     
    45233775ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    45243776ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
    4526 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     3777echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3778echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
    45273779# On Suns, sometimes $CPP names a directory.
    45283780if test -n "$CPP" && test -d "$CPP"; then
     
    45303782fi
    45313783if test -z "$CPP"; then
    4532   if test "${ac_cv_prog_CPP+set}" = set; then :
    4533   $as_echo_n "(cached) " >&6
     3784  if test "${ac_cv_prog_CPP+set}" = set; then
     3785  echo $ECHO_N "(cached) $ECHO_C" >&6
    45343786else
    45353787      # Double quotes because CPP needs to be expanded
     
    45453797  # On the NeXT, cc -E runs the code through the compiler's parser,
    45463798  # not just through cpp. "Syntax error" is here to catch this case.
    4547   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3799  cat >conftest.$ac_ext <<_ACEOF
     3800/* confdefs.h.  */
     3801_ACEOF
     3802cat confdefs.h >>conftest.$ac_ext
     3803cat >>conftest.$ac_ext <<_ACEOF
    45483804/* end confdefs.h.  */
    45493805#ifdef __STDC__
     
    45543810             Syntax error
    45553811_ACEOF
    4556 if ac_fn_c_try_cpp "$LINENO"; then :
    4557 
    4558 else
     3812if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     3813  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3814  ac_status=$?
     3815  grep -v '^ *+' conftest.er1 >conftest.err
     3816  rm -f conftest.er1
     3817  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
     3826else
     3827  ac_cpp_err=yes
     3828fi
     3829if test -z "$ac_cpp_err"; then
     3830  :
     3831else
     3832  echo "$as_me: failed program was:" >&5
     3833sed 's/^/| /' conftest.$ac_ext >&5
     3834
    45593835  # Broken: fails on valid input.
    45603836continue
    45613837fi
    4562 rm -f conftest.err conftest.i conftest.$ac_ext
    4563 
    4564   # OK, works on sane cases.  Now check whether nonexistent headers
     3838rm -f conftest.err conftest.$ac_ext
     3839
     3840  # OK, works on sane cases.  Now check whether non-existent headers
    45653841  # can be detected and how.
    4566   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3842  cat >conftest.$ac_ext <<_ACEOF
     3843/* confdefs.h.  */
     3844_ACEOF
     3845cat confdefs.h >>conftest.$ac_ext
     3846cat >>conftest.$ac_ext <<_ACEOF
    45673847/* end confdefs.h.  */
    45683848#include <ac_nonexistent.h>
    45693849_ACEOF
    4570 if ac_fn_c_try_cpp "$LINENO"; then :
     3850if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     3851  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3852  ac_status=$?
     3853  grep -v '^ *+' conftest.er1 >conftest.err
     3854  rm -f conftest.er1
     3855  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
     3864else
     3865  ac_cpp_err=yes
     3866fi
     3867if test -z "$ac_cpp_err"; then
    45713868  # Broken: success on invalid input.
    45723869continue
    45733870else
     3871  echo "$as_me: failed program was:" >&5
     3872sed 's/^/| /' conftest.$ac_ext >&5
     3873
    45743874  # Passes both tests.
    45753875ac_preproc_ok=:
    45763876break
    45773877fi
    4578 rm -f conftest.err conftest.i conftest.$ac_ext
     3878rm -f conftest.err conftest.$ac_ext
    45793879
    45803880done
    45813881# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4582 rm -f conftest.i conftest.err conftest.$ac_ext
    4583 if $ac_preproc_ok; then :
     3882rm -f conftest.err conftest.$ac_ext
     3883if $ac_preproc_ok; then
    45843884  break
    45853885fi
     
    45933893  ac_cv_prog_CPP=$CPP
    45943894fi
    4595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
    4596 $as_echo "$CPP" >&6; }
     3895echo "$as_me:$LINENO: result: $CPP" >&5
     3896echo "${ECHO_T}$CPP" >&6
    45973897ac_preproc_ok=false
    45983898for ac_c_preproc_warn_flag in '' yes
     
    46043904  # On the NeXT, cc -E runs the code through the compiler's parser,
    46053905  # not just through cpp. "Syntax error" is here to catch this case.
    4606   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3906  cat >conftest.$ac_ext <<_ACEOF
     3907/* confdefs.h.  */
     3908_ACEOF
     3909cat confdefs.h >>conftest.$ac_ext
     3910cat >>conftest.$ac_ext <<_ACEOF
    46073911/* end confdefs.h.  */
    46083912#ifdef __STDC__
     
    46133917             Syntax error
    46143918_ACEOF
    4615 if ac_fn_c_try_cpp "$LINENO"; then :
    4616 
    4617 else
     3919if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     3920  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3921  ac_status=$?
     3922  grep -v '^ *+' conftest.er1 >conftest.err
     3923  rm -f conftest.er1
     3924  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
     3933else
     3934  ac_cpp_err=yes
     3935fi
     3936if test -z "$ac_cpp_err"; then
     3937  :
     3938else
     3939  echo "$as_me: failed program was:" >&5
     3940sed 's/^/| /' conftest.$ac_ext >&5
     3941
    46183942  # Broken: fails on valid input.
    46193943continue
    46203944fi
    4621 rm -f conftest.err conftest.i conftest.$ac_ext
    4622 
    4623   # OK, works on sane cases.  Now check whether nonexistent headers
     3945rm -f conftest.err conftest.$ac_ext
     3946
     3947  # OK, works on sane cases.  Now check whether non-existent headers
    46243948  # can be detected and how.
    4625   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3949  cat >conftest.$ac_ext <<_ACEOF
     3950/* confdefs.h.  */
     3951_ACEOF
     3952cat confdefs.h >>conftest.$ac_ext
     3953cat >>conftest.$ac_ext <<_ACEOF
    46263954/* end confdefs.h.  */
    46273955#include <ac_nonexistent.h>
    46283956_ACEOF
    4629 if ac_fn_c_try_cpp "$LINENO"; then :
     3957if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     3958  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3959  ac_status=$?
     3960  grep -v '^ *+' conftest.er1 >conftest.err
     3961  rm -f conftest.er1
     3962  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
     3971else
     3972  ac_cpp_err=yes
     3973fi
     3974if test -z "$ac_cpp_err"; then
    46303975  # Broken: success on invalid input.
    46313976continue
    46323977else
     3978  echo "$as_me: failed program was:" >&5
     3979sed 's/^/| /' conftest.$ac_ext >&5
     3980
    46333981  # Passes both tests.
    46343982ac_preproc_ok=:
    46353983break
    46363984fi
    4637 rm -f conftest.err conftest.i conftest.$ac_ext
     3985rm -f conftest.err conftest.$ac_ext
    46383986
    46393987done
    46403988# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4641 rm -f conftest.i conftest.err conftest.$ac_ext
    4642 if $ac_preproc_ok; then :
    4643 
    4644 else
    4645   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    4646 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    4647 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
    4648 See \`config.log' for more details" "$LINENO" 5 ; }
     3989rm -f conftest.err conftest.$ac_ext
     3990if $ac_preproc_ok; then
     3991  :
     3992else
     3993  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3994See \`config.log' for more details." >&5
     3995echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3996See \`config.log' for more details." >&2;}
     3997   { (exit 1); exit 1; }; }
    46493998fi
    46503999
     
    46564005
    46574006
    4658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
    4659 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    4660 if test "${ac_cv_path_GREP+set}" = set; then :
    4661   $as_echo_n "(cached) " >&6
    4662 else
    4663   if test -z "$GREP"; then
    4664   ac_path_GREP_found=false
    4665   # Loop through the user's path and test for each of PROGNAME-LIST
    4666   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    4667 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    4668 do
    4669   IFS=$as_save_IFS
    4670   test -z "$as_dir" && as_dir=.
    4671     for ac_prog in grep ggrep; do
    4672     for ac_exec_ext in '' $ac_executable_extensions; do
    4673       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    4674       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    4675 # Check for GNU ac_path_GREP and select it if it is found.
    4676   # Check for GNU $ac_path_GREP
    4677 case `"$ac_path_GREP" --version 2>&1` in
    4678 *GNU*)
    4679   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
    4680 *)
    4681   ac_count=0
    4682   $as_echo_n 0123456789 >"conftest.in"
    4683   while :
    4684   do
    4685     cat "conftest.in" "conftest.in" >"conftest.tmp"
    4686     mv "conftest.tmp" "conftest.in"
    4687     cp "conftest.in" "conftest.nl"
    4688     $as_echo 'GREP' >> "conftest.nl"
    4689     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    4690     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    4691     as_fn_arith $ac_count + 1 && ac_count=$as_val
    4692     if test $ac_count -gt ${ac_path_GREP_max-0}; then
    4693       # Best one so far, save it but keep looking for a better one
    4694       ac_cv_path_GREP="$ac_path_GREP"
    4695       ac_path_GREP_max=$ac_count
     4007echo "$as_me:$LINENO: checking for egrep" >&5
     4008echo $ECHO_N "checking for egrep... $ECHO_C" >&6
     4009if test "${ac_cv_prog_egrep+set}" = set; then
     4010  echo $ECHO_N "(cached) $ECHO_C" >&6
     4011else
     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'
    46964015    fi
    4697     # 10*(2^10) chars as input seems more than enough
    4698     test $ac_count -gt 10 && break
     4016fi
     4017echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
     4018echo "${ECHO_T}$ac_cv_prog_egrep" >&6
     4019 EGREP=$ac_cv_prog_egrep
     4020
     4021
     4022
     4023echo "$as_me:$LINENO: checking for AIX" >&5
     4024echo $ECHO_N "checking for AIX... $ECHO_C" >&6
     4025cat >conftest.$ac_ext <<_ACEOF
     4026/* confdefs.h.  */
     4027_ACEOF
     4028cat confdefs.h >>conftest.$ac_ext
     4029cat >>conftest.$ac_ext <<_ACEOF
     4030/* end confdefs.h.  */
     4031#ifdef _AIX
     4032  yes
     4033#endif
     4034
     4035_ACEOF
     4036if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
     4037  $EGREP "yes" >/dev/null 2>&1; then
     4038  echo "$as_me:$LINENO: result: yes" >&5
     4039echo "${ECHO_T}yes" >&6
     4040cat >>confdefs.h <<\_ACEOF
     4041#define _ALL_SOURCE 1
     4042_ACEOF
     4043
     4044else
     4045  echo "$as_me:$LINENO: result: no" >&5
     4046echo "${ECHO_T}no" >&6
     4047fi
     4048rm -f conftest*
     4049
     4050
     4051echo "$as_me:$LINENO: checking for library containing strerror" >&5
     4052echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
     4053if test "${ac_cv_search_strerror+set}" = set; then
     4054  echo $ECHO_N "(cached) $ECHO_C" >&6
     4055else
     4056  ac_func_search_save_LIBS=$LIBS
     4057ac_cv_search_strerror=no
     4058cat >conftest.$ac_ext <<_ACEOF
     4059/* confdefs.h.  */
     4060_ACEOF
     4061cat confdefs.h >>conftest.$ac_ext
     4062cat >>conftest.$ac_ext <<_ACEOF
     4063/* end confdefs.h.  */
     4064
     4065/* Override any gcc2 internal prototype to avoid an error.  */
     4066#ifdef __cplusplus
     4067extern "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.  */
     4071char strerror ();
     4072int
     4073main ()
     4074{
     4075strerror ();
     4076  ;
     4077  return 0;
     4078}
     4079_ACEOF
     4080rm -f conftest.$ac_objext conftest$ac_exeext
     4081if { (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"
     4103else
     4104  echo "$as_me: failed program was:" >&5
     4105sed 's/^/| /' conftest.$ac_ext >&5
     4106
     4107fi
     4108rm -f conftest.err conftest.$ac_objext \
     4109      conftest$ac_exeext conftest.$ac_ext
     4110if 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
     4116cat confdefs.h >>conftest.$ac_ext
     4117cat >>conftest.$ac_ext <<_ACEOF
     4118/* end confdefs.h.  */
     4119
     4120/* Override any gcc2 internal prototype to avoid an error.  */
     4121#ifdef __cplusplus
     4122extern "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.  */
     4126char strerror ();
     4127int
     4128main ()
     4129{
     4130strerror ();
     4131  ;
     4132  return 0;
     4133}
     4134_ACEOF
     4135rm -f conftest.$ac_objext conftest$ac_exeext
     4136if { (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"
     4158break
     4159else
     4160  echo "$as_me: failed program was:" >&5
     4161sed 's/^/| /' conftest.$ac_ext >&5
     4162
     4163fi
     4164rm -f conftest.err conftest.$ac_objext \
     4165      conftest$ac_exeext conftest.$ac_ext
    46994166  done
    4700   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
    4701 esac
    4702 
    4703       $ac_path_GREP_found && break 3
    4704     done
    4705   done
    4706   done
    4707 IFS=$as_save_IFS
    4708   if test -z "$ac_cv_path_GREP"; then
    4709     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    4710   fi
    4711 else
    4712   ac_cv_path_GREP=$GREP
    4713 fi
    4714 
    4715 fi
    4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
    4717 $as_echo "$ac_cv_path_GREP" >&6; }
    4718  GREP="$ac_cv_path_GREP"
    4719 
    4720 
    4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
    4722 $as_echo_n "checking for egrep... " >&6; }
    4723 if test "${ac_cv_path_EGREP+set}" = set; then :
    4724   $as_echo_n "(cached) " >&6
    4725 else
    4726   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    4727    then ac_cv_path_EGREP="$GREP -E"
    4728    else
    4729      if test -z "$EGREP"; then
    4730   ac_path_EGREP_found=false
    4731   # Loop through the user's path and test for each of PROGNAME-LIST
    4732   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    4733 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    4734 do
    4735   IFS=$as_save_IFS
    4736   test -z "$as_dir" && as_dir=.
    4737     for ac_prog in egrep; do
    4738     for ac_exec_ext in '' $ac_executable_extensions; do
    4739       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    4740       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    4741 # Check for GNU ac_path_EGREP and select it if it is found.
    4742   # Check for GNU $ac_path_EGREP
    4743 case `"$ac_path_EGREP" --version 2>&1` in
    4744 *GNU*)
    4745   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
    4746 *)
    4747   ac_count=0
    4748   $as_echo_n 0123456789 >"conftest.in"
    4749   while :
    4750   do
    4751     cat "conftest.in" "conftest.in" >"conftest.tmp"
    4752     mv "conftest.tmp" "conftest.in"
    4753     cp "conftest.in" "conftest.nl"
    4754     $as_echo 'EGREP' >> "conftest.nl"
    4755     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    4756     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    4757     as_fn_arith $ac_count + 1 && ac_count=$as_val
    4758     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
    4759       # Best one so far, save it but keep looking for a better one
    4760       ac_cv_path_EGREP="$ac_path_EGREP"
    4761       ac_path_EGREP_max=$ac_count
    4762     fi
    4763     # 10*(2^10) chars as input seems more than enough
    4764     test $ac_count -gt 10 && break
    4765   done
    4766   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
    4767 esac
    4768 
    4769       $ac_path_EGREP_found && break 3
    4770     done
    4771   done
    4772   done
    4773 IFS=$as_save_IFS
    4774   if test -z "$ac_cv_path_EGREP"; then
    4775     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    4776   fi
    4777 else
    4778   ac_cv_path_EGREP=$EGREP
    4779 fi
    4780 
    4781    fi
    4782 fi
    4783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
    4784 $as_echo "$ac_cv_path_EGREP" >&6; }
    4785  EGREP="$ac_cv_path_EGREP"
    4786 
    4787 
    4788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
    4789 $as_echo_n "checking for ANSI C header files... " >&6; }
    4790 if test "${ac_cv_header_stdc+set}" = set; then :
    4791   $as_echo_n "(cached) " >&6
    4792 else
    4793   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4167fi
     4168LIBS=$ac_func_search_save_LIBS
     4169fi
     4170echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
     4171echo "${ECHO_T}$ac_cv_search_strerror" >&6
     4172if test "$ac_cv_search_strerror" != no; then
     4173  test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
     4174
     4175fi
     4176
     4177echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4178echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     4179if test "${ac_cv_header_stdc+set}" = set; then
     4180  echo $ECHO_N "(cached) $ECHO_C" >&6
     4181else
     4182  cat >conftest.$ac_ext <<_ACEOF
     4183/* confdefs.h.  */
     4184_ACEOF
     4185cat confdefs.h >>conftest.$ac_ext
     4186cat >>conftest.$ac_ext <<_ACEOF
    47944187/* end confdefs.h.  */
    47954188#include <stdlib.h>
     
    48064199}
    48074200_ACEOF
    4808 if ac_fn_c_try_compile "$LINENO"; then :
     4201rm -f conftest.$ac_objext
     4202if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4203  (eval $ac_compile) 2>conftest.er1
     4204  ac_status=$?
     4205  grep -v '^ *+' conftest.er1 >conftest.err
     4206  rm -f conftest.er1
     4207  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
    48094223  ac_cv_header_stdc=yes
    48104224else
    4811   ac_cv_header_stdc=no
    4812 fi
    4813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4225  echo "$as_me: failed program was:" >&5
     4226sed 's/^/| /' conftest.$ac_ext >&5
     4227
     4228ac_cv_header_stdc=no
     4229fi
     4230rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    48144231
    48154232if test $ac_cv_header_stdc = yes; then
    48164233  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    4817   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4234  cat >conftest.$ac_ext <<_ACEOF
     4235/* confdefs.h.  */
     4236_ACEOF
     4237cat confdefs.h >>conftest.$ac_ext
     4238cat >>conftest.$ac_ext <<_ACEOF
    48184239/* end confdefs.h.  */
    48194240#include <string.h>
     
    48214242_ACEOF
    48224243if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    4823   $EGREP "memchr" >/dev/null 2>&1; then :
    4824 
     4244  $EGREP "memchr" >/dev/null 2>&1; then
     4245  :
    48254246else
    48264247  ac_cv_header_stdc=no
     
    48324253if test $ac_cv_header_stdc = yes; then
    48334254  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    4834   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4255  cat >conftest.$ac_ext <<_ACEOF
     4256/* confdefs.h.  */
     4257_ACEOF
     4258cat confdefs.h >>conftest.$ac_ext
     4259cat >>conftest.$ac_ext <<_ACEOF
    48354260/* end confdefs.h.  */
    48364261#include <stdlib.h>
     
    48384263_ACEOF
    48394264if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    4840   $EGREP "free" >/dev/null 2>&1; then :
    4841 
     4265  $EGREP "free" >/dev/null 2>&1; then
     4266  :
    48424267else
    48434268  ac_cv_header_stdc=no
     
    48494274if test $ac_cv_header_stdc = yes; then
    48504275  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
    4851   if test "$cross_compiling" = yes; then :
     4276  if test "$cross_compiling" = yes; then
    48524277  :
    48534278else
    4854   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4279  cat >conftest.$ac_ext <<_ACEOF
     4280/* confdefs.h.  */
     4281_ACEOF
     4282cat confdefs.h >>conftest.$ac_ext
     4283cat >>conftest.$ac_ext <<_ACEOF
    48554284/* end confdefs.h.  */
    48564285#include <ctype.h>
    4857 #include <stdlib.h>
    48584286#if ((' ' & 0x0FF) == 0x020)
    48594287# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    48754303    if (XOR (islower (i), ISLOWER (i))
    48764304    || toupper (i) != TOUPPER (i))
    4877       return 2;
    4878   return 0;
     4305      exit(2);
     4306  exit (0);
    48794307}
    48804308_ACEOF
    4881 if ac_fn_c_try_run "$LINENO"; then :
    4882 
    4883 else
    4884   ac_cv_header_stdc=no
    4885 fi
    4886 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
    4887   conftest.$ac_objext conftest.beam conftest.$ac_ext
    4888 fi
    4889 
    4890 fi
    4891 fi
    4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
    4893 $as_echo "$ac_cv_header_stdc" >&6; }
     4309rm -f conftest$ac_exeext
     4310if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     4311  (eval $ac_link) 2>&5
     4312  ac_status=$?
     4313  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4314  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     4315  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4316  (eval $ac_try) 2>&5
     4317  ac_status=$?
     4318  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4319  (exit $ac_status); }; }; then
     4320  :
     4321else
     4322  echo "$as_me: program exited with status $ac_status" >&5
     4323echo "$as_me: failed program was:" >&5
     4324sed 's/^/| /' conftest.$ac_ext >&5
     4325
     4326( exit $ac_status )
     4327ac_cv_header_stdc=no
     4328fi
     4329rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4330fi
     4331fi
     4332fi
     4333echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4334echo "${ECHO_T}$ac_cv_header_stdc" >&6
    48944335if test $ac_cv_header_stdc = yes; then
    48954336
    4896 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
     4337cat >>confdefs.h <<\_ACEOF
     4338#define STDC_HEADERS 1
     4339_ACEOF
    48974340
    48984341fi
    48994342
    49004343# On IRIX 5.3, sys/types and inttypes.h are conflicting.
     4344
     4345
     4346
     4347
     4348
     4349
     4350
     4351
     4352
    49014353for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
    49024354          inttypes.h stdint.h unistd.h
    4903 do :
    4904   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4905 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
    4906 "
    4907 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
     4355do
     4356as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4357echo "$as_me:$LINENO: checking for $ac_header" >&5
     4358echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     4359if eval "test \"\${$as_ac_Header+set}\" = set"; then
     4360  echo $ECHO_N "(cached) $ECHO_C" >&6
     4361else
     4362  cat >conftest.$ac_ext <<_ACEOF
     4363/* confdefs.h.  */
     4364_ACEOF
     4365cat confdefs.h >>conftest.$ac_ext
     4366cat >>conftest.$ac_ext <<_ACEOF
     4367/* end confdefs.h.  */
     4368$ac_includes_default
     4369
     4370#include <$ac_header>
     4371_ACEOF
     4372rm -f conftest.$ac_objext
     4373if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4374  (eval $ac_compile) 2>conftest.er1
     4375  ac_status=$?
     4376  grep -v '^ *+' conftest.er1 >conftest.err
     4377  rm -f conftest.er1
     4378  cat conftest.err >&5
     4379  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4380  (exit $ac_status); } &&
     4381     { 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
     4394  eval "$as_ac_Header=yes"
     4395else
     4396  echo "$as_me: failed program was:" >&5
     4397sed 's/^/| /' conftest.$ac_ext >&5
     4398
     4399eval "$as_ac_Header=no"
     4400fi
     4401rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4402fi
     4403echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     4404echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     4405if test `eval echo '${'$as_ac_Header'}'` = yes; then
    49084406  cat >>confdefs.h <<_ACEOF
    4909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4407#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    49104408_ACEOF
    49114409
     
    49154413
    49164414
    4917 
    4918   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
    4919 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
     4415if test "${ac_cv_header_minix_config_h+set}" = set; then
     4416  echo "$as_me:$LINENO: checking for minix/config.h" >&5
     4417echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
     4418if test "${ac_cv_header_minix_config_h+set}" = set; then
     4419  echo $ECHO_N "(cached) $ECHO_C" >&6
     4420fi
     4421echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     4422echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
     4423else
     4424  # Is the header compilable?
     4425echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     4426echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
     4427cat >conftest.$ac_ext <<_ACEOF
     4428/* confdefs.h.  */
     4429_ACEOF
     4430cat confdefs.h >>conftest.$ac_ext
     4431cat >>conftest.$ac_ext <<_ACEOF
     4432/* end confdefs.h.  */
     4433$ac_includes_default
     4434#include <minix/config.h>
     4435_ACEOF
     4436rm -f conftest.$ac_objext
     4437if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4438  (eval $ac_compile) 2>conftest.er1
     4439  ac_status=$?
     4440  grep -v '^ *+' conftest.er1 >conftest.err
     4441  rm -f conftest.er1
     4442  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
     4458  ac_header_compiler=yes
     4459else
     4460  echo "$as_me: failed program was:" >&5
     4461sed 's/^/| /' conftest.$ac_ext >&5
     4462
     4463ac_header_compiler=no
     4464fi
     4465rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4466echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4467echo "${ECHO_T}$ac_header_compiler" >&6
     4468
     4469# Is the header present?
     4470echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     4471echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
     4472cat >conftest.$ac_ext <<_ACEOF
     4473/* confdefs.h.  */
     4474_ACEOF
     4475cat confdefs.h >>conftest.$ac_ext
     4476cat >>conftest.$ac_ext <<_ACEOF
     4477/* end confdefs.h.  */
     4478#include <minix/config.h>
     4479_ACEOF
     4480if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     4481  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     4482  ac_status=$?
     4483  grep -v '^ *+' conftest.er1 >conftest.err
     4484  rm -f conftest.er1
     4485  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
     4494else
     4495  ac_cpp_err=yes
     4496fi
     4497if test -z "$ac_cpp_err"; then
     4498  ac_header_preproc=yes
     4499else
     4500  echo "$as_me: failed program was:" >&5
     4501sed 's/^/| /' conftest.$ac_ext >&5
     4502
     4503  ac_header_preproc=no
     4504fi
     4505rm -f conftest.err conftest.$ac_ext
     4506echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4507echo "${ECHO_T}$ac_header_preproc" >&6
     4508
     4509# So?  What about this header?
     4510case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     4511  yes:no: )
     4512    { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     4513echo "$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
     4515echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     4516    ac_header_preproc=yes
     4517    ;;
     4518  no:yes:* )
     4519    { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     4520echo "$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
     4522echo "$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
     4524echo "$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
     4526echo "$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
     4528echo "$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
     4530echo "$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
     4539    ;;
     4540esac
     4541echo "$as_me:$LINENO: checking for minix/config.h" >&5
     4542echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
     4543if test "${ac_cv_header_minix_config_h+set}" = set; then
     4544  echo $ECHO_N "(cached) $ECHO_C" >&6
     4545else
     4546  ac_cv_header_minix_config_h=$ac_header_preproc
     4547fi
     4548echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     4549echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
     4550
     4551fi
     4552if test $ac_cv_header_minix_config_h = yes; then
    49204553  MINIX=yes
    49214554else
     
    49244557
    49254558
    4926   if test "$MINIX" = yes; then
    4927 
    4928 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
    4929 
    4930 
    4931 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
    4932 
    4933 
    4934 $as_echo "#define _MINIX 1" >>confdefs.h
    4935 
    4936   fi
    4937 
    4938 
    4939   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
    4940 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
    4941 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
    4942   $as_echo_n "(cached) " >&6
    4943 else
    4944   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    4945 /* end confdefs.h.  */
    4946 
    4947 #     define __EXTENSIONS__ 1
    4948       $ac_includes_default
    4949 int
    4950 main ()
    4951 {
    4952 
    4953   ;
    4954   return 0;
    4955 }
    4956 _ACEOF
    4957 if ac_fn_c_try_compile "$LINENO"; then :
    4958   ac_cv_safe_to_define___extensions__=yes
    4959 else
    4960   ac_cv_safe_to_define___extensions__=no
    4961 fi
    4962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4963 fi
    4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
    4965 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
    4966   test $ac_cv_safe_to_define___extensions__ = yes &&
    4967     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
    4968 
    4969   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
    4970 
    4971   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
    4972 
    4973   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
    4974 
    4975   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
    4976 
    4977 
    4978 
    4979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
    4980 $as_echo_n "checking for library containing strerror... " >&6; }
    4981 if test "${ac_cv_search_strerror+set}" = set; then :
    4982   $as_echo_n "(cached) " >&6
    4983 else
    4984   ac_func_search_save_LIBS=$LIBS
    4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    4986 /* end confdefs.h.  */
    4987 
    4988 /* Override any GCC internal prototype to avoid an error.
    4989    Use char because int might match the return type of a GCC
    4990    builtin and then its argument prototype would still apply.  */
    4991 #ifdef __cplusplus
    4992 extern "C"
    4993 #endif
    4994 char strerror ();
    4995 int
    4996 main ()
    4997 {
    4998 return strerror ();
    4999   ;
    5000   return 0;
    5001 }
    5002 _ACEOF
    5003 for ac_lib in '' cposix; do
    5004   if test -z "$ac_lib"; then
    5005     ac_res="none required"
    5006   else
    5007     ac_res=-l$ac_lib
    5008     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5009   fi
    5010   if ac_fn_c_try_link "$LINENO"; then :
    5011   ac_cv_search_strerror=$ac_res
    5012 fi
    5013 rm -f core conftest.err conftest.$ac_objext \
    5014     conftest$ac_exeext
    5015   if test "${ac_cv_search_strerror+set}" = set; then :
    5016   break
    5017 fi
    5018 done
    5019 if test "${ac_cv_search_strerror+set}" = set; then :
    5020 
    5021 else
    5022   ac_cv_search_strerror=no
    5023 fi
    5024 rm conftest.$ac_ext
    5025 LIBS=$ac_func_search_save_LIBS
    5026 fi
    5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
    5028 $as_echo "$ac_cv_search_strerror" >&6; }
    5029 ac_res=$ac_cv_search_strerror
    5030 if test "$ac_res" != no; then :
    5031   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    5032 
    5033 fi
    5034 
    5035 
    5036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
    5037 $as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
    5038 if test "${ac_cv_prog_cc_stdc+set}" = set; then :
    5039   $as_echo_n "(cached) " >&6
     4559if test "$MINIX" = yes; then
     4560
     4561cat >>confdefs.h <<\_ACEOF
     4562#define _POSIX_SOURCE 1
     4563_ACEOF
     4564
     4565
     4566cat >>confdefs.h <<\_ACEOF
     4567#define _POSIX_1_SOURCE 2
     4568_ACEOF
     4569
     4570
     4571cat >>confdefs.h <<\_ACEOF
     4572#define _MINIX 1
     4573_ACEOF
     4574
     4575fi
     4576
     4577echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
     4578echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
     4579if test "${ac_cv_prog_cc_stdc+set}" = set; then
     4580  echo $ECHO_N "(cached) $ECHO_C" >&6
    50404581else
    50414582  ac_cv_prog_cc_stdc=no
     
    50504591do
    50514592  CFLAGS="$ac_save_CFLAGS $ac_arg"
    5052   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4593  cat >conftest.$ac_ext <<_ACEOF
     4594/* confdefs.h.  */
     4595_ACEOF
     4596cat confdefs.h >>conftest.$ac_ext
     4597cat >>conftest.$ac_ext <<_ACEOF
    50534598/* end confdefs.h.  */
    50544599#if !defined(__STDC__) || __STDC__ != 1
     
    50664611}
    50674612_ACEOF
    5068 if ac_fn_c_try_compile "$LINENO"; then :
     4613rm -f conftest.$ac_objext
     4614if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4615  (eval $ac_compile) 2>conftest.er1
     4616  ac_status=$?
     4617  grep -v '^ *+' conftest.er1 >conftest.err
     4618  rm -f conftest.er1
     4619  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
    50694635  ac_cv_prog_cc_stdc="$ac_arg"; break
    5070 fi
    5071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     4636else
     4637  echo "$as_me: failed program was:" >&5
     4638sed 's/^/| /' conftest.$ac_ext >&5
     4639
     4640fi
     4641rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    50724642done
    50734643CFLAGS="$ac_save_CFLAGS"
     
    50754645fi
    50764646
    5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5
    5078 $as_echo "$ac_cv_prog_cc_stdc" >&6; }
     4647echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     4648echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    50794649case "x$ac_cv_prog_cc_stdc" in
    50804650  x|xno) ;;
     
    50834653
    50844654
    5085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for function prototypes" >&5
    5086 $as_echo_n "checking for function prototypes... " >&6; }
     4655echo "$as_me:$LINENO: checking for function prototypes" >&5
     4656echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
    50874657if test "$ac_cv_prog_cc_stdc" != no; then
    5088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    5089 $as_echo "yes" >&6; }
    5090   $as_echo "#define PROTOTYPES 1" >>confdefs.h
     4658  echo "$as_me:$LINENO: result: yes" >&5
     4659echo "${ECHO_T}yes" >&6
     4660  cat >>confdefs.h <<\_ACEOF
     4661#define PROTOTYPES 1
     4662_ACEOF
    50914663
    50924664  U= ANSI2KNR=
    50934665else
    5094   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    5095 $as_echo "no" >&6; }
     4666  echo "$as_me:$LINENO: result: no" >&5
     4667echo "${ECHO_T}no" >&6
    50964668  U=_ ANSI2KNR=ansi2knr
    50974669fi
    50984670
    5099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
    5100 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
    5101 if test "${ac_cv_c_const+set}" = set; then :
    5102   $as_echo_n "(cached) " >&6
    5103 else
    5104   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4671echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     4672echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     4673if test "${ac_cv_c_const+set}" = set; then
     4674  echo $ECHO_N "(cached) $ECHO_C" >&6
     4675else
     4676  cat >conftest.$ac_ext <<_ACEOF
     4677/* confdefs.h.  */
     4678_ACEOF
     4679cat confdefs.h >>conftest.$ac_ext
     4680cat >>conftest.$ac_ext <<_ACEOF
    51054681/* end confdefs.h.  */
    51064682
     
    51124688  /* Ultrix mips cc rejects this.  */
    51134689  typedef int charset[2];
    5114   const charset cs;
     4690  const charset x;
    51154691  /* SunOS 4.1.1 cc rejects this.  */
    5116   char const *const *pcpcc;
    5117   char **ppc;
     4692  char const *const *ccp;
     4693  char **p;
    51184694  /* NEC SVR4.0.2 mips cc rejects this.  */
    51194695  struct point {int x, y;};
     
    51244700     expression */
    51254701  const char *g = "string";
    5126   pcpcc = &g + (g ? g-g : 0);
     4702  ccp = &g + (g ? g-g : 0);
    51274703  /* HPUX 7.0 cc rejects these. */
    5128   ++pcpcc;
    5129   ppc = (char**) pcpcc;
    5130   pcpcc = (char const *const *) ppc;
     4704  ++ccp;
     4705  p = (char**) ccp;
     4706  ccp = (char const *const *) p;
    51314707  { /* SCO 3.2v4 cc rejects this.  */
    51324708    char *t;
     
    51344710
    51354711    *t++ = 0;
    5136     if (s) return 0;
    51374712  }
    51384713  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     
    51534728  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    51544729    const int foo = 10;
    5155     if (!foo) return 0;
    51564730  }
    5157   return !cs[0] && !zero.x;
    51584731#endif
    51594732
     
    51624735}
    51634736_ACEOF
    5164 if ac_fn_c_try_compile "$LINENO"; then :
     4737rm -f conftest.$ac_objext
     4738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4739  (eval $ac_compile) 2>conftest.er1
     4740  ac_status=$?
     4741  grep -v '^ *+' conftest.er1 >conftest.err
     4742  rm -f conftest.er1
     4743  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
    51654759  ac_cv_c_const=yes
    51664760else
    5167   ac_cv_c_const=no
    5168 fi
    5169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5170 fi
    5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
    5172 $as_echo "$ac_cv_c_const" >&6; }
     4761  echo "$as_me: failed program was:" >&5
     4762sed 's/^/| /' conftest.$ac_ext >&5
     4763
     4764ac_cv_c_const=no
     4765fi
     4766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4767fi
     4768echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     4769echo "${ECHO_T}$ac_cv_c_const" >&6
    51734770if test $ac_cv_c_const = no; then
    51744771
    5175 $as_echo "#define const /**/" >>confdefs.h
    5176 
    5177 fi
    5178 
    5179 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
    5180 if test "x$ac_cv_type_off_t" = x""yes; then :
    5181 
     4772cat >>confdefs.h <<\_ACEOF
     4773#define const
     4774_ACEOF
     4775
     4776fi
     4777
     4778echo "$as_me:$LINENO: checking for off_t" >&5
     4779echo $ECHO_N "checking for off_t... $ECHO_C" >&6
     4780if test "${ac_cv_type_off_t+set}" = set; then
     4781  echo $ECHO_N "(cached) $ECHO_C" >&6
     4782else
     4783  cat >conftest.$ac_ext <<_ACEOF
     4784/* confdefs.h.  */
     4785_ACEOF
     4786cat confdefs.h >>conftest.$ac_ext
     4787cat >>conftest.$ac_ext <<_ACEOF
     4788/* end confdefs.h.  */
     4789$ac_includes_default
     4790int
     4791main ()
     4792{
     4793if ((off_t *) 0)
     4794  return 0;
     4795if (sizeof (off_t))
     4796  return 0;
     4797  ;
     4798  return 0;
     4799}
     4800_ACEOF
     4801rm -f conftest.$ac_objext
     4802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4803  (eval $ac_compile) 2>conftest.er1
     4804  ac_status=$?
     4805  grep -v '^ *+' conftest.er1 >conftest.err
     4806  rm -f conftest.er1
     4807  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
     4824else
     4825  echo "$as_me: failed program was:" >&5
     4826sed 's/^/| /' conftest.$ac_ext >&5
     4827
     4828ac_cv_type_off_t=no
     4829fi
     4830rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4831fi
     4832echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     4833echo "${ECHO_T}$ac_cv_type_off_t" >&6
     4834if test $ac_cv_type_off_t = yes; then
     4835  :
    51824836else
    51834837
    51844838cat >>confdefs.h <<_ACEOF
    5185 #define off_t long int
    5186 _ACEOF
    5187 
    5188 fi
    5189 
    5190 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
    5191 if test "x$ac_cv_type_size_t" = x""yes; then :
    5192 
     4839#define off_t long
     4840_ACEOF
     4841
     4842fi
     4843
     4844echo "$as_me:$LINENO: checking for size_t" >&5
     4845echo $ECHO_N "checking for size_t... $ECHO_C" >&6
     4846if test "${ac_cv_type_size_t+set}" = set; then
     4847  echo $ECHO_N "(cached) $ECHO_C" >&6
     4848else
     4849  cat >conftest.$ac_ext <<_ACEOF
     4850/* confdefs.h.  */
     4851_ACEOF
     4852cat confdefs.h >>conftest.$ac_ext
     4853cat >>conftest.$ac_ext <<_ACEOF
     4854/* end confdefs.h.  */
     4855$ac_includes_default
     4856int
     4857main ()
     4858{
     4859if ((size_t *) 0)
     4860  return 0;
     4861if (sizeof (size_t))
     4862  return 0;
     4863  ;
     4864  return 0;
     4865}
     4866_ACEOF
     4867rm -f conftest.$ac_objext
     4868if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4869  (eval $ac_compile) 2>conftest.er1
     4870  ac_status=$?
     4871  grep -v '^ *+' conftest.er1 >conftest.err
     4872  rm -f conftest.er1
     4873  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
     4880  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
     4886  ac_status=$?
     4887  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4888  (exit $ac_status); }; }; then
     4889  ac_cv_type_size_t=yes
     4890else
     4891  echo "$as_me: failed program was:" >&5
     4892sed 's/^/| /' conftest.$ac_ext >&5
     4893
     4894ac_cv_type_size_t=no
     4895fi
     4896rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4897fi
     4898echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
     4899echo "${ECHO_T}$ac_cv_type_size_t" >&6
     4900if test $ac_cv_type_size_t = yes; then
     4901  :
    51934902else
    51944903
    51954904cat >>confdefs.h <<_ACEOF
    5196 #define size_t unsigned int
    5197 _ACEOF
    5198 
    5199 fi
    5200 
    5201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
    5202 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
    5203 if test "${ac_cv_header_time+set}" = set; then :
    5204   $as_echo_n "(cached) " >&6
    5205 else
    5206   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4905#define size_t unsigned
     4906_ACEOF
     4907
     4908fi
     4909
     4910echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
     4911echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
     4912if test "${ac_cv_header_time+set}" = set; then
     4913  echo $ECHO_N "(cached) $ECHO_C" >&6
     4914else
     4915  cat >conftest.$ac_ext <<_ACEOF
     4916/* confdefs.h.  */
     4917_ACEOF
     4918cat confdefs.h >>conftest.$ac_ext
     4919cat >>conftest.$ac_ext <<_ACEOF
    52074920/* end confdefs.h.  */
    52084921#include <sys/types.h>
     
    52194932}
    52204933_ACEOF
    5221 if ac_fn_c_try_compile "$LINENO"; then :
     4934rm -f conftest.$ac_objext
     4935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4936  (eval $ac_compile) 2>conftest.er1
     4937  ac_status=$?
     4938  grep -v '^ *+' conftest.er1 >conftest.err
     4939  rm -f conftest.er1
     4940  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
    52224956  ac_cv_header_time=yes
    52234957else
    5224   ac_cv_header_time=no
    5225 fi
    5226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5227 fi
    5228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
    5229 $as_echo "$ac_cv_header_time" >&6; }
     4958  echo "$as_me: failed program was:" >&5
     4959sed 's/^/| /' conftest.$ac_ext >&5
     4960
     4961ac_cv_header_time=no
     4962fi
     4963rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4964fi
     4965echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
     4966echo "${ECHO_T}$ac_cv_header_time" >&6
    52304967if test $ac_cv_header_time = yes; then
    52314968
    5232 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
    5233 
    5234 fi
    5235 
    5236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
    5237 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
    5238 if test "${ac_cv_struct_tm+set}" = set; then :
    5239   $as_echo_n "(cached) " >&6
    5240 else
    5241   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4969cat >>confdefs.h <<\_ACEOF
     4970#define TIME_WITH_SYS_TIME 1
     4971_ACEOF
     4972
     4973fi
     4974
     4975echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
     4976echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
     4977if test "${ac_cv_struct_tm+set}" = set; then
     4978  echo $ECHO_N "(cached) $ECHO_C" >&6
     4979else
     4980  cat >conftest.$ac_ext <<_ACEOF
     4981/* confdefs.h.  */
     4982_ACEOF
     4983cat confdefs.h >>conftest.$ac_ext
     4984cat >>conftest.$ac_ext <<_ACEOF
    52424985/* end confdefs.h.  */
    52434986#include <sys/types.h>
     
    52474990main ()
    52484991{
    5249 struct tm tm;
    5250                      int *p = &tm.tm_sec;
    5251                      return !p;
     4992struct tm *tp; tp->tm_sec;
    52524993  ;
    52534994  return 0;
    52544995}
    52554996_ACEOF
    5256 if ac_fn_c_try_compile "$LINENO"; then :
     4997rm -f conftest.$ac_objext
     4998if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4999  (eval $ac_compile) 2>conftest.er1
     5000  ac_status=$?
     5001  grep -v '^ *+' conftest.er1 >conftest.err
     5002  rm -f conftest.er1
     5003  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
    52575019  ac_cv_struct_tm=time.h
    52585020else
    5259   ac_cv_struct_tm=sys/time.h
    5260 fi
    5261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5262 fi
    5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
    5264 $as_echo "$ac_cv_struct_tm" >&6; }
     5021  echo "$as_me: failed program was:" >&5
     5022sed 's/^/| /' conftest.$ac_ext >&5
     5023
     5024ac_cv_struct_tm=sys/time.h
     5025fi
     5026rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5027fi
     5028echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
     5029echo "${ECHO_T}$ac_cv_struct_tm" >&6
    52655030if test $ac_cv_struct_tm = sys/time.h; then
    52665031
    5267 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
     5032cat >>confdefs.h <<\_ACEOF
     5033#define TM_IN_SYS_TIME 1
     5034_ACEOF
    52685035
    52695036fi
     
    52715038
    52725039if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    5273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5040cat >conftest.$ac_ext <<_ACEOF
     5041/* confdefs.h.  */
     5042_ACEOF
     5043cat confdefs.h >>conftest.$ac_ext
     5044cat >>conftest.$ac_ext <<_ACEOF
    52745045/* end confdefs.h.  */
    52755046#include <stdio.h>
     
    52835054}
    52845055_ACEOF
    5285 if ac_fn_c_try_compile "$LINENO"; then :
    5286 
    5287 else
    5288   CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
    5289 fi
    5290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5291 fi
    5292 
    5293 
    5294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lg" >&5
    5295 $as_echo_n "checking for main in -lg... " >&6; }
    5296 if test "${ac_cv_lib_g_main+set}" = set; then :
    5297   $as_echo_n "(cached) " >&6
     5056rm -f conftest.$ac_objext
     5057if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5058  (eval $ac_compile) 2>conftest.er1
     5059  ac_status=$?
     5060  grep -v '^ *+' conftest.er1 >conftest.err
     5061  rm -f conftest.er1
     5062  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
     5078  :
     5079else
     5080  echo "$as_me: failed program was:" >&5
     5081sed 's/^/| /' conftest.$ac_ext >&5
     5082
     5083CC="`echo $CC | sed 's/-Xc/-Xa/'`"    ac_cv_prog_cc_stdc='-Xa'
     5084fi
     5085rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5086fi
     5087
     5088
     5089
     5090echo "$as_me:$LINENO: checking for main in -lg" >&5
     5091echo $ECHO_N "checking for main in -lg... $ECHO_C" >&6
     5092if test "${ac_cv_lib_g_main+set}" = set; then
     5093  echo $ECHO_N "(cached) $ECHO_C" >&6
    52985094else
    52995095  ac_check_lib_save_LIBS=$LIBS
    53005096LIBS="-lg  $LIBS"
    5301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5097cat >conftest.$ac_ext <<_ACEOF
     5098/* confdefs.h.  */
     5099_ACEOF
     5100cat confdefs.h >>conftest.$ac_ext
     5101cat >>conftest.$ac_ext <<_ACEOF
    53025102/* end confdefs.h.  */
    53035103
     
    53065106main ()
    53075107{
    5308 return main ();
     5108main ();
    53095109  ;
    53105110  return 0;
    53115111}
    53125112_ACEOF
    5313 if ac_fn_c_try_link "$LINENO"; then :
     5113rm -f conftest.$ac_objext conftest$ac_exeext
     5114if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5115  (eval $ac_link) 2>conftest.er1
     5116  ac_status=$?
     5117  grep -v '^ *+' conftest.er1 >conftest.err
     5118  rm -f conftest.er1
     5119  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
    53145135  ac_cv_lib_g_main=yes
    53155136else
    5316   ac_cv_lib_g_main=no
    5317 fi
    5318 rm -f core conftest.err conftest.$ac_objext \
    5319     conftest$ac_exeext conftest.$ac_ext
     5137  echo "$as_me: failed program was:" >&5
     5138sed 's/^/| /' conftest.$ac_ext >&5
     5139
     5140ac_cv_lib_g_main=no
     5141fi
     5142rm -f conftest.err conftest.$ac_objext \
     5143      conftest$ac_exeext conftest.$ac_ext
    53205144LIBS=$ac_check_lib_save_LIBS
    53215145fi
    5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_g_main" >&5
    5323 $as_echo "$ac_cv_lib_g_main" >&6; }
    5324 if test "x$ac_cv_lib_g_main" = x""yes; then :
     5146echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
     5147echo "${ECHO_T}$ac_cv_lib_g_main" >&6
     5148if test $ac_cv_lib_g_main = yes; then
    53255149  cat >>confdefs.h <<_ACEOF
    53265150#define HAVE_LIBG 1
     
    53325156ac_cv_lib_g=ac_cv_lib_g_main
    53335157
    5334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
    5335 $as_echo_n "checking for main in -lm... " >&6; }
    5336 if test "${ac_cv_lib_m_main+set}" = set; then :
    5337   $as_echo_n "(cached) " >&6
     5158
     5159echo "$as_me:$LINENO: checking for main in -lm" >&5
     5160echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
     5161if test "${ac_cv_lib_m_main+set}" = set; then
     5162  echo $ECHO_N "(cached) $ECHO_C" >&6
    53385163else
    53395164  ac_check_lib_save_LIBS=$LIBS
    53405165LIBS="-lm  $LIBS"
    5341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5166cat >conftest.$ac_ext <<_ACEOF
     5167/* confdefs.h.  */
     5168_ACEOF
     5169cat confdefs.h >>conftest.$ac_ext
     5170cat >>conftest.$ac_ext <<_ACEOF
    53425171/* end confdefs.h.  */
    53435172
     
    53465175main ()
    53475176{
    5348 return main ();
     5177main ();
    53495178  ;
    53505179  return 0;
    53515180}
    53525181_ACEOF
    5353 if ac_fn_c_try_link "$LINENO"; then :
     5182rm -f conftest.$ac_objext conftest$ac_exeext
     5183if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5184  (eval $ac_link) 2>conftest.er1
     5185  ac_status=$?
     5186  grep -v '^ *+' conftest.er1 >conftest.err
     5187  rm -f conftest.er1
     5188  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
    53545204  ac_cv_lib_m_main=yes
    53555205else
    5356   ac_cv_lib_m_main=no
    5357 fi
    5358 rm -f core conftest.err conftest.$ac_objext \
    5359     conftest$ac_exeext conftest.$ac_ext
     5206  echo "$as_me: failed program was:" >&5
     5207sed 's/^/| /' conftest.$ac_ext >&5
     5208
     5209ac_cv_lib_m_main=no
     5210fi
     5211rm -f conftest.err conftest.$ac_objext \
     5212      conftest$ac_exeext conftest.$ac_ext
    53605213LIBS=$ac_check_lib_save_LIBS
    53615214fi
    5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
    5363 $as_echo "$ac_cv_lib_m_main" >&6; }
    5364 if test "x$ac_cv_lib_m_main" = x""yes; then :
     5215echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
     5216echo "${ECHO_T}$ac_cv_lib_m_main" >&6
     5217if test $ac_cv_lib_m_main = yes; then
    53655218  cat >>confdefs.h <<_ACEOF
    53665219#define HAVE_LIBM 1
     
    53725225ac_cv_lib_m=ac_cv_lib_m_main
    53735226
    5374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcrypt" >&5
    5375 $as_echo_n "checking for main in -lcrypt... " >&6; }
    5376 if test "${ac_cv_lib_crypt_main+set}" = set; then :
    5377   $as_echo_n "(cached) " >&6
     5227
     5228echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
     5229echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6
     5230if test "${ac_cv_lib_crypt_main+set}" = set; then
     5231  echo $ECHO_N "(cached) $ECHO_C" >&6
    53785232else
    53795233  ac_check_lib_save_LIBS=$LIBS
    53805234LIBS="-lcrypt  $LIBS"
    5381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5235cat >conftest.$ac_ext <<_ACEOF
     5236/* confdefs.h.  */
     5237_ACEOF
     5238cat confdefs.h >>conftest.$ac_ext
     5239cat >>conftest.$ac_ext <<_ACEOF
    53825240/* end confdefs.h.  */
    53835241
     
    53865244main ()
    53875245{
    5388 return main ();
     5246main ();
    53895247  ;
    53905248  return 0;
    53915249}
    53925250_ACEOF
    5393 if ac_fn_c_try_link "$LINENO"; then :
     5251rm -f conftest.$ac_objext conftest$ac_exeext
     5252if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5253  (eval $ac_link) 2>conftest.er1
     5254  ac_status=$?
     5255  grep -v '^ *+' conftest.er1 >conftest.err
     5256  rm -f conftest.er1
     5257  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
    53945273  ac_cv_lib_crypt_main=yes
    53955274else
    5396   ac_cv_lib_crypt_main=no
    5397 fi
    5398 rm -f core conftest.err conftest.$ac_objext \
    5399     conftest$ac_exeext conftest.$ac_ext
     5275  echo "$as_me: failed program was:" >&5
     5276sed 's/^/| /' conftest.$ac_ext >&5
     5277
     5278ac_cv_lib_crypt_main=no
     5279fi
     5280rm -f conftest.err conftest.$ac_objext \
     5281      conftest$ac_exeext conftest.$ac_ext
    54005282LIBS=$ac_check_lib_save_LIBS
    54015283fi
    5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypt_main" >&5
    5403 $as_echo "$ac_cv_lib_crypt_main" >&6; }
    5404 if test "x$ac_cv_lib_crypt_main" = x""yes; then :
     5284echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
     5285echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6
     5286if test $ac_cv_lib_crypt_main = yes; then
    54055287  cat >>confdefs.h <<_ACEOF
    54065288#define HAVE_LIBCRYPT 1
     
    54135295
    54145296if test $ENABLE_ACCENTFOLD = 1; then
    5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -liconv" >&5
    5416 $as_echo_n "checking for main in -liconv... " >&6; }
    5417 if test "${ac_cv_lib_iconv_main+set}" = set; then :
    5418   $as_echo_n "(cached) " >&6
     5297
     5298echo "$as_me:$LINENO: checking for main in -liconv" >&5
     5299echo $ECHO_N "checking for main in -liconv... $ECHO_C" >&6
     5300if test "${ac_cv_lib_iconv_main+set}" = set; then
     5301  echo $ECHO_N "(cached) $ECHO_C" >&6
    54195302else
    54205303  ac_check_lib_save_LIBS=$LIBS
    54215304LIBS="-liconv  $LIBS"
    5422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5305cat >conftest.$ac_ext <<_ACEOF
     5306/* confdefs.h.  */
     5307_ACEOF
     5308cat confdefs.h >>conftest.$ac_ext
     5309cat >>conftest.$ac_ext <<_ACEOF
    54235310/* end confdefs.h.  */
    54245311
     
    54275314main ()
    54285315{
    5429 return main ();
     5316main ();
    54305317  ;
    54315318  return 0;
    54325319}
    54335320_ACEOF
    5434 if ac_fn_c_try_link "$LINENO"; then :
     5321rm -f conftest.$ac_objext conftest$ac_exeext
     5322if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5323  (eval $ac_link) 2>conftest.er1
     5324  ac_status=$?
     5325  grep -v '^ *+' conftest.er1 >conftest.err
     5326  rm -f conftest.er1
     5327  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
    54355343  ac_cv_lib_iconv_main=yes
    54365344else
    5437   ac_cv_lib_iconv_main=no
    5438 fi
    5439 rm -f core conftest.err conftest.$ac_objext \
    5440     conftest$ac_exeext conftest.$ac_ext
     5345  echo "$as_me: failed program was:" >&5
     5346sed 's/^/| /' conftest.$ac_ext >&5
     5347
     5348ac_cv_lib_iconv_main=no
     5349fi
     5350rm -f conftest.err conftest.$ac_objext \
     5351      conftest$ac_exeext conftest.$ac_ext
    54415352LIBS=$ac_check_lib_save_LIBS
    54425353fi
    5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_main" >&5
    5444 $as_echo "$ac_cv_lib_iconv_main" >&6; }
    5445 if test "x$ac_cv_lib_iconv_main" = x""yes; then :
     5354echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5
     5355echo "${ECHO_T}$ac_cv_lib_iconv_main" >&6
     5356if test $ac_cv_lib_iconv_main = yes; then
    54465357  cat >>confdefs.h <<_ACEOF
    54475358#define HAVE_LIBICONV 1
     
    54555366fi
    54565367
     5368
     5369
     5370
     5371
     5372
    54575373ac_header_dirent=no
    54585374for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    5459   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    5460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
    5461 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
    5462 if eval "test \"\${$as_ac_Header+set}\"" = set; then :
    5463   $as_echo_n "(cached) " >&6
    5464 else
    5465   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5375  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
     5376echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
     5377echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
     5378if eval "test \"\${$as_ac_Header+set}\" = set"; then
     5379  echo $ECHO_N "(cached) $ECHO_C" >&6
     5380else
     5381  cat >conftest.$ac_ext <<_ACEOF
     5382/* confdefs.h.  */
     5383_ACEOF
     5384cat confdefs.h >>conftest.$ac_ext
     5385cat >>conftest.$ac_ext <<_ACEOF
    54665386/* end confdefs.h.  */
    54675387#include <sys/types.h>
     
    54775397}
    54785398_ACEOF
    5479 if ac_fn_c_try_compile "$LINENO"; then :
     5399rm -f conftest.$ac_objext
     5400if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5401  (eval $ac_compile) 2>conftest.er1
     5402  ac_status=$?
     5403  grep -v '^ *+' conftest.er1 >conftest.err
     5404  rm -f conftest.er1
     5405  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
    54805421  eval "$as_ac_Header=yes"
    54815422else
    5482   eval "$as_ac_Header=no"
    5483 fi
    5484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5485 fi
    5486 eval ac_res=\$$as_ac_Header
    5487            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    5488 $as_echo "$ac_res" >&6; }
    5489 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
     5423  echo "$as_me: failed program was:" >&5
     5424sed 's/^/| /' conftest.$ac_ext >&5
     5425
     5426eval "$as_ac_Header=no"
     5427fi
     5428rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5429fi
     5430echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     5431echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     5432if test `eval echo '${'$as_ac_Header'}'` = yes; then
    54905433  cat >>confdefs.h <<_ACEOF
    5491 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     5434#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
    54925435_ACEOF
    54935436
     
    54985441# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    54995442if test $ac_header_dirent = dirent.h; then
    5500   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
    5501 $as_echo_n "checking for library containing opendir... " >&6; }
    5502 if test "${ac_cv_search_opendir+set}" = set; then :
    5503   $as_echo_n "(cached) " >&6
     5443  echo "$as_me:$LINENO: checking for library containing opendir" >&5
     5444echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
     5445if test "${ac_cv_search_opendir+set}" = set; then
     5446  echo $ECHO_N "(cached) $ECHO_C" >&6
    55045447else
    55055448  ac_func_search_save_LIBS=$LIBS
    5506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5449ac_cv_search_opendir=no
     5450cat >conftest.$ac_ext <<_ACEOF
     5451/* confdefs.h.  */
     5452_ACEOF
     5453cat confdefs.h >>conftest.$ac_ext
     5454cat >>conftest.$ac_ext <<_ACEOF
    55075455/* end confdefs.h.  */
    55085456
    5509 /* Override any GCC internal prototype to avoid an error.
    5510    Use char because int might match the return type of a GCC
    5511    builtin and then its argument prototype would still apply.  */
     5457/* Override any gcc2 internal prototype to avoid an error.  */
    55125458#ifdef __cplusplus
    55135459extern "C"
    55145460#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.  */
    55155463char opendir ();
    55165464int
    55175465main ()
    55185466{
    5519 return opendir ();
     5467opendir ();
    55205468  ;
    55215469  return 0;
    55225470}
    55235471_ACEOF
    5524 for ac_lib in '' dir; do
    5525   if test -z "$ac_lib"; then
    5526     ac_res="none required"
    5527   else
    5528     ac_res=-l$ac_lib
     5472rm -f conftest.$ac_objext conftest$ac_exeext
     5473if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5474  (eval $ac_link) 2>conftest.er1
     5475  ac_status=$?
     5476  grep -v '^ *+' conftest.er1 >conftest.err
     5477  rm -f conftest.er1
     5478  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"
     5495else
     5496  echo "$as_me: failed program was:" >&5
     5497sed 's/^/| /' conftest.$ac_ext >&5
     5498
     5499fi
     5500rm -f conftest.err conftest.$ac_objext \
     5501      conftest$ac_exeext conftest.$ac_ext
     5502if test "$ac_cv_search_opendir" = no; then
     5503  for ac_lib in dir; do
    55295504    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5530   fi
    5531   if ac_fn_c_try_link "$LINENO"; then :
    5532   ac_cv_search_opendir=$ac_res
    5533 fi
    5534 rm -f core conftest.err conftest.$ac_objext \
    5535     conftest$ac_exeext
    5536   if test "${ac_cv_search_opendir+set}" = set; then :
    5537   break
    5538 fi
    5539 done
    5540 if test "${ac_cv_search_opendir+set}" = set; then :
    5541 
    5542 else
    5543   ac_cv_search_opendir=no
    5544 fi
    5545 rm conftest.$ac_ext
    5546 LIBS=$ac_func_search_save_LIBS
    5547 fi
    5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
    5549 $as_echo "$ac_cv_search_opendir" >&6; }
    5550 ac_res=$ac_cv_search_opendir
    5551 if test "$ac_res" != no; then :
    5552   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    5553 
    5554 fi
    5555 
    5556 else
    5557   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
    5558 $as_echo_n "checking for library containing opendir... " >&6; }
    5559 if test "${ac_cv_search_opendir+set}" = set; then :
    5560   $as_echo_n "(cached) " >&6
    5561 else
    5562   ac_func_search_save_LIBS=$LIBS
    5563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5505    cat >conftest.$ac_ext <<_ACEOF
     5506/* confdefs.h.  */
     5507_ACEOF
     5508cat confdefs.h >>conftest.$ac_ext
     5509cat >>conftest.$ac_ext <<_ACEOF
    55645510/* end confdefs.h.  */
    55655511
    5566 /* Override any GCC internal prototype to avoid an error.
    5567    Use char because int might match the return type of a GCC
    5568    builtin and then its argument prototype would still apply.  */
     5512/* Override any gcc2 internal prototype to avoid an error.  */
    55695513#ifdef __cplusplus
    55705514extern "C"
    55715515#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.  */
    55725518char opendir ();
    55735519int
    55745520main ()
    55755521{
    5576 return opendir ();
     5522opendir ();
    55775523  ;
    55785524  return 0;
    55795525}
    55805526_ACEOF
    5581 for ac_lib in '' x; do
    5582   if test -z "$ac_lib"; then
    5583     ac_res="none required"
    5584   else
    5585     ac_res=-l$ac_lib
     5527rm -f conftest.$ac_objext conftest$ac_exeext
     5528if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5529  (eval $ac_link) 2>conftest.er1
     5530  ac_status=$?
     5531  grep -v '^ *+' conftest.er1 >conftest.err
     5532  rm -f conftest.er1
     5533  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"
     5550break
     5551else
     5552  echo "$as_me: failed program was:" >&5
     5553sed 's/^/| /' conftest.$ac_ext >&5
     5554
     5555fi
     5556rm -f conftest.err conftest.$ac_objext \
     5557      conftest$ac_exeext conftest.$ac_ext
     5558  done
     5559fi
     5560LIBS=$ac_func_search_save_LIBS
     5561fi
     5562echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     5563echo "${ECHO_T}$ac_cv_search_opendir" >&6
     5564if test "$ac_cv_search_opendir" != no; then
     5565  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
     5566
     5567fi
     5568
     5569else
     5570  echo "$as_me:$LINENO: checking for library containing opendir" >&5
     5571echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
     5572if test "${ac_cv_search_opendir+set}" = set; then
     5573  echo $ECHO_N "(cached) $ECHO_C" >&6
     5574else
     5575  ac_func_search_save_LIBS=$LIBS
     5576ac_cv_search_opendir=no
     5577cat >conftest.$ac_ext <<_ACEOF
     5578/* confdefs.h.  */
     5579_ACEOF
     5580cat confdefs.h >>conftest.$ac_ext
     5581cat >>conftest.$ac_ext <<_ACEOF
     5582/* end confdefs.h.  */
     5583
     5584/* Override any gcc2 internal prototype to avoid an error.  */
     5585#ifdef __cplusplus
     5586extern "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.  */
     5590char opendir ();
     5591int
     5592main ()
     5593{
     5594opendir ();
     5595  ;
     5596  return 0;
     5597}
     5598_ACEOF
     5599rm -f conftest.$ac_objext conftest$ac_exeext
     5600if { (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"
     5622else
     5623  echo "$as_me: failed program was:" >&5
     5624sed 's/^/| /' conftest.$ac_ext >&5
     5625
     5626fi
     5627rm -f conftest.err conftest.$ac_objext \
     5628      conftest$ac_exeext conftest.$ac_ext
     5629if test "$ac_cv_search_opendir" = no; then
     5630  for ac_lib in x; do
    55865631    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5587   fi
    5588   if ac_fn_c_try_link "$LINENO"; then :
    5589   ac_cv_search_opendir=$ac_res
    5590 fi
    5591 rm -f core conftest.err conftest.$ac_objext \
    5592     conftest$ac_exeext
    5593   if test "${ac_cv_search_opendir+set}" = set; then :
    5594   break
    5595 fi
    5596 done
    5597 if test "${ac_cv_search_opendir+set}" = set; then :
    5598 
    5599 else
    5600   ac_cv_search_opendir=no
    5601 fi
    5602 rm conftest.$ac_ext
     5632    cat >conftest.$ac_ext <<_ACEOF
     5633/* confdefs.h.  */
     5634_ACEOF
     5635cat confdefs.h >>conftest.$ac_ext
     5636cat >>conftest.$ac_ext <<_ACEOF
     5637/* end confdefs.h.  */
     5638
     5639/* Override any gcc2 internal prototype to avoid an error.  */
     5640#ifdef __cplusplus
     5641extern "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.  */
     5645char opendir ();
     5646int
     5647main ()
     5648{
     5649opendir ();
     5650  ;
     5651  return 0;
     5652}
     5653_ACEOF
     5654rm -f conftest.$ac_objext conftest$ac_exeext
     5655if { (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"
     5677break
     5678else
     5679  echo "$as_me: failed program was:" >&5
     5680sed 's/^/| /' conftest.$ac_ext >&5
     5681
     5682fi
     5683rm -f conftest.err conftest.$ac_objext \
     5684      conftest$ac_exeext conftest.$ac_ext
     5685  done
     5686fi
    56035687LIBS=$ac_func_search_save_LIBS
    56045688fi
    5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
    5606 $as_echo "$ac_cv_search_opendir" >&6; }
    5607 ac_res=$ac_cv_search_opendir
    5608 if test "$ac_res" != no; then :
    5609   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    5610 
    5611 fi
    5612 
    5613 fi
    5614 
    5615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
    5616 $as_echo_n "checking for ANSI C header files... " >&6; }
    5617 if test "${ac_cv_header_stdc+set}" = set; then :
    5618   $as_echo_n "(cached) " >&6
    5619 else
    5620   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5689echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     5690echo "${ECHO_T}$ac_cv_search_opendir" >&6
     5691if test "$ac_cv_search_opendir" != no; then
     5692  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
     5693
     5694fi
     5695
     5696fi
     5697
     5698echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     5699echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     5700if test "${ac_cv_header_stdc+set}" = set; then
     5701  echo $ECHO_N "(cached) $ECHO_C" >&6
     5702else
     5703  cat >conftest.$ac_ext <<_ACEOF
     5704/* confdefs.h.  */
     5705_ACEOF
     5706cat confdefs.h >>conftest.$ac_ext
     5707cat >>conftest.$ac_ext <<_ACEOF
    56215708/* end confdefs.h.  */
    56225709#include <stdlib.h>
     
    56335720}
    56345721_ACEOF
    5635 if ac_fn_c_try_compile "$LINENO"; then :
     5722rm -f conftest.$ac_objext
     5723if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5724  (eval $ac_compile) 2>conftest.er1
     5725  ac_status=$?
     5726  grep -v '^ *+' conftest.er1 >conftest.err
     5727  rm -f conftest.er1
     5728  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
    56365744  ac_cv_header_stdc=yes
    56375745else
    5638   ac_cv_header_stdc=no
    5639 fi
    5640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5746  echo "$as_me: failed program was:" >&5
     5747sed 's/^/| /' conftest.$ac_ext >&5
     5748
     5749ac_cv_header_stdc=no
     5750fi
     5751rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    56415752
    56425753if test $ac_cv_header_stdc = yes; then
    56435754  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    5644   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5755  cat >conftest.$ac_ext <<_ACEOF
     5756/* confdefs.h.  */
     5757_ACEOF
     5758cat confdefs.h >>conftest.$ac_ext
     5759cat >>conftest.$ac_ext <<_ACEOF
    56455760/* end confdefs.h.  */
    56465761#include <string.h>
     
    56485763_ACEOF
    56495764if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5650   $EGREP "memchr" >/dev/null 2>&1; then :
    5651 
     5765  $EGREP "memchr" >/dev/null 2>&1; then
     5766  :
    56525767else
    56535768  ac_cv_header_stdc=no
     
    56595774if test $ac_cv_header_stdc = yes; then
    56605775  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    5661   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5776  cat >conftest.$ac_ext <<_ACEOF
     5777/* confdefs.h.  */
     5778_ACEOF
     5779cat confdefs.h >>conftest.$ac_ext
     5780cat >>conftest.$ac_ext <<_ACEOF
    56625781/* end confdefs.h.  */
    56635782#include <stdlib.h>
     
    56655784_ACEOF
    56665785if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5667   $EGREP "free" >/dev/null 2>&1; then :
    5668 
     5786  $EGREP "free" >/dev/null 2>&1; then
     5787  :
    56695788else
    56705789  ac_cv_header_stdc=no
     
    56765795if test $ac_cv_header_stdc = yes; then
    56775796  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
    5678   if test "$cross_compiling" = yes; then :
     5797  if test "$cross_compiling" = yes; then
    56795798  :
    56805799else
    5681   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     5800  cat >conftest.$ac_ext <<_ACEOF
     5801/* confdefs.h.  */
     5802_ACEOF
     5803cat confdefs.h >>conftest.$ac_ext
     5804cat >>conftest.$ac_ext <<_ACEOF
    56825805/* end confdefs.h.  */
    56835806#include <ctype.h>
    5684 #include <stdlib.h>
    56855807#if ((' ' & 0x0FF) == 0x020)
    56865808# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    57025824    if (XOR (islower (i), ISLOWER (i))
    57035825    || toupper (i) != TOUPPER (i))
    5704       return 2;
    5705   return 0;
     5826      exit(2);
     5827  exit (0);
    57065828}
    57075829_ACEOF
    5708 if ac_fn_c_try_run "$LINENO"; then :
    5709 
    5710 else
    5711   ac_cv_header_stdc=no
    5712 fi
    5713 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
    5714   conftest.$ac_objext conftest.beam conftest.$ac_ext
    5715 fi
    5716 
    5717 fi
    5718 fi
    5719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
    5720 $as_echo "$ac_cv_header_stdc" >&6; }
     5830rm -f conftest$ac_exeext
     5831if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5832  (eval $ac_link) 2>&5
     5833  ac_status=$?
     5834  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5835  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5836  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5837  (eval $ac_try) 2>&5
     5838  ac_status=$?
     5839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5840  (exit $ac_status); }; }; then
     5841  :
     5842else
     5843  echo "$as_me: program exited with status $ac_status" >&5
     5844echo "$as_me: failed program was:" >&5
     5845sed 's/^/| /' conftest.$ac_ext >&5
     5846
     5847( exit $ac_status )
     5848ac_cv_header_stdc=no
     5849fi
     5850rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5851fi
     5852fi
     5853fi
     5854echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     5855echo "${ECHO_T}$ac_cv_header_stdc" >&6
    57215856if test $ac_cv_header_stdc = yes; then
    57225857
    5723 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
    5724 
    5725 fi
     5858cat >>confdefs.h <<\_ACEOF
     5859#define STDC_HEADERS 1
     5860_ACEOF
     5861
     5862fi
     5863
     5864
     5865
     5866
     5867
     5868
     5869
     5870
     5871
    57265872
    57275873for ac_header in fcntl.h limits.h sys/time.h unistd.h crypt.h string.h memory.h sys/procfs.h sys/stat.h
    5728 do :
    5729   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    5730 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
    5731 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
     5874do
     5875as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5876if eval "test \"\${$as_ac_Header+set}\" = set"; then
     5877  echo "$as_me:$LINENO: checking for $ac_header" >&5
     5878echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     5879if eval "test \"\${$as_ac_Header+set}\" = set"; then
     5880  echo $ECHO_N "(cached) $ECHO_C" >&6
     5881fi
     5882echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     5883echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     5884else
     5885  # Is the header compilable?
     5886echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5887echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     5888cat >conftest.$ac_ext <<_ACEOF
     5889/* confdefs.h.  */
     5890_ACEOF
     5891cat confdefs.h >>conftest.$ac_ext
     5892cat >>conftest.$ac_ext <<_ACEOF
     5893/* end confdefs.h.  */
     5894$ac_includes_default
     5895#include <$ac_header>
     5896_ACEOF
     5897rm -f conftest.$ac_objext
     5898if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5899  (eval $ac_compile) 2>conftest.er1
     5900  ac_status=$?
     5901  grep -v '^ *+' conftest.er1 >conftest.err
     5902  rm -f conftest.er1
     5903  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
     5919  ac_header_compiler=yes
     5920else
     5921  echo "$as_me: failed program was:" >&5
     5922sed 's/^/| /' conftest.$ac_ext >&5
     5923
     5924ac_header_compiler=no
     5925fi
     5926rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5927echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5928echo "${ECHO_T}$ac_header_compiler" >&6
     5929
     5930# Is the header present?
     5931echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5932echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     5933cat >conftest.$ac_ext <<_ACEOF
     5934/* confdefs.h.  */
     5935_ACEOF
     5936cat confdefs.h >>conftest.$ac_ext
     5937cat >>conftest.$ac_ext <<_ACEOF
     5938/* end confdefs.h.  */
     5939#include <$ac_header>
     5940_ACEOF
     5941if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     5942  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     5943  ac_status=$?
     5944  grep -v '^ *+' conftest.er1 >conftest.err
     5945  rm -f conftest.er1
     5946  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
     5955else
     5956  ac_cpp_err=yes
     5957fi
     5958if test -z "$ac_cpp_err"; then
     5959  ac_header_preproc=yes
     5960else
     5961  echo "$as_me: failed program was:" >&5
     5962sed 's/^/| /' conftest.$ac_ext >&5
     5963
     5964  ac_header_preproc=no
     5965fi
     5966rm -f conftest.err conftest.$ac_ext
     5967echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5968echo "${ECHO_T}$ac_header_preproc" >&6
     5969
     5970# So?  What about this header?
     5971case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     5972  yes:no: )
     5973    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5974echo "$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
     5976echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5977    ac_header_preproc=yes
     5978    ;;
     5979  no:yes:* )
     5980    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5981echo "$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
     5983echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5984    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5985echo "$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
     5987echo "$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
     5989echo "$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
     5991echo "$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
     6000    ;;
     6001esac
     6002echo "$as_me:$LINENO: checking for $ac_header" >&5
     6003echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     6004if eval "test \"\${$as_ac_Header+set}\" = set"; then
     6005  echo $ECHO_N "(cached) $ECHO_C" >&6
     6006else
     6007  eval "$as_ac_Header=\$ac_header_preproc"
     6008fi
     6009echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     6010echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     6011
     6012fi
     6013if test `eval echo '${'$as_ac_Header'}'` = yes; then
    57326014  cat >>confdefs.h <<_ACEOF
    5733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6015#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    57346016_ACEOF
    57356017
     
    57386020done
    57396021
    5740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6022cat >conftest.$ac_ext <<_ACEOF
     6023/* confdefs.h.  */
     6024_ACEOF
     6025cat confdefs.h >>conftest.$ac_ext
     6026cat >>conftest.$ac_ext <<_ACEOF
    57416027/* end confdefs.h.  */
    57426028#include <stdio.h>
     
    57446030_ACEOF
    57456031if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5746   $EGREP "fread" >/dev/null 2>&1; then :
    5747   $as_echo "#define HAVE_FREAD_DECL 1" >>confdefs.h
     6032  $EGREP "fread" >/dev/null 2>&1; then
     6033  cat >>confdefs.h <<\_ACEOF
     6034#define HAVE_FREAD_DECL 1
     6035_ACEOF
    57486036
    57496037fi
    57506038rm -f conftest*
    57516039
    5752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6040cat >conftest.$ac_ext <<_ACEOF
     6041/* confdefs.h.  */
     6042_ACEOF
     6043cat confdefs.h >>conftest.$ac_ext
     6044cat >>conftest.$ac_ext <<_ACEOF
    57536045/* end confdefs.h.  */
    57546046#include <stdio.h>
     
    57566048_ACEOF
    57576049if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5758   $EGREP "fgetc" >/dev/null 2>&1; then :
    5759   $as_echo "#define HAVE_FGETC_DECL 1" >>confdefs.h
     6050  $EGREP "fgetc" >/dev/null 2>&1; then
     6051  cat >>confdefs.h <<\_ACEOF
     6052#define HAVE_FGETC_DECL 1
     6053_ACEOF
    57606054
    57616055fi
    57626056rm -f conftest*
    57636057
    5764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6058cat >conftest.$ac_ext <<_ACEOF
     6059/* confdefs.h.  */
     6060_ACEOF
     6061cat confdefs.h >>conftest.$ac_ext
     6062cat >>conftest.$ac_ext <<_ACEOF
    57656063/* end confdefs.h.  */
    57666064#include <sys/procfs.h>
     
    57686066_ACEOF
    57696067if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5770   $EGREP "pr_brksize" >/dev/null 2>&1; then :
    5771   $as_echo "#define HAVE_PR_BRKSIZE 1" >>confdefs.h
     6068  $EGREP "pr_brksize" >/dev/null 2>&1; then
     6069  cat >>confdefs.h <<\_ACEOF
     6070#define HAVE_PR_BRKSIZE 1
     6071_ACEOF
    57726072
    57736073fi
     
    57776077# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
    57786078# for constant arguments.  Useless!
    5779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
    5780 $as_echo_n "checking for working alloca.h... " >&6; }
    5781 if test "${ac_cv_working_alloca_h+set}" = set; then :
    5782   $as_echo_n "(cached) " >&6
    5783 else
    5784   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6079echo "$as_me:$LINENO: checking for working alloca.h" >&5
     6080echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
     6081if test "${ac_cv_working_alloca_h+set}" = set; then
     6082  echo $ECHO_N "(cached) $ECHO_C" >&6
     6083else
     6084  cat >conftest.$ac_ext <<_ACEOF
     6085/* confdefs.h.  */
     6086_ACEOF
     6087cat confdefs.h >>conftest.$ac_ext
     6088cat >>conftest.$ac_ext <<_ACEOF
    57856089/* end confdefs.h.  */
    57866090#include <alloca.h>
     
    57896093{
    57906094char *p = (char *) alloca (2 * sizeof (int));
    5791               if (p) return 0;
    57926095  ;
    57936096  return 0;
    57946097}
    57956098_ACEOF
    5796 if ac_fn_c_try_link "$LINENO"; then :
     6099rm -f conftest.$ac_objext conftest$ac_exeext
     6100if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6101  (eval $ac_link) 2>conftest.er1
     6102  ac_status=$?
     6103  grep -v '^ *+' conftest.er1 >conftest.err
     6104  rm -f conftest.er1
     6105  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
    57976121  ac_cv_working_alloca_h=yes
    57986122else
    5799   ac_cv_working_alloca_h=no
    5800 fi
    5801 rm -f core conftest.err conftest.$ac_objext \
    5802     conftest$ac_exeext conftest.$ac_ext
    5803 fi
    5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
    5805 $as_echo "$ac_cv_working_alloca_h" >&6; }
     6123  echo "$as_me: failed program was:" >&5
     6124sed 's/^/| /' conftest.$ac_ext >&5
     6125
     6126ac_cv_working_alloca_h=no
     6127fi
     6128rm -f conftest.err conftest.$ac_objext \
     6129      conftest$ac_exeext conftest.$ac_ext
     6130fi
     6131echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
     6132echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
    58066133if test $ac_cv_working_alloca_h = yes; then
    58076134
    5808 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
    5809 
    5810 fi
    5811 
    5812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
    5813 $as_echo_n "checking for alloca... " >&6; }
    5814 if test "${ac_cv_func_alloca_works+set}" = set; then :
    5815   $as_echo_n "(cached) " >&6
    5816 else
    5817   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6135cat >>confdefs.h <<\_ACEOF
     6136#define HAVE_ALLOCA_H 1
     6137_ACEOF
     6138
     6139fi
     6140
     6141echo "$as_me:$LINENO: checking for alloca" >&5
     6142echo $ECHO_N "checking for alloca... $ECHO_C" >&6
     6143if test "${ac_cv_func_alloca_works+set}" = set; then
     6144  echo $ECHO_N "(cached) $ECHO_C" >&6
     6145else
     6146  cat >conftest.$ac_ext <<_ACEOF
     6147/* confdefs.h.  */
     6148_ACEOF
     6149cat confdefs.h >>conftest.$ac_ext
     6150cat >>conftest.$ac_ext <<_ACEOF
    58186151/* end confdefs.h.  */
    58196152#ifdef __GNUC__
     
    58246157#  define alloca _alloca
    58256158# else
    5826 #  ifdef HAVE_ALLOCA_H
     6159#  if HAVE_ALLOCA_H
    58276160#   include <alloca.h>
    58286161#  else
     
    58426175{
    58436176char *p = (char *) alloca (1);
    5844                     if (p) return 0;
    58456177  ;
    58466178  return 0;
    58476179}
    58486180_ACEOF
    5849 if ac_fn_c_try_link "$LINENO"; then :
     6181rm -f conftest.$ac_objext conftest$ac_exeext
     6182if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6183  (eval $ac_link) 2>conftest.er1
     6184  ac_status=$?
     6185  grep -v '^ *+' conftest.er1 >conftest.err
     6186  rm -f conftest.er1
     6187  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
    58506203  ac_cv_func_alloca_works=yes
    58516204else
    5852   ac_cv_func_alloca_works=no
    5853 fi
    5854 rm -f core conftest.err conftest.$ac_objext \
    5855     conftest$ac_exeext conftest.$ac_ext
    5856 fi
    5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
    5858 $as_echo "$ac_cv_func_alloca_works" >&6; }
     6205  echo "$as_me: failed program was:" >&5
     6206sed 's/^/| /' conftest.$ac_ext >&5
     6207
     6208ac_cv_func_alloca_works=no
     6209fi
     6210rm -f conftest.err conftest.$ac_objext \
     6211      conftest$ac_exeext conftest.$ac_ext
     6212fi
     6213echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
     6214echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
    58596215
    58606216if test $ac_cv_func_alloca_works = yes; then
    58616217
    5862 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
     6218cat >>confdefs.h <<\_ACEOF
     6219#define HAVE_ALLOCA 1
     6220_ACEOF
    58636221
    58646222else
     
    58686226# use ar to extract alloca.o from them instead of compiling alloca.c.
    58696227
    5870 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
    5871 
    5872 $as_echo "#define C_ALLOCA 1" >>confdefs.h
    5873 
    5874 
    5875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
    5876 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
    5877 if test "${ac_cv_os_cray+set}" = set; then :
    5878   $as_echo_n "(cached) " >&6
    5879 else
    5880   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6228ALLOCA=alloca.$ac_objext
     6229
     6230cat >>confdefs.h <<\_ACEOF
     6231#define C_ALLOCA 1
     6232_ACEOF
     6233
     6234
     6235echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
     6236echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
     6237if test "${ac_cv_os_cray+set}" = set; then
     6238  echo $ECHO_N "(cached) $ECHO_C" >&6
     6239else
     6240  cat >conftest.$ac_ext <<_ACEOF
     6241/* confdefs.h.  */
     6242_ACEOF
     6243cat confdefs.h >>conftest.$ac_ext
     6244cat >>conftest.$ac_ext <<_ACEOF
    58816245/* end confdefs.h.  */
    5882 #if defined CRAY && ! defined CRAY2
     6246#if defined(CRAY) && ! defined(CRAY2)
    58836247webecray
    58846248#else
     
    58886252_ACEOF
    58896253if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5890   $EGREP "webecray" >/dev/null 2>&1; then :
     6254  $EGREP "webecray" >/dev/null 2>&1; then
    58916255  ac_cv_os_cray=yes
    58926256else
     
    58966260
    58976261fi
    5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
    5899 $as_echo "$ac_cv_os_cray" >&6; }
     6262echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
     6263echo "${ECHO_T}$ac_cv_os_cray" >&6
    59006264if test $ac_cv_os_cray = yes; then
    59016265  for ac_func in _getb67 GETB67 getb67; do
    5902     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    5903 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
    5904 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     6266    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     6267echo "$as_me:$LINENO: checking for $ac_func" >&5
     6268echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
     6269if eval "test \"\${$as_ac_var+set}\" = set"; then
     6270  echo $ECHO_N "(cached) $ECHO_C" >&6
     6271else
     6272  cat >conftest.$ac_ext <<_ACEOF
     6273/* confdefs.h.  */
     6274_ACEOF
     6275cat confdefs.h >>conftest.$ac_ext
     6276cat >>conftest.$ac_ext <<_ACEOF
     6277/* end confdefs.h.  */
     6278/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     6279   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6280#define $ac_func innocuous_$ac_func
     6281
     6282/* System header to define __stub macros and hopefully few prototypes,
     6283    which can conflict with char $ac_func (); below.
     6284    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     6285    <limits.h> exists even on freestanding compilers.  */
     6286
     6287#ifdef __STDC__
     6288# include <limits.h>
     6289#else
     6290# include <assert.h>
     6291#endif
     6292
     6293#undef $ac_func
     6294
     6295/* Override any gcc2 internal prototype to avoid an error.  */
     6296#ifdef __cplusplus
     6297extern "C"
     6298{
     6299#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.  */
     6302char $ac_func ();
     6303/* The GNU C library defines this for functions which it implements
     6304    to always fail with ENOSYS.  Some functions are actually named
     6305    something starting with __ and the normal name is an alias.  */
     6306#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     6307choke me
     6308#else
     6309char (*f) () = $ac_func;
     6310#endif
     6311#ifdef __cplusplus
     6312}
     6313#endif
     6314
     6315int
     6316main ()
     6317{
     6318return f != $ac_func;
     6319  ;
     6320  return 0;
     6321}
     6322_ACEOF
     6323rm -f conftest.$ac_objext conftest$ac_exeext
     6324if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6325  (eval $ac_link) 2>conftest.er1
     6326  ac_status=$?
     6327  grep -v '^ *+' conftest.er1 >conftest.err
     6328  rm -f conftest.er1
     6329  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
     6345  eval "$as_ac_var=yes"
     6346else
     6347  echo "$as_me: failed program was:" >&5
     6348sed 's/^/| /' conftest.$ac_ext >&5
     6349
     6350eval "$as_ac_var=no"
     6351fi
     6352rm -f conftest.err conftest.$ac_objext \
     6353      conftest$ac_exeext conftest.$ac_ext
     6354fi
     6355echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     6356echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
     6357if test `eval echo '${'$as_ac_var'}'` = yes; then
    59056358
    59066359cat >>confdefs.h <<_ACEOF
     
    59146367fi
    59156368
    5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
    5917 $as_echo_n "checking stack direction for C alloca... " >&6; }
    5918 if test "${ac_cv_c_stack_direction+set}" = set; then :
    5919   $as_echo_n "(cached) " >&6
    5920 else
    5921   if test "$cross_compiling" = yes; then :
     6369echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
     6370echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
     6371if test "${ac_cv_c_stack_direction+set}" = set; then
     6372  echo $ECHO_N "(cached) $ECHO_C" >&6
     6373else
     6374  if test "$cross_compiling" = yes; then
    59226375  ac_cv_c_stack_direction=0
    59236376else
    5924   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6377  cat >conftest.$ac_ext <<_ACEOF
     6378/* confdefs.h.  */
     6379_ACEOF
     6380cat confdefs.h >>conftest.$ac_ext
     6381cat >>conftest.$ac_ext <<_ACEOF
    59256382/* end confdefs.h.  */
    5926 $ac_includes_default
    59276383int
    59286384find_stack_direction ()
     
    59426398main ()
    59436399{
    5944   return find_stack_direction () < 0;
     6400  exit (find_stack_direction () < 0);
    59456401}
    59466402_ACEOF
    5947 if ac_fn_c_try_run "$LINENO"; then :
     6403rm -f conftest$ac_exeext
     6404if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6405  (eval $ac_link) 2>&5
     6406  ac_status=$?
     6407  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6408  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     6409  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6410  (eval $ac_try) 2>&5
     6411  ac_status=$?
     6412  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6413  (exit $ac_status); }; }; then
    59486414  ac_cv_c_stack_direction=1
    59496415else
    5950   ac_cv_c_stack_direction=-1
    5951 fi
    5952 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
    5953   conftest.$ac_objext conftest.beam conftest.$ac_ext
    5954 fi
    5955 
    5956 fi
    5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
    5958 $as_echo "$ac_cv_c_stack_direction" >&6; }
     6416  echo "$as_me: program exited with status $ac_status" >&5
     6417echo "$as_me: failed program was:" >&5
     6418sed 's/^/| /' conftest.$ac_ext >&5
     6419
     6420( exit $ac_status )
     6421ac_cv_c_stack_direction=-1
     6422fi
     6423rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6424fi
     6425fi
     6426echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
     6427echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
     6428
    59596429cat >>confdefs.h <<_ACEOF
    59606430#define STACK_DIRECTION $ac_cv_c_stack_direction
     
    59656435
    59666436if test $ac_cv_c_compiler_gnu = yes; then
    5967     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
    5968 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
    5969 if test "${ac_cv_prog_gcc_traditional+set}" = set; then :
    5970   $as_echo_n "(cached) " >&6
     6437    echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
     6438echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
     6439if test "${ac_cv_prog_gcc_traditional+set}" = set; then
     6440  echo $ECHO_N "(cached) $ECHO_C" >&6
    59716441else
    59726442    ac_pattern="Autoconf.*'x'"
    5973   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6443  cat >conftest.$ac_ext <<_ACEOF
     6444/* confdefs.h.  */
     6445_ACEOF
     6446cat confdefs.h >>conftest.$ac_ext
     6447cat >>conftest.$ac_ext <<_ACEOF
    59746448/* end confdefs.h.  */
    59756449#include <sgtty.h>
     
    59776451_ACEOF
    59786452if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5979   $EGREP "$ac_pattern" >/dev/null 2>&1; then :
     6453  $EGREP "$ac_pattern" >/dev/null 2>&1; then
    59806454  ac_cv_prog_gcc_traditional=yes
    59816455else
     
    59866460
    59876461  if test $ac_cv_prog_gcc_traditional = no; then
    5988     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6462    cat >conftest.$ac_ext <<_ACEOF
     6463/* confdefs.h.  */
     6464_ACEOF
     6465cat confdefs.h >>conftest.$ac_ext
     6466cat >>conftest.$ac_ext <<_ACEOF
    59896467/* end confdefs.h.  */
    59906468#include <termio.h>
     
    59926470_ACEOF
    59936471if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    5994   $EGREP "$ac_pattern" >/dev/null 2>&1; then :
     6472  $EGREP "$ac_pattern" >/dev/null 2>&1; then
    59956473  ac_cv_prog_gcc_traditional=yes
    59966474fi
     
    59996477  fi
    60006478fi
    6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
    6002 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
     6479echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
     6480echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
    60036481  if test $ac_cv_prog_gcc_traditional = yes; then
    60046482    CC="$CC -traditional"
     
    60066484fi
    60076485
    6008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
    6009 $as_echo_n "checking return type of signal handlers... " >&6; }
    6010 if test "${ac_cv_type_signal+set}" = set; then :
    6011   $as_echo_n "(cached) " >&6
    6012 else
    6013   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     6486echo "$as_me:$LINENO: checking return type of signal handlers" >&5
     6487echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
     6488if test "${ac_cv_type_signal+set}" = set; then
     6489  echo $ECHO_N "(cached) $ECHO_C" >&6
     6490else
     6491  cat >conftest.$ac_ext <<_ACEOF
     6492/* confdefs.h.  */
     6493_ACEOF
     6494cat confdefs.h >>conftest.$ac_ext
     6495cat >>conftest.$ac_ext <<_ACEOF
    60146496/* end confdefs.h.  */
    60156497#include <sys/types.h>
    60166498#include <signal.h>
     6499#ifdef signal
     6500# undef signal
     6501#endif
     6502#ifdef __cplusplus
     6503extern "C" void (*signal (int, void (*)(int)))(int);
     6504#else
     6505void (*signal ()) ();
     6506#endif
    60176507
    60186508int
    60196509main ()
    60206510{
    6021 return *(signal (0, 0)) (0) == 1;
     6511int i;
    60226512  ;
    60236513  return 0;
    60246514}
    60256515_ACEOF
    6026 if ac_fn_c_try_compile "$LINENO"; then :
    6027   ac_cv_type_signal=int
    6028 else
     6516rm -f conftest.$ac_objext
     6517if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     6518  (eval $ac_compile) 2>conftest.er1
     6519  ac_status=$?
     6520  grep -v '^ *+' conftest.er1 >conftest.err
     6521  rm -f conftest.er1
     6522  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
    60296538  ac_cv_type_signal=void
    6030 fi
    6031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6032 fi
    6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
    6034 $as_echo "$ac_cv_type_signal" >&6; }
     6539else
     6540  echo "$as_me: failed program was:" >&5
     6541sed 's/^/| /' conftest.$ac_ext >&5
     6542
     6543ac_cv_type_signal=int
     6544fi
     6545rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     6546fi
     6547echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
     6548echo "${ECHO_T}$ac_cv_type_signal" >&6
    60356549
    60366550cat >>confdefs.h <<_ACEOF
     
    60396553
    60406554
     6555
    60416556for ac_func in vprintf
    6042 do :
    6043   ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
    6044 if test "x$ac_cv_func_vprintf" = x""yes; then :
     6557do
     6558as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     6559echo "$as_me:$LINENO: checking for $ac_func" >&5
     6560echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
     6561if eval "test \"\${$as_ac_var+set}\" = set"; then
     6562  echo $ECHO_N "(cached) $ECHO_C" >&6
     6563else
     6564  cat >conftest.$ac_ext <<_ACEOF
     6565/* confdefs.h.  */
     6566_ACEOF
     6567cat confdefs.h >>conftest.$ac_ext
     6568cat >>conftest.$ac_ext <<_ACEOF
     6569/* end confdefs.h.  */
     6570/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     6571   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6572#define $ac_func innocuous_$ac_func
     6573
     6574/* System header to define __stub macros and hopefully few prototypes,
     6575    which can conflict with char $ac_func (); below.
     6576    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     6577    <limits.h> exists even on freestanding compilers.  */
     6578
     6579#ifdef __STDC__
     6580# include <limits.h>
     6581#else
     6582# include <assert.h>
     6583#endif
     6584
     6585#undef $ac_func
     6586
     6587/* Override any gcc2 internal prototype to avoid an error.  */
     6588#ifdef __cplusplus
     6589extern "C"
     6590{
     6591#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.  */
     6594char $ac_func ();
     6595/* The GNU C library defines this for functions which it implements
     6596    to always fail with ENOSYS.  Some functions are actually named
     6597    something starting with __ and the normal name is an alias.  */
     6598#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     6599choke me
     6600#else
     6601char (*f) () = $ac_func;
     6602#endif
     6603#ifdef __cplusplus
     6604}
     6605#endif
     6606
     6607int
     6608main ()
     6609{
     6610return f != $ac_func;
     6611  ;
     6612  return 0;
     6613}
     6614_ACEOF
     6615rm -f conftest.$ac_objext conftest$ac_exeext
     6616if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6617  (eval $ac_link) 2>conftest.er1
     6618  ac_status=$?
     6619  grep -v '^ *+' conftest.er1 >conftest.err
     6620  rm -f conftest.er1
     6621  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
     6637  eval "$as_ac_var=yes"
     6638else
     6639  echo "$as_me: failed program was:" >&5
     6640sed 's/^/| /' conftest.$ac_ext >&5
     6641
     6642eval "$as_ac_var=no"
     6643fi
     6644rm -f conftest.err conftest.$ac_objext \
     6645      conftest$ac_exeext conftest.$ac_ext
     6646fi
     6647echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     6648echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
     6649if test `eval echo '${'$as_ac_var'}'` = yes; then
    60456650  cat >>confdefs.h <<_ACEOF
    6046 #define HAVE_VPRINTF 1
    6047 _ACEOF
    6048 
    6049 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
    6050 if test "x$ac_cv_func__doprnt" = x""yes; then :
    6051 
    6052 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
     6651#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     6652_ACEOF
     6653
     6654echo "$as_me:$LINENO: checking for _doprnt" >&5
     6655echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
     6656if test "${ac_cv_func__doprnt+set}" = set; then
     6657  echo $ECHO_N "(cached) $ECHO_C" >&6
     6658else
     6659  cat >conftest.$ac_ext <<_ACEOF
     6660/* confdefs.h.  */
     6661_ACEOF
     6662cat confdefs.h >>conftest.$ac_ext
     6663cat >>conftest.$ac_ext <<_ACEOF
     6664/* end confdefs.h.  */
     6665/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
     6666   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6667#define _doprnt innocuous__doprnt
     6668
     6669/* System header to define __stub macros and hopefully few prototypes,
     6670    which can conflict with char _doprnt (); below.
     6671    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     6672    <limits.h> exists even on freestanding compilers.  */
     6673
     6674#ifdef __STDC__
     6675# include <limits.h>
     6676#else
     6677# include <assert.h>
     6678#endif
     6679
     6680#undef _doprnt
     6681
     6682/* Override any gcc2 internal prototype to avoid an error.  */
     6683#ifdef __cplusplus
     6684extern "C"
     6685{
     6686#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.  */
     6689char _doprnt ();
     6690/* The GNU C library defines this for functions which it implements
     6691    to always fail with ENOSYS.  Some functions are actually named
     6692    something starting with __ and the normal name is an alias.  */
     6693#if defined (__stub__doprnt) || defined (__stub____doprnt)
     6694choke me
     6695#else
     6696char (*f) () = _doprnt;
     6697#endif
     6698#ifdef __cplusplus
     6699}
     6700#endif
     6701
     6702int
     6703main ()
     6704{
     6705return f != _doprnt;
     6706  ;
     6707  return 0;
     6708}
     6709_ACEOF
     6710rm -f conftest.$ac_objext conftest$ac_exeext
     6711if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6712  (eval $ac_link) 2>conftest.er1
     6713  ac_status=$?
     6714  grep -v '^ *+' conftest.er1 >conftest.err
     6715  rm -f conftest.er1
     6716  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
     6732  ac_cv_func__doprnt=yes
     6733else
     6734  echo "$as_me: failed program was:" >&5
     6735sed 's/^/| /' conftest.$ac_ext >&5
     6736
     6737ac_cv_func__doprnt=no
     6738fi
     6739rm -f conftest.err conftest.$ac_objext \
     6740      conftest$ac_exeext conftest.$ac_ext
     6741fi
     6742echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
     6743echo "${ECHO_T}$ac_cv_func__doprnt" >&6
     6744if test $ac_cv_func__doprnt = yes; then
     6745
     6746cat >>confdefs.h <<\_ACEOF
     6747#define HAVE_DOPRNT 1
     6748_ACEOF
    60536749
    60546750fi
     
    60586754
    60596755
     6756
     6757
     6758
     6759
     6760
     6761
     6762
     6763
     6764
     6765
    60606766for ac_func in ftime select strftime strtol getrusage times mallinfo setbuffer getpagesize strerror
    6061 do :
    6062   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    6063 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
    6064 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     6767do
     6768as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     6769echo "$as_me:$LINENO: checking for $ac_func" >&5
     6770echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
     6771if eval "test \"\${$as_ac_var+set}\" = set"; then
     6772  echo $ECHO_N "(cached) $ECHO_C" >&6
     6773else
     6774  cat >conftest.$ac_ext <<_ACEOF
     6775/* confdefs.h.  */
     6776_ACEOF
     6777cat confdefs.h >>conftest.$ac_ext
     6778cat >>conftest.$ac_ext <<_ACEOF
     6779/* end confdefs.h.  */
     6780/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     6781   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6782#define $ac_func innocuous_$ac_func
     6783
     6784/* System header to define __stub macros and hopefully few prototypes,
     6785    which can conflict with char $ac_func (); below.
     6786    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     6787    <limits.h> exists even on freestanding compilers.  */
     6788
     6789#ifdef __STDC__
     6790# include <limits.h>
     6791#else
     6792# include <assert.h>
     6793#endif
     6794
     6795#undef $ac_func
     6796
     6797/* Override any gcc2 internal prototype to avoid an error.  */
     6798#ifdef __cplusplus
     6799extern "C"
     6800{
     6801#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.  */
     6804char $ac_func ();
     6805/* The GNU C library defines this for functions which it implements
     6806    to always fail with ENOSYS.  Some functions are actually named
     6807    something starting with __ and the normal name is an alias.  */
     6808#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     6809choke me
     6810#else
     6811char (*f) () = $ac_func;
     6812#endif
     6813#ifdef __cplusplus
     6814}
     6815#endif
     6816
     6817int
     6818main ()
     6819{
     6820return f != $ac_func;
     6821  ;
     6822  return 0;
     6823}
     6824_ACEOF
     6825rm -f conftest.$ac_objext conftest$ac_exeext
     6826if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6827  (eval $ac_link) 2>conftest.er1
     6828  ac_status=$?
     6829  grep -v '^ *+' conftest.er1 >conftest.err
     6830  rm -f conftest.er1
     6831  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
     6847  eval "$as_ac_var=yes"
     6848else
     6849  echo "$as_me: failed program was:" >&5
     6850sed 's/^/| /' conftest.$ac_ext >&5
     6851
     6852eval "$as_ac_var=no"
     6853fi
     6854rm -f conftest.err conftest.$ac_objext \
     6855      conftest$ac_exeext conftest.$ac_ext
     6856fi
     6857echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     6858echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
     6859if test `eval echo '${'$as_ac_var'}'` = yes; then
    60656860  cat >>confdefs.h <<_ACEOF
    6066 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     6861#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    60676862_ACEOF
    60686863
     
    60706865done
    60716866
    6072 ac_fn_c_check_func "$LINENO" "ftruncate" "ac_cv_func_ftruncate"
    6073 if test "x$ac_cv_func_ftruncate" = x""yes; then :
    6074   $as_echo "#define HAVE_FTRUNCATE 1" >>confdefs.h
    6075 
    6076 else
    6077   case " $LIBOBJS " in
    6078   *" ftruncate.$ac_objext "* ) ;;
    6079   *) LIBOBJS="$LIBOBJS ftruncate.$ac_objext"
    6080  ;;
     6867
     6868
     6869
     6870for ac_func in ftruncate strstr strcasecmp
     6871do
     6872as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     6873echo "$as_me:$LINENO: checking for $ac_func" >&5
     6874echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
     6875if eval "test \"\${$as_ac_var+set}\" = set"; then
     6876  echo $ECHO_N "(cached) $ECHO_C" >&6
     6877else
     6878  cat >conftest.$ac_ext <<_ACEOF
     6879/* confdefs.h.  */
     6880_ACEOF
     6881cat confdefs.h >>conftest.$ac_ext
     6882cat >>conftest.$ac_ext <<_ACEOF
     6883/* end confdefs.h.  */
     6884/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     6885   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6886#define $ac_func innocuous_$ac_func
     6887
     6888/* System header to define __stub macros and hopefully few prototypes,
     6889    which can conflict with char $ac_func (); below.
     6890    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     6891    <limits.h> exists even on freestanding compilers.  */
     6892
     6893#ifdef __STDC__
     6894# include <limits.h>
     6895#else
     6896# include <assert.h>
     6897#endif
     6898
     6899#undef $ac_func
     6900
     6901/* Override any gcc2 internal prototype to avoid an error.  */
     6902#ifdef __cplusplus
     6903extern "C"
     6904{
     6905#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.  */
     6908char $ac_func ();
     6909/* The GNU C library defines this for functions which it implements
     6910    to always fail with ENOSYS.  Some functions are actually named
     6911    something starting with __ and the normal name is an alias.  */
     6912#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     6913choke me
     6914#else
     6915char (*f) () = $ac_func;
     6916#endif
     6917#ifdef __cplusplus
     6918}
     6919#endif
     6920
     6921int
     6922main ()
     6923{
     6924return f != $ac_func;
     6925  ;
     6926  return 0;
     6927}
     6928_ACEOF
     6929rm -f conftest.$ac_objext conftest$ac_exeext
     6930if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6931  (eval $ac_link) 2>conftest.er1
     6932  ac_status=$?
     6933  grep -v '^ *+' conftest.er1 >conftest.err
     6934  rm -f conftest.er1
     6935  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
     6951  eval "$as_ac_var=yes"
     6952else
     6953  echo "$as_me: failed program was:" >&5
     6954sed 's/^/| /' conftest.$ac_ext >&5
     6955
     6956eval "$as_ac_var=no"
     6957fi
     6958rm -f conftest.err conftest.$ac_objext \
     6959      conftest$ac_exeext conftest.$ac_ext
     6960fi
     6961echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     6962echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
     6963if test `eval echo '${'$as_ac_var'}'` = yes; then
     6964  cat >>confdefs.h <<_ACEOF
     6965#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     6966_ACEOF
     6967
     6968else
     6969  case $LIBOBJS in
     6970    "$ac_func.$ac_objext"   | \
     6971  *" $ac_func.$ac_objext"   | \
     6972    "$ac_func.$ac_objext "* | \
     6973  *" $ac_func.$ac_objext "* ) ;;
     6974  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
    60816975esac
    60826976
    60836977fi
    6084 
    6085 ac_fn_c_check_func "$LINENO" "strstr" "ac_cv_func_strstr"
    6086 if test "x$ac_cv_func_strstr" = x""yes; then :
    6087   $as_echo "#define HAVE_STRSTR 1" >>confdefs.h
    6088 
    6089 else
    6090   case " $LIBOBJS " in
    6091   *" strstr.$ac_objext "* ) ;;
    6092   *) LIBOBJS="$LIBOBJS strstr.$ac_objext"
    6093  ;;
    6094 esac
    6095 
    6096 fi
    6097 
    6098 ac_fn_c_check_func "$LINENO" "strcasecmp" "ac_cv_func_strcasecmp"
    6099 if test "x$ac_cv_func_strcasecmp" = x""yes; then :
    6100   $as_echo "#define HAVE_STRCASECMP 1" >>confdefs.h
    6101 
    6102 else
    6103   case " $LIBOBJS " in
    6104   *" strcasecmp.$ac_objext "* ) ;;
    6105   *) LIBOBJS="$LIBOBJS strcasecmp.$ac_objext"
    6106  ;;
    6107 esac
    6108 
    6109 fi
    6110 
    6111 
    6112 
    6113 ac_fn_c_check_func "$LINENO" "textdomain" "ac_cv_func_textdomain"
    6114 if test "x$ac_cv_func_textdomain" = x""yes; then :
    6115   $as_echo "#define ENABLE_NLS  1" >>confdefs.h
     6978done
     6979
     6980
     6981
     6982echo "$as_me:$LINENO: checking for textdomain" >&5
     6983echo $ECHO_N "checking for textdomain... $ECHO_C" >&6
     6984if test "${ac_cv_func_textdomain+set}" = set; then
     6985  echo $ECHO_N "(cached) $ECHO_C" >&6
     6986else
     6987  cat >conftest.$ac_ext <<_ACEOF
     6988/* confdefs.h.  */
     6989_ACEOF
     6990cat confdefs.h >>conftest.$ac_ext
     6991cat >>conftest.$ac_ext <<_ACEOF
     6992/* end confdefs.h.  */
     6993/* Define textdomain to an innocuous variant, in case <limits.h> declares textdomain.
     6994   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6995#define textdomain innocuous_textdomain
     6996
     6997/* System header to define __stub macros and hopefully few prototypes,
     6998    which can conflict with char textdomain (); below.
     6999    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     7000    <limits.h> exists even on freestanding compilers.  */
     7001
     7002#ifdef __STDC__
     7003# include <limits.h>
     7004#else
     7005# include <assert.h>
     7006#endif
     7007
     7008#undef textdomain
     7009
     7010/* Override any gcc2 internal prototype to avoid an error.  */
     7011#ifdef __cplusplus
     7012extern "C"
     7013{
     7014#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.  */
     7017char textdomain ();
     7018/* The GNU C library defines this for functions which it implements
     7019    to always fail with ENOSYS.  Some functions are actually named
     7020    something starting with __ and the normal name is an alias.  */
     7021#if defined (__stub_textdomain) || defined (__stub___textdomain)
     7022choke me
     7023#else
     7024char (*f) () = textdomain;
     7025#endif
     7026#ifdef __cplusplus
     7027}
     7028#endif
     7029
     7030int
     7031main ()
     7032{
     7033return f != textdomain;
     7034  ;
     7035  return 0;
     7036}
     7037_ACEOF
     7038rm -f conftest.$ac_objext conftest$ac_exeext
     7039if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     7040  (eval $ac_link) 2>conftest.er1
     7041  ac_status=$?
     7042  grep -v '^ *+' conftest.er1 >conftest.err
     7043  rm -f conftest.er1
     7044  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
     7060  ac_cv_func_textdomain=yes
     7061else
     7062  echo "$as_me: failed program was:" >&5
     7063sed 's/^/| /' conftest.$ac_ext >&5
     7064
     7065ac_cv_func_textdomain=no
     7066fi
     7067rm -f conftest.err conftest.$ac_objext \
     7068      conftest$ac_exeext conftest.$ac_ext
     7069fi
     7070echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
     7071echo "${ECHO_T}$ac_cv_func_textdomain" >&6
     7072if test $ac_cv_func_textdomain = yes; then
     7073  cat >>confdefs.h <<\_ACEOF
     7074#define ENABLE_NLS  1
     7075_ACEOF
    61167076
    61177077fi
     
    61207080# *** Custom checking (based on GNU tar configure.in) ***
    61217081# ---------------------------------------------------------------------------
    6122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HP-UX needing gmalloc" >&5
    6123 $as_echo_n "checking for HP-UX needing gmalloc... " >&6; }
     7082echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
     7083echo $ECHO_N "checking for HP-UX needing gmalloc... $ECHO_C" >&6
    61247084if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    6125   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    6126 $as_echo "yes" >&6; }
    6127   case " $LIBOBJS " in
     7085  echo "$as_me:$LINENO: result: yes" >&5
     7086echo "${ECHO_T}yes" >&6
     7087  case $LIBOBJS in
     7088    "gmalloc.$ac_objext"   | \
     7089  *" gmalloc.$ac_objext"   | \
     7090    "gmalloc.$ac_objext "* | \
    61287091  *" gmalloc.$ac_objext "* ) ;;
    6129   *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext"
    6130  ;;
     7092  *) LIBOBJS="$LIBOBJS gmalloc.$ac_objext" ;;
    61317093esac
    61327094
    6133   $as_echo "#define HAVE_VALLOC 1" >>confdefs.h
    6134 
    6135 else
    6136   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6137 $as_echo "no" >&6; }
    6138   for ac_func in valloc
    6139 do :
    6140   ac_fn_c_check_func "$LINENO" "valloc" "ac_cv_func_valloc"
    6141 if test "x$ac_cv_func_valloc" = x""yes; then :
     7095  cat >>confdefs.h <<\_ACEOF
     7096#define HAVE_VALLOC 1
     7097_ACEOF
     7098
     7099else
     7100  echo "$as_me:$LINENO: result: no" >&5
     7101echo "${ECHO_T}no" >&6
     7102
     7103for ac_func in valloc
     7104do
     7105as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7106echo "$as_me:$LINENO: checking for $ac_func" >&5
     7107echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
     7108if eval "test \"\${$as_ac_var+set}\" = set"; then
     7109  echo $ECHO_N "(cached) $ECHO_C" >&6
     7110else
     7111  cat >conftest.$ac_ext <<_ACEOF
     7112/* confdefs.h.  */
     7113_ACEOF
     7114cat confdefs.h >>conftest.$ac_ext
     7115cat >>conftest.$ac_ext <<_ACEOF
     7116/* end confdefs.h.  */
     7117/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     7118   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     7119#define $ac_func innocuous_$ac_func
     7120
     7121/* System header to define __stub macros and hopefully few prototypes,
     7122    which can conflict with char $ac_func (); below.
     7123    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     7124    <limits.h> exists even on freestanding compilers.  */
     7125
     7126#ifdef __STDC__
     7127# include <limits.h>
     7128#else
     7129# include <assert.h>
     7130#endif
     7131
     7132#undef $ac_func
     7133
     7134/* Override any gcc2 internal prototype to avoid an error.  */
     7135#ifdef __cplusplus
     7136extern "C"
     7137{
     7138#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.  */
     7141char $ac_func ();
     7142/* The GNU C library defines this for functions which it implements
     7143    to always fail with ENOSYS.  Some functions are actually named
     7144    something starting with __ and the normal name is an alias.  */
     7145#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     7146choke me
     7147#else
     7148char (*f) () = $ac_func;
     7149#endif
     7150#ifdef __cplusplus
     7151}
     7152#endif
     7153
     7154int
     7155main ()
     7156{
     7157return f != $ac_func;
     7158  ;
     7159  return 0;
     7160}
     7161_ACEOF
     7162rm -f conftest.$ac_objext conftest$ac_exeext
     7163if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     7164  (eval $ac_link) 2>conftest.er1
     7165  ac_status=$?
     7166  grep -v '^ *+' conftest.er1 >conftest.err
     7167  rm -f conftest.er1
     7168  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
     7184  eval "$as_ac_var=yes"
     7185else
     7186  echo "$as_me: failed program was:" >&5
     7187sed 's/^/| /' conftest.$ac_ext >&5
     7188
     7189eval "$as_ac_var=no"
     7190fi
     7191rm -f conftest.err conftest.$ac_objext \
     7192      conftest$ac_exeext conftest.$ac_ext
     7193fi
     7194echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     7195echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
     7196if test `eval echo '${'$as_ac_var'}'` = yes; then
    61427197  cat >>confdefs.h <<_ACEOF
    6143 #define HAVE_VALLOC 1
     7198#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    61447199_ACEOF
    61457200
     
    61507205
    61517206# we cannot generate static libraries under Darwin
    6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Apple MacOS X/Darwin" >&5
    6153 $as_echo_n "checking for Apple MacOS X/Darwin... " >&6; }
     7207echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
     7208echo $ECHO_N "checking for Apple MacOS X/Darwin... $ECHO_C" >&6
    61547209if test "`(uname -s) 2> /dev/null`" = 'Darwin'; then
    6155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    6156 $as_echo "yes" >&6; }
     7210  echo "$as_me:$LINENO: result: yes" >&5
     7211echo "${ECHO_T}yes" >&6
    61577212  STATIC=""
    61587213else
    6159   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6160 $as_echo "no" >&6; }
     7214  echo "$as_me:$LINENO: result: no" >&5
     7215echo "${ECHO_T}no" >&6
    61617216  STATIC="-static "
    61627217fi
    61637218
    61647219
    6165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if malloc debugging is wanted" >&5
    6166 $as_echo_n "checking if malloc debugging is wanted... " >&6; }
    6167 
    6168 # Check whether --with-dmalloc was given.
    6169 if test "${with_dmalloc+set}" = set; then :
    6170   withval=$with_dmalloc; if test "$withval" = yes; then
    6171   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    6172 $as_echo "yes" >&6; }
    6173   $as_echo "#define WITH_DMALLOC 1" >>confdefs.h
     7220echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
     7221echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6
     7222
     7223# Check whether --with-dmalloc or --without-dmalloc was given.
     7224if test "${with_dmalloc+set}" = set; then
     7225  withval="$with_dmalloc"
     7226  if test "$withval" = yes; then
     7227  echo "$as_me:$LINENO: result: yes" >&5
     7228echo "${ECHO_T}yes" >&6
     7229  cat >>confdefs.h <<\_ACEOF
     7230#define WITH_DMALLOC 1
     7231_ACEOF
    61747232
    61757233  LIBS="$LIBS -ldmalloc"
    61767234  LDFLAGS="$LDFLAGS -g"
    61777235else
    6178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6179 $as_echo "no" >&6; }
    6180 fi
    6181 else
    6182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6183 $as_echo "no" >&6; }
    6184 fi
    6185 
    6186 
    6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which of rx or regex is wanted" >&5
    6188 $as_echo_n "checking which of rx or regex is wanted... " >&6; }
    6189 
    6190 # Check whether --with-regex was given.
    6191 if test "${with_regex+set}" = set; then :
    6192   withval=$with_regex; if test "$withval" = yes; then
     7236  echo "$as_me:$LINENO: result: no" >&5
     7237echo "${ECHO_T}no" >&6
     7238fi
     7239else
     7240  echo "$as_me:$LINENO: result: no" >&5
     7241echo "${ECHO_T}no" >&6
     7242fi;
     7243
     7244echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
     7245echo $ECHO_N "checking which of rx or regex is wanted... $ECHO_C" >&6
     7246
     7247# Check whether --with-regex or --without-regex was given.
     7248if test "${with_regex+set}" = set; then
     7249  withval="$with_regex"
     7250  if test "$withval" = yes; then
    61937251  ac_with_regex=1
    6194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: regex" >&5
    6195 $as_echo "regex" >&6; }
    6196   $as_echo "#define WITH_REGEX 1" >>confdefs.h
    6197 
    6198   case " $LIBOBJS " in
     7252  echo "$as_me:$LINENO: result: regex" >&5
     7253echo "${ECHO_T}regex" >&6
     7254  cat >>confdefs.h <<\_ACEOF
     7255#define WITH_REGEX 1
     7256_ACEOF
     7257
     7258  case $LIBOBJS in
     7259    "regex.$ac_objext"   | \
     7260  *" regex.$ac_objext"   | \
     7261    "regex.$ac_objext "* | \
    61997262  *" regex.$ac_objext "* ) ;;
    6200   *) LIBOBJS="$LIBOBJS regex.$ac_objext"
    6201  ;;
     7263  *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
    62027264esac
    62037265
    62047266fi
    6205 fi
    6206 
     7267fi;
    62077268if test -z "$ac_with_regex"; then
    6208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: rx" >&5
    6209 $as_echo "rx" >&6; }
    6210   ac_fn_c_check_func "$LINENO" "re_rx_search" "ac_cv_func_re_rx_search"
    6211 if test "x$ac_cv_func_re_rx_search" = x""yes; then :
    6212 
    6213 else
    6214   case " $LIBOBJS " in
     7269  echo "$as_me:$LINENO: result: rx" >&5
     7270echo "${ECHO_T}rx" >&6
     7271  echo "$as_me:$LINENO: checking for re_rx_search" >&5
     7272echo $ECHO_N "checking for re_rx_search... $ECHO_C" >&6
     7273if test "${ac_cv_func_re_rx_search+set}" = set; then
     7274  echo $ECHO_N "(cached) $ECHO_C" >&6
     7275else
     7276  cat >conftest.$ac_ext <<_ACEOF
     7277/* confdefs.h.  */
     7278_ACEOF
     7279cat confdefs.h >>conftest.$ac_ext
     7280cat >>conftest.$ac_ext <<_ACEOF
     7281/* end confdefs.h.  */
     7282/* Define re_rx_search to an innocuous variant, in case <limits.h> declares re_rx_search.
     7283   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     7284#define re_rx_search innocuous_re_rx_search
     7285
     7286/* System header to define __stub macros and hopefully few prototypes,
     7287    which can conflict with char re_rx_search (); below.
     7288    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     7289    <limits.h> exists even on freestanding compilers.  */
     7290
     7291#ifdef __STDC__
     7292# include <limits.h>
     7293#else
     7294# include <assert.h>
     7295#endif
     7296
     7297#undef re_rx_search
     7298
     7299/* Override any gcc2 internal prototype to avoid an error.  */
     7300#ifdef __cplusplus
     7301extern "C"
     7302{
     7303#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.  */
     7306char re_rx_search ();
     7307/* The GNU C library defines this for functions which it implements
     7308    to always fail with ENOSYS.  Some functions are actually named
     7309    something starting with __ and the normal name is an alias.  */
     7310#if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
     7311choke me
     7312#else
     7313char (*f) () = re_rx_search;
     7314#endif
     7315#ifdef __cplusplus
     7316}
     7317#endif
     7318
     7319int
     7320main ()
     7321{
     7322return f != re_rx_search;
     7323  ;
     7324  return 0;
     7325}
     7326_ACEOF
     7327rm -f conftest.$ac_objext conftest$ac_exeext
     7328if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     7329  (eval $ac_link) 2>conftest.er1
     7330  ac_status=$?
     7331  grep -v '^ *+' conftest.er1 >conftest.err
     7332  rm -f conftest.er1
     7333  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
     7349  ac_cv_func_re_rx_search=yes
     7350else
     7351  echo "$as_me: failed program was:" >&5
     7352sed 's/^/| /' conftest.$ac_ext >&5
     7353
     7354ac_cv_func_re_rx_search=no
     7355fi
     7356rm -f conftest.err conftest.$ac_objext \
     7357      conftest$ac_exeext conftest.$ac_ext
     7358fi
     7359echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
     7360echo "${ECHO_T}$ac_cv_func_re_rx_search" >&6
     7361if test $ac_cv_func_re_rx_search = yes; then
     7362  :
     7363else
     7364  case $LIBOBJS in
     7365    "rx.$ac_objext"   | \
     7366  *" rx.$ac_objext"   | \
     7367    "rx.$ac_objext "* | \
    62157368  *" rx.$ac_objext "* ) ;;
    6216   *) LIBOBJS="$LIBOBJS rx.$ac_objext"
    6217  ;;
     7369  *) LIBOBJS="$LIBOBJS rx.$ac_objext" ;;
    62187370esac
    62197371
     
    62257377# ---------------------------------------------------------------------------
    62267378if test "$ac_cv_func_alloca" = 'no'; then
    6227   case " $LIBOBJS " in
     7379  case $LIBOBJS in
     7380    "xmalloc.$ac_objext"   | \
     7381  *" xmalloc.$ac_objext"   | \
     7382    "xmalloc.$ac_objext "* | \
    62287383  *" xmalloc.$ac_objext "* ) ;;
    6229   *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext"
    6230  ;;
     7384  *) LIBOBJS="$LIBOBJS xmalloc.$ac_objext" ;;
    62317385esac
    62327386
    6233   case " $LIBOBJS " in
     7387  case $LIBOBJS in
     7388    "error.$ac_objext"   | \
     7389  *" error.$ac_objext"   | \
     7390    "error.$ac_objext "* | \
    62347391  *" error.$ac_objext "* ) ;;
    6235   *) LIBOBJS="$LIBOBJS error.$ac_objext"
    6236  ;;
     7392  *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
    62377393esac
    62387394
     
    62427398# ---------------------------------------------------------------------------
    62437399
    6244 ac_ext=cpp
     7400ac_ext=cc
    62457401ac_cpp='$CXXCPP $CPPFLAGS'
    62467402ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     
    62497405
    62507406
    6251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that Perl 5 is available" >&5
    6252 $as_echo_n "checking that Perl 5 is available... " >&6; }
     7407echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
     7408echo $ECHO_N "checking that Perl 5 is available... $ECHO_C" >&6
    62537409success="no"
    62547410pl_path="$PATH"
     
    62677423try=`expr $try \> 5.000`
    62687424if test $try = "1"; then
    6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"yes\"" >&5
    6270 $as_echo "\"yes\"" >&6; }
     7425echo "$as_me:$LINENO: result: \"yes\"" >&5
     7426echo "${ECHO_T}\"yes\"" >&6
    62717427else
    62727428success="no"
     
    62757431
    62767432if test $success = "no"; then
    6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"no\"" >&5
    6278 $as_echo "\"no\"" >&6; }
    6279 as_fn_error $? "\"Perl 5 not available - cannot install\"" "$LINENO" 5
     7433echo "$as_me:$LINENO: result: \"no\"" >&5
     7434echo "${ECHO_T}\"no\"" >&6
     7435{ { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
     7436echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
     7437   { (exit 1); exit 1; }; }
    62807438fi
    62817439
    62827440success=no
    6283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking \"whether STL library has known faults\"" >&5
    6284 $as_echo_n "checking \"whether STL library has known faults\"... " >&6; }
    6285 
    6286 
    6287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     7441echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
     7442echo $ECHO_N "checking \"whether STL library has known faults\"... $ECHO_C" >&6
     7443
     7444
     7445cat >conftest.$ac_ext <<_ACEOF
     7446/* confdefs.h.  */
     7447_ACEOF
     7448cat confdefs.h >>conftest.$ac_ext
     7449cat >>conftest.$ac_ext <<_ACEOF
    62887450/* end confdefs.h.  */
    62897451#include <vector>
     
    62977459}
    62987460_ACEOF
    6299 if ac_fn_cxx_try_compile "$LINENO"; then :
     7461rm -f conftest.$ac_objext
     7462if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     7463  (eval $ac_compile) 2>conftest.er1
     7464  ac_status=$?
     7465  grep -v '^ *+' conftest.er1 >conftest.err
     7466  rm -f conftest.er1
     7467  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
    63007483  success=yes
    6301 fi
    6302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     7484else
     7485  echo "$as_me: failed program was:" >&5
     7486sed 's/^/| /' conftest.$ac_ext >&5
     7487
     7488fi
     7489rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    63037490
    63047491if test $success = "no"; then
    6305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     7492cat >conftest.$ac_ext <<_ACEOF
     7493/* confdefs.h.  */
     7494_ACEOF
     7495cat confdefs.h >>conftest.$ac_ext
     7496cat >>conftest.$ac_ext <<_ACEOF
    63067497/* end confdefs.h.  */
    63077498#include <vector.h>
     
    63157506}
    63167507_ACEOF
    6317 if ac_fn_cxx_try_compile "$LINENO"; then :
     7508rm -f conftest.$ac_objext
     7509if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     7510  (eval $ac_compile) 2>conftest.er1
     7511  ac_status=$?
     7512  grep -v '^ *+' conftest.er1 >conftest.err
     7513  rm -f conftest.er1
     7514  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
    63187530  success="yes"
    6319 fi
    6320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     7531else
     7532  echo "$as_me: failed program was:" >&5
     7533sed 's/^/| /' conftest.$ac_ext >&5
     7534
     7535fi
     7536rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    63217537fi
    63227538
    63237539if test $success = "no"; then
    6324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     7540cat >conftest.$ac_ext <<_ACEOF
     7541/* confdefs.h.  */
     7542_ACEOF
     7543cat confdefs.h >>conftest.$ac_ext
     7544cat >>conftest.$ac_ext <<_ACEOF
    63257545/* end confdefs.h.  */
    63267546#include <ospace\\std\\vector>
     
    63347554}
    63357555_ACEOF
    6336 if ac_fn_cxx_try_compile "$LINENO"; then :
     7556rm -f conftest.$ac_objext
     7557if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     7558  (eval $ac_compile) 2>conftest.er1
     7559  ac_status=$?
     7560  grep -v '^ *+' conftest.er1 >conftest.err
     7561  rm -f conftest.er1
     7562  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
    63377578  success="yes"
    6338 fi
    6339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     7579else
     7580  echo "$as_me: failed program was:" >&5
     7581sed 's/^/| /' conftest.$ac_ext >&5
     7582
     7583fi
     7584rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    63407585fi
    63417586
    63427587if test $success = yes; then
    6343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"no\"" >&5
    6344 $as_echo "\"no\"" >&6; }
    6345 else
    6346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"yes\"" >&5
    6347 $as_echo "\"yes\"" >&6; }
    6348 as_fn_error $? "\"STL Broken - Obtain newer version of GNU C Compiler\"" "$LINENO" 5
     7588echo "$as_me:$LINENO: result: \"no\"" >&5
     7589echo "${ECHO_T}\"no\"" >&6
     7590else
     7591echo "$as_me:$LINENO: result: \"yes\"" >&5
     7592echo "${ECHO_T}\"yes\"" >&6
     7593{ { echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
     7594echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
     7595   { (exit 1); exit 1; }; }
    63497596fi
    63507597
     
    63587605
    63597606# check for endianness
    6360  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
    6361 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
    6362 if test "${ac_cv_c_bigendian+set}" = set; then :
    6363   $as_echo_n "(cached) " >&6
    6364 else
    6365   ac_cv_c_bigendian=unknown
    6366     # See if we're dealing with a universal compiler.
    6367     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    6368 /* end confdefs.h.  */
    6369 #ifndef __APPLE_CC__
    6370            not a universal capable compiler
    6371          #endif
    6372          typedef int dummy;
    6373 
    6374 _ACEOF
    6375 if ac_fn_cxx_try_compile "$LINENO"; then :
    6376 
    6377     # Check for potential -arch flags.  It is not universal unless
    6378     # there are at least two -arch flags with different values.
    6379     ac_arch=
    6380     ac_prev=
    6381     for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
    6382      if test -n "$ac_prev"; then
    6383        case $ac_word in
    6384          i?86 | x86_64 | ppc | ppc64)
    6385            if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
    6386          ac_arch=$ac_word
    6387            else
    6388          ac_cv_c_bigendian=universal
    6389          break
    6390            fi
    6391            ;;
    6392        esac
    6393        ac_prev=
    6394      elif test "x$ac_word" = "x-arch"; then
    6395        ac_prev=arch
    6396      fi
    6397        done
    6398 fi
    6399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6400     if test $ac_cv_c_bigendian = unknown; then
    6401       # See if sys/param.h defines the BYTE_ORDER macro.
    6402       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     7607echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
     7608echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
     7609if test "${ac_cv_c_bigendian+set}" = set; then
     7610  echo $ECHO_N "(cached) $ECHO_C" >&6
     7611else
     7612  # See if sys/param.h defines the BYTE_ORDER macro.
     7613cat >conftest.$ac_ext <<_ACEOF
     7614/* confdefs.h.  */
     7615_ACEOF
     7616cat confdefs.h >>conftest.$ac_ext
     7617cat >>conftest.$ac_ext <<_ACEOF
    64037618/* end confdefs.h.  */
    64047619#include <sys/types.h>
    6405          #include <sys/param.h>
     7620#include <sys/param.h>
    64067621
    64077622int
    64087623main ()
    64097624{
    6410 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
    6411              && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
    6412              && LITTLE_ENDIAN)
    6413           bogus endian macros
    6414          #endif
     7625#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
     7626 bogus endian macros
     7627#endif
    64157628
    64167629  ;
     
    64187631}
    64197632_ACEOF
    6420 if ac_fn_cxx_try_compile "$LINENO"; then :
     7633rm -f conftest.$ac_objext
     7634if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     7635  (eval $ac_compile) 2>conftest.er1
     7636  ac_status=$?
     7637  grep -v '^ *+' conftest.er1 >conftest.err
     7638  rm -f conftest.er1
     7639  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
    64217655  # It does; now see whether it defined to BIG_ENDIAN or not.
    6422      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     7656cat >conftest.$ac_ext <<_ACEOF
     7657/* confdefs.h.  */
     7658_ACEOF
     7659cat confdefs.h >>conftest.$ac_ext
     7660cat >>conftest.$ac_ext <<_ACEOF
    64237661/* end confdefs.h.  */
    64247662#include <sys/types.h>
    6425         #include <sys/param.h>
     7663#include <sys/param.h>
    64267664
    64277665int
     
    64297667{
    64307668#if BYTE_ORDER != BIG_ENDIAN
    6431         not big endian
    6432         #endif
     7669 not big endian
     7670#endif
    64337671
    64347672  ;
     
    64367674}
    64377675_ACEOF
    6438 if ac_fn_cxx_try_compile "$LINENO"; then :
     7676rm -f conftest.$ac_objext
     7677if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     7678  (eval $ac_compile) 2>conftest.er1
     7679  ac_status=$?
     7680  grep -v '^ *+' conftest.er1 >conftest.err
     7681  rm -f conftest.er1
     7682  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
    64397698  ac_cv_c_bigendian=yes
    64407699else
    6441   ac_cv_c_bigendian=no
    6442 fi
    6443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6444 fi
    6445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6446     fi
    6447     if test $ac_cv_c_bigendian = unknown; then
    6448       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
    6449       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     7700  echo "$as_me: failed program was:" >&5
     7701sed 's/^/| /' conftest.$ac_ext >&5
     7702
     7703ac_cv_c_bigendian=no
     7704fi
     7705rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     7706else
     7707  echo "$as_me: failed program was:" >&5
     7708sed 's/^/| /' conftest.$ac_ext >&5
     7709
     7710# It does not; compile a test program.
     7711if 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
     7715/* confdefs.h.  */
     7716_ACEOF
     7717cat confdefs.h >>conftest.$ac_ext
     7718cat >>conftest.$ac_ext <<_ACEOF
    64507719/* end confdefs.h.  */
    6451 #include <limits.h>
    6452 
     7720short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     7721short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     7722void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
     7723short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     7724short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     7725void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
    64537726int
    64547727main ()
    64557728{
    6456 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
    6457           bogus endian macros
    6458          #endif
    6459 
     7729 _ascii (); _ebcdic ();
    64607730  ;
    64617731  return 0;
    64627732}
    64637733_ACEOF
    6464 if ac_fn_cxx_try_compile "$LINENO"; then :
    6465   # It does; now see whether it defined to _BIG_ENDIAN or not.
    6466      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     7734rm -f conftest.$ac_objext
     7735if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     7736  (eval $ac_compile) 2>conftest.er1
     7737  ac_status=$?
     7738  grep -v '^ *+' conftest.er1 >conftest.err
     7739  rm -f conftest.er1
     7740  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
     7758fi
     7759if 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
     7766fi
     7767else
     7768  echo "$as_me: failed program was:" >&5
     7769sed 's/^/| /' conftest.$ac_ext >&5
     7770
     7771fi
     7772rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     7773else
     7774  cat >conftest.$ac_ext <<_ACEOF
     7775/* confdefs.h.  */
     7776_ACEOF
     7777cat confdefs.h >>conftest.$ac_ext
     7778cat >>conftest.$ac_ext <<_ACEOF
    64677779/* end confdefs.h.  */
    6468 #include <limits.h>
    6469 
    64707780int
    64717781main ()
    64727782{
    6473 #ifndef _BIG_ENDIAN
    6474          not big endian
    6475         #endif
    6476 
    6477   ;
    6478   return 0;
     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);
    64797791}
    64807792_ACEOF
    6481 if ac_fn_cxx_try_compile "$LINENO"; then :
    6482   ac_cv_c_bigendian=yes
    6483 else
     7793rm -f conftest$ac_exeext
     7794if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     7795  (eval $ac_link) 2>&5
     7796  ac_status=$?
     7797  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7798  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     7799  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     7800  (eval $ac_try) 2>&5
     7801  ac_status=$?
     7802  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7803  (exit $ac_status); }; }; then
    64847804  ac_cv_c_bigendian=no
    6485 fi
    6486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6487 fi
    6488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6489     fi
    6490     if test $ac_cv_c_bigendian = unknown; then
    6491       # Compile a test program.
    6492       if test "$cross_compiling" = yes; then :
    6493   # Try to guess by grepping values from an object file.
    6494      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    6495 /* end confdefs.h.  */
    6496 short int ascii_mm[] =
    6497           { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    6498         short int ascii_ii[] =
    6499           { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    6500         int use_ascii (int i) {
    6501           return ascii_mm[i] + ascii_ii[i];
    6502         }
    6503         short int ebcdic_ii[] =
    6504           { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    6505         short int ebcdic_mm[] =
    6506           { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    6507         int use_ebcdic (int i) {
    6508           return ebcdic_mm[i] + ebcdic_ii[i];
    6509         }
    6510         extern int foo;
    6511 
    6512 int
    6513 main ()
    6514 {
    6515 return use_ascii (foo) == use_ebcdic (foo);
    6516   ;
    6517   return 0;
    6518 }
    6519 _ACEOF
    6520 if ac_fn_cxx_try_compile "$LINENO"; then :
    6521   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
    6522           ac_cv_c_bigendian=yes
    6523         fi
    6524         if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    6525           if test "$ac_cv_c_bigendian" = unknown; then
    6526         ac_cv_c_bigendian=no
    6527           else
    6528         # finding both strings is unlikely to happen, but who knows?
    6529         ac_cv_c_bigendian=unknown
    6530           fi
    6531         fi
    6532 fi
    6533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6534 else
    6535   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    6536 /* end confdefs.h.  */
    6537 $ac_includes_default
    6538 int
    6539 main ()
    6540 {
    6541 
    6542          /* Are we little or big endian?  From Harbison&Steele.  */
    6543          union
    6544          {
    6545            long int l;
    6546            char c[sizeof (long int)];
    6547          } u;
    6548          u.l = 1;
    6549          return u.c[sizeof (long int) - 1] == 1;
    6550 
    6551   ;
    6552   return 0;
    6553 }
    6554 _ACEOF
    6555 if ac_fn_cxx_try_run "$LINENO"; then :
    6556   ac_cv_c_bigendian=no
    6557 else
    6558   ac_cv_c_bigendian=yes
    6559 fi
    6560 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
    6561   conftest.$ac_objext conftest.beam conftest.$ac_ext
    6562 fi
    6563 
    6564     fi
    6565 fi
    6566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
    6567 $as_echo "$ac_cv_c_bigendian" >&6; }
    6568  case $ac_cv_c_bigendian in #(
    6569    yes)
    6570      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
    6571 ;; #(
    6572    no)
    6573       ;; #(
    6574    universal)
    6575 
    6576 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
    6577 
    6578      ;; #(
    6579    *)
    6580      as_fn_error $? "unknown endianness
    6581  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
    6582  esac
     7805else
     7806  echo "$as_me: program exited with status $ac_status" >&5
     7807echo "$as_me: failed program was:" >&5
     7808sed 's/^/| /' conftest.$ac_ext >&5
     7809
     7810( exit $ac_status )
     7811ac_cv_c_bigendian=yes
     7812fi
     7813rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     7814fi
     7815fi
     7816rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     7817fi
     7818echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
     7819echo "${ECHO_T}$ac_cv_c_bigendian" >&6
     7820case $ac_cv_c_bigendian in
     7821  yes)
     7822
     7823cat >>confdefs.h <<\_ACEOF
     7824#define WORDS_BIGENDIAN 1
     7825_ACEOF
     7826 ;;
     7827  no)
     7828     ;;
     7829  *)
     7830    { { echo "$as_me:$LINENO: error: unknown endianness
     7831presetting ac_cv_c_bigendian=no (or yes) will help" >&5
     7832echo "$as_me: error: unknown endianness
     7833presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
     7834   { (exit 1); exit 1; }; } ;;
     7835esac
    65837836
    65847837# ---------------------------------------------------------------------------
    65857838if test "$ac_cv_func_alloca" = 'no'; then
    6586   case " $LIBOBJS " in
     7839  case $LIBOBJS in
     7840    "xmalloc.o.$ac_objext"   | \
     7841  *" xmalloc.o.$ac_objext"   | \
     7842    "xmalloc.o.$ac_objext "* | \
    65877843  *" xmalloc.o.$ac_objext "* ) ;;
    6588   *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext"
    6589  ;;
     7844  *) LIBOBJS="$LIBOBJS xmalloc.o.$ac_objext" ;;
    65907845esac
    65917846
    6592   case " $LIBOBJS " in
     7847  case $LIBOBJS in
     7848    "error.$ac_objext"   | \
     7849  *" error.$ac_objext"   | \
     7850    "error.$ac_objext "* | \
    65937851  *" error.$ac_objext "* ) ;;
    6594   *) LIBOBJS="$LIBOBJS error.$ac_objext"
    6595  ;;
     7852  *) LIBOBJS="$LIBOBJS error.$ac_objext" ;;
    65967853esac
    65977854
     
    66267883srclist="src/hashfile/Makefile \
    66277884         src/phind/generate/Makefile \
    6628      src/java/org/nzdl/gsdl/Makefile"
    6629 
    6630 ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
    6631 
     7885         src/java/org/nzdl/gsdl/Makefile"
     7886
     7887                                        ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
    66327888cat >confcache <<\_ACEOF
    66337889# This file is a shell script that caches the results of configure
     
    66487904# The following way of writing the cache mishandles newlines in values,
    66497905# but we know of no workaround that is simple, portable, and efficient.
    6650 # So, we kill variables containing newlines.
     7906# So, don't put newlines in cache variables' values.
    66517907# Ultrix sh set writes to stderr and can't be redirected directly,
    66527908# and sets the high bit in the cache file unless we assign to the vars.
    6653 (
    6654   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
    6655     eval ac_val=\$$ac_var
    6656     case $ac_val in #(
    6657     *${as_nl}*)
    6658       case $ac_var in #(
    6659       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
    6660 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    6661       esac
    6662       case $ac_var in #(
    6663       _ | IFS | as_nl) ;; #(
    6664       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    6665       *) { eval $ac_var=; unset $ac_var;} ;;
    6666       esac ;;
    6667     esac
    6668   done
    6669 
     7909{
    66707910  (set) 2>&1 |
    6671     case $as_nl`(ac_space=' '; set) 2>&1` in #(
    6672     *${as_nl}ac_space=\ *)
    6673       # `set' does not quote correctly, so add quotes: double-quote
    6674       # substitution turns \\\\ into \\, and sed turns \\ into \.
     7911    case `(ac_space=' '; set | grep ac_space) 2>&1` in
     7912    *ac_space=\ *)
     7913      # `set' does not quote correctly, so add quotes (double-quote
     7914      # substitution turns \\\\ into \\, and sed turns \\ into \).
    66757915      sed -n \
    66767916    "s/'/'\\\\''/g;
    66777917      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    6678       ;; #(
     7918      ;;
    66797919    *)
    66807920      # `set' quotes correctly as required by POSIX, so do not add quotes.
    6681       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
     7921      sed -n \
     7922    "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    66827923      ;;
    6683     esac |
    6684     sort
    6685 ) |
     7924    esac;
     7925} |
    66867926  sed '
    6687      /^ac_cv_env_/b end
    66887927     t clear
    6689      :clear
     7928     : clear
    66907929     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    66917930     t end
    6692      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    6693      :end' >>confcache
    6694 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    6695   if test -w "$cache_file"; then
    6696     test "x$cache_file" != "x/dev/null" &&
    6697       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
    6698 $as_echo "$as_me: updating cache $cache_file" >&6;}
     7931     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     7932     : end' >>confcache
     7933if 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"
    66997936    cat confcache >$cache_file
    67007937  else
    6701     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
    6702 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     7938    echo "not updating unwritable cache $cache_file"
    67037939  fi
    67047940fi
     
    67097945test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    67107946
     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).
     7951if test "x$srcdir" = x.; then
     7952  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     7953s/:*\$(srcdir):*/:/;
     7954s/:*\${srcdir}:*/:/;
     7955s/:*@srcdir@:*/:/;
     7956s/^\([^=]*=[     ]*\):*/\1/;
     7957s/:*$//;
     7958s/^[^=]*=[   ]*$//;
     7959}'
     7960fi
     7961
    67117962DEFS=-DHAVE_CONFIG_H
    67127963
    67137964ac_libobjs=
    67147965ac_ltlibobjs=
    6715 U=
    67167966for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    67177967  # 1. Remove the extension, and $U if already installed.
    6718   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    6719   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    6720   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    6721   #    will be set to the directory where LIBOBJS objects are built.
    6722   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
    6723   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
     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'
    67247973done
    67257974LIBOBJS=$ac_libobjs
     
    67297978
    67307979
    6731 
    67327980: ${CONFIG_STATUS=./config.status}
    6733 ac_write_fail=0
    67347981ac_clean_files_save=$ac_clean_files
    67357982ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    6736 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
    6737 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    6738 as_write_fail=0
    6739 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
     7983{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     7984echo "$as_me: creating $CONFIG_STATUS" >&6;}
     7985cat >$CONFIG_STATUS <<_ACEOF
    67407986#! $SHELL
    67417987# Generated by $as_me.
     
    67477993ac_cs_recheck=false
    67487994ac_cs_silent=false
    6749 
    67507995SHELL=\${CONFIG_SHELL-$SHELL}
    6751 export SHELL
    6752 _ASEOF
    6753 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
    6754 ## -------------------- ##
    6755 ## M4sh Initialization. ##
    6756 ## -------------------- ##
    6757 
    6758 # Be more Bourne compatible
    6759 DUALCASE=1; export DUALCASE # for MKS sh
    6760 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
     7996_ACEOF
     7997
     7998cat >>$CONFIG_STATUS <<\_ACEOF
     7999## --------------------- ##
     8000## M4sh Initialization.  ##
     8001## --------------------- ##
     8002
     8003# Be Bourne compatible
     8004if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    67618005  emulate sh
    67628006  NULLCMD=:
    6763   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     8007  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    67648008  # is contrary to our usage.  Disable this feature.
    67658009  alias -g '${1+"$@"}'='"$@"'
    6766   setopt NO_GLOB_SUBST
    6767 else
    6768   case `(set -o) 2>/dev/null` in #(
    6769   *posix*) :
    6770     set -o posix ;; #(
    6771   *) :
    6772      ;;
    6773 esac
    6774 fi
    6775 
    6776 
    6777 as_nl='
    6778 '
    6779 export as_nl
    6780 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    6781 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    6782 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    6783 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    6784 # Prefer a ksh shell builtin over an external printf program on Solaris,
    6785 # but without wasting forks for bash or zsh.
    6786 if test -z "$BASH_VERSION$ZSH_VERSION" \
    6787     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
    6788   as_echo='print -r --'
    6789   as_echo_n='print -rn --'
    6790 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    6791   as_echo='printf %s\n'
    6792   as_echo_n='printf %s'
    6793 else
    6794   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    6795     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    6796     as_echo_n='/usr/ucb/echo -n'
    6797   else
    6798     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    6799     as_echo_n_body='eval
    6800       arg=$1;
    6801       case $arg in #(
    6802       *"$as_nl"*)
    6803     expr "X$arg" : "X\\(.*\\)$as_nl";
    6804     arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    6805       esac;
    6806       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    6807     '
    6808     export as_echo_n_body
    6809     as_echo_n='sh -c $as_echo_n_body as_echo'
    6810   fi
    6811   export as_echo_body
    6812   as_echo='sh -c $as_echo_body as_echo'
    6813 fi
    6814 
    6815 # The user is always right.
    6816 if test "${PATH_SEPARATOR+set}" != set; then
    6817   PATH_SEPARATOR=:
    6818   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    6819     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    6820       PATH_SEPARATOR=';'
    6821   }
    6822 fi
    6823 
    6824 
    6825 # IFS
    6826 # We need space, tab and new line, in precisely that order.  Quoting is
    6827 # there to prevent editors from complaining about space-tab.
    6828 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    6829 # splitting by setting IFS to empty value.)
    6830 IFS=" ""    $as_nl"
    6831 
    6832 # Find who we are.  Look in the path if we contain no directory separator.
    6833 case $0 in #((
    6834   *[\\/]* ) as_myself=$0 ;;
    6835   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    6836 for as_dir in $PATH
    6837 do
    6838   IFS=$as_save_IFS
    6839   test -z "$as_dir" && as_dir=.
    6840     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    6841   done
    6842 IFS=$as_save_IFS
    6843 
    6844      ;;
    6845 esac
    6846 # We did not find ourselves, most probably we were run as `sh COMMAND'
    6847 # in which case we are not to be found in the path.
    6848 if test "x$as_myself" = x; then
    6849   as_myself=$0
    6850 fi
    6851 if test ! -f "$as_myself"; then
    6852   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    6853   exit 1
    6854 fi
    6855 
    6856 # Unset variables that we do not need and which cause bugs (e.g. in
    6857 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
    6858 # suppresses any "Segmentation fault" message there.  '((' could
    6859 # trigger a bug in pdksh 5.2.14.
    6860 for as_var in BASH_ENV ENV MAIL MAILPATH
    6861 do eval test x\${$as_var+set} = xset \
    6862   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    6863 done
     8010elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     8011  set -o posix
     8012fi
     8013DUALCASE=1; export DUALCASE # for MKS sh
     8014
     8015# Support unset when possible.
     8016if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     8017  as_unset=unset
     8018else
     8019  as_unset=false
     8020fi
     8021
     8022
     8023# Work around bugs in pre-3.0 UWIN ksh.
     8024$as_unset ENV MAIL MAILPATH
    68648025PS1='$ '
    68658026PS2='> '
     
    68678028
    68688029# NLS nuisances.
    6869 LC_ALL=C
    6870 export LC_ALL
    6871 LANGUAGE=C
    6872 export LANGUAGE
    6873 
    6874 # CDPATH.
    6875 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    6876 
    6877 
    6878 # as_fn_error STATUS ERROR [LINENO LOG_FD]
    6879 # ----------------------------------------
    6880 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    6881 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    6882 # script with STATUS, using 1 if that was 0.
    6883 as_fn_error ()
    6884 {
    6885   as_status=$1; test $as_status -eq 0 && as_status=1
    6886   if test "$4"; then
    6887     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    6888     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
     8030for 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
     8034do
     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
    68898039  fi
    6890   $as_echo "$as_me: error: $2" >&2
    6891   as_fn_exit $as_status
    6892 } # as_fn_error
    6893 
    6894 
    6895 # as_fn_set_status STATUS
    6896 # -----------------------
    6897 # Set $? to STATUS, without forking.
    6898 as_fn_set_status ()
    6899 {
    6900   return $1
    6901 } # as_fn_set_status
    6902 
    6903 # as_fn_exit STATUS
    6904 # -----------------
    6905 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
    6906 as_fn_exit ()
    6907 {
    6908   set +e
    6909   as_fn_set_status $1
    6910   exit $1
    6911 } # as_fn_exit
    6912 
    6913 # as_fn_unset VAR
    6914 # ---------------
    6915 # Portably unset VAR.
    6916 as_fn_unset ()
    6917 {
    6918   { eval $1=; unset $1;}
    6919 }
    6920 as_unset=as_fn_unset
    6921 # as_fn_append VAR VALUE
    6922 # ----------------------
    6923 # Append the text in VALUE to the end of the definition contained in VAR. Take
    6924 # advantage of any shell optimizations that allow amortized linear growth over
    6925 # repeated appends, instead of the typical quadratic growth present in naive
    6926 # implementations.
    6927 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
    6928   eval 'as_fn_append ()
    6929   {
    6930     eval $1+=\$2
    6931   }'
    6932 else
    6933   as_fn_append ()
    6934   {
    6935     eval $1=\$$1\$2
    6936   }
    6937 fi # as_fn_append
    6938 
    6939 # as_fn_arith ARG...
    6940 # ------------------
    6941 # Perform arithmetic evaluation on the ARGs, and store the result in the
    6942 # global $as_val. Take advantage of shells that can avoid forks. The arguments
    6943 # must be portable across $(()) and expr.
    6944 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
    6945   eval 'as_fn_arith ()
    6946   {
    6947     as_val=$(( $* ))
    6948   }'
    6949 else
    6950   as_fn_arith ()
    6951   {
    6952     as_val=`expr "$@" || test $? -eq 1`
    6953   }
    6954 fi # as_fn_arith
    6955 
    6956 
    6957 if expr a : '\(a\)' >/dev/null 2>&1 &&
    6958    test "X`expr 00001 : '.*\(...\)'`" = X001; then
     8040done
     8041
     8042# Required to use basename.
     8043if expr a : '\(a\)' >/dev/null 2>&1; then
    69598044  as_expr=expr
    69608045else
     
    69628047fi
    69638048
    6964 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     8049if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    69658050  as_basename=basename
    69668051else
     
    69688053fi
    69698054
    6970 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    6971   as_dirname=dirname
    6972 else
    6973   as_dirname=false
    6974 fi
    6975 
    6976 as_me=`$as_basename -- "$0" ||
     8055
     8056# Name of the executable.
     8057as_me=`$as_basename "$0" ||
    69778058$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    69788059     X"$0" : 'X\(//\)$' \| \
    6979      X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    6980 $as_echo X/"$0" |
    6981     sed '/^.*\/\([^/][^/]*\)\/*$/{
    6982         s//\1/
    6983         q
    6984       }
    6985       /^X\/\(\/\/\)$/{
    6986         s//\1/
    6987         q
    6988       }
    6989       /^X\/\(\/\).*/{
    6990         s//\1/
    6991         q
    6992       }
    6993       s/.*/./; q'`
    6994 
     8060     X"$0" : 'X\(/\)$' \| \
     8061     .     : '\(.\)' 2>/dev/null ||
     8062echo 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.
    69958070# Avoid depending upon Character Ranges.
    69968071as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    70008075as_cr_alnum=$as_cr_Letters$as_cr_digits
    70018076
    7002 ECHO_C= ECHO_N= ECHO_T=
    7003 case `echo -n x` in #(((((
    7004 -n*)
    7005   case `echo 'xy\c'` in
    7006   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
    7007   xy)  ECHO_C='\c';;
    7008   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
    7009        ECHO_T=' ';;
    7010   esac;;
    7011 *)
    7012   ECHO_N='-n';;
     8077# The user is always right.
     8078if 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
     8088fi
     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
     8101for as_dir in $PATH
     8102do
     8103  IFS=$as_save_IFS
     8104  test -z "$as_dir" && as_dir=.
     8105  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     8106done
     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
     8117echo "$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
     8123for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
     8124do
     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 '
     8131  as_lineno_1=$LINENO
     8132  as_lineno_2=$LINENO
     8133  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
     8134  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
     8144done
     8145;;
     8146  esac
     8147
     8148  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
     8149  # 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.
     8154  # (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 |
     8157    sed '
     8158      N
     8159      s,$,-,
     8160      : loop
     8161      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     8162      t loop
     8163      s,-$,,
     8164      s,^['$as_cr_digits']*\n,,
     8165    ' >$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
     8168echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     8169   { (exit 1); exit 1; }; }
     8170
     8171  # Don't try to exec as it changes $[0], causing all sort of problems
     8172  # (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
     8175  # Exit status is that of the last command.
     8176  exit
     8177}
     8178
     8179
     8180case `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= ;;
    70138185esac
    70148186
     8187if expr a : '\(a\)' >/dev/null 2>&1; then
     8188  as_expr=expr
     8189else
     8190  as_expr=false
     8191fi
     8192
    70158193rm -f conf$$ conf$$.exe conf$$.file
    7016 if test -d conf$$.dir; then
    7017   rm -f conf$$.dir/conf$$.file
    7018 else
    7019   rm -f conf$$.dir
    7020   mkdir conf$$.dir 2>/dev/null
    7021 fi
    7022 if (echo >conf$$.file) 2>/dev/null; then
    7023   if ln -s conf$$.file conf$$ 2>/dev/null; then
     8194echo >conf$$.file
     8195if 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
     8200    as_ln_s='cp -p'
     8201  else
    70248202    as_ln_s='ln -s'
    7025     # ... but there are two gotchas:
    7026     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    7027     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    7028     # In both cases, we have to default to `cp -p'.
    7029     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    7030       as_ln_s='cp -p'
    7031   elif ln conf$$.file conf$$ 2>/dev/null; then
    7032     as_ln_s=ln
    7033   else
    7034     as_ln_s='cp -p'
    70358203  fi
     8204elif ln conf$$.file conf$$ 2>/dev/null; then
     8205  as_ln_s=ln
    70368206else
    70378207  as_ln_s='cp -p'
    70388208fi
    7039 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    7040 rmdir conf$$.dir 2>/dev/null
    7041 
    7042 
    7043 # as_fn_mkdir_p
    7044 # -------------
    7045 # Create "$as_dir" as a directory, including parents if necessary.
    7046 as_fn_mkdir_p ()
    7047 {
    7048 
    7049   case $as_dir in #(
    7050   -*) as_dir=./$as_dir;;
    7051   esac
    7052   test -d "$as_dir" || eval $as_mkdir_p || {
    7053     as_dirs=
    7054     while :; do
    7055       case $as_dir in #(
    7056       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    7057       *) as_qdir=$as_dir;;
    7058       esac
    7059       as_dirs="'$as_qdir' $as_dirs"
    7060       as_dir=`$as_dirname -- "$as_dir" ||
    7061 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    7062      X"$as_dir" : 'X\(//\)[^/]' \| \
    7063      X"$as_dir" : 'X\(//\)$' \| \
    7064      X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    7065 $as_echo X"$as_dir" |
    7066     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    7067         s//\1/
    7068         q
    7069       }
    7070       /^X\(\/\/\)[^/].*/{
    7071         s//\1/
    7072         q
    7073       }
    7074       /^X\(\/\/\)$/{
    7075         s//\1/
    7076         q
    7077       }
    7078       /^X\(\/\).*/{
    7079         s//\1/
    7080         q
    7081       }
    7082       s/.*/./; q'`
    7083       test -d "$as_dir" && break
    7084     done
    7085     test -z "$as_dirs" || eval "mkdir $as_dirs"
    7086   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    7087 
    7088 
    7089 } # as_fn_mkdir_p
     8209rm -f conf$$ conf$$.exe conf$$.file
     8210
    70908211if mkdir -p . 2>/dev/null; then
    7091   as_mkdir_p='mkdir -p "$as_dir"'
     8212  as_mkdir_p=:
    70928213else
    70938214  test -d ./-p && rmdir ./-p
     
    70958216fi
    70968217
    7097 if test -x / >/dev/null 2>&1; then
    7098   as_test_x='test -x'
    7099 else
    7100   if ls -dL / >/dev/null 2>&1; then
    7101     as_ls_L_option=L
    7102   else
    7103     as_ls_L_option=
    7104   fi
    7105   as_test_x='
    7106     eval sh -c '\''
    7107       if test -d "$1"; then
    7108     test -d "$1/.";
    7109       else
    7110     case $1 in #(
    7111     -*)set "./$1";;
    7112     esac;
    7113     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
    7114     ???[sx]*):;;*)false;;esac;fi
    7115     '\'' sh
    7116   '
    7117 fi
    7118 as_executable_p=$as_test_x
     8218as_executable_p="test -f"
    71198219
    71208220# Sed expression to map a string onto a valid CPP name.
     
    71258225
    71268226
     8227# IFS
     8228# We need space, tab and new line, in precisely that order.
     8229as_nl='
     8230'
     8231IFS="   $as_nl"
     8232
     8233# CDPATH.
     8234$as_unset CDPATH
     8235
    71278236exec 6>&1
    7128 ## ----------------------------------- ##
    7129 ## Main body of $CONFIG_STATUS script. ##
    7130 ## ----------------------------------- ##
    7131 _ASEOF
    7132 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
    7133 
    7134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7135 # Save the log message, to keep $0 and so on meaningful, and to
     8237
     8238# Open the log real soon, to keep \$[0] and so on meaningful, and to
    71368239# report actual input values of CONFIG_FILES etc. instead of their
    7137 # values after options handling.
    7138 ac_log="
    7139 This file was extended by $as_me, which was
    7140 generated by GNU Autoconf 2.67.  Invocation command line was
    7141 
    7142   CONFIG_FILES    = $CONFIG_FILES
    7143   CONFIG_HEADERS  = $CONFIG_HEADERS
    7144   CONFIG_LINKS    = $CONFIG_LINKS
    7145   CONFIG_COMMANDS = $CONFIG_COMMANDS
    7146   $ $0 $@
    7147 
    7148 on `(hostname || uname -n) 2>/dev/null | sed 1q`
    7149 "
    7150 
    7151 _ACEOF
    7152 
    7153 case $ac_config_files in *"
    7154 "*) set x $ac_config_files; shift; ac_config_files=$*;;
    7155 esac
    7156 
    7157 case $ac_config_headers in *"
    7158 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    7159 esac
    7160 
    7161 
    7162 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7163 # Files that config.status was made for.
    7164 config_files="$ac_config_files"
    7165 config_headers="$ac_config_headers"
    7166 
    7167 _ACEOF
    7168 
    7169 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7170 ac_cs_usage="\
    7171 \`$as_me' instantiates files and other configuration actions
    7172 from templates according to the current configuration.  Unless the files
    7173 and actions are specified as TAGs, all are instantiated by default.
    7174 
    7175 Usage: $0 [OPTION]... [TAG]...
    7176 
    7177   -h, --help       print this help, then exit
    7178   -V, --version    print version number and configuration settings, then exit
    7179       --config     print configuration, then exit
    7180   -q, --quiet, --silent
    7181                    do not print progress messages
    7182   -d, --debug      don't remove temporary files
    7183       --recheck    update $as_me by reconfiguring in the same conditions
    7184       --file=FILE[:TEMPLATE]
    7185                    instantiate the configuration file FILE
    7186       --header=FILE[:TEMPLATE]
    7187                    instantiate the configuration header FILE
    7188 
    7189 Configuration files:
    7190 $config_files
    7191 
    7192 Configuration headers:
    7193 $config_headers
    7194 
    7195 Report bugs to the package provider."
    7196 
    7197 _ACEOF
    7198 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7199 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    7200 ac_cs_version="\\
    7201 config.status
    7202 configured by $0, generated by GNU Autoconf 2.67,
    7203   with options \\"\$ac_cs_config\\"
    7204 
    7205 Copyright (C) 2010 Free Software Foundation, Inc.
    7206 This config.status script is free software; the Free Software Foundation
    7207 gives unlimited permission to copy, distribute and modify it."
    7208 
    7209 ac_pwd='$ac_pwd'
    7210 srcdir='$srcdir'
    7211 INSTALL='$INSTALL'
    7212 AWK='$AWK'
    7213 test -n "\$AWK" || AWK=awk
    7214 _ACEOF
    7215 
    7216 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7217 # The default lists apply if the user does not specify any file.
    7218 ac_need_defaults=:
    7219 while test $# != 0
    7220 do
    7221   case $1 in
    7222   --*=?*)
    7223     ac_option=`expr "X$1" : 'X\([^=]*\)='`
    7224     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    7225     ac_shift=:
    7226     ;;
    7227   --*=)
    7228     ac_option=`expr "X$1" : 'X\([^=]*\)='`
    7229     ac_optarg=
    7230     ac_shift=:
    7231     ;;
    7232   *)
    7233     ac_option=$1
    7234     ac_optarg=$2
    7235     ac_shift=shift
    7236     ;;
    7237   esac
    7238 
    7239   case $ac_option in
    7240   # Handling of the options.
    7241   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    7242     ac_cs_recheck=: ;;
    7243   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    7244     $as_echo "$ac_cs_version"; exit ;;
    7245   --config | --confi | --conf | --con | --co | --c )
    7246     $as_echo "$ac_cs_config"; exit ;;
    7247   --debug | --debu | --deb | --de | --d | -d )
    7248     debug=: ;;
    7249   --file | --fil | --fi | --f )
    7250     $ac_shift
    7251     case $ac_optarg in
    7252     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7253     '') as_fn_error $? "missing file argument" ;;
    7254     esac
    7255     as_fn_append CONFIG_FILES " '$ac_optarg'"
    7256     ac_need_defaults=false;;
    7257   --header | --heade | --head | --hea )
    7258     $ac_shift
    7259     case $ac_optarg in
    7260     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7261     esac
    7262     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    7263     ac_need_defaults=false;;
    7264   --he | --h)
    7265     # Conflict between --help and --header
    7266     as_fn_error $? "ambiguous option: \`$1'
    7267 Try \`$0 --help' for more information.";;
    7268   --help | --hel | -h )
    7269     $as_echo "$ac_cs_usage"; exit ;;
    7270   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    7271   | -silent | --silent | --silen | --sile | --sil | --si | --s)
    7272     ac_cs_silent=: ;;
    7273 
    7274   # This is an error.
    7275   -*) as_fn_error $? "unrecognized option: \`$1'
    7276 Try \`$0 --help' for more information." ;;
    7277 
    7278   *) as_fn_append ac_config_targets " $1"
    7279      ac_need_defaults=false ;;
    7280 
    7281   esac
    7282   shift
    7283 done
    7284 
    7285 ac_configure_extra_args=
    7286 
    7287 if $ac_cs_silent; then
    7288   exec 6>/dev/null
    7289   ac_configure_extra_args="$ac_configure_extra_args --silent"
    7290 fi
    7291 
    7292 _ACEOF
    7293 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7294 if \$ac_cs_recheck; then
    7295   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    7296   shift
    7297   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    7298   CONFIG_SHELL='$SHELL'
    7299   export CONFIG_SHELL
    7300   exec "\$@"
    7301 fi
    7302 
    7303 _ACEOF
    7304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8240# values after options handling.  Logging --version etc. is OK.
    73058241exec 5>>config.log
    73068242{
     
    73098245## Running $as_me. ##
    73108246_ASBOX
    7311   $as_echo "$ac_log"
    73128247} >&5
    7313 
    7314 _ACEOF
    7315 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7316 _ACEOF
    7317 
    7318 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7319 
    7320 # Handling of arguments.
     8248cat >&5 <<_CSEOF
     8249
     8250This file was extended by $as_me, which was
     8251generated 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
     8260echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
     8261echo >&5
     8262_ACEOF
     8263
     8264# Files that config.status was made for.
     8265if test -n "$ac_config_files"; then
     8266  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
     8267fi
     8268
     8269if test -n "$ac_config_headers"; then
     8270  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
     8271fi
     8272
     8273if test -n "$ac_config_links"; then
     8274  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
     8275fi
     8276
     8277if test -n "$ac_config_commands"; then
     8278  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
     8279fi
     8280
     8281cat >>$CONFIG_STATUS <<\_ACEOF
     8282
     8283ac_cs_usage="\
     8284\`$as_me' instantiates files from templates according to the
     8285current configuration.
     8286
     8287Usage: $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
     8299Configuration files:
     8300$config_files
     8301
     8302Configuration headers:
     8303$config_headers
     8304
     8305Report bugs to <[email protected]>."
     8306_ACEOF
     8307
     8308cat >>$CONFIG_STATUS <<_ACEOF
     8309ac_cs_version="\\
     8310config.status
     8311configured by $0, generated by GNU Autoconf 2.59,
     8312  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
     8313
     8314Copyright (C) 2003 Free Software Foundation, Inc.
     8315This config.status script is free software; the Free Software Foundation
     8316gives unlimited permission to copy, distribute and modify it."
     8317srcdir=$srcdir
     8318INSTALL="$INSTALL"
     8319_ACEOF
     8320
     8321cat >>$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.
     8324ac_need_defaults=:
     8325while test $# != 0
     8326do
     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
     8347cat >>$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
     8355Try \`$0 --help' for more information." >&5
     8356echo "$as_me: error: ambiguous option: $1
     8357Try \`$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
     8377Try \`$0 --help' for more information." >&5
     8378echo "$as_me: error: unrecognized option: $1
     8379Try \`$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
     8386done
     8387
     8388ac_configure_extra_args=
     8389
     8390if $ac_cs_silent; then
     8391  exec 6>/dev/null
     8392  ac_configure_extra_args="$ac_configure_extra_args --silent"
     8393fi
     8394
     8395_ACEOF
     8396cat >>$CONFIG_STATUS <<_ACEOF
     8397if \$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
     8400fi
     8401
     8402_ACEOF
     8403
     8404
     8405
     8406
     8407
     8408cat >>$CONFIG_STATUS <<\_ACEOF
    73218409for ac_config_target in $ac_config_targets
    73228410do
    7323   case $ac_config_target in
    7324     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    7325     "packages/Makefile") CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
    7326     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    7327     "$srclist") CONFIG_FILES="$CONFIG_FILES $srclist" ;;
    7328     "$moduleDirs") CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
    7329 
    7330   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
     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
     8419echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     8420   { (exit 1); exit 1; }; };;
    73318421  esac
    73328422done
    7333 
    73348423
    73358424# If the user did not use the arguments to specify the items to instantiate,
     
    73438432
    73448433# Have a temporary directory for convenience.  Make it in the build tree
    7345 # simply because there is no reason against having it here, and in addition,
     8434# simply because there is no reason to put it here, and in addition,
    73468435# creating and moving files from /tmp can sometimes cause problems.
    7347 # Hook for its removal unless debugging.
    7348 # Note that there is a small window in which the directory will not be cleaned:
    7349 # after its creation but before its name has been assigned to `$tmp'.
     8436# Create a temporary directory, and hook for its removal unless debugging.
    73508437$debug ||
    73518438{
    7352   tmp=
    7353   trap 'exit_status=$?
    7354   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
    7355 ' 0
    7356   trap 'as_fn_exit 1' 1 2 13 15
     8439  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     8440  trap '{ (exit 1); exit 1; }' 1 2 13 15
    73578441}
     8442
    73588443# Create a (secure) tmp directory for tmp files.
    73598444
    73608445{
    7361   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
     8446  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
    73628447  test -n "$tmp" && test -d "$tmp"
    73638448}  ||
    73648449{
    7365   tmp=./conf$$-$RANDOM
    7366   (umask 077 && mkdir "$tmp")
    7367 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
    7368 
    7369 # Set up the scripts for CONFIG_FILES section.
    7370 # No need to generate them if there are no CONFIG_FILES.
    7371 # This happens for instance with `./config.status config.h'.
    7372 if test -n "$CONFIG_FILES"; then
    7373 
    7374 
    7375 ac_cr=`echo X | tr X '\015'`
    7376 # On cygwin, bash can eat \r inside `` if the user requested igncr.
    7377 # But we know of no other shell where ac_cr would be empty at this
    7378 # point, so we can use a bashism as a fallback.
    7379 if test "x$ac_cr" = x; then
    7380   eval ac_cr=\$\'\\r\'
    7381 fi
    7382 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    7383 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    7384   ac_cs_awk_cr='\\r'
    7385 else
    7386   ac_cs_awk_cr=$ac_cr
    7387 fi
    7388 
    7389 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    7390 _ACEOF
    7391 
    7392 
     8450  tmp=./confstat$$-$RANDOM
     8451  (umask 077 && mkdir $tmp)
     8452} ||
    73938453{
    7394   echo "cat >conf$$subs.awk <<_ACEOF" &&
    7395   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    7396   echo "_ACEOF"
    7397 } >conf$$subs.sh ||
    7398   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    7399 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
    7400 ac_delim='%!_!# '
    7401 for ac_last_try in false false false false false :; do
    7402   . ./conf$$subs.sh ||
    7403     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    7404 
    7405   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
    7406   if test $ac_delim_n = $ac_delim_num; then
    7407     break
    7408   elif $ac_last_try; then
    7409     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    7410   else
    7411     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     8454   echo "$me: cannot create a temporary directory in ." >&2
     8455   { (exit 1); exit 1; }
     8456}
     8457
     8458_ACEOF
     8459
     8460cat >>$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
     8468if 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
     8472s,@SHELL@,$SHELL,;t t
     8473s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
     8474s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
     8475s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
     8476s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
     8477s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
     8478s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
     8479s,@exec_prefix@,$exec_prefix,;t t
     8480s,@prefix@,$prefix,;t t
     8481s,@program_transform_name@,$program_transform_name,;t t
     8482s,@bindir@,$bindir,;t t
     8483s,@sbindir@,$sbindir,;t t
     8484s,@libexecdir@,$libexecdir,;t t
     8485s,@datadir@,$datadir,;t t
     8486s,@sysconfdir@,$sysconfdir,;t t
     8487s,@sharedstatedir@,$sharedstatedir,;t t
     8488s,@localstatedir@,$localstatedir,;t t
     8489s,@libdir@,$libdir,;t t
     8490s,@includedir@,$includedir,;t t
     8491s,@oldincludedir@,$oldincludedir,;t t
     8492s,@infodir@,$infodir,;t t
     8493s,@mandir@,$mandir,;t t
     8494s,@build_alias@,$build_alias,;t t
     8495s,@host_alias@,$host_alias,;t t
     8496s,@target_alias@,$target_alias,;t t
     8497s,@DEFS@,$DEFS,;t t
     8498s,@ECHO_C@,$ECHO_C,;t t
     8499s,@ECHO_N@,$ECHO_N,;t t
     8500s,@ECHO_T@,$ECHO_T,;t t
     8501s,@LIBS@,$LIBS,;t t
     8502s,@PACKAGE@,$PACKAGE,;t t
     8503s,@VERSION@,$VERSION,;t t
     8504s,@USE_FASTCGI@,$USE_FASTCGI,;t t
     8505s,@USE_LANGACTION@,$USE_LANGACTION,;t t
     8506s,@USE_CORBA@,$USE_CORBA,;t t
     8507s,@MICO_DIR@,$MICO_DIR,;t t
     8508s,@USE_Z3950@,$USE_Z3950,;t t
     8509s,@USE_YAZ@,$USE_YAZ,;t t
     8510s,@ENABLE_JAVA@,$ENABLE_JAVA,;t t
     8511s,@USE_WVWARE@,$USE_WVWARE,;t t
     8512s,@USE_JDBM@,$USE_JDBM,;t t
     8513s,@USE_GDBM@,$USE_GDBM,;t t
     8514s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
     8515s,@USE_SQLITE@,$USE_SQLITE,;t t
     8516s,@LDFLAGS@,$LDFLAGS,;t t
     8517s,@CFLAGS@,$CFLAGS,;t t
     8518s,@CC@,$CC,;t t
     8519s,@CPPFLAGS@,$CPPFLAGS,;t t
     8520s,@ac_ct_CC@,$ac_ct_CC,;t t
     8521s,@EXEEXT@,$EXEEXT,;t t
     8522s,@OBJEXT@,$OBJEXT,;t t
     8523s,@CXX@,$CXX,;t t
     8524s,@CXXFLAGS@,$CXXFLAGS,;t t
     8525s,@ac_ct_CXX@,$ac_ct_CXX,;t t
     8526s,@JAVAC@,$JAVAC,;t t
     8527s,@JAVACFLAGS@,$JAVACFLAGS,;t t
     8528s,@JAVA@,$JAVA,;t t
     8529s,@uudecode@,$uudecode,;t t
     8530s,@AWK@,$AWK,;t t
     8531s,@YACC@,$YACC,;t t
     8532s,@build@,$build,;t t
     8533s,@build_cpu@,$build_cpu,;t t
     8534s,@build_vendor@,$build_vendor,;t t
     8535s,@build_os@,$build_os,;t t
     8536s,@host@,$host,;t t
     8537s,@host_cpu@,$host_cpu,;t t
     8538s,@host_vendor@,$host_vendor,;t t
     8539s,@host_os@,$host_os,;t t
     8540s,@target@,$target,;t t
     8541s,@target_cpu@,$target_cpu,;t t
     8542s,@target_vendor@,$target_vendor,;t t
     8543s,@target_os@,$target_os,;t t
     8544s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
     8545s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
     8546s,@INSTALL_DATA@,$INSTALL_DATA,;t t
     8547s,@LN_S@,$LN_S,;t t
     8548s,@SET_MAKE@,$SET_MAKE,;t t
     8549s,@RANLIB@,$RANLIB,;t t
     8550s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
     8551s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
     8552s,@MICO_VER@,$MICO_VER,;t t
     8553s,@CPP@,$CPP,;t t
     8554s,@EGREP@,$EGREP,;t t
     8555s,@U@,$U,;t t
     8556s,@ANSI2KNR@,$ANSI2KNR,;t t
     8557s,@ALLOCA@,$ALLOCA,;t t
     8558s,@LIBOBJS@,$LIBOBJS,;t t
     8559s,@STATIC@,$STATIC,;t t
     8560s,@gsdlos@,$gsdlos,;t t
     8561s,@MODULEDIRS@,$MODULEDIRS,;t t
     8562s,@subdirs@,$subdirs,;t t
     8563s,@LTLIBOBJS@,$LTLIBOBJS,;t t
     8564CEOF
     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
     8582    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
    74128604  fi
    7413 done
    7414 rm -f conf$$subs.sh
    7415 
    7416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7417 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    7418 _ACEOF
    7419 sed -n '
    7420 h
    7421 s/^/S["/; s/!.*/"]=/
    7422 p
    7423 g
    7424 s/^[^!]*!//
    7425 :repl
    7426 t repl
    7427 s/'"$ac_delim"'$//
    7428 t delim
    7429 :nl
    7430 h
    7431 s/\(.\{148\}\)..*/\1/
    7432 t more1
    7433 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    7434 p
    7435 n
    7436 b repl
    7437 :more1
    7438 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    7439 p
    7440 g
    7441 s/.\{148\}//
    7442 t nl
    7443 :delim
    7444 h
    7445 s/\(.\{148\}\)..*/\1/
    7446 t more2
    7447 s/["\\]/\\&/g; s/^/"/; s/$/"/
    7448 p
    7449 b
    7450 :more2
    7451 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    7452 p
    7453 g
    7454 s/.\{148\}//
    7455 t delim
    7456 ' <conf$$subs.awk | sed '
    7457 /^[^""]/{
    7458   N
    7459   s/\n//
    7460 }
    7461 ' >>$CONFIG_STATUS || ac_write_fail=1
    7462 rm -f conf$$subs.awk
    7463 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7464 _ACAWK
    7465 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    7466   for (key in S) S_is_set[key] = 1
    7467   FS = ""
    7468 
    7469 }
    7470 {
    7471   line = $ 0
    7472   nfields = split(line, field, "@")
    7473   substed = 0
    7474   len = length(field[1])
    7475   for (i = 2; i < nfields; i++) {
    7476     key = field[i]
    7477     keylen = length(key)
    7478     if (S_is_set[key]) {
    7479       value = S[key]
    7480       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    7481       len += length(value) + length(field[++i])
    7482       substed = 1
    7483     } else
    7484       len += 1 + keylen
    7485   }
    7486 
    7487   print line
    7488 }
    7489 
    7490 _ACAWK
    7491 _ACEOF
    7492 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7493 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    7494   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    7495 else
    7496   cat
    7497 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    7498   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
    7499 _ACEOF
    7500 
    7501 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
    7502 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
    7503 # trailing colons and then remove the whole line if VPATH becomes empty
    7504 # (actually we leave an empty line to preserve line numbers).
    7505 if test "x$srcdir" = x.; then
    7506   ac_vpsub='/^[  ]*VPATH[    ]*=[    ]*/{
    7507 h
    7508 s///
    7509 s/^/:/
    7510 s/[  ]*$/:/
    7511 s/:\$(srcdir):/:/g
    7512 s/:\${srcdir}:/:/g
    7513 s/:@srcdir@:/:/g
    7514 s/^:*//
    7515 s/:*$//
    7516 x
    7517 s/\(=[   ]*\).*/\1/
    7518 G
    7519 s/\n//
    7520 s/^[^=]*=[   ]*$//
    7521 }'
    7522 fi
    7523 
    7524 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    75258605fi # test -n "$CONFIG_FILES"
    75268606
    7527 # Set up the scripts for CONFIG_HEADERS section.
    7528 # No need to generate them if there are no CONFIG_HEADERS.
    7529 # This happens for instance with `./config.status Makefile'.
    7530 if test -n "$CONFIG_HEADERS"; then
    7531 cat >"$tmp/defines.awk" <<\_ACAWK ||
    7532 BEGIN {
    7533 _ACEOF
    7534 
    7535 # Transform confdefs.h into an awk script `defines.awk', embedded as
    7536 # here-document in config.status, that substitutes the proper values into
    7537 # config.h.in to produce config.h.
    7538 
    7539 # Create a delimiter string that does not exist in confdefs.h, to ease
    7540 # handling of long lines.
    7541 ac_delim='%!_!# '
    7542 for ac_last_try in false false :; do
    7543   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    7544   if test -z "$ac_t"; then
    7545     break
    7546   elif $ac_last_try; then
    7547     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
    7548   else
    7549     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    7550   fi
    7551 done
    7552 
    7553 # For the awk script, D is an array of macro values keyed by name,
    7554 # likewise P contains macro parameters if any.  Preserve backslash
    7555 # newline sequences.
    7556 
    7557 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    7558 sed -n '
    7559 s/.\{148\}/&'"$ac_delim"'/g
    7560 t rset
    7561 :rset
    7562 s/^[     ]*#[    ]*define[   ][  ]*/ /
    7563 t def
    7564 d
    7565 :def
    7566 s/\\$//
    7567 t bsnl
    7568 s/["\\]/\\&/g
    7569 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    7570 D["\1"]=" \3"/p
    7571 s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
    7572 d
    7573 :bsnl
    7574 s/["\\]/\\&/g
    7575 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    7576 D["\1"]=" \3\\\\\\n"\\/p
    7577 t cont
    7578 s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    7579 t cont
    7580 d
    7581 :cont
    7582 n
    7583 s/.\{148\}/&'"$ac_delim"'/g
    7584 t clear
    7585 :clear
    7586 s/\\$//
    7587 t bsnlc
    7588 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    7589 d
    7590 :bsnlc
    7591 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    7592 b cont
    7593 ' <confdefs.h | sed '
    7594 s/'"$ac_delim"'/"\\\
    7595 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    7596 
    7597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7598   for (key in D) D_is_set[key] = 1
    7599   FS = ""
    7600 }
    7601 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    7602   line = \$ 0
    7603   split(line, arg, " ")
    7604   if (arg[1] == "#") {
    7605     defundef = arg[2]
    7606     mac1 = arg[3]
    7607   } else {
    7608     defundef = substr(arg[1], 2)
    7609     mac1 = arg[2]
    7610   }
    7611   split(mac1, mac2, "(") #)
    7612   macro = mac2[1]
    7613   prefix = substr(line, 1, index(line, defundef) - 1)
    7614   if (D_is_set[macro]) {
    7615     # Preserve the white space surrounding the "#".
    7616     print prefix "define", macro P[macro] D[macro]
    7617     next
    7618   } else {
    7619     # Replace #undef with comments.  This is necessary, for example,
    7620     # in the case of _POSIX_SOURCE, which is predefined and required
    7621     # on some systems where configure will not decide to define it.
    7622     if (defundef == "undef") {
    7623       print "/*", prefix defundef, macro, "*/"
    7624       next
    7625     }
    7626   }
    7627 }
    7628 { print }
    7629 _ACAWK
    7630 _ACEOF
    7631 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7632   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
    7633 fi # test -n "$CONFIG_HEADERS"
    7634 
    7635 
    7636 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
    7637 shift
    7638 for ac_tag
    7639 do
    7640   case $ac_tag in
    7641   :[FHLC]) ac_mode=$ac_tag; continue;;
     8607_ACEOF
     8608cat >>$CONFIG_STATUS <<\_ACEOF
     8609for 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 ;;
    76428619  esac
    7643   case $ac_mode$ac_tag in
    7644   :[FHL]*:*);;
    7645   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
    7646   :[FH]-) ac_tag=-:-;;
    7647   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
    7648   esac
    7649   ac_save_IFS=$IFS
    7650   IFS=:
    7651   set x $ac_tag
    7652   IFS=$ac_save_IFS
    7653   shift
    7654   ac_file=$1
    7655   shift
    7656 
    7657   case $ac_mode in
    7658   :L) ac_source=$1;;
    7659   :[FH])
    7660     ac_file_inputs=
    7661     for ac_f
    7662     do
    7663       case $ac_f in
    7664       -) ac_f="$tmp/stdin";;
    7665       *) # Look for the file first in the build tree, then in the source tree
    7666      # (if the path is not absolute).  The absolute path cannot be DOS-style,
    7667      # because $ac_f cannot contain `:'.
    7668      test -f "$ac_f" ||
    7669        case $ac_f in
    7670        [\\/$]*) false;;
    7671        *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    7672        esac ||
    7673        as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
    7674       esac
    7675       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    7676       as_fn_append ac_file_inputs " '$ac_f'"
    7677     done
    7678 
    7679     # Let's still pretend it is `configure' which instantiates (i.e., don't
    7680     # use $as_me), people would be surprised to read:
    7681     #    /* config.h.  Generated by config.status.  */
    7682     configure_input='Generated from '`
    7683       $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    7684     `' by configure.'
    7685     if test x"$ac_file" != x-; then
    7686       configure_input="$ac_file.  $configure_input"
    7687       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
    7688 $as_echo "$as_me: creating $ac_file" >&6;}
    7689     fi
    7690     # Neutralize special characters interpreted by sed in replacement strings.
    7691     case $configure_input in #(
    7692     *\&* | *\|* | *\\* )
    7693        ac_sed_conf_input=`$as_echo "$configure_input" |
    7694        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    7695     *) ac_sed_conf_input=$configure_input;;
    7696     esac
    7697 
    7698     case $ac_tag in
    7699     *:-:* | *:-) cat >"$tmp/stdin" \
    7700       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
    7701     esac
    7702     ;;
    7703   esac
    7704 
    7705   ac_dir=`$as_dirname -- "$ac_file" ||
     8620
     8621  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
     8622  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    77068623$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    77078624     X"$ac_file" : 'X\(//\)[^/]' \| \
    77088625     X"$ac_file" : 'X\(//\)$' \| \
    7709      X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    7710 $as_echo X"$ac_file" |
    7711     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    7712         s//\1/
    7713         q
    7714       }
    7715       /^X\(\/\/\)[^/].*/{
    7716         s//\1/
    7717         q
    7718       }
    7719       /^X\(\/\/\)$/{
    7720         s//\1/
    7721         q
    7722       }
    7723       /^X\(\/\).*/{
    7724         s//\1/
    7725         q
    7726       }
    7727       s/.*/./; q'`
    7728   as_dir="$ac_dir"; as_fn_mkdir_p
     8626     X"$ac_file" : 'X\(/\)' \| \
     8627     .     : '\(.\)' 2>/dev/null ||
     8628echo 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"
     8638    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 ||
     8642$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     8643     X"$as_dir" : 'X\(//\)[^/]' \| \
     8644     X"$as_dir" : 'X\(//\)$' \| \
     8645     X"$as_dir" : 'X\(/\)' \| \
     8646     .     : '\(.\)' 2>/dev/null ||
     8647echo 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'`
     8653    done
     8654    test ! -n "$as_dirs" || mkdir $as_dirs
     8655  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
     8656echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     8657   { (exit 1); exit 1; }; }; }
     8658
    77298659  ac_builddir=.
    77308660
    7731 case "$ac_dir" in
    7732 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     8661if 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'`
     8665else
     8666  ac_dir_suffix= ac_top_builddir=
     8667fi
     8668
     8669case $srcdir in
     8670  .)  # No --srcdir option.  We are building in place.
     8671    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.
     8678    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 ;;
     8683esac
     8684
     8685# Do not use `cd foo && pwd` to compute absolute paths, because
     8686# the directories may not exist.
     8687case `pwd` in
     8688.) ac_abs_builddir="$ac_dir";;
    77338689*)
    7734   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    7735   # A ".." for each directory in $ac_dir_suffix.
    7736   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    7737   case $ac_top_builddir_sub in
    7738   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
    7739   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
    7740   esac ;;
     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;;
    77418695esac
    7742 ac_abs_top_builddir=$ac_pwd
    7743 ac_abs_builddir=$ac_pwd$ac_dir_suffix
    7744 # for backward compatibility:
    7745 ac_top_builddir=$ac_top_build_prefix
    7746 
    7747 case $srcdir in
    7748   .)  # We are building in place.
    7749     ac_srcdir=.
    7750     ac_top_srcdir=$ac_top_builddir_sub
    7751     ac_abs_top_srcdir=$ac_pwd ;;
    7752   [\\/]* | ?:[\\/]* )  # Absolute name.
    7753     ac_srcdir=$srcdir$ac_dir_suffix;
    7754     ac_top_srcdir=$srcdir
    7755     ac_abs_top_srcdir=$srcdir ;;
    7756   *) # Relative name.
    7757     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    7758     ac_top_srcdir=$ac_top_build_prefix$srcdir
    7759     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     8696case $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;;
    77608704esac
    7761 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
    7762 
    7763 
    7764   case $ac_mode in
    7765   :F)
    7766   #
    7767   # CONFIG_FILE
    7768   #
     8705case $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;;
     8713esac
     8714case $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;;
     8722esac
     8723
    77698724
    77708725  case $INSTALL in
    77718726  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
    7772   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
     8727  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
    77738728  esac
    7774 _ACEOF
    7775 
    7776 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7777 # If the template does not know about datarootdir, expand it.
    7778 # FIXME: This hack should be removed a few years after 2.60.
    7779 ac_datarootdir_hack=; ac_datarootdir_seen=
    7780 ac_sed_dataroot='
    7781 /datarootdir/ {
    7782   p
    7783   q
    7784 }
    7785 /@datadir@/p
    7786 /@docdir@/p
    7787 /@infodir@/p
    7788 /@localedir@/p
    7789 /@mandir@/p'
    7790 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    7791 *datarootdir*) ac_datarootdir_seen=yes;;
    7792 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    7793   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    7794 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    7795 _ACEOF
    7796 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7797   ac_datarootdir_hack='
    7798   s&@datadir@&$datadir&g
    7799   s&@docdir@&$docdir&g
    7800   s&@infodir@&$infodir&g
    7801   s&@localedir@&$localedir&g
    7802   s&@mandir@&$mandir&g
    7803   s&\\\${datarootdir}&$datarootdir&g' ;;
    7804 esac
    7805 _ACEOF
    7806 
    7807 # Neutralize VPATH when `$srcdir' = `.'.
    7808 # Shell code in configure.ac might set extrasub.
    7809 # FIXME: do we really want to maintain this feature?
    7810 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7811 ac_sed_extra="$ac_vpsub
     8729
     8730  if test x"$ac_file" != x-; then
     8731    { echo "$as_me:$LINENO: creating $ac_file" >&5
     8732echo "$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
     8755echo "$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
     8768echo "$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
     8774cat >>$CONFIG_STATUS <<_ACEOF
     8775  sed "$ac_vpsub
    78128776$extrasub
    78138777_ACEOF
    7814 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8778cat >>$CONFIG_STATUS <<\_ACEOF
    78158779:t
    78168780/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    7817 s|@configure_input@|$ac_sed_conf_input|;t t
    7818 s&@top_builddir@&$ac_top_builddir_sub&;t t
    7819 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    7820 s&@srcdir@&$ac_srcdir&;t t
    7821 s&@abs_srcdir@&$ac_abs_srcdir&;t t
    7822 s&@top_srcdir@&$ac_top_srcdir&;t t
    7823 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
    7824 s&@builddir@&$ac_builddir&;t t
    7825 s&@abs_builddir@&$ac_abs_builddir&;t t
    7826 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
    7827 s&@INSTALL@&$ac_INSTALL&;t t
    7828 $ac_datarootdir_hack
    7829 "
    7830 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    7831   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    7832 
    7833 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    7834   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    7835   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    7836   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    7837 which seems to be undefined.  Please make sure it is defined" >&5
    7838 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    7839 which seems to be undefined.  Please make sure it is defined" >&2;}
    7840 
    7841   rm -f "$tmp/stdin"
     8781s,@configure_input@,$configure_input,;t t
     8782s,@srcdir@,$ac_srcdir,;t t
     8783s,@abs_srcdir@,$ac_abs_srcdir,;t t
     8784s,@top_srcdir@,$ac_top_srcdir,;t t
     8785s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
     8786s,@builddir@,$ac_builddir,;t t
     8787s,@abs_builddir@,$ac_abs_builddir,;t t
     8788s,@top_builddir@,$ac_top_builddir,;t t
     8789s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
     8790s,@INSTALL@,$ac_INSTALL,;t t
     8791" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
     8792  rm -f $tmp/stdin
     8793  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
     8800done
     8801_ACEOF
     8802cat >>$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.
     8812ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
     8813ac_dB='[     ].*$,\1#\2'
     8814ac_dC=' '
     8815ac_dD=',;t'
     8816# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
     8817ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
     8818ac_uB='$,\1#\2define\3'
     8819ac_uC=' '
     8820ac_uD=',;t'
     8821
     8822for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
     8823  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    78428824  case $ac_file in
    7843   -) cat "$tmp/out" && rm -f "$tmp/out";;
    7844   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    7845   esac \
    7846   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    7847  ;;
    7848   :H)
    7849   #
    7850   # CONFIG_HEADER
    7851   #
     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
     8835echo "$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
     8846echo "$as_me: error: cannot find input file: $f" >&2;}
     8847   { (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
     8860echo "$as_me: error: cannot find input file: $f" >&2;}
     8861   { (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.
     8877rm -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'.
     8884cat >confdef2sed.sed <<\_ACEOF
     8885s/[\\&,]/\\&/g
     8886s,[\\$`],\\&,g
     8887t clear
     8888: clear
     8889s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
     8890t end
     8891s,^[     ]*#[    ]*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.
     8897uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
     8898sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
     8899rm -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.
     8904cat >>conftest.undefs <<\_ACEOF
     8905s,^[     ]*#[    ]*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).
     8910echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
     8911echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
     8912echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
     8913echo '  :' >>$CONFIG_STATUS
     8914rm -f conftest.tail
     8915while grep . conftest.defines >/dev/null
     8916do
     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
     8933done
     8934rm -f conftest.defines
     8935echo '  fi # grep' >>$CONFIG_STATUS
     8936echo >>$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).
     8940echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
     8941rm -f conftest.tail
     8942while grep . conftest.undefs >/dev/null
     8943do
     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
     8960done
     8961rm -f conftest.undefs
     8962
     8963cat >>$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
    78528974  if test x"$ac_file" != x-; then
    7853     {
    7854       $as_echo "/* $configure_input  */" \
    7855       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    7856     } >"$tmp/config.h" \
    7857       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    7858     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    7859       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
    7860 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     8975    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
     8976      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     8977echo "$as_me: $ac_file is unchanged" >&6;}
    78618978    else
    7862       rm -f "$ac_file"
    7863       mv "$tmp/config.h" "$ac_file" \
    7864     || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     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 ||
     8985echo 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 ||
     9004echo 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
     9013echo "$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
    78659018    fi
    78669019  else
    7867     $as_echo "/* $configure_input  */" \
    7868       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    7869       || as_fn_error $? "could not create -" "$LINENO" 5
     9020    cat $tmp/config.h
     9021    rm -f $tmp/config.h
    78709022  fi
    7871  ;;
    7872 
    7873 
    7874   esac
    7875 
    7876 done # for ac_tag
    7877 
    7878 
    7879 as_fn_exit 0
    7880 _ACEOF
     9023done
     9024_ACEOF
     9025
     9026cat >>$CONFIG_STATUS <<\_ACEOF
     9027
     9028{ (exit 0); exit 0; }
     9029_ACEOF
     9030chmod +x $CONFIG_STATUS
    78819031ac_clean_files=$ac_clean_files_save
    7882 
    7883 test $ac_write_fail = 0 ||
    7884   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
    78859032
    78869033
     
    79039050  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    79049051  # would make configure fail if this is the last instruction.
    7905   $ac_cs_success || as_fn_exit 1
     9052  $ac_cs_success || { (exit 1); exit 1; }
    79069053fi
    79079054
     
    79119058if test "$no_recursion" != yes; then
    79129059
    7913   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
    7914   # so they do not pile up.
     9060  # Remove --cache-file and --srcdir arguments so they do not pile up.
    79159061  ac_sub_configure_args=
    79169062  ac_prev=
    7917   eval "set x $ac_configure_args"
    7918   shift
    7919   for ac_arg
    7920   do
     9063  for ac_arg in $ac_configure_args; do
    79219064    if test -n "$ac_prev"; then
    79229065      ac_prev=
     
    79419084    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    79429085      ;;
    7943     --disable-option-checking)
    7944       ;;
    7945     *)
    7946       case $ac_arg in
    7947       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7948       esac
    7949       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
     9086    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
    79509087    esac
    79519088  done
     
    79539090  # Always prepend --prefix to ensure using the same prefix
    79549091  # in subdir configurations.
    7955   ac_arg="--prefix=$prefix"
    7956   case $ac_arg in
    7957   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7958   esac
    7959   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
    7960 
    7961   # Pass --silent
    7962   if test "$silent" = yes; then
    7963     ac_sub_configure_args="--silent $ac_sub_configure_args"
    7964   fi
    7965 
    7966   # Always prepend --disable-option-checking to silence warnings, since
    7967   # different subdirs can have different --enable and --with options.
    7968   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
     9092  ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
    79699093
    79709094  ac_popdir=`pwd`
     
    79739097    # Do not complain, so a configure script can configure whichever
    79749098    # parts of a large source tree are present.
    7975     test -d "$srcdir/$ac_dir" || continue
    7976 
    7977     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    7978     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
    7979     $as_echo "$ac_msg" >&6
    7980     as_dir="$ac_dir"; as_fn_mkdir_p
     9099    test -d $srcdir/$ac_dir || continue
     9100
     9101    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
     9102echo "$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"
     9107    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 ||
     9111$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     9112     X"$as_dir" : 'X\(//\)[^/]' \| \
     9113     X"$as_dir" : 'X\(//\)$' \| \
     9114     X"$as_dir" : 'X\(/\)' \| \
     9115     .     : '\(.\)' 2>/dev/null ||
     9116echo 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'`
     9122    done
     9123    test ! -n "$as_dirs" || mkdir $as_dirs
     9124  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
     9125echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     9126   { (exit 1); exit 1; }; }; }
     9127
    79819128    ac_builddir=.
    79829129
    7983 case "$ac_dir" in
    7984 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     9130if 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'`
     9134else
     9135  ac_dir_suffix= ac_top_builddir=
     9136fi
     9137
     9138case $srcdir in
     9139  .)  # No --srcdir option.  We are building in place.
     9140    ac_srcdir=.
     9141    if test -z "$ac_top_builddir"; then
     9142       ac_top_srcdir=.
     9143    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 ;;
     9152esac
     9153
     9154# Do not use `cd foo && pwd` to compute absolute paths, because
     9155# the directories may not exist.
     9156case `pwd` in
     9157.) ac_abs_builddir="$ac_dir";;
    79859158*)
    7986   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    7987   # A ".." for each directory in $ac_dir_suffix.
    7988   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    7989   case $ac_top_builddir_sub in
    7990   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
    7991   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
    7992   esac ;;
     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;;
    79939164esac
    7994 ac_abs_top_builddir=$ac_pwd
    7995 ac_abs_builddir=$ac_pwd$ac_dir_suffix
    7996 # for backward compatibility:
    7997 ac_top_builddir=$ac_top_build_prefix
    7998 
    7999 case $srcdir in
    8000   .)  # We are building in place.
    8001     ac_srcdir=.
    8002     ac_top_srcdir=$ac_top_builddir_sub
    8003     ac_abs_top_srcdir=$ac_pwd ;;
    8004   [\\/]* | ?:[\\/]* )  # Absolute name.
    8005     ac_srcdir=$srcdir$ac_dir_suffix;
    8006     ac_top_srcdir=$srcdir
    8007     ac_abs_top_srcdir=$srcdir ;;
    8008   *) # Relative name.
    8009     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    8010     ac_top_srcdir=$ac_top_build_prefix$srcdir
    8011     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
     9165case $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;;
    80129173esac
    8013 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
    8014 
    8015 
    8016     cd "$ac_dir"
     9174case $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;;
     9182esac
     9183case $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;;
     9191esac
     9192
     9193
     9194    cd $ac_dir
    80179195
    80189196    # Check for guested configure; otherwise get Cygnus style configure.
    8019     if test -f "$ac_srcdir/configure.gnu"; then
    8020       ac_sub_configure=$ac_srcdir/configure.gnu
    8021     elif test -f "$ac_srcdir/configure"; then
    8022       ac_sub_configure=$ac_srcdir/configure
    8023     elif test -f "$ac_srcdir/configure.in"; then
    8024       # This should be Cygnus configure.
    8025       ac_sub_configure=$ac_aux_dir/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
    80269203    else
    8027       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
    8028 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     9204      { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     9205echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    80299206      ac_sub_configure=
    80309207    fi
     
    80359212      case $cache_file in
    80369213      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
    8037       *) # Relative name.
    8038     ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
     9214      *) # Relative path.
     9215    ac_sub_cache_file=$ac_top_builddir$cache_file ;;
    80399216      esac
    80409217
    8041       { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    8042 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     9218      { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     9219echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    80439220      # The eval makes quoting arguments work.
    8044       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    8045        --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    8046     as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
     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
     9224echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     9225   { (exit 1); exit 1; }; }
    80479226    fi
    80489227
    8049     cd "$ac_popdir"
     9228    cd $ac_popdir
    80509229  done
    80519230fi
    8052 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    8053   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    8054 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    8055 fi
    8056 
    8057 
    8058 
     9231
     9232
     9233
  • main/trunk/greenstone2/build-src/configure.in

    r23356 r23800  
    8787fi
    8888AC_SUBST(ENABLE_JAVA)
     89
     90dnl
     91dnl Set use of wvware (enabled by default)
     92dnl
     93AC_ARG_ENABLE(wvware, [  --disable-wvware          Disable wvWare compilation], USE_WVWARE=$enableval, USE_WVWARE=yes)
     94if test $USE_WVWARE = "yes" -o $USE_WVWARE = "1" ; then
     95  USE_WVWARE=1
     96  AC_DEFINE(USE_WVWARE,[])
     97else
     98  USE_WVWARE=0
     99fi
     100AC_SUBST(USE_WVWARE)
    89101
    90102dnl
  • main/trunk/greenstone2/build-src/packages/Makefile

    r22157 r23800  
    2929# is assumed that each package will have at least four rules: all, install,
    3030# clean, and distclean.
    31 PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
     31
     32PACKAGEDIRS =
     33
     34USE_WVWARE=0
     35ifeq ($(USE_WVWARE), 1)
     36PACKAGEDIRS += wv/wv-gs
     37endif
     38
     39PACKAGEDIRS +=  rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    3240        wget/wget-1.11.4 cpan/XML-Parser-2.34 \
    3341        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    34 
    3542
    3643all:
  • main/trunk/greenstone2/build-src/packages/Makefile.in

    r22157 r23800  
    2929# is assumed that each package will have at least four rules: all, install,
    3030# clean, and distclean.
    31 PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
     31
     32PACKAGEDIRS =
     33
     34USE_WVWARE=@USE_WVWARE@
     35ifeq ($(USE_WVWARE), 1)
     36PACKAGEDIRS += wv/wv-gs
     37endif
     38
     39PACKAGEDIRS +=  rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    3240        wget/wget-1.11.4 cpan/XML-Parser-2.34 \
    3341        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    34 
    3542
    3643all:
  • main/trunk/greenstone2/build-src/packages/configure

    r23588 r23800  
    2222ENVIRONMENT=""
    2323
     24# WVWARE compilation enabled by default, can switch it off with --disable-wvware
     25USE_WVWARE=true
    2426# GDBM compilation enabled by default, can switch it off with --disable-gdbm
    2527USE_GDBM=true
     
    5254        CACHE_FILE="--cache-file=$cache_file"
    5355        fi
     56        ;;
     57    --disable-wvware)
     58        USE_WVWARE=false
    5459        ;;
    5560    --disable-gdbm)
     
    135140echo ""
    136141
    137 cd "$PACKAGES/wv"
    138 gzip -dc wv-1.2.4-gs.tar.gz | tar -xf -
    139 # datadir is for default location of wvHtml.xml config file
    140 cd wv-gs && \
    141 ./configure $CACHE_FILE --prefix=$PACKAGES/wv --bindir="$bindir" --libdir="$libdir" --datadir="$prefix/etc/packages" $HOSTTARGETFLAGS
     142# datadir flag is for default location of wvHtml.xml config file
     143if test x$USE_WVWARE = xtrue ;
     144then
     145  cd "$PACKAGES/wv"
     146  gzip -dc wv-1.2.4-gs.tar.gz | tar -xf - 
     147  cd wv-gs && \
     148  ./configure $CACHE_FILE --prefix=$PACKAGES/wv --bindir="$bindir" --libdir="$libdir" --datadir="$prefix/etc/packages" $HOSTTARGETFLAGS
     149else
     150  echo "wvWare support disabled."
     151  echo "  add '--enable-wvware' to the configure command to include wvWare support."
     152  echo ""
     153fi
    142154
    143155# configure the pdftohtml converter
Note: See TracChangeset for help on using the changeset viewer.