Changeset 1175


Ignore:
Timestamp:
Oct 6, 2008, 1:02:30 PM (16 years ago)
Author:
gah
Message:
 
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1159 r1175  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.61 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.63 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 Free Software Foundation, Inc.
     8# 2002, 2003, 2004, 2005, 2006, 2007, 2008 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   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     20  # Pre-4.2 versions of Zsh do 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
     42as_nl='
     43'
     44export as_nl
     45# Printing a long string crashes Solaris 7 /usr/bin/printf.
     46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     49if (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'
     52else
     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'
     72fi
     73
    4274# The user is always right.
    4375if test "${PATH_SEPARATOR+set}" != set; then
    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
     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  }
    5381fi
    5482
     
    6694# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    6795# splitting by setting IFS to empty value.)
    68 as_nl='
    69 '
    7096IFS=" ""        $as_nl"
    7197
     
    90116fi
    91117if test ! -f "$as_myself"; then
    92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     118  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    93119  { (exit 1); exit 1; }
    94120fi
     
    103129
    104130# NLS nuisances.
    105 for 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
    109 do
    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
    115 done
     131LC_ALL=C
     132export LC_ALL
     133LANGUAGE=C
     134export LANGUAGE
    116135
    117136# Required to use basename.
     
    135154         X"$0" : 'X\(//\)$' \| \
    136155         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    137 echo X/"$0" |
     156$as_echo X/"$0" |
    138157    sed '/^.*\/\([^/][^/]*\)\/*$/{
    139158            s//\1/
     
    161180fi
    162181
    163   if test $as_have_required = yes &&     (eval ":
     182  if test $as_have_required = yes &&     (eval ":
    164183(as_func_return () {
    165184  (exit \$1)
     
    243262  emulate sh
    244263  NULLCMD=:
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     264  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    246265  # is contrary to our usage.  Disable this feature.
    247266  alias -g '${1+"$@"}'='"$@"'
     
    264283  emulate sh
    265284  NULLCMD=:
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     285  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    267286  # is contrary to our usage.  Disable this feature.
    268287  alias -g '${1+"$@"}'='"$@"'
     
    344363      if test "x$CONFIG_SHELL" != x; then
    345364  for as_var in BASH_ENV ENV
    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+"$@"}
     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+"$@"}
    350369fi
    351370
     
    416435test \$exitcode = 0") || {
    417436  echo No shell found that supports shell functions.
    418   echo Please tell autoconf@gnu.org about your system,
    419   echo including any error possibly output before this
    420   echo message
     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.
    421441}
    422442
     
    454474    ' >$as_me.lineno &&
    455475  chmod +x "$as_me.lineno" ||
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     476    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    457477   { (exit 1); exit 1; }; }
    458478
     
    482502  ECHO_N='-n';;
    483503esac
    484 
    485504if expr a : '\(a\)' >/dev/null 2>&1 &&
    486505   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    495514else
    496515  rm -f conf$$.dir
    497   mkdir conf$$.dir
    498 fi
    499 echo >conf$$.file
    500 if 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 ||
     516  mkdir conf$$.dir 2>/dev/null
     517fi
     518if (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
    507530    as_ln_s='cp -p'
    508 elif ln conf$$.file conf$$ 2>/dev/null; then
    509   as_ln_s=ln
     531  fi
    510532else
    511533  as_ln_s='cp -p'
     
    532554    eval sh -c '\''
    533555      if test -d "$1"; then
    534         test -d "$1/.";
     556        test -d "$1/.";
    535557      else
    536558        case $1 in
    537         -*)set "./$1";;
     559        -*)set "./$1";;
    538560        esac;
    539561        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    615637#endif"
    616638
    617 ac_subst_vars='SHELL
     639enable_option_checking=no
     640ac_subst_vars='LTLIBOBJS
     641LIBOBJS
     642subdirs
     643LDFLAGS_DEFAULT
     644CFLAGS_DEFAULT
     645TK_VERSION
     646TCL_VERSION
     647SHLIB_LDFLAGS
     648RP_BASE
     649RUBY_PLATFORM
     650RUBY_VERSION_RV
     651HAVE_RUBY_DEVEL
     652RUBY_EXTRA_LIBS
     653RUBY_SITE_PKG
     654RUBY_LDFLAGS
     655RUBY_CPPFLAGS
     656AWK
     657RUBY_VERSION
     658SED
     659RUBY
     660HAVE_PYTHON_DISTUTILS
     661PYTHON_SITE_PACKAGES
     662PYTHON_INCLUDES
     663PYTHON_VERSION
     664pythondir
     665PYTHON_CPPFLAGS
     666PYTHON
     667PERL_LIBSPEC
     668PERL_VERSION_RV
     669PERL_INSTALLARCHLIB
     670PERL_PRIVLIB
     671PERL_VENDORLIB
     672PERL_CPPFLAGS
     673PERL_CCFLAGS
     674PERL_VERSION
     675PERL_ARCHLIBEXP
     676PERL_ARCHLIB
     677PERL_INCLUDES
     678PERL
     679MKOCTFILE
     680MEX_ARCH
     681MCC
     682MEXEXT
     683MEX
     684MATLAB
     685TCLSH
     686ENABLE_GUI
     687MAKE
     688INSTALL_STUB_LIB
     689INSTALL_LIB
     690MAKE_STUB_LIB
     691MAKE_LIB
     692SHLIB_SUFFIX
     693SHLIB_CFLAGS
     694SHLIB_LD_LIBS
     695TK_SHLIB_LD_EXTRAS
     696TCL_SHLIB_LD_EXTRAS
     697SHLIB_LD
     698STLIB_LD
     699LD_SEARCH_FLAGS
     700CC_SEARCH_FLAGS
     701LDFLAGS_OPTIMIZE
     702LDFLAGS_DEBUG
     703CFLAGS_WARNING
     704CFLAGS_OPTIMIZE
     705CFLAGS_DEBUG
     706PLAT_SRCS
     707PLAT_OBJS
     708DL_OBJS
     709DL_LIBS
     710AR
     711CXXCPP
     712EGREP
     713GREP
     714CPP
     715ac_ct_F77
     716FFLAGS
     717F77
     718MKDIR_P
     719LN_S
     720RANLIB
     721ac_ct_CXX
     722CXXFLAGS
     723CXX
     724OBJEXT
     725EXEEXT
     726ac_ct_CC
     727CPPFLAGS
     728LDFLAGS
     729CFLAGS
     730CC
     731SET_MAKE
     732INSTALL_DATA
     733INSTALL_SCRIPT
     734INSTALL_PROGRAM
     735LIB_SEARCH_DIRS
     736target_alias
     737host_alias
     738build_alias
     739LIBS
     740ECHO_T
     741ECHO_N
     742ECHO_C
     743DEFS
     744mandir
     745localedir
     746libdir
     747psdir
     748pdfdir
     749dvidir
     750htmldir
     751infodir
     752docdir
     753oldincludedir
     754includedir
     755localstatedir
     756sharedstatedir
     757sysconfdir
     758datadir
     759datarootdir
     760libexecdir
     761sbindir
     762bindir
     763program_transform_name
     764prefix
     765exec_prefix
     766PACKAGE_BUGREPORT
     767PACKAGE_STRING
     768PACKAGE_VERSION
     769PACKAGE_TARNAME
     770PACKAGE_NAME
    618771PATH_SEPARATOR
    619 PACKAGE_NAME
    620 PACKAGE_TARNAME
    621 PACKAGE_VERSION
    622 PACKAGE_STRING
    623 PACKAGE_BUGREPORT
    624 exec_prefix
    625 prefix
    626 program_transform_name
    627 bindir
    628 sbindir
    629 libexecdir
    630 datarootdir
    631 datadir
    632 sysconfdir
    633 sharedstatedir
    634 localstatedir
    635 includedir
    636 oldincludedir
    637 docdir
    638 infodir
    639 htmldir
    640 dvidir
    641 pdfdir
    642 psdir
    643 libdir
    644 localedir
    645 mandir
    646 DEFS
    647 ECHO_C
    648 ECHO_N
    649 ECHO_T
    650 LIBS
    651 build_alias
    652 host_alias
    653 target_alias
    654 LIB_SEARCH_DIRS
    655 INSTALL_PROGRAM
    656 INSTALL_SCRIPT
    657 INSTALL_DATA
    658 SET_MAKE
    659 CC
    660 CFLAGS
    661 LDFLAGS
    662 CPPFLAGS
    663 ac_ct_CC
    664 EXEEXT
    665 OBJEXT
    666 CXX
    667 CXXFLAGS
    668 ac_ct_CXX
    669 RANLIB
    670 LN_S
    671 F77
    672 FFLAGS
    673 ac_ct_F77
    674 CPP
    675 GREP
    676 EGREP
    677 CXXCPP
    678 AR
    679 DL_LIBS
    680 DL_OBJS
    681 PLAT_OBJS
    682 PLAT_SRCS
    683 CFLAGS_DEBUG
    684 CFLAGS_OPTIMIZE
    685 CFLAGS_WARNING
    686 LDFLAGS_DEBUG
    687 LDFLAGS_OPTIMIZE
    688 CC_SEARCH_FLAGS
    689 LD_SEARCH_FLAGS
    690 STLIB_LD
    691 SHLIB_LD
    692 TCL_SHLIB_LD_EXTRAS
    693 TK_SHLIB_LD_EXTRAS
    694 SHLIB_LD_LIBS
    695 SHLIB_CFLAGS
    696 SHLIB_SUFFIX
    697 MAKE_LIB
    698 MAKE_STUB_LIB
    699 INSTALL_LIB
    700 INSTALL_STUB_LIB
    701 MAKE
    702 ENABLE_GUI
    703 TCLSH
    704 MATLAB
    705 MEX
    706 MEXEXT
    707 MCC
    708 MEX_ARCH
    709 MKOCTFILE
    710 PERL
    711 PERL_INCLUDES
    712 PERL_ARCHLIB
    713 PERL_ARCHLIBEXP
    714 PERL_VERSION
    715 PERL_CCFLAGS
    716 PERL_CPPFLAGS
    717 PERL_VENDORLIB
    718 PERL_PRIVLIB
    719 PERL_INSTALLARCHLIB
    720 PERL_VERSION_RV
    721 PERL_LIBSPEC
    722 PYTHON
    723 PYTHON_CPPFLAGS
    724 pythondir
    725 PYTHON_VERSION
    726 PYTHON_INCLUDES
    727 PYTHON_SITE_PACKAGES
    728 HAVE_PYTHON_DISTUTILS
    729 RUBY
    730 SED
    731 RUBY_VERSION
    732 AWK
    733 RUBY_CPPFLAGS
    734 RUBY_LDFLAGS
    735 RUBY_SITE_PKG
    736 RUBY_EXTRA_LIBS
    737 HAVE_RUBY_DEVEL
    738 RUBY_VERSION_RV
    739 RUBY_PLATFORM
    740 RP_BASE
    741 SHLIB_LDFLAGS
    742 TCL_VERSION
    743 TK_VERSION
    744 CFLAGS_DEFAULT
    745 LDFLAGS_DEFAULT
    746 subdirs
    747 LIBOBJS
    748 LTLIBOBJS'
     772SHELL'
    749773ac_subst_files=''
     774ac_user_opts='
     775enable_option_checking
     776enable_64bit
     777enable_64bit_vis
     778enable_corefoundation
     779enable_load
     780enable_gui
     781with_tclsh
     782with_matlab
     783with_octave
     784with_perl
     785with_python
     786with_ruby
     787enable_shared
     788enable_symbols
     789'
    750790      ac_precious_vars='build_alias
    751791host_alias
     
    768808ac_init_help=
    769809ac_init_version=false
     810ac_unrecognized_opts=
     811ac_unrecognized_sep=
    770812# The variables have the same names as the options, with
    771813# dashes changed to underlines.
     
    866908
    867909  -disable-* | --disable-*)
    868     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     910    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    869911    # Reject names that are not valid shell variable names.
    870     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    871       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     912    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     913      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    872914   { (exit 1); exit 1; }; }
    873     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    874     eval enable_$ac_feature=no ;;
     915    ac_useropt_orig=$ac_useropt
     916    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     917    case $ac_user_opts in
     918      *"
     919"enable_$ac_useropt"
     920"*) ;;
     921      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     922         ac_unrecognized_sep=', ';;
     923    esac
     924    eval enable_$ac_useropt=no ;;
    875925
    876926  -docdir | --docdir | --docdi | --doc | --do)
     
    885935
    886936  -enable-* | --enable-*)
    887     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     937    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    888938    # Reject names that are not valid shell variable names.
    889     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    890       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     939    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     940      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    891941   { (exit 1); exit 1; }; }
    892     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    893     eval enable_$ac_feature=\$ac_optarg ;;
     942    ac_useropt_orig=$ac_useropt
     943    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     944    case $ac_user_opts in
     945      *"
     946"enable_$ac_useropt"
     947"*) ;;
     948      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     949         ac_unrecognized_sep=', ';;
     950    esac
     951    eval enable_$ac_useropt=\$ac_optarg ;;
    894952
    895953  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10821140
    10831141  -with-* | --with-*)
    1084     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1142    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10851143    # Reject names that are not valid shell variable names.
    1086     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1087       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1144    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1145      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10881146   { (exit 1); exit 1; }; }
    1089     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1090     eval with_$ac_package=\$ac_optarg ;;
     1147    ac_useropt_orig=$ac_useropt
     1148    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1149    case $ac_user_opts in
     1150      *"
     1151"with_$ac_useropt"
     1152"*) ;;
     1153      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1154         ac_unrecognized_sep=', ';;
     1155    esac
     1156    eval with_$ac_useropt=\$ac_optarg ;;
    10911157
    10921158  -without-* | --without-*)
    1093     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1159    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10941160    # Reject names that are not valid shell variable names.
    1095     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1096       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1161    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1162      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10971163   { (exit 1); exit 1; }; }
    1098     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1099     eval with_$ac_package=no ;;
     1164    ac_useropt_orig=$ac_useropt
     1165    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1166    case $ac_user_opts in
     1167      *"
     1168"with_$ac_useropt"
     1169"*) ;;
     1170      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1171         ac_unrecognized_sep=', ';;
     1172    esac
     1173    eval with_$ac_useropt=no ;;
    11001174
    11011175  --x)
     
    11171191    x_libraries=$ac_optarg ;;
    11181192
    1119   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1193  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    11201194Try \`$0 --help' for more information." >&2
    11211195   { (exit 1); exit 1; }; }
     
    11261200    # Reject names that are not valid shell variable names.
    11271201    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1128       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1202      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11291203   { (exit 1); exit 1; }; }
    11301204    eval $ac_envvar=\$ac_optarg
     
    11331207  *)
    11341208    # FIXME: should be removed in autoconf 3.0.
    1135     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1209    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11361210    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1137       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1211      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11381212    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11391213    ;;
     
    11441218if test -n "$ac_prev"; then
    11451219  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1146   { echo "$as_me: error: missing argument to $ac_option" >&2
     1220  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    11471221   { (exit 1); exit 1; }; }
    11481222fi
    11491223
    1150 # Be sure to have absolute directory names.
     1224if test -n "$ac_unrecognized_opts"; then
     1225  case $enable_option_checking in
     1226    no) ;;
     1227    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1228   { (exit 1); exit 1; }; } ;;
     1229    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1230  esac
     1231fi
     1232
     1233# Check all directory arguments for consistency.
    11511234for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    11521235                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    11551238do
    11561239  eval ac_val=\$$ac_var
     1240  # Remove trailing slashes.
     1241  case $ac_val in
     1242    */ )
     1243      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1244      eval $ac_var=\$ac_val;;
     1245  esac
     1246  # Be sure to have absolute directory names.
    11571247  case $ac_val in
    11581248    [\\/$]* | ?:[\\/]* )  continue;;
    11591249    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11601250  esac
    1161   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1251  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    11621252   { (exit 1); exit 1; }; }
    11631253done
     
    11741264  if test "x$build_alias" = x; then
    11751265    cross_compiling=maybe
    1176     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1266    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11771267    If a cross compiler is detected then cross compile mode will be used." >&2
    11781268  elif test "x$build_alias" != "x$host_alias"; then
     
    11901280ac_ls_di=`ls -di .` &&
    11911281ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1192   { echo "$as_me: error: Working directory cannot be determined" >&2
     1282  { $as_echo "$as_me: error: working directory cannot be determined" >&2
    11931283   { (exit 1); exit 1; }; }
    11941284test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1195   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1285  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    11961286   { (exit 1); exit 1; }; }
    11971287
     
    12011291  ac_srcdir_defaulted=yes
    12021292  # Try the directory containing this script, then the parent directory.
    1203   ac_confdir=`$as_dirname -- "$0" ||
    1204 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1205          X"$0" : 'X\(//\)[^/]' \| \
    1206          X"$0" : 'X\(//\)$' \| \
    1207          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1208 echo X"$0" |
     1293  ac_confdir=`$as_dirname -- "$as_myself" ||
     1294$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1295         X"$as_myself" : 'X\(//\)[^/]' \| \
     1296         X"$as_myself" : 'X\(//\)$' \| \
     1297         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1298$as_echo X"$as_myself" |
    12091299    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12101300            s//\1/
     
    12331323if test ! -r "$srcdir/$ac_unique_file"; then
    12341324  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1235   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1325  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    12361326   { (exit 1); exit 1; }; }
    12371327fi
    12381328ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    12391329ac_abs_confdir=`(
    1240         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1330        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    12411331   { (exit 1); exit 1; }; }
    12421332        pwd)`
     
    12871377Installation directories:
    12881378  --prefix=PREFIX         install architecture-independent files in PREFIX
    1289                           [$ac_default_prefix]
     1379                          [$ac_default_prefix]
    12901380  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1291                           [PREFIX]
     1381                          [PREFIX]
    12921382
    12931383By default, \`make install' will install all the files in
     
    12991389
    13001390Fine tuning of the installation directories:
    1301   --bindir=DIR           user executables [EPREFIX/bin]
    1302   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1303   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1304   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1305   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1306   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1307   --libdir=DIR           object code libraries [EPREFIX/lib]
    1308   --includedir=DIR       C header files [PREFIX/include]
    1309   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1310   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1311   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1312   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1313   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1314   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1315   --docdir=DIR           documentation root [DATAROOTDIR/doc/rappture]
    1316   --htmldir=DIR          html documentation [DOCDIR]
    1317   --dvidir=DIR           dvi documentation [DOCDIR]
    1318   --pdfdir=DIR           pdf documentation [DOCDIR]
    1319   --psdir=DIR            ps documentation [DOCDIR]
     1391  --bindir=DIR            user executables [EPREFIX/bin]
     1392  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1393  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1394  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1395  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1396  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1397  --libdir=DIR            object code libraries [EPREFIX/lib]
     1398  --includedir=DIR        C header files [PREFIX/include]
     1399  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1400  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1401  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1402  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1403  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1404  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1405  --docdir=DIR            documentation root [DATAROOTDIR/doc/rappture]
     1406  --htmldir=DIR           html documentation [DOCDIR]
     1407  --dvidir=DIR            dvi documentation [DOCDIR]
     1408  --pdfdir=DIR            pdf documentation [DOCDIR]
     1409  --psdir=DIR             ps documentation [DOCDIR]
    13201410_ACEOF
    13211411
     
    13311421
    13321422Optional Features:
     1423  --disable-option-checking  ignore unrecognized --enable/--with options
    13331424  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13341425  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13791470  # If there are subdirs, report their specific --help.
    13801471  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1381     test -d "$ac_dir" || continue
     1472    test -d "$ac_dir" ||
     1473      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1474      continue
    13821475    ac_builddir=.
    13831476
     
    13851478.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13861479*)
    1387   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1480  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    13881481  # A ".." for each directory in $ac_dir_suffix.
    1389   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1482  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    13901483  case $ac_top_builddir_sub in
    13911484  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14231516      $SHELL "$ac_srcdir/configure" --help=recursive
    14241517    else
    1425       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1518      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14261519    fi || ac_status=$?
    14271520    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14331526  cat <<\_ACEOF
    14341527Rappture configure 1.1
    1435 generated by GNU Autoconf 2.61
     1528generated by GNU Autoconf 2.63
    14361529
    14371530Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1438 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     15312002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    14391532This configure script is free software; the Free Software Foundation
    14401533gives unlimited permission to copy, distribute and modify it.
     
    14471540
    14481541It was created by Rappture $as_me 1.1, which was
    1449 generated by GNU Autoconf 2.61.  Invocation command line was
     1542generated by GNU Autoconf 2.63.  Invocation command line was
    14501543
    14511544  $ $0 $@
     
    14831576  IFS=$as_save_IFS
    14841577  test -z "$as_dir" && as_dir=.
    1485   echo "PATH: $as_dir"
     1578  $as_echo "PATH: $as_dir"
    14861579done
    14871580IFS=$as_save_IFS
     
    15181611      continue ;;
    15191612    *\'*)
    1520       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1613      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    15211614    esac
    15221615    case $ac_pass in
     
    15701663    *${as_nl}*)
    15711664      case $ac_var in #(
    1572       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1573 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1665      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1666$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    15741667      esac
    15751668      case $ac_var in #(
    15761669      _ | IFS | as_nl) ;; #(
     1670      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    15771671      *) $as_unset $ac_var ;;
    15781672      esac ;;
     
    16041698      eval ac_val=\$$ac_var
    16051699      case $ac_val in
    1606       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1700      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16071701      esac
    1608       echo "$ac_var='\''$ac_val'\''"
     1702      $as_echo "$ac_var='\''$ac_val'\''"
    16091703    done | sort
    16101704    echo
     
    16211715        eval ac_val=\$$ac_var
    16221716        case $ac_val in
    1623         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1717        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16241718        esac
    1625         echo "$ac_var='\''$ac_val'\''"
     1719        $as_echo "$ac_var='\''$ac_val'\''"
    16261720      done | sort
    16271721      echo
     
    16391733    fi
    16401734    test "$ac_signal" != 0 &&
    1641       echo "$as_me: caught signal $ac_signal"
    1642     echo "$as_me: exit $exit_status"
     1735      $as_echo "$as_me: caught signal $ac_signal"
     1736    $as_echo "$as_me: exit $exit_status"
    16431737  } >&5
    16441738  rm -f core *.core core.conftest.* &&
     
    16821776
    16831777# Let the site file select an alternate cache file if it wants to.
    1684 # Prefer explicitly selected file to automatically selected ones.
     1778# Prefer an explicitly selected file to automatically selected ones.
     1779ac_site_file1=NONE
     1780ac_site_file2=NONE
    16851781if test -n "$CONFIG_SITE"; then
    1686   set x "$CONFIG_SITE"
     1782  ac_site_file1=$CONFIG_SITE
    16871783elif test "x$prefix" != xNONE; then
    1688   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1689 else
    1690   set x "$ac_default_prefix/share/config.site" \
    1691         "$ac_default_prefix/etc/config.site"
    1692 fi
    1693 shift
    1694 for ac_site_file
     1784  ac_site_file1=$prefix/share/config.site
     1785  ac_site_file2=$prefix/etc/config.site
     1786else
     1787  ac_site_file1=$ac_default_prefix/share/config.site
     1788  ac_site_file2=$ac_default_prefix/etc/config.site
     1789fi
     1790for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    16951791do
     1792  test "x$ac_site_file" = xNONE && continue
    16961793  if test -r "$ac_site_file"; then
    1697     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1698 echo "$as_me: loading site script $ac_site_file" >&6;}
     1794    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1795$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    16991796    sed 's/^/| /' "$ac_site_file" >&5
    17001797    . "$ac_site_file"
     
    17061803  # files actually), so we avoid doing that.
    17071804  if test -f "$cache_file"; then
    1708     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1709 echo "$as_me: loading cache $cache_file" >&6;}
     1805    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1806$as_echo "$as_me: loading cache $cache_file" >&6;}
    17101807    case $cache_file in
    17111808      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17141811  fi
    17151812else
    1716   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1717 echo "$as_me: creating cache $cache_file" >&6;}
     1813  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1814$as_echo "$as_me: creating cache $cache_file" >&6;}
    17181815  >$cache_file
    17191816fi
     
    17291826  case $ac_old_set,$ac_new_set in
    17301827    set,)
    1731       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1732 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1828      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1829$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17331830      ac_cache_corrupted=: ;;
    17341831    ,set)
    1735       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1736 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1832      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1833$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    17371834      ac_cache_corrupted=: ;;
    17381835    ,);;
    17391836    *)
    17401837      if test "x$ac_old_val" != "x$ac_new_val"; then
    1741         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1742 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1743         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1744 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1745         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1746 echo "$as_me:   current value: $ac_new_val" >&2;}
    1747         ac_cache_corrupted=:
     1838        # differences in whitespace do not lead to failure.
     1839        ac_old_val_w=`echo x $ac_old_val`
     1840        ac_new_val_w=`echo x $ac_new_val`
     1841        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1842          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1843$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1844          ac_cache_corrupted=:
     1845        else
     1846          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1847$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1848          eval $ac_var=\$ac_old_val
     1849        fi
     1850        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1851$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1852        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1853$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    17481854      fi;;
    17491855  esac
     
    17511857  if test "$ac_new_set" = set; then
    17521858    case $ac_new_val in
    1753     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1859    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    17541860    *) ac_arg=$ac_var=$ac_new_val ;;
    17551861    esac
     
    17611867done
    17621868if $ac_cache_corrupted; then
    1763   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1764 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1765   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1766 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1869  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1870$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1871  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1872$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1873  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1874$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17671875   { (exit 1); exit 1; }; }
    17681876fi
     
    18161924done
    18171925if test -z "$ac_aux_dir"; then
    1818   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
    1819 echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
     1926  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
     1927$as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
    18201928   { (exit 1); exit 1; }; }
    18211929fi
     
    18631971# OS/2's system install, which has a completely different semantic
    18641972# ./install, which can be erroneously created by make from ./install.sh.
    1865 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1866 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     1973# Reject install programs that cannot install multiple files.
     1974{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1975$as_echo_n "checking for a BSD-compatible install... " >&6; }
    18671976if test -z "$INSTALL"; then
    18681977if test "${ac_cv_path_install+set}" = set; then
    1869   echo $ECHO_N "(cached) $ECHO_C" >&6
     1978  $as_echo_n "(cached) " >&6
    18701979else
    18711980  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    18962005            :
    18972006          else
    1898             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    1899             break 3
     2007            rm -rf conftest.one conftest.two conftest.dir
     2008            echo one > conftest.one
     2009            echo two > conftest.two
     2010            mkdir conftest.dir
     2011            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     2012              test -s conftest.one && test -s conftest.two &&
     2013              test -s conftest.dir/conftest.one &&
     2014              test -s conftest.dir/conftest.two
     2015            then
     2016              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2017              break 3
     2018            fi
    19002019          fi
    19012020        fi
     
    19042023    ;;
    19052024esac
     2025
    19062026done
    19072027IFS=$as_save_IFS
    19082028
     2029rm -rf conftest.one conftest.two conftest.dir
    19092030
    19102031fi
     
    19192040  fi
    19202041fi
    1921 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    1922 echo "${ECHO_T}$INSTALL" >&6; }
     2042{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     2043$as_echo "$INSTALL" >&6; }
    19232044
    19242045# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    19302051test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    19312052
    1932 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    1933 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
    1934 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2053{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2054$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2055set x ${MAKE-make}
     2056ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    19352057if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    1936   echo $ECHO_N "(cached) $ECHO_C" >&6
     2058  $as_echo_n "(cached) " >&6
    19372059else
    19382060  cat >conftest.make <<\_ACEOF
     
    19512073fi
    19522074if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    1953   { echo "$as_me:$LINENO: result: yes" >&5
    1954 echo "${ECHO_T}yes" >&6; }
     2075  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2076$as_echo "yes" >&6; }
    19552077  SET_MAKE=
    19562078else
    1957   { echo "$as_me:$LINENO: result: no" >&5
    1958 echo "${ECHO_T}no" >&6; }
     2079  { $as_echo "$as_me:$LINENO: result: no" >&5
     2080$as_echo "no" >&6; }
    19592081  SET_MAKE="MAKE=${MAKE-make}"
    19602082fi
     
    19702092  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    19712093set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1972 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2094{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2095$as_echo_n "checking for $ac_word... " >&6; }
    19742096if test "${ac_cv_prog_CC+set}" = set; then
    1975   echo $ECHO_N "(cached) $ECHO_C" >&6
     2097  $as_echo_n "(cached) " >&6
    19762098else
    19772099  if test -n "$CC"; then
     
    19862108  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19872109    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1988     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2110    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19892111    break 2
    19902112  fi
     
    19972119CC=$ac_cv_prog_CC
    19982120if test -n "$CC"; then
    1999   { echo "$as_me:$LINENO: result: $CC" >&5
    2000 echo "${ECHO_T}$CC" >&6; }
    2001 else
    2002   { echo "$as_me:$LINENO: result: no" >&5
    2003 echo "${ECHO_T}no" >&6; }
     2121  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2122$as_echo "$CC" >&6; }
     2123else
     2124  { $as_echo "$as_me:$LINENO: result: no" >&5
     2125$as_echo "no" >&6; }
    20042126fi
    20052127
     
    20102132  # Extract the first word of "gcc", so it can be a program name with args.
    20112133set dummy gcc; ac_word=$2
    2012 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2134{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2135$as_echo_n "checking for $ac_word... " >&6; }
    20142136if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2015   echo $ECHO_N "(cached) $ECHO_C" >&6
     2137  $as_echo_n "(cached) " >&6
    20162138else
    20172139  if test -n "$ac_ct_CC"; then
     
    20262148  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20272149    ac_cv_prog_ac_ct_CC="gcc"
    2028     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2150    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    20292151    break 2
    20302152  fi
     
    20372159ac_ct_CC=$ac_cv_prog_ac_ct_CC
    20382160if test -n "$ac_ct_CC"; then
    2039   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2040 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2041 else
    2042   { echo "$as_me:$LINENO: result: no" >&5
    2043 echo "${ECHO_T}no" >&6; }
     2161  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2162$as_echo "$ac_ct_CC" >&6; }
     2163else
     2164  { $as_echo "$as_me:$LINENO: result: no" >&5
     2165$as_echo "no" >&6; }
    20442166fi
    20452167
     
    20492171    case $cross_compiling:$ac_tool_warned in
    20502172yes:)
    2051 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2052 whose name does not start with the host triplet.  If you think this
    2053 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2054 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2055 whose name does not start with the host triplet.  If you think this
    2056 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2173{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2174$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    20572175ac_tool_warned=yes ;;
    20582176esac
     
    20672185    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    20682186set dummy ${ac_tool_prefix}cc; ac_word=$2
    2069 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2187{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2188$as_echo_n "checking for $ac_word... " >&6; }
    20712189if test "${ac_cv_prog_CC+set}" = set; then
    2072   echo $ECHO_N "(cached) $ECHO_C" >&6
     2190  $as_echo_n "(cached) " >&6
    20732191else
    20742192  if test -n "$CC"; then
     
    20832201  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    20842202    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2085     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2203    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    20862204    break 2
    20872205  fi
     
    20942212CC=$ac_cv_prog_CC
    20952213if test -n "$CC"; then
    2096   { echo "$as_me:$LINENO: result: $CC" >&5
    2097 echo "${ECHO_T}$CC" >&6; }
    2098 else
    2099   { echo "$as_me:$LINENO: result: no" >&5
    2100 echo "${ECHO_T}no" >&6; }
     2214  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2215$as_echo "$CC" >&6; }
     2216else
     2217  { $as_echo "$as_me:$LINENO: result: no" >&5
     2218$as_echo "no" >&6; }
    21012219fi
    21022220
     
    21072225  # Extract the first word of "cc", so it can be a program name with args.
    21082226set dummy cc; ac_word=$2
    2109 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2227{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2228$as_echo_n "checking for $ac_word... " >&6; }
    21112229if test "${ac_cv_prog_CC+set}" = set; then
    2112   echo $ECHO_N "(cached) $ECHO_C" >&6
     2230  $as_echo_n "(cached) " >&6
    21132231else
    21142232  if test -n "$CC"; then
     
    21282246     fi
    21292247    ac_cv_prog_CC="cc"
    2130     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2248    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21312249    break 2
    21322250  fi
     
    21512269CC=$ac_cv_prog_CC
    21522270if test -n "$CC"; then
    2153   { echo "$as_me:$LINENO: result: $CC" >&5
    2154 echo "${ECHO_T}$CC" >&6; }
    2155 else
    2156   { echo "$as_me:$LINENO: result: no" >&5
    2157 echo "${ECHO_T}no" >&6; }
     2271  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2272$as_echo "$CC" >&6; }
     2273else
     2274  { $as_echo "$as_me:$LINENO: result: no" >&5
     2275$as_echo "no" >&6; }
    21582276fi
    21592277
     
    21662284    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    21672285set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2168 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2286{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2287$as_echo_n "checking for $ac_word... " >&6; }
    21702288if test "${ac_cv_prog_CC+set}" = set; then
    2171   echo $ECHO_N "(cached) $ECHO_C" >&6
     2289  $as_echo_n "(cached) " >&6
    21722290else
    21732291  if test -n "$CC"; then
     
    21822300  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21832301    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2184     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2302    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21852303    break 2
    21862304  fi
     
    21932311CC=$ac_cv_prog_CC
    21942312if test -n "$CC"; then
    2195   { echo "$as_me:$LINENO: result: $CC" >&5
    2196 echo "${ECHO_T}$CC" >&6; }
    2197 else
    2198   { echo "$as_me:$LINENO: result: no" >&5
    2199 echo "${ECHO_T}no" >&6; }
     2313  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2314$as_echo "$CC" >&6; }
     2315else
     2316  { $as_echo "$as_me:$LINENO: result: no" >&5
     2317$as_echo "no" >&6; }
    22002318fi
    22012319
     
    22102328  # Extract the first word of "$ac_prog", so it can be a program name with args.
    22112329set dummy $ac_prog; ac_word=$2
    2212 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2213 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2330{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2331$as_echo_n "checking for $ac_word... " >&6; }
    22142332if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2215   echo $ECHO_N "(cached) $ECHO_C" >&6
     2333  $as_echo_n "(cached) " >&6
    22162334else
    22172335  if test -n "$ac_ct_CC"; then
     
    22262344  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22272345    ac_cv_prog_ac_ct_CC="$ac_prog"
    2228     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2346    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22292347    break 2
    22302348  fi
     
    22372355ac_ct_CC=$ac_cv_prog_ac_ct_CC
    22382356if test -n "$ac_ct_CC"; then
    2239   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2240 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2241 else
    2242   { echo "$as_me:$LINENO: result: no" >&5
    2243 echo "${ECHO_T}no" >&6; }
     2357  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2358$as_echo "$ac_ct_CC" >&6; }
     2359else
     2360  { $as_echo "$as_me:$LINENO: result: no" >&5
     2361$as_echo "no" >&6; }
    22442362fi
    22452363
     
    22532371    case $cross_compiling:$ac_tool_warned in
    22542372yes:)
    2255 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2256 whose name does not start with the host triplet.  If you think this
    2257 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2258 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2259 whose name does not start with the host triplet.  If you think this
    2260 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2373{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2374$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    22612375ac_tool_warned=yes ;;
    22622376esac
     
    22682382
    22692383
    2270 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2384test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2385$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2386{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    22712387See \`config.log' for more details." >&5
    2272 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2388$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    22732389See \`config.log' for more details." >&2;}
    2274    { (exit 1); exit 1; }; }
     2390   { (exit 1); exit 1; }; }; }
    22752391
    22762392# Provide some information about the compiler.
    2277 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2278 ac_compiler=`set X $ac_compile; echo $2`
     2393$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2394set X $ac_compile
     2395ac_compiler=$2
    22792396{ (ac_try="$ac_compiler --version >&5"
    22802397case "(($ac_try" in
     
    22822399  *) ac_try_echo=$ac_try;;
    22832400esac
    2284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2401eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2402$as_echo "$ac_try_echo") >&5
    22852403  (eval "$ac_compiler --version >&5") 2>&5
    22862404  ac_status=$?
    2287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2405  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22882406  (exit $ac_status); }
    22892407{ (ac_try="$ac_compiler -v >&5"
     
    22922410  *) ac_try_echo=$ac_try;;
    22932411esac
    2294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2413$as_echo "$ac_try_echo") >&5
    22952414  (eval "$ac_compiler -v >&5") 2>&5
    22962415  ac_status=$?
    2297   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2416  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22982417  (exit $ac_status); }
    22992418{ (ac_try="$ac_compiler -V >&5"
     
    23022421  *) ac_try_echo=$ac_try;;
    23032422esac
    2304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2423eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2424$as_echo "$ac_try_echo") >&5
    23052425  (eval "$ac_compiler -V >&5") 2>&5
    23062426  ac_status=$?
    2307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2427  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23082428  (exit $ac_status); }
    23092429
     
    23242444_ACEOF
    23252445ac_clean_files_save=$ac_clean_files
    2326 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2446ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    23272447# Try to create an executable without -o first, disregard a.out.
    23282448# It will help us diagnose broken compilers, and finding out an intuition
    23292449# of exeext.
    2330 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2331 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2332 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2333 #
    2334 # List of possible output files, starting from the most likely.
    2335 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2336 # only as a last resort.  b.out is created by i960 compilers.
    2337 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2338 #
    2339 # The IRIX 6 linker writes into existing files which may not be
    2340 # executable, retaining their permissions.  Remove them first so a
    2341 # subsequent execution test works.
     2450{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2451$as_echo_n "checking for C compiler default output file name... " >&6; }
     2452ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2453
     2454# The possible output files:
     2455ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2456
    23422457ac_rmfiles=
    23432458for ac_file in $ac_files
    23442459do
    23452460  case $ac_file in
    2346     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2461    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    23472462    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    23482463  esac
     
    23552470  *) ac_try_echo=$ac_try;;
    23562471esac
    2357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2472eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2473$as_echo "$ac_try_echo") >&5
    23582474  (eval "$ac_link_default") 2>&5
    23592475  ac_status=$?
    2360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2476  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23612477  (exit $ac_status); }; then
    23622478  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    23692485  test -f "$ac_file" || continue
    23702486  case $ac_file in
    2371     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2487    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    23722488        ;;
    23732489    [ab].out )
     
    23962512fi
    23972513
    2398 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2399 echo "${ECHO_T}$ac_file" >&6; }
     2514{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2515$as_echo "$ac_file" >&6; }
    24002516if test -z "$ac_file"; then
    2401   echo "$as_me: failed program was:" >&5
     2517  $as_echo "$as_me: failed program was:" >&5
    24022518sed 's/^/| /' conftest.$ac_ext >&5
    24032519
    2404 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2520{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2521$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2522{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    24052523See \`config.log' for more details." >&5
    2406 echo "$as_me: error: C compiler cannot create executables
     2524$as_echo "$as_me: error: C compiler cannot create executables
    24072525See \`config.log' for more details." >&2;}
    2408    { (exit 77); exit 77; }; }
     2526   { (exit 77); exit 77; }; }; }
    24092527fi
    24102528
     
    24132531# Check that the compiler produces executables we can run.  If not, either
    24142532# the compiler is broken, or we cross compile.
    2415 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2416 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2533{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2534$as_echo_n "checking whether the C compiler works... " >&6; }
    24172535# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    24182536# If not cross compiling, check that we can run a simple program.
     
    24232541  *) ac_try_echo=$ac_try;;
    24242542esac
    2425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2543eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2544$as_echo "$ac_try_echo") >&5
    24262545  (eval "$ac_try") 2>&5
    24272546  ac_status=$?
    2428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2547  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24292548  (exit $ac_status); }; }; then
    24302549    cross_compiling=no
     
    24332552        cross_compiling=yes
    24342553    else
    2435         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2554        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2555$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2556{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    24362557If you meant to cross compile, use \`--host'.
    24372558See \`config.log' for more details." >&5
    2438 echo "$as_me: error: cannot run C compiled programs.
     2559$as_echo "$as_me: error: cannot run C compiled programs.
    24392560If you meant to cross compile, use \`--host'.
    24402561See \`config.log' for more details." >&2;}
    2441    { (exit 1); exit 1; }; }
     2562   { (exit 1); exit 1; }; }; }
    24422563    fi
    24432564  fi
    24442565fi
    2445 { echo "$as_me:$LINENO: result: yes" >&5
    2446 echo "${ECHO_T}yes" >&6; }
    2447 
    2448 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2566{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2567$as_echo "yes" >&6; }
     2568
     2569rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    24492570ac_clean_files=$ac_clean_files_save
    24502571# Check that the compiler produces executables we can run.  If not, either
    24512572# the compiler is broken, or we cross compile.
    2452 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2453 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2454 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2455 echo "${ECHO_T}$cross_compiling" >&6; }
    2456 
    2457 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2458 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2573{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2574$as_echo_n "checking whether we are cross compiling... " >&6; }
     2575{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2576$as_echo "$cross_compiling" >&6; }
     2577
     2578{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2579$as_echo_n "checking for suffix of executables... " >&6; }
    24592580if { (ac_try="$ac_link"
    24602581case "(($ac_try" in
     
    24622583  *) ac_try_echo=$ac_try;;
    24632584esac
    2464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2585eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2586$as_echo "$ac_try_echo") >&5
    24652587  (eval "$ac_link") 2>&5
    24662588  ac_status=$?
    2467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2589  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24682590  (exit $ac_status); }; then
    24692591  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    24742596  test -f "$ac_file" || continue
    24752597  case $ac_file in
    2476     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2598    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    24772599    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    24782600          break;;
     
    24812603done
    24822604else
    2483   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2605  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2606$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2607{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    24842608See \`config.log' for more details." >&5
    2485 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2609$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    24862610See \`config.log' for more details." >&2;}
    2487    { (exit 1); exit 1; }; }
     2611   { (exit 1); exit 1; }; }; }
    24882612fi
    24892613
    24902614rm -f conftest$ac_cv_exeext
    2491 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2492 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2615{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2616$as_echo "$ac_cv_exeext" >&6; }
    24932617
    24942618rm -f conftest.$ac_ext
    24952619EXEEXT=$ac_cv_exeext
    24962620ac_exeext=$EXEEXT
    2497 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2498 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     2621{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2622$as_echo_n "checking for suffix of object files... " >&6; }
    24992623if test "${ac_cv_objext+set}" = set; then
    2500   echo $ECHO_N "(cached) $ECHO_C" >&6
     2624  $as_echo_n "(cached) " >&6
    25012625else
    25022626  cat >conftest.$ac_ext <<_ACEOF
     
    25212645  *) ac_try_echo=$ac_try;;
    25222646esac
    2523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2647eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2648$as_echo "$ac_try_echo") >&5
    25242649  (eval "$ac_compile") 2>&5
    25252650  ac_status=$?
    2526   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2651  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25272652  (exit $ac_status); }; then
    25282653  for ac_file in conftest.o conftest.obj conftest.*; do
    25292654  test -f "$ac_file" || continue;
    25302655  case $ac_file in
    2531     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2656    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    25322657    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    25332658       break;;
     
    25352660done
    25362661else
    2537   echo "$as_me: failed program was:" >&5
     2662  $as_echo "$as_me: failed program was:" >&5
    25382663sed 's/^/| /' conftest.$ac_ext >&5
    25392664
    2540 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2665{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2666$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2667{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    25412668See \`config.log' for more details." >&5
    2542 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2669$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    25432670See \`config.log' for more details." >&2;}
    2544    { (exit 1); exit 1; }; }
     2671   { (exit 1); exit 1; }; }; }
    25452672fi
    25462673
    25472674rm -f conftest.$ac_cv_objext conftest.$ac_ext
    25482675fi
    2549 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2550 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2676{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2677$as_echo "$ac_cv_objext" >&6; }
    25512678OBJEXT=$ac_cv_objext
    25522679ac_objext=$OBJEXT
    2553 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2554 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     2680{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2681$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    25552682if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2556   echo $ECHO_N "(cached) $ECHO_C" >&6
     2683  $as_echo_n "(cached) " >&6
    25572684else
    25582685  cat >conftest.$ac_ext <<_ACEOF
     
    25802707  *) ac_try_echo=$ac_try;;
    25812708esac
    2582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2709eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2710$as_echo "$ac_try_echo") >&5
    25832711  (eval "$ac_compile") 2>conftest.er1
    25842712  ac_status=$?
     
    25862714  rm -f conftest.er1
    25872715  cat conftest.err >&5
    2588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2716  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25892717  (exit $ac_status); } && {
    25902718         test -z "$ac_c_werror_flag" ||
     
    25932721  ac_compiler_gnu=yes
    25942722else
    2595   echo "$as_me: failed program was:" >&5
     2723  $as_echo "$as_me: failed program was:" >&5
    25962724sed 's/^/| /' conftest.$ac_ext >&5
    25972725
     
    26032731
    26042732fi
    2605 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2606 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    2607 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2733{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2734$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2735if test $ac_compiler_gnu = yes; then
     2736  GCC=yes
     2737else
     2738  GCC=
     2739fi
    26082740ac_test_CFLAGS=${CFLAGS+set}
    26092741ac_save_CFLAGS=$CFLAGS
    2610 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2611 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     2742{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2743$as_echo_n "checking whether $CC accepts -g... " >&6; }
    26122744if test "${ac_cv_prog_cc_g+set}" = set; then
    2613   echo $ECHO_N "(cached) $ECHO_C" >&6
     2745  $as_echo_n "(cached) " >&6
    26142746else
    26152747  ac_save_c_werror_flag=$ac_c_werror_flag
     
    26382770  *) ac_try_echo=$ac_try;;
    26392771esac
    2640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2772eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2773$as_echo "$ac_try_echo") >&5
    26412774  (eval "$ac_compile") 2>conftest.er1
    26422775  ac_status=$?
     
    26442777  rm -f conftest.er1
    26452778  cat conftest.err >&5
    2646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2779  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26472780  (exit $ac_status); } && {
    26482781         test -z "$ac_c_werror_flag" ||
     
    26512784  ac_cv_prog_cc_g=yes
    26522785else
    2653   echo "$as_me: failed program was:" >&5
     2786  $as_echo "$as_me: failed program was:" >&5
    26542787sed 's/^/| /' conftest.$ac_ext >&5
    26552788
     
    26762809  *) ac_try_echo=$ac_try;;
    26772810esac
    2678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2811eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2812$as_echo "$ac_try_echo") >&5
    26792813  (eval "$ac_compile") 2>conftest.er1
    26802814  ac_status=$?
     
    26822816  rm -f conftest.er1
    26832817  cat conftest.err >&5
    2684   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2818  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26852819  (exit $ac_status); } && {
    26862820         test -z "$ac_c_werror_flag" ||
     
    26892823  :
    26902824else
    2691   echo "$as_me: failed program was:" >&5
     2825  $as_echo "$as_me: failed program was:" >&5
    26922826sed 's/^/| /' conftest.$ac_ext >&5
    26932827
     
    27152849  *) ac_try_echo=$ac_try;;
    27162850esac
    2717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2851eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2852$as_echo "$ac_try_echo") >&5
    27182853  (eval "$ac_compile") 2>conftest.er1
    27192854  ac_status=$?
     
    27212856  rm -f conftest.er1
    27222857  cat conftest.err >&5
    2723   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2858  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27242859  (exit $ac_status); } && {
    27252860         test -z "$ac_c_werror_flag" ||
     
    27282863  ac_cv_prog_cc_g=yes
    27292864else
    2730   echo "$as_me: failed program was:" >&5
     2865  $as_echo "$as_me: failed program was:" >&5
    27312866sed 's/^/| /' conftest.$ac_ext >&5
    27322867
     
    27432878   ac_c_werror_flag=$ac_save_c_werror_flag
    27442879fi
    2745 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2746 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     2880{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2881$as_echo "$ac_cv_prog_cc_g" >&6; }
    27472882if test "$ac_test_CFLAGS" = set; then
    27482883  CFLAGS=$ac_save_CFLAGS
     
    27602895  fi
    27612896fi
    2762 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2763 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     2897{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2898$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    27642899if test "${ac_cv_prog_cc_c89+set}" = set; then
    2765   echo $ECHO_N "(cached) $ECHO_C" >&6
     2900  $as_echo_n "(cached) " >&6
    27662901else
    27672902  ac_cv_prog_cc_c89=no
     
    28342969  *) ac_try_echo=$ac_try;;
    28352970esac
    2836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2971eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2972$as_echo "$ac_try_echo") >&5
    28372973  (eval "$ac_compile") 2>conftest.er1
    28382974  ac_status=$?
     
    28402976  rm -f conftest.er1
    28412977  cat conftest.err >&5
    2842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2978  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28432979  (exit $ac_status); } && {
    28442980         test -z "$ac_c_werror_flag" ||
     
    28472983  ac_cv_prog_cc_c89=$ac_arg
    28482984else
    2849   echo "$as_me: failed program was:" >&5
     2985  $as_echo "$as_me: failed program was:" >&5
    28502986sed 's/^/| /' conftest.$ac_ext >&5
    28512987
     
    28632999case "x$ac_cv_prog_cc_c89" in
    28643000  x)
    2865     { echo "$as_me:$LINENO: result: none needed" >&5
    2866 echo "${ECHO_T}none needed" >&6; } ;;
     3001    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3002$as_echo "none needed" >&6; } ;;
    28673003  xno)
    2868     { echo "$as_me:$LINENO: result: unsupported" >&5
    2869 echo "${ECHO_T}unsupported" >&6; } ;;
     3004    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3005$as_echo "unsupported" >&6; } ;;
    28703006  *)
    28713007    CC="$CC $ac_cv_prog_cc_c89"
    2872     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2873 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     3008    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3009$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    28743010esac
    28753011
     
    28953031    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    28963032set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2897 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2898 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3033{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3034$as_echo_n "checking for $ac_word... " >&6; }
    28993035if test "${ac_cv_prog_CXX+set}" = set; then
    2900   echo $ECHO_N "(cached) $ECHO_C" >&6
     3036  $as_echo_n "(cached) " >&6
    29013037else
    29023038  if test -n "$CXX"; then
     
    29113047  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29123048    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    2913     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3049    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29143050    break 2
    29153051  fi
     
    29223058CXX=$ac_cv_prog_CXX
    29233059if test -n "$CXX"; then
    2924   { echo "$as_me:$LINENO: result: $CXX" >&5
    2925 echo "${ECHO_T}$CXX" >&6; }
    2926 else
    2927   { echo "$as_me:$LINENO: result: no" >&5
    2928 echo "${ECHO_T}no" >&6; }
     3060  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3061$as_echo "$CXX" >&6; }
     3062else
     3063  { $as_echo "$as_me:$LINENO: result: no" >&5
     3064$as_echo "no" >&6; }
    29293065fi
    29303066
     
    29393075  # Extract the first word of "$ac_prog", so it can be a program name with args.
    29403076set dummy $ac_prog; ac_word=$2
    2941 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3077{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3078$as_echo_n "checking for $ac_word... " >&6; }
    29433079if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    2944   echo $ECHO_N "(cached) $ECHO_C" >&6
     3080  $as_echo_n "(cached) " >&6
    29453081else
    29463082  if test -n "$ac_ct_CXX"; then
     
    29553091  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    29563092    ac_cv_prog_ac_ct_CXX="$ac_prog"
    2957     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3093    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    29583094    break 2
    29593095  fi
     
    29663102ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    29673103if test -n "$ac_ct_CXX"; then
    2968   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    2969 echo "${ECHO_T}$ac_ct_CXX" >&6; }
    2970 else
    2971   { echo "$as_me:$LINENO: result: no" >&5
    2972 echo "${ECHO_T}no" >&6; }
     3104  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3105$as_echo "$ac_ct_CXX" >&6; }
     3106else
     3107  { $as_echo "$as_me:$LINENO: result: no" >&5
     3108$as_echo "no" >&6; }
    29733109fi
    29743110
     
    29823118    case $cross_compiling:$ac_tool_warned in
    29833119yes:)
    2984 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2985 whose name does not start with the host triplet.  If you think this
    2986 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2987 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2988 whose name does not start with the host triplet.  If you think this
    2989 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     3120{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3121$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    29903122ac_tool_warned=yes ;;
    29913123esac
     
    29973129fi
    29983130# Provide some information about the compiler.
    2999 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3000 ac_compiler=`set X $ac_compile; echo $2`
     3131$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3132set X $ac_compile
     3133ac_compiler=$2
    30013134{ (ac_try="$ac_compiler --version >&5"
    30023135case "(($ac_try" in
     
    30043137  *) ac_try_echo=$ac_try;;
    30053138esac
    3006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3139eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3140$as_echo "$ac_try_echo") >&5
    30073141  (eval "$ac_compiler --version >&5") 2>&5
    30083142  ac_status=$?
    3009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3143  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30103144  (exit $ac_status); }
    30113145{ (ac_try="$ac_compiler -v >&5"
     
    30143148  *) ac_try_echo=$ac_try;;
    30153149esac
    3016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3150eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3151$as_echo "$ac_try_echo") >&5
    30173152  (eval "$ac_compiler -v >&5") 2>&5
    30183153  ac_status=$?
    3019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3154  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30203155  (exit $ac_status); }
    30213156{ (ac_try="$ac_compiler -V >&5"
     
    30243159  *) ac_try_echo=$ac_try;;
    30253160esac
    3026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3161eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3162$as_echo "$ac_try_echo") >&5
    30273163  (eval "$ac_compiler -V >&5") 2>&5
    30283164  ac_status=$?
    3029   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3165  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30303166  (exit $ac_status); }
    30313167
    3032 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3033 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
     3168{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3169$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    30343170if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3035   echo $ECHO_N "(cached) $ECHO_C" >&6
     3171  $as_echo_n "(cached) " >&6
    30363172else
    30373173  cat >conftest.$ac_ext <<_ACEOF
     
    30593195  *) ac_try_echo=$ac_try;;
    30603196esac
    3061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3197eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3198$as_echo "$ac_try_echo") >&5
    30623199  (eval "$ac_compile") 2>conftest.er1
    30633200  ac_status=$?
     
    30653202  rm -f conftest.er1
    30663203  cat conftest.err >&5
    3067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3204  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30683205  (exit $ac_status); } && {
    30693206         test -z "$ac_cxx_werror_flag" ||
     
    30723209  ac_compiler_gnu=yes
    30733210else
    3074   echo "$as_me: failed program was:" >&5
     3211  $as_echo "$as_me: failed program was:" >&5
    30753212sed 's/^/| /' conftest.$ac_ext >&5
    30763213
     
    30823219
    30833220fi
    3084 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3085 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
    3086 GXX=`test $ac_compiler_gnu = yes && echo yes`
     3221{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3222$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     3223if test $ac_compiler_gnu = yes; then
     3224  GXX=yes
     3225else
     3226  GXX=
     3227fi
    30873228ac_test_CXXFLAGS=${CXXFLAGS+set}
    30883229ac_save_CXXFLAGS=$CXXFLAGS
    3089 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3090 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
     3230{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3231$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    30913232if test "${ac_cv_prog_cxx_g+set}" = set; then
    3092   echo $ECHO_N "(cached) $ECHO_C" >&6
     3233  $as_echo_n "(cached) " >&6
    30933234else
    30943235  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    31173258  *) ac_try_echo=$ac_try;;
    31183259esac
    3119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3260eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3261$as_echo "$ac_try_echo") >&5
    31203262  (eval "$ac_compile") 2>conftest.er1
    31213263  ac_status=$?
     
    31233265  rm -f conftest.er1
    31243266  cat conftest.err >&5
    3125   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3267  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31263268  (exit $ac_status); } && {
    31273269         test -z "$ac_cxx_werror_flag" ||
     
    31303272  ac_cv_prog_cxx_g=yes
    31313273else
    3132   echo "$as_me: failed program was:" >&5
     3274  $as_echo "$as_me: failed program was:" >&5
    31333275sed 's/^/| /' conftest.$ac_ext >&5
    31343276
     
    31553297  *) ac_try_echo=$ac_try;;
    31563298esac
    3157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3299eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3300$as_echo "$ac_try_echo") >&5
    31583301  (eval "$ac_compile") 2>conftest.er1
    31593302  ac_status=$?
     
    31613304  rm -f conftest.er1
    31623305  cat conftest.err >&5
    3163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3306  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31643307  (exit $ac_status); } && {
    31653308         test -z "$ac_cxx_werror_flag" ||
     
    31683311  :
    31693312else
    3170   echo "$as_me: failed program was:" >&5
     3313  $as_echo "$as_me: failed program was:" >&5
    31713314sed 's/^/| /' conftest.$ac_ext >&5
    31723315
     
    31943337  *) ac_try_echo=$ac_try;;
    31953338esac
    3196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3339eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3340$as_echo "$ac_try_echo") >&5
    31973341  (eval "$ac_compile") 2>conftest.er1
    31983342  ac_status=$?
     
    32003344  rm -f conftest.er1
    32013345  cat conftest.err >&5
    3202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3346  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32033347  (exit $ac_status); } && {
    32043348         test -z "$ac_cxx_werror_flag" ||
     
    32073351  ac_cv_prog_cxx_g=yes
    32083352else
    3209   echo "$as_me: failed program was:" >&5
     3353  $as_echo "$as_me: failed program was:" >&5
    32103354sed 's/^/| /' conftest.$ac_ext >&5
    32113355
     
    32223366   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    32233367fi
    3224 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    3225 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
     3368{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3369$as_echo "$ac_cv_prog_cxx_g" >&6; }
    32263370if test "$ac_test_CXXFLAGS" = set; then
    32273371  CXXFLAGS=$ac_save_CXXFLAGS
     
    32593403# OS/2's system install, which has a completely different semantic
    32603404# ./install, which can be erroneously created by make from ./install.sh.
    3261 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3262 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     3405# Reject install programs that cannot install multiple files.
     3406{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3407$as_echo_n "checking for a BSD-compatible install... " >&6; }
    32633408if test -z "$INSTALL"; then
    32643409if test "${ac_cv_path_install+set}" = set; then
    3265   echo $ECHO_N "(cached) $ECHO_C" >&6
     3410  $as_echo_n "(cached) " >&6
    32663411else
    32673412  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    32923437            :
    32933438          else
    3294             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3295             break 3
     3439            rm -rf conftest.one conftest.two conftest.dir
     3440            echo one > conftest.one
     3441            echo two > conftest.two
     3442            mkdir conftest.dir
     3443            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     3444              test -s conftest.one && test -s conftest.two &&
     3445              test -s conftest.dir/conftest.one &&
     3446              test -s conftest.dir/conftest.two
     3447            then
     3448              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3449              break 3
     3450            fi
    32963451          fi
    32973452        fi
     
    33003455    ;;
    33013456esac
     3457
    33023458done
    33033459IFS=$as_save_IFS
    33043460
     3461rm -rf conftest.one conftest.two conftest.dir
    33053462
    33063463fi
     
    33153472  fi
    33163473fi
    3317 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    3318 echo "${ECHO_T}$INSTALL" >&6; }
     3474{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     3475$as_echo "$INSTALL" >&6; }
    33193476
    33203477# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    33293486  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    33303487set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3488{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3489$as_echo_n "checking for $ac_word... " >&6; }
    33333490if test "${ac_cv_prog_RANLIB+set}" = set; then
    3334   echo $ECHO_N "(cached) $ECHO_C" >&6
     3491  $as_echo_n "(cached) " >&6
    33353492else
    33363493  if test -n "$RANLIB"; then
     
    33453502  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33463503    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3347     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3504    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33483505    break 2
    33493506  fi
     
    33563513RANLIB=$ac_cv_prog_RANLIB
    33573514if test -n "$RANLIB"; then
    3358   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    3359 echo "${ECHO_T}$RANLIB" >&6; }
    3360 else
    3361   { echo "$as_me:$LINENO: result: no" >&5
    3362 echo "${ECHO_T}no" >&6; }
     3515  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     3516$as_echo "$RANLIB" >&6; }
     3517else
     3518  { $as_echo "$as_me:$LINENO: result: no" >&5
     3519$as_echo "no" >&6; }
    33633520fi
    33643521
     
    33693526  # Extract the first word of "ranlib", so it can be a program name with args.
    33703527set dummy ranlib; ac_word=$2
    3371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3528{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3529$as_echo_n "checking for $ac_word... " >&6; }
    33733530if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3374   echo $ECHO_N "(cached) $ECHO_C" >&6
     3531  $as_echo_n "(cached) " >&6
    33753532else
    33763533  if test -n "$ac_ct_RANLIB"; then
     
    33853542  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33863543    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3387     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3544    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    33883545    break 2
    33893546  fi
     
    33963553ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    33973554if test -n "$ac_ct_RANLIB"; then
    3398   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3399 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    3400 else
    3401   { echo "$as_me:$LINENO: result: no" >&5
    3402 echo "${ECHO_T}no" >&6; }
     3555  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3556$as_echo "$ac_ct_RANLIB" >&6; }
     3557else
     3558  { $as_echo "$as_me:$LINENO: result: no" >&5
     3559$as_echo "no" >&6; }
    34033560fi
    34043561
     
    34083565    case $cross_compiling:$ac_tool_warned in
    34093566yes:)
    3410 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    3411 whose name does not start with the host triplet.  If you think this
    3412 configuration is useful to you, please write to autoconf@gnu.org." >&5
    3413 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    3414 whose name does not start with the host triplet.  If you think this
    3415 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     3567{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3568$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    34163569ac_tool_warned=yes ;;
    34173570esac
     
    34223575fi
    34233576
    3424 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3425 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
     3577{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3578$as_echo_n "checking whether ln -s works... " >&6; }
    34263579LN_S=$as_ln_s
    34273580if test "$LN_S" = "ln -s"; then
    3428   { echo "$as_me:$LINENO: result: yes" >&5
    3429 echo "${ECHO_T}yes" >&6; }
    3430 else
    3431   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3432 echo "${ECHO_T}no, using $LN_S" >&6; }
    3433 fi
    3434 
    3435 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    3436 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
     3581  { $as_echo "$as_me:$LINENO: result: yes" >&5
     3582$as_echo "yes" >&6; }
     3583else
     3584  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3585$as_echo "no, using $LN_S" >&6; }
     3586fi
     3587
     3588{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     3589$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    34373590if test -z "$MKDIR_P"; then
    34383591  if test "${ac_cv_path_mkdir+set}" = set; then
    3439   echo $ECHO_N "(cached) $ECHO_C" >&6
     3592  $as_echo_n "(cached) " >&6
    34403593else
    34413594  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    34723625  fi
    34733626fi
    3474 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    3475 echo "${ECHO_T}$MKDIR_P" >&6; }
     3627{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     3628$as_echo "$MKDIR_P" >&6; }
    34763629
    34773630
     
    34853638    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    34863639set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3640{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3641$as_echo_n "checking for $ac_word... " >&6; }
    34893642if test "${ac_cv_prog_F77+set}" = set; then
    3490   echo $ECHO_N "(cached) $ECHO_C" >&6
     3643  $as_echo_n "(cached) " >&6
    34913644else
    34923645  if test -n "$F77"; then
     
    35013654  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    35023655    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    3503     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3656    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35043657    break 2
    35053658  fi
     
    35123665F77=$ac_cv_prog_F77
    35133666if test -n "$F77"; then
    3514   { echo "$as_me:$LINENO: result: $F77" >&5
    3515 echo "${ECHO_T}$F77" >&6; }
    3516 else
    3517   { echo "$as_me:$LINENO: result: no" >&5
    3518 echo "${ECHO_T}no" >&6; }
     3667  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     3668$as_echo "$F77" >&6; }
     3669else
     3670  { $as_echo "$as_me:$LINENO: result: no" >&5
     3671$as_echo "no" >&6; }
    35193672fi
    35203673
     
    35293682  # Extract the first word of "$ac_prog", so it can be a program name with args.
    35303683set dummy $ac_prog; ac_word=$2
    3531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3684{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3685$as_echo_n "checking for $ac_word... " >&6; }
    35333686if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    3534   echo $ECHO_N "(cached) $ECHO_C" >&6
     3687  $as_echo_n "(cached) " >&6
    35353688else
    35363689  if test -n "$ac_ct_F77"; then
     
    35453698  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    35463699    ac_cv_prog_ac_ct_F77="$ac_prog"
    3547     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3700    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35483701    break 2
    35493702  fi
     
    35563709ac_ct_F77=$ac_cv_prog_ac_ct_F77
    35573710if test -n "$ac_ct_F77"; then
    3558   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    3559 echo "${ECHO_T}$ac_ct_F77" >&6; }
    3560 else
    3561   { echo "$as_me:$LINENO: result: no" >&5
    3562 echo "${ECHO_T}no" >&6; }
     3711  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     3712$as_echo "$ac_ct_F77" >&6; }
     3713else
     3714  { $as_echo "$as_me:$LINENO: result: no" >&5
     3715$as_echo "no" >&6; }
    35633716fi
    35643717
     
    35723725    case $cross_compiling:$ac_tool_warned in
    35733726yes:)
    3574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    3575 whose name does not start with the host triplet.  If you think this
    3576 configuration is useful to you, please write to autoconf@gnu.org." >&5
    3577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    3578 whose name does not start with the host triplet.  If you think this
    3579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     3727{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3728$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    35803729ac_tool_warned=yes ;;
    35813730esac
     
    35863735
    35873736# Provide some information about the compiler.
    3588 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    3589 ac_compiler=`set X $ac_compile; echo $2`
     3737$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     3738set X $ac_compile
     3739ac_compiler=$2
    35903740{ (ac_try="$ac_compiler --version >&5"
    35913741case "(($ac_try" in
     
    35933743  *) ac_try_echo=$ac_try;;
    35943744esac
    3595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3745eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3746$as_echo "$ac_try_echo") >&5
    35963747  (eval "$ac_compiler --version >&5") 2>&5
    35973748  ac_status=$?
    3598   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3749  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35993750  (exit $ac_status); }
    36003751{ (ac_try="$ac_compiler -v >&5"
     
    36033754  *) ac_try_echo=$ac_try;;
    36043755esac
    3605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3756eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3757$as_echo "$ac_try_echo") >&5
    36063758  (eval "$ac_compiler -v >&5") 2>&5
    36073759  ac_status=$?
    3608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3760  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36093761  (exit $ac_status); }
    36103762{ (ac_try="$ac_compiler -V >&5"
     
    36133765  *) ac_try_echo=$ac_try;;
    36143766esac
    3615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3767eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3768$as_echo "$ac_try_echo") >&5
    36163769  (eval "$ac_compiler -V >&5") 2>&5
    36173770  ac_status=$?
    3618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3771  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36193772  (exit $ac_status); }
    36203773rm -f a.out
     
    36243777ac_save_ext=$ac_ext
    36253778ac_ext=F
    3626 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    3627 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     3779{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     3780$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    36283781if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3629   echo $ECHO_N "(cached) $ECHO_C" >&6
     3782  $as_echo_n "(cached) " >&6
    36303783else
    36313784  cat >conftest.$ac_ext <<_ACEOF
     
    36433796  *) ac_try_echo=$ac_try;;
    36443797esac
    3645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3798eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3799$as_echo "$ac_try_echo") >&5
    36463800  (eval "$ac_compile") 2>conftest.er1
    36473801  ac_status=$?
     
    36493803  rm -f conftest.er1
    36503804  cat conftest.err >&5
    3651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3805  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36523806  (exit $ac_status); } && {
    36533807         test -z "$ac_f77_werror_flag" ||
     
    36563810  ac_compiler_gnu=yes
    36573811else
    3658   echo "$as_me: failed program was:" >&5
     3812  $as_echo "$as_me: failed program was:" >&5
    36593813sed 's/^/| /' conftest.$ac_ext >&5
    36603814
     
    36663820
    36673821fi
    3668 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3669 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     3822{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     3823$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    36703824ac_ext=$ac_save_ext
    36713825ac_test_FFLAGS=${FFLAGS+set}
    36723826ac_save_FFLAGS=$FFLAGS
    36733827FFLAGS=
    3674 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3675 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     3828{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     3829$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    36763830if test "${ac_cv_prog_f77_g+set}" = set; then
    3677   echo $ECHO_N "(cached) $ECHO_C" >&6
     3831  $as_echo_n "(cached) " >&6
    36783832else
    36793833  FFLAGS=-g
     
    36893843  *) ac_try_echo=$ac_try;;
    36903844esac
    3691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3845eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3846$as_echo "$ac_try_echo") >&5
    36923847  (eval "$ac_compile") 2>conftest.er1
    36933848  ac_status=$?
     
    36953850  rm -f conftest.er1
    36963851  cat conftest.err >&5
    3697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3852  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36983853  (exit $ac_status); } && {
    36993854         test -z "$ac_f77_werror_flag" ||
     
    37023857  ac_cv_prog_f77_g=yes
    37033858else
    3704   echo "$as_me: failed program was:" >&5
     3859  $as_echo "$as_me: failed program was:" >&5
    37053860sed 's/^/| /' conftest.$ac_ext >&5
    37063861
     
    37113866
    37123867fi
    3713 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3714 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     3868{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     3869$as_echo "$ac_cv_prog_f77_g" >&6; }
    37153870if test "$ac_test_FFLAGS" = set; then
    37163871  FFLAGS=$ac_save_FFLAGS
     
    37293884fi
    37303885
    3731 G77=`test $ac_compiler_gnu = yes && echo yes`
     3886if test $ac_compiler_gnu = yes; then
     3887  G77=yes
     3888else
     3889  G77=
     3890fi
    37323891ac_ext=c
    37333892ac_cpp='$CPP $CPPFLAGS'
     
    37503909ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    37513910ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3752 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3753 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
     3911{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3912$as_echo_n "checking how to run the C preprocessor... " >&6; }
    37543913# On Suns, sometimes $CPP names a directory.
    37553914if test -n "$CPP" && test -d "$CPP"; then
     
    37583917if test -z "$CPP"; then
    37593918  if test "${ac_cv_prog_CPP+set}" = set; then
    3760   echo $ECHO_N "(cached) $ECHO_C" >&6
     3919  $as_echo_n "(cached) " >&6
    37613920else
    37623921      # Double quotes because CPP needs to be expanded
     
    37903949  *) ac_try_echo=$ac_try;;
    37913950esac
    3792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3951eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3952$as_echo "$ac_try_echo") >&5
    37933953  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    37943954  ac_status=$?
     
    37963956  rm -f conftest.er1
    37973957  cat conftest.err >&5
    3798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3958  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37993959  (exit $ac_status); } >/dev/null && {
    38003960         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    38033963  :
    38043964else
    3805   echo "$as_me: failed program was:" >&5
     3965  $as_echo "$as_me: failed program was:" >&5
    38063966sed 's/^/| /' conftest.$ac_ext >&5
    38073967
     
    38273987  *) ac_try_echo=$ac_try;;
    38283988esac
    3829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3989eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3990$as_echo "$ac_try_echo") >&5
    38303991  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38313992  ac_status=$?
     
    38333994  rm -f conftest.er1
    38343995  cat conftest.err >&5
    3835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3996  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38363997  (exit $ac_status); } >/dev/null && {
    38373998         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    38414002continue
    38424003else
    3843   echo "$as_me: failed program was:" >&5
     4004  $as_echo "$as_me: failed program was:" >&5
    38444005sed 's/^/| /' conftest.$ac_ext >&5
    38454006
     
    38664027  ac_cv_prog_CPP=$CPP
    38674028fi
    3868 { echo "$as_me:$LINENO: result: $CPP" >&5
    3869 echo "${ECHO_T}$CPP" >&6; }
     4029{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     4030$as_echo "$CPP" >&6; }
    38704031ac_preproc_ok=false
    38714032for ac_c_preproc_warn_flag in '' yes
     
    38954056  *) ac_try_echo=$ac_try;;
    38964057esac
    3897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4058eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4059$as_echo "$ac_try_echo") >&5
    38984060  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38994061  ac_status=$?
     
    39014063  rm -f conftest.er1
    39024064  cat conftest.err >&5
    3903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4065  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39044066  (exit $ac_status); } >/dev/null && {
    39054067         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    39084070  :
    39094071else
    3910   echo "$as_me: failed program was:" >&5
     4072  $as_echo "$as_me: failed program was:" >&5
    39114073sed 's/^/| /' conftest.$ac_ext >&5
    39124074
     
    39324094  *) ac_try_echo=$ac_try;;
    39334095esac
    3934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4096eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4097$as_echo "$ac_try_echo") >&5
    39354098  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    39364099  ac_status=$?
     
    39384101  rm -f conftest.er1
    39394102  cat conftest.err >&5
    3940   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4103  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39414104  (exit $ac_status); } >/dev/null && {
    39424105         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    39464109continue
    39474110else
    3948   echo "$as_me: failed program was:" >&5
     4111  $as_echo "$as_me: failed program was:" >&5
    39494112sed 's/^/| /' conftest.$ac_ext >&5
    39504113
     
    39624125  :
    39634126else
    3964   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4127  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4128$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4129{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    39654130See \`config.log' for more details." >&5
    3966 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4131$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    39674132See \`config.log' for more details." >&2;}
    3968    { (exit 1); exit 1; }; }
     4133   { (exit 1); exit 1; }; }; }
    39694134fi
    39704135
     
    39764141
    39774142
    3978 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    3979 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
     4143{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4144$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    39804145if test "${ac_cv_path_GREP+set}" = set; then
    3981   echo $ECHO_N "(cached) $ECHO_C" >&6
    3982 else
    3983   # Extract the first word of "grep ggrep" to use in msg output
    3984 if test -z "$GREP"; then
    3985 set dummy grep ggrep; ac_prog_name=$2
    3986 if test "${ac_cv_path_GREP+set}" = set; then
    3987   echo $ECHO_N "(cached) $ECHO_C" >&6
    3988 else
     4146  $as_echo_n "(cached) " >&6
     4147else
     4148  if test -z "$GREP"; then
    39894149  ac_path_GREP_found=false
    3990 # Loop through the user's path and test for each of PROGNAME-LIST
    3991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4150  # Loop through the user's path and test for each of PROGNAME-LIST
     4151  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    39924152for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    39934153do
     
    39954155  test -z "$as_dir" && as_dir=.
    39964156  for ac_prog in grep ggrep; do
    3997   for ac_exec_ext in '' $ac_executable_extensions; do
    3998     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    3999     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    4000     # Check for GNU ac_path_GREP and select it if it is found.
     4157    for ac_exec_ext in '' $ac_executable_extensions; do
     4158      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4159      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4160# Check for GNU ac_path_GREP and select it if it is found.
    40014161  # Check for GNU $ac_path_GREP
    40024162case `"$ac_path_GREP" --version 2>&1` in
     
    40054165*)
    40064166  ac_count=0
    4007   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     4167  $as_echo_n 0123456789 >"conftest.in"
    40084168  while :
    40094169  do
     
    40114171    mv "conftest.tmp" "conftest.in"
    40124172    cp "conftest.in" "conftest.nl"
    4013     echo 'GREP' >> "conftest.nl"
     4173    $as_echo 'GREP' >> "conftest.nl"
    40144174    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    40154175    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    40264186esac
    40274187
    4028 
    4029     $ac_path_GREP_found && break 3
     4188      $ac_path_GREP_found && break 3
     4189    done
    40304190  done
    40314191done
    4032 
    4033 done
    40344192IFS=$as_save_IFS
    4035 
    4036 
    4037 fi
    4038 
    4039 GREP="$ac_cv_path_GREP"
    4040 if test -z "$GREP"; then
    4041   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    4042 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4193  if test -z "$ac_cv_path_GREP"; then
     4194    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4195$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    40434196   { (exit 1); exit 1; }; }
    4044 fi
    4045 
     4197  fi
    40464198else
    40474199  ac_cv_path_GREP=$GREP
    40484200fi
    40494201
    4050 
    4051 fi
    4052 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    4053 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
     4202fi
     4203{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4204$as_echo "$ac_cv_path_GREP" >&6; }
    40544205 GREP="$ac_cv_path_GREP"
    40554206
    40564207
    4057 { echo "$as_me:$LINENO: checking for egrep" >&5
    4058 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
     4208{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     4209$as_echo_n "checking for egrep... " >&6; }
    40594210if test "${ac_cv_path_EGREP+set}" = set; then
    4060   echo $ECHO_N "(cached) $ECHO_C" >&6
     4211  $as_echo_n "(cached) " >&6
    40614212else
    40624213  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    40634214   then ac_cv_path_EGREP="$GREP -E"
    40644215   else
    4065      # Extract the first word of "egrep" to use in msg output
    4066 if test -z "$EGREP"; then
    4067 set dummy egrep; ac_prog_name=$2
    4068 if test "${ac_cv_path_EGREP+set}" = set; then
    4069   echo $ECHO_N "(cached) $ECHO_C" >&6
    4070 else
     4216     if test -z "$EGREP"; then
    40714217  ac_path_EGREP_found=false
    4072 # Loop through the user's path and test for each of PROGNAME-LIST
    4073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4218  # Loop through the user's path and test for each of PROGNAME-LIST
     4219  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    40744220for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    40754221do
     
    40774223  test -z "$as_dir" && as_dir=.
    40784224  for ac_prog in egrep; do
    4079   for ac_exec_ext in '' $ac_executable_extensions; do
    4080     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    4081     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    4082     # Check for GNU ac_path_EGREP and select it if it is found.
     4225    for ac_exec_ext in '' $ac_executable_extensions; do
     4226      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4227      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4228# Check for GNU ac_path_EGREP and select it if it is found.
    40834229  # Check for GNU $ac_path_EGREP
    40844230case `"$ac_path_EGREP" --version 2>&1` in
     
    40874233*)
    40884234  ac_count=0
    4089   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     4235  $as_echo_n 0123456789 >"conftest.in"
    40904236  while :
    40914237  do
     
    40934239    mv "conftest.tmp" "conftest.in"
    40944240    cp "conftest.in" "conftest.nl"
    4095     echo 'EGREP' >> "conftest.nl"
     4241    $as_echo 'EGREP' >> "conftest.nl"
    40964242    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    40974243    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    41084254esac
    41094255
    4110 
    4111     $ac_path_EGREP_found && break 3
     4256      $ac_path_EGREP_found && break 3
     4257    done
    41124258  done
    41134259done
    4114 
    4115 done
    41164260IFS=$as_save_IFS
    4117 
    4118 
    4119 fi
    4120 
    4121 EGREP="$ac_cv_path_EGREP"
    4122 if test -z "$EGREP"; then
    4123   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    4124 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4261  if test -z "$ac_cv_path_EGREP"; then
     4262    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4263$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    41254264   { (exit 1); exit 1; }; }
    4126 fi
    4127 
     4265  fi
    41284266else
    41294267  ac_cv_path_EGREP=$EGREP
    41304268fi
    41314269
    4132 
    41334270   fi
    41344271fi
    4135 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    4136 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
     4272{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4273$as_echo "$ac_cv_path_EGREP" >&6; }
    41374274 EGREP="$ac_cv_path_EGREP"
    41384275
    41394276
    4140 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    4141 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
     4277{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4278$as_echo_n "checking for ANSI C header files... " >&6; }
    41424279if test "${ac_cv_header_stdc+set}" = set; then
    4143   echo $ECHO_N "(cached) $ECHO_C" >&6
     4280  $as_echo_n "(cached) " >&6
    41444281else
    41454282  cat >conftest.$ac_ext <<_ACEOF
     
    41684305  *) ac_try_echo=$ac_try;;
    41694306esac
    4170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4307eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4308$as_echo "$ac_try_echo") >&5
    41714309  (eval "$ac_compile") 2>conftest.er1
    41724310  ac_status=$?
     
    41744312  rm -f conftest.er1
    41754313  cat conftest.err >&5
    4176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4314  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41774315  (exit $ac_status); } && {
    41784316         test -z "$ac_c_werror_flag" ||
     
    41814319  ac_cv_header_stdc=yes
    41824320else
    4183   echo "$as_me: failed program was:" >&5
     4321  $as_echo "$as_me: failed program was:" >&5
    41844322sed 's/^/| /' conftest.$ac_ext >&5
    41854323
     
    42734411  *) ac_try_echo=$ac_try;;
    42744412esac
    4275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4413eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4414$as_echo "$ac_try_echo") >&5
    42764415  (eval "$ac_link") 2>&5
    42774416  ac_status=$?
    4278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4417  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42794418  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    42804419  { (case "(($ac_try" in
     
    42824421  *) ac_try_echo=$ac_try;;
    42834422esac
    4284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4423eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4424$as_echo "$ac_try_echo") >&5
    42854425  (eval "$ac_try") 2>&5
    42864426  ac_status=$?
    4287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4427  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42884428  (exit $ac_status); }; }; then
    42894429  :
    42904430else
    4291   echo "$as_me: program exited with status $ac_status" >&5
    4292 echo "$as_me: failed program was:" >&5
     4431  $as_echo "$as_me: program exited with status $ac_status" >&5
     4432$as_echo "$as_me: failed program was:" >&5
    42934433sed 's/^/| /' conftest.$ac_ext >&5
    42944434
     
    42964436ac_cv_header_stdc=no
    42974437fi
     4438rm -rf conftest.dSYM
    42984439rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    42994440fi
     
    43024443fi
    43034444fi
    4304 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4305 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
     4445{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4446$as_echo "$ac_cv_header_stdc" >&6; }
    43064447if test $ac_cv_header_stdc = yes; then
    43074448
     
    43124453fi
    43134454
    4314 { echo "$as_me:$LINENO: checking for atol" >&5
    4315 echo $ECHO_N "checking for atol... $ECHO_C" >&6; }
     4455{ $as_echo "$as_me:$LINENO: checking for atol" >&5
     4456$as_echo_n "checking for atol... " >&6; }
    43164457if test "${ac_cv_func_atol+set}" = set; then
    4317   echo $ECHO_N "(cached) $ECHO_C" >&6
     4458  $as_echo_n "(cached) " >&6
    43184459else
    43194460  cat >conftest.$ac_ext <<_ACEOF
     
    43684509  *) ac_try_echo=$ac_try;;
    43694510esac
    4370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4511eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4512$as_echo "$ac_try_echo") >&5
    43714513  (eval "$ac_link") 2>conftest.er1
    43724514  ac_status=$?
     
    43744516  rm -f conftest.er1
    43754517  cat conftest.err >&5
    4376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4518  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43774519  (exit $ac_status); } && {
    43784520         test -z "$ac_c_werror_flag" ||
    43794521         test ! -s conftest.err
    4380        } && test -s conftest$ac_exeext &&
    4381        $as_test_x conftest$ac_exeext; then
     4522       } && test -s conftest$ac_exeext && {
     4523         test "$cross_compiling" = yes ||
     4524         $as_test_x conftest$ac_exeext
     4525       }; then
    43824526  ac_cv_func_atol=yes
    43834527else
    4384   echo "$as_me: failed program was:" >&5
     4528  $as_echo "$as_me: failed program was:" >&5
    43854529sed 's/^/| /' conftest.$ac_ext >&5
    43864530
     
    43884532fi
    43894533
     4534rm -rf conftest.dSYM
    43904535rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    43914536      conftest$ac_exeext conftest.$ac_ext
    43924537fi
    4393 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
    4394 echo "${ECHO_T}$ac_cv_func_atol" >&6; }
    4395 if test $ac_cv_func_atol = yes; then
     4538{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
     4539$as_echo "$ac_cv_func_atol" >&6; }
     4540if test "x$ac_cv_func_atol" = x""yes; then
    43964541  :
    43974542else
    4398   { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
    4399 echo "$as_me: error: oops! no atol ?!?" >&2;}
     4543  { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
     4544$as_echo "$as_me: error: oops! no atol ?!?" >&2;}
    44004545   { (exit 1); exit 1; }; }
    44014546fi
     
    44114556
    44124557
    4413 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
    4414 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
     4558{ $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
     4559$as_echo_n "checking for main in -lstdc++... " >&6; }
    44154560if test "${ac_cv_lib_stdcpp_main+set}" = set; then
    4416   echo $ECHO_N "(cached) $ECHO_C" >&6
     4561  $as_echo_n "(cached) " >&6
    44174562else
    44184563  ac_check_lib_save_LIBS=$LIBS
     
    44404585  *) ac_try_echo=$ac_try;;
    44414586esac
    4442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4587eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4588$as_echo "$ac_try_echo") >&5
    44434589  (eval "$ac_link") 2>conftest.er1
    44444590  ac_status=$?
     
    44464592  rm -f conftest.er1
    44474593  cat conftest.err >&5
    4448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4594  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44494595  (exit $ac_status); } && {
    44504596         test -z "$ac_cxx_werror_flag" ||
    44514597         test ! -s conftest.err
    4452        } && test -s conftest$ac_exeext &&
    4453        $as_test_x conftest$ac_exeext; then
     4598       } && test -s conftest$ac_exeext && {
     4599         test "$cross_compiling" = yes ||
     4600         $as_test_x conftest$ac_exeext
     4601       }; then
    44544602  ac_cv_lib_stdcpp_main=yes
    44554603else
    4456   echo "$as_me: failed program was:" >&5
     4604  $as_echo "$as_me: failed program was:" >&5
    44574605sed 's/^/| /' conftest.$ac_ext >&5
    44584606
     
    44604608fi
    44614609
     4610rm -rf conftest.dSYM
    44624611rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    44634612      conftest$ac_exeext conftest.$ac_ext
    44644613LIBS=$ac_check_lib_save_LIBS
    44654614fi
    4466 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
    4467 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
    4468 if test $ac_cv_lib_stdcpp_main = yes; then
     4615{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
     4616$as_echo "$ac_cv_lib_stdcpp_main" >&6; }
     4617if test "x$ac_cv_lib_stdcpp_main" = x""yes; then
    44694618  cat >>confdefs.h <<_ACEOF
    44704619#define HAVE_LIBSTDC__ 1
     
    44744623
    44754624else
    4476   { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
    4477 echo "$as_me: error: librappture requires libstdc++" >&2;}
     4625  { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
     4626$as_echo "$as_me: error: librappture requires libstdc++" >&2;}
    44784627   { (exit 1); exit 1; }; }
    44794628fi
     
    44924641                  inttypes.h stdint.h unistd.h
    44934642do
    4494 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4495 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4643as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4644{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4645$as_echo_n "checking for $ac_header... " >&6; }
    44974646if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4498   echo $ECHO_N "(cached) $ECHO_C" >&6
     4647  $as_echo_n "(cached) " >&6
    44994648else
    45004649  cat >conftest.$ac_ext <<_ACEOF
     
    45144663  *) ac_try_echo=$ac_try;;
    45154664esac
    4516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4665eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4666$as_echo "$ac_try_echo") >&5
    45174667  (eval "$ac_compile") 2>conftest.er1
    45184668  ac_status=$?
     
    45204670  rm -f conftest.er1
    45214671  cat conftest.err >&5
    4522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4672  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45234673  (exit $ac_status); } && {
    45244674         test -z "$ac_cxx_werror_flag" ||
     
    45274677  eval "$as_ac_Header=yes"
    45284678else
    4529   echo "$as_me: failed program was:" >&5
     4679  $as_echo "$as_me: failed program was:" >&5
    45304680sed 's/^/| /' conftest.$ac_ext >&5
    45314681
     
    45354685rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    45364686fi
    4537 ac_res=`eval echo '${'$as_ac_Header'}'`
    4538                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4539 echo "${ECHO_T}$ac_res" >&6; }
    4540 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4687ac_res=`eval 'as_val=${'$as_ac_Header'}
     4688                 $as_echo "$as_val"'`
     4689               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4690$as_echo "$ac_res" >&6; }
     4691as_val=`eval 'as_val=${'$as_ac_Header'}
     4692                 $as_echo "$as_val"'`
     4693   if test "x$as_val" = x""yes; then
    45414694  cat >>confdefs.h <<_ACEOF
    4542 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4695#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    45434696_ACEOF
    45444697
     
    45534706ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    45544707ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    4555 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
    4556 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
     4708{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
     4709$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    45574710if test -z "$CXXCPP"; then
    45584711  if test "${ac_cv_prog_CXXCPP+set}" = set; then
    4559   echo $ECHO_N "(cached) $ECHO_C" >&6
     4712  $as_echo_n "(cached) " >&6
    45604713else
    45614714      # Double quotes because CXXCPP needs to be expanded
     
    45894742  *) ac_try_echo=$ac_try;;
    45904743esac
    4591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4744eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4745$as_echo "$ac_try_echo") >&5
    45924746  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    45934747  ac_status=$?
     
    45954749  rm -f conftest.er1
    45964750  cat conftest.err >&5
    4597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4751  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45984752  (exit $ac_status); } >/dev/null && {
    45994753         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    46024756  :
    46034757else
    4604   echo "$as_me: failed program was:" >&5
     4758  $as_echo "$as_me: failed program was:" >&5
    46054759sed 's/^/| /' conftest.$ac_ext >&5
    46064760
     
    46264780  *) ac_try_echo=$ac_try;;
    46274781esac
    4628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4782eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4783$as_echo "$ac_try_echo") >&5
    46294784  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46304785  ac_status=$?
     
    46324787  rm -f conftest.er1
    46334788  cat conftest.err >&5
    4634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4789  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46354790  (exit $ac_status); } >/dev/null && {
    46364791         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    46404795continue
    46414796else
    4642   echo "$as_me: failed program was:" >&5
     4797  $as_echo "$as_me: failed program was:" >&5
    46434798sed 's/^/| /' conftest.$ac_ext >&5
    46444799
     
    46654820  ac_cv_prog_CXXCPP=$CXXCPP
    46664821fi
    4667 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
    4668 echo "${ECHO_T}$CXXCPP" >&6; }
     4822{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
     4823$as_echo "$CXXCPP" >&6; }
    46694824ac_preproc_ok=false
    46704825for ac_cxx_preproc_warn_flag in '' yes
     
    46944849  *) ac_try_echo=$ac_try;;
    46954850esac
    4696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4851eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4852$as_echo "$ac_try_echo") >&5
    46974853  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46984854  ac_status=$?
     
    47004856  rm -f conftest.er1
    47014857  cat conftest.err >&5
    4702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4858  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47034859  (exit $ac_status); } >/dev/null && {
    47044860         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47074863  :
    47084864else
    4709   echo "$as_me: failed program was:" >&5
     4865  $as_echo "$as_me: failed program was:" >&5
    47104866sed 's/^/| /' conftest.$ac_ext >&5
    47114867
     
    47314887  *) ac_try_echo=$ac_try;;
    47324888esac
    4733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4889eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4890$as_echo "$ac_try_echo") >&5
    47344891  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47354892  ac_status=$?
     
    47374894  rm -f conftest.er1
    47384895  cat conftest.err >&5
    4739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4896  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47404897  (exit $ac_status); } >/dev/null && {
    47414898         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47454902continue
    47464903else
    4747   echo "$as_me: failed program was:" >&5
     4904  $as_echo "$as_me: failed program was:" >&5
    47484905sed 's/^/| /' conftest.$ac_ext >&5
    47494906
     
    47614918  :
    47624919else
    4763   { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4920  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4921$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4922{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    47644923See \`config.log' for more details." >&5
    4765 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4924$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    47664925See \`config.log' for more details." >&2;}
    4767    { (exit 1); exit 1; }; }
     4926   { (exit 1); exit 1; }; }; }
    47684927fi
    47694928
     
    47784937for ac_header in stack
    47794938do
    4780 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4939as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    47814940if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4782   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4783 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4941  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4942$as_echo_n "checking for $ac_header... " >&6; }
    47844943if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4785   echo $ECHO_N "(cached) $ECHO_C" >&6
    4786 fi
    4787 ac_res=`eval echo '${'$as_ac_Header'}'`
    4788                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4789 echo "${ECHO_T}$ac_res" >&6; }
     4944  $as_echo_n "(cached) " >&6
     4945fi
     4946ac_res=`eval 'as_val=${'$as_ac_Header'}
     4947                 $as_echo "$as_val"'`
     4948               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4949$as_echo "$ac_res" >&6; }
    47904950else
    47914951  # Is the header compilable?
    4792 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4793 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     4952{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4953$as_echo_n "checking $ac_header usability... " >&6; }
    47944954cat >conftest.$ac_ext <<_ACEOF
    47954955/* confdefs.h.  */
     
    48074967  *) ac_try_echo=$ac_try;;
    48084968esac
    4809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4969eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4970$as_echo "$ac_try_echo") >&5
    48104971  (eval "$ac_compile") 2>conftest.er1
    48114972  ac_status=$?
     
    48134974  rm -f conftest.er1
    48144975  cat conftest.err >&5
    4815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4976  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48164977  (exit $ac_status); } && {
    48174978         test -z "$ac_cxx_werror_flag" ||
     
    48204981  ac_header_compiler=yes
    48214982else
    4822   echo "$as_me: failed program was:" >&5
     4983  $as_echo "$as_me: failed program was:" >&5
    48234984sed 's/^/| /' conftest.$ac_ext >&5
    48244985
     
    48274988
    48284989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4829 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4830 echo "${ECHO_T}$ac_header_compiler" >&6; }
     4990{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4991$as_echo "$ac_header_compiler" >&6; }
    48314992
    48324993# Is the header present?
    4833 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4834 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     4994{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4995$as_echo_n "checking $ac_header presence... " >&6; }
    48354996cat >conftest.$ac_ext <<_ACEOF
    48364997/* confdefs.h.  */
     
    48465007  *) ac_try_echo=$ac_try;;
    48475008esac
    4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5009eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5010$as_echo "$ac_try_echo") >&5
    48495011  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48505012  ac_status=$?
     
    48525014  rm -f conftest.er1
    48535015  cat conftest.err >&5
    4854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5016  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48555017  (exit $ac_status); } >/dev/null && {
    48565018         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48595021  ac_header_preproc=yes
    48605022else
    4861   echo "$as_me: failed program was:" >&5
     5023  $as_echo "$as_me: failed program was:" >&5
    48625024sed 's/^/| /' conftest.$ac_ext >&5
    48635025
     
    48665028
    48675029rm -f conftest.err conftest.$ac_ext
    4868 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4869 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5030{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5031$as_echo "$ac_header_preproc" >&6; }
    48705032
    48715033# So?  What about this header?
    48725034case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    48735035  yes:no: )
    4874     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    4875 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4876     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4877 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5036    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5037$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5038    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5039$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    48785040    ac_header_preproc=yes
    48795041    ;;
    48805042  no:yes:* )
    4881     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    4882 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4883     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4884 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4885     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4886 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4887     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4888 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    4889     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    4890 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4891     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4892 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5043    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5044$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5045    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5046$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5047    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5048$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5049    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5050$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5051    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5052$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5053    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5054$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    48935055    ( cat <<\_ASBOX
    48945056## ----------------------------------- ##
     
    48995061    ;;
    49005062esac
    4901 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4902 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5063{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5064$as_echo_n "checking for $ac_header... " >&6; }
    49035065if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4904   echo $ECHO_N "(cached) $ECHO_C" >&6
     5066  $as_echo_n "(cached) " >&6
    49055067else
    49065068  eval "$as_ac_Header=\$ac_header_preproc"
    49075069fi
    4908 ac_res=`eval echo '${'$as_ac_Header'}'`
    4909                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4910 echo "${ECHO_T}$ac_res" >&6; }
    4911 
    4912 fi
    4913 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5070ac_res=`eval 'as_val=${'$as_ac_Header'}
     5071                 $as_echo "$as_val"'`
     5072               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5073$as_echo "$ac_res" >&6; }
     5074
     5075fi
     5076as_val=`eval 'as_val=${'$as_ac_Header'}
     5077                 $as_echo "$as_val"'`
     5078   if test "x$as_val" = x""yes; then
    49145079  cat >>confdefs.h <<_ACEOF
    4915 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    4916 _ACEOF
    4917 
    4918 else
    4919   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    4920 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5080#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5081_ACEOF
     5082
     5083else
     5084  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5085$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    49215086fi
    49225087
     
    49265091for ac_header in string
    49275092do
    4928 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5093as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    49295094if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4930   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5095  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5096$as_echo_n "checking for $ac_header... " >&6; }
    49325097if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4933   echo $ECHO_N "(cached) $ECHO_C" >&6
    4934 fi
    4935 ac_res=`eval echo '${'$as_ac_Header'}'`
    4936                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4937 echo "${ECHO_T}$ac_res" >&6; }
     5098  $as_echo_n "(cached) " >&6
     5099fi
     5100ac_res=`eval 'as_val=${'$as_ac_Header'}
     5101                 $as_echo "$as_val"'`
     5102               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5103$as_echo "$ac_res" >&6; }
    49385104else
    49395105  # Is the header compilable?
    4940 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4941 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5106{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5107$as_echo_n "checking $ac_header usability... " >&6; }
    49425108cat >conftest.$ac_ext <<_ACEOF
    49435109/* confdefs.h.  */
     
    49555121  *) ac_try_echo=$ac_try;;
    49565122esac
    4957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5123eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5124$as_echo "$ac_try_echo") >&5
    49585125  (eval "$ac_compile") 2>conftest.er1
    49595126  ac_status=$?
     
    49615128  rm -f conftest.er1
    49625129  cat conftest.err >&5
    4963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5130  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49645131  (exit $ac_status); } && {
    49655132         test -z "$ac_cxx_werror_flag" ||
     
    49685135  ac_header_compiler=yes
    49695136else
    4970   echo "$as_me: failed program was:" >&5
     5137  $as_echo "$as_me: failed program was:" >&5
    49715138sed 's/^/| /' conftest.$ac_ext >&5
    49725139
     
    49755142
    49765143rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4977 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4978 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5144{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5145$as_echo "$ac_header_compiler" >&6; }
    49795146
    49805147# Is the header present?
    4981 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4982 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5148{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5149$as_echo_n "checking $ac_header presence... " >&6; }
    49835150cat >conftest.$ac_ext <<_ACEOF
    49845151/* confdefs.h.  */
     
    49945161  *) ac_try_echo=$ac_try;;
    49955162esac
    4996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5163eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5164$as_echo "$ac_try_echo") >&5
    49975165  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    49985166  ac_status=$?
     
    50005168  rm -f conftest.er1
    50015169  cat conftest.err >&5
    5002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5170  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50035171  (exit $ac_status); } >/dev/null && {
    50045172         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    50075175  ac_header_preproc=yes
    50085176else
    5009   echo "$as_me: failed program was:" >&5
     5177  $as_echo "$as_me: failed program was:" >&5
    50105178sed 's/^/| /' conftest.$ac_ext >&5
    50115179
     
    50145182
    50155183rm -f conftest.err conftest.$ac_ext
    5016 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5017 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5184{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5185$as_echo "$ac_header_preproc" >&6; }
    50185186
    50195187# So?  What about this header?
    50205188case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    50215189  yes:no: )
    5022     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5023 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5024     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5025 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5190    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5191$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5192    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5193$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    50265194    ac_header_preproc=yes
    50275195    ;;
    50285196  no:yes:* )
    5029     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5030 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5031     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5032 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5033     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5034 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5035     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5036 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5037     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5038 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5039     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5040 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5197    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5198$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5199    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5200$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5201    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5202$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5203    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5204$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5205    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5206$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5207    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5208$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    50415209    ( cat <<\_ASBOX
    50425210## ----------------------------------- ##
     
    50475215    ;;
    50485216esac
    5049 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5050 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5217{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5218$as_echo_n "checking for $ac_header... " >&6; }
    50515219if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5052   echo $ECHO_N "(cached) $ECHO_C" >&6
     5220  $as_echo_n "(cached) " >&6
    50535221else
    50545222  eval "$as_ac_Header=\$ac_header_preproc"
    50555223fi
    5056 ac_res=`eval echo '${'$as_ac_Header'}'`
    5057                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5058 echo "${ECHO_T}$ac_res" >&6; }
    5059 
    5060 fi
    5061 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5224ac_res=`eval 'as_val=${'$as_ac_Header'}
     5225                 $as_echo "$as_val"'`
     5226               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5227$as_echo "$ac_res" >&6; }
     5228
     5229fi
     5230as_val=`eval 'as_val=${'$as_ac_Header'}
     5231                 $as_echo "$as_val"'`
     5232   if test "x$as_val" = x""yes; then
    50625233  cat >>confdefs.h <<_ACEOF
    5063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5064 _ACEOF
    5065 
    5066 else
    5067   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5068 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5234#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5235_ACEOF
     5236
     5237else
     5238  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5239$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    50695240fi
    50705241
     
    50745245for ac_header in list
    50755246do
    5076 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5247as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    50775248if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5078   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5079 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5249  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5250$as_echo_n "checking for $ac_header... " >&6; }
    50805251if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5081   echo $ECHO_N "(cached) $ECHO_C" >&6
    5082 fi
    5083 ac_res=`eval echo '${'$as_ac_Header'}'`
    5084                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5085 echo "${ECHO_T}$ac_res" >&6; }
     5252  $as_echo_n "(cached) " >&6
     5253fi
     5254ac_res=`eval 'as_val=${'$as_ac_Header'}
     5255                 $as_echo "$as_val"'`
     5256               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5257$as_echo "$ac_res" >&6; }
    50865258else
    50875259  # Is the header compilable?
    5088 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5089 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5260{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5261$as_echo_n "checking $ac_header usability... " >&6; }
    50905262cat >conftest.$ac_ext <<_ACEOF
    50915263/* confdefs.h.  */
     
    51035275  *) ac_try_echo=$ac_try;;
    51045276esac
    5105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5277eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5278$as_echo "$ac_try_echo") >&5
    51065279  (eval "$ac_compile") 2>conftest.er1
    51075280  ac_status=$?
     
    51095282  rm -f conftest.er1
    51105283  cat conftest.err >&5
    5111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5284  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51125285  (exit $ac_status); } && {
    51135286         test -z "$ac_cxx_werror_flag" ||
     
    51165289  ac_header_compiler=yes
    51175290else
    5118   echo "$as_me: failed program was:" >&5
     5291  $as_echo "$as_me: failed program was:" >&5
    51195292sed 's/^/| /' conftest.$ac_ext >&5
    51205293
     
    51235296
    51245297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5125 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5126 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5298{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5299$as_echo "$ac_header_compiler" >&6; }
    51275300
    51285301# Is the header present?
    5129 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5130 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5302{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5303$as_echo_n "checking $ac_header presence... " >&6; }
    51315304cat >conftest.$ac_ext <<_ACEOF
    51325305/* confdefs.h.  */
     
    51425315  *) ac_try_echo=$ac_try;;
    51435316esac
    5144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5317eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5318$as_echo "$ac_try_echo") >&5
    51455319  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51465320  ac_status=$?
     
    51485322  rm -f conftest.er1
    51495323  cat conftest.err >&5
    5150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5324  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51515325  (exit $ac_status); } >/dev/null && {
    51525326         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    51555329  ac_header_preproc=yes
    51565330else
    5157   echo "$as_me: failed program was:" >&5
     5331  $as_echo "$as_me: failed program was:" >&5
    51585332sed 's/^/| /' conftest.$ac_ext >&5
    51595333
     
    51625336
    51635337rm -f conftest.err conftest.$ac_ext
    5164 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5165 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5338{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5339$as_echo "$ac_header_preproc" >&6; }
    51665340
    51675341# So?  What about this header?
    51685342case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    51695343  yes:no: )
    5170     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5171 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5172     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5173 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5344    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5345$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5346    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5347$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    51745348    ac_header_preproc=yes
    51755349    ;;
    51765350  no:yes:* )
    5177     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5178 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5179     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5180 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5181     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5182 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5183     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5184 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5185     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5186 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5187     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5188 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5351    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5352$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5353    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5354$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5355    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5356$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5357    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5358$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5359    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5360$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5361    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5362$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    51895363    ( cat <<\_ASBOX
    51905364## ----------------------------------- ##
     
    51955369    ;;
    51965370esac
    5197 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5198 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5371{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5372$as_echo_n "checking for $ac_header... " >&6; }
    51995373if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5200   echo $ECHO_N "(cached) $ECHO_C" >&6
     5374  $as_echo_n "(cached) " >&6
    52015375else
    52025376  eval "$as_ac_Header=\$ac_header_preproc"
    52035377fi
    5204 ac_res=`eval echo '${'$as_ac_Header'}'`
    5205                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5206 echo "${ECHO_T}$ac_res" >&6; }
    5207 
    5208 fi
    5209 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5378ac_res=`eval 'as_val=${'$as_ac_Header'}
     5379                 $as_echo "$as_val"'`
     5380               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5381$as_echo "$ac_res" >&6; }
     5382
     5383fi
     5384as_val=`eval 'as_val=${'$as_ac_Header'}
     5385                 $as_echo "$as_val"'`
     5386   if test "x$as_val" = x""yes; then
    52105387  cat >>confdefs.h <<_ACEOF
    5211 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5212 _ACEOF
    5213 
    5214 else
    5215   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5216 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5388#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5389_ACEOF
     5390
     5391else
     5392  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5393$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    52175394fi
    52185395
     
    52225399for ac_header in vector
    52235400do
    5224 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5401as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    52255402if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5226   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5227 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5403  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5404$as_echo_n "checking for $ac_header... " >&6; }
    52285405if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5229   echo $ECHO_N "(cached) $ECHO_C" >&6
    5230 fi
    5231 ac_res=`eval echo '${'$as_ac_Header'}'`
    5232                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5233 echo "${ECHO_T}$ac_res" >&6; }
     5406  $as_echo_n "(cached) " >&6
     5407fi
     5408ac_res=`eval 'as_val=${'$as_ac_Header'}
     5409                 $as_echo "$as_val"'`
     5410               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5411$as_echo "$ac_res" >&6; }
    52345412else
    52355413  # Is the header compilable?
    5236 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5237 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     5414{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5415$as_echo_n "checking $ac_header usability... " >&6; }
    52385416cat >conftest.$ac_ext <<_ACEOF
    52395417/* confdefs.h.  */
     
    52515429  *) ac_try_echo=$ac_try;;
    52525430esac
    5253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5431eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5432$as_echo "$ac_try_echo") >&5
    52545433  (eval "$ac_compile") 2>conftest.er1
    52555434  ac_status=$?
     
    52575436  rm -f conftest.er1
    52585437  cat conftest.err >&5
    5259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5438  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52605439  (exit $ac_status); } && {
    52615440         test -z "$ac_cxx_werror_flag" ||
     
    52645443  ac_header_compiler=yes
    52655444else
    5266   echo "$as_me: failed program was:" >&5
     5445  $as_echo "$as_me: failed program was:" >&5
    52675446sed 's/^/| /' conftest.$ac_ext >&5
    52685447
     
    52715450
    52725451rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5273 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5274 echo "${ECHO_T}$ac_header_compiler" >&6; }
     5452{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5453$as_echo "$ac_header_compiler" >&6; }
    52755454
    52765455# Is the header present?
    5277 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5278 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     5456{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5457$as_echo_n "checking $ac_header presence... " >&6; }
    52795458cat >conftest.$ac_ext <<_ACEOF
    52805459/* confdefs.h.  */
     
    52905469  *) ac_try_echo=$ac_try;;
    52915470esac
    5292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5471eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5472$as_echo "$ac_try_echo") >&5
    52935473  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    52945474  ac_status=$?
     
    52965476  rm -f conftest.er1
    52975477  cat conftest.err >&5
    5298   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5478  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52995479  (exit $ac_status); } >/dev/null && {
    53005480         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    53035483  ac_header_preproc=yes
    53045484else
    5305   echo "$as_me: failed program was:" >&5
     5485  $as_echo "$as_me: failed program was:" >&5
    53065486sed 's/^/| /' conftest.$ac_ext >&5
    53075487
     
    53105490
    53115491rm -f conftest.err conftest.$ac_ext
    5312 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5313 echo "${ECHO_T}$ac_header_preproc" >&6; }
     5492{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5493$as_echo "$ac_header_preproc" >&6; }
    53145494
    53155495# So?  What about this header?
    53165496case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    53175497  yes:no: )
    5318     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5319 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5320     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5321 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5498    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5499$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5500    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5501$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    53225502    ac_header_preproc=yes
    53235503    ;;
    53245504  no:yes:* )
    5325     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5326 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5327     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5328 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5329     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5330 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5331     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5332 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5333     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5334 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5335     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5336 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5505    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5506$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5507    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5508$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5509    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5510$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5511    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5512$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5513    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5514$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5515    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5516$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    53375517    ( cat <<\_ASBOX
    53385518## ----------------------------------- ##
     
    53435523    ;;
    53445524esac
    5345 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    5346 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     5525{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     5526$as_echo_n "checking for $ac_header... " >&6; }
    53475527if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5348   echo $ECHO_N "(cached) $ECHO_C" >&6
     5528  $as_echo_n "(cached) " >&6
    53495529else
    53505530  eval "$as_ac_Header=\$ac_header_preproc"
    53515531fi
    5352 ac_res=`eval echo '${'$as_ac_Header'}'`
    5353                { echo "$as_me:$LINENO: result: $ac_res" >&5
    5354 echo "${ECHO_T}$ac_res" >&6; }
    5355 
    5356 fi
    5357 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     5532ac_res=`eval 'as_val=${'$as_ac_Header'}
     5533                 $as_echo "$as_val"'`
     5534               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     5535$as_echo "$ac_res" >&6; }
     5536
     5537fi
     5538as_val=`eval 'as_val=${'$as_ac_Header'}
     5539                 $as_echo "$as_val"'`
     5540   if test "x$as_val" = x""yes; then
    53585541  cat >>confdefs.h <<_ACEOF
    5359 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5360 _ACEOF
    5361 
    5362 else
    5363   { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5364 echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5542#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5543_ACEOF
     5544
     5545else
     5546  { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5547$as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
    53655548fi
    53665549
     
    53735556    # Step 0.a: Enable 64 bit support?
    53745557
    5375     { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
    5376 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }
     5558    { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
     5559$as_echo_n "checking if 64bit support is requested... " >&6; }
    53775560    # Check whether --enable-64bit was given.
    53785561if test "${enable_64bit+set}" = set; then
     
    53825565fi
    53835566
    5384     { echo "$as_me:$LINENO: result: $do64bit" >&5
    5385 echo "${ECHO_T}$do64bit" >&6; }
     5567    { $as_echo "$as_me:$LINENO: result: $do64bit" >&5
     5568$as_echo "$do64bit" >&6; }
    53865569
    53875570    # Step 0.b: Enable Solaris 64 bit VIS support?
    53885571
    5389     { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
    5390 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }
     5572    { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
     5573$as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; }
    53915574    # Check whether --enable-64bit-vis was given.
    53925575if test "${enable_64bit_vis+set}" = set; then
     
    53965579fi
    53975580
    5398     { echo "$as_me:$LINENO: result: $do64bitVIS" >&5
    5399 echo "${ECHO_T}$do64bitVIS" >&6; }
     5581    { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5
     5582$as_echo "$do64bitVIS" >&6; }
    54005583
    54015584    if test "$do64bitVIS" = "yes"; then
     
    54085591
    54095592
    5410     { echo "$as_me:$LINENO: checking system version" >&5
    5411 echo $ECHO_N "checking system version... $ECHO_C" >&6; }
     5593    { $as_echo "$as_me:$LINENO: checking system version" >&5
     5594$as_echo_n "checking system version... " >&6; }
    54125595if test "${tcl_cv_sys_version+set}" = set; then
    5413   echo $ECHO_N "(cached) $ECHO_C" >&6
     5596  $as_echo_n "(cached) " >&6
    54145597else
    54155598
     
    54195602            tcl_cv_sys_version=`uname -s`-`uname -r`
    54205603            if test "$?" -ne 0 ; then
    5421                 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
    5422 echo "$as_me: WARNING: can't find uname command" >&2;}
     5604                { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
     5605$as_echo "$as_me: WARNING: can't find uname command" >&2;}
    54235606                tcl_cv_sys_version=unknown
    54245607            else
     
    54365619
    54375620fi
    5438 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
    5439 echo "${ECHO_T}$tcl_cv_sys_version" >&6; }
     5621{ $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
     5622$as_echo "$tcl_cv_sys_version" >&6; }
    54405623    system=$tcl_cv_sys_version
    54415624
     
    54445627    # Linux can use either -ldl or -ldld for dynamic loading.
    54455628
    5446     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    5447 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
     5629    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     5630$as_echo_n "checking for dlopen in -ldl... " >&6; }
    54485631if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    5449   echo $ECHO_N "(cached) $ECHO_C" >&6
     5632  $as_echo_n "(cached) " >&6
    54505633else
    54515634  ac_check_lib_save_LIBS=$LIBS
     
    54795662  *) ac_try_echo=$ac_try;;
    54805663esac
    5481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5664eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5665$as_echo "$ac_try_echo") >&5
    54825666  (eval "$ac_link") 2>conftest.er1
    54835667  ac_status=$?
     
    54855669  rm -f conftest.er1
    54865670  cat conftest.err >&5
    5487   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5671  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54885672  (exit $ac_status); } && {
    54895673         test -z "$ac_cxx_werror_flag" ||
    54905674         test ! -s conftest.err
    5491        } && test -s conftest$ac_exeext &&
    5492        $as_test_x conftest$ac_exeext; then
     5675       } && test -s conftest$ac_exeext && {
     5676         test "$cross_compiling" = yes ||
     5677         $as_test_x conftest$ac_exeext
     5678       }; then
    54935679  ac_cv_lib_dl_dlopen=yes
    54945680else
    5495   echo "$as_me: failed program was:" >&5
     5681  $as_echo "$as_me: failed program was:" >&5
    54965682sed 's/^/| /' conftest.$ac_ext >&5
    54975683
     
    54995685fi
    55005686
     5687rm -rf conftest.dSYM
    55015688rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55025689      conftest$ac_exeext conftest.$ac_ext
    55035690LIBS=$ac_check_lib_save_LIBS
    55045691fi
    5505 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    5506 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
    5507 if test $ac_cv_lib_dl_dlopen = yes; then
     5692{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     5693$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
     5694if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
    55085695  have_dl=yes
    55095696else
     
    55375724    # Extract the first word of "ar", so it can be a program name with args.
    55385725set dummy ar; ac_word=$2
    5539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    5540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     5726{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     5727$as_echo_n "checking for $ac_word... " >&6; }
    55415728if test "${ac_cv_prog_AR+set}" = set; then
    5542   echo $ECHO_N "(cached) $ECHO_C" >&6
     5729  $as_echo_n "(cached) " >&6
    55435730else
    55445731  if test -n "$AR"; then
     
    55535740  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    55545741    ac_cv_prog_AR="ar"
    5555     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5742    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    55565743    break 2
    55575744  fi
     
    55645751AR=$ac_cv_prog_AR
    55655752if test -n "$AR"; then
    5566   { echo "$as_me:$LINENO: result: $AR" >&5
    5567 echo "${ECHO_T}$AR" >&6; }
    5568 else
    5569   { echo "$as_me:$LINENO: result: no" >&5
    5570 echo "${ECHO_T}no" >&6; }
     5753  { $as_echo "$as_me:$LINENO: result: $AR" >&5
     5754$as_echo "$AR" >&6; }
     5755else
     5756  { $as_echo "$as_me:$LINENO: result: no" >&5
     5757$as_echo "no" >&6; }
    55715758fi
    55725759
    55735760
    55745761    if test "${AR}" = "" ; then
    5575         { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
    5576 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
     5762        { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
     5763$as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
    55775764   { (exit 1); exit 1; }; }
    55785765    fi
     
    55935780                        ;;
    55945781                esac
    5595                 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
    5596 echo "${ECHO_T}Using $CC for compiling with threads" >&6; }
     5782                { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
     5783$as_echo "Using $CC for compiling with threads" >&6; }
    55975784            fi
    55985785            LIBS="$LIBS -lc"
     
    56095796            if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then
    56105797                if test "$GCC" = "yes" ; then
    5611                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    5612 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     5798                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     5799$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    56135800                else
    56145801                    do64bit_ok=yes
     
    56645851            # known GMT value.
    56655852
    5666             { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
    5667 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }
     5853            { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
     5854$as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
    56685855if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    5669   echo $ECHO_N "(cached) $ECHO_C" >&6
     5856  $as_echo_n "(cached) " >&6
    56705857else
    56715858  ac_check_lib_save_LIBS=$LIBS
     
    56995886  *) ac_try_echo=$ac_try;;
    57005887esac
    5701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5888eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5889$as_echo "$ac_try_echo") >&5
    57025890  (eval "$ac_link") 2>conftest.er1
    57035891  ac_status=$?
     
    57055893  rm -f conftest.er1
    57065894  cat conftest.err >&5
    5707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5895  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57085896  (exit $ac_status); } && {
    57095897         test -z "$ac_cxx_werror_flag" ||
    57105898         test ! -s conftest.err
    5711        } && test -s conftest$ac_exeext &&
    5712        $as_test_x conftest$ac_exeext; then
     5899       } && test -s conftest$ac_exeext && {
     5900         test "$cross_compiling" = yes ||
     5901         $as_test_x conftest$ac_exeext
     5902       }; then
    57135903  ac_cv_lib_bsd_gettimeofday=yes
    57145904else
    5715   echo "$as_me: failed program was:" >&5
     5905  $as_echo "$as_me: failed program was:" >&5
    57165906sed 's/^/| /' conftest.$ac_ext >&5
    57175907
     
    57195909fi
    57205910
     5911rm -rf conftest.dSYM
    57215912rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57225913      conftest$ac_exeext conftest.$ac_ext
    57235914LIBS=$ac_check_lib_save_LIBS
    57245915fi
    5725 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
    5726 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }
    5727 if test $ac_cv_lib_bsd_gettimeofday = yes; then
     5916{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
     5917$as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
     5918if test "x$ac_cv_lib_bsd_gettimeofday" = x""yes; then
    57285919  libbsd=yes
    57295920else
     
    57525943            # is always linked to, for compatibility.
    57535944            #-----------------------------------------------------------
    5754             { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
    5755 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }
     5945            { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
     5946$as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
    57565947if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then
    5757   echo $ECHO_N "(cached) $ECHO_C" >&6
     5948  $as_echo_n "(cached) " >&6
    57585949else
    57595950  ac_check_lib_save_LIBS=$LIBS
     
    57875978  *) ac_try_echo=$ac_try;;
    57885979esac
    5789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5980eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5981$as_echo "$ac_try_echo") >&5
    57905982  (eval "$ac_link") 2>conftest.er1
    57915983  ac_status=$?
     
    57935985  rm -f conftest.er1
    57945986  cat conftest.err >&5
    5795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5987  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57965988  (exit $ac_status); } && {
    57975989         test -z "$ac_cxx_werror_flag" ||
    57985990         test ! -s conftest.err
    5799        } && test -s conftest$ac_exeext &&
    5800        $as_test_x conftest$ac_exeext; then
     5991       } && test -s conftest$ac_exeext && {
     5992         test "$cross_compiling" = yes ||
     5993         $as_test_x conftest$ac_exeext
     5994       }; then
    58015995  ac_cv_lib_bind_inet_ntoa=yes
    58025996else
    5803   echo "$as_me: failed program was:" >&5
     5997  $as_echo "$as_me: failed program was:" >&5
    58045998sed 's/^/| /' conftest.$ac_ext >&5
    58055999
     
    58076001fi
    58086002
     6003rm -rf conftest.dSYM
    58096004rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58106005      conftest$ac_exeext conftest.$ac_ext
    58116006LIBS=$ac_check_lib_save_LIBS
    58126007fi
    5813 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
    5814 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }
    5815 if test $ac_cv_lib_bind_inet_ntoa = yes; then
     6008{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
     6009$as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
     6010if test "x$ac_cv_lib_bind_inet_ntoa" = x""yes; then
    58166011  LIBS="$LIBS -lbind -lsocket"
    58176012fi
     
    58666061                SHLIB_SUFFIX=".sl"
    58676062            fi
    5868             { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    5869 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
     6063            { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6064$as_echo_n "checking for shl_load in -ldld... " >&6; }
    58706065if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    5871   echo $ECHO_N "(cached) $ECHO_C" >&6
     6066  $as_echo_n "(cached) " >&6
    58726067else
    58736068  ac_check_lib_save_LIBS=$LIBS
     
    59016096  *) ac_try_echo=$ac_try;;
    59026097esac
    5903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6098eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6099$as_echo "$ac_try_echo") >&5
    59046100  (eval "$ac_link") 2>conftest.er1
    59056101  ac_status=$?
     
    59076103  rm -f conftest.er1
    59086104  cat conftest.err >&5
    5909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6105  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59106106  (exit $ac_status); } && {
    59116107         test -z "$ac_cxx_werror_flag" ||
    59126108         test ! -s conftest.err
    5913        } && test -s conftest$ac_exeext &&
    5914        $as_test_x conftest$ac_exeext; then
     6109       } && test -s conftest$ac_exeext && {
     6110         test "$cross_compiling" = yes ||
     6111         $as_test_x conftest$ac_exeext
     6112       }; then
    59156113  ac_cv_lib_dld_shl_load=yes
    59166114else
    5917   echo "$as_me: failed program was:" >&5
     6115  $as_echo "$as_me: failed program was:" >&5
    59186116sed 's/^/| /' conftest.$ac_ext >&5
    59196117
     
    59216119fi
    59226120
     6121rm -rf conftest.dSYM
    59236122rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59246123      conftest$ac_exeext conftest.$ac_ext
    59256124LIBS=$ac_check_lib_save_LIBS
    59266125fi
    5927 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    5928 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    5929 if test $ac_cv_lib_dld_shl_load = yes; then
     6126{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6127$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6128if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
    59306129  tcl_ok=yes
    59316130else
     
    59676166                            ;;
    59686167                        *)
    5969                             { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    5970 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     6168                            { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6169$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    59716170                            ;;
    59726171                    esac
     
    59806179        HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
    59816180            SHLIB_SUFFIX=".sl"
    5982             { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    5983 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
     6181            { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6182$as_echo_n "checking for shl_load in -ldld... " >&6; }
    59846183if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    5985   echo $ECHO_N "(cached) $ECHO_C" >&6
     6184  $as_echo_n "(cached) " >&6
    59866185else
    59876186  ac_check_lib_save_LIBS=$LIBS
     
    60156214  *) ac_try_echo=$ac_try;;
    60166215esac
    6017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6216eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6217$as_echo "$ac_try_echo") >&5
    60186218  (eval "$ac_link") 2>conftest.er1
    60196219  ac_status=$?
     
    60216221  rm -f conftest.er1
    60226222  cat conftest.err >&5
    6023   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6223  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60246224  (exit $ac_status); } && {
    60256225         test -z "$ac_cxx_werror_flag" ||
    60266226         test ! -s conftest.err
    6027        } && test -s conftest$ac_exeext &&
    6028        $as_test_x conftest$ac_exeext; then
     6227       } && test -s conftest$ac_exeext && {
     6228         test "$cross_compiling" = yes ||
     6229         $as_test_x conftest$ac_exeext
     6230       }; then
    60296231  ac_cv_lib_dld_shl_load=yes
    60306232else
    6031   echo "$as_me: failed program was:" >&5
     6233  $as_echo "$as_me: failed program was:" >&5
    60326234sed 's/^/| /' conftest.$ac_ext >&5
    60336235
     
    60356237fi
    60366238
     6239rm -rf conftest.dSYM
    60376240rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60386241      conftest$ac_exeext conftest.$ac_ext
    60396242LIBS=$ac_check_lib_save_LIBS
    60406243fi
    6041 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6042 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    6043 if test $ac_cv_lib_dld_shl_load = yes; then
     6244{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6245$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6246if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
    60446247  tcl_ok=yes
    60456248else
     
    61206323            if test "$do64bit" = "yes" ; then
    61216324                if test "$GCC" = "yes" ; then
    6122                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
    6123 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
     6325                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
     6326$as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
    61246327                else
    61256328                    do64bit_ok=yes
     
    61506353            else
    61516354                if test "${ac_cv_header_dld_h+set}" = set; then
    6152   { echo "$as_me:$LINENO: checking for dld.h" >&5
    6153 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6355  { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6356$as_echo_n "checking for dld.h... " >&6; }
    61546357if test "${ac_cv_header_dld_h+set}" = set; then
    6155   echo $ECHO_N "(cached) $ECHO_C" >&6
    6156 fi
    6157 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6158 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6358  $as_echo_n "(cached) " >&6
     6359fi
     6360{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6361$as_echo "$ac_cv_header_dld_h" >&6; }
    61596362else
    61606363  # Is the header compilable?
    6161 { echo "$as_me:$LINENO: checking dld.h usability" >&5
    6162 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
     6364{ $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
     6365$as_echo_n "checking dld.h usability... " >&6; }
    61636366cat >conftest.$ac_ext <<_ACEOF
    61646367/* confdefs.h.  */
     
    61766379  *) ac_try_echo=$ac_try;;
    61776380esac
    6178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6381eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6382$as_echo "$ac_try_echo") >&5
    61796383  (eval "$ac_compile") 2>conftest.er1
    61806384  ac_status=$?
     
    61826386  rm -f conftest.er1
    61836387  cat conftest.err >&5
    6184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6388  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61856389  (exit $ac_status); } && {
    61866390         test -z "$ac_cxx_werror_flag" ||
     
    61896393  ac_header_compiler=yes
    61906394else
    6191   echo "$as_me: failed program was:" >&5
     6395  $as_echo "$as_me: failed program was:" >&5
    61926396sed 's/^/| /' conftest.$ac_ext >&5
    61936397
     
    61966400
    61976401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6198 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6199 echo "${ECHO_T}$ac_header_compiler" >&6; }
     6402{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6403$as_echo "$ac_header_compiler" >&6; }
    62006404
    62016405# Is the header present?
    6202 { echo "$as_me:$LINENO: checking dld.h presence" >&5
    6203 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
     6406{ $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
     6407$as_echo_n "checking dld.h presence... " >&6; }
    62046408cat >conftest.$ac_ext <<_ACEOF
    62056409/* confdefs.h.  */
     
    62156419  *) ac_try_echo=$ac_try;;
    62166420esac
    6217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6421eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6422$as_echo "$ac_try_echo") >&5
    62186423  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    62196424  ac_status=$?
     
    62216426  rm -f conftest.er1
    62226427  cat conftest.err >&5
    6223   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6428  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62246429  (exit $ac_status); } >/dev/null && {
    62256430         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    62286433  ac_header_preproc=yes
    62296434else
    6230   echo "$as_me: failed program was:" >&5
     6435  $as_echo "$as_me: failed program was:" >&5
    62316436sed 's/^/| /' conftest.$ac_ext >&5
    62326437
     
    62356440
    62366441rm -f conftest.err conftest.$ac_ext
    6237 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6238 echo "${ECHO_T}$ac_header_preproc" >&6; }
     6442{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6443$as_echo "$ac_header_preproc" >&6; }
    62396444
    62406445# So?  What about this header?
    62416446case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    62426447  yes:no: )
    6243     { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6244 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6245     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6246 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6448    { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6449$as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6450    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6451$as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    62476452    ac_header_preproc=yes
    62486453    ;;
    62496454  no:yes:* )
    6250     { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6251 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6252     { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6253 echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6254     { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6255 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6256     { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6257 echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6258     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6259 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6260     { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6261 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6455    { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6456$as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6457    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6458$as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6459    { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6460$as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6461    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6462$as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6463    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6464$as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6465    { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6466$as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    62626467    ( cat <<\_ASBOX
    62636468## ----------------------------------- ##
     
    62686473    ;;
    62696474esac
    6270 { echo "$as_me:$LINENO: checking for dld.h" >&5
    6271 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6475{ $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6476$as_echo_n "checking for dld.h... " >&6; }
    62726477if test "${ac_cv_header_dld_h+set}" = set; then
    6273   echo $ECHO_N "(cached) $ECHO_C" >&6
     6478  $as_echo_n "(cached) " >&6
    62746479else
    62756480  ac_cv_header_dld_h=$ac_header_preproc
    62766481fi
    6277 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6278 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    6279 
    6280 fi
    6281 if test $ac_cv_header_dld_h = yes; then
     6482{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6483$as_echo "$ac_cv_header_dld_h" >&6; }
     6484
     6485fi
     6486if test "x$ac_cv_header_dld_h" = x""yes; then
    62826487
    62836488                    SHLIB_LD="ld -shared"
     
    62946499            fi
    62956500            if test $do64bit = yes; then
    6296                 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
    6297 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }
     6501                { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
     6502$as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
    62986503if test "${tcl_cv_cc_m64+set}" = set; then
    6299   echo $ECHO_N "(cached) $ECHO_C" >&6
     6504  $as_echo_n "(cached) " >&6
    63006505else
    63016506
     
    63236528  *) ac_try_echo=$ac_try;;
    63246529esac
    6325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6530eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6531$as_echo "$ac_try_echo") >&5
    63266532  (eval "$ac_link") 2>conftest.er1
    63276533  ac_status=$?
     
    63296535  rm -f conftest.er1
    63306536  cat conftest.err >&5
    6331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6537  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63326538  (exit $ac_status); } && {
    63336539         test -z "$ac_cxx_werror_flag" ||
    63346540         test ! -s conftest.err
    6335        } && test -s conftest$ac_exeext &&
    6336        $as_test_x conftest$ac_exeext; then
     6541       } && test -s conftest$ac_exeext && {
     6542         test "$cross_compiling" = yes ||
     6543         $as_test_x conftest$ac_exeext
     6544       }; then
    63376545  tcl_cv_cc_m64=yes
    63386546else
    6339   echo "$as_me: failed program was:" >&5
     6547  $as_echo "$as_me: failed program was:" >&5
    63406548sed 's/^/| /' conftest.$ac_ext >&5
    63416549
     
    63436551fi
    63446552
     6553rm -rf conftest.dSYM
    63456554rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63466555      conftest$ac_exeext conftest.$ac_ext
    63476556                    CFLAGS=$hold_cflags
    63486557fi
    6349 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
    6350 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }
     6558{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
     6559$as_echo "$tcl_cv_cc_m64" >&6; }
    63516560                if test $tcl_cv_cc_m64 = yes; then
    63526561                    CFLAGS="$CFLAGS -m64"
     
    63876596            else
    63886597                if test "${ac_cv_header_dld_h+set}" = set; then
    6389   { echo "$as_me:$LINENO: checking for dld.h" >&5
    6390 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6598  { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6599$as_echo_n "checking for dld.h... " >&6; }
    63916600if test "${ac_cv_header_dld_h+set}" = set; then
    6392   echo $ECHO_N "(cached) $ECHO_C" >&6
    6393 fi
    6394 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6395 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
     6601  $as_echo_n "(cached) " >&6
     6602fi
     6603{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6604$as_echo "$ac_cv_header_dld_h" >&6; }
    63966605else
    63976606  # Is the header compilable?
    6398 { echo "$as_me:$LINENO: checking dld.h usability" >&5
    6399 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
     6607{ $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
     6608$as_echo_n "checking dld.h usability... " >&6; }
    64006609cat >conftest.$ac_ext <<_ACEOF
    64016610/* confdefs.h.  */
     
    64136622  *) ac_try_echo=$ac_try;;
    64146623esac
    6415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6624eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6625$as_echo "$ac_try_echo") >&5
    64166626  (eval "$ac_compile") 2>conftest.er1
    64176627  ac_status=$?
     
    64196629  rm -f conftest.er1
    64206630  cat conftest.err >&5
    6421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6631  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64226632  (exit $ac_status); } && {
    64236633         test -z "$ac_cxx_werror_flag" ||
     
    64266636  ac_header_compiler=yes
    64276637else
    6428   echo "$as_me: failed program was:" >&5
     6638  $as_echo "$as_me: failed program was:" >&5
    64296639sed 's/^/| /' conftest.$ac_ext >&5
    64306640
     
    64336643
    64346644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6435 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6436 echo "${ECHO_T}$ac_header_compiler" >&6; }
     6645{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6646$as_echo "$ac_header_compiler" >&6; }
    64376647
    64386648# Is the header present?
    6439 { echo "$as_me:$LINENO: checking dld.h presence" >&5
    6440 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
     6649{ $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
     6650$as_echo_n "checking dld.h presence... " >&6; }
    64416651cat >conftest.$ac_ext <<_ACEOF
    64426652/* confdefs.h.  */
     
    64526662  *) ac_try_echo=$ac_try;;
    64536663esac
    6454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6664eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6665$as_echo "$ac_try_echo") >&5
    64556666  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    64566667  ac_status=$?
     
    64586669  rm -f conftest.er1
    64596670  cat conftest.err >&5
    6460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6671  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64616672  (exit $ac_status); } >/dev/null && {
    64626673         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    64656676  ac_header_preproc=yes
    64666677else
    6467   echo "$as_me: failed program was:" >&5
     6678  $as_echo "$as_me: failed program was:" >&5
    64686679sed 's/^/| /' conftest.$ac_ext >&5
    64696680
     
    64726683
    64736684rm -f conftest.err conftest.$ac_ext
    6474 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6475 echo "${ECHO_T}$ac_header_preproc" >&6; }
     6685{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6686$as_echo "$ac_header_preproc" >&6; }
    64766687
    64776688# So?  What about this header?
    64786689case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    64796690  yes:no: )
    6480     { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6481 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6482     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6483 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6691    { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6692$as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6693    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6694$as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    64846695    ac_header_preproc=yes
    64856696    ;;
    64866697  no:yes:* )
    6487     { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6488 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6489     { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6490 echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6491     { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6492 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6493     { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6494 echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6495     { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6496 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6497     { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6498 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6698    { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6699$as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6700    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6701$as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6702    { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6703$as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6704    { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6705$as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6706    { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6707$as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6708    { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6709$as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    64996710    ( cat <<\_ASBOX
    65006711## ----------------------------------- ##
     
    65056716    ;;
    65066717esac
    6507 { echo "$as_me:$LINENO: checking for dld.h" >&5
    6508 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
     6718{ $as_echo "$as_me:$LINENO: checking for dld.h" >&5
     6719$as_echo_n "checking for dld.h... " >&6; }
    65096720if test "${ac_cv_header_dld_h+set}" = set; then
    6510   echo $ECHO_N "(cached) $ECHO_C" >&6
     6721  $as_echo_n "(cached) " >&6
    65116722else
    65126723  ac_cv_header_dld_h=$ac_header_preproc
    65136724fi
    6514 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6515 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    6516 
    6517 fi
    6518 if test $ac_cv_header_dld_h = yes; then
     6725{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6726$as_echo "$ac_cv_header_dld_h" >&6; }
     6727
     6728fi
     6729if test "x$ac_cv_header_dld_h" = x""yes; then
    65196730
    65206731                    SHLIB_LD="ld -shared"
     
    65676778            # Not available on all versions:  check for include file.
    65686779            if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6569   { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    6570 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
     6780  { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6781$as_echo_n "checking for dlfcn.h... " >&6; }
    65716782if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6572   echo $ECHO_N "(cached) $ECHO_C" >&6
    6573 fi
    6574 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    6575 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
     6783  $as_echo_n "(cached) " >&6
     6784fi
     6785{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6786$as_echo "$ac_cv_header_dlfcn_h" >&6; }
    65766787else
    65776788  # Is the header compilable?
    6578 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
    6579 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
     6789{ $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
     6790$as_echo_n "checking dlfcn.h usability... " >&6; }
    65806791cat >conftest.$ac_ext <<_ACEOF
    65816792/* confdefs.h.  */
     
    65936804  *) ac_try_echo=$ac_try;;
    65946805esac
    6595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6806eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6807$as_echo "$ac_try_echo") >&5
    65966808  (eval "$ac_compile") 2>conftest.er1
    65976809  ac_status=$?
     
    65996811  rm -f conftest.er1
    66006812  cat conftest.err >&5
    6601   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6813  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66026814  (exit $ac_status); } && {
    66036815         test -z "$ac_cxx_werror_flag" ||
     
    66066818  ac_header_compiler=yes
    66076819else
    6608   echo "$as_me: failed program was:" >&5
     6820  $as_echo "$as_me: failed program was:" >&5
    66096821sed 's/^/| /' conftest.$ac_ext >&5
    66106822
     
    66136825
    66146826rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6615 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6616 echo "${ECHO_T}$ac_header_compiler" >&6; }
     6827{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6828$as_echo "$ac_header_compiler" >&6; }
    66176829
    66186830# Is the header present?
    6619 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
    6620 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
     6831{ $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
     6832$as_echo_n "checking dlfcn.h presence... " >&6; }
    66216833cat >conftest.$ac_ext <<_ACEOF
    66226834/* confdefs.h.  */
     
    66326844  *) ac_try_echo=$ac_try;;
    66336845esac
    6634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6846eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6847$as_echo "$ac_try_echo") >&5
    66356848  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    66366849  ac_status=$?
     
    66386851  rm -f conftest.er1
    66396852  cat conftest.err >&5
    6640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6853  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66416854  (exit $ac_status); } >/dev/null && {
    66426855         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    66456858  ac_header_preproc=yes
    66466859else
    6647   echo "$as_me: failed program was:" >&5
     6860  $as_echo "$as_me: failed program was:" >&5
    66486861sed 's/^/| /' conftest.$ac_ext >&5
    66496862
     
    66526865
    66536866rm -f conftest.err conftest.$ac_ext
    6654 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6655 echo "${ECHO_T}$ac_header_preproc" >&6; }
     6867{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6868$as_echo "$ac_header_preproc" >&6; }
    66566869
    66576870# So?  What about this header?
    66586871case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    66596872  yes:no: )
    6660     { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6661 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6662     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
    6663 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
     6873    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6874$as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6875    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
     6876$as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
    66646877    ac_header_preproc=yes
    66656878    ;;
    66666879  no:yes:* )
    6667     { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
    6668 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
    6669     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
    6670 echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
    6671     { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
    6672 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
    6673     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
    6674 echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6675     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
    6676 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
    6677     { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
    6678 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
     6880    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
     6881$as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
     6882    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
     6883$as_echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
     6884    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
     6885$as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
     6886    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
     6887$as_echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6888    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
     6889$as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
     6890    { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
     6891$as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
    66796892    ( cat <<\_ASBOX
    66806893## ----------------------------------- ##
     
    66856898    ;;
    66866899esac
    6687 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    6688 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
     6900{ $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6901$as_echo_n "checking for dlfcn.h... " >&6; }
    66896902if test "${ac_cv_header_dlfcn_h+set}" = set; then
    6690   echo $ECHO_N "(cached) $ECHO_C" >&6
     6903  $as_echo_n "(cached) " >&6
    66916904else
    66926905  ac_cv_header_dlfcn_h=$ac_header_preproc
    66936906fi
    6694 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    6695 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    6696 
    6697 fi
    6698 if test $ac_cv_header_dlfcn_h = yes; then
     6907{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6908$as_echo "$ac_cv_header_dlfcn_h" >&6; }
     6909
     6910fi
     6911if test "x$ac_cv_header_dlfcn_h" = x""yes; then
    66996912
    67006913                # NetBSD/SPARC needs -fPIC, -fpic will not do.
     
    67076920                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
    67086921                LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
    6709                 { echo "$as_me:$LINENO: checking for ELF" >&5
    6710 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
     6922                { $as_echo "$as_me:$LINENO: checking for ELF" >&5
     6923$as_echo_n "checking for ELF... " >&6; }
    67116924if test "${tcl_cv_ld_elf+set}" = set; then
    6712   echo $ECHO_N "(cached) $ECHO_C" >&6
     6925  $as_echo_n "(cached) " >&6
    67136926else
    67146927
     
    67346947
    67356948fi
    6736 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    6737 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
     6949{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     6950$as_echo "$tcl_cv_ld_elf" >&6; }
    67386951                if test $tcl_cv_ld_elf = yes; then
    67396952                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
     
    67937006                LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    67947007                SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
    6795                 { echo "$as_me:$LINENO: checking for ELF" >&5
    6796 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
     7008                { $as_echo "$as_me:$LINENO: checking for ELF" >&5
     7009$as_echo_n "checking for ELF... " >&6; }
    67977010if test "${tcl_cv_ld_elf+set}" = set; then
    6798   echo $ECHO_N "(cached) $ECHO_C" >&6
     7011  $as_echo_n "(cached) " >&6
    67997012else
    68007013
     
    68207033
    68217034fi
    6822 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    6823 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
     7035{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7036$as_echo "$tcl_cv_ld_elf" >&6; }
    68247037                if test $tcl_cv_ld_elf = yes; then
    68257038                    LDFLAGS=-Wl,-export-dynamic
     
    68757088                case `arch` in
    68767089                    ppc)
    6877                         { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
    6878 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }
     7090                        { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
     7091$as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
    68797092if test "${tcl_cv_cc_arch_ppc64+set}" = set; then
    6880   echo $ECHO_N "(cached) $ECHO_C" >&6
     7093  $as_echo_n "(cached) " >&6
    68817094else
    68827095
     
    69047117  *) ac_try_echo=$ac_try;;
    69057118esac
    6906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7119eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7120$as_echo "$ac_try_echo") >&5
    69077121  (eval "$ac_link") 2>conftest.er1
    69087122  ac_status=$?
     
    69107124  rm -f conftest.er1
    69117125  cat conftest.err >&5
    6912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7126  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69137127  (exit $ac_status); } && {
    69147128         test -z "$ac_cxx_werror_flag" ||
    69157129         test ! -s conftest.err
    6916        } && test -s conftest$ac_exeext &&
    6917        $as_test_x conftest$ac_exeext; then
     7130       } && test -s conftest$ac_exeext && {
     7131         test "$cross_compiling" = yes ||
     7132         $as_test_x conftest$ac_exeext
     7133       }; then
    69187134  tcl_cv_cc_arch_ppc64=yes
    69197135else
    6920   echo "$as_me: failed program was:" >&5
     7136  $as_echo "$as_me: failed program was:" >&5
    69217137sed 's/^/| /' conftest.$ac_ext >&5
    69227138
     
    69247140fi
    69257141
     7142rm -rf conftest.dSYM
    69267143rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    69277144      conftest$ac_exeext conftest.$ac_ext
    69287145                            CFLAGS=$hold_cflags
    69297146fi
    6930 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
    6931 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }
     7147{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
     7148$as_echo "$tcl_cv_cc_arch_ppc64" >&6; }
    69327149                        if test $tcl_cv_cc_arch_ppc64 = yes; then
    69337150                            CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
     
    69357152                        fi;;
    69367153                    i386)
    6937                         { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
    6938 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }
     7154                        { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
     7155$as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
    69397156if test "${tcl_cv_cc_arch_x86_64+set}" = set; then
    6940   echo $ECHO_N "(cached) $ECHO_C" >&6
     7157  $as_echo_n "(cached) " >&6
    69417158else
    69427159
     
    69647181  *) ac_try_echo=$ac_try;;
    69657182esac
    6966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7183eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7184$as_echo "$ac_try_echo") >&5
    69677185  (eval "$ac_link") 2>conftest.er1
    69687186  ac_status=$?
     
    69707188  rm -f conftest.er1
    69717189  cat conftest.err >&5
    6972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7190  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69737191  (exit $ac_status); } && {
    69747192         test -z "$ac_cxx_werror_flag" ||
    69757193         test ! -s conftest.err
    6976        } && test -s conftest$ac_exeext &&
    6977        $as_test_x conftest$ac_exeext; then
     7194       } && test -s conftest$ac_exeext && {
     7195         test "$cross_compiling" = yes ||
     7196         $as_test_x conftest$ac_exeext
     7197       }; then
    69787198  tcl_cv_cc_arch_x86_64=yes
    69797199else
    6980   echo "$as_me: failed program was:" >&5
     7200  $as_echo "$as_me: failed program was:" >&5
    69817201sed 's/^/| /' conftest.$ac_ext >&5
    69827202
     
    69847204fi
    69857205
     7206rm -rf conftest.dSYM
    69867207rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    69877208      conftest$ac_exeext conftest.$ac_ext
    69887209                            CFLAGS=$hold_cflags
    69897210fi
    6990 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
    6991 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }
     7211{ $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
     7212$as_echo "$tcl_cv_cc_arch_x86_64" >&6; }
    69927213                        if test $tcl_cv_cc_arch_x86_64 = yes; then
    69937214                            CFLAGS="$CFLAGS -arch x86_64"
     
    69957216                        fi;;
    69967217                    *)
    6997                         { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
    6998 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
     7218                        { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
     7219$as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
    69997220                esac
    70007221            else
     
    70057226            fi
    70067227            SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}'
    7007             { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
    7008 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }
     7228            { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
     7229$as_echo_n "checking if ld accepts -single_module flag... " >&6; }
    70097230if test "${tcl_cv_ld_single_module+set}" = set; then
    7010   echo $ECHO_N "(cached) $ECHO_C" >&6
     7231  $as_echo_n "(cached) " >&6
    70117232else
    70127233
     
    70347255  *) ac_try_echo=$ac_try;;
    70357256esac
    7036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7257eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7258$as_echo "$ac_try_echo") >&5
    70377259  (eval "$ac_link") 2>conftest.er1
    70387260  ac_status=$?
     
    70407262  rm -f conftest.er1
    70417263  cat conftest.err >&5
    7042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7264  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70437265  (exit $ac_status); } && {
    70447266         test -z "$ac_cxx_werror_flag" ||
    70457267         test ! -s conftest.err
    7046        } && test -s conftest$ac_exeext &&
    7047        $as_test_x conftest$ac_exeext; then
     7268       } && test -s conftest$ac_exeext && {
     7269         test "$cross_compiling" = yes ||
     7270         $as_test_x conftest$ac_exeext
     7271       }; then
    70487272  tcl_cv_ld_single_module=yes
    70497273else
    7050   echo "$as_me: failed program was:" >&5
     7274  $as_echo "$as_me: failed program was:" >&5
    70517275sed 's/^/| /' conftest.$ac_ext >&5
    70527276
     
    70547278fi
    70557279
     7280rm -rf conftest.dSYM
    70567281rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    70577282      conftest$ac_exeext conftest.$ac_ext
    70587283                LDFLAGS=$hold_ldflags
    70597284fi
    7060 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
    7061 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }
     7285{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
     7286$as_echo "$tcl_cv_ld_single_module" >&6; }
    70627287            if test $tcl_cv_ld_single_module = yes; then
    70637288                SHLIB_LD="${SHLIB_LD} -Wl,-single_module"
     
    70727297                LDFLAGS="$LDFLAGS -prebind"
    70737298            LDFLAGS="$LDFLAGS -headerpad_max_install_names"
    7074             { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
    7075 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }
     7299            { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
     7300$as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
    70767301if test "${tcl_cv_ld_search_paths_first+set}" = set; then
    7077   echo $ECHO_N "(cached) $ECHO_C" >&6
     7302  $as_echo_n "(cached) " >&6
    70787303else
    70797304
     
    71017326  *) ac_try_echo=$ac_try;;
    71027327esac
    7103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7328eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7329$as_echo "$ac_try_echo") >&5
    71047330  (eval "$ac_link") 2>conftest.er1
    71057331  ac_status=$?
     
    71077333  rm -f conftest.er1
    71087334  cat conftest.err >&5
    7109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7335  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71107336  (exit $ac_status); } && {
    71117337         test -z "$ac_cxx_werror_flag" ||
    71127338         test ! -s conftest.err
    7113        } && test -s conftest$ac_exeext &&
    7114        $as_test_x conftest$ac_exeext; then
     7339       } && test -s conftest$ac_exeext && {
     7340         test "$cross_compiling" = yes ||
     7341         $as_test_x conftest$ac_exeext
     7342       }; then
    71157343  tcl_cv_ld_search_paths_first=yes
    71167344else
    7117   echo "$as_me: failed program was:" >&5
     7345  $as_echo "$as_me: failed program was:" >&5
    71187346sed 's/^/| /' conftest.$ac_ext >&5
    71197347
     
    71217349fi
    71227350
     7351rm -rf conftest.dSYM
    71237352rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    71247353      conftest$ac_exeext conftest.$ac_ext
    71257354                LDFLAGS=$hold_ldflags
    71267355fi
    7127 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
    7128 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }
     7356{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
     7357$as_echo "$tcl_cv_ld_search_paths_first" >&6; }
    71297358            if test $tcl_cv_ld_search_paths_first = yes; then
    71307359                LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
     
    71357364            PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
    71367365            PLAT_SRCS=\$\(MAC\_OSX_SRCS\)
    7137             { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
    7138 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }
     7366            { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
     7367$as_echo_n "checking whether to use CoreFoundation... " >&6; }
    71397368            # Check whether --enable-corefoundation was given.
    71407369if test "${enable_corefoundation+set}" = set; then
     
    71447373fi
    71457374
    7146             { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
    7147 echo "${ECHO_T}$tcl_corefoundation" >&6; }
     7375            { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
     7376$as_echo "$tcl_corefoundation" >&6; }
    71487377            if test $tcl_corefoundation = yes; then
    7149                 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
    7150 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }
     7378                { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
     7379$as_echo_n "checking for CoreFoundation.framework... " >&6; }
    71517380if test "${tcl_cv_lib_corefoundation+set}" = set; then
    7152   echo $ECHO_N "(cached) $ECHO_C" >&6
     7381  $as_echo_n "(cached) " >&6
    71537382else
    71547383
     
    71827411  *) ac_try_echo=$ac_try;;
    71837412esac
    7184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7413eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7414$as_echo "$ac_try_echo") >&5
    71857415  (eval "$ac_link") 2>conftest.er1
    71867416  ac_status=$?
     
    71887418  rm -f conftest.er1
    71897419  cat conftest.err >&5
    7190   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7420  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71917421  (exit $ac_status); } && {
    71927422         test -z "$ac_cxx_werror_flag" ||
    71937423         test ! -s conftest.err
    7194        } && test -s conftest$ac_exeext &&
    7195        $as_test_x conftest$ac_exeext; then
     7424       } && test -s conftest$ac_exeext && {
     7425         test "$cross_compiling" = yes ||
     7426         $as_test_x conftest$ac_exeext
     7427       }; then
    71967428  tcl_cv_lib_corefoundation=yes
    71977429else
    7198   echo "$as_me: failed program was:" >&5
     7430  $as_echo "$as_me: failed program was:" >&5
    71997431sed 's/^/| /' conftest.$ac_ext >&5
    72007432
     
    72027434fi
    72037435
     7436rm -rf conftest.dSYM
    72047437rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    72057438      conftest$ac_exeext conftest.$ac_ext
     
    72087441                    done; fi; LIBS=$hold_libs
    72097442fi
    7210 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
    7211 echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; }
     7443{ $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5
     7444$as_echo "$tcl_cv_lib_corefoundation" >&6; }
    72127445                if test $tcl_cv_lib_corefoundation = yes; then
    72137446                    LIBS="$LIBS -framework CoreFoundation"
     
    72207453                fi
    72217454                if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then
    7222                     { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
    7223 echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; }
     7455                    { $as_echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5
     7456$as_echo_n "checking for 64-bit CoreFoundation... " >&6; }
    72247457if test "${tcl_cv_lib_corefoundation_64+set}" = set; then
    7225   echo $ECHO_N "(cached) $ECHO_C" >&6
     7458  $as_echo_n "(cached) " >&6
    72267459else
    72277460
     
    72507483  *) ac_try_echo=$ac_try;;
    72517484esac
    7252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7485eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7486$as_echo "$ac_try_echo") >&5
    72537487  (eval "$ac_link") 2>conftest.er1
    72547488  ac_status=$?
     
    72567490  rm -f conftest.er1
    72577491  cat conftest.err >&5
    7258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7492  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72597493  (exit $ac_status); } && {
    72607494         test -z "$ac_cxx_werror_flag" ||
    72617495         test ! -s conftest.err
    7262        } && test -s conftest$ac_exeext &&
    7263        $as_test_x conftest$ac_exeext; then
     7496       } && test -s conftest$ac_exeext && {
     7497         test "$cross_compiling" = yes ||
     7498         $as_test_x conftest$ac_exeext
     7499       }; then
    72647500  tcl_cv_lib_corefoundation_64=yes
    72657501else
    7266   echo "$as_me: failed program was:" >&5
     7502  $as_echo "$as_me: failed program was:" >&5
    72677503sed 's/^/| /' conftest.$ac_ext >&5
    72687504
     
    72707506fi
    72717507
     7508rm -rf conftest.dSYM
    72727509rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    72737510      conftest$ac_exeext conftest.$ac_ext
     
    72767513                        done
    72777514fi
    7278 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
    7279 echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; }
     7515{ $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5
     7516$as_echo "$tcl_cv_lib_corefoundation_64" >&6; }
    72807517                    if test $tcl_cv_lib_corefoundation_64 = no; then
    72817518                        cat >>confdefs.h <<\_ACEOF
     
    74957732                        if test "$GCC" = "yes" ; then
    74967733                            if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
    7497                                 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
    7498 echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
     7734                                { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
     7735$as_echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
    74997736                            else
    75007737                                do64bit_ok=yes
     
    75177754                elif test "$arch" = "amd64 i386" ; then
    75187755                    if test "$GCC" = "yes" ; then
    7519                         { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    7520 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     7756                        { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     7757$as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    75217758                    else
    75227759                        do64bit_ok=yes
     
    75257762                    fi
    75267763                else
    7527                     { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
    7528 echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
     7764                    { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5
     7765$as_echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}
    75297766                fi
    75307767            fi
     
    75847821            # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers
    75857822            # that don't grok the -Bexport option.  Test that it does.
    7586             { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
    7587 echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; }
     7823            { $as_echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5
     7824$as_echo_n "checking for ld accepts -Bexport flag... " >&6; }
    75887825if test "${tcl_cv_ld_Bexport+set}" = set; then
    7589   echo $ECHO_N "(cached) $ECHO_C" >&6
     7826  $as_echo_n "(cached) " >&6
    75907827else
    75917828
     
    76137850  *) ac_try_echo=$ac_try;;
    76147851esac
    7615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7852eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7853$as_echo "$ac_try_echo") >&5
    76167854  (eval "$ac_link") 2>conftest.er1
    76177855  ac_status=$?
     
    76197857  rm -f conftest.er1
    76207858  cat conftest.err >&5
    7621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7859  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76227860  (exit $ac_status); } && {
    76237861         test -z "$ac_cxx_werror_flag" ||
    76247862         test ! -s conftest.err
    7625        } && test -s conftest$ac_exeext &&
    7626        $as_test_x conftest$ac_exeext; then
     7863       } && test -s conftest$ac_exeext && {
     7864         test "$cross_compiling" = yes ||
     7865         $as_test_x conftest$ac_exeext
     7866       }; then
    76277867  tcl_cv_ld_Bexport=yes
    76287868else
    7629   echo "$as_me: failed program was:" >&5
     7869  $as_echo "$as_me: failed program was:" >&5
    76307870sed 's/^/| /' conftest.$ac_ext >&5
    76317871
     
    76337873fi
    76347874
     7875rm -rf conftest.dSYM
    76357876rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    76367877      conftest$ac_exeext conftest.$ac_ext
    76377878                LDFLAGS=$hold_ldflags
    76387879fi
    7639 { echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
    7640 echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; }
     7880{ $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5
     7881$as_echo "$tcl_cv_ld_Bexport" >&6; }
    76417882            if test $tcl_cv_ld_Bexport = yes; then
    76427883                LDFLAGS="$LDFLAGS -Wl,-Bexport"
     
    76487889
    76497890    if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then
    7650         { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
    7651 echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
     7891        { $as_echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5
     7892$as_echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}
    76527893    fi
    76537894
     
    76757916
    76767917    if test "x$DL_OBJS" = "xtclLoadAout.o" ; then
    7677         { echo "$as_me:$LINENO: checking sys/exec.h" >&5
    7678 echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; }
     7918        { $as_echo "$as_me:$LINENO: checking sys/exec.h" >&5
     7919$as_echo_n "checking sys/exec.h... " >&6; }
    76797920if test "${tcl_cv_sysexec_h+set}" = set; then
    7680   echo $ECHO_N "(cached) $ECHO_C" >&6
     7921  $as_echo_n "(cached) " >&6
    76817922else
    76827923
     
    77137954  *) ac_try_echo=$ac_try;;
    77147955esac
    7715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     7956eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     7957$as_echo "$ac_try_echo") >&5
    77167958  (eval "$ac_compile") 2>conftest.er1
    77177959  ac_status=$?
     
    77197961  rm -f conftest.er1
    77207962  cat conftest.err >&5
    7721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7963  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77227964  (exit $ac_status); } && {
    77237965         test -z "$ac_cxx_werror_flag" ||
     
    77267968  tcl_cv_sysexec_h=usable
    77277969else
    7728   echo "$as_me: failed program was:" >&5
     7970  $as_echo "$as_me: failed program was:" >&5
    77297971sed 's/^/| /' conftest.$ac_ext >&5
    77307972
     
    77347976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    77357977fi
    7736 { echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
    7737 echo "${ECHO_T}$tcl_cv_sysexec_h" >&6; }
     7978{ $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5
     7979$as_echo "$tcl_cv_sysexec_h" >&6; }
    77387980        if test $tcl_cv_sysexec_h = usable; then
    77397981            cat >>confdefs.h <<\_ACEOF
     
    77427984
    77437985        else
    7744             { echo "$as_me:$LINENO: checking a.out.h" >&5
    7745 echo $ECHO_N "checking a.out.h... $ECHO_C" >&6; }
     7986            { $as_echo "$as_me:$LINENO: checking a.out.h" >&5
     7987$as_echo_n "checking a.out.h... " >&6; }
    77467988if test "${tcl_cv_aout_h+set}" = set; then
    7747   echo $ECHO_N "(cached) $ECHO_C" >&6
     7989  $as_echo_n "(cached) " >&6
    77487990else
    77497991
     
    77808022  *) ac_try_echo=$ac_try;;
    77818023esac
    7782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     8024eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8025$as_echo "$ac_try_echo") >&5
    77838026  (eval "$ac_compile") 2>conftest.er1
    77848027  ac_status=$?
     
    77868029  rm -f conftest.er1
    77878030  cat conftest.err >&5
    7788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8031  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77898032  (exit $ac_status); } && {
    77908033         test -z "$ac_cxx_werror_flag" ||
     
    77938036  tcl_cv_aout_h=usable
    77948037else
    7795   echo "$as_me: failed program was:" >&5
     8038  $as_echo "$as_me: failed program was:" >&5
    77968039sed 's/^/| /' conftest.$ac_ext >&5
    77978040
     
    78018044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    78028045fi
    7803 { echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
    7804 echo "${ECHO_T}$tcl_cv_aout_h" >&6; }
     8046{ $as_echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5
     8047$as_echo "$tcl_cv_aout_h" >&6; }
    78058048            if test $tcl_cv_aout_h = usable; then
    78068049                cat >>confdefs.h <<\_ACEOF
     
    78098052
    78108053            else
    7811                 { echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
    7812 echo $ECHO_N "checking sys/exec_aout.h... $ECHO_C" >&6; }
     8054                { $as_echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5
     8055$as_echo_n "checking sys/exec_aout.h... " >&6; }
    78138056if test "${tcl_cv_sysexecaout_h+set}" = set; then
    7814   echo $ECHO_N "(cached) $ECHO_C" >&6
     8057  $as_echo_n "(cached) " >&6
    78158058else
    78168059
     
    78478090  *) ac_try_echo=$ac_try;;
    78488091esac
    7849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     8092eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     8093$as_echo "$ac_try_echo") >&5
    78508094  (eval "$ac_compile") 2>conftest.er1
    78518095  ac_status=$?
     
    78538097  rm -f conftest.er1
    78548098  cat conftest.err >&5
    7855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8099  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78568100  (exit $ac_status); } && {
    78578101         test -z "$ac_cxx_werror_flag" ||
     
    78608104  tcl_cv_sysexecaout_h=usable
    78618105else
    7862   echo "$as_me: failed program was:" >&5
     8106  $as_echo "$as_me: failed program was:" >&5
    78638107sed 's/^/| /' conftest.$ac_ext >&5
    78648108
     
    78688112rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    78698113fi
    7870 { echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
    7871 echo "${ECHO_T}$tcl_cv_sysexecaout_h" >&6; }
     8114{ $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5
     8115$as_echo "$tcl_cv_sysexecaout_h" >&6; }
    78728116                if test $tcl_cv_sysexecaout_h = usable; then
    78738117                    cat >>confdefs.h <<\_ACEOF
     
    80168260done
    80178261if test "x${make_command}" = "x" ; then
    8018   { { echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
    8019 echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
     8262  { { $as_echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5
     8263$as_echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;}
    80208264   { (exit 1); exit 1; }; }
    80218265fi
     
    80498293TCLSH=
    80508294if test "$with_tclsh" != "no" ; then
    8051     { echo "$as_me:$LINENO: checking for tclsh" >&5
    8052 echo $ECHO_N "checking for tclsh... $ECHO_C" >&6; }
     8295    { $as_echo "$as_me:$LINENO: checking for tclsh" >&5
     8296$as_echo_n "checking for tclsh... " >&6; }
    80538297    if test -x "$with_tclsh/bin/tclsh"
    80548298    then
     
    80638307            # Extract the first word of "tclsh", so it can be a program name with args.
    80648308set dummy tclsh; ac_word=$2
    8065 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8066 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8309{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8310$as_echo_n "checking for $ac_word... " >&6; }
    80678311if test "${ac_cv_path_TCLSH+set}" = set; then
    8068   echo $ECHO_N "(cached) $ECHO_C" >&6
     8312  $as_echo_n "(cached) " >&6
    80698313else
    80708314  case $TCLSH in
     
    80818325  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    80828326    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    8083     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8327    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    80848328    break 2
    80858329  fi
     
    80938337TCLSH=$ac_cv_path_TCLSH
    80948338if test -n "$TCLSH"; then
    8095   { echo "$as_me:$LINENO: result: $TCLSH" >&5
    8096 echo "${ECHO_T}$TCLSH" >&6; }
    8097 else
    8098   { echo "$as_me:$LINENO: result: no" >&5
    8099 echo "${ECHO_T}no" >&6; }
     8339  { $as_echo "$as_me:$LINENO: result: $TCLSH" >&5
     8340$as_echo "$TCLSH" >&6; }
     8341else
     8342  { $as_echo "$as_me:$LINENO: result: no" >&5
     8343$as_echo "no" >&6; }
    81008344fi
    81018345
     
    81048348    fi
    81058349fi
    8106 { echo "$as_me:$LINENO: result: ${TCLSH}" >&5
    8107 echo "${ECHO_T}${TCLSH}" >&6; }
     8350{ $as_echo "$as_me:$LINENO: result: ${TCLSH}" >&5
     8351$as_echo "${TCLSH}" >&6; }
    81088352
    81098353
     
    81278371    # Extract the first word of "matlab", so it can be a program name with args.
    81288372set dummy matlab; ac_word=$2
    8129 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8130 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8373{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8374$as_echo_n "checking for $ac_word... " >&6; }
    81318375if test "${ac_cv_path_MATLAB+set}" = set; then
    8132   echo $ECHO_N "(cached) $ECHO_C" >&6
     8376  $as_echo_n "(cached) " >&6
    81338377else
    81348378  case $MATLAB in
     
    81458389  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    81468390    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    8147     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8391    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    81488392    break 2
    81498393  fi
     
    81578401MATLAB=$ac_cv_path_MATLAB
    81588402if test -n "$MATLAB"; then
    8159   { echo "$as_me:$LINENO: result: $MATLAB" >&5
    8160 echo "${ECHO_T}$MATLAB" >&6; }
    8161 else
    8162   { echo "$as_me:$LINENO: result: no" >&5
    8163 echo "${ECHO_T}no" >&6; }
     8403  { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
     8404$as_echo "$MATLAB" >&6; }
     8405else
     8406  { $as_echo "$as_me:$LINENO: result: no" >&5
     8407$as_echo "no" >&6; }
    81648408fi
    81658409
     
    81688412    # Extract the first word of "matlab", so it can be a program name with args.
    81698413set dummy matlab; ac_word=$2
    8170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8414{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8415$as_echo_n "checking for $ac_word... " >&6; }
    81728416if test "${ac_cv_path_MATLAB+set}" = set; then
    8173   echo $ECHO_N "(cached) $ECHO_C" >&6
     8417  $as_echo_n "(cached) " >&6
    81748418else
    81758419  case $MATLAB in
     
    81868430  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    81878431    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    8188     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8432    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    81898433    break 2
    81908434  fi
     
    81998443MATLAB=$ac_cv_path_MATLAB
    82008444if test -n "$MATLAB"; then
    8201   { echo "$as_me:$LINENO: result: $MATLAB" >&5
    8202 echo "${ECHO_T}$MATLAB" >&6; }
    8203 else
    8204   { echo "$as_me:$LINENO: result: no" >&5
    8205 echo "${ECHO_T}no" >&6; }
     8445  { $as_echo "$as_me:$LINENO: result: $MATLAB" >&5
     8446$as_echo "$MATLAB" >&6; }
     8447else
     8448  { $as_echo "$as_me:$LINENO: result: no" >&5
     8449$as_echo "no" >&6; }
    82068450fi
    82078451
     
    82198463  # Extract the first word of "mex", so it can be a program name with args.
    82208464set dummy mex; ac_word=$2
    8221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8465{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8466$as_echo_n "checking for $ac_word... " >&6; }
    82238467if test "${ac_cv_path_MEX+set}" = set; then
    8224   echo $ECHO_N "(cached) $ECHO_C" >&6
     8468  $as_echo_n "(cached) " >&6
    82258469else
    82268470  case $MEX in
     
    82378481  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    82388482    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    8239     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8483    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    82408484    break 2
    82418485  fi
     
    82508494MEX=$ac_cv_path_MEX
    82518495if test -n "$MEX"; then
    8252   { echo "$as_me:$LINENO: result: $MEX" >&5
    8253 echo "${ECHO_T}$MEX" >&6; }
    8254 else
    8255   { echo "$as_me:$LINENO: result: no" >&5
    8256 echo "${ECHO_T}no" >&6; }
     8496  { $as_echo "$as_me:$LINENO: result: $MEX" >&5
     8497$as_echo "$MEX" >&6; }
     8498else
     8499  { $as_echo "$as_me:$LINENO: result: no" >&5
     8500$as_echo "no" >&6; }
    82578501fi
    82588502
     
    82608504  # Extract the first word of "mexext", so it can be a program name with args.
    82618505set dummy mexext; ac_word=$2
    8262 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8263 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8506{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8507$as_echo_n "checking for $ac_word... " >&6; }
    82648508if test "${ac_cv_path_MEXEXT+set}" = set; then
    8265   echo $ECHO_N "(cached) $ECHO_C" >&6
     8509  $as_echo_n "(cached) " >&6
    82668510else
    82678511  case $MEXEXT in
     
    82788522  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    82798523    ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext"
    8280     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8524    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    82818525    break 2
    82828526  fi
     
    82918535MEXEXT=$ac_cv_path_MEXEXT
    82928536if test -n "$MEXEXT"; then
    8293   { echo "$as_me:$LINENO: result: $MEXEXT" >&5
    8294 echo "${ECHO_T}$MEXEXT" >&6; }
    8295 else
    8296   { echo "$as_me:$LINENO: result: no" >&5
    8297 echo "${ECHO_T}no" >&6; }
     8537  { $as_echo "$as_me:$LINENO: result: $MEXEXT" >&5
     8538$as_echo "$MEXEXT" >&6; }
     8539else
     8540  { $as_echo "$as_me:$LINENO: result: no" >&5
     8541$as_echo "no" >&6; }
    82988542fi
    82998543
     
    83018545
    83028546  # Run "mexext" to get the expected module extension for this platform.
    8303   { echo "$as_me:$LINENO: checking for mex extension" >&5
    8304 echo $ECHO_N "checking for mex extension... $ECHO_C" >&6; }
     8547  { $as_echo "$as_me:$LINENO: checking for mex extension" >&5
     8548$as_echo_n "checking for mex extension... " >&6; }
    83058549  if test "x$MEXEXT" != "x" ; then
    83068550    MEXEXT=`$MEXEXT`
     
    83088552    MEXEXT="mexglx"
    83098553  fi
    8310   { echo "$as_me:$LINENO: result: $MEXEXT" >&5
    8311 echo "${ECHO_T}$MEXEXT" >&6; }
     8554  { $as_echo "$as_me:$LINENO: result: $MEXEXT" >&5
     8555$as_echo "$MEXEXT" >&6; }
    83128556  # Extract the first word of "mcc", so it can be a program name with args.
    83138557set dummy mcc; ac_word=$2
    8314 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8558{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8559$as_echo_n "checking for $ac_word... " >&6; }
    83168560if test "${ac_cv_path_MCC+set}" = set; then
    8317   echo $ECHO_N "(cached) $ECHO_C" >&6
     8561  $as_echo_n "(cached) " >&6
    83188562else
    83198563  case $MCC in
     
    83308574  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    83318575    ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext"
    8332     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8576    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    83338577    break 2
    83348578  fi
     
    83438587MCC=$ac_cv_path_MCC
    83448588if test -n "$MCC"; then
    8345   { echo "$as_me:$LINENO: result: $MCC" >&5
    8346 echo "${ECHO_T}$MCC" >&6; }
    8347 else
    8348   { echo "$as_me:$LINENO: result: no" >&5
    8349 echo "${ECHO_T}no" >&6; }
    8350 fi
    8351 
    8352 
    8353   { echo "$as_me:$LINENO: checking for mcc extension" >&5
    8354 echo $ECHO_N "checking for mcc extension... $ECHO_C" >&6; }
     8589  { $as_echo "$as_me:$LINENO: result: $MCC" >&5
     8590$as_echo "$MCC" >&6; }
     8591else
     8592  { $as_echo "$as_me:$LINENO: result: no" >&5
     8593$as_echo "no" >&6; }
     8594fi
     8595
     8596
     8597  { $as_echo "$as_me:$LINENO: checking for mcc extension" >&5
     8598$as_echo_n "checking for mcc extension... " >&6; }
    83558599fi
    83568600
     
    83758619    # Extract the first word of "mkoctfile", so it can be a program name with args.
    83768620set dummy mkoctfile; ac_word=$2
    8377 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8621{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8622$as_echo_n "checking for $ac_word... " >&6; }
    83798623if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    8380   echo $ECHO_N "(cached) $ECHO_C" >&6
     8624  $as_echo_n "(cached) " >&6
    83818625else
    83828626  case $MKOCTFILE in
     
    83938637  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    83948638    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    8395     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8639    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    83968640    break 2
    83978641  fi
     
    84058649MKOCTFILE=$ac_cv_path_MKOCTFILE
    84068650if test -n "$MKOCTFILE"; then
    8407   { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    8408 echo "${ECHO_T}$MKOCTFILE" >&6; }
    8409 else
    8410   { echo "$as_me:$LINENO: result: no" >&5
    8411 echo "${ECHO_T}no" >&6; }
     8651  { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     8652$as_echo "$MKOCTFILE" >&6; }
     8653else
     8654  { $as_echo "$as_me:$LINENO: result: no" >&5
     8655$as_echo "no" >&6; }
    84128656fi
    84138657
     
    84168660    # Extract the first word of "mkoctfile", so it can be a program name with args.
    84178661set dummy mkoctfile; ac_word=$2
    8418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8662{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8663$as_echo_n "checking for $ac_word... " >&6; }
    84208664if test "${ac_cv_path_MKOCTFILE+set}" = set; then
    8421   echo $ECHO_N "(cached) $ECHO_C" >&6
     8665  $as_echo_n "(cached) " >&6
    84228666else
    84238667  case $MKOCTFILE in
     
    84348678  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    84358679    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    8436     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8680    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    84378681    break 2
    84388682  fi
     
    84478691MKOCTFILE=$ac_cv_path_MKOCTFILE
    84488692if test -n "$MKOCTFILE"; then
    8449   { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
    8450 echo "${ECHO_T}$MKOCTFILE" >&6; }
    8451 else
    8452   { echo "$as_me:$LINENO: result: no" >&5
    8453 echo "${ECHO_T}no" >&6; }
     8693  { $as_echo "$as_me:$LINENO: result: $MKOCTFILE" >&5
     8694$as_echo "$MKOCTFILE" >&6; }
     8695else
     8696  { $as_echo "$as_me:$LINENO: result: no" >&5
     8697$as_echo "no" >&6; }
    84548698fi
    84558699
     
    84818725PERL_LIBSPEC=
    84828726if test "$with_perl" != "no" ; then
    8483   { echo "$as_me:$LINENO: checking for perl" >&5
    8484 echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
     8727  { $as_echo "$as_me:$LINENO: checking for perl" >&5
     8728$as_echo_n "checking for perl... " >&6; }
    84858729  if test "$with_perl" != "yes" ; then
    84868730    # Extract the first word of "perl", so it can be a program name with args.
    84878731set dummy perl; ac_word=$2
    8488 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8732{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8733$as_echo_n "checking for $ac_word... " >&6; }
    84908734if test "${ac_cv_path_PERL+set}" = set; then
    8491   echo $ECHO_N "(cached) $ECHO_C" >&6
     8735  $as_echo_n "(cached) " >&6
    84928736else
    84938737  case $PERL in
     
    85048748  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85058749    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8506     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8750    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    85078751    break 2
    85088752  fi
     
    85178761PERL=$ac_cv_path_PERL
    85188762if test -n "$PERL"; then
    8519   { echo "$as_me:$LINENO: result: $PERL" >&5
    8520 echo "${ECHO_T}$PERL" >&6; }
    8521 else
    8522   { echo "$as_me:$LINENO: result: no" >&5
    8523 echo "${ECHO_T}no" >&6; }
     8763  { $as_echo "$as_me:$LINENO: result: $PERL" >&5
     8764$as_echo "$PERL" >&6; }
     8765else
     8766  { $as_echo "$as_me:$LINENO: result: no" >&5
     8767$as_echo "no" >&6; }
    85248768fi
    85258769
     
    85288772    # Extract the first word of "perl", so it can be a program name with args.
    85298773set dummy perl; ac_word=$2
    8530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8774{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8775$as_echo_n "checking for $ac_word... " >&6; }
    85328776if test "${ac_cv_path_PERL+set}" = set; then
    8533   echo $ECHO_N "(cached) $ECHO_C" >&6
     8777  $as_echo_n "(cached) " >&6
    85348778else
    85358779  case $PERL in
     
    85468790  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    85478791    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    8548     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8792    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    85498793    break 2
    85508794  fi
     
    85588802PERL=$ac_cv_path_PERL
    85598803if test -n "$PERL"; then
    8560   { echo "$as_me:$LINENO: result: $PERL" >&5
    8561 echo "${ECHO_T}$PERL" >&6; }
    8562 else
    8563   { echo "$as_me:$LINENO: result: no" >&5
    8564 echo "${ECHO_T}no" >&6; }
     8804  { $as_echo "$as_me:$LINENO: result: $PERL" >&5
     8805$as_echo "$PERL" >&6; }
     8806else
     8807  { $as_echo "$as_me:$LINENO: result: no" >&5
     8808$as_echo "no" >&6; }
    85658809fi
    85668810
     
    85858829  fi
    85868830fi
    8587 { echo "$as_me:$LINENO: result: ${PERL}" >&5
    8588 echo "${ECHO_T}${PERL}" >&6; }
     8831{ $as_echo "$as_me:$LINENO: result: ${PERL}" >&5
     8832$as_echo "${PERL}" >&6; }
    85898833
    85908834
     
    86238867
    86248868if test "$with_python" != "no" ; then
    8625   { echo "$as_me:$LINENO: checking for python" >&5
    8626 echo $ECHO_N "checking for python... $ECHO_C" >&6; }
     8869  { $as_echo "$as_me:$LINENO: checking for python" >&5
     8870$as_echo_n "checking for python... " >&6; }
    86278871  if test -x "$with_python/bin/python"; then
    86288872    echo Found python in $with_python/bin/python
     
    86348878    # 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.
    86358879set dummy python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5; ac_word=$2
    8636 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     8880{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     8881$as_echo_n "checking for $ac_word... " >&6; }
    86388882if test "${ac_cv_path_PYTHON+set}" = set; then
    8639   echo $ECHO_N "(cached) $ECHO_C" >&6
     8883  $as_echo_n "(cached) " >&6
    86408884else
    86418885  case $PYTHON in
     
    86528896  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    86538897    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    8654     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     8898    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    86558899    break 2
    86568900  fi
     
    86648908PYTHON=$ac_cv_path_PYTHON
    86658909if test -n "$PYTHON"; then
    8666   { echo "$as_me:$LINENO: result: $PYTHON" >&5
    8667 echo "${ECHO_T}$PYTHON" >&6; }
    8668 else
    8669   { echo "$as_me:$LINENO: result: no" >&5
    8670 echo "${ECHO_T}no" >&6; }
     8910  { $as_echo "$as_me:$LINENO: result: $PYTHON" >&5
     8911$as_echo "$PYTHON" >&6; }
     8912else
     8913  { $as_echo "$as_me:$LINENO: result: no" >&5
     8914$as_echo "no" >&6; }
    86718915fi
    86728916
     
    87058949  fi
    87068950
    8707   { echo "$as_me:$LINENO: checking for python distutils" >&5
    8708 echo $ECHO_N "checking for python distutils... $ECHO_C" >&6; }
     8951  { $as_echo "$as_me:$LINENO: checking for python distutils" >&5
     8952$as_echo_n "checking for python distutils... " >&6; }
    87098953  ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \
    87108954        build build_ext 2>&1 > /dev/null
     
    87148958    HAVE_PYTHON_DISTUTILS="no"
    87158959  fi
    8716   { echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
    8717 echo "${ECHO_T}$HAVE_PYTHON_DISTUTILS" >&6; }
     8960  { $as_echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5
     8961$as_echo "$HAVE_PYTHON_DISTUTILS" >&6; }
    87188962
    87198963  if test "${HAVE_PYTHON_DISTUTILS}" = "yes"; then
     
    87218965    # Check for Python include path
    87228966    #
    8723     { echo "$as_me:$LINENO: checking for Python include path" >&5
    8724 echo $ECHO_N "checking for Python include path... $ECHO_C" >&6; }
     8967    { $as_echo "$as_me:$LINENO: checking for Python include path" >&5
     8968$as_echo_n "checking for Python include path... " >&6; }
    87258969    if test "x${PYTHON_CPPFLAGS}" = "x"; then
    87268970      incdir_path=`${PYTHON} -c "import distutils.sysconfig; \
     
    87318975      PYTHON_CPPFLAGS=$python_path
    87328976    fi
    8733     { echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
    8734 echo "${ECHO_T}$PYTHON_CPPFLAGS" >&6; }
     8977    { $as_echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5
     8978$as_echo "$PYTHON_CPPFLAGS" >&6; }
    87358979
    87368980    #
    87378981    # python distutils found, get settings from python directly
    87388982    #
    8739     { echo "$as_me:$LINENO: checking location of site-packages" >&5
    8740 echo $ECHO_N "checking location of site-packages... $ECHO_C" >&6; }
     8983    { $as_echo "$as_me:$LINENO: checking location of site-packages" >&5
     8984$as_echo_n "checking location of site-packages... " >&6; }
    87418985    PYTHON_SITE_DIR="`${PYTHON} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(0);'`"
    87428986
     
    87709014    # Extract the first word of "ruby", so it can be a program name with args.
    87719015set dummy ruby; ac_word=$2
    8772 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8773 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     9016{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     9017$as_echo_n "checking for $ac_word... " >&6; }
    87749018if test "${ac_cv_path_RUBY+set}" = set; then
    8775   echo $ECHO_N "(cached) $ECHO_C" >&6
     9019  $as_echo_n "(cached) " >&6
    87769020else
    87779021  case $RUBY in
     
    87889032  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    87899033    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    8790     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9034    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    87919035    break 2
    87929036  fi
     
    88009044RUBY=$ac_cv_path_RUBY
    88019045if test -n "$RUBY"; then
    8802   { echo "$as_me:$LINENO: result: $RUBY" >&5
    8803 echo "${ECHO_T}$RUBY" >&6; }
    8804 else
    8805   { echo "$as_me:$LINENO: result: no" >&5
    8806 echo "${ECHO_T}no" >&6; }
     9046  { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
     9047$as_echo "$RUBY" >&6; }
     9048else
     9049  { $as_echo "$as_me:$LINENO: result: no" >&5
     9050$as_echo "no" >&6; }
    88079051fi
    88089052
     
    88119055    # Extract the first word of "ruby", so it can be a program name with args.
    88129056set dummy ruby; ac_word=$2
    8813 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8814 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     9057{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     9058$as_echo_n "checking for $ac_word... " >&6; }
    88159059if test "${ac_cv_path_RUBY+set}" = set; then
    8816   echo $ECHO_N "(cached) $ECHO_C" >&6
     9060  $as_echo_n "(cached) " >&6
    88179061else
    88189062  case $RUBY in
     
    88299073  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    88309074    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    8831     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9075    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    88329076    break 2
    88339077  fi
     
    88429086RUBY=$ac_cv_path_RUBY
    88439087if test -n "$RUBY"; then
    8844   { echo "$as_me:$LINENO: result: $RUBY" >&5
    8845 echo "${ECHO_T}$RUBY" >&6; }
    8846 else
    8847   { echo "$as_me:$LINENO: result: no" >&5
    8848 echo "${ECHO_T}no" >&6; }
     9088  { $as_echo "$as_me:$LINENO: result: $RUBY" >&5
     9089$as_echo "$RUBY" >&6; }
     9090else
     9091  { $as_echo "$as_me:$LINENO: result: no" >&5
     9092$as_echo "no" >&6; }
    88499093fi
    88509094
     
    88579101RUBY_PLATFORM=
    88589102if test "x${RUBY}" != "x" ; then
    8859   { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
    8860 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
     9103  { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
     9104$as_echo_n "checking for a sed that does not truncate output... " >&6; }
    88619105if test "${ac_cv_path_SED+set}" = set; then
    8862   echo $ECHO_N "(cached) $ECHO_C" >&6
     9106  $as_echo_n "(cached) " >&6
    88639107else
    88649108            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
     
    88669110       ac_script="$ac_script$as_nl$ac_script"
    88679111     done
    8868      echo "$ac_script" | sed 99q >conftest.sed
     9112     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
    88699113     $as_unset ac_script || ac_script=
    8870      # Extract the first word of "sed gsed" to use in msg output
    8871 if test -z "$SED"; then
    8872 set dummy sed gsed; ac_prog_name=$2
    8873 if test "${ac_cv_path_SED+set}" = set; then
    8874   echo $ECHO_N "(cached) $ECHO_C" >&6
    8875 else
     9114     if test -z "$SED"; then
    88769115  ac_path_SED_found=false
    8877 # Loop through the user's path and test for each of PROGNAME-LIST
    8878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     9116  # Loop through the user's path and test for each of PROGNAME-LIST
     9117  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    88799118for as_dir in $PATH
    88809119do
     
    88829121  test -z "$as_dir" && as_dir=.
    88839122  for ac_prog in sed gsed; do
    8884   for ac_exec_ext in '' $ac_executable_extensions; do
    8885     ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
    8886     { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
    8887     # Check for GNU ac_path_SED and select it if it is found.
     9123    for ac_exec_ext in '' $ac_executable_extensions; do
     9124      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
     9125      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
     9126# Check for GNU ac_path_SED and select it if it is found.
    88889127  # Check for GNU $ac_path_SED
    88899128case `"$ac_path_SED" --version 2>&1` in
     
    88929131*)
    88939132  ac_count=0
    8894   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     9133  $as_echo_n 0123456789 >"conftest.in"
    88959134  while :
    88969135  do
     
    88989137    mv "conftest.tmp" "conftest.in"
    88999138    cp "conftest.in" "conftest.nl"
    8900     echo '' >> "conftest.nl"
     9139    $as_echo '' >> "conftest.nl"
    89019140    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
    89029141    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    89139152esac
    89149153
    8915 
    8916     $ac_path_SED_found && break 3
     9154      $ac_path_SED_found && break 3
     9155    done
    89179156  done
    89189157done
    8919 
    8920 done
    89219158IFS=$as_save_IFS
    8922 
    8923 
    8924 fi
    8925 
    8926 SED="$ac_cv_path_SED"
    8927 if test -z "$SED"; then
    8928   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
    8929 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
     9159  if test -z "$ac_cv_path_SED"; then
     9160    { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
     9161$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
    89309162   { (exit 1); exit 1; }; }
    8931 fi
    8932 
     9163  fi
    89339164else
    89349165  ac_cv_path_SED=$SED
     
    89369167
    89379168fi
    8938 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
    8939 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
     9169{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
     9170$as_echo "$ac_cv_path_SED" >&6; }
    89409171 SED="$ac_cv_path_SED"
    89419172  rm -f conftest.sed
     
    89499180        ax_ruby_version=""
    89509181
    8951         { echo "$as_me:$LINENO: checking for ruby version" >&5
    8952 echo $ECHO_N "checking for ruby version... $ECHO_C" >&6; }
     9182        { $as_echo "$as_me:$LINENO: checking for ruby version" >&5
     9183$as_echo_n "checking for ruby version... " >&6; }
    89539184
    89549185        ruby_version=`$RUBY --version 2>&1 | $GREP "^ruby " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'`
    89559186
    8956         { echo "$as_me:$LINENO: result: $ruby_version" >&5
    8957 echo "${ECHO_T}$ruby_version" >&6; }
     9187        { $as_echo "$as_me:$LINENO: result: $ruby_version" >&5
     9188$as_echo "$ruby_version" >&6; }
    89589189
    89599190        RUBY_VERSION=$ruby_version
     
    89659196  # Extract the first word of "$ac_prog", so it can be a program name with args.
    89669197set dummy $ac_prog; ac_word=$2
    8967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    8968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     9198{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     9199$as_echo_n "checking for $ac_word... " >&6; }
    89699200if test "${ac_cv_prog_AWK+set}" = set; then
    8970   echo $ECHO_N "(cached) $ECHO_C" >&6
     9201  $as_echo_n "(cached) " >&6
    89719202else
    89729203  if test -n "$AWK"; then
     
    89819212  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    89829213    ac_cv_prog_AWK="$ac_prog"
    8983     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     9214    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    89849215    break 2
    89859216  fi
     
    89929223AWK=$ac_cv_prog_AWK
    89939224if test -n "$AWK"; then
    8994   { echo "$as_me:$LINENO: result: $AWK" >&5
    8995 echo "${ECHO_T}$AWK" >&6; }
    8996 else
    8997   { echo "$as_me:$LINENO: result: no" >&5
    8998 echo "${ECHO_T}no" >&6; }
     9225  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     9226$as_echo "$AWK" >&6; }
     9227else
     9228  { $as_echo "$as_me:$LINENO: result: no" >&5
     9229$as_echo "no" >&6; }
    89999230fi
    90009231
     
    90469277else
    90479278
    9048         { echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
    9049 echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
     9279        { $as_echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5
     9280$as_echo "$as_me: WARNING: could not find the ruby interpreter" >&2;}
    90509281
    90519282
     
    90629293    # Check for Ruby include path
    90639294    #
    9064     { echo "$as_me:$LINENO: checking for Ruby include path" >&5
    9065 echo $ECHO_N "checking for Ruby include path... $ECHO_C" >&6; }
     9295    { $as_echo "$as_me:$LINENO: checking for Ruby include path" >&5
     9296$as_echo_n "checking for Ruby include path... " >&6; }
    90669297    if test -z "$RUBY_CPPFLAGS"; then
    90679298        ruby_path=`$RUBY -rmkmf -e 'print Config::CONFIG["archdir"]'`
     
    90719302        RUBY_CPPFLAGS=$ruby_path
    90729303    fi
    9073     { echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
    9074 echo "${ECHO_T}$RUBY_CPPFLAGS" >&6; }
     9304    { $as_echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5
     9305$as_echo "$RUBY_CPPFLAGS" >&6; }
    90759306
    90769307
     
    90789309    # Check for Ruby library path
    90799310    #
    9080     { echo "$as_me:$LINENO: checking for Ruby library path" >&5
    9081 echo $ECHO_N "checking for Ruby library path... $ECHO_C" >&6; }
     9311    { $as_echo "$as_me:$LINENO: checking for Ruby library path" >&5
     9312$as_echo_n "checking for Ruby library path... " >&6; }
    90829313    if test -z "$RUBY_LDFLAGS"; then
    90839314        RUBY_LDFLAGS=`$RUBY -rmkmf -e 'print Config::CONFIG["LIBRUBYARG_SHARED"]'`
    90849315    fi
    9085     { echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
    9086 echo "${ECHO_T}$RUBY_LDFLAGS" >&6; }
     9316    { $as_echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5
     9317$as_echo "$RUBY_LDFLAGS" >&6; }
    90879318
    90889319
     
    90909321    # Check for site packages
    90919322    #
    9092     { echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
    9093 echo $ECHO_N "checking for Ruby site-packages path... $ECHO_C" >&6; }
     9323    { $as_echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5
     9324$as_echo_n "checking for Ruby site-packages path... " >&6; }
    90949325    if test -z "$RUBY_SITE_PKG"; then
    90959326        RUBY_SITE_PKG=`$RUBY -rmkmf -e 'print Config::CONFIG["sitearchdir"]'`
    90969327    fi
    9097     { echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
    9098 echo "${ECHO_T}$RUBY_SITE_PKG" >&6; }
     9328    { $as_echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5
     9329$as_echo "$RUBY_SITE_PKG" >&6; }
    90999330
    91009331
     
    91029333    # libraries which must be linked in when embedding
    91039334    #
    9104     { echo "$as_me:$LINENO: checking ruby extra libraries" >&5
    9105 echo $ECHO_N "checking ruby extra libraries... $ECHO_C" >&6; }
     9335    { $as_echo "$as_me:$LINENO: checking ruby extra libraries" >&5
     9336$as_echo_n "checking ruby extra libraries... " >&6; }
    91069337    if test -z "$RUBY_EXTRA_LIBS"; then
    91079338       RUBY_EXTRA_LIBS=`$RUBY -rmkmf -e 'print Config::CONFIG["SOLIBS"]'`
    91089339    fi
    9109     { echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
    9110 echo "${ECHO_T}$RUBY_EXTRA_LIBS" >&6; }
     9340    { $as_echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5
     9341$as_echo "$RUBY_EXTRA_LIBS" >&6; }
    91119342
    91129343
     
    91279358    # final check to see if everything compiles alright
    91289359    #
    9129     { echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
    9130 echo $ECHO_N "checking consistency of all components of ruby development environment... $ECHO_C" >&6; }
     9360    { $as_echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5
     9361$as_echo_n "checking consistency of all components of ruby development environment... " >&6; }
    91319362    ac_ext=c
    91329363ac_cpp='$CPP $CPPFLAGS'
     
    91659396  *) ac_try_echo=$ac_try;;
    91669397esac
    9167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     9398eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     9399$as_echo "$ac_try_echo") >&5
    91689400  (eval "$ac_link") 2>conftest.er1
    91699401  ac_status=$?
     
    91719403  rm -f conftest.er1
    91729404  cat conftest.err >&5
    9173   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     9405  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    91749406  (exit $ac_status); } && {
    91759407         test -z "$ac_c_werror_flag" ||
    91769408         test ! -s conftest.err
    9177        } && test -s conftest$ac_exeext &&
    9178        $as_test_x conftest$ac_exeext; then
     9409       } && test -s conftest$ac_exeext && {
     9410         test "$cross_compiling" = yes ||
     9411         $as_test_x conftest$ac_exeext
     9412       }; then
    91799413  rubyexists=yes
    91809414else
    9181   echo "$as_me: failed program was:" >&5
     9415  $as_echo "$as_me: failed program was:" >&5
    91829416sed 's/^/| /' conftest.$ac_ext >&5
    91839417
     
    91859419fi
    91869420
     9421rm -rf conftest.dSYM
    91879422rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    91889423      conftest$ac_exeext conftest.$ac_ext
    91899424
    9190     { echo "$as_me:$LINENO: result: $rubyexists" >&5
    9191 echo "${ECHO_T}$rubyexists" >&6; }
     9425    { $as_echo "$as_me:$LINENO: result: $rubyexists" >&5
     9426$as_echo "$rubyexists" >&6; }
    91929427
    91939428    if test "$rubyexists" = "no"; then
     
    92189453
    92199454
    9220     { echo "$as_me:$LINENO: checking how to build libraries" >&5
    9221 echo $ECHO_N "checking how to build libraries... $ECHO_C" >&6; }
     9455    { $as_echo "$as_me:$LINENO: checking how to build libraries" >&5
     9456$as_echo_n "checking how to build libraries... " >&6; }
    92229457    # Check whether --enable-shared was given.
    92239458if test "${enable_shared+set}" = set; then
     
    92369471
    92379472    if test "$tcl_ok" = "yes" ; then
    9238         { echo "$as_me:$LINENO: result: shared" >&5
    9239 echo "${ECHO_T}shared" >&6; }
     9473        { $as_echo "$as_me:$LINENO: result: shared" >&5
     9474$as_echo "shared" >&6; }
    92409475        SHARED_BUILD=1
    92419476    else
    9242         { echo "$as_me:$LINENO: result: static" >&5
    9243 echo "${ECHO_T}static" >&6; }
     9477        { $as_echo "$as_me:$LINENO: result: static" >&5
     9478$as_echo "static" >&6; }
    92449479        SHARED_BUILD=0
    92459480        cat >>confdefs.h <<\_ACEOF
     
    92799514
    92809515
    9281     { echo "$as_me:$LINENO: checking for build with symbols" >&5
    9282 echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6; }
     9516    { $as_echo "$as_me:$LINENO: checking for build with symbols" >&5
     9517$as_echo_n "checking for build with symbols... " >&6; }
    92839518    # Check whether --enable-symbols was given.
    92849519if test "${enable_symbols+set}" = set; then
     
    92939528        LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
    92949529        DBGX=""
    9295         { echo "$as_me:$LINENO: result: no" >&5
    9296 echo "${ECHO_T}no" >&6; }
     9530        { $as_echo "$as_me:$LINENO: result: no" >&5
     9531$as_echo "no" >&6; }
    92979532    else
    92989533        CFLAGS_DEFAULT='$(CFLAGS_DEBUG)'
     
    93009535        DBGX=g
    93019536        if test "$tcl_ok" = "yes"; then
    9302             { echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
    9303 echo "${ECHO_T}yes (standard debugging)" >&6; }
     9537            { $as_echo "$as_me:$LINENO: result: yes (standard debugging)" >&5
     9538$as_echo "yes (standard debugging)" >&6; }
    93049539        fi
    93059540    fi
     
    93279562    if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then
    93289563        if test "$tcl_ok" = "all"; then
    9329             { echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
    9330 echo "${ECHO_T}enabled symbols mem compile debugging" >&6; }
     9564            { $as_echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5
     9565$as_echo "enabled symbols mem compile debugging" >&6; }
    93319566        else
    9332             { echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
    9333 echo "${ECHO_T}enabled $tcl_ok debugging" >&6; }
     9567            { $as_echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5
     9568$as_echo "enabled $tcl_ok debugging" >&6; }
    93349569        fi
    93359570    fi
     
    93439578
    93449579ac_configure_args="--disable-threads --enable-shared"
     9580
     9581
    93459582subdirs="$subdirs packages/optimizer/src"
    93469583
    93479584
    9348 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/rappture gui/apps/rappture.env gui/apps/rerun gui/apps/simsim gui/pkgIndex.tcl gui/scripts/Makefile lang/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/graph/Makefile examples/objects/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile test/Makefile test/src/Makefile"
     9585ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/rappture gui/apps/rappture-csh.env gui/apps/rappture.env gui/apps/rerun gui/apps/simsim gui/pkgIndex.tcl gui/scripts/Makefile lang/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/graph/Makefile examples/objects/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile test/Makefile test/src/Makefile"
    93499586
    93509587cat >confcache <<\_ACEOF
     
    93759612    *${as_nl}*)
    93769613      case $ac_var in #(
    9377       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    9378 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     9614      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     9615$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    93799616      esac
    93809617      case $ac_var in #(
    93819618      _ | IFS | as_nl) ;; #(
     9619      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    93829620      *) $as_unset $ac_var ;;
    93839621      esac ;;
     
    94129650  if test -w "$cache_file"; then
    94139651    test "x$cache_file" != "x/dev/null" &&
    9414       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    9415 echo "$as_me: updating cache $cache_file" >&6;}
     9652      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     9653$as_echo "$as_me: updating cache $cache_file" >&6;}
    94169654    cat confcache >$cache_file
    94179655  else
    9418     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    9419 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     9656    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     9657$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    94209658  fi
    94219659fi
     
    94349672# look for a macro that doesn't take arguments.
    94359673ac_script='
     9674:mline
     9675/\\$/{
     9676 N
     9677 s,\\\n,,
     9678 b mline
     9679}
    94369680t clear
    94379681:clear
     
    94639707  # 1. Remove the extension, and $U if already installed.
    94649708  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    9465   ac_i=`echo "$ac_i" | sed "$ac_script"`
     9709  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    94669710  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    94679711  #    will be set to the directory where LIBOBJS objects are built.
     
    94769720
    94779721: ${CONFIG_STATUS=./config.status}
     9722ac_write_fail=0
    94789723ac_clean_files_save=$ac_clean_files
    94799724ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    9480 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    9481 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    9482 cat >$CONFIG_STATUS <<_ACEOF
     9725{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     9726$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     9727cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    94839728#! $SHELL
    94849729# Generated by $as_me.
     
    94939738_ACEOF
    94949739
    9495 cat >>$CONFIG_STATUS <<\_ACEOF
     9740cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    94969741## --------------------- ##
    94979742## M4sh Initialization.  ##
     
    95039748  emulate sh
    95049749  NULLCMD=:
    9505   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     9750  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    95069751  # is contrary to our usage.  Disable this feature.
    95079752  alias -g '${1+"$@"}'='"$@"'
     
    95259770as_cr_alnum=$as_cr_Letters$as_cr_digits
    95269771
     9772as_nl='
     9773'
     9774export as_nl
     9775# Printing a long string crashes Solaris 7 /usr/bin/printf.
     9776as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     9777as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     9778as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     9779if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     9780  as_echo='printf %s\n'
     9781  as_echo_n='printf %s'
     9782else
     9783  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     9784    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     9785    as_echo_n='/usr/ucb/echo -n'
     9786  else
     9787    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     9788    as_echo_n_body='eval
     9789      arg=$1;
     9790      case $arg in
     9791      *"$as_nl"*)
     9792        expr "X$arg" : "X\\(.*\\)$as_nl";
     9793        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     9794      esac;
     9795      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     9796    '
     9797    export as_echo_n_body
     9798    as_echo_n='sh -c $as_echo_n_body as_echo'
     9799  fi
     9800  export as_echo_body
     9801  as_echo='sh -c $as_echo_body as_echo'
     9802fi
     9803
    95279804# The user is always right.
    95289805if test "${PATH_SEPARATOR+set}" != set; then
    9529   echo "#! /bin/sh" >conf$$.sh
    9530   echo  "exit 0"   >>conf$$.sh
    9531   chmod +x conf$$.sh
    9532   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    9533     PATH_SEPARATOR=';'
    9534   else
    9535     PATH_SEPARATOR=:
    9536   fi
    9537   rm -f conf$$.sh
     9806  PATH_SEPARATOR=:
     9807  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     9808    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     9809      PATH_SEPARATOR=';'
     9810  }
    95389811fi
    95399812
     
    95519824# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    95529825# splitting by setting IFS to empty value.)
    9553 as_nl='
    9554 '
    95559826IFS=" ""        $as_nl"
    95569827
     
    95759846fi
    95769847if test ! -f "$as_myself"; then
    9577   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     9848  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    95789849  { (exit 1); exit 1; }
    95799850fi
     
    95889859
    95899860# NLS nuisances.
    9590 for as_var in \
    9591   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    9592   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    9593   LC_TELEPHONE LC_TIME
    9594 do
    9595   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    9596     eval $as_var=C; export $as_var
    9597   else
    9598     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    9599   fi
    9600 done
     9861LC_ALL=C
     9862export LC_ALL
     9863LANGUAGE=C
     9864export LANGUAGE
    96019865
    96029866# Required to use basename.
     
    96209884         X"$0" : 'X\(//\)$' \| \
    96219885         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    9622 echo X/"$0" |
     9886$as_echo X/"$0" |
    96239887    sed '/^.*\/\([^/][^/]*\)\/*$/{
    96249888            s//\1/
     
    96719935    ' >$as_me.lineno &&
    96729936  chmod +x "$as_me.lineno" ||
    9673     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     9937    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    96749938   { (exit 1); exit 1; }; }
    96759939
     
    96999963  ECHO_N='-n';;
    97009964esac
    9701 
    97029965if expr a : '\(a\)' >/dev/null 2>&1 &&
    97039966   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    97129975else
    97139976  rm -f conf$$.dir
    9714   mkdir conf$$.dir
    9715 fi
    9716 echo >conf$$.file
    9717 if ln -s conf$$.file conf$$ 2>/dev/null; then
    9718   as_ln_s='ln -s'
    9719   # ... but there are two gotchas:
    9720   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    9721   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    9722   # In both cases, we have to default to `cp -p'.
    9723   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     9977  mkdir conf$$.dir 2>/dev/null
     9978fi
     9979if (echo >conf$$.file) 2>/dev/null; then
     9980  if ln -s conf$$.file conf$$ 2>/dev/null; then
     9981    as_ln_s='ln -s'
     9982    # ... but there are two gotchas:
     9983    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     9984    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     9985    # In both cases, we have to default to `cp -p'.
     9986    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     9987      as_ln_s='cp -p'
     9988  elif ln conf$$.file conf$$ 2>/dev/null; then
     9989    as_ln_s=ln
     9990  else
    97249991    as_ln_s='cp -p'
    9725 elif ln conf$$.file conf$$ 2>/dev/null; then
    9726   as_ln_s=ln
     9992  fi
    97279993else
    97289994  as_ln_s='cp -p'
     
    974910015    eval sh -c '\''
    975010016      if test -d "$1"; then
    9751         test -d "$1/.";
     10017        test -d "$1/.";
    975210018      else
    975310019        case $1 in
    9754         -*)set "./$1";;
     10020        -*)set "./$1";;
    975510021        esac;
    975610022        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    977510041ac_log="
    977610042This file was extended by Rappture $as_me 1.1, which was
    9777 generated by GNU Autoconf 2.61.  Invocation command line was
     10043generated by GNU Autoconf 2.63.  Invocation command line was
    977810044
    977910045  CONFIG_FILES    = $CONFIG_FILES
     
    978810054_ACEOF
    978910055
    9790 cat >>$CONFIG_STATUS <<_ACEOF
     10056case $ac_config_files in *"
     10057"*) set x $ac_config_files; shift; ac_config_files=$*;;
     10058esac
     10059
     10060
     10061
     10062cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    979110063# Files that config.status was made for.
    979210064config_files="$ac_config_files"
     
    979410066_ACEOF
    979510067
    9796 cat >>$CONFIG_STATUS <<\_ACEOF
     10068cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    979710069ac_cs_usage="\
    979810070\`$as_me' instantiates files from templates according to the
    979910071current configuration.
    980010072
    9801 Usage: $0 [OPTIONS] [FILE]...
     10073Usage: $0 [OPTION]... [FILE]...
    980210074
    980310075  -h, --help       print this help, then exit
    980410076  -V, --version    print version number and configuration settings, then exit
    9805   -q, --quiet      do not print progress messages
     10077  -q, --quiet, --silent
     10078                   do not print progress messages
    980610079  -d, --debug      don't remove temporary files
    980710080      --recheck    update $as_me by reconfiguring in the same conditions
    9808   --file=FILE[:TEMPLATE]
    9809                    instantiate the configuration file FILE
     10081      --file=FILE[:TEMPLATE]
     10082                   instantiate the configuration file FILE
    981010083
    981110084Configuration files:
     
    981510088
    981610089_ACEOF
    9817 cat >>$CONFIG_STATUS <<_ACEOF
     10090cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    981810091ac_cs_version="\\
    981910092Rappture config.status 1.1
    9820 configured by $0, generated by GNU Autoconf 2.61,
    9821   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    9822 
    9823 Copyright (C) 2006 Free Software Foundation, Inc.
     10093configured by $0, generated by GNU Autoconf 2.63,
     10094  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     10095
     10096Copyright (C) 2008 Free Software Foundation, Inc.
    982410097This config.status script is free software; the Free Software Foundation
    982510098gives unlimited permission to copy, distribute and modify it."
     
    982910102INSTALL='$INSTALL'
    983010103MKDIR_P='$MKDIR_P'
    9831 _ACEOF
    9832 
    9833 cat >>$CONFIG_STATUS <<\_ACEOF
    9834 # If no file are specified by the user, then we need to provide default
    9835 # value.  By we need to know if files were specified by the user.
     10104AWK='$AWK'
     10105test -n "\$AWK" || AWK=awk
     10106_ACEOF
     10107
     10108cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10109# The default lists apply if the user does not specify any file.
    983610110ac_need_defaults=:
    983710111while test $# != 0
     
    985510129    ac_cs_recheck=: ;;
    985610130  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    9857     echo "$ac_cs_version"; exit ;;
     10131    $as_echo "$ac_cs_version"; exit ;;
    985810132  --debug | --debu | --deb | --de | --d | -d )
    985910133    debug=: ;;
    986010134  --file | --fil | --fi | --f )
    986110135    $ac_shift
    9862     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     10136    case $ac_optarg in
     10137    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10138    esac
     10139    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    986310140    ac_need_defaults=false;;
    986410141  --he | --h |  --help | --hel | -h )
    9865     echo "$ac_cs_usage"; exit ;;
     10142    $as_echo "$ac_cs_usage"; exit ;;
    986610143  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    986710144  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    986910146
    987010147  # This is an error.
    9871   -*) { echo "$as_me: error: unrecognized option: $1
     10148  -*) { $as_echo "$as_me: error: unrecognized option: $1
    987210149Try \`$0 --help' for more information." >&2
    987310150   { (exit 1); exit 1; }; } ;;
     
    988810165
    988910166_ACEOF
    9890 cat >>$CONFIG_STATUS <<_ACEOF
     10167cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    989110168if \$ac_cs_recheck; then
    9892   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    9893   CONFIG_SHELL=$SHELL
     10169  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     10170  shift
     10171  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     10172  CONFIG_SHELL='$SHELL'
    989410173  export CONFIG_SHELL
    9895   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    9896 fi
    9897 
    9898 _ACEOF
    9899 cat >>$CONFIG_STATUS <<\_ACEOF
     10174  exec "\$@"
     10175fi
     10176
     10177_ACEOF
     10178cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    990010179exec 5>>config.log
    990110180{
     
    990410183## Running $as_me. ##
    990510184_ASBOX
    9906   echo "$ac_log"
     10185  $as_echo "$ac_log"
    990710186} >&5
    990810187
    990910188_ACEOF
    9910 cat >>$CONFIG_STATUS <<_ACEOF
    9911 _ACEOF
    9912 
    9913 cat >>$CONFIG_STATUS <<\_ACEOF
     10189cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10190_ACEOF
     10191
     10192cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    991410193
    991510194# Handling of arguments.
     
    992710206    "gui/apps/about") CONFIG_FILES="$CONFIG_FILES gui/apps/about" ;;
    992810207    "gui/apps/rappture") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture" ;;
     10208    "gui/apps/rappture-csh.env") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture-csh.env" ;;
    992910209    "gui/apps/rappture.env") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture.env" ;;
    993010210    "gui/apps/rerun") CONFIG_FILES="$CONFIG_FILES gui/apps/rerun" ;;
     
    1000210282    "test/src/Makefile") CONFIG_FILES="$CONFIG_FILES test/src/Makefile" ;;
    1000310283
    10004   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    10005 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     10284  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     10285$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    1000610286   { (exit 1); exit 1; }; };;
    1000710287  esac
     
    1004210322} ||
    1004310323{
    10044    echo "$me: cannot create a temporary directory in ." >&2
     10324   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    1004510325   { (exit 1); exit 1; }
    1004610326}
    1004710327
    10048 #
    10049 # Set up the sed scripts for CONFIG_FILES section.
    10050 #
    10051 
    10052 # No need to generate the scripts if there are no CONFIG_FILES.
    10053 # This happens for instance when ./config.status config.h
     10328# Set up the scripts for CONFIG_FILES section.
     10329# No need to generate them if there are no CONFIG_FILES.
     10330# This happens for instance with `./config.status config.h'.
    1005410331if test -n "$CONFIG_FILES"; then
    1005510332
    10056 _ACEOF
    10057 
    10058 
    10059 
     10333
     10334ac_cr='
     10335'
     10336ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     10337if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     10338  ac_cs_awk_cr='\\r'
     10339else
     10340  ac_cs_awk_cr=$ac_cr
     10341fi
     10342
     10343echo 'BEGIN {' >"$tmp/subs1.awk" &&
     10344_ACEOF
     10345
     10346
     10347{
     10348  echo "cat >conf$$subs.awk <<_ACEOF" &&
     10349  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     10350  echo "_ACEOF"
     10351} >conf$$subs.sh ||
     10352  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10353$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10354   { (exit 1); exit 1; }; }
     10355ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    1006010356ac_delim='%!_!# '
    1006110357for ac_last_try in false false false false false :; do
    10062   cat >conf$$subs.sed <<_ACEOF
    10063 SHELL!$SHELL$ac_delim
    10064 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    10065 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    10066 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    10067 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    10068 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    10069 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    10070 exec_prefix!$exec_prefix$ac_delim
    10071 prefix!$prefix$ac_delim
    10072 program_transform_name!$program_transform_name$ac_delim
    10073 bindir!$bindir$ac_delim
    10074 sbindir!$sbindir$ac_delim
    10075 libexecdir!$libexecdir$ac_delim
    10076 datarootdir!$datarootdir$ac_delim
    10077 datadir!$datadir$ac_delim
    10078 sysconfdir!$sysconfdir$ac_delim
    10079 sharedstatedir!$sharedstatedir$ac_delim
    10080 localstatedir!$localstatedir$ac_delim
    10081 includedir!$includedir$ac_delim
    10082 oldincludedir!$oldincludedir$ac_delim
    10083 docdir!$docdir$ac_delim
    10084 infodir!$infodir$ac_delim
    10085 htmldir!$htmldir$ac_delim
    10086 dvidir!$dvidir$ac_delim
    10087 pdfdir!$pdfdir$ac_delim
    10088 psdir!$psdir$ac_delim
    10089 libdir!$libdir$ac_delim
    10090 localedir!$localedir$ac_delim
    10091 mandir!$mandir$ac_delim
    10092 DEFS!$DEFS$ac_delim
    10093 ECHO_C!$ECHO_C$ac_delim
    10094 ECHO_N!$ECHO_N$ac_delim
    10095 ECHO_T!$ECHO_T$ac_delim
    10096 LIBS!$LIBS$ac_delim
    10097 build_alias!$build_alias$ac_delim
    10098 host_alias!$host_alias$ac_delim
    10099 target_alias!$target_alias$ac_delim
    10100 LIB_SEARCH_DIRS!$LIB_SEARCH_DIRS$ac_delim
    10101 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
    10102 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
    10103 INSTALL_DATA!$INSTALL_DATA$ac_delim
    10104 SET_MAKE!$SET_MAKE$ac_delim
    10105 CC!$CC$ac_delim
    10106 CFLAGS!$CFLAGS$ac_delim
    10107 LDFLAGS!$LDFLAGS$ac_delim
    10108 CPPFLAGS!$CPPFLAGS$ac_delim
    10109 ac_ct_CC!$ac_ct_CC$ac_delim
    10110 EXEEXT!$EXEEXT$ac_delim
    10111 OBJEXT!$OBJEXT$ac_delim
    10112 CXX!$CXX$ac_delim
    10113 CXXFLAGS!$CXXFLAGS$ac_delim
    10114 ac_ct_CXX!$ac_ct_CXX$ac_delim
    10115 RANLIB!$RANLIB$ac_delim
    10116 LN_S!$LN_S$ac_delim
    10117 F77!$F77$ac_delim
    10118 FFLAGS!$FFLAGS$ac_delim
    10119 ac_ct_F77!$ac_ct_F77$ac_delim
    10120 CPP!$CPP$ac_delim
    10121 GREP!$GREP$ac_delim
    10122 EGREP!$EGREP$ac_delim
    10123 CXXCPP!$CXXCPP$ac_delim
    10124 AR!$AR$ac_delim
    10125 DL_LIBS!$DL_LIBS$ac_delim
    10126 DL_OBJS!$DL_OBJS$ac_delim
    10127 PLAT_OBJS!$PLAT_OBJS$ac_delim
    10128 PLAT_SRCS!$PLAT_SRCS$ac_delim
    10129 CFLAGS_DEBUG!$CFLAGS_DEBUG$ac_delim
    10130 CFLAGS_OPTIMIZE!$CFLAGS_OPTIMIZE$ac_delim
    10131 CFLAGS_WARNING!$CFLAGS_WARNING$ac_delim
    10132 LDFLAGS_DEBUG!$LDFLAGS_DEBUG$ac_delim
    10133 LDFLAGS_OPTIMIZE!$LDFLAGS_OPTIMIZE$ac_delim
    10134 CC_SEARCH_FLAGS!$CC_SEARCH_FLAGS$ac_delim
    10135 LD_SEARCH_FLAGS!$LD_SEARCH_FLAGS$ac_delim
    10136 STLIB_LD!$STLIB_LD$ac_delim
    10137 SHLIB_LD!$SHLIB_LD$ac_delim
    10138 TCL_SHLIB_LD_EXTRAS!$TCL_SHLIB_LD_EXTRAS$ac_delim
    10139 TK_SHLIB_LD_EXTRAS!$TK_SHLIB_LD_EXTRAS$ac_delim
    10140 SHLIB_LD_LIBS!$SHLIB_LD_LIBS$ac_delim
    10141 SHLIB_CFLAGS!$SHLIB_CFLAGS$ac_delim
    10142 SHLIB_SUFFIX!$SHLIB_SUFFIX$ac_delim
    10143 MAKE_LIB!$MAKE_LIB$ac_delim
    10144 MAKE_STUB_LIB!$MAKE_STUB_LIB$ac_delim
    10145 INSTALL_LIB!$INSTALL_LIB$ac_delim
    10146 INSTALL_STUB_LIB!$INSTALL_STUB_LIB$ac_delim
    10147 MAKE!$MAKE$ac_delim
    10148 ENABLE_GUI!$ENABLE_GUI$ac_delim
    10149 TCLSH!$TCLSH$ac_delim
    10150 MATLAB!$MATLAB$ac_delim
    10151 MEX!$MEX$ac_delim
    10152 MEXEXT!$MEXEXT$ac_delim
    10153 MCC!$MCC$ac_delim
    10154 MEX_ARCH!$MEX_ARCH$ac_delim
    10155 MKOCTFILE!$MKOCTFILE$ac_delim
    10156 PERL!$PERL$ac_delim
    10157 PERL_INCLUDES!$PERL_INCLUDES$ac_delim
    10158 PERL_ARCHLIB!$PERL_ARCHLIB$ac_delim
    10159 PERL_ARCHLIBEXP!$PERL_ARCHLIBEXP$ac_delim
    10160 _ACEOF
    10161 
    10162   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
     10358  . ./conf$$subs.sh ||
     10359    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10360$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10361   { (exit 1); exit 1; }; }
     10362
     10363  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     10364  if test $ac_delim_n = $ac_delim_num; then
    1016310365    break
    1016410366  elif $ac_last_try; then
    10165     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    10166 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10367    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     10368$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    1016710369   { (exit 1); exit 1; }; }
    1016810370  else
     
    1017010372  fi
    1017110373done
    10172 
    10173 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    10174 if test -n "$ac_eof"; then
    10175   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    10176   ac_eof=`expr $ac_eof + 1`
    10177 fi
    10178 
    10179 cat >>$CONFIG_STATUS <<_ACEOF
    10180 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    10181 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    10182 _ACEOF
    10183 sed '
    10184 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    10185 s/^/s,@/; s/!/@,|#_!!_#|/
    10186 :n
    10187 t n
    10188 s/'"$ac_delim"'$/,g/; t
    10189 s/$/\\/; p
    10190 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    10191 ' >>$CONFIG_STATUS <conf$$subs.sed
    10192 rm -f conf$$subs.sed
    10193 cat >>$CONFIG_STATUS <<_ACEOF
    10194 CEOF$ac_eof
    10195 _ACEOF
    10196 
    10197 
    10198 ac_delim='%!_!# '
    10199 for ac_last_try in false false false false false :; do
    10200   cat >conf$$subs.sed <<_ACEOF
    10201 PERL_VERSION!$PERL_VERSION$ac_delim
    10202 PERL_CCFLAGS!$PERL_CCFLAGS$ac_delim
    10203 PERL_CPPFLAGS!$PERL_CPPFLAGS$ac_delim
    10204 PERL_VENDORLIB!$PERL_VENDORLIB$ac_delim
    10205 PERL_PRIVLIB!$PERL_PRIVLIB$ac_delim
    10206 PERL_INSTALLARCHLIB!$PERL_INSTALLARCHLIB$ac_delim
    10207 PERL_VERSION_RV!$PERL_VERSION_RV$ac_delim
    10208 PERL_LIBSPEC!$PERL_LIBSPEC$ac_delim
    10209 PYTHON!$PYTHON$ac_delim
    10210 PYTHON_CPPFLAGS!$PYTHON_CPPFLAGS$ac_delim
    10211 pythondir!$pythondir$ac_delim
    10212 PYTHON_VERSION!$PYTHON_VERSION$ac_delim
    10213 PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim
    10214 PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim
    10215 HAVE_PYTHON_DISTUTILS!$HAVE_PYTHON_DISTUTILS$ac_delim
    10216 RUBY!$RUBY$ac_delim
    10217 SED!$SED$ac_delim
    10218 RUBY_VERSION!$RUBY_VERSION$ac_delim
    10219 AWK!$AWK$ac_delim
    10220 RUBY_CPPFLAGS!$RUBY_CPPFLAGS$ac_delim
    10221 RUBY_LDFLAGS!$RUBY_LDFLAGS$ac_delim
    10222 RUBY_SITE_PKG!$RUBY_SITE_PKG$ac_delim
    10223 RUBY_EXTRA_LIBS!$RUBY_EXTRA_LIBS$ac_delim
    10224 HAVE_RUBY_DEVEL!$HAVE_RUBY_DEVEL$ac_delim
    10225 RUBY_VERSION_RV!$RUBY_VERSION_RV$ac_delim
    10226 RUBY_PLATFORM!$RUBY_PLATFORM$ac_delim
    10227 RP_BASE!$RP_BASE$ac_delim
    10228 SHLIB_LDFLAGS!$SHLIB_LDFLAGS$ac_delim
    10229 TCL_VERSION!$TCL_VERSION$ac_delim
    10230 TK_VERSION!$TK_VERSION$ac_delim
    10231 CFLAGS_DEFAULT!$CFLAGS_DEFAULT$ac_delim
    10232 LDFLAGS_DEFAULT!$LDFLAGS_DEFAULT$ac_delim
    10233 subdirs!$subdirs$ac_delim
    10234 LIBOBJS!$LIBOBJS$ac_delim
    10235 LTLIBOBJS!$LTLIBOBJS$ac_delim
    10236 _ACEOF
    10237 
    10238   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 35; then
    10239     break
    10240   elif $ac_last_try; then
    10241     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    10242 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     10374rm -f conf$$subs.sh
     10375
     10376cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10377cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     10378_ACEOF
     10379sed -n '
     10380h
     10381s/^/S["/; s/!.*/"]=/
     10382p
     10383g
     10384s/^[^!]*!//
     10385:repl
     10386t repl
     10387s/'"$ac_delim"'$//
     10388t delim
     10389:nl
     10390h
     10391s/\(.\{148\}\).*/\1/
     10392t more1
     10393s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     10394p
     10395n
     10396b repl
     10397:more1
     10398s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     10399p
     10400g
     10401s/.\{148\}//
     10402t nl
     10403:delim
     10404h
     10405s/\(.\{148\}\).*/\1/
     10406t more2
     10407s/["\\]/\\&/g; s/^/"/; s/$/"/
     10408p
     10409b
     10410:more2
     10411s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     10412p
     10413g
     10414s/.\{148\}//
     10415t delim
     10416' <conf$$subs.awk | sed '
     10417/^[^""]/{
     10418  N
     10419  s/\n//
     10420}
     10421' >>$CONFIG_STATUS || ac_write_fail=1
     10422rm -f conf$$subs.awk
     10423cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10424_ACAWK
     10425cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     10426  for (key in S) S_is_set[key] = 1
     10427  FS = ""
     10428
     10429}
     10430{
     10431  line = $ 0
     10432  nfields = split(line, field, "@")
     10433  substed = 0
     10434  len = length(field[1])
     10435  for (i = 2; i < nfields; i++) {
     10436    key = field[i]
     10437    keylen = length(key)
     10438    if (S_is_set[key]) {
     10439      value = S[key]
     10440      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     10441      len += length(value) + length(field[++i])
     10442      substed = 1
     10443    } else
     10444      len += 1 + keylen
     10445  }
     10446
     10447  print line
     10448}
     10449
     10450_ACAWK
     10451_ACEOF
     10452cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     10453if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     10454  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     10455else
     10456  cat
     10457fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     10458  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     10459$as_echo "$as_me: error: could not setup config files machinery" >&2;}
    1024310460   { (exit 1); exit 1; }; }
    10244   else
    10245     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    10246   fi
    10247 done
    10248 
    10249 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    10250 if test -n "$ac_eof"; then
    10251   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    10252   ac_eof=`expr $ac_eof + 1`
    10253 fi
    10254 
    10255 cat >>$CONFIG_STATUS <<_ACEOF
    10256 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
    10257 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    10258 _ACEOF
    10259 sed '
    10260 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    10261 s/^/s,@/; s/!/@,|#_!!_#|/
    10262 :n
    10263 t n
    10264 s/'"$ac_delim"'$/,g/; t
    10265 s/$/\\/; p
    10266 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    10267 ' >>$CONFIG_STATUS <conf$$subs.sed
    10268 rm -f conf$$subs.sed
    10269 cat >>$CONFIG_STATUS <<_ACEOF
    10270 :end
    10271 s/|#_!!_#|//g
    10272 CEOF$ac_eof
    10273 _ACEOF
    10274 
     10461_ACEOF
    1027510462
    1027610463# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    1028910476fi
    1029010477
    10291 cat >>$CONFIG_STATUS <<\_ACEOF
     10478cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    1029210479fi # test -n "$CONFIG_FILES"
    1029310480
    1029410481
    10295 for ac_tag in  :F $CONFIG_FILES
     10482eval set X "  :F $CONFIG_FILES      "
     10483shift
     10484for ac_tag
    1029610485do
    1029710486  case $ac_tag in
     
    1030010489  case $ac_mode$ac_tag in
    1030110490  :[FHL]*:*);;
    10302   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    10303 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     10491  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     10492$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
    1030410493   { (exit 1); exit 1; }; };;
    1030510494  :[FH]-) ac_tag=-:-;;
     
    1033010519           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1033110520           esac ||
    10332            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    10333 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     10521           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     10522$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    1033410523   { (exit 1); exit 1; }; };;
    1033510524      esac
    10336       ac_file_inputs="$ac_file_inputs $ac_f"
     10525      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     10526      ac_file_inputs="$ac_file_inputs '$ac_f'"
    1033710527    done
    1033810528
     
    1034010530    # use $as_me), people would be surprised to read:
    1034110531    #    /* config.h.  Generated by config.status.  */
    10342     configure_input="Generated from "`IFS=:
    10343           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     10532    configure_input='Generated from '`
     10533          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     10534        `' by configure.'
    1034410535    if test x"$ac_file" != x-; then
    1034510536      configure_input="$ac_file.  $configure_input"
    10346       { echo "$as_me:$LINENO: creating $ac_file" >&5
    10347 echo "$as_me: creating $ac_file" >&6;}
     10537      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     10538$as_echo "$as_me: creating $ac_file" >&6;}
    1034810539    fi
     10540    # Neutralize special characters interpreted by sed in replacement strings.
     10541    case $configure_input in #(
     10542    *\&* | *\|* | *\\* )
     10543       ac_sed_conf_input=`$as_echo "$configure_input" |
     10544       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     10545    *) ac_sed_conf_input=$configure_input;;
     10546    esac
    1034910547
    1035010548    case $ac_tag in
    10351     *:-:* | *:-) cat >"$tmp/stdin";;
     10549    *:-:* | *:-) cat >"$tmp/stdin" \
     10550      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10551$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10552   { (exit 1); exit 1; }; } ;;
    1035210553    esac
    1035310554    ;;
     
    1035910560         X"$ac_file" : 'X\(//\)$' \| \
    1036010561         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    10361 echo X"$ac_file" |
     10562$as_echo X"$ac_file" |
    1036210563    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1036310564            s//\1/
     
    1038510586    while :; do
    1038610587      case $as_dir in #(
    10387       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     10588      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    1038810589      *) as_qdir=$as_dir;;
    1038910590      esac
     
    1039410595         X"$as_dir" : 'X\(//\)$' \| \
    1039510596         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10396 echo X"$as_dir" |
     10597$as_echo X"$as_dir" |
    1039710598    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1039810599            s//\1/
     
    1041510616    done
    1041610617    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10417   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10418 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     10618  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10619$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1041910620   { (exit 1); exit 1; }; }; }
    1042010621  ac_builddir=.
     
    1042310624.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1042410625*)
    10425   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     10626  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    1042610627  # A ".." for each directory in $ac_dir_suffix.
    10427   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     10628  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    1042810629  case $ac_top_builddir_sub in
    1042910630  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1047010671_ACEOF
    1047110672
    10472 cat >>$CONFIG_STATUS <<\_ACEOF
     10673cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    1047310674# If the template does not know about datarootdir, expand it.
    1047410675# FIXME: This hack should be removed a few years after 2.60.
    1047510676ac_datarootdir_hack=; ac_datarootdir_seen=
    1047610677
    10477 case `sed -n '/datarootdir/ {
     10678ac_sed_dataroot='
     10679/datarootdir/ {
    1047810680  p
    1047910681  q
     
    1048410686/@localedir@/p
    1048510687/@mandir@/p
    10486 ' $ac_file_inputs` in
     10688'
     10689case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    1048710690*datarootdir*) ac_datarootdir_seen=yes;;
    1048810691*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    10489   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    10490 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    10491 _ACEOF
    10492 cat >>$CONFIG_STATUS <<_ACEOF
     10692  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     10693$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     10694_ACEOF
     10695cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    1049310696  ac_datarootdir_hack='
    1049410697  s&@datadir@&$datadir&g
     
    1050410707# Shell code in configure.ac might set extrasub.
    1050510708# FIXME: do we really want to maintain this feature?
    10506 cat >>$CONFIG_STATUS <<_ACEOF
    10507   sed "$ac_vpsub
     10709cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10710ac_sed_extra="$ac_vpsub
    1050810711$extrasub
    1050910712_ACEOF
    10510 cat >>$CONFIG_STATUS <<\_ACEOF
     10713cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    1051110714:t
    1051210715/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    10513 s&@configure_input@&$configure_input&;t t
     10716s|@configure_input@|$ac_sed_conf_input|;t t
    1051410717s&@top_builddir@&$ac_top_builddir_sub&;t t
     10718s&@top_build_prefix@&$ac_top_build_prefix&;t t
    1051510719s&@srcdir@&$ac_srcdir&;t t
    1051610720s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    1052310727s&@MKDIR_P@&$ac_MKDIR_P&;t t
    1052410728$ac_datarootdir_hack
    10525 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
     10729"
     10730eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     10731  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10732$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10733   { (exit 1); exit 1; }; }
    1052610734
    1052710735test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    1052810736  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    1052910737  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    10530   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10738  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1053110739which seems to be undefined.  Please make sure it is defined." >&5
    10532 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     10740$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    1053310741which seems to be undefined.  Please make sure it is defined." >&2;}
    1053410742
    1053510743  rm -f "$tmp/stdin"
    1053610744  case $ac_file in
    10537   -) cat "$tmp/out"; rm -f "$tmp/out";;
    10538   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    10539   esac
     10745  -) cat "$tmp/out" && rm -f "$tmp/out";;
     10746  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     10747  esac \
     10748  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     10749$as_echo "$as_me: error: could not create $ac_file" >&2;}
     10750   { (exit 1); exit 1; }; }
    1054010751 ;;
    1054110752
     
    1055110762chmod +x $CONFIG_STATUS
    1055210763ac_clean_files=$ac_clean_files_save
     10764
     10765test $ac_write_fail = 0 ||
     10766  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     10767$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     10768   { (exit 1); exit 1; }; }
    1055310769
    1055410770
     
    1057910795if test "$no_recursion" != yes; then
    1058010796
    10581   # Remove --cache-file and --srcdir arguments so they do not pile up.
     10797  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
     10798  # so they do not pile up.
    1058210799  ac_sub_configure_args=
    1058310800  ac_prev=
     
    1060810825    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    1060910826      ;;
     10827    --disable-option-checking)
     10828      ;;
    1061010829    *)
    1061110830      case $ac_arg in
    10612       *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10831      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1061310832      esac
    1061410833      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
     
    1062010839  ac_arg="--prefix=$prefix"
    1062110840  case $ac_arg in
    10622   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10841  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1062310842  esac
    1062410843  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     
    1062910848  fi
    1063010849
     10850  # Always prepend --disable-option-checking to silence warnings, since
     10851  # different subdirs can have different --enable and --with options.
     10852  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
     10853
    1063110854  ac_popdir=`pwd`
    1063210855  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
     
    1063710860
    1063810861    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    10639     echo "$as_me:$LINENO: $ac_msg" >&5
    10640     echo "$ac_msg" >&6
     10862    $as_echo "$as_me:$LINENO: $ac_msg" >&5
     10863    $as_echo "$ac_msg" >&6
    1064110864    { as_dir="$ac_dir"
    1064210865  case $as_dir in #(
     
    1064710870    while :; do
    1064810871      case $as_dir in #(
    10649       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     10872      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    1065010873      *) as_qdir=$as_dir;;
    1065110874      esac
     
    1065610879         X"$as_dir" : 'X\(//\)$' \| \
    1065710880         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10658 echo X"$as_dir" |
     10881$as_echo X"$as_dir" |
    1065910882    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    1066010883            s//\1/
     
    1067710900    done
    1067810901    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10679   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10680 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     10902  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     10903$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    1068110904   { (exit 1); exit 1; }; }; }
    1068210905    ac_builddir=.
     
    1068510908.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    1068610909*)
    10687   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     10910  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    1068810911  # A ".." for each directory in $ac_dir_suffix.
    10689   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     10912  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    1069010913  case $ac_top_builddir_sub in
    1069110914  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    1072610949      ac_sub_configure=$ac_aux_dir/configure
    1072710950    else
    10728       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    10729 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     10951      { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     10952$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    1073010953      ac_sub_configure=
    1073110954    fi
     
    1074010963      esac
    1074110964
    10742       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    10743 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     10965      { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     10966$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    1074410967      # The eval makes quoting arguments work.
    1074510968      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    1074610969           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    10747         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    10748 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     10970        { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     10971$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    1074910972   { (exit 1); exit 1; }; }
    1075010973    fi
     
    1075310976  done
    1075410977fi
    10755 
     10978if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     10979  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     10980$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     10981fi
     10982
  • trunk/configure.in

    r1159 r1175  
    424424    gui/apps/about
    425425    gui/apps/rappture
     426    gui/apps/rappture-csh.env
    426427    gui/apps/rappture.env
    427428    gui/apps/rerun
  • trunk/packages/vizservers/nanovis/AxisRange.h

    r1161 r1175  
    88    char *units_;
    99public:
    10     AxisRange(void) {
    11         min(0.0), max(1.0);
     10    AxisRange(void) : min(0,0), max(1,0) {
     11        units_ = NULL;
    1212    }
    1313    ~AxisRange(void) {
     
    3838            delete [] units_;
    3939        }
    40         units_ = new char [strlen(units) + 1];
    41         strcpy(units_, units);
     40        units_ = units;
     41        if (units != NULL) {
     42            units_ = new char [strlen(units) + 1];
     43            strcpy(units_, units);
     44        }
    4245    }
    4346};
Note: See TracChangeset for help on using the changeset viewer.