Changeset 1548 for trunk/configure


Ignore:
Timestamp:
Jul 9, 2009, 2:26:43 PM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1528 r1548  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.63 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.61 for Rappture 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
    66#
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     8# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    99# This configure script is free software; the Free Software Foundation
    1010# gives unlimited permission to copy, distribute and modify it.
     
    1818  emulate sh
    1919  NULLCMD=:
    20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     20  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    2121  # is contrary to our usage.  Disable this feature.
    2222  alias -g '${1+"$@"}'='"$@"'
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits
    4141
    42 as_nl='
    43 '
    44 export as_nl
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    50   as_echo='printf %s\n'
    51   as_echo_n='printf %s'
    52 else
    53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    55     as_echo_n='/usr/ucb/echo -n'
    56   else
    57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    58     as_echo_n_body='eval
    59       arg=$1;
    60       case $arg in
    61       *"$as_nl"*)
    62         expr "X$arg" : "X\\(.*\\)$as_nl";
    63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    64       esac;
    65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    66     '
    67     export as_echo_n_body
    68     as_echo_n='sh -c $as_echo_n_body as_echo'
    69   fi
    70   export as_echo_body
    71   as_echo='sh -c $as_echo_body as_echo'
    72 fi
    73 
    7442# The user is always right.
    7543if test "${PATH_SEPARATOR+set}" != set; then
    76   PATH_SEPARATOR=:
    77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    79       PATH_SEPARATOR=';'
    80   }
     44  echo "#! /bin/sh" >conf$$.sh
     45  echo  "exit 0"   >>conf$$.sh
     46  chmod +x conf$$.sh
     47  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     48    PATH_SEPARATOR=';'
     49  else
     50    PATH_SEPARATOR=:
     51  fi
     52  rm -f conf$$.sh
    8153fi
    8254
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9567# splitting by setting IFS to empty value.)
     68as_nl='
     69'
    9670IFS=" ""        $as_nl"
    9771
     
    11690fi
    11791if test ! -f "$as_myself"; then
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11993  { (exit 1); exit 1; }
    12094fi
     
    129103
    130104# NLS nuisances.
    131 LC_ALL=C
    132 export LC_ALL
    133 LANGUAGE=C
    134 export LANGUAGE
     105for as_var in \
     106  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     107  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     108  LC_TELEPHONE LC_TIME
     109do
     110  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     111    eval $as_var=C; export $as_var
     112  else
     113    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     114  fi
     115done
    135116
    136117# Required to use basename.
     
    154135         X"$0" : 'X\(//\)$' \| \
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    156 $as_echo X/"$0" |
     137echo X/"$0" |
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{
    158139            s//\1/
     
    180161fi
    181162
    182   if test $as_have_required = yes &&     (eval ":
     163  if test $as_have_required = yes &&     (eval ":
    183164(as_func_return () {
    184165  (exit \$1)
     
    262243  emulate sh
    263244  NULLCMD=:
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265246  # is contrary to our usage.  Disable this feature.
    266247  alias -g '${1+"$@"}'='"$@"'
     
    283264  emulate sh
    284265  NULLCMD=:
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    286267  # is contrary to our usage.  Disable this feature.
    287268  alias -g '${1+"$@"}'='"$@"'
     
    363344      if test "x$CONFIG_SHELL" != x; then
    364345  for as_var in BASH_ENV ENV
    365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    366         done
    367         export CONFIG_SHELL
    368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     346        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     347        done
     348        export CONFIG_SHELL
     349        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    369350fi
    370351
     
    435416test \$exitcode = 0") || {
    436417  echo No shell found that supports shell functions.
    437   echo Please tell bug-autoconf@gnu.org about your system,
    438   echo including any error possibly output before this message.
    439   echo This can help us improve future autoconf versions.
    440   echo Configuration will now proceed without shell functions.
     418  echo Please tell autoconf@gnu.org about your system,
     419  echo including any error possibly output before this
     420  echo message
    441421}
    442422
     
    474454    ' >$as_me.lineno &&
    475455  chmod +x "$as_me.lineno" ||
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    477457   { (exit 1); exit 1; }; }
    478458
     
    502482  ECHO_N='-n';;
    503483esac
     484
    504485if expr a : '\(a\)' >/dev/null 2>&1 &&
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    514495else
    515496  rm -f conf$$.dir
    516   mkdir conf$$.dir 2>/dev/null
    517 fi
    518 if (echo >conf$$.file) 2>/dev/null; then
    519   if ln -s conf$$.file conf$$ 2>/dev/null; then
    520     as_ln_s='ln -s'
    521     # ... but there are two gotchas:
    522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    524     # In both cases, we have to default to `cp -p'.
    525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    526       as_ln_s='cp -p'
    527   elif ln conf$$.file conf$$ 2>/dev/null; then
    528     as_ln_s=ln
    529   else
     497  mkdir conf$$.dir
     498fi
     499echo >conf$$.file
     500if ln -s conf$$.file conf$$ 2>/dev/null; then
     501  as_ln_s='ln -s'
     502  # ... but there are two gotchas:
     503  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     504  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     505  # In both cases, we have to default to `cp -p'.
     506  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    530507    as_ln_s='cp -p'
    531   fi
     508elif ln conf$$.file conf$$ 2>/dev/null; then
     509  as_ln_s=ln
    532510else
    533511  as_ln_s='cp -p'
     
    554532    eval sh -c '\''
    555533      if test -d "$1"; then
    556         test -d "$1/.";
     534        test -d "$1/.";
    557535      else
    558536        case $1 in
    559         -*)set "./$1";;
     537        -*)set "./$1";;
    560538        esac;
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    637615#endif"
    638616
    639 enable_option_checking=no
    640 ac_subst_vars='LTLIBOBJS
     617ac_subst_vars='SHELL
     618PATH_SEPARATOR
     619PACKAGE_NAME
     620PACKAGE_TARNAME
     621PACKAGE_VERSION
     622PACKAGE_STRING
     623PACKAGE_BUGREPORT
     624exec_prefix
     625prefix
     626program_transform_name
     627bindir
     628sbindir
     629libexecdir
     630datarootdir
     631datadir
     632sysconfdir
     633sharedstatedir
     634localstatedir
     635includedir
     636oldincludedir
     637docdir
     638infodir
     639htmldir
     640dvidir
     641pdfdir
     642psdir
     643libdir
     644localedir
     645mandir
     646DEFS
     647ECHO_C
     648ECHO_N
     649ECHO_T
     650LIBS
     651build_alias
     652host_alias
     653target_alias
     654LIB_SEARCH_DIRS
     655INSTALL_PROGRAM
     656INSTALL_SCRIPT
     657INSTALL_DATA
     658SET_MAKE
     659CC
     660CFLAGS
     661LDFLAGS
     662CPPFLAGS
     663ac_ct_CC
     664EXEEXT
     665OBJEXT
     666CXX
     667CXXFLAGS
     668ac_ct_CXX
     669RANLIB
     670LN_S
     671F77
     672FFLAGS
     673ac_ct_F77
     674CPP
     675GREP
     676EGREP
     677CXXCPP
     678HAVE_INTTYPES_H
     679AR
     680DL_LIBS
     681DL_OBJS
     682PLAT_OBJS
     683PLAT_SRCS
     684CFLAGS_DEBUG
     685CFLAGS_OPTIMIZE
     686CFLAGS_WARNING
     687LDFLAGS_DEBUG
     688LDFLAGS_OPTIMIZE
     689CC_SEARCH_FLAGS
     690LD_SEARCH_FLAGS
     691STLIB_LD
     692SHLIB_LD
     693TCL_SHLIB_LD_EXTRAS
     694TK_SHLIB_LD_EXTRAS
     695SHLIB_LD_LIBS
     696SHLIB_CFLAGS
     697SHLIB_SUFFIX
     698MAKE_LIB
     699MAKE_STUB_LIB
     700INSTALL_LIB
     701INSTALL_STUB_LIB
     702MAKE
     703ENABLE_GUI
     704TCLSH
     705MATLAB
     706MEX
     707MEXEXT
     708MCC
     709MEX_ARCH
     710OCTAVE
     711MKOCTFILE
     712OCTAVE_VERSION
     713OCTAVE_VERSION_MAJOR
     714PERL
     715PERL_INCLUDES
     716PERL_ARCHLIB
     717PERL_ARCHLIBEXP
     718PERL_VERSION
     719PERL_CCFLAGS
     720PERL_CPPFLAGS
     721PERL_VENDORLIB
     722PERL_PRIVLIB
     723PERL_INSTALLARCHLIB
     724PERL_VERSION_RV
     725PERL_LIBSPEC
     726PYTHON
     727PYTHON_CPPFLAGS
     728pythondir
     729PYTHON_VERSION
     730PYTHON_INCLUDES
     731PYTHON_SITE_PACKAGES
     732HAVE_PYTHON_DISTUTILS
     733RUBY
     734SED
     735RUBY_VERSION
     736AWK
     737RUBY_CPPFLAGS
     738RUBY_LDFLAGS
     739RUBY_SITE_PKG
     740RUBY_EXTRA_LIBS
     741HAVE_RUBY_DEVEL
     742RUBY_VERSION_RV
     743RUBY_PLATFORM
     744RP_BASE
     745SHLIB_LDFLAGS
     746TCL_VERSION
     747TK_VERSION
     748SIZEOF_INT
     749SIZEOF_LONG
     750SIZEOF_LONG_LONG
     751SIZEOF_VOID_P
     752CFLAGS_DEFAULT
     753LDFLAGS_DEFAULT
     754subdirs
    641755LIBOBJS
    642 subdirs
    643 LDFLAGS_DEFAULT
    644 CFLAGS_DEFAULT
    645 SIZEOF_VOID_P
    646 SIZEOF_LONG_LONG
    647 SIZEOF_LONG
    648 SIZEOF_INT
    649 TK_VERSION
    650 TCL_VERSION
    651 SHLIB_LDFLAGS
    652 RP_BASE
    653 RUBY_PLATFORM
    654 RUBY_VERSION_RV
    655 HAVE_RUBY_DEVEL
    656 RUBY_EXTRA_LIBS
    657 RUBY_SITE_PKG
    658 RUBY_LDFLAGS
    659 RUBY_CPPFLAGS
    660 AWK
    661 RUBY_VERSION
    662 SED
    663 RUBY
    664 HAVE_PYTHON_DISTUTILS
    665 PYTHON_SITE_PACKAGES
    666 PYTHON_INCLUDES
    667 PYTHON_VERSION
    668 pythondir
    669 PYTHON_CPPFLAGS
    670 PYTHON
    671 PERL_LIBSPEC
    672 PERL_VERSION_RV
    673 PERL_INSTALLARCHLIB
    674 PERL_PRIVLIB
    675 PERL_VENDORLIB
    676 PERL_CPPFLAGS
    677 PERL_CCFLAGS
    678 PERL_VERSION
    679 PERL_ARCHLIBEXP
    680 PERL_ARCHLIB
    681 PERL_INCLUDES
    682 PERL
    683 OCTAVE_VERSION_MAJOR
    684 OCTAVE_VERSION
    685 MKOCTFILE
    686 OCTAVE
    687 MEX_ARCH
    688 MCC
    689 MEXEXT
    690 MEX
    691 MATLAB
    692 TCLSH
    693 ENABLE_GUI
    694 MAKE
    695 INSTALL_STUB_LIB
    696 INSTALL_LIB
    697 MAKE_STUB_LIB
    698 MAKE_LIB
    699 SHLIB_SUFFIX
    700 SHLIB_CFLAGS
    701 SHLIB_LD_LIBS
    702 TK_SHLIB_LD_EXTRAS
    703 TCL_SHLIB_LD_EXTRAS
    704 SHLIB_LD
    705 STLIB_LD
    706 LD_SEARCH_FLAGS
    707 CC_SEARCH_FLAGS
    708 LDFLAGS_OPTIMIZE
    709 LDFLAGS_DEBUG
    710 CFLAGS_WARNING
    711 CFLAGS_OPTIMIZE
    712 CFLAGS_DEBUG
    713 PLAT_SRCS
    714 PLAT_OBJS
    715 DL_OBJS
    716 DL_LIBS
    717 AR
    718 HAVE_INTTYPES_H
    719 CXXCPP
    720 EGREP
    721 GREP
    722 CPP
    723 ac_ct_F77
    724 FFLAGS
    725 F77
    726 MKDIR_P
    727 LN_S
    728 RANLIB
    729 ac_ct_CXX
    730 CXXFLAGS
    731 CXX
    732 OBJEXT
    733 EXEEXT
    734 ac_ct_CC
    735 CPPFLAGS
    736 LDFLAGS
    737 CFLAGS
    738 CC
    739 SET_MAKE
    740 INSTALL_DATA
    741 INSTALL_SCRIPT
    742 INSTALL_PROGRAM
    743 LIB_SEARCH_DIRS
    744 target_alias
    745 host_alias
    746 build_alias
    747 LIBS
    748 ECHO_T
    749 ECHO_N
    750 ECHO_C
    751 DEFS
    752 mandir
    753 localedir
    754 libdir
    755 psdir
    756 pdfdir
    757 dvidir
    758 htmldir
    759 infodir
    760 docdir
    761 oldincludedir
    762 includedir
    763 localstatedir
    764 sharedstatedir
    765 sysconfdir
    766 datadir
    767 datarootdir
    768 libexecdir
    769 sbindir
    770 bindir
    771 program_transform_name
    772 prefix
    773 exec_prefix
    774 PACKAGE_BUGREPORT
    775 PACKAGE_STRING
    776 PACKAGE_VERSION
    777 PACKAGE_TARNAME
    778 PACKAGE_NAME
    779 PATH_SEPARATOR
    780 SHELL'
     756LTLIBOBJS'
    781757ac_subst_files=''
    782 ac_user_opts='
    783 enable_option_checking
    784 enable_64bit
    785 enable_64bit_vis
    786 enable_corefoundation
    787 enable_load
    788 enable_gui
    789 with_tclsh
    790 with_matlab
    791 with_octave
    792 with_perl
    793 with_python
    794 with_ruby
    795 enable_shared
    796 enable_symbols
    797 '
    798758      ac_precious_vars='build_alias
    799759host_alias
     
    816776ac_init_help=
    817777ac_init_version=false
    818 ac_unrecognized_opts=
    819 ac_unrecognized_sep=
    820778# The variables have the same names as the options, with
    821779# dashes changed to underlines.
     
    916874
    917875  -disable-* | --disable-*)
    918     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     876    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    919877    # Reject names that are not valid shell variable names.
    920     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    921       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     878    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     879      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    922880   { (exit 1); exit 1; }; }
    923     ac_useropt_orig=$ac_useropt
    924     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    925     case $ac_user_opts in
    926       *"
    927 "enable_$ac_useropt"
    928 "*) ;;
    929       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    930          ac_unrecognized_sep=', ';;
    931     esac
    932     eval enable_$ac_useropt=no ;;
     881    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     882    eval enable_$ac_feature=no ;;
    933883
    934884  -docdir | --docdir | --docdi | --doc | --do)
     
    943893
    944894  -enable-* | --enable-*)
    945     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     895    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    946896    # Reject names that are not valid shell variable names.
    947     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    948       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     897    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     898      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    949899   { (exit 1); exit 1; }; }
    950     ac_useropt_orig=$ac_useropt
    951     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    952     case $ac_user_opts in
    953       *"
    954 "enable_$ac_useropt"
    955 "*) ;;
    956       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    957          ac_unrecognized_sep=', ';;
    958     esac
    959     eval enable_$ac_useropt=\$ac_optarg ;;
     900    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     901    eval enable_$ac_feature=\$ac_optarg ;;
    960902
    961903  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11481090
    11491091  -with-* | --with-*)
    1150     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1092    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11511093    # Reject names that are not valid shell variable names.
    1152     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1153       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1094    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1095      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11541096   { (exit 1); exit 1; }; }
    1155     ac_useropt_orig=$ac_useropt
    1156     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1157     case $ac_user_opts in
    1158       *"
    1159 "with_$ac_useropt"
    1160 "*) ;;
    1161       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1162          ac_unrecognized_sep=', ';;
    1163     esac
    1164     eval with_$ac_useropt=\$ac_optarg ;;
     1097    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1098    eval with_$ac_package=\$ac_optarg ;;
    11651099
    11661100  -without-* | --without-*)
    1167     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1101    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11681102    # Reject names that are not valid shell variable names.
    1169     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1170       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1103    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1104      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11711105   { (exit 1); exit 1; }; }
    1172     ac_useropt_orig=$ac_useropt
    1173     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1174     case $ac_user_opts in
    1175       *"
    1176 "with_$ac_useropt"
    1177 "*) ;;
    1178       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1179          ac_unrecognized_sep=', ';;
    1180     esac
    1181     eval with_$ac_useropt=no ;;
     1106    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1107    eval with_$ac_package=no ;;
    11821108
    11831109  --x)
     
    11991125    x_libraries=$ac_optarg ;;
    12001126
    1201   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1127  -*) { echo "$as_me: error: unrecognized option: $ac_option
    12021128Try \`$0 --help' for more information." >&2
    12031129   { (exit 1); exit 1; }; }
     
    12081134    # Reject names that are not valid shell variable names.
    12091135    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1210       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1136      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    12111137   { (exit 1); exit 1; }; }
    12121138    eval $ac_envvar=\$ac_optarg
     
    12151141  *)
    12161142    # FIXME: should be removed in autoconf 3.0.
    1217     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1143    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    12181144    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1219       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1145      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    12201146    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    12211147    ;;
     
    12261152if test -n "$ac_prev"; then
    12271153  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1228   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1154  { echo "$as_me: error: missing argument to $ac_option" >&2
    12291155   { (exit 1); exit 1; }; }
    12301156fi
    12311157
    1232 if test -n "$ac_unrecognized_opts"; then
    1233   case $enable_option_checking in
    1234     no) ;;
    1235     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
    1236    { (exit 1); exit 1; }; } ;;
    1237     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1238   esac
    1239 fi
    1240 
    1241 # Check all directory arguments for consistency.
     1158# Be sure to have absolute directory names.
    12421159for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12431160                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12461163do
    12471164  eval ac_val=\$$ac_var
    1248   # Remove trailing slashes.
    1249   case $ac_val in
    1250     */ )
    1251       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1252       eval $ac_var=\$ac_val;;
    1253   esac
    1254   # Be sure to have absolute directory names.
    12551165  case $ac_val in
    12561166    [\\/$]* | ?:[\\/]* )  continue;;
    12571167    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12581168  esac
    1259   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1169  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12601170   { (exit 1); exit 1; }; }
    12611171done
     
    12721182  if test "x$build_alias" = x; then
    12731183    cross_compiling=maybe
    1274     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1184    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12751185    If a cross compiler is detected then cross compile mode will be used." >&2
    12761186  elif test "x$build_alias" != "x$host_alias"; then
     
    12881198ac_ls_di=`ls -di .` &&
    12891199ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1290   { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1200  { echo "$as_me: error: Working directory cannot be determined" >&2
    12911201   { (exit 1); exit 1; }; }
    12921202test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1293   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1203  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12941204   { (exit 1); exit 1; }; }
    12951205
     
    12991209  ac_srcdir_defaulted=yes
    13001210  # Try the directory containing this script, then the parent directory.
    1301   ac_confdir=`$as_dirname -- "$as_myself" ||
    1302 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1303          X"$as_myself" : 'X\(//\)[^/]' \| \
    1304          X"$as_myself" : 'X\(//\)$' \| \
    1305          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1306 $as_echo X"$as_myself" |
     1211  ac_confdir=`$as_dirname -- "$0" ||
     1212$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1213         X"$0" : 'X\(//\)[^/]' \| \
     1214         X"$0" : 'X\(//\)$' \| \
     1215         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1216echo X"$0" |
    13071217    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    13081218            s//\1/
     
    13311241if test ! -r "$srcdir/$ac_unique_file"; then
    13321242  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1333   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1243  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    13341244   { (exit 1); exit 1; }; }
    13351245fi
    13361246ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13371247ac_abs_confdir=`(
    1338         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1248        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    13391249   { (exit 1); exit 1; }; }
    13401250        pwd)`
     
    13851295Installation directories:
    13861296  --prefix=PREFIX         install architecture-independent files in PREFIX
    1387                           [$ac_default_prefix]
     1297                          [$ac_default_prefix]
    13881298  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1389                           [PREFIX]
     1299                          [PREFIX]
    13901300
    13911301By default, \`make install' will install all the files in
     
    13971307
    13981308Fine tuning of the installation directories:
    1399   --bindir=DIR            user executables [EPREFIX/bin]
    1400   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1401   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1402   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1403   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1404   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1405   --libdir=DIR            object code libraries [EPREFIX/lib]
    1406   --includedir=DIR        C header files [PREFIX/include]
    1407   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1408   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1409   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1410   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1411   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1412   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1413   --docdir=DIR            documentation root [DATAROOTDIR/doc/rappture]
    1414   --htmldir=DIR           html documentation [DOCDIR]
    1415   --dvidir=DIR            dvi documentation [DOCDIR]
    1416   --pdfdir=DIR            pdf documentation [DOCDIR]
    1417   --psdir=DIR             ps documentation [DOCDIR]
     1309  --bindir=DIR           user executables [EPREFIX/bin]
     1310  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1311  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1312  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1313  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1314  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1315  --libdir=DIR           object code libraries [EPREFIX/lib]
     1316  --includedir=DIR       C header files [PREFIX/include]
     1317  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1318  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1319  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1320  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1321  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1322  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1323  --docdir=DIR           documentation root [DATAROOTDIR/doc/rappture]
     1324  --htmldir=DIR          html documentation [DOCDIR]
     1325  --dvidir=DIR           dvi documentation [DOCDIR]
     1326  --pdfdir=DIR           pdf documentation [DOCDIR]
     1327  --psdir=DIR            ps documentation [DOCDIR]
    14181328_ACEOF
    14191329
     
    14291339
    14301340Optional Features:
    1431   --disable-option-checking  ignore unrecognized --enable/--with options
    14321341  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14331342  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14781387  # If there are subdirs, report their specific --help.
    14791388  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1480     test -d "$ac_dir" ||
    1481       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1482       continue
     1389    test -d "$ac_dir" || continue
    14831390    ac_builddir=.
    14841391
     
    14861393.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14871394*)
    1488   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1395  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14891396  # A ".." for each directory in $ac_dir_suffix.
    1490   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1397  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14911398  case $ac_top_builddir_sub in
    14921399  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    15241431      $SHELL "$ac_srcdir/configure" --help=recursive
    15251432    else
    1526       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1433      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    15271434    fi || ac_status=$?
    15281435    cd "$ac_pwd" || { ac_status=$?; break; }
     
    15341441  cat <<\_ACEOF
    15351442Rappture configure 1.1
    1536 generated by GNU Autoconf 2.63
     1443generated by GNU Autoconf 2.61
    15371444
    15381445Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1539 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14462002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15401447This configure script is free software; the Free Software Foundation
    15411448gives unlimited permission to copy, distribute and modify it.
     
    15481455
    15491456It was created by Rappture $as_me 1.1, which was
    1550 generated by GNU Autoconf 2.63.  Invocation command line was
     1457generated by GNU Autoconf 2.61.  Invocation command line was
    15511458
    15521459  $ $0 $@
     
    15841491  IFS=$as_save_IFS
    15851492  test -z "$as_dir" && as_dir=.
    1586   $as_echo "PATH: $as_dir"
     1493  echo "PATH: $as_dir"
    15871494done
    15881495IFS=$as_save_IFS
     
    16191526      continue ;;
    16201527    *\'*)
    1621       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1528      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16221529    esac
    16231530    case $ac_pass in
     
    16711578    *${as_nl}*)
    16721579      case $ac_var in #(
    1673       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    1674 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1580      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1581echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16751582      esac
    16761583      case $ac_var in #(
    16771584      _ | IFS | as_nl) ;; #(
    1678       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16791585      *) $as_unset $ac_var ;;
    16801586      esac ;;
     
    17061612      eval ac_val=\$$ac_var
    17071613      case $ac_val in
    1708       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1614      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17091615      esac
    1710       $as_echo "$ac_var='\''$ac_val'\''"
     1616      echo "$ac_var='\''$ac_val'\''"
    17111617    done | sort
    17121618    echo
     
    17231629        eval ac_val=\$$ac_var
    17241630        case $ac_val in
    1725         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1631        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17261632        esac
    1727         $as_echo "$ac_var='\''$ac_val'\''"
     1633        echo "$ac_var='\''$ac_val'\''"
    17281634      done | sort
    17291635      echo
     
    17411647    fi
    17421648    test "$ac_signal" != 0 &&
    1743       $as_echo "$as_me: caught signal $ac_signal"
    1744     $as_echo "$as_me: exit $exit_status"
     1649      echo "$as_me: caught signal $ac_signal"
     1650    echo "$as_me: exit $exit_status"
    17451651  } >&5
    17461652  rm -f core *.core core.conftest.* &&
     
    17841690
    17851691# Let the site file select an alternate cache file if it wants to.
    1786 # Prefer an explicitly selected file to automatically selected ones.
    1787 ac_site_file1=NONE
    1788 ac_site_file2=NONE
     1692# Prefer explicitly selected file to automatically selected ones.
    17891693if test -n "$CONFIG_SITE"; then
    1790   ac_site_file1=$CONFIG_SITE
     1694  set x "$CONFIG_SITE"
    17911695elif test "x$prefix" != xNONE; then
    1792   ac_site_file1=$prefix/share/config.site
    1793   ac_site_file2=$prefix/etc/config.site
    1794 else
    1795   ac_site_file1=$ac_default_prefix/share/config.site
    1796   ac_site_file2=$ac_default_prefix/etc/config.site
    1797 fi
    1798 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1696  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1697else
     1698  set x "$ac_default_prefix/share/config.site" \
     1699        "$ac_default_prefix/etc/config.site"
     1700fi
     1701shift
     1702for ac_site_file
    17991703do
    1800   test "x$ac_site_file" = xNONE && continue
    18011704  if test -r "$ac_site_file"; then
    1802     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1803 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1705    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1706echo "$as_me: loading site script $ac_site_file" >&6;}
    18041707    sed 's/^/| /' "$ac_site_file" >&5
    18051708    . "$ac_site_file"
     
    18111714  # files actually), so we avoid doing that.
    18121715  if test -f "$cache_file"; then
    1813     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1814 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1716    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1717echo "$as_me: loading cache $cache_file" >&6;}
    18151718    case $cache_file in
    18161719      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    18191722  fi
    18201723else
    1821   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1822 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1724  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1725echo "$as_me: creating cache $cache_file" >&6;}
    18231726  >$cache_file
    18241727fi
     
    18341737  case $ac_old_set,$ac_new_set in
    18351738    set,)
    1836       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1837 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1739      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1740echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    18381741      ac_cache_corrupted=: ;;
    18391742    ,set)
    1840       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1841 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1743      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1744echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18421745      ac_cache_corrupted=: ;;
    18431746    ,);;
    18441747    *)
    18451748      if test "x$ac_old_val" != "x$ac_new_val"; then
    1846         # differences in whitespace do not lead to failure.
    1847         ac_old_val_w=`echo x $ac_old_val`
    1848         ac_new_val_w=`echo x $ac_new_val`
    1849         if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1850           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1851 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1852           ac_cache_corrupted=:
    1853         else
    1854           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1855 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1856           eval $ac_var=\$ac_old_val
    1857         fi
    1858         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1859 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1860         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1861 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1749        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1750echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1751        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1752echo "$as_me:   former value:  $ac_old_val" >&2;}
     1753        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1754echo "$as_me:   current value: $ac_new_val" >&2;}
     1755        ac_cache_corrupted=:
    18621756      fi;;
    18631757  esac
     
    18651759  if test "$ac_new_set" = set; then
    18661760    case $ac_new_val in
    1867     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1761    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18681762    *) ac_arg=$ac_var=$ac_new_val ;;
    18691763    esac
     
    18751769done
    18761770if $ac_cache_corrupted; then
    1877   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    1878 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1879   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1880 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1881   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1882 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1771  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1772echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1773  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1774echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18831775   { (exit 1); exit 1; }; }
    18841776fi
     
    19321824done
    19331825if test -z "$ac_aux_dir"; then
    1934   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
    1935 $as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
     1826  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
     1827echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
    19361828   { (exit 1); exit 1; }; }
    19371829fi
     
    19811873# OS/2's system install, which has a completely different semantic
    19821874# ./install, which can be erroneously created by make from ./install.sh.
    1983 # Reject install programs that cannot install multiple files.
    1984 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1985 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     1875{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1876echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    19861877if test -z "$INSTALL"; then
    19871878if test "${ac_cv_path_install+set}" = set; then
    1988   $as_echo_n "(cached) " >&6
     1879  echo $ECHO_N "(cached) $ECHO_C" >&6
    19891880else
    19901881  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    20151906            :
    20161907          else
    2017             rm -rf conftest.one conftest.two conftest.dir
    2018             echo one > conftest.one
    2019             echo two > conftest.two
    2020             mkdir conftest.dir
    2021             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    2022               test -s conftest.one && test -s conftest.two &&
    2023               test -s conftest.dir/conftest.one &&
    2024               test -s conftest.dir/conftest.two
    2025             then
    2026               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2027               break 3
    2028             fi
     1908            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     1909            break 3
    20291910          fi
    20301911        fi
     
    20331914    ;;
    20341915esac
    2035 
    20361916done
    20371917IFS=$as_save_IFS
    20381918
    2039 rm -rf conftest.one conftest.two conftest.dir
    20401919
    20411920fi
     
    20501929  fi
    20511930fi
    2052 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2053 $as_echo "$INSTALL" >&6; }
     1931{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     1932echo "${ECHO_T}$INSTALL" >&6; }
    20541933
    20551934# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    20611940test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    20621941
    2063 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2064 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2065 set x ${MAKE-make}
    2066 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     1942{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     1943echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     1944set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    20671945if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2068   $as_echo_n "(cached) " >&6
     1946  echo $ECHO_N "(cached) $ECHO_C" >&6
    20691947else
    20701948  cat >conftest.make <<\_ACEOF
     
    20831961fi
    20841962if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2085   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2086 $as_echo "yes" >&6; }
     1963  { echo "$as_me:$LINENO: result: yes" >&5
     1964echo "${ECHO_T}yes" >&6; }
    20871965  SET_MAKE=
    20881966else
    2089   { $as_echo "$as_me:$LINENO: result: no" >&5
    2090 $as_echo "no" >&6; }
     1967  { echo "$as_me:$LINENO: result: no" >&5
     1968echo "${ECHO_T}no" >&6; }
    20911969  SET_MAKE="MAKE=${MAKE-make}"
    20921970fi
     
    21021980  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    21031981set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2104 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2105 $as_echo_n "checking for $ac_word... " >&6; }
     1982{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1983echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21061984if test "${ac_cv_prog_CC+set}" = set; then
    2107   $as_echo_n "(cached) " >&6
     1985  echo $ECHO_N "(cached) $ECHO_C" >&6
    21081986else
    21091987  if test -n "$CC"; then
     
    21181996  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21191997    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2120     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1998    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21211999    break 2
    21222000  fi
     
    21292007CC=$ac_cv_prog_CC
    21302008if test -n "$CC"; then
    2131   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2132 $as_echo "$CC" >&6; }
    2133 else
    2134   { $as_echo "$as_me:$LINENO: result: no" >&5
    2135 $as_echo "no" >&6; }
     2009  { echo "$as_me:$LINENO: result: $CC" >&5
     2010echo "${ECHO_T}$CC" >&6; }
     2011else
     2012  { echo "$as_me:$LINENO: result: no" >&5
     2013echo "${ECHO_T}no" >&6; }
    21362014fi
    21372015
     
    21422020  # Extract the first word of "gcc", so it can be a program name with args.
    21432021set dummy gcc; ac_word=$2
    2144 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2145 $as_echo_n "checking for $ac_word... " >&6; }
     2022{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2023echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21462024if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2147   $as_echo_n "(cached) " >&6
     2025  echo $ECHO_N "(cached) $ECHO_C" >&6
    21482026else
    21492027  if test -n "$ac_ct_CC"; then
     
    21582036  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21592037    ac_cv_prog_ac_ct_CC="gcc"
    2160     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2038    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21612039    break 2
    21622040  fi
     
    21692047ac_ct_CC=$ac_cv_prog_ac_ct_CC
    21702048if test -n "$ac_ct_CC"; then
    2171   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2172 $as_echo "$ac_ct_CC" >&6; }
    2173 else
    2174   { $as_echo "$as_me:$LINENO: result: no" >&5
    2175 $as_echo "no" >&6; }
     2049  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2050echo "${ECHO_T}$ac_ct_CC" >&6; }
     2051else
     2052  { echo "$as_me:$LINENO: result: no" >&5
     2053echo "${ECHO_T}no" >&6; }
    21762054fi
    21772055
     
    21812059    case $cross_compiling:$ac_tool_warned in
    21822060yes:)
    2183 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2184 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2061{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2062whose name does not start with the host triplet.  If you think this
     2063configuration is useful to you, please write to autoconf@gnu.org." >&5
     2064echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2065whose name does not start with the host triplet.  If you think this
     2066configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    21852067ac_tool_warned=yes ;;
    21862068esac
     
    21952077    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    21962078set dummy ${ac_tool_prefix}cc; ac_word=$2
    2197 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2198 $as_echo_n "checking for $ac_word... " >&6; }
     2079{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2080echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21992081if test "${ac_cv_prog_CC+set}" = set; then
    2200   $as_echo_n "(cached) " >&6
     2082  echo $ECHO_N "(cached) $ECHO_C" >&6
    22012083else
    22022084  if test -n "$CC"; then
     
    22112093  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22122094    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2213     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2095    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22142096    break 2
    22152097  fi
     
    22222104CC=$ac_cv_prog_CC
    22232105if test -n "$CC"; then
    2224   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2225 $as_echo "$CC" >&6; }
    2226 else
    2227   { $as_echo "$as_me:$LINENO: result: no" >&5
    2228 $as_echo "no" >&6; }
     2106  { echo "$as_me:$LINENO: result: $CC" >&5
     2107echo "${ECHO_T}$CC" >&6; }
     2108else
     2109  { echo "$as_me:$LINENO: result: no" >&5
     2110echo "${ECHO_T}no" >&6; }
    22292111fi
    22302112
     
    22352117  # Extract the first word of "cc", so it can be a program name with args.
    22362118set dummy cc; ac_word=$2
    2237 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2238 $as_echo_n "checking for $ac_word... " >&6; }
     2119{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2120echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22392121if test "${ac_cv_prog_CC+set}" = set; then
    2240   $as_echo_n "(cached) " >&6
     2122  echo $ECHO_N "(cached) $ECHO_C" >&6
    22412123else
    22422124  if test -n "$CC"; then
     
    22562138     fi
    22572139    ac_cv_prog_CC="cc"
    2258     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2140    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22592141    break 2
    22602142  fi
     
    22792161CC=$ac_cv_prog_CC
    22802162if test -n "$CC"; then
    2281   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2282 $as_echo "$CC" >&6; }
    2283 else
    2284   { $as_echo "$as_me:$LINENO: result: no" >&5
    2285 $as_echo "no" >&6; }
     2163  { echo "$as_me:$LINENO: result: $CC" >&5
     2164echo "${ECHO_T}$CC" >&6; }
     2165else
     2166  { echo "$as_me:$LINENO: result: no" >&5
     2167echo "${ECHO_T}no" >&6; }
    22862168fi
    22872169
     
    22942176    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    22952177set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2296 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2297 $as_echo_n "checking for $ac_word... " >&6; }
     2178{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2179echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22982180if test "${ac_cv_prog_CC+set}" = set; then
    2299   $as_echo_n "(cached) " >&6
     2181  echo $ECHO_N "(cached) $ECHO_C" >&6
    23002182else
    23012183  if test -n "$CC"; then
     
    23102192  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23112193    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2312     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2194    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23132195    break 2
    23142196  fi
     
    23212203CC=$ac_cv_prog_CC
    23222204if test -n "$CC"; then
    2323   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2324 $as_echo "$CC" >&6; }
    2325 else
    2326   { $as_echo "$as_me:$LINENO: result: no" >&5
    2327 $as_echo "no" >&6; }
     2205  { echo "$as_me:$LINENO: result: $CC" >&5
     2206echo "${ECHO_T}$CC" >&6; }
     2207else
     2208  { echo "$as_me:$LINENO: result: no" >&5
     2209echo "${ECHO_T}no" >&6; }
    23282210fi
    23292211
     
    23382220  # Extract the first word of "$ac_prog", so it can be a program name with args.
    23392221set dummy $ac_prog; ac_word=$2
    2340 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2341 $as_echo_n "checking for $ac_word... " >&6; }
     2222{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2223echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23422224if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2343   $as_echo_n "(cached) " >&6
     2225  echo $ECHO_N "(cached) $ECHO_C" >&6
    23442226else
    23452227  if test -n "$ac_ct_CC"; then
     
    23542236  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23552237    ac_cv_prog_ac_ct_CC="$ac_prog"
    2356     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2238    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23572239    break 2
    23582240  fi
     
    23652247ac_ct_CC=$ac_cv_prog_ac_ct_CC
    23662248if test -n "$ac_ct_CC"; then
    2367   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2368 $as_echo "$ac_ct_CC" >&6; }
    2369 else
    2370   { $as_echo "$as_me:$LINENO: result: no" >&5
    2371 $as_echo "no" >&6; }
     2249  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2250echo "${ECHO_T}$ac_ct_CC" >&6; }
     2251else
     2252  { echo "$as_me:$LINENO: result: no" >&5
     2253echo "${ECHO_T}no" >&6; }
    23722254fi
    23732255
     
    23812263    case $cross_compiling:$ac_tool_warned in
    23822264yes:)
    2383 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2384 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2265{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2266whose name does not start with the host triplet.  If you think this
     2267configuration is useful to you, please write to autoconf@gnu.org." >&5
     2268echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2269whose name does not start with the host triplet.  If you think this
     2270configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    23852271ac_tool_warned=yes ;;
    23862272esac
     
    23922278
    23932279
    2394 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2395 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2396 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2280test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    23972281See \`config.log' for more details." >&5
    2398 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2282echo "$as_me: error: no acceptable C compiler found in \$PATH
    23992283See \`config.log' for more details." >&2;}
    2400    { (exit 1); exit 1; }; }; }
     2284   { (exit 1); exit 1; }; }
    24012285
    24022286# Provide some information about the compiler.
    2403 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2404 set X $ac_compile
    2405 ac_compiler=$2
     2287echo "$as_me:$LINENO: checking for C compiler version" >&5
     2288ac_compiler=`set X $ac_compile; echo $2`
    24062289{ (ac_try="$ac_compiler --version >&5"
    24072290case "(($ac_try" in
     
    24092292  *) ac_try_echo=$ac_try;;
    24102293esac
    2411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2412 $as_echo "$ac_try_echo") >&5
     2294eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24132295  (eval "$ac_compiler --version >&5") 2>&5
    24142296  ac_status=$?
    2415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2297  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24162298  (exit $ac_status); }
    24172299{ (ac_try="$ac_compiler -v >&5"
     
    24202302  *) ac_try_echo=$ac_try;;
    24212303esac
    2422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2423 $as_echo "$ac_try_echo") >&5
     2304eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24242305  (eval "$ac_compiler -v >&5") 2>&5
    24252306  ac_status=$?
    2426   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2307  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24272308  (exit $ac_status); }
    24282309{ (ac_try="$ac_compiler -V >&5"
     
    24312312  *) ac_try_echo=$ac_try;;
    24322313esac
    2433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2434 $as_echo "$ac_try_echo") >&5
     2314eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24352315  (eval "$ac_compiler -V >&5") 2>&5
    24362316  ac_status=$?
    2437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2317  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24382318  (exit $ac_status); }
    24392319
     
    24542334_ACEOF
    24552335ac_clean_files_save=$ac_clean_files
    2456 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2336ac_clean_files="$ac_clean_files a.out a.exe b.out"
    24572337# Try to create an executable without -o first, disregard a.out.
    24582338# It will help us diagnose broken compilers, and finding out an intuition
    24592339# of exeext.
    2460 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2461 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2462 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2463 
    2464 # The possible output files:
    2465 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2466 
     2340{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2341echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2342ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2343#
     2344# List of possible output files, starting from the most likely.
     2345# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2346# only as a last resort.  b.out is created by i960 compilers.
     2347ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2348#
     2349# The IRIX 6 linker writes into existing files which may not be
     2350# executable, retaining their permissions.  Remove them first so a
     2351# subsequent execution test works.
    24672352ac_rmfiles=
    24682353for ac_file in $ac_files
    24692354do
    24702355  case $ac_file in
    2471     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2356    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    24722357    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    24732358  esac
     
    24802365  *) ac_try_echo=$ac_try;;
    24812366esac
    2482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2483 $as_echo "$ac_try_echo") >&5
     2367eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24842368  (eval "$ac_link_default") 2>&5
    24852369  ac_status=$?
    2486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2370  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24872371  (exit $ac_status); }; then
    24882372  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    24952379  test -f "$ac_file" || continue
    24962380  case $ac_file in
    2497     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2381    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    24982382        ;;
    24992383    [ab].out )
     
    25222406fi
    25232407
    2524 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    2525 $as_echo "$ac_file" >&6; }
     2408{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2409echo "${ECHO_T}$ac_file" >&6; }
    25262410if test -z "$ac_file"; then
    2527   $as_echo "$as_me: failed program was:" >&5
     2411  echo "$as_me: failed program was:" >&5
    25282412sed 's/^/| /' conftest.$ac_ext >&5
    25292413
    2530 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2531 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2532 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2414{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    25332415See \`config.log' for more details." >&5
    2534 $as_echo "$as_me: error: C compiler cannot create executables
     2416echo "$as_me: error: C compiler cannot create executables
    25352417See \`config.log' for more details." >&2;}
    2536    { (exit 77); exit 77; }; }; }
     2418   { (exit 77); exit 77; }; }
    25372419fi
    25382420
     
    25412423# Check that the compiler produces executables we can run.  If not, either
    25422424# the compiler is broken, or we cross compile.
    2543 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2544 $as_echo_n "checking whether the C compiler works... " >&6; }
     2425{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2426echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    25452427# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    25462428# If not cross compiling, check that we can run a simple program.
     
    25512433  *) ac_try_echo=$ac_try;;
    25522434esac
    2553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2554 $as_echo "$ac_try_echo") >&5
     2435eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25552436  (eval "$ac_try") 2>&5
    25562437  ac_status=$?
    2557   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2438  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25582439  (exit $ac_status); }; }; then
    25592440    cross_compiling=no
     
    25622443        cross_compiling=yes
    25632444    else
    2564         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2565 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2566 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2445        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    25672446If you meant to cross compile, use \`--host'.
    25682447See \`config.log' for more details." >&5
    2569 $as_echo "$as_me: error: cannot run C compiled programs.
     2448echo "$as_me: error: cannot run C compiled programs.
    25702449If you meant to cross compile, use \`--host'.
    25712450See \`config.log' for more details." >&2;}
    2572    { (exit 1); exit 1; }; }; }
     2451   { (exit 1); exit 1; }; }
    25732452    fi
    25742453  fi
    25752454fi
    2576 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2577 $as_echo "yes" >&6; }
    2578 
    2579 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2455{ echo "$as_me:$LINENO: result: yes" >&5
     2456echo "${ECHO_T}yes" >&6; }
     2457
     2458rm -f a.out a.exe conftest$ac_cv_exeext b.out
    25802459ac_clean_files=$ac_clean_files_save
    25812460# Check that the compiler produces executables we can run.  If not, either
    25822461# the compiler is broken, or we cross compile.
    2583 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2584 $as_echo_n "checking whether we are cross compiling... " >&6; }
    2585 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2586 $as_echo "$cross_compiling" >&6; }
    2587 
    2588 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2589 $as_echo_n "checking for suffix of executables... " >&6; }
     2462{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2463echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     2464{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2465echo "${ECHO_T}$cross_compiling" >&6; }
     2466
     2467{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2468echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    25902469if { (ac_try="$ac_link"
    25912470case "(($ac_try" in
     
    25932472  *) ac_try_echo=$ac_try;;
    25942473esac
    2595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2596 $as_echo "$ac_try_echo") >&5
     2474eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25972475  (eval "$ac_link") 2>&5
    25982476  ac_status=$?
    2599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2477  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26002478  (exit $ac_status); }; then
    26012479  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    26062484  test -f "$ac_file" || continue
    26072485  case $ac_file in
    2608     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2486    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    26092487    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    26102488          break;;
     
    26132491done
    26142492else
    2615   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2616 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2617 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2493  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    26182494See \`config.log' for more details." >&5
    2619 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2495echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    26202496See \`config.log' for more details." >&2;}
    2621    { (exit 1); exit 1; }; }; }
     2497   { (exit 1); exit 1; }; }
    26222498fi
    26232499
    26242500rm -f conftest$ac_cv_exeext
    2625 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2626 $as_echo "$ac_cv_exeext" >&6; }
     2501{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2502echo "${ECHO_T}$ac_cv_exeext" >&6; }
    26272503
    26282504rm -f conftest.$ac_ext
    26292505EXEEXT=$ac_cv_exeext
    26302506ac_exeext=$EXEEXT
    2631 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2632 $as_echo_n "checking for suffix of object files... " >&6; }
     2507{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2508echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    26332509if test "${ac_cv_objext+set}" = set; then
    2634   $as_echo_n "(cached) " >&6
     2510  echo $ECHO_N "(cached) $ECHO_C" >&6
    26352511else
    26362512  cat >conftest.$ac_ext <<_ACEOF
     
    26552531  *) ac_try_echo=$ac_try;;
    26562532esac
    2657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2658 $as_echo "$ac_try_echo") >&5
     2533eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    26592534  (eval "$ac_compile") 2>&5
    26602535  ac_status=$?
    2661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2536  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26622537  (exit $ac_status); }; then
    26632538  for ac_file in conftest.o conftest.obj conftest.*; do
    26642539  test -f "$ac_file" || continue;
    26652540  case $ac_file in
    2666     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     2541    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    26672542    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    26682543       break;;
     
    26702545done
    26712546else
    2672   $as_echo "$as_me: failed program was:" >&5
     2547  echo "$as_me: failed program was:" >&5
    26732548sed 's/^/| /' conftest.$ac_ext >&5
    26742549
    2675 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2676 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2677 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2550{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    26782551See \`config.log' for more details." >&5
    2679 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2552echo "$as_me: error: cannot compute suffix of object files: cannot compile
    26802553See \`config.log' for more details." >&2;}
    2681    { (exit 1); exit 1; }; }; }
     2554   { (exit 1); exit 1; }; }
    26822555fi
    26832556
    26842557rm -f conftest.$ac_cv_objext conftest.$ac_ext
    26852558fi
    2686 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2687 $as_echo "$ac_cv_objext" >&6; }
     2559{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2560echo "${ECHO_T}$ac_cv_objext" >&6; }
    26882561OBJEXT=$ac_cv_objext
    26892562ac_objext=$OBJEXT
    2690 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2691 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     2563{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2564echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    26922565if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2693   $as_echo_n "(cached) " >&6
     2566  echo $ECHO_N "(cached) $ECHO_C" >&6
    26942567else
    26952568  cat >conftest.$ac_ext <<_ACEOF
     
    27172590  *) ac_try_echo=$ac_try;;
    27182591esac
    2719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2720 $as_echo "$ac_try_echo") >&5
     2592eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27212593  (eval "$ac_compile") 2>conftest.er1
    27222594  ac_status=$?
     
    27242596  rm -f conftest.er1
    27252597  cat conftest.err >&5
    2726   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2598  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27272599  (exit $ac_status); } && {
    27282600         test -z "$ac_c_werror_flag" ||
     
    27312603  ac_compiler_gnu=yes
    27322604else
    2733   $as_echo "$as_me: failed program was:" >&5
     2605  echo "$as_me: failed program was:" >&5
    27342606sed 's/^/| /' conftest.$ac_ext >&5
    27352607
     
    27412613
    27422614fi
    2743 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2744 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    2745 if test $ac_compiler_gnu = yes; then
    2746   GCC=yes
    2747 else
    2748   GCC=
    2749 fi
     2615{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2616echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     2617GCC=`test $ac_compiler_gnu = yes && echo yes`
    27502618ac_test_CFLAGS=${CFLAGS+set}
    27512619ac_save_CFLAGS=$CFLAGS
    2752 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2753 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     2620{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2621echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    27542622if test "${ac_cv_prog_cc_g+set}" = set; then
    2755   $as_echo_n "(cached) " >&6
     2623  echo $ECHO_N "(cached) $ECHO_C" >&6
    27562624else
    27572625  ac_save_c_werror_flag=$ac_c_werror_flag
     
    27802648  *) ac_try_echo=$ac_try;;
    27812649esac
    2782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2783 $as_echo "$ac_try_echo") >&5
     2650eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27842651  (eval "$ac_compile") 2>conftest.er1
    27852652  ac_status=$?
     
    27872654  rm -f conftest.er1
    27882655  cat conftest.err >&5
    2789   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2656  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27902657  (exit $ac_status); } && {
    27912658         test -z "$ac_c_werror_flag" ||
     
    27942661  ac_cv_prog_cc_g=yes
    27952662else
    2796   $as_echo "$as_me: failed program was:" >&5
     2663  echo "$as_me: failed program was:" >&5
    27972664sed 's/^/| /' conftest.$ac_ext >&5
    27982665
     
    28192686  *) ac_try_echo=$ac_try;;
    28202687esac
    2821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2822 $as_echo "$ac_try_echo") >&5
     2688eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28232689  (eval "$ac_compile") 2>conftest.er1
    28242690  ac_status=$?
     
    28262692  rm -f conftest.er1
    28272693  cat conftest.err >&5
    2828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2694  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28292695  (exit $ac_status); } && {
    28302696         test -z "$ac_c_werror_flag" ||
     
    28332699  :
    28342700else
    2835   $as_echo "$as_me: failed program was:" >&5
     2701  echo "$as_me: failed program was:" >&5
    28362702sed 's/^/| /' conftest.$ac_ext >&5
    28372703
     
    28592725  *) ac_try_echo=$ac_try;;
    28602726esac
    2861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2862 $as_echo "$ac_try_echo") >&5
     2727eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28632728  (eval "$ac_compile") 2>conftest.er1
    28642729  ac_status=$?
     
    28662731  rm -f conftest.er1
    28672732  cat conftest.err >&5
    2868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2733  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28692734  (exit $ac_status); } && {
    28702735         test -z "$ac_c_werror_flag" ||
     
    28732738  ac_cv_prog_cc_g=yes
    28742739else
    2875   $as_echo "$as_me: failed program was:" >&5
     2740  echo "$as_me: failed program was:" >&5
    28762741sed 's/^/| /' conftest.$ac_ext >&5
    28772742
     
    28882753   ac_c_werror_flag=$ac_save_c_werror_flag
    28892754fi
    2890 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2891 $as_echo "$ac_cv_prog_cc_g" >&6; }
     2755{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2756echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    28922757if test "$ac_test_CFLAGS" = set; then
    28932758  CFLAGS=$ac_save_CFLAGS
     
    29052770  fi
    29062771fi
    2907 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2908 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2772{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2773echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    29092774if test "${ac_cv_prog_cc_c89+set}" = set; then
    2910   $as_echo_n "(cached) " >&6
     2775  echo $ECHO_N "(cached) $ECHO_C" >&6
    29112776else
    29122777  ac_cv_prog_cc_c89=no
     
    29792844  *) ac_try_echo=$ac_try;;
    29802845esac
    2981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2982 $as_echo "$ac_try_echo") >&5
     2846eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29832847  (eval "$ac_compile") 2>conftest.er1
    29842848  ac_status=$?
     
    29862850  rm -f conftest.er1
    29872851  cat conftest.err >&5
    2988   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2852  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29892853  (exit $ac_status); } && {
    29902854         test -z "$ac_c_werror_flag" ||
     
    29932857  ac_cv_prog_cc_c89=$ac_arg
    29942858else
    2995   $as_echo "$as_me: failed program was:" >&5
     2859  echo "$as_me: failed program was:" >&5
    29962860sed 's/^/| /' conftest.$ac_ext >&5
    29972861
     
    30092873case "x$ac_cv_prog_cc_c89" in
    30102874  x)
    3011     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    3012 $as_echo "none needed" >&6; } ;;
     2875    { echo "$as_me:$LINENO: result: none needed" >&5
     2876echo "${ECHO_T}none needed" >&6; } ;;
    30132877  xno)
    3014     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    3015 $as_echo "unsupported" >&6; } ;;
     2878    { echo "$as_me:$LINENO: result: unsupported" >&5
     2879echo "${ECHO_T}unsupported" >&6; } ;;
    30162880  *)
    30172881    CC="$CC $ac_cv_prog_cc_c89"
    3018     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3019 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     2882    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2883echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    30202884esac
    30212885
     
    30412905    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    30422906set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3043 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3044 $as_echo_n "checking for $ac_word... " >&6; }
     2907{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2908echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30452909if test "${ac_cv_prog_CXX+set}" = set; then
    3046   $as_echo_n "(cached) " >&6
     2910  echo $ECHO_N "(cached) $ECHO_C" >&6
    30472911else
    30482912  if test -n "$CXX"; then
     
    30572921  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30582922    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3059     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2923    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30602924    break 2
    30612925  fi
     
    30682932CXX=$ac_cv_prog_CXX
    30692933if test -n "$CXX"; then
    3070   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    3071 $as_echo "$CXX" >&6; }
    3072 else
    3073   { $as_echo "$as_me:$LINENO: result: no" >&5
    3074 $as_echo "no" >&6; }
     2934  { echo "$as_me:$LINENO: result: $CXX" >&5
     2935echo "${ECHO_T}$CXX" >&6; }
     2936else
     2937  { echo "$as_me:$LINENO: result: no" >&5
     2938echo "${ECHO_T}no" >&6; }
    30752939fi
    30762940
     
    30852949  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30862950set dummy $ac_prog; ac_word=$2
    3087 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3088 $as_echo_n "checking for $ac_word... " >&6; }
     2951{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2952echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30892953if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3090   $as_echo_n "(cached) " >&6
     2954  echo $ECHO_N "(cached) $ECHO_C" >&6
    30912955else
    30922956  if test -n "$ac_ct_CXX"; then
     
    31012965  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31022966    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3103     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2967    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    31042968    break 2
    31052969  fi
     
    31122976ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    31132977if test -n "$ac_ct_CXX"; then
    3114   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3115 $as_echo "$ac_ct_CXX" >&6; }
    3116 else
    3117   { $as_echo "$as_me:$LINENO: result: no" >&5
    3118 $as_echo "no" >&6; }
     2978  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     2979echo "${ECHO_T}$ac_ct_CXX" >&6; }
     2980else
     2981  { echo "$as_me:$LINENO: result: no" >&5
     2982echo "${ECHO_T}no" >&6; }
    31192983fi
    31202984
     
    31282992    case $cross_compiling:$ac_tool_warned in
    31292993yes:)
    3130 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3131 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2994{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2995whose name does not start with the host triplet.  If you think this
     2996configuration is useful to you, please write to autoconf@gnu.org." >&5
     2997echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2998whose name does not start with the host triplet.  If you think this
     2999configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    31323000ac_tool_warned=yes ;;
    31333001esac
     
    31393007fi
    31403008# Provide some information about the compiler.
    3141 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3142 set X $ac_compile
    3143 ac_compiler=$2
     3009echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3010ac_compiler=`set X $ac_compile; echo $2`
    31443011{ (ac_try="$ac_compiler --version >&5"
    31453012case "(($ac_try" in
     
    31473014  *) ac_try_echo=$ac_try;;
    31483015esac
    3149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3150 $as_echo "$ac_try_echo") >&5
     3016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31513017  (eval "$ac_compiler --version >&5") 2>&5
    31523018  ac_status=$?
    3153   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3019  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31543020  (exit $ac_status); }
    31553021{ (ac_try="$ac_compiler -v >&5"
     
    31583024  *) ac_try_echo=$ac_try;;
    31593025esac
    3160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3161 $as_echo "$ac_try_echo") >&5
     3026eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31623027  (eval "$ac_compiler -v >&5") 2>&5
    31633028  ac_status=$?
    3164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3029  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31653030  (exit $ac_status); }
    31663031{ (ac_try="$ac_compiler -V >&5"
     
    31693034  *) ac_try_echo=$ac_try;;
    31703035esac
    3171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3172 $as_echo "$ac_try_echo") >&5
     3036eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31733037  (eval "$ac_compiler -V >&5") 2>&5
    31743038  ac_status=$?
    3175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3039  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31763040  (exit $ac_status); }
    31773041
    3178 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3179 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     3042{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3043echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    31803044if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3181   $as_echo_n "(cached) " >&6
     3045  echo $ECHO_N "(cached) $ECHO_C" >&6
    31823046else
    31833047  cat >conftest.$ac_ext <<_ACEOF
     
    32053069  *) ac_try_echo=$ac_try;;
    32063070esac
    3207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3208 $as_echo "$ac_try_echo") >&5
     3071eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32093072  (eval "$ac_compile") 2>conftest.er1
    32103073  ac_status=$?
     
    32123075  rm -f conftest.er1
    32133076  cat conftest.err >&5
    3214   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3077  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32153078  (exit $ac_status); } && {
    32163079         test -z "$ac_cxx_werror_flag" ||
     
    32193082  ac_compiler_gnu=yes
    32203083else
    3221   $as_echo "$as_me: failed program was:" >&5
     3084  echo "$as_me: failed program was:" >&5
    32223085sed 's/^/| /' conftest.$ac_ext >&5
    32233086
     
    32293092
    32303093fi
    3231 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3232 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    3233 if test $ac_compiler_gnu = yes; then
    3234   GXX=yes
    3235 else
    3236   GXX=
    3237 fi
     3094{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3095echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     3096GXX=`test $ac_compiler_gnu = yes && echo yes`
    32383097ac_test_CXXFLAGS=${CXXFLAGS+set}
    32393098ac_save_CXXFLAGS=$CXXFLAGS
    3240 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3241 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     3099{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3100echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    32423101if test "${ac_cv_prog_cxx_g+set}" = set; then
    3243   $as_echo_n "(cached) " >&6
     3102  echo $ECHO_N "(cached) $ECHO_C" >&6
    32443103else
    32453104  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    32683127  *) ac_try_echo=$ac_try;;
    32693128esac
    3270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3271 $as_echo "$ac_try_echo") >&5
     3129eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32723130  (eval "$ac_compile") 2>conftest.er1
    32733131  ac_status=$?
     
    32753133  rm -f conftest.er1
    32763134  cat conftest.err >&5
    3277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3135  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32783136  (exit $ac_status); } && {
    32793137         test -z "$ac_cxx_werror_flag" ||
     
    32823140  ac_cv_prog_cxx_g=yes
    32833141else
    3284   $as_echo "$as_me: failed program was:" >&5
     3142  echo "$as_me: failed program was:" >&5
    32853143sed 's/^/| /' conftest.$ac_ext >&5
    32863144
     
    33073165  *) ac_try_echo=$ac_try;;
    33083166esac
    3309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3310 $as_echo "$ac_try_echo") >&5
     3167eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33113168  (eval "$ac_compile") 2>conftest.er1
    33123169  ac_status=$?
     
    33143171  rm -f conftest.er1
    33153172  cat conftest.err >&5
    3316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3173  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33173174  (exit $ac_status); } && {
    33183175         test -z "$ac_cxx_werror_flag" ||
     
    33213178  :
    33223179else
    3323   $as_echo "$as_me: failed program was:" >&5
     3180  echo "$as_me: failed program was:" >&5
    33243181sed 's/^/| /' conftest.$ac_ext >&5
    33253182
     
    33473204  *) ac_try_echo=$ac_try;;
    33483205esac
    3349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3350 $as_echo "$ac_try_echo") >&5
     3206eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33513207  (eval "$ac_compile") 2>conftest.er1
    33523208  ac_status=$?
     
    33543210  rm -f conftest.er1
    33553211  cat conftest.err >&5
    3356   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3212  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33573213  (exit $ac_status); } && {
    33583214         test -z "$ac_cxx_werror_flag" ||
     
    33613217  ac_cv_prog_cxx_g=yes
    33623218else
    3363   $as_echo "$as_me: failed program was:" >&5
     3219  echo "$as_me: failed program was:" >&5
    33643220sed 's/^/| /' conftest.$ac_ext >&5
    33653221
     
    33763232   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    33773233fi
    3378 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    3379 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     3234{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3235echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    33803236if test "$ac_test_CXXFLAGS" = set; then
    33813237  CXXFLAGS=$ac_save_CXXFLAGS
     
    34133269# OS/2's system install, which has a completely different semantic
    34143270# ./install, which can be erroneously created by make from ./install.sh.
    3415 # Reject install programs that cannot install multiple files.
    3416 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3417 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     3271{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3272echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    34183273if test -z "$INSTALL"; then
    34193274if test "${ac_cv_path_install+set}" = set; then
    3420   $as_echo_n "(cached) " >&6
     3275  echo $ECHO_N "(cached) $ECHO_C" >&6
    34213276else
    34223277  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    34473302            :
    34483303          else
    3449             rm -rf conftest.one conftest.two conftest.dir
    3450             echo one > conftest.one
    3451             echo two > conftest.two
    3452             mkdir conftest.dir
    3453             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    3454               test -s conftest.one && test -s conftest.two &&
    3455               test -s conftest.dir/conftest.one &&
    3456               test -s conftest.dir/conftest.two
    3457             then
    3458               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3459               break 3
    3460             fi
     3304            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3305            break 3
    34613306          fi
    34623307        fi
     
    34653310    ;;
    34663311esac
    3467 
    34683312done
    34693313IFS=$as_save_IFS
    34703314
    3471 rm -rf conftest.one conftest.two conftest.dir
    34723315
    34733316fi
     
    34823325  fi
    34833326fi
    3484 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    3485 $as_echo "$INSTALL" >&6; }
     3327{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     3328echo "${ECHO_T}$INSTALL" >&6; }
    34863329
    34873330# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    34963339  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    34973340set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3499 $as_echo_n "checking for $ac_word... " >&6; }
     3341{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3342echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    35003343if test "${ac_cv_prog_RANLIB+set}" = set; then
    3501   $as_echo_n "(cached) " >&6
     3344  echo $ECHO_N "(cached) $ECHO_C" >&6
    35023345else
    35033346  if test -n "$RANLIB"; then
     
    35123355  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    35133356    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3514     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3357    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35153358    break 2
    35163359  fi
     
    35233366RANLIB=$ac_cv_prog_RANLIB
    35243367if test -n "$RANLIB"; then
    3525   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    3526 $as_echo "$RANLIB" >&6; }
    3527 else
    3528   { $as_echo "$as_me:$LINENO: result: no" >&5
    3529 $as_echo "no" >&6; }
     3368  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     3369echo "${ECHO_T}$RANLIB" >&6; }
     3370else
     3371  { echo "$as_me:$LINENO: result: no" >&5
     3372echo "${ECHO_T}no" >&6; }
    35303373fi
    35313374
     
    35363379  # Extract the first word of "ranlib", so it can be a program name with args.
    35373380set dummy ranlib; ac_word=$2
    3538 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3539 $as_echo_n "checking for $ac_word... " >&6; }
     3381{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3382echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    35403383if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3541   $as_echo_n "(cached) " >&6
     3384  echo $ECHO_N "(cached) $ECHO_C" >&6
    35423385else
    35433386  if test -n "$ac_ct_RANLIB"; then
     
    35523395  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    35533396    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3554     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3397    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35553398    break 2
    35563399  fi
     
    35633406ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    35643407if test -n "$ac_ct_RANLIB"; then
    3565   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3566 $as_echo "$ac_ct_RANLIB" >&6; }
    3567 else
    3568   { $as_echo "$as_me:$LINENO: result: no" >&5
    3569 $as_echo "no" >&6; }
     3408  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3409echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     3410else
     3411  { echo "$as_me:$LINENO: result: no" >&5
     3412echo "${ECHO_T}no" >&6; }
    35703413fi
    35713414
     
    35753418    case $cross_compiling:$ac_tool_warned in
    35763419yes:)
    3577 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3578 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3420{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3421whose name does not start with the host triplet.  If you think this
     3422configuration is useful to you, please write to autoconf@gnu.org." >&5
     3423echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3424whose name does not start with the host triplet.  If you think this
     3425configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    35793426ac_tool_warned=yes ;;
    35803427esac
     
    35853432fi
    35863433
    3587 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3588 $as_echo_n "checking whether ln -s works... " >&6; }
     3434{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3435echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
    35893436LN_S=$as_ln_s
    35903437if test "$LN_S" = "ln -s"; then
    3591   { $as_echo "$as_me:$LINENO: result: yes" >&5
    3592 $as_echo "yes" >&6; }
    3593 else
    3594   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3595 $as_echo "no, using $LN_S" >&6; }
    3596 fi
    3597 
    3598 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    3599 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     3438  { echo "$as_me:$LINENO: result: yes" >&5
     3439echo "${ECHO_T}yes" >&6; }
     3440else
     3441  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3442echo "${ECHO_T}no, using $LN_S" >&6; }
     3443fi
     3444
     3445{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     3446echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    36003447if test -z "$MKDIR_P"; then
    36013448  if test "${ac_cv_path_mkdir+set}" = set; then
    3602   $as_echo_n "(cached) " >&6
     3449  echo $ECHO_N "(cached) $ECHO_C" >&6
    36033450else
    36043451  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    36353482  fi
    36363483fi
    3637 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    3638 $as_echo "$MKDIR_P" >&6; }
     3484{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     3485echo "${ECHO_T}$MKDIR_P" >&6; }
    36393486
    36403487
     
    36483495    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    36493496set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3651 $as_echo_n "checking for $ac_word... " >&6; }
     3497{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3498echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    36523499if test "${ac_cv_prog_F77+set}" = set; then
    3653   $as_echo_n "(cached) " >&6
     3500  echo $ECHO_N "(cached) $ECHO_C" >&6
    36543501else
    36553502  if test -n "$F77"; then
     
    36643511  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36653512    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    3666     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3513    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36673514    break 2
    36683515  fi
     
    36753522F77=$ac_cv_prog_F77
    36763523if test -n "$F77"; then
    3677   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    3678 $as_echo "$F77" >&6; }
    3679 else
    3680   { $as_echo "$as_me:$LINENO: result: no" >&5
    3681 $as_echo "no" >&6; }
     3524  { echo "$as_me:$LINENO: result: $F77" >&5
     3525echo "${ECHO_T}$F77" >&6; }
     3526else
     3527  { echo "$as_me:$LINENO: result: no" >&5
     3528echo "${ECHO_T}no" >&6; }
    36823529fi
    36833530
     
    36923539  # Extract the first word of "$ac_prog", so it can be a program name with args.
    36933540set dummy $ac_prog; ac_word=$2
    3694 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3695 $as_echo_n "checking for $ac_word... " >&6; }
     3541{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3542echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    36963543if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    3697   $as_echo_n "(cached) " >&6
     3544  echo $ECHO_N "(cached) $ECHO_C" >&6
    36983545else
    36993546  if test -n "$ac_ct_F77"; then
     
    37083555  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37093556    ac_cv_prog_ac_ct_F77="$ac_prog"
    3710     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3557    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37113558    break 2
    37123559  fi
     
    37193566ac_ct_F77=$ac_cv_prog_ac_ct_F77
    37203567if test -n "$ac_ct_F77"; then
    3721   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    3722 $as_echo "$ac_ct_F77" >&6; }
    3723 else
    3724   { $as_echo "$as_me:$LINENO: result: no" >&5
    3725 $as_echo "no" >&6; }
     3568  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     3569echo "${ECHO_T}$ac_ct_F77" >&6; }
     3570else
     3571  { echo "$as_me:$LINENO: result: no" >&5
     3572echo "${ECHO_T}no" >&6; }
    37263573fi
    37273574
     
    37353582    case $cross_compiling:$ac_tool_warned in
    37363583yes:)
    3737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3584{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3585whose name does not start with the host triplet.  If you think this
     3586configuration is useful to you, please write to autoconf@gnu.org." >&5
     3587echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3588whose name does not start with the host triplet.  If you think this
     3589configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    37393590ac_tool_warned=yes ;;
    37403591esac
     
    37453596
    37463597# Provide some information about the compiler.
    3747 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    3748 set X $ac_compile
    3749 ac_compiler=$2
     3598echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     3599ac_compiler=`set X $ac_compile; echo $2`
    37503600{ (ac_try="$ac_compiler --version >&5"
    37513601case "(($ac_try" in
     
    37533603  *) ac_try_echo=$ac_try;;
    37543604esac
    3755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3756 $as_echo "$ac_try_echo") >&5
     3605eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37573606  (eval "$ac_compiler --version >&5") 2>&5
    37583607  ac_status=$?
    3759   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3608  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37603609  (exit $ac_status); }
    37613610{ (ac_try="$ac_compiler -v >&5"
     
    37643613  *) ac_try_echo=$ac_try;;
    37653614esac
    3766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3767 $as_echo "$ac_try_echo") >&5
     3615eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37683616  (eval "$ac_compiler -v >&5") 2>&5
    37693617  ac_status=$?
    3770   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3618  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37713619  (exit $ac_status); }
    37723620{ (ac_try="$ac_compiler -V >&5"
     
    37753623  *) ac_try_echo=$ac_try;;
    37763624esac
    3777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3778 $as_echo "$ac_try_echo") >&5
     3625eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37793626  (eval "$ac_compiler -V >&5") 2>&5
    37803627  ac_status=$?
    3781   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3628  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37823629  (exit $ac_status); }
    37833630rm -f a.out
     
    37873634ac_save_ext=$ac_ext
    37883635ac_ext=F
    3789 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    3790 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     3636{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     3637echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    37913638if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3792   $as_echo_n "(cached) " >&6
     3639  echo $ECHO_N "(cached) $ECHO_C" >&6
    37933640else
    37943641  cat >conftest.$ac_ext <<_ACEOF
     
    38063653  *) ac_try_echo=$ac_try;;
    38073654esac
    3808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3809 $as_echo "$ac_try_echo") >&5
     3655eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38103656  (eval "$ac_compile") 2>conftest.er1
    38113657  ac_status=$?
     
    38133659  rm -f conftest.er1
    38143660  cat conftest.err >&5
    3815   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3661  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38163662  (exit $ac_status); } && {
    38173663         test -z "$ac_f77_werror_flag" ||
     
    38203666  ac_compiler_gnu=yes
    38213667else
    3822   $as_echo "$as_me: failed program was:" >&5
     3668  echo "$as_me: failed program was:" >&5
    38233669sed 's/^/| /' conftest.$ac_ext >&5
    38243670
     
    38303676
    38313677fi
    3832 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3833 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     3678{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     3679echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    38343680ac_ext=$ac_save_ext
    38353681ac_test_FFLAGS=${FFLAGS+set}
    38363682ac_save_FFLAGS=$FFLAGS
    38373683FFLAGS=
    3838 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3839 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     3684{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     3685echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    38403686if test "${ac_cv_prog_f77_g+set}" = set; then
    3841   $as_echo_n "(cached) " >&6
     3687  echo $ECHO_N "(cached) $ECHO_C" >&6
    38423688else
    38433689  FFLAGS=-g
     
    38533699  *) ac_try_echo=$ac_try;;
    38543700esac
    3855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3856 $as_echo "$ac_try_echo") >&5
     3701eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38573702  (eval "$ac_compile") 2>conftest.er1
    38583703  ac_status=$?
     
    38603705  rm -f conftest.er1
    38613706  cat conftest.err >&5
    3862   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3707  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38633708  (exit $ac_status); } && {
    38643709         test -z "$ac_f77_werror_flag" ||
     
    38673712  ac_cv_prog_f77_g=yes
    38683713else
    3869   $as_echo "$as_me: failed program was:" >&5
     3714  echo "$as_me: failed program was:" >&5
    38703715sed 's/^/| /' conftest.$ac_ext >&5
    38713716
     
    38763721
    38773722fi
    3878 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3879 $as_echo "$ac_cv_prog_f77_g" >&6; }
     3723{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     3724echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    38803725if test "$ac_test_FFLAGS" = set; then
    38813726  FFLAGS=$ac_save_FFLAGS
     
    38943739fi
    38953740
    3896 if test $ac_compiler_gnu = yes; then
    3897   G77=yes
    3898 else
    3899   G77=
    3900 fi
     3741G77=`test $ac_compiler_gnu = yes && echo yes`
    39013742ac_ext=c
    39023743ac_cpp='$CPP $CPPFLAGS'
     
    39193760ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    39203761ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3921 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3922 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     3762{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3763echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    39233764# On Suns, sometimes $CPP names a directory.
    39243765if test -n "$CPP" && test -d "$CPP"; then
     
    39273768if test -z "$CPP"; then
    39283769  if test "${ac_cv_prog_CPP+set}" = set; then
    3929   $as_echo_n "(cached) " >&6
     3770  echo $ECHO_N "(cached) $ECHO_C" >&6
    39303771else
    39313772      # Double quotes because CPP needs to be expanded
     
    39593800  *) ac_try_echo=$ac_try;;
    39603801esac
    3961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3962 $as_echo "$ac_try_echo") >&5
     3802eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39633803  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    39643804  ac_status=$?
     
    39663806  rm -f conftest.er1
    39673807  cat conftest.err >&5
    3968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3808  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39693809  (exit $ac_status); } >/dev/null && {
    39703810         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    39733813  :
    39743814else
    3975   $as_echo "$as_me: failed program was:" >&5
     3815  echo "$as_me: failed program was:" >&5
    39763816sed 's/^/| /' conftest.$ac_ext >&5
    39773817
     
    39973837  *) ac_try_echo=$ac_try;;
    39983838esac
    3999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4000 $as_echo "$ac_try_echo") >&5
     3839eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40013840  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    40023841  ac_status=$?
     
    40043843  rm -f conftest.er1
    40053844  cat conftest.err >&5
    4006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3845  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40073846  (exit $ac_status); } >/dev/null && {
    40083847         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    40123851continue
    40133852else
    4014   $as_echo "$as_me: failed program was:" >&5
     3853  echo "$as_me: failed program was:" >&5
    40153854sed 's/^/| /' conftest.$ac_ext >&5
    40163855
     
    40373876  ac_cv_prog_CPP=$CPP
    40383877fi
    4039 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    4040 $as_echo "$CPP" >&6; }
     3878{ echo "$as_me:$LINENO: result: $CPP" >&5
     3879echo "${ECHO_T}$CPP" >&6; }
    40413880ac_preproc_ok=false
    40423881for ac_c_preproc_warn_flag in '' yes
     
    40663905  *) ac_try_echo=$ac_try;;
    40673906esac
    4068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4069 $as_echo "$ac_try_echo") >&5
     3907eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40703908  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    40713909  ac_status=$?
     
    40733911  rm -f conftest.er1
    40743912  cat conftest.err >&5
    4075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3913  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40763914  (exit $ac_status); } >/dev/null && {
    40773915         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    40803918  :
    40813919else
    4082   $as_echo "$as_me: failed program was:" >&5
     3920  echo "$as_me: failed program was:" >&5
    40833921sed 's/^/| /' conftest.$ac_ext >&5
    40843922
     
    41043942  *) ac_try_echo=$ac_try;;
    41053943esac
    4106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4107 $as_echo "$ac_try_echo") >&5
     3944eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    41083945  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    41093946  ac_status=$?
     
    41113948  rm -f conftest.er1
    41123949  cat conftest.err >&5
    4113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3950  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41143951  (exit $ac_status); } >/dev/null && {
    41153952         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    41193956continue
    41203957else
    4121   $as_echo "$as_me: failed program was:" >&5
     3958  echo "$as_me: failed program was:" >&5
    41223959sed 's/^/| /' conftest.$ac_ext >&5
    41233960
     
    41353972  :
    41363973else
    4137   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    4138 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    4139 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3974  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    41403975See \`config.log' for more details." >&5
    4141 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3976echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    41423977See \`config.log' for more details." >&2;}
    4143    { (exit 1); exit 1; }; }; }
     3978   { (exit 1); exit 1; }; }
    41443979fi
    41453980
     
    41513986
    41523987
    4153 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    4154 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     3988{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     3989echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
    41553990if test "${ac_cv_path_GREP+set}" = set; then
    4156   $as_echo_n "(cached) " >&6
    4157 else
    4158   if test -z "$GREP"; then
     3991  echo $ECHO_N "(cached) $ECHO_C" >&6
     3992else
     3993  # Extract the first word of "grep ggrep" to use in msg output
     3994if test -z "$GREP"; then
     3995set dummy grep ggrep; ac_prog_name=$2
     3996if test "${ac_cv_path_GREP+set}" = set; then
     3997  echo $ECHO_N "(cached) $ECHO_C" >&6
     3998else
    41593999  ac_path_GREP_found=false
    4160   # Loop through the user's path and test for each of PROGNAME-LIST
    4161   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4000# Loop through the user's path and test for each of PROGNAME-LIST
     4001as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    41624002for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    41634003do
     
    41654005  test -z "$as_dir" && as_dir=.
    41664006  for ac_prog in grep ggrep; do
    4167     for ac_exec_ext in '' $ac_executable_extensions; do
    4168       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    4169       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    4170 # Check for GNU ac_path_GREP and select it if it is found.
     4007  for ac_exec_ext in '' $ac_executable_extensions; do
     4008    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4009    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4010    # Check for GNU ac_path_GREP and select it if it is found.
    41714011  # Check for GNU $ac_path_GREP
    41724012case `"$ac_path_GREP" --version 2>&1` in
     
    41754015*)
    41764016  ac_count=0
    4177   $as_echo_n 0123456789 >"conftest.in"
     4017  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    41784018  while :
    41794019  do
     
    41814021    mv "conftest.tmp" "conftest.in"
    41824022    cp "conftest.in" "conftest.nl"
    4183     $as_echo 'GREP' >> "conftest.nl"
     4023    echo 'GREP' >> "conftest.nl"
    41844024    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    41854025    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    41964036esac
    41974037
    4198       $ac_path_GREP_found && break 3
    4199     done
     4038
     4039    $ac_path_GREP_found && break 3
    42004040  done
    42014041done
     4042
     4043done
    42024044IFS=$as_save_IFS
    4203   if test -z "$ac_cv_path_GREP"; then
    4204     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    4205 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4045
     4046
     4047fi
     4048
     4049GREP="$ac_cv_path_GREP"
     4050if test -z "$GREP"; then
     4051  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4052echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    42064053   { (exit 1); exit 1; }; }
    4207   fi
     4054fi
     4055
    42084056else
    42094057  ac_cv_path_GREP=$GREP
    42104058fi
    42114059
    4212 fi
    4213 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    4214 $as_echo "$ac_cv_path_GREP" >&6; }
     4060
     4061fi
     4062{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4063echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
    42154064 GREP="$ac_cv_path_GREP"
    42164065
    42174066
    4218 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
    4219 $as_echo_n "checking for egrep... " >&6; }
     4067{ echo "$as_me:$LINENO: checking for egrep" >&5
     4068echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
    42204069if test "${ac_cv_path_EGREP+set}" = set; then
    4221   $as_echo_n "(cached) " >&6
     4070  echo $ECHO_N "(cached) $ECHO_C" >&6
    42224071else
    42234072  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    42244073   then ac_cv_path_EGREP="$GREP -E"
    42254074   else
    4226      if test -z "$EGREP"; then
     4075     # Extract the first word of "egrep" to use in msg output
     4076if test -z "$EGREP"; then
     4077set dummy egrep; ac_prog_name=$2
     4078if test "${ac_cv_path_EGREP+set}" = set; then
     4079  echo $ECHO_N "(cached) $ECHO_C" >&6
     4080else
    42274081  ac_path_EGREP_found=false
    4228   # Loop through the user's path and test for each of PROGNAME-LIST
    4229   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4082# Loop through the user's path and test for each of PROGNAME-LIST
     4083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    42304084for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    42314085do
     
    42334087  test -z "$as_dir" && as_dir=.
    42344088  for ac_prog in egrep; do
    4235     for ac_exec_ext in '' $ac_executable_extensions; do
    4236       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    4237       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    4238 # Check for GNU ac_path_EGREP and select it if it is found.
     4089  for ac_exec_ext in '' $ac_executable_extensions; do
     4090    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4091    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4092    # Check for GNU ac_path_EGREP and select it if it is found.
    42394093  # Check for GNU $ac_path_EGREP
    42404094case `"$ac_path_EGREP" --version 2>&1` in
     
    42434097*)
    42444098  ac_count=0
    4245   $as_echo_n 0123456789 >"conftest.in"
     4099  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    42464100  while :
    42474101  do
     
    42494103    mv "conftest.tmp" "conftest.in"
    42504104    cp "conftest.in" "conftest.nl"
    4251     $as_echo 'EGREP' >> "conftest.nl"
     4105    echo 'EGREP' >> "conftest.nl"
    42524106    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    42534107    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    42644118esac
    42654119
    4266       $ac_path_EGREP_found && break 3
    4267     done
     4120
     4121    $ac_path_EGREP_found && break 3
    42684122  done
    42694123done
     4124
     4125done
    42704126IFS=$as_save_IFS
    4271   if test -z "$ac_cv_path_EGREP"; then
    4272     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    4273 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4127
     4128
     4129fi
     4130
     4131EGREP="$ac_cv_path_EGREP"
     4132if test -z "$EGREP"; then
     4133  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4134echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    42744135   { (exit 1); exit 1; }; }
    4275   fi
     4136fi
     4137
    42764138else
    42774139  ac_cv_path_EGREP=$EGREP
    42784140fi
    42794141
     4142
    42804143   fi
    42814144fi
    4282 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    4283 $as_echo "$ac_cv_path_EGREP" >&6; }
     4145{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4146echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
    42844147 EGREP="$ac_cv_path_EGREP"
    42854148
    42864149
    4287 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    4288 $as_echo_n "checking for ANSI C header files... " >&6; }
     4150{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4151echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
    42894152if test "${ac_cv_header_stdc+set}" = set; then
    4290   $as_echo_n "(cached) " >&6
     4153  echo $ECHO_N "(cached) $ECHO_C" >&6
    42914154else
    42924155  cat >conftest.$ac_ext <<_ACEOF
     
    43154178  *) ac_try_echo=$ac_try;;
    43164179esac
    4317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4318 $as_echo "$ac_try_echo") >&5
     4180eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43194181  (eval "$ac_compile") 2>conftest.er1
    43204182  ac_status=$?
     
    43224184  rm -f conftest.er1
    43234185  cat conftest.err >&5
    4324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4186  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43254187  (exit $ac_status); } && {
    43264188         test -z "$ac_c_werror_flag" ||
     
    43294191  ac_cv_header_stdc=yes
    43304192else
    4331   $as_echo "$as_me: failed program was:" >&5
     4193  echo "$as_me: failed program was:" >&5
    43324194sed 's/^/| /' conftest.$ac_ext >&5
    43334195
     
    44214283  *) ac_try_echo=$ac_try;;
    44224284esac
    4423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4424 $as_echo "$ac_try_echo") >&5
     4285eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44254286  (eval "$ac_link") 2>&5
    44264287  ac_status=$?
    4427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4288  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44284289  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    44294290  { (case "(($ac_try" in
     
    44314292  *) ac_try_echo=$ac_try;;
    44324293esac
    4433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4434 $as_echo "$ac_try_echo") >&5
     4294eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44354295  (eval "$ac_try") 2>&5
    44364296  ac_status=$?
    4437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4297  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44384298  (exit $ac_status); }; }; then
    44394299  :
    44404300else
    4441   $as_echo "$as_me: program exited with status $ac_status" >&5
    4442 $as_echo "$as_me: failed program was:" >&5
     4301  echo "$as_me: program exited with status $ac_status" >&5
     4302echo "$as_me: failed program was:" >&5
    44434303sed 's/^/| /' conftest.$ac_ext >&5
    44444304
     
    44464306ac_cv_header_stdc=no
    44474307fi
    4448 rm -rf conftest.dSYM
    44494308rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    44504309fi
     
    44534312fi
    44544313fi
    4455 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4456 $as_echo "$ac_cv_header_stdc" >&6; }
     4314{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4315echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
    44574316if test $ac_cv_header_stdc = yes; then
    44584317
     
    44634322fi
    44644323
    4465 { $as_echo "$as_me:$LINENO: checking for atol" >&5
    4466 $as_echo_n "checking for atol... " >&6; }
     4324{ echo "$as_me:$LINENO: checking for atol" >&5
     4325echo $ECHO_N "checking for atol... $ECHO_C" >&6; }
    44674326if test "${ac_cv_func_atol+set}" = set; then
    4468   $as_echo_n "(cached) " >&6
     4327  echo $ECHO_N "(cached) $ECHO_C" >&6
    44694328else
    44704329  cat >conftest.$ac_ext <<_ACEOF
     
    45194378  *) ac_try_echo=$ac_try;;
    45204379esac
    4521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4522 $as_echo "$ac_try_echo") >&5
     4380eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    45234381  (eval "$ac_link") 2>conftest.er1
    45244382  ac_status=$?
     
    45264384  rm -f conftest.er1
    45274385  cat conftest.err >&5
    4528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4386  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45294387  (exit $ac_status); } && {
    45304388         test -z "$ac_c_werror_flag" ||
    45314389         test ! -s conftest.err
    4532        } && test -s conftest$ac_exeext && {
    4533          test "$cross_compiling" = yes ||
    4534          $as_test_x conftest$ac_exeext
    4535        }; then
     4390       } && test -s conftest$ac_exeext &&
     4391       $as_test_x conftest$ac_exeext; then
    45364392  ac_cv_func_atol=yes
    45374393else
    4538   $as_echo "$as_me: failed program was:" >&5
     4394  echo "$as_me: failed program was:" >&5
    45394395sed 's/^/| /' conftest.$ac_ext >&5
    45404396
     
    45424398fi
    45434399
    4544 rm -rf conftest.dSYM
    45454400rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    45464401      conftest$ac_exeext conftest.$ac_ext
    45474402fi
    4548 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
    4549 $as_echo "$ac_cv_func_atol" >&6; }
    4550 if test "x$ac_cv_func_atol" = x""yes; then
     4403{ echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
     4404echo "${ECHO_T}$ac_cv_func_atol" >&6; }
     4405if test $ac_cv_func_atol = yes; then
    45514406  :
    45524407else
    4553   { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
    4554 $as_echo "$as_me: error: oops! no atol ?!?" >&2;}
     4408  { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
     4409echo "$as_me: error: oops! no atol ?!?" >&2;}
    45554410   { (exit 1); exit 1; }; }
    45564411fi
     
    45684423for ac_func in sysinfo
    45694424do
    4570 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    4571 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
    4572 $as_echo_n "checking for $ac_func... " >&6; }
     4425as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     4426{ echo "$as_me:$LINENO: checking for $ac_func" >&5
     4427echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    45734428if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    4574   $as_echo_n "(cached) " >&6
     4429  echo $ECHO_N "(cached) $ECHO_C" >&6
    45754430else
    45764431  cat >conftest.$ac_ext <<_ACEOF
     
    46254480  *) ac_try_echo=$ac_try;;
    46264481esac
    4627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4628 $as_echo "$ac_try_echo") >&5
     4482eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    46294483  (eval "$ac_link") 2>conftest.er1
    46304484  ac_status=$?
     
    46324486  rm -f conftest.er1
    46334487  cat conftest.err >&5
    4634   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4488  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46354489  (exit $ac_status); } && {
    46364490         test -z "$ac_cxx_werror_flag" ||
    46374491         test ! -s conftest.err
    4638        } && test -s conftest$ac_exeext && {
    4639          test "$cross_compiling" = yes ||
    4640          $as_test_x conftest$ac_exeext
    4641        }; then
     4492       } && test -s conftest$ac_exeext &&
     4493       $as_test_x conftest$ac_exeext; then
    46424494  eval "$as_ac_var=yes"
    46434495else
    4644   $as_echo "$as_me: failed program was:" >&5
     4496  echo "$as_me: failed program was:" >&5
    46454497sed 's/^/| /' conftest.$ac_ext >&5
    46464498
     
    46484500fi
    46494501
    4650 rm -rf conftest.dSYM
    46514502rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    46524503      conftest$ac_exeext conftest.$ac_ext
    46534504fi
    4654 ac_res=`eval 'as_val=${'$as_ac_var'}
    4655                  $as_echo "$as_val"'`
    4656                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    4657 $as_echo "$ac_res" >&6; }
    4658 as_val=`eval 'as_val=${'$as_ac_var'}
    4659                  $as_echo "$as_val"'`
    4660    if test "x$as_val" = x""yes; then
     4505ac_res=`eval echo '${'$as_ac_var'}'`
     4506               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4507echo "${ECHO_T}$ac_res" >&6; }
     4508if test `eval echo '${'$as_ac_var'}'` = yes; then
    46614509  cat >>confdefs.h <<_ACEOF
    4662 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     4510#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    46634511_ACEOF
    46644512
     
    46794527                  inttypes.h stdint.h unistd.h
    46804528do
    4681 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4682 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    4683 $as_echo_n "checking for $ac_header... " >&6; }
     4529as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4530{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4531echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    46844532if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4685   $as_echo_n "(cached) " >&6
     4533  echo $ECHO_N "(cached) $ECHO_C" >&6
    46864534else
    46874535  cat >conftest.$ac_ext <<_ACEOF
     
    47014549  *) ac_try_echo=$ac_try;;
    47024550esac
    4703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4704 $as_echo "$ac_try_echo") >&5
     4551eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47054552  (eval "$ac_compile") 2>conftest.er1
    47064553  ac_status=$?
     
    47084555  rm -f conftest.er1
    47094556  cat conftest.err >&5
    4710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4557  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47114558  (exit $ac_status); } && {
    47124559         test -z "$ac_cxx_werror_flag" ||
     
    47154562  eval "$as_ac_Header=yes"
    47164563else
    4717   $as_echo "$as_me: failed program was:" >&5
     4564  echo "$as_me: failed program was:" >&5
    47184565sed 's/^/| /' conftest.$ac_ext >&5
    47194566
     
    47234570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    47244571fi
    4725 ac_res=`eval 'as_val=${'$as_ac_Header'}
    4726                  $as_echo "$as_val"'`
    4727                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    4728 $as_echo "$ac_res" >&6; }
    4729 as_val=`eval 'as_val=${'$as_ac_Header'}
    4730                  $as_echo "$as_val"'`
    4731    if test "x$as_val" = x""yes; then
     4572ac_res=`eval echo '${'$as_ac_Header'}'`
     4573               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4574echo "${ECHO_T}$ac_res" >&6; }
     4575if test `eval echo '${'$as_ac_Header'}'` = yes; then
    47324576  cat >>confdefs.h <<_ACEOF
    4733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4577#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    47344578_ACEOF
    47354579
     
    47444588ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    47454589ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    4746 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
    4747 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
     4590{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
     4591echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
    47484592if test -z "$CXXCPP"; then
    47494593  if test "${ac_cv_prog_CXXCPP+set}" = set; then
    4750   $as_echo_n "(cached) " >&6
     4594  echo $ECHO_N "(cached) $ECHO_C" >&6
    47514595else
    47524596      # Double quotes because CXXCPP needs to be expanded
     
    47804624  *) ac_try_echo=$ac_try;;
    47814625esac
    4782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4783 $as_echo "$ac_try_echo") >&5
     4626eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47844627  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47854628  ac_status=$?
     
    47874630  rm -f conftest.er1
    47884631  cat conftest.err >&5
    4789   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4632  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47904633  (exit $ac_status); } >/dev/null && {
    47914634         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47944637  :
    47954638else
    4796   $as_echo "$as_me: failed program was:" >&5
     4639  echo "$as_me: failed program was:" >&5
    47974640sed 's/^/| /' conftest.$ac_ext >&5
    47984641
     
    48184661  *) ac_try_echo=$ac_try;;
    48194662esac
    4820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4821 $as_echo "$ac_try_echo") >&5
     4663eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48224664  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48234665  ac_status=$?
     
    48254667  rm -f conftest.er1
    48264668  cat conftest.err >&5
    4827   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4669  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48284670  (exit $ac_status); } >/dev/null && {
    48294671         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48334675continue
    48344676else
    4835   $as_echo "$as_me: failed program was:" >&5
     4677  echo "$as_me: failed program was:" >&5
    48364678sed 's/^/| /' conftest.$ac_ext >&5
    48374679
     
    48584700  ac_cv_prog_CXXCPP=$CXXCPP
    48594701fi
    4860 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
    4861 $as_echo "$CXXCPP" >&6; }
     4702{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
     4703echo "${ECHO_T}$CXXCPP" >&6; }
    48624704ac_preproc_ok=false
    48634705for ac_cxx_preproc_warn_flag in '' yes
     
    48874729  *) ac_try_echo=$ac_try;;
    48884730esac
    4889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4890 $as_echo "$ac_try_echo") >&5
     4731eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48914732  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48924733  ac_status=$?
     
    48944735  rm -f conftest.er1
    48954736  cat conftest.err >&5
    4896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4737  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48974738  (exit $ac_status); } >/dev/null && {
    48984739         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    49014742  :
    49024743else
    4903   $as_echo "$as_me: failed program was:" >&5
     4744  echo "$as_me: failed program was:" >&5
    49044745sed 's/^/| /' conftest.$ac_ext >&5
    49054746
     
    49254766  *) ac_try_echo=$ac_try;;
    49264767esac
    4927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4928 $as_echo "$ac_try_echo") >&5
     4768eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49294769  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    49304770  ac_status=$?
     
    49324772  rm -f conftest.er1
    49334773  cat conftest.err >&5
    4934   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4774  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49354775  (exit $ac_status); } >/dev/null && {
    49364776         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    49404780continue
    49414781else
    4942   $as_echo "$as_me: failed program was:" >&5
     4782  echo "$as_me: failed program was:" >&5
    49434783sed 's/^/| /' conftest.$ac_ext >&5
    49444784
     
    49564796  :
    49574797else
    4958   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    4959 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    4960 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4798  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49614799See \`config.log' for more details." >&5
    4962 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4800echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49634801See \`config.log' for more details." >&2;}
    4964    { (exit 1); exit 1; }; }; }
     4802   { (exit 1); exit 1; }; }
    49654803fi
    49664804
     
    49754813for ac_header in sys/sysinfo.h
    49764814do
    4977 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4815as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    49784816if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4979   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    4980 $as_echo_n "checking for $ac_header... " >&6; }
     4817  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     4818echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    49814819if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4982   $as_echo_n "(cached) " >&6
    4983 fi
    4984 ac_res=`eval 'as_val=${'$as_ac_Header'}
    4985                  $as_echo "$as_val"'`
    4986                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    4987 $as_echo "$ac_res" >&6; }
     4820  echo $ECHO_N "(cached) $ECHO_C" >&6
     4821fi
     4822ac_res=`eval echo '${'$as_ac_Header'}'`
     4823               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4824echo "${ECHO_T}$ac_res" >&6; }
    49884825else
    49894826  # Is the header compilable?
    4990 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4991 $as_echo_n "checking $ac_header usability... " >&6; }
     4827{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4828echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    49924829cat >conftest.$ac_ext <<_ACEOF
    49934830/* confdefs.h.  */
     
    50054842  *) ac_try_echo=$ac_try;;
    50064843esac
    5007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5008 $as_echo "$ac_try_echo") >&5
     4844eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50094845  (eval "$ac_compile") 2>conftest.er1
    50104846  ac_status=$?
     
    50124848  rm -f conftest.er1
    50134849  cat conftest.err >&5
    5014   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4850  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50154851  (exit $ac_status); } && {
    50164852         test -z "$ac_cxx_werror_flag" ||
     
    50194855  ac_header_compiler=yes
    50204856else
    5021   $as_echo "$as_me: failed program was:" >&5
     4857  echo "$as_me: failed program was:" >&5
    50224858sed 's/^/| /' conftest.$ac_ext >&5
    50234859
     
    50264862
    50274863rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5028 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5029 $as_echo "$ac_header_compiler" >&6; }
     4864{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4865echo "${ECHO_T}$ac_header_compiler" >&6; }
    50304866
    50314867# Is the header present?
    5032 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5033 $as_echo_n "checking $ac_header presence... " >&6; }
     4868{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4869echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    50344870cat >conftest.$ac_ext <<_ACEOF
    50354871/* confdefs.h.  */
     
    50454881  *) ac_try_echo=$ac_try;;
    50464882esac
    5047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5048 $as_echo "$ac_try_echo") >&5
     4883eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50494884  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50504885  ac_status=$?
     
    50524887  rm -f conftest.er1
    50534888  cat conftest.err >&5
    5054   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4889  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50554890  (exit $ac_status); } >/dev/null && {
    50564891         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    50594894  ac_header_preproc=yes
    50604895else
    5061   $as_echo "$as_me: failed program was:" >&5
     4896  echo "$as_me: failed program was:" >&5
    50624897sed 's/^/| /' conftest.$ac_ext >&5
    50634898
     
    50664901
    50674902rm -f conftest.err conftest.$ac_ext
    5068 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5069 $as_echo "$ac_header_preproc" >&6; }
     4903{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4904echo "${ECHO_T}$ac_header_preproc" >&6; }
    50704905
    50714906# So?  What about this header?
    50724907case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    50734908  yes:no: )
    5074     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5075 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5076     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5077 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     4909    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     4910echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4911    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     4912echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    50784913    ac_header_preproc=yes
    50794914    ;;
    50804915  no:yes:* )
    5081     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5082 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5083     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5084 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5085     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5086 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5087     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5088 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5089     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5090 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5091     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5092 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     4916    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     4917echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     4918    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     4919echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     4920    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     4921echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     4922    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     4923echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4924    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4925echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4926    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     4927echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    50934928    ( cat <<\_ASBOX
    50944929## ----------------------------------- ##
     
    50994934    ;;
    51004935esac
    5101 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5102 $as_echo_n "checking for $ac_header... " >&6; }
     4936{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4937echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    51034938if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5104   $as_echo_n "(cached) " >&6
     4939  echo $ECHO_N "(cached) $ECHO_C" >&6
    51054940else
    51064941  eval "$as_ac_Header=\$ac_header_preproc"
    51074942fi
    5108 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5109                  $as_echo "$as_val"'`
    5110                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5111 $as_echo "$ac_res" >&6; }
    5112 
    5113 fi
    5114 as_val=`eval 'as_val=${'$as_ac_Header'}
    5115                  $as_echo "$as_val"'`
    5116    if test "x$as_val" = x""yes; then
     4943ac_res=`eval echo '${'$as_ac_Header'}'`
     4944               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4945echo "${ECHO_T}$ac_res" >&6; }
     4946
     4947fi
     4948if test `eval echo '${'$as_ac_Header'}'` = yes; then
    51174949  cat >>confdefs.h <<_ACEOF
    5118 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4950#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    51194951_ACEOF
    51204952
     
    51254957
    51264958
    5127 { $as_echo "$as_me:$LINENO: checking for main in -lm" >&5
    5128 $as_echo_n "checking for main in -lm... " >&6; }
     4959{ echo "$as_me:$LINENO: checking for main in -lm" >&5
     4960echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; }
    51294961if test "${ac_cv_lib_m_main+set}" = set; then
    5130   $as_echo_n "(cached) " >&6
     4962  echo $ECHO_N "(cached) $ECHO_C" >&6
    51314963else
    51324964  ac_check_lib_save_LIBS=$LIBS
     
    51544986  *) ac_try_echo=$ac_try;;
    51554987esac
    5156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5157 $as_echo "$ac_try_echo") >&5
     4988eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51584989  (eval "$ac_link") 2>conftest.er1
    51594990  ac_status=$?
     
    51614992  rm -f conftest.er1
    51624993  cat conftest.err >&5
    5163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4994  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51644995  (exit $ac_status); } && {
    51654996         test -z "$ac_cxx_werror_flag" ||
    51664997         test ! -s conftest.err
    5167        } && test -s conftest$ac_exeext && {
    5168          test "$cross_compiling" = yes ||
    5169          $as_test_x conftest$ac_exeext
    5170        }; then
     4998       } && test -s conftest$ac_exeext &&
     4999       $as_test_x conftest$ac_exeext; then
    51715000  ac_cv_lib_m_main=yes
    51725001else
    5173   $as_echo "$as_me: failed program was:" >&5
     5002  echo "$as_me: failed program was:" >&5
    51745003sed 's/^/| /' conftest.$ac_ext >&5
    51755004
     
    51775006fi
    51785007
    5179 rm -rf conftest.dSYM
    51805008rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    51815009      conftest$ac_exeext conftest.$ac_ext
    51825010LIBS=$ac_check_lib_save_LIBS
    51835011fi
    5184 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
    5185 $as_echo "$ac_cv_lib_m_main" >&6; }
    5186 if test "x$ac_cv_lib_m_main" = x""yes; then
     5012{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
     5013echo "${ECHO_T}$ac_cv_lib_m_main" >&6; }
     5014if test $ac_cv_lib_m_main = yes; then
    51875015  cat >>confdefs.h <<_ACEOF
    51885016#define HAVE_LIBM 1
     
    51925020
    51935021else
    5194   { { $as_echo "$as_me:$LINENO: error: librappture requires libm" >&5
    5195 $as_echo "$as_me: error: librappture requires libm" >&2;}
     5022  { { echo "$as_me:$LINENO: error: librappture requires libm" >&5
     5023echo "$as_me: error: librappture requires libm" >&2;}
    51965024   { (exit 1); exit 1; }; }
    51975025fi
    51985026
    51995027
    5200 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
    5201 $as_echo_n "checking for main in -lstdc++... " >&6; }
     5028{ echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
     5029echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
    52025030if test "${ac_cv_lib_stdcpp_main+set}" = set; then
    5203   $as_echo_n "(cached) " >&6
     5031  echo $ECHO_N "(cached) $ECHO_C" >&6
    52045032else
    52055033  ac_check_lib_save_LIBS=$LIBS
     
    52275055  *) ac_try_echo=$ac_try;;
    52285056esac
    5229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5230 $as_echo "$ac_try_echo") >&5
     5057eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52315058  (eval "$ac_link") 2>conftest.er1
    52325059  ac_status=$?
     
    52345061  rm -f conftest.er1
    52355062  cat conftest.err >&5
    5236   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5063  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52375064  (exit $ac_status); } && {
    52385065         test -z "$ac_cxx_werror_flag" ||
    52395066         test ! -s conftest.err
    5240        } && test -s conftest$ac_exeext && {
    5241          test "$cross_compiling" = yes ||
    5242          $as_test_x conftest$ac_exeext
    5243        }; then
     5067       } && test -s conftest$ac_exeext &&
     5068       $as_test_x conftest$ac_exeext; then
    52445069  ac_cv_lib_stdcpp_main=yes
    52455070else
    5246   $as_echo "$as_me: failed program was:" >&5
     5071  echo "$as_me: failed program was:" >&5
    52475072sed 's/^/| /' conftest.$ac_ext >&5
    52485073
     
    52505075fi
    52515076
    5252 rm -rf conftest.dSYM
    52535077rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52545078      conftest$ac_exeext conftest.$ac_ext
    52555079LIBS=$ac_check_lib_save_LIBS
    52565080fi
    5257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
    5258 $as_echo "$ac_cv_lib_stdcpp_main" >&6; }
    5259 if test "x$ac_cv_lib_stdcpp_main" = x""yes; then
     5081{ echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
     5082echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
     5083if test $ac_cv_lib_stdcpp_main = yes; then
    52605084  cat >>confdefs.h <<_ACEOF
    52615085#define HAVE_LIBSTDC__ 1
     
    52655089
    52665090else
    5267   { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
    5268 $as_echo "$as_me: error: librappture requires libstdc++" >&2;}
     5091  { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
     5092echo "$as_me: error: librappture requires libstdc++" >&2;}
    52695093   { (exit 1); exit 1; }; }
    52705094fi
     
    52735097for ac_header in algorithm
    52745098do
    5275 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5099as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    52765100if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5277   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5278 $as_echo_n "checking for $ac_header... " >&6; }
     5101  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5102echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    52795103if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5280   $as_echo_n "(cached) " >&6
    5281 fi
    5282 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5283                  $as_echo "$as_val"'`
    5284                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5285 $as_echo "$ac_res" >&6; }
     5104  echo $ECHO_N "(cached) $ECHO_C" >&6
     5105fi
     5106ac_res=`eval echo '${'$as_ac_Header'}'`
     5107               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5108echo "${ECHO_T}$ac_res" >&6; }
    52865109else
    52875110  # Is the header compilable?
    5288 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5289 $as_echo_n "checking $ac_header usability... " >&6; }
     5111{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5112echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    52905113cat >conftest.$ac_ext <<_ACEOF
    52915114/* confdefs.h.  */
     
    53035126  *) ac_try_echo=$ac_try;;
    53045127esac
    5305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5306 $as_echo "$ac_try_echo") >&5
     5128eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53075129  (eval "$ac_compile") 2>conftest.er1
    53085130  ac_status=$?
     
    53105132  rm -f conftest.er1
    53115133  cat conftest.err >&5
    5312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5134  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53135135  (exit $ac_status); } && {
    53145136         test -z "$ac_cxx_werror_flag" ||
     
    53175139  ac_header_compiler=yes
    53185140else
    5319   $as_echo "$as_me: failed program was:" >&5
     5141  echo "$as_me: failed program was:" >&5
    53205142sed 's/^/| /' conftest.$ac_ext >&5
    53215143
     
    53245146
    53255147rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5326 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5327 $as_echo "$ac_header_compiler" >&6; }
     5148{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5149echo "${ECHO_T}$ac_header_compiler" >&6; }
    53285150
    53295151# Is the header present?
    5330 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5331 $as_echo_n "checking $ac_header presence... " >&6; }
     5152{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5153echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    53325154cat >conftest.$ac_ext <<_ACEOF
    53335155/* confdefs.h.  */
     
    53435165  *) ac_try_echo=$ac_try;;
    53445166esac
    5345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5346 $as_echo "$ac_try_echo") >&5
     5167eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53475168  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    53485169  ac_status=$?
     
    53505171  rm -f conftest.er1
    53515172  cat conftest.err >&5
    5352   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5173  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53535174  (exit $ac_status); } >/dev/null && {
    53545175         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    53575178  ac_header_preproc=yes
    53585179else
    5359   $as_echo "$as_me: failed program was:" >&5
     5180  echo "$as_me: failed program was:" >&5
    53605181sed 's/^/| /' conftest.$ac_ext >&5
    53615182
     
    53645185
    53655186rm -f conftest.err conftest.$ac_ext
    5366 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5367 $as_echo "$ac_header_preproc" >&6; }
     5187{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5188echo "${ECHO_T}$ac_header_preproc" >&6; }
    53685189
    53695190# So?  What about this header?
    53705191case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    53715192  yes:no: )
    5372     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5373 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5374     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5375 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5193    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5194echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5195    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5196echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    53765197    ac_header_preproc=yes
    53775198    ;;
    53785199  no:yes:* )
    5379     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5380 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5381     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5382 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5383     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5384 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5385     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5386 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5387     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5388 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5389     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5390 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5200    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5201echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5202    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5203echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5204    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5205echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5206    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5207echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5208    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5209echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5210    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5211echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    53915212    ( cat <<\_ASBOX
    53925213## ----------------------------------- ##
     
    53975218    ;;
    53985219esac
    5399 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5400 $as_echo_n "checking for $ac_header... " >&6; }
     5220{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5221echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    54015222if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5402   $as_echo_n "(cached) " >&6
     5223  echo $ECHO_N "(cached) $ECHO_C" >&6
    54035224else
    54045225  eval "$as_ac_Header=\$ac_header_preproc"
    54055226fi
    5406 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5407                  $as_echo "$as_val"'`
    5408                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5409 $as_echo "$ac_res" >&6; }
    5410 
    5411 fi
    5412 as_val=`eval 'as_val=${'$as_ac_Header'}
    5413                  $as_echo "$as_val"'`
    5414    if test "x$as_val" = x""yes; then
     5227ac_res=`eval echo '${'$as_ac_Header'}'`
     5228               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5229echo "${ECHO_T}$ac_res" >&6; }
     5230
     5231fi
     5232if test `eval echo '${'$as_ac_Header'}'` = yes; then
    54155233  cat >>confdefs.h <<_ACEOF
    5416 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5417 _ACEOF
    5418 
    5419 else
    5420   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5421 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5234#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5235_ACEOF
     5236
     5237else
     5238  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5239echo "$as_me: WARNING: STL classes missing ?" >&2;}
    54225240fi
    54235241
     
    54275245for ac_header in cctype
    54285246do
    5429 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5247as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    54305248if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5431   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5432 $as_echo_n "checking for $ac_header... " >&6; }
     5249  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5250echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    54335251if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5434   $as_echo_n "(cached) " >&6
    5435 fi
    5436 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5437                  $as_echo "$as_val"'`
    5438                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5439 $as_echo "$ac_res" >&6; }
     5252  echo $ECHO_N "(cached) $ECHO_C" >&6
     5253fi
     5254ac_res=`eval echo '${'$as_ac_Header'}'`
     5255               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5256echo "${ECHO_T}$ac_res" >&6; }
    54405257else
    54415258  # Is the header compilable?
    5442 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5443 $as_echo_n "checking $ac_header usability... " >&6; }
     5259{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5260echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    54445261cat >conftest.$ac_ext <<_ACEOF
    54455262/* confdefs.h.  */
     
    54575274  *) ac_try_echo=$ac_try;;
    54585275esac
    5459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5460 $as_echo "$ac_try_echo") >&5
     5276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54615277  (eval "$ac_compile") 2>conftest.er1
    54625278  ac_status=$?
     
    54645280  rm -f conftest.er1
    54655281  cat conftest.err >&5
    5466   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5282  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54675283  (exit $ac_status); } && {
    54685284         test -z "$ac_cxx_werror_flag" ||
     
    54715287  ac_header_compiler=yes
    54725288else
    5473   $as_echo "$as_me: failed program was:" >&5
     5289  echo "$as_me: failed program was:" >&5
    54745290sed 's/^/| /' conftest.$ac_ext >&5
    54755291
     
    54785294
    54795295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5480 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5481 $as_echo "$ac_header_compiler" >&6; }
     5296{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5297echo "${ECHO_T}$ac_header_compiler" >&6; }
    54825298
    54835299# Is the header present?
    5484 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5485 $as_echo_n "checking $ac_header presence... " >&6; }
     5300{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5301echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    54865302cat >conftest.$ac_ext <<_ACEOF
    54875303/* confdefs.h.  */
     
    54975313  *) ac_try_echo=$ac_try;;
    54985314esac
    5499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5500 $as_echo "$ac_try_echo") >&5
     5315eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55015316  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    55025317  ac_status=$?
     
    55045319  rm -f conftest.er1
    55055320  cat conftest.err >&5
    5506   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5321  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55075322  (exit $ac_status); } >/dev/null && {
    55085323         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    55115326  ac_header_preproc=yes
    55125327else
    5513   $as_echo "$as_me: failed program was:" >&5
     5328  echo "$as_me: failed program was:" >&5
    55145329sed 's/^/| /' conftest.$ac_ext >&5
    55155330
     
    55185333
    55195334rm -f conftest.err conftest.$ac_ext
    5520 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5521 $as_echo "$ac_header_preproc" >&6; }
     5335{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5336echo "${ECHO_T}$ac_header_preproc" >&6; }
    55225337
    55235338# So?  What about this header?
    55245339case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    55255340  yes:no: )
    5526     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5527 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5528     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5529 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5341    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5342echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5343    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5344echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    55305345    ac_header_preproc=yes
    55315346    ;;
    55325347  no:yes:* )
    5533     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5534 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5535     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5536 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5537     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5538 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5539     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5540 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5541     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5542 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5543     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5544 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5348    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5349echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5350    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5351echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5352    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5353echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5354    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5355echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5356    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5357echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5358    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5359echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    55455360    ( cat <<\_ASBOX
    55465361## ----------------------------------- ##
     
    55515366    ;;
    55525367esac
    5553 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5554 $as_echo_n "checking for $ac_header... " >&6; }
     5368{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5369echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    55555370if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5556   $as_echo_n "(cached) " >&6
     5371  echo $ECHO_N "(cached) $ECHO_C" >&6
    55575372else
    55585373  eval "$as_ac_Header=\$ac_header_preproc"
    55595374fi
    5560 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5561                  $as_echo "$as_val"'`
    5562                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5563 $as_echo "$ac_res" >&6; }
    5564 
    5565 fi
    5566 as_val=`eval 'as_val=${'$as_ac_Header'}
    5567                  $as_echo "$as_val"'`
    5568    if test "x$as_val" = x""yes; then
     5375ac_res=`eval echo '${'$as_ac_Header'}'`
     5376               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5377echo "${ECHO_T}$ac_res" >&6; }
     5378
     5379fi
     5380if test `eval echo '${'$as_ac_Header'}'` = yes; then
    55695381  cat >>confdefs.h <<_ACEOF
    5570 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5571 _ACEOF
    5572 
    5573 else
    5574   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5575 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5382#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5383_ACEOF
     5384
     5385else
     5386  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5387echo "$as_me: WARNING: STL classes missing ?" >&2;}
    55765388fi
    55775389
     
    55815393for ac_header in cfloat
    55825394do
    5583 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5395as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    55845396if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5585   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5586 $as_echo_n "checking for $ac_header... " >&6; }
     5397  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5398echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    55875399if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5588   $as_echo_n "(cached) " >&6
    5589 fi
    5590 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5591                  $as_echo "$as_val"'`
    5592                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5593 $as_echo "$ac_res" >&6; }
     5400  echo $ECHO_N "(cached) $ECHO_C" >&6
     5401fi
     5402ac_res=`eval echo '${'$as_ac_Header'}'`
     5403               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5404echo "${ECHO_T}$ac_res" >&6; }
    55945405else
    55955406  # Is the header compilable?
    5596 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5597 $as_echo_n "checking $ac_header usability... " >&6; }
     5407{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5408echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    55985409cat >conftest.$ac_ext <<_ACEOF
    55995410/* confdefs.h.  */
     
    56115422  *) ac_try_echo=$ac_try;;
    56125423esac
    5613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5614 $as_echo "$ac_try_echo") >&5
     5424eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56155425  (eval "$ac_compile") 2>conftest.er1
    56165426  ac_status=$?
     
    56185428  rm -f conftest.er1
    56195429  cat conftest.err >&5
    5620   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5430  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56215431  (exit $ac_status); } && {
    56225432         test -z "$ac_cxx_werror_flag" ||
     
    56255435  ac_header_compiler=yes
    56265436else
    5627   $as_echo "$as_me: failed program was:" >&5
     5437  echo "$as_me: failed program was:" >&5
    56285438sed 's/^/| /' conftest.$ac_ext >&5
    56295439
     
    56325442
    56335443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5634 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5635 $as_echo "$ac_header_compiler" >&6; }
     5444{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5445echo "${ECHO_T}$ac_header_compiler" >&6; }
    56365446
    56375447# Is the header present?
    5638 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5639 $as_echo_n "checking $ac_header presence... " >&6; }
     5448{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5449echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    56405450cat >conftest.$ac_ext <<_ACEOF
    56415451/* confdefs.h.  */
     
    56515461  *) ac_try_echo=$ac_try;;
    56525462esac
    5653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5654 $as_echo "$ac_try_echo") >&5
     5463eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56555464  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    56565465  ac_status=$?
     
    56585467  rm -f conftest.er1
    56595468  cat conftest.err >&5
    5660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5469  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56615470  (exit $ac_status); } >/dev/null && {
    56625471         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    56655474  ac_header_preproc=yes
    56665475else
    5667   $as_echo "$as_me: failed program was:" >&5
     5476  echo "$as_me: failed program was:" >&5
    56685477sed 's/^/| /' conftest.$ac_ext >&5
    56695478
     
    56725481
    56735482rm -f conftest.err conftest.$ac_ext
    5674 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5675 $as_echo "$ac_header_preproc" >&6; }
     5483{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5484echo "${ECHO_T}$ac_header_preproc" >&6; }
    56765485
    56775486# So?  What about this header?
    56785487case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    56795488  yes:no: )
    5680     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5681 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5682     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5683 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5489    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5490echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5491    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5492echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    56845493    ac_header_preproc=yes
    56855494    ;;
    56865495  no:yes:* )
    5687     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5688 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5689     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5690 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5691     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5692 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5693     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5694 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5695     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5696 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5697     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5698 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5496    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5497echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5498    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5499echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5500    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5501echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5502    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5503echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5504    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5505echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5506    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5507echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    56995508    ( cat <<\_ASBOX
    57005509## ----------------------------------- ##
     
    57055514    ;;
    57065515esac
    5707 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5708 $as_echo_n "checking for $ac_header... " >&6; }
     5516{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5517echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    57095518if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5710   $as_echo_n "(cached) " >&6
     5519  echo $ECHO_N "(cached) $ECHO_C" >&6
    57115520else
    57125521  eval "$as_ac_Header=\$ac_header_preproc"
    57135522fi
    5714 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5715                  $as_echo "$as_val"'`
    5716                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5717 $as_echo "$ac_res" >&6; }
    5718 
    5719 fi
    5720 as_val=`eval 'as_val=${'$as_ac_Header'}
    5721                  $as_echo "$as_val"'`
    5722    if test "x$as_val" = x""yes; then
     5523ac_res=`eval echo '${'$as_ac_Header'}'`
     5524               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5525echo "${ECHO_T}$ac_res" >&6; }
     5526
     5527fi
     5528if test `eval echo '${'$as_ac_Header'}'` = yes; then
    57235529  cat >>confdefs.h <<_ACEOF
    5724 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5725 _ACEOF
    5726 
    5727 else
    5728   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5729 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5530#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5531_ACEOF
     5532
     5533else
     5534  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5535echo "$as_me: WARNING: STL classes missing ?" >&2;}
    57305536fi
    57315537
     
    57355541for ac_header in cmath
    57365542do
    5737 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5543as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    57385544if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5739   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5740 $as_echo_n "checking for $ac_header... " >&6; }
     5545  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5546echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    57415547if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5742   $as_echo_n "(cached) " >&6
    5743 fi
    5744 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5745                  $as_echo "$as_val"'`
    5746                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5747 $as_echo "$ac_res" >&6; }
     5548  echo $ECHO_N "(cached) $ECHO_C" >&6
     5549fi
     5550ac_res=`eval echo '${'$as_ac_Header'}'`
     5551               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5552echo "${ECHO_T}$ac_res" >&6; }
    57485553else
    57495554  # Is the header compilable?
    5750 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5751 $as_echo_n "checking $ac_header usability... " >&6; }
     5555{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5556echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    57525557cat >conftest.$ac_ext <<_ACEOF
    57535558/* confdefs.h.  */
     
    57655570  *) ac_try_echo=$ac_try;;
    57665571esac
    5767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5768 $as_echo "$ac_try_echo") >&5
     5572eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57695573  (eval "$ac_compile") 2>conftest.er1
    57705574  ac_status=$?
     
    57725576  rm -f conftest.er1
    57735577  cat conftest.err >&5
    5774   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5578  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57755579  (exit $ac_status); } && {
    57765580         test -z "$ac_cxx_werror_flag" ||
     
    57795583  ac_header_compiler=yes
    57805584else
    5781   $as_echo "$as_me: failed program was:" >&5
     5585  echo "$as_me: failed program was:" >&5
    57825586sed 's/^/| /' conftest.$ac_ext >&5
    57835587
     
    57865590
    57875591rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5788 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5789 $as_echo "$ac_header_compiler" >&6; }
     5592{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5593echo "${ECHO_T}$ac_header_compiler" >&6; }
    57905594
    57915595# Is the header present?
    5792 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5793 $as_echo_n "checking $ac_header presence... " >&6; }
     5596{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5597echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    57945598cat >conftest.$ac_ext <<_ACEOF
    57955599/* confdefs.h.  */
     
    58055609  *) ac_try_echo=$ac_try;;
    58065610esac
    5807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5808 $as_echo "$ac_try_echo") >&5
     5611eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58095612  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    58105613  ac_status=$?
     
    58125615  rm -f conftest.er1
    58135616  cat conftest.err >&5
    5814   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5617  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58155618  (exit $ac_status); } >/dev/null && {
    58165619         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    58195622  ac_header_preproc=yes
    58205623else
    5821   $as_echo "$as_me: failed program was:" >&5
     5624  echo "$as_me: failed program was:" >&5
    58225625sed 's/^/| /' conftest.$ac_ext >&5
    58235626
     
    58265629
    58275630rm -f conftest.err conftest.$ac_ext
    5828 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5829 $as_echo "$ac_header_preproc" >&6; }
     5631{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5632echo "${ECHO_T}$ac_header_preproc" >&6; }
    58305633
    58315634# So?  What about this header?
    58325635case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    58335636  yes:no: )
    5834     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5835 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5836     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5837 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5637    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5638echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5639    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5640echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    58385641    ac_header_preproc=yes
    58395642    ;;
    58405643  no:yes:* )
    5841     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5842 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5843     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5844 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5845     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5846 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5847     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5848 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5849     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5850 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5851     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5852 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5644    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5645echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5646    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5647echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5648    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5649echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5650    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5651echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5652    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5653echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5654    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5655echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    58535656    ( cat <<\_ASBOX
    58545657## ----------------------------------- ##
     
    58595662    ;;
    58605663esac
    5861 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5862 $as_echo_n "checking for $ac_header... " >&6; }
     5664{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5665echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    58635666if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5864   $as_echo_n "(cached) " >&6
     5667  echo $ECHO_N "(cached) $ECHO_C" >&6
    58655668else
    58665669  eval "$as_ac_Header=\$ac_header_preproc"
    58675670fi
    5868 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5869                  $as_echo "$as_val"'`
    5870                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5871 $as_echo "$ac_res" >&6; }
    5872 
    5873 fi
    5874 as_val=`eval 'as_val=${'$as_ac_Header'}
    5875                  $as_echo "$as_val"'`
    5876    if test "x$as_val" = x""yes; then
     5671ac_res=`eval echo '${'$as_ac_Header'}'`
     5672               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5673echo "${ECHO_T}$ac_res" >&6; }
     5674
     5675fi
     5676if test `eval echo '${'$as_ac_Header'}'` = yes; then
    58775677  cat >>confdefs.h <<_ACEOF
    5878 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5879 _ACEOF
    5880 
    5881 else
    5882   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5883 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5678#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5679_ACEOF
     5680
     5681else
     5682  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5683echo "$as_me: WARNING: STL classes missing ?" >&2;}
    58845684fi
    58855685
     
    58895689for ac_header in cstdio
    58905690do
    5891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5691as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    58925692if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5893   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5894 $as_echo_n "checking for $ac_header... " >&6; }
     5693  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5694echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    58955695if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5896   $as_echo_n "(cached) " >&6
    5897 fi
    5898 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5899                  $as_echo "$as_val"'`
    5900                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5901 $as_echo "$ac_res" >&6; }
     5696  echo $ECHO_N "(cached) $ECHO_C" >&6
     5697fi
     5698ac_res=`eval echo '${'$as_ac_Header'}'`
     5699               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5700echo "${ECHO_T}$ac_res" >&6; }
    59025701else
    59035702  # Is the header compilable?
    5904 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5905 $as_echo_n "checking $ac_header usability... " >&6; }
     5703{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5704echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    59065705cat >conftest.$ac_ext <<_ACEOF
    59075706/* confdefs.h.  */
     
    59195718  *) ac_try_echo=$ac_try;;
    59205719esac
    5921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5922 $as_echo "$ac_try_echo") >&5
     5720eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59235721  (eval "$ac_compile") 2>conftest.er1
    59245722  ac_status=$?
     
    59265724  rm -f conftest.er1
    59275725  cat conftest.err >&5
    5928   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5726  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59295727  (exit $ac_status); } && {
    59305728         test -z "$ac_cxx_werror_flag" ||
     
    59335731  ac_header_compiler=yes
    59345732else
    5935   $as_echo "$as_me: failed program was:" >&5
     5733  echo "$as_me: failed program was:" >&5
    59365734sed 's/^/| /' conftest.$ac_ext >&5
    59375735
     
    59405738
    59415739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5942 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5943 $as_echo "$ac_header_compiler" >&6; }
     5740{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5741echo "${ECHO_T}$ac_header_compiler" >&6; }
    59445742
    59455743# Is the header present?
    5946 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5947 $as_echo_n "checking $ac_header presence... " >&6; }
     5744{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5745echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    59485746cat >conftest.$ac_ext <<_ACEOF
    59495747/* confdefs.h.  */
     
    59595757  *) ac_try_echo=$ac_try;;
    59605758esac
    5961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5962 $as_echo "$ac_try_echo") >&5
     5759eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59635760  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    59645761  ac_status=$?
     
    59665763  rm -f conftest.er1
    59675764  cat conftest.err >&5
    5968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5765  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59695766  (exit $ac_status); } >/dev/null && {
    59705767         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    59735770  ac_header_preproc=yes
    59745771else
    5975   $as_echo "$as_me: failed program was:" >&5
     5772  echo "$as_me: failed program was:" >&5
    59765773sed 's/^/| /' conftest.$ac_ext >&5
    59775774
     
    59805777
    59815778rm -f conftest.err conftest.$ac_ext
    5982 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5983 $as_echo "$ac_header_preproc" >&6; }
     5779{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5780echo "${ECHO_T}$ac_header_preproc" >&6; }
    59845781
    59855782# So?  What about this header?
    59865783case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    59875784  yes:no: )
    5988     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5989 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5990     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5991 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5785    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5786echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5787    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5788echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    59925789    ac_header_preproc=yes
    59935790    ;;
    59945791  no:yes:* )
    5995     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5996 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5997     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5998 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5999     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6000 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6001     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6002 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6003     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6004 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6005     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6006 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5792    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5793echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5794    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5795echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5796    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5797echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5798    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5799echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5800    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5801echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5802    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5803echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    60075804    ( cat <<\_ASBOX
    60085805## ----------------------------------- ##
     
    60135810    ;;
    60145811esac
    6015 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6016 $as_echo_n "checking for $ac_header... " >&6; }
     5812{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5813echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    60175814if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6018   $as_echo_n "(cached) " >&6
     5815  echo $ECHO_N "(cached) $ECHO_C" >&6
    60195816else
    60205817  eval "$as_ac_Header=\$ac_header_preproc"
    60215818fi
    6022 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6023                  $as_echo "$as_val"'`
    6024                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6025 $as_echo "$ac_res" >&6; }
    6026 
    6027 fi
    6028 as_val=`eval 'as_val=${'$as_ac_Header'}
    6029                  $as_echo "$as_val"'`
    6030    if test "x$as_val" = x""yes; then
     5819ac_res=`eval echo '${'$as_ac_Header'}'`
     5820               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5821echo "${ECHO_T}$ac_res" >&6; }
     5822
     5823fi
     5824if test `eval echo '${'$as_ac_Header'}'` = yes; then
    60315825  cat >>confdefs.h <<_ACEOF
    6032 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    6033 _ACEOF
    6034 
    6035 else
    6036   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    6037 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5826#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5827_ACEOF
     5828
     5829else
     5830  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5831echo "$as_me: WARNING: STL classes missing ?" >&2;}
    60385832fi
    60395833
     
    60435837for ac_header in cstdlib
    60445838do
    6045 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5839as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    60465840if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6047   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6048 $as_echo_n "checking for $ac_header... " >&6; }
     5841  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5842echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    60495843if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6050   $as_echo_n "(cached) " >&6
    6051 fi
    6052 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6053                  $as_echo "$as_val"'`
    6054                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6055 $as_echo "$ac_res" >&6; }
     5844  echo $ECHO_N "(cached) $ECHO_C" >&6
     5845fi
     5846ac_res=`eval echo '${'$as_ac_Header'}'`
     5847               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5848echo "${ECHO_T}$ac_res" >&6; }
    60565849else
    60575850  # Is the header compilable?
    6058 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    6059 $as_echo_n "checking $ac_header usability... " >&6; }
     5851{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5852echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    60605853cat >conftest.$ac_ext <<_ACEOF
    60615854/* confdefs.h.  */
     
    60735866  *) ac_try_echo=$ac_try;;
    60745867esac
    6075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6076 $as_echo "$ac_try_echo") >&5
     5868eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    60775869  (eval "$ac_compile") 2>conftest.er1
    60785870  ac_status=$?
     
    60805872  rm -f conftest.er1
    60815873  cat conftest.err >&5
    6082   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5874  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60835875  (exit $ac_status); } && {
    60845876         test -z "$ac_cxx_werror_flag" ||
     
    60875879  ac_header_compiler=yes
    60885880else
    6089   $as_echo "$as_me: failed program was:" >&5
     5881  echo "$as_me: failed program was:" >&5
    60905882sed 's/^/| /' conftest.$ac_ext >&5
    60915883
     
    60945886
    60955887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6096 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6097 $as_echo "$ac_header_compiler" >&6; }
     5888{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5889echo "${ECHO_T}$ac_header_compiler" >&6; }
    60985890
    60995891# Is the header present?
    6100 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    6101 $as_echo_n "checking $ac_header presence... " >&6; }
     5892{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5893echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    61025894cat >conftest.$ac_ext <<_ACEOF
    61035895/* confdefs.h.  */
     
    61135905  *) ac_try_echo=$ac_try;;
    61145906esac
    6115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6116 $as_echo "$ac_try_echo") >&5
     5907eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61175908  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    61185909  ac_status=$?
     
    61205911  rm -f conftest.er1
    61215912  cat conftest.err >&5
    6122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5913  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61235914  (exit $ac_status); } >/dev/null && {
    61245915         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    61275918  ac_header_preproc=yes
    61285919else
    6129   $as_echo "$as_me: failed program was:" >&5
     5920  echo "$as_me: failed program was:" >&5
    61305921sed 's/^/| /' conftest.$ac_ext >&5
    61315922
     
    61345925
    61355926rm -f conftest.err conftest.$ac_ext
    6136 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6137 $as_echo "$ac_header_preproc" >&6; }
     5927{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5928echo "${ECHO_T}$ac_header_preproc" >&6; }
    61385929
    61395930# So?  What about this header?
    61405931case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    61415932  yes:no: )
    6142     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    6143 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6144     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    6145 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5933    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5934echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5935    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5936echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    61465937    ac_header_preproc=yes
    61475938    ;;
    61485939  no:yes:* )
    6149     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    6150 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    6151     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    6152 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    6153     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6154 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6155     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6156 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6157     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6158 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6159     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6160 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5940    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5941echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5942    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5943echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5944    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5945echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5946    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5947echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5948    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5949echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5950    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5951echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    61615952    ( cat <<\_ASBOX
    61625953## ----------------------------------- ##
     
    61675958    ;;
    61685959esac
    6169 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6170 $as_echo_n "checking for $ac_header... " >&6; }
     5960{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5961echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    61715962if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6172   $as_echo_n "(cached) " >&6
     5963  echo $ECHO_N "(cached) $ECHO_C" >&6
    61735964else
    61745965  eval "$as_ac_Header=\$ac_header_preproc"
    61755966fi
    6176 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6177                  $as_echo "$as_val"'`
    6178                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6179 $as_echo "$ac_res" >&6; }
    6180 
    6181 fi
    6182 as_val=`eval 'as_val=${'$as_ac_Header'}
    6183                  $as_echo "$as_val"'`
    6184    if test "x$as_val" = x""yes; then
     5967ac_res=`eval echo '${'$as_ac_Header'}'`
     5968               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5969echo "${ECHO_T}$ac_res" >&6; }
     5970
     5971fi
     5972if test `eval echo '${'$as_ac_Header'}'` = yes; then
    61855973  cat >>confdefs.h <<_ACEOF
    6186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    6187 _ACEOF
    6188 
    6189 else
    6190   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    6191 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5974#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5975_ACEOF
     5976
     5977else
     5978  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5979echo "$as_me: WARNING: STL classes missing ?" >&2;}
    61925980fi
    61935981
     
    61975985for ac_header in cstring
    61985986do
    6199 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5987as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    62005988if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6201   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6202 $as_echo_n "checking for $ac_header... " >&6; }
     5989  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5990echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    62035991if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6204   $as_echo_n "(cached) " >&6
    6205 fi
    6206 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6207                  $as_echo "$as_val"'`
    6208                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6209 $as_echo "$ac_res" >&6; }
     5992  echo $ECHO_N "(cached) $ECHO_C" >&6
     5993fi
     5994ac_res=`eval echo '${'$as_ac_Header'}'`
     5995               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5996echo "${ECHO_T}$ac_res" >&6; }
    62105997else
    62115998  # Is the header compilable?
    6212 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    6213 $as_echo_n "checking $ac_header usability... " >&6; }
     5999{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6000echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    62146001cat >conftest.$ac_ext <<_ACEOF
    62156002/* confdefs.h.  */
     
    62276014  *) ac_try_echo=$ac_try;;
    62286015esac
    6229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6230 $as_echo "$ac_try_echo") >&5
     6016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62316017  (eval "$ac_compile") 2>conftest.er1
    62326018  ac_status=$?
     
    62346020  rm -f conftest.er1
    62356021  cat conftest.err >&5
    6236   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6022  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62376023  (exit $ac_status); } && {
    62386024         test -z "$ac_cxx_werror_flag" ||
     
    62416027  ac_header_compiler=yes
    62426028else
    6243   $as_echo "$as_me: failed program was:" >&5
     6029  echo "$as_me: failed program was:" >&5
    62446030sed 's/^/| /' conftest.$ac_ext >&5
    62456031
     
    62486034
    62496035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6250 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6251 $as_echo "$ac_header_compiler" >&6; }
     6036{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6037echo "${ECHO_T}$ac_header_compiler" >&6; }
    62526038
    62536039# Is the header present?
    6254 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    6255 $as_echo_n "checking $ac_header presence... " >&6; }
     6040{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6041echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    62566042cat >conftest.$ac_ext <<_ACEOF
    62576043/* confdefs.h.  */
     
    62676053  *) ac_try_echo=$ac_try;;
    62686054esac
    6269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6270 $as_echo "$ac_try_echo") >&5
     6055eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62716056  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    62726057  ac_status=$?
     
    62746059  rm -f conftest.er1
    62756060  cat conftest.err >&5
    6276   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6061  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62776062  (exit $ac_status); } >/dev/null && {
    62786063         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    62816066  ac_header_preproc=yes
    62826067else
    6283   $as_echo "$as_me: failed program was:" >&5
     6068  echo "$as_me: failed program was:" >&5
    62846069sed 's/^/| /' conftest.$ac_ext >&5
    62856070
     
    62886073
    62896074rm -f conftest.err conftest.$ac_ext
    6290 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6291 $as_echo "$ac_header_preproc" >&6; }
     6075{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6076echo "${ECHO_T}$ac_header_preproc" >&6; }
    62926077
    62936078# So?  What about this header?
    62946079case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    62956080  yes:no: )
    6296     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    6297 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6298     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    6299 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6081    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6082echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6083    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6084echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    63006085    ac_header_preproc=yes
    63016086    ;;
    63026087  no:yes:* )
    6303     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    6304 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    6305     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    6306 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    6307     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6308 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6309     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6310 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6311     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6312 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6313     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6314 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6088    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6089echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6090    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6091echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6092    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6093echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6094    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6095echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6096    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6097echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6098    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6099echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    63156100    ( cat <<\_ASBOX
    63166101## ----------------------------------- ##
     
    63216106    ;;
    63226107esac
    6323 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6324 $as_echo_n "checking for $ac_header... " >&6; }
     6108{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6109echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    63256110if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6326   $as_echo_n "(cached) " >&6
     6111  echo $ECHO_N "(cached) $ECHO_C" >&6
    63276112else
    63286113  eval "$as_ac_Header=\$ac_header_preproc"
    63296114fi
    6330 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6331                  $as_echo "$as_val"'`
    6332                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6333 $as_echo "$ac_res" >&6; }
    6334 
    6335 fi
    6336 as_val=`eval 'as_val=${'$as_ac_Header'}
    6337                  $as_echo "$as_val"'`
    6338    if test "x$as_val" = x""yes; then
     6115ac_res=`eval echo '${'$as_ac_Header'}'`
     6116               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6117echo "${ECHO_T}$ac_res" >&6; }
     6118
     6119fi
     6120if test `eval echo '${'$as_ac_Header'}'` = yes; then
    63396121  cat >>confdefs.h <<_ACEOF
    6340 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    6341 _ACEOF
    6342 
    6343 else
    6344   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    6345 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     6122#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6123_ACEOF
     6124
     6125else
     6126  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     6127echo "$as_me: WARNING: STL classes missing ?" >&2;}
    63466128fi
    63476129
     
    63516133for ac_header in fstream
    63526134do
    6353 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6135as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    63546136if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6355   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6356 $as_echo_n "checking for $ac_header... " >&6; }
     6137  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     6138echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    63576139if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6358   $as_echo_n "(cached) " >&6
    6359 fi
    6360 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6361                  $as_echo "$as_val"'`
    6362                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6363 $as_echo "$ac_res" >&6; }
     6140  echo $ECHO_N "(cached) $ECHO_C" >&6
     6141fi
     6142ac_res=`eval echo '${'$as_ac_Header'}'`
     6143               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6144echo "${ECHO_T}$ac_res" >&6; }
    63646145else
    63656146  # Is the header compilable?
    6366 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    6367 $as_echo_n "checking $ac_header usability... " >&6; }
     6147{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6148echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    63686149cat >conftest.$ac_ext <<_ACEOF
    63696150/* confdefs.h.  */
     
    63816162  *) ac_try_echo=$ac_try;;
    63826163esac
    6383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6384 $as_echo "$ac_try_echo") >&5
     6164eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63856165  (eval "$ac_compile") 2>conftest.er1
    63866166  ac_status=$?
     
    63886168  rm -f conftest.er1
    63896169  cat conftest.err >&5
    6390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6170  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63916171  (exit $ac_status); } && {
    63926172         test -z "$ac_cxx_werror_flag" ||
     
    63956175  ac_header_compiler=yes
    63966176else
    6397   $as_echo "$as_me: failed program was:" >&5
     6177  echo "$as_me: failed program was:" >&5
    63986178sed 's/^/| /' conftest.$ac_ext >&5
    63996179
     
    64026182
    64036183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6404 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6405 $as_echo "$ac_header_compiler" >&6; }
     6184{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6185echo "${ECHO_T}$ac_header_compiler" >&6; }
    64066186
    64076187# Is the header present?
    6408 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    6409 $as_echo_n "checking $ac_header presence... " >&6; }
     6188{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6189echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    64106190cat >conftest.$ac_ext <<_ACEOF
    64116191/* confdefs.h.  */
     
    64216201  *) ac_try_echo=$ac_try;;
    64226202esac
    6423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6424 $as_echo "$ac_try_echo") >&5
     6203eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64256204  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    64266205  ac_status=$?
     
    64286207  rm -f conftest.er1
    64296208  cat conftest.err >&5
    6430   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6209  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64316210  (exit $ac_status); } >/dev/null && {
    64326211         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    64356214  ac_header_preproc=yes
    64366215else
    6437   $as_echo "$as_me: failed program was:" >&5
     6216  echo "$as_me: failed program was:" >&5
    64386217sed 's/^/| /' conftest.$ac_ext >&5
    64396218
     
    64426221
    64436222rm -f conftest.err conftest.$ac_ext
    6444 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6445 $as_echo "$ac_header_preproc" >&6; }
     6223{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6224echo "${ECHO_T}$ac_header_preproc" >&6; }
    64466225
    64476226# So?  What about this header?
    64486227case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    64496228  yes:no: )
    6450     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    6451 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6452     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    6453 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6229    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6230echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6231    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6232echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    64546233    ac_header_preproc=yes
    64556234    ;;
    64566235  no:yes:* )
    6457     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    6458 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    6459     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    6460 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    6461     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6462 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6463     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6464 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6465     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6466 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6467     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6468 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6236    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6237echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6238    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6239echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6240    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6241echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6242    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6243echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6244    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6245echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6246    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6247echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    64696248    ( cat <<\_ASBOX
    64706249## ----------------------------------- ##
     
    64756254    ;;
    64766255esac
    6477 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6478 $as_echo_n "checking for $ac_header... " >&6; }
     6256{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6257echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    64796258if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6480   $as_echo_n "(cached) " >&6
     6259  echo $ECHO_N "(cached) $ECHO_C" >&6
    64816260else
    64826261  eval "$as_ac_Header=\$ac_header_preproc"
    64836262fi
    6484 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6485                  $as_echo "$as_val"'`
    6486                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6487 $as_echo "$ac_res" >&6; }
    6488 
    6489 fi
    6490 as_val=`eval 'as_val=${'$as_ac_Header'}
    6491                  $as_echo "$as_val"'`
    6492    if test "x$as_val" = x""yes; then
     6263ac_res=`eval echo '${'$as_ac_Header'}'`
     6264               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6265echo "${ECHO_T}$ac_res" >&6; }
     6266
     6267fi
     6268if test `eval echo '${'$as_ac_Header'}'` = yes; then
    64936269  cat >>confdefs.h <<_ACEOF
    6494 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    6495 _ACEOF
    6496 
    6497 else
    6498   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    6499 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     6270#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6271_ACEOF
     6272
     6273else
     6274  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     6275echo "$as_me: WARNING: STL classes missing ?" >&2;}
    65006276fi
    65016277
     
    65056281for ac_header in list
    65066282do
    6507 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6283as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    65086284if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6509   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6510 $as_echo_n "checking for $ac_header... " >&6; }
     6285  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     6286echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    65116287if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6512   $as_echo_n "(cached) " >&6
    6513 fi
    6514 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6515                  $as_echo "$as_val"'`
    6516                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6517 $as_echo "$ac_res" >&6; }
     6288  echo $ECHO_N "(cached) $ECHO_C" >&6
     6289fi
     6290ac_res=`eval echo '${'$as_ac_Header'}'`
     6291               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6292echo "${ECHO_T}$ac_res" >&6; }
    65186293else
    65196294  # Is the header compilable?
    6520 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    6521 $as_echo_n "checking $ac_header usability... " >&6; }
     6295{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6296echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    65226297cat >conftest.$ac_ext <<_ACEOF
    65236298/* confdefs.h.  */
     
    65356310  *) ac_try_echo=$ac_try;;
    65366311esac
    6537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6538 $as_echo "$ac_try_echo") >&5
     6312eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    65396313  (eval "$ac_compile") 2>conftest.er1
    65406314  ac_status=$?
     
    65426316  rm -f conftest.er1
    65436317  cat conftest.err >&5
    6544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6318  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65456319  (exit $ac_status); } && {
    65466320         test -z "$ac_cxx_werror_flag" ||
     
    65496323  ac_header_compiler=yes
    65506324else
    6551   $as_echo "$as_me: failed program was:" >&5
     6325  echo "$as_me: failed program was:" >&5
    65526326sed 's/^/| /' conftest.$ac_ext >&5
    65536327
     
    65566330
    65576331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6558 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6559 $as_echo "$ac_header_compiler" >&6; }
     6332{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6333echo "${ECHO_T}$ac_header_compiler" >&6; }
    65606334
    65616335# Is the header present?
    6562 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    6563 $as_echo_n "checking $ac_header presence... " >&6; }
     6336{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6337echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    65646338cat >conftest.$ac_ext <<_ACEOF
    65656339/* confdefs.h.  */
     
    65756349  *) ac_try_echo=$ac_try;;
    65766350esac
    6577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6578 $as_echo "$ac_try_echo") >&5
     6351eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    65796352  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    65806353  ac_status=$?
     
    65826355  rm -f conftest.er1
    65836356  cat conftest.err >&5
    6584   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6357  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65856358  (exit $ac_status); } >/dev/null && {
    65866359         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    65896362  ac_header_preproc=yes
    65906363else
    6591   $as_echo "$as_me: failed program was:" >&5
     6364  echo "$as_me: failed program was:" >&5
    65926365sed 's/^/| /' conftest.$ac_ext >&5
    65936366
     
    65966369
    65976370rm -f conftest.err conftest.$ac_ext
    6598 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6599 $as_echo "$ac_header_preproc" >&6; }
     6371{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6372echo "${ECHO_T}$ac_header_preproc" >&6; }
    66006373
    66016374# So?  What about this header?
    66026375case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    66036376  yes:no: )
    6604     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    6605 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6606     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    6607 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6377    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6378echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6379    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6380echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    66086381    ac_header_preproc=yes
    66096382    ;;
    66106383  no:yes:* )
    6611     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    6612 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    6613     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    6614 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    6615     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6616 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6617     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6618 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6619     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6620 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6621     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6622 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6384    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6385echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6386    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6387echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6388    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6389echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6390    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6391echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6392    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6393echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6394    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6395echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    66236396    ( cat <<\_ASBOX
    66246397## ----------------------------------- ##
     
    66296402    ;;
    66306403esac
    6631 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6632 $as_echo_n "checking for $ac_header... " >&6; }
     6404{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6405echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    66336406if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6634   $as_echo_n "(cached) " >&6
     6407  echo $ECHO_N "(cached) $ECHO_C" >&6
    66356408else
    66366409  eval "$as_ac_Header=\$ac_header_preproc"
    66376410fi
    6638 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6639                  $as_echo "$as_val"'`
    6640                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6641 $as_echo "$ac_res" >&6; }
    6642 
    6643 fi
    6644 as_val=`eval 'as_val=${'$as_ac_Header'}
    6645                  $as_echo "$as_val"'`
    6646    if test "x$as_val" = x""yes; then
     6411ac_res=`eval echo '${'$as_ac_Header'}'`
     6412               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6413echo "${ECHO_T}$ac_res" >&6; }
     6414
     6415fi
     6416if test `eval echo '${'$as_ac_Header'}'` = yes; then
    66476417  cat >>confdefs.h <<_ACEOF
    6648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    6649 _ACEOF
    6650 
    6651 else
    6652   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    6653 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     6418#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6419_ACEOF
     6420
     6421else
     6422  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     6423echo "$as_me: WARNING: STL classes missing ?" >&2;}
    66546424fi
    66556425
     
    66596429for ac_header in iostream
    66606430do
    6661 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6431as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    66626432if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6663   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6664 $as_echo_n "checking for $ac_header... " >&6; }
     6433  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     6434echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    66656435if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6666   $as_echo_n "(cached) " >&6
    6667 fi
    6668 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6669                  $as_echo "$as_val"'`
    6670                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6671 $as_echo "$ac_res" >&6; }
     6436  echo $ECHO_N "(cached) $ECHO_C" >&6
     6437fi
     6438ac_res=`eval echo '${'$as_ac_Header'}'`
     6439               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6440echo "${ECHO_T}$ac_res" >&6; }
    66726441else
    66736442  # Is the header compilable?
    6674 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    6675 $as_echo_n "checking $ac_header usability... " >&6; }
     6443{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6444echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    66766445cat >conftest.$ac_ext <<_ACEOF
    66776446/* confdefs.h.  */
     
    66896458  *) ac_try_echo=$ac_try;;
    66906459esac
    6691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6692 $as_echo "$ac_try_echo") >&5
     6460eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66936461  (eval "$ac_compile") 2>conftest.er1
    66946462  ac_status=$?
     
    66966464  rm -f conftest.er1
    66976465  cat conftest.err >&5
    6698   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6466  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66996467  (exit $ac_status); } && {
    67006468         test -z "$ac_cxx_werror_flag" ||
     
    67036471  ac_header_compiler=yes
    67046472else
    6705   $as_echo "$as_me: failed program was:" >&5
     6473  echo "$as_me: failed program was:" >&5
    67066474sed 's/^/| /' conftest.$ac_ext >&5
    67076475
     
    67106478
    67116479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6712 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6713 $as_echo "$ac_header_compiler" >&6; }
     6480{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6481echo "${ECHO_T}$ac_header_compiler" >&6; }
    67146482
    67156483# Is the header present?
    6716 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    6717 $as_echo_n "checking $ac_header presence... " >&6; }
     6484{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6485echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    67186486cat >conftest.$ac_ext <<_ACEOF
    67196487/* confdefs.h.  */
     
    67296497  *) ac_try_echo=$ac_try;;
    67306498esac
    6731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6732 $as_echo "$ac_try_echo") >&5
     6499eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    67336500  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    67346501  ac_status=$?
     
    67366503  rm -f conftest.er1
    67376504  cat conftest.err >&5
    6738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6505  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67396506  (exit $ac_status); } >/dev/null && {
    67406507         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    67436510  ac_header_preproc=yes
    67446511else
    6745   $as_echo "$as_me: failed program was:" >&5
     6512  echo "$as_me: failed program was:" >&5
    67466513sed 's/^/| /' conftest.$ac_ext >&5
    67476514
     
    67506517
    67516518rm -f conftest.err conftest.$ac_ext
    6752 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6753 $as_echo "$ac_header_preproc" >&6; }
     6519{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6520echo "${ECHO_T}$ac_header_preproc" >&6; }
    67546521
    67556522# So?  What about this header?
    67566523case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    67576524  yes:no: )
    6758     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    6759 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6760     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    6761 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6525    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6526echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6527    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6528echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    67626529    ac_header_preproc=yes
    67636530    ;;
    67646531  no:yes:* )
    6765     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    6766 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    6767     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    6768 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    6769     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6770 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6771     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6772 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6773     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6774 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6775     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6776 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6532    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6533echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6534    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6535echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6536    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6537echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6538    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6539echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6540    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6541echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6542    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6543echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    67776544    ( cat <<\_ASBOX
    67786545## ----------------------------------- ##
     
    67836550    ;;
    67846551esac
    6785 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6786 $as_echo_n "checking for $ac_header... " >&6; }
     6552{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6553echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    67876554if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6788   $as_echo_n "(cached) " >&6
     6555  echo $ECHO_N "(cached) $ECHO_C" >&6
    67896556else
    67906557  eval "$as_ac_Header=\$ac_header_preproc"
    67916558fi
    6792 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6793                  $as_echo "$as_val"'`
    6794                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6795 $as_echo "$ac_res" >&6; }
    6796 
    6797 fi
    6798 as_val=`eval 'as_val=${'$as_ac_Header'}
    6799                  $as_echo "$as_val"'`
    6800    if test "x$as_val" = x""yes; then
     6559ac_res=`eval echo '${'$as_ac_Header'}'`
     6560               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6561echo "${ECHO_T}$ac_res" >&6; }
     6562
     6563fi
     6564if test `eval echo '${'$as_ac_Header'}'` = yes; then
    68016565  cat >>confdefs.h <<_ACEOF
    6802 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    6803 _ACEOF
    6804 
    6805 else
    6806   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    6807 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     6566#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6567_ACEOF
     6568
     6569else
     6570  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     6571echo "$as_me: WARNING: STL classes missing ?" >&2;}
    68086572fi
    68096573
     
    68136577for ac_header in iterator
    68146578do
    6815 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6579as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    68166580if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6817   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6818 $as_echo_n "checking for $ac_header... " >&6; }
     6581  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     6582echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    68196583if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6820   $as_echo_n "(cached) " >&6
    6821 fi
    6822 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6823                  $as_echo "$as_val"'`
    6824                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6825 $as_echo "$ac_res" >&6; }
     6584  echo $ECHO_N "(cached) $ECHO_C" >&6
     6585fi
     6586ac_res=`eval echo '${'$as_ac_Header'}'`
     6587               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6588echo "${ECHO_T}$ac_res" >&6; }
    68266589else
    68276590  # Is the header compilable?
    6828 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    6829 $as_echo_n "checking $ac_header usability... " >&6; }
     6591{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6592echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    68306593cat >conftest.$ac_ext <<_ACEOF
    68316594/* confdefs.h.  */
     
    68436606  *) ac_try_echo=$ac_try;;
    68446607esac
    6845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6846 $as_echo "$ac_try_echo") >&5
     6608eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    68476609  (eval "$ac_compile") 2>conftest.er1
    68486610  ac_status=$?
     
    68506612  rm -f conftest.er1
    68516613  cat conftest.err >&5
    6852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6614  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68536615  (exit $ac_status); } && {
    68546616         test -z "$ac_cxx_werror_flag" ||
     
    68576619  ac_header_compiler=yes
    68586620else
    6859   $as_echo "$as_me: failed program was:" >&5
     6621  echo "$as_me: failed program was:" >&5
    68606622sed 's/^/| /' conftest.$ac_ext >&5
    68616623
     
    68646626
    68656627rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6866 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6867 $as_echo "$ac_header_compiler" >&6; }
     6628{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6629echo "${ECHO_T}$ac_header_compiler" >&6; }
    68686630
    68696631# Is the header present?
    6870 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    6871 $as_echo_n "checking $ac_header presence... " >&6; }
     6632{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6633echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    68726634cat >conftest.$ac_ext <<_ACEOF
    68736635/* confdefs.h.  */
     
    68836645  *) ac_try_echo=$ac_try;;
    68846646esac
    6885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6886 $as_echo "$ac_try_echo") >&5
     6647eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    68876648  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    68886649  ac_status=$?
     
    68906651  rm -f conftest.er1
    68916652  cat conftest.err >&5
    6892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6653  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68936654  (exit $ac_status); } >/dev/null && {
    68946655         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    68976658  ac_header_preproc=yes
    68986659else
    6899   $as_echo "$as_me: failed program was:" >&5
     6660  echo "$as_me: failed program was:" >&5
    69006661sed 's/^/| /' conftest.$ac_ext >&5
    69016662
     
    69046665
    69056666rm -f conftest.err conftest.$ac_ext
    6906 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6907 $as_echo "$ac_header_preproc" >&6; }
     6667{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6668echo "${ECHO_T}$ac_header_preproc" >&6; }
    69086669
    69096670# So?  What about this header?
    69106671case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    69116672  yes:no: )
    6912     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    6913 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6914     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    6915 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6673    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6674echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6675    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6676echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    69166677    ac_header_preproc=yes
    69176678    ;;
    69186679  no:yes:* )
    6919     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    6920 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    6921     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    6922 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    6923     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    6924 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    6925     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    6926 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    6927     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    6928 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    6929     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    6930 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6680    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6681echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6682    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6683echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6684    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6685echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6686    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6687echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6688    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6689echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6690    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6691echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    69316692    ( cat <<\_ASBOX
    69326693## ----------------------------------- ##
     
    69376698    ;;
    69386699esac
    6939 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6940 $as_echo_n "checking for $ac_header... " >&6; }
     6700{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6701echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    69416702if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6942   $as_echo_n "(cached) " >&6
     6703  echo $ECHO_N "(cached) $ECHO_C" >&6
    69436704else
    69446705  eval "$as_ac_Header=\$ac_header_preproc"
    69456706fi
    6946 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6947                  $as_echo "$as_val"'`
    6948                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6949 $as_echo "$ac_res" >&6; }
    6950 
    6951 fi
    6952 as_val=`eval 'as_val=${'$as_ac_Header'}
    6953                  $as_echo "$as_val"'`
    6954    if test "x$as_val" = x""yes; then
     6707ac_res=`eval echo '${'$as_ac_Header'}'`
     6708               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6709echo "${ECHO_T}$ac_res" >&6; }
     6710
     6711fi
     6712if test `eval echo '${'$as_ac_Header'}'` = yes; then
    69556713  cat >>confdefs.h <<_ACEOF
    6956 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    6957 _ACEOF
    6958 
    6959 else
    6960   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    6961 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     6714#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6715_ACEOF
     6716
     6717else
     6718  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     6719echo "$as_me: WARNING: STL classes missing ?" >&2;}
    69626720fi
    69636721
     
    69676725for ac_header in sstream
    69686726do
    6969 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6727as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    69706728if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6971   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    6972 $as_echo_n "checking for $ac_header... " >&6; }
     6729  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     6730echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    69736731if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6974   $as_echo_n "(cached) " >&6
    6975 fi
    6976 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6977                  $as_echo "$as_val"'`
    6978                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6979 $as_echo "$ac_res" >&6; }
     6732  echo $ECHO_N "(cached) $ECHO_C" >&6
     6733fi
     6734ac_res=`eval echo '${'$as_ac_Header'}'`
     6735               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6736echo "${ECHO_T}$ac_res" >&6; }
    69806737else
    69816738  # Is the header compilable?
    6982 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    6983 $as_echo_n "checking $ac_header usability... " >&6; }
     6739{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6740echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    69846741cat >conftest.$ac_ext <<_ACEOF
    69856742/* confdefs.h.  */
     
    69976754  *) ac_try_echo=$ac_try;;
    69986755esac
    6999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7000 $as_echo "$ac_try_echo") >&5
     6756eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    70016757  (eval "$ac_compile") 2>conftest.er1
    70026758  ac_status=$?
     
    70046760  rm -f conftest.er1
    70056761  cat conftest.err >&5
    7006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6762  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70076763  (exit $ac_status); } && {
    70086764         test -z "$ac_cxx_werror_flag" ||
     
    70116767  ac_header_compiler=yes
    70126768else
    7013   $as_echo "$as_me: failed program was:" >&5
     6769  echo "$as_me: failed program was:" >&5
    70146770sed 's/^/| /' conftest.$ac_ext >&5
    70156771
     
    70186774
    70196775rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7020 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7021 $as_echo "$ac_header_compiler" >&6; }
     6776{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6777echo "${ECHO_T}$ac_header_compiler" >&6; }
    70226778
    70236779# Is the header present?
    7024 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7025 $as_echo_n "checking $ac_header presence... " >&6; }
     6780{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6781echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    70266782cat >conftest.$ac_ext <<_ACEOF
    70276783/* confdefs.h.  */
     
    70376793  *) ac_try_echo=$ac_try;;
    70386794esac
    7039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7040 $as_echo "$ac_try_echo") >&5
     6795eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    70416796  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    70426797  ac_status=$?
     
    70446799  rm -f conftest.er1
    70456800  cat conftest.err >&5
    7046   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6801  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70476802  (exit $ac_status); } >/dev/null && {
    70486803         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    70516806  ac_header_preproc=yes
    70526807else
    7053   $as_echo "$as_me: failed program was:" >&5
     6808  echo "$as_me: failed program was:" >&5
    70546809sed 's/^/| /' conftest.$ac_ext >&5
    70556810
     
    70586813
    70596814rm -f conftest.err conftest.$ac_ext
    7060 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7061 $as_echo "$ac_header_preproc" >&6; }
     6815{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6816echo "${ECHO_T}$ac_header_preproc" >&6; }
    70626817
    70636818# So?  What about this header?
    70646819case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    70656820  yes:no: )
    7066     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7067 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7068     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7069 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6821    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6822echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6823    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6824echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    70706825    ac_header_preproc=yes
    70716826    ;;
    70726827  no:yes:* )
    7073     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7074 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7075     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7076 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7077     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7078 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7079     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7080 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7081     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7082 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7083     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7084 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6828    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6829echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6830    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6831echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6832    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6833echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6834    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6835echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6836    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6837echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6838    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6839echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    70856840    ( cat <<\_ASBOX
    70866841## ----------------------------------- ##
     
    70916846    ;;
    70926847esac
    7093 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7094 $as_echo_n "checking for $ac_header... " >&6; }
     6848{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6849echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    70956850if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7096   $as_echo_n "(cached) " >&6
     6851  echo $ECHO_N "(cached) $ECHO_C" >&6
    70976852else
    70986853  eval "$as_ac_Header=\$ac_header_preproc"
    70996854fi
    7100 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7101                  $as_echo "$as_val"'`
    7102                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7103 $as_echo "$ac_res" >&6; }
    7104 
    7105 fi
    7106 as_val=`eval 'as_val=${'$as_ac_Header'}
    7107                  $as_echo "$as_val"'`
    7108    if test "x$as_val" = x""yes; then
     6855ac_res=`eval echo '${'$as_ac_Header'}'`
     6856               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6857echo "${ECHO_T}$ac_res" >&6; }
     6858
     6859fi
     6860if test `eval echo '${'$as_ac_Header'}'` = yes; then
    71096861  cat >>confdefs.h <<_ACEOF
    7110 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    7111 _ACEOF
    7112 
    7113 else
    7114   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    7115 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     6862#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6863_ACEOF
     6864
     6865else
     6866  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     6867echo "$as_me: WARNING: STL classes missing ?" >&2;}
    71166868fi
    71176869
     
    71216873for ac_header in stack
    71226874do
    7123 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6875as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    71246876if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7125   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7126 $as_echo_n "checking for $ac_header... " >&6; }
     6877  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     6878echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    71276879if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7128   $as_echo_n "(cached) " >&6
    7129 fi
    7130 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7131                  $as_echo "$as_val"'`
    7132                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7133 $as_echo "$ac_res" >&6; }
     6880  echo $ECHO_N "(cached) $ECHO_C" >&6
     6881fi
     6882ac_res=`eval echo '${'$as_ac_Header'}'`
     6883               { echo "$as_me:$LINENO: result: $ac_res" >&5
     6884echo "${ECHO_T}$ac_res" >&6; }
    71346885else
    71356886  # Is the header compilable?
    7136 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7137 $as_echo_n "checking $ac_header usability... " >&6; }
     6887{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6888echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    71386889cat >conftest.$ac_ext <<_ACEOF
    71396890/* confdefs.h.  */
     
    71516902  *) ac_try_echo=$ac_try;;
    71526903esac
    7153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7154 $as_echo "$ac_try_echo") >&5
     6904eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    71556905  (eval "$ac_compile") 2>conftest.er1
    71566906  ac_status=$?
     
    71586908  rm -f conftest.er1
    71596909  cat conftest.err >&5
    7160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6910  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71616911  (exit $ac_status); } && {
    71626912         test -z "$ac_cxx_werror_flag" ||
     
    71656915  ac_header_compiler=yes
    71666916else
    7167   $as_echo "$as_me: failed program was:" >&5
     6917  echo "$as_me: failed program was:" >&5
    71686918sed 's/^/| /' conftest.$ac_ext >&5
    71696919
     
    71726922
    71736923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7174 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7175 $as_echo "$ac_header_compiler" >&6; }
     6924{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6925echo "${ECHO_T}$ac_header_compiler" >&6; }
    71766926
    71776927# Is the header present?
    7178 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7179 $as_echo_n "checking $ac_header presence... " >&6; }
     6928{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6929echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    71806930cat >conftest.$ac_ext <<_ACEOF
    71816931/* confdefs.h.  */
     
    71916941  *) ac_try_echo=$ac_try;;
    71926942esac
    7193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7194 $as_echo "$ac_try_echo") >&5
     6943eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    71956944  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    71966945  ac_status=$?
     
    71986947  rm -f conftest.er1
    71996948  cat conftest.err >&5
    7200   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6949  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72016950  (exit $ac_status); } >/dev/null && {
    72026951         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    72056954  ac_header_preproc=yes
    72066955else
    7207   $as_echo "$as_me: failed program was:" >&5
     6956  echo "$as_me: failed program was:" >&5
    72086957sed 's/^/| /' conftest.$ac_ext >&5
    72096958
     
    72126961
    72136962rm -f conftest.err conftest.$ac_ext
    7214 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7215 $as_echo "$ac_header_preproc" >&6; }
     6963{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6964echo "${ECHO_T}$ac_header_preproc" >&6; }
    72166965
    72176966# So?  What about this header?
    72186967case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    72196968  yes:no: )
    7220     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7221 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7222     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7223 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6969    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6970echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6971    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6972echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    72246973    ac_header_preproc=yes
    72256974    ;;
    72266975  no:yes:* )
    7227     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7228 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7229     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7230 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7231     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7232 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7233     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7234 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7235     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7236 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7237     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7238 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6976    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6977echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6978    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6979echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6980    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6981echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6982    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6983echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6984    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6985echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6986    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6987echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    72396988    ( cat <<\_ASBOX
    72406989## ----------------------------------- ##
     
    72456994    ;;
    72466995esac
    7247 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7248 $as_echo_n "checking for $ac_header... " >&6; }
     6996{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6997echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    72496998if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7250   $as_echo_n "(cached) " >&6
     6999  echo $ECHO_N "(cached) $ECHO_C" >&6
    72517000else
    72527001  eval "$as_ac_Header=\$ac_header_preproc"
    72537002fi
    7254 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7255                  $as_echo "$as_val"'`
    7256                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7257 $as_echo "$ac_res" >&6; }
    7258 
    7259 fi
    7260 as_val=`eval 'as_val=${'$as_ac_Header'}
    7261                  $as_echo "$as_val"'`
    7262    if test "x$as_val" = x""yes; then
     7003ac_res=`eval echo '${'$as_ac_Header'}'`
     7004               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7005echo "${ECHO_T}$ac_res" >&6; }
     7006
     7007fi
     7008if test `eval echo '${'$as_ac_Header'}'` = yes; then
    72637009  cat >>confdefs.h <<_ACEOF
    7264 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    7265 _ACEOF
    7266 
    7267 else
    7268   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    7269 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     7010#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7011_ACEOF
     7012
     7013else
     7014  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     7015echo "$as_me: WARNING: STL classes missing ?" >&2;}
    72707016fi
    72717017
     
    72757021for ac_header in string
    72767022do
    7277 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     7023as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    72787024if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7279   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7280 $as_echo_n "checking for $ac_header... " >&6; }
     7025  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     7026echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    72817027if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7282   $as_echo_n "(cached) " >&6
    7283 fi
    7284 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7285                  $as_echo "$as_val"'`
    7286                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7287 $as_echo "$ac_res" >&6; }
     7028  echo $ECHO_N "(cached) $ECHO_C" >&6
     7029fi
     7030ac_res=`eval echo '${'$as_ac_Header'}'`
     7031               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7032echo "${ECHO_T}$ac_res" >&6; }
    72887033else
    72897034  # Is the header compilable?
    7290 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7291 $as_echo_n "checking $ac_header usability... " >&6; }
     7035{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     7036echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    72927037cat >conftest.$ac_ext <<_ACEOF
    72937038/* confdefs.h.  */
     
    73057050  *) ac_try_echo=$ac_try;;
    73067051esac
    7307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7308 $as_echo "$ac_try_echo") >&5
     7052eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    73097053  (eval "$ac_compile") 2>conftest.er1
    73107054  ac_status=$?
     
    73127056  rm -f conftest.er1
    73137057  cat conftest.err >&5
    7314   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7058  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73157059  (exit $ac_status); } && {
    73167060         test -z "$ac_cxx_werror_flag" ||
     
    73197063  ac_header_compiler=yes
    73207064else
    7321   $as_echo "$as_me: failed program was:" >&5
     7065  echo "$as_me: failed program was:" >&5
    73227066sed 's/^/| /' conftest.$ac_ext >&5
    73237067
     
    73267070
    73277071rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7328 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7329 $as_echo "$ac_header_compiler" >&6; }
     7072{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7073echo "${ECHO_T}$ac_header_compiler" >&6; }
    73307074
    73317075# Is the header present?
    7332 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7333 $as_echo_n "checking $ac_header presence... " >&6; }
     7076{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     7077echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    73347078cat >conftest.$ac_ext <<_ACEOF
    73357079/* confdefs.h.  */
     
    73457089  *) ac_try_echo=$ac_try;;
    73467090esac
    7347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7348 $as_echo "$ac_try_echo") >&5
     7091eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    73497092  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    73507093  ac_status=$?
     
    73527095  rm -f conftest.er1
    73537096  cat conftest.err >&5
    7354   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7097  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73557098  (exit $ac_status); } >/dev/null && {
    73567099         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    73597102  ac_header_preproc=yes
    73607103else
    7361   $as_echo "$as_me: failed program was:" >&5
     7104  echo "$as_me: failed program was:" >&5
    73627105sed 's/^/| /' conftest.$ac_ext >&5
    73637106
     
    73667109
    73677110rm -f conftest.err conftest.$ac_ext
    7368 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7369 $as_echo "$ac_header_preproc" >&6; }
     7111{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7112echo "${ECHO_T}$ac_header_preproc" >&6; }
    73707113
    73717114# So?  What about this header?
    73727115case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    73737116  yes:no: )
    7374     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7375 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7376     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7377 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7117    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     7118echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7119    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7120echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    73787121    ac_header_preproc=yes
    73797122    ;;
    73807123  no:yes:* )
    7381     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7382 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7383     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7384 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7385     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7386 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7387     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7388 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7389     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7390 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7391     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7392 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7124    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7125echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7126    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7127echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7128    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7129echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7130    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7131echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7132    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7133echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7134    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7135echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    73937136    ( cat <<\_ASBOX
    73947137## ----------------------------------- ##
     
    73997142    ;;
    74007143esac
    7401 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7402 $as_echo_n "checking for $ac_header... " >&6; }
     7144{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     7145echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    74037146if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7404   $as_echo_n "(cached) " >&6
     7147  echo $ECHO_N "(cached) $ECHO_C" >&6
    74057148else
    74067149  eval "$as_ac_Header=\$ac_header_preproc"
    74077150fi
    7408 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7409                  $as_echo "$as_val"'`
    7410                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7411 $as_echo "$ac_res" >&6; }
    7412 
    7413 fi
    7414 as_val=`eval 'as_val=${'$as_ac_Header'}
    7415                  $as_echo "$as_val"'`
    7416    if test "x$as_val" = x""yes; then
     7151ac_res=`eval echo '${'$as_ac_Header'}'`
     7152               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7153echo "${ECHO_T}$ac_res" >&6; }
     7154
     7155fi
     7156if test `eval echo '${'$as_ac_Header'}'` = yes; then
    74177157  cat >>confdefs.h <<_ACEOF
    7418 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    7419 _ACEOF
    7420 
    7421 else
    7422   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    7423 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     7158#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7159_ACEOF
     7160
     7161else
     7162  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     7163echo "$as_me: WARNING: STL classes missing ?" >&2;}
    74247164fi
    74257165
     
    74297169for ac_header in vector
    74307170do
    7431 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     7171as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    74327172if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7433   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7434 $as_echo_n "checking for $ac_header... " >&6; }
     7173  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     7174echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    74357175if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7436   $as_echo_n "(cached) " >&6
    7437 fi
    7438 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7439                  $as_echo "$as_val"'`
    7440                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7441 $as_echo "$ac_res" >&6; }
     7176  echo $ECHO_N "(cached) $ECHO_C" >&6
     7177fi
     7178ac_res=`eval echo '${'$as_ac_Header'}'`
     7179               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7180echo "${ECHO_T}$ac_res" >&6; }
    74427181else
    74437182  # Is the header compilable?
    7444 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7445 $as_echo_n "checking $ac_header usability... " >&6; }
     7183{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     7184echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    74467185cat >conftest.$ac_ext <<_ACEOF
    74477186/* confdefs.h.  */
     
    74597198  *) ac_try_echo=$ac_try;;
    74607199esac
    7461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7462 $as_echo "$ac_try_echo") >&5
     7200eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    74637201  (eval "$ac_compile") 2>conftest.er1
    74647202  ac_status=$?
     
    74667204  rm -f conftest.er1
    74677205  cat conftest.err >&5
    7468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7206  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74697207  (exit $ac_status); } && {
    74707208         test -z "$ac_cxx_werror_flag" ||
     
    74737211  ac_header_compiler=yes
    74747212else
    7475   $as_echo "$as_me: failed program was:" >&5
     7213  echo "$as_me: failed program was:" >&5
    74767214sed 's/^/| /' conftest.$ac_ext >&5
    74777215
     
    74807218
    74817219rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7482 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7483 $as_echo "$ac_header_compiler" >&6; }
     7220{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7221echo "${ECHO_T}$ac_header_compiler" >&6; }
    74847222
    74857223# Is the header present?
    7486 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7487 $as_echo_n "checking $ac_header presence... " >&6; }
     7224{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     7225echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    74887226cat >conftest.$ac_ext <<_ACEOF
    74897227/* confdefs.h.  */
     
    74997237  *) ac_try_echo=$ac_try;;
    75007238esac
    7501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7502 $as_echo "$ac_try_echo") >&5
     7239eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75037240  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    75047241  ac_status=$?
     
    75067243  rm -f conftest.er1
    75077244  cat conftest.err >&5
    7508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7245  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75097246  (exit $ac_status); } >/dev/null && {
    75107247         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    75137250  ac_header_preproc=yes
    75147251else
    7515   $as_echo "$as_me: failed program was:" >&5
     7252  echo "$as_me: failed program was:" >&5
    75167253sed 's/^/| /' conftest.$ac_ext >&5
    75177254
     
    75207257
    75217258rm -f conftest.err conftest.$ac_ext
    7522 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7523 $as_echo "$ac_header_preproc" >&6; }
     7259{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7260echo "${ECHO_T}$ac_header_preproc" >&6; }
    75247261
    75257262# So?  What about this header?
    75267263case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    75277264  yes:no: )
    7528     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7529 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7530     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7531 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7265    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     7266echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7267    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7268echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    75327269    ac_header_preproc=yes
    75337270    ;;
    75347271  no:yes:* )
    7535     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7536 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7537     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7538 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7539     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7540 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7541     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7542 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7543     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7544 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7545     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7546 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7272    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7273echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7274    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7275echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7276    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7277echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7278    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7279echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7280    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7281echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7282    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7283echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    75477284    ( cat <<\_ASBOX
    75487285## ----------------------------------- ##
     
    75537290    ;;
    75547291esac
    7555 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7556 $as_echo_n "checking for $ac_header... " >&6; }
     7292{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     7293echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    75577294if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7558   $as_echo_n "(cached) " >&6
     7295  echo $ECHO_N "(cached) $ECHO_C" >&6
    75597296else
    75607297  eval "$as_ac_Header=\$ac_header_preproc"
    75617298fi
    7562 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7563                  $as_echo "$as_val"'`
    7564                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7565 $as_echo "$ac_res" >&6; }
    7566 
    7567 fi
    7568 as_val=`eval 'as_val=${'$as_ac_Header'}
    7569                  $as_echo "$as_val"'`
    7570    if test "x$as_val" = x""yes; then
     7299ac_res=`eval echo '${'$as_ac_Header'}'`
     7300               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7301echo "${ECHO_T}$ac_res" >&6; }
     7302
     7303fi
     7304if test `eval echo '${'$as_ac_Header'}'` = yes; then
    75717305  cat >>confdefs.h <<_ACEOF
    7572 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    7573 _ACEOF
    7574 
    7575 else
    7576   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    7577 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     7306#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7307_ACEOF
     7308
     7309else
     7310  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     7311echo "$as_me: WARNING: STL classes missing ?" >&2;}
    75787312fi
    75797313
     
    75847318for ac_header in assert.h
    75857319do
    7586 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     7320as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    75877321if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7588   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7589 $as_echo_n "checking for $ac_header... " >&6; }
     7322  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     7323echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    75907324if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7591   $as_echo_n "(cached) " >&6
    7592 fi
    7593 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7594                  $as_echo "$as_val"'`
    7595                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7596 $as_echo "$ac_res" >&6; }
     7325  echo $ECHO_N "(cached) $ECHO_C" >&6
     7326fi
     7327ac_res=`eval echo '${'$as_ac_Header'}'`
     7328               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7329echo "${ECHO_T}$ac_res" >&6; }
    75977330else
    75987331  # Is the header compilable?
    7599 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7600 $as_echo_n "checking $ac_header usability... " >&6; }
     7332{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     7333echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    76017334cat >conftest.$ac_ext <<_ACEOF
    76027335/* confdefs.h.  */
     
    76147347  *) ac_try_echo=$ac_try;;
    76157348esac
    7616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7617 $as_echo "$ac_try_echo") >&5
     7349eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    76187350  (eval "$ac_compile") 2>conftest.er1
    76197351  ac_status=$?
     
    76217353  rm -f conftest.er1
    76227354  cat conftest.err >&5
    7623   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7355  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76247356  (exit $ac_status); } && {
    76257357         test -z "$ac_cxx_werror_flag" ||
     
    76287360  ac_header_compiler=yes
    76297361else
    7630   $as_echo "$as_me: failed program was:" >&5
     7362  echo "$as_me: failed program was:" >&5
    76317363sed 's/^/| /' conftest.$ac_ext >&5
    76327364
     
    76357367
    76367368rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7637 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7638 $as_echo "$ac_header_compiler" >&6; }
     7369{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7370echo "${ECHO_T}$ac_header_compiler" >&6; }
    76397371
    76407372# Is the header present?
    7641 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7642 $as_echo_n "checking $ac_header presence... " >&6; }
     7373{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     7374echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    76437375cat >conftest.$ac_ext <<_ACEOF
    76447376/* confdefs.h.  */
     
    76547386  *) ac_try_echo=$ac_try;;
    76557387esac
    7656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7657 $as_echo "$ac_try_echo") >&5
     7388eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    76587389  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    76597390  ac_status=$?
     
    76617392  rm -f conftest.er1
    76627393  cat conftest.err >&5
    7663   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7394  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76647395  (exit $ac_status); } >/dev/null && {
    76657396         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    76687399  ac_header_preproc=yes
    76697400else
    7670   $as_echo "$as_me: failed program was:" >&5
     7401  echo "$as_me: failed program was:" >&5
    76717402sed 's/^/| /' conftest.$ac_ext >&5
    76727403
     
    76757406
    76767407rm -f conftest.err conftest.$ac_ext
    7677 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7678 $as_echo "$ac_header_preproc" >&6; }
     7408{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7409echo "${ECHO_T}$ac_header_preproc" >&6; }
    76797410
    76807411# So?  What about this header?
    76817412case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    76827413  yes:no: )
    7683     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7684 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7685     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7686 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7414    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     7415echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7416    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7417echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    76877418    ac_header_preproc=yes
    76887419    ;;
    76897420  no:yes:* )
    7690     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7691 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7692     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7693 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7694     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7695 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7696     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7697 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7698     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7699 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7700     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7701 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7421    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7422echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7423    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7424echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7425    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7426echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7427    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7428echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7429    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7430echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7431    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7432echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    77027433    ( cat <<\_ASBOX
    77037434## ----------------------------------- ##
     
    77087439    ;;
    77097440esac
    7710 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7711 $as_echo_n "checking for $ac_header... " >&6; }
     7441{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     7442echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    77127443if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7713   $as_echo_n "(cached) " >&6
     7444  echo $ECHO_N "(cached) $ECHO_C" >&6
    77147445else
    77157446  eval "$as_ac_Header=\$ac_header_preproc"
    77167447fi
    7717 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7718                  $as_echo "$as_val"'`
    7719                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7720 $as_echo "$ac_res" >&6; }
    7721 
    7722 fi
    7723 as_val=`eval 'as_val=${'$as_ac_Header'}
    7724                  $as_echo "$as_val"'`
    7725    if test "x$as_val" = x""yes; then
     7448ac_res=`eval echo '${'$as_ac_Header'}'`
     7449               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7450echo "${ECHO_T}$ac_res" >&6; }
     7451
     7452fi
     7453if test `eval echo '${'$as_ac_Header'}'` = yes; then
    77267454  cat >>confdefs.h <<_ACEOF
    7727 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    7728 _ACEOF
    7729 
    7730 else
    7731   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    7732 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     7455#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7456_ACEOF
     7457
     7458else
     7459  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     7460echo "$as_me: WARNING: C headers missing ?" >&2;}
    77337461fi
    77347462
     
    77387466for ac_header in ctype.h
    77397467do
    7740 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     7468as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    77417469if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7742   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7743 $as_echo_n "checking for $ac_header... " >&6; }
     7470  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     7471echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    77447472if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7745   $as_echo_n "(cached) " >&6
    7746 fi
    7747 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7748                  $as_echo "$as_val"'`
    7749                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7750 $as_echo "$ac_res" >&6; }
     7473  echo $ECHO_N "(cached) $ECHO_C" >&6
     7474fi
     7475ac_res=`eval echo '${'$as_ac_Header'}'`
     7476               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7477echo "${ECHO_T}$ac_res" >&6; }
    77517478else
    77527479  # Is the header compilable?
    7753 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7754 $as_echo_n "checking $ac_header usability... " >&6; }
     7480{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     7481echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    77557482cat >conftest.$ac_ext <<_ACEOF
    77567483/* confdefs.h.  */
     
    77687495  *) ac_try_echo=$ac_try;;
    77697496esac
    7770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7771 $as_echo "$ac_try_echo") >&5
     7497eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    77727498  (eval "$ac_compile") 2>conftest.er1
    77737499  ac_status=$?
     
    77757501  rm -f conftest.er1
    77767502  cat conftest.err >&5
    7777   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7503  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77787504  (exit $ac_status); } && {
    77797505         test -z "$ac_cxx_werror_flag" ||
     
    77827508  ac_header_compiler=yes
    77837509else
    7784   $as_echo "$as_me: failed program was:" >&5
     7510  echo "$as_me: failed program was:" >&5
    77857511sed 's/^/| /' conftest.$ac_ext >&5
    77867512
     
    77897515
    77907516rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7791 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7792 $as_echo "$ac_header_compiler" >&6; }
     7517{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7518echo "${ECHO_T}$ac_header_compiler" >&6; }
    77937519
    77947520# Is the header present?
    7795 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7796 $as_echo_n "checking $ac_header presence... " >&6; }
     7521{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     7522echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    77977523cat >conftest.$ac_ext <<_ACEOF
    77987524/* confdefs.h.  */
     
    78087534  *) ac_try_echo=$ac_try;;
    78097535esac
    7810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7811 $as_echo "$ac_try_echo") >&5
     7536eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    78127537  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    78137538  ac_status=$?
     
    78157540  rm -f conftest.er1
    78167541  cat conftest.err >&5
    7817   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7542  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78187543  (exit $ac_status); } >/dev/null && {
    78197544         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    78227547  ac_header_preproc=yes
    78237548else
    7824   $as_echo "$as_me: failed program was:" >&5
     7549  echo "$as_me: failed program was:" >&5
    78257550sed 's/^/| /' conftest.$ac_ext >&5
    78267551
     
    78297554
    78307555rm -f conftest.err conftest.$ac_ext
    7831 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7832 $as_echo "$ac_header_preproc" >&6; }
     7556{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7557echo "${ECHO_T}$ac_header_preproc" >&6; }
    78337558
    78347559# So?  What about this header?
    78357560case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    78367561  yes:no: )
    7837     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7838 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7839     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7840 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7562    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     7563echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7564    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7565echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    78417566    ac_header_preproc=yes
    78427567    ;;
    78437568  no:yes:* )
    7844     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7845 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7846     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7847 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7848     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7849 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7850     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7851 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7852     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7853 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7854     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7855 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7569    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7570echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7571    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7572echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7573    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7574echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7575    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7576echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7577    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7578echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7579    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7580echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    78567581    ( cat <<\_ASBOX
    78577582## ----------------------------------- ##
     
    78627587    ;;
    78637588esac
    7864 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7865 $as_echo_n "checking for $ac_header... " >&6; }
     7589{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     7590echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    78667591if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7867   $as_echo_n "(cached) " >&6
     7592  echo $ECHO_N "(cached) $ECHO_C" >&6
    78687593else
    78697594  eval "$as_ac_Header=\$ac_header_preproc"
    78707595fi
    7871 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7872                  $as_echo "$as_val"'`
    7873                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7874 $as_echo "$ac_res" >&6; }
    7875 
    7876 fi
    7877 as_val=`eval 'as_val=${'$as_ac_Header'}
    7878                  $as_echo "$as_val"'`
    7879    if test "x$as_val" = x""yes; then
     7596ac_res=`eval echo '${'$as_ac_Header'}'`
     7597               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7598echo "${ECHO_T}$ac_res" >&6; }
     7599
     7600fi
     7601if test `eval echo '${'$as_ac_Header'}'` = yes; then
    78807602  cat >>confdefs.h <<_ACEOF
    7881 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    7882 _ACEOF
    7883 
    7884 else
    7885   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    7886 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     7603#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7604_ACEOF
     7605
     7606else
     7607  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     7608echo "$as_me: WARNING: C headers missing ?" >&2;}
    78877609fi
    78887610
     
    78927614for ac_header in errno.h
    78937615do
    7894 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     7616as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    78957617if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7896   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7897 $as_echo_n "checking for $ac_header... " >&6; }
     7618  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     7619echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    78987620if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7899   $as_echo_n "(cached) " >&6
    7900 fi
    7901 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7902                  $as_echo "$as_val"'`
    7903                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7904 $as_echo "$ac_res" >&6; }
     7621  echo $ECHO_N "(cached) $ECHO_C" >&6
     7622fi
     7623ac_res=`eval echo '${'$as_ac_Header'}'`
     7624               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7625echo "${ECHO_T}$ac_res" >&6; }
    79057626else
    79067627  # Is the header compilable?
    7907 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7908 $as_echo_n "checking $ac_header usability... " >&6; }
     7628{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     7629echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    79097630cat >conftest.$ac_ext <<_ACEOF
    79107631/* confdefs.h.  */
     
    79227643  *) ac_try_echo=$ac_try;;
    79237644esac
    7924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7925 $as_echo "$ac_try_echo") >&5
     7645eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    79267646  (eval "$ac_compile") 2>conftest.er1
    79277647  ac_status=$?
     
    79297649  rm -f conftest.er1
    79307650  cat conftest.err >&5
    7931   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7651  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    79327652  (exit $ac_status); } && {
    79337653         test -z "$ac_cxx_werror_flag" ||
     
    79367656  ac_header_compiler=yes
    79377657else
    7938   $as_echo "$as_me: failed program was:" >&5
     7658  echo "$as_me: failed program was:" >&5
    79397659sed 's/^/| /' conftest.$ac_ext >&5
    79407660
     
    79437663
    79447664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7945 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7946 $as_echo "$ac_header_compiler" >&6; }
     7665{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7666echo "${ECHO_T}$ac_header_compiler" >&6; }
    79477667
    79487668# Is the header present?
    7949 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7950 $as_echo_n "checking $ac_header presence... " >&6; }
     7669{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     7670echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    79517671cat >conftest.$ac_ext <<_ACEOF
    79527672/* confdefs.h.  */
     
    79627682  *) ac_try_echo=$ac_try;;
    79637683esac
    7964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7965 $as_echo "$ac_try_echo") >&5
     7684eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    79667685  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    79677686  ac_status=$?
     
    79697688  rm -f conftest.er1
    79707689  cat conftest.err >&5
    7971   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7690  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    79727691  (exit $ac_status); } >/dev/null && {
    79737692         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    79767695  ac_header_preproc=yes
    79777696else
    7978   $as_echo "$as_me: failed program was:" >&5
     7697  echo "$as_me: failed program was:" >&5
    79797698sed 's/^/| /' conftest.$ac_ext >&5
    79807699
     
    79837702
    79847703rm -f conftest.err conftest.$ac_ext
    7985 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7986 $as_echo "$ac_header_preproc" >&6; }
     7704{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7705echo "${ECHO_T}$ac_header_preproc" >&6; }
    79877706
    79887707# So?  What about this header?
    79897708case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    79907709  yes:no: )
    7991     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7992 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7993     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7994 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7710    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     7711echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7712    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7713echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    79957714    ac_header_preproc=yes
    79967715    ;;
    79977716  no:yes:* )
    7998     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7999 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8000     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8001 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8002     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8003 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8004     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8005 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8006     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8007 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8008     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8009 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7717    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7718echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7719    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7720echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7721    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7722echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7723    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7724echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7725    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7726echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7727    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7728echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    80107729    ( cat <<\_ASBOX
    80117730## ----------------------------------- ##
     
    80167735    ;;
    80177736esac
    8018 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8019 $as_echo_n "checking for $ac_header... " >&6; }
     7737{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     7738echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    80207739if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8021   $as_echo_n "(cached) " >&6
     7740  echo $ECHO_N "(cached) $ECHO_C" >&6
    80227741else
    80237742  eval "$as_ac_Header=\$ac_header_preproc"
    80247743fi
    8025 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8026                  $as_echo "$as_val"'`
    8027                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8028 $as_echo "$ac_res" >&6; }
    8029 
    8030 fi
    8031 as_val=`eval 'as_val=${'$as_ac_Header'}
    8032                  $as_echo "$as_val"'`
    8033    if test "x$as_val" = x""yes; then
     7744ac_res=`eval echo '${'$as_ac_Header'}'`
     7745               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7746echo "${ECHO_T}$ac_res" >&6; }
     7747
     7748fi
     7749if test `eval echo '${'$as_ac_Header'}'` = yes; then
    80347750  cat >>confdefs.h <<_ACEOF
    8035 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    8036 _ACEOF
    8037 
    8038 else
    8039   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    8040 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     7751#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7752_ACEOF
     7753
     7754else
     7755  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     7756echo "$as_me: WARNING: C headers missing ?" >&2;}
    80417757fi
    80427758
     
    80467762for ac_header in limits.h
    80477763do
    8048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     7764as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    80497765if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8050   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8051 $as_echo_n "checking for $ac_header... " >&6; }
     7766  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     7767echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    80527768if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8053   $as_echo_n "(cached) " >&6
    8054 fi
    8055 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8056                  $as_echo "$as_val"'`
    8057                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8058 $as_echo "$ac_res" >&6; }
     7769  echo $ECHO_N "(cached) $ECHO_C" >&6
     7770fi
     7771ac_res=`eval echo '${'$as_ac_Header'}'`
     7772               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7773echo "${ECHO_T}$ac_res" >&6; }
    80597774else
    80607775  # Is the header compilable?
    8061 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8062 $as_echo_n "checking $ac_header usability... " >&6; }
     7776{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     7777echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    80637778cat >conftest.$ac_ext <<_ACEOF
    80647779/* confdefs.h.  */
     
    80767791  *) ac_try_echo=$ac_try;;
    80777792esac
    8078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8079 $as_echo "$ac_try_echo") >&5
     7793eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    80807794  (eval "$ac_compile") 2>conftest.er1
    80817795  ac_status=$?
     
    80837797  rm -f conftest.er1
    80847798  cat conftest.err >&5
    8085   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7799  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    80867800  (exit $ac_status); } && {
    80877801         test -z "$ac_cxx_werror_flag" ||
     
    80907804  ac_header_compiler=yes
    80917805else
    8092   $as_echo "$as_me: failed program was:" >&5
     7806  echo "$as_me: failed program was:" >&5
    80937807sed 's/^/| /' conftest.$ac_ext >&5
    80947808
     
    80977811
    80987812rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8099 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8100 $as_echo "$ac_header_compiler" >&6; }
     7813{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7814echo "${ECHO_T}$ac_header_compiler" >&6; }
    81017815
    81027816# Is the header present?
    8103 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8104 $as_echo_n "checking $ac_header presence... " >&6; }
     7817{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     7818echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    81057819cat >conftest.$ac_ext <<_ACEOF
    81067820/* confdefs.h.  */
     
    81167830  *) ac_try_echo=$ac_try;;
    81177831esac
    8118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8119 $as_echo "$ac_try_echo") >&5
     7832eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    81207833  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    81217834  ac_status=$?
     
    81237836  rm -f conftest.er1
    81247837  cat conftest.err >&5
    8125   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7838  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81267839  (exit $ac_status); } >/dev/null && {
    81277840         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    81307843  ac_header_preproc=yes
    81317844else
    8132   $as_echo "$as_me: failed program was:" >&5
     7845  echo "$as_me: failed program was:" >&5
    81337846sed 's/^/| /' conftest.$ac_ext >&5
    81347847
     
    81377850
    81387851rm -f conftest.err conftest.$ac_ext
    8139 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8140 $as_echo "$ac_header_preproc" >&6; }
     7852{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     7853echo "${ECHO_T}$ac_header_preproc" >&6; }
    81417854
    81427855# So?  What about this header?
    81437856case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    81447857  yes:no: )
    8145     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8146 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8147     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8148 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7858    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     7859echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     7860    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7861echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    81497862    ac_header_preproc=yes
    81507863    ;;
    81517864  no:yes:* )
    8152     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8153 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8154     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8155 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8156     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8157 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8158     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8159 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8160     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8161 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8162     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8163 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7865    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     7866echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     7867    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7868echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7869    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7870echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7871    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7872echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     7873    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     7874echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7875    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7876echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    81647877    ( cat <<\_ASBOX
    81657878## ----------------------------------- ##
     
    81707883    ;;
    81717884esac
    8172 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8173 $as_echo_n "checking for $ac_header... " >&6; }
     7885{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     7886echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    81747887if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8175   $as_echo_n "(cached) " >&6
     7888  echo $ECHO_N "(cached) $ECHO_C" >&6
    81767889else
    81777890  eval "$as_ac_Header=\$ac_header_preproc"
    81787891fi
    8179 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8180                  $as_echo "$as_val"'`
    8181                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8182 $as_echo "$ac_res" >&6; }
    8183 
    8184 fi
    8185 as_val=`eval 'as_val=${'$as_ac_Header'}
    8186                  $as_echo "$as_val"'`
    8187    if test "x$as_val" = x""yes; then
     7892ac_res=`eval echo '${'$as_ac_Header'}'`
     7893               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7894echo "${ECHO_T}$ac_res" >&6; }
     7895
     7896fi
     7897if test `eval echo '${'$as_ac_Header'}'` = yes; then
    81887898  cat >>confdefs.h <<_ACEOF
    8189 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    8190 _ACEOF
    8191 
    8192 else
    8193   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    8194 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     7899#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     7900_ACEOF
     7901
     7902else
     7903  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     7904echo "$as_me: WARNING: C headers missing ?" >&2;}
    81957905fi
    81967906
     
    82007910for ac_header in string.h
    82017911do
    8202 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     7912as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    82037913if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8204   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8205 $as_echo_n "checking for $ac_header... " >&6; }
     7914  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     7915echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    82067916if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8207   $as_echo_n "(cached) " >&6
    8208 fi
    8209 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8210                  $as_echo "$as_val"'`
    8211                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8212 $as_echo "$ac_res" >&6; }
     7917  echo $ECHO_N "(cached) $ECHO_C" >&6
     7918fi
     7919ac_res=`eval echo '${'$as_ac_Header'}'`
     7920               { echo "$as_me:$LINENO: result: $ac_res" >&5
     7921echo "${ECHO_T}$ac_res" >&6; }
    82137922else
    82147923  # Is the header compilable?
    8215 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8216 $as_echo_n "checking $ac_header usability... " >&6; }
     7924{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     7925echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    82177926cat >conftest.$ac_ext <<_ACEOF
    82187927/* confdefs.h.  */
     
    82307939  *) ac_try_echo=$ac_try;;
    82317940esac
    8232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8233 $as_echo "$ac_try_echo") >&5
     7941eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    82347942  (eval "$ac_compile") 2>conftest.er1
    82357943  ac_status=$?
     
    82377945  rm -f conftest.er1
    82387946  cat conftest.err >&5
    8239   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7947  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82407948  (exit $ac_status); } && {
    82417949         test -z "$ac_cxx_werror_flag" ||
     
    82447952  ac_header_compiler=yes
    82457953else
    8246   $as_echo "$as_me: failed program was:" >&5
     7954  echo "$as_me: failed program was:" >&5
    82477955sed 's/^/| /' conftest.$ac_ext >&5
    82487956
     
    82517959
    82527960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8253 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8254 $as_echo "$ac_header_compiler" >&6; }
     7961{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     7962echo "${ECHO_T}$ac_header_compiler" >&6; }
    82557963
    82567964# Is the header present?
    8257 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8258 $as_echo_n "checking $ac_header presence... " >&6; }
     7965{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     7966echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    82597967cat >conftest.$ac_ext <<_ACEOF
    82607968/* confdefs.h.  */
     
    82707978  *) ac_try_echo=$ac_try;;
    82717979esac
    8272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8273 $as_echo "$ac_try_echo") >&5
     7980eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    82747981  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    82757982  ac_status=$?
     
    82777984  rm -f conftest.er1
    82787985  cat conftest.err >&5
    8279   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7986  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82807987  (exit $ac_status); } >/dev/null && {
    82817988         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    82847991  ac_header_preproc=yes
    82857992else
    8286   $as_echo "$as_me: failed program was:" >&5
     7993  echo "$as_me: failed program was:" >&5
    82877994sed 's/^/| /' conftest.$ac_ext >&5
    82887995
     
    82917998
    82927999rm -f conftest.err conftest.$ac_ext
    8293 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8294 $as_echo "$ac_header_preproc" >&6; }
     8000{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8001echo "${ECHO_T}$ac_header_preproc" >&6; }
    82958002
    82968003# So?  What about this header?
    82978004case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    82988005  yes:no: )
    8299     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8300 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8301     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8302 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8006    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8007echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8008    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8009echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    83038010    ac_header_preproc=yes
    83048011    ;;
    83058012  no:yes:* )
    8306     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8307 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8308     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8309 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8310     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8311 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8312     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8313 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8314     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8315 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8316     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8317 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8013    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8014echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8015    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8016echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8017    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8018echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8019    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8020echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8021    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8022echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8023    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8024echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    83188025    ( cat <<\_ASBOX
    83198026## ----------------------------------- ##
     
    83248031    ;;
    83258032esac
    8326 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8327 $as_echo_n "checking for $ac_header... " >&6; }
     8033{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     8034echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    83288035if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8329   $as_echo_n "(cached) " >&6
     8036  echo $ECHO_N "(cached) $ECHO_C" >&6
    83308037else
    83318038  eval "$as_ac_Header=\$ac_header_preproc"
    83328039fi
    8333 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8334                  $as_echo "$as_val"'`
    8335                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8336 $as_echo "$ac_res" >&6; }
    8337 
    8338 fi
    8339 as_val=`eval 'as_val=${'$as_ac_Header'}
    8340                  $as_echo "$as_val"'`
    8341    if test "x$as_val" = x""yes; then
     8040ac_res=`eval echo '${'$as_ac_Header'}'`
     8041               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8042echo "${ECHO_T}$ac_res" >&6; }
     8043
     8044fi
     8045if test `eval echo '${'$as_ac_Header'}'` = yes; then
    83428046  cat >>confdefs.h <<_ACEOF
    8343 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    8344 _ACEOF
    8345 
    8346 else
    8347   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    8348 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     8047#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8048_ACEOF
     8049
     8050else
     8051  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     8052echo "$as_me: WARNING: C headers missing ?" >&2;}
    83498053fi
    83508054
     
    83548058for ac_header in stdlib.h
    83558059do
    8356 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8060as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    83578061if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8358   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8359 $as_echo_n "checking for $ac_header... " >&6; }
     8062  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     8063echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    83608064if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8361   $as_echo_n "(cached) " >&6
    8362 fi
    8363 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8364                  $as_echo "$as_val"'`
    8365                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8366 $as_echo "$ac_res" >&6; }
     8065  echo $ECHO_N "(cached) $ECHO_C" >&6
     8066fi
     8067ac_res=`eval echo '${'$as_ac_Header'}'`
     8068               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8069echo "${ECHO_T}$ac_res" >&6; }
    83678070else
    83688071  # Is the header compilable?
    8369 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8370 $as_echo_n "checking $ac_header usability... " >&6; }
     8072{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8073echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    83718074cat >conftest.$ac_ext <<_ACEOF
    83728075/* confdefs.h.  */
     
    83848087  *) ac_try_echo=$ac_try;;
    83858088esac
    8386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8387 $as_echo "$ac_try_echo") >&5
     8089eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    83888090  (eval "$ac_compile") 2>conftest.er1
    83898091  ac_status=$?
     
    83918093  rm -f conftest.er1
    83928094  cat conftest.err >&5
    8393   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8095  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83948096  (exit $ac_status); } && {
    83958097         test -z "$ac_cxx_werror_flag" ||
     
    83988100  ac_header_compiler=yes
    83998101else
    8400   $as_echo "$as_me: failed program was:" >&5
     8102  echo "$as_me: failed program was:" >&5
    84018103sed 's/^/| /' conftest.$ac_ext >&5
    84028104
     
    84058107
    84068108rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8407 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8408 $as_echo "$ac_header_compiler" >&6; }
     8109{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8110echo "${ECHO_T}$ac_header_compiler" >&6; }
    84098111
    84108112# Is the header present?
    8411 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8412 $as_echo_n "checking $ac_header presence... " >&6; }
     8113{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     8114echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    84138115cat >conftest.$ac_ext <<_ACEOF
    84148116/* confdefs.h.  */
     
    84248126  *) ac_try_echo=$ac_try;;
    84258127esac
    8426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8427 $as_echo "$ac_try_echo") >&5
     8128eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    84288129  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    84298130  ac_status=$?
     
    84318132  rm -f conftest.er1
    84328133  cat conftest.err >&5
    8433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8134  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    84348135  (exit $ac_status); } >/dev/null && {
    84358136         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    84388139  ac_header_preproc=yes
    84398140else
    8440   $as_echo "$as_me: failed program was:" >&5
     8141  echo "$as_me: failed program was:" >&5
    84418142sed 's/^/| /' conftest.$ac_ext >&5
    84428143
     
    84458146
    84468147rm -f conftest.err conftest.$ac_ext
    8447 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8448 $as_echo "$ac_header_preproc" >&6; }
     8148{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8149echo "${ECHO_T}$ac_header_preproc" >&6; }
    84498150
    84508151# So?  What about this header?
    84518152case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    84528153  yes:no: )
    8453     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8454 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8455     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8456 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8154    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8155echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8156    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8157echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    84578158    ac_header_preproc=yes
    84588159    ;;
    84598160  no:yes:* )
    8460     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8461 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8462     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8463 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8464     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8465 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8466     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8467 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8468     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8469 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8470     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8471 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8161    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8162echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8163    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8164echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8165    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8166echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8167    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8168echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8169    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8170echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8171    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8172echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    84728173    ( cat <<\_ASBOX
    84738174## ----------------------------------- ##
     
    84788179    ;;
    84798180esac
    8480 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8481 $as_echo_n "checking for $ac_header... " >&6; }
     8181{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     8182echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    84828183if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8483   $as_echo_n "(cached) " >&6
     8184  echo $ECHO_N "(cached) $ECHO_C" >&6
    84848185else
    84858186  eval "$as_ac_Header=\$ac_header_preproc"
    84868187fi
    8487 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8488                  $as_echo "$as_val"'`
    8489                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8490 $as_echo "$ac_res" >&6; }
    8491 
    8492 fi
    8493 as_val=`eval 'as_val=${'$as_ac_Header'}
    8494                  $as_echo "$as_val"'`
    8495    if test "x$as_val" = x""yes; then
     8188ac_res=`eval echo '${'$as_ac_Header'}'`
     8189               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8190echo "${ECHO_T}$ac_res" >&6; }
     8191
     8192fi
     8193if test `eval echo '${'$as_ac_Header'}'` = yes; then
    84968194  cat >>confdefs.h <<_ACEOF
    8497 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    8498 _ACEOF
    8499 
    8500 else
    8501   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    8502 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     8195#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8196_ACEOF
     8197
     8198else
     8199  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     8200echo "$as_me: WARNING: C headers missing ?" >&2;}
    85038201fi
    85048202
     
    85088206for ac_header in stddef.h
    85098207do
    8510 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8208as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    85118209if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8512   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8513 $as_echo_n "checking for $ac_header... " >&6; }
     8210  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     8211echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    85148212if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8515   $as_echo_n "(cached) " >&6
    8516 fi
    8517 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8518                  $as_echo "$as_val"'`
    8519                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8520 $as_echo "$ac_res" >&6; }
     8213  echo $ECHO_N "(cached) $ECHO_C" >&6
     8214fi
     8215ac_res=`eval echo '${'$as_ac_Header'}'`
     8216               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8217echo "${ECHO_T}$ac_res" >&6; }
    85218218else
    85228219  # Is the header compilable?
    8523 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8524 $as_echo_n "checking $ac_header usability... " >&6; }
     8220{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8221echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    85258222cat >conftest.$ac_ext <<_ACEOF
    85268223/* confdefs.h.  */
     
    85388235  *) ac_try_echo=$ac_try;;
    85398236esac
    8540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8541 $as_echo "$ac_try_echo") >&5
     8237eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    85428238  (eval "$ac_compile") 2>conftest.er1
    85438239  ac_status=$?
     
    85458241  rm -f conftest.er1
    85468242  cat conftest.err >&5
    8547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8243  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    85488244  (exit $ac_status); } && {
    85498245         test -z "$ac_cxx_werror_flag" ||
     
    85528248  ac_header_compiler=yes
    85538249else
    8554   $as_echo "$as_me: failed program was:" >&5
     8250  echo "$as_me: failed program was:" >&5
    85558251sed 's/^/| /' conftest.$ac_ext >&5
    85568252
     
    85598255
    85608256rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8561 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8562 $as_echo "$ac_header_compiler" >&6; }
     8257{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8258echo "${ECHO_T}$ac_header_compiler" >&6; }
    85638259
    85648260# Is the header present?
    8565 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8566 $as_echo_n "checking $ac_header presence... " >&6; }
     8261{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     8262echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    85678263cat >conftest.$ac_ext <<_ACEOF
    85688264/* confdefs.h.  */
     
    85788274  *) ac_try_echo=$ac_try;;
    85798275esac
    8580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8581 $as_echo "$ac_try_echo") >&5
     8276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    85828277  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    85838278  ac_status=$?
     
    85858280  rm -f conftest.er1
    85868281  cat conftest.err >&5
    8587   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8282  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    85888283  (exit $ac_status); } >/dev/null && {
    85898284         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    85928287  ac_header_preproc=yes
    85938288else
    8594   $as_echo "$as_me: failed program was:" >&5
     8289  echo "$as_me: failed program was:" >&5
    85958290sed 's/^/| /' conftest.$ac_ext >&5
    85968291
     
    85998294
    86008295rm -f conftest.err conftest.$ac_ext
    8601 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8602 $as_echo "$ac_header_preproc" >&6; }
     8296{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8297echo "${ECHO_T}$ac_header_preproc" >&6; }
    86038298
    86048299# So?  What about this header?
    86058300case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    86068301  yes:no: )
    8607     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8608 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8609     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8610 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8302    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8303echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8304    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8305echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    86118306    ac_header_preproc=yes
    86128307    ;;
    86138308  no:yes:* )
    8614     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8615 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8616     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8617 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8618     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8619 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8620     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8621 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8622     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8623 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8624     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8625 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8309    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8310echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8311    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8312echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8313    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8314echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8315    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8316echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8317    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8318echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8319    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8320echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    86268321    ( cat <<\_ASBOX
    86278322## ----------------------------------- ##
     
    86328327    ;;
    86338328esac
    8634 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8635 $as_echo_n "checking for $ac_header... " >&6; }
     8329{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     8330echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    86368331if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8637   $as_echo_n "(cached) " >&6
     8332  echo $ECHO_N "(cached) $ECHO_C" >&6
    86388333else
    86398334  eval "$as_ac_Header=\$ac_header_preproc"
    86408335fi
    8641 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8642                  $as_echo "$as_val"'`
    8643                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8644 $as_echo "$ac_res" >&6; }
    8645 
    8646 fi
    8647 as_val=`eval 'as_val=${'$as_ac_Header'}
    8648                  $as_echo "$as_val"'`
    8649    if test "x$as_val" = x""yes; then
     8336ac_res=`eval echo '${'$as_ac_Header'}'`
     8337               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8338echo "${ECHO_T}$ac_res" >&6; }
     8339
     8340fi
     8341if test `eval echo '${'$as_ac_Header'}'` = yes; then
    86508342  cat >>confdefs.h <<_ACEOF
    8651 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    8652 _ACEOF
    8653 
    8654 else
    8655   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    8656 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     8343#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8344_ACEOF
     8345
     8346else
     8347  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     8348echo "$as_me: WARNING: C headers missing ?" >&2;}
    86578349fi
    86588350
     
    86628354for ac_header in float.h
    86638355do
    8664 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8356as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    86658357if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8666   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8667 $as_echo_n "checking for $ac_header... " >&6; }
     8358  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     8359echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    86688360if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8669   $as_echo_n "(cached) " >&6
    8670 fi
    8671 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8672                  $as_echo "$as_val"'`
    8673                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8674 $as_echo "$ac_res" >&6; }
     8361  echo $ECHO_N "(cached) $ECHO_C" >&6
     8362fi
     8363ac_res=`eval echo '${'$as_ac_Header'}'`
     8364               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8365echo "${ECHO_T}$ac_res" >&6; }
    86758366else
    86768367  # Is the header compilable?
    8677 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8678 $as_echo_n "checking $ac_header usability... " >&6; }
     8368{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8369echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    86798370cat >conftest.$ac_ext <<_ACEOF
    86808371/* confdefs.h.  */
     
    86928383  *) ac_try_echo=$ac_try;;
    86938384esac
    8694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8695 $as_echo "$ac_try_echo") >&5
     8385eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    86968386  (eval "$ac_compile") 2>conftest.er1
    86978387  ac_status=$?
     
    86998389  rm -f conftest.er1
    87008390  cat conftest.err >&5
    8701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8391  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    87028392  (exit $ac_status); } && {
    87038393         test -z "$ac_cxx_werror_flag" ||
     
    87068396  ac_header_compiler=yes
    87078397else
    8708   $as_echo "$as_me: failed program was:" >&5
     8398  echo "$as_me: failed program was:" >&5
    87098399sed 's/^/| /' conftest.$ac_ext >&5
    87108400
     
    87138403
    87148404rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8715 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8716 $as_echo "$ac_header_compiler" >&6; }
     8405{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8406echo "${ECHO_T}$ac_header_compiler" >&6; }
    87178407
    87188408# Is the header present?
    8719 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8720 $as_echo_n "checking $ac_header presence... " >&6; }
     8409{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     8410echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    87218411cat >conftest.$ac_ext <<_ACEOF
    87228412/* confdefs.h.  */
     
    87328422  *) ac_try_echo=$ac_try;;
    87338423esac
    8734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8735 $as_echo "$ac_try_echo") >&5
     8424eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    87368425  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    87378426  ac_status=$?
     
    87398428  rm -f conftest.er1
    87408429  cat conftest.err >&5
    8741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8430  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    87428431  (exit $ac_status); } >/dev/null && {
    87438432         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    87468435  ac_header_preproc=yes
    87478436else
    8748   $as_echo "$as_me: failed program was:" >&5
     8437  echo "$as_me: failed program was:" >&5
    87498438sed 's/^/| /' conftest.$ac_ext >&5
    87508439
     
    87538442
    87548443rm -f conftest.err conftest.$ac_ext
    8755 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8756 $as_echo "$ac_header_preproc" >&6; }
     8444{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8445echo "${ECHO_T}$ac_header_preproc" >&6; }
    87578446
    87588447# So?  What about this header?
    87598448case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    87608449  yes:no: )
    8761     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8762 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8763     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8764 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8450    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8451echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8452    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8453echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    87658454    ac_header_preproc=yes
    87668455    ;;
    87678456  no:yes:* )
    8768     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8769 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8770     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8771 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8772     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8773 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8774     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8775 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8776     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8777 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8778     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8779 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8457    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8458echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8459    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8460echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8461    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8462echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8463    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8464echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8465    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8466echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8467    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8468echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    87808469    ( cat <<\_ASBOX
    87818470## ----------------------------------- ##
     
    87868475    ;;
    87878476esac
    8788 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8789 $as_echo_n "checking for $ac_header... " >&6; }
     8477{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     8478echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    87908479if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8791   $as_echo_n "(cached) " >&6
     8480  echo $ECHO_N "(cached) $ECHO_C" >&6
    87928481else
    87938482  eval "$as_ac_Header=\$ac_header_preproc"
    87948483fi
    8795 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8796                  $as_echo "$as_val"'`
    8797                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8798 $as_echo "$ac_res" >&6; }
    8799 
    8800 fi
    8801 as_val=`eval 'as_val=${'$as_ac_Header'}
    8802                  $as_echo "$as_val"'`
    8803    if test "x$as_val" = x""yes; then
     8484ac_res=`eval echo '${'$as_ac_Header'}'`
     8485               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8486echo "${ECHO_T}$ac_res" >&6; }
     8487
     8488fi
     8489if test `eval echo '${'$as_ac_Header'}'` = yes; then
    88048490  cat >>confdefs.h <<_ACEOF
    8805 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    8806 _ACEOF
    8807 
    8808 else
    8809   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    8810 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     8491#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8492_ACEOF
     8493
     8494else
     8495  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     8496echo "$as_me: WARNING: C headers missing ?" >&2;}
    88118497fi
    88128498
     
    88168502for ac_header in math.h
    88178503do
    8818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8504as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    88198505if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8820   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8821 $as_echo_n "checking for $ac_header... " >&6; }
     8506  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     8507echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    88228508if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8823   $as_echo_n "(cached) " >&6
    8824 fi
    8825 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8826                  $as_echo "$as_val"'`
    8827                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8828 $as_echo "$ac_res" >&6; }
     8509  echo $ECHO_N "(cached) $ECHO_C" >&6
     8510fi
     8511ac_res=`eval echo '${'$as_ac_Header'}'`
     8512               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8513echo "${ECHO_T}$ac_res" >&6; }
    88298514else
    88308515  # Is the header compilable?
    8831 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8832 $as_echo_n "checking $ac_header usability... " >&6; }
     8516{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8517echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    88338518cat >conftest.$ac_ext <<_ACEOF
    88348519/* confdefs.h.  */
     
    88468531  *) ac_try_echo=$ac_try;;
    88478532esac
    8848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8849 $as_echo "$ac_try_echo") >&5
     8533eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    88508534  (eval "$ac_compile") 2>conftest.er1
    88518535  ac_status=$?
     
    88538537  rm -f conftest.er1
    88548538  cat conftest.err >&5
    8855   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8539  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    88568540  (exit $ac_status); } && {
    88578541         test -z "$ac_cxx_werror_flag" ||
     
    88608544  ac_header_compiler=yes
    88618545else
    8862   $as_echo "$as_me: failed program was:" >&5
     8546  echo "$as_me: failed program was:" >&5
    88638547sed 's/^/| /' conftest.$ac_ext >&5
    88648548
     
    88678551
    88688552rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8869 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    8870 $as_echo "$ac_header_compiler" >&6; }
     8553{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8554echo "${ECHO_T}$ac_header_compiler" >&6; }
    88718555
    88728556# Is the header present?
    8873 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    8874 $as_echo_n "checking $ac_header presence... " >&6; }
     8557{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     8558echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    88758559cat >conftest.$ac_ext <<_ACEOF
    88768560/* confdefs.h.  */
     
    88868570  *) ac_try_echo=$ac_try;;
    88878571esac
    8888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8889 $as_echo "$ac_try_echo") >&5
     8572eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    88908573  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    88918574  ac_status=$?
     
    88938576  rm -f conftest.er1
    88948577  cat conftest.err >&5
    8895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8578  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    88968579  (exit $ac_status); } >/dev/null && {
    88978580         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    89008583  ac_header_preproc=yes
    89018584else
    8902   $as_echo "$as_me: failed program was:" >&5
     8585  echo "$as_me: failed program was:" >&5
    89038586sed 's/^/| /' conftest.$ac_ext >&5
    89048587
     
    89078590
    89088591rm -f conftest.err conftest.$ac_ext
    8909 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    8910 $as_echo "$ac_header_preproc" >&6; }
     8592{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8593echo "${ECHO_T}$ac_header_preproc" >&6; }
    89118594
    89128595# So?  What about this header?
    89138596case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    89148597  yes:no: )
    8915     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    8916 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    8917     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    8918 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8598    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8599echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8600    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8601echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    89198602    ac_header_preproc=yes
    89208603    ;;
    89218604  no:yes:* )
    8922     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    8923 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    8924     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    8925 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    8926     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    8927 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    8928     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    8929 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    8930     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    8931 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    8932     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    8933 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8605    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8606echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8607    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8608echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8609    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8610echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8611    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8612echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8613    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8614echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8615    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8616echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    89348617    ( cat <<\_ASBOX
    89358618## ----------------------------------- ##
     
    89408623    ;;
    89418624esac
    8942 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8943 $as_echo_n "checking for $ac_header... " >&6; }
     8625{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     8626echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    89448627if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8945   $as_echo_n "(cached) " >&6
     8628  echo $ECHO_N "(cached) $ECHO_C" >&6
    89468629else
    89478630  eval "$as_ac_Header=\$ac_header_preproc"
    89488631fi
    8949 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8950                  $as_echo "$as_val"'`
    8951                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8952 $as_echo "$ac_res" >&6; }
    8953 
    8954 fi
    8955 as_val=`eval 'as_val=${'$as_ac_Header'}
    8956                  $as_echo "$as_val"'`
    8957    if test "x$as_val" = x""yes; then
     8632ac_res=`eval echo '${'$as_ac_Header'}'`
     8633               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8634echo "${ECHO_T}$ac_res" >&6; }
     8635
     8636fi
     8637if test `eval echo '${'$as_ac_Header'}'` = yes; then
    89588638  cat >>confdefs.h <<_ACEOF
    8959 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    8960 _ACEOF
    8961 
    8962 else
    8963   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    8964 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     8639#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8640_ACEOF
     8641
     8642else
     8643  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     8644echo "$as_me: WARNING: C headers missing ?" >&2;}
    89658645fi
    89668646
     
    89708650for ac_header in malloc.h
    89718651do
    8972 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8652as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    89738653if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8974   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    8975 $as_echo_n "checking for $ac_header... " >&6; }
     8654  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     8655echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    89768656if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    8977   $as_echo_n "(cached) " >&6
    8978 fi
    8979 ac_res=`eval 'as_val=${'$as_ac_Header'}
    8980                  $as_echo "$as_val"'`
    8981                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8982 $as_echo "$ac_res" >&6; }
     8657  echo $ECHO_N "(cached) $ECHO_C" >&6
     8658fi
     8659ac_res=`eval echo '${'$as_ac_Header'}'`
     8660               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8661echo "${ECHO_T}$ac_res" >&6; }
    89838662else
    89848663  # Is the header compilable?
    8985 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    8986 $as_echo_n "checking $ac_header usability... " >&6; }
     8664{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8665echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    89878666cat >conftest.$ac_ext <<_ACEOF
    89888667/* confdefs.h.  */
     
    90008679  *) ac_try_echo=$ac_try;;
    90018680esac
    9002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9003 $as_echo "$ac_try_echo") >&5
     8681eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    90048682  (eval "$ac_compile") 2>conftest.er1
    90058683  ac_status=$?
     
    90078685  rm -f conftest.er1
    90088686  cat conftest.err >&5
    9009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8687  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    90108688  (exit $ac_status); } && {
    90118689         test -z "$ac_cxx_werror_flag" ||
     
    90148692  ac_header_compiler=yes
    90158693else
    9016   $as_echo "$as_me: failed program was:" >&5
     8694  echo "$as_me: failed program was:" >&5
    90178695sed 's/^/| /' conftest.$ac_ext >&5
    90188696
     
    90218699
    90228700rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    9023 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    9024 $as_echo "$ac_header_compiler" >&6; }
     8701{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8702echo "${ECHO_T}$ac_header_compiler" >&6; }
    90258703
    90268704# Is the header present?
    9027 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    9028 $as_echo_n "checking $ac_header presence... " >&6; }
     8705{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     8706echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    90298707cat >conftest.$ac_ext <<_ACEOF
    90308708/* confdefs.h.  */
     
    90408718  *) ac_try_echo=$ac_try;;
    90418719esac
    9042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9043 $as_echo "$ac_try_echo") >&5
     8720eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    90448721  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    90458722  ac_status=$?
     
    90478724  rm -f conftest.er1
    90488725  cat conftest.err >&5
    9049   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8726  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    90508727  (exit $ac_status); } >/dev/null && {
    90518728         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    90548731  ac_header_preproc=yes
    90558732else
    9056   $as_echo "$as_me: failed program was:" >&5
     8733  echo "$as_me: failed program was:" >&5
    90578734sed 's/^/| /' conftest.$ac_ext >&5
    90588735
     
    90618738
    90628739rm -f conftest.err conftest.$ac_ext
    9063 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    9064 $as_echo "$ac_header_preproc" >&6; }
     8740{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8741echo "${ECHO_T}$ac_header_preproc" >&6; }
    90658742
    90668743# So?  What about this header?
    90678744case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    90688745  yes:no: )
    9069     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    9070 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    9071     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    9072 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8746    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8747echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8748    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8749echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    90738750    ac_header_preproc=yes
    90748751    ;;
    90758752  no:yes:* )
    9076     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    9077 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    9078     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    9079 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    9080     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    9081 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    9082     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    9083 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    9084     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    9085 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    9086     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    9087 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8753    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8754echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8755    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8756echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8757    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8758echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8759    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8760echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8761    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8762echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8763    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8764echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    90888765    ( cat <<\_ASBOX
    90898766## ----------------------------------- ##
     
    90948771    ;;
    90958772esac
    9096 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    9097 $as_echo_n "checking for $ac_header... " >&6; }
     8773{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     8774echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    90988775if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9099   $as_echo_n "(cached) " >&6
     8776  echo $ECHO_N "(cached) $ECHO_C" >&6
    91008777else
    91018778  eval "$as_ac_Header=\$ac_header_preproc"
    91028779fi
    9103 ac_res=`eval 'as_val=${'$as_ac_Header'}
    9104                  $as_echo "$as_val"'`
    9105                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    9106 $as_echo "$ac_res" >&6; }
    9107 
    9108 fi
    9109 as_val=`eval 'as_val=${'$as_ac_Header'}
    9110                  $as_echo "$as_val"'`
    9111    if test "x$as_val" = x""yes; then
     8780ac_res=`eval echo '${'$as_ac_Header'}'`
     8781               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8782echo "${ECHO_T}$ac_res" >&6; }
     8783
     8784fi
     8785if test `eval echo '${'$as_ac_Header'}'` = yes; then
    91128786  cat >>confdefs.h <<_ACEOF
    9113 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    9114 _ACEOF
    9115 
    9116 else
    9117   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    9118 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     8787#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8788_ACEOF
     8789
     8790else
     8791  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     8792echo "$as_me: WARNING: C headers missing ?" >&2;}
    91198793fi
    91208794
     
    91248798for ac_header in memory.h
    91258799do
    9126 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8800as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    91278801if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9128   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    9129 $as_echo_n "checking for $ac_header... " >&6; }
     8802  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     8803echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    91308804if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9131   $as_echo_n "(cached) " >&6
    9132 fi
    9133 ac_res=`eval 'as_val=${'$as_ac_Header'}
    9134                  $as_echo "$as_val"'`
    9135                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    9136 $as_echo "$ac_res" >&6; }
     8805  echo $ECHO_N "(cached) $ECHO_C" >&6
     8806fi
     8807ac_res=`eval echo '${'$as_ac_Header'}'`
     8808               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8809echo "${ECHO_T}$ac_res" >&6; }
    91378810else
    91388811  # Is the header compilable?
    9139 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    9140 $as_echo_n "checking $ac_header usability... " >&6; }
     8812{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8813echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    91418814cat >conftest.$ac_ext <<_ACEOF
    91428815/* confdefs.h.  */
     
    91548827  *) ac_try_echo=$ac_try;;
    91558828esac
    9156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9157 $as_echo "$ac_try_echo") >&5
     8829eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    91588830  (eval "$ac_compile") 2>conftest.er1
    91598831  ac_status=$?
     
    91618833  rm -f conftest.er1
    91628834  cat conftest.err >&5
    9163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8835  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    91648836  (exit $ac_status); } && {
    91658837         test -z "$ac_cxx_werror_flag" ||
     
    91688840  ac_header_compiler=yes
    91698841else
    9170   $as_echo "$as_me: failed program was:" >&5
     8842  echo "$as_me: failed program was:" >&5
    91718843sed 's/^/| /' conftest.$ac_ext >&5
    91728844
     
    91758847
    91768848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    9177 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    9178 $as_echo "$ac_header_compiler" >&6; }
     8849{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8850echo "${ECHO_T}$ac_header_compiler" >&6; }
    91798851
    91808852# Is the header present?
    9181 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    9182 $as_echo_n "checking $ac_header presence... " >&6; }
     8853{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     8854echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    91838855cat >conftest.$ac_ext <<_ACEOF
    91848856/* confdefs.h.  */
     
    91948866  *) ac_try_echo=$ac_try;;
    91958867esac
    9196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9197 $as_echo "$ac_try_echo") >&5
     8868eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    91988869  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    91998870  ac_status=$?
     
    92018872  rm -f conftest.er1
    92028873  cat conftest.err >&5
    9203   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8874  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    92048875  (exit $ac_status); } >/dev/null && {
    92058876         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    92088879  ac_header_preproc=yes
    92098880else
    9210   $as_echo "$as_me: failed program was:" >&5
     8881  echo "$as_me: failed program was:" >&5
    92118882sed 's/^/| /' conftest.$ac_ext >&5
    92128883
     
    92158886
    92168887rm -f conftest.err conftest.$ac_ext
    9217 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    9218 $as_echo "$ac_header_preproc" >&6; }
     8888{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     8889echo "${ECHO_T}$ac_header_preproc" >&6; }
    92198890
    92208891# So?  What about this header?
    92218892case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    92228893  yes:no: )
    9223     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    9224 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    9225     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    9226 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     8894    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     8895echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     8896    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     8897echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    92278898    ac_header_preproc=yes
    92288899    ;;
    92298900  no:yes:* )
    9230     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    9231 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    9232     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    9233 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    9234     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    9235 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    9236     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    9237 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    9238     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    9239 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    9240     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    9241 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     8901    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     8902echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     8903    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     8904echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     8905    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     8906echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     8907    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     8908echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     8909    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     8910echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     8911    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     8912echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    92428913    ( cat <<\_ASBOX
    92438914## ----------------------------------- ##
     
    92488919    ;;
    92498920esac
    9250 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    9251 $as_echo_n "checking for $ac_header... " >&6; }
     8921{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     8922echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    92528923if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9253   $as_echo_n "(cached) " >&6
     8924  echo $ECHO_N "(cached) $ECHO_C" >&6
    92548925else
    92558926  eval "$as_ac_Header=\$ac_header_preproc"
    92568927fi
    9257 ac_res=`eval 'as_val=${'$as_ac_Header'}
    9258                  $as_echo "$as_val"'`
    9259                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    9260 $as_echo "$ac_res" >&6; }
    9261 
    9262 fi
    9263 as_val=`eval 'as_val=${'$as_ac_Header'}
    9264                  $as_echo "$as_val"'`
    9265    if test "x$as_val" = x""yes; then
     8928ac_res=`eval echo '${'$as_ac_Header'}'`
     8929               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8930echo "${ECHO_T}$ac_res" >&6; }
     8931
     8932fi
     8933if test `eval echo '${'$as_ac_Header'}'` = yes; then
    92668934  cat >>confdefs.h <<_ACEOF
    9267 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    9268 _ACEOF
    9269 
    9270 else
    9271   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    9272 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     8935#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     8936_ACEOF
     8937
     8938else
     8939  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     8940echo "$as_me: WARNING: C headers missing ?" >&2;}
    92738941fi
    92748942
     
    92788946for ac_header in unistd.h
    92798947do
    9280 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     8948as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    92818949if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9282   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    9283 $as_echo_n "checking for $ac_header... " >&6; }
     8950  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     8951echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    92848952if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9285   $as_echo_n "(cached) " >&6
    9286 fi
    9287 ac_res=`eval 'as_val=${'$as_ac_Header'}
    9288                  $as_echo "$as_val"'`
    9289                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    9290 $as_echo "$ac_res" >&6; }
     8953  echo $ECHO_N "(cached) $ECHO_C" >&6
     8954fi
     8955ac_res=`eval echo '${'$as_ac_Header'}'`
     8956               { echo "$as_me:$LINENO: result: $ac_res" >&5
     8957echo "${ECHO_T}$ac_res" >&6; }
    92918958else
    92928959  # Is the header compilable?
    9293 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    9294 $as_echo_n "checking $ac_header usability... " >&6; }
     8960{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     8961echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    92958962cat >conftest.$ac_ext <<_ACEOF
    92968963/* confdefs.h.  */
     
    93088975  *) ac_try_echo=$ac_try;;
    93098976esac
    9310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9311 $as_echo "$ac_try_echo") >&5
     8977eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    93128978  (eval "$ac_compile") 2>conftest.er1
    93138979  ac_status=$?
     
    93158981  rm -f conftest.er1
    93168982  cat conftest.err >&5
    9317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8983  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    93188984  (exit $ac_status); } && {
    93198985         test -z "$ac_cxx_werror_flag" ||
     
    93228988  ac_header_compiler=yes
    93238989else
    9324   $as_echo "$as_me: failed program was:" >&5
     8990  echo "$as_me: failed program was:" >&5
    93258991sed 's/^/| /' conftest.$ac_ext >&5
    93268992
     
    93298995
    93308996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    9331 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    9332 $as_echo "$ac_header_compiler" >&6; }
     8997{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     8998echo "${ECHO_T}$ac_header_compiler" >&6; }
    93338999
    93349000# Is the header present?
    9335 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    9336 $as_echo_n "checking $ac_header presence... " >&6; }
     9001{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     9002echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    93379003cat >conftest.$ac_ext <<_ACEOF
    93389004/* confdefs.h.  */
     
    93489014  *) ac_try_echo=$ac_try;;
    93499015esac
    9350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9351 $as_echo "$ac_try_echo") >&5
     9016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    93529017  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    93539018  ac_status=$?
     
    93559020  rm -f conftest.er1
    93569021  cat conftest.err >&5
    9357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9022  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    93589023  (exit $ac_status); } >/dev/null && {
    93599024         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    93629027  ac_header_preproc=yes
    93639028else
    9364   $as_echo "$as_me: failed program was:" >&5
     9029  echo "$as_me: failed program was:" >&5
    93659030sed 's/^/| /' conftest.$ac_ext >&5
    93669031
     
    93699034
    93709035rm -f conftest.err conftest.$ac_ext
    9371 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    9372 $as_echo "$ac_header_preproc" >&6; }
     9036{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     9037echo "${ECHO_T}$ac_header_preproc" >&6; }
    93739038
    93749039# So?  What about this header?
    93759040case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    93769041  yes:no: )
    9377     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    9378 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    9379     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    9380 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     9042    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     9043echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     9044    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     9045echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    93819046    ac_header_preproc=yes
    93829047    ;;
    93839048  no:yes:* )
    9384     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    9385 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    9386     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    9387 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    9388     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    9389 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    9390     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    9391 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    9392     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    9393 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    9394     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    9395 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     9049    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     9050echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     9051    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     9052echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     9053    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     9054echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     9055    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     9056echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     9057    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     9058echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     9059    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     9060echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    93969061    ( cat <<\_ASBOX
    93979062## ----------------------------------- ##
     
    94029067    ;;
    94039068esac
    9404 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    9405 $as_echo_n "checking for $ac_header... " >&6; }
     9069{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     9070echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    94069071if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9407   $as_echo_n "(cached) " >&6
     9072  echo $ECHO_N "(cached) $ECHO_C" >&6
    94089073else
    94099074  eval "$as_ac_Header=\$ac_header_preproc"
    94109075fi
    9411 ac_res=`eval 'as_val=${'$as_ac_Header'}
    9412                  $as_echo "$as_val"'`
    9413                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    9414 $as_echo "$ac_res" >&6; }
    9415 
    9416 fi
    9417 as_val=`eval 'as_val=${'$as_ac_Header'}
    9418                  $as_echo "$as_val"'`
    9419    if test "x$as_val" = x""yes; then
     9076ac_res=`eval echo '${'$as_ac_Header'}'`
     9077               { echo "$as_me:$LINENO: result: $ac_res" >&5
     9078echo "${ECHO_T}$ac_res" >&6; }
     9079
     9080fi
     9081if test `eval echo '${'$as_ac_Header'}'` = yes; then
    94209082  cat >>confdefs.h <<_ACEOF
    9421 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    9422 _ACEOF
    9423 
    9424 else
    9425   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    9426 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     9083#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     9084_ACEOF
     9085
     9086else
     9087  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     9088echo "$as_me: WARNING: C headers missing ?" >&2;}
    94279089fi
    94289090
     
    94339095for ac_header in inttypes.h
    94349096do
    9435 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     9097as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    94369098if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9437   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    9438 $as_echo_n "checking for $ac_header... " >&6; }
     9099  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     9100echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    94399101if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9440   $as_echo_n "(cached) " >&6
    9441 fi
    9442 ac_res=`eval 'as_val=${'$as_ac_Header'}
    9443                  $as_echo "$as_val"'`
    9444                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    9445 $as_echo "$ac_res" >&6; }
     9102  echo $ECHO_N "(cached) $ECHO_C" >&6
     9103fi
     9104ac_res=`eval echo '${'$as_ac_Header'}'`
     9105               { echo "$as_me:$LINENO: result: $ac_res" >&5
     9106echo "${ECHO_T}$ac_res" >&6; }
    94469107else
    94479108  # Is the header compilable?
    9448 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    9449 $as_echo_n "checking $ac_header usability... " >&6; }
     9109{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     9110echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    94509111cat >conftest.$ac_ext <<_ACEOF
    94519112/* confdefs.h.  */
     
    94639124  *) ac_try_echo=$ac_try;;
    94649125esac
    9465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9466 $as_echo "$ac_try_echo") >&5
     9126eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    94679127  (eval "$ac_compile") 2>conftest.er1
    94689128  ac_status=$?
     
    94709130  rm -f conftest.er1
    94719131  cat conftest.err >&5
    9472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9132  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    94739133  (exit $ac_status); } && {
    94749134         test -z "$ac_cxx_werror_flag" ||
     
    94779137  ac_header_compiler=yes
    94789138else
    9479   $as_echo "$as_me: failed program was:" >&5
     9139  echo "$as_me: failed program was:" >&5
    94809140sed 's/^/| /' conftest.$ac_ext >&5
    94819141
     
    94849144
    94859145rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    9486 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    9487 $as_echo "$ac_header_compiler" >&6; }
     9146{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     9147echo "${ECHO_T}$ac_header_compiler" >&6; }
    94889148
    94899149# Is the header present?
    9490 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    9491 $as_echo_n "checking $ac_header presence... " >&6; }
     9150{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     9151echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    94929152cat >conftest.$ac_ext <<_ACEOF
    94939153/* confdefs.h.  */
     
    95039163  *) ac_try_echo=$ac_try;;
    95049164esac
    9505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9506 $as_echo "$ac_try_echo") >&5
     9165eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    95079166  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    95089167  ac_status=$?
     
    95109169  rm -f conftest.er1
    95119170  cat conftest.err >&5
    9512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9171  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    95139172  (exit $ac_status); } >/dev/null && {
    95149173         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    95179176  ac_header_preproc=yes
    95189177else
    9519   $as_echo "$as_me: failed program was:" >&5
     9178  echo "$as_me: failed program was:" >&5
    95209179sed 's/^/| /' conftest.$ac_ext >&5
    95219180
     
    95249183
    95259184rm -f conftest.err conftest.$ac_ext
    9526 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    9527 $as_echo "$ac_header_preproc" >&6; }
     9185{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     9186echo "${ECHO_T}$ac_header_preproc" >&6; }
    95289187
    95299188# So?  What about this header?
    95309189case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    95319190  yes:no: )
    9532     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    9533 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    9534     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    9535 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     9191    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     9192echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     9193    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     9194echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    95369195    ac_header_preproc=yes
    95379196    ;;
    95389197  no:yes:* )
    9539     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    9540 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    9541     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    9542 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    9543     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    9544 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    9545     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    9546 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    9547     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    9548 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    9549     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    9550 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     9198    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     9199echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     9200    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     9201echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     9202    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     9203echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     9204    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     9205echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     9206    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     9207echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     9208    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     9209echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    95519210    ( cat <<\_ASBOX
    95529211## ----------------------------------- ##
     
    95579216    ;;
    95589217esac
    9559 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    9560 $as_echo_n "checking for $ac_header... " >&6; }
     9218{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     9219echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    95619220if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    9562   $as_echo_n "(cached) " >&6
     9221  echo $ECHO_N "(cached) $ECHO_C" >&6
    95639222else
    95649223  eval "$as_ac_Header=\$ac_header_preproc"
    95659224fi
    9566 ac_res=`eval 'as_val=${'$as_ac_Header'}
    9567                  $as_echo "$as_val"'`
    9568                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    9569 $as_echo "$ac_res" >&6; }
    9570 
    9571 fi
    9572 as_val=`eval 'as_val=${'$as_ac_Header'}
    9573                  $as_echo "$as_val"'`
    9574    if test "x$as_val" = x""yes; then
     9225ac_res=`eval echo '${'$as_ac_Header'}'`
     9226               { echo "$as_me:$LINENO: result: $ac_res" >&5
     9227echo "${ECHO_T}$ac_res" >&6; }
     9228
     9229fi
     9230if test `eval echo '${'$as_ac_Header'}'` = yes; then
    95759231  cat >>confdefs.h <<_ACEOF
    9576 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    9577 _ACEOF
    9578 
    9579 else
    9580   { $as_echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
    9581 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}
     9232#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     9233_ACEOF
     9234
     9235else
     9236  { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5
     9237echo "$as_me: WARNING: C headers missing ?" >&2;}
    95829238fi
    95839239
     
    95969252    # Step 0.a: Enable 64 bit support?
    95979253
    9598     { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
    9599 $as_echo_n "checking if 64bit support is requested... " >&6; }
     9254    { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
     9255echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }
    96009256    # Check whether --enable-64bit was given.
    96019257if test "${enable_64bit+set}" = set; then
     
    96059261fi
    96069262
    9607     { $as_echo "$as_me:$LINENO: result: $do64bit" >&5
    9608 $as_echo "$do64bit" >&6; }
     9263    { echo "$as_me:$LINENO: result: $do64bit" >&5
     9264echo "${ECHO_T}$do64bit" >&6; }
    96099265
    96109266    # Step 0.b: Enable Solaris 64 bit VIS support?
    96119267
    9612     { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
    9613 $as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; }
     9268    { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
     9269echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }
    96149270    # Check whether --enable-64bit-vis was given.
    96159271if test "${enable_64bit_vis+set}" = set; then
     
    96199275fi
    96209276
    9621     { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5
    9622 $as_echo "$do64bitVIS" >&6; }
     9277    { echo "$as_me:$LINENO: result: $do64bitVIS" >&5
     9278echo "${ECHO_T}$do64bitVIS" >&6; }
    96239279
    96249280    if test "$do64bitVIS" = "yes"; then
     
    96319287
    96329288
    9633     { $as_echo "$as_me:$LINENO: checking system version" >&5
    9634 $as_echo_n "checking system version... " >&6; }
     9289    { echo "$as_me:$LINENO: checking system version" >&5
     9290echo $ECHO_N "checking system version... $ECHO_C" >&6; }
    96359291if test "${tcl_cv_sys_version+set}" = set; then
    9636   $as_echo_n "(cached) " >&6
     9292  echo $ECHO_N "(cached) $ECHO_C" >&6
    96379293else
    96389294
     
    96429298            tcl_cv_sys_version=`uname -s`-`uname -r`
    96439299            if test "$?" -ne 0 ; then
    9644                 { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
    9645 $as_echo "$as_me: WARNING: can't find uname command" >&2;}
     9300                { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
     9301echo "$as_me: WARNING: can't find uname command" >&2;}
    96469302                tcl_cv_sys_version=unknown
    96479303            else
     
    96599315
    96609316fi
    9661 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
    9662 $as_echo "$tcl_cv_sys_version" >&6; }
     9317{ echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
     9318echo "${ECHO_T}$tcl_cv_sys_version" >&6; }
    96639319    system=$tcl_cv_sys_version
    96649320
     
    96679323    # Linux can use either -ldl or -ldld for dynamic loading.
    96689324
    9669     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    9670 $as_echo_n "checking for dlopen in -ldl... " >&6; }
     9325    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     9326echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
    96719327if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    9672   $as_echo_n "(cached) " >&6
     9328  echo $ECHO_N "(cached) $ECHO_C" >&6
    96739329else
    96749330  ac_check_lib_save_LIBS=$LIBS
     
    97029358  *) ac_try_echo=$ac_try;;
    97039359esac
    9704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9705 $as_echo "$ac_try_echo") >&5
     9360eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    97069361  (eval "$ac_link") 2>conftest.er1
    97079362  ac_status=$?
     
    97099364  rm -f conftest.er1
    97109365  cat conftest.err >&5
    9711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9366  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    97129367  (exit $ac_status); } && {
    97139368         test -z "$ac_cxx_werror_flag" ||
    97149369         test ! -s conftest.err
    9715        } && test -s conftest$ac_exeext && {
    9716          test "$cross_compiling" = yes ||
    9717          $as_test_x conftest$ac_exeext
    9718        }; then
     9370       } && test -s conftest$ac_exeext &&
     9371       $as_test_x conftest$ac_exeext; then
    97199372  ac_cv_lib_dl_dlopen=yes
    97209373else
    9721   $as_echo "$as_me: failed program was:" >&5
     9374  echo "$as_me: failed program was:" >&5
    97229375sed 's/^/| /' conftest.$ac_ext >&5
    97239376
     
    97259378fi
    97269379
    9727 rm -rf conftest.dSYM
    97289380rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    97299381      conftest$ac_exeext conftest.$ac_ext
    97309382LIBS=$ac_check_lib_save_LIBS
    97319383fi
    9732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    9733 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    9734 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
     9384{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     9385echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
     9386if test $ac_cv_lib_dl_dlopen = yes; then
    97359387  have_dl=yes
    97369388else
     
    97649416    # Extract the first word of "ar", so it can be a program name with args.
    97659417set dummy ar; ac_word=$2
    9766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    9767 $as_echo_n "checking for $ac_word... " >&6; }
     9418{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     9419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    97689420if test "${ac_cv_prog_AR+set}" = set; then
    9769   $as_echo_n "(cached) " >&6
     9421  echo $ECHO_N "(cached) $ECHO_C" >&6
    97709422else
    97719423  if test -n "$AR"; then
     
    97809432  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    97819433    ac_cv_prog_AR="ar"
    9782     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9434    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    97839435    break 2
    97849436  fi
     
    97919443AR=$ac_cv_prog_AR
    97929444if test -n "$AR"; then
    9793   { $as_echo "$as_me:$LINENO: result: $AR" >&5
    9794 $as_echo "$AR" >&6; }
    9795 else
    9796   { $as_echo "$as_me:$LINENO: result: no" >&5
    9797 $as_echo "no" >&6; }
     9445  { echo "$as_me:$LINENO: result: $AR" >&5
     9446echo "${ECHO_T}$AR" >&6; }
     9447else
     9448  { echo "$as_me:$LINENO: result: no" >&5
     9449echo "${ECHO_T}no" >&6; }
    97989450fi
    97999451
    98009452
    98019453    if test "${AR}" = "" ; then
    9802         { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
    9803 $as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
     9454        { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
     9455echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
    98049456   { (exit 1); exit 1; }; }
    98059457    fi
     
    98209472                        ;;
    98219473                esac
    9822                 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
    9823 $as_echo "Using $CC for compiling with threads" >&6; }
     9474                { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
     9475echo "${ECHO_T}Using $CC for compiling with threads" >&6; }
    98249476            fi
    98259477            LIBS="$LIBS -lc"
     
    98369488            if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then
    98379489                if test "$GCC" = "yes" ; then
    9838                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    9839 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     9490                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     9491echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    98409492                else
    98419493                    do64bit_ok=yes
     
    98919543            # known GMT value.
    98929544
    9893             { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
    9894 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
     9545            { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
     9546echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }
    98959547if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    9896   $as_echo_n "(cached) " >&6
     9548  echo $ECHO_N "(cached) $ECHO_C" >&6
    98979549else
    98989550  ac_check_lib_save_LIBS=$LIBS
     
    99269578  *) ac_try_echo=$ac_try;;
    99279579esac
    9928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9929 $as_echo "$ac_try_echo") >&5
     9580eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    99309581  (eval "$ac_link") 2>conftest.er1
    99319582  ac_status=$?
     
    99339584  rm -f conftest.er1
    99349585  cat conftest.err >&5
    9935   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9586  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    99369587  (exit $ac_status); } && {
    99379588         test -z "$ac_cxx_werror_flag" ||
    99389589         test ! -s conftest.err
    9939        } && test -s conftest$ac_exeext && {
    9940          test "$cross_compiling" = yes ||
    9941          $as_test_x conftest$ac_exeext
    9942        }; then
     9590       } && test -s conftest$ac_exeext &&
     9591       $as_test_x conftest$ac_exeext; then
    99439592  ac_cv_lib_bsd_gettimeofday=yes
    99449593else
    9945   $as_echo "$as_me: failed program was:" >&5
     9594  echo "$as_me: failed program was:" >&5
    99469595sed 's/^/| /' conftest.$ac_ext >&5
    99479596
     
    99499598fi
    99509599
    9951 rm -rf conftest.dSYM
    99529600rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    99539601      conftest$ac_exeext conftest.$ac_ext
    99549602LIBS=$ac_check_lib_save_LIBS
    99559603fi
    9956 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
    9957 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
    9958 if test "x$ac_cv_lib_bsd_gettimeofday" = x""yes; then
     9604{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
     9605echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }
     9606if test $ac_cv_lib_bsd_gettimeofday = yes; then
    99599607  libbsd=yes
    99609608else
     
    99839631            # is always linked to, for compatibility.
    99849632            #-----------------------------------------------------------
    9985             { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
    9986 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
     9633            { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
     9634echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }
    99879635if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then
    9988   $as_echo_n "(cached) " >&6
     9636  echo $ECHO_N "(cached) $ECHO_C" >&6
    99899637else
    99909638  ac_check_lib_save_LIBS=$LIBS
     
    100189666  *) ac_try_echo=$ac_try;;
    100199667esac
    10020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10021 $as_echo "$ac_try_echo") >&5
     9668eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    100229669  (eval "$ac_link") 2>conftest.er1
    100239670  ac_status=$?
     
    100259672  rm -f conftest.er1
    100269673  cat conftest.err >&5
    10027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9674  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    100289675  (exit $ac_status); } && {
    100299676         test -z "$ac_cxx_werror_flag" ||
    100309677         test ! -s conftest.err
    10031        } && test -s conftest$ac_exeext && {
    10032          test "$cross_compiling" = yes ||
    10033          $as_test_x conftest$ac_exeext
    10034        }; then
     9678       } && test -s conftest$ac_exeext &&
     9679       $as_test_x conftest$ac_exeext; then
    100359680  ac_cv_lib_bind_inet_ntoa=yes
    100369681else
    10037   $as_echo "$as_me: failed program was:" >&5
     9682  echo "$as_me: failed program was:" >&5
    100389683sed 's/^/| /' conftest.$ac_ext >&5
    100399684
     
    100419686fi
    100429687
    10043 rm -rf conftest.dSYM
    100449688rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    100459689      conftest$ac_exeext conftest.$ac_ext
    100469690LIBS=$ac_check_lib_save_LIBS
    100479691fi
    10048 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
    10049 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
    10050 if test "x$ac_cv_lib_bind_inet_ntoa" = x""yes; then
     9692{ echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
     9693echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }
     9694if test $ac_cv_lib_bind_inet_ntoa = yes; then
    100519695  LIBS="$LIBS -lbind -lsocket"
    100529696fi
     
    101019745                SHLIB_SUFFIX=".sl"
    101029746            fi
    10103             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    10104 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     9747            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     9748echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    101059749if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    10106   $as_echo_n "(cached) " >&6
     9750  echo $ECHO_N "(cached) $ECHO_C" >&6
    101079751else
    101089752  ac_check_lib_save_LIBS=$LIBS
     
    101369780  *) ac_try_echo=$ac_try;;
    101379781esac
    10138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10139 $as_echo "$ac_try_echo") >&5
     9782eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    101409783  (eval "$ac_link") 2>conftest.er1
    101419784  ac_status=$?
     
    101439786  rm -f conftest.er1
    101449787  cat conftest.err >&5
    10145   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9788  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    101469789  (exit $ac_status); } && {
    101479790         test -z "$ac_cxx_werror_flag" ||
    101489791         test ! -s conftest.err
    10149        } && test -s conftest$ac_exeext && {
    10150          test "$cross_compiling" = yes ||
    10151          $as_test_x conftest$ac_exeext
    10152        }; then
     9792       } && test -s conftest$ac_exeext &&
     9793       $as_test_x conftest$ac_exeext; then
    101539794  ac_cv_lib_dld_shl_load=yes
    101549795else
    10155   $as_echo "$as_me: failed program was:" >&5
     9796  echo "$as_me: failed program was:" >&5
    101569797sed 's/^/| /' conftest.$ac_ext >&5
    101579798
     
    101599800fi
    101609801
    10161 rm -rf conftest.dSYM
    101629802rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    101639803      conftest$ac_exeext conftest.$ac_ext
    101649804LIBS=$ac_check_lib_save_LIBS
    101659805fi
    10166 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    10167 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    10168 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
     9806{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     9807echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
     9808if test $ac_cv_lib_dld_shl_load = yes; then
    101699809  tcl_ok=yes
    101709810else
     
    102069846                            ;;
    102079847                        *)
    10208                             { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    10209 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     9848                            { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     9849echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    102109850                            ;;
    102119851                    esac
     
    102199859        HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
    102209860            SHLIB_SUFFIX=".sl"
    10221             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    10222 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     9861            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     9862echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    102239863if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    10224   $as_echo_n "(cached) " >&6
     9864  echo $ECHO_N "(cached) $ECHO_C" >&6
    102259865else
    102269866  ac_check_lib_save_LIBS=$LIBS
     
    102549894  *) ac_try_echo=$ac_try;;
    102559895esac
    10256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10257 $as_echo "$ac_try_echo") >&5
     9896eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    102589897  (eval "$ac_link") 2>conftest.er1
    102599898  ac_status=$?
     
    102619900  rm -f conftest.er1
    102629901  cat conftest.err >&5
    10263   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9902  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    102649903  (exit $ac_status); } && {
    102659904         test -z "$ac_cxx_werror_flag" ||
    102669905         test ! -s conftest.err
    10267        } && test -s conftest$ac_exeext && {
    10268          test "$cross_compiling" = yes ||
    10269          $as_test_x conftest$ac_exeext
    10270        }; then
     9906       } && test -s conftest$ac_exeext &&
     9907       $as_test_x conftest$ac_exeext; then
    102719908  ac_cv_lib_dld_shl_load=yes
    102729909else
    10273   $as_echo "$as_me: failed program was:" >&5
     9910  echo "$as_me: failed program was:" >&5
    102749911sed 's/^/| /' conftest.$ac_ext >&5
    102759912
     
    102779914fi
    102789915
    10279 rm -rf conftest.dSYM
    102809916rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    102819917      conftest$ac_exeext conftest.$ac_ext
    102829918LIBS=$ac_check_lib_save_LIBS
    102839919fi
    10284 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    10285 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    10286 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
     9920{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     9921echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
     9922if test $ac_cv_lib_dld_shl_load = yes; then
    102879923  tcl_ok=yes
    102889924else
     
    103639999            if test "$do64bit" = "yes" ; then
    1036410000                if test "$GCC" = "yes" ; then
    10365                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
    10366 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
     10001                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
     10002echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
    1036710003                else
    1036810004                    do64bit_ok=yes
     
    1039310029            else
    1039410030                if test "${ac_cv_header_dld_h+set}" = set; then
    10395   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    10396 $as_echo_n "checking for dld.h... " >&6; }
     10031  { echo "$as_me:$LINENO: checking for dld.h" >&5
     10032echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    1039710033if test "${ac_cv_header_dld_h+set}" = set; then
    10398   $as_echo_n "(cached) " >&6
    10399 fi
    10400 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    10401 $as_echo "$ac_cv_header_dld_h" >&6; }
     10034  echo $ECHO_N "(cached) $ECHO_C" >&6
     10035fi
     10036{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     10037echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    1040210038else
    1040310039  # Is the header compilable?
    10404 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    10405 $as_echo_n "checking dld.h usability... " >&6; }
     10040{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     10041echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    1040610042cat >conftest.$ac_ext <<_ACEOF
    1040710043/* confdefs.h.  */
     
    1041910055  *) ac_try_echo=$ac_try;;
    1042010056esac
    10421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10422 $as_echo "$ac_try_echo") >&5
     10057eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1042310058  (eval "$ac_compile") 2>conftest.er1
    1042410059  ac_status=$?
     
    1042610061  rm -f conftest.er1
    1042710062  cat conftest.err >&5
    10428   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10063  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1042910064  (exit $ac_status); } && {
    1043010065         test -z "$ac_cxx_werror_flag" ||
     
    1043310068  ac_header_compiler=yes
    1043410069else
    10435   $as_echo "$as_me: failed program was:" >&5
     10070  echo "$as_me: failed program was:" >&5
    1043610071sed 's/^/| /' conftest.$ac_ext >&5
    1043710072
     
    1044010075
    1044110076rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10442 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    10443 $as_echo "$ac_header_compiler" >&6; }
     10077{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     10078echo "${ECHO_T}$ac_header_compiler" >&6; }
    1044410079
    1044510080# Is the header present?
    10446 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    10447 $as_echo_n "checking dld.h presence... " >&6; }
     10081{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     10082echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    1044810083cat >conftest.$ac_ext <<_ACEOF
    1044910084/* confdefs.h.  */
     
    1045910094  *) ac_try_echo=$ac_try;;
    1046010095esac
    10461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10462 $as_echo "$ac_try_echo") >&5
     10096eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1046310097  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    1046410098  ac_status=$?
     
    1046610100  rm -f conftest.er1
    1046710101  cat conftest.err >&5
    10468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10102  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1046910103  (exit $ac_status); } >/dev/null && {
    1047010104         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    1047310107  ac_header_preproc=yes
    1047410108else
    10475   $as_echo "$as_me: failed program was:" >&5
     10109  echo "$as_me: failed program was:" >&5
    1047610110sed 's/^/| /' conftest.$ac_ext >&5
    1047710111
     
    1048010114
    1048110115rm -f conftest.err conftest.$ac_ext
    10482 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    10483 $as_echo "$ac_header_preproc" >&6; }
     10116{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     10117echo "${ECHO_T}$ac_header_preproc" >&6; }
    1048410118
    1048510119# So?  What about this header?
    1048610120case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    1048710121  yes:no: )
    10488     { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    10489 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    10490     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    10491 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     10122    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     10123echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     10124    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     10125echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    1049210126    ac_header_preproc=yes
    1049310127    ;;
    1049410128  no:yes:* )
    10495     { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    10496 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    10497     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    10498 $as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    10499     { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    10500 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    10501     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    10502 $as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    10503     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    10504 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    10505     { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    10506 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     10129    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     10130echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     10131    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     10132echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     10133    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     10134echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     10135    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     10136echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     10137    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     10138echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     10139    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     10140echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    1050710141    ( cat <<\_ASBOX
    1050810142## ----------------------------------- ##
     
    1051310147    ;;
    1051410148esac
    10515 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    10516 $as_echo_n "checking for dld.h... " >&6; }
     10149{ echo "$as_me:$LINENO: checking for dld.h" >&5
     10150echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    1051710151if test "${ac_cv_header_dld_h+set}" = set; then
    10518   $as_echo_n "(cached) " >&6
     10152  echo $ECHO_N "(cached) $ECHO_C" >&6
    1051910153else
    1052010154  ac_cv_header_dld_h=$ac_header_preproc
    1052110155fi
    10522 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    10523 $as_echo "$ac_cv_header_dld_h" >&6; }
    10524 
    10525 fi
    10526 if test "x$ac_cv_header_dld_h" = x""yes; then
     10156{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     10157echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     10158
     10159fi
     10160if test $ac_cv_header_dld_h = yes; then
    1052710161
    1052810162                    SHLIB_LD="ld -shared"
     
    1053910173            fi
    1054010174            if test $do64bit = yes; then
    10541                 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
    10542 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
     10175                { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
     10176echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }
    1054310177if test "${tcl_cv_cc_m64+set}" = set; then
    10544   $as_echo_n "(cached) " >&6
     10178  echo $ECHO_N "(cached) $ECHO_C" >&6
    1054510179else
    1054610180
     
    1056810202  *) ac_try_echo=$ac_try;;
    1056910203esac
    10570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10571 $as_echo "$ac_try_echo") >&5
     10204eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1057210205  (eval "$ac_link") 2>conftest.er1
    1057310206  ac_status=$?
     
    1057510208  rm -f conftest.er1
    1057610209  cat conftest.err >&5
    10577   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10210  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1057810211  (exit $ac_status); } && {
    1057910212         test -z "$ac_cxx_werror_flag" ||
    1058010213         test ! -s conftest.err
    10581        } && test -s conftest$ac_exeext && {
    10582          test "$cross_compiling" = yes ||
    10583          $as_test_x conftest$ac_exeext
    10584        }; then
     10214       } && test -s conftest$ac_exeext &&
     10215       $as_test_x conftest$ac_exeext; then
    1058510216  tcl_cv_cc_m64=yes
    1058610217else
    10587   $as_echo "$as_me: failed program was:" >&5
     10218  echo "$as_me: failed program was:" >&5
    1058810219sed 's/^/| /' conftest.$ac_ext >&5
    1058910220
     
    1059110222fi
    1059210223
    10593 rm -rf conftest.dSYM
    1059410224rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1059510225      conftest$ac_exeext conftest.$ac_ext
    1059610226                    CFLAGS=$hold_cflags
    1059710227fi
    10598 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
    10599 $as_echo "$tcl_cv_cc_m64" >&6; }
     10228{ echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
     10229echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }
    1060010230                if test $tcl_cv_cc_m64 = yes; then
    1060110231                    CFLAGS="$CFLAGS -m64"
     
    1063610266            else
    1063710267                if test "${ac_cv_header_dld_h+set}" = set; then
    10638   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    10639 $as_echo_n "checking for dld.h... " >&6; }
     10268  { echo "$as_me:$LINENO: checking for dld.h" >&5
     10269echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    1064010270if test "${ac_cv_header_dld_h+set}" = set; then
    10641   $as_echo_n "(cached) " >&6
    10642 fi
    10643 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    10644 $as_echo "$ac_cv_header_dld_h" >&6; }
     10271  echo $ECHO_N "(cached) $ECHO_C" >&6
     10272fi
     10273{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     10274echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    1064510275else
    1064610276  # Is the header compilable?
    10647 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    10648 $as_echo_n "checking dld.h usability... " >&6; }
     10277{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     10278echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    1064910279cat >conftest.$ac_ext <<_ACEOF
    1065010280/* confdefs.h.  */
     
    1066210292  *) ac_try_echo=$ac_try;;
    1066310293esac
    10664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10665 $as_echo "$ac_try_echo") >&5
     10294eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1066610295  (eval "$ac_compile") 2>conftest.er1
    1066710296  ac_status=$?
     
    1066910298  rm -f conftest.er1
    1067010299  cat conftest.err >&5
    10671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10300  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1067210301  (exit $ac_status); } && {
    1067310302         test -z "$ac_cxx_werror_flag" ||
     
    1067610305  ac_header_compiler=yes
    1067710306else
    10678   $as_echo "$as_me: failed program was:" >&5
     10307  echo "$as_me: failed program was:" >&5
    1067910308sed 's/^/| /' conftest.$ac_ext >&5
    1068010309
     
    1068310312
    1068410313rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10685 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    10686 $as_echo "$ac_header_compiler" >&6; }
     10314{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     10315echo "${ECHO_T}$ac_header_compiler" >&6; }
    1068710316
    1068810317# Is the header present?
    10689 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    10690 $as_echo_n "checking dld.h presence... " >&6; }
     10318{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     10319echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    1069110320cat >conftest.$ac_ext <<_ACEOF
    1069210321/* confdefs.h.  */
     
    1070210331  *) ac_try_echo=$ac_try;;
    1070310332esac
    10704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10705 $as_echo "$ac_try_echo") >&5
     10333eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1070610334  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    1070710335  ac_status=$?
     
    1070910337  rm -f conftest.er1
    1071010338  cat conftest.err >&5
    10711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10339  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1071210340  (exit $ac_status); } >/dev/null && {
    1071310341         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    1071610344  ac_header_preproc=yes
    1071710345else
    10718   $as_echo "$as_me: failed program was:" >&5
     10346  echo "$as_me: failed program was:" >&5
    1071910347sed 's/^/| /' conftest.$ac_ext >&5
    1072010348
     
    1072310351
    1072410352rm -f conftest.err conftest.$ac_ext
    10725 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    10726 $as_echo "$ac_header_preproc" >&6; }
     10353{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     10354echo "${ECHO_T}$ac_header_preproc" >&6; }
    1072710355
    1072810356# So?  What about this header?
    1072910357case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    1073010358  yes:no: )
    10731     { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    10732 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    10733     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    10734 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     10359    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     10360echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     10361    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     10362echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    1073510363    ac_header_preproc=yes
    1073610364    ;;
    1073710365  no:yes:* )
    10738     { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    10739 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    10740     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    10741 $as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    10742     { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    10743 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    10744     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    10745 $as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    10746     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    10747 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    10748     { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    10749 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     10366    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     10367echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     10368    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     10369echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     10370    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     10371echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     10372    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     10373echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     10374    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     10375echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     10376    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     10377echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    1075010378    ( cat <<\_ASBOX
    1075110379## ----------------------------------- ##
     
    1075610384    ;;
    1075710385esac
    10758 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    10759 $as_echo_n "checking for dld.h... " >&6; }
     10386{ echo "$as_me:$LINENO: checking for dld.h" >&5
     10387echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    1076010388if test "${ac_cv_header_dld_h+set}" = set; then
    10761   $as_echo_n "(cached) " >&6
     10389  echo $ECHO_N "(cached) $ECHO_C" >&6
    1076210390else
    1076310391  ac_cv_header_dld_h=$ac_header_preproc
    1076410392fi
    10765 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    10766 $as_echo "$ac_cv_header_dld_h" >&6; }
    10767 
    10768 fi
    10769 if test "x$ac_cv_header_dld_h" = x""yes; then
     10393{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     10394echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     10395
     10396fi
     10397if test $ac_cv_header_dld_h = yes; then
    1077010398
    1077110399                    SHLIB_LD="ld -shared"
     
    1081810446            # Not available on all versions:  check for include file.
    1081910447            if test "${ac_cv_header_dlfcn_h+set}" = set; then
    10820   { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    10821 $as_echo_n "checking for dlfcn.h... " >&6; }
     10448  { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     10449echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    1082210450if test "${ac_cv_header_dlfcn_h+set}" = set; then
    10823   $as_echo_n "(cached) " >&6
    10824 fi
    10825 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    10826 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
     10451  echo $ECHO_N "(cached) $ECHO_C" >&6
     10452fi
     10453{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     10454echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    1082710455else
    1082810456  # Is the header compilable?
    10829 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
    10830 $as_echo_n "checking dlfcn.h usability... " >&6; }
     10457{ echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
     10458echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
    1083110459cat >conftest.$ac_ext <<_ACEOF
    1083210460/* confdefs.h.  */
     
    1084410472  *) ac_try_echo=$ac_try;;
    1084510473esac
    10846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10847 $as_echo "$ac_try_echo") >&5
     10474eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1084810475  (eval "$ac_compile") 2>conftest.er1
    1084910476  ac_status=$?
     
    1085110478  rm -f conftest.er1
    1085210479  cat conftest.err >&5
    10853   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10480  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1085410481  (exit $ac_status); } && {
    1085510482         test -z "$ac_cxx_werror_flag" ||
     
    1085810485  ac_header_compiler=yes
    1085910486else
    10860   $as_echo "$as_me: failed program was:" >&5
     10487  echo "$as_me: failed program was:" >&5
    1086110488sed 's/^/| /' conftest.$ac_ext >&5
    1086210489
     
    1086510492
    1086610493rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    10867 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    10868 $as_echo "$ac_header_compiler" >&6; }
     10494{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     10495echo "${ECHO_T}$ac_header_compiler" >&6; }
    1086910496
    1087010497# Is the header present?
    10871 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
    10872 $as_echo_n "checking dlfcn.h presence... " >&6; }
     10498{ echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
     10499echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
    1087310500cat >conftest.$ac_ext <<_ACEOF
    1087410501/* confdefs.h.  */
     
    1088410511  *) ac_try_echo=$ac_try;;
    1088510512esac
    10886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    10887 $as_echo "$ac_try_echo") >&5
     10513eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1088810514  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    1088910515  ac_status=$?
     
    1089110517  rm -f conftest.er1
    1089210518  cat conftest.err >&5
    10893   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10519  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1089410520  (exit $ac_status); } >/dev/null && {
    1089510521         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    1089810524  ac_header_preproc=yes
    1089910525else
    10900   $as_echo "$as_me: failed program was:" >&5
     10526  echo "$as_me: failed program was:" >&5
    1090110527sed 's/^/| /' conftest.$ac_ext >&5
    1090210528
     
    1090510531
    1090610532rm -f conftest.err conftest.$ac_ext
    10907 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    10908 $as_echo "$ac_header_preproc" >&6; }
     10533{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     10534echo "${ECHO_T}$ac_header_preproc" >&6; }
    1090910535
    1091010536# So?  What about this header?
    1091110537case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    1091210538  yes:no: )
    10913     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
    10914 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    10915     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
    10916 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
     10539    { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
     10540echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     10541    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
     10542echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
    1091710543    ac_header_preproc=yes
    1091810544    ;;
    1091910545  no:yes:* )
    10920     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
    10921 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
    10922     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
    10923 $as_echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
    10924     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
    10925 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
    10926     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
    10927 $as_echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    10928     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
    10929 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
    10930     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
    10931 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
     10546    { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
     10547echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
     10548    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
     10549echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
     10550    { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
     10551echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
     10552    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
     10553echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     10554    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
     10555echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
     10556    { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
     10557echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
    1093210558    ( cat <<\_ASBOX
    1093310559## ----------------------------------- ##
     
    1093810564    ;;
    1093910565esac
    10940 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    10941 $as_echo_n "checking for dlfcn.h... " >&6; }
     10566{ echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     10567echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    1094210568if test "${ac_cv_header_dlfcn_h+set}" = set; then
    10943   $as_echo_n "(cached) " >&6
     10569  echo $ECHO_N "(cached) $ECHO_C" >&6
    1094410570else
    1094510571  ac_cv_header_dlfcn_h=$ac_header_preproc
    1094610572fi
    10947 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    10948 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
    10949 
    10950 fi
    10951 if test "x$ac_cv_header_dlfcn_h" = x""yes; then
     10573{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     10574echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
     10575
     10576fi
     10577if test $ac_cv_header_dlfcn_h = yes; then
    1095210578
    1095310579                # NetBSD/SPARC needs -fPIC, -fpic will not do.
     
    1096010586                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
    1096110587                LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
    10962                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    10963 $as_echo_n "checking for ELF... " >&6; }
     10588                { echo "$as_me:$LINENO: checking for ELF" >&5
     10589echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    1096410590if test "${tcl_cv_ld_elf+set}" = set; then
    10965   $as_echo_n "(cached) " >&6
     10591  echo $ECHO_N "(cached) $ECHO_C" >&6
    1096610592else
    1096710593
     
    1098710613
    1098810614fi
    10989 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    10990 $as_echo "$tcl_cv_ld_elf" >&6; }
     10615{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     10616echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    1099110617                if test $tcl_cv_ld_elf = yes; then
    1099210618                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
     
    1104610672                LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    1104710673                SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
    11048                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    11049 $as_echo_n "checking for ELF... " >&6; }
     10674                { echo "$as_me:$LINENO: checking for ELF" >&5
     10675echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    1105010676if test "${tcl_cv_ld_elf+set}" = set; then
    11051   $as_echo_n "(cached) " >&6
     10677  echo $ECHO_N "(cached) $ECHO_C" >&6
    1105210678else
    1105310679
     
    1107310699
    1107410700fi
    11075 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    11076 $as_echo "$tcl_cv_ld_elf" >&6; }
     10701{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     10702echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    1107710703                if test $tcl_cv_ld_elf = yes; then
    1107810704                    LDFLAGS=-Wl,-export-dynamic
     
    1112810754                case `arch` in
    1112910755                    ppc)
    11130                         { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
    11131 $as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
     10756                        { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
     10757echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }
    1113210758if test "${tcl_cv_cc_arch_ppc64+set}" = set; then
    11133   $as_echo_n "(cached) " >&6
     10759  echo $ECHO_N "(cached) $ECHO_C" >&6
    1113410760else
    1113510761
     
    1115710783  *) ac_try_echo=$ac_try;;
    1115810784esac
    11159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11160 $as_echo "$ac_try_echo") >&5
     10785eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1116110786  (eval "$ac_link") 2>conftest.er1
    1116210787  ac_status=$?
     
    1116410789  rm -f conftest.er1
    1116510790  cat conftest.err >&5
    11166   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10791  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1116710792  (exit $ac_status); } && {
    1116810793         test -z "$ac_cxx_werror_flag" ||
    1116910794         test ! -s conftest.err
    11170        } && test -s conftest$ac_exeext && {
    11171          test "$cross_compiling" = yes ||
    11172          $as_test_x conftest$ac_exeext
    11173        }; then
     10795       } && test -s conftest$ac_exeext &&
     10796       $as_test_x conftest$ac_exeext; then
    1117410797  tcl_cv_cc_arch_ppc64=yes
    1117510798else
    11176   $as_echo "$as_me: failed program was:" >&5
     10799  echo "$as_me: failed program was:" >&5
    1117710800sed 's/^/| /' conftest.$ac_ext >&5
    1117810801
     
    1118010803fi
    1118110804
    11182 rm -rf conftest.dSYM
    1118310805rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1118410806      conftest$ac_exeext conftest.$ac_ext
    1118510807                            CFLAGS=$hold_cflags
    1118610808fi
    11187 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
    11188 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; }
     10809{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
     10810echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }
    1118910811                        if test $tcl_cv_cc_arch_ppc64 = yes; then
    1119010812                            CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
     
    1119210814                        fi;;
    1119310815                    i386)
    11194                         { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
    11195 $as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
     10816                        { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
     10817echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }
    1119610818if test "${tcl_cv_cc_arch_x86_64+set}" = set; then
    11197   $as_echo_n "(cached) " >&6
     10819  echo $ECHO_N "(cached) $ECHO_C" >&6
    1119810820else
    1119910821
     
    1122110843  *) ac_try_echo=$ac_try;;
    1122210844esac
    11223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11224 $as_echo "$ac_try_echo") >&5
     10845eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1122510846  (eval "$ac_link") 2>conftest.er1
    1122610847  ac_status=$?
     
    1122810849  rm -f conftest.er1
    1122910850  cat conftest.err >&5
    11230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10851  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1123110852  (exit $ac_status); } && {
    1123210853         test -z "$ac_cxx_werror_flag" ||
    1123310854         test ! -s conftest.err
    11234        } && test -s conftest$ac_exeext && {
    11235          test "$cross_compiling" = yes ||
    11236          $as_test_x conftest$ac_exeext
    11237        }; then
     10855       } && test -s conftest$ac_exeext &&
     10856       $as_test_x conftest$ac_exeext; then
    1123810857  tcl_cv_cc_arch_x86_64=yes
    1123910858else
    11240   $as_echo "$as_me: failed program was:" >&5
     10859  echo "$as_me: failed program was:" >&5
    1124110860sed 's/^/| /' conftest.$ac_ext >&5
    1124210861
     
    1124410863fi
    1124510864
    11246 rm -rf conftest.dSYM
    1124710865rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1124810866      conftest$ac_exeext conftest.$ac_ext
    1124910867                            CFLAGS=$hold_cflags
    1125010868fi
    11251 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
    11252 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; }
     10869{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
     10870echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }
    1125310871                        if test $tcl_cv_cc_arch_x86_64 = yes; then
    1125410872                            CFLAGS="$CFLAGS -arch x86_64"
     
    1125610874                        fi;;
    1125710875                    *)
    11258                         { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
    11259 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
     10876                        { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
     10877echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
    1126010878                esac
    1126110879            else
     
    1126610884            fi
    1126710885            SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}'
    11268             { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
    11269 $as_echo_n "checking if ld accepts -single_module flag... " >&6; }
     10886            { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
     10887echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }
    1127010888if test "${tcl_cv_ld_single_module+set}" = set; then
    11271   $as_echo_n "(cached) " >&6
     10889  echo $ECHO_N "(cached) $ECHO_C" >&6
    1127210890else
    1127310891
     
    1129510913  *) ac_try_echo=$ac_try;;
    1129610914esac
    11297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11298 $as_echo "$ac_try_echo") >&5
     10915eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1129910916  (eval "$ac_link") 2>conftest.er1
    1130010917  ac_status=$?
     
    1130210919  rm -f conftest.er1
    1130310920  cat conftest.err >&5
    11304   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10921  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1130510922  (exit $ac_status); } && {
    1130610923         test -z "$ac_cxx_werror_flag" ||
    1130710924         test ! -s conftest.err
    11308        } && test -s conftest$ac_exeext && {
    11309          test "$cross_compiling" = yes ||
    11310          $as_test_x conftest$ac_exeext
    11311        }; then
     10925       } && test -s conftest$ac_exeext &&
     10926       $as_test_x conftest$ac_exeext; then
    1131210927  tcl_cv_ld_single_module=yes
    1131310928else
    11314   $as_echo "$as_me: failed program was:" >&5
     10929  echo "$as_me: failed program was:" >&5
    1131510930sed 's/^/| /' conftest.$ac_ext >&5
    1131610931
     
    1131810933fi
    1131910934
    11320 rm -rf conftest.dSYM
    1132110935rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1132210936      conftest$ac_exeext conftest.$ac_ext
    1132310937                LDFLAGS=$hold_ldflags
    1132410938fi
    11325 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
    11326 $as_echo "$tcl_cv_ld_single_module" >&6; }
     10939{ echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
     10940echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }
    1132710941            if test $tcl_cv_ld_single_module = yes; then
    1132810942                SHLIB_LD="${SHLIB_LD} -Wl,-single_module"
     
    1133710951                LDFLAGS="$LDFLAGS -prebind"
    1133810952            LDFLAGS="$LDFLAGS -headerpad_max_install_names"
    11339             { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
    11340 $as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
     10953            { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
     10954echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }
    1134110955if test "${tcl_cv_ld_search_paths_first+set}" = set; then
    11342   $as_echo_n "(cached) " >&6
     10956  echo $ECHO_N "(cached) $ECHO_C" >&6
    1134310957else
    1134410958
     
    1136610980  *) ac_try_echo=$ac_try;;
    1136710981esac
    11368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11369 $as_echo "$ac_try_echo") >&5
     10982eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1137010983  (eval "$ac_link") 2>conftest.er1
    1137110984  ac_status=$?
     
    1137310986  rm -f conftest.er1
    1137410987  cat conftest.err >&5
    11375   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     10988  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1137610989  (exit $ac_status); } && {
    1137710990         test -z "$ac_cxx_werror_flag" ||
    1137810991         test ! -s conftest.err
    11379        } && test -s conftest$ac_exeext && {
    11380          test "$cross_compiling" = yes ||
    11381          $as_test_x conftest$ac_exeext
    11382        }; then
     10992       } && test -s conftest$ac_exeext &&
     10993       $as_test_x conftest$ac_exeext; then
    1138310994  tcl_cv_ld_search_paths_first=yes
    1138410995else
    11385   $as_echo "$as_me: failed program was:" >&5
     10996  echo "$as_me: failed program was:" >&5
    1138610997sed 's/^/| /' conftest.$ac_ext >&5
    1138710998
     
    1138911000fi
    1139011001
    11391 rm -rf conftest.dSYM
    1139211002rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1139311003      conftest$ac_exeext conftest.$ac_ext
    1139411004                LDFLAGS=$hold_ldflags
    1139511005fi
    11396 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
    11397 $as_echo "$tcl_cv_ld_search_paths_first" >&6; }
     11006{ echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
     11007echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }
    1139811008            if test $tcl_cv_ld_search_paths_first = yes; then
    1139911009                LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
     
    1140411014            PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
    1140511015            PLAT_SRCS=\$\(MAC\_OSX_SRCS\)
    11406             { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
    11407 $as_echo_n "checking whether to use CoreFoundation... " >&6; }
     11016            { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
     11017echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }
    1140811018            # Check whether --enable-corefoundation was given.
    1140911019if test "${enable_corefoundation+set}" = set; then
     
    1141311023fi
    1141411024
    11415             { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
    11416 $as_echo "$tcl_corefoundation" >&6; }
     11025            { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
     11026echo "${ECHO_T}$tcl_corefoundation" >&6; }
    1141711027            if test $tcl_corefoundation = yes; then
    11418                 { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
    11419 $as_echo_n "checking for CoreFoundation.framework... " >&6; }
     11028                { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
     11029echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }
    1142011030if test "${tcl_cv_lib_corefoundation+set}" = set; then
    11421   $as_echo_n "(cached) " >&6
     11031  echo $ECHO_N "(cached) $ECHO_C" >&6
    1142211032else
    1142311033
     
    1145111061  *) ac_try_echo=$ac_try;;
    1145211062esac
    11453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11454 $as_echo "$ac_try_echo") >&5
     11063eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1145511064  (eval "$ac_link") 2>conftest.er1
    1145611065  ac_status=$?
     
    1145811067  rm -f conftest.er1
    1145911068  cat conftest.err >&5
    11460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11069  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1146111070  (exit $ac_status); } && {
    1146211071         test -z "$ac_cxx_werror_flag" ||
    1146311072         test ! -s conftest.err
    11464        } && test -s conftest$ac_exeext && {
    11465          test "$cross_compiling" = yes ||
    11466          $as_test_x conftest$ac_exeext
    11467        }; then
     11073       } && test -s conftest$ac_exeext &&
     11074       $as_test_x conftest$ac_exeext; then
    1146811075  tcl_cv_lib_corefoundation=yes
    1146911076else
    11470   $as_echo "$as_me: failed program was:" >&5
     11077  echo "$as_me: failed program was:" >&5
    1147111078sed 's/^/| /' conftest.$ac_ext >&5
    1147211079
     
    1147411081fi
    1147511082
    11476 rm -rf conftest.dSYM
    1147711083rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1147811084      conftest$ac_exeext conftest.$ac_ext
     
    1148111087                    done; fi; LIBS=$hold_libs
    1148211088fi
    11483 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
    11484 $as_echo "$tcl_cv_lib_corefoundation" >&6; }
     11089{ echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
     11090echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; }
    1148511091                if test $tcl_cv_lib_corefoundation = yes; then
    1148611092                    LIBS="$LIBS -framework CoreFoundation"
     
    1149311099                fi
    1149411100                if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then
    11495                     { $as_echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
    11496 $as_echo_n "checking for 64-bit CoreFoundation... " >&6; }
     11101                    { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
     11102echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; }
    1149711103if test "${tcl_cv_lib_corefoundation_64+set}" = set; then
    11498   $as_echo_n "(cached) " >&6
     11104  echo $ECHO_N "(cached) $ECHO_C" >&6
    1149911105else
    1150011106
     
    1152311129  *) ac_try_echo=$ac_try;;
    1152411130esac
    11525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11526 $as_echo "$ac_try_echo") >&5
     11131eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1152711132  (eval "$ac_link") 2>conftest.er1
    1152811133  ac_status=$?
     
    1153011135  rm -f conftest.er1
    1153111136  cat conftest.err >&5
    11532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11137  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1153311138  (exit $ac_status); } && {
    1153411139         test -z "$ac_cxx_werror_flag" ||
    1153511140         test ! -s conftest.err
    11536        } && test -s conftest$ac_exeext && {
    11537          test "$cross_compiling" = yes ||
    11538          $as_test_x conftest$ac_exeext
    11539        }; then
     11141       } && test -s conftest$ac_exeext &&
     11142       $as_test_x conftest$ac_exeext; then
    1154011143  tcl_cv_lib_corefoundation_64=yes
    1154111144else
    11542   $as_echo "$as_me: failed program was:" >&5
     11145  echo "$as_me: failed program was:" >&5
    1154311146sed 's/^/| /' conftest.$ac_ext >&5
    1154411147
     
    1154611149fi
    1154711150
    11548 rm -rf conftest.dSYM
    1154911151rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1155011152      conftest$ac_exeext conftest.$ac_ext
     
    1155311155                        done
    1155411156fi
    11555 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
    11556 $as_echo "$tcl_cv_lib_corefoundation_64" >&6; }
     11157{ echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
     11158echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; }
    1155711159                    if test $tcl_cv_lib_corefoundation_64 = no; then
    1155811160                        cat >>confdefs.h <<\_ACEOF
     
    1177211374                        if test "$GCC" = "yes" ; then
    1177311375                            if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
    11774                                 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
    11775 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
     11376                                { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
     11377echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
    1177611378                            else
    1177711379                                do64bit_ok=yes
     
    1179411396                elif test "$arch" = "amd64 i386" ; then
    1179511397                    if test "$GCC" = "yes" ; then
    11796                         { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    11797 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     11398                        { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     11399echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    1179811400                    else
    1179911401                        do64bit_ok=yes
     
    1180211404                    fi
    1180311405                else
    11804                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
    11805 $as_echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
     11406                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
     11407echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
    1180611408                fi
    1180711409            fi
     
    1186111463            # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers
    1186211464            # that don't grok the -Bexport option.  Test that it does.
    11863             { $as_echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
    11864 $as_echo_n "checking for ld accepts -Bexport flag... " >&6; }
     11465            { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
     11466echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; }
    1186511467if test "${tcl_cv_ld_Bexport+set}" = set; then
    11866   $as_echo_n "(cached) " >&6
     11468  echo $ECHO_N "(cached) $ECHO_C" >&6
    1186711469else
    1186811470
     
    1189011492  *) ac_try_echo=$ac_try;;
    1189111493esac
    11892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11893 $as_echo "$ac_try_echo") >&5
     11494eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1189411495  (eval "$ac_link") 2>conftest.er1
    1189511496  ac_status=$?
     
    1189711498  rm -f conftest.er1
    1189811499  cat conftest.err >&5
    11899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11500  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1190011501  (exit $ac_status); } && {
    1190111502         test -z "$ac_cxx_werror_flag" ||
    1190211503         test ! -s conftest.err
    11903        } && test -s conftest$ac_exeext && {
    11904          test "$cross_compiling" = yes ||
    11905          $as_test_x conftest$ac_exeext
    11906        }; then
     11504       } && test -s conftest$ac_exeext &&
     11505       $as_test_x conftest$ac_exeext; then
    1190711506  tcl_cv_ld_Bexport=yes
    1190811507else
    11909   $as_echo "$as_me: failed program was:" >&5
     11508  echo "$as_me: failed program was:" >&5
    1191011509sed 's/^/| /' conftest.$ac_ext >&5
    1191111510
     
    1191311512fi
    1191411513
    11915 rm -rf conftest.dSYM
    1191611514rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1191711515      conftest$ac_exeext conftest.$ac_ext
    1191811516                LDFLAGS=$hold_ldflags
    1191911517fi
    11920 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
    11921 $as_echo "$tcl_cv_ld_Bexport" >&6; }
     11518{ echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
     11519echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; }
    1192211520            if test $tcl_cv_ld_Bexport = yes; then
    1192311521                LDFLAGS="$LDFLAGS -Wl,-Bexport"
     
    1192911527
    1193011528    if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then
    11931         { $as_echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
    11932 $as_echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
     11529        { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
     11530echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
    1193311531    fi
    1193411532
     
    1195611554
    1195711555    if test "x$DL_OBJS" = "xtclLoadAout.o" ; then
    11958         { $as_echo "$as_me:$LINENO: checking sys/exec.h" >&5
    11959 $as_echo_n "checking sys/exec.h... " >&6; }
     11556        { echo "$as_me:$LINENO: checking sys/exec.h" >&5
     11557echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; }
    1196011558if test "${tcl_cv_sysexec_h+set}" = set; then
    11961   $as_echo_n "(cached) " >&6
     11559  echo $ECHO_N "(cached) $ECHO_C" >&6
    1196211560else
    1196311561
     
    1199411592  *) ac_try_echo=$ac_try;;
    1199511593esac
    11996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    11997 $as_echo "$ac_try_echo") >&5
     11594eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1199811595  (eval "$ac_compile") 2>conftest.er1
    1199911596  ac_status=$?
     
    1200111598  rm -f conftest.er1
    1200211599  cat conftest.err >&5
    12003   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11600  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1200411601  (exit $ac_status); } && {
    1200511602         test -z "$ac_cxx_werror_flag" ||
     
    1200811605  tcl_cv_sysexec_h=usable
    1200911606else
    12010   $as_echo "$as_me: failed program was:" >&5
     11607  echo "$as_me: failed program was:" >&5
    1201111608sed 's/^/| /' conftest.$ac_ext >&5
    1201211609
     
    1201611613rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    1201711614fi
    12018 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
    12019 $as_echo "$tcl_cv_sysexec_h" >&6; }
     11615{ echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
     11616echo "${ECHO_T}$tcl_cv_sysexec_h" >&6; }
    1202011617        if test $tcl_cv_sysexec_h = usable; then
    1202111618            cat >>confdefs.h <<\_ACEOF
     
    1202411621
    1202511622        else
    12026             { $as_echo "$as_me:$LINENO: checking a.out.h" >&5
    12027 $as_echo_n "checking a.out.h... " >&6; }
     11623            { echo "$as_me:$LINENO: checking a.out.h" >&5
     11624echo $ECHO_N "checking a.out.h... $ECHO_C" >&6; }
    1202811625if test "${tcl_cv_aout_h+set}" = set; then
    12029   $as_echo_n "(cached) " >&6
     11626  echo $ECHO_N "(cached) $ECHO_C" >&6
    1203011627else
    1203111628
     
    1206211659  *) ac_try_echo=$ac_try;;
    1206311660esac
    12064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    12065 $as_echo "$ac_try_echo") >&5
     11661eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1206611662  (eval "$ac_compile") 2>conftest.er1
    1206711663  ac_status=$?
     
    1206911665  rm -f conftest.er1
    1207011666  cat conftest.err >&5
    12071   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11667  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1207211668  (exit $ac_status); } && {
    1207311669         test -z "$ac_cxx_werror_flag" ||
     
    1207611672  tcl_cv_aout_h=usable
    1207711673else
    12078   $as_echo "$as_me: failed program was:" >&5
     11674  echo "$as_me: failed program was:" >&5
    1207911675sed 's/^/| /' conftest.$ac_ext >&5
    1208011676
     
    1208411680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    1208511681fi
    12086 { $as_echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
    12087 $as_echo "$tcl_cv_aout_h" >&6; }
     11682{ echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
     11683echo "${ECHO_T}$tcl_cv_aout_h" >&6; }
    1208811684            if test $tcl_cv_aout_h = usable; then
    1208911685                cat >>confdefs.h <<\_ACEOF
     
    1209211688
    1209311689            else
    12094                 { $as_echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
    12095 $as_echo_n "checking sys/exec_aout.h... " >&6; }
     11690                { echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
     11691echo $ECHO_N "checking sys/exec_aout.h... $ECHO_C" >&6; }
    1209611692if test "${tcl_cv_sysexecaout_h+set}" = set; then
    12097   $as_echo_n "(cached) " >&6
     11693  echo $ECHO_N "(cached) $ECHO_C" >&6
    1209811694else
    1209911695
     
    1213011726  *) ac_try_echo=$ac_try;;
    1213111727esac
    12132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    12133 $as_echo "$ac_try_echo") >&5
     11728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1213411729  (eval "$ac_compile") 2>conftest.er1
    1213511730  ac_status=$?
     
    1213711732  rm -f conftest.er1
    1213811733  cat conftest.err >&5
    12139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11734  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1214011735  (exit $ac_status); } && {
    1214111736         test -z "$ac_cxx_werror_flag" ||
     
    1214411739  tcl_cv_sysexecaout_h=usable
    1214511740else
    12146   $as_echo "$as_me: failed program was:" >&5
     11741  echo "$as_me: failed program was:" >&5
    1214711742sed 's/^/| /' conftest.$ac_ext >&5
    1214811743
     
    1215211747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    1215311748fi
    12154 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
    12155 $as_echo "$tcl_cv_sysexecaout_h" >&6; }
     11749{ echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
     11750echo "${ECHO_T}$tcl_cv_sysexecaout_h" >&6; }
    1215611751                if test $tcl_cv_sysexecaout_h = usable; then
    1215711752                    cat >>confdefs.h <<\_ACEOF
     
    1230011895done
    1230111896if test "x${make_command}" = "x" ; then
    12302   { { $as_echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
    12303 $as_echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
     11897  { { echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
     11898echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
    1230411899   { (exit 1); exit 1; }; }
    1230511900fi
     
    1233311928TCLSH=
    1233411929if test "$with_tclsh" != "no" ; then
    12335     { $as_echo "$as_me:$LINENO: checking for tclsh" >&5
    12336 $as_echo_n "checking for tclsh... " >&6; }
     11930    { echo "$as_me:$LINENO: checking for tclsh" >&5
     11931echo $ECHO_N "checking for tclsh... $ECHO_C" >&6; }
    1233711932    if test -x "$with_tclsh/bin/tclsh"
    1233811933    then
     
    1234711942            # Extract the first word of "tclsh", so it can be a program name with args.
    1234811943set dummy tclsh; ac_word=$2
    12349 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12350 $as_echo_n "checking for $ac_word... " >&6; }
     11944{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     11945echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1235111946if test "${ac_cv_path_TCLSH+set}" = set; then
    12352   $as_echo_n "(cached) " >&6
     11947  echo $ECHO_N "(cached) $ECHO_C" >&6
    1235311948else
    1235411949  case $TCLSH in
     
    1236511960  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1236611961    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    12367     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     11962    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1236811963    break 2
    1236911964  fi
     
    1237711972TCLSH=$ac_cv_path_TCLSH
    1237811973if test -n "$TCLSH"; then
    12379   { $as_echo "$as_me:$LINENO: result: $TCLSH" >&5
    12380 $as_echo "$TCLSH" >&6; }
    12381 else
    12382   { $as_echo "$as_me:$LINENO: result: no" >&5
    12383 $as_echo "no" >&6; }
     11974  { echo "$as_me:$LINENO: result: $TCLSH" >&5
     11975echo "${ECHO_T}$TCLSH" >&6; }
     11976else
     11977  { echo "$as_me:$LINENO: result: no" >&5
     11978echo "${ECHO_T}no" >&6; }
    1238411979fi
    1238511980
     
    1238811983    fi
    1238911984fi
    12390 { $as_echo "$as_me:$LINENO: result: ${TCLSH}" >&5
    12391 $as_echo "${TCLSH}" >&6; }
     11985{ echo "$as_me:$LINENO: result: ${TCLSH}" >&5
     11986echo "${ECHO_T}${TCLSH}" >&6; }
    1239211987
    1239311988
     
    1241112006    # Extract the first word of "matlab", so it can be a program name with args.
    1241212007set dummy matlab; ac_word=$2
    12413 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12414 $as_echo_n "checking for $ac_word... " >&6; }
     12008{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12009echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1241512010if test "${ac_cv_path_MATLAB+set}" = set; then
    12416   $as_echo_n "(cached) " >&6
     12011  echo $ECHO_N "(cached) $ECHO_C" >&6
    1241712012else
    1241812013  case $MATLAB in
     
    1242912024  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1243012025    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    12431     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12026    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1243212027    break 2
    1243312028  fi
     
    1244112036MATLAB=$ac_cv_path_MATLAB
    1244212037if test -n "$MATLAB"; then
    12443   { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
    12444 $as_echo "$MATLAB" >&6; }
    12445 else
    12446   { $as_echo "$as_me:$LINENO: result: no" >&5
    12447 $as_echo "no" >&6; }
     12038  { echo "$as_me:$LINENO: result: $MATLAB" >&5
     12039echo "${ECHO_T}$MATLAB" >&6; }
     12040else
     12041  { echo "$as_me:$LINENO: result: no" >&5
     12042echo "${ECHO_T}no" >&6; }
    1244812043fi
    1244912044
     
    1245212047    # Extract the first word of "matlab", so it can be a program name with args.
    1245312048set dummy matlab; ac_word=$2
    12454 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12455 $as_echo_n "checking for $ac_word... " >&6; }
     12049{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12050echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1245612051if test "${ac_cv_path_MATLAB+set}" = set; then
    12457   $as_echo_n "(cached) " >&6
     12052  echo $ECHO_N "(cached) $ECHO_C" >&6
    1245812053else
    1245912054  case $MATLAB in
     
    1247012065  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1247112066    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    12472     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12067    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1247312068    break 2
    1247412069  fi
     
    1248312078MATLAB=$ac_cv_path_MATLAB
    1248412079if test -n "$MATLAB"; then
    12485   { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
    12486 $as_echo "$MATLAB" >&6; }
    12487 else
    12488   { $as_echo "$as_me:$LINENO: result: no" >&5
    12489 $as_echo "no" >&6; }
     12080  { echo "$as_me:$LINENO: result: $MATLAB" >&5
     12081echo "${ECHO_T}$MATLAB" >&6; }
     12082else
     12083  { echo "$as_me:$LINENO: result: no" >&5
     12084echo "${ECHO_T}no" >&6; }
    1249012085fi
    1249112086
     
    1250312098  # Extract the first word of "mex", so it can be a program name with args.
    1250412099set dummy mex; ac_word=$2
    12505 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12506 $as_echo_n "checking for $ac_word... " >&6; }
     12100{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12101echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1250712102if test "${ac_cv_path_MEX+set}" = set; then
    12508   $as_echo_n "(cached) " >&6
     12103  echo $ECHO_N "(cached) $ECHO_C" >&6
    1250912104else
    1251012105  case $MEX in
     
    1252112116  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1252212117    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    12523     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12118    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1252412119    break 2
    1252512120  fi
     
    1253412129MEX=$ac_cv_path_MEX
    1253512130if test -n "$MEX"; then
    12536   { $as_echo "$as_me:$LINENO: result: $MEX" >&5
    12537 $as_echo "$MEX" >&6; }
    12538 else
    12539   { $as_echo "$as_me:$LINENO: result: no" >&5
    12540 $as_echo "no" >&6; }
     12131  { echo "$as_me:$LINENO: result: $MEX" >&5
     12132echo "${ECHO_T}$MEX" >&6; }
     12133else
     12134  { echo "$as_me:$LINENO: result: no" >&5
     12135echo "${ECHO_T}no" >&6; }
    1254112136fi
    1254212137
     
    1254412139  # Extract the first word of "mexext", so it can be a program name with args.
    1254512140set dummy mexext; ac_word=$2
    12546 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12547 $as_echo_n "checking for $ac_word... " >&6; }
     12141{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12142echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1254812143if test "${ac_cv_path_MEXEXT+set}" = set; then
    12549   $as_echo_n "(cached) " >&6
     12144  echo $ECHO_N "(cached) $ECHO_C" >&6
    1255012145else
    1255112146  case $MEXEXT in
     
    1256212157  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1256312158    ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext"
    12564     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12159    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1256512160    break 2
    1256612161  fi
     
    1257512170MEXEXT=$ac_cv_path_MEXEXT
    1257612171if test -n "$MEXEXT"; then
    12577   { $as_echo "$as_me:$LINENO: result: $MEXEXT" >&5
    12578 $as_echo "$MEXEXT" >&6; }
    12579 else
    12580   { $as_echo "$as_me:$LINENO: result: no" >&5
    12581 $as_echo "no" >&6; }
     12172  { echo "$as_me:$LINENO: result: $MEXEXT" >&5
     12173echo "${ECHO_T}$MEXEXT" >&6; }
     12174else
     12175  { echo "$as_me:$LINENO: result: no" >&5
     12176echo "${ECHO_T}no" >&6; }
    1258212177fi
    1258312178
     
    1258512180
    1258612181  # Run "mexext" to get the expected module extension for this platform.
    12587   { $as_echo "$as_me:$LINENO: checking for mex extension" >&5
    12588 $as_echo_n "checking for mex extension... " >&6; }
     12182  { echo "$as_me:$LINENO: checking for mex extension" >&5
     12183echo $ECHO_N "checking for mex extension... $ECHO_C" >&6; }
    1258912184  if test "x$MEXEXT" != "x" ; then
    1259012185    MEXEXT=`$MEXEXT`
     
    1259212187    MEXEXT="mexglx"
    1259312188  fi
    12594   { $as_echo "$as_me:$LINENO: result: $MEXEXT" >&5
    12595 $as_echo "$MEXEXT" >&6; }
     12189  { echo "$as_me:$LINENO: result: $MEXEXT" >&5
     12190echo "${ECHO_T}$MEXEXT" >&6; }
    1259612191  # Extract the first word of "mcc", so it can be a program name with args.
    1259712192set dummy mcc; ac_word=$2
    12598 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12599 $as_echo_n "checking for $ac_word... " >&6; }
     12193{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12194echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1260012195if test "${ac_cv_path_MCC+set}" = set; then
    12601   $as_echo_n "(cached) " >&6
     12196  echo $ECHO_N "(cached) $ECHO_C" >&6
    1260212197else
    1260312198  case $MCC in
     
    1261412209  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1261512210    ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext"
    12616     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12211    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1261712212    break 2
    1261812213  fi
     
    1262712222MCC=$ac_cv_path_MCC
    1262812223if test -n "$MCC"; then
    12629   { $as_echo "$as_me:$LINENO: result: $MCC" >&5
    12630 $as_echo "$MCC" >&6; }
    12631 else
    12632   { $as_echo "$as_me:$LINENO: result: no" >&5
    12633 $as_echo "no" >&6; }
    12634 fi
    12635 
    12636 
    12637   { $as_echo "$as_me:$LINENO: checking for mcc extension" >&5
    12638 $as_echo_n "checking for mcc extension... " >&6; }
     12224  { echo "$as_me:$LINENO: result: $MCC" >&5
     12225echo "${ECHO_T}$MCC" >&6; }
     12226else
     12227  { echo "$as_me:$LINENO: result: no" >&5
     12228echo "${ECHO_T}no" >&6; }
     12229fi
     12230
     12231
     12232  { echo "$as_me:$LINENO: checking for mcc extension" >&5
     12233echo $ECHO_N "checking for mcc extension... $ECHO_C" >&6; }
    1263912234fi
    1264012235
     
    1265912254MKOCTFILE=
    1266012255if test "$with_octave" != "no" ; then
    12661   { $as_echo "$as_me:$LINENO: checking for octave and mkoctfile" >&5
    12662 $as_echo_n "checking for octave and mkoctfile... " >&6; }
     12256  { echo "$as_me:$LINENO: checking for octave and mkoctfile" >&5
     12257echo $ECHO_N "checking for octave and mkoctfile... $ECHO_C" >&6; }
    1266312258  if test "$with_octave" = "yes" ; then
    1266412259    # Extract the first word of "octave", so it can be a program name with args.
    1266512260set dummy octave; ac_word=$2
    12666 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12667 $as_echo_n "checking for $ac_word... " >&6; }
     12261{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12262echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1266812263if test "${ac_cv_path_OCTAVE+set}" = set; then
    12669   $as_echo_n "(cached) " >&6
     12264  echo $ECHO_N "(cached) $ECHO_C" >&6
    1267012265else
    1267112266  case $OCTAVE in
     
    1268212277  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1268312278    ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
    12684     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12279    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1268512280    break 2
    1268612281  fi
     
    1269412289OCTAVE=$ac_cv_path_OCTAVE
    1269512290if test -n "$OCTAVE"; then
    12696   { $as_echo "$as_me:$LINENO: result: $OCTAVE" >&5
    12697 $as_echo "$OCTAVE" >&6; }
    12698 else
    12699   { $as_echo "$as_me:$LINENO: result: no" >&5
    12700 $as_echo "no" >&6; }
     12291  { echo "$as_me:$LINENO: result: $OCTAVE" >&5
     12292echo "${ECHO_T}$OCTAVE" >&6; }
     12293else
     12294  { echo "$as_me:$LINENO: result: no" >&5
     12295echo "${ECHO_T}no" >&6; }
    1270112296fi
    1270212297
     
    1270412299    # Extract the first word of "mkoctfile", so it can be a program name with args.
    1270512300set dummy mkoctfile; ac_word=$2
    12706 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12707 $as_echo_n "checking for $ac_word... " >&6; }
     12301{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12302echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1270812303if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    12709   $as_echo_n "(cached) " >&6
     12304  echo $ECHO_N "(cached) $ECHO_C" >&6
    1271012305else
    1271112306  case $MKOCTFILE in
     
    1272212317  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1272312318    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    12724     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12319    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1272512320    break 2
    1272612321  fi
     
    1273412329MKOCTFILE=$ac_cv_path_MKOCTFILE
    1273512330if test -n "$MKOCTFILE"; then
    12736   { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    12737 $as_echo "$MKOCTFILE" >&6; }
    12738 else
    12739   { $as_echo "$as_me:$LINENO: result: no" >&5
    12740 $as_echo "no" >&6; }
     12331  { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     12332echo "${ECHO_T}$MKOCTFILE" >&6; }
     12333else
     12334  { echo "$as_me:$LINENO: result: no" >&5
     12335echo "${ECHO_T}no" >&6; }
    1274112336fi
    1274212337
     
    1274512340    # Extract the first word of "octave", so it can be a program name with args.
    1274612341set dummy octave; ac_word=$2
    12747 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12748 $as_echo_n "checking for $ac_word... " >&6; }
     12342{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12343echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1274912344if test "${ac_cv_path_OCTAVE+set}" = set; then
    12750   $as_echo_n "(cached) " >&6
     12345  echo $ECHO_N "(cached) $ECHO_C" >&6
    1275112346else
    1275212347  case $OCTAVE in
     
    1276312358  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1276412359    ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
    12765     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12360    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1276612361    break 2
    1276712362  fi
     
    1277612371OCTAVE=$ac_cv_path_OCTAVE
    1277712372if test -n "$OCTAVE"; then
    12778   { $as_echo "$as_me:$LINENO: result: $OCTAVE" >&5
    12779 $as_echo "$OCTAVE" >&6; }
    12780 else
    12781   { $as_echo "$as_me:$LINENO: result: no" >&5
    12782 $as_echo "no" >&6; }
     12373  { echo "$as_me:$LINENO: result: $OCTAVE" >&5
     12374echo "${ECHO_T}$OCTAVE" >&6; }
     12375else
     12376  { echo "$as_me:$LINENO: result: no" >&5
     12377echo "${ECHO_T}no" >&6; }
    1278312378fi
    1278412379
     
    1278612381    # Extract the first word of "mkoctfile", so it can be a program name with args.
    1278712382set dummy mkoctfile; ac_word=$2
    12788 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12789 $as_echo_n "checking for $ac_word... " >&6; }
     12383{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12384echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1279012385if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    12791   $as_echo_n "(cached) " >&6
     12386  echo $ECHO_N "(cached) $ECHO_C" >&6
    1279212387else
    1279312388  case $MKOCTFILE in
     
    1280412399  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1280512400    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    12806     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12401    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1280712402    break 2
    1280812403  fi
     
    1281712412MKOCTFILE=$ac_cv_path_MKOCTFILE
    1281812413if test -n "$MKOCTFILE"; then
    12819   { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    12820 $as_echo "$MKOCTFILE" >&6; }
    12821 else
    12822   { $as_echo "$as_me:$LINENO: result: no" >&5
    12823 $as_echo "no" >&6; }
     12414  { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     12415echo "${ECHO_T}$MKOCTFILE" >&6; }
     12416else
     12417  { echo "$as_me:$LINENO: result: no" >&5
     12418echo "${ECHO_T}no" >&6; }
    1282412419fi
    1282512420
     
    1285812453PERL_LIBSPEC=
    1285912454if test "$with_perl" != "no" ; then
    12860   { $as_echo "$as_me:$LINENO: checking for perl" >&5
    12861 $as_echo_n "checking for perl... " >&6; }
     12455  { echo "$as_me:$LINENO: checking for perl" >&5
     12456echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
    1286212457  if test "$with_perl" != "yes" ; then
    1286312458    # Extract the first word of "perl", so it can be a program name with args.
    1286412459set dummy perl; ac_word=$2
    12865 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12866 $as_echo_n "checking for $ac_word... " >&6; }
     12460{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1286712462if test "${ac_cv_path_PERL+set}" = set; then
    12868   $as_echo_n "(cached) " >&6
     12463  echo $ECHO_N "(cached) $ECHO_C" >&6
    1286912464else
    1287012465  case $PERL in
     
    1288112476  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1288212477    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    12883     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12478    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1288412479    break 2
    1288512480  fi
     
    1289412489PERL=$ac_cv_path_PERL
    1289512490if test -n "$PERL"; then
    12896   { $as_echo "$as_me:$LINENO: result: $PERL" >&5
    12897 $as_echo "$PERL" >&6; }
    12898 else
    12899   { $as_echo "$as_me:$LINENO: result: no" >&5
    12900 $as_echo "no" >&6; }
     12491  { echo "$as_me:$LINENO: result: $PERL" >&5
     12492echo "${ECHO_T}$PERL" >&6; }
     12493else
     12494  { echo "$as_me:$LINENO: result: no" >&5
     12495echo "${ECHO_T}no" >&6; }
    1290112496fi
    1290212497
     
    1290512500    # Extract the first word of "perl", so it can be a program name with args.
    1290612501set dummy perl; ac_word=$2
    12907 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    12908 $as_echo_n "checking for $ac_word... " >&6; }
     12502{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12503echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1290912504if test "${ac_cv_path_PERL+set}" = set; then
    12910   $as_echo_n "(cached) " >&6
     12505  echo $ECHO_N "(cached) $ECHO_C" >&6
    1291112506else
    1291212507  case $PERL in
     
    1292312518  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1292412519    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    12925     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12520    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1292612521    break 2
    1292712522  fi
     
    1293512530PERL=$ac_cv_path_PERL
    1293612531if test -n "$PERL"; then
    12937   { $as_echo "$as_me:$LINENO: result: $PERL" >&5
    12938 $as_echo "$PERL" >&6; }
    12939 else
    12940   { $as_echo "$as_me:$LINENO: result: no" >&5
    12941 $as_echo "no" >&6; }
     12532  { echo "$as_me:$LINENO: result: $PERL" >&5
     12533echo "${ECHO_T}$PERL" >&6; }
     12534else
     12535  { echo "$as_me:$LINENO: result: no" >&5
     12536echo "${ECHO_T}no" >&6; }
    1294212537fi
    1294312538
     
    1296212557  fi
    1296312558fi
    12964 { $as_echo "$as_me:$LINENO: result: ${PERL}" >&5
    12965 $as_echo "${PERL}" >&6; }
     12559{ echo "$as_me:$LINENO: result: ${PERL}" >&5
     12560echo "${ECHO_T}${PERL}" >&6; }
    1296612561
    1296712562
     
    1300012595
    1300112596if test "$with_python" != "no" ; then
    13002   { $as_echo "$as_me:$LINENO: checking for python" >&5
    13003 $as_echo_n "checking for python... " >&6; }
     12597  { echo "$as_me:$LINENO: checking for python" >&5
     12598echo $ECHO_N "checking for python... $ECHO_C" >&6; }
    1300412599  if test -x "$with_python/bin/python"; then
    1300512600    echo Found python in $with_python/bin/python
     
    1301112606    # Extract the first word of "python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5", so it can be a program name with args.
    1301212607set dummy python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5; ac_word=$2
    13013 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    13014 $as_echo_n "checking for $ac_word... " >&6; }
     12608{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12609echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1301512610if test "${ac_cv_path_PYTHON+set}" = set; then
    13016   $as_echo_n "(cached) " >&6
     12611  echo $ECHO_N "(cached) $ECHO_C" >&6
    1301712612else
    1301812613  case $PYTHON in
     
    1302912624  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1303012625    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    13031     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12626    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1303212627    break 2
    1303312628  fi
     
    1304112636PYTHON=$ac_cv_path_PYTHON
    1304212637if test -n "$PYTHON"; then
    13043   { $as_echo "$as_me:$LINENO: result: $PYTHON" >&5
    13044 $as_echo "$PYTHON" >&6; }
    13045 else
    13046   { $as_echo "$as_me:$LINENO: result: no" >&5
    13047 $as_echo "no" >&6; }
     12638  { echo "$as_me:$LINENO: result: $PYTHON" >&5
     12639echo "${ECHO_T}$PYTHON" >&6; }
     12640else
     12641  { echo "$as_me:$LINENO: result: no" >&5
     12642echo "${ECHO_T}no" >&6; }
    1304812643fi
    1304912644
     
    1308212677  fi
    1308312678
    13084   { $as_echo "$as_me:$LINENO: checking for python distutils" >&5
    13085 $as_echo_n "checking for python distutils... " >&6; }
     12679  { echo "$as_me:$LINENO: checking for python distutils" >&5
     12680echo $ECHO_N "checking for python distutils... $ECHO_C" >&6; }
    1308612681  ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \
    1308712682        build build_ext 2>&1 > /dev/null
     
    1309112686    HAVE_PYTHON_DISTUTILS="no"
    1309212687  fi
    13093   { $as_echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
    13094 $as_echo "$HAVE_PYTHON_DISTUTILS" >&6; }
     12688  { echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
     12689echo "${ECHO_T}$HAVE_PYTHON_DISTUTILS" >&6; }
    1309512690
    1309612691  if test "${HAVE_PYTHON_DISTUTILS}" = "yes"; then
     
    1309812693    # Check for Python include path
    1309912694    #
    13100     { $as_echo "$as_me:$LINENO: checking for Python include path" >&5
    13101 $as_echo_n "checking for Python include path... " >&6; }
     12695    { echo "$as_me:$LINENO: checking for Python include path" >&5
     12696echo $ECHO_N "checking for Python include path... $ECHO_C" >&6; }
    1310212697    if test "x${PYTHON_CPPFLAGS}" = "x"; then
    1310312698      incdir_path=`${PYTHON} -c "import distutils.sysconfig; \
     
    1310812703      PYTHON_CPPFLAGS=$python_path
    1310912704    fi
    13110     { $as_echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
    13111 $as_echo "$PYTHON_CPPFLAGS" >&6; }
     12705    { echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
     12706echo "${ECHO_T}$PYTHON_CPPFLAGS" >&6; }
    1311212707
    1311312708    #
    1311412709    # python distutils found, get settings from python directly
    1311512710    #
    13116     { $as_echo "$as_me:$LINENO: checking location of site-packages" >&5
    13117 $as_echo_n "checking location of site-packages... " >&6; }
     12711    { echo "$as_me:$LINENO: checking location of site-packages" >&5
     12712echo $ECHO_N "checking location of site-packages... $ECHO_C" >&6; }
    1311812713    PYTHON_SITE_DIR="`${PYTHON} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(0);'`"
    1311912714
     
    1314712742    # Extract the first word of "ruby", so it can be a program name with args.
    1314812743set dummy ruby; ac_word=$2
    13149 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    13150 $as_echo_n "checking for $ac_word... " >&6; }
     12744{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12745echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1315112746if test "${ac_cv_path_RUBY+set}" = set; then
    13152   $as_echo_n "(cached) " >&6
     12747  echo $ECHO_N "(cached) $ECHO_C" >&6
    1315312748else
    1315412749  case $RUBY in
     
    1316512760  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1316612761    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    13167     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12762    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1316812763    break 2
    1316912764  fi
     
    1317712772RUBY=$ac_cv_path_RUBY
    1317812773if test -n "$RUBY"; then
    13179   { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
    13180 $as_echo "$RUBY" >&6; }
    13181 else
    13182   { $as_echo "$as_me:$LINENO: result: no" >&5
    13183 $as_echo "no" >&6; }
     12774  { echo "$as_me:$LINENO: result: $RUBY" >&5
     12775echo "${ECHO_T}$RUBY" >&6; }
     12776else
     12777  { echo "$as_me:$LINENO: result: no" >&5
     12778echo "${ECHO_T}no" >&6; }
    1318412779fi
    1318512780
     
    1318812783    # Extract the first word of "ruby", so it can be a program name with args.
    1318912784set dummy ruby; ac_word=$2
    13190 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    13191 $as_echo_n "checking for $ac_word... " >&6; }
     12785{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12786echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1319212787if test "${ac_cv_path_RUBY+set}" = set; then
    13193   $as_echo_n "(cached) " >&6
     12788  echo $ECHO_N "(cached) $ECHO_C" >&6
    1319412789else
    1319512790  case $RUBY in
     
    1320612801  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1320712802    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    13208     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12803    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1320912804    break 2
    1321012805  fi
     
    1321912814RUBY=$ac_cv_path_RUBY
    1322012815if test -n "$RUBY"; then
    13221   { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
    13222 $as_echo "$RUBY" >&6; }
    13223 else
    13224   { $as_echo "$as_me:$LINENO: result: no" >&5
    13225 $as_echo "no" >&6; }
     12816  { echo "$as_me:$LINENO: result: $RUBY" >&5
     12817echo "${ECHO_T}$RUBY" >&6; }
     12818else
     12819  { echo "$as_me:$LINENO: result: no" >&5
     12820echo "${ECHO_T}no" >&6; }
    1322612821fi
    1322712822
     
    1323412829RUBY_PLATFORM=
    1323512830if test "x${RUBY}" != "x" ; then
    13236   { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
    13237 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
     12831  { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
     12832echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
    1323812833if test "${ac_cv_path_SED+set}" = set; then
    13239   $as_echo_n "(cached) " >&6
     12834  echo $ECHO_N "(cached) $ECHO_C" >&6
    1324012835else
    1324112836            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
     
    1324312838       ac_script="$ac_script$as_nl$ac_script"
    1324412839     done
    13245      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
     12840     echo "$ac_script" | sed 99q >conftest.sed
    1324612841     $as_unset ac_script || ac_script=
    13247      if test -z "$SED"; then
     12842     # Extract the first word of "sed gsed" to use in msg output
     12843if test -z "$SED"; then
     12844set dummy sed gsed; ac_prog_name=$2
     12845if test "${ac_cv_path_SED+set}" = set; then
     12846  echo $ECHO_N "(cached) $ECHO_C" >&6
     12847else
    1324812848  ac_path_SED_found=false
    13249   # Loop through the user's path and test for each of PROGNAME-LIST
    13250   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     12849# Loop through the user's path and test for each of PROGNAME-LIST
     12850as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1325112851for as_dir in $PATH
    1325212852do
     
    1325412854  test -z "$as_dir" && as_dir=.
    1325512855  for ac_prog in sed gsed; do
    13256     for ac_exec_ext in '' $ac_executable_extensions; do
    13257       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
    13258       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
    13259 # Check for GNU ac_path_SED and select it if it is found.
     12856  for ac_exec_ext in '' $ac_executable_extensions; do
     12857    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
     12858    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
     12859    # Check for GNU ac_path_SED and select it if it is found.
    1326012860  # Check for GNU $ac_path_SED
    1326112861case `"$ac_path_SED" --version 2>&1` in
     
    1326412864*)
    1326512865  ac_count=0
    13266   $as_echo_n 0123456789 >"conftest.in"
     12866  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    1326712867  while :
    1326812868  do
     
    1327012870    mv "conftest.tmp" "conftest.in"
    1327112871    cp "conftest.in" "conftest.nl"
    13272     $as_echo '' >> "conftest.nl"
     12872    echo '' >> "conftest.nl"
    1327312873    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
    1327412874    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    1328512885esac
    1328612886
    13287       $ac_path_SED_found && break 3
    13288     done
     12887
     12888    $ac_path_SED_found && break 3
    1328912889  done
    1329012890done
     12891
     12892done
    1329112893IFS=$as_save_IFS
    13292   if test -z "$ac_cv_path_SED"; then
    13293     { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
    13294 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
     12894
     12895
     12896fi
     12897
     12898SED="$ac_cv_path_SED"
     12899if test -z "$SED"; then
     12900  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
     12901echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
    1329512902   { (exit 1); exit 1; }; }
    13296   fi
     12903fi
     12904
    1329712905else
    1329812906  ac_cv_path_SED=$SED
     
    1330012908
    1330112909fi
    13302 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
    13303 $as_echo "$ac_cv_path_SED" >&6; }
     12910{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
     12911echo "${ECHO_T}$ac_cv_path_SED" >&6; }
    1330412912 SED="$ac_cv_path_SED"
    1330512913  rm -f conftest.sed
     
    1331312921        ax_ruby_version=""
    1331412922
    13315         { $as_echo "$as_me:$LINENO: checking for ruby version" >&5
    13316 $as_echo_n "checking for ruby version... " >&6; }
     12923        { echo "$as_me:$LINENO: checking for ruby version" >&5
     12924echo $ECHO_N "checking for ruby version... $ECHO_C" >&6; }
    1331712925
    1331812926        ruby_version=`$RUBY --version 2>&1 | $GREP "^ruby " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'`
    1331912927
    13320         { $as_echo "$as_me:$LINENO: result: $ruby_version" >&5
    13321 $as_echo "$ruby_version" >&6; }
     12928        { echo "$as_me:$LINENO: result: $ruby_version" >&5
     12929echo "${ECHO_T}$ruby_version" >&6; }
    1332212930
    1332312931        RUBY_VERSION=$ruby_version
     
    1332912937  # Extract the first word of "$ac_prog", so it can be a program name with args.
    1333012938set dummy $ac_prog; ac_word=$2
    13331 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    13332 $as_echo_n "checking for $ac_word... " >&6; }
     12939{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     12940echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    1333312941if test "${ac_cv_prog_AWK+set}" = set; then
    13334   $as_echo_n "(cached) " >&6
     12942  echo $ECHO_N "(cached) $ECHO_C" >&6
    1333512943else
    1333612944  if test -n "$AWK"; then
     
    1334512953  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    1334612954    ac_cv_prog_AWK="$ac_prog"
    13347     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     12955    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1334812956    break 2
    1334912957  fi
     
    1335612964AWK=$ac_cv_prog_AWK
    1335712965if test -n "$AWK"; then
    13358   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    13359 $as_echo "$AWK" >&6; }
    13360 else
    13361   { $as_echo "$as_me:$LINENO: result: no" >&5
    13362 $as_echo "no" >&6; }
     12966  { echo "$as_me:$LINENO: result: $AWK" >&5
     12967echo "${ECHO_T}$AWK" >&6; }
     12968else
     12969  { echo "$as_me:$LINENO: result: no" >&5
     12970echo "${ECHO_T}no" >&6; }
    1336312971fi
    1336412972
     
    1341013018else
    1341113019
    13412         { $as_echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
    13413 $as_echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
     13020        { echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
     13021echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
    1341413022
    1341513023
     
    1342613034    # Check for Ruby include path
    1342713035    #
    13428     { $as_echo "$as_me:$LINENO: checking for Ruby include path" >&5
    13429 $as_echo_n "checking for Ruby include path... " >&6; }
     13036    { echo "$as_me:$LINENO: checking for Ruby include path" >&5
     13037echo $ECHO_N "checking for Ruby include path... $ECHO_C" >&6; }
    1343013038    if test -z "$RUBY_CPPFLAGS"; then
    1343113039        ruby_path=`$RUBY -rmkmf -e 'print Config::CONFIG["archdir"]'`
     
    1343513043        RUBY_CPPFLAGS=$ruby_path
    1343613044    fi
    13437     { $as_echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
    13438 $as_echo "$RUBY_CPPFLAGS" >&6; }
     13045    { echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
     13046echo "${ECHO_T}$RUBY_CPPFLAGS" >&6; }
    1343913047
    1344013048
     
    1344213050    # Check for Ruby library path
    1344313051    #
    13444     { $as_echo "$as_me:$LINENO: checking for Ruby library path" >&5
    13445 $as_echo_n "checking for Ruby library path... " >&6; }
     13052    { echo "$as_me:$LINENO: checking for Ruby library path" >&5
     13053echo $ECHO_N "checking for Ruby library path... $ECHO_C" >&6; }
    1344613054    if test -z "$RUBY_LDFLAGS"; then
    1344713055        RUBY_LDFLAGS=`$RUBY -rmkmf -e 'print Config::CONFIG["LIBRUBYARG_SHARED"]'`
    1344813056    fi
    13449     { $as_echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
    13450 $as_echo "$RUBY_LDFLAGS" >&6; }
     13057    { echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
     13058echo "${ECHO_T}$RUBY_LDFLAGS" >&6; }
    1345113059
    1345213060
     
    1345413062    # Check for site packages
    1345513063    #
    13456     { $as_echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
    13457 $as_echo_n "checking for Ruby site-packages path... " >&6; }
     13064    { echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
     13065echo $ECHO_N "checking for Ruby site-packages path... $ECHO_C" >&6; }
    1345813066    if test -z "$RUBY_SITE_PKG"; then
    1345913067        RUBY_SITE_PKG=`$RUBY -rmkmf -e 'print Config::CONFIG["sitearchdir"]'`
    1346013068    fi
    13461     { $as_echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
    13462 $as_echo "$RUBY_SITE_PKG" >&6; }
     13069    { echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
     13070echo "${ECHO_T}$RUBY_SITE_PKG" >&6; }
    1346313071
    1346413072
     
    1346613074    # libraries which must be linked in when embedding
    1346713075    #
    13468     { $as_echo "$as_me:$LINENO: checking ruby extra libraries" >&5
    13469 $as_echo_n "checking ruby extra libraries... " >&6; }
     13076    { echo "$as_me:$LINENO: checking ruby extra libraries" >&5
     13077echo $ECHO_N "checking ruby extra libraries... $ECHO_C" >&6; }
    1347013078    if test -z "$RUBY_EXTRA_LIBS"; then
    1347113079       RUBY_EXTRA_LIBS=`$RUBY -rmkmf -e 'print Config::CONFIG["SOLIBS"]'`
    1347213080    fi
    13473     { $as_echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
    13474 $as_echo "$RUBY_EXTRA_LIBS" >&6; }
     13081    { echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
     13082echo "${ECHO_T}$RUBY_EXTRA_LIBS" >&6; }
    1347513083
    1347613084
     
    1349113099    # final check to see if everything compiles alright
    1349213100    #
    13493     { $as_echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
    13494 $as_echo_n "checking consistency of all components of ruby development environment... " >&6; }
     13101    { echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
     13102echo $ECHO_N "checking consistency of all components of ruby development environment... $ECHO_C" >&6; }
    1349513103    ac_ext=c
    1349613104ac_cpp='$CPP $CPPFLAGS'
     
    1352913137  *) ac_try_echo=$ac_try;;
    1353013138esac
    13531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    13532 $as_echo "$ac_try_echo") >&5
     13139eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1353313140  (eval "$ac_link") 2>conftest.er1
    1353413141  ac_status=$?
     
    1353613143  rm -f conftest.er1
    1353713144  cat conftest.err >&5
    13538   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13145  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1353913146  (exit $ac_status); } && {
    1354013147         test -z "$ac_c_werror_flag" ||
    1354113148         test ! -s conftest.err
    13542        } && test -s conftest$ac_exeext && {
    13543          test "$cross_compiling" = yes ||
    13544          $as_test_x conftest$ac_exeext
    13545        }; then
     13149       } && test -s conftest$ac_exeext &&
     13150       $as_test_x conftest$ac_exeext; then
    1354613151  rubyexists=yes
    1354713152else
    13548   $as_echo "$as_me: failed program was:" >&5
     13153  echo "$as_me: failed program was:" >&5
    1354913154sed 's/^/| /' conftest.$ac_ext >&5
    1355013155
     
    1355213157fi
    1355313158
    13554 rm -rf conftest.dSYM
    1355513159rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    1355613160      conftest$ac_exeext conftest.$ac_ext
    1355713161
    13558     { $as_echo "$as_me:$LINENO: result: $rubyexists" >&5
    13559 $as_echo "$rubyexists" >&6; }
     13162    { echo "$as_me:$LINENO: result: $rubyexists" >&5
     13163echo "${ECHO_T}$rubyexists" >&6; }
    1356013164
    1356113165    if test "$rubyexists" = "no"; then
     
    1358613190
    1358713191
    13588     { $as_echo "$as_me:$LINENO: checking how to build libraries" >&5
    13589 $as_echo_n "checking how to build libraries... " >&6; }
     13192    { echo "$as_me:$LINENO: checking how to build libraries" >&5
     13193echo $ECHO_N "checking how to build libraries... $ECHO_C" >&6; }
    1359013194    # Check whether --enable-shared was given.
    1359113195if test "${enable_shared+set}" = set; then
     
    1360413208
    1360513209    if test "$tcl_ok" = "yes" ; then
    13606         { $as_echo "$as_me:$LINENO: result: shared" >&5
    13607 $as_echo "shared" >&6; }
     13210        { echo "$as_me:$LINENO: result: shared" >&5
     13211echo "${ECHO_T}shared" >&6; }
    1360813212        SHARED_BUILD=1
    1360913213    else
    13610         { $as_echo "$as_me:$LINENO: result: static" >&5
    13611 $as_echo "static" >&6; }
     13214        { echo "$as_me:$LINENO: result: static" >&5
     13215echo "${ECHO_T}static" >&6; }
    1361213216        SHARED_BUILD=0
    1361313217        cat >>confdefs.h <<\_ACEOF
     
    1364813252# -----------------------------------------------------------------------
    1364913253
    13650 
    13651  { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
    13652 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
     13254{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
     13255echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
    1365313256if test "${ac_cv_c_bigendian+set}" = set; then
    13654   $as_echo_n "(cached) " >&6
    13655 else
    13656   ac_cv_c_bigendian=unknown
    13657     # See if we're dealing with a universal compiler.
    13658     cat >conftest.$ac_ext <<_ACEOF
     13257  echo $ECHO_N "(cached) $ECHO_C" >&6
     13258else
     13259  # See if sys/param.h defines the BYTE_ORDER macro.
     13260cat >conftest.$ac_ext <<_ACEOF
    1365913261/* confdefs.h.  */
    1366013262_ACEOF
     
    1366213264cat >>conftest.$ac_ext <<_ACEOF
    1366313265/* end confdefs.h.  */
    13664 #ifndef __APPLE_CC__
    13665                not a universal capable compiler
    13666              #endif
    13667              typedef int dummy;
    13668 
     13266#include <sys/types.h>
     13267#include <sys/param.h>
     13268
     13269int
     13270main ()
     13271{
     13272#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
     13273        && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
     13274 bogus endian macros
     13275#endif
     13276
     13277  ;
     13278  return 0;
     13279}
    1366913280_ACEOF
    1367013281rm -f conftest.$ac_objext
     
    1367413285  *) ac_try_echo=$ac_try;;
    1367513286esac
    13676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    13677 $as_echo "$ac_try_echo") >&5
     13287eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1367813288  (eval "$ac_compile") 2>conftest.er1
    1367913289  ac_status=$?
     
    1368113291  rm -f conftest.er1
    1368213292  cat conftest.err >&5
    13683   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13293  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1368413294  (exit $ac_status); } && {
    1368513295         test -z "$ac_cxx_werror_flag" ||
    1368613296         test ! -s conftest.err
    1368713297       } && test -s conftest.$ac_objext; then
    13688 
    13689         # Check for potential -arch flags.  It is not universal unless
    13690         # there are some -arch flags.  Note that *ppc* also matches
    13691         # ppc64.  This check is also rather less than ideal.
    13692         case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
    13693           *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
    13694         esac
    13695 else
    13696   $as_echo "$as_me: failed program was:" >&5
    13697 sed 's/^/| /' conftest.$ac_ext >&5
    13698 
    13699 
    13700 fi
    13701 
    13702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    13703     if test $ac_cv_c_bigendian = unknown; then
    13704       # See if sys/param.h defines the BYTE_ORDER macro.
    13705       cat >conftest.$ac_ext <<_ACEOF
     13298  # It does; now see whether it defined to BIG_ENDIAN or not.
     13299cat >conftest.$ac_ext <<_ACEOF
    1370613300/* confdefs.h.  */
    1370713301_ACEOF
     
    1371013304/* end confdefs.h.  */
    1371113305#include <sys/types.h>
    13712              #include <sys/param.h>
     13306#include <sys/param.h>
    1371313307
    1371413308int
    1371513309main ()
    1371613310{
    13717 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
    13718                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
    13719                      && LITTLE_ENDIAN)
    13720               bogus endian macros
    13721              #endif
     13311#if BYTE_ORDER != BIG_ENDIAN
     13312 not big endian
     13313#endif
    1372213314
    1372313315  ;
     
    1373113323  *) ac_try_echo=$ac_try;;
    1373213324esac
    13733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    13734 $as_echo "$ac_try_echo") >&5
     13325eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1373513326  (eval "$ac_compile") 2>conftest.er1
    1373613327  ac_status=$?
     
    1373813329  rm -f conftest.er1
    1373913330  cat conftest.err >&5
    13740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13331  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1374113332  (exit $ac_status); } && {
    1374213333         test -z "$ac_cxx_werror_flag" ||
    1374313334         test ! -s conftest.err
    1374413335       } && test -s conftest.$ac_objext; then
    13745   # It does; now see whether it defined to BIG_ENDIAN or not.
    13746          cat >conftest.$ac_ext <<_ACEOF
     13336  ac_cv_c_bigendian=yes
     13337else
     13338  echo "$as_me: failed program was:" >&5
     13339sed 's/^/| /' conftest.$ac_ext >&5
     13340
     13341        ac_cv_c_bigendian=no
     13342fi
     13343
     13344rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     13345else
     13346  echo "$as_me: failed program was:" >&5
     13347sed 's/^/| /' conftest.$ac_ext >&5
     13348
     13349        # It does not; compile a test program.
     13350if test "$cross_compiling" = yes; then
     13351  # try to guess the endianness by grepping values into an object file
     13352  ac_cv_c_bigendian=unknown
     13353  cat >conftest.$ac_ext <<_ACEOF
    1374713354/* confdefs.h.  */
    1374813355_ACEOF
     
    1375013357cat >>conftest.$ac_ext <<_ACEOF
    1375113358/* end confdefs.h.  */
    13752 #include <sys/types.h>
    13753                 #include <sys/param.h>
    13754 
     13359short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     13360short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     13361void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
     13362short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     13363short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     13364void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
    1375513365int
    1375613366main ()
    1375713367{
    13758 #if BYTE_ORDER != BIG_ENDIAN
    13759                  not big endian
    13760                 #endif
    13761 
     13368 _ascii (); _ebcdic ();
    1376213369  ;
    1376313370  return 0;
     
    1377013377  *) ac_try_echo=$ac_try;;
    1377113378esac
    13772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    13773 $as_echo "$ac_try_echo") >&5
     13379eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1377413380  (eval "$ac_compile") 2>conftest.er1
    1377513381  ac_status=$?
     
    1377713383  rm -f conftest.er1
    1377813384  cat conftest.err >&5
    13779   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13385  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1378013386  (exit $ac_status); } && {
    1378113387         test -z "$ac_cxx_werror_flag" ||
    1378213388         test ! -s conftest.err
    1378313389       } && test -s conftest.$ac_objext; then
     13390  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
    1378413391  ac_cv_c_bigendian=yes
    13785 else
    13786   $as_echo "$as_me: failed program was:" >&5
    13787 sed 's/^/| /' conftest.$ac_ext >&5
    13788 
    13789         ac_cv_c_bigendian=no
    13790 fi
    13791 
    13792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    13793 else
    13794   $as_echo "$as_me: failed program was:" >&5
    13795 sed 's/^/| /' conftest.$ac_ext >&5
    13796 
    13797 
    13798 fi
    13799 
    13800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    13801     fi
    13802     if test $ac_cv_c_bigendian = unknown; then
    13803       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
    13804       cat >conftest.$ac_ext <<_ACEOF
    13805 /* confdefs.h.  */
    13806 _ACEOF
    13807 cat confdefs.h >>conftest.$ac_ext
    13808 cat >>conftest.$ac_ext <<_ACEOF
    13809 /* end confdefs.h.  */
    13810 #include <limits.h>
    13811 
    13812 int
    13813 main ()
    13814 {
    13815 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
    13816               bogus endian macros
    13817              #endif
    13818 
    13819   ;
    13820   return 0;
    13821 }
    13822 _ACEOF
    13823 rm -f conftest.$ac_objext
    13824 if { (ac_try="$ac_compile"
    13825 case "(($ac_try" in
    13826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    13827   *) ac_try_echo=$ac_try;;
    13828 esac
    13829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    13830 $as_echo "$ac_try_echo") >&5
    13831   (eval "$ac_compile") 2>conftest.er1
    13832   ac_status=$?
    13833   grep -v '^ *+' conftest.er1 >conftest.err
    13834   rm -f conftest.er1
    13835   cat conftest.err >&5
    13836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    13837   (exit $ac_status); } && {
    13838          test -z "$ac_cxx_werror_flag" ||
    13839          test ! -s conftest.err
    13840        } && test -s conftest.$ac_objext; then
    13841   # It does; now see whether it defined to _BIG_ENDIAN or not.
    13842          cat >conftest.$ac_ext <<_ACEOF
    13843 /* confdefs.h.  */
    13844 _ACEOF
    13845 cat confdefs.h >>conftest.$ac_ext
    13846 cat >>conftest.$ac_ext <<_ACEOF
    13847 /* end confdefs.h.  */
    13848 #include <limits.h>
    13849 
    13850 int
    13851 main ()
    13852 {
    13853 #ifndef _BIG_ENDIAN
    13854                  not big endian
    13855                 #endif
    13856 
    13857   ;
    13858   return 0;
    13859 }
    13860 _ACEOF
    13861 rm -f conftest.$ac_objext
    13862 if { (ac_try="$ac_compile"
    13863 case "(($ac_try" in
    13864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    13865   *) ac_try_echo=$ac_try;;
    13866 esac
    13867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    13868 $as_echo "$ac_try_echo") >&5
    13869   (eval "$ac_compile") 2>conftest.er1
    13870   ac_status=$?
    13871   grep -v '^ *+' conftest.er1 >conftest.err
    13872   rm -f conftest.er1
    13873   cat conftest.err >&5
    13874   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    13875   (exit $ac_status); } && {
    13876          test -z "$ac_cxx_werror_flag" ||
    13877          test ! -s conftest.err
    13878        } && test -s conftest.$ac_objext; then
    13879   ac_cv_c_bigendian=yes
    13880 else
    13881   $as_echo "$as_me: failed program was:" >&5
    13882 sed 's/^/| /' conftest.$ac_ext >&5
    13883 
    13884         ac_cv_c_bigendian=no
    13885 fi
    13886 
    13887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    13888 else
    13889   $as_echo "$as_me: failed program was:" >&5
    13890 sed 's/^/| /' conftest.$ac_ext >&5
    13891 
    13892 
    13893 fi
    13894 
    13895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    13896     fi
    13897     if test $ac_cv_c_bigendian = unknown; then
    13898       # Compile a test program.
    13899       if test "$cross_compiling" = yes; then
    13900   # Try to guess by grepping values from an object file.
    13901          cat >conftest.$ac_ext <<_ACEOF
    13902 /* confdefs.h.  */
    13903 _ACEOF
    13904 cat confdefs.h >>conftest.$ac_ext
    13905 cat >>conftest.$ac_ext <<_ACEOF
    13906 /* end confdefs.h.  */
    13907 short int ascii_mm[] =
    13908                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    13909                 short int ascii_ii[] =
    13910                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    13911                 int use_ascii (int i) {
    13912                   return ascii_mm[i] + ascii_ii[i];
    13913                 }
    13914                 short int ebcdic_ii[] =
    13915                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    13916                 short int ebcdic_mm[] =
    13917                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    13918                 int use_ebcdic (int i) {
    13919                   return ebcdic_mm[i] + ebcdic_ii[i];
    13920                 }
    13921                 extern int foo;
    13922 
    13923 int
    13924 main ()
    13925 {
    13926 return use_ascii (foo) == use_ebcdic (foo);
    13927   ;
    13928   return 0;
    13929 }
    13930 _ACEOF
    13931 rm -f conftest.$ac_objext
    13932 if { (ac_try="$ac_compile"
    13933 case "(($ac_try" in
    13934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    13935   *) ac_try_echo=$ac_try;;
    13936 esac
    13937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    13938 $as_echo "$ac_try_echo") >&5
    13939   (eval "$ac_compile") 2>conftest.er1
    13940   ac_status=$?
    13941   grep -v '^ *+' conftest.er1 >conftest.err
    13942   rm -f conftest.er1
    13943   cat conftest.err >&5
    13944   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    13945   (exit $ac_status); } && {
    13946          test -z "$ac_cxx_werror_flag" ||
    13947          test ! -s conftest.err
    13948        } && test -s conftest.$ac_objext; then
    13949   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
    13950               ac_cv_c_bigendian=yes
    13951             fi
    13952             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    13953               if test "$ac_cv_c_bigendian" = unknown; then
    13954                 ac_cv_c_bigendian=no
    13955               else
    13956                 # finding both strings is unlikely to happen, but who knows?
    13957                 ac_cv_c_bigendian=unknown
    13958               fi
    13959             fi
    13960 else
    13961   $as_echo "$as_me: failed program was:" >&5
     13392fi
     13393if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
     13394  if test "$ac_cv_c_bigendian" = unknown; then
     13395    ac_cv_c_bigendian=no
     13396  else
     13397    # finding both strings is unlikely to happen, but who knows?
     13398    ac_cv_c_bigendian=unknown
     13399  fi
     13400fi
     13401else
     13402  echo "$as_me: failed program was:" >&5
    1396213403sed 's/^/| /' conftest.$ac_ext >&5
    1396313404
     
    1397813419{
    1397913420
    13980              /* Are we little or big endian?  From Harbison&Steele.  */
    13981              union
    13982              {
    13983                long int l;
    13984                char c[sizeof (long int)];
    13985              } u;
    13986              u.l = 1;
    13987              return u.c[sizeof (long int) - 1] == 1;
     13421  /* Are we little or big endian?  From Harbison&Steele.  */
     13422  union
     13423  {
     13424    long int l;
     13425    char c[sizeof (long int)];
     13426  } u;
     13427  u.l = 1;
     13428  return u.c[sizeof (long int) - 1] == 1;
    1398813429
    1398913430  ;
     
    1399713438  *) ac_try_echo=$ac_try;;
    1399813439esac
    13999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14000 $as_echo "$ac_try_echo") >&5
     13440eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1400113441  (eval "$ac_link") 2>&5
    1400213442  ac_status=$?
    14003   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13443  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1400413444  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1400513445  { (case "(($ac_try" in
     
    1400713447  *) ac_try_echo=$ac_try;;
    1400813448esac
    14009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14010 $as_echo "$ac_try_echo") >&5
     13449eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1401113450  (eval "$ac_try") 2>&5
    1401213451  ac_status=$?
    14013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13452  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1401413453  (exit $ac_status); }; }; then
    1401513454  ac_cv_c_bigendian=no
    1401613455else
    14017   $as_echo "$as_me: program exited with status $ac_status" >&5
    14018 $as_echo "$as_me: failed program was:" >&5
     13456  echo "$as_me: program exited with status $ac_status" >&5
     13457echo "$as_me: failed program was:" >&5
    1401913458sed 's/^/| /' conftest.$ac_ext >&5
    1402013459
     
    1402213461ac_cv_c_bigendian=yes
    1402313462fi
    14024 rm -rf conftest.dSYM
    1402513463rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    1402613464fi
    1402713465
    1402813466
    14029     fi
    14030 fi
    14031 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
    14032 $as_echo "$ac_cv_c_bigendian" >&6; }
    14033  case $ac_cv_c_bigendian in #(
    14034    yes)
    14035      cat >>confdefs.h <<\_ACEOF
     13467fi
     13468
     13469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     13470fi
     13471{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
     13472echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
     13473case $ac_cv_c_bigendian in
     13474  yes)
     13475
     13476cat >>confdefs.h <<\_ACEOF
    1403613477#define WORDS_BIGENDIAN 1
    1403713478_ACEOF
    14038 ;; #(
    14039    no)
    14040       ;; #(
    14041    universal)
    14042 
    14043 cat >>confdefs.h <<\_ACEOF
    14044 #define AC_APPLE_UNIVERSAL_BUILD 1
    14045 _ACEOF
    14046 
    14047      ;; #(
    14048    *)
    14049      { { $as_echo "$as_me:$LINENO: error: unknown endianness
    14050  presetting ac_cv_c_bigendian=no (or yes) will help" >&5
    14051 $as_echo "$as_me: error: unknown endianness
    14052  presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
     13479 ;;
     13480  no)
     13481     ;;
     13482  *)
     13483    { { echo "$as_me:$LINENO: error: unknown endianness
     13484presetting ac_cv_c_bigendian=no (or yes) will help" >&5
     13485echo "$as_me: error: unknown endianness
     13486presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    1405313487   { (exit 1); exit 1; }; } ;;
    14054  esac
    14055 
    14056 # The cast to long int works around a bug in the HP C Compiler
    14057 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
    14058 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
    14059 # This bug is HP SR number 8606223364.
    14060 { $as_echo "$as_me:$LINENO: checking size of int" >&5
    14061 $as_echo_n "checking size of int... " >&6; }
    14062 if test "${ac_cv_sizeof_int+set}" = set; then
    14063   $as_echo_n "(cached) " >&6
    14064 else
    14065   if test "$cross_compiling" = yes; then
    14066   # Depending upon the size, compute the lo and hi bounds.
    14067 cat >conftest.$ac_ext <<_ACEOF
     13488esac
     13489
     13490{ echo "$as_me:$LINENO: checking for int" >&5
     13491echo $ECHO_N "checking for int... $ECHO_C" >&6; }
     13492if test "${ac_cv_type_int+set}" = set; then
     13493  echo $ECHO_N "(cached) $ECHO_C" >&6
     13494else
     13495  cat >conftest.$ac_ext <<_ACEOF
    1406813496/* confdefs.h.  */
    1406913497_ACEOF
     
    1407213500/* end confdefs.h.  */
    1407313501$ac_includes_default
     13502typedef int ac__type_new_;
    1407413503int
    1407513504main ()
    1407613505{
    14077 static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)];
    14078 test_array [0] = 0
    14079 
     13506if ((ac__type_new_ *) 0)
     13507  return 0;
     13508if (sizeof (ac__type_new_))
     13509  return 0;
    1408013510  ;
    1408113511  return 0;
     
    1408813518  *) ac_try_echo=$ac_try;;
    1408913519esac
    14090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14091 $as_echo "$ac_try_echo") >&5
     13520eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1409213521  (eval "$ac_compile") 2>conftest.er1
    1409313522  ac_status=$?
     
    1409513524  rm -f conftest.er1
    1409613525  cat conftest.err >&5
    14097   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13526  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13527  (exit $ac_status); } && {
     13528         test -z "$ac_cxx_werror_flag" ||
     13529         test ! -s conftest.err
     13530       } && test -s conftest.$ac_objext; then
     13531  ac_cv_type_int=yes
     13532else
     13533  echo "$as_me: failed program was:" >&5
     13534sed 's/^/| /' conftest.$ac_ext >&5
     13535
     13536        ac_cv_type_int=no
     13537fi
     13538
     13539rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     13540fi
     13541{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
     13542echo "${ECHO_T}$ac_cv_type_int" >&6; }
     13543
     13544# The cast to long int works around a bug in the HP C Compiler
     13545# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     13546# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     13547# This bug is HP SR number 8606223364.
     13548{ echo "$as_me:$LINENO: checking size of int" >&5
     13549echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
     13550if test "${ac_cv_sizeof_int+set}" = set; then
     13551  echo $ECHO_N "(cached) $ECHO_C" >&6
     13552else
     13553  if test "$cross_compiling" = yes; then
     13554  # Depending upon the size, compute the lo and hi bounds.
     13555cat >conftest.$ac_ext <<_ACEOF
     13556/* confdefs.h.  */
     13557_ACEOF
     13558cat confdefs.h >>conftest.$ac_ext
     13559cat >>conftest.$ac_ext <<_ACEOF
     13560/* end confdefs.h.  */
     13561$ac_includes_default
     13562   typedef int ac__type_sizeof_;
     13563int
     13564main ()
     13565{
     13566static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
     13567test_array [0] = 0
     13568
     13569  ;
     13570  return 0;
     13571}
     13572_ACEOF
     13573rm -f conftest.$ac_objext
     13574if { (ac_try="$ac_compile"
     13575case "(($ac_try" in
     13576  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     13577  *) ac_try_echo=$ac_try;;
     13578esac
     13579eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     13580  (eval "$ac_compile") 2>conftest.er1
     13581  ac_status=$?
     13582  grep -v '^ *+' conftest.er1 >conftest.err
     13583  rm -f conftest.er1
     13584  cat conftest.err >&5
     13585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1409813586  (exit $ac_status); } && {
    1409913587         test -z "$ac_cxx_werror_flag" ||
     
    1410913597/* end confdefs.h.  */
    1411013598$ac_includes_default
     13599   typedef int ac__type_sizeof_;
    1411113600int
    1411213601main ()
    1411313602{
    14114 static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
     13603static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1411513604test_array [0] = 0
    1411613605
     
    1412513614  *) ac_try_echo=$ac_try;;
    1412613615esac
    14127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14128 $as_echo "$ac_try_echo") >&5
     13616eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1412913617  (eval "$ac_compile") 2>conftest.er1
    1413013618  ac_status=$?
     
    1413213620  rm -f conftest.er1
    1413313621  cat conftest.err >&5
    14134   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13622  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1413513623  (exit $ac_status); } && {
    1413613624         test -z "$ac_cxx_werror_flag" ||
     
    1413913627  ac_hi=$ac_mid; break
    1414013628else
    14141   $as_echo "$as_me: failed program was:" >&5
     13629  echo "$as_me: failed program was:" >&5
    1414213630sed 's/^/| /' conftest.$ac_ext >&5
    1414313631
     
    1415313641  done
    1415413642else
    14155   $as_echo "$as_me: failed program was:" >&5
     13643  echo "$as_me: failed program was:" >&5
    1415613644sed 's/^/| /' conftest.$ac_ext >&5
    1415713645
     
    1416313651/* end confdefs.h.  */
    1416413652$ac_includes_default
     13653   typedef int ac__type_sizeof_;
    1416513654int
    1416613655main ()
    1416713656{
    14168 static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)];
     13657static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
    1416913658test_array [0] = 0
    1417013659
     
    1417913668  *) ac_try_echo=$ac_try;;
    1418013669esac
    14181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14182 $as_echo "$ac_try_echo") >&5
     13670eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1418313671  (eval "$ac_compile") 2>conftest.er1
    1418413672  ac_status=$?
     
    1418613674  rm -f conftest.er1
    1418713675  cat conftest.err >&5
    14188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13676  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1418913677  (exit $ac_status); } && {
    1419013678         test -z "$ac_cxx_werror_flag" ||
     
    1420013688/* end confdefs.h.  */
    1420113689$ac_includes_default
     13690   typedef int ac__type_sizeof_;
    1420213691int
    1420313692main ()
    1420413693{
    14205 static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)];
     13694static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
    1420613695test_array [0] = 0
    1420713696
     
    1421613705  *) ac_try_echo=$ac_try;;
    1421713706esac
    14218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14219 $as_echo "$ac_try_echo") >&5
     13707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1422013708  (eval "$ac_compile") 2>conftest.er1
    1422113709  ac_status=$?
     
    1422313711  rm -f conftest.er1
    1422413712  cat conftest.err >&5
    14225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13713  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1422613714  (exit $ac_status); } && {
    1422713715         test -z "$ac_cxx_werror_flag" ||
     
    1423013718  ac_lo=$ac_mid; break
    1423113719else
    14232   $as_echo "$as_me: failed program was:" >&5
     13720  echo "$as_me: failed program was:" >&5
    1423313721sed 's/^/| /' conftest.$ac_ext >&5
    1423413722
     
    1424413732  done
    1424513733else
    14246   $as_echo "$as_me: failed program was:" >&5
     13734  echo "$as_me: failed program was:" >&5
    1424713735sed 's/^/| /' conftest.$ac_ext >&5
    1424813736
     
    1426413752/* end confdefs.h.  */
    1426513753$ac_includes_default
     13754   typedef int ac__type_sizeof_;
    1426613755int
    1426713756main ()
    1426813757{
    14269 static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
     13758static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1427013759test_array [0] = 0
    1427113760
     
    1428013769  *) ac_try_echo=$ac_try;;
    1428113770esac
    14282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14283 $as_echo "$ac_try_echo") >&5
     13771eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1428413772  (eval "$ac_compile") 2>conftest.er1
    1428513773  ac_status=$?
     
    1428713775  rm -f conftest.er1
    1428813776  cat conftest.err >&5
    14289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13777  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1429013778  (exit $ac_status); } && {
    1429113779         test -z "$ac_cxx_werror_flag" ||
     
    1429413782  ac_hi=$ac_mid
    1429513783else
    14296   $as_echo "$as_me: failed program was:" >&5
     13784  echo "$as_me: failed program was:" >&5
    1429713785sed 's/^/| /' conftest.$ac_ext >&5
    1429813786
     
    1430513793?*) ac_cv_sizeof_int=$ac_lo;;
    1430613794'') if test "$ac_cv_type_int" = yes; then
    14307      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    14308 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    14309 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
     13795     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
    1431013796See \`config.log' for more details." >&5
    14311 $as_echo "$as_me: error: cannot compute sizeof (int)
     13797echo "$as_me: error: cannot compute sizeof (int)
    1431213798See \`config.log' for more details." >&2;}
    14313    { (exit 77); exit 77; }; }; }
     13799   { (exit 77); exit 77; }; }
    1431413800   else
    1431513801     ac_cv_sizeof_int=0
     
    1432413810/* end confdefs.h.  */
    1432513811$ac_includes_default
    14326 static long int longval () { return (long int) (sizeof (int)); }
    14327 static unsigned long int ulongval () { return (long int) (sizeof (int)); }
     13812   typedef int ac__type_sizeof_;
     13813static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
     13814static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
    1432813815#include <stdio.h>
    1432913816#include <stdlib.h>
     
    1433513822  if (! f)
    1433613823    return 1;
    14337   if (((long int) (sizeof (int))) < 0)
     13824  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
    1433813825    {
    1433913826      long int i = longval ();
    14340       if (i != ((long int) (sizeof (int))))
     13827      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1434113828        return 1;
    14342       fprintf (f, "%ld", i);
     13829      fprintf (f, "%ld\n", i);
    1434313830    }
    1434413831  else
    1434513832    {
    1434613833      unsigned long int i = ulongval ();
    14347       if (i != ((long int) (sizeof (int))))
     13834      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1434813835        return 1;
    14349       fprintf (f, "%lu", i);
     13836      fprintf (f, "%lu\n", i);
    1435013837    }
    14351   /* Do not output a trailing newline, as this causes \r\n confusion
    14352      on some platforms.  */
    1435313838  return ferror (f) || fclose (f) != 0;
    1435413839
     
    1436313848  *) ac_try_echo=$ac_try;;
    1436413849esac
    14365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14366 $as_echo "$ac_try_echo") >&5
     13850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1436713851  (eval "$ac_link") 2>&5
    1436813852  ac_status=$?
    14369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13853  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1437013854  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1437113855  { (case "(($ac_try" in
     
    1437313857  *) ac_try_echo=$ac_try;;
    1437413858esac
    14375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14376 $as_echo "$ac_try_echo") >&5
     13859eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1437713860  (eval "$ac_try") 2>&5
    1437813861  ac_status=$?
    14379   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13862  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1438013863  (exit $ac_status); }; }; then
    1438113864  ac_cv_sizeof_int=`cat conftest.val`
    1438213865else
    14383   $as_echo "$as_me: program exited with status $ac_status" >&5
    14384 $as_echo "$as_me: failed program was:" >&5
     13866  echo "$as_me: program exited with status $ac_status" >&5
     13867echo "$as_me: failed program was:" >&5
    1438513868sed 's/^/| /' conftest.$ac_ext >&5
    1438613869
    1438713870( exit $ac_status )
    1438813871if test "$ac_cv_type_int" = yes; then
    14389      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    14390 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    14391 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
     13872     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
    1439213873See \`config.log' for more details." >&5
    14393 $as_echo "$as_me: error: cannot compute sizeof (int)
     13874echo "$as_me: error: cannot compute sizeof (int)
    1439413875See \`config.log' for more details." >&2;}
    14395    { (exit 77); exit 77; }; }; }
     13876   { (exit 77); exit 77; }; }
    1439613877   else
    1439713878     ac_cv_sizeof_int=0
    1439813879   fi
    1439913880fi
    14400 rm -rf conftest.dSYM
    1440113881rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    1440213882fi
    1440313883rm -f conftest.val
    1440413884fi
    14405 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
    14406 $as_echo "$ac_cv_sizeof_int" >&6; }
     13885{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
     13886echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
    1440713887
    1440813888
     
    1441313893
    1441413894
    14415 # The cast to long int works around a bug in the HP C Compiler
    14416 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
    14417 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
    14418 # This bug is HP SR number 8606223364.
    14419 { $as_echo "$as_me:$LINENO: checking size of long" >&5
    14420 $as_echo_n "checking size of long... " >&6; }
    14421 if test "${ac_cv_sizeof_long+set}" = set; then
    14422   $as_echo_n "(cached) " >&6
    14423 else
    14424   if test "$cross_compiling" = yes; then
    14425   # Depending upon the size, compute the lo and hi bounds.
    14426 cat >conftest.$ac_ext <<_ACEOF
     13895{ echo "$as_me:$LINENO: checking for long" >&5
     13896echo $ECHO_N "checking for long... $ECHO_C" >&6; }
     13897if test "${ac_cv_type_long+set}" = set; then
     13898  echo $ECHO_N "(cached) $ECHO_C" >&6
     13899else
     13900  cat >conftest.$ac_ext <<_ACEOF
    1442713901/* confdefs.h.  */
    1442813902_ACEOF
     
    1443113905/* end confdefs.h.  */
    1443213906$ac_includes_default
     13907typedef long ac__type_new_;
    1443313908int
    1443413909main ()
    1443513910{
    14436 static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= 0)];
    14437 test_array [0] = 0
    14438 
     13911if ((ac__type_new_ *) 0)
     13912  return 0;
     13913if (sizeof (ac__type_new_))
     13914  return 0;
    1443913915  ;
    1444013916  return 0;
     
    1444713923  *) ac_try_echo=$ac_try;;
    1444813924esac
    14449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14450 $as_echo "$ac_try_echo") >&5
     13925eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1445113926  (eval "$ac_compile") 2>conftest.er1
    1445213927  ac_status=$?
     
    1445413929  rm -f conftest.er1
    1445513930  cat conftest.err >&5
    14456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13931  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     13932  (exit $ac_status); } && {
     13933         test -z "$ac_cxx_werror_flag" ||
     13934         test ! -s conftest.err
     13935       } && test -s conftest.$ac_objext; then
     13936  ac_cv_type_long=yes
     13937else
     13938  echo "$as_me: failed program was:" >&5
     13939sed 's/^/| /' conftest.$ac_ext >&5
     13940
     13941        ac_cv_type_long=no
     13942fi
     13943
     13944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     13945fi
     13946{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
     13947echo "${ECHO_T}$ac_cv_type_long" >&6; }
     13948
     13949# The cast to long int works around a bug in the HP C Compiler
     13950# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     13951# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     13952# This bug is HP SR number 8606223364.
     13953{ echo "$as_me:$LINENO: checking size of long" >&5
     13954echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
     13955if test "${ac_cv_sizeof_long+set}" = set; then
     13956  echo $ECHO_N "(cached) $ECHO_C" >&6
     13957else
     13958  if test "$cross_compiling" = yes; then
     13959  # Depending upon the size, compute the lo and hi bounds.
     13960cat >conftest.$ac_ext <<_ACEOF
     13961/* confdefs.h.  */
     13962_ACEOF
     13963cat confdefs.h >>conftest.$ac_ext
     13964cat >>conftest.$ac_ext <<_ACEOF
     13965/* end confdefs.h.  */
     13966$ac_includes_default
     13967   typedef long ac__type_sizeof_;
     13968int
     13969main ()
     13970{
     13971static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
     13972test_array [0] = 0
     13973
     13974  ;
     13975  return 0;
     13976}
     13977_ACEOF
     13978rm -f conftest.$ac_objext
     13979if { (ac_try="$ac_compile"
     13980case "(($ac_try" in
     13981  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     13982  *) ac_try_echo=$ac_try;;
     13983esac
     13984eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     13985  (eval "$ac_compile") 2>conftest.er1
     13986  ac_status=$?
     13987  grep -v '^ *+' conftest.er1 >conftest.err
     13988  rm -f conftest.er1
     13989  cat conftest.err >&5
     13990  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1445713991  (exit $ac_status); } && {
    1445813992         test -z "$ac_cxx_werror_flag" ||
     
    1446814002/* end confdefs.h.  */
    1446914003$ac_includes_default
     14004   typedef long ac__type_sizeof_;
    1447014005int
    1447114006main ()
    1447214007{
    14473 static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)];
     14008static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1447414009test_array [0] = 0
    1447514010
     
    1448414019  *) ac_try_echo=$ac_try;;
    1448514020esac
    14486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14487 $as_echo "$ac_try_echo") >&5
     14021eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1448814022  (eval "$ac_compile") 2>conftest.er1
    1448914023  ac_status=$?
     
    1449114025  rm -f conftest.er1
    1449214026  cat conftest.err >&5
    14493   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14027  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1449414028  (exit $ac_status); } && {
    1449514029         test -z "$ac_cxx_werror_flag" ||
     
    1449814032  ac_hi=$ac_mid; break
    1449914033else
    14500   $as_echo "$as_me: failed program was:" >&5
     14034  echo "$as_me: failed program was:" >&5
    1450114035sed 's/^/| /' conftest.$ac_ext >&5
    1450214036
     
    1451214046  done
    1451314047else
    14514   $as_echo "$as_me: failed program was:" >&5
     14048  echo "$as_me: failed program was:" >&5
    1451514049sed 's/^/| /' conftest.$ac_ext >&5
    1451614050
     
    1452214056/* end confdefs.h.  */
    1452314057$ac_includes_default
     14058   typedef long ac__type_sizeof_;
    1452414059int
    1452514060main ()
    1452614061{
    14527 static int test_array [1 - 2 * !(((long int) (sizeof (long))) < 0)];
     14062static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
    1452814063test_array [0] = 0
    1452914064
     
    1453814073  *) ac_try_echo=$ac_try;;
    1453914074esac
    14540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14541 $as_echo "$ac_try_echo") >&5
     14075eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1454214076  (eval "$ac_compile") 2>conftest.er1
    1454314077  ac_status=$?
     
    1454514079  rm -f conftest.er1
    1454614080  cat conftest.err >&5
    14547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14081  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1454814082  (exit $ac_status); } && {
    1454914083         test -z "$ac_cxx_werror_flag" ||
     
    1455914093/* end confdefs.h.  */
    1456014094$ac_includes_default
     14095   typedef long ac__type_sizeof_;
    1456114096int
    1456214097main ()
    1456314098{
    14564 static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)];
     14099static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
    1456514100test_array [0] = 0
    1456614101
     
    1457514110  *) ac_try_echo=$ac_try;;
    1457614111esac
    14577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14578 $as_echo "$ac_try_echo") >&5
     14112eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1457914113  (eval "$ac_compile") 2>conftest.er1
    1458014114  ac_status=$?
     
    1458214116  rm -f conftest.er1
    1458314117  cat conftest.err >&5
    14584   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14118  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1458514119  (exit $ac_status); } && {
    1458614120         test -z "$ac_cxx_werror_flag" ||
     
    1458914123  ac_lo=$ac_mid; break
    1459014124else
    14591   $as_echo "$as_me: failed program was:" >&5
     14125  echo "$as_me: failed program was:" >&5
    1459214126sed 's/^/| /' conftest.$ac_ext >&5
    1459314127
     
    1460314137  done
    1460414138else
    14605   $as_echo "$as_me: failed program was:" >&5
     14139  echo "$as_me: failed program was:" >&5
    1460614140sed 's/^/| /' conftest.$ac_ext >&5
    1460714141
     
    1462314157/* end confdefs.h.  */
    1462414158$ac_includes_default
     14159   typedef long ac__type_sizeof_;
    1462514160int
    1462614161main ()
    1462714162{
    14628 static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)];
     14163static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1462914164test_array [0] = 0
    1463014165
     
    1463914174  *) ac_try_echo=$ac_try;;
    1464014175esac
    14641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14642 $as_echo "$ac_try_echo") >&5
     14176eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1464314177  (eval "$ac_compile") 2>conftest.er1
    1464414178  ac_status=$?
     
    1464614180  rm -f conftest.er1
    1464714181  cat conftest.err >&5
    14648   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14182  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1464914183  (exit $ac_status); } && {
    1465014184         test -z "$ac_cxx_werror_flag" ||
     
    1465314187  ac_hi=$ac_mid
    1465414188else
    14655   $as_echo "$as_me: failed program was:" >&5
     14189  echo "$as_me: failed program was:" >&5
    1465614190sed 's/^/| /' conftest.$ac_ext >&5
    1465714191
     
    1466414198?*) ac_cv_sizeof_long=$ac_lo;;
    1466514199'') if test "$ac_cv_type_long" = yes; then
    14666      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    14667 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    14668 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long)
     14200     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
    1466914201See \`config.log' for more details." >&5
    14670 $as_echo "$as_me: error: cannot compute sizeof (long)
     14202echo "$as_me: error: cannot compute sizeof (long)
    1467114203See \`config.log' for more details." >&2;}
    14672    { (exit 77); exit 77; }; }; }
     14204   { (exit 77); exit 77; }; }
    1467314205   else
    1467414206     ac_cv_sizeof_long=0
     
    1468314215/* end confdefs.h.  */
    1468414216$ac_includes_default
    14685 static long int longval () { return (long int) (sizeof (long)); }
    14686 static unsigned long int ulongval () { return (long int) (sizeof (long)); }
     14217   typedef long ac__type_sizeof_;
     14218static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
     14219static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
    1468714220#include <stdio.h>
    1468814221#include <stdlib.h>
     
    1469414227  if (! f)
    1469514228    return 1;
    14696   if (((long int) (sizeof (long))) < 0)
     14229  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
    1469714230    {
    1469814231      long int i = longval ();
    14699       if (i != ((long int) (sizeof (long))))
     14232      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1470014233        return 1;
    14701       fprintf (f, "%ld", i);
     14234      fprintf (f, "%ld\n", i);
    1470214235    }
    1470314236  else
    1470414237    {
    1470514238      unsigned long int i = ulongval ();
    14706       if (i != ((long int) (sizeof (long))))
     14239      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1470714240        return 1;
    14708       fprintf (f, "%lu", i);
     14241      fprintf (f, "%lu\n", i);
    1470914242    }
    14710   /* Do not output a trailing newline, as this causes \r\n confusion
    14711      on some platforms.  */
    1471214243  return ferror (f) || fclose (f) != 0;
    1471314244
     
    1472214253  *) ac_try_echo=$ac_try;;
    1472314254esac
    14724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14725 $as_echo "$ac_try_echo") >&5
     14255eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1472614256  (eval "$ac_link") 2>&5
    1472714257  ac_status=$?
    14728   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14258  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1472914259  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1473014260  { (case "(($ac_try" in
     
    1473214262  *) ac_try_echo=$ac_try;;
    1473314263esac
    14734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14735 $as_echo "$ac_try_echo") >&5
     14264eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1473614265  (eval "$ac_try") 2>&5
    1473714266  ac_status=$?
    14738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14267  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1473914268  (exit $ac_status); }; }; then
    1474014269  ac_cv_sizeof_long=`cat conftest.val`
    1474114270else
    14742   $as_echo "$as_me: program exited with status $ac_status" >&5
    14743 $as_echo "$as_me: failed program was:" >&5
     14271  echo "$as_me: program exited with status $ac_status" >&5
     14272echo "$as_me: failed program was:" >&5
    1474414273sed 's/^/| /' conftest.$ac_ext >&5
    1474514274
    1474614275( exit $ac_status )
    1474714276if test "$ac_cv_type_long" = yes; then
    14748      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    14749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    14750 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long)
     14277     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
    1475114278See \`config.log' for more details." >&5
    14752 $as_echo "$as_me: error: cannot compute sizeof (long)
     14279echo "$as_me: error: cannot compute sizeof (long)
    1475314280See \`config.log' for more details." >&2;}
    14754    { (exit 77); exit 77; }; }; }
     14281   { (exit 77); exit 77; }; }
    1475514282   else
    1475614283     ac_cv_sizeof_long=0
    1475714284   fi
    1475814285fi
    14759 rm -rf conftest.dSYM
    1476014286rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    1476114287fi
    1476214288rm -f conftest.val
    1476314289fi
    14764 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
    14765 $as_echo "$ac_cv_sizeof_long" >&6; }
     14290{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
     14291echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
    1476614292
    1476714293
     
    1477214298
    1477314299
    14774 # The cast to long int works around a bug in the HP C Compiler
    14775 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
    14776 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
    14777 # This bug is HP SR number 8606223364.
    14778 { $as_echo "$as_me:$LINENO: checking size of long long" >&5
    14779 $as_echo_n "checking size of long long... " >&6; }
    14780 if test "${ac_cv_sizeof_long_long+set}" = set; then
    14781   $as_echo_n "(cached) " >&6
    14782 else
    14783   if test "$cross_compiling" = yes; then
    14784   # Depending upon the size, compute the lo and hi bounds.
    14785 cat >conftest.$ac_ext <<_ACEOF
     14300{ echo "$as_me:$LINENO: checking for long long" >&5
     14301echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
     14302if test "${ac_cv_type_long_long+set}" = set; then
     14303  echo $ECHO_N "(cached) $ECHO_C" >&6
     14304else
     14305  cat >conftest.$ac_ext <<_ACEOF
    1478614306/* confdefs.h.  */
    1478714307_ACEOF
     
    1479014310/* end confdefs.h.  */
    1479114311$ac_includes_default
     14312typedef long long ac__type_new_;
    1479214313int
    1479314314main ()
    1479414315{
    14795 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= 0)];
    14796 test_array [0] = 0
    14797 
     14316if ((ac__type_new_ *) 0)
     14317  return 0;
     14318if (sizeof (ac__type_new_))
     14319  return 0;
    1479814320  ;
    1479914321  return 0;
     
    1480614328  *) ac_try_echo=$ac_try;;
    1480714329esac
    14808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14809 $as_echo "$ac_try_echo") >&5
     14330eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1481014331  (eval "$ac_compile") 2>conftest.er1
    1481114332  ac_status=$?
     
    1481314334  rm -f conftest.er1
    1481414335  cat conftest.err >&5
    14815   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14336  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14337  (exit $ac_status); } && {
     14338         test -z "$ac_cxx_werror_flag" ||
     14339         test ! -s conftest.err
     14340       } && test -s conftest.$ac_objext; then
     14341  ac_cv_type_long_long=yes
     14342else
     14343  echo "$as_me: failed program was:" >&5
     14344sed 's/^/| /' conftest.$ac_ext >&5
     14345
     14346        ac_cv_type_long_long=no
     14347fi
     14348
     14349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     14350fi
     14351{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
     14352echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
     14353
     14354# The cast to long int works around a bug in the HP C Compiler
     14355# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     14356# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     14357# This bug is HP SR number 8606223364.
     14358{ echo "$as_me:$LINENO: checking size of long long" >&5
     14359echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
     14360if test "${ac_cv_sizeof_long_long+set}" = set; then
     14361  echo $ECHO_N "(cached) $ECHO_C" >&6
     14362else
     14363  if test "$cross_compiling" = yes; then
     14364  # Depending upon the size, compute the lo and hi bounds.
     14365cat >conftest.$ac_ext <<_ACEOF
     14366/* confdefs.h.  */
     14367_ACEOF
     14368cat confdefs.h >>conftest.$ac_ext
     14369cat >>conftest.$ac_ext <<_ACEOF
     14370/* end confdefs.h.  */
     14371$ac_includes_default
     14372   typedef long long ac__type_sizeof_;
     14373int
     14374main ()
     14375{
     14376static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
     14377test_array [0] = 0
     14378
     14379  ;
     14380  return 0;
     14381}
     14382_ACEOF
     14383rm -f conftest.$ac_objext
     14384if { (ac_try="$ac_compile"
     14385case "(($ac_try" in
     14386  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     14387  *) ac_try_echo=$ac_try;;
     14388esac
     14389eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     14390  (eval "$ac_compile") 2>conftest.er1
     14391  ac_status=$?
     14392  grep -v '^ *+' conftest.er1 >conftest.err
     14393  rm -f conftest.er1
     14394  cat conftest.err >&5
     14395  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1481614396  (exit $ac_status); } && {
    1481714397         test -z "$ac_cxx_werror_flag" ||
     
    1482714407/* end confdefs.h.  */
    1482814408$ac_includes_default
     14409   typedef long long ac__type_sizeof_;
    1482914410int
    1483014411main ()
    1483114412{
    14832 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)];
     14413static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1483314414test_array [0] = 0
    1483414415
     
    1484314424  *) ac_try_echo=$ac_try;;
    1484414425esac
    14845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14846 $as_echo "$ac_try_echo") >&5
     14426eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1484714427  (eval "$ac_compile") 2>conftest.er1
    1484814428  ac_status=$?
     
    1485014430  rm -f conftest.er1
    1485114431  cat conftest.err >&5
    14852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14432  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1485314433  (exit $ac_status); } && {
    1485414434         test -z "$ac_cxx_werror_flag" ||
     
    1485714437  ac_hi=$ac_mid; break
    1485814438else
    14859   $as_echo "$as_me: failed program was:" >&5
     14439  echo "$as_me: failed program was:" >&5
    1486014440sed 's/^/| /' conftest.$ac_ext >&5
    1486114441
     
    1487114451  done
    1487214452else
    14873   $as_echo "$as_me: failed program was:" >&5
     14453  echo "$as_me: failed program was:" >&5
    1487414454sed 's/^/| /' conftest.$ac_ext >&5
    1487514455
     
    1488114461/* end confdefs.h.  */
    1488214462$ac_includes_default
     14463   typedef long long ac__type_sizeof_;
    1488314464int
    1488414465main ()
    1488514466{
    14886 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) < 0)];
     14467static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
    1488714468test_array [0] = 0
    1488814469
     
    1489714478  *) ac_try_echo=$ac_try;;
    1489814479esac
    14899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14900 $as_echo "$ac_try_echo") >&5
     14480eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1490114481  (eval "$ac_compile") 2>conftest.er1
    1490214482  ac_status=$?
     
    1490414484  rm -f conftest.er1
    1490514485  cat conftest.err >&5
    14906   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14486  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1490714487  (exit $ac_status); } && {
    1490814488         test -z "$ac_cxx_werror_flag" ||
     
    1491814498/* end confdefs.h.  */
    1491914499$ac_includes_default
     14500   typedef long long ac__type_sizeof_;
    1492014501int
    1492114502main ()
    1492214503{
    14923 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= $ac_mid)];
     14504static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
    1492414505test_array [0] = 0
    1492514506
     
    1493414515  *) ac_try_echo=$ac_try;;
    1493514516esac
    14936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    14937 $as_echo "$ac_try_echo") >&5
     14517eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1493814518  (eval "$ac_compile") 2>conftest.er1
    1493914519  ac_status=$?
     
    1494114521  rm -f conftest.er1
    1494214522  cat conftest.err >&5
    14943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14523  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1494414524  (exit $ac_status); } && {
    1494514525         test -z "$ac_cxx_werror_flag" ||
     
    1494814528  ac_lo=$ac_mid; break
    1494914529else
    14950   $as_echo "$as_me: failed program was:" >&5
     14530  echo "$as_me: failed program was:" >&5
    1495114531sed 's/^/| /' conftest.$ac_ext >&5
    1495214532
     
    1496214542  done
    1496314543else
    14964   $as_echo "$as_me: failed program was:" >&5
     14544  echo "$as_me: failed program was:" >&5
    1496514545sed 's/^/| /' conftest.$ac_ext >&5
    1496614546
     
    1498214562/* end confdefs.h.  */
    1498314563$ac_includes_default
     14564   typedef long long ac__type_sizeof_;
    1498414565int
    1498514566main ()
    1498614567{
    14987 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)];
     14568static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1498814569test_array [0] = 0
    1498914570
     
    1499814579  *) ac_try_echo=$ac_try;;
    1499914580esac
    15000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15001 $as_echo "$ac_try_echo") >&5
     14581eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1500214582  (eval "$ac_compile") 2>conftest.er1
    1500314583  ac_status=$?
     
    1500514585  rm -f conftest.er1
    1500614586  cat conftest.err >&5
    15007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14587  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1500814588  (exit $ac_status); } && {
    1500914589         test -z "$ac_cxx_werror_flag" ||
     
    1501214592  ac_hi=$ac_mid
    1501314593else
    15014   $as_echo "$as_me: failed program was:" >&5
     14594  echo "$as_me: failed program was:" >&5
    1501514595sed 's/^/| /' conftest.$ac_ext >&5
    1501614596
     
    1502314603?*) ac_cv_sizeof_long_long=$ac_lo;;
    1502414604'') if test "$ac_cv_type_long_long" = yes; then
    15025      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    15026 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    15027 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
     14605     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
    1502814606See \`config.log' for more details." >&5
    15029 $as_echo "$as_me: error: cannot compute sizeof (long long)
     14607echo "$as_me: error: cannot compute sizeof (long long)
    1503014608See \`config.log' for more details." >&2;}
    15031    { (exit 77); exit 77; }; }; }
     14609   { (exit 77); exit 77; }; }
    1503214610   else
    1503314611     ac_cv_sizeof_long_long=0
     
    1504214620/* end confdefs.h.  */
    1504314621$ac_includes_default
    15044 static long int longval () { return (long int) (sizeof (long long)); }
    15045 static unsigned long int ulongval () { return (long int) (sizeof (long long)); }
     14622   typedef long long ac__type_sizeof_;
     14623static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
     14624static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
    1504614625#include <stdio.h>
    1504714626#include <stdlib.h>
     
    1505314632  if (! f)
    1505414633    return 1;
    15055   if (((long int) (sizeof (long long))) < 0)
     14634  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
    1505614635    {
    1505714636      long int i = longval ();
    15058       if (i != ((long int) (sizeof (long long))))
     14637      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1505914638        return 1;
    15060       fprintf (f, "%ld", i);
     14639      fprintf (f, "%ld\n", i);
    1506114640    }
    1506214641  else
    1506314642    {
    1506414643      unsigned long int i = ulongval ();
    15065       if (i != ((long int) (sizeof (long long))))
     14644      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1506614645        return 1;
    15067       fprintf (f, "%lu", i);
     14646      fprintf (f, "%lu\n", i);
    1506814647    }
    15069   /* Do not output a trailing newline, as this causes \r\n confusion
    15070      on some platforms.  */
    1507114648  return ferror (f) || fclose (f) != 0;
    1507214649
     
    1508114658  *) ac_try_echo=$ac_try;;
    1508214659esac
    15083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15084 $as_echo "$ac_try_echo") >&5
     14660eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1508514661  (eval "$ac_link") 2>&5
    1508614662  ac_status=$?
    15087   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14663  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1508814664  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1508914665  { (case "(($ac_try" in
     
    1509114667  *) ac_try_echo=$ac_try;;
    1509214668esac
    15093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15094 $as_echo "$ac_try_echo") >&5
     14669eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1509514670  (eval "$ac_try") 2>&5
    1509614671  ac_status=$?
    15097   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14672  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1509814673  (exit $ac_status); }; }; then
    1509914674  ac_cv_sizeof_long_long=`cat conftest.val`
    1510014675else
    15101   $as_echo "$as_me: program exited with status $ac_status" >&5
    15102 $as_echo "$as_me: failed program was:" >&5
     14676  echo "$as_me: program exited with status $ac_status" >&5
     14677echo "$as_me: failed program was:" >&5
    1510314678sed 's/^/| /' conftest.$ac_ext >&5
    1510414679
    1510514680( exit $ac_status )
    1510614681if test "$ac_cv_type_long_long" = yes; then
    15107      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    15108 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    15109 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
     14682     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
    1511014683See \`config.log' for more details." >&5
    15111 $as_echo "$as_me: error: cannot compute sizeof (long long)
     14684echo "$as_me: error: cannot compute sizeof (long long)
    1511214685See \`config.log' for more details." >&2;}
    15113    { (exit 77); exit 77; }; }; }
     14686   { (exit 77); exit 77; }; }
    1511414687   else
    1511514688     ac_cv_sizeof_long_long=0
    1511614689   fi
    1511714690fi
    15118 rm -rf conftest.dSYM
    1511914691rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    1512014692fi
    1512114693rm -f conftest.val
    1512214694fi
    15123 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
    15124 $as_echo "$ac_cv_sizeof_long_long" >&6; }
     14695{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
     14696echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
    1512514697
    1512614698
     
    1513114703
    1513214704
    15133 # The cast to long int works around a bug in the HP C Compiler
    15134 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
    15135 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
    15136 # This bug is HP SR number 8606223364.
    15137 { $as_echo "$as_me:$LINENO: checking size of void *" >&5
    15138 $as_echo_n "checking size of void *... " >&6; }
    15139 if test "${ac_cv_sizeof_void_p+set}" = set; then
    15140   $as_echo_n "(cached) " >&6
    15141 else
    15142   if test "$cross_compiling" = yes; then
    15143   # Depending upon the size, compute the lo and hi bounds.
    15144 cat >conftest.$ac_ext <<_ACEOF
     14705{ echo "$as_me:$LINENO: checking for void *" >&5
     14706echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
     14707if test "${ac_cv_type_void_p+set}" = set; then
     14708  echo $ECHO_N "(cached) $ECHO_C" >&6
     14709else
     14710  cat >conftest.$ac_ext <<_ACEOF
    1514514711/* confdefs.h.  */
    1514614712_ACEOF
     
    1514914715/* end confdefs.h.  */
    1515014716$ac_includes_default
     14717typedef void * ac__type_new_;
    1515114718int
    1515214719main ()
    1515314720{
    15154 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= 0)];
    15155 test_array [0] = 0
    15156 
     14721if ((ac__type_new_ *) 0)
     14722  return 0;
     14723if (sizeof (ac__type_new_))
     14724  return 0;
    1515714725  ;
    1515814726  return 0;
     
    1516514733  *) ac_try_echo=$ac_try;;
    1516614734esac
    15167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15168 $as_echo "$ac_try_echo") >&5
     14735eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1516914736  (eval "$ac_compile") 2>conftest.er1
    1517014737  ac_status=$?
     
    1517214739  rm -f conftest.er1
    1517314740  cat conftest.err >&5
    15174   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14741  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14742  (exit $ac_status); } && {
     14743         test -z "$ac_cxx_werror_flag" ||
     14744         test ! -s conftest.err
     14745       } && test -s conftest.$ac_objext; then
     14746  ac_cv_type_void_p=yes
     14747else
     14748  echo "$as_me: failed program was:" >&5
     14749sed 's/^/| /' conftest.$ac_ext >&5
     14750
     14751        ac_cv_type_void_p=no
     14752fi
     14753
     14754rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     14755fi
     14756{ echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
     14757echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
     14758
     14759# The cast to long int works around a bug in the HP C Compiler
     14760# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
     14761# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
     14762# This bug is HP SR number 8606223364.
     14763{ echo "$as_me:$LINENO: checking size of void *" >&5
     14764echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
     14765if test "${ac_cv_sizeof_void_p+set}" = set; then
     14766  echo $ECHO_N "(cached) $ECHO_C" >&6
     14767else
     14768  if test "$cross_compiling" = yes; then
     14769  # Depending upon the size, compute the lo and hi bounds.
     14770cat >conftest.$ac_ext <<_ACEOF
     14771/* confdefs.h.  */
     14772_ACEOF
     14773cat confdefs.h >>conftest.$ac_ext
     14774cat >>conftest.$ac_ext <<_ACEOF
     14775/* end confdefs.h.  */
     14776$ac_includes_default
     14777   typedef void * ac__type_sizeof_;
     14778int
     14779main ()
     14780{
     14781static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
     14782test_array [0] = 0
     14783
     14784  ;
     14785  return 0;
     14786}
     14787_ACEOF
     14788rm -f conftest.$ac_objext
     14789if { (ac_try="$ac_compile"
     14790case "(($ac_try" in
     14791  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     14792  *) ac_try_echo=$ac_try;;
     14793esac
     14794eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     14795  (eval "$ac_compile") 2>conftest.er1
     14796  ac_status=$?
     14797  grep -v '^ *+' conftest.er1 >conftest.err
     14798  rm -f conftest.er1
     14799  cat conftest.err >&5
     14800  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1517514801  (exit $ac_status); } && {
    1517614802         test -z "$ac_cxx_werror_flag" ||
     
    1518614812/* end confdefs.h.  */
    1518714813$ac_includes_default
     14814   typedef void * ac__type_sizeof_;
    1518814815int
    1518914816main ()
    1519014817{
    15191 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
     14818static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1519214819test_array [0] = 0
    1519314820
     
    1520214829  *) ac_try_echo=$ac_try;;
    1520314830esac
    15204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15205 $as_echo "$ac_try_echo") >&5
     14831eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1520614832  (eval "$ac_compile") 2>conftest.er1
    1520714833  ac_status=$?
     
    1520914835  rm -f conftest.er1
    1521014836  cat conftest.err >&5
    15211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14837  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1521214838  (exit $ac_status); } && {
    1521314839         test -z "$ac_cxx_werror_flag" ||
     
    1521614842  ac_hi=$ac_mid; break
    1521714843else
    15218   $as_echo "$as_me: failed program was:" >&5
     14844  echo "$as_me: failed program was:" >&5
    1521914845sed 's/^/| /' conftest.$ac_ext >&5
    1522014846
     
    1523014856  done
    1523114857else
    15232   $as_echo "$as_me: failed program was:" >&5
     14858  echo "$as_me: failed program was:" >&5
    1523314859sed 's/^/| /' conftest.$ac_ext >&5
    1523414860
     
    1524014866/* end confdefs.h.  */
    1524114867$ac_includes_default
     14868   typedef void * ac__type_sizeof_;
    1524214869int
    1524314870main ()
    1524414871{
    15245 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) < 0)];
     14872static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
    1524614873test_array [0] = 0
    1524714874
     
    1525614883  *) ac_try_echo=$ac_try;;
    1525714884esac
    15258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15259 $as_echo "$ac_try_echo") >&5
     14885eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1526014886  (eval "$ac_compile") 2>conftest.er1
    1526114887  ac_status=$?
     
    1526314889  rm -f conftest.er1
    1526414890  cat conftest.err >&5
    15265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14891  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1526614892  (exit $ac_status); } && {
    1526714893         test -z "$ac_cxx_werror_flag" ||
     
    1527714903/* end confdefs.h.  */
    1527814904$ac_includes_default
     14905   typedef void * ac__type_sizeof_;
    1527914906int
    1528014907main ()
    1528114908{
    15282 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= $ac_mid)];
     14909static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
    1528314910test_array [0] = 0
    1528414911
     
    1529314920  *) ac_try_echo=$ac_try;;
    1529414921esac
    15295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15296 $as_echo "$ac_try_echo") >&5
     14922eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1529714923  (eval "$ac_compile") 2>conftest.er1
    1529814924  ac_status=$?
     
    1530014926  rm -f conftest.er1
    1530114927  cat conftest.err >&5
    15302   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14928  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1530314929  (exit $ac_status); } && {
    1530414930         test -z "$ac_cxx_werror_flag" ||
     
    1530714933  ac_lo=$ac_mid; break
    1530814934else
    15309   $as_echo "$as_me: failed program was:" >&5
     14935  echo "$as_me: failed program was:" >&5
    1531014936sed 's/^/| /' conftest.$ac_ext >&5
    1531114937
     
    1532114947  done
    1532214948else
    15323   $as_echo "$as_me: failed program was:" >&5
     14949  echo "$as_me: failed program was:" >&5
    1532414950sed 's/^/| /' conftest.$ac_ext >&5
    1532514951
     
    1534114967/* end confdefs.h.  */
    1534214968$ac_includes_default
     14969   typedef void * ac__type_sizeof_;
    1534314970int
    1534414971main ()
    1534514972{
    15346 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
     14973static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
    1534714974test_array [0] = 0
    1534814975
     
    1535714984  *) ac_try_echo=$ac_try;;
    1535814985esac
    15359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15360 $as_echo "$ac_try_echo") >&5
     14986eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1536114987  (eval "$ac_compile") 2>conftest.er1
    1536214988  ac_status=$?
     
    1536414990  rm -f conftest.er1
    1536514991  cat conftest.err >&5
    15366   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14992  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1536714993  (exit $ac_status); } && {
    1536814994         test -z "$ac_cxx_werror_flag" ||
     
    1537114997  ac_hi=$ac_mid
    1537214998else
    15373   $as_echo "$as_me: failed program was:" >&5
     14999  echo "$as_me: failed program was:" >&5
    1537415000sed 's/^/| /' conftest.$ac_ext >&5
    1537515001
     
    1538215008?*) ac_cv_sizeof_void_p=$ac_lo;;
    1538315009'') if test "$ac_cv_type_void_p" = yes; then
    15384      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    15385 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    15386 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
     15010     { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
    1538715011See \`config.log' for more details." >&5
    15388 $as_echo "$as_me: error: cannot compute sizeof (void *)
     15012echo "$as_me: error: cannot compute sizeof (void *)
    1538915013See \`config.log' for more details." >&2;}
    15390    { (exit 77); exit 77; }; }; }
     15014   { (exit 77); exit 77; }; }
    1539115015   else
    1539215016     ac_cv_sizeof_void_p=0
     
    1540115025/* end confdefs.h.  */
    1540215026$ac_includes_default
    15403 static long int longval () { return (long int) (sizeof (void *)); }
    15404 static unsigned long int ulongval () { return (long int) (sizeof (void *)); }
     15027   typedef void * ac__type_sizeof_;
     15028static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
     15029static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
    1540515030#include <stdio.h>
    1540615031#include <stdlib.h>
     
    1541215037  if (! f)
    1541315038    return 1;
    15414   if (((long int) (sizeof (void *))) < 0)
     15039  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
    1541515040    {
    1541615041      long int i = longval ();
    15417       if (i != ((long int) (sizeof (void *))))
     15042      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1541815043        return 1;
    15419       fprintf (f, "%ld", i);
     15044      fprintf (f, "%ld\n", i);
    1542015045    }
    1542115046  else
    1542215047    {
    1542315048      unsigned long int i = ulongval ();
    15424       if (i != ((long int) (sizeof (void *))))
     15049      if (i != ((long int) (sizeof (ac__type_sizeof_))))
    1542515050        return 1;
    15426       fprintf (f, "%lu", i);
     15051      fprintf (f, "%lu\n", i);
    1542715052    }
    15428   /* Do not output a trailing newline, as this causes \r\n confusion
    15429      on some platforms.  */
    1543015053  return ferror (f) || fclose (f) != 0;
    1543115054
     
    1544015063  *) ac_try_echo=$ac_try;;
    1544115064esac
    15442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15443 $as_echo "$ac_try_echo") >&5
     15065eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1544415066  (eval "$ac_link") 2>&5
    1544515067  ac_status=$?
    15446   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     15068  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1544715069  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    1544815070  { (case "(($ac_try" in
     
    1545015072  *) ac_try_echo=$ac_try;;
    1545115073esac
    15452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    15453 $as_echo "$ac_try_echo") >&5
     15074eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    1545415075  (eval "$ac_try") 2>&5
    1545515076  ac_status=$?
    15456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     15077  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1545715078  (exit $ac_status); }; }; then
    1545815079  ac_cv_sizeof_void_p=`cat conftest.val`
    1545915080else
    15460   $as_echo "$as_me: program exited with status $ac_status" >&5
    15461 $as_echo "$as_me: failed program was:" >&5
     15081  echo "$as_me: program exited with status $ac_status" >&5
     15082echo "$as_me: failed program was:" >&5
    1546215083sed 's/^/| /' conftest.$ac_ext >&5
    1546315084
    1546415085( exit $ac_status )
    1546515086if test "$ac_cv_type_void_p" = yes; then
    15466      { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    15467 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    15468 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
     15087     { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
    1546915088See \`config.log' for more details." >&5
    15470 $as_echo "$as_me: error: cannot compute sizeof (void *)
     15089echo "$as_me: error: cannot compute sizeof (void *)
    1547115090See \`config.log' for more details." >&2;}
    15472    { (exit 77); exit 77; }; }; }
     15091   { (exit 77); exit 77; }; }
    1547315092   else
    1547415093     ac_cv_sizeof_void_p=0
    1547515094   fi
    1547615095fi
    15477 rm -rf conftest.dSYM
    1547815096rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    1547915097fi
    1548015098rm -f conftest.val
    1548115099fi
    15482 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
    15483 $as_echo "$ac_cv_sizeof_void_p" >&6; }
     15100{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
     15101echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
    1548415102
    1548515103
     
    1550715125
    1550815126
    15509     { $as_echo "$as_me:$LINENO: checking for build with symbols" >&5
    15510 $as_echo_n "checking for build with symbols... " >&6; }
     15127    { echo "$as_me:$LINENO: checking for build with symbols" >&5
     15128echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6; }
    1551115129    # Check whether --enable-symbols was given.
    1551215130if test "${enable_symbols+set}" = set; then
     
    1552115139        LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
    1552215140        DBGX=""
    15523         { $as_echo "$as_me:$LINENO: result: no" >&5
    15524 $as_echo "no" >&6; }
     15141        { echo "$as_me:$LINENO: result: no" >&5
     15142echo "${ECHO_T}no" >&6; }
    1552515143    else
    1552615144        CFLAGS_DEFAULT='$(CFLAGS_DEBUG)'
     
    1552815146        DBGX=g
    1552915147        if test "$tcl_ok" = "yes"; then
    15530             { $as_echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
    15531 $as_echo "yes (standard debugging)" >&6; }
     15148            { echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
     15149echo "${ECHO_T}yes (standard debugging)" >&6; }
    1553215150        fi
    1553315151    fi
     
    1555515173    if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then
    1555615174        if test "$tcl_ok" = "all"; then
    15557             { $as_echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
    15558 $as_echo "enabled symbols mem compile debugging" >&6; }
     15175            { echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
     15176echo "${ECHO_T}enabled symbols mem compile debugging" >&6; }
    1555915177        else
    15560             { $as_echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
    15561 $as_echo "enabled $tcl_ok debugging" >&6; }
     15178            { echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
     15179echo "${ECHO_T}enabled $tcl_ok debugging" >&6; }
    1556215180        fi
    1556315181    fi
     
    1557115189
    1557215190ac_configure_args="--disable-threads --enable-shared"
    15573 
    15574 
    1557515191subdirs="$subdirs packages/optimizer/src"
    1557615192
     
    1560515221    *${as_nl}*)
    1560615222      case $ac_var in #(
    15607       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    15608 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     15223      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     15224echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    1560915225      esac
    1561015226      case $ac_var in #(
    1561115227      _ | IFS | as_nl) ;; #(
    15612       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    1561315228      *) $as_unset $ac_var ;;
    1561415229      esac ;;
     
    1564315258  if test -w "$cache_file"; then
    1564415259    test "x$cache_file" != "x/dev/null" &&
    15645       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    15646 $as_echo "$as_me: updating cache $cache_file" >&6;}
     15260      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     15261echo "$as_me: updating cache $cache_file" >&6;}
    1564715262    cat confcache >$cache_file
    1564815263  else
    15649     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    15650 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     15264    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     15265echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    1565115266  fi
    1565215267fi
     
    1566415279  # 1. Remove the extension, and $U if already installed.
    1566515280  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    15666   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     15281  ac_i=`echo "$ac_i" | sed "$ac_script"`
    1566715282  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    1566815283  #    will be set to the directory where LIBOBJS objects are built.
     
    1567615291
    1567715292
    15678 
    1567915293: ${CONFIG_STATUS=./config.status}
    15680 ac_write_fail=0
    1568115294ac_clean_files_save=$ac_clean_files
    1568215295ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    15683 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    15684 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    15685 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     15296{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     15297echo "$as_me: creating $CONFIG_STATUS" >&6;}
     15298cat >$CONFIG_STATUS <<_ACEOF
    1568615299#! $SHELL
    1568715300# Generated by $as_me.
     
    1569615309_ACEOF
    1569715310
    15698 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     15311cat >>$CONFIG_STATUS <<\_ACEOF
    1569915312## --------------------- ##
    1570015313## M4sh Initialization.  ##
     
    1570615319  emulate sh
    1570715320  NULLCMD=:
    15708   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     15321  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    1570915322  # is contrary to our usage.  Disable this feature.
    1571015323  alias -g '${1+"$@"}'='"$@"'
     
    1572815341as_cr_alnum=$as_cr_Letters$as_cr_digits
    1572915342
    15730 as_nl='
    15731 '
    15732 export as_nl
    15733 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    15734 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    15735 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    15736 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    15737 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    15738   as_echo='printf %s\n'
    15739   as_echo_n='printf %s'
    15740 else
    15741   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    15742     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    15743     as_echo_n='/usr/ucb/echo -n'
    15744   else
    15745     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    15746     as_echo_n_body='eval
    15747       arg=$1;
    15748       case $arg in
    15749       *"$as_nl"*)
    15750         expr "X$arg" : "X\\(.*\\)$as_nl";
    15751         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    15752       esac;
    15753       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    15754     '
    15755     export as_echo_n_body
    15756     as_echo_n='sh -c $as_echo_n_body as_echo'
    15757   fi
    15758   export as_echo_body
    15759   as_echo='sh -c $as_echo_body as_echo'
    15760 fi
    15761 
    1576215343# The user is always right.
    1576315344if test "${PATH_SEPARATOR+set}" != set; then
    15764   PATH_SEPARATOR=:
    15765   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    15766     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    15767       PATH_SEPARATOR=';'
    15768   }
     15345  echo "#! /bin/sh" >conf$$.sh
     15346  echo  "exit 0"   >>conf$$.sh
     15347  chmod +x conf$$.sh
     15348  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     15349    PATH_SEPARATOR=';'
     15350  else
     15351    PATH_SEPARATOR=:
     15352  fi
     15353  rm -f conf$$.sh
    1576915354fi
    1577015355
     
    1578215367# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    1578315368# splitting by setting IFS to empty value.)
     15369as_nl='
     15370'
    1578415371IFS=" ""        $as_nl"
    1578515372
     
    1580415391fi
    1580515392if test ! -f "$as_myself"; then
    15806   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     15393  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    1580715394  { (exit 1); exit 1; }
    1580815395fi
     
    1581715404
    1581815405# NLS nuisances.
    15819 LC_ALL=C
    15820 export LC_ALL
    15821 LANGUAGE=C
    15822 export LANGUAGE
     15406for as_var in \
     15407  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     15408  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     15409  LC_TELEPHONE LC_TIME
     15410do
     15411  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     15412    eval $as_var=C; export $as_var
     15413  else
     15414    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     15415  fi
     15416done
    1582315417
    1582415418# Required to use basename.
     
    1584215436         X"$0" : 'X\(//\)$' \| \
    1584315437         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    15844 $as_echo X/"$0" |
     15438echo X/"$0" |
    1584515439    sed '/^.*\/\([^/][^/]*\)\/*$/{
    1584615440            s//\1/
     
    1589315487    ' >$as_me.lineno &&
    1589415488  chmod +x "$as_me.lineno" ||
    15895     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     15489    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    1589615490   { (exit 1); exit 1; }; }
    1589715491
     
    1592115515  ECHO_N='-n';;
    1592215516esac
     15517
    1592315518if expr a : '\(a\)' >/dev/null 2>&1 &&
    1592415519   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    1593315528else
    1593415529  rm -f conf$$.dir
    15935   mkdir conf$$.dir 2>/dev/null
    15936 fi
    15937 if (echo >conf$$.file) 2>/dev/null; then
    15938   if ln -s conf$$.file conf$$ 2>/dev/null; then
    15939     as_ln_s='ln -s'
    15940     # ... but there are two gotchas:
    15941     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    15942     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    15943     # In both cases, we have to default to `cp -p'.
    15944     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    15945       as_ln_s='cp -p'
    15946   elif ln conf$$.file conf$$ 2>/dev/null; then
    15947     as_ln_s=ln
    15948   else
     15530  mkdir conf$$.dir
     15531fi
     15532echo >conf$$.file
     15533if ln -s conf$$.file conf$$ 2>/dev/null; then
     15534  as_ln_s='ln -s'
     15535  # ... but there are two gotchas:
     15536  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     15537  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     15538  # In both cases, we have to default to `cp -p'.
     15539  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    1594915540    as_ln_s='cp -p'
    15950   fi
     15541elif ln conf$$.file conf$$ 2>/dev/null; then
     15542  as_ln_s=ln
    1595115543else
    1595215544  as_ln_s='cp -p'
     
    1597315565    eval sh -c '\''
    1597415566      if test -d "$1"; then
    15975         test -d "$1/.";
     15567        test -d "$1/.";
    1597615568      else
    1597715569        case $1 in
    15978         -*)set "./$1";;
     15570        -*)set "./$1";;
    1597915571        esac;
    1598015572        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    1599915591ac_log="
    1600015592This file was extended by Rappture $as_me 1.1, which was
    16001 generated by GNU Autoconf 2.63.  Invocation command line was
     15593generated by GNU Autoconf 2.61.  Invocation command line was
    1600215594
    1600315595  CONFIG_FILES    = $CONFIG_FILES
     
    1601215604_ACEOF
    1601315605
    16014 case $ac_config_files in *"
    16015 "*) set x $ac_config_files; shift; ac_config_files=$*;;
    16016 esac
    16017 
    16018 case $ac_config_headers in *"
    16019 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    16020 esac
    16021 
    16022 
    16023 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     15606cat >>$CONFIG_STATUS <<_ACEOF
    1602415607# Files that config.status was made for.
    1602515608config_files="$ac_config_files"
     
    1602815611_ACEOF
    1602915612
    16030 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     15613cat >>$CONFIG_STATUS <<\_ACEOF
    1603115614ac_cs_usage="\
    1603215615\`$as_me' instantiates files from templates according to the
    1603315616current configuration.
    1603415617
    16035 Usage: $0 [OPTION]... [FILE]...
     15618Usage: $0 [OPTIONS] [FILE]...
    1603615619
    1603715620  -h, --help       print this help, then exit
    1603815621  -V, --version    print version number and configuration settings, then exit
    16039   -q, --quiet, --silent
    16040                    do not print progress messages
     15622  -q, --quiet      do not print progress messages
    1604115623  -d, --debug      don't remove temporary files
    1604215624      --recheck    update $as_me by reconfiguring in the same conditions
    16043       --file=FILE[:TEMPLATE]
    16044                    instantiate the configuration file FILE
    16045       --header=FILE[:TEMPLATE]
    16046                    instantiate the configuration header FILE
     15625  --file=FILE[:TEMPLATE]
     15626                   instantiate the configuration file FILE
     15627  --header=FILE[:TEMPLATE]
     15628                   instantiate the configuration header FILE
    1604715629
    1604815630Configuration files:
     
    1605515637
    1605615638_ACEOF
    16057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     15639cat >>$CONFIG_STATUS <<_ACEOF
    1605815640ac_cs_version="\\
    1605915641Rappture config.status 1.1
    16060 configured by $0, generated by GNU Autoconf 2.63,
    16061   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    16062 
    16063 Copyright (C) 2008 Free Software Foundation, Inc.
     15642configured by $0, generated by GNU Autoconf 2.61,
     15643  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     15644
     15645Copyright (C) 2006 Free Software Foundation, Inc.
    1606415646This config.status script is free software; the Free Software Foundation
    1606515647gives unlimited permission to copy, distribute and modify it."
     
    1606915651INSTALL='$INSTALL'
    1607015652MKDIR_P='$MKDIR_P'
    16071 AWK='$AWK'
    16072 test -n "\$AWK" || AWK=awk
    16073 _ACEOF
    16074 
    16075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    16076 # The default lists apply if the user does not specify any file.
     15653_ACEOF
     15654
     15655cat >>$CONFIG_STATUS <<\_ACEOF
     15656# If no file are specified by the user, then we need to provide default
     15657# value.  By we need to know if files were specified by the user.
    1607715658ac_need_defaults=:
    1607815659while test $# != 0
     
    1609615677    ac_cs_recheck=: ;;
    1609715678  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    16098     $as_echo "$ac_cs_version"; exit ;;
     15679    echo "$ac_cs_version"; exit ;;
    1609915680  --debug | --debu | --deb | --de | --d | -d )
    1610015681    debug=: ;;
    1610115682  --file | --fil | --fi | --f )
    1610215683    $ac_shift
    16103     case $ac_optarg in
    16104     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16105     esac
    16106     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     15684    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    1610715685    ac_need_defaults=false;;
    1610815686  --header | --heade | --head | --hea )
    1610915687    $ac_shift
    16110     case $ac_optarg in
    16111     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16112     esac
    16113     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     15688    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    1611415689    ac_need_defaults=false;;
    1611515690  --he | --h)
    1611615691    # Conflict between --help and --header
    16117     { $as_echo "$as_me: error: ambiguous option: $1
     15692    { echo "$as_me: error: ambiguous option: $1
    1611815693Try \`$0 --help' for more information." >&2
    1611915694   { (exit 1); exit 1; }; };;
    1612015695  --help | --hel | -h )
    16121     $as_echo "$ac_cs_usage"; exit ;;
     15696    echo "$ac_cs_usage"; exit ;;
    1612215697  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    1612315698  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    1612515700
    1612615701  # This is an error.
    16127   -*) { $as_echo "$as_me: error: unrecognized option: $1
     15702  -*) { echo "$as_me: error: unrecognized option: $1
    1612815703Try \`$0 --help' for more information." >&2
    1612915704   { (exit 1); exit 1; }; } ;;
     
    1614415719
    1614515720_ACEOF
    16146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     15721cat >>$CONFIG_STATUS <<_ACEOF
    1614715722if \$ac_cs_recheck; then
    16148   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    16149   shift
    16150   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    16151   CONFIG_SHELL='$SHELL'
     15723  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     15724  CONFIG_SHELL=$SHELL
    1615215725  export CONFIG_SHELL
    16153   exec "\$@"
    16154 fi
    16155 
    16156 _ACEOF
    16157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     15726  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     15727fi
     15728
     15729_ACEOF
     15730cat >>$CONFIG_STATUS <<\_ACEOF
    1615815731exec 5>>config.log
    1615915732{
     
    1616215735## Running $as_me. ##
    1616315736_ASBOX
    16164   $as_echo "$ac_log"
     15737  echo "$ac_log"
    1616515738} >&5
    1616615739
    1616715740_ACEOF
    16168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    16169 _ACEOF
    16170 
    16171 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     15741cat >>$CONFIG_STATUS <<_ACEOF
     15742_ACEOF
     15743
     15744cat >>$CONFIG_STATUS <<\_ACEOF
    1617215745
    1617315746# Handling of arguments.
     
    1628515858    "test/src/Makefile") CONFIG_FILES="$CONFIG_FILES test/src/Makefile" ;;
    1628615859
    16287   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    16288 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     15860  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     15861echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    1628915862   { (exit 1); exit 1; }; };;
    1629015863  esac
     
    1632615899} ||
    1632715900{
    16328    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     15901   echo "$me: cannot create a temporary directory in ." >&2
    1632915902   { (exit 1); exit 1; }
    1633015903}
    1633115904
    16332 # Set up the scripts for CONFIG_FILES section.
    16333 # No need to generate them if there are no CONFIG_FILES.
    16334 # This happens for instance with `./config.status config.h'.
     15905#
     15906# Set up the sed scripts for CONFIG_FILES section.
     15907#
     15908
     15909# No need to generate the scripts if there are no CONFIG_FILES.
     15910# This happens for instance when ./config.status config.h
    1633515911if test -n "$CONFIG_FILES"; then
    1633615912
    16337 
    16338 ac_cr='
    16339 '
    16340 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    16341 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    16342   ac_cs_awk_cr='\\r'
    16343 else
    16344   ac_cs_awk_cr=$ac_cr
    16345 fi
    16346 
    16347 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    16348 _ACEOF
    16349 
    16350 
    16351 {
    16352   echo "cat >conf$$subs.awk <<_ACEOF" &&
    16353   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    16354   echo "_ACEOF"
    16355 } >conf$$subs.sh ||
    16356   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    16357 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    16358    { (exit 1); exit 1; }; }
    16359 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     15913_ACEOF
     15914
     15915
     15916
    1636015917ac_delim='%!_!# '
    1636115918for ac_last_try in false false false false false :; do
    16362   . ./conf$$subs.sh ||
    16363     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    16364 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    16365    { (exit 1); exit 1; }; }
    16366 
    16367   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
    16368   if test $ac_delim_n = $ac_delim_num; then
     15919  cat >conf$$subs.sed <<_ACEOF
     15920SHELL!$SHELL$ac_delim
     15921PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     15922PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     15923PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     15924PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     15925PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     15926PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     15927exec_prefix!$exec_prefix$ac_delim
     15928prefix!$prefix$ac_delim
     15929program_transform_name!$program_transform_name$ac_delim
     15930bindir!$bindir$ac_delim
     15931sbindir!$sbindir$ac_delim
     15932libexecdir!$libexecdir$ac_delim
     15933datarootdir!$datarootdir$ac_delim
     15934datadir!$datadir$ac_delim
     15935sysconfdir!$sysconfdir$ac_delim
     15936sharedstatedir!$sharedstatedir$ac_delim
     15937localstatedir!$localstatedir$ac_delim
     15938includedir!$includedir$ac_delim
     15939oldincludedir!$oldincludedir$ac_delim
     15940docdir!$docdir$ac_delim
     15941infodir!$infodir$ac_delim
     15942htmldir!$htmldir$ac_delim
     15943dvidir!$dvidir$ac_delim
     15944pdfdir!$pdfdir$ac_delim
     15945psdir!$psdir$ac_delim
     15946libdir!$libdir$ac_delim
     15947localedir!$localedir$ac_delim
     15948mandir!$mandir$ac_delim
     15949DEFS!$DEFS$ac_delim
     15950ECHO_C!$ECHO_C$ac_delim
     15951ECHO_N!$ECHO_N$ac_delim
     15952ECHO_T!$ECHO_T$ac_delim
     15953LIBS!$LIBS$ac_delim
     15954build_alias!$build_alias$ac_delim
     15955host_alias!$host_alias$ac_delim
     15956target_alias!$target_alias$ac_delim
     15957LIB_SEARCH_DIRS!$LIB_SEARCH_DIRS$ac_delim
     15958INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     15959INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     15960INSTALL_DATA!$INSTALL_DATA$ac_delim
     15961SET_MAKE!$SET_MAKE$ac_delim
     15962CC!$CC$ac_delim
     15963CFLAGS!$CFLAGS$ac_delim
     15964LDFLAGS!$LDFLAGS$ac_delim
     15965CPPFLAGS!$CPPFLAGS$ac_delim
     15966ac_ct_CC!$ac_ct_CC$ac_delim
     15967EXEEXT!$EXEEXT$ac_delim
     15968OBJEXT!$OBJEXT$ac_delim
     15969CXX!$CXX$ac_delim
     15970CXXFLAGS!$CXXFLAGS$ac_delim
     15971ac_ct_CXX!$ac_ct_CXX$ac_delim
     15972RANLIB!$RANLIB$ac_delim
     15973LN_S!$LN_S$ac_delim
     15974F77!$F77$ac_delim
     15975FFLAGS!$FFLAGS$ac_delim
     15976ac_ct_F77!$ac_ct_F77$ac_delim
     15977CPP!$CPP$ac_delim
     15978GREP!$GREP$ac_delim
     15979EGREP!$EGREP$ac_delim
     15980CXXCPP!$CXXCPP$ac_delim
     15981HAVE_INTTYPES_H!$HAVE_INTTYPES_H$ac_delim
     15982AR!$AR$ac_delim
     15983DL_LIBS!$DL_LIBS$ac_delim
     15984DL_OBJS!$DL_OBJS$ac_delim
     15985PLAT_OBJS!$PLAT_OBJS$ac_delim
     15986PLAT_SRCS!$PLAT_SRCS$ac_delim
     15987CFLAGS_DEBUG!$CFLAGS_DEBUG$ac_delim
     15988CFLAGS_OPTIMIZE!$CFLAGS_OPTIMIZE$ac_delim
     15989CFLAGS_WARNING!$CFLAGS_WARNING$ac_delim
     15990LDFLAGS_DEBUG!$LDFLAGS_DEBUG$ac_delim
     15991LDFLAGS_OPTIMIZE!$LDFLAGS_OPTIMIZE$ac_delim
     15992CC_SEARCH_FLAGS!$CC_SEARCH_FLAGS$ac_delim
     15993LD_SEARCH_FLAGS!$LD_SEARCH_FLAGS$ac_delim
     15994STLIB_LD!$STLIB_LD$ac_delim
     15995SHLIB_LD!$SHLIB_LD$ac_delim
     15996TCL_SHLIB_LD_EXTRAS!$TCL_SHLIB_LD_EXTRAS$ac_delim
     15997TK_SHLIB_LD_EXTRAS!$TK_SHLIB_LD_EXTRAS$ac_delim
     15998SHLIB_LD_LIBS!$SHLIB_LD_LIBS$ac_delim
     15999SHLIB_CFLAGS!$SHLIB_CFLAGS$ac_delim
     16000SHLIB_SUFFIX!$SHLIB_SUFFIX$ac_delim
     16001MAKE_LIB!$MAKE_LIB$ac_delim
     16002MAKE_STUB_LIB!$MAKE_STUB_LIB$ac_delim
     16003INSTALL_LIB!$INSTALL_LIB$ac_delim
     16004INSTALL_STUB_LIB!$INSTALL_STUB_LIB$ac_delim
     16005MAKE!$MAKE$ac_delim
     16006ENABLE_GUI!$ENABLE_GUI$ac_delim
     16007TCLSH!$TCLSH$ac_delim
     16008MATLAB!$MATLAB$ac_delim
     16009MEX!$MEX$ac_delim
     16010MEXEXT!$MEXEXT$ac_delim
     16011MCC!$MCC$ac_delim
     16012MEX_ARCH!$MEX_ARCH$ac_delim
     16013OCTAVE!$OCTAVE$ac_delim
     16014MKOCTFILE!$MKOCTFILE$ac_delim
     16015OCTAVE_VERSION!$OCTAVE_VERSION$ac_delim
     16016OCTAVE_VERSION_MAJOR!$OCTAVE_VERSION_MAJOR$ac_delim
     16017_ACEOF
     16018
     16019  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    1636916020    break
    1637016021  elif $ac_last_try; then
    16371     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    16372 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     16022    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     16023echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1637316024   { (exit 1); exit 1; }; }
    1637416025  else
     
    1637616027  fi
    1637716028done
    16378 rm -f conf$$subs.sh
    16379 
    16380 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    16381 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    16382 _ACEOF
    16383 sed -n '
    16384 h
    16385 s/^/S["/; s/!.*/"]=/
    16386 p
    16387 g
    16388 s/^[^!]*!//
    16389 :repl
    16390 t repl
    16391 s/'"$ac_delim"'$//
    16392 t delim
    16393 :nl
    16394 h
    16395 s/\(.\{148\}\).*/\1/
    16396 t more1
    16397 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    16398 p
    16399 n
    16400 b repl
    16401 :more1
    16402 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    16403 p
    16404 g
    16405 s/.\{148\}//
    16406 t nl
    16407 :delim
    16408 h
    16409 s/\(.\{148\}\).*/\1/
    16410 t more2
    16411 s/["\\]/\\&/g; s/^/"/; s/$/"/
    16412 p
    16413 b
    16414 :more2
    16415 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    16416 p
    16417 g
    16418 s/.\{148\}//
    16419 t delim
    16420 ' <conf$$subs.awk | sed '
    16421 /^[^""]/{
    16422   N
    16423   s/\n//
    16424 }
    16425 ' >>$CONFIG_STATUS || ac_write_fail=1
    16426 rm -f conf$$subs.awk
    16427 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    16428 _ACAWK
    16429 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    16430   for (key in S) S_is_set[key] = 1
    16431   FS = ""
    16432 
    16433 }
    16434 {
    16435   line = $ 0
    16436   nfields = split(line, field, "@")
    16437   substed = 0
    16438   len = length(field[1])
    16439   for (i = 2; i < nfields; i++) {
    16440     key = field[i]
    16441     keylen = length(key)
    16442     if (S_is_set[key]) {
    16443       value = S[key]
    16444       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    16445       len += length(value) + length(field[++i])
    16446       substed = 1
    16447     } else
    16448       len += 1 + keylen
    16449   }
    16450 
    16451   print line
    16452 }
    16453 
    16454 _ACAWK
    16455 _ACEOF
    16456 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    16457 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    16458   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    16459 else
    16460   cat
    16461 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    16462   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
    16463 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
     16029
     16030ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     16031if test -n "$ac_eof"; then
     16032  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     16033  ac_eof=`expr $ac_eof + 1`
     16034fi
     16035
     16036cat >>$CONFIG_STATUS <<_ACEOF
     16037cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     16038/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     16039_ACEOF
     16040sed '
     16041s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     16042s/^/s,@/; s/!/@,|#_!!_#|/
     16043:n
     16044t n
     16045s/'"$ac_delim"'$/,g/; t
     16046s/$/\\/; p
     16047N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     16048' >>$CONFIG_STATUS <conf$$subs.sed
     16049rm -f conf$$subs.sed
     16050cat >>$CONFIG_STATUS <<_ACEOF
     16051CEOF$ac_eof
     16052_ACEOF
     16053
     16054
     16055ac_delim='%!_!# '
     16056for ac_last_try in false false false false false :; do
     16057  cat >conf$$subs.sed <<_ACEOF
     16058PERL!$PERL$ac_delim
     16059PERL_INCLUDES!$PERL_INCLUDES$ac_delim
     16060PERL_ARCHLIB!$PERL_ARCHLIB$ac_delim
     16061PERL_ARCHLIBEXP!$PERL_ARCHLIBEXP$ac_delim
     16062PERL_VERSION!$PERL_VERSION$ac_delim
     16063PERL_CCFLAGS!$PERL_CCFLAGS$ac_delim
     16064PERL_CPPFLAGS!$PERL_CPPFLAGS$ac_delim
     16065PERL_VENDORLIB!$PERL_VENDORLIB$ac_delim
     16066PERL_PRIVLIB!$PERL_PRIVLIB$ac_delim
     16067PERL_INSTALLARCHLIB!$PERL_INSTALLARCHLIB$ac_delim
     16068PERL_VERSION_RV!$PERL_VERSION_RV$ac_delim
     16069PERL_LIBSPEC!$PERL_LIBSPEC$ac_delim
     16070PYTHON!$PYTHON$ac_delim
     16071PYTHON_CPPFLAGS!$PYTHON_CPPFLAGS$ac_delim
     16072pythondir!$pythondir$ac_delim
     16073PYTHON_VERSION!$PYTHON_VERSION$ac_delim
     16074PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim
     16075PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim
     16076HAVE_PYTHON_DISTUTILS!$HAVE_PYTHON_DISTUTILS$ac_delim
     16077RUBY!$RUBY$ac_delim
     16078SED!$SED$ac_delim
     16079RUBY_VERSION!$RUBY_VERSION$ac_delim
     16080AWK!$AWK$ac_delim
     16081RUBY_CPPFLAGS!$RUBY_CPPFLAGS$ac_delim
     16082RUBY_LDFLAGS!$RUBY_LDFLAGS$ac_delim
     16083RUBY_SITE_PKG!$RUBY_SITE_PKG$ac_delim
     16084RUBY_EXTRA_LIBS!$RUBY_EXTRA_LIBS$ac_delim
     16085HAVE_RUBY_DEVEL!$HAVE_RUBY_DEVEL$ac_delim
     16086RUBY_VERSION_RV!$RUBY_VERSION_RV$ac_delim
     16087RUBY_PLATFORM!$RUBY_PLATFORM$ac_delim
     16088RP_BASE!$RP_BASE$ac_delim
     16089SHLIB_LDFLAGS!$SHLIB_LDFLAGS$ac_delim
     16090TCL_VERSION!$TCL_VERSION$ac_delim
     16091TK_VERSION!$TK_VERSION$ac_delim
     16092SIZEOF_INT!$SIZEOF_INT$ac_delim
     16093SIZEOF_LONG!$SIZEOF_LONG$ac_delim
     16094SIZEOF_LONG_LONG!$SIZEOF_LONG_LONG$ac_delim
     16095SIZEOF_VOID_P!$SIZEOF_VOID_P$ac_delim
     16096CFLAGS_DEFAULT!$CFLAGS_DEFAULT$ac_delim
     16097LDFLAGS_DEFAULT!$LDFLAGS_DEFAULT$ac_delim
     16098subdirs!$subdirs$ac_delim
     16099LIBOBJS!$LIBOBJS$ac_delim
     16100LTLIBOBJS!$LTLIBOBJS$ac_delim
     16101_ACEOF
     16102
     16103  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 43; then
     16104    break
     16105  elif $ac_last_try; then
     16106    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     16107echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1646416108   { (exit 1); exit 1; }; }
    16465 _ACEOF
     16109  else
     16110    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     16111  fi
     16112done
     16113
     16114ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     16115if test -n "$ac_eof"; then
     16116  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     16117  ac_eof=`expr $ac_eof + 1`
     16118fi
     16119
     16120cat >>$CONFIG_STATUS <<_ACEOF
     16121cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     16122/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     16123_ACEOF
     16124sed '
     16125s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     16126s/^/s,@/; s/!/@,|#_!!_#|/
     16127:n
     16128t n
     16129s/'"$ac_delim"'$/,g/; t
     16130s/$/\\/; p
     16131N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     16132' >>$CONFIG_STATUS <conf$$subs.sed
     16133rm -f conf$$subs.sed
     16134cat >>$CONFIG_STATUS <<_ACEOF
     16135:end
     16136s/|#_!!_#|//g
     16137CEOF$ac_eof
     16138_ACEOF
     16139
    1646616140
    1646716141# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    1648016154fi
    1648116155
    16482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     16156cat >>$CONFIG_STATUS <<\_ACEOF
    1648316157fi # test -n "$CONFIG_FILES"
    1648416158
    16485 # Set up the scripts for CONFIG_HEADERS section.
    16486 # No need to generate them if there are no CONFIG_HEADERS.
    16487 # This happens for instance with `./config.status Makefile'.
    16488 if test -n "$CONFIG_HEADERS"; then
    16489 cat >"$tmp/defines.awk" <<\_ACAWK ||
    16490 BEGIN {
    16491 _ACEOF
    16492 
    16493 # Transform confdefs.h into an awk script `defines.awk', embedded as
    16494 # here-document in config.status, that substitutes the proper values into
    16495 # config.h.in to produce config.h.
    16496 
    16497 # Create a delimiter string that does not exist in confdefs.h, to ease
    16498 # handling of long lines.
    16499 ac_delim='%!_!# '
    16500 for ac_last_try in false false :; do
    16501   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    16502   if test -z "$ac_t"; then
    16503     break
    16504   elif $ac_last_try; then
    16505     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
    16506 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
    16507    { (exit 1); exit 1; }; }
    16508   else
    16509     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    16510   fi
    16511 done
    16512 
    16513 # For the awk script, D is an array of macro values keyed by name,
    16514 # likewise P contains macro parameters if any.  Preserve backslash
    16515 # newline sequences.
    16516 
    16517 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    16518 sed -n '
    16519 s/.\{148\}/&'"$ac_delim"'/g
    16520 t rset
    16521 :rset
    16522 s/^[     ]*#[    ]*define[       ][      ]*/ /
    16523 t def
    16524 d
    16525 :def
    16526 s/\\$//
    16527 t bsnl
    16528 s/["\\]/\\&/g
    16529 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    16530 D["\1"]=" \3"/p
    16531 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
    16532 d
    16533 :bsnl
    16534 s/["\\]/\\&/g
    16535 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    16536 D["\1"]=" \3\\\\\\n"\\/p
    16537 t cont
    16538 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    16539 t cont
    16540 d
    16541 :cont
    16542 n
    16543 s/.\{148\}/&'"$ac_delim"'/g
    16544 t clear
    16545 :clear
    16546 s/\\$//
    16547 t bsnlc
    16548 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    16549 d
    16550 :bsnlc
    16551 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    16552 b cont
    16553 ' <confdefs.h | sed '
    16554 s/'"$ac_delim"'/"\\\
    16555 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    16556 
    16557 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    16558   for (key in D) D_is_set[key] = 1
    16559   FS = ""
    16560 }
    16561 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    16562   line = \$ 0
    16563   split(line, arg, " ")
    16564   if (arg[1] == "#") {
    16565     defundef = arg[2]
    16566     mac1 = arg[3]
    16567   } else {
    16568     defundef = substr(arg[1], 2)
    16569     mac1 = arg[2]
    16570   }
    16571   split(mac1, mac2, "(") #)
    16572   macro = mac2[1]
    16573   prefix = substr(line, 1, index(line, defundef) - 1)
    16574   if (D_is_set[macro]) {
    16575     # Preserve the white space surrounding the "#".
    16576     print prefix "define", macro P[macro] D[macro]
    16577     next
    16578   } else {
    16579     # Replace #undef with comments.  This is necessary, for example,
    16580     # in the case of _POSIX_SOURCE, which is predefined and required
    16581     # on some systems where configure will not decide to define it.
    16582     if (defundef == "undef") {
    16583       print "/*", prefix defundef, macro, "*/"
    16584       next
    16585     }
    16586   }
    16587 }
    16588 { print }
    16589 _ACAWK
    16590 _ACEOF
    16591 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    16592   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
    16593 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
    16594    { (exit 1); exit 1; }; }
    16595 fi # test -n "$CONFIG_HEADERS"
    16596 
    16597 
    16598 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
    16599 shift
    16600 for ac_tag
     16159
     16160for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS
    1660116161do
    1660216162  case $ac_tag in
     
    1660516165  case $ac_mode$ac_tag in
    1660616166  :[FHL]*:*);;
    16607   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
    16608 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     16167  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     16168echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    1660916169   { (exit 1); exit 1; }; };;
    1661016170  :[FH]-) ac_tag=-:-;;
     
    1663516195           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1663616196           esac ||
    16637            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    16638 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     16197           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     16198echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    1663916199   { (exit 1); exit 1; }; };;
    1664016200      esac
    16641       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    16642       ac_file_inputs="$ac_file_inputs '$ac_f'"
     16201      ac_file_inputs="$ac_file_inputs $ac_f"
    1664316202    done
    1664416203
     
    1664616205    # use $as_me), people would be surprised to read:
    1664716206    #    /* config.h.  Generated by config.status.  */
    16648     configure_input='Generated from '`
    16649           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    16650         `' by configure.'
     16207    configure_input="Generated from "`IFS=:
     16208          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    1665116209    if test x"$ac_file" != x-; then
    1665216210      configure_input="$ac_file.  $configure_input"
    16653       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    16654 $as_echo "$as_me: creating $ac_file" >&6;}
     16211      { echo "$as_me:$LINENO: creating $ac_file" >&5
     16212echo "$as_me: creating $ac_file" >&6;}
    1665516213    fi
    16656     # Neutralize special characters interpreted by sed in replacement strings.
    16657     case $configure_input in #(
    16658     *\&* | *\|* | *\\* )
    16659        ac_sed_conf_input=`$as_echo "$configure_input" |
    16660        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    16661     *) ac_sed_conf_input=$configure_input;;
    16662     esac
    1666316214
    1666416215    case $ac_tag in
    16665     *:-:* | *:-) cat >"$tmp/stdin" \
    16666       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    16667 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    16668    { (exit 1); exit 1; }; } ;;
     16216    *:-:* | *:-) cat >"$tmp/stdin";;
    1666916217    esac
    1667016218    ;;
     
    1667616224         X"$ac_file" : 'X\(//\)$' \| \
    1667716225         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    16678 $as_echo X"$ac_file" |
     16226echo X"$ac_file" |
    1667916227    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1668016228            s//\1/
     
    1670216250    while :; do
    1670316251      case $as_dir in #(
    16704       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     16252      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    1670516253      *) as_qdir=$as_dir;;
    1670616254      esac
     
    1671116259         X"$as_dir" : 'X\(//\)$' \| \
    1671216260         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    16713 $as_echo X"$as_dir" |
     16261echo X"$as_dir" |
    1671416262    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1671516263            s//\1/
     
    1673216280    done
    1673316281    test -z "$as_dirs" || eval "mkdir $as_dirs"
    16734   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    16735 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     16282  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     16283echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1673616284   { (exit 1); exit 1; }; }; }
    1673716285  ac_builddir=.
     
    1674016288.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1674116289*)
    16742   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     16290  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1674316291  # A ".." for each directory in $ac_dir_suffix.
    16744   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     16292  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    1674516293  case $ac_top_builddir_sub in
    1674616294  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1678716335_ACEOF
    1678816336
    16789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     16337cat >>$CONFIG_STATUS <<\_ACEOF
    1679016338# If the template does not know about datarootdir, expand it.
    1679116339# FIXME: This hack should be removed a few years after 2.60.
    1679216340ac_datarootdir_hack=; ac_datarootdir_seen=
    1679316341
    16794 ac_sed_dataroot='
    16795 /datarootdir/ {
     16342case `sed -n '/datarootdir/ {
    1679616343  p
    1679716344  q
     
    1680216349/@localedir@/p
    1680316350/@mandir@/p
    16804 '
    16805 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     16351' $ac_file_inputs` in
    1680616352*datarootdir*) ac_datarootdir_seen=yes;;
    1680716353*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    16808   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    16809 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    16810 _ACEOF
    16811 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     16354  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     16355echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     16356_ACEOF
     16357cat >>$CONFIG_STATUS <<_ACEOF
    1681216358  ac_datarootdir_hack='
    1681316359  s&@datadir@&$datadir&g
     
    1682316369# Shell code in configure.ac might set extrasub.
    1682416370# FIXME: do we really want to maintain this feature?
    16825 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    16826 ac_sed_extra="$ac_vpsub
     16371cat >>$CONFIG_STATUS <<_ACEOF
     16372  sed "$ac_vpsub
    1682716373$extrasub
    1682816374_ACEOF
    16829 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     16375cat >>$CONFIG_STATUS <<\_ACEOF
    1683016376:t
    1683116377/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    16832 s|@configure_input@|$ac_sed_conf_input|;t t
     16378s&@configure_input@&$configure_input&;t t
    1683316379s&@top_builddir@&$ac_top_builddir_sub&;t t
    16834 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    1683516380s&@srcdir@&$ac_srcdir&;t t
    1683616381s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    1684316388s&@MKDIR_P@&$ac_MKDIR_P&;t t
    1684416389$ac_datarootdir_hack
    16845 "
    16846 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    16847   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    16848 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    16849    { (exit 1); exit 1; }; }
     16390" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    1685016391
    1685116392test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    1685216393  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    1685316394  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    16854   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     16395  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1685516396which seems to be undefined.  Please make sure it is defined." >&5
    16856 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     16397echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1685716398which seems to be undefined.  Please make sure it is defined." >&2;}
    1685816399
    1685916400  rm -f "$tmp/stdin"
    1686016401  case $ac_file in
    16861   -) cat "$tmp/out" && rm -f "$tmp/out";;
    16862   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    16863   esac \
    16864   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    16865 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    16866    { (exit 1); exit 1; }; }
     16402  -) cat "$tmp/out"; rm -f "$tmp/out";;
     16403  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     16404  esac
    1686716405 ;;
    1686816406  :H)
     
    1687016408  # CONFIG_HEADER
    1687116409  #
     16410_ACEOF
     16411
     16412# Transform confdefs.h into a sed script `conftest.defines', that
     16413# substitutes the proper values into config.h.in to produce config.h.
     16414rm -f conftest.defines conftest.tail
     16415# First, append a space to every undef/define line, to ease matching.
     16416echo 's/$/ /' >conftest.defines
     16417# Then, protect against being on the right side of a sed subst, or in
     16418# an unquoted here document, in config.status.  If some macros were
     16419# called several times there might be several #defines for the same
     16420# symbol, which is useless.  But do not sort them, since the last
     16421# AC_DEFINE must be honored.
     16422ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     16423# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
     16424# NAME is the cpp macro being defined, VALUE is the value it is being given.
     16425# PARAMS is the parameter list in the macro definition--in most cases, it's
     16426# just an empty string.
     16427ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
     16428ac_dB='\\)[      (].*,\\1define\\2'
     16429ac_dC=' '
     16430ac_dD=' ,'
     16431
     16432uniq confdefs.h |
     16433  sed -n '
     16434        t rset
     16435        :rset
     16436        s/^[     ]*#[    ]*define[       ][      ]*//
     16437        t ok
     16438        d
     16439        :ok
     16440        s/[\\&,]/\\&/g
     16441        s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
     16442        s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
     16443  ' >>conftest.defines
     16444
     16445# Remove the space that was appended to ease matching.
     16446# Then replace #undef with comments.  This is necessary, for
     16447# example, in the case of _POSIX_SOURCE, which is predefined and required
     16448# on some systems where configure will not decide to define it.
     16449# (The regexp can be short, since the line contains either #define or #undef.)
     16450echo 's/ $//
     16451s,^[     #]*u.*,/* & */,' >>conftest.defines
     16452
     16453# Break up conftest.defines:
     16454ac_max_sed_lines=50
     16455
     16456# First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
     16457# Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
     16458# Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
     16459# et cetera.
     16460ac_in='$ac_file_inputs'
     16461ac_out='"$tmp/out1"'
     16462ac_nxt='"$tmp/out2"'
     16463
     16464while :
     16465do
     16466  # Write a here document:
     16467    cat >>$CONFIG_STATUS <<_ACEOF
     16468    # First, check the format of the line:
     16469    cat >"\$tmp/defines.sed" <<\\CEOF
     16470/^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
     16471/^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
     16472b
     16473:def
     16474_ACEOF
     16475  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
     16476  echo 'CEOF
     16477    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
     16478  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
     16479  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
     16480  grep . conftest.tail >/dev/null || break
     16481  rm -f conftest.defines
     16482  mv conftest.tail conftest.defines
     16483done
     16484rm -f conftest.defines conftest.tail
     16485
     16486echo "ac_result=$ac_in" >>$CONFIG_STATUS
     16487cat >>$CONFIG_STATUS <<\_ACEOF
    1687216488  if test x"$ac_file" != x-; then
    16873     {
    16874       $as_echo "/* $configure_input  */" \
    16875       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    16876     } >"$tmp/config.h" \
    16877       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    16878 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    16879    { (exit 1); exit 1; }; }
    16880     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    16881       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    16882 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     16489    echo "/* $configure_input  */" >"$tmp/config.h"
     16490    cat "$ac_result" >>"$tmp/config.h"
     16491    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
     16492      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     16493echo "$as_me: $ac_file is unchanged" >&6;}
    1688316494    else
    16884       rm -f "$ac_file"
    16885       mv "$tmp/config.h" "$ac_file" \
    16886         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    16887 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    16888    { (exit 1); exit 1; }; }
     16495      rm -f $ac_file
     16496      mv "$tmp/config.h" $ac_file
    1688916497    fi
    1689016498  else
    16891     $as_echo "/* $configure_input  */" \
    16892       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    16893       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
    16894 $as_echo "$as_me: error: could not create -" >&2;}
    16895    { (exit 1); exit 1; }; }
     16499    echo "/* $configure_input  */"
     16500    cat "$ac_result"
    1689616501  fi
     16502  rm -f "$tmp/out12"
    1689716503 ;;
    1689816504
     
    1690716513chmod +x $CONFIG_STATUS
    1690816514ac_clean_files=$ac_clean_files_save
    16909 
    16910 test $ac_write_fail = 0 ||
    16911   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
    16912 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
    16913    { (exit 1); exit 1; }; }
    1691416515
    1691516516
     
    1694016541if test "$no_recursion" != yes; then
    1694116542
    16942   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
    16943   # so they do not pile up.
     16543  # Remove --cache-file and --srcdir arguments so they do not pile up.
    1694416544  ac_sub_configure_args=
    1694516545  ac_prev=
     
    1697016570    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    1697116571      ;;
    16972     --disable-option-checking)
    16973       ;;
    1697416572    *)
    1697516573      case $ac_arg in
    16976       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     16574      *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1697716575      esac
    1697816576      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
     
    1698416582  ac_arg="--prefix=$prefix"
    1698516583  case $ac_arg in
    16986   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     16584  *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1698716585  esac
    1698816586  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     
    1699316591  fi
    1699416592
    16995   # Always prepend --disable-option-checking to silence warnings, since
    16996   # different subdirs can have different --enable and --with options.
    16997   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
    16998 
    1699916593  ac_popdir=`pwd`
    1700016594  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
     
    1700516599
    1700616600    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    17007     $as_echo "$as_me:$LINENO: $ac_msg" >&5
    17008     $as_echo "$ac_msg" >&6
     16601    echo "$as_me:$LINENO: $ac_msg" >&5
     16602    echo "$ac_msg" >&6
    1700916603    { as_dir="$ac_dir"
    1701016604  case $as_dir in #(
     
    1701516609    while :; do
    1701616610      case $as_dir in #(
    17017       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     16611      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    1701816612      *) as_qdir=$as_dir;;
    1701916613      esac
     
    1702416618         X"$as_dir" : 'X\(//\)$' \| \
    1702516619         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    17026 $as_echo X"$as_dir" |
     16620echo X"$as_dir" |
    1702716621    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1702816622            s//\1/
     
    1704516639    done
    1704616640    test -z "$as_dirs" || eval "mkdir $as_dirs"
    17047   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    17048 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     16641  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     16642echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1704916643   { (exit 1); exit 1; }; }; }
    1705016644    ac_builddir=.
     
    1705316647.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1705416648*)
    17055   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     16649  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    1705616650  # A ".." for each directory in $ac_dir_suffix.
    17057   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     16651  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    1705816652  case $ac_top_builddir_sub in
    1705916653  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1709416688      ac_sub_configure=$ac_aux_dir/configure
    1709516689    else
    17096       { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    17097 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     16690      { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     16691echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    1709816692      ac_sub_configure=
    1709916693    fi
     
    1710816702      esac
    1710916703
    17110       { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    17111 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     16704      { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     16705echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    1711216706      # The eval makes quoting arguments work.
    1711316707      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    1711416708           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    17115         { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    17116 $as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     16709        { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     16710echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    1711716711   { (exit 1); exit 1; }; }
    1711816712    fi
     
    1712116715  done
    1712216716fi
    17123 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    17124   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    17125 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    17126 fi
    17127 
     16717
Note: See TracChangeset for help on using the changeset viewer.