Changeset 50c8e82 in git


Ignore:
Timestamp:
Nov 8, 2005, 9:49:16 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
214c2d7e4b4073b10fde561308d2870946b12fbf
Parents:
8247fd2096b5db338627887a3c63f1243537dd1a
Message:
*bricken: bug in help text valloc: malloc->system


git-svn-id: file:///usr/local/Singular/svn/trunk@8789 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
omalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • omalloc/configure

    r8247fd r50c8e82  
    11#! /bin/sh
    2 
    32# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
    5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
     3# Generated by GNU Autoconf 2.59.
    64#
     5# Copyright (C) 2003 Free Software Foundation, Inc.
    76# This configure script is free software; the Free Software Foundation
    87# gives unlimited permission to copy, distribute and modify it.
    9 
    10 # Defaults:
    11 ac_help=
     8## --------------------- ##
     9## M4sh Initialization.  ##
     10## --------------------- ##
     11
     12# Be Bourne compatible
     13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     14  emulate sh
     15  NULLCMD=:
     16  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     17  # is contrary to our usage.  Disable this feature.
     18  alias -g '${1+"$@"}'='"$@"'
     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
     34PS1='$ '
     35PS2='> '
     36PS4='+ '
     37
     38# NLS nuisances.
     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
     43do
     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
     49done
     50
     51# Required to use basename.
     52if expr a : '\(a\)' >/dev/null 2>&1; then
     53  as_expr=expr
     54else
     55  as_expr=false
     56fi
     57
     58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
     59  as_basename=basename
     60else
     61  as_basename=false
     62fi
     63
     64
     65# Name of the executable.
     66as_me=`$as_basename "$0" ||
     67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     68         X"$0" : 'X\(//\)$' \| \
     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.
     79# Avoid depending upon Character Ranges.
     80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
     82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
     83as_cr_digits='0123456789'
     84as_cr_alnum=$as_cr_Letters$as_cr_digits
     85
     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 |
     165    sed '
     166      N
     167      s,$,-,
     168      : loop
     169      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     170      t loop
     171      s,-$,,
     172      s,^['$as_cr_digits']*\n,,
     173    ' >$as_me.lineno &&
     174  chmod +x $as_me.lineno ||
     175    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     176   { (exit 1); exit 1; }; }
     177
     178  # Don't try to exec as it changes $[0], causing all sort of problems
     179  # (the dirname of $[0] is not the place where we might find the
     180  # original and so on.  Autoconf is especially sensible to this).
     181  . ./$as_me.lineno
     182  # Exit status is that of the last command.
     183  exit
     184}
     185
     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= ;;
     192esac
     193
     194if expr a : '\(a\)' >/dev/null 2>&1; then
     195  as_expr=expr
     196else
     197  as_expr=false
     198fi
     199
     200rm -f conf$$ conf$$.exe conf$$.file
     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
     209    as_ln_s='ln -s'
     210  fi
     211elif ln conf$$.file conf$$ 2>/dev/null; then
     212  as_ln_s=ln
     213else
     214  as_ln_s='cp -p'
     215fi
     216rm -f conf$$ conf$$.exe conf$$.file
     217
     218if mkdir -p . 2>/dev/null; then
     219  as_mkdir_p=:
     220else
     221  test -d ./-p && rmdir ./-p
     222  as_mkdir_p=false
     223fi
     224
     225as_executable_p="test -f"
     226
     227# Sed expression to map a string onto a valid CPP name.
     228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     229
     230# Sed expression to map a string onto a valid variable name.
     231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     232
     233
     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
     243
     244# Name of the host.
     245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
     246# so uname gets run too.
     247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
     248
     249exec 6>&1
     250
     251#
     252# Initializations.
     253#
    12254ac_default_prefix=/usr/local
    13 # Any additions from configure.in:
    14 ac_help="$ac_help
    15  --with-external-config_h=HEADER_FILE
    16                     use HEADER_FILE for external configuration"
    17 ac_help="$ac_help
    18  --with-external-config_c=C_FILE
    19                     use C_FILE for external implementations"
    20 ac_help="$ac_help
    21  --with-malloc=system|dlmalloc|gmalloc|pmalloc|external
    22                     which malloc to use, default: dlmalloc "
    23 ac_help="$ac_help
    24  --with-external-malloc-h=HEADER_FILE
    25                     use HEADER_FILE for external malloc declaration"
    26 ac_help="$ac_help
    27  --with-external-malloc-c=C_FILE
    28                     use C_FILE for external malloc implementation"
    29 ac_help="$ac_help
    30  --with-valloc=mmap|malloc|emulate
    31                     how to get page-aligned memory, default: use first possible"
    32 ac_help="$ac_help
    33  --with-provide-malloc=yes|debug|malloc
    34                     provide normal|debug|underlying malloc ANSI-C conforming
    35                     versions of malloc|calloc|realloc|free"
    36 ac_help="$ac_help
    37  --with-emulate-omalloc
    38                     provide only omallocs interface, but do not use its features"
    39 ac_help="$ac_help
    40  --with-align=8|sloppy|strict
    41                     how memory is aligned,
    42                     default: if possible sloppy, else strict"
    43 ac_help="$ac_help
    44  --with-dense-bins  use dense bin distribution"
    45 ac_help="$ac_help
    46  --without-inline   do not inline"
    47 ac_help="$ac_help
    48  --without-debug    disable all debugging facilities"
    49 ac_help="$ac_help
    50  --without-track    disable debug tracking functionality"
    51 ac_help="$ac_help
    52  --with-track-fl    track file and line numbers"
    53 ac_help="$ac_help
    54  --with-track-return track return addresses"
    55 ac_help="$ac_help
    56  --with-track-backtrace track stack backtraces"
    57 ac_help="$ac_help
    58  --with-track-custom track custom values"
    59 ac_help="$ac_help
    60  --with-internal-debug
    61                        turn on internal debugging"
     255ac_config_libobj_dir=.
     256cross_compiling=no
     257subdirs=
     258MFLAGS=
     259MAKEFLAGS=
     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}
     266
     267# Identity of this package.
     268PACKAGE_NAME=
     269PACKAGE_TARNAME=
     270PACKAGE_VERSION=
     271PACKAGE_STRING=
     272PACKAGE_BUGREPORT=
     273
     274ac_unique_file="om_Alloc.c"
     275# Factoring default headers for most tests.
     276ac_includes_default="\
     277#include <stdio.h>
     278#if HAVE_SYS_TYPES_H
     279# include <sys/types.h>
     280#endif
     281#if HAVE_SYS_STAT_H
     282# include <sys/stat.h>
     283#endif
     284#if STDC_HEADERS
     285# include <stdlib.h>
     286# include <stddef.h>
     287#else
     288# if HAVE_STDLIB_H
     289#  include <stdlib.h>
     290# endif
     291#endif
     292#if HAVE_STRING_H
     293# if !STDC_HEADERS && HAVE_MEMORY_H
     294#  include <memory.h>
     295# endif
     296# include <string.h>
     297#endif
     298#if HAVE_STRINGS_H
     299# include <strings.h>
     300#endif
     301#if HAVE_INTTYPES_H
     302# include <inttypes.h>
     303#else
     304# if HAVE_STDINT_H
     305#  include <stdint.h>
     306# endif
     307#endif
     308#if HAVE_UNISTD_H
     309# include <unistd.h>
     310#endif"
     311
     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 VERSION SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP RANLIB ac_ct_RANLIB LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AR PERL ADDR2LINE EGREP EXTERNAL_CONFIG_HEADER EXTERNAL_CONFIG_SOURCE OM_MALLOC_HEADER OM_MALLOC_SOURCE LIBOBJS LTLIBOBJS'
     313ac_subst_files=''
    62314
    63315# Initialize some variables set by options.
     316ac_init_help=
     317ac_init_version=false
    64318# The variables have the same names as the options, with
    65319# dashes changed to underlines.
    66 build=NONE
    67 cache_file=./config.cache
     320cache_file=/dev/null
    68321exec_prefix=NONE
    69 host=NONE
    70322no_create=
    71 nonopt=NONE
    72323no_recursion=
    73324prefix=NONE
     
    78329site=
    79330srcdir=
    80 target=NONE
    81331verbose=
    82332x_includes=NONE
    83333x_libraries=NONE
     334
     335# Installation directory options.
     336# These are left unexpanded so users can "make install exec_prefix=/foo"
     337# and all the variables that are supposed to be based on exec_prefix
     338# by default will actually change.
     339# Use braces instead of parens because sh, perl, etc. also accept them.
    84340bindir='${exec_prefix}/bin'
    85341sbindir='${exec_prefix}/sbin'
     
    95351mandir='${prefix}/man'
    96352
    97 # Initialize some other variables.
    98 subdirs=
    99 MFLAGS= MAKEFLAGS=
    100 SHELL=${CONFIG_SHELL-/bin/sh}
    101 # Maximum number of lines to put in a shell here document.
    102 ac_max_here_lines=12
    103 
    104353ac_prev=
    105354for ac_option
    106355do
    107 
    108356  # If the previous option needs an argument, assign it.
    109357  if test -n "$ac_prev"; then
     
    113361  fi
    114362
    115   case "$ac_option" in
    116   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
    117   *) ac_optarg= ;;
    118   esac
     363  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
    119364
    120365  # Accept the important Cygnus configure options, so we can diagnose typos.
    121366
    122   case "$ac_option" in
     367  case $ac_option in
    123368
    124369  -bindir | --bindir | --bindi | --bind | --bin | --bi)
    125370    ac_prev=bindir ;;
    126371  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    127     bindir="$ac_optarg" ;;
     372    bindir=$ac_optarg ;;
    128373
    129374  -build | --build | --buil | --bui | --bu)
    130     ac_prev=build ;;
     375    ac_prev=build_alias ;;
    131376  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    132     build="$ac_optarg" ;;
     377    build_alias=$ac_optarg ;;
    133378
    134379  -cache-file | --cache-file | --cache-fil | --cache-fi \
     
    137382  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    138383  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    139     cache_file="$ac_optarg" ;;
     384    cache_file=$ac_optarg ;;
     385
     386  --config-cache | -C)
     387    cache_file=config.cache ;;
    140388
    141389  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     
    143391  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    144392  | --da=*)
    145     datadir="$ac_optarg" ;;
     393    datadir=$ac_optarg ;;
    146394
    147395  -disable-* | --disable-*)
    148     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
     396    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    149397    # Reject names that are not valid shell variable names.
    150     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
    151       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    152     fi
    153     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    154     eval "enable_${ac_feature}=no" ;;
     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" ;;
    155403
    156404  -enable-* | --enable-*)
    157     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
     405    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    158406    # Reject names that are not valid shell variable names.
    159     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
    160       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    161     fi
    162     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    163     case "$ac_option" in
    164       *=*) ;;
     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"`;;
    165413      *) ac_optarg=yes ;;
    166414    esac
    167     eval "enable_${ac_feature}='$ac_optarg'" ;;
     415    eval "enable_$ac_feature='$ac_optarg'" ;;
    168416
    169417  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    174422  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    175423  | --exec=* | --exe=* | --ex=*)
    176     exec_prefix="$ac_optarg" ;;
     424    exec_prefix=$ac_optarg ;;
    177425
    178426  -gas | --gas | --ga | --g)
     
    180428    with_gas=yes ;;
    181429
    182   -help | --help | --hel | --he)
    183     # Omit some internal or obsolete options to make the list less imposing.
    184     # This message is too long to be a string in the A/UX 3.1 sh.
    185     cat << EOF
    186 Usage: configure [options] [host]
    187 Options: [defaults in brackets after descriptions]
    188 Configuration:
    189   --cache-file=FILE       cache test results in FILE
    190   --help                  print this message
    191   --no-create             do not create output files
    192   --quiet, --silent       do not print \`checking...' messages
    193   --version               print the version of autoconf that created configure
    194 Directory and file names:
    195   --prefix=PREFIX         install architecture-independent files in PREFIX
    196                           [$ac_default_prefix]
    197   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    198                           [same as prefix]
    199   --bindir=DIR            user executables in DIR [EPREFIX/bin]
    200   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
    201   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
    202   --datadir=DIR           read-only architecture-independent data in DIR
    203                           [PREFIX/share]
    204   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
    205   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
    206                           [PREFIX/com]
    207   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
    208   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
    209   --includedir=DIR        C header files in DIR [PREFIX/include]
    210   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
    211   --infodir=DIR           info documentation in DIR [PREFIX/info]
    212   --mandir=DIR            man documentation in DIR [PREFIX/man]
    213   --srcdir=DIR            find the sources in DIR [configure dir or ..]
    214   --program-prefix=PREFIX prepend PREFIX to installed program names
    215   --program-suffix=SUFFIX append SUFFIX to installed program names
    216   --program-transform-name=PROGRAM
    217                           run sed PROGRAM on installed program names
    218 EOF
    219     cat << EOF
    220 Host type:
    221   --build=BUILD           configure for building on BUILD [BUILD=HOST]
    222   --host=HOST             configure for HOST [guessed]
    223   --target=TARGET         configure for TARGET [TARGET=HOST]
    224 Features and packages:
    225   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    226   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    227   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    228   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    229   --x-includes=DIR        X include files are in DIR
    230   --x-libraries=DIR       X library files are in DIR
    231 EOF
    232     if test -n "$ac_help"; then
    233       echo "--enable and --with options recognized:$ac_help"
    234     fi
    235     exit 0 ;;
     430  -help | --help | --hel | --he | -h)
     431    ac_init_help=long ;;
     432  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
     433    ac_init_help=recursive ;;
     434  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
     435    ac_init_help=short ;;
    236436
    237437  -host | --host | --hos | --ho)
    238     ac_prev=host ;;
     438    ac_prev=host_alias ;;
    239439  -host=* | --host=* | --hos=* | --ho=*)
    240     host="$ac_optarg" ;;
     440    host_alias=$ac_optarg ;;
    241441
    242442  -includedir | --includedir | --includedi | --included | --include \
     
    245445  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    246446  | --includ=* | --inclu=* | --incl=* | --inc=*)
    247     includedir="$ac_optarg" ;;
     447    includedir=$ac_optarg ;;
    248448
    249449  -infodir | --infodir | --infodi | --infod | --info | --inf)
    250450    ac_prev=infodir ;;
    251451  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    252     infodir="$ac_optarg" ;;
     452    infodir=$ac_optarg ;;
    253453
    254454  -libdir | --libdir | --libdi | --libd)
    255455    ac_prev=libdir ;;
    256456  -libdir=* | --libdir=* | --libdi=* | --libd=*)
    257     libdir="$ac_optarg" ;;
     457    libdir=$ac_optarg ;;
    258458
    259459  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
     
    262462  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    263463  | --libexe=* | --libex=* | --libe=*)
    264     libexecdir="$ac_optarg" ;;
     464    libexecdir=$ac_optarg ;;
    265465
    266466  -localstatedir | --localstatedir | --localstatedi | --localstated \
     
    271471  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    272472  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    273     localstatedir="$ac_optarg" ;;
     473    localstatedir=$ac_optarg ;;
    274474
    275475  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    276476    ac_prev=mandir ;;
    277477  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    278     mandir="$ac_optarg" ;;
     478    mandir=$ac_optarg ;;
    279479
    280480  -nfp | --nfp | --nf)
     
    283483
    284484  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    285   | --no-cr | --no-c)
     485  | --no-cr | --no-c | -n)
    286486    no_create=yes ;;
    287487
     
    297497  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
    298498  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    299     oldincludedir="$ac_optarg" ;;
     499    oldincludedir=$ac_optarg ;;
    300500
    301501  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    302502    ac_prev=prefix ;;
    303503  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    304     prefix="$ac_optarg" ;;
     504    prefix=$ac_optarg ;;
    305505
    306506  -program-prefix | --program-prefix | --program-prefi | --program-pref \
     
    309509  -program-prefix=* | --program-prefix=* | --program-prefi=* \
    310510  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    311     program_prefix="$ac_optarg" ;;
     511    program_prefix=$ac_optarg ;;
    312512
    313513  -program-suffix | --program-suffix | --program-suffi | --program-suff \
     
    316516  -program-suffix=* | --program-suffix=* | --program-suffi=* \
    317517  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    318     program_suffix="$ac_optarg" ;;
     518    program_suffix=$ac_optarg ;;
    319519
    320520  -program-transform-name | --program-transform-name \
     
    333533  | --program-trans=* | --program-tran=* \
    334534  | --progr-tra=* | --program-tr=* | --program-t=*)
    335     program_transform_name="$ac_optarg" ;;
     535    program_transform_name=$ac_optarg ;;
    336536
    337537  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     
    343543  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
    344544  | --sbi=* | --sb=*)
    345     sbindir="$ac_optarg" ;;
     545    sbindir=$ac_optarg ;;
    346546
    347547  -sharedstatedir | --sharedstatedir | --sharedstatedi \
     
    354554  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
    355555  | --sha=* | --sh=*)
    356     sharedstatedir="$ac_optarg" ;;
     556    sharedstatedir=$ac_optarg ;;
    357557
    358558  -site | --site | --sit)
    359559    ac_prev=site ;;
    360560  -site=* | --site=* | --sit=*)
    361     site="$ac_optarg" ;;
     561    site=$ac_optarg ;;
    362562
    363563  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    364564    ac_prev=srcdir ;;
    365565  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    366     srcdir="$ac_optarg" ;;
     566    srcdir=$ac_optarg ;;
    367567
    368568  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
     
    371571  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
    372572  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    373     sysconfdir="$ac_optarg" ;;
     573    sysconfdir=$ac_optarg ;;
    374574
    375575  -target | --target | --targe | --targ | --tar | --ta | --t)
    376     ac_prev=target ;;
     576    ac_prev=target_alias ;;
    377577  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    378     target="$ac_optarg" ;;
     578    target_alias=$ac_optarg ;;
    379579
    380580  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    381581    verbose=yes ;;
    382582
    383   -version | --version | --versio | --versi | --vers)
    384     echo "configure generated by autoconf version 2.13"
    385     exit 0 ;;
     583  -version | --version | --versio | --versi | --vers | -V)
     584    ac_init_version=: ;;
    386585
    387586  -with-* | --with-*)
    388     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
     587    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    389588    # Reject names that are not valid shell variable names.
    390     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
    391       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    392     fi
     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; }; }
    393592    ac_package=`echo $ac_package| sed 's/-/_/g'`
    394     case "$ac_option" in
    395       *=*) ;;
     593    case $ac_option in
     594      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    396595      *) ac_optarg=yes ;;
    397596    esac
    398     eval "with_${ac_package}='$ac_optarg'" ;;
     597    eval "with_$ac_package='$ac_optarg'" ;;
    399598
    400599  -without-* | --without-*)
    401     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
     600    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    402601    # Reject names that are not valid shell variable names.
    403     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
    404       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    405     fi
    406     ac_package=`echo $ac_package| sed 's/-/_/g'`
    407     eval "with_${ac_package}=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" ;;
    408607
    409608  --x)
     
    416615  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
    417616  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    418     x_includes="$ac_optarg" ;;
     617    x_includes=$ac_optarg ;;
    419618
    420619  -x-libraries | --x-libraries | --x-librarie | --x-librari \
     
    423622  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
    424623  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    425     x_libraries="$ac_optarg" ;;
    426 
    427   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
     624    x_libraries=$ac_optarg ;;
     625
     626  -*) { echo "$as_me: error: unrecognized option: $ac_option
     627Try \`$0 --help' for more information." >&2
     628   { (exit 1); exit 1; }; }
    428629    ;;
    429630
     631  *=*)
     632    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
     633    # Reject names that are not valid shell variable names.
     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'"
     639    export $ac_envvar ;;
     640
    430641  *)
    431     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
    432       echo "configure: warning: $ac_option: invalid host type" 1>&2
    433     fi
    434     if test "x$nonopt" != xNONE; then
    435       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
    436     fi
    437     nonopt="$ac_option"
     642    # FIXME: should be removed in autoconf 3.0.
     643    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     644    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     645      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     646    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    438647    ;;
    439648
     
    442651
    443652if test -n "$ac_prev"; then
    444   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
    445 fi
    446 
    447 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
    448 
    449 # File descriptor usage:
    450 # 0 standard input
    451 # 1 file creation
    452 # 2 errors and warnings
    453 # 3 some systems may open it to /dev/tty
    454 # 4 used on the Kubota Titan
    455 # 6 checking for... messages and results
    456 # 5 compiler messages saved in config.log
    457 if test "$silent" = yes; then
    458   exec 6>/dev/null
    459 else
    460   exec 6>&1
    461 fi
    462 exec 5>./config.log
    463 
    464 echo "\
    465 This file contains any messages produced by compilers while
    466 running configure, to aid debugging if configure makes a mistake.
    467 " 1>&5
    468 
    469 # Strip out --no-create and --no-recursion so they do not pile up.
    470 # Also quote any args containing shell metacharacters.
    471 ac_configure_args=
    472 for ac_arg
     653  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
     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
    473660do
    474   case "$ac_arg" in
    475   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    476   | --no-cr | --no-c) ;;
    477   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    478   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
    479   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
    480   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
    481   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
     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; }; };;
    482666  esac
    483667done
    484668
    485 # NLS nuisances.
    486 # Only set these to C if already set.  These must not be set unconditionally
    487 # because not all systems understand e.g. LANG=C (notably SCO).
    488 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
    489 # Non-C LC_CTYPE values break the ctype check.
    490 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
    491 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
    492 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
    493 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
    494 
    495 # confdefs.h avoids OS command line length limits that DEFS can exceed.
    496 rm -rf conftest* confdefs.h
    497 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    498 echo > confdefs.h
    499 
    500 # A filename unique to this package, relative to the directory that
    501 # configure is in, which we can look for to find out if srcdir is correct.
    502 ac_unique_file=om_Alloc.c
     669# Be sure to have absolute paths.
     670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
     671              localstatedir libdir includedir oldincludedir infodir mandir
     672do
     673  eval ac_val=$`echo $ac_var`
     674  case $ac_val in
     675    [\\/$]* | ?:[\\/]* ) ;;
     676    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     677   { (exit 1); exit 1; }; };;
     678  esac
     679done
     680
     681# There might be people who depend on the old broken behavior: `$host'
     682# used to hold the argument of --host etc.
     683# FIXME: To remove some day.
     684build=$build_alias
     685host=$host_alias
     686target=$target_alias
     687
     688# FIXME: To remove some day.
     689if test "x$host_alias" != x; then
     690  if test "x$build_alias" = x; then
     691    cross_compiling=maybe
     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
     694  elif test "x$build_alias" != "x$host_alias"; then
     695    cross_compiling=yes
     696  fi
     697fi
     698
     699ac_tool_prefix=
     700test -n "$host_alias" && ac_tool_prefix=$host_alias-
     701
     702test "$silent" = yes && exec 6>/dev/null
     703
    503704
    504705# Find the source files, if location was not specified.
     
    506707  ac_srcdir_defaulted=yes
    507708  # Try the directory containing this script, then its parent.
    508   ac_prog=$0
    509   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
    510   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
     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'`
    511721  srcdir=$ac_confdir
    512722  if test ! -r $srcdir/$ac_unique_file; then
     
    518728if test ! -r $srcdir/$ac_unique_file; then
    519729  if test "$ac_srcdir_defaulted" = yes; then
    520     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
     730    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     731   { (exit 1); exit 1; }; }
    521732  else
    522     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
     733    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     734   { (exit 1); exit 1; }; }
    523735  fi
    524736fi
    525 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
    526 
     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_CPP_set=${CPP+set}
     770ac_env_CPP_value=$CPP
     771ac_cv_env_CPP_set=${CPP+set}
     772ac_cv_env_CPP_value=$CPP
     773
     774#
     775# Report the --help message.
     776#
     777if test "$ac_init_help" = "long"; then
     778  # Omit some internal or obsolete options to make the list less imposing.
     779  # This message is too long to be a string in the A/UX 3.1 sh.
     780  cat <<_ACEOF
     781\`configure' configures this package to adapt to many kinds of systems.
     782
     783Usage: $0 [OPTION]... [VAR=VALUE]...
     784
     785To assign environment variables (e.g., CC, CFLAGS...), specify them as
     786VAR=VALUE.  See below for descriptions of some of the useful variables.
     787
     788Defaults for the options are specified in brackets.
     789
     790Configuration:
     791  -h, --help              display this help and exit
     792      --help=short        display options specific to this package
     793      --help=recursive    display the short help of all the included packages
     794  -V, --version           display version information and exit
     795  -q, --quiet, --silent   do not print \`checking...' messages
     796      --cache-file=FILE   cache test results in FILE [disabled]
     797  -C, --config-cache      alias for \`--cache-file=config.cache'
     798  -n, --no-create         do not create output files
     799      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
     800
     801_ACEOF
     802
     803  cat <<_ACEOF
     804Installation directories:
     805  --prefix=PREFIX         install architecture-independent files in PREFIX
     806                          [$ac_default_prefix]
     807  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
     808                          [PREFIX]
     809
     810By default, \`make install' will install all the files in
     811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
     812an installation prefix other than \`$ac_default_prefix' using \`--prefix',
     813for instance \`--prefix=\$HOME'.
     814
     815For better control, use the options below.
     816
     817Fine tuning of the installation directories:
     818  --bindir=DIR           user executables [EPREFIX/bin]
     819  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     820  --libexecdir=DIR       program executables [EPREFIX/libexec]
     821  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
     822  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     823  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     824  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     825  --libdir=DIR           object code libraries [EPREFIX/lib]
     826  --includedir=DIR       C header files [PREFIX/include]
     827  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     828  --infodir=DIR          info documentation [PREFIX/info]
     829  --mandir=DIR           man documentation [PREFIX/man]
     830_ACEOF
     831
     832  cat <<\_ACEOF
     833_ACEOF
     834fi
     835
     836if test -n "$ac_init_help"; then
     837
     838  cat <<\_ACEOF
     839
     840Optional Packages:
     841  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
     842  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
     843 --with-external-config_h=HEADER_FILE
     844                    use HEADER_FILE for external configuration
     845 --with-external-config_c=C_FILE
     846                    use C_FILE for external implementations
     847 --with-malloc=system|dlmalloc|gmalloc|pmalloc|external
     848                    which malloc to use, default: dlmalloc
     849 --with-external-malloc-h=HEADER_FILE
     850                    use HEADER_FILE for external malloc declaration
     851 --with-external-malloc-c=C_FILE
     852                    use C_FILE for external malloc implementation
     853 --with-valloc=mmap|system|emulate
     854                    how to get page-aligned memory, default: use first possible
     855 --with-provide-malloc=yes|debug|malloc
     856                    provide normal|debug|underlying malloc ANSI-C conforming
     857                    versions of malloc|calloc|realloc|free
     858 --with-emulate-omalloc
     859                    provide only omallocs interface, but do not use its features
     860 --with-align=8|sloppy|strict
     861                    how memory is aligned,
     862                    default: if possible sloppy, else strict
     863 --with-dense-bins  use dense bin distribution
     864 --without-inline   do not inline
     865 --without-debug    disable all debugging facilities
     866 --without-track    disable debug tracking functionality
     867 --with-track-fl    track file and line numbers
     868 --with-track-return track return addresses
     869 --with-track-backtrace track stack backtraces
     870 --with-track-custom track custom values
     871 --with-internal-debug
     872                       turn on internal debugging
     873
     874Some influential environment variables:
     875  CC          C compiler command
     876  CFLAGS      C compiler flags
     877  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
     878              nonstandard directory <lib dir>
     879  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
     880              headers in a nonstandard directory <include dir>
     881  CPP         C preprocessor
     882
     883Use these variables to override the choices made by `configure' or to help
     884it to find libraries and programs with nonstandard names/locations.
     885
     886_ACEOF
     887fi
     888
     889if test "$ac_init_help" = "recursive"; then
     890  # If there are subdirs, report their specific --help.
     891  ac_popdir=`pwd`
     892  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
     893    test -d $ac_dir || continue
     894    ac_builddir=.
     895
     896if test "$ac_dir" != .; then
     897  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     898  # A "../" for each directory in $ac_dir_suffix.
     899  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
     900else
     901  ac_dir_suffix= ac_top_builddir=
     902fi
     903
     904case $srcdir in
     905  .)  # No --srcdir option.  We are building in place.
     906    ac_srcdir=.
     907    if test -z "$ac_top_builddir"; then
     908       ac_top_srcdir=.
     909    else
     910       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
     911    fi ;;
     912  [\\/]* | ?:[\\/]* )  # Absolute path.
     913    ac_srcdir=$srcdir$ac_dir_suffix;
     914    ac_top_srcdir=$srcdir ;;
     915  *) # Relative path.
     916    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
     917    ac_top_srcdir=$ac_top_builddir$srcdir ;;
     918esac
     919
     920# Do not use `cd foo && pwd` to compute absolute paths, because
     921# the directories may not exist.
     922case `pwd` in
     923.) ac_abs_builddir="$ac_dir";;
     924*)
     925  case "$ac_dir" in
     926  .) ac_abs_builddir=`pwd`;;
     927  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
     928  *) ac_abs_builddir=`pwd`/"$ac_dir";;
     929  esac;;
     930esac
     931case $ac_abs_builddir in
     932.) ac_abs_top_builddir=${ac_top_builddir}.;;
     933*)
     934  case ${ac_top_builddir}. in
     935  .) ac_abs_top_builddir=$ac_abs_builddir;;
     936  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
     937  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
     938  esac;;
     939esac
     940case $ac_abs_builddir in
     941.) ac_abs_srcdir=$ac_srcdir;;
     942*)
     943  case $ac_srcdir in
     944  .) ac_abs_srcdir=$ac_abs_builddir;;
     945  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
     946  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
     947  esac;;
     948esac
     949case $ac_abs_builddir in
     950.) ac_abs_top_srcdir=$ac_top_srcdir;;
     951*)
     952  case $ac_top_srcdir in
     953  .) ac_abs_top_srcdir=$ac_abs_builddir;;
     954  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
     955  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
     956  esac;;
     957esac
     958
     959    cd $ac_dir
     960    # Check for guested configure; otherwise get Cygnus style configure.
     961    if test -f $ac_srcdir/configure.gnu; then
     962      echo
     963      $SHELL $ac_srcdir/configure.gnu  --help=recursive
     964    elif test -f $ac_srcdir/configure; then
     965      echo
     966      $SHELL $ac_srcdir/configure  --help=recursive
     967    elif test -f $ac_srcdir/configure.ac ||
     968           test -f $ac_srcdir/configure.in; then
     969      echo
     970      $ac_configure --help
     971    else
     972      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     973    fi
     974    cd $ac_popdir
     975  done
     976fi
     977
     978test -n "$ac_init_help" && exit 0
     979if $ac_init_version; then
     980  cat <<\_ACEOF
     981
     982Copyright (C) 2003 Free Software Foundation, Inc.
     983This configure script is free software; the Free Software Foundation
     984gives unlimited permission to copy, distribute and modify it.
     985_ACEOF
     986  exit 0
     987fi
     988exec 5>config.log
     989cat >&5 <<_ACEOF
     990This file contains any messages produced by compilers while
     991running configure, to aid debugging if configure makes a mistake.
     992
     993It was created by $as_me, which was
     994generated by GNU Autoconf 2.59.  Invocation command line was
     995
     996  $ $0 $@
     997
     998_ACEOF
     999{
     1000cat <<_ASUNAME
     1001## --------- ##
     1002## Platform. ##
     1003## --------- ##
     1004
     1005hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
     1006uname -m = `(uname -m) 2>/dev/null || echo unknown`
     1007uname -r = `(uname -r) 2>/dev/null || echo unknown`
     1008uname -s = `(uname -s) 2>/dev/null || echo unknown`
     1009uname -v = `(uname -v) 2>/dev/null || echo unknown`
     1010
     1011/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
     1012/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
     1013
     1014/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
     1015/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
     1016/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
     1017hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1018/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
     1019/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     1020/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
     1021
     1022_ASUNAME
     1023
     1024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1025for as_dir in $PATH
     1026do
     1027  IFS=$as_save_IFS
     1028  test -z "$as_dir" && as_dir=.
     1029  echo "PATH: $as_dir"
     1030done
     1031
     1032} >&5
     1033
     1034cat >&5 <<_ACEOF
     1035
     1036
     1037## ----------- ##
     1038## Core tests. ##
     1039## ----------- ##
     1040
     1041_ACEOF
     1042
     1043
     1044# Keep a trace of the command line.
     1045# Strip out --no-create and --no-recursion so they do not pile up.
     1046# Strip out --silent because we don't want to record it for future runs.
     1047# Also quote any args containing shell meta-characters.
     1048# Make two passes to allow for proper duplicate-argument suppression.
     1049ac_configure_args=
     1050ac_configure_args0=
     1051ac_configure_args1=
     1052ac_sep=
     1053ac_must_keep_next=false
     1054for ac_pass in 1 2
     1055do
     1056  for ac_arg
     1057  do
     1058    case $ac_arg in
     1059    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
     1060    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     1061    | -silent | --silent | --silen | --sile | --sil)
     1062      continue ;;
     1063    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1064      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1065    esac
     1066    case $ac_pass in
     1067    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
     1068    2)
     1069      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
     1070      if test $ac_must_keep_next = true; then
     1071        ac_must_keep_next=false # Got value, back to normal.
     1072      else
     1073        case $ac_arg in
     1074          *=* | --config-cache | -C | -disable-* | --disable-* \
     1075          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
     1076          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
     1077          | -with-* | --with-* | -without-* | --without-* | --x)
     1078            case "$ac_configure_args0 " in
     1079              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
     1080            esac
     1081            ;;
     1082          -* ) ac_must_keep_next=true ;;
     1083        esac
     1084      fi
     1085      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
     1086      # Get rid of the leading space.
     1087      ac_sep=" "
     1088      ;;
     1089    esac
     1090  done
     1091done
     1092$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
     1093$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
     1094
     1095# When interrupted or exit'd, cleanup temporary files, and complete
     1096# config.log.  We remove comments because anyway the quotes in there
     1097# would cause problems or look ugly.
     1098# WARNING: Be sure not to use single quotes in there, as some shells,
     1099# such as our DU 5.0 friend, will then `close' the trap.
     1100trap 'exit_status=$?
     1101  # Save into config.log some information that might help in debugging.
     1102  {
     1103    echo
     1104
     1105    cat <<\_ASBOX
     1106## ---------------- ##
     1107## Cache variables. ##
     1108## ---------------- ##
     1109_ASBOX
     1110    echo
     1111    # The following way of writing the cache mishandles newlines in values,
     1112{
     1113  (set) 2>&1 |
     1114    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
     1115    *ac_space=\ *)
     1116      sed -n \
     1117        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
     1118          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1119      ;;
     1120    *)
     1121      sed -n \
     1122        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     1123      ;;
     1124    esac;
     1125}
     1126    echo
     1127
     1128    cat <<\_ASBOX
     1129## ----------------- ##
     1130## Output variables. ##
     1131## ----------------- ##
     1132_ASBOX
     1133    echo
     1134    for ac_var in $ac_subst_vars
     1135    do
     1136      eval ac_val=$`echo $ac_var`
     1137      echo "$ac_var='"'"'$ac_val'"'"'"
     1138    done | sort
     1139    echo
     1140
     1141    if test -n "$ac_subst_files"; then
     1142      cat <<\_ASBOX
     1143## ------------- ##
     1144## Output files. ##
     1145## ------------- ##
     1146_ASBOX
     1147      echo
     1148      for ac_var in $ac_subst_files
     1149      do
     1150        eval ac_val=$`echo $ac_var`
     1151        echo "$ac_var='"'"'$ac_val'"'"'"
     1152      done | sort
     1153      echo
     1154    fi
     1155
     1156    if test -s confdefs.h; then
     1157      cat <<\_ASBOX
     1158## ----------- ##
     1159## confdefs.h. ##
     1160## ----------- ##
     1161_ASBOX
     1162      echo
     1163      sed "/^$/d" confdefs.h | sort
     1164      echo
     1165    fi
     1166    test "$ac_signal" != 0 &&
     1167      echo "$as_me: caught signal $ac_signal"
     1168    echo "$as_me: exit $exit_status"
     1169  } >&5
     1170  rm -f core *.core &&
     1171  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1172    exit $exit_status
     1173     ' 0
     1174for ac_signal in 1 2 13 15; do
     1175  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     1176done
     1177ac_signal=0
     1178
     1179# confdefs.h avoids OS command line length limits that DEFS can exceed.
     1180rm -rf conftest* confdefs.h
     1181# AIX cpp loses on an empty file, so make sure it contains at least a newline.
     1182echo >confdefs.h
     1183
     1184# Predefined preprocessor variables.
     1185
     1186cat >>confdefs.h <<_ACEOF
     1187#define PACKAGE_NAME "$PACKAGE_NAME"
     1188_ACEOF
     1189
     1190
     1191cat >>confdefs.h <<_ACEOF
     1192#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
     1193_ACEOF
     1194
     1195
     1196cat >>confdefs.h <<_ACEOF
     1197#define PACKAGE_VERSION "$PACKAGE_VERSION"
     1198_ACEOF
     1199
     1200
     1201cat >>confdefs.h <<_ACEOF
     1202#define PACKAGE_STRING "$PACKAGE_STRING"
     1203_ACEOF
     1204
     1205
     1206cat >>confdefs.h <<_ACEOF
     1207#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
     1208_ACEOF
     1209
     1210
     1211# Let the site file select an alternate cache file if it wants to.
    5271212# Prefer explicitly selected file to automatically selected ones.
    5281213if test -z "$CONFIG_SITE"; then
     
    5351220for ac_site_file in $CONFIG_SITE; do
    5361221  if test -r "$ac_site_file"; then
    537     echo "loading site script $ac_site_file"
     1222    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1223echo "$as_me: loading site script $ac_site_file" >&6;}
     1224    sed 's/^/| /' "$ac_site_file" >&5
    5381225    . "$ac_site_file"
    5391226  fi
     
    5411228
    5421229if test -r "$cache_file"; then
    543   echo "loading cache $cache_file"
    544   . $cache_file
    545 else
    546   echo "creating cache $cache_file"
    547   > $cache_file
     1230  # Some versions of bash will fail to source /dev/null (special
     1231  # files actually), so we avoid doing that.
     1232  if test -f "$cache_file"; then
     1233    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1234echo "$as_me: loading cache $cache_file" >&6;}
     1235    case $cache_file in
     1236      [\\/]* | ?:[\\/]* ) . $cache_file;;
     1237      *)                      . ./$cache_file;;
     1238    esac
     1239  fi
     1240else
     1241  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1242echo "$as_me: creating cache $cache_file" >&6;}
     1243  >$cache_file
     1244fi
     1245
     1246# Check that the precious variables saved in the cache have kept the same
     1247# value.
     1248ac_cache_corrupted=false
     1249for ac_var in `(set) 2>&1 |
     1250               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1251  eval ac_old_set=\$ac_cv_env_${ac_var}_set
     1252  eval ac_new_set=\$ac_env_${ac_var}_set
     1253  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
     1254  eval ac_new_val="\$ac_env_${ac_var}_value"
     1255  case $ac_old_set,$ac_new_set in
     1256    set,)
     1257      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1258echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1259      ac_cache_corrupted=: ;;
     1260    ,set)
     1261      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1262echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1263      ac_cache_corrupted=: ;;
     1264    ,);;
     1265    *)
     1266      if test "x$ac_old_val" != "x$ac_new_val"; then
     1267        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1268echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1269        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1270echo "$as_me:   former value:  $ac_old_val" >&2;}
     1271        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1272echo "$as_me:   current value: $ac_new_val" >&2;}
     1273        ac_cache_corrupted=:
     1274      fi;;
     1275  esac
     1276  # Pass precious variables to config.status.
     1277  if test "$ac_new_set" = set; then
     1278    case $ac_new_val in
     1279    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1280      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1281    *) ac_arg=$ac_var=$ac_new_val ;;
     1282    esac
     1283    case " $ac_configure_args " in
     1284      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
     1285      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
     1286    esac
     1287  fi
     1288done
     1289if $ac_cache_corrupted; then
     1290  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1291echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1292  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1293echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1294   { (exit 1); exit 1; }; }
    5481295fi
    5491296
    5501297ac_ext=c
    551 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    5521298ac_cpp='$CPP $CPPFLAGS'
    553 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    554 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    555 cross_compiling=$ac_cv_prog_cc_cross
    556 
    557 ac_exeext=
    558 ac_objext=o
    559 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    560   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
    561   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    562     ac_n= ac_c='
    563 ' ac_t='        '
    564   else
    565     ac_n=-n ac_c= ac_t=
    566   fi
    567 else
    568   ac_n= ac_c='\c' ac_t=
    569 fi
     1299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     1300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     1301ac_compiler_gnu=$ac_cv_c_compiler_gnu
     1302
     1303
     1304
     1305
     1306
     1307
     1308
     1309
     1310
     1311
     1312
     1313
     1314
     1315
     1316
     1317
     1318
    5701319
    5711320
    5721321
    5731322VERSION=0.9.5
     1323
    5741324
    5751325
     
    5771327if test "${with_external_config_h+set}" = set; then
    5781328  withval="$with_external_config_h"
    579   :
    580 fi
     1329
     1330fi;
    5811331
    5821332# Check whether --with-external-config_c or --without-external-config_c was given.
    5831333if test "${with_external_config_c+set}" = set; then
    5841334  withval="$with_external_config_c"
    585   :
    586 fi
     1335
     1336fi;
    5871337
    5881338# Check whether --with-malloc or --without-malloc was given.
    5891339if test "${with_malloc+set}" = set; then
    5901340  withval="$with_malloc"
    591   :
    592 fi
     1341
     1342fi;
    5931343
    5941344# Check whether --with-external-malloc_h or --without-external-malloc_h was given.
    5951345if test "${with_external_malloc_h+set}" = set; then
    5961346  withval="$with_external_malloc_h"
    597   :
    598 fi
     1347
     1348fi;
    5991349
    6001350# Check whether --with-external-malloc_c or --without-external-malloc_c was given.
    6011351if test "${with_external_malloc_c+set}" = set; then
    6021352  withval="$with_external_malloc_c"
    603   :
    604 fi
     1353
     1354fi;
    6051355
    6061356# Check whether --with-valloc or --without-valloc was given.
    6071357if test "${with_valloc+set}" = set; then
    6081358  withval="$with_valloc"
    609   :
    610 fi
     1359
     1360fi;
    6111361
    6121362# Check whether --with-provide-malloc or --without-provide-malloc was given.
    6131363if test "${with_provide_malloc+set}" = set; then
    6141364  withval="$with_provide_malloc"
    615   :
    616 fi
     1365
     1366fi;
    6171367
    6181368# Check whether --with-emulate-omalloc or --without-emulate-omalloc was given.
    6191369if test "${with_emulate_omalloc+set}" = set; then
    6201370  withval="$with_emulate_omalloc"
    621   :
    622 fi
     1371
     1372fi;
    6231373
    6241374# Check whether --with-align or --without-align was given.
    6251375if test "${with_align+set}" = set; then
    6261376  withval="$with_align"
    627   :
    628 fi
     1377
     1378fi;
    6291379
    6301380# Check whether --with-dense-bins or --without-dense-bins was given.
    6311381if test "${with_dense_bins+set}" = set; then
    6321382  withval="$with_dense_bins"
    633   :
    634 fi
     1383
     1384fi;
    6351385
    6361386# Check whether --with-inline or --without-inline was given.
    6371387if test "${with_inline+set}" = set; then
    6381388  withval="$with_inline"
    639   :
    640 fi
     1389
     1390fi;
    6411391
    6421392# Check whether --with-debug or --without-debug was given.
    6431393if test "${with_debug+set}" = set; then
    6441394  withval="$with_debug"
    645   :
    646 fi
     1395
     1396fi;
    6471397
    6481398# Check whether --with-track or --without-track was given.
    6491399if test "${with_track+set}" = set; then
    6501400  withval="$with_track"
    651   :
    652 fi
     1401
     1402fi;
    6531403
    6541404# Check whether --with-track-fl or --without-track-fl was given.
    6551405if test "${with_track_fl+set}" = set; then
    6561406  withval="$with_track_fl"
    657   :
    658 fi
     1407
     1408fi;
    6591409
    6601410# Check whether --with-track-return or --without-track-return was given.
    6611411if test "${with_track_return+set}" = set; then
    6621412  withval="$with_track_return"
    663   :
    664 fi
     1413
     1414fi;
    6651415
    6661416# Check whether --with-track-backtrace or --without-track-backtrace was given.
    6671417if test "${with_track_backtrace+set}" = set; then
    6681418  withval="$with_track_backtrace"
    669   :
    670 fi
     1419
     1420fi;
    6711421
    6721422# Check whether --with-track-custom or --without-track-custom was given.
    6731423if test "${with_track_custom+set}" = set; then
    6741424  withval="$with_track_custom"
    675   :
    676 fi
     1425
     1426fi;
    6771427
    6781428# Check whether --with-internal_debug or --without-internal_debug was given.
    6791429if test "${with_internal_debug+set}" = set; then
    6801430  withval="$with_internal_debug"
    681   :
    682 fi
    683 
    684 
    685 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    686 echo "configure:687: checking whether ${MAKE-make} sets \${MAKE}" >&5
    687 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    688 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    689   echo $ac_n "(cached) $ac_c" 1>&6
    690 else
    691   cat > conftestmake <<\EOF
     1431
     1432fi;
     1433
     1434echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     1435echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
     1436set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
     1437if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
     1438  echo $ECHO_N "(cached) $ECHO_C" >&6
     1439else
     1440  cat >conftest.make <<\_ACEOF
    6921441all:
    693         @echo 'ac_maketemp="${MAKE}"'
    694 EOF
     1442        @echo 'ac_maketemp="$(MAKE)"'
     1443_ACEOF
    6951444# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    696 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     1445eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
    6971446if test -n "$ac_maketemp"; then
    6981447  eval ac_cv_prog_make_${ac_make}_set=yes
     
    7001449  eval ac_cv_prog_make_${ac_make}_set=no
    7011450fi
    702 rm -f conftestmake
     1451rm -f conftest.make
    7031452fi
    7041453if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    705   echo "$ac_t""yes" 1>&6
     1454  echo "$as_me:$LINENO: result: yes" >&5
     1455echo "${ECHO_T}yes" >&6
    7061456  SET_MAKE=
    7071457else
    708   echo "$ac_t""no" 1>&6
     1458  echo "$as_me:$LINENO: result: no" >&5
     1459echo "${ECHO_T}no" >&6
    7091460  SET_MAKE="MAKE=${MAKE-make}"
    7101461fi
    7111462
    712 # Extract the first word of "gcc", so it can be a program name with args.
    713 set dummy gcc; ac_word=$2
    714 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    715 echo "configure:716: checking for $ac_word" >&5
    716 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    717   echo $ac_n "(cached) $ac_c" 1>&6
     1463ac_ext=c
     1464ac_cpp='$CPP $CPPFLAGS'
     1465ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     1466ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     1467ac_compiler_gnu=$ac_cv_c_compiler_gnu
     1468if test -n "$ac_tool_prefix"; then
     1469  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
     1470set dummy ${ac_tool_prefix}gcc; ac_word=$2
     1471echo "$as_me:$LINENO: checking for $ac_word" >&5
     1472echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1473if test "${ac_cv_prog_CC+set}" = set; then
     1474  echo $ECHO_N "(cached) $ECHO_C" >&6
    7181475else
    7191476  if test -n "$CC"; then
    7201477  ac_cv_prog_CC="$CC" # Let the user override the test.
    7211478else
    722   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    723   ac_dummy="$PATH"
    724   for ac_dir in $ac_dummy; do
    725     test -z "$ac_dir" && ac_dir=.
    726     if test -f $ac_dir/$ac_word; then
    727       ac_cv_prog_CC="gcc"
    728       break
    729     fi
    730   done
    731   IFS="$ac_save_ifs"
    732 fi
    733 fi
    734 CC="$ac_cv_prog_CC"
     1479as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1480for as_dir in $PATH
     1481do
     1482  IFS=$as_save_IFS
     1483  test -z "$as_dir" && as_dir=.
     1484  for ac_exec_ext in '' $ac_executable_extensions; do
     1485  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1486    ac_cv_prog_CC="${ac_tool_prefix}gcc"
     1487    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1488    break 2
     1489  fi
     1490done
     1491done
     1492
     1493fi
     1494fi
     1495CC=$ac_cv_prog_CC
    7351496if test -n "$CC"; then
    736   echo "$ac_t""$CC" 1>&6
    737 else
    738   echo "$ac_t""no" 1>&6
    739 fi
    740 
     1497  echo "$as_me:$LINENO: result: $CC" >&5
     1498echo "${ECHO_T}$CC" >&6
     1499else
     1500  echo "$as_me:$LINENO: result: no" >&5
     1501echo "${ECHO_T}no" >&6
     1502fi
     1503
     1504fi
     1505if test -z "$ac_cv_prog_CC"; then
     1506  ac_ct_CC=$CC
     1507  # Extract the first word of "gcc", so it can be a program name with args.
     1508set dummy gcc; ac_word=$2
     1509echo "$as_me:$LINENO: checking for $ac_word" >&5
     1510echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1511if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     1512  echo $ECHO_N "(cached) $ECHO_C" >&6
     1513else
     1514  if test -n "$ac_ct_CC"; then
     1515  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
     1516else
     1517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1518for as_dir in $PATH
     1519do
     1520  IFS=$as_save_IFS
     1521  test -z "$as_dir" && as_dir=.
     1522  for ac_exec_ext in '' $ac_executable_extensions; do
     1523  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1524    ac_cv_prog_ac_ct_CC="gcc"
     1525    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1526    break 2
     1527  fi
     1528done
     1529done
     1530
     1531fi
     1532fi
     1533ac_ct_CC=$ac_cv_prog_ac_ct_CC
     1534if test -n "$ac_ct_CC"; then
     1535  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1536echo "${ECHO_T}$ac_ct_CC" >&6
     1537else
     1538  echo "$as_me:$LINENO: result: no" >&5
     1539echo "${ECHO_T}no" >&6
     1540fi
     1541
     1542  CC=$ac_ct_CC
     1543else
     1544  CC="$ac_cv_prog_CC"
     1545fi
     1546
     1547if test -z "$CC"; then
     1548  if test -n "$ac_tool_prefix"; then
     1549  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     1550set dummy ${ac_tool_prefix}cc; ac_word=$2
     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
     1555else
     1556  if test -n "$CC"; then
     1557  ac_cv_prog_CC="$CC" # Let the user override the test.
     1558else
     1559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1560for as_dir in $PATH
     1561do
     1562  IFS=$as_save_IFS
     1563  test -z "$as_dir" && as_dir=.
     1564  for ac_exec_ext in '' $ac_executable_extensions; do
     1565  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1566    ac_cv_prog_CC="${ac_tool_prefix}cc"
     1567    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1568    break 2
     1569  fi
     1570done
     1571done
     1572
     1573fi
     1574fi
     1575CC=$ac_cv_prog_CC
     1576if test -n "$CC"; then
     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
     1583
     1584fi
     1585if test -z "$ac_cv_prog_CC"; then
     1586  ac_ct_CC=$CC
     1587  # Extract the first word of "cc", so it can be a program name with args.
     1588set dummy cc; ac_word=$2
     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
     1593else
     1594  if test -n "$ac_ct_CC"; then
     1595  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
     1596else
     1597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1598for as_dir in $PATH
     1599do
     1600  IFS=$as_save_IFS
     1601  test -z "$as_dir" && as_dir=.
     1602  for ac_exec_ext in '' $ac_executable_extensions; do
     1603  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1604    ac_cv_prog_ac_ct_CC="cc"
     1605    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1606    break 2
     1607  fi
     1608done
     1609done
     1610
     1611fi
     1612fi
     1613ac_ct_CC=$ac_cv_prog_ac_ct_CC
     1614if test -n "$ac_ct_CC"; then
     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
     1623else
     1624  CC="$ac_cv_prog_CC"
     1625fi
     1626
     1627fi
    7411628if test -z "$CC"; then
    7421629  # Extract the first word of "cc", so it can be a program name with args.
    7431630set dummy cc; ac_word=$2
    744 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    745 echo "configure:746: checking for $ac_word" >&5
    746 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    747   echo $ac_n "(cached) $ac_c" 1>&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
    7481635else
    7491636  if test -n "$CC"; then
    7501637  ac_cv_prog_CC="$CC" # Let the user override the test.
    7511638else
    752   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    7531639  ac_prog_rejected=no
    754   ac_dummy="$PATH"
    755   for ac_dir in $ac_dummy; do
    756     test -z "$ac_dir" && ac_dir=.
    757     if test -f $ac_dir/$ac_word; then
    758       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
    759         ac_prog_rejected=yes
    760         continue
    761       fi
    762       ac_cv_prog_CC="cc"
    763       break
    764     fi
    765   done
    766   IFS="$ac_save_ifs"
     1640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1641for as_dir in $PATH
     1642do
     1643  IFS=$as_save_IFS
     1644  test -z "$as_dir" && as_dir=.
     1645  for ac_exec_ext in '' $ac_executable_extensions; do
     1646  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1647    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
     1648       ac_prog_rejected=yes
     1649       continue
     1650     fi
     1651    ac_cv_prog_CC="cc"
     1652    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1653    break 2
     1654  fi
     1655done
     1656done
     1657
    7671658if test $ac_prog_rejected = yes; then
    7681659  # We found a bogon in the path, so make sure we never use it.
    7691660  set dummy $ac_cv_prog_CC
    7701661  shift
    771   if test $# -gt 0; then
     1662  if test $# != 0; then
    7721663    # We chose a different compiler from the bogus one.
    7731664    # However, it has the same basename, so the bogon will be chosen
    7741665    # first if we set CC to just the basename; use the full file name.
    7751666    shift
    776     set dummy "$ac_dir/$ac_word" "$@"
    777     shift
    778     ac_cv_prog_CC="$@"
     1667    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
    7791668  fi
    7801669fi
    7811670fi
    7821671fi
    783 CC="$ac_cv_prog_CC"
     1672CC=$ac_cv_prog_CC
    7841673if test -n "$CC"; then
    785   echo "$ac_t""$CC" 1>&6
    786 else
    787   echo "$ac_t""no" 1>&6
    788 fi
    789 
    790   if test -z "$CC"; then
    791     case "`uname -s`" in
    792     *win32* | *WIN32*)
    793       # Extract the first word of "cl", so it can be a program name with args.
    794 set dummy cl; ac_word=$2
    795 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    796 echo "configure:797: checking for $ac_word" >&5
    797 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    798   echo $ac_n "(cached) $ac_c" 1>&6
     1674  echo "$as_me:$LINENO: result: $CC" >&5
     1675echo "${ECHO_T}$CC" >&6
     1676else
     1677  echo "$as_me:$LINENO: result: no" >&5
     1678echo "${ECHO_T}no" >&6
     1679fi
     1680
     1681fi
     1682if test -z "$CC"; then
     1683  if test -n "$ac_tool_prefix"; then
     1684  for ac_prog in cl
     1685  do
     1686    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
     1687set dummy $ac_tool_prefix$ac_prog; ac_word=$2
     1688echo "$as_me:$LINENO: checking for $ac_word" >&5
     1689echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1690if test "${ac_cv_prog_CC+set}" = set; then
     1691  echo $ECHO_N "(cached) $ECHO_C" >&6
    7991692else
    8001693  if test -n "$CC"; then
    8011694  ac_cv_prog_CC="$CC" # Let the user override the test.
    8021695else
    803   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    804   ac_dummy="$PATH"
    805   for ac_dir in $ac_dummy; do
    806     test -z "$ac_dir" && ac_dir=.
    807     if test -f $ac_dir/$ac_word; then
    808       ac_cv_prog_CC="cl"
    809       break
     1696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1697for as_dir in $PATH
     1698do
     1699  IFS=$as_save_IFS
     1700  test -z "$as_dir" && as_dir=.
     1701  for ac_exec_ext in '' $ac_executable_extensions; do
     1702  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1703    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
     1704    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1705    break 2
     1706  fi
     1707done
     1708done
     1709
     1710fi
     1711fi
     1712CC=$ac_cv_prog_CC
     1713if test -n "$CC"; then
     1714  echo "$as_me:$LINENO: result: $CC" >&5
     1715echo "${ECHO_T}$CC" >&6
     1716else
     1717  echo "$as_me:$LINENO: result: no" >&5
     1718echo "${ECHO_T}no" >&6
     1719fi
     1720
     1721    test -n "$CC" && break
     1722  done
     1723fi
     1724if test -z "$CC"; then
     1725  ac_ct_CC=$CC
     1726  for ac_prog in cl
     1727do
     1728  # Extract the first word of "$ac_prog", so it can be a program name with args.
     1729set dummy $ac_prog; ac_word=$2
     1730echo "$as_me:$LINENO: checking for $ac_word" >&5
     1731echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1732if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
     1733  echo $ECHO_N "(cached) $ECHO_C" >&6
     1734else
     1735  if test -n "$ac_ct_CC"; then
     1736  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
     1737else
     1738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1739for as_dir in $PATH
     1740do
     1741  IFS=$as_save_IFS
     1742  test -z "$as_dir" && as_dir=.
     1743  for ac_exec_ext in '' $ac_executable_extensions; do
     1744  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1745    ac_cv_prog_ac_ct_CC="$ac_prog"
     1746    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1747    break 2
     1748  fi
     1749done
     1750done
     1751
     1752fi
     1753fi
     1754ac_ct_CC=$ac_cv_prog_ac_ct_CC
     1755if test -n "$ac_ct_CC"; then
     1756  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1757echo "${ECHO_T}$ac_ct_CC" >&6
     1758else
     1759  echo "$as_me:$LINENO: result: no" >&5
     1760echo "${ECHO_T}no" >&6
     1761fi
     1762
     1763  test -n "$ac_ct_CC" && break
     1764done
     1765
     1766  CC=$ac_ct_CC
     1767fi
     1768
     1769fi
     1770
     1771
     1772test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     1773See \`config.log' for more details." >&5
     1774echo "$as_me: error: no acceptable C compiler found in \$PATH
     1775See \`config.log' for more details." >&2;}
     1776   { (exit 1); exit 1; }; }
     1777
     1778# Provide some information about the compiler.
     1779echo "$as_me:$LINENO:" \
     1780     "checking for C compiler version" >&5
     1781ac_compiler=`set X $ac_compile; echo $2`
     1782{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
     1783  (eval $ac_compiler --version </dev/null >&5) 2>&5
     1784  ac_status=$?
     1785  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1786  (exit $ac_status); }
     1787{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
     1788  (eval $ac_compiler -v </dev/null >&5) 2>&5
     1789  ac_status=$?
     1790  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1791  (exit $ac_status); }
     1792{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
     1793  (eval $ac_compiler -V </dev/null >&5) 2>&5
     1794  ac_status=$?
     1795  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1796  (exit $ac_status); }
     1797
     1798cat >conftest.$ac_ext <<_ACEOF
     1799/* confdefs.h.  */
     1800_ACEOF
     1801cat confdefs.h >>conftest.$ac_ext
     1802cat >>conftest.$ac_ext <<_ACEOF
     1803/* end confdefs.h.  */
     1804
     1805int
     1806main ()
     1807{
     1808
     1809  ;
     1810  return 0;
     1811}
     1812_ACEOF
     1813ac_clean_files_save=$ac_clean_files
     1814ac_clean_files="$ac_clean_files a.out a.exe b.out"
     1815# Try to create an executable without -o first, disregard a.out.
     1816# It will help us diagnose broken compilers, and finding out an intuition
     1817# of exeext.
     1818echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     1819echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
     1820ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     1821if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
     1822  (eval $ac_link_default) 2>&5
     1823  ac_status=$?
     1824  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1825  (exit $ac_status); }; then
     1826  # Find the output, starting from the most likely.  This scheme is
     1827# not robust to junk in `.', hence go to wildcards (a.*) only as a last
     1828# resort.
     1829
     1830# Be careful to initialize this variable, since it used to be cached.
     1831# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
     1832ac_cv_exeext=
     1833# b.out is created by i960 compilers.
     1834for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     1835do
     1836  test -f "$ac_file" || continue
     1837  case $ac_file in
     1838    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
     1839        ;;
     1840    conftest.$ac_ext )
     1841        # This is the source file.
     1842        ;;
     1843    [ab].out )
     1844        # We found the default executable, but exeext='' is most
     1845        # certainly right.
     1846        break;;
     1847    *.* )
     1848        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     1849        # FIXME: I believe we export ac_cv_exeext for Libtool,
     1850        # but it would be cool to find out if it's true.  Does anybody
     1851        # maintain Libtool? --akim.
     1852        export ac_cv_exeext
     1853        break;;
     1854    * )
     1855        break;;
     1856  esac
     1857done
     1858else
     1859  echo "$as_me: failed program was:" >&5
     1860sed 's/^/| /' conftest.$ac_ext >&5
     1861
     1862{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
     1863See \`config.log' for more details." >&5
     1864echo "$as_me: error: C compiler cannot create executables
     1865See \`config.log' for more details." >&2;}
     1866   { (exit 77); exit 77; }; }
     1867fi
     1868
     1869ac_exeext=$ac_cv_exeext
     1870echo "$as_me:$LINENO: result: $ac_file" >&5
     1871echo "${ECHO_T}$ac_file" >&6
     1872
     1873# Check the compiler produces executables we can run.  If not, either
     1874# the compiler is broken, or we cross compile.
     1875echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     1876echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     1877# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
     1878# If not cross compiling, check that we can run a simple program.
     1879if test "$cross_compiling" != yes; then
     1880  if { ac_try='./$ac_file'
     1881  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     1882  (eval $ac_try) 2>&5
     1883  ac_status=$?
     1884  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1885  (exit $ac_status); }; }; then
     1886    cross_compiling=no
     1887  else
     1888    if test "$cross_compiling" = maybe; then
     1889        cross_compiling=yes
     1890    else
     1891        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     1892If you meant to cross compile, use \`--host'.
     1893See \`config.log' for more details." >&5
     1894echo "$as_me: error: cannot run C compiled programs.
     1895If you meant to cross compile, use \`--host'.
     1896See \`config.log' for more details." >&2;}
     1897   { (exit 1); exit 1; }; }
    8101898    fi
    811   done
    812   IFS="$ac_save_ifs"
    813 fi
    814 fi
    815 CC="$ac_cv_prog_CC"
    816 if test -n "$CC"; then
    817   echo "$ac_t""$CC" 1>&6
    818 else
    819   echo "$ac_t""no" 1>&6
    820 fi
    821  ;;
    822     esac
    8231899  fi
    824   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    825 fi
    826 
    827 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    828 echo "configure:829: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    829 
    830 ac_ext=c
    831 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    832 ac_cpp='$CPP $CPPFLAGS'
    833 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    834 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    835 cross_compiling=$ac_cv_prog_cc_cross
    836 
    837 cat > conftest.$ac_ext << EOF
    838 
    839 #line 840 "configure"
    840 #include "confdefs.h"
    841 
    842 main(){return(0);}
    843 EOF
    844 if { (eval echo configure:845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    845   ac_cv_prog_cc_works=yes
    846   # If we can't run a trivial program, we are probably using a cross compiler.
    847   if (./conftest; exit) 2>/dev/null; then
    848     ac_cv_prog_cc_cross=no
    849   else
    850     ac_cv_prog_cc_cross=yes
    851   fi
    852 else
    853   echo "configure: failed program was:" >&5
    854   cat conftest.$ac_ext >&5
    855   ac_cv_prog_cc_works=no
    856 fi
    857 rm -fr conftest*
    858 ac_ext=c
    859 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    860 ac_cpp='$CPP $CPPFLAGS'
    861 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    862 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    863 cross_compiling=$ac_cv_prog_cc_cross
    864 
    865 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
    866 if test $ac_cv_prog_cc_works = no; then
    867   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
    868 fi
    869 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    870 echo "configure:871: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    871 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    872 cross_compiling=$ac_cv_prog_cc_cross
    873 
    874 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    875 echo "configure:876: checking whether we are using GNU C" >&5
    876 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    877   echo $ac_n "(cached) $ac_c" 1>&6
    878 else
    879   cat > conftest.c <<EOF
    880 #ifdef __GNUC__
    881   yes;
     1900fi
     1901echo "$as_me:$LINENO: result: yes" >&5
     1902echo "${ECHO_T}yes" >&6
     1903
     1904rm -f a.out a.exe conftest$ac_cv_exeext b.out
     1905ac_clean_files=$ac_clean_files_save
     1906# Check the compiler produces executables we can run.  If not, either
     1907# the compiler is broken, or we cross compile.
     1908echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     1909echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
     1910echo "$as_me:$LINENO: result: $cross_compiling" >&5
     1911echo "${ECHO_T}$cross_compiling" >&6
     1912
     1913echo "$as_me:$LINENO: checking for suffix of executables" >&5
     1914echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
     1915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     1916  (eval $ac_link) 2>&5
     1917  ac_status=$?
     1918  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1919  (exit $ac_status); }; then
     1920  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     1921# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
     1922# work properly (i.e., refer to `conftest.exe'), while it won't with
     1923# `rm'.
     1924for ac_file in conftest.exe conftest conftest.*; do
     1925  test -f "$ac_file" || continue
     1926  case $ac_file in
     1927    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     1928    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     1929          export ac_cv_exeext
     1930          break;;
     1931    * ) break;;
     1932  esac
     1933done
     1934else
     1935  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     1936See \`config.log' for more details." >&5
     1937echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     1938See \`config.log' for more details." >&2;}
     1939   { (exit 1); exit 1; }; }
     1940fi
     1941
     1942rm -f conftest$ac_cv_exeext
     1943echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     1944echo "${ECHO_T}$ac_cv_exeext" >&6
     1945
     1946rm -f conftest.$ac_ext
     1947EXEEXT=$ac_cv_exeext
     1948ac_exeext=$EXEEXT
     1949echo "$as_me:$LINENO: checking for suffix of object files" >&5
     1950echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     1951if test "${ac_cv_objext+set}" = set; then
     1952  echo $ECHO_N "(cached) $ECHO_C" >&6
     1953else
     1954  cat >conftest.$ac_ext <<_ACEOF
     1955/* confdefs.h.  */
     1956_ACEOF
     1957cat confdefs.h >>conftest.$ac_ext
     1958cat >>conftest.$ac_ext <<_ACEOF
     1959/* end confdefs.h.  */
     1960
     1961int
     1962main ()
     1963{
     1964
     1965  ;
     1966  return 0;
     1967}
     1968_ACEOF
     1969rm -f conftest.o conftest.obj
     1970if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     1971  (eval $ac_compile) 2>&5
     1972  ac_status=$?
     1973  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1974  (exit $ac_status); }; then
     1975  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     1976  case $ac_file in
     1977    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     1978    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
     1979       break;;
     1980  esac
     1981done
     1982else
     1983  echo "$as_me: failed program was:" >&5
     1984sed 's/^/| /' conftest.$ac_ext >&5
     1985
     1986{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     1987See \`config.log' for more details." >&5
     1988echo "$as_me: error: cannot compute suffix of object files: cannot compile
     1989See \`config.log' for more details." >&2;}
     1990   { (exit 1); exit 1; }; }
     1991fi
     1992
     1993rm -f conftest.$ac_cv_objext conftest.$ac_ext
     1994fi
     1995echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     1996echo "${ECHO_T}$ac_cv_objext" >&6
     1997OBJEXT=$ac_cv_objext
     1998ac_objext=$OBJEXT
     1999echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2000echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2001if test "${ac_cv_c_compiler_gnu+set}" = set; then
     2002  echo $ECHO_N "(cached) $ECHO_C" >&6
     2003else
     2004  cat >conftest.$ac_ext <<_ACEOF
     2005/* confdefs.h.  */
     2006_ACEOF
     2007cat confdefs.h >>conftest.$ac_ext
     2008cat >>conftest.$ac_ext <<_ACEOF
     2009/* end confdefs.h.  */
     2010
     2011int
     2012main ()
     2013{
     2014#ifndef __GNUC__
     2015       choke me
    8822016#endif
    883 EOF
    884 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    885   ac_cv_prog_gcc=yes
    886 else
    887   ac_cv_prog_gcc=no
    888 fi
    889 fi
    890 
    891 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
    892 
    893 if test $ac_cv_prog_gcc = yes; then
    894   GCC=yes
    895 else
    896   GCC=
    897 fi
    898 
    899 ac_test_CFLAGS="${CFLAGS+set}"
    900 ac_save_CFLAGS="$CFLAGS"
    901 CFLAGS=
    902 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    903 echo "configure:904: checking whether ${CC-cc} accepts -g" >&5
    904 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    905   echo $ac_n "(cached) $ac_c" 1>&6
    906 else
    907   echo 'void f(){}' > conftest.c
    908 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
     2017
     2018  ;
     2019  return 0;
     2020}
     2021_ACEOF
     2022rm -f conftest.$ac_objext
     2023if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2024  (eval $ac_compile) 2>conftest.er1
     2025  ac_status=$?
     2026  grep -v '^ *+' conftest.er1 >conftest.err
     2027  rm -f conftest.er1
     2028  cat conftest.err >&5
     2029  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2030  (exit $ac_status); } &&
     2031         { ac_try='test -z "$ac_c_werror_flag"
     2032                         || test ! -s conftest.err'
     2033  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2034  (eval $ac_try) 2>&5
     2035  ac_status=$?
     2036  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2037  (exit $ac_status); }; } &&
     2038         { ac_try='test -s conftest.$ac_objext'
     2039  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2040  (eval $ac_try) 2>&5
     2041  ac_status=$?
     2042  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2043  (exit $ac_status); }; }; then
     2044  ac_compiler_gnu=yes
     2045else
     2046  echo "$as_me: failed program was:" >&5
     2047sed 's/^/| /' conftest.$ac_ext >&5
     2048
     2049ac_compiler_gnu=no
     2050fi
     2051rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2052ac_cv_c_compiler_gnu=$ac_compiler_gnu
     2053
     2054fi
     2055echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2056echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
     2057GCC=`test $ac_compiler_gnu = yes && echo yes`
     2058ac_test_CFLAGS=${CFLAGS+set}
     2059ac_save_CFLAGS=$CFLAGS
     2060CFLAGS="-g"
     2061echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2062echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2063if test "${ac_cv_prog_cc_g+set}" = set; then
     2064  echo $ECHO_N "(cached) $ECHO_C" >&6
     2065else
     2066  cat >conftest.$ac_ext <<_ACEOF
     2067/* confdefs.h.  */
     2068_ACEOF
     2069cat confdefs.h >>conftest.$ac_ext
     2070cat >>conftest.$ac_ext <<_ACEOF
     2071/* end confdefs.h.  */
     2072
     2073int
     2074main ()
     2075{
     2076
     2077  ;
     2078  return 0;
     2079}
     2080_ACEOF
     2081rm -f conftest.$ac_objext
     2082if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2083  (eval $ac_compile) 2>conftest.er1
     2084  ac_status=$?
     2085  grep -v '^ *+' conftest.er1 >conftest.err
     2086  rm -f conftest.er1
     2087  cat conftest.err >&5
     2088  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2089  (exit $ac_status); } &&
     2090         { ac_try='test -z "$ac_c_werror_flag"
     2091                         || test ! -s conftest.err'
     2092  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2093  (eval $ac_try) 2>&5
     2094  ac_status=$?
     2095  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2096  (exit $ac_status); }; } &&
     2097         { ac_try='test -s conftest.$ac_objext'
     2098  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2099  (eval $ac_try) 2>&5
     2100  ac_status=$?
     2101  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2102  (exit $ac_status); }; }; then
    9092103  ac_cv_prog_cc_g=yes
    9102104else
    911   ac_cv_prog_cc_g=no
    912 fi
    913 rm -f conftest*
    914 
    915 fi
    916 
    917 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
     2105  echo "$as_me: failed program was:" >&5
     2106sed 's/^/| /' conftest.$ac_ext >&5
     2107
     2108ac_cv_prog_cc_g=no
     2109fi
     2110rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2111fi
     2112echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2113echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
    9182114if test "$ac_test_CFLAGS" = set; then
    919   CFLAGS="$ac_save_CFLAGS"
     2115  CFLAGS=$ac_save_CFLAGS
    9202116elif test $ac_cv_prog_cc_g = yes; then
    9212117  if test "$GCC" = yes; then
     
    9312127  fi
    9322128fi
    933 
    934 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    935 echo "configure:936: checking how to run the C preprocessor" >&5
     2129echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
     2130echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
     2131if test "${ac_cv_prog_cc_stdc+set}" = set; then
     2132  echo $ECHO_N "(cached) $ECHO_C" >&6
     2133else
     2134  ac_cv_prog_cc_stdc=no
     2135ac_save_CC=$CC
     2136cat >conftest.$ac_ext <<_ACEOF
     2137/* confdefs.h.  */
     2138_ACEOF
     2139cat confdefs.h >>conftest.$ac_ext
     2140cat >>conftest.$ac_ext <<_ACEOF
     2141/* end confdefs.h.  */
     2142#include <stdarg.h>
     2143#include <stdio.h>
     2144#include <sys/types.h>
     2145#include <sys/stat.h>
     2146/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
     2147struct buf { int x; };
     2148FILE * (*rcsopen) (struct buf *, struct stat *, int);
     2149static char *e (p, i)
     2150     char **p;
     2151     int i;
     2152{
     2153  return p[i];
     2154}
     2155static char *f (char * (*g) (char **, int), char **p, ...)
     2156{
     2157  char *s;
     2158  va_list v;
     2159  va_start (v,p);
     2160  s = g (p, va_arg (v,int));
     2161  va_end (v);
     2162  return s;
     2163}
     2164
     2165/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
     2166   function prototypes and stuff, but not '\xHH' hex character constants.
     2167   These don't provoke an error unfortunately, instead are silently treated
     2168   as 'x'.  The following induces an error, until -std1 is added to get
     2169   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
     2170   array size at least.  It's necessary to write '\x00'==0 to get something
     2171   that's true only with -std1.  */
     2172int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     2173
     2174int test (int i, double x);
     2175struct s1 {int (*f) (int a);};
     2176struct s2 {int (*f) (double a);};
     2177int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
     2178int argc;
     2179char **argv;
     2180int
     2181main ()
     2182{
     2183return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
     2184  ;
     2185  return 0;
     2186}
     2187_ACEOF
     2188# Don't try gcc -ansi; that turns off useful extensions and
     2189# breaks some systems' header files.
     2190# AIX                   -qlanglvl=ansi
     2191# Ultrix and OSF/1      -std1
     2192# HP-UX 10.20 and later -Ae
     2193# HP-UX older versions  -Aa -D_HPUX_SOURCE
     2194# SVR4                  -Xc -D__EXTENSIONS__
     2195for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     2196do
     2197  CC="$ac_save_CC $ac_arg"
     2198  rm -f conftest.$ac_objext
     2199if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2200  (eval $ac_compile) 2>conftest.er1
     2201  ac_status=$?
     2202  grep -v '^ *+' conftest.er1 >conftest.err
     2203  rm -f conftest.er1
     2204  cat conftest.err >&5
     2205  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2206  (exit $ac_status); } &&
     2207         { ac_try='test -z "$ac_c_werror_flag"
     2208                         || test ! -s conftest.err'
     2209  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2210  (eval $ac_try) 2>&5
     2211  ac_status=$?
     2212  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2213  (exit $ac_status); }; } &&
     2214         { ac_try='test -s conftest.$ac_objext'
     2215  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2216  (eval $ac_try) 2>&5
     2217  ac_status=$?
     2218  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2219  (exit $ac_status); }; }; then
     2220  ac_cv_prog_cc_stdc=$ac_arg
     2221break
     2222else
     2223  echo "$as_me: failed program was:" >&5
     2224sed 's/^/| /' conftest.$ac_ext >&5
     2225
     2226fi
     2227rm -f conftest.err conftest.$ac_objext
     2228done
     2229rm -f conftest.$ac_ext conftest.$ac_objext
     2230CC=$ac_save_CC
     2231
     2232fi
     2233
     2234case "x$ac_cv_prog_cc_stdc" in
     2235  x|xno)
     2236    echo "$as_me:$LINENO: result: none needed" >&5
     2237echo "${ECHO_T}none needed" >&6 ;;
     2238  *)
     2239    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     2240echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     2241    CC="$CC $ac_cv_prog_cc_stdc" ;;
     2242esac
     2243
     2244# Some people use a C++ compiler to compile C.  Since we use `exit',
     2245# in C++ we need to declare it.  In case someone uses the same compiler
     2246# for both compiling C and C++ we need to have the C++ compiler decide
     2247# the declaration of exit, since it's the most demanding environment.
     2248cat >conftest.$ac_ext <<_ACEOF
     2249#ifndef __cplusplus
     2250  choke me
     2251#endif
     2252_ACEOF
     2253rm -f conftest.$ac_objext
     2254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2255  (eval $ac_compile) 2>conftest.er1
     2256  ac_status=$?
     2257  grep -v '^ *+' conftest.er1 >conftest.err
     2258  rm -f conftest.er1
     2259  cat conftest.err >&5
     2260  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2261  (exit $ac_status); } &&
     2262         { ac_try='test -z "$ac_c_werror_flag"
     2263                         || test ! -s conftest.err'
     2264  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2265  (eval $ac_try) 2>&5
     2266  ac_status=$?
     2267  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2268  (exit $ac_status); }; } &&
     2269         { ac_try='test -s conftest.$ac_objext'
     2270  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2271  (eval $ac_try) 2>&5
     2272  ac_status=$?
     2273  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2274  (exit $ac_status); }; }; then
     2275  for ac_declaration in \
     2276   '' \
     2277   'extern "C" void std::exit (int) throw (); using std::exit;' \
     2278   'extern "C" void std::exit (int); using std::exit;' \
     2279   'extern "C" void exit (int) throw ();' \
     2280   'extern "C" void exit (int);' \
     2281   'void exit (int);'
     2282do
     2283  cat >conftest.$ac_ext <<_ACEOF
     2284/* confdefs.h.  */
     2285_ACEOF
     2286cat confdefs.h >>conftest.$ac_ext
     2287cat >>conftest.$ac_ext <<_ACEOF
     2288/* end confdefs.h.  */
     2289$ac_declaration
     2290#include <stdlib.h>
     2291int
     2292main ()
     2293{
     2294exit (42);
     2295  ;
     2296  return 0;
     2297}
     2298_ACEOF
     2299rm -f conftest.$ac_objext
     2300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2301  (eval $ac_compile) 2>conftest.er1
     2302  ac_status=$?
     2303  grep -v '^ *+' conftest.er1 >conftest.err
     2304  rm -f conftest.er1
     2305  cat conftest.err >&5
     2306  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2307  (exit $ac_status); } &&
     2308         { ac_try='test -z "$ac_c_werror_flag"
     2309                         || test ! -s conftest.err'
     2310  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2311  (eval $ac_try) 2>&5
     2312  ac_status=$?
     2313  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2314  (exit $ac_status); }; } &&
     2315         { ac_try='test -s conftest.$ac_objext'
     2316  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2317  (eval $ac_try) 2>&5
     2318  ac_status=$?
     2319  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2320  (exit $ac_status); }; }; then
     2321  :
     2322else
     2323  echo "$as_me: failed program was:" >&5
     2324sed 's/^/| /' conftest.$ac_ext >&5
     2325
     2326continue
     2327fi
     2328rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2329  cat >conftest.$ac_ext <<_ACEOF
     2330/* confdefs.h.  */
     2331_ACEOF
     2332cat confdefs.h >>conftest.$ac_ext
     2333cat >>conftest.$ac_ext <<_ACEOF
     2334/* end confdefs.h.  */
     2335$ac_declaration
     2336int
     2337main ()
     2338{
     2339exit (42);
     2340  ;
     2341  return 0;
     2342}
     2343_ACEOF
     2344rm -f conftest.$ac_objext
     2345if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2346  (eval $ac_compile) 2>conftest.er1
     2347  ac_status=$?
     2348  grep -v '^ *+' conftest.er1 >conftest.err
     2349  rm -f conftest.er1
     2350  cat conftest.err >&5
     2351  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2352  (exit $ac_status); } &&
     2353         { ac_try='test -z "$ac_c_werror_flag"
     2354                         || test ! -s conftest.err'
     2355  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2356  (eval $ac_try) 2>&5
     2357  ac_status=$?
     2358  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2359  (exit $ac_status); }; } &&
     2360         { ac_try='test -s conftest.$ac_objext'
     2361  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2362  (eval $ac_try) 2>&5
     2363  ac_status=$?
     2364  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2365  (exit $ac_status); }; }; then
     2366  break
     2367else
     2368  echo "$as_me: failed program was:" >&5
     2369sed 's/^/| /' conftest.$ac_ext >&5
     2370
     2371fi
     2372rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2373done
     2374rm -f conftest*
     2375if test -n "$ac_declaration"; then
     2376  echo '#ifdef __cplusplus' >>confdefs.h
     2377  echo $ac_declaration      >>confdefs.h
     2378  echo '#endif'             >>confdefs.h
     2379fi
     2380
     2381else
     2382  echo "$as_me: failed program was:" >&5
     2383sed 's/^/| /' conftest.$ac_ext >&5
     2384
     2385fi
     2386rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2387ac_ext=c
     2388ac_cpp='$CPP $CPPFLAGS'
     2389ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     2390ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     2391ac_compiler_gnu=$ac_cv_c_compiler_gnu
     2392
     2393ac_ext=c
     2394ac_cpp='$CPP $CPPFLAGS'
     2395ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     2396ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     2397ac_compiler_gnu=$ac_cv_c_compiler_gnu
     2398echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     2399echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
    9362400# On Suns, sometimes $CPP names a directory.
    9372401if test -n "$CPP" && test -d "$CPP"; then
     
    9392403fi
    9402404if test -z "$CPP"; then
    941 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
    942   echo $ac_n "(cached) $ac_c" 1>&6
    943 else
    944     # This must be in double quotes, not single quotes, because CPP may get
    945   # substituted into the Makefile and "${CC-cc}" will confuse make.
    946   CPP="${CC-cc} -E"
     2405  if test "${ac_cv_prog_CPP+set}" = set; then
     2406  echo $ECHO_N "(cached) $ECHO_C" >&6
     2407else
     2408      # Double quotes because CPP needs to be expanded
     2409    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
     2410    do
     2411      ac_preproc_ok=false
     2412for ac_c_preproc_warn_flag in '' yes
     2413do
     2414  # Use a header file that comes with gcc, so configuring glibc
     2415  # with a fresh cross-compiler works.
     2416  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     2417  # <limits.h> exists even on freestanding compilers.
    9472418  # On the NeXT, cc -E runs the code through the compiler's parser,
    948   # not just through cpp.
    949   cat > conftest.$ac_ext <<EOF
    950 #line 951 "configure"
    951 #include "confdefs.h"
    952 #include <assert.h>
    953 Syntax Error
    954 EOF
    955 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    956 { (eval echo configure:957: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    957 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    958 if test -z "$ac_err"; then
     2419  # not just through cpp. "Syntax error" is here to catch this case.
     2420  cat >conftest.$ac_ext <<_ACEOF
     2421/* confdefs.h.  */
     2422_ACEOF
     2423cat confdefs.h >>conftest.$ac_ext
     2424cat >>conftest.$ac_ext <<_ACEOF
     2425/* end confdefs.h.  */
     2426#ifdef __STDC__
     2427# include <limits.h>
     2428#else
     2429# include <assert.h>
     2430#endif
     2431                     Syntax error
     2432_ACEOF
     2433if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     2434  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     2435  ac_status=$?
     2436  grep -v '^ *+' conftest.er1 >conftest.err
     2437  rm -f conftest.er1
     2438  cat conftest.err >&5
     2439  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2440  (exit $ac_status); } >/dev/null; then
     2441  if test -s conftest.err; then
     2442    ac_cpp_err=$ac_c_preproc_warn_flag
     2443    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
     2444  else
     2445    ac_cpp_err=
     2446  fi
     2447else
     2448  ac_cpp_err=yes
     2449fi
     2450if test -z "$ac_cpp_err"; then
    9592451  :
    9602452else
    961   echo "$ac_err" >&5
    962   echo "configure: failed program was:" >&5
    963   cat conftest.$ac_ext >&5
    964   rm -rf conftest*
    965   CPP="${CC-cc} -E -traditional-cpp"
    966   cat > conftest.$ac_ext <<EOF
    967 #line 968 "configure"
    968 #include "confdefs.h"
    969 #include <assert.h>
    970 Syntax Error
    971 EOF
    972 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    973 { (eval echo configure:974: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    974 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    975 if test -z "$ac_err"; then
     2453  echo "$as_me: failed program was:" >&5
     2454sed 's/^/| /' conftest.$ac_ext >&5
     2455
     2456  # Broken: fails on valid input.
     2457continue
     2458fi
     2459rm -f conftest.err conftest.$ac_ext
     2460
     2461  # OK, works on sane cases.  Now check whether non-existent headers
     2462  # can be detected and how.
     2463  cat >conftest.$ac_ext <<_ACEOF
     2464/* confdefs.h.  */
     2465_ACEOF
     2466cat confdefs.h >>conftest.$ac_ext
     2467cat >>conftest.$ac_ext <<_ACEOF
     2468/* end confdefs.h.  */
     2469#include <ac_nonexistent.h>
     2470_ACEOF
     2471if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     2472  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     2473  ac_status=$?
     2474  grep -v '^ *+' conftest.er1 >conftest.err
     2475  rm -f conftest.er1
     2476  cat conftest.err >&5
     2477  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2478  (exit $ac_status); } >/dev/null; then
     2479  if test -s conftest.err; then
     2480    ac_cpp_err=$ac_c_preproc_warn_flag
     2481    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
     2482  else
     2483    ac_cpp_err=
     2484  fi
     2485else
     2486  ac_cpp_err=yes
     2487fi
     2488if test -z "$ac_cpp_err"; then
     2489  # Broken: success on invalid input.
     2490continue
     2491else
     2492  echo "$as_me: failed program was:" >&5
     2493sed 's/^/| /' conftest.$ac_ext >&5
     2494
     2495  # Passes both tests.
     2496ac_preproc_ok=:
     2497break
     2498fi
     2499rm -f conftest.err conftest.$ac_ext
     2500
     2501done
     2502# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     2503rm -f conftest.err conftest.$ac_ext
     2504if $ac_preproc_ok; then
     2505  break
     2506fi
     2507
     2508    done
     2509    ac_cv_prog_CPP=$CPP
     2510
     2511fi
     2512  CPP=$ac_cv_prog_CPP
     2513else
     2514  ac_cv_prog_CPP=$CPP
     2515fi
     2516echo "$as_me:$LINENO: result: $CPP" >&5
     2517echo "${ECHO_T}$CPP" >&6
     2518ac_preproc_ok=false
     2519for ac_c_preproc_warn_flag in '' yes
     2520do
     2521  # Use a header file that comes with gcc, so configuring glibc
     2522  # with a fresh cross-compiler works.
     2523  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     2524  # <limits.h> exists even on freestanding compilers.
     2525  # On the NeXT, cc -E runs the code through the compiler's parser,
     2526  # not just through cpp. "Syntax error" is here to catch this case.
     2527  cat >conftest.$ac_ext <<_ACEOF
     2528/* confdefs.h.  */
     2529_ACEOF
     2530cat confdefs.h >>conftest.$ac_ext
     2531cat >>conftest.$ac_ext <<_ACEOF
     2532/* end confdefs.h.  */
     2533#ifdef __STDC__
     2534# include <limits.h>
     2535#else
     2536# include <assert.h>
     2537#endif
     2538                     Syntax error
     2539_ACEOF
     2540if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     2541  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     2542  ac_status=$?
     2543  grep -v '^ *+' conftest.er1 >conftest.err
     2544  rm -f conftest.er1
     2545  cat conftest.err >&5
     2546  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2547  (exit $ac_status); } >/dev/null; then
     2548  if test -s conftest.err; then
     2549    ac_cpp_err=$ac_c_preproc_warn_flag
     2550    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
     2551  else
     2552    ac_cpp_err=
     2553  fi
     2554else
     2555  ac_cpp_err=yes
     2556fi
     2557if test -z "$ac_cpp_err"; then
    9762558  :
    9772559else
    978   echo "$ac_err" >&5
    979   echo "configure: failed program was:" >&5
    980   cat conftest.$ac_ext >&5
    981   rm -rf conftest*
    982   CPP="${CC-cc} -nologo -E"
    983   cat > conftest.$ac_ext <<EOF
    984 #line 985 "configure"
    985 #include "confdefs.h"
    986 #include <assert.h>
    987 Syntax Error
    988 EOF
    989 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    990 { (eval echo configure:991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    991 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    992 if test -z "$ac_err"; then
     2560  echo "$as_me: failed program was:" >&5
     2561sed 's/^/| /' conftest.$ac_ext >&5
     2562
     2563  # Broken: fails on valid input.
     2564continue
     2565fi
     2566rm -f conftest.err conftest.$ac_ext
     2567
     2568  # OK, works on sane cases.  Now check whether non-existent headers
     2569  # can be detected and how.
     2570  cat >conftest.$ac_ext <<_ACEOF
     2571/* confdefs.h.  */
     2572_ACEOF
     2573cat confdefs.h >>conftest.$ac_ext
     2574cat >>conftest.$ac_ext <<_ACEOF
     2575/* end confdefs.h.  */
     2576#include <ac_nonexistent.h>
     2577_ACEOF
     2578if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     2579  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     2580  ac_status=$?
     2581  grep -v '^ *+' conftest.er1 >conftest.err
     2582  rm -f conftest.er1
     2583  cat conftest.err >&5
     2584  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2585  (exit $ac_status); } >/dev/null; then
     2586  if test -s conftest.err; then
     2587    ac_cpp_err=$ac_c_preproc_warn_flag
     2588    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
     2589  else
     2590    ac_cpp_err=
     2591  fi
     2592else
     2593  ac_cpp_err=yes
     2594fi
     2595if test -z "$ac_cpp_err"; then
     2596  # Broken: success on invalid input.
     2597continue
     2598else
     2599  echo "$as_me: failed program was:" >&5
     2600sed 's/^/| /' conftest.$ac_ext >&5
     2601
     2602  # Passes both tests.
     2603ac_preproc_ok=:
     2604break
     2605fi
     2606rm -f conftest.err conftest.$ac_ext
     2607
     2608done
     2609# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     2610rm -f conftest.err conftest.$ac_ext
     2611if $ac_preproc_ok; then
    9932612  :
    9942613else
    995   echo "$ac_err" >&5
    996   echo "configure: failed program was:" >&5
    997   cat conftest.$ac_ext >&5
    998   rm -rf conftest*
    999   CPP=/lib/cpp
    1000 fi
    1001 rm -f conftest*
    1002 fi
    1003 rm -f conftest*
    1004 fi
    1005 rm -f conftest*
    1006   ac_cv_prog_CPP="$CPP"
    1007 fi
    1008   CPP="$ac_cv_prog_CPP"
    1009 else
    1010   ac_cv_prog_CPP="$CPP"
    1011 fi
    1012 echo "$ac_t""$CPP" 1>&6
    1013 
    1014 # Extract the first word of "ranlib", so it can be a program name with args.
    1015 set dummy ranlib; ac_word=$2
    1016 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1017 echo "configure:1018: checking for $ac_word" >&5
    1018 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    1019   echo $ac_n "(cached) $ac_c" 1>&6
     2614  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     2615See \`config.log' for more details." >&5
     2616echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     2617See \`config.log' for more details." >&2;}
     2618   { (exit 1); exit 1; }; }
     2619fi
     2620
     2621ac_ext=c
     2622ac_cpp='$CPP $CPPFLAGS'
     2623ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     2624ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     2625ac_compiler_gnu=$ac_cv_c_compiler_gnu
     2626
     2627if test -n "$ac_tool_prefix"; then
     2628  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
     2629set dummy ${ac_tool_prefix}ranlib; ac_word=$2
     2630echo "$as_me:$LINENO: checking for $ac_word" >&5
     2631echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2632if test "${ac_cv_prog_RANLIB+set}" = set; then
     2633  echo $ECHO_N "(cached) $ECHO_C" >&6
    10202634else
    10212635  if test -n "$RANLIB"; then
    10222636  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    10232637else
    1024   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1025   ac_dummy="$PATH"
    1026   for ac_dir in $ac_dummy; do
    1027     test -z "$ac_dir" && ac_dir=.
    1028     if test -f $ac_dir/$ac_word; then
    1029       ac_cv_prog_RANLIB="ranlib"
    1030       break
    1031     fi
    1032   done
    1033   IFS="$ac_save_ifs"
    1034   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
    1035 fi
    1036 fi
    1037 RANLIB="$ac_cv_prog_RANLIB"
     2638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2639for as_dir in $PATH
     2640do
     2641  IFS=$as_save_IFS
     2642  test -z "$as_dir" && as_dir=.
     2643  for ac_exec_ext in '' $ac_executable_extensions; do
     2644  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2645    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
     2646    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2647    break 2
     2648  fi
     2649done
     2650done
     2651
     2652fi
     2653fi
     2654RANLIB=$ac_cv_prog_RANLIB
    10382655if test -n "$RANLIB"; then
    1039   echo "$ac_t""$RANLIB" 1>&6
    1040 else
    1041   echo "$ac_t""no" 1>&6
    1042 fi
    1043 
    1044 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1045 echo "configure:1046: checking whether ln -s works" >&5
    1046 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    1047   echo $ac_n "(cached) $ac_c" 1>&6
    1048 else
    1049   rm -f conftestdata
    1050 if ln -s X conftestdata 2>/dev/null
    1051 then
    1052   rm -f conftestdata
    1053   ac_cv_prog_LN_S="ln -s"
    1054 else
    1055   ac_cv_prog_LN_S=ln
    1056 fi
    1057 fi
    1058 LN_S="$ac_cv_prog_LN_S"
    1059 if test "$ac_cv_prog_LN_S" = "ln -s"; then
    1060   echo "$ac_t""yes" 1>&6
    1061 else
    1062   echo "$ac_t""no" 1>&6
     2656  echo "$as_me:$LINENO: result: $RANLIB" >&5
     2657echo "${ECHO_T}$RANLIB" >&6
     2658else
     2659  echo "$as_me:$LINENO: result: no" >&5
     2660echo "${ECHO_T}no" >&6
     2661fi
     2662
     2663fi
     2664if test -z "$ac_cv_prog_RANLIB"; then
     2665  ac_ct_RANLIB=$RANLIB
     2666  # Extract the first word of "ranlib", so it can be a program name with args.
     2667set dummy ranlib; ac_word=$2
     2668echo "$as_me:$LINENO: checking for $ac_word" >&5
     2669echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2670if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
     2671  echo $ECHO_N "(cached) $ECHO_C" >&6
     2672else
     2673  if test -n "$ac_ct_RANLIB"; then
     2674  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
     2675else
     2676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2677for as_dir in $PATH
     2678do
     2679  IFS=$as_save_IFS
     2680  test -z "$as_dir" && as_dir=.
     2681  for ac_exec_ext in '' $ac_executable_extensions; do
     2682  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2683    ac_cv_prog_ac_ct_RANLIB="ranlib"
     2684    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2685    break 2
     2686  fi
     2687done
     2688done
     2689
     2690  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     2691fi
     2692fi
     2693ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
     2694if test -n "$ac_ct_RANLIB"; then
     2695  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2696echo "${ECHO_T}$ac_ct_RANLIB" >&6
     2697else
     2698  echo "$as_me:$LINENO: result: no" >&5
     2699echo "${ECHO_T}no" >&6
     2700fi
     2701
     2702  RANLIB=$ac_ct_RANLIB
     2703else
     2704  RANLIB="$ac_cv_prog_RANLIB"
     2705fi
     2706
     2707echo "$as_me:$LINENO: checking whether ln -s works" >&5
     2708echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
     2709LN_S=$as_ln_s
     2710if test "$LN_S" = "ln -s"; then
     2711  echo "$as_me:$LINENO: result: yes" >&5
     2712echo "${ECHO_T}yes" >&6
     2713else
     2714  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     2715echo "${ECHO_T}no, using $LN_S" >&6
    10632716fi
    10642717
     
    10732726    ac_install_sh="$ac_aux_dir/install.sh -c"
    10742727    break
     2728  elif test -f $ac_dir/shtool; then
     2729    ac_aux_dir=$ac_dir
     2730    ac_install_sh="$ac_aux_dir/shtool install -c"
     2731    break
    10752732  fi
    10762733done
    10772734if test -z "$ac_aux_dir"; then
    1078   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
    1079 fi
    1080 ac_config_guess=$ac_aux_dir/config.guess
    1081 ac_config_sub=$ac_aux_dir/config.sub
    1082 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
     2735  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
     2736echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     2737   { (exit 1); exit 1; }; }
     2738fi
     2739ac_config_guess="$SHELL $ac_aux_dir/config.guess"
     2740ac_config_sub="$SHELL $ac_aux_dir/config.sub"
     2741ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
    10832742
    10842743# Find a good install program.  We prefer a C program (faster),
     
    10892748# IRIX /sbin/install
    10902749# AIX /bin/install
     2750# AmigaOS /C/install, which installs bootblocks on floppy discs
    10912751# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    10922752# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    10932753# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
     2754# OS/2's system install, which has a completely different semantic
    10942755# ./install, which can be erroneously created by make from ./install.sh.
    1095 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1096 echo "configure:1097: checking for a BSD compatible install" >&5
     2756echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     2757echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
    10972758if test -z "$INSTALL"; then
    1098 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    1099   echo $ac_n "(cached) $ac_c" 1>&6
    1100 else
    1101     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
    1102   for ac_dir in $PATH; do
    1103     # Account for people who put trailing slashes in PATH elements.
    1104     case "$ac_dir/" in
    1105     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    1106     *)
    1107       # OSF1 and SCO ODT 3.0 have their own names for install.
    1108       # Don't use installbsd from OSF since it installs stuff as root
    1109       # by default.
    1110       for ac_prog in ginstall scoinst install; do
    1111         if test -f $ac_dir/$ac_prog; then
     2759if test "${ac_cv_path_install+set}" = set; then
     2760  echo $ECHO_N "(cached) $ECHO_C" >&6
     2761else
     2762  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2763for as_dir in $PATH
     2764do
     2765  IFS=$as_save_IFS
     2766  test -z "$as_dir" && as_dir=.
     2767  # Account for people who put trailing slashes in PATH elements.
     2768case $as_dir/ in
     2769  ./ | .// | /cC/* | \
     2770  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
     2771  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
     2772  /usr/ucb/* ) ;;
     2773  *)
     2774    # OSF1 and SCO ODT 3.0 have their own names for install.
     2775    # Don't use installbsd from OSF since it installs stuff as root
     2776    # by default.
     2777    for ac_prog in ginstall scoinst install; do
     2778      for ac_exec_ext in '' $ac_executable_extensions; do
     2779        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    11122780          if test $ac_prog = install &&
    1113             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     2781            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    11142782            # AIX install.  It has an incompatible calling convention.
    11152783            :
     2784          elif test $ac_prog = install &&
     2785            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2786            # program-specific install script used by HP pwplus--don't use.
     2787            :
    11162788          else
    1117             ac_cv_path_install="$ac_dir/$ac_prog -c"
    1118             break 2
     2789            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2790            break 3
    11192791          fi
    11202792        fi
    11212793      done
    1122       ;;
    1123     esac
    1124   done
    1125   IFS="$ac_save_IFS"
     2794    done
     2795    ;;
     2796esac
     2797done
     2798
    11262799
    11272800fi
    11282801  if test "${ac_cv_path_install+set}" = set; then
    1129     INSTALL="$ac_cv_path_install"
     2802    INSTALL=$ac_cv_path_install
    11302803  else
    11312804    # As a last resort, use the slow shell script.  We don't cache a
     
    11332806    # break other packages using the cache if that directory is
    11342807    # removed, or if the path is relative.
    1135     INSTALL="$ac_install_sh"
     2808    INSTALL=$ac_install_sh
    11362809  fi
    11372810fi
    1138 echo "$ac_t""$INSTALL" 1>&6
     2811echo "$as_me:$LINENO: result: $INSTALL" >&5
     2812echo "${ECHO_T}$INSTALL" >&6
    11392813
    11402814# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    11422816test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    11432817
    1144 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     2818test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
    11452819
    11462820test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    11472821
    1148 echo $ac_n "checking for working const""... $ac_c" 1>&6
    1149 echo "configure:1150: checking for working const" >&5
    1150 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    1151   echo $ac_n "(cached) $ac_c" 1>&6
    1152 else
    1153   cat > conftest.$ac_ext <<EOF
    1154 #line 1155 "configure"
    1155 #include "confdefs.h"
    1156 
    1157 int main() {
    1158 
    1159 /* Ultrix mips cc rejects this.  */
    1160 typedef int charset[2]; const charset x;
    1161 /* SunOS 4.1.1 cc rejects this.  */
    1162 char const *const *ccp;
    1163 char **p;
    1164 /* NEC SVR4.0.2 mips cc rejects this.  */
    1165 struct point {int x, y;};
    1166 static struct point const zero = {0,0};
    1167 /* AIX XL C 1.02.0.0 rejects this.
    1168    It does not let you subtract one const X* pointer from another in an arm
    1169    of an if-expression whose if-part is not a constant expression */
    1170 const char *g = "string";
    1171 ccp = &g + (g ? g-g : 0);
    1172 /* HPUX 7.0 cc rejects these. */
    1173 ++ccp;
    1174 p = (char**) ccp;
    1175 ccp = (char const *const *) p;
    1176 { /* SCO 3.2v4 cc rejects this.  */
    1177   char *t;
    1178   char const *s = 0 ? (char *) 0 : (char const *) 0;
    1179 
    1180   *t++ = 0;
     2822
     2823echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     2824echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     2825if test "${ac_cv_c_const+set}" = set; then
     2826  echo $ECHO_N "(cached) $ECHO_C" >&6
     2827else
     2828  cat >conftest.$ac_ext <<_ACEOF
     2829/* confdefs.h.  */
     2830_ACEOF
     2831cat confdefs.h >>conftest.$ac_ext
     2832cat >>conftest.$ac_ext <<_ACEOF
     2833/* end confdefs.h.  */
     2834
     2835int
     2836main ()
     2837{
     2838/* FIXME: Include the comments suggested by Paul. */
     2839#ifndef __cplusplus
     2840  /* Ultrix mips cc rejects this.  */
     2841  typedef int charset[2];
     2842  const charset x;
     2843  /* SunOS 4.1.1 cc rejects this.  */
     2844  char const *const *ccp;
     2845  char **p;
     2846  /* NEC SVR4.0.2 mips cc rejects this.  */
     2847  struct point {int x, y;};
     2848  static struct point const zero = {0,0};
     2849  /* AIX XL C 1.02.0.0 rejects this.
     2850     It does not let you subtract one const X* pointer from another in
     2851     an arm of an if-expression whose if-part is not a constant
     2852     expression */
     2853  const char *g = "string";
     2854  ccp = &g + (g ? g-g : 0);
     2855  /* HPUX 7.0 cc rejects these. */
     2856  ++ccp;
     2857  p = (char**) ccp;
     2858  ccp = (char const *const *) p;
     2859  { /* SCO 3.2v4 cc rejects this.  */
     2860    char *t;
     2861    char const *s = 0 ? (char *) 0 : (char const *) 0;
     2862
     2863    *t++ = 0;
     2864  }
     2865  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     2866    int x[] = {25, 17};
     2867    const int *foo = &x[0];
     2868    ++foo;
     2869  }
     2870  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
     2871    typedef const int *iptr;
     2872    iptr p = 0;
     2873    ++p;
     2874  }
     2875  { /* AIX XL C 1.02.0.0 rejects this saying
     2876       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
     2877    struct s { int j; const int *ap[3]; };
     2878    struct s *b; b->j = 5;
     2879  }
     2880  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
     2881    const int foo = 10;
     2882  }
     2883#endif
     2884
     2885  ;
     2886  return 0;
    11812887}
    1182 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
    1183   int x[] = {25, 17};
    1184   const int *foo = &x[0];
    1185   ++foo;
    1186 }
    1187 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
    1188   typedef const int *iptr;
    1189   iptr p = 0;
    1190   ++p;
    1191 }
    1192 { /* AIX XL C 1.02.0.0 rejects this saying
    1193      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
    1194   struct s { int j; const int *ap[3]; };
    1195   struct s *b; b->j = 5;
    1196 }
    1197 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    1198   const int foo = 10;
    1199 }
    1200 
    1201 ; return 0; }
    1202 EOF
    1203 if { (eval echo configure:1204: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1204   rm -rf conftest*
     2888_ACEOF
     2889rm -f conftest.$ac_objext
     2890if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2891  (eval $ac_compile) 2>conftest.er1
     2892  ac_status=$?
     2893  grep -v '^ *+' conftest.er1 >conftest.err
     2894  rm -f conftest.er1
     2895  cat conftest.err >&5
     2896  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2897  (exit $ac_status); } &&
     2898         { ac_try='test -z "$ac_c_werror_flag"
     2899                         || test ! -s conftest.err'
     2900  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2901  (eval $ac_try) 2>&5
     2902  ac_status=$?
     2903  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2904  (exit $ac_status); }; } &&
     2905         { ac_try='test -s conftest.$ac_objext'
     2906  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2907  (eval $ac_try) 2>&5
     2908  ac_status=$?
     2909  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2910  (exit $ac_status); }; }; then
    12052911  ac_cv_c_const=yes
    12062912else
    1207   echo "configure: failed program was:" >&5
    1208   cat conftest.$ac_ext >&5
    1209   rm -rf conftest*
    1210   ac_cv_c_const=no
    1211 fi
    1212 rm -f conftest*
    1213 fi
    1214 
    1215 echo "$ac_t""$ac_cv_c_const" 1>&6
     2913  echo "$as_me: failed program was:" >&5
     2914sed 's/^/| /' conftest.$ac_ext >&5
     2915
     2916ac_cv_c_const=no
     2917fi
     2918rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2919fi
     2920echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     2921echo "${ECHO_T}$ac_cv_c_const" >&6
    12162922if test $ac_cv_c_const = no; then
    1217   cat >> confdefs.h <<\EOF
    1218 #define const
    1219 EOF
    1220 
    1221 fi
    1222 
    1223 echo $ac_n "checking for inline""... $ac_c" 1>&6
    1224 echo "configure:1225: checking for inline" >&5
    1225 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    1226   echo $ac_n "(cached) $ac_c" 1>&6
     2923
     2924cat >>confdefs.h <<\_ACEOF
     2925#define const
     2926_ACEOF
     2927
     2928fi
     2929
     2930echo "$as_me:$LINENO: checking for inline" >&5
     2931echo $ECHO_N "checking for inline... $ECHO_C" >&6
     2932if test "${ac_cv_c_inline+set}" = set; then
     2933  echo $ECHO_N "(cached) $ECHO_C" >&6
    12272934else
    12282935  ac_cv_c_inline=no
    12292936for ac_kw in inline __inline__ __inline; do
    1230   cat > conftest.$ac_ext <<EOF
    1231 #line 1232 "configure"
    1232 #include "confdefs.h"
    1233 
    1234 int main() {
    1235 } $ac_kw foo() {
    1236 ; return 0; }
    1237 EOF
    1238 if { (eval echo configure:1239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1239   rm -rf conftest*
     2937  cat >conftest.$ac_ext <<_ACEOF
     2938/* confdefs.h.  */
     2939_ACEOF
     2940cat confdefs.h >>conftest.$ac_ext
     2941cat >>conftest.$ac_ext <<_ACEOF
     2942/* end confdefs.h.  */
     2943#ifndef __cplusplus
     2944typedef int foo_t;
     2945static $ac_kw foo_t static_foo () {return 0; }
     2946$ac_kw foo_t foo () {return 0; }
     2947#endif
     2948
     2949_ACEOF
     2950rm -f conftest.$ac_objext
     2951if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2952  (eval $ac_compile) 2>conftest.er1
     2953  ac_status=$?
     2954  grep -v '^ *+' conftest.er1 >conftest.err
     2955  rm -f conftest.er1
     2956  cat conftest.err >&5
     2957  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2958  (exit $ac_status); } &&
     2959         { ac_try='test -z "$ac_c_werror_flag"
     2960                         || test ! -s conftest.err'
     2961  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2962  (eval $ac_try) 2>&5
     2963  ac_status=$?
     2964  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2965  (exit $ac_status); }; } &&
     2966         { ac_try='test -s conftest.$ac_objext'
     2967  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2968  (eval $ac_try) 2>&5
     2969  ac_status=$?
     2970  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2971  (exit $ac_status); }; }; then
    12402972  ac_cv_c_inline=$ac_kw; break
    12412973else
    1242   echo "configure: failed program was:" >&5
    1243   cat conftest.$ac_ext >&5
    1244 fi
    1245 rm -f conftest*
     2974  echo "$as_me: failed program was:" >&5
     2975sed 's/^/| /' conftest.$ac_ext >&5
     2976
     2977fi
     2978rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    12462979done
    12472980
    12482981fi
    1249 
    1250 echo "$ac_t""$ac_cv_c_inline" 1>&6
    1251 case "$ac_cv_c_inline" in
     2982echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
     2983echo "${ECHO_T}$ac_cv_c_inline" >&6
     2984
     2985
     2986case $ac_cv_c_inline in
    12522987  inline | yes) ;;
    1253   no) cat >> confdefs.h <<\EOF
    1254 #define inline
    1255 EOF
    1256  ;;
    1257   *)  cat >> confdefs.h <<EOF
    1258 #define inline $ac_cv_c_inline
    1259 EOF
    1260  ;;
     2988  *)
     2989    case $ac_cv_c_inline in
     2990      no) ac_val=;;
     2991      *) ac_val=$ac_cv_c_inline;;
     2992    esac
     2993    cat >>confdefs.h <<_ACEOF
     2994#ifndef __cplusplus
     2995#define inline $ac_val
     2996#endif
     2997_ACEOF
     2998    ;;
    12612999esac
    12623000
     
    12643002# Extract the first word of "ar", so it can be a program name with args.
    12653003set dummy ar; ac_word=$2
    1266 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1267 echo "configure:1268: checking for $ac_word" >&5
    1268 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    1269   echo $ac_n "(cached) $ac_c" 1>&6
     3004echo "$as_me:$LINENO: checking for $ac_word" >&5
     3005echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3006if test "${ac_cv_prog_AR+set}" = set; then
     3007  echo $ECHO_N "(cached) $ECHO_C" >&6
    12703008else
    12713009  if test -n "$AR"; then
    12723010  ac_cv_prog_AR="$AR" # Let the user override the test.
    12733011else
    1274   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1275   ac_dummy="$PATH"
    1276   for ac_dir in $ac_dummy; do
    1277     test -z "$ac_dir" && ac_dir=.
    1278     if test -f $ac_dir/$ac_word; then
    1279       ac_cv_prog_AR="ar"
    1280       break
    1281     fi
    1282   done
    1283   IFS="$ac_save_ifs"
     3012as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3013for as_dir in $PATH
     3014do
     3015  IFS=$as_save_IFS
     3016  test -z "$as_dir" && as_dir=.
     3017  for ac_exec_ext in '' $ac_executable_extensions; do
     3018  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3019    ac_cv_prog_AR="ar"
     3020    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3021    break 2
     3022  fi
     3023done
     3024done
     3025
    12843026  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR=":"
    12853027fi
    12863028fi
    1287 AR="$ac_cv_prog_AR"
     3029AR=$ac_cv_prog_AR
    12883030if test -n "$AR"; then
    1289   echo "$ac_t""$AR" 1>&6
    1290 else
    1291   echo "$ac_t""no" 1>&6
     3031  echo "$as_me:$LINENO: result: $AR" >&5
     3032echo "${ECHO_T}$AR" >&6
     3033else
     3034  echo "$as_me:$LINENO: result: no" >&5
     3035echo "${ECHO_T}no" >&6
    12923036fi
    12933037
    12943038if test "$ac_cv_prog_AR" != ar; then
    1295   { echo "configure: error: *** ar program not found" 1>&2; exit 1; }
     3039  { { echo "$as_me:$LINENO: error: *** ar program not found" >&5
     3040echo "$as_me: error: *** ar program not found" >&2;}
     3041   { (exit 1); exit 1; }; }
    12963042fi
    12973043for ac_prog in perl
    12983044do
    1299 # Extract the first word of "$ac_prog", so it can be a program name with args.
     3045  # Extract the first word of "$ac_prog", so it can be a program name with args.
    13003046set dummy $ac_prog; ac_word=$2
    1301 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1302 echo "configure:1303: checking for $ac_word" >&5
    1303 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    1304   echo $ac_n "(cached) $ac_c" 1>&6
     3047echo "$as_me:$LINENO: checking for $ac_word" >&5
     3048echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3049if test "${ac_cv_prog_PERL+set}" = set; then
     3050  echo $ECHO_N "(cached) $ECHO_C" >&6
    13053051else
    13063052  if test -n "$PERL"; then
    13073053  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    13083054else
    1309   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1310   ac_dummy="$PATH"
    1311   for ac_dir in $ac_dummy; do
    1312     test -z "$ac_dir" && ac_dir=.
    1313     if test -f $ac_dir/$ac_word; then
    1314       ac_cv_prog_PERL="$ac_prog"
    1315       break
    1316     fi
    1317   done
    1318   IFS="$ac_save_ifs"
    1319 fi
    1320 fi
    1321 PERL="$ac_cv_prog_PERL"
     3055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3056for as_dir in $PATH
     3057do
     3058  IFS=$as_save_IFS
     3059  test -z "$as_dir" && as_dir=.
     3060  for ac_exec_ext in '' $ac_executable_extensions; do
     3061  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3062    ac_cv_prog_PERL="$ac_prog"
     3063    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3064    break 2
     3065  fi
     3066done
     3067done
     3068
     3069fi
     3070fi
     3071PERL=$ac_cv_prog_PERL
    13223072if test -n "$PERL"; then
    1323   echo "$ac_t""$PERL" 1>&6
    1324 else
    1325   echo "$ac_t""no" 1>&6
    1326 fi
    1327 
    1328 test -n "$PERL" && break
     3073  echo "$as_me:$LINENO: result: $PERL" >&5
     3074echo "${ECHO_T}$PERL" >&6
     3075else
     3076  echo "$as_me:$LINENO: result: no" >&5
     3077echo "${ECHO_T}no" >&6
     3078fi
     3079
     3080  test -n "$PERL" && break
    13293081done
    13303082test -n "$PERL" || PERL=""no""
    13313083
    13323084if test "$ac_cv_prog_PERL" = no; then
    1333   { echo "configure: error: *** perl program not found" 1>&2; exit 1; }
     3085  { { echo "$as_me:$LINENO: error: *** perl program not found" >&5
     3086echo "$as_me: error: *** perl program not found" >&2;}
     3087   { (exit 1); exit 1; }; }
    13343088fi
    13353089
    13363090# Extract the first word of "addr2line", so it can be a program name with args.
    13373091set dummy addr2line; ac_word=$2
    1338 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1339 echo "configure:1340: checking for $ac_word" >&5
    1340 if eval "test \"`echo '$''{'ac_cv_prog_ADDR2LINE'+set}'`\" = set"; then
    1341   echo $ac_n "(cached) $ac_c" 1>&6
     3092echo "$as_me:$LINENO: checking for $ac_word" >&5
     3093echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     3094if test "${ac_cv_prog_ADDR2LINE+set}" = set; then
     3095  echo $ECHO_N "(cached) $ECHO_C" >&6
    13423096else
    13433097  if test -n "$ADDR2LINE"; then
    13443098  ac_cv_prog_ADDR2LINE="$ADDR2LINE" # Let the user override the test.
    13453099else
    1346   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1347   ac_dummy="$PATH"
    1348   for ac_dir in $ac_dummy; do
    1349     test -z "$ac_dir" && ac_dir=.
    1350     if test -f $ac_dir/$ac_word; then
    1351       ac_cv_prog_ADDR2LINE="addr2line"
    1352       break
     3100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3101for as_dir in $PATH
     3102do
     3103  IFS=$as_save_IFS
     3104  test -z "$as_dir" && as_dir=.
     3105  for ac_exec_ext in '' $ac_executable_extensions; do
     3106  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3107    ac_cv_prog_ADDR2LINE="addr2line"
     3108    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3109    break 2
     3110  fi
     3111done
     3112done
     3113
     3114  test -z "$ac_cv_prog_ADDR2LINE" && ac_cv_prog_ADDR2LINE="no"
     3115fi
     3116fi
     3117ADDR2LINE=$ac_cv_prog_ADDR2LINE
     3118if test -n "$ADDR2LINE"; then
     3119  echo "$as_me:$LINENO: result: $ADDR2LINE" >&5
     3120echo "${ECHO_T}$ADDR2LINE" >&6
     3121else
     3122  echo "$as_me:$LINENO: result: no" >&5
     3123echo "${ECHO_T}no" >&6
     3124fi
     3125
     3126if test "$ac_cv_prog_ADDR2LINE" = addr2line; then
     3127  cat >>confdefs.h <<_ACEOF
     3128#define OM_PROG_ADDR2LINE "$ac_cv_prog_ADDR2LINE"
     3129_ACEOF
     3130
     3131fi
     3132
     3133
     3134echo "$as_me:$LINENO: checking for egrep" >&5
     3135echo $ECHO_N "checking for egrep... $ECHO_C" >&6
     3136if test "${ac_cv_prog_egrep+set}" = set; then
     3137  echo $ECHO_N "(cached) $ECHO_C" >&6
     3138else
     3139  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
     3140    then ac_cv_prog_egrep='grep -E'
     3141    else ac_cv_prog_egrep='egrep'
    13533142    fi
    1354   done
    1355   IFS="$ac_save_ifs"
    1356   test -z "$ac_cv_prog_ADDR2LINE" && ac_cv_prog_ADDR2LINE="no"
    1357 fi
    1358 fi
    1359 ADDR2LINE="$ac_cv_prog_ADDR2LINE"
    1360 if test -n "$ADDR2LINE"; then
    1361   echo "$ac_t""$ADDR2LINE" 1>&6
    1362 else
    1363   echo "$ac_t""no" 1>&6
    1364 fi
    1365 
    1366 if test "$ac_cv_prog_ADDR2LINE" = addr2line; then
    1367   cat >> confdefs.h <<EOF
    1368 #define OM_PROG_ADDR2LINE "$ac_cv_prog_ADDR2LINE"
    1369 EOF
    1370 
    1371 fi
    1372 
    1373 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1374 echo "configure:1375: checking for ANSI C header files" >&5
    1375 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    1376   echo $ac_n "(cached) $ac_c" 1>&6
    1377 else
    1378   cat > conftest.$ac_ext <<EOF
    1379 #line 1380 "configure"
    1380 #include "confdefs.h"
     3143fi
     3144echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
     3145echo "${ECHO_T}$ac_cv_prog_egrep" >&6
     3146 EGREP=$ac_cv_prog_egrep
     3147
     3148
     3149echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     3150echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
     3151if test "${ac_cv_header_stdc+set}" = set; then
     3152  echo $ECHO_N "(cached) $ECHO_C" >&6
     3153else
     3154  cat >conftest.$ac_ext <<_ACEOF
     3155/* confdefs.h.  */
     3156_ACEOF
     3157cat confdefs.h >>conftest.$ac_ext
     3158cat >>conftest.$ac_ext <<_ACEOF
     3159/* end confdefs.h.  */
    13813160#include <stdlib.h>
    13823161#include <stdarg.h>
    13833162#include <string.h>
    13843163#include <float.h>
    1385 EOF
    1386 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1387 { (eval echo configure:1388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1388 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    1389 if test -z "$ac_err"; then
    1390   rm -rf conftest*
     3164
     3165int
     3166main ()
     3167{
     3168
     3169  ;
     3170  return 0;
     3171}
     3172_ACEOF
     3173rm -f conftest.$ac_objext
     3174if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3175  (eval $ac_compile) 2>conftest.er1
     3176  ac_status=$?
     3177  grep -v '^ *+' conftest.er1 >conftest.err
     3178  rm -f conftest.er1
     3179  cat conftest.err >&5
     3180  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3181  (exit $ac_status); } &&
     3182         { ac_try='test -z "$ac_c_werror_flag"
     3183                         || test ! -s conftest.err'
     3184  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3185  (eval $ac_try) 2>&5
     3186  ac_status=$?
     3187  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3188  (exit $ac_status); }; } &&
     3189         { ac_try='test -s conftest.$ac_objext'
     3190  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3191  (eval $ac_try) 2>&5
     3192  ac_status=$?
     3193  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3194  (exit $ac_status); }; }; then
    13913195  ac_cv_header_stdc=yes
    13923196else
    1393   echo "$ac_err" >&5
    1394   echo "configure: failed program was:" >&5
    1395   cat conftest.$ac_ext >&5
    1396   rm -rf conftest*
    1397   ac_cv_header_stdc=no
    1398 fi
    1399 rm -f conftest*
     3197  echo "$as_me: failed program was:" >&5
     3198sed 's/^/| /' conftest.$ac_ext >&5
     3199
     3200ac_cv_header_stdc=no
     3201fi
     3202rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    14003203
    14013204if test $ac_cv_header_stdc = yes; then
    14023205  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    1403 cat > conftest.$ac_ext <<EOF
    1404 #line 1405 "configure"
    1405 #include "confdefs.h"
     3206  cat >conftest.$ac_ext <<_ACEOF
     3207/* confdefs.h.  */
     3208_ACEOF
     3209cat confdefs.h >>conftest.$ac_ext
     3210cat >>conftest.$ac_ext <<_ACEOF
     3211/* end confdefs.h.  */
    14063212#include <string.h>
    1407 EOF
     3213
     3214_ACEOF
    14083215if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    1409   egrep "memchr" >/dev/null 2>&1; then
     3216  $EGREP "memchr" >/dev/null 2>&1; then
    14103217  :
    14113218else
    1412   rm -rf conftest*
    14133219  ac_cv_header_stdc=no
    14143220fi
     
    14193225if test $ac_cv_header_stdc = yes; then
    14203226  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    1421 cat > conftest.$ac_ext <<EOF
    1422 #line 1423 "configure"
    1423 #include "confdefs.h"
     3227  cat >conftest.$ac_ext <<_ACEOF
     3228/* confdefs.h.  */
     3229_ACEOF
     3230cat confdefs.h >>conftest.$ac_ext
     3231cat >>conftest.$ac_ext <<_ACEOF
     3232/* end confdefs.h.  */
    14243233#include <stdlib.h>
    1425 EOF
     3234
     3235_ACEOF
    14263236if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    1427   egrep "free" >/dev/null 2>&1; then
     3237  $EGREP "free" >/dev/null 2>&1; then
    14283238  :
    14293239else
    1430   rm -rf conftest*
    14313240  ac_cv_header_stdc=no
    14323241fi
     
    14373246if test $ac_cv_header_stdc = yes; then
    14383247  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
    1439 if test "$cross_compiling" = yes; then
     3248  if test "$cross_compiling" = yes; then
    14403249  :
    14413250else
    1442   cat > conftest.$ac_ext <<EOF
    1443 #line 1444 "configure"
    1444 #include "confdefs.h"
     3251  cat >conftest.$ac_ext <<_ACEOF
     3252/* confdefs.h.  */
     3253_ACEOF
     3254cat confdefs.h >>conftest.$ac_ext
     3255cat >>conftest.$ac_ext <<_ACEOF
     3256/* end confdefs.h.  */
    14453257#include <ctype.h>
    1446 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
    1447 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
     3258#if ((' ' & 0x0FF) == 0x020)
     3259# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     3260# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
     3261#else
     3262# define ISLOWER(c) \
     3263                   (('a' <= (c) && (c) <= 'i') \
     3264                     || ('j' <= (c) && (c) <= 'r') \
     3265                     || ('s' <= (c) && (c) <= 'z'))
     3266# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
     3267#endif
     3268
    14483269#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
    1449 int main () { int i; for (i = 0; i < 256; i++)
    1450 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
    1451 exit (0); }
    1452 
    1453 EOF
    1454 if { (eval echo configure:1455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1455 then
     3270int
     3271main ()
     3272{
     3273  int i;
     3274  for (i = 0; i < 256; i++)
     3275    if (XOR (islower (i), ISLOWER (i))
     3276        || toupper (i) != TOUPPER (i))
     3277      exit(2);
     3278  exit (0);
     3279}
     3280_ACEOF
     3281rm -f conftest$ac_exeext
     3282if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     3283  (eval $ac_link) 2>&5
     3284  ac_status=$?
     3285  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3286  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     3287  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3288  (eval $ac_try) 2>&5
     3289  ac_status=$?
     3290  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3291  (exit $ac_status); }; }; then
    14563292  :
    14573293else
    1458   echo "configure: failed program was:" >&5
    1459   cat conftest.$ac_ext >&5
    1460   rm -fr conftest*
    1461   ac_cv_header_stdc=no
    1462 fi
    1463 rm -fr conftest*
    1464 fi
    1465 
    1466 fi
    1467 fi
    1468 
    1469 echo "$ac_t""$ac_cv_header_stdc" 1>&6
     3294  echo "$as_me: program exited with status $ac_status" >&5
     3295echo "$as_me: failed program was:" >&5
     3296sed 's/^/| /' conftest.$ac_ext >&5
     3297
     3298( exit $ac_status )
     3299ac_cv_header_stdc=no
     3300fi
     3301rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     3302fi
     3303fi
     3304fi
     3305echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     3306echo "${ECHO_T}$ac_cv_header_stdc" >&6
    14703307if test $ac_cv_header_stdc = yes; then
    1471   cat >> confdefs.h <<\EOF
     3308
     3309cat >>confdefs.h <<\_ACEOF
    14723310#define STDC_HEADERS 1
    1473 EOF
    1474 
    1475 fi
    1476 
    1477 for ac_hdr in limits.h
     3311_ACEOF
     3312
     3313fi
     3314
     3315# On IRIX 5.3, sys/types and inttypes.h are conflicting.
     3316
     3317
     3318
     3319
     3320
     3321
     3322
     3323
     3324
     3325for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
     3326                  inttypes.h stdint.h unistd.h
    14783327do
    1479 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    1480 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1481 echo "configure:1482: checking for $ac_hdr" >&5
    1482 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    1483   echo $ac_n "(cached) $ac_c" 1>&6
    1484 else
    1485   cat > conftest.$ac_ext <<EOF
    1486 #line 1487 "configure"
    1487 #include "confdefs.h"
    1488 #include <$ac_hdr>
    1489 EOF
    1490 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1491 { (eval echo configure:1492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1492 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    1493 if test -z "$ac_err"; then
    1494   rm -rf conftest*
    1495   eval "ac_cv_header_$ac_safe=yes"
    1496 else
    1497   echo "$ac_err" >&5
    1498   echo "configure: failed program was:" >&5
    1499   cat conftest.$ac_ext >&5
    1500   rm -rf conftest*
    1501   eval "ac_cv_header_$ac_safe=no"
    1502 fi
    1503 rm -f conftest*
    1504 fi
    1505 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    1506   echo "$ac_t""yes" 1>&6
    1507     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
    1508   cat >> confdefs.h <<EOF
    1509 #define $ac_tr_hdr 1
    1510 EOF
    1511  
    1512 else
    1513   echo "$ac_t""no" 1>&6
    1514 { echo "configure: error: Can not compile without limits.h" 1>&2; exit 1; }
    1515 fi
     3328as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     3329echo "$as_me:$LINENO: checking for $ac_header" >&5
     3330echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     3331if eval "test \"\${$as_ac_Header+set}\" = set"; then
     3332  echo $ECHO_N "(cached) $ECHO_C" >&6
     3333else
     3334  cat >conftest.$ac_ext <<_ACEOF
     3335/* confdefs.h.  */
     3336_ACEOF
     3337cat confdefs.h >>conftest.$ac_ext
     3338cat >>conftest.$ac_ext <<_ACEOF
     3339/* end confdefs.h.  */
     3340$ac_includes_default
     3341
     3342#include <$ac_header>
     3343_ACEOF
     3344rm -f conftest.$ac_objext
     3345if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3346  (eval $ac_compile) 2>conftest.er1
     3347  ac_status=$?
     3348  grep -v '^ *+' conftest.er1 >conftest.err
     3349  rm -f conftest.er1
     3350  cat conftest.err >&5
     3351  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3352  (exit $ac_status); } &&
     3353         { ac_try='test -z "$ac_c_werror_flag"
     3354                         || test ! -s conftest.err'
     3355  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3356  (eval $ac_try) 2>&5
     3357  ac_status=$?
     3358  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3359  (exit $ac_status); }; } &&
     3360         { ac_try='test -s conftest.$ac_objext'
     3361  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3362  (eval $ac_try) 2>&5
     3363  ac_status=$?
     3364  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3365  (exit $ac_status); }; }; then
     3366  eval "$as_ac_Header=yes"
     3367else
     3368  echo "$as_me: failed program was:" >&5
     3369sed 's/^/| /' conftest.$ac_ext >&5
     3370
     3371eval "$as_ac_Header=no"
     3372fi
     3373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3374fi
     3375echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     3376echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     3377if test `eval echo '${'$as_ac_Header'}'` = yes; then
     3378  cat >>confdefs.h <<_ACEOF
     3379#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     3380_ACEOF
     3381
     3382fi
     3383
    15163384done
    15173385
    1518 for ac_hdr in unistd.h sys/mman.h fcntl.h /usr/include/malloc.h
     3386
     3387
     3388for ac_header in limits.h
    15193389do
    1520 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    1521 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1522 echo "configure:1523: checking for $ac_hdr" >&5
    1523 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    1524   echo $ac_n "(cached) $ac_c" 1>&6
    1525 else
    1526   cat > conftest.$ac_ext <<EOF
    1527 #line 1528 "configure"
    1528 #include "confdefs.h"
    1529 #include <$ac_hdr>
    1530 EOF
    1531 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1532 { (eval echo configure:1533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1533 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    1534 if test -z "$ac_err"; then
    1535   rm -rf conftest*
    1536   eval "ac_cv_header_$ac_safe=yes"
    1537 else
    1538   echo "$ac_err" >&5
    1539   echo "configure: failed program was:" >&5
    1540   cat conftest.$ac_ext >&5
    1541   rm -rf conftest*
    1542   eval "ac_cv_header_$ac_safe=no"
    1543 fi
    1544 rm -f conftest*
    1545 fi
    1546 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    1547   echo "$ac_t""yes" 1>&6
    1548     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
    1549   cat >> confdefs.h <<EOF
    1550 #define $ac_tr_hdr 1
    1551 EOF
    1552  
    1553 else
    1554   echo "$ac_t""no" 1>&6
    1555 fi
     3390as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     3391if eval "test \"\${$as_ac_Header+set}\" = set"; then
     3392  echo "$as_me:$LINENO: checking for $ac_header" >&5
     3393echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     3394if eval "test \"\${$as_ac_Header+set}\" = set"; then
     3395  echo $ECHO_N "(cached) $ECHO_C" >&6
     3396fi
     3397echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     3398echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     3399else
     3400  # Is the header compilable?
     3401echo "$as_me:$LINENO: checking $ac_header usability" >&5
     3402echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     3403cat >conftest.$ac_ext <<_ACEOF
     3404/* confdefs.h.  */
     3405_ACEOF
     3406cat confdefs.h >>conftest.$ac_ext
     3407cat >>conftest.$ac_ext <<_ACEOF
     3408/* end confdefs.h.  */
     3409$ac_includes_default
     3410#include <$ac_header>
     3411_ACEOF
     3412rm -f conftest.$ac_objext
     3413if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3414  (eval $ac_compile) 2>conftest.er1
     3415  ac_status=$?
     3416  grep -v '^ *+' conftest.er1 >conftest.err
     3417  rm -f conftest.er1
     3418  cat conftest.err >&5
     3419  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3420  (exit $ac_status); } &&
     3421         { ac_try='test -z "$ac_c_werror_flag"
     3422                         || test ! -s conftest.err'
     3423  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3424  (eval $ac_try) 2>&5
     3425  ac_status=$?
     3426  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3427  (exit $ac_status); }; } &&
     3428         { ac_try='test -s conftest.$ac_objext'
     3429  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3430  (eval $ac_try) 2>&5
     3431  ac_status=$?
     3432  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3433  (exit $ac_status); }; }; then
     3434  ac_header_compiler=yes
     3435else
     3436  echo "$as_me: failed program was:" >&5
     3437sed 's/^/| /' conftest.$ac_ext >&5
     3438
     3439ac_header_compiler=no
     3440fi
     3441rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3442echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     3443echo "${ECHO_T}$ac_header_compiler" >&6
     3444
     3445# Is the header present?
     3446echo "$as_me:$LINENO: checking $ac_header presence" >&5
     3447echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     3448cat >conftest.$ac_ext <<_ACEOF
     3449/* confdefs.h.  */
     3450_ACEOF
     3451cat confdefs.h >>conftest.$ac_ext
     3452cat >>conftest.$ac_ext <<_ACEOF
     3453/* end confdefs.h.  */
     3454#include <$ac_header>
     3455_ACEOF
     3456if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     3457  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3458  ac_status=$?
     3459  grep -v '^ *+' conftest.er1 >conftest.err
     3460  rm -f conftest.er1
     3461  cat conftest.err >&5
     3462  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3463  (exit $ac_status); } >/dev/null; then
     3464  if test -s conftest.err; then
     3465    ac_cpp_err=$ac_c_preproc_warn_flag
     3466    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
     3467  else
     3468    ac_cpp_err=
     3469  fi
     3470else
     3471  ac_cpp_err=yes
     3472fi
     3473if test -z "$ac_cpp_err"; then
     3474  ac_header_preproc=yes
     3475else
     3476  echo "$as_me: failed program was:" >&5
     3477sed 's/^/| /' conftest.$ac_ext >&5
     3478
     3479  ac_header_preproc=no
     3480fi
     3481rm -f conftest.err conftest.$ac_ext
     3482echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     3483echo "${ECHO_T}$ac_header_preproc" >&6
     3484
     3485# So?  What about this header?
     3486case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     3487  yes:no: )
     3488    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     3489echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     3490    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     3491echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     3492    ac_header_preproc=yes
     3493    ;;
     3494  no:yes:* )
     3495    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     3496echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     3497    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     3498echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     3499    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     3500echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     3501    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     3502echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     3503    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     3504echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     3505    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     3506echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     3507    (
     3508      cat <<\_ASBOX
     3509## ------------------------------------------ ##
     3510## Report this to the AC_PACKAGE_NAME lists.  ##
     3511## ------------------------------------------ ##
     3512_ASBOX
     3513    ) |
     3514      sed "s/^/$as_me: WARNING:     /" >&2
     3515    ;;
     3516esac
     3517echo "$as_me:$LINENO: checking for $ac_header" >&5
     3518echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     3519if eval "test \"\${$as_ac_Header+set}\" = set"; then
     3520  echo $ECHO_N "(cached) $ECHO_C" >&6
     3521else
     3522  eval "$as_ac_Header=\$ac_header_preproc"
     3523fi
     3524echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     3525echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     3526
     3527fi
     3528if test `eval echo '${'$as_ac_Header'}'` = yes; then
     3529  cat >>confdefs.h <<_ACEOF
     3530#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     3531_ACEOF
     3532
     3533else
     3534  { { echo "$as_me:$LINENO: error: Can not compile without limits.h" >&5
     3535echo "$as_me: error: Can not compile without limits.h" >&2;}
     3536   { (exit 1); exit 1; }; }
     3537fi
     3538
    15563539done
     3540
     3541
     3542
     3543
     3544
     3545for ac_header in unistd.h sys/mman.h fcntl.h /usr/include/malloc.h
     3546do
     3547as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     3548if eval "test \"\${$as_ac_Header+set}\" = set"; then
     3549  echo "$as_me:$LINENO: checking for $ac_header" >&5
     3550echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     3551if eval "test \"\${$as_ac_Header+set}\" = set"; then
     3552  echo $ECHO_N "(cached) $ECHO_C" >&6
     3553fi
     3554echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     3555echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     3556else
     3557  # Is the header compilable?
     3558echo "$as_me:$LINENO: checking $ac_header usability" >&5
     3559echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
     3560cat >conftest.$ac_ext <<_ACEOF
     3561/* confdefs.h.  */
     3562_ACEOF
     3563cat confdefs.h >>conftest.$ac_ext
     3564cat >>conftest.$ac_ext <<_ACEOF
     3565/* end confdefs.h.  */
     3566$ac_includes_default
     3567#include <$ac_header>
     3568_ACEOF
     3569rm -f conftest.$ac_objext
     3570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3571  (eval $ac_compile) 2>conftest.er1
     3572  ac_status=$?
     3573  grep -v '^ *+' conftest.er1 >conftest.err
     3574  rm -f conftest.er1
     3575  cat conftest.err >&5
     3576  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3577  (exit $ac_status); } &&
     3578         { ac_try='test -z "$ac_c_werror_flag"
     3579                         || test ! -s conftest.err'
     3580  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3581  (eval $ac_try) 2>&5
     3582  ac_status=$?
     3583  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3584  (exit $ac_status); }; } &&
     3585         { ac_try='test -s conftest.$ac_objext'
     3586  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3587  (eval $ac_try) 2>&5
     3588  ac_status=$?
     3589  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3590  (exit $ac_status); }; }; then
     3591  ac_header_compiler=yes
     3592else
     3593  echo "$as_me: failed program was:" >&5
     3594sed 's/^/| /' conftest.$ac_ext >&5
     3595
     3596ac_header_compiler=no
     3597fi
     3598rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3599echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     3600echo "${ECHO_T}$ac_header_compiler" >&6
     3601
     3602# Is the header present?
     3603echo "$as_me:$LINENO: checking $ac_header presence" >&5
     3604echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
     3605cat >conftest.$ac_ext <<_ACEOF
     3606/* confdefs.h.  */
     3607_ACEOF
     3608cat confdefs.h >>conftest.$ac_ext
     3609cat >>conftest.$ac_ext <<_ACEOF
     3610/* end confdefs.h.  */
     3611#include <$ac_header>
     3612_ACEOF
     3613if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     3614  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3615  ac_status=$?
     3616  grep -v '^ *+' conftest.er1 >conftest.err
     3617  rm -f conftest.er1
     3618  cat conftest.err >&5
     3619  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3620  (exit $ac_status); } >/dev/null; then
     3621  if test -s conftest.err; then
     3622    ac_cpp_err=$ac_c_preproc_warn_flag
     3623    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
     3624  else
     3625    ac_cpp_err=
     3626  fi
     3627else
     3628  ac_cpp_err=yes
     3629fi
     3630if test -z "$ac_cpp_err"; then
     3631  ac_header_preproc=yes
     3632else
     3633  echo "$as_me: failed program was:" >&5
     3634sed 's/^/| /' conftest.$ac_ext >&5
     3635
     3636  ac_header_preproc=no
     3637fi
     3638rm -f conftest.err conftest.$ac_ext
     3639echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     3640echo "${ECHO_T}$ac_header_preproc" >&6
     3641
     3642# So?  What about this header?
     3643case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     3644  yes:no: )
     3645    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     3646echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     3647    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     3648echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     3649    ac_header_preproc=yes
     3650    ;;
     3651  no:yes:* )
     3652    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     3653echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     3654    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     3655echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     3656    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     3657echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     3658    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     3659echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     3660    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     3661echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     3662    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     3663echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     3664    (
     3665      cat <<\_ASBOX
     3666## ------------------------------------------ ##
     3667## Report this to the AC_PACKAGE_NAME lists.  ##
     3668## ------------------------------------------ ##
     3669_ASBOX
     3670    ) |
     3671      sed "s/^/$as_me: WARNING:     /" >&2
     3672    ;;
     3673esac
     3674echo "$as_me:$LINENO: checking for $ac_header" >&5
     3675echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
     3676if eval "test \"\${$as_ac_Header+set}\" = set"; then
     3677  echo $ECHO_N "(cached) $ECHO_C" >&6
     3678else
     3679  eval "$as_ac_Header=\$ac_header_preproc"
     3680fi
     3681echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     3682echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
     3683
     3684fi
     3685if test `eval echo '${'$as_ac_Header'}'` = yes; then
     3686  cat >>confdefs.h <<_ACEOF
     3687#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     3688_ACEOF
     3689
     3690fi
     3691
     3692done
     3693
     3694
     3695
     3696
     3697
     3698
     3699
    15573700
    15583701
    15593702for ac_func in popen readlink getcwd getwd mmap sbrk random
    15603703do
    1561 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1562 echo "configure:1563: checking for $ac_func" >&5
    1563 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    1564   echo $ac_n "(cached) $ac_c" 1>&6
    1565 else
    1566   cat > conftest.$ac_ext <<EOF
    1567 #line 1568 "configure"
    1568 #include "confdefs.h"
     3704as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     3705echo "$as_me:$LINENO: checking for $ac_func" >&5
     3706echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
     3707if eval "test \"\${$as_ac_var+set}\" = set"; then
     3708  echo $ECHO_N "(cached) $ECHO_C" >&6
     3709else
     3710  cat >conftest.$ac_ext <<_ACEOF
     3711/* confdefs.h.  */
     3712_ACEOF
     3713cat confdefs.h >>conftest.$ac_ext
     3714cat >>conftest.$ac_ext <<_ACEOF
     3715/* end confdefs.h.  */
     3716/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     3717   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     3718#define $ac_func innocuous_$ac_func
     3719
    15693720/* System header to define __stub macros and hopefully few prototypes,
    1570     which can conflict with char $ac_func(); below.  */
    1571 #include <assert.h>
     3721    which can conflict with char $ac_func (); below.
     3722    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     3723    <limits.h> exists even on freestanding compilers.  */
     3724
     3725#ifdef __STDC__
     3726# include <limits.h>
     3727#else
     3728# include <assert.h>
     3729#endif
     3730
     3731#undef $ac_func
     3732
    15723733/* Override any gcc2 internal prototype to avoid an error.  */
     3734#ifdef __cplusplus
     3735extern "C"
     3736{
     3737#endif
    15733738/* We use char because int might match the return type of a gcc2
    1574     builtin and then its argument prototype would still apply.  */
    1575 char $ac_func();
    1576 
    1577 int main() {
    1578 
     3739   builtin and then its argument prototype would still apply.  */
     3740char $ac_func ();
    15793741/* The GNU C library defines this for functions which it implements
    15803742    to always fail with ENOSYS.  Some functions are actually named
     
    15833745choke me
    15843746#else
    1585 $ac_func();
     3747char (*f) () = $ac_func;
    15863748#endif
    1587 
    1588 ; return 0; }
    1589 EOF
    1590 if { (eval echo configure:1591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1591   rm -rf conftest*
    1592   eval "ac_cv_func_$ac_func=yes"
    1593 else
    1594   echo "configure: failed program was:" >&5
    1595   cat conftest.$ac_ext >&5
    1596   rm -rf conftest*
    1597   eval "ac_cv_func_$ac_func=no"
    1598 fi
    1599 rm -f conftest*
    1600 fi
    1601 
    1602 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
    1603   echo "$ac_t""yes" 1>&6
    1604     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    1605   cat >> confdefs.h <<EOF
    1606 #define $ac_tr_func 1
    1607 EOF
    1608  
    1609 else
    1610   echo "$ac_t""no" 1>&6
     3749#ifdef __cplusplus
     3750}
     3751#endif
     3752
     3753int
     3754main ()
     3755{
     3756return f != $ac_func;
     3757  ;
     3758  return 0;
     3759}
     3760_ACEOF
     3761rm -f conftest.$ac_objext conftest$ac_exeext
     3762if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     3763  (eval $ac_link) 2>conftest.er1
     3764  ac_status=$?
     3765  grep -v '^ *+' conftest.er1 >conftest.err
     3766  rm -f conftest.er1
     3767  cat conftest.err >&5
     3768  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3769  (exit $ac_status); } &&
     3770         { ac_try='test -z "$ac_c_werror_flag"
     3771                         || test ! -s conftest.err'
     3772  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3773  (eval $ac_try) 2>&5
     3774  ac_status=$?
     3775  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3776  (exit $ac_status); }; } &&
     3777         { ac_try='test -s conftest$ac_exeext'
     3778  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3779  (eval $ac_try) 2>&5
     3780  ac_status=$?
     3781  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3782  (exit $ac_status); }; }; then
     3783  eval "$as_ac_var=yes"
     3784else
     3785  echo "$as_me: failed program was:" >&5
     3786sed 's/^/| /' conftest.$ac_ext >&5
     3787
     3788eval "$as_ac_var=no"
     3789fi
     3790rm -f conftest.err conftest.$ac_objext \
     3791      conftest$ac_exeext conftest.$ac_ext
     3792fi
     3793echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     3794echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
     3795if test `eval echo '${'$as_ac_var'}'` = yes; then
     3796  cat >>confdefs.h <<_ACEOF
     3797#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     3798_ACEOF
     3799
    16113800fi
    16123801done
     
    16153804
    16163805# sizes
    1617 echo $ac_n "checking size of long""... $ac_c" 1>&6
    1618 echo "configure:1619: checking size of long" >&5
    1619 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    1620   echo $ac_n "(cached) $ac_c" 1>&6
    1621 else
     3806echo "$as_me:$LINENO: checking for long" >&5
     3807echo $ECHO_N "checking for long... $ECHO_C" >&6
     3808if test "${ac_cv_type_long+set}" = set; then
     3809  echo $ECHO_N "(cached) $ECHO_C" >&6
     3810else
     3811  cat >conftest.$ac_ext <<_ACEOF
     3812/* confdefs.h.  */
     3813_ACEOF
     3814cat confdefs.h >>conftest.$ac_ext
     3815cat >>conftest.$ac_ext <<_ACEOF
     3816/* end confdefs.h.  */
     3817$ac_includes_default
     3818int
     3819main ()
     3820{
     3821if ((long *) 0)
     3822  return 0;
     3823if (sizeof (long))
     3824  return 0;
     3825  ;
     3826  return 0;
     3827}
     3828_ACEOF
     3829rm -f conftest.$ac_objext
     3830if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3831  (eval $ac_compile) 2>conftest.er1
     3832  ac_status=$?
     3833  grep -v '^ *+' conftest.er1 >conftest.err
     3834  rm -f conftest.er1
     3835  cat conftest.err >&5
     3836  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3837  (exit $ac_status); } &&
     3838         { ac_try='test -z "$ac_c_werror_flag"
     3839                         || test ! -s conftest.err'
     3840  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3841  (eval $ac_try) 2>&5
     3842  ac_status=$?
     3843  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3844  (exit $ac_status); }; } &&
     3845         { ac_try='test -s conftest.$ac_objext'
     3846  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3847  (eval $ac_try) 2>&5
     3848  ac_status=$?
     3849  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3850  (exit $ac_status); }; }; then
     3851  ac_cv_type_long=yes
     3852else
     3853  echo "$as_me: failed program was:" >&5
     3854sed 's/^/| /' conftest.$ac_ext >&5
     3855
     3856ac_cv_type_long=no
     3857fi
     3858rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3859fi
     3860echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
     3861echo "${ECHO_T}$ac_cv_type_long" >&6
     3862
     3863echo "$as_me:$LINENO: checking size of long" >&5
     3864echo $ECHO_N "checking size of long... $ECHO_C" >&6
     3865if test "${ac_cv_sizeof_long+set}" = set; then
     3866  echo $ECHO_N "(cached) $ECHO_C" >&6
     3867else
     3868  if test "$ac_cv_type_long" = yes; then
     3869  # The cast to unsigned long works around a bug in the HP C Compiler
     3870  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     3871  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     3872  # This bug is HP SR number 8606223364.
    16223873  if test "$cross_compiling" = yes; then
    1623   ac_cv_sizeof_long=4
    1624 else
    1625   cat > conftest.$ac_ext <<EOF
    1626 #line 1627 "configure"
    1627 #include "confdefs.h"
     3874  # Depending upon the size, compute the lo and hi bounds.
     3875cat >conftest.$ac_ext <<_ACEOF
     3876/* confdefs.h.  */
     3877_ACEOF
     3878cat confdefs.h >>conftest.$ac_ext
     3879cat >>conftest.$ac_ext <<_ACEOF
     3880/* end confdefs.h.  */
     3881$ac_includes_default
     3882int
     3883main ()
     3884{
     3885static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
     3886test_array [0] = 0
     3887
     3888  ;
     3889  return 0;
     3890}
     3891_ACEOF
     3892rm -f conftest.$ac_objext
     3893if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3894  (eval $ac_compile) 2>conftest.er1
     3895  ac_status=$?
     3896  grep -v '^ *+' conftest.er1 >conftest.err
     3897  rm -f conftest.er1
     3898  cat conftest.err >&5
     3899  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3900  (exit $ac_status); } &&
     3901         { ac_try='test -z "$ac_c_werror_flag"
     3902                         || test ! -s conftest.err'
     3903  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3904  (eval $ac_try) 2>&5
     3905  ac_status=$?
     3906  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3907  (exit $ac_status); }; } &&
     3908         { ac_try='test -s conftest.$ac_objext'
     3909  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3910  (eval $ac_try) 2>&5
     3911  ac_status=$?
     3912  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3913  (exit $ac_status); }; }; then
     3914  ac_lo=0 ac_mid=0
     3915  while :; do
     3916    cat >conftest.$ac_ext <<_ACEOF
     3917/* confdefs.h.  */
     3918_ACEOF
     3919cat confdefs.h >>conftest.$ac_ext
     3920cat >>conftest.$ac_ext <<_ACEOF
     3921/* end confdefs.h.  */
     3922$ac_includes_default
     3923int
     3924main ()
     3925{
     3926static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
     3927test_array [0] = 0
     3928
     3929  ;
     3930  return 0;
     3931}
     3932_ACEOF
     3933rm -f conftest.$ac_objext
     3934if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3935  (eval $ac_compile) 2>conftest.er1
     3936  ac_status=$?
     3937  grep -v '^ *+' conftest.er1 >conftest.err
     3938  rm -f conftest.er1
     3939  cat conftest.err >&5
     3940  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3941  (exit $ac_status); } &&
     3942         { ac_try='test -z "$ac_c_werror_flag"
     3943                         || test ! -s conftest.err'
     3944  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3945  (eval $ac_try) 2>&5
     3946  ac_status=$?
     3947  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3948  (exit $ac_status); }; } &&
     3949         { ac_try='test -s conftest.$ac_objext'
     3950  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3951  (eval $ac_try) 2>&5
     3952  ac_status=$?
     3953  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3954  (exit $ac_status); }; }; then
     3955  ac_hi=$ac_mid; break
     3956else
     3957  echo "$as_me: failed program was:" >&5
     3958sed 's/^/| /' conftest.$ac_ext >&5
     3959
     3960ac_lo=`expr $ac_mid + 1`
     3961                    if test $ac_lo -le $ac_mid; then
     3962                      ac_lo= ac_hi=
     3963                      break
     3964                    fi
     3965                    ac_mid=`expr 2 '*' $ac_mid + 1`
     3966fi
     3967rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3968  done
     3969else
     3970  echo "$as_me: failed program was:" >&5
     3971sed 's/^/| /' conftest.$ac_ext >&5
     3972
     3973cat >conftest.$ac_ext <<_ACEOF
     3974/* confdefs.h.  */
     3975_ACEOF
     3976cat confdefs.h >>conftest.$ac_ext
     3977cat >>conftest.$ac_ext <<_ACEOF
     3978/* end confdefs.h.  */
     3979$ac_includes_default
     3980int
     3981main ()
     3982{
     3983static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
     3984test_array [0] = 0
     3985
     3986  ;
     3987  return 0;
     3988}
     3989_ACEOF
     3990rm -f conftest.$ac_objext
     3991if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3992  (eval $ac_compile) 2>conftest.er1
     3993  ac_status=$?
     3994  grep -v '^ *+' conftest.er1 >conftest.err
     3995  rm -f conftest.er1
     3996  cat conftest.err >&5
     3997  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3998  (exit $ac_status); } &&
     3999         { ac_try='test -z "$ac_c_werror_flag"
     4000                         || test ! -s conftest.err'
     4001  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4002  (eval $ac_try) 2>&5
     4003  ac_status=$?
     4004  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4005  (exit $ac_status); }; } &&
     4006         { ac_try='test -s conftest.$ac_objext'
     4007  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4008  (eval $ac_try) 2>&5
     4009  ac_status=$?
     4010  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4011  (exit $ac_status); }; }; then
     4012  ac_hi=-1 ac_mid=-1
     4013  while :; do
     4014    cat >conftest.$ac_ext <<_ACEOF
     4015/* confdefs.h.  */
     4016_ACEOF
     4017cat confdefs.h >>conftest.$ac_ext
     4018cat >>conftest.$ac_ext <<_ACEOF
     4019/* end confdefs.h.  */
     4020$ac_includes_default
     4021int
     4022main ()
     4023{
     4024static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
     4025test_array [0] = 0
     4026
     4027  ;
     4028  return 0;
     4029}
     4030_ACEOF
     4031rm -f conftest.$ac_objext
     4032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4033  (eval $ac_compile) 2>conftest.er1
     4034  ac_status=$?
     4035  grep -v '^ *+' conftest.er1 >conftest.err
     4036  rm -f conftest.er1
     4037  cat conftest.err >&5
     4038  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4039  (exit $ac_status); } &&
     4040         { ac_try='test -z "$ac_c_werror_flag"
     4041                         || test ! -s conftest.err'
     4042  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4043  (eval $ac_try) 2>&5
     4044  ac_status=$?
     4045  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4046  (exit $ac_status); }; } &&
     4047         { ac_try='test -s conftest.$ac_objext'
     4048  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4049  (eval $ac_try) 2>&5
     4050  ac_status=$?
     4051  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4052  (exit $ac_status); }; }; then
     4053  ac_lo=$ac_mid; break
     4054else
     4055  echo "$as_me: failed program was:" >&5
     4056sed 's/^/| /' conftest.$ac_ext >&5
     4057
     4058ac_hi=`expr '(' $ac_mid ')' - 1`
     4059                       if test $ac_mid -le $ac_hi; then
     4060                         ac_lo= ac_hi=
     4061                         break
     4062                       fi
     4063                       ac_mid=`expr 2 '*' $ac_mid`
     4064fi
     4065rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4066  done
     4067else
     4068  echo "$as_me: failed program was:" >&5
     4069sed 's/^/| /' conftest.$ac_ext >&5
     4070
     4071ac_lo= ac_hi=
     4072fi
     4073rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4074fi
     4075rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4076# Binary search between lo and hi bounds.
     4077while test "x$ac_lo" != "x$ac_hi"; do
     4078  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
     4079  cat >conftest.$ac_ext <<_ACEOF
     4080/* confdefs.h.  */
     4081_ACEOF
     4082cat confdefs.h >>conftest.$ac_ext
     4083cat >>conftest.$ac_ext <<_ACEOF
     4084/* end confdefs.h.  */
     4085$ac_includes_default
     4086int
     4087main ()
     4088{
     4089static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
     4090test_array [0] = 0
     4091
     4092  ;
     4093  return 0;
     4094}
     4095_ACEOF
     4096rm -f conftest.$ac_objext
     4097if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4098  (eval $ac_compile) 2>conftest.er1
     4099  ac_status=$?
     4100  grep -v '^ *+' conftest.er1 >conftest.err
     4101  rm -f conftest.er1
     4102  cat conftest.err >&5
     4103  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4104  (exit $ac_status); } &&
     4105         { ac_try='test -z "$ac_c_werror_flag"
     4106                         || test ! -s conftest.err'
     4107  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4108  (eval $ac_try) 2>&5
     4109  ac_status=$?
     4110  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4111  (exit $ac_status); }; } &&
     4112         { ac_try='test -s conftest.$ac_objext'
     4113  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4114  (eval $ac_try) 2>&5
     4115  ac_status=$?
     4116  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4117  (exit $ac_status); }; }; then
     4118  ac_hi=$ac_mid
     4119else
     4120  echo "$as_me: failed program was:" >&5
     4121sed 's/^/| /' conftest.$ac_ext >&5
     4122
     4123ac_lo=`expr '(' $ac_mid ')' + 1`
     4124fi
     4125rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4126done
     4127case $ac_lo in
     4128?*) ac_cv_sizeof_long=$ac_lo;;
     4129'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
     4130See \`config.log' for more details." >&5
     4131echo "$as_me: error: cannot compute sizeof (long), 77
     4132See \`config.log' for more details." >&2;}
     4133   { (exit 1); exit 1; }; } ;;
     4134esac
     4135else
     4136  if test "$cross_compiling" = yes; then
     4137  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
     4138See \`config.log' for more details." >&5
     4139echo "$as_me: error: cannot run test program while cross compiling
     4140See \`config.log' for more details." >&2;}
     4141   { (exit 1); exit 1; }; }
     4142else
     4143  cat >conftest.$ac_ext <<_ACEOF
     4144/* confdefs.h.  */
     4145_ACEOF
     4146cat confdefs.h >>conftest.$ac_ext
     4147cat >>conftest.$ac_ext <<_ACEOF
     4148/* end confdefs.h.  */
     4149$ac_includes_default
     4150long longval () { return (long) (sizeof (long)); }
     4151unsigned long ulongval () { return (long) (sizeof (long)); }
    16284152#include <stdio.h>
    1629 main()
     4153#include <stdlib.h>
     4154int
     4155main ()
    16304156{
    1631   FILE *f=fopen("conftestval", "w");
    1632   if (!f) exit(1);
    1633   fprintf(f, "%d\n", sizeof(long));
    1634   exit(0);
     4157
     4158  FILE *f = fopen ("conftest.val", "w");
     4159  if (! f)
     4160    exit (1);
     4161  if (((long) (sizeof (long))) < 0)
     4162    {
     4163      long i = longval ();
     4164      if (i != ((long) (sizeof (long))))
     4165        exit (1);
     4166      fprintf (f, "%ld\n", i);
     4167    }
     4168  else
     4169    {
     4170      unsigned long i = ulongval ();
     4171      if (i != ((long) (sizeof (long))))
     4172        exit (1);
     4173      fprintf (f, "%lu\n", i);
     4174    }
     4175  exit (ferror (f) || fclose (f) != 0);
     4176
     4177  ;
     4178  return 0;
    16354179}
    1636 EOF
    1637 if { (eval echo configure:1638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1638 then
    1639   ac_cv_sizeof_long=`cat conftestval`
    1640 else
    1641   echo "configure: failed program was:" >&5
    1642   cat conftest.$ac_ext >&5
    1643   rm -fr conftest*
     4180_ACEOF
     4181rm -f conftest$ac_exeext
     4182if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     4183  (eval $ac_link) 2>&5
     4184  ac_status=$?
     4185  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4186  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     4187  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4188  (eval $ac_try) 2>&5
     4189  ac_status=$?
     4190  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4191  (exit $ac_status); }; }; then
     4192  ac_cv_sizeof_long=`cat conftest.val`
     4193else
     4194  echo "$as_me: program exited with status $ac_status" >&5
     4195echo "$as_me: failed program was:" >&5
     4196sed 's/^/| /' conftest.$ac_ext >&5
     4197
     4198( exit $ac_status )
     4199{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
     4200See \`config.log' for more details." >&5
     4201echo "$as_me: error: cannot compute sizeof (long), 77
     4202See \`config.log' for more details." >&2;}
     4203   { (exit 1); exit 1; }; }
     4204fi
     4205rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4206fi
     4207fi
     4208rm -f conftest.val
     4209else
    16444210  ac_cv_sizeof_long=0
    16454211fi
    1646 rm -fr conftest*
    1647 fi
    1648 
    1649 fi
    1650 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
    1651 cat >> confdefs.h <<EOF
     4212fi
     4213echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
     4214echo "${ECHO_T}$ac_cv_sizeof_long" >&6
     4215cat >>confdefs.h <<_ACEOF
    16524216#define SIZEOF_LONG $ac_cv_sizeof_long
    1653 EOF
    1654 
    1655 
    1656 echo $ac_n "checking size of void*""... $ac_c" 1>&6
    1657 echo "configure:1658: checking size of void*" >&5
    1658 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    1659   echo $ac_n "(cached) $ac_c" 1>&6
    1660 else
     4217_ACEOF
     4218
     4219
     4220echo "$as_me:$LINENO: checking for void*" >&5
     4221echo $ECHO_N "checking for void*... $ECHO_C" >&6
     4222if test "${ac_cv_type_voidp+set}" = set; then
     4223  echo $ECHO_N "(cached) $ECHO_C" >&6
     4224else
     4225  cat >conftest.$ac_ext <<_ACEOF
     4226/* confdefs.h.  */
     4227_ACEOF
     4228cat confdefs.h >>conftest.$ac_ext
     4229cat >>conftest.$ac_ext <<_ACEOF
     4230/* end confdefs.h.  */
     4231$ac_includes_default
     4232int
     4233main ()
     4234{
     4235if ((void* *) 0)
     4236  return 0;
     4237if (sizeof (void*))
     4238  return 0;
     4239  ;
     4240  return 0;
     4241}
     4242_ACEOF
     4243rm -f conftest.$ac_objext
     4244if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4245  (eval $ac_compile) 2>conftest.er1
     4246  ac_status=$?
     4247  grep -v '^ *+' conftest.er1 >conftest.err
     4248  rm -f conftest.er1
     4249  cat conftest.err >&5
     4250  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4251  (exit $ac_status); } &&
     4252         { ac_try='test -z "$ac_c_werror_flag"
     4253                         || test ! -s conftest.err'
     4254  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4255  (eval $ac_try) 2>&5
     4256  ac_status=$?
     4257  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4258  (exit $ac_status); }; } &&
     4259         { ac_try='test -s conftest.$ac_objext'
     4260  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4261  (eval $ac_try) 2>&5
     4262  ac_status=$?
     4263  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4264  (exit $ac_status); }; }; then
     4265  ac_cv_type_voidp=yes
     4266else
     4267  echo "$as_me: failed program was:" >&5
     4268sed 's/^/| /' conftest.$ac_ext >&5
     4269
     4270ac_cv_type_voidp=no
     4271fi
     4272rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4273fi
     4274echo "$as_me:$LINENO: result: $ac_cv_type_voidp" >&5
     4275echo "${ECHO_T}$ac_cv_type_voidp" >&6
     4276
     4277echo "$as_me:$LINENO: checking size of void*" >&5
     4278echo $ECHO_N "checking size of void*... $ECHO_C" >&6
     4279if test "${ac_cv_sizeof_voidp+set}" = set; then
     4280  echo $ECHO_N "(cached) $ECHO_C" >&6
     4281else
     4282  if test "$ac_cv_type_voidp" = yes; then
     4283  # The cast to unsigned long works around a bug in the HP C Compiler
     4284  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     4285  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     4286  # This bug is HP SR number 8606223364.
    16614287  if test "$cross_compiling" = yes; then
    1662   ac_cv_sizeof_voidp=4
    1663 else
    1664   cat > conftest.$ac_ext <<EOF
    1665 #line 1666 "configure"
    1666 #include "confdefs.h"
     4288  # Depending upon the size, compute the lo and hi bounds.
     4289cat >conftest.$ac_ext <<_ACEOF
     4290/* confdefs.h.  */
     4291_ACEOF
     4292cat confdefs.h >>conftest.$ac_ext
     4293cat >>conftest.$ac_ext <<_ACEOF
     4294/* end confdefs.h.  */
     4295$ac_includes_default
     4296int
     4297main ()
     4298{
     4299static int test_array [1 - 2 * !(((long) (sizeof (void*))) >= 0)];
     4300test_array [0] = 0
     4301
     4302  ;
     4303  return 0;
     4304}
     4305_ACEOF
     4306rm -f conftest.$ac_objext
     4307if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4308  (eval $ac_compile) 2>conftest.er1
     4309  ac_status=$?
     4310  grep -v '^ *+' conftest.er1 >conftest.err
     4311  rm -f conftest.er1
     4312  cat conftest.err >&5
     4313  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4314  (exit $ac_status); } &&
     4315         { ac_try='test -z "$ac_c_werror_flag"
     4316                         || test ! -s conftest.err'
     4317  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4318  (eval $ac_try) 2>&5
     4319  ac_status=$?
     4320  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4321  (exit $ac_status); }; } &&
     4322         { ac_try='test -s conftest.$ac_objext'
     4323  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4324  (eval $ac_try) 2>&5
     4325  ac_status=$?
     4326  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4327  (exit $ac_status); }; }; then
     4328  ac_lo=0 ac_mid=0
     4329  while :; do
     4330    cat >conftest.$ac_ext <<_ACEOF
     4331/* confdefs.h.  */
     4332_ACEOF
     4333cat confdefs.h >>conftest.$ac_ext
     4334cat >>conftest.$ac_ext <<_ACEOF
     4335/* end confdefs.h.  */
     4336$ac_includes_default
     4337int
     4338main ()
     4339{
     4340static int test_array [1 - 2 * !(((long) (sizeof (void*))) <= $ac_mid)];
     4341test_array [0] = 0
     4342
     4343  ;
     4344  return 0;
     4345}
     4346_ACEOF
     4347rm -f conftest.$ac_objext
     4348if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4349  (eval $ac_compile) 2>conftest.er1
     4350  ac_status=$?
     4351  grep -v '^ *+' conftest.er1 >conftest.err
     4352  rm -f conftest.er1
     4353  cat conftest.err >&5
     4354  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4355  (exit $ac_status); } &&
     4356         { ac_try='test -z "$ac_c_werror_flag"
     4357                         || test ! -s conftest.err'
     4358  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4359  (eval $ac_try) 2>&5
     4360  ac_status=$?
     4361  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4362  (exit $ac_status); }; } &&
     4363         { ac_try='test -s conftest.$ac_objext'
     4364  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4365  (eval $ac_try) 2>&5
     4366  ac_status=$?
     4367  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4368  (exit $ac_status); }; }; then
     4369  ac_hi=$ac_mid; break
     4370else
     4371  echo "$as_me: failed program was:" >&5
     4372sed 's/^/| /' conftest.$ac_ext >&5
     4373
     4374ac_lo=`expr $ac_mid + 1`
     4375                    if test $ac_lo -le $ac_mid; then
     4376                      ac_lo= ac_hi=
     4377                      break
     4378                    fi
     4379                    ac_mid=`expr 2 '*' $ac_mid + 1`
     4380fi
     4381rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4382  done
     4383else
     4384  echo "$as_me: failed program was:" >&5
     4385sed 's/^/| /' conftest.$ac_ext >&5
     4386
     4387cat >conftest.$ac_ext <<_ACEOF
     4388/* confdefs.h.  */
     4389_ACEOF
     4390cat confdefs.h >>conftest.$ac_ext
     4391cat >>conftest.$ac_ext <<_ACEOF
     4392/* end confdefs.h.  */
     4393$ac_includes_default
     4394int
     4395main ()
     4396{
     4397static int test_array [1 - 2 * !(((long) (sizeof (void*))) < 0)];
     4398test_array [0] = 0
     4399
     4400  ;
     4401  return 0;
     4402}
     4403_ACEOF
     4404rm -f conftest.$ac_objext
     4405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4406  (eval $ac_compile) 2>conftest.er1
     4407  ac_status=$?
     4408  grep -v '^ *+' conftest.er1 >conftest.err
     4409  rm -f conftest.er1
     4410  cat conftest.err >&5
     4411  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4412  (exit $ac_status); } &&
     4413         { ac_try='test -z "$ac_c_werror_flag"
     4414                         || test ! -s conftest.err'
     4415  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4416  (eval $ac_try) 2>&5
     4417  ac_status=$?
     4418  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4419  (exit $ac_status); }; } &&
     4420         { ac_try='test -s conftest.$ac_objext'
     4421  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4422  (eval $ac_try) 2>&5
     4423  ac_status=$?
     4424  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4425  (exit $ac_status); }; }; then
     4426  ac_hi=-1 ac_mid=-1
     4427  while :; do
     4428    cat >conftest.$ac_ext <<_ACEOF
     4429/* confdefs.h.  */
     4430_ACEOF
     4431cat confdefs.h >>conftest.$ac_ext
     4432cat >>conftest.$ac_ext <<_ACEOF
     4433/* end confdefs.h.  */
     4434$ac_includes_default
     4435int
     4436main ()
     4437{
     4438static int test_array [1 - 2 * !(((long) (sizeof (void*))) >= $ac_mid)];
     4439test_array [0] = 0
     4440
     4441  ;
     4442  return 0;
     4443}
     4444_ACEOF
     4445rm -f conftest.$ac_objext
     4446if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4447  (eval $ac_compile) 2>conftest.er1
     4448  ac_status=$?
     4449  grep -v '^ *+' conftest.er1 >conftest.err
     4450  rm -f conftest.er1
     4451  cat conftest.err >&5
     4452  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4453  (exit $ac_status); } &&
     4454         { ac_try='test -z "$ac_c_werror_flag"
     4455                         || test ! -s conftest.err'
     4456  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4457  (eval $ac_try) 2>&5
     4458  ac_status=$?
     4459  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4460  (exit $ac_status); }; } &&
     4461         { ac_try='test -s conftest.$ac_objext'
     4462  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4463  (eval $ac_try) 2>&5
     4464  ac_status=$?
     4465  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4466  (exit $ac_status); }; }; then
     4467  ac_lo=$ac_mid; break
     4468else
     4469  echo "$as_me: failed program was:" >&5
     4470sed 's/^/| /' conftest.$ac_ext >&5
     4471
     4472ac_hi=`expr '(' $ac_mid ')' - 1`
     4473                       if test $ac_mid -le $ac_hi; then
     4474                         ac_lo= ac_hi=
     4475                         break
     4476                       fi
     4477                       ac_mid=`expr 2 '*' $ac_mid`
     4478fi
     4479rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4480  done
     4481else
     4482  echo "$as_me: failed program was:" >&5
     4483sed 's/^/| /' conftest.$ac_ext >&5
     4484
     4485ac_lo= ac_hi=
     4486fi
     4487rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4488fi
     4489rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4490# Binary search between lo and hi bounds.
     4491while test "x$ac_lo" != "x$ac_hi"; do
     4492  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
     4493  cat >conftest.$ac_ext <<_ACEOF
     4494/* confdefs.h.  */
     4495_ACEOF
     4496cat confdefs.h >>conftest.$ac_ext
     4497cat >>conftest.$ac_ext <<_ACEOF
     4498/* end confdefs.h.  */
     4499$ac_includes_default
     4500int
     4501main ()
     4502{
     4503static int test_array [1 - 2 * !(((long) (sizeof (void*))) <= $ac_mid)];
     4504test_array [0] = 0
     4505
     4506  ;
     4507  return 0;
     4508}
     4509_ACEOF
     4510rm -f conftest.$ac_objext
     4511if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4512  (eval $ac_compile) 2>conftest.er1
     4513  ac_status=$?
     4514  grep -v '^ *+' conftest.er1 >conftest.err
     4515  rm -f conftest.er1
     4516  cat conftest.err >&5
     4517  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4518  (exit $ac_status); } &&
     4519         { ac_try='test -z "$ac_c_werror_flag"
     4520                         || test ! -s conftest.err'
     4521  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4522  (eval $ac_try) 2>&5
     4523  ac_status=$?
     4524  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4525  (exit $ac_status); }; } &&
     4526         { ac_try='test -s conftest.$ac_objext'
     4527  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4528  (eval $ac_try) 2>&5
     4529  ac_status=$?
     4530  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4531  (exit $ac_status); }; }; then
     4532  ac_hi=$ac_mid
     4533else
     4534  echo "$as_me: failed program was:" >&5
     4535sed 's/^/| /' conftest.$ac_ext >&5
     4536
     4537ac_lo=`expr '(' $ac_mid ')' + 1`
     4538fi
     4539rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4540done
     4541case $ac_lo in
     4542?*) ac_cv_sizeof_voidp=$ac_lo;;
     4543'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void*), 77
     4544See \`config.log' for more details." >&5
     4545echo "$as_me: error: cannot compute sizeof (void*), 77
     4546See \`config.log' for more details." >&2;}
     4547   { (exit 1); exit 1; }; } ;;
     4548esac
     4549else
     4550  if test "$cross_compiling" = yes; then
     4551  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
     4552See \`config.log' for more details." >&5
     4553echo "$as_me: error: cannot run test program while cross compiling
     4554See \`config.log' for more details." >&2;}
     4555   { (exit 1); exit 1; }; }
     4556else
     4557  cat >conftest.$ac_ext <<_ACEOF
     4558/* confdefs.h.  */
     4559_ACEOF
     4560cat confdefs.h >>conftest.$ac_ext
     4561cat >>conftest.$ac_ext <<_ACEOF
     4562/* end confdefs.h.  */
     4563$ac_includes_default
     4564long longval () { return (long) (sizeof (void*)); }
     4565unsigned long ulongval () { return (long) (sizeof (void*)); }
    16674566#include <stdio.h>
    1668 main()
     4567#include <stdlib.h>
     4568int
     4569main ()
    16694570{
    1670   FILE *f=fopen("conftestval", "w");
    1671   if (!f) exit(1);
    1672   fprintf(f, "%d\n", sizeof(void*));
    1673   exit(0);
     4571
     4572  FILE *f = fopen ("conftest.val", "w");
     4573  if (! f)
     4574    exit (1);
     4575  if (((long) (sizeof (void*))) < 0)
     4576    {
     4577      long i = longval ();
     4578      if (i != ((long) (sizeof (void*))))
     4579        exit (1);
     4580      fprintf (f, "%ld\n", i);
     4581    }
     4582  else
     4583    {
     4584      unsigned long i = ulongval ();
     4585      if (i != ((long) (sizeof (void*))))
     4586        exit (1);
     4587      fprintf (f, "%lu\n", i);
     4588    }
     4589  exit (ferror (f) || fclose (f) != 0);
     4590
     4591  ;
     4592  return 0;
    16744593}
    1675 EOF
    1676 if { (eval echo configure:1677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1677 then
    1678   ac_cv_sizeof_voidp=`cat conftestval`
    1679 else
    1680   echo "configure: failed program was:" >&5
    1681   cat conftest.$ac_ext >&5
    1682   rm -fr conftest*
     4594_ACEOF
     4595rm -f conftest$ac_exeext
     4596if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     4597  (eval $ac_link) 2>&5
     4598  ac_status=$?
     4599  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4600  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     4601  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4602  (eval $ac_try) 2>&5
     4603  ac_status=$?
     4604  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4605  (exit $ac_status); }; }; then
     4606  ac_cv_sizeof_voidp=`cat conftest.val`
     4607else
     4608  echo "$as_me: program exited with status $ac_status" >&5
     4609echo "$as_me: failed program was:" >&5
     4610sed 's/^/| /' conftest.$ac_ext >&5
     4611
     4612( exit $ac_status )
     4613{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void*), 77
     4614See \`config.log' for more details." >&5
     4615echo "$as_me: error: cannot compute sizeof (void*), 77
     4616See \`config.log' for more details." >&2;}
     4617   { (exit 1); exit 1; }; }
     4618fi
     4619rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4620fi
     4621fi
     4622rm -f conftest.val
     4623else
    16834624  ac_cv_sizeof_voidp=0
    16844625fi
    1685 rm -fr conftest*
    1686 fi
    1687 
    1688 fi
    1689 echo "$ac_t""$ac_cv_sizeof_voidp" 1>&6
    1690 cat >> confdefs.h <<EOF
     4626fi
     4627echo "$as_me:$LINENO: result: $ac_cv_sizeof_voidp" >&5
     4628echo "${ECHO_T}$ac_cv_sizeof_voidp" >&6
     4629cat >>confdefs.h <<_ACEOF
    16914630#define SIZEOF_VOIDP $ac_cv_sizeof_voidp
    1692 EOF
    1693 
    1694 
    1695 echo $ac_n "checking size of double""... $ac_c" 1>&6
    1696 echo "configure:1697: checking size of double" >&5
    1697 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    1698   echo $ac_n "(cached) $ac_c" 1>&6
    1699 else
     4631_ACEOF
     4632
     4633
     4634echo "$as_me:$LINENO: checking for double" >&5
     4635echo $ECHO_N "checking for double... $ECHO_C" >&6
     4636if test "${ac_cv_type_double+set}" = set; then
     4637  echo $ECHO_N "(cached) $ECHO_C" >&6
     4638else
     4639  cat >conftest.$ac_ext <<_ACEOF
     4640/* confdefs.h.  */
     4641_ACEOF
     4642cat confdefs.h >>conftest.$ac_ext
     4643cat >>conftest.$ac_ext <<_ACEOF
     4644/* end confdefs.h.  */
     4645$ac_includes_default
     4646int
     4647main ()
     4648{
     4649if ((double *) 0)
     4650  return 0;
     4651if (sizeof (double))
     4652  return 0;
     4653  ;
     4654  return 0;
     4655}
     4656_ACEOF
     4657rm -f conftest.$ac_objext
     4658if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4659  (eval $ac_compile) 2>conftest.er1
     4660  ac_status=$?
     4661  grep -v '^ *+' conftest.er1 >conftest.err
     4662  rm -f conftest.er1
     4663  cat conftest.err >&5
     4664  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4665  (exit $ac_status); } &&
     4666         { ac_try='test -z "$ac_c_werror_flag"
     4667                         || test ! -s conftest.err'
     4668  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4669  (eval $ac_try) 2>&5
     4670  ac_status=$?
     4671  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4672  (exit $ac_status); }; } &&
     4673         { ac_try='test -s conftest.$ac_objext'
     4674  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4675  (eval $ac_try) 2>&5
     4676  ac_status=$?
     4677  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4678  (exit $ac_status); }; }; then
     4679  ac_cv_type_double=yes
     4680else
     4681  echo "$as_me: failed program was:" >&5
     4682sed 's/^/| /' conftest.$ac_ext >&5
     4683
     4684ac_cv_type_double=no
     4685fi
     4686rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4687fi
     4688echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5
     4689echo "${ECHO_T}$ac_cv_type_double" >&6
     4690
     4691echo "$as_me:$LINENO: checking size of double" >&5
     4692echo $ECHO_N "checking size of double... $ECHO_C" >&6
     4693if test "${ac_cv_sizeof_double+set}" = set; then
     4694  echo $ECHO_N "(cached) $ECHO_C" >&6
     4695else
     4696  if test "$ac_cv_type_double" = yes; then
     4697  # The cast to unsigned long works around a bug in the HP C Compiler
     4698  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     4699  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     4700  # This bug is HP SR number 8606223364.
    17004701  if test "$cross_compiling" = yes; then
    1701   ac_cv_sizeof_double=8
    1702 else
    1703   cat > conftest.$ac_ext <<EOF
    1704 #line 1705 "configure"
    1705 #include "confdefs.h"
     4702  # Depending upon the size, compute the lo and hi bounds.
     4703cat >conftest.$ac_ext <<_ACEOF
     4704/* confdefs.h.  */
     4705_ACEOF
     4706cat confdefs.h >>conftest.$ac_ext
     4707cat >>conftest.$ac_ext <<_ACEOF
     4708/* end confdefs.h.  */
     4709$ac_includes_default
     4710int
     4711main ()
     4712{
     4713static int test_array [1 - 2 * !(((long) (sizeof (double))) >= 0)];
     4714test_array [0] = 0
     4715
     4716  ;
     4717  return 0;
     4718}
     4719_ACEOF
     4720rm -f conftest.$ac_objext
     4721if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4722  (eval $ac_compile) 2>conftest.er1
     4723  ac_status=$?
     4724  grep -v '^ *+' conftest.er1 >conftest.err
     4725  rm -f conftest.er1
     4726  cat conftest.err >&5
     4727  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4728  (exit $ac_status); } &&
     4729         { ac_try='test -z "$ac_c_werror_flag"
     4730                         || test ! -s conftest.err'
     4731  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4732  (eval $ac_try) 2>&5
     4733  ac_status=$?
     4734  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4735  (exit $ac_status); }; } &&
     4736         { ac_try='test -s conftest.$ac_objext'
     4737  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4738  (eval $ac_try) 2>&5
     4739  ac_status=$?
     4740  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4741  (exit $ac_status); }; }; then
     4742  ac_lo=0 ac_mid=0
     4743  while :; do
     4744    cat >conftest.$ac_ext <<_ACEOF
     4745/* confdefs.h.  */
     4746_ACEOF
     4747cat confdefs.h >>conftest.$ac_ext
     4748cat >>conftest.$ac_ext <<_ACEOF
     4749/* end confdefs.h.  */
     4750$ac_includes_default
     4751int
     4752main ()
     4753{
     4754static int test_array [1 - 2 * !(((long) (sizeof (double))) <= $ac_mid)];
     4755test_array [0] = 0
     4756
     4757  ;
     4758  return 0;
     4759}
     4760_ACEOF
     4761rm -f conftest.$ac_objext
     4762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4763  (eval $ac_compile) 2>conftest.er1
     4764  ac_status=$?
     4765  grep -v '^ *+' conftest.er1 >conftest.err
     4766  rm -f conftest.er1
     4767  cat conftest.err >&5
     4768  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4769  (exit $ac_status); } &&
     4770         { ac_try='test -z "$ac_c_werror_flag"
     4771                         || test ! -s conftest.err'
     4772  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4773  (eval $ac_try) 2>&5
     4774  ac_status=$?
     4775  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4776  (exit $ac_status); }; } &&
     4777         { ac_try='test -s conftest.$ac_objext'
     4778  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4779  (eval $ac_try) 2>&5
     4780  ac_status=$?
     4781  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4782  (exit $ac_status); }; }; then
     4783  ac_hi=$ac_mid; break
     4784else
     4785  echo "$as_me: failed program was:" >&5
     4786sed 's/^/| /' conftest.$ac_ext >&5
     4787
     4788ac_lo=`expr $ac_mid + 1`
     4789                    if test $ac_lo -le $ac_mid; then
     4790                      ac_lo= ac_hi=
     4791                      break
     4792                    fi
     4793                    ac_mid=`expr 2 '*' $ac_mid + 1`
     4794fi
     4795rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4796  done
     4797else
     4798  echo "$as_me: failed program was:" >&5
     4799sed 's/^/| /' conftest.$ac_ext >&5
     4800
     4801cat >conftest.$ac_ext <<_ACEOF
     4802/* confdefs.h.  */
     4803_ACEOF
     4804cat confdefs.h >>conftest.$ac_ext
     4805cat >>conftest.$ac_ext <<_ACEOF
     4806/* end confdefs.h.  */
     4807$ac_includes_default
     4808int
     4809main ()
     4810{
     4811static int test_array [1 - 2 * !(((long) (sizeof (double))) < 0)];
     4812test_array [0] = 0
     4813
     4814  ;
     4815  return 0;
     4816}
     4817_ACEOF
     4818rm -f conftest.$ac_objext
     4819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4820  (eval $ac_compile) 2>conftest.er1
     4821  ac_status=$?
     4822  grep -v '^ *+' conftest.er1 >conftest.err
     4823  rm -f conftest.er1
     4824  cat conftest.err >&5
     4825  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4826  (exit $ac_status); } &&
     4827         { ac_try='test -z "$ac_c_werror_flag"
     4828                         || test ! -s conftest.err'
     4829  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4830  (eval $ac_try) 2>&5
     4831  ac_status=$?
     4832  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4833  (exit $ac_status); }; } &&
     4834         { ac_try='test -s conftest.$ac_objext'
     4835  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4836  (eval $ac_try) 2>&5
     4837  ac_status=$?
     4838  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4839  (exit $ac_status); }; }; then
     4840  ac_hi=-1 ac_mid=-1
     4841  while :; do
     4842    cat >conftest.$ac_ext <<_ACEOF
     4843/* confdefs.h.  */
     4844_ACEOF
     4845cat confdefs.h >>conftest.$ac_ext
     4846cat >>conftest.$ac_ext <<_ACEOF
     4847/* end confdefs.h.  */
     4848$ac_includes_default
     4849int
     4850main ()
     4851{
     4852static int test_array [1 - 2 * !(((long) (sizeof (double))) >= $ac_mid)];
     4853test_array [0] = 0
     4854
     4855  ;
     4856  return 0;
     4857}
     4858_ACEOF
     4859rm -f conftest.$ac_objext
     4860if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4861  (eval $ac_compile) 2>conftest.er1
     4862  ac_status=$?
     4863  grep -v '^ *+' conftest.er1 >conftest.err
     4864  rm -f conftest.er1
     4865  cat conftest.err >&5
     4866  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4867  (exit $ac_status); } &&
     4868         { ac_try='test -z "$ac_c_werror_flag"
     4869                         || test ! -s conftest.err'
     4870  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4871  (eval $ac_try) 2>&5
     4872  ac_status=$?
     4873  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4874  (exit $ac_status); }; } &&
     4875         { ac_try='test -s conftest.$ac_objext'
     4876  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4877  (eval $ac_try) 2>&5
     4878  ac_status=$?
     4879  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4880  (exit $ac_status); }; }; then
     4881  ac_lo=$ac_mid; break
     4882else
     4883  echo "$as_me: failed program was:" >&5
     4884sed 's/^/| /' conftest.$ac_ext >&5
     4885
     4886ac_hi=`expr '(' $ac_mid ')' - 1`
     4887                       if test $ac_mid -le $ac_hi; then
     4888                         ac_lo= ac_hi=
     4889                         break
     4890                       fi
     4891                       ac_mid=`expr 2 '*' $ac_mid`
     4892fi
     4893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4894  done
     4895else
     4896  echo "$as_me: failed program was:" >&5
     4897sed 's/^/| /' conftest.$ac_ext >&5
     4898
     4899ac_lo= ac_hi=
     4900fi
     4901rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4902fi
     4903rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4904# Binary search between lo and hi bounds.
     4905while test "x$ac_lo" != "x$ac_hi"; do
     4906  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
     4907  cat >conftest.$ac_ext <<_ACEOF
     4908/* confdefs.h.  */
     4909_ACEOF
     4910cat confdefs.h >>conftest.$ac_ext
     4911cat >>conftest.$ac_ext <<_ACEOF
     4912/* end confdefs.h.  */
     4913$ac_includes_default
     4914int
     4915main ()
     4916{
     4917static int test_array [1 - 2 * !(((long) (sizeof (double))) <= $ac_mid)];
     4918test_array [0] = 0
     4919
     4920  ;
     4921  return 0;
     4922}
     4923_ACEOF
     4924rm -f conftest.$ac_objext
     4925if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     4926  (eval $ac_compile) 2>conftest.er1
     4927  ac_status=$?
     4928  grep -v '^ *+' conftest.er1 >conftest.err
     4929  rm -f conftest.er1
     4930  cat conftest.err >&5
     4931  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4932  (exit $ac_status); } &&
     4933         { ac_try='test -z "$ac_c_werror_flag"
     4934                         || test ! -s conftest.err'
     4935  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4936  (eval $ac_try) 2>&5
     4937  ac_status=$?
     4938  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4939  (exit $ac_status); }; } &&
     4940         { ac_try='test -s conftest.$ac_objext'
     4941  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4942  (eval $ac_try) 2>&5
     4943  ac_status=$?
     4944  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4945  (exit $ac_status); }; }; then
     4946  ac_hi=$ac_mid
     4947else
     4948  echo "$as_me: failed program was:" >&5
     4949sed 's/^/| /' conftest.$ac_ext >&5
     4950
     4951ac_lo=`expr '(' $ac_mid ')' + 1`
     4952fi
     4953rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4954done
     4955case $ac_lo in
     4956?*) ac_cv_sizeof_double=$ac_lo;;
     4957'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77
     4958See \`config.log' for more details." >&5
     4959echo "$as_me: error: cannot compute sizeof (double), 77
     4960See \`config.log' for more details." >&2;}
     4961   { (exit 1); exit 1; }; } ;;
     4962esac
     4963else
     4964  if test "$cross_compiling" = yes; then
     4965  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
     4966See \`config.log' for more details." >&5
     4967echo "$as_me: error: cannot run test program while cross compiling
     4968See \`config.log' for more details." >&2;}
     4969   { (exit 1); exit 1; }; }
     4970else
     4971  cat >conftest.$ac_ext <<_ACEOF
     4972/* confdefs.h.  */
     4973_ACEOF
     4974cat confdefs.h >>conftest.$ac_ext
     4975cat >>conftest.$ac_ext <<_ACEOF
     4976/* end confdefs.h.  */
     4977$ac_includes_default
     4978long longval () { return (long) (sizeof (double)); }
     4979unsigned long ulongval () { return (long) (sizeof (double)); }
    17064980#include <stdio.h>
    1707 main()
     4981#include <stdlib.h>
     4982int
     4983main ()
    17084984{
    1709   FILE *f=fopen("conftestval", "w");
    1710   if (!f) exit(1);
    1711   fprintf(f, "%d\n", sizeof(double));
    1712   exit(0);
     4985
     4986  FILE *f = fopen ("conftest.val", "w");
     4987  if (! f)
     4988    exit (1);
     4989  if (((long) (sizeof (double))) < 0)
     4990    {
     4991      long i = longval ();
     4992      if (i != ((long) (sizeof (double))))
     4993        exit (1);
     4994      fprintf (f, "%ld\n", i);
     4995    }
     4996  else
     4997    {
     4998      unsigned long i = ulongval ();
     4999      if (i != ((long) (sizeof (double))))
     5000        exit (1);
     5001      fprintf (f, "%lu\n", i);
     5002    }
     5003  exit (ferror (f) || fclose (f) != 0);
     5004
     5005  ;
     5006  return 0;
    17135007}
    1714 EOF
    1715 if { (eval echo configure:1716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1716 then
    1717   ac_cv_sizeof_double=`cat conftestval`
    1718 else
    1719   echo "configure: failed program was:" >&5
    1720   cat conftest.$ac_ext >&5
    1721   rm -fr conftest*
     5008_ACEOF
     5009rm -f conftest$ac_exeext
     5010if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5011  (eval $ac_link) 2>&5
     5012  ac_status=$?
     5013  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5014  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5015  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5016  (eval $ac_try) 2>&5
     5017  ac_status=$?
     5018  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5019  (exit $ac_status); }; }; then
     5020  ac_cv_sizeof_double=`cat conftest.val`
     5021else
     5022  echo "$as_me: program exited with status $ac_status" >&5
     5023echo "$as_me: failed program was:" >&5
     5024sed 's/^/| /' conftest.$ac_ext >&5
     5025
     5026( exit $ac_status )
     5027{ { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77
     5028See \`config.log' for more details." >&5
     5029echo "$as_me: error: cannot compute sizeof (double), 77
     5030See \`config.log' for more details." >&2;}
     5031   { (exit 1); exit 1; }; }
     5032fi
     5033rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5034fi
     5035fi
     5036rm -f conftest.val
     5037else
    17225038  ac_cv_sizeof_double=0
    17235039fi
    1724 rm -fr conftest*
    1725 fi
    1726 
    1727 fi
    1728 echo "$ac_t""$ac_cv_sizeof_double" 1>&6
    1729 cat >> confdefs.h <<EOF
     5040fi
     5041echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5
     5042echo "${ECHO_T}$ac_cv_sizeof_double" >&6
     5043cat >>confdefs.h <<_ACEOF
    17305044#define SIZEOF_DOUBLE $ac_cv_sizeof_double
    1731 EOF
    1732 
    1733 
    1734 echo $ac_n "checking size of size_t""... $ac_c" 1>&6
    1735 echo "configure:1736: checking size of size_t" >&5
    1736 if eval "test \"`echo '$''{'ac_cv_sizeof_size_t'+set}'`\" = set"; then
    1737   echo $ac_n "(cached) $ac_c" 1>&6
    1738 else
     5045_ACEOF
     5046
     5047
     5048echo "$as_me:$LINENO: checking for size_t" >&5
     5049echo $ECHO_N "checking for size_t... $ECHO_C" >&6
     5050if test "${ac_cv_type_size_t+set}" = set; then
     5051  echo $ECHO_N "(cached) $ECHO_C" >&6
     5052else
     5053  cat >conftest.$ac_ext <<_ACEOF
     5054/* confdefs.h.  */
     5055_ACEOF
     5056cat confdefs.h >>conftest.$ac_ext
     5057cat >>conftest.$ac_ext <<_ACEOF
     5058/* end confdefs.h.  */
     5059$ac_includes_default
     5060int
     5061main ()
     5062{
     5063if ((size_t *) 0)
     5064  return 0;
     5065if (sizeof (size_t))
     5066  return 0;
     5067  ;
     5068  return 0;
     5069}
     5070_ACEOF
     5071rm -f conftest.$ac_objext
     5072if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5073  (eval $ac_compile) 2>conftest.er1
     5074  ac_status=$?
     5075  grep -v '^ *+' conftest.er1 >conftest.err
     5076  rm -f conftest.er1
     5077  cat conftest.err >&5
     5078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5079  (exit $ac_status); } &&
     5080         { ac_try='test -z "$ac_c_werror_flag"
     5081                         || test ! -s conftest.err'
     5082  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5083  (eval $ac_try) 2>&5
     5084  ac_status=$?
     5085  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5086  (exit $ac_status); }; } &&
     5087         { ac_try='test -s conftest.$ac_objext'
     5088  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5089  (eval $ac_try) 2>&5
     5090  ac_status=$?
     5091  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5092  (exit $ac_status); }; }; then
     5093  ac_cv_type_size_t=yes
     5094else
     5095  echo "$as_me: failed program was:" >&5
     5096sed 's/^/| /' conftest.$ac_ext >&5
     5097
     5098ac_cv_type_size_t=no
     5099fi
     5100rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5101fi
     5102echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
     5103echo "${ECHO_T}$ac_cv_type_size_t" >&6
     5104
     5105echo "$as_me:$LINENO: checking size of size_t" >&5
     5106echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
     5107if test "${ac_cv_sizeof_size_t+set}" = set; then
     5108  echo $ECHO_N "(cached) $ECHO_C" >&6
     5109else
     5110  if test "$ac_cv_type_size_t" = yes; then
     5111  # The cast to unsigned long works around a bug in the HP C Compiler
     5112  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     5113  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     5114  # This bug is HP SR number 8606223364.
    17395115  if test "$cross_compiling" = yes; then
    1740   ac_cv_sizeof_size_t=4
    1741 else
    1742   cat > conftest.$ac_ext <<EOF
    1743 #line 1744 "configure"
    1744 #include "confdefs.h"
     5116  # Depending upon the size, compute the lo and hi bounds.
     5117cat >conftest.$ac_ext <<_ACEOF
     5118/* confdefs.h.  */
     5119_ACEOF
     5120cat confdefs.h >>conftest.$ac_ext
     5121cat >>conftest.$ac_ext <<_ACEOF
     5122/* end confdefs.h.  */
     5123$ac_includes_default
     5124int
     5125main ()
     5126{
     5127static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
     5128test_array [0] = 0
     5129
     5130  ;
     5131  return 0;
     5132}
     5133_ACEOF
     5134rm -f conftest.$ac_objext
     5135if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5136  (eval $ac_compile) 2>conftest.er1
     5137  ac_status=$?
     5138  grep -v '^ *+' conftest.er1 >conftest.err
     5139  rm -f conftest.er1
     5140  cat conftest.err >&5
     5141  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5142  (exit $ac_status); } &&
     5143         { ac_try='test -z "$ac_c_werror_flag"
     5144                         || test ! -s conftest.err'
     5145  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5146  (eval $ac_try) 2>&5
     5147  ac_status=$?
     5148  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5149  (exit $ac_status); }; } &&
     5150         { ac_try='test -s conftest.$ac_objext'
     5151  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5152  (eval $ac_try) 2>&5
     5153  ac_status=$?
     5154  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5155  (exit $ac_status); }; }; then
     5156  ac_lo=0 ac_mid=0
     5157  while :; do
     5158    cat >conftest.$ac_ext <<_ACEOF
     5159/* confdefs.h.  */
     5160_ACEOF
     5161cat confdefs.h >>conftest.$ac_ext
     5162cat >>conftest.$ac_ext <<_ACEOF
     5163/* end confdefs.h.  */
     5164$ac_includes_default
     5165int
     5166main ()
     5167{
     5168static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
     5169test_array [0] = 0
     5170
     5171  ;
     5172  return 0;
     5173}
     5174_ACEOF
     5175rm -f conftest.$ac_objext
     5176if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5177  (eval $ac_compile) 2>conftest.er1
     5178  ac_status=$?
     5179  grep -v '^ *+' conftest.er1 >conftest.err
     5180  rm -f conftest.er1
     5181  cat conftest.err >&5
     5182  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5183  (exit $ac_status); } &&
     5184         { ac_try='test -z "$ac_c_werror_flag"
     5185                         || test ! -s conftest.err'
     5186  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5187  (eval $ac_try) 2>&5
     5188  ac_status=$?
     5189  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5190  (exit $ac_status); }; } &&
     5191         { ac_try='test -s conftest.$ac_objext'
     5192  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5193  (eval $ac_try) 2>&5
     5194  ac_status=$?
     5195  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5196  (exit $ac_status); }; }; then
     5197  ac_hi=$ac_mid; break
     5198else
     5199  echo "$as_me: failed program was:" >&5
     5200sed 's/^/| /' conftest.$ac_ext >&5
     5201
     5202ac_lo=`expr $ac_mid + 1`
     5203                    if test $ac_lo -le $ac_mid; then
     5204                      ac_lo= ac_hi=
     5205                      break
     5206                    fi
     5207                    ac_mid=`expr 2 '*' $ac_mid + 1`
     5208fi
     5209rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5210  done
     5211else
     5212  echo "$as_me: failed program was:" >&5
     5213sed 's/^/| /' conftest.$ac_ext >&5
     5214
     5215cat >conftest.$ac_ext <<_ACEOF
     5216/* confdefs.h.  */
     5217_ACEOF
     5218cat confdefs.h >>conftest.$ac_ext
     5219cat >>conftest.$ac_ext <<_ACEOF
     5220/* end confdefs.h.  */
     5221$ac_includes_default
     5222int
     5223main ()
     5224{
     5225static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
     5226test_array [0] = 0
     5227
     5228  ;
     5229  return 0;
     5230}
     5231_ACEOF
     5232rm -f conftest.$ac_objext
     5233if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5234  (eval $ac_compile) 2>conftest.er1
     5235  ac_status=$?
     5236  grep -v '^ *+' conftest.er1 >conftest.err
     5237  rm -f conftest.er1
     5238  cat conftest.err >&5
     5239  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5240  (exit $ac_status); } &&
     5241         { ac_try='test -z "$ac_c_werror_flag"
     5242                         || test ! -s conftest.err'
     5243  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5244  (eval $ac_try) 2>&5
     5245  ac_status=$?
     5246  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5247  (exit $ac_status); }; } &&
     5248         { ac_try='test -s conftest.$ac_objext'
     5249  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5250  (eval $ac_try) 2>&5
     5251  ac_status=$?
     5252  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5253  (exit $ac_status); }; }; then
     5254  ac_hi=-1 ac_mid=-1
     5255  while :; do
     5256    cat >conftest.$ac_ext <<_ACEOF
     5257/* confdefs.h.  */
     5258_ACEOF
     5259cat confdefs.h >>conftest.$ac_ext
     5260cat >>conftest.$ac_ext <<_ACEOF
     5261/* end confdefs.h.  */
     5262$ac_includes_default
     5263int
     5264main ()
     5265{
     5266static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
     5267test_array [0] = 0
     5268
     5269  ;
     5270  return 0;
     5271}
     5272_ACEOF
     5273rm -f conftest.$ac_objext
     5274if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5275  (eval $ac_compile) 2>conftest.er1
     5276  ac_status=$?
     5277  grep -v '^ *+' conftest.er1 >conftest.err
     5278  rm -f conftest.er1
     5279  cat conftest.err >&5
     5280  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5281  (exit $ac_status); } &&
     5282         { ac_try='test -z "$ac_c_werror_flag"
     5283                         || test ! -s conftest.err'
     5284  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5285  (eval $ac_try) 2>&5
     5286  ac_status=$?
     5287  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5288  (exit $ac_status); }; } &&
     5289         { ac_try='test -s conftest.$ac_objext'
     5290  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5291  (eval $ac_try) 2>&5
     5292  ac_status=$?
     5293  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5294  (exit $ac_status); }; }; then
     5295  ac_lo=$ac_mid; break
     5296else
     5297  echo "$as_me: failed program was:" >&5
     5298sed 's/^/| /' conftest.$ac_ext >&5
     5299
     5300ac_hi=`expr '(' $ac_mid ')' - 1`
     5301                       if test $ac_mid -le $ac_hi; then
     5302                         ac_lo= ac_hi=
     5303                         break
     5304                       fi
     5305                       ac_mid=`expr 2 '*' $ac_mid`
     5306fi
     5307rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5308  done
     5309else
     5310  echo "$as_me: failed program was:" >&5
     5311sed 's/^/| /' conftest.$ac_ext >&5
     5312
     5313ac_lo= ac_hi=
     5314fi
     5315rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5316fi
     5317rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5318# Binary search between lo and hi bounds.
     5319while test "x$ac_lo" != "x$ac_hi"; do
     5320  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
     5321  cat >conftest.$ac_ext <<_ACEOF
     5322/* confdefs.h.  */
     5323_ACEOF
     5324cat confdefs.h >>conftest.$ac_ext
     5325cat >>conftest.$ac_ext <<_ACEOF
     5326/* end confdefs.h.  */
     5327$ac_includes_default
     5328int
     5329main ()
     5330{
     5331static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
     5332test_array [0] = 0
     5333
     5334  ;
     5335  return 0;
     5336}
     5337_ACEOF
     5338rm -f conftest.$ac_objext
     5339if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     5340  (eval $ac_compile) 2>conftest.er1
     5341  ac_status=$?
     5342  grep -v '^ *+' conftest.er1 >conftest.err
     5343  rm -f conftest.er1
     5344  cat conftest.err >&5
     5345  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5346  (exit $ac_status); } &&
     5347         { ac_try='test -z "$ac_c_werror_flag"
     5348                         || test ! -s conftest.err'
     5349  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5350  (eval $ac_try) 2>&5
     5351  ac_status=$?
     5352  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5353  (exit $ac_status); }; } &&
     5354         { ac_try='test -s conftest.$ac_objext'
     5355  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5356  (eval $ac_try) 2>&5
     5357  ac_status=$?
     5358  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5359  (exit $ac_status); }; }; then
     5360  ac_hi=$ac_mid
     5361else
     5362  echo "$as_me: failed program was:" >&5
     5363sed 's/^/| /' conftest.$ac_ext >&5
     5364
     5365ac_lo=`expr '(' $ac_mid ')' + 1`
     5366fi
     5367rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5368done
     5369case $ac_lo in
     5370?*) ac_cv_sizeof_size_t=$ac_lo;;
     5371'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
     5372See \`config.log' for more details." >&5
     5373echo "$as_me: error: cannot compute sizeof (size_t), 77
     5374See \`config.log' for more details." >&2;}
     5375   { (exit 1); exit 1; }; } ;;
     5376esac
     5377else
     5378  if test "$cross_compiling" = yes; then
     5379  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
     5380See \`config.log' for more details." >&5
     5381echo "$as_me: error: cannot run test program while cross compiling
     5382See \`config.log' for more details." >&2;}
     5383   { (exit 1); exit 1; }; }
     5384else
     5385  cat >conftest.$ac_ext <<_ACEOF
     5386/* confdefs.h.  */
     5387_ACEOF
     5388cat confdefs.h >>conftest.$ac_ext
     5389cat >>conftest.$ac_ext <<_ACEOF
     5390/* end confdefs.h.  */
     5391$ac_includes_default
     5392long longval () { return (long) (sizeof (size_t)); }
     5393unsigned long ulongval () { return (long) (sizeof (size_t)); }
    17455394#include <stdio.h>
    1746 main()
     5395#include <stdlib.h>
     5396int
     5397main ()
    17475398{
    1748   FILE *f=fopen("conftestval", "w");
    1749   if (!f) exit(1);
    1750   fprintf(f, "%d\n", sizeof(size_t));
    1751   exit(0);
     5399
     5400  FILE *f = fopen ("conftest.val", "w");
     5401  if (! f)
     5402    exit (1);
     5403  if (((long) (sizeof (size_t))) < 0)
     5404    {
     5405      long i = longval ();
     5406      if (i != ((long) (sizeof (size_t))))
     5407        exit (1);
     5408      fprintf (f, "%ld\n", i);
     5409    }
     5410  else
     5411    {
     5412      unsigned long i = ulongval ();
     5413      if (i != ((long) (sizeof (size_t))))
     5414        exit (1);
     5415      fprintf (f, "%lu\n", i);
     5416    }
     5417  exit (ferror (f) || fclose (f) != 0);
     5418
     5419  ;
     5420  return 0;
    17525421}
    1753 EOF
    1754 if { (eval echo configure:1755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1755 then
    1756   ac_cv_sizeof_size_t=`cat conftestval`
    1757 else
    1758   echo "configure: failed program was:" >&5
    1759   cat conftest.$ac_ext >&5
    1760   rm -fr conftest*
     5422_ACEOF
     5423rm -f conftest$ac_exeext
     5424if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5425  (eval $ac_link) 2>&5
     5426  ac_status=$?
     5427  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5428  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5429  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5430  (eval $ac_try) 2>&5
     5431  ac_status=$?
     5432  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5433  (exit $ac_status); }; }; then
     5434  ac_cv_sizeof_size_t=`cat conftest.val`
     5435else
     5436  echo "$as_me: program exited with status $ac_status" >&5
     5437echo "$as_me: failed program was:" >&5
     5438sed 's/^/| /' conftest.$ac_ext >&5
     5439
     5440( exit $ac_status )
     5441{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
     5442See \`config.log' for more details." >&5
     5443echo "$as_me: error: cannot compute sizeof (size_t), 77
     5444See \`config.log' for more details." >&2;}
     5445   { (exit 1); exit 1; }; }
     5446fi
     5447rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5448fi
     5449fi
     5450rm -f conftest.val
     5451else
    17615452  ac_cv_sizeof_size_t=0
    17625453fi
    1763 rm -fr conftest*
    1764 fi
    1765 
    1766 fi
    1767 echo "$ac_t""$ac_cv_sizeof_size_t" 1>&6
    1768 cat >> confdefs.h <<EOF
     5454fi
     5455echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
     5456echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
     5457cat >>confdefs.h <<_ACEOF
    17695458#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
    1770 EOF
     5459_ACEOF
    17715460
    17725461
    17735462
    17745463if test "$ac_cv_sizeof_long" != "$ac_cv_sizeof_voidp"; then
    1775   { echo "configure: error: need equal sizes for long and void*" 1>&2; exit 1; }
     5464  { { echo "$as_me:$LINENO: error: need equal sizes for long and void*" >&5
     5465echo "$as_me: error: need equal sizes for long and void*" >&2;}
     5466   { (exit 1); exit 1; }; }
    17765467fi
    17775468if test "$ac_cv_sizeof_voidp" != 4 && test "$ac_cv_sizeof_voidp" != 8; then
    1778   { echo "configure: error: need void* to be 4 or 8 bytes long" 1>&2; exit 1; }
     5469  { { echo "$as_me:$LINENO: error: need void* to be 4 or 8 bytes long" >&5
     5470echo "$as_me: error: need void* to be 4 or 8 bytes long" >&2;}
     5471   { (exit 1); exit 1; }; }
    17795472fi
    17805473if test "$ac_cv_sizeof_double" != 4 && test "$ac_cv_sizeof_double" != 8; then
    1781   { echo "configure: error: need double to be 4 or 8 bytes long" 1>&2; exit 1; }
    1782 fi
    1783 
    1784 echo $ac_n "checking size of system page""... $ac_c" 1>&6
    1785 echo "configure:1786: checking size of system page" >&5
    1786 if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then
    1787   echo $ac_n "(cached) $ac_c" 1>&6
     5474  { { echo "$as_me:$LINENO: error: need double to be 4 or 8 bytes long" >&5
     5475echo "$as_me: error: need double to be 4 or 8 bytes long" >&2;}
     5476   { (exit 1); exit 1; }; }
     5477fi
     5478
     5479echo "$as_me:$LINENO: checking size of system page" >&5
     5480echo $ECHO_N "checking size of system page... $ECHO_C" >&6
     5481if test "${ac_cv_pagesize+set}" = set; then
     5482  echo $ECHO_N "(cached) $ECHO_C" >&6
    17885483else
    17895484  if test "$cross_compiling" = yes; then
    17905485  ac_cv_pagesize=0
    17915486else
    1792   cat > conftest.$ac_ext <<EOF
    1793 #line 1794 "configure"
    1794 #include "confdefs.h"
     5487  cat >conftest.$ac_ext <<_ACEOF
     5488/* confdefs.h.  */
     5489_ACEOF
     5490cat confdefs.h >>conftest.$ac_ext
     5491cat >>conftest.$ac_ext <<_ACEOF
     5492/* end confdefs.h.  */
    17955493#include <stdio.h>
    17965494#include "omGetPageSize.h"
     
    18035501  exit(0);
    18045502}
    1805 EOF
    1806 if { (eval echo configure:1807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1807 then
     5503_ACEOF
     5504rm -f conftest$ac_exeext
     5505if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5506  (eval $ac_link) 2>&5
     5507  ac_status=$?
     5508  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5509  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5510  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5511  (eval $ac_try) 2>&5
     5512  ac_status=$?
     5513  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5514  (exit $ac_status); }; }; then
    18085515  ac_cv_pagesize=`cat conftestval`
    18095516else
    1810   echo "configure: failed program was:" >&5
    1811   cat conftest.$ac_ext >&5
    1812   rm -fr conftest*
    1813   ac_cv_pagesize=0
    1814 fi
    1815 rm -fr conftest*
    1816 fi
    1817 
     5517  echo "$as_me: program exited with status $ac_status" >&5
     5518echo "$as_me: failed program was:" >&5
     5519sed 's/^/| /' conftest.$ac_ext >&5
     5520
     5521( exit $ac_status )
     5522ac_cv_pagesize=0
     5523fi
     5524rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5525fi
    18185526fi
    18195527
     
    18235531  ac_cv_pagesize=8192
    18245532fi
    1825 echo "$ac_t""$ac_cv_pagesize" 1>&6
     5533echo "$as_me:$LINENO: result: $ac_cv_pagesize" >&5
     5534echo "${ECHO_T}$ac_cv_pagesize" >&6
    18265535if test "$ac_cv_pagesize" = 4096 || test "$ac_cv_pagesize" = 8192; then
    1827   cat >> confdefs.h <<EOF
     5536  cat >>confdefs.h <<_ACEOF
    18285537#define SIZEOF_SYSTEM_PAGE $ac_cv_pagesize
    1829 EOF
    1830 
    1831 else
    1832 { echo "configure: error: need sytem page to be of size 4096 or 8192" 1>&2; exit 1; }
     5538_ACEOF
     5539
     5540else
     5541{ { echo "$as_me:$LINENO: error: need sytem page to be of size 4096 or 8192" >&5
     5542echo "$as_me: error: need sytem page to be of size 4096 or 8192" >&2;}
     5543   { (exit but is $ac_cv_pagesize); exit but is $ac_cv_pagesize; }; }
    18335544fi
    18345545
    18355546if test "$ac_cv_func_mmap" = yes; then
    1836 echo $ac_n "checking whether mmap works""... $ac_c" 1>&6
    1837 echo "configure:1838: checking whether mmap works" >&5
    1838 if eval "test \"`echo '$''{'ac_cv_working_mmap'+set}'`\" = set"; then
    1839   echo $ac_n "(cached) $ac_c" 1>&6
     5547echo "$as_me:$LINENO: checking whether mmap works" >&5
     5548echo $ECHO_N "checking whether mmap works... $ECHO_C" >&6
     5549if test "${ac_cv_working_mmap+set}" = set; then
     5550  echo $ECHO_N "(cached) $ECHO_C" >&6
    18405551else
    18415552  if test "$cross_compiling" = yes; then
    18425553  ac_cv_working_mmap=no
    18435554else
    1844   cat > conftest.$ac_ext <<EOF
    1845 #line 1846 "configure"
    1846 #include "confdefs.h"
     5555  cat >conftest.$ac_ext <<_ACEOF
     5556/* confdefs.h.  */
     5557_ACEOF
     5558cat confdefs.h >>conftest.$ac_ext
     5559cat >>conftest.$ac_ext <<_ACEOF
     5560/* end confdefs.h.  */
    18475561
    18485562#include "omMmap.c"
     
    18545568  exit(omVfreeMmap(addr, 128*${ac_cv_pagesize}));
    18555569}
    1856 EOF
    1857 if { (eval echo configure:1858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1858 then
     5570_ACEOF
     5571rm -f conftest$ac_exeext
     5572if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5573  (eval $ac_link) 2>&5
     5574  ac_status=$?
     5575  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5576  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5577  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5578  (eval $ac_try) 2>&5
     5579  ac_status=$?
     5580  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5581  (exit $ac_status); }; }; then
    18595582  ac_cv_working_mmap=yes
    18605583else
    1861   echo "configure: failed program was:" >&5
    1862   cat conftest.$ac_ext >&5
    1863   rm -fr conftest*
    1864   ac_cv_working_mmap=no
    1865 fi
    1866 rm -fr conftest*
    1867 fi
    1868 
    1869 fi
    1870 
    1871 echo "$ac_t""$ac_cv_working_mmap" 1>&6
     5584  echo "$as_me: program exited with status $ac_status" >&5
     5585echo "$as_me: failed program was:" >&5
     5586sed 's/^/| /' conftest.$ac_ext >&5
     5587
     5588( exit $ac_status )
     5589ac_cv_working_mmap=no
     5590fi
     5591rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5592fi
     5593fi
     5594
     5595echo "$as_me:$LINENO: result: $ac_cv_working_mmap" >&5
     5596echo "${ECHO_T}$ac_cv_working_mmap" >&6
    18725597if test "$ac_cv_working_mmap" = yes; then
    1873   cat >> confdefs.h <<\EOF
     5598  cat >>confdefs.h <<\_ACEOF
    18745599#define HAVE_WORKING_MMAP 1
    1875 EOF
    1876 
    1877 fi
    1878 fi
    1879 
    1880 echo $ac_n "checking whether alignment needs to be strict""... $ac_c" 1>&6
    1881 echo "configure:1882: checking whether alignment needs to be strict" >&5
    1882 if eval "test \"`echo '$''{'ac_cv_align_need_strict'+set}'`\" = set"; then
    1883   echo $ac_n "(cached) $ac_c" 1>&6
     5600_ACEOF
     5601
     5602fi
     5603fi
     5604
     5605echo "$as_me:$LINENO: checking whether alignment needs to be strict" >&5
     5606echo $ECHO_N "checking whether alignment needs to be strict... $ECHO_C" >&6
     5607if test "${ac_cv_align_need_strict+set}" = set; then
     5608  echo $ECHO_N "(cached) $ECHO_C" >&6
    18845609else
    18855610  if test "$cross_compiling" = yes; then
    18865611  ac_cv_align_need_strict=yes
    18875612else
    1888   cat > conftest.$ac_ext <<EOF
    1889 #line 1890 "configure"
    1890 #include "confdefs.h"
     5613  cat >conftest.$ac_ext <<_ACEOF
     5614/* confdefs.h.  */
     5615_ACEOF
     5616cat confdefs.h >>conftest.$ac_ext
     5617cat >>conftest.$ac_ext <<_ACEOF
     5618/* end confdefs.h.  */
    18915619
    18925620main()
     
    19015629}
    19025630
    1903 EOF
    1904 if { (eval echo configure:1905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    1905 then
     5631_ACEOF
     5632rm -f conftest$ac_exeext
     5633if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5634  (eval $ac_link) 2>&5
     5635  ac_status=$?
     5636  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5637  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5638  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5639  (eval $ac_try) 2>&5
     5640  ac_status=$?
     5641  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5642  (exit $ac_status); }; }; then
    19065643  ac_cv_align_need_strict=no
    19075644else
    1908   echo "configure: failed program was:" >&5
    1909   cat conftest.$ac_ext >&5
    1910   rm -fr conftest*
    1911   ac_cv_align_need_strict=yes
    1912 fi
    1913 rm -fr conftest*
    1914 fi
    1915 
    1916 fi
    1917 
    1918 echo "$ac_t""$ac_cv_align_need_strict" 1>&6
    1919 
    1920 echo $ac_n "checking for external config files""... $ac_c" 1>&6
    1921 echo "configure:1922: checking for external config files" >&5
     5645  echo "$as_me: program exited with status $ac_status" >&5
     5646echo "$as_me: failed program was:" >&5
     5647sed 's/^/| /' conftest.$ac_ext >&5
     5648
     5649( exit $ac_status )
     5650ac_cv_align_need_strict=yes
     5651fi
     5652rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5653fi
     5654fi
     5655echo "$as_me:$LINENO: result: $ac_cv_align_need_strict" >&5
     5656echo "${ECHO_T}$ac_cv_align_need_strict" >&6
     5657
     5658echo "$as_me:$LINENO: checking for external config files" >&5
     5659echo $ECHO_N "checking for external config files... $ECHO_C" >&6
    19225660if test "${with_external_config_h+set}" = set; then
    1923     cat >> confdefs.h <<\EOF
     5661    cat >>confdefs.h <<\_ACEOF
    19245662#define OM_HAVE_EXTERNAL_CONFIG_H 1
    1925 EOF
     5663_ACEOF
    19265664
    19275665    EXTERNAL_CONFIG_HEADER=${with_external_config_h}
     
    19305668fi
    19315669if test "${with_external_config_c+set}" = set; then
    1932     cat >> confdefs.h <<\EOF
     5670    cat >>confdefs.h <<\_ACEOF
    19335671#define OM_HAVE_EXTERNAL_CONFIG_C 1
    1934 EOF
     5672_ACEOF
    19355673
    19365674    EXTERNAL_CONFIG_SOURCE=${with_external_config_c}
     
    19395677
    19405678if test "${EXTERNAL_CONFIG_HEADER+set}" = set || test "${EXTERNAL_CONFIG_SOURCE+set}" = set; then
    1941 echo "$ac_t""${EXTERNAL_CONFIG_HEADER} ${EXTERNAL_CONFIG_SOURCE}" 1>&6
    1942 else
    1943 echo "$ac_t""none" 1>&6
    1944 fi
    1945 
    1946 echo $ac_n "checking which malloc to use""... $ac_c" 1>&6
    1947 echo "configure:1948: checking which malloc to use" >&5
     5679echo "$as_me:$LINENO: result: ${EXTERNAL_CONFIG_HEADER} ${EXTERNAL_CONFIG_SOURCE}" >&5
     5680echo "${ECHO_T}${EXTERNAL_CONFIG_HEADER} ${EXTERNAL_CONFIG_SOURCE}" >&6
     5681else
     5682echo "$as_me:$LINENO: result: none" >&5
     5683echo "${ECHO_T}none" >&6
     5684fi
     5685
     5686echo "$as_me:$LINENO: checking which malloc to use" >&5
     5687echo $ECHO_N "checking which malloc to use... $ECHO_C" >&6
    19485688if test "${with_malloc}" = system; then
    19495689  OM_MALLOC_HEADER=omMallocSystem.h
    1950   cat >> confdefs.h <<\EOF
     5690  cat >>confdefs.h <<\_ACEOF
    19515691#define OMALLOC_USES_MALLOC 1
    1952 EOF
     5692_ACEOF
    19535693
    19545694  if test "${with_provide_malloc}" = yes || test "${with_provide_malloc}" = debug; then
    1955     { echo "configure: error: "can not provide malloc for --with-malloc=system"" 1>&2; exit 1; }
     5695    { { echo "$as_me:$LINENO: error: \"can not provide malloc for --with-malloc=system\"" >&5
     5696echo "$as_me: error: \"can not provide malloc for --with-malloc=system\"" >&2;}
     5697   { (exit 1); exit 1; }; }
    19565698  fi
    19575699elif test "${with_malloc}" = gmalloc; then
     
    19635705elif test "${with_malloc}" = external; then
    19645706  if test "${with_external_malloc_h+set}" != set; then
    1965     { echo "configure: error: need --with_external_malloc_h for external malloc" 1>&2; exit 1; }
     5707    { { echo "$as_me:$LINENO: error: need --with_external_malloc_h for external malloc" >&5
     5708echo "$as_me: error: need --with_external_malloc_h for external malloc" >&2;}
     5709   { (exit 1); exit 1; }; }
    19665710  fi
    19675711  if test "${with_provide_malloc}" = yes || test "${with_provide_malloc}" = debug; then
    1968     { echo "configure: error: "can not provide malloc for --with_malloc=external"" 1>&2; exit 1; }
     5712    { { echo "$as_me:$LINENO: error: \"can not provide malloc for --with_malloc=external\"" >&5
     5713echo "$as_me: error: \"can not provide malloc for --with_malloc=external\"" >&2;}
     5714   { (exit 1); exit 1; }; }
    19695715  fi
    19705716  OM_MALLOC_HEADER=$with_external_malloc_h
    19715717  OM_MALLOC_SOURCE=$with_external_malloc_c
    1972   cat >> confdefs.h <<\EOF
     5718  cat >>confdefs.h <<\_ACEOF
    19735719#define OMALLOC_USES_MALLOC 1
    1974 EOF
     5720_ACEOF
    19755721
    19765722else
     
    19795725  OM_MALLOC_SOURCE=dlmalloc.c
    19805726fi
    1981 echo "$ac_t""$with_malloc" 1>&6
     5727echo "$as_me:$LINENO: result: $with_malloc" >&5
     5728echo "${ECHO_T}$with_malloc" >&6
    19825729
    19835730
    19845731
    19855732if test "${OM_MALLOC_SOURCE+set}" = set; then
    1986   cat >> confdefs.h <<\EOF
     5733  cat >>confdefs.h <<\_ACEOF
    19875734#define OM_HAVE_MALLOC_SOURCE 1
    1988 EOF
    1989 
    1990 fi
    1991 
    1992 echo $ac_n "checking whether malloc provides SizeOfAddr""... $ac_c" 1>&6
    1993 echo "configure:1994: checking whether malloc provides SizeOfAddr" >&5
     5735_ACEOF
     5736
     5737fi
     5738
     5739echo "$as_me:$LINENO: checking whether malloc provides SizeOfAddr" >&5
     5740echo $ECHO_N "checking whether malloc provides SizeOfAddr... $ECHO_C" >&6
    19945741if test "${ac_cv_malloc_sizeof_addr}" = no; then
    1995   echo "$ac_t""(cached) no" 1>&6
     5742  echo "$as_me:$LINENO: result: (cached) no" >&5
     5743echo "${ECHO_T}(cached) no" >&6
    19965744elif test "${ac_cv_malloc_sizeof_addr}" = "${OM_MALLOC_HEADER}_${OM_MALLOC_SOURCE}"; then
    1997    echo "$ac_t""(cached) yes" 1>&6
     5745   echo "$as_me:$LINENO: result: (cached) yes" >&5
     5746echo "${ECHO_T}(cached) yes" >&6
    19985747else
    19995748if test "$cross_compiling" = yes; then
    20005749  ac_cv_malloc_sizeof_addr=no
    20015750else
    2002   cat > conftest.$ac_ext <<EOF
    2003 #line 2004 "configure"
    2004 #include "confdefs.h"
     5751  cat >conftest.$ac_ext <<_ACEOF
     5752/* confdefs.h.  */
     5753_ACEOF
     5754cat confdefs.h >>conftest.$ac_ext
     5755cat >>conftest.$ac_ext <<_ACEOF
     5756/* end confdefs.h.  */
    20055757
    20065758#include "$OM_MALLOC_HEADER"
     
    20175769}
    20185770
    2019 EOF
    2020 if { (eval echo configure:2021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    2021 then
     5771_ACEOF
     5772rm -f conftest$ac_exeext
     5773if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5774  (eval $ac_link) 2>&5
     5775  ac_status=$?
     5776  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5777  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5778  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5779  (eval $ac_try) 2>&5
     5780  ac_status=$?
     5781  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5782  (exit $ac_status); }; }; then
    20225783  ac_cv_malloc_sizeof_addr="${OM_MALLOC_HEADER}_${OM_MALLOC_SOURCE}"
    20235784else
    2024   echo "configure: failed program was:" >&5
    2025   cat conftest.$ac_ext >&5
    2026   rm -fr conftest*
    2027   ac_cv_malloc_sizeof_addr=no
    2028 fi
    2029 rm -fr conftest*
    2030 fi
    2031 
     5785  echo "$as_me: program exited with status $ac_status" >&5
     5786echo "$as_me: failed program was:" >&5
     5787sed 's/^/| /' conftest.$ac_ext >&5
     5788
     5789( exit $ac_status )
     5790ac_cv_malloc_sizeof_addr=no
     5791fi
     5792rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5793fi
    20325794if test "${ac_cv_malloc_sizeof_addr}" = no; then
    2033 echo "$ac_t""no" 1>&6
    2034 else
    2035 echo "$ac_t""yes" 1>&6
     5795echo "$as_me:$LINENO: result: no" >&5
     5796echo "${ECHO_T}no" >&6
     5797else
     5798echo "$as_me:$LINENO: result: yes" >&5
     5799echo "${ECHO_T}yes" >&6
    20365800fi
    20375801fi
    20385802if test "$ac_cv_malloc_sizeof_addr" != no; then
    2039 cat >> confdefs.h <<\EOF
     5803cat >>confdefs.h <<\_ACEOF
    20405804#define OM_MALLOC_PROVIDES_SIZEOF_ADDR 1
    2041 EOF
     5805_ACEOF
    20425806
    20435807fi
    20445808
    20455809if test "${with_provide_malloc}" = malloc; then
    2046    cat >> confdefs.h <<\EOF
     5810   cat >>confdefs.h <<\_ACEOF
    20475811#define OM_PROVIDE_MALLOC 3
    2048 EOF
     5812_ACEOF
    20495813
    20505814elif test "${with_provide_malloc}" = debug; then
    2051    cat >> confdefs.h <<\EOF
     5815   cat >>confdefs.h <<\_ACEOF
    20525816#define OM_PROVIDE_MALLOC 2
    2053 EOF
     5817_ACEOF
    20545818
    20555819elif test "${with_provide_malloc}" = yes; then
    2056   cat >> confdefs.h <<\EOF
     5820  cat >>confdefs.h <<\_ACEOF
    20575821#define OM_PROVIDE_MALLOC 1
    2058 EOF
    2059 
    2060 else
    2061   cat >> confdefs.h <<\EOF
     5822_ACEOF
     5823
     5824else
     5825  cat >>confdefs.h <<\_ACEOF
    20625826#define OM_PROVIDE_MALLOC 0
    2063 EOF
    2064 
    2065 fi
    2066 
    2067 echo $ac_n "checking whether working valloc exists""... $ac_c" 1>&6
    2068 echo "configure:2069: checking whether working valloc exists" >&5
     5827_ACEOF
     5828
     5829fi
     5830
     5831echo "$as_me:$LINENO: checking whether working valloc exists" >&5
     5832echo $ECHO_N "checking whether working valloc exists... $ECHO_C" >&6
    20695833if test "${ac_cv_working_valloc}" = no; then
    2070   echo "$ac_t""(cached) no" 1>&6
     5834  echo "$as_me:$LINENO: result: (cached) no" >&5
     5835echo "${ECHO_T}(cached) no" >&6
    20715836elif test "${ac_cv_working_valloc}" = "${OM_MALLOC_HEADER}_${OM_MALLOC_SOURCE}"; then
    2072   echo "$ac_t""(cached) yes" 1>&6
     5837  echo "$as_me:$LINENO: result: (cached) yes" >&5
     5838echo "${ECHO_T}(cached) yes" >&6
    20735839else
    20745840if test "$cross_compiling" = yes; then
    20755841  ac_cv_working_valloc=no
    20765842else
    2077   cat > conftest.$ac_ext <<EOF
    2078 #line 2079 "configure"
    2079 #include "confdefs.h"
     5843  cat >conftest.$ac_ext <<_ACEOF
     5844/* confdefs.h.  */
     5845_ACEOF
     5846cat confdefs.h >>conftest.$ac_ext
     5847cat >>conftest.$ac_ext <<_ACEOF
     5848/* end confdefs.h.  */
    20805849
    20815850#include "$OM_MALLOC_HEADER"
     
    20935862}
    20945863
    2095 EOF
    2096 if { (eval echo configure:2097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    2097 then
     5864_ACEOF
     5865rm -f conftest$ac_exeext
     5866if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     5867  (eval $ac_link) 2>&5
     5868  ac_status=$?
     5869  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5870  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     5871  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     5872  (eval $ac_try) 2>&5
     5873  ac_status=$?
     5874  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5875  (exit $ac_status); }; }; then
    20985876  ac_cv_working_valloc="${OM_MALLOC_HEADER}_${OM_MALLOC_SOURCE}"
    20995877else
    2100   echo "configure: failed program was:" >&5
    2101   cat conftest.$ac_ext >&5
    2102   rm -fr conftest*
    2103   ac_cv_working_valloc=no
    2104 fi
    2105 rm -fr conftest*
    2106 fi
    2107 
     5878  echo "$as_me: program exited with status $ac_status" >&5
     5879echo "$as_me: failed program was:" >&5
     5880sed 's/^/| /' conftest.$ac_ext >&5
     5881
     5882( exit $ac_status )
     5883ac_cv_working_valloc=no
     5884fi
     5885rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5886fi
    21085887if test "${ac_cv_working_valloc}" = no; then
    2109 echo "$ac_t""no" 1>&6
    2110 else
    2111 echo "$ac_t""yes" 1>&6
    2112 fi
    2113 fi
    2114 
    2115 echo $ac_n "checking which valloc to use""... $ac_c" 1>&6
    2116 echo "configure:2117: checking which valloc to use" >&5
     5888echo "$as_me:$LINENO: result: no" >&5
     5889echo "${ECHO_T}no" >&6
     5890else
     5891echo "$as_me:$LINENO: result: yes" >&5
     5892echo "${ECHO_T}yes" >&6
     5893fi
     5894fi
     5895
     5896echo "$as_me:$LINENO: checking which valloc to use" >&5
     5897echo $ECHO_N "checking which valloc to use... $ECHO_C" >&6
    21175898if test "${with_valloc+set}" != set || test "${with_valloc}" = mmap; then
    21185899  if test "${ac_cv_working_mmap}" = yes; then
    21195900    with_valloc=mmap
    2120     cat >> confdefs.h <<\EOF
     5901    cat >>confdefs.h <<\_ACEOF
    21215902#define OM_HAVE_VALLOC_MMAP 1
    2122 EOF
     5903_ACEOF
    21235904
    21245905  else
     
    21285909if test "${with_valloc}" = malloc; then
    21295910  if test "${ac_cv_working_valloc}" != no; then
    2130     cat >> confdefs.h <<\EOF
     5911    cat >>confdefs.h <<\_ACEOF
    21315912#define OM_HAVE_VALLOC_MALLOC 1
    2132 EOF
     5913_ACEOF
    21335914
    21345915  else
     
    21365917  fi
    21375918fi
    2138 echo "$ac_t""$with_valloc" 1>&6
    2139 
    2140 echo $ac_n "checking whether to emulate omalloc""... $ac_c" 1>&6
    2141 echo "configure:2142: checking whether to emulate omalloc" >&5
     5919echo "$as_me:$LINENO: result: $with_valloc" >&5
     5920echo "${ECHO_T}$with_valloc" >&6
     5921
     5922echo "$as_me:$LINENO: checking whether to emulate omalloc" >&5
     5923echo $ECHO_N "checking whether to emulate omalloc... $ECHO_C" >&6
    21425924if test "${with_emulate_omalloc}" = yes; then
    2143   cat >> confdefs.h <<\EOF
     5925  cat >>confdefs.h <<\_ACEOF
    21445926#define OM_EMULATE_OMALLOC 1
    2145 EOF
    2146 
    2147   echo "$ac_t""yes" 1>&6
    2148 else
    2149   echo "$ac_t""no" 1>&6
    2150 fi
    2151 
    2152 echo $ac_n "checking how to align""... $ac_c" 1>&6
    2153 echo "configure:2154: checking how to align" >&5
     5927_ACEOF
     5928
     5929  echo "$as_me:$LINENO: result: yes" >&5
     5930echo "${ECHO_T}yes" >&6
     5931else
     5932  echo "$as_me:$LINENO: result: no" >&5
     5933echo "${ECHO_T}no" >&6
     5934fi
     5935
     5936echo "$as_me:$LINENO: checking how to align" >&5
     5937echo $ECHO_N "checking how to align... $ECHO_C" >&6
    21545938if test "$with_align" = 8 || test "$ac_cv_sizeof_long" = 8; then
    21555939  ac_cv_align=8
    2156   cat >> confdefs.h <<\EOF
     5940  cat >>confdefs.h <<\_ACEOF
    21575941#define OM_ALIGN_8 1
    2158 EOF
     5942_ACEOF
    21595943
    21605944else
    21615945if test "$ac_cv_align_need_strict" = "yes" || test "$with_align" = "strict"; then
    2162   cat >> confdefs.h <<\EOF
     5946  cat >>confdefs.h <<\_ACEOF
    21635947#define OM_ALIGNMENT_NEEDS_WORK 1
    2164 EOF
     5948_ACEOF
    21655949
    21665950  ac_cv_align="strict"
     
    21695953fi
    21705954fi
    2171 echo "$ac_t""$ac_cv_align" 1>&6
    2172 
    2173 echo $ac_n "checking whether to use dense bins""... $ac_c" 1>&6
    2174 echo "configure:2175: checking whether to use dense bins" >&5
     5955echo "$as_me:$LINENO: result: $ac_cv_align" >&5
     5956echo "${ECHO_T}$ac_cv_align" >&6
     5957
     5958echo "$as_me:$LINENO: checking whether to use dense bins" >&5
     5959echo $ECHO_N "checking whether to use dense bins... $ECHO_C" >&6
    21755960if test "$with_dense_bins" = yes; then
    2176 echo "$ac_t""yes" 1>&6
    2177 cat >> confdefs.h <<\EOF
     5961echo "$as_me:$LINENO: result: yes" >&5
     5962echo "${ECHO_T}yes" >&6
     5963cat >>confdefs.h <<\_ACEOF
    21785964#define OM_HAVE_DENSE_BIN_DISTRIBUTION 1
    2179 EOF
    2180 
    2181 else
    2182 echo "$ac_t""no" 1>&6
    2183 fi
    2184 
    2185 echo $ac_n "checking whether to disable debugging""... $ac_c" 1>&6
    2186 echo "configure:2187: checking whether to disable debugging" >&5
     5965_ACEOF
     5966
     5967else
     5968echo "$as_me:$LINENO: result: no" >&5
     5969echo "${ECHO_T}no" >&6
     5970fi
     5971
     5972echo "$as_me:$LINENO: checking whether to disable debugging" >&5
     5973echo $ECHO_N "checking whether to disable debugging... $ECHO_C" >&6
    21875974if test "$with_debug" != no; then
    2188 echo "$ac_t""no" 1>&6
    2189 else
    2190 echo "$ac_t""yes" 1>&6
    2191 cat >> confdefs.h <<\EOF
     5975echo "$as_me:$LINENO: result: no" >&5
     5976echo "${ECHO_T}no" >&6
     5977else
     5978echo "$as_me:$LINENO: result: yes" >&5
     5979echo "${ECHO_T}yes" >&6
     5980cat >>confdefs.h <<\_ACEOF
    21925981#define OM_NDEBUG 1
    2193 EOF
     5982_ACEOF
    21945983
    21955984with_track=no
    21965985fi
    21975986
    2198 echo $ac_n "checking whether to have tracking debug functionality""... $ac_c" 1>&6
    2199 echo "configure:2200: checking whether to have tracking debug functionality" >&5
     5987echo "$as_me:$LINENO: checking whether to have tracking debug functionality" >&5
     5988echo $ECHO_N "checking whether to have tracking debug functionality... $ECHO_C" >&6
    22005989if test "$with_track" != no; then
    2201 echo "$ac_t""yes" 1>&6
    2202 cat >> confdefs.h <<\EOF
     5990echo "$as_me:$LINENO: result: yes" >&5
     5991echo "${ECHO_T}yes" >&6
     5992cat >>confdefs.h <<\_ACEOF
    22035993#define OM_HAVE_TRACK 1
    2204 EOF
    2205 
    2206 else
    2207 echo "$ac_t""no" 1>&6
    2208 fi
    2209 
    2210 echo $ac_n "checking whether to use internal debug""... $ac_c" 1>&6
    2211 echo "configure:2212: checking whether to use internal debug" >&5
     5994_ACEOF
     5995
     5996else
     5997echo "$as_me:$LINENO: result: no" >&5
     5998echo "${ECHO_T}no" >&6
     5999fi
     6000
     6001echo "$as_me:$LINENO: checking whether to use internal debug" >&5
     6002echo $ECHO_N "checking whether to use internal debug... $ECHO_C" >&6
    22126003if test "$with_internal_debug" = yes; then
    2213 echo "$ac_t""yes" 1>&6
    2214 cat >> confdefs.h <<\EOF
     6004echo "$as_me:$LINENO: result: yes" >&5
     6005echo "${ECHO_T}yes" >&6
     6006cat >>confdefs.h <<\_ACEOF
    22156007#define OM_INTERNAL_DEBUG 1
    2216 EOF
     6008_ACEOF
    22176009
    22186010with_inline=no
    22196011else
    2220 echo "$ac_t""no" 1>&6
    2221 fi
    2222 
    2223 echo $ac_n "checking whether to inline""... $ac_c" 1>&6
    2224 echo "configure:2225: checking whether to inline" >&5
     6012echo "$as_me:$LINENO: result: no" >&5
     6013echo "${ECHO_T}no" >&6
     6014fi
     6015
     6016echo "$as_me:$LINENO: checking whether to inline" >&5
     6017echo $ECHO_N "checking whether to inline... $ECHO_C" >&6
    22256018if test "$ac_cv_c_inline" != no && test "$with_inline" != no; then
    2226   cat >> confdefs.h <<EOF
     6019  cat >>confdefs.h <<_ACEOF
    22276020#define OM_INLINE static $ac_cv_c_inline
    2228 EOF
    2229 
    2230   cat >> confdefs.h <<EOF
     6021_ACEOF
     6022
     6023  cat >>confdefs.h <<_ACEOF
    22316024#define OM_INLINE_DECL static $ac_cv_c_inline
    2232 EOF
    2233 
    2234   cat >> confdefs.h <<EOF
     6025_ACEOF
     6026
     6027  cat >>confdefs.h <<_ACEOF
    22356028#define OM_INLINE_IMPL static $ac_cv_c_inline
    2236 EOF
    2237 
    2238   cat >> confdefs.h <<EOF
     6029_ACEOF
     6030
     6031  cat >>confdefs.h <<_ACEOF
    22396032#define OM_INLINE_LOCAL static $ac_cv_c_inline
    2240 EOF
    2241 
    2242   echo "$ac_t""yes" 1>&6
    2243 else
    2244   cat >> confdefs.h <<EOF
     6033_ACEOF
     6034
     6035  echo "$as_me:$LINENO: result: yes" >&5
     6036echo "${ECHO_T}yes" >&6
     6037else
     6038  cat >>confdefs.h <<_ACEOF
    22456039#define OM_INLINE_DECL extern
    2246 EOF
    2247 
    2248   cat >> confdefs.h <<EOF
    2249 #define OM_INLINE_IMPL 
    2250 EOF
    2251 
    2252   cat >> confdefs.h <<EOF
     6040_ACEOF
     6041
     6042  cat >>confdefs.h <<_ACEOF
     6043#define OM_INLINE_IMPL
     6044_ACEOF
     6045
     6046  cat >>confdefs.h <<_ACEOF
    22536047#define OM_INLINE_LOCAL static
    2254 EOF
    2255 
    2256   echo "$ac_t""no" 1>&6
    2257 fi
    2258 
    2259 echo $ac_n "checking whether GET_RET_ADDR works""... $ac_c" 1>&6
    2260 echo "configure:2261: checking whether GET_RET_ADDR works" >&5
    2261 if eval "test \"`echo '$''{'ac_cv_get_return_addr_works'+set}'`\" = set"; then
    2262   echo $ac_n "(cached) $ac_c" 1>&6
     6048_ACEOF
     6049
     6050  echo "$as_me:$LINENO: result: no" >&5
     6051echo "${ECHO_T}no" >&6
     6052fi
     6053
     6054echo "$as_me:$LINENO: checking whether GET_RET_ADDR works" >&5
     6055echo $ECHO_N "checking whether GET_RET_ADDR works... $ECHO_C" >&6
     6056if test "${ac_cv_get_return_addr_works+set}" = set; then
     6057  echo $ECHO_N "(cached) $ECHO_C" >&6
    22636058else
    22646059  if test "$cross_compiling" = yes; then
    22656060  ac_cv_get_return_addr_works=no
    22666061else
    2267   cat > conftest.$ac_ext <<EOF
    2268 #line 2269 "configure"
    2269 #include "confdefs.h"
     6062  cat >conftest.$ac_ext <<_ACEOF
     6063/* confdefs.h.  */
     6064_ACEOF
     6065cat confdefs.h >>conftest.$ac_ext
     6066cat >>conftest.$ac_ext <<_ACEOF
     6067/* end confdefs.h.  */
    22706068
    22716069#include "omReturn.h"
     
    22816079}
    22826080
    2283 EOF
    2284 if { (eval echo configure:2285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    2285 then
     6081_ACEOF
     6082rm -f conftest$ac_exeext
     6083if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6084  (eval $ac_link) 2>&5
     6085  ac_status=$?
     6086  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6087  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     6088  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6089  (eval $ac_try) 2>&5
     6090  ac_status=$?
     6091  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6092  (exit $ac_status); }; }; then
    22866093  ac_cv_get_return_addr_works=yes
    22876094else
    2288   echo "configure: failed program was:" >&5
    2289   cat conftest.$ac_ext >&5
    2290   rm -fr conftest*
    2291   ac_cv_get_return_addr_works=no
    2292 fi
    2293 rm -fr conftest*
    2294 fi
    2295 
    2296 fi
    2297 
    2298 echo "$ac_t""$ac_cv_get_return_addr_works" 1>&6
     6095  echo "$as_me: program exited with status $ac_status" >&5
     6096echo "$as_me: failed program was:" >&5
     6097sed 's/^/| /' conftest.$ac_ext >&5
     6098
     6099( exit $ac_status )
     6100ac_cv_get_return_addr_works=no
     6101fi
     6102rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6103fi
     6104fi
     6105
     6106echo "$as_me:$LINENO: result: $ac_cv_get_return_addr_works" >&5
     6107echo "${ECHO_T}$ac_cv_get_return_addr_works" >&6
    22996108if test "$ac_cv_get_return_addr_works" = yes; then
    2300 cat >> confdefs.h <<\EOF
     6109cat >>confdefs.h <<\_ACEOF
    23016110#define OM_GET_RETURN_ADDR_WORKS 1
    2302 EOF
    2303 
    2304 fi
    2305 
    2306 echo $ac_n "checking whether omGetBackTrace works""... $ac_c" 1>&6
    2307 echo "configure:2308: checking whether omGetBackTrace works" >&5
    2308 if eval "test \"`echo '$''{'ac_cv_get_backtrace_works'+set}'`\" = set"; then
    2309   echo $ac_n "(cached) $ac_c" 1>&6
     6111_ACEOF
     6112
     6113fi
     6114
     6115echo "$as_me:$LINENO: checking whether omGetBackTrace works" >&5
     6116echo $ECHO_N "checking whether omGetBackTrace works... $ECHO_C" >&6
     6117if test "${ac_cv_get_backtrace_works+set}" = set; then
     6118  echo $ECHO_N "(cached) $ECHO_C" >&6
    23106119else
    23116120  if test "$cross_compiling" = yes; then
    23126121  ac_cv_get_backtrace_works=no
    23136122else
    2314   cat > conftest.$ac_ext <<EOF
    2315 #line 2316 "configure"
    2316 #include "confdefs.h"
     6123  cat >conftest.$ac_ext <<_ACEOF
     6124/* confdefs.h.  */
     6125_ACEOF
     6126cat confdefs.h >>conftest.$ac_ext
     6127cat >>conftest.$ac_ext <<_ACEOF
     6128/* end confdefs.h.  */
    23176129
    23186130#include "omGetBackTrace.c"
     
    23336145}
    23346146
    2335 EOF
    2336 if { (eval echo configure:2337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    2337 then
     6147_ACEOF
     6148rm -f conftest$ac_exeext
     6149if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6150  (eval $ac_link) 2>&5
     6151  ac_status=$?
     6152  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6153  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     6154  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6155  (eval $ac_try) 2>&5
     6156  ac_status=$?
     6157  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6158  (exit $ac_status); }; }; then
    23386159  ac_cv_get_backtrace_works=yes
    23396160else
    2340   echo "configure: failed program was:" >&5
    2341   cat conftest.$ac_ext >&5
    2342   rm -fr conftest*
    2343   ac_cv_get_backtrace_works=no
    2344 fi
    2345 rm -fr conftest*
    2346 fi
    2347 
    2348 fi
    2349 
    2350 echo "$ac_t""$ac_cv_get_backtrace_works" 1>&6
     6161  echo "$as_me: program exited with status $ac_status" >&5
     6162echo "$as_me: failed program was:" >&5
     6163sed 's/^/| /' conftest.$ac_ext >&5
     6164
     6165( exit $ac_status )
     6166ac_cv_get_backtrace_works=no
     6167fi
     6168rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6169fi
     6170fi
     6171
     6172echo "$as_me:$LINENO: result: $ac_cv_get_backtrace_works" >&5
     6173echo "${ECHO_T}$ac_cv_get_backtrace_works" >&6
    23516174if test "$ac_cv_get_backtrace_works" = yes; then
    2352 cat >> confdefs.h <<\EOF
     6175cat >>confdefs.h <<\_ACEOF
    23536176#define OM_GET_BACKTRACE_WORKS 1
    2354 EOF
    2355 
    2356 fi
    2357 
    2358 echo $ac_n "checking whether addr2line works""... $ac_c" 1>&6
    2359 echo "configure:2360: checking whether addr2line works" >&5
    2360 if eval "test \"`echo '$''{'ac_cv_prog_addr2line_works'+set}'`\" = set"; then
    2361   echo $ac_n "(cached) $ac_c" 1>&6
     6177_ACEOF
     6178
     6179fi
     6180
     6181echo "$as_me:$LINENO: checking whether addr2line works" >&5
     6182echo $ECHO_N "checking whether addr2line works... $ECHO_C" >&6
     6183if test "${ac_cv_prog_addr2line_works+set}" = set; then
     6184  echo $ECHO_N "(cached) $ECHO_C" >&6
    23626185else
    23636186  if test "$cross_compiling" = yes; then
    23646187  ac_cv_prog_addr2line_works=no
    23656188else
    2366   cat > conftest.$ac_ext <<EOF
    2367 #line 2368 "configure"
    2368 #include "confdefs.h"
     6189  cat >conftest.$ac_ext <<_ACEOF
     6190/* confdefs.h.  */
     6191_ACEOF
     6192cat confdefs.h >>conftest.$ac_ext
     6193cat >>conftest.$ac_ext <<_ACEOF
     6194/* end confdefs.h.  */
    23696195
    23706196#undef OM_GET_BACKTRACE_WORKS
     
    23966222}
    23976223
    2398 EOF
    2399 if { (eval echo configure:2400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    2400 then
     6224_ACEOF
     6225rm -f conftest$ac_exeext
     6226if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6227  (eval $ac_link) 2>&5
     6228  ac_status=$?
     6229  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6230  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
     6231  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6232  (eval $ac_try) 2>&5
     6233  ac_status=$?
     6234  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6235  (exit $ac_status); }; }; then
    24016236  ac_cv_prog_addr2line_works=yes
    24026237else
    2403   echo "configure: failed program was:" >&5
    2404   cat conftest.$ac_ext >&5
    2405   rm -fr conftest*
    2406   ac_cv_prog_addr2line_works=no
    2407 fi
    2408 rm -fr conftest*
    2409 fi
    2410 
    2411 fi
    2412 
    2413 echo "$ac_t""$ac_cv_prog_addr2line_works" 1>&6
    2414 
    2415 echo $ac_n "checking whether to track return addresses""... $ac_c" 1>&6
    2416 echo "configure:2417: checking whether to track return addresses" >&5
     6238  echo "$as_me: program exited with status $ac_status" >&5
     6239echo "$as_me: failed program was:" >&5
     6240sed 's/^/| /' conftest.$ac_ext >&5
     6241
     6242( exit $ac_status )
     6243ac_cv_prog_addr2line_works=no
     6244fi
     6245rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     6246fi
     6247fi
     6248
     6249echo "$as_me:$LINENO: result: $ac_cv_prog_addr2line_works" >&5
     6250echo "${ECHO_T}$ac_cv_prog_addr2line_works" >&6
     6251
     6252echo "$as_me:$LINENO: checking whether to track return addresses" >&5
     6253echo $ECHO_N "checking whether to track return addresses... $ECHO_C" >&6
    24176254if test "$with_track_return" = no || test "$ac_cv_get_return_addr_works" = no || test "$ac_cv_prog_addr2line_works" != yes; then
    24186255  with_track_return=no
    24196256else
    2420   cat >> confdefs.h <<\EOF
     6257  cat >>confdefs.h <<\_ACEOF
    24216258#define OM_TRACK_RETURN 1
    2422 EOF
     6259_ACEOF
    24236260
    24246261  with_track_return=yes
    24256262fi
    2426 echo "$ac_t""$with_track_return" 1>&6
    2427 
    2428 echo $ac_n "checking whether to track files and line numbers""... $ac_c" 1>&6
    2429 echo "configure:2430: checking whether to track files and line numbers" >&5
     6263echo "$as_me:$LINENO: result: $with_track_return" >&5
     6264echo "${ECHO_T}$with_track_return" >&6
     6265
     6266echo "$as_me:$LINENO: checking whether to track files and line numbers" >&5
     6267echo $ECHO_N "checking whether to track files and line numbers... $ECHO_C" >&6
    24306268if test "$with_track_fl" = no && test "$with_track_return" = no; then
    24316269  with_track_fl=yes
     
    24386276  fi
    24396277fi
    2440 echo "$ac_t""$with_track_fl" 1>&6
     6278echo "$as_me:$LINENO: result: $with_track_fl" >&5
     6279echo "${ECHO_T}$with_track_fl" >&6
    24416280if test "$with_track_fl" = yes; then
    2442   cat >> confdefs.h <<\EOF
     6281  cat >>confdefs.h <<\_ACEOF
    24436282#define OM_TRACK_FILE_LINE 1
    2444 EOF
    2445 
    2446 fi
    2447 
    2448 echo $ac_n "checking whether to track stack backtraces""... $ac_c" 1>&6
    2449 echo "configure:2450: checking whether to track stack backtraces" >&5
     6283_ACEOF
     6284
     6285fi
     6286
     6287echo "$as_me:$LINENO: checking whether to track stack backtraces" >&5
     6288echo $ECHO_N "checking whether to track stack backtraces... $ECHO_C" >&6
    24506289if test "$with_track" != no && test "$ac_cv_get_backtrace_works" = yes && test "$with_track_backtrace" != no && test "$ac_cv_prog_addr2line_works" = yes; then
    24516290  with_track_backtrace=yes
    2452   cat >> confdefs.h <<\EOF
     6291  cat >>confdefs.h <<\_ACEOF
    24536292#define OM_TRACK_BACKTRACE 1
    2454 EOF
     6293_ACEOF
    24556294
    24566295else
    24576296  with_track_backtrace=no
    24586297fi
    2459 echo "$ac_t""$with_track_backtrace" 1>&6
    2460 
    2461 echo $ac_n "checking whether to track custom values""... $ac_c" 1>&6
    2462 echo "configure:2463: checking whether to track custom values" >&5
     6298echo "$as_me:$LINENO: result: $with_track_backtrace" >&5
     6299echo "${ECHO_T}$with_track_backtrace" >&6
     6300
     6301echo "$as_me:$LINENO: checking whether to track custom values" >&5
     6302echo $ECHO_N "checking whether to track custom values... $ECHO_C" >&6
    24636303if test "$with_track" != no && test "$with_track_custom" = yes; then
    2464   cat >> confdefs.h <<\EOF
     6304  cat >>confdefs.h <<\_ACEOF
    24656305#define OM_TRACK_CUSTOM 1
    2466 EOF
     6306_ACEOF
    24676307
    24686308else
    24696309  with_track_custom=no
    24706310fi
    2471 echo "$ac_t""$with_track_custom" 1>&6
    2472 
    2473 
    2474 echo $ac_n "checking return type of sbrk""... $ac_c" 1>&6
    2475 echo "configure:2476: checking return type of sbrk" >&5
    2476 cat > conftest.$ac_ext <<EOF
    2477 #line 2478 "configure"
    2478 #include "confdefs.h"
     6311echo "$as_me:$LINENO: result: $with_track_custom" >&5
     6312echo "${ECHO_T}$with_track_custom" >&6
     6313
     6314
     6315echo "$as_me:$LINENO: checking return type of sbrk" >&5
     6316echo $ECHO_N "checking return type of sbrk... $ECHO_C" >&6
     6317cat >conftest.$ac_ext <<_ACEOF
     6318/* confdefs.h.  */
     6319_ACEOF
     6320cat confdefs.h >>conftest.$ac_ext
     6321cat >>conftest.$ac_ext <<_ACEOF
     6322/* end confdefs.h.  */
    24796323#define __USE_MISC
    24806324#include <unistd.h>
    24816325
    2482 int main() {
     6326int
     6327main ()
     6328{
    24836329void *sbrk();
    24846330
    2485 ; return 0; }
    2486 EOF
    2487 if { (eval echo configure:2488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    2488   rm -rf conftest*
    2489   cat >> confdefs.h <<\EOF
     6331  ;
     6332  return 0;
     6333}
     6334_ACEOF
     6335rm -f conftest.$ac_objext conftest$ac_exeext
     6336if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     6337  (eval $ac_link) 2>conftest.er1
     6338  ac_status=$?
     6339  grep -v '^ *+' conftest.er1 >conftest.err
     6340  rm -f conftest.er1
     6341  cat conftest.err >&5
     6342  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6343  (exit $ac_status); } &&
     6344         { ac_try='test -z "$ac_c_werror_flag"
     6345                         || test ! -s conftest.err'
     6346  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6347  (eval $ac_try) 2>&5
     6348  ac_status=$?
     6349  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6350  (exit $ac_status); }; } &&
     6351         { ac_try='test -s conftest$ac_exeext'
     6352  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6353  (eval $ac_try) 2>&5
     6354  ac_status=$?
     6355  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6356  (exit $ac_status); }; }; then
     6357  cat >>confdefs.h <<\_ACEOF
    24906358#define Void_t void
    2491 EOF
    2492 
    2493 else
    2494   echo "configure: failed program was:" >&5
    2495   cat conftest.$ac_ext >&5
    2496   rm -rf conftest*
    2497   cat >> confdefs.h <<\EOF
     6359_ACEOF
     6360
     6361else
     6362  echo "$as_me: failed program was:" >&5
     6363sed 's/^/| /' conftest.$ac_ext >&5
     6364
     6365cat >>confdefs.h <<\_ACEOF
    24986366#define Void_t char
    2499 EOF
    2500 
    2501 fi
    2502 rm -f conftest*
    2503 echo "$ac_t""Void_t" 1>&6
    2504 
    2505 
    2506 
    2507 
    2508 
    2509 trap '' 1 2 15
    2510 cat > confcache <<\EOF
     6367_ACEOF
     6368
     6369fi
     6370rm -f conftest.err conftest.$ac_objext \
     6371      conftest$ac_exeext conftest.$ac_ext
     6372echo "$as_me:$LINENO: result: Void_t" >&5
     6373echo "${ECHO_T}Void_t" >&6
     6374
     6375
     6376
     6377                              ac_config_headers="$ac_config_headers omConfig.h omlimits.h omMalloc.h:${OM_MALLOC_HEADER}"
     6378
     6379
     6380          ac_config_files="$ac_config_files Makefile"
     6381          ac_config_commands="$ac_config_commands default"
     6382cat >confcache <<\_ACEOF
    25116383# This file is a shell script that caches the results of configure
    25126384# tests run on this system so they can be shared between configure
    2513 # scripts and configure runs.  It is not useful on other systems.
    2514 # If it contains results you don't want to keep, you may remove or edit it.
     6385# scripts and configure runs, see configure's option --config-cache.
     6386# It is not useful on other systems.  If it contains results you don't
     6387# want to keep, you may remove or edit it.
    25156388#
    2516 # By default, configure uses ./config.cache as the cache file,
    2517 # creating it if it does not exist already.  You can give configure
    2518 # the --cache-file=FILE option to use a different cache file; that is
    2519 # what configure does when it calls configure scripts in
    2520 # subdirectories, so they share the cache.
    2521 # Giving --cache-file=/dev/null disables caching, for debugging configure.
    2522 # config.status only pays attention to the cache file if you give it the
    2523 # --recheck option to rerun configure.
     6389# config.status only pays attention to the cache file if you give it
     6390# the --recheck option to rerun configure.
    25246391#
    2525 EOF
     6392# `ac_cv_env_foo' variables (set or unset) will be overridden when
     6393# loading this file, other *unset* `ac_cv_foo' will be assigned the
     6394# following values.
     6395
     6396_ACEOF
     6397
    25266398# The following way of writing the cache mishandles newlines in values,
    25276399# but we know of no workaround that is simple, portable, and efficient.
     
    25296401# Ultrix sh set writes to stderr and can't be redirected directly,
    25306402# and sets the high bit in the cache file unless we assign to the vars.
    2531 (set) 2>&1 |
    2532   case `(ac_space=' '; set | grep ac_space) 2>&1` in
    2533   *ac_space=\ *)
    2534     # `set' does not quote correctly, so add quotes (double-quote substitution
    2535     # turns \\\\ into \\, and sed turns \\ into \).
    2536     sed -n \
    2537       -e "s/'/'\\\\''/g" \
    2538       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
    2539     ;;
    2540   *)
    2541     # `set' quotes correctly as required by POSIX, so do not add quotes.
    2542     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
    2543     ;;
    2544   esac >> confcache
    2545 if cmp -s $cache_file confcache; then
    2546   :
    2547 else
     6403{
     6404  (set) 2>&1 |
     6405    case `(ac_space=' '; set | grep ac_space) 2>&1` in
     6406    *ac_space=\ *)
     6407      # `set' does not quote correctly, so add quotes (double-quote
     6408      # substitution turns \\\\ into \\, and sed turns \\ into \).
     6409      sed -n \
     6410        "s/'/'\\\\''/g;
     6411          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
     6412      ;;
     6413    *)
     6414      # `set' quotes correctly as required by POSIX, so do not add quotes.
     6415      sed -n \
     6416        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     6417      ;;
     6418    esac;
     6419} |
     6420  sed '
     6421     t clear
     6422     : clear
     6423     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
     6424     t end
     6425     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     6426     : end' >>confcache
     6427if diff $cache_file confcache >/dev/null 2>&1; then :; else
    25486428  if test -w $cache_file; then
    2549     echo "updating cache $cache_file"
    2550     cat confcache > $cache_file
     6429    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     6430    cat confcache >$cache_file
    25516431  else
    25526432    echo "not updating unwritable cache $cache_file"
     
    25556435rm -f confcache
    25566436
    2557 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
    2558 
    25596437test "x$prefix" = xNONE && prefix=$ac_default_prefix
    25606438# Let make expand exec_prefix.
    25616439test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    25626440
    2563 # Any assignment to VPATH causes Sun make to only execute
    2564 # the first set of double-colon rules, so remove it if not needed.
    2565 # If there is a colon in the path, we need to keep it.
     6441# VPATH may cause trouble with some makes, so we remove $(srcdir),
     6442# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     6443# trailing colons and then remove the whole line if VPATH becomes empty
     6444# (actually we leave an empty line to preserve line numbers).
    25666445if test "x$srcdir" = x.; then
    2567   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
    2568 fi
    2569 
    2570 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
     6446  ac_vpsub='/^[  ]*VPATH[        ]*=/{
     6447s/:*\$(srcdir):*/:/;
     6448s/:*\${srcdir}:*/:/;
     6449s/:*@srcdir@:*/:/;
     6450s/^\([^=]*=[     ]*\):*/\1/;
     6451s/:*$//;
     6452s/^[^=]*=[       ]*$//;
     6453}'
     6454fi
    25716455
    25726456DEFS=-DHAVE_CONFIG_H
    25736457
    2574 # Without the "./", some shells look in PATH for config.status.
     6458ac_libobjs=
     6459ac_ltlibobjs=
     6460for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
     6461  # 1. Remove the extension, and $U if already installed.
     6462  ac_i=`echo "$ac_i" |
     6463         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
     6464  # 2. Add them.
     6465  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
     6466  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     6467done
     6468LIBOBJS=$ac_libobjs
     6469
     6470LTLIBOBJS=$ac_ltlibobjs
     6471
     6472
     6473
    25756474: ${CONFIG_STATUS=./config.status}
    2576 
    2577 echo creating $CONFIG_STATUS
    2578 rm -f $CONFIG_STATUS
    2579 cat > $CONFIG_STATUS <<EOF
    2580 #! /bin/sh
    2581 # Generated automatically by configure.
     6475ac_clean_files_save=$ac_clean_files
     6476ac_clean_files="$ac_clean_files $CONFIG_STATUS"
     6477{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     6478echo "$as_me: creating $CONFIG_STATUS" >&6;}
     6479cat >$CONFIG_STATUS <<_ACEOF
     6480#! $SHELL
     6481# Generated by $as_me.
    25826482# Run this file to recreate the current configuration.
    2583 # This directory was configured as follows,
    2584 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    2585 #
    2586 # $0 $ac_configure_args
    2587 #
    25886483# Compiler output produced by configure, useful for debugging
    2589 # configure, is in ./config.log if it exists.
    2590 
    2591 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
    2592 for ac_option
     6484# configure, is in config.log if it exists.
     6485
     6486debug=false
     6487ac_cs_recheck=false
     6488ac_cs_silent=false
     6489SHELL=\${CONFIG_SHELL-$SHELL}
     6490_ACEOF
     6491
     6492cat >>$CONFIG_STATUS <<\_ACEOF
     6493## --------------------- ##
     6494## M4sh Initialization.  ##
     6495## --------------------- ##
     6496
     6497# Be Bourne compatible
     6498if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     6499  emulate sh
     6500  NULLCMD=:
     6501  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     6502  # is contrary to our usage.  Disable this feature.
     6503  alias -g '${1+"$@"}'='"$@"'
     6504elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     6505  set -o posix
     6506fi
     6507DUALCASE=1; export DUALCASE # for MKS sh
     6508
     6509# Support unset when possible.
     6510if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     6511  as_unset=unset
     6512else
     6513  as_unset=false
     6514fi
     6515
     6516
     6517# Work around bugs in pre-3.0 UWIN ksh.
     6518$as_unset ENV MAIL MAILPATH
     6519PS1='$ '
     6520PS2='> '
     6521PS4='+ '
     6522
     6523# NLS nuisances.
     6524for as_var in \
     6525  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     6526  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     6527  LC_TELEPHONE LC_TIME
    25936528do
    2594   case "\$ac_option" in
     6529  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     6530    eval $as_var=C; export $as_var
     6531  else
     6532    $as_unset $as_var
     6533  fi
     6534done
     6535
     6536# Required to use basename.
     6537if expr a : '\(a\)' >/dev/null 2>&1; then
     6538  as_expr=expr
     6539else
     6540  as_expr=false
     6541fi
     6542
     6543if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
     6544  as_basename=basename
     6545else
     6546  as_basename=false
     6547fi
     6548
     6549
     6550# Name of the executable.
     6551as_me=`$as_basename "$0" ||
     6552$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     6553         X"$0" : 'X\(//\)$' \| \
     6554         X"$0" : 'X\(/\)$' \| \
     6555         .     : '\(.\)' 2>/dev/null ||
     6556echo X/"$0" |
     6557    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
     6558          /^X\/\(\/\/\)$/{ s//\1/; q; }
     6559          /^X\/\(\/\).*/{ s//\1/; q; }
     6560          s/.*/./; q'`
     6561
     6562
     6563# PATH needs CR, and LINENO needs CR and PATH.
     6564# Avoid depending upon Character Ranges.
     6565as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     6566as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
     6567as_cr_Letters=$as_cr_letters$as_cr_LETTERS
     6568as_cr_digits='0123456789'
     6569as_cr_alnum=$as_cr_Letters$as_cr_digits
     6570
     6571# The user is always right.
     6572if test "${PATH_SEPARATOR+set}" != set; then
     6573  echo "#! /bin/sh" >conf$$.sh
     6574  echo  "exit 0"   >>conf$$.sh
     6575  chmod +x conf$$.sh
     6576  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     6577    PATH_SEPARATOR=';'
     6578  else
     6579    PATH_SEPARATOR=:
     6580  fi
     6581  rm -f conf$$.sh
     6582fi
     6583
     6584
     6585  as_lineno_1=$LINENO
     6586  as_lineno_2=$LINENO
     6587  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
     6588  test "x$as_lineno_1" != "x$as_lineno_2" &&
     6589  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
     6590  # Find who we are.  Look in the path if we contain no path at all
     6591  # relative or not.
     6592  case $0 in
     6593    *[\\/]* ) as_myself=$0 ;;
     6594    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     6595for as_dir in $PATH
     6596do
     6597  IFS=$as_save_IFS
     6598  test -z "$as_dir" && as_dir=.
     6599  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     6600done
     6601
     6602       ;;
     6603  esac
     6604  # We did not find ourselves, most probably we were run as `sh COMMAND'
     6605  # in which case we are not to be found in the path.
     6606  if test "x$as_myself" = x; then
     6607    as_myself=$0
     6608  fi
     6609  if test ! -f "$as_myself"; then
     6610    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
     6611echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
     6612   { (exit 1); exit 1; }; }
     6613  fi
     6614  case $CONFIG_SHELL in
     6615  '')
     6616    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     6617for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
     6618do
     6619  IFS=$as_save_IFS
     6620  test -z "$as_dir" && as_dir=.
     6621  for as_base in sh bash ksh sh5; do
     6622         case $as_dir in
     6623         /*)
     6624           if ("$as_dir/$as_base" -c '
     6625  as_lineno_1=$LINENO
     6626  as_lineno_2=$LINENO
     6627  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
     6628  test "x$as_lineno_1" != "x$as_lineno_2" &&
     6629  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
     6630             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
     6631             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
     6632             CONFIG_SHELL=$as_dir/$as_base
     6633             export CONFIG_SHELL
     6634             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
     6635           fi;;
     6636         esac
     6637       done
     6638done
     6639;;
     6640  esac
     6641
     6642  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
     6643  # uniformly replaced by the line number.  The first 'sed' inserts a
     6644  # line-number line before each line; the second 'sed' does the real
     6645  # work.  The second script uses 'N' to pair each line-number line
     6646  # with the numbered line, and appends trailing '-' during
     6647  # substitution so that $LINENO is not a special case at line end.
     6648  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
     6649  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
     6650  sed '=' <$as_myself |
     6651    sed '
     6652      N
     6653      s,$,-,
     6654      : loop
     6655      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     6656      t loop
     6657      s,-$,,
     6658      s,^['$as_cr_digits']*\n,,
     6659    ' >$as_me.lineno &&
     6660  chmod +x $as_me.lineno ||
     6661    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
     6662echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     6663   { (exit 1); exit 1; }; }
     6664
     6665  # Don't try to exec as it changes $[0], causing all sort of problems
     6666  # (the dirname of $[0] is not the place where we might find the
     6667  # original and so on.  Autoconf is especially sensible to this).
     6668  . ./$as_me.lineno
     6669  # Exit status is that of the last command.
     6670  exit
     6671}
     6672
     6673
     6674case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
     6675  *c*,-n*) ECHO_N= ECHO_C='
     6676' ECHO_T='      ' ;;
     6677  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
     6678  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     6679esac
     6680
     6681if expr a : '\(a\)' >/dev/null 2>&1; then
     6682  as_expr=expr
     6683else
     6684  as_expr=false
     6685fi
     6686
     6687rm -f conf$$ conf$$.exe conf$$.file
     6688echo >conf$$.file
     6689if ln -s conf$$.file conf$$ 2>/dev/null; then
     6690  # We could just check for DJGPP; but this test a) works b) is more generic
     6691  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
     6692  if test -f conf$$.exe; then
     6693    # Don't use ln at all; we don't have any links
     6694    as_ln_s='cp -p'
     6695  else
     6696    as_ln_s='ln -s'
     6697  fi
     6698elif ln conf$$.file conf$$ 2>/dev/null; then
     6699  as_ln_s=ln
     6700else
     6701  as_ln_s='cp -p'
     6702fi
     6703rm -f conf$$ conf$$.exe conf$$.file
     6704
     6705if mkdir -p . 2>/dev/null; then
     6706  as_mkdir_p=:
     6707else
     6708  test -d ./-p && rmdir ./-p
     6709  as_mkdir_p=false
     6710fi
     6711
     6712as_executable_p="test -f"
     6713
     6714# Sed expression to map a string onto a valid CPP name.
     6715as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     6716
     6717# Sed expression to map a string onto a valid variable name.
     6718as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     6719
     6720
     6721# IFS
     6722# We need space, tab and new line, in precisely that order.
     6723as_nl='
     6724'
     6725IFS="   $as_nl"
     6726
     6727# CDPATH.
     6728$as_unset CDPATH
     6729
     6730exec 6>&1
     6731
     6732# Open the log real soon, to keep \$[0] and so on meaningful, and to
     6733# report actual input values of CONFIG_FILES etc. instead of their
     6734# values after options handling.  Logging --version etc. is OK.
     6735exec 5>>config.log
     6736{
     6737  echo
     6738  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
     6739## Running $as_me. ##
     6740_ASBOX
     6741} >&5
     6742cat >&5 <<_CSEOF
     6743
     6744This file was extended by $as_me, which was
     6745generated by GNU Autoconf 2.59.  Invocation command line was
     6746
     6747  CONFIG_FILES    = $CONFIG_FILES
     6748  CONFIG_HEADERS  = $CONFIG_HEADERS
     6749  CONFIG_LINKS    = $CONFIG_LINKS
     6750  CONFIG_COMMANDS = $CONFIG_COMMANDS
     6751  $ $0 $@
     6752
     6753_CSEOF
     6754echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
     6755echo >&5
     6756_ACEOF
     6757
     6758# Files that config.status was made for.
     6759if test -n "$ac_config_files"; then
     6760  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
     6761fi
     6762
     6763if test -n "$ac_config_headers"; then
     6764  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
     6765fi
     6766
     6767if test -n "$ac_config_links"; then
     6768  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
     6769fi
     6770
     6771if test -n "$ac_config_commands"; then
     6772  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
     6773fi
     6774
     6775cat >>$CONFIG_STATUS <<\_ACEOF
     6776
     6777ac_cs_usage="\
     6778\`$as_me' instantiates files from templates according to the
     6779current configuration.
     6780
     6781Usage: $0 [OPTIONS] [FILE]...
     6782
     6783  -h, --help       print this help, then exit
     6784  -V, --version    print version number, then exit
     6785  -q, --quiet      do not print progress messages
     6786  -d, --debug      don't remove temporary files
     6787      --recheck    update $as_me by reconfiguring in the same conditions
     6788  --file=FILE[:TEMPLATE]
     6789                   instantiate the configuration file FILE
     6790  --header=FILE[:TEMPLATE]
     6791                   instantiate the configuration header FILE
     6792
     6793Configuration files:
     6794$config_files
     6795
     6796Configuration headers:
     6797$config_headers
     6798
     6799Configuration commands:
     6800$config_commands
     6801
     6802Report bugs to <bug-autoconf@gnu.org>."
     6803_ACEOF
     6804
     6805cat >>$CONFIG_STATUS <<_ACEOF
     6806ac_cs_version="\\
     6807config.status
     6808configured by $0, generated by GNU Autoconf 2.59,
     6809  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
     6810
     6811Copyright (C) 2003 Free Software Foundation, Inc.
     6812This config.status script is free software; the Free Software Foundation
     6813gives unlimited permission to copy, distribute and modify it."
     6814srcdir=$srcdir
     6815INSTALL="$INSTALL"
     6816_ACEOF
     6817
     6818cat >>$CONFIG_STATUS <<\_ACEOF
     6819# If no file are specified by the user, then we need to provide default
     6820# value.  By we need to know if files were specified by the user.
     6821ac_need_defaults=:
     6822while test $# != 0
     6823do
     6824  case $1 in
     6825  --*=*)
     6826    ac_option=`expr "x$1" : 'x\([^=]*\)='`
     6827    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
     6828    ac_shift=:
     6829    ;;
     6830  -*)
     6831    ac_option=$1
     6832    ac_optarg=$2
     6833    ac_shift=shift
     6834    ;;
     6835  *) # This is not an option, so the user has probably given explicit
     6836     # arguments.
     6837     ac_option=$1
     6838     ac_need_defaults=false;;
     6839  esac
     6840
     6841  case $ac_option in
     6842  # Handling of the options.
     6843_ACEOF
     6844cat >>$CONFIG_STATUS <<\_ACEOF
    25956845  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    2596     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
    2597     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    2598   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2599     echo "$CONFIG_STATUS generated by autoconf version 2.13"
    2600     exit 0 ;;
    2601   -help | --help | --hel | --he | --h)
    2602     echo "\$ac_cs_usage"; exit 0 ;;
    2603   *) echo "\$ac_cs_usage"; exit 1 ;;
     6846    ac_cs_recheck=: ;;
     6847  --version | --vers* | -V )
     6848    echo "$ac_cs_version"; exit 0 ;;
     6849  --he | --h)
     6850    # Conflict between --help and --header
     6851    { { echo "$as_me:$LINENO: error: ambiguous option: $1
     6852Try \`$0 --help' for more information." >&5
     6853echo "$as_me: error: ambiguous option: $1
     6854Try \`$0 --help' for more information." >&2;}
     6855   { (exit 1); exit 1; }; };;
     6856  --help | --hel | -h )
     6857    echo "$ac_cs_usage"; exit 0 ;;
     6858  --debug | --d* | -d )
     6859    debug=: ;;
     6860  --file | --fil | --fi | --f )
     6861    $ac_shift
     6862    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     6863    ac_need_defaults=false;;
     6864  --header | --heade | --head | --hea )
     6865    $ac_shift
     6866    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     6867    ac_need_defaults=false;;
     6868  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     6869  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     6870    ac_cs_silent=: ;;
     6871
     6872  # This is an error.
     6873  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
     6874Try \`$0 --help' for more information." >&5
     6875echo "$as_me: error: unrecognized option: $1
     6876Try \`$0 --help' for more information." >&2;}
     6877   { (exit 1); exit 1; }; } ;;
     6878
     6879  *) ac_config_targets="$ac_config_targets $1" ;;
     6880
     6881  esac
     6882  shift
     6883done
     6884
     6885ac_configure_extra_args=
     6886
     6887if $ac_cs_silent; then
     6888  exec 6>/dev/null
     6889  ac_configure_extra_args="$ac_configure_extra_args --silent"
     6890fi
     6891
     6892_ACEOF
     6893cat >>$CONFIG_STATUS <<_ACEOF
     6894if \$ac_cs_recheck; then
     6895  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     6896  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     6897fi
     6898
     6899_ACEOF
     6900
     6901
     6902
     6903
     6904
     6905cat >>$CONFIG_STATUS <<\_ACEOF
     6906for ac_config_target in $ac_config_targets
     6907do
     6908  case "$ac_config_target" in
     6909  # Handling of arguments.
     6910  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     6911  "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
     6912  "omConfig.h" ) CONFIG_HEADERS="$CONFIG_HEADERS omConfig.h" ;;
     6913  "omlimits.h" ) CONFIG_HEADERS="$CONFIG_HEADERS omlimits.h" ;;
     6914  "omMalloc.h" ) CONFIG_HEADERS="$CONFIG_HEADERS omMalloc.h:${OM_MALLOC_HEADER}" ;;
     6915  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     6916echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     6917   { (exit 1); exit 1; }; };;
    26046918  esac
    26056919done
    26066920
    2607 ac_given_srcdir=$srcdir
    2608 ac_given_INSTALL="$INSTALL"
    2609 
    2610 trap 'rm -fr `echo "Makefile omConfig.h omlimits.h omMalloc.h:${OM_MALLOC_HEADER}" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
    2611 EOF
    2612 cat >> $CONFIG_STATUS <<EOF
    2613 
    2614 # Protect against being on the right side of a sed subst in config.status.
    2615 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
    2616  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
    2617 $ac_vpsub
     6921# If the user did not use the arguments to specify the items to instantiate,
     6922# then the envvar interface is used.  Set only those that are not.
     6923# We use the long form for the default assignment because of an extremely
     6924# bizarre bug on SunOS 4.1.3.
     6925if $ac_need_defaults; then
     6926  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
     6927  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
     6928  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
     6929fi
     6930
     6931# Have a temporary directory for convenience.  Make it in the build tree
     6932# simply because there is no reason to put it here, and in addition,
     6933# creating and moving files from /tmp can sometimes cause problems.
     6934# Create a temporary directory, and hook for its removal unless debugging.
     6935$debug ||
     6936{
     6937  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     6938  trap '{ (exit 1); exit 1; }' 1 2 13 15
     6939}
     6940
     6941# Create a (secure) tmp directory for tmp files.
     6942
     6943{
     6944  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     6945  test -n "$tmp" && test -d "$tmp"
     6946}  ||
     6947{
     6948  tmp=./confstat$$-$RANDOM
     6949  (umask 077 && mkdir $tmp)
     6950} ||
     6951{
     6952   echo "$me: cannot create a temporary directory in ." >&2
     6953   { (exit 1); exit 1; }
     6954}
     6955
     6956_ACEOF
     6957
     6958cat >>$CONFIG_STATUS <<_ACEOF
     6959
     6960#
     6961# CONFIG_FILES section.
     6962#
     6963
     6964# No need to generate the scripts if there are no CONFIG_FILES.
     6965# This happens for instance when ./config.status config.h
     6966if test -n "\$CONFIG_FILES"; then
     6967  # Protect against being on the right side of a sed subst in config.status.
     6968  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
     6969   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
     6970s,@SHELL@,$SHELL,;t t
     6971s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
     6972s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
     6973s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
     6974s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
     6975s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
     6976s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
     6977s,@exec_prefix@,$exec_prefix,;t t
     6978s,@prefix@,$prefix,;t t
     6979s,@program_transform_name@,$program_transform_name,;t t
     6980s,@bindir@,$bindir,;t t
     6981s,@sbindir@,$sbindir,;t t
     6982s,@libexecdir@,$libexecdir,;t t
     6983s,@datadir@,$datadir,;t t
     6984s,@sysconfdir@,$sysconfdir,;t t
     6985s,@sharedstatedir@,$sharedstatedir,;t t
     6986s,@localstatedir@,$localstatedir,;t t
     6987s,@libdir@,$libdir,;t t
     6988s,@includedir@,$includedir,;t t
     6989s,@oldincludedir@,$oldincludedir,;t t
     6990s,@infodir@,$infodir,;t t
     6991s,@mandir@,$mandir,;t t
     6992s,@build_alias@,$build_alias,;t t
     6993s,@host_alias@,$host_alias,;t t
     6994s,@target_alias@,$target_alias,;t t
     6995s,@DEFS@,$DEFS,;t t
     6996s,@ECHO_C@,$ECHO_C,;t t
     6997s,@ECHO_N@,$ECHO_N,;t t
     6998s,@ECHO_T@,$ECHO_T,;t t
     6999s,@LIBS@,$LIBS,;t t
     7000s,@VERSION@,$VERSION,;t t
     7001s,@SET_MAKE@,$SET_MAKE,;t t
     7002s,@CC@,$CC,;t t
     7003s,@CFLAGS@,$CFLAGS,;t t
     7004s,@LDFLAGS@,$LDFLAGS,;t t
     7005s,@CPPFLAGS@,$CPPFLAGS,;t t
     7006s,@ac_ct_CC@,$ac_ct_CC,;t t
     7007s,@EXEEXT@,$EXEEXT,;t t
     7008s,@OBJEXT@,$OBJEXT,;t t
     7009s,@CPP@,$CPP,;t t
     7010s,@RANLIB@,$RANLIB,;t t
     7011s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
     7012s,@LN_S@,$LN_S,;t t
     7013s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
     7014s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
     7015s,@INSTALL_DATA@,$INSTALL_DATA,;t t
     7016s,@AR@,$AR,;t t
     7017s,@PERL@,$PERL,;t t
     7018s,@ADDR2LINE@,$ADDR2LINE,;t t
     7019s,@EGREP@,$EGREP,;t t
     7020s,@EXTERNAL_CONFIG_HEADER@,$EXTERNAL_CONFIG_HEADER,;t t
     7021s,@EXTERNAL_CONFIG_SOURCE@,$EXTERNAL_CONFIG_SOURCE,;t t
     7022s,@OM_MALLOC_HEADER@,$OM_MALLOC_HEADER,;t t
     7023s,@OM_MALLOC_SOURCE@,$OM_MALLOC_SOURCE,;t t
     7024s,@LIBOBJS@,$LIBOBJS,;t t
     7025s,@LTLIBOBJS@,$LTLIBOBJS,;t t
     7026CEOF
     7027
     7028_ACEOF
     7029
     7030  cat >>$CONFIG_STATUS <<\_ACEOF
     7031  # Split the substitutions into bite-sized pieces for seds with
     7032  # small command number limits, like on Digital OSF/1 and HP-UX.
     7033  ac_max_sed_lines=48
     7034  ac_sed_frag=1 # Number of current file.
     7035  ac_beg=1 # First line for current file.
     7036  ac_end=$ac_max_sed_lines # Line after last line for current file.
     7037  ac_more_lines=:
     7038  ac_sed_cmds=
     7039  while $ac_more_lines; do
     7040    if test $ac_beg -gt 1; then
     7041      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     7042    else
     7043      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     7044    fi
     7045    if test ! -s $tmp/subs.frag; then
     7046      ac_more_lines=false
     7047    else
     7048      # The purpose of the label and of the branching condition is to
     7049      # speed up the sed processing (if there are no `@' at all, there
     7050      # is no need to browse any of the substitutions).
     7051      # These are the two extra sed commands mentioned above.
     7052      (echo ':t
     7053  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
     7054      if test -z "$ac_sed_cmds"; then
     7055        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
     7056      else
     7057        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
     7058      fi
     7059      ac_sed_frag=`expr $ac_sed_frag + 1`
     7060      ac_beg=$ac_end
     7061      ac_end=`expr $ac_end + $ac_max_sed_lines`
     7062    fi
     7063  done
     7064  if test -z "$ac_sed_cmds"; then
     7065    ac_sed_cmds=cat
     7066  fi
     7067fi # test -n "$CONFIG_FILES"
     7068
     7069_ACEOF
     7070cat >>$CONFIG_STATUS <<\_ACEOF
     7071for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
     7072  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
     7073  case $ac_file in
     7074  - | *:- | *:-:* ) # input from stdin
     7075        cat >$tmp/stdin
     7076        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     7077        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     7078  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     7079        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     7080  * )   ac_file_in=$ac_file.in ;;
     7081  esac
     7082
     7083  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
     7084  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     7085$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     7086         X"$ac_file" : 'X\(//\)[^/]' \| \
     7087         X"$ac_file" : 'X\(//\)$' \| \
     7088         X"$ac_file" : 'X\(/\)' \| \
     7089         .     : '\(.\)' 2>/dev/null ||
     7090echo X"$ac_file" |
     7091    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     7092          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     7093          /^X\(\/\/\)$/{ s//\1/; q; }
     7094          /^X\(\/\).*/{ s//\1/; q; }
     7095          s/.*/./; q'`
     7096  { if $as_mkdir_p; then
     7097    mkdir -p "$ac_dir"
     7098  else
     7099    as_dir="$ac_dir"
     7100    as_dirs=
     7101    while test ! -d "$as_dir"; do
     7102      as_dirs="$as_dir $as_dirs"
     7103      as_dir=`(dirname "$as_dir") 2>/dev/null ||
     7104$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     7105         X"$as_dir" : 'X\(//\)[^/]' \| \
     7106         X"$as_dir" : 'X\(//\)$' \| \
     7107         X"$as_dir" : 'X\(/\)' \| \
     7108         .     : '\(.\)' 2>/dev/null ||
     7109echo X"$as_dir" |
     7110    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     7111          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     7112          /^X\(\/\/\)$/{ s//\1/; q; }
     7113          /^X\(\/\).*/{ s//\1/; q; }
     7114          s/.*/./; q'`
     7115    done
     7116    test ! -n "$as_dirs" || mkdir $as_dirs
     7117  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
     7118echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     7119   { (exit 1); exit 1; }; }; }
     7120
     7121  ac_builddir=.
     7122
     7123if test "$ac_dir" != .; then
     7124  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     7125  # A "../" for each directory in $ac_dir_suffix.
     7126  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
     7127else
     7128  ac_dir_suffix= ac_top_builddir=
     7129fi
     7130
     7131case $srcdir in
     7132  .)  # No --srcdir option.  We are building in place.
     7133    ac_srcdir=.
     7134    if test -z "$ac_top_builddir"; then
     7135       ac_top_srcdir=.
     7136    else
     7137       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
     7138    fi ;;
     7139  [\\/]* | ?:[\\/]* )  # Absolute path.
     7140    ac_srcdir=$srcdir$ac_dir_suffix;
     7141    ac_top_srcdir=$srcdir ;;
     7142  *) # Relative path.
     7143    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
     7144    ac_top_srcdir=$ac_top_builddir$srcdir ;;
     7145esac
     7146
     7147# Do not use `cd foo && pwd` to compute absolute paths, because
     7148# the directories may not exist.
     7149case `pwd` in
     7150.) ac_abs_builddir="$ac_dir";;
     7151*)
     7152  case "$ac_dir" in
     7153  .) ac_abs_builddir=`pwd`;;
     7154  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
     7155  *) ac_abs_builddir=`pwd`/"$ac_dir";;
     7156  esac;;
     7157esac
     7158case $ac_abs_builddir in
     7159.) ac_abs_top_builddir=${ac_top_builddir}.;;
     7160*)
     7161  case ${ac_top_builddir}. in
     7162  .) ac_abs_top_builddir=$ac_abs_builddir;;
     7163  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
     7164  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
     7165  esac;;
     7166esac
     7167case $ac_abs_builddir in
     7168.) ac_abs_srcdir=$ac_srcdir;;
     7169*)
     7170  case $ac_srcdir in
     7171  .) ac_abs_srcdir=$ac_abs_builddir;;
     7172  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
     7173  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
     7174  esac;;
     7175esac
     7176case $ac_abs_builddir in
     7177.) ac_abs_top_srcdir=$ac_top_srcdir;;
     7178*)
     7179  case $ac_top_srcdir in
     7180  .) ac_abs_top_srcdir=$ac_abs_builddir;;
     7181  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
     7182  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
     7183  esac;;
     7184esac
     7185
     7186
     7187  case $INSTALL in
     7188  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
     7189  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
     7190  esac
     7191
     7192  if test x"$ac_file" != x-; then
     7193    { echo "$as_me:$LINENO: creating $ac_file" >&5
     7194echo "$as_me: creating $ac_file" >&6;}
     7195    rm -f "$ac_file"
     7196  fi
     7197  # Let's still pretend it is `configure' which instantiates (i.e., don't
     7198  # use $as_me), people would be surprised to read:
     7199  #    /* config.h.  Generated by config.status.  */
     7200  if test x"$ac_file" = x-; then
     7201    configure_input=
     7202  else
     7203    configure_input="$ac_file.  "
     7204  fi
     7205  configure_input=$configure_input"Generated from `echo $ac_file_in |
     7206                                     sed 's,.*/,,'` by configure."
     7207
     7208  # First look for the input files in the build tree, otherwise in the
     7209  # src tree.
     7210  ac_file_inputs=`IFS=:
     7211    for f in $ac_file_in; do
     7212      case $f in
     7213      -) echo $tmp/stdin ;;
     7214      [\\/$]*)
     7215         # Absolute (can't be DOS-style, as IFS=:)
     7216         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     7217echo "$as_me: error: cannot find input file: $f" >&2;}
     7218   { (exit 1); exit 1; }; }
     7219         echo "$f";;
     7220      *) # Relative
     7221         if test -f "$f"; then
     7222           # Build tree
     7223           echo "$f"
     7224         elif test -f "$srcdir/$f"; then
     7225           # Source tree
     7226           echo "$srcdir/$f"
     7227         else
     7228           # /dev/null tree
     7229           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     7230echo "$as_me: error: cannot find input file: $f" >&2;}
     7231   { (exit 1); exit 1; }; }
     7232         fi;;
     7233      esac
     7234    done` || { (exit 1); exit 1; }
     7235_ACEOF
     7236cat >>$CONFIG_STATUS <<_ACEOF
     7237  sed "$ac_vpsub
    26187238$extrasub
    2619 s%@SHELL@%$SHELL%g
    2620 s%@CFLAGS@%$CFLAGS%g
    2621 s%@CPPFLAGS@%$CPPFLAGS%g
    2622 s%@CXXFLAGS@%$CXXFLAGS%g
    2623 s%@FFLAGS@%$FFLAGS%g
    2624 s%@DEFS@%$DEFS%g
    2625 s%@LDFLAGS@%$LDFLAGS%g
    2626 s%@LIBS@%$LIBS%g
    2627 s%@exec_prefix@%$exec_prefix%g
    2628 s%@prefix@%$prefix%g
    2629 s%@program_transform_name@%$program_transform_name%g
    2630 s%@bindir@%$bindir%g
    2631 s%@sbindir@%$sbindir%g
    2632 s%@libexecdir@%$libexecdir%g
    2633 s%@datadir@%$datadir%g
    2634 s%@sysconfdir@%$sysconfdir%g
    2635 s%@sharedstatedir@%$sharedstatedir%g
    2636 s%@localstatedir@%$localstatedir%g
    2637 s%@libdir@%$libdir%g
    2638 s%@includedir@%$includedir%g
    2639 s%@oldincludedir@%$oldincludedir%g
    2640 s%@infodir@%$infodir%g
    2641 s%@mandir@%$mandir%g
    2642 s%@VERSION@%$VERSION%g
    2643 s%@SET_MAKE@%$SET_MAKE%g
    2644 s%@CC@%$CC%g
    2645 s%@CPP@%$CPP%g
    2646 s%@RANLIB@%$RANLIB%g
    2647 s%@LN_S@%$LN_S%g
    2648 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    2649 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    2650 s%@INSTALL_DATA@%$INSTALL_DATA%g
    2651 s%@AR@%$AR%g
    2652 s%@PERL@%$PERL%g
    2653 s%@ADDR2LINE@%$ADDR2LINE%g
    2654 s%@EXTERNAL_CONFIG_HEADER@%$EXTERNAL_CONFIG_HEADER%g
    2655 s%@EXTERNAL_CONFIG_SOURCE@%$EXTERNAL_CONFIG_SOURCE%g
    2656 s%@OM_MALLOC_HEADER@%$OM_MALLOC_HEADER%g
    2657 s%@OM_MALLOC_SOURCE@%$OM_MALLOC_SOURCE%g
    2658 
    2659 CEOF
    2660 EOF
    2661 
    2662 cat >> $CONFIG_STATUS <<\EOF
    2663 
    2664 # Split the substitutions into bite-sized pieces for seds with
    2665 # small command number limits, like on Digital OSF/1 and HP-UX.
    2666 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
    2667 ac_file=1 # Number of current file.
    2668 ac_beg=1 # First line for current file.
    2669 ac_end=$ac_max_sed_cmds # Line after last line for current file.
    2670 ac_more_lines=:
    2671 ac_sed_cmds=""
    2672 while $ac_more_lines; do
    2673   if test $ac_beg -gt 1; then
    2674     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
     7239_ACEOF
     7240cat >>$CONFIG_STATUS <<\_ACEOF
     7241:t
     7242/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     7243s,@configure_input@,$configure_input,;t t
     7244s,@srcdir@,$ac_srcdir,;t t
     7245s,@abs_srcdir@,$ac_abs_srcdir,;t t
     7246s,@top_srcdir@,$ac_top_srcdir,;t t
     7247s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
     7248s,@builddir@,$ac_builddir,;t t
     7249s,@abs_builddir@,$ac_abs_builddir,;t t
     7250s,@top_builddir@,$ac_top_builddir,;t t
     7251s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
     7252s,@INSTALL@,$ac_INSTALL,;t t
     7253" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
     7254  rm -f $tmp/stdin
     7255  if test x"$ac_file" != x-; then
     7256    mv $tmp/out $ac_file
    26757257  else
    2676     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
     7258    cat $tmp/out
     7259    rm -f $tmp/out
    26777260  fi
    2678   if test ! -s conftest.s$ac_file; then
    2679     ac_more_lines=false
    2680     rm -f conftest.s$ac_file
    2681   else
    2682     if test -z "$ac_sed_cmds"; then
    2683       ac_sed_cmds="sed -f conftest.s$ac_file"
    2684     else
    2685       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    2686     fi
    2687     ac_file=`expr $ac_file + 1`
    2688     ac_beg=$ac_end
    2689     ac_end=`expr $ac_end + $ac_max_sed_cmds`
    2690   fi
     7261
    26917262done
    2692 if test -z "$ac_sed_cmds"; then
    2693   ac_sed_cmds=cat
    2694 fi
    2695 EOF
    2696 
    2697 cat >> $CONFIG_STATUS <<EOF
    2698 
    2699 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
    2700 EOF
    2701 cat >> $CONFIG_STATUS <<\EOF
    2702 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
    2703   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    2704   case "$ac_file" in
    2705   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
    2706        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
    2707   *) ac_file_in="${ac_file}.in" ;;
    2708   esac
    2709 
    2710   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
    2711 
    2712   # Remove last slash and all that follows it.  Not all systems have dirname.
    2713   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
    2714   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    2715     # The file is in a subdirectory.
    2716     test ! -d "$ac_dir" && mkdir "$ac_dir"
    2717     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    2718     # A "../" for each directory in $ac_dir_suffix.
    2719     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
    2720   else
    2721     ac_dir_suffix= ac_dots=
    2722   fi
    2723 
    2724   case "$ac_given_srcdir" in
    2725   .)  srcdir=.
    2726       if test -z "$ac_dots"; then top_srcdir=.
    2727       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    2728   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    2729   *) # Relative path.
    2730     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    2731     top_srcdir="$ac_dots$ac_given_srcdir" ;;
    2732   esac
    2733 
    2734   case "$ac_given_INSTALL" in
    2735   [/$]*) INSTALL="$ac_given_INSTALL" ;;
    2736   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    2737   esac
    2738 
    2739   echo creating "$ac_file"
    2740   rm -f "$ac_file"
    2741   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
    2742   case "$ac_file" in
    2743   *Makefile*) ac_comsub="1i\\
    2744 # $configure_input" ;;
    2745   *) ac_comsub= ;;
    2746   esac
    2747 
    2748   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
    2749   sed -e "$ac_comsub
    2750 s%@configure_input@%$configure_input%g
    2751 s%@srcdir@%$srcdir%g
    2752 s%@top_srcdir@%$top_srcdir%g
    2753 s%@INSTALL@%$INSTALL%g
    2754 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
    2755 fi; done
    2756 rm -f conftest.s*
     7263_ACEOF
     7264cat >>$CONFIG_STATUS <<\_ACEOF
     7265
     7266#
     7267# CONFIG_HEADER section.
     7268#
    27577269
    27587270# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
     
    27607272#
    27617273# ac_d sets the value in "#define NAME VALUE" lines.
    2762 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
    2763 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
    2764 ac_dC='\3'
    2765 ac_dD='%g'
    2766 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
    2767 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
    2768 ac_uB='\([      ]\)%\1#\2define\3'
     7274ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
     7275ac_dB='[         ].*$,\1#\2'
     7276ac_dC=' '
     7277ac_dD=',;t'
     7278# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
     7279ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
     7280ac_uB='$,\1#\2define\3'
    27697281ac_uC=' '
    2770 ac_uD='\4%g'
    2771 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    2772 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
    2773 ac_eB='$%\1#\2define\3'
    2774 ac_eC=' '
    2775 ac_eD='%g'
    2776 
    2777 if test "${CONFIG_HEADERS+set}" != set; then
    2778 EOF
    2779 cat >> $CONFIG_STATUS <<EOF
    2780   CONFIG_HEADERS="omConfig.h omlimits.h omMalloc.h:${OM_MALLOC_HEADER}"
    2781 EOF
    2782 cat >> $CONFIG_STATUS <<\EOF
    2783 fi
    2784 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
     7282ac_uD=',;t'
     7283
     7284for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
    27857285  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    2786   case "$ac_file" in
    2787   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
    2788        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
    2789   *) ac_file_in="${ac_file}.in" ;;
     7286  case $ac_file in
     7287  - | *:- | *:-:* ) # input from stdin
     7288        cat >$tmp/stdin
     7289        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     7290        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     7291  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     7292        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     7293  * )   ac_file_in=$ac_file.in ;;
    27907294  esac
    27917295
    2792   echo creating $ac_file
    2793 
    2794   rm -f conftest.frag conftest.in conftest.out
    2795   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
    2796   cat $ac_file_inputs > conftest.in
    2797 
    2798 EOF
    2799 
    2800 # Transform confdefs.h into a sed script conftest.vals that substitutes
    2801 # the proper values into config.h.in to produce config.h.  And first:
    2802 # Protect against being on the right side of a sed subst in config.status.
    2803 # Protect against being in an unquoted here document in config.status.
    2804 rm -f conftest.vals
    2805 cat > conftest.hdr <<\EOF
    2806 s/[\\&%]/\\&/g
    2807 s%[\\$`]%\\&%g
    2808 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
    2809 s%ac_d%ac_u%gp
    2810 s%ac_u%ac_e%gp
    2811 EOF
    2812 sed -n -f conftest.hdr confdefs.h > conftest.vals
    2813 rm -f conftest.hdr
     7296  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
     7297echo "$as_me: creating $ac_file" >&6;}
     7298
     7299  # First look for the input files in the build tree, otherwise in the
     7300  # src tree.
     7301  ac_file_inputs=`IFS=:
     7302    for f in $ac_file_in; do
     7303      case $f in
     7304      -) echo $tmp/stdin ;;
     7305      [\\/$]*)
     7306         # Absolute (can't be DOS-style, as IFS=:)
     7307         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     7308echo "$as_me: error: cannot find input file: $f" >&2;}
     7309   { (exit 1); exit 1; }; }
     7310         # Do quote $f, to prevent DOS paths from being IFS'd.
     7311         echo "$f";;
     7312      *) # Relative
     7313         if test -f "$f"; then
     7314           # Build tree
     7315           echo "$f"
     7316         elif test -f "$srcdir/$f"; then
     7317           # Source tree
     7318           echo "$srcdir/$f"
     7319         else
     7320           # /dev/null tree
     7321           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     7322echo "$as_me: error: cannot find input file: $f" >&2;}
     7323   { (exit 1); exit 1; }; }
     7324         fi;;
     7325      esac
     7326    done` || { (exit 1); exit 1; }
     7327  # Remove the trailing spaces.
     7328  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
     7329
     7330_ACEOF
     7331
     7332# Transform confdefs.h into two sed scripts, `conftest.defines' and
     7333# `conftest.undefs', that substitutes the proper values into
     7334# config.h.in to produce config.h.  The first handles `#define'
     7335# templates, and the second `#undef' templates.
     7336# And first: Protect against being on the right side of a sed subst in
     7337# config.status.  Protect against being in an unquoted here document
     7338# in config.status.
     7339rm -f conftest.defines conftest.undefs
     7340# Using a here document instead of a string reduces the quoting nightmare.
     7341# Putting comments in sed scripts is not portable.
     7342#
     7343# `end' is used to avoid that the second main sed command (meant for
     7344# 0-ary CPP macros) applies to n-ary macro definitions.
     7345# See the Autoconf documentation for `clear'.
     7346cat >confdef2sed.sed <<\_ACEOF
     7347s/[\\&,]/\\&/g
     7348s,[\\$`],\\&,g
     7349t clear
     7350: clear
     7351s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
     7352t end
     7353s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
     7354: end
     7355_ACEOF
     7356# If some macros were called several times there might be several times
     7357# the same #defines, which is useless.  Nevertheless, we may not want to
     7358# sort them, since we want the *last* AC-DEFINE to be honored.
     7359uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
     7360sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
     7361rm -f confdef2sed.sed
    28147362
    28157363# This sed command replaces #undef with comments.  This is necessary, for
    28167364# example, in the case of _POSIX_SOURCE, which is predefined and required
    28177365# on some systems where configure will not decide to define it.
    2818 cat >> conftest.vals <<\EOF
    2819 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
    2820 EOF
    2821 
    2822 # Break up conftest.vals because some shells have a limit on
    2823 # the size of here documents, and old seds have small limits too.
    2824 
     7366cat >>conftest.undefs <<\_ACEOF
     7367s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
     7368_ACEOF
     7369
     7370# Break up conftest.defines because some shells have a limit on the size
     7371# of here documents, and old seds have small limits too (100 cmds).
     7372echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
     7373echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
     7374echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
     7375echo '  :' >>$CONFIG_STATUS
    28257376rm -f conftest.tail
    2826 while :
     7377while grep . conftest.defines >/dev/null
    28277378do
    2828   ac_lines=`grep -c . conftest.vals`
    2829   # grep -c gives empty output for an empty file on some AIX systems.
    2830   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
    2831   # Write a limited-size here document to conftest.frag.
    2832   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
    2833   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
     7379  # Write a limited-size here document to $tmp/defines.sed.
     7380  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
     7381  # Speed up: don't consider the non `#define' lines.
     7382  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
     7383  # Work around the forget-to-reset-the-flag bug.
     7384  echo 't clr' >>$CONFIG_STATUS
     7385  echo ': clr' >>$CONFIG_STATUS
     7386  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
    28347387  echo 'CEOF
    2835   sed -f conftest.frag conftest.in > conftest.out
    2836   rm -f conftest.in
    2837   mv conftest.out conftest.in
    2838 ' >> $CONFIG_STATUS
    2839   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
    2840   rm -f conftest.vals
    2841   mv conftest.tail conftest.vals
     7388  sed -f $tmp/defines.sed $tmp/in >$tmp/out
     7389  rm -f $tmp/in
     7390  mv $tmp/out $tmp/in
     7391' >>$CONFIG_STATUS
     7392  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
     7393  rm -f conftest.defines
     7394  mv conftest.tail conftest.defines
    28427395done
    2843 rm -f conftest.vals
    2844 
    2845 cat >> $CONFIG_STATUS <<\EOF
    2846   rm -f conftest.frag conftest.h
    2847   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
    2848   cat conftest.in >> conftest.h
    2849   rm -f conftest.in
    2850   if cmp -s $ac_file conftest.h 2>/dev/null; then
    2851     echo "$ac_file is unchanged"
    2852     rm -f conftest.h
     7396rm -f conftest.defines
     7397echo '  fi # grep' >>$CONFIG_STATUS
     7398echo >>$CONFIG_STATUS
     7399
     7400# Break up conftest.undefs because some shells have a limit on the size
     7401# of here documents, and old seds have small limits too (100 cmds).
     7402echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
     7403rm -f conftest.tail
     7404while grep . conftest.undefs >/dev/null
     7405do
     7406  # Write a limited-size here document to $tmp/undefs.sed.
     7407  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
     7408  # Speed up: don't consider the non `#undef'
     7409  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
     7410  # Work around the forget-to-reset-the-flag bug.
     7411  echo 't clr' >>$CONFIG_STATUS
     7412  echo ': clr' >>$CONFIG_STATUS
     7413  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
     7414  echo 'CEOF
     7415  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
     7416  rm -f $tmp/in
     7417  mv $tmp/out $tmp/in
     7418' >>$CONFIG_STATUS
     7419  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
     7420  rm -f conftest.undefs
     7421  mv conftest.tail conftest.undefs
     7422done
     7423rm -f conftest.undefs
     7424
     7425cat >>$CONFIG_STATUS <<\_ACEOF
     7426  # Let's still pretend it is `configure' which instantiates (i.e., don't
     7427  # use $as_me), people would be surprised to read:
     7428  #    /* config.h.  Generated by config.status.  */
     7429  if test x"$ac_file" = x-; then
     7430    echo "/* Generated by configure.  */" >$tmp/config.h
    28537431  else
    2854     # Remove last slash and all that follows it.  Not all systems have dirname.
    2855       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
    2856       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    2857       # The file is in a subdirectory.
    2858       test ! -d "$ac_dir" && mkdir "$ac_dir"
     7432    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
     7433  fi
     7434  cat $tmp/in >>$tmp/config.h
     7435  rm -f $tmp/in
     7436  if test x"$ac_file" != x-; then
     7437    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
     7438      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     7439echo "$as_me: $ac_file is unchanged" >&6;}
     7440    else
     7441      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     7442$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     7443         X"$ac_file" : 'X\(//\)[^/]' \| \
     7444         X"$ac_file" : 'X\(//\)$' \| \
     7445         X"$ac_file" : 'X\(/\)' \| \
     7446         .     : '\(.\)' 2>/dev/null ||
     7447echo X"$ac_file" |
     7448    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     7449          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     7450          /^X\(\/\/\)$/{ s//\1/; q; }
     7451          /^X\(\/\).*/{ s//\1/; q; }
     7452          s/.*/./; q'`
     7453      { if $as_mkdir_p; then
     7454    mkdir -p "$ac_dir"
     7455  else
     7456    as_dir="$ac_dir"
     7457    as_dirs=
     7458    while test ! -d "$as_dir"; do
     7459      as_dirs="$as_dir $as_dirs"
     7460      as_dir=`(dirname "$as_dir") 2>/dev/null ||
     7461$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     7462         X"$as_dir" : 'X\(//\)[^/]' \| \
     7463         X"$as_dir" : 'X\(//\)$' \| \
     7464         X"$as_dir" : 'X\(/\)' \| \
     7465         .     : '\(.\)' 2>/dev/null ||
     7466echo X"$as_dir" |
     7467    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     7468          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     7469          /^X\(\/\/\)$/{ s//\1/; q; }
     7470          /^X\(\/\).*/{ s//\1/; q; }
     7471          s/.*/./; q'`
     7472    done
     7473    test ! -n "$as_dirs" || mkdir $as_dirs
     7474  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
     7475echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     7476   { (exit 1); exit 1; }; }; }
     7477
     7478      rm -f $ac_file
     7479      mv $tmp/config.h $ac_file
    28597480    fi
    2860     rm -f $ac_file
    2861     mv conftest.h $ac_file
     7481  else
     7482    cat $tmp/config.h
     7483    rm -f $tmp/config.h
    28627484  fi
    2863 fi; done
    2864 
    2865 EOF
    2866 cat >> $CONFIG_STATUS <<EOF
    2867 
    2868 EOF
    2869 cat >> $CONFIG_STATUS <<\EOF
    2870 \
    2871  if test "$CONFIG_HEADERS"; then echo timestamp > stamp-h; fi
    2872 exit 0
    2873 EOF
     7485done
     7486_ACEOF
     7487cat >>$CONFIG_STATUS <<\_ACEOF
     7488
     7489#
     7490# CONFIG_COMMANDS section.
     7491#
     7492for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
     7493  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
     7494  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
     7495  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
     7496$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     7497         X"$ac_dest" : 'X\(//\)[^/]' \| \
     7498         X"$ac_dest" : 'X\(//\)$' \| \
     7499         X"$ac_dest" : 'X\(/\)' \| \
     7500         .     : '\(.\)' 2>/dev/null ||
     7501echo X"$ac_dest" |
     7502    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     7503          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     7504          /^X\(\/\/\)$/{ s//\1/; q; }
     7505          /^X\(\/\).*/{ s//\1/; q; }
     7506          s/.*/./; q'`
     7507  { if $as_mkdir_p; then
     7508    mkdir -p "$ac_dir"
     7509  else
     7510    as_dir="$ac_dir"
     7511    as_dirs=
     7512    while test ! -d "$as_dir"; do
     7513      as_dirs="$as_dir $as_dirs"
     7514      as_dir=`(dirname "$as_dir") 2>/dev/null ||
     7515$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     7516         X"$as_dir" : 'X\(//\)[^/]' \| \
     7517         X"$as_dir" : 'X\(//\)$' \| \
     7518         X"$as_dir" : 'X\(/\)' \| \
     7519         .     : '\(.\)' 2>/dev/null ||
     7520echo X"$as_dir" |
     7521    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     7522          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     7523          /^X\(\/\/\)$/{ s//\1/; q; }
     7524          /^X\(\/\).*/{ s//\1/; q; }
     7525          s/.*/./; q'`
     7526    done
     7527    test ! -n "$as_dirs" || mkdir $as_dirs
     7528  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
     7529echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     7530   { (exit 1); exit 1; }; }; }
     7531
     7532  ac_builddir=.
     7533
     7534if test "$ac_dir" != .; then
     7535  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     7536  # A "../" for each directory in $ac_dir_suffix.
     7537  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
     7538else
     7539  ac_dir_suffix= ac_top_builddir=
     7540fi
     7541
     7542case $srcdir in
     7543  .)  # No --srcdir option.  We are building in place.
     7544    ac_srcdir=.
     7545    if test -z "$ac_top_builddir"; then
     7546       ac_top_srcdir=.
     7547    else
     7548       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
     7549    fi ;;
     7550  [\\/]* | ?:[\\/]* )  # Absolute path.
     7551    ac_srcdir=$srcdir$ac_dir_suffix;
     7552    ac_top_srcdir=$srcdir ;;
     7553  *) # Relative path.
     7554    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
     7555    ac_top_srcdir=$ac_top_builddir$srcdir ;;
     7556esac
     7557
     7558# Do not use `cd foo && pwd` to compute absolute paths, because
     7559# the directories may not exist.
     7560case `pwd` in
     7561.) ac_abs_builddir="$ac_dir";;
     7562*)
     7563  case "$ac_dir" in
     7564  .) ac_abs_builddir=`pwd`;;
     7565  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
     7566  *) ac_abs_builddir=`pwd`/"$ac_dir";;
     7567  esac;;
     7568esac
     7569case $ac_abs_builddir in
     7570.) ac_abs_top_builddir=${ac_top_builddir}.;;
     7571*)
     7572  case ${ac_top_builddir}. in
     7573  .) ac_abs_top_builddir=$ac_abs_builddir;;
     7574  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
     7575  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
     7576  esac;;
     7577esac
     7578case $ac_abs_builddir in
     7579.) ac_abs_srcdir=$ac_srcdir;;
     7580*)
     7581  case $ac_srcdir in
     7582  .) ac_abs_srcdir=$ac_abs_builddir;;
     7583  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
     7584  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
     7585  esac;;
     7586esac
     7587case $ac_abs_builddir in
     7588.) ac_abs_top_srcdir=$ac_top_srcdir;;
     7589*)
     7590  case $ac_top_srcdir in
     7591  .) ac_abs_top_srcdir=$ac_abs_builddir;;
     7592  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
     7593  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
     7594  esac;;
     7595esac
     7596
     7597
     7598  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
     7599echo "$as_me: executing $ac_dest commands" >&6;}
     7600  case $ac_dest in
     7601    default ) \
     7602 if test "$CONFIG_HEADERS"; then echo timestamp > stamp-h; fi ;;
     7603  esac
     7604done
     7605_ACEOF
     7606
     7607cat >>$CONFIG_STATUS <<\_ACEOF
     7608
     7609{ (exit 0); exit 0; }
     7610_ACEOF
    28747611chmod +x $CONFIG_STATUS
    2875 rm -fr confdefs* $ac_clean_files
    2876 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
    2877 
    2878 
    2879 
     7612ac_clean_files=$ac_clean_files_save
     7613
     7614
     7615# configure is writing to config.log, and then calls config.status.
     7616# config.status does its own redirection, appending to config.log.
     7617# Unfortunately, on DOS this fails, as config.log is still kept open
     7618# by configure, so config.status won't be able to write to it; its
     7619# output is simply discarded.  So we exec the FD to /dev/null,
     7620# effectively closing config.log, so it can be properly (re)opened and
     7621# appended to by config.status.  When coming back to configure, we
     7622# need to make the FD available again.
     7623if test "$no_create" != yes; then
     7624  ac_cs_success=:
     7625  ac_config_status_args=
     7626  test "$silent" = yes &&
     7627    ac_config_status_args="$ac_config_status_args --quiet"
     7628  exec 5>/dev/null
     7629  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
     7630  exec 5>>config.log
     7631  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
     7632  # would make configure fail if this is the last instruction.
     7633  $ac_cs_success || { (exit 1); exit 1; }
     7634fi
     7635
     7636
     7637
  • omalloc/configure.in

    r8247fd r50c8e82  
    44dnl Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55dnl Created: 11/99
    6 dnl Version: $Id: configure.in,v 1.15 2001-08-21 13:59:31 Singular Exp $
     6dnl Version: $Id: configure.in,v 1.16 2005-11-08 08:49:16 bricken Exp $
    77dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    88
     
    3737AC_ARG_WITH(
    3838  valloc,
    39   [ --with-valloc=mmap|malloc|emulate
     39  [ --with-valloc=mmap|system|emulate
    4040                    how to get page-aligned memory, default: use first possible])
    4141AC_ARG_WITH(
Note: See TracChangeset for help on using the changeset viewer.