Changeset 1100


Ignore:
Timestamp:
Aug 6, 2008, 4:20:58 AM (16 years ago)
Author:
gah
Message:

assorted lang fixes

Location:
trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1098 r1100  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.62 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.61 for Rappture 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
    66#
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     8# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    99# This configure script is free software; the Free Software Foundation
    1010# gives unlimited permission to copy, distribute and modify it.
     
    1818  emulate sh
    1919  NULLCMD=:
    20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     20  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    2121  # is contrary to our usage.  Disable this feature.
    2222  alias -g '${1+"$@"}'='"$@"'
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits
    4141
    42 as_nl='
    43 '
    44 export as_nl
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    50   as_echo='printf %s\n'
    51   as_echo_n='printf %s'
    52 else
    53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    55     as_echo_n='/usr/ucb/echo -n'
    56   else
    57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    58     as_echo_n_body='eval
    59       arg=$1;
    60       case $arg in
    61       *"$as_nl"*)
    62         expr "X$arg" : "X\\(.*\\)$as_nl";
    63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    64       esac;
    65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    66     '
    67     export as_echo_n_body
    68     as_echo_n='sh -c $as_echo_n_body as_echo'
    69   fi
    70   export as_echo_body
    71   as_echo='sh -c $as_echo_body as_echo'
    72 fi
    73 
    7442# The user is always right.
    7543if test "${PATH_SEPARATOR+set}" != set; then
    76   PATH_SEPARATOR=:
    77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    79       PATH_SEPARATOR=';'
    80   }
     44  echo "#! /bin/sh" >conf$$.sh
     45  echo  "exit 0"   >>conf$$.sh
     46  chmod +x conf$$.sh
     47  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     48    PATH_SEPARATOR=';'
     49  else
     50    PATH_SEPARATOR=:
     51  fi
     52  rm -f conf$$.sh
    8153fi
    8254
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9567# splitting by setting IFS to empty value.)
     68as_nl='
     69'
    9670IFS=" ""        $as_nl"
    9771
     
    11690fi
    11791if test ! -f "$as_myself"; then
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11993  { (exit 1); exit 1; }
    12094fi
     
    129103
    130104# NLS nuisances.
    131 LC_ALL=C
    132 export LC_ALL
    133 LANGUAGE=C
    134 export LANGUAGE
     105for as_var in \
     106  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     107  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     108  LC_TELEPHONE LC_TIME
     109do
     110  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     111    eval $as_var=C; export $as_var
     112  else
     113    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     114  fi
     115done
    135116
    136117# Required to use basename.
     
    154135         X"$0" : 'X\(//\)$' \| \
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    156 $as_echo X/"$0" |
     137echo X/"$0" |
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{
    158139            s//\1/
     
    180161fi
    181162
    182   if test $as_have_required = yes &&     (eval ":
     163  if test $as_have_required = yes &&     (eval ":
    183164(as_func_return () {
    184165  (exit \$1)
     
    262243  emulate sh
    263244  NULLCMD=:
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265246  # is contrary to our usage.  Disable this feature.
    266247  alias -g '${1+"$@"}'='"$@"'
     
    283264  emulate sh
    284265  NULLCMD=:
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    286267  # is contrary to our usage.  Disable this feature.
    287268  alias -g '${1+"$@"}'='"$@"'
     
    363344      if test "x$CONFIG_SHELL" != x; then
    364345  for as_var in BASH_ENV ENV
    365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    366         done
    367         export CONFIG_SHELL
    368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     346        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     347        done
     348        export CONFIG_SHELL
     349        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    369350fi
    370351
     
    435416test \$exitcode = 0") || {
    436417  echo No shell found that supports shell functions.
    437   echo Please tell bug-autoconf@gnu.org about your system,
    438   echo including any error possibly output before this message.
    439   echo This can help us improve future autoconf versions.
    440   echo Configuration will now proceed without shell functions.
     418  echo Please tell autoconf@gnu.org about your system,
     419  echo including any error possibly output before this
     420  echo message
    441421}
    442422
     
    474454    ' >$as_me.lineno &&
    475455  chmod +x "$as_me.lineno" ||
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    477457   { (exit 1); exit 1; }; }
    478458
     
    502482  ECHO_N='-n';;
    503483esac
     484
    504485if expr a : '\(a\)' >/dev/null 2>&1 &&
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    514495else
    515496  rm -f conf$$.dir
    516   mkdir conf$$.dir 2>/dev/null
    517 fi
    518 if (echo >conf$$.file) 2>/dev/null; then
    519   if ln -s conf$$.file conf$$ 2>/dev/null; then
    520     as_ln_s='ln -s'
    521     # ... but there are two gotchas:
    522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    524     # In both cases, we have to default to `cp -p'.
    525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    526       as_ln_s='cp -p'
    527   elif ln conf$$.file conf$$ 2>/dev/null; then
    528     as_ln_s=ln
    529   else
     497  mkdir conf$$.dir
     498fi
     499echo >conf$$.file
     500if ln -s conf$$.file conf$$ 2>/dev/null; then
     501  as_ln_s='ln -s'
     502  # ... but there are two gotchas:
     503  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     504  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     505  # In both cases, we have to default to `cp -p'.
     506  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    530507    as_ln_s='cp -p'
    531   fi
     508elif ln conf$$.file conf$$ 2>/dev/null; then
     509  as_ln_s=ln
    532510else
    533511  as_ln_s='cp -p'
     
    554532    eval sh -c '\''
    555533      if test -d "$1"; then
    556         test -d "$1/.";
     534        test -d "$1/.";
    557535      else
    558536        case $1 in
    559         -*)set "./$1";;
     537        -*)set "./$1";;
    560538        esac;
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    637615#endif"
    638616
    639 enable_option_checking=no
    640617ac_subst_vars='SHELL
    641618PATH_SEPARATOR
     
    692669RANLIB
    693670LN_S
    694 MKDIR_P
    695671CPP
    696672GREP
     
    769745LTLIBOBJS'
    770746ac_subst_files=''
    771 ac_user_opts='
    772 enable_option_checking
    773 enable_64bit
    774 enable_64bit_vis
    775 enable_corefoundation
    776 enable_load
    777 enable_gui
    778 with_tclsh
    779 with_matlab
    780 with_octave
    781 with_perl
    782 with_python
    783 with_ruby
    784 enable_shared
    785 enable_symbols
    786 '
    787747      ac_precious_vars='build_alias
    788748host_alias
     
    805765ac_init_help=
    806766ac_init_version=false
    807 ac_unrecognized_opts=
    808 ac_unrecognized_sep=
    809767# The variables have the same names as the options, with
    810768# dashes changed to underlines.
     
    905863
    906864  -disable-* | --disable-*)
    907     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     865    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    908866    # Reject names that are not valid shell variable names.
    909     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    910       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     867    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     868      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    911869   { (exit 1); exit 1; }; }
    912     ac_useropt_orig=$ac_useropt
    913     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    914     case $ac_user_opts in
    915       *"
    916 "enable_$ac_useropt"
    917 "*) ;;
    918       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    919          ac_unrecognized_sep=', ';;
    920     esac
    921     eval enable_$ac_useropt=no ;;
     870    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     871    eval enable_$ac_feature=no ;;
    922872
    923873  -docdir | --docdir | --docdi | --doc | --do)
     
    932882
    933883  -enable-* | --enable-*)
    934     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     884    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    935885    # Reject names that are not valid shell variable names.
    936     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    937       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     886    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     887      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    938888   { (exit 1); exit 1; }; }
    939     ac_useropt_orig=$ac_useropt
    940     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    941     case $ac_user_opts in
    942       *"
    943 "enable_$ac_useropt"
    944 "*) ;;
    945       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    946          ac_unrecognized_sep=', ';;
    947     esac
    948     eval enable_$ac_useropt=\$ac_optarg ;;
     889    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     890    eval enable_$ac_feature=\$ac_optarg ;;
    949891
    950892  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11371079
    11381080  -with-* | --with-*)
    1139     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1081    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11401082    # Reject names that are not valid shell variable names.
    1141     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1142       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1083    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1084      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11431085   { (exit 1); exit 1; }; }
    1144     ac_useropt_orig=$ac_useropt
    1145     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1146     case $ac_user_opts in
    1147       *"
    1148 "with_$ac_useropt"
    1149 "*) ;;
    1150       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1151          ac_unrecognized_sep=', ';;
    1152     esac
    1153     eval with_$ac_useropt=\$ac_optarg ;;
     1086    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1087    eval with_$ac_package=\$ac_optarg ;;
    11541088
    11551089  -without-* | --without-*)
    1156     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1090    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11571091    # Reject names that are not valid shell variable names.
    1158     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1159       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1092    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1093      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11601094   { (exit 1); exit 1; }; }
    1161     ac_useropt_orig=$ac_useropt
    1162     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1163     case $ac_user_opts in
    1164       *"
    1165 "with_$ac_useropt"
    1166 "*) ;;
    1167       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1168          ac_unrecognized_sep=', ';;
    1169     esac
    1170     eval with_$ac_useropt=no ;;
     1095    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1096    eval with_$ac_package=no ;;
    11711097
    11721098  --x)
     
    11881114    x_libraries=$ac_optarg ;;
    11891115
    1190   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1116  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11911117Try \`$0 --help' for more information." >&2
    11921118   { (exit 1); exit 1; }; }
     
    11971123    # Reject names that are not valid shell variable names.
    11981124    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1199       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1125      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    12001126   { (exit 1); exit 1; }; }
    12011127    eval $ac_envvar=\$ac_optarg
     
    12041130  *)
    12051131    # FIXME: should be removed in autoconf 3.0.
    1206     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1132    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    12071133    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1208       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1134      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    12091135    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    12101136    ;;
     
    12151141if test -n "$ac_prev"; then
    12161142  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1217   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1143  { echo "$as_me: error: missing argument to $ac_option" >&2
    12181144   { (exit 1); exit 1; }; }
    12191145fi
    12201146
    1221 if test -n "$ac_unrecognized_opts"; then
    1222   case $enable_option_checking in
    1223     no) ;;
    1224     fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
    1225    { (exit 1); exit 1; }; } ;;
    1226     *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1227   esac
    1228 fi
    1229 
    1230 # Check all directory arguments for consistency.
     1147# Be sure to have absolute directory names.
    12311148for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12321149                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12351152do
    12361153  eval ac_val=\$$ac_var
    1237   # Remove trailing slashes.
    1238   case $ac_val in
    1239     */ )
    1240       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1241       eval $ac_var=\$ac_val;;
    1242   esac
    1243   # Be sure to have absolute directory names.
    12441154  case $ac_val in
    12451155    [\\/$]* | ?:[\\/]* )  continue;;
    12461156    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12471157  esac
    1248   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1158  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12491159   { (exit 1); exit 1; }; }
    12501160done
     
    12611171  if test "x$build_alias" = x; then
    12621172    cross_compiling=maybe
    1263     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1173    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12641174    If a cross compiler is detected then cross compile mode will be used." >&2
    12651175  elif test "x$build_alias" != "x$host_alias"; then
     
    12771187ac_ls_di=`ls -di .` &&
    12781188ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1279   { $as_echo "$as_me: error: Working directory cannot be determined" >&2
     1189  { echo "$as_me: error: Working directory cannot be determined" >&2
    12801190   { (exit 1); exit 1; }; }
    12811191test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1282   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1192  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12831193   { (exit 1); exit 1; }; }
    12841194
     
    12881198  ac_srcdir_defaulted=yes
    12891199  # Try the directory containing this script, then the parent directory.
    1290   ac_confdir=`$as_dirname -- "$as_myself" ||
    1291 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1292          X"$as_myself" : 'X\(//\)[^/]' \| \
    1293          X"$as_myself" : 'X\(//\)$' \| \
    1294          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1295 $as_echo X"$as_myself" |
     1200  ac_confdir=`$as_dirname -- "$0" ||
     1201$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1202         X"$0" : 'X\(//\)[^/]' \| \
     1203         X"$0" : 'X\(//\)$' \| \
     1204         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1205echo X"$0" |
    12961206    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12971207            s//\1/
     
    13201230if test ! -r "$srcdir/$ac_unique_file"; then
    13211231  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1322   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1232  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    13231233   { (exit 1); exit 1; }; }
    13241234fi
    13251235ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13261236ac_abs_confdir=`(
    1327         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1237        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    13281238   { (exit 1); exit 1; }; }
    13291239        pwd)`
     
    13741284Installation directories:
    13751285  --prefix=PREFIX         install architecture-independent files in PREFIX
    1376                           [$ac_default_prefix]
     1286                          [$ac_default_prefix]
    13771287  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1378                           [PREFIX]
     1288                          [PREFIX]
    13791289
    13801290By default, \`make install' will install all the files in
     
    13861296
    13871297Fine tuning of the installation directories:
    1388   --bindir=DIR            user executables [EPREFIX/bin]
    1389   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1390   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1391   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1392   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1393   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1394   --libdir=DIR            object code libraries [EPREFIX/lib]
    1395   --includedir=DIR        C header files [PREFIX/include]
    1396   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1397   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1398   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1399   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1400   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1401   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1402   --docdir=DIR            documentation root [DATAROOTDIR/doc/rappture]
    1403   --htmldir=DIR           html documentation [DOCDIR]
    1404   --dvidir=DIR            dvi documentation [DOCDIR]
    1405   --pdfdir=DIR            pdf documentation [DOCDIR]
    1406   --psdir=DIR             ps documentation [DOCDIR]
     1298  --bindir=DIR           user executables [EPREFIX/bin]
     1299  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1300  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1301  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1302  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1303  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1304  --libdir=DIR           object code libraries [EPREFIX/lib]
     1305  --includedir=DIR       C header files [PREFIX/include]
     1306  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1307  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1308  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1309  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1310  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1311  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1312  --docdir=DIR           documentation root [DATAROOTDIR/doc/rappture]
     1313  --htmldir=DIR          html documentation [DOCDIR]
     1314  --dvidir=DIR           dvi documentation [DOCDIR]
     1315  --pdfdir=DIR           pdf documentation [DOCDIR]
     1316  --psdir=DIR            ps documentation [DOCDIR]
    14071317_ACEOF
    14081318
     
    14181328
    14191329Optional Features:
    1420   --disable-option-checking  ignore unrecognized --enable/--with options
    14211330  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14221331  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14671376  # If there are subdirs, report their specific --help.
    14681377  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1469     test -d "$ac_dir" ||
    1470       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1471       continue
     1378    test -d "$ac_dir" || continue
    14721379    ac_builddir=.
    14731380
     
    14751382.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14761383*)
    1477   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1384  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14781385  # A ".." for each directory in $ac_dir_suffix.
    1479   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1386  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14801387  case $ac_top_builddir_sub in
    14811388  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    15131420      $SHELL "$ac_srcdir/configure" --help=recursive
    15141421    else
    1515       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1422      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    15161423    fi || ac_status=$?
    15171424    cd "$ac_pwd" || { ac_status=$?; break; }
     
    15231430  cat <<\_ACEOF
    15241431Rappture configure 1.1
    1525 generated by GNU Autoconf 2.62
     1432generated by GNU Autoconf 2.61
    15261433
    15271434Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1528 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14352002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15291436This configure script is free software; the Free Software Foundation
    15301437gives unlimited permission to copy, distribute and modify it.
     
    15371444
    15381445It was created by Rappture $as_me 1.1, which was
    1539 generated by GNU Autoconf 2.62.  Invocation command line was
     1446generated by GNU Autoconf 2.61.  Invocation command line was
    15401447
    15411448  $ $0 $@
     
    15731480  IFS=$as_save_IFS
    15741481  test -z "$as_dir" && as_dir=.
    1575   $as_echo "PATH: $as_dir"
     1482  echo "PATH: $as_dir"
    15761483done
    15771484IFS=$as_save_IFS
     
    16081515      continue ;;
    16091516    *\'*)
    1610       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1517      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16111518    esac
    16121519    case $ac_pass in
     
    16601567    *${as_nl}*)
    16611568      case $ac_var in #(
    1662       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1663 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1569      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1570echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16641571      esac
    16651572      case $ac_var in #(
    16661573      _ | IFS | as_nl) ;; #(
    1667       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16681574      *) $as_unset $ac_var ;;
    16691575      esac ;;
     
    16951601      eval ac_val=\$$ac_var
    16961602      case $ac_val in
    1697       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1603      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16981604      esac
    1699       $as_echo "$ac_var='\''$ac_val'\''"
     1605      echo "$ac_var='\''$ac_val'\''"
    17001606    done | sort
    17011607    echo
     
    17121618        eval ac_val=\$$ac_var
    17131619        case $ac_val in
    1714         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1620        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17151621        esac
    1716         $as_echo "$ac_var='\''$ac_val'\''"
     1622        echo "$ac_var='\''$ac_val'\''"
    17171623      done | sort
    17181624      echo
     
    17301636    fi
    17311637    test "$ac_signal" != 0 &&
    1732       $as_echo "$as_me: caught signal $ac_signal"
    1733     $as_echo "$as_me: exit $exit_status"
     1638      echo "$as_me: caught signal $ac_signal"
     1639    echo "$as_me: exit $exit_status"
    17341640  } >&5
    17351641  rm -f core *.core core.conftest.* &&
     
    17731679
    17741680# Let the site file select an alternate cache file if it wants to.
    1775 # Prefer an explicitly selected file to automatically selected ones.
    1776 ac_site_file1=NONE
    1777 ac_site_file2=NONE
     1681# Prefer explicitly selected file to automatically selected ones.
    17781682if test -n "$CONFIG_SITE"; then
    1779   ac_site_file1=$CONFIG_SITE
     1683  set x "$CONFIG_SITE"
    17801684elif test "x$prefix" != xNONE; then
    1781   ac_site_file1=$prefix/share/config.site
    1782   ac_site_file2=$prefix/etc/config.site
    1783 else
    1784   ac_site_file1=$ac_default_prefix/share/config.site
    1785   ac_site_file2=$ac_default_prefix/etc/config.site
    1786 fi
    1787 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1685  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1686else
     1687  set x "$ac_default_prefix/share/config.site" \
     1688        "$ac_default_prefix/etc/config.site"
     1689fi
     1690shift
     1691for ac_site_file
    17881692do
    1789   test "x$ac_site_file" = xNONE && continue
    17901693  if test -r "$ac_site_file"; then
    1791     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1792 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1694    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1695echo "$as_me: loading site script $ac_site_file" >&6;}
    17931696    sed 's/^/| /' "$ac_site_file" >&5
    17941697    . "$ac_site_file"
     
    18001703  # files actually), so we avoid doing that.
    18011704  if test -f "$cache_file"; then
    1802     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1803 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1705    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1706echo "$as_me: loading cache $cache_file" >&6;}
    18041707    case $cache_file in
    18051708      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    18081711  fi
    18091712else
    1810   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1811 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1713  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1714echo "$as_me: creating cache $cache_file" >&6;}
    18121715  >$cache_file
    18131716fi
     
    18231726  case $ac_old_set,$ac_new_set in
    18241727    set,)
    1825       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1826 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1728      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1729echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    18271730      ac_cache_corrupted=: ;;
    18281731    ,set)
    1829       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1830 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1732      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1733echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18311734      ac_cache_corrupted=: ;;
    18321735    ,);;
    18331736    *)
    18341737      if test "x$ac_old_val" != "x$ac_new_val"; then
    1835         # differences in whitespace do not lead to failure.
    1836         ac_old_val_w=`echo x $ac_old_val`
    1837         ac_new_val_w=`echo x $ac_new_val`
    1838         if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1839           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1840 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1841           ac_cache_corrupted=:
    1842         else
    1843           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1844 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1845           eval $ac_var=\$ac_old_val
    1846         fi
    1847         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1848 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1849         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1850 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1738        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1739echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1740        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1741echo "$as_me:   former value:  $ac_old_val" >&2;}
     1742        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1743echo "$as_me:   current value: $ac_new_val" >&2;}
     1744        ac_cache_corrupted=:
    18511745      fi;;
    18521746  esac
     
    18541748  if test "$ac_new_set" = set; then
    18551749    case $ac_new_val in
    1856     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1750    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18571751    *) ac_arg=$ac_var=$ac_new_val ;;
    18581752    esac
     
    18641758done
    18651759if $ac_cache_corrupted; then
    1866   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1867 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1868   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1869 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1760  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1761echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1762  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1763echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18701764   { (exit 1); exit 1; }; }
    18711765fi
     
    19191813done
    19201814if test -z "$ac_aux_dir"; then
    1921   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
    1922 $as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
     1815  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5
     1816echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}
    19231817   { (exit 1); exit 1; }; }
    19241818fi
     
    19661860# OS/2's system install, which has a completely different semantic
    19671861# ./install, which can be erroneously created by make from ./install.sh.
    1968 # Reject install programs that cannot install multiple files.
    1969 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1970 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     1862{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1863echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    19711864if test -z "$INSTALL"; then
    19721865if test "${ac_cv_path_install+set}" = set; then
    1973   $as_echo_n "(cached) " >&6
     1866  echo $ECHO_N "(cached) $ECHO_C" >&6
    19741867else
    19751868  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    20001893            :
    20011894          else
    2002             rm -rf conftest.one conftest.two conftest.dir
    2003             echo one > conftest.one
    2004             echo two > conftest.two
    2005             mkdir conftest.dir
    2006             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    2007               test -s conftest.one && test -s conftest.two &&
    2008               test -s conftest.dir/conftest.one &&
    2009               test -s conftest.dir/conftest.two
    2010             then
    2011               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2012               break 3
    2013             fi
     1895            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     1896            break 3
    20141897          fi
    20151898        fi
     
    20181901    ;;
    20191902esac
    2020 
    20211903done
    20221904IFS=$as_save_IFS
    20231905
    2024 rm -rf conftest.one conftest.two conftest.dir
    20251906
    20261907fi
     
    20351916  fi
    20361917fi
    2037 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2038 $as_echo "$INSTALL" >&6; }
     1918{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     1919echo "${ECHO_T}$INSTALL" >&6; }
    20391920
    20401921# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    20461927test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    20471928
    2048 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2049 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2050 set x ${MAKE-make}
    2051 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     1929{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     1930echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     1931set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    20521932if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2053   $as_echo_n "(cached) " >&6
     1933  echo $ECHO_N "(cached) $ECHO_C" >&6
    20541934else
    20551935  cat >conftest.make <<\_ACEOF
     
    20681948fi
    20691949if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2070   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2071 $as_echo "yes" >&6; }
     1950  { echo "$as_me:$LINENO: result: yes" >&5
     1951echo "${ECHO_T}yes" >&6; }
    20721952  SET_MAKE=
    20731953else
    2074   { $as_echo "$as_me:$LINENO: result: no" >&5
    2075 $as_echo "no" >&6; }
     1954  { echo "$as_me:$LINENO: result: no" >&5
     1955echo "${ECHO_T}no" >&6; }
    20761956  SET_MAKE="MAKE=${MAKE-make}"
    20771957fi
     
    20861966  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    20871967set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2088 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2089 $as_echo_n "checking for $ac_word... " >&6; }
     1968{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1969echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    20901970if test "${ac_cv_prog_CC+set}" = set; then
    2091   $as_echo_n "(cached) " >&6
     1971  echo $ECHO_N "(cached) $ECHO_C" >&6
    20921972else
    20931973  if test -n "$CC"; then
     
    21021982  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21031983    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2104     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1984    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21051985    break 2
    21061986  fi
     
    21131993CC=$ac_cv_prog_CC
    21141994if test -n "$CC"; then
    2115   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2116 $as_echo "$CC" >&6; }
    2117 else
    2118   { $as_echo "$as_me:$LINENO: result: no" >&5
    2119 $as_echo "no" >&6; }
     1995  { echo "$as_me:$LINENO: result: $CC" >&5
     1996echo "${ECHO_T}$CC" >&6; }
     1997else
     1998  { echo "$as_me:$LINENO: result: no" >&5
     1999echo "${ECHO_T}no" >&6; }
    21202000fi
    21212001
     
    21262006  # Extract the first word of "gcc", so it can be a program name with args.
    21272007set dummy gcc; ac_word=$2
    2128 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2129 $as_echo_n "checking for $ac_word... " >&6; }
     2008{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2009echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21302010if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2131   $as_echo_n "(cached) " >&6
     2011  echo $ECHO_N "(cached) $ECHO_C" >&6
    21322012else
    21332013  if test -n "$ac_ct_CC"; then
     
    21422022  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21432023    ac_cv_prog_ac_ct_CC="gcc"
    2144     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2024    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21452025    break 2
    21462026  fi
     
    21532033ac_ct_CC=$ac_cv_prog_ac_ct_CC
    21542034if test -n "$ac_ct_CC"; then
    2155   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2156 $as_echo "$ac_ct_CC" >&6; }
    2157 else
    2158   { $as_echo "$as_me:$LINENO: result: no" >&5
    2159 $as_echo "no" >&6; }
     2035  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2036echo "${ECHO_T}$ac_ct_CC" >&6; }
     2037else
     2038  { echo "$as_me:$LINENO: result: no" >&5
     2039echo "${ECHO_T}no" >&6; }
    21602040fi
    21612041
     
    21652045    case $cross_compiling:$ac_tool_warned in
    21662046yes:)
    2167 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2047{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    21682048whose name does not start with the host triplet.  If you think this
    21692049configuration is useful to you, please write to autoconf@gnu.org." >&5
    2170 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2050echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    21712051whose name does not start with the host triplet.  If you think this
    21722052configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    21832063    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    21842064set dummy ${ac_tool_prefix}cc; ac_word=$2
    2185 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2186 $as_echo_n "checking for $ac_word... " >&6; }
     2065{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2066echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21872067if test "${ac_cv_prog_CC+set}" = set; then
    2188   $as_echo_n "(cached) " >&6
     2068  echo $ECHO_N "(cached) $ECHO_C" >&6
    21892069else
    21902070  if test -n "$CC"; then
     
    21992079  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22002080    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2201     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2081    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22022082    break 2
    22032083  fi
     
    22102090CC=$ac_cv_prog_CC
    22112091if test -n "$CC"; then
    2212   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2213 $as_echo "$CC" >&6; }
    2214 else
    2215   { $as_echo "$as_me:$LINENO: result: no" >&5
    2216 $as_echo "no" >&6; }
     2092  { echo "$as_me:$LINENO: result: $CC" >&5
     2093echo "${ECHO_T}$CC" >&6; }
     2094else
     2095  { echo "$as_me:$LINENO: result: no" >&5
     2096echo "${ECHO_T}no" >&6; }
    22172097fi
    22182098
     
    22232103  # Extract the first word of "cc", so it can be a program name with args.
    22242104set dummy cc; ac_word=$2
    2225 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2226 $as_echo_n "checking for $ac_word... " >&6; }
     2105{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2106echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22272107if test "${ac_cv_prog_CC+set}" = set; then
    2228   $as_echo_n "(cached) " >&6
     2108  echo $ECHO_N "(cached) $ECHO_C" >&6
    22292109else
    22302110  if test -n "$CC"; then
     
    22442124     fi
    22452125    ac_cv_prog_CC="cc"
    2246     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2126    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22472127    break 2
    22482128  fi
     
    22672147CC=$ac_cv_prog_CC
    22682148if test -n "$CC"; then
    2269   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2270 $as_echo "$CC" >&6; }
    2271 else
    2272   { $as_echo "$as_me:$LINENO: result: no" >&5
    2273 $as_echo "no" >&6; }
     2149  { echo "$as_me:$LINENO: result: $CC" >&5
     2150echo "${ECHO_T}$CC" >&6; }
     2151else
     2152  { echo "$as_me:$LINENO: result: no" >&5
     2153echo "${ECHO_T}no" >&6; }
    22742154fi
    22752155
     
    22822162    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    22832163set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2284 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2285 $as_echo_n "checking for $ac_word... " >&6; }
     2164{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2165echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22862166if test "${ac_cv_prog_CC+set}" = set; then
    2287   $as_echo_n "(cached) " >&6
     2167  echo $ECHO_N "(cached) $ECHO_C" >&6
    22882168else
    22892169  if test -n "$CC"; then
     
    22982178  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22992179    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2300     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2180    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23012181    break 2
    23022182  fi
     
    23092189CC=$ac_cv_prog_CC
    23102190if test -n "$CC"; then
    2311   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2312 $as_echo "$CC" >&6; }
    2313 else
    2314   { $as_echo "$as_me:$LINENO: result: no" >&5
    2315 $as_echo "no" >&6; }
     2191  { echo "$as_me:$LINENO: result: $CC" >&5
     2192echo "${ECHO_T}$CC" >&6; }
     2193else
     2194  { echo "$as_me:$LINENO: result: no" >&5
     2195echo "${ECHO_T}no" >&6; }
    23162196fi
    23172197
     
    23262206  # Extract the first word of "$ac_prog", so it can be a program name with args.
    23272207set dummy $ac_prog; ac_word=$2
    2328 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2329 $as_echo_n "checking for $ac_word... " >&6; }
     2208{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2209echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23302210if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2331   $as_echo_n "(cached) " >&6
     2211  echo $ECHO_N "(cached) $ECHO_C" >&6
    23322212else
    23332213  if test -n "$ac_ct_CC"; then
     
    23422222  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23432223    ac_cv_prog_ac_ct_CC="$ac_prog"
    2344     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2224    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23452225    break 2
    23462226  fi
     
    23532233ac_ct_CC=$ac_cv_prog_ac_ct_CC
    23542234if test -n "$ac_ct_CC"; then
    2355   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2356 $as_echo "$ac_ct_CC" >&6; }
    2357 else
    2358   { $as_echo "$as_me:$LINENO: result: no" >&5
    2359 $as_echo "no" >&6; }
     2235  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2236echo "${ECHO_T}$ac_ct_CC" >&6; }
     2237else
     2238  { echo "$as_me:$LINENO: result: no" >&5
     2239echo "${ECHO_T}no" >&6; }
    23602240fi
    23612241
     
    23692249    case $cross_compiling:$ac_tool_warned in
    23702250yes:)
    2371 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2251{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    23722252whose name does not start with the host triplet.  If you think this
    23732253configuration is useful to you, please write to autoconf@gnu.org." >&5
    2374 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2254echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    23752255whose name does not start with the host triplet.  If you think this
    23762256configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    23842264
    23852265
    2386 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2266test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    23872267See \`config.log' for more details." >&5
    2388 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2268echo "$as_me: error: no acceptable C compiler found in \$PATH
    23892269See \`config.log' for more details." >&2;}
    23902270   { (exit 1); exit 1; }; }
    23912271
    23922272# Provide some information about the compiler.
    2393 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2394 set X $ac_compile
    2395 ac_compiler=$2
     2273echo "$as_me:$LINENO: checking for C compiler version" >&5
     2274ac_compiler=`set X $ac_compile; echo $2`
    23962275{ (ac_try="$ac_compiler --version >&5"
    23972276case "(($ac_try" in
     
    23992278  *) ac_try_echo=$ac_try;;
    24002279esac
    2401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2402 $as_echo "$ac_try_echo") >&5
     2280eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24032281  (eval "$ac_compiler --version >&5") 2>&5
    24042282  ac_status=$?
    2405   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2283  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24062284  (exit $ac_status); }
    24072285{ (ac_try="$ac_compiler -v >&5"
     
    24102288  *) ac_try_echo=$ac_try;;
    24112289esac
    2412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2413 $as_echo "$ac_try_echo") >&5
     2290eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24142291  (eval "$ac_compiler -v >&5") 2>&5
    24152292  ac_status=$?
    2416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2293  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24172294  (exit $ac_status); }
    24182295{ (ac_try="$ac_compiler -V >&5"
     
    24212298  *) ac_try_echo=$ac_try;;
    24222299esac
    2423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2424 $as_echo "$ac_try_echo") >&5
     2300eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24252301  (eval "$ac_compiler -V >&5") 2>&5
    24262302  ac_status=$?
    2427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2303  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24282304  (exit $ac_status); }
    24292305
     
    24442320_ACEOF
    24452321ac_clean_files_save=$ac_clean_files
    2446 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2322ac_clean_files="$ac_clean_files a.out a.exe b.out"
    24472323# Try to create an executable without -o first, disregard a.out.
    24482324# It will help us diagnose broken compilers, and finding out an intuition
    24492325# of exeext.
    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; }
    2452 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2453 
    2454 # The possible output files:
    2455 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2456 
     2326{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2327echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2328ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2329#
     2330# List of possible output files, starting from the most likely.
     2331# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2332# only as a last resort.  b.out is created by i960 compilers.
     2333ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2334#
     2335# The IRIX 6 linker writes into existing files which may not be
     2336# executable, retaining their permissions.  Remove them first so a
     2337# subsequent execution test works.
    24572338ac_rmfiles=
    24582339for ac_file in $ac_files
    24592340do
    24602341  case $ac_file in
    2461     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2342    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    24622343    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    24632344  esac
     
    24702351  *) ac_try_echo=$ac_try;;
    24712352esac
    2472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2473 $as_echo "$ac_try_echo") >&5
     2353eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24742354  (eval "$ac_link_default") 2>&5
    24752355  ac_status=$?
    2476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2356  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24772357  (exit $ac_status); }; then
    24782358  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    24852365  test -f "$ac_file" || continue
    24862366  case $ac_file in
    2487     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2367    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    24882368        ;;
    24892369    [ab].out )
     
    25122392fi
    25132393
    2514 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    2515 $as_echo "$ac_file" >&6; }
     2394{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2395echo "${ECHO_T}$ac_file" >&6; }
    25162396if test -z "$ac_file"; then
    2517   $as_echo "$as_me: failed program was:" >&5
     2397  echo "$as_me: failed program was:" >&5
    25182398sed 's/^/| /' conftest.$ac_ext >&5
    25192399
    2520 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2400{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    25212401See \`config.log' for more details." >&5
    2522 $as_echo "$as_me: error: C compiler cannot create executables
     2402echo "$as_me: error: C compiler cannot create executables
    25232403See \`config.log' for more details." >&2;}
    25242404   { (exit 77); exit 77; }; }
     
    25292409# Check that the compiler produces executables we can run.  If not, either
    25302410# the compiler is broken, or we cross compile.
    2531 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2532 $as_echo_n "checking whether the C compiler works... " >&6; }
     2411{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2412echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    25332413# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    25342414# If not cross compiling, check that we can run a simple program.
     
    25392419  *) ac_try_echo=$ac_try;;
    25402420esac
    2541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2542 $as_echo "$ac_try_echo") >&5
     2421eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25432422  (eval "$ac_try") 2>&5
    25442423  ac_status=$?
    2545   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2424  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25462425  (exit $ac_status); }; }; then
    25472426    cross_compiling=no
     
    25502429        cross_compiling=yes
    25512430    else
    2552         { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2431        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    25532432If you meant to cross compile, use \`--host'.
    25542433See \`config.log' for more details." >&5
    2555 $as_echo "$as_me: error: cannot run C compiled programs.
     2434echo "$as_me: error: cannot run C compiled programs.
    25562435If you meant to cross compile, use \`--host'.
    25572436See \`config.log' for more details." >&2;}
     
    25602439  fi
    25612440fi
    2562 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2563 $as_echo "yes" >&6; }
    2564 
    2565 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2441{ echo "$as_me:$LINENO: result: yes" >&5
     2442echo "${ECHO_T}yes" >&6; }
     2443
     2444rm -f a.out a.exe conftest$ac_cv_exeext b.out
    25662445ac_clean_files=$ac_clean_files_save
    25672446# Check that the compiler produces executables we can run.  If not, either
    25682447# the compiler is broken, or we cross compile.
    2569 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2570 $as_echo_n "checking whether we are cross compiling... " >&6; }
    2571 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2572 $as_echo "$cross_compiling" >&6; }
    2573 
    2574 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2575 $as_echo_n "checking for suffix of executables... " >&6; }
     2448{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2449echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     2450{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2451echo "${ECHO_T}$cross_compiling" >&6; }
     2452
     2453{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2454echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    25762455if { (ac_try="$ac_link"
    25772456case "(($ac_try" in
     
    25792458  *) ac_try_echo=$ac_try;;
    25802459esac
    2581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2582 $as_echo "$ac_try_echo") >&5
     2460eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25832461  (eval "$ac_link") 2>&5
    25842462  ac_status=$?
    2585   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2463  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25862464  (exit $ac_status); }; then
    25872465  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    25922470  test -f "$ac_file" || continue
    25932471  case $ac_file in
    2594     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2472    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    25952473    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    25962474          break;;
     
    25992477done
    26002478else
    2601   { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2479  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    26022480See \`config.log' for more details." >&5
    2603 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2481echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    26042482See \`config.log' for more details." >&2;}
    26052483   { (exit 1); exit 1; }; }
     
    26072485
    26082486rm -f conftest$ac_cv_exeext
    2609 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2610 $as_echo "$ac_cv_exeext" >&6; }
     2487{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2488echo "${ECHO_T}$ac_cv_exeext" >&6; }
    26112489
    26122490rm -f conftest.$ac_ext
    26132491EXEEXT=$ac_cv_exeext
    26142492ac_exeext=$EXEEXT
    2615 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2616 $as_echo_n "checking for suffix of object files... " >&6; }
     2493{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2494echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    26172495if test "${ac_cv_objext+set}" = set; then
    2618   $as_echo_n "(cached) " >&6
     2496  echo $ECHO_N "(cached) $ECHO_C" >&6
    26192497else
    26202498  cat >conftest.$ac_ext <<_ACEOF
     
    26392517  *) ac_try_echo=$ac_try;;
    26402518esac
    2641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2642 $as_echo "$ac_try_echo") >&5
     2519eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    26432520  (eval "$ac_compile") 2>&5
    26442521  ac_status=$?
    2645   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2522  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26462523  (exit $ac_status); }; then
    26472524  for ac_file in conftest.o conftest.obj conftest.*; do
    26482525  test -f "$ac_file" || continue;
    26492526  case $ac_file in
    2650     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     2527    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    26512528    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    26522529       break;;
     
    26542531done
    26552532else
    2656   $as_echo "$as_me: failed program was:" >&5
     2533  echo "$as_me: failed program was:" >&5
    26572534sed 's/^/| /' conftest.$ac_ext >&5
    26582535
    2659 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2536{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    26602537See \`config.log' for more details." >&5
    2661 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2538echo "$as_me: error: cannot compute suffix of object files: cannot compile
    26622539See \`config.log' for more details." >&2;}
    26632540   { (exit 1); exit 1; }; }
     
    26662543rm -f conftest.$ac_cv_objext conftest.$ac_ext
    26672544fi
    2668 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2669 $as_echo "$ac_cv_objext" >&6; }
     2545{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2546echo "${ECHO_T}$ac_cv_objext" >&6; }
    26702547OBJEXT=$ac_cv_objext
    26712548ac_objext=$OBJEXT
    2672 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2673 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     2549{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2550echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    26742551if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2675   $as_echo_n "(cached) " >&6
     2552  echo $ECHO_N "(cached) $ECHO_C" >&6
    26762553else
    26772554  cat >conftest.$ac_ext <<_ACEOF
     
    26992576  *) ac_try_echo=$ac_try;;
    27002577esac
    2701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2702 $as_echo "$ac_try_echo") >&5
     2578eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27032579  (eval "$ac_compile") 2>conftest.er1
    27042580  ac_status=$?
     
    27062582  rm -f conftest.er1
    27072583  cat conftest.err >&5
    2708   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2584  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27092585  (exit $ac_status); } && {
    27102586         test -z "$ac_c_werror_flag" ||
     
    27132589  ac_compiler_gnu=yes
    27142590else
    2715   $as_echo "$as_me: failed program was:" >&5
     2591  echo "$as_me: failed program was:" >&5
    27162592sed 's/^/| /' conftest.$ac_ext >&5
    27172593
     
    27232599
    27242600fi
    2725 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2726 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    2727 if test $ac_compiler_gnu = yes; then
    2728   GCC=yes
    2729 else
    2730   GCC=
    2731 fi
     2601{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2602echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     2603GCC=`test $ac_compiler_gnu = yes && echo yes`
    27322604ac_test_CFLAGS=${CFLAGS+set}
    27332605ac_save_CFLAGS=$CFLAGS
    2734 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2735 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     2606{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2607echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    27362608if test "${ac_cv_prog_cc_g+set}" = set; then
    2737   $as_echo_n "(cached) " >&6
     2609  echo $ECHO_N "(cached) $ECHO_C" >&6
    27382610else
    27392611  ac_save_c_werror_flag=$ac_c_werror_flag
     
    27622634  *) ac_try_echo=$ac_try;;
    27632635esac
    2764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2765 $as_echo "$ac_try_echo") >&5
     2636eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27662637  (eval "$ac_compile") 2>conftest.er1
    27672638  ac_status=$?
     
    27692640  rm -f conftest.er1
    27702641  cat conftest.err >&5
    2771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2642  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27722643  (exit $ac_status); } && {
    27732644         test -z "$ac_c_werror_flag" ||
     
    27762647  ac_cv_prog_cc_g=yes
    27772648else
    2778   $as_echo "$as_me: failed program was:" >&5
     2649  echo "$as_me: failed program was:" >&5
    27792650sed 's/^/| /' conftest.$ac_ext >&5
    27802651
     
    28012672  *) ac_try_echo=$ac_try;;
    28022673esac
    2803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2804 $as_echo "$ac_try_echo") >&5
     2674eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28052675  (eval "$ac_compile") 2>conftest.er1
    28062676  ac_status=$?
     
    28082678  rm -f conftest.er1
    28092679  cat conftest.err >&5
    2810   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2680  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28112681  (exit $ac_status); } && {
    28122682         test -z "$ac_c_werror_flag" ||
     
    28152685  :
    28162686else
    2817   $as_echo "$as_me: failed program was:" >&5
     2687  echo "$as_me: failed program was:" >&5
    28182688sed 's/^/| /' conftest.$ac_ext >&5
    28192689
     
    28412711  *) ac_try_echo=$ac_try;;
    28422712esac
    2843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2844 $as_echo "$ac_try_echo") >&5
     2713eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28452714  (eval "$ac_compile") 2>conftest.er1
    28462715  ac_status=$?
     
    28482717  rm -f conftest.er1
    28492718  cat conftest.err >&5
    2850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2719  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28512720  (exit $ac_status); } && {
    28522721         test -z "$ac_c_werror_flag" ||
     
    28552724  ac_cv_prog_cc_g=yes
    28562725else
    2857   $as_echo "$as_me: failed program was:" >&5
     2726  echo "$as_me: failed program was:" >&5
    28582727sed 's/^/| /' conftest.$ac_ext >&5
    28592728
     
    28702739   ac_c_werror_flag=$ac_save_c_werror_flag
    28712740fi
    2872 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2873 $as_echo "$ac_cv_prog_cc_g" >&6; }
     2741{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2742echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    28742743if test "$ac_test_CFLAGS" = set; then
    28752744  CFLAGS=$ac_save_CFLAGS
     
    28872756  fi
    28882757fi
    2889 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2890 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2758{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2759echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    28912760if test "${ac_cv_prog_cc_c89+set}" = set; then
    2892   $as_echo_n "(cached) " >&6
     2761  echo $ECHO_N "(cached) $ECHO_C" >&6
    28932762else
    28942763  ac_cv_prog_cc_c89=no
     
    29612830  *) ac_try_echo=$ac_try;;
    29622831esac
    2963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2964 $as_echo "$ac_try_echo") >&5
     2832eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29652833  (eval "$ac_compile") 2>conftest.er1
    29662834  ac_status=$?
     
    29682836  rm -f conftest.er1
    29692837  cat conftest.err >&5
    2970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2838  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29712839  (exit $ac_status); } && {
    29722840         test -z "$ac_c_werror_flag" ||
     
    29752843  ac_cv_prog_cc_c89=$ac_arg
    29762844else
    2977   $as_echo "$as_me: failed program was:" >&5
     2845  echo "$as_me: failed program was:" >&5
    29782846sed 's/^/| /' conftest.$ac_ext >&5
    29792847
     
    29912859case "x$ac_cv_prog_cc_c89" in
    29922860  x)
    2993     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    2994 $as_echo "none needed" >&6; } ;;
     2861    { echo "$as_me:$LINENO: result: none needed" >&5
     2862echo "${ECHO_T}none needed" >&6; } ;;
    29952863  xno)
    2996     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    2997 $as_echo "unsupported" >&6; } ;;
     2864    { echo "$as_me:$LINENO: result: unsupported" >&5
     2865echo "${ECHO_T}unsupported" >&6; } ;;
    29982866  *)
    29992867    CC="$CC $ac_cv_prog_cc_c89"
    3000     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3001 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     2868    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2869echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    30022870esac
    30032871
     
    30182886    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    30192887set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3020 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3021 $as_echo_n "checking for $ac_word... " >&6; }
     2888{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2889echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30222890if test "${ac_cv_prog_F77+set}" = set; then
    3023   $as_echo_n "(cached) " >&6
     2891  echo $ECHO_N "(cached) $ECHO_C" >&6
    30242892else
    30252893  if test -n "$F77"; then
     
    30342902  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30352903    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    3036     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2904    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30372905    break 2
    30382906  fi
     
    30452913F77=$ac_cv_prog_F77
    30462914if test -n "$F77"; then
    3047   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    3048 $as_echo "$F77" >&6; }
    3049 else
    3050   { $as_echo "$as_me:$LINENO: result: no" >&5
    3051 $as_echo "no" >&6; }
     2915  { echo "$as_me:$LINENO: result: $F77" >&5
     2916echo "${ECHO_T}$F77" >&6; }
     2917else
     2918  { echo "$as_me:$LINENO: result: no" >&5
     2919echo "${ECHO_T}no" >&6; }
    30522920fi
    30532921
     
    30622930  # Extract the first word of "$ac_prog", so it can be a program name with args.
    30632931set dummy $ac_prog; ac_word=$2
    3064 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3065 $as_echo_n "checking for $ac_word... " >&6; }
     2932{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2933echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30662934if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    3067   $as_echo_n "(cached) " >&6
     2935  echo $ECHO_N "(cached) $ECHO_C" >&6
    30682936else
    30692937  if test -n "$ac_ct_F77"; then
     
    30782946  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30792947    ac_cv_prog_ac_ct_F77="$ac_prog"
    3080     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2948    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30812949    break 2
    30822950  fi
     
    30892957ac_ct_F77=$ac_cv_prog_ac_ct_F77
    30902958if test -n "$ac_ct_F77"; then
    3091   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    3092 $as_echo "$ac_ct_F77" >&6; }
    3093 else
    3094   { $as_echo "$as_me:$LINENO: result: no" >&5
    3095 $as_echo "no" >&6; }
     2959  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     2960echo "${ECHO_T}$ac_ct_F77" >&6; }
     2961else
     2962  { echo "$as_me:$LINENO: result: no" >&5
     2963echo "${ECHO_T}no" >&6; }
    30962964fi
    30972965
     
    31052973    case $cross_compiling:$ac_tool_warned in
    31062974yes:)
    3107 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2975{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    31082976whose name does not start with the host triplet.  If you think this
    31092977configuration is useful to you, please write to autoconf@gnu.org." >&5
    3110 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2978echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    31112979whose name does not start with the host triplet.  If you think this
    31122980configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    31192987
    31202988# Provide some information about the compiler.
    3121 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    3122 set X $ac_compile
    3123 ac_compiler=$2
     2989echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     2990ac_compiler=`set X $ac_compile; echo $2`
    31242991{ (ac_try="$ac_compiler --version >&5"
    31252992case "(($ac_try" in
     
    31272994  *) ac_try_echo=$ac_try;;
    31282995esac
    3129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3130 $as_echo "$ac_try_echo") >&5
     2996eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31312997  (eval "$ac_compiler --version >&5") 2>&5
    31322998  ac_status=$?
    3133   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2999  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31343000  (exit $ac_status); }
    31353001{ (ac_try="$ac_compiler -v >&5"
     
    31383004  *) ac_try_echo=$ac_try;;
    31393005esac
    3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3141 $as_echo "$ac_try_echo") >&5
     3006eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31423007  (eval "$ac_compiler -v >&5") 2>&5
    31433008  ac_status=$?
    3144   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3009  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31453010  (exit $ac_status); }
    31463011{ (ac_try="$ac_compiler -V >&5"
     
    31493014  *) ac_try_echo=$ac_try;;
    31503015esac
    3151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3152 $as_echo "$ac_try_echo") >&5
     3016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31533017  (eval "$ac_compiler -V >&5") 2>&5
    31543018  ac_status=$?
    3155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3019  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31563020  (exit $ac_status); }
    31573021rm -f a.out
     
    31613025ac_save_ext=$ac_ext
    31623026ac_ext=F
    3163 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    3164 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     3027{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     3028echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    31653029if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3166   $as_echo_n "(cached) " >&6
     3030  echo $ECHO_N "(cached) $ECHO_C" >&6
    31673031else
    31683032  cat >conftest.$ac_ext <<_ACEOF
     
    31803044  *) ac_try_echo=$ac_try;;
    31813045esac
    3182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3183 $as_echo "$ac_try_echo") >&5
     3046eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31843047  (eval "$ac_compile") 2>conftest.er1
    31853048  ac_status=$?
     
    31873050  rm -f conftest.er1
    31883051  cat conftest.err >&5
    3189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3052  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31903053  (exit $ac_status); } && {
    31913054         test -z "$ac_f77_werror_flag" ||
     
    31943057  ac_compiler_gnu=yes
    31953058else
    3196   $as_echo "$as_me: failed program was:" >&5
     3059  echo "$as_me: failed program was:" >&5
    31973060sed 's/^/| /' conftest.$ac_ext >&5
    31983061
     
    32043067
    32053068fi
    3206 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3207 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     3069{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     3070echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    32083071ac_ext=$ac_save_ext
    32093072ac_test_FFLAGS=${FFLAGS+set}
    32103073ac_save_FFLAGS=$FFLAGS
    32113074FFLAGS=
    3212 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3213 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     3075{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     3076echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    32143077if test "${ac_cv_prog_f77_g+set}" = set; then
    3215   $as_echo_n "(cached) " >&6
     3078  echo $ECHO_N "(cached) $ECHO_C" >&6
    32163079else
    32173080  FFLAGS=-g
     
    32273090  *) ac_try_echo=$ac_try;;
    32283091esac
    3229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3230 $as_echo "$ac_try_echo") >&5
     3092eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32313093  (eval "$ac_compile") 2>conftest.er1
    32323094  ac_status=$?
     
    32343096  rm -f conftest.er1
    32353097  cat conftest.err >&5
    3236   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3098  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32373099  (exit $ac_status); } && {
    32383100         test -z "$ac_f77_werror_flag" ||
     
    32413103  ac_cv_prog_f77_g=yes
    32423104else
    3243   $as_echo "$as_me: failed program was:" >&5
     3105  echo "$as_me: failed program was:" >&5
    32443106sed 's/^/| /' conftest.$ac_ext >&5
    32453107
     
    32503112
    32513113fi
    3252 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3253 $as_echo "$ac_cv_prog_f77_g" >&6; }
     3114{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     3115echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    32543116if test "$ac_test_FFLAGS" = set; then
    32553117  FFLAGS=$ac_save_FFLAGS
     
    32683130fi
    32693131
    3270 if test $ac_compiler_gnu = yes; then
    3271   G77=yes
    3272 else
    3273   G77=
    3274 fi
     3132G77=`test $ac_compiler_gnu = yes && echo yes`
    32753133ac_ext=c
    32763134ac_cpp='$CPP $CPPFLAGS'
     
    32993157# OS/2's system install, which has a completely different semantic
    33003158# ./install, which can be erroneously created by make from ./install.sh.
    3301 # Reject install programs that cannot install multiple files.
    3302 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    3303 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     3159{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     3160echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    33043161if test -z "$INSTALL"; then
    33053162if test "${ac_cv_path_install+set}" = set; then
    3306   $as_echo_n "(cached) " >&6
     3163  echo $ECHO_N "(cached) $ECHO_C" >&6
    33073164else
    33083165  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    33333190            :
    33343191          else
    3335             rm -rf conftest.one conftest.two conftest.dir
    3336             echo one > conftest.one
    3337             echo two > conftest.two
    3338             mkdir conftest.dir
    3339             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    3340               test -s conftest.one && test -s conftest.two &&
    3341               test -s conftest.dir/conftest.one &&
    3342               test -s conftest.dir/conftest.two
    3343             then
    3344               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3345               break 3
    3346             fi
     3192            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3193            break 3
    33473194          fi
    33483195        fi
     
    33513198    ;;
    33523199esac
    3353 
    33543200done
    33553201IFS=$as_save_IFS
    33563202
    3357 rm -rf conftest.one conftest.two conftest.dir
    33583203
    33593204fi
     
    33683213  fi
    33693214fi
    3370 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    3371 $as_echo "$INSTALL" >&6; }
     3215{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     3216echo "${ECHO_T}$INSTALL" >&6; }
    33723217
    33733218# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    33823227  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    33833228set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    3384 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3385 $as_echo_n "checking for $ac_word... " >&6; }
     3229{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3230echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    33863231if test "${ac_cv_prog_RANLIB+set}" = set; then
    3387   $as_echo_n "(cached) " >&6
     3232  echo $ECHO_N "(cached) $ECHO_C" >&6
    33883233else
    33893234  if test -n "$RANLIB"; then
     
    33983243  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    33993244    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    3400     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3245    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34013246    break 2
    34023247  fi
     
    34093254RANLIB=$ac_cv_prog_RANLIB
    34103255if test -n "$RANLIB"; then
    3411   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    3412 $as_echo "$RANLIB" >&6; }
    3413 else
    3414   { $as_echo "$as_me:$LINENO: result: no" >&5
    3415 $as_echo "no" >&6; }
     3256  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     3257echo "${ECHO_T}$RANLIB" >&6; }
     3258else
     3259  { echo "$as_me:$LINENO: result: no" >&5
     3260echo "${ECHO_T}no" >&6; }
    34163261fi
    34173262
     
    34223267  # Extract the first word of "ranlib", so it can be a program name with args.
    34233268set dummy ranlib; ac_word=$2
    3424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3425 $as_echo_n "checking for $ac_word... " >&6; }
     3269{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3270echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    34263271if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    3427   $as_echo_n "(cached) " >&6
     3272  echo $ECHO_N "(cached) $ECHO_C" >&6
    34283273else
    34293274  if test -n "$ac_ct_RANLIB"; then
     
    34383283  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34393284    ac_cv_prog_ac_ct_RANLIB="ranlib"
    3440     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3285    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34413286    break 2
    34423287  fi
     
    34493294ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    34503295if test -n "$ac_ct_RANLIB"; then
    3451   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    3452 $as_echo "$ac_ct_RANLIB" >&6; }
    3453 else
    3454   { $as_echo "$as_me:$LINENO: result: no" >&5
    3455 $as_echo "no" >&6; }
     3296  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     3297echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     3298else
     3299  { echo "$as_me:$LINENO: result: no" >&5
     3300echo "${ECHO_T}no" >&6; }
    34563301fi
    34573302
     
    34613306    case $cross_compiling:$ac_tool_warned in
    34623307yes:)
    3463 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3308{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    34643309whose name does not start with the host triplet.  If you think this
    34653310configuration is useful to you, please write to autoconf@gnu.org." >&5
    3466 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3311echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    34673312whose name does not start with the host triplet.  If you think this
    34683313configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    34753320fi
    34763321
    3477 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
    3478 $as_echo_n "checking whether ln -s works... " >&6; }
     3322{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
     3323echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
    34793324LN_S=$as_ln_s
    34803325if test "$LN_S" = "ln -s"; then
    3481   { $as_echo "$as_me:$LINENO: result: yes" >&5
    3482 $as_echo "yes" >&6; }
    3483 else
    3484   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    3485 $as_echo "no, using $LN_S" >&6; }
    3486 fi
    3487 
    3488 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    3489 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     3326  { echo "$as_me:$LINENO: result: yes" >&5
     3327echo "${ECHO_T}yes" >&6; }
     3328else
     3329  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     3330echo "${ECHO_T}no, using $LN_S" >&6; }
     3331fi
     3332
     3333{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     3334echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    34903335if test -z "$MKDIR_P"; then
    34913336  if test "${ac_cv_path_mkdir+set}" = set; then
    3492   $as_echo_n "(cached) " >&6
     3337  echo $ECHO_N "(cached) $ECHO_C" >&6
    34933338else
    34943339  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    35253370  fi
    35263371fi
    3527 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    3528 $as_echo "$MKDIR_P" >&6; }
     3372{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     3373echo "${ECHO_T}$MKDIR_P" >&6; }
    35293374
    35303375
     
    35353380ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    35363381ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3537 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3538 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     3382{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3383echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    35393384# On Suns, sometimes $CPP names a directory.
    35403385if test -n "$CPP" && test -d "$CPP"; then
     
    35433388if test -z "$CPP"; then
    35443389  if test "${ac_cv_prog_CPP+set}" = set; then
    3545   $as_echo_n "(cached) " >&6
     3390  echo $ECHO_N "(cached) $ECHO_C" >&6
    35463391else
    35473392      # Double quotes because CPP needs to be expanded
     
    35753420  *) ac_try_echo=$ac_try;;
    35763421esac
    3577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3578 $as_echo "$ac_try_echo") >&5
     3422eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    35793423  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    35803424  ac_status=$?
     
    35823426  rm -f conftest.er1
    35833427  cat conftest.err >&5
    3584   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3428  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35853429  (exit $ac_status); } >/dev/null && {
    35863430         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    35893433  :
    35903434else
    3591   $as_echo "$as_me: failed program was:" >&5
     3435  echo "$as_me: failed program was:" >&5
    35923436sed 's/^/| /' conftest.$ac_ext >&5
    35933437
     
    36133457  *) ac_try_echo=$ac_try;;
    36143458esac
    3615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3616 $as_echo "$ac_try_echo") >&5
     3459eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    36173460  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    36183461  ac_status=$?
     
    36203463  rm -f conftest.er1
    36213464  cat conftest.err >&5
    3622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3465  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36233466  (exit $ac_status); } >/dev/null && {
    36243467         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    36283471continue
    36293472else
    3630   $as_echo "$as_me: failed program was:" >&5
     3473  echo "$as_me: failed program was:" >&5
    36313474sed 's/^/| /' conftest.$ac_ext >&5
    36323475
     
    36533496  ac_cv_prog_CPP=$CPP
    36543497fi
    3655 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    3656 $as_echo "$CPP" >&6; }
     3498{ echo "$as_me:$LINENO: result: $CPP" >&5
     3499echo "${ECHO_T}$CPP" >&6; }
    36573500ac_preproc_ok=false
    36583501for ac_c_preproc_warn_flag in '' yes
     
    36823525  *) ac_try_echo=$ac_try;;
    36833526esac
    3684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3685 $as_echo "$ac_try_echo") >&5
     3527eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    36863528  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    36873529  ac_status=$?
     
    36893531  rm -f conftest.er1
    36903532  cat conftest.err >&5
    3691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3533  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36923534  (exit $ac_status); } >/dev/null && {
    36933535         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    36963538  :
    36973539else
    3698   $as_echo "$as_me: failed program was:" >&5
     3540  echo "$as_me: failed program was:" >&5
    36993541sed 's/^/| /' conftest.$ac_ext >&5
    37003542
     
    37203562  *) ac_try_echo=$ac_try;;
    37213563esac
    3722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3723 $as_echo "$ac_try_echo") >&5
     3564eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37243565  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    37253566  ac_status=$?
     
    37273568  rm -f conftest.er1
    37283569  cat conftest.err >&5
    3729   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3570  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37303571  (exit $ac_status); } >/dev/null && {
    37313572         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    37353576continue
    37363577else
    3737   $as_echo "$as_me: failed program was:" >&5
     3578  echo "$as_me: failed program was:" >&5
    37383579sed 's/^/| /' conftest.$ac_ext >&5
    37393580
     
    37513592  :
    37523593else
    3753   { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3594  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    37543595See \`config.log' for more details." >&5
    3755 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3596echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    37563597See \`config.log' for more details." >&2;}
    37573598   { (exit 1); exit 1; }; }
     
    37653606
    37663607
    3767 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    3768 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     3608{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     3609echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
    37693610if test "${ac_cv_path_GREP+set}" = set; then
    3770   $as_echo_n "(cached) " >&6
    3771 else
    3772   if test -z "$GREP"; then
     3611  echo $ECHO_N "(cached) $ECHO_C" >&6
     3612else
     3613  # Extract the first word of "grep ggrep" to use in msg output
     3614if test -z "$GREP"; then
     3615set dummy grep ggrep; ac_prog_name=$2
     3616if test "${ac_cv_path_GREP+set}" = set; then
     3617  echo $ECHO_N "(cached) $ECHO_C" >&6
     3618else
    37733619  ac_path_GREP_found=false
    3774   # Loop through the user's path and test for each of PROGNAME-LIST
    3775   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3620# Loop through the user's path and test for each of PROGNAME-LIST
     3621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    37763622for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    37773623do
     
    37793625  test -z "$as_dir" && as_dir=.
    37803626  for ac_prog in grep ggrep; do
    3781     for ac_exec_ext in '' $ac_executable_extensions; do
    3782       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    3783       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    3784 # Check for GNU ac_path_GREP and select it if it is found.
     3627  for ac_exec_ext in '' $ac_executable_extensions; do
     3628    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     3629    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     3630    # Check for GNU ac_path_GREP and select it if it is found.
    37853631  # Check for GNU $ac_path_GREP
    37863632case `"$ac_path_GREP" --version 2>&1` in
     
    37893635*)
    37903636  ac_count=0
    3791   $as_echo_n 0123456789 >"conftest.in"
     3637  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    37923638  while :
    37933639  do
     
    37953641    mv "conftest.tmp" "conftest.in"
    37963642    cp "conftest.in" "conftest.nl"
    3797     $as_echo 'GREP' >> "conftest.nl"
     3643    echo 'GREP' >> "conftest.nl"
    37983644    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    37993645    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    38103656esac
    38113657
    3812       $ac_path_GREP_found && break 3
    3813     done
     3658
     3659    $ac_path_GREP_found && break 3
    38143660  done
    38153661done
     3662
     3663done
    38163664IFS=$as_save_IFS
    3817   if test -z "$ac_cv_path_GREP"; then
    3818     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3819 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3665
     3666
     3667fi
     3668
     3669GREP="$ac_cv_path_GREP"
     3670if test -z "$GREP"; then
     3671  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3672echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    38203673   { (exit 1); exit 1; }; }
    3821   fi
     3674fi
     3675
    38223676else
    38233677  ac_cv_path_GREP=$GREP
    38243678fi
    38253679
    3826 fi
    3827 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    3828 $as_echo "$ac_cv_path_GREP" >&6; }
     3680
     3681fi
     3682{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     3683echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
    38293684 GREP="$ac_cv_path_GREP"
    38303685
    38313686
    3832 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
    3833 $as_echo_n "checking for egrep... " >&6; }
     3687{ echo "$as_me:$LINENO: checking for egrep" >&5
     3688echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
    38343689if test "${ac_cv_path_EGREP+set}" = set; then
    3835   $as_echo_n "(cached) " >&6
     3690  echo $ECHO_N "(cached) $ECHO_C" >&6
    38363691else
    38373692  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    38383693   then ac_cv_path_EGREP="$GREP -E"
    38393694   else
    3840      if test -z "$EGREP"; then
     3695     # Extract the first word of "egrep" to use in msg output
     3696if test -z "$EGREP"; then
     3697set dummy egrep; ac_prog_name=$2
     3698if test "${ac_cv_path_EGREP+set}" = set; then
     3699  echo $ECHO_N "(cached) $ECHO_C" >&6
     3700else
    38413701  ac_path_EGREP_found=false
    3842   # Loop through the user's path and test for each of PROGNAME-LIST
    3843   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3702# Loop through the user's path and test for each of PROGNAME-LIST
     3703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    38443704for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    38453705do
     
    38473707  test -z "$as_dir" && as_dir=.
    38483708  for ac_prog in egrep; do
    3849     for ac_exec_ext in '' $ac_executable_extensions; do
    3850       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    3851       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    3852 # Check for GNU ac_path_EGREP and select it if it is found.
     3709  for ac_exec_ext in '' $ac_executable_extensions; do
     3710    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     3711    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     3712    # Check for GNU ac_path_EGREP and select it if it is found.
    38533713  # Check for GNU $ac_path_EGREP
    38543714case `"$ac_path_EGREP" --version 2>&1` in
     
    38573717*)
    38583718  ac_count=0
    3859   $as_echo_n 0123456789 >"conftest.in"
     3719  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    38603720  while :
    38613721  do
     
    38633723    mv "conftest.tmp" "conftest.in"
    38643724    cp "conftest.in" "conftest.nl"
    3865     $as_echo 'EGREP' >> "conftest.nl"
     3725    echo 'EGREP' >> "conftest.nl"
    38663726    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    38673727    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    38783738esac
    38793739
    3880       $ac_path_EGREP_found && break 3
    3881     done
     3740
     3741    $ac_path_EGREP_found && break 3
    38823742  done
    38833743done
     3744
     3745done
    38843746IFS=$as_save_IFS
    3885   if test -z "$ac_cv_path_EGREP"; then
    3886     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3887 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     3747
     3748
     3749fi
     3750
     3751EGREP="$ac_cv_path_EGREP"
     3752if test -z "$EGREP"; then
     3753  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     3754echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    38883755   { (exit 1); exit 1; }; }
    3889   fi
     3756fi
     3757
    38903758else
    38913759  ac_cv_path_EGREP=$EGREP
    38923760fi
    38933761
     3762
    38943763   fi
    38953764fi
    3896 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    3897 $as_echo "$ac_cv_path_EGREP" >&6; }
     3765{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     3766echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
    38983767 EGREP="$ac_cv_path_EGREP"
    38993768
    39003769
    3901 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    3902 $as_echo_n "checking for ANSI C header files... " >&6; }
     3770{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     3771echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
    39033772if test "${ac_cv_header_stdc+set}" = set; then
    3904   $as_echo_n "(cached) " >&6
     3773  echo $ECHO_N "(cached) $ECHO_C" >&6
    39053774else
    39063775  cat >conftest.$ac_ext <<_ACEOF
     
    39293798  *) ac_try_echo=$ac_try;;
    39303799esac
    3931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3932 $as_echo "$ac_try_echo") >&5
     3800eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39333801  (eval "$ac_compile") 2>conftest.er1
    39343802  ac_status=$?
     
    39363804  rm -f conftest.er1
    39373805  cat conftest.err >&5
    3938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3806  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39393807  (exit $ac_status); } && {
    39403808         test -z "$ac_c_werror_flag" ||
     
    39433811  ac_cv_header_stdc=yes
    39443812else
    3945   $as_echo "$as_me: failed program was:" >&5
     3813  echo "$as_me: failed program was:" >&5
    39463814sed 's/^/| /' conftest.$ac_ext >&5
    39473815
     
    40353903  *) ac_try_echo=$ac_try;;
    40363904esac
    4037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4038 $as_echo "$ac_try_echo") >&5
     3905eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40393906  (eval "$ac_link") 2>&5
    40403907  ac_status=$?
    4041   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3908  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40423909  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    40433910  { (case "(($ac_try" in
     
    40453912  *) ac_try_echo=$ac_try;;
    40463913esac
    4047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4048 $as_echo "$ac_try_echo") >&5
     3914eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40493915  (eval "$ac_try") 2>&5
    40503916  ac_status=$?
    4051   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3917  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40523918  (exit $ac_status); }; }; then
    40533919  :
    40543920else
    4055   $as_echo "$as_me: program exited with status $ac_status" >&5
    4056 $as_echo "$as_me: failed program was:" >&5
     3921  echo "$as_me: program exited with status $ac_status" >&5
     3922echo "$as_me: failed program was:" >&5
    40573923sed 's/^/| /' conftest.$ac_ext >&5
    40583924
     
    40603926ac_cv_header_stdc=no
    40613927fi
    4062 rm -rf conftest.dSYM
    40633928rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    40643929fi
     
    40673932fi
    40683933fi
    4069 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4070 $as_echo "$ac_cv_header_stdc" >&6; }
     3934{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     3935echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
    40713936if test $ac_cv_header_stdc = yes; then
    40723937
     
    40773942fi
    40783943
    4079 { $as_echo "$as_me:$LINENO: checking for atol" >&5
    4080 $as_echo_n "checking for atol... " >&6; }
     3944{ echo "$as_me:$LINENO: checking for atol" >&5
     3945echo $ECHO_N "checking for atol... $ECHO_C" >&6; }
    40813946if test "${ac_cv_func_atol+set}" = set; then
    4082   $as_echo_n "(cached) " >&6
     3947  echo $ECHO_N "(cached) $ECHO_C" >&6
    40833948else
    40843949  cat >conftest.$ac_ext <<_ACEOF
     
    41333998  *) ac_try_echo=$ac_try;;
    41343999esac
    4135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4136 $as_echo "$ac_try_echo") >&5
     4000eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    41374001  (eval "$ac_link") 2>conftest.er1
    41384002  ac_status=$?
     
    41404004  rm -f conftest.er1
    41414005  cat conftest.err >&5
    4142   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4006  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41434007  (exit $ac_status); } && {
    41444008         test -z "$ac_c_werror_flag" ||
    41454009         test ! -s conftest.err
    4146        } && test -s conftest$ac_exeext && {
    4147          test "$cross_compiling" = yes ||
    4148          $as_test_x conftest$ac_exeext
    4149        }; then
     4010       } && test -s conftest$ac_exeext &&
     4011       $as_test_x conftest$ac_exeext; then
    41504012  ac_cv_func_atol=yes
    41514013else
    4152   $as_echo "$as_me: failed program was:" >&5
     4014  echo "$as_me: failed program was:" >&5
    41534015sed 's/^/| /' conftest.$ac_ext >&5
    41544016
     
    41564018fi
    41574019
    4158 rm -rf conftest.dSYM
    41594020rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    41604021      conftest$ac_exeext conftest.$ac_ext
    41614022fi
    4162 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
    4163 $as_echo "$ac_cv_func_atol" >&6; }
     4023{ echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5
     4024echo "${ECHO_T}$ac_cv_func_atol" >&6; }
    41644025if test $ac_cv_func_atol = yes; then
    41654026  :
    41664027else
    4167   { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
    4168 $as_echo "$as_me: error: oops! no atol ?!?" >&2;}
     4028  { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5
     4029echo "$as_me: error: oops! no atol ?!?" >&2;}
    41694030   { (exit 1); exit 1; }; }
    41704031fi
     
    41854046    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    41864047set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4187 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4188 $as_echo_n "checking for $ac_word... " >&6; }
     4048{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4049echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    41894050if test "${ac_cv_prog_CXX+set}" = set; then
    4190   $as_echo_n "(cached) " >&6
     4051  echo $ECHO_N "(cached) $ECHO_C" >&6
    41914052else
    41924053  if test -n "$CXX"; then
     
    42014062  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42024063    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    4203     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4064    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42044065    break 2
    42054066  fi
     
    42124073CXX=$ac_cv_prog_CXX
    42134074if test -n "$CXX"; then
    4214   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    4215 $as_echo "$CXX" >&6; }
    4216 else
    4217   { $as_echo "$as_me:$LINENO: result: no" >&5
    4218 $as_echo "no" >&6; }
     4075  { echo "$as_me:$LINENO: result: $CXX" >&5
     4076echo "${ECHO_T}$CXX" >&6; }
     4077else
     4078  { echo "$as_me:$LINENO: result: no" >&5
     4079echo "${ECHO_T}no" >&6; }
    42194080fi
    42204081
     
    42294090  # Extract the first word of "$ac_prog", so it can be a program name with args.
    42304091set dummy $ac_prog; ac_word=$2
    4231 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4232 $as_echo_n "checking for $ac_word... " >&6; }
     4092{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4093echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42334094if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    4234   $as_echo_n "(cached) " >&6
     4095  echo $ECHO_N "(cached) $ECHO_C" >&6
    42354096else
    42364097  if test -n "$ac_ct_CXX"; then
     
    42454106  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42464107    ac_cv_prog_ac_ct_CXX="$ac_prog"
    4247     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4108    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42484109    break 2
    42494110  fi
     
    42564117ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    42574118if test -n "$ac_ct_CXX"; then
    4258   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    4259 $as_echo "$ac_ct_CXX" >&6; }
    4260 else
    4261   { $as_echo "$as_me:$LINENO: result: no" >&5
    4262 $as_echo "no" >&6; }
     4119  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     4120echo "${ECHO_T}$ac_ct_CXX" >&6; }
     4121else
     4122  { echo "$as_me:$LINENO: result: no" >&5
     4123echo "${ECHO_T}no" >&6; }
    42634124fi
    42644125
     
    42724133    case $cross_compiling:$ac_tool_warned in
    42734134yes:)
    4274 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4135{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    42754136whose name does not start with the host triplet.  If you think this
    42764137configuration is useful to you, please write to autoconf@gnu.org." >&5
    4277 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4138echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    42784139whose name does not start with the host triplet.  If you think this
    42794140configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    42874148fi
    42884149# Provide some information about the compiler.
    4289 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    4290 set X $ac_compile
    4291 ac_compiler=$2
     4150echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     4151ac_compiler=`set X $ac_compile; echo $2`
    42924152{ (ac_try="$ac_compiler --version >&5"
    42934153case "(($ac_try" in
     
    42954155  *) ac_try_echo=$ac_try;;
    42964156esac
    4297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4298 $as_echo "$ac_try_echo") >&5
     4157eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    42994158  (eval "$ac_compiler --version >&5") 2>&5
    43004159  ac_status=$?
    4301   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4160  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43024161  (exit $ac_status); }
    43034162{ (ac_try="$ac_compiler -v >&5"
     
    43064165  *) ac_try_echo=$ac_try;;
    43074166esac
    4308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4309 $as_echo "$ac_try_echo") >&5
     4167eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43104168  (eval "$ac_compiler -v >&5") 2>&5
    43114169  ac_status=$?
    4312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4170  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43134171  (exit $ac_status); }
    43144172{ (ac_try="$ac_compiler -V >&5"
     
    43174175  *) ac_try_echo=$ac_try;;
    43184176esac
    4319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4320 $as_echo "$ac_try_echo") >&5
     4177eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43214178  (eval "$ac_compiler -V >&5") 2>&5
    43224179  ac_status=$?
    4323   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4180  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43244181  (exit $ac_status); }
    43254182
    4326 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    4327 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     4183{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     4184echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    43284185if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    4329   $as_echo_n "(cached) " >&6
     4186  echo $ECHO_N "(cached) $ECHO_C" >&6
    43304187else
    43314188  cat >conftest.$ac_ext <<_ACEOF
     
    43534210  *) ac_try_echo=$ac_try;;
    43544211esac
    4355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4356 $as_echo "$ac_try_echo") >&5
     4212eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43574213  (eval "$ac_compile") 2>conftest.er1
    43584214  ac_status=$?
     
    43604216  rm -f conftest.er1
    43614217  cat conftest.err >&5
    4362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4218  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43634219  (exit $ac_status); } && {
    43644220         test -z "$ac_cxx_werror_flag" ||
     
    43674223  ac_compiler_gnu=yes
    43684224else
    4369   $as_echo "$as_me: failed program was:" >&5
     4225  echo "$as_me: failed program was:" >&5
    43704226sed 's/^/| /' conftest.$ac_ext >&5
    43714227
     
    43774233
    43784234fi
    4379 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    4380 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    4381 if test $ac_compiler_gnu = yes; then
    4382   GXX=yes
    4383 else
    4384   GXX=
    4385 fi
     4235{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     4236echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     4237GXX=`test $ac_compiler_gnu = yes && echo yes`
    43864238ac_test_CXXFLAGS=${CXXFLAGS+set}
    43874239ac_save_CXXFLAGS=$CXXFLAGS
    4388 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    4389 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     4240{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     4241echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    43904242if test "${ac_cv_prog_cxx_g+set}" = set; then
    4391   $as_echo_n "(cached) " >&6
     4243  echo $ECHO_N "(cached) $ECHO_C" >&6
    43924244else
    43934245  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    44164268  *) ac_try_echo=$ac_try;;
    44174269esac
    4418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4419 $as_echo "$ac_try_echo") >&5
     4270eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44204271  (eval "$ac_compile") 2>conftest.er1
    44214272  ac_status=$?
     
    44234274  rm -f conftest.er1
    44244275  cat conftest.err >&5
    4425   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4276  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44264277  (exit $ac_status); } && {
    44274278         test -z "$ac_cxx_werror_flag" ||
     
    44304281  ac_cv_prog_cxx_g=yes
    44314282else
    4432   $as_echo "$as_me: failed program was:" >&5
     4283  echo "$as_me: failed program was:" >&5
    44334284sed 's/^/| /' conftest.$ac_ext >&5
    44344285
     
    44554306  *) ac_try_echo=$ac_try;;
    44564307esac
    4457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4458 $as_echo "$ac_try_echo") >&5
     4308eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44594309  (eval "$ac_compile") 2>conftest.er1
    44604310  ac_status=$?
     
    44624312  rm -f conftest.er1
    44634313  cat conftest.err >&5
    4464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4314  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44654315  (exit $ac_status); } && {
    44664316         test -z "$ac_cxx_werror_flag" ||
     
    44694319  :
    44704320else
    4471   $as_echo "$as_me: failed program was:" >&5
     4321  echo "$as_me: failed program was:" >&5
    44724322sed 's/^/| /' conftest.$ac_ext >&5
    44734323
     
    44954345  *) ac_try_echo=$ac_try;;
    44964346esac
    4497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4498 $as_echo "$ac_try_echo") >&5
     4347eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44994348  (eval "$ac_compile") 2>conftest.er1
    45004349  ac_status=$?
     
    45024351  rm -f conftest.er1
    45034352  cat conftest.err >&5
    4504   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4353  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45054354  (exit $ac_status); } && {
    45064355         test -z "$ac_cxx_werror_flag" ||
     
    45094358  ac_cv_prog_cxx_g=yes
    45104359else
    4511   $as_echo "$as_me: failed program was:" >&5
     4360  echo "$as_me: failed program was:" >&5
    45124361sed 's/^/| /' conftest.$ac_ext >&5
    45134362
     
    45244373   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    45254374fi
    4526 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4527 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     4375{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4376echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    45284377if test "$ac_test_CXXFLAGS" = set; then
    45294378  CXXFLAGS=$ac_save_CXXFLAGS
     
    45564405
    45574406
    4558 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
    4559 $as_echo_n "checking for main in -lstdc++... " >&6; }
     4407{ echo "$as_me:$LINENO: checking for main in -lstdc++" >&5
     4408echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }
    45604409if test "${ac_cv_lib_stdcpp_main+set}" = set; then
    4561   $as_echo_n "(cached) " >&6
     4410  echo $ECHO_N "(cached) $ECHO_C" >&6
    45624411else
    45634412  ac_check_lib_save_LIBS=$LIBS
     
    45854434  *) ac_try_echo=$ac_try;;
    45864435esac
    4587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4588 $as_echo "$ac_try_echo") >&5
     4436eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    45894437  (eval "$ac_link") 2>conftest.er1
    45904438  ac_status=$?
     
    45924440  rm -f conftest.er1
    45934441  cat conftest.err >&5
    4594   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4442  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45954443  (exit $ac_status); } && {
    45964444         test -z "$ac_cxx_werror_flag" ||
    45974445         test ! -s conftest.err
    4598        } && test -s conftest$ac_exeext && {
    4599          test "$cross_compiling" = yes ||
    4600          $as_test_x conftest$ac_exeext
    4601        }; then
     4446       } && test -s conftest$ac_exeext &&
     4447       $as_test_x conftest$ac_exeext; then
    46024448  ac_cv_lib_stdcpp_main=yes
    46034449else
    4604   $as_echo "$as_me: failed program was:" >&5
     4450  echo "$as_me: failed program was:" >&5
    46054451sed 's/^/| /' conftest.$ac_ext >&5
    46064452
     
    46084454fi
    46094455
    4610 rm -rf conftest.dSYM
    46114456rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    46124457      conftest$ac_exeext conftest.$ac_ext
    46134458LIBS=$ac_check_lib_save_LIBS
    46144459fi
    4615 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
    4616 $as_echo "$ac_cv_lib_stdcpp_main" >&6; }
     4460{ echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
     4461echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }
    46174462if test $ac_cv_lib_stdcpp_main = yes; then
    46184463  cat >>confdefs.h <<_ACEOF
     
    46234468
    46244469else
    4625   { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
    4626 $as_echo "$as_me: error: librappture requires libstdc++" >&2;}
     4470  { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5
     4471echo "$as_me: error: librappture requires libstdc++" >&2;}
    46274472   { (exit 1); exit 1; }; }
    46284473fi
     
    46414486                  inttypes.h stdint.h unistd.h
    46424487do
    4643 as_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; }
     4488as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4489{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4490echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    46464491if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4647   $as_echo_n "(cached) " >&6
     4492  echo $ECHO_N "(cached) $ECHO_C" >&6
    46484493else
    46494494  cat >conftest.$ac_ext <<_ACEOF
     
    46634508  *) ac_try_echo=$ac_try;;
    46644509esac
    4665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4666 $as_echo "$ac_try_echo") >&5
     4510eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    46674511  (eval "$ac_compile") 2>conftest.er1
    46684512  ac_status=$?
     
    46704514  rm -f conftest.er1
    46714515  cat conftest.err >&5
    4672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4516  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46734517  (exit $ac_status); } && {
    46744518         test -z "$ac_cxx_werror_flag" ||
     
    46774521  eval "$as_ac_Header=yes"
    46784522else
    4679   $as_echo "$as_me: failed program was:" >&5
     4523  echo "$as_me: failed program was:" >&5
    46804524sed 's/^/| /' conftest.$ac_ext >&5
    46814525
     
    46854529rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    46864530fi
    4687 ac_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; }
    4691 if test `eval 'as_val=${'$as_ac_Header'}
    4692                  $as_echo "$as_val"'` = yes; then
     4531ac_res=`eval echo '${'$as_ac_Header'}'`
     4532               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4533echo "${ECHO_T}$ac_res" >&6; }
     4534if test `eval echo '${'$as_ac_Header'}'` = yes; then
    46934535  cat >>confdefs.h <<_ACEOF
    4694 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4536#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    46954537_ACEOF
    46964538
     
    47054547ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    47064548ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    4707 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
    4708 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
     4549{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
     4550echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
    47094551if test -z "$CXXCPP"; then
    47104552  if test "${ac_cv_prog_CXXCPP+set}" = set; then
    4711   $as_echo_n "(cached) " >&6
     4553  echo $ECHO_N "(cached) $ECHO_C" >&6
    47124554else
    47134555      # Double quotes because CXXCPP needs to be expanded
     
    47414583  *) ac_try_echo=$ac_try;;
    47424584esac
    4743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4744 $as_echo "$ac_try_echo") >&5
     4585eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47454586  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47464587  ac_status=$?
     
    47484589  rm -f conftest.er1
    47494590  cat conftest.err >&5
    4750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4591  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47514592  (exit $ac_status); } >/dev/null && {
    47524593         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47554596  :
    47564597else
    4757   $as_echo "$as_me: failed program was:" >&5
     4598  echo "$as_me: failed program was:" >&5
    47584599sed 's/^/| /' conftest.$ac_ext >&5
    47594600
     
    47794620  *) ac_try_echo=$ac_try;;
    47804621esac
    4781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4782 $as_echo "$ac_try_echo") >&5
     4622eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47834623  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47844624  ac_status=$?
     
    47864626  rm -f conftest.er1
    47874627  cat conftest.err >&5
    4788   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4628  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47894629  (exit $ac_status); } >/dev/null && {
    47904630         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    47944634continue
    47954635else
    4796   $as_echo "$as_me: failed program was:" >&5
     4636  echo "$as_me: failed program was:" >&5
    47974637sed 's/^/| /' conftest.$ac_ext >&5
    47984638
     
    48194659  ac_cv_prog_CXXCPP=$CXXCPP
    48204660fi
    4821 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
    4822 $as_echo "$CXXCPP" >&6; }
     4661{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
     4662echo "${ECHO_T}$CXXCPP" >&6; }
    48234663ac_preproc_ok=false
    48244664for ac_cxx_preproc_warn_flag in '' yes
     
    48484688  *) ac_try_echo=$ac_try;;
    48494689esac
    4850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4851 $as_echo "$ac_try_echo") >&5
     4690eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48524691  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48534692  ac_status=$?
     
    48554694  rm -f conftest.er1
    48564695  cat conftest.err >&5
    4857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4696  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48584697  (exit $ac_status); } >/dev/null && {
    48594698         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    48624701  :
    48634702else
    4864   $as_echo "$as_me: failed program was:" >&5
     4703  echo "$as_me: failed program was:" >&5
    48654704sed 's/^/| /' conftest.$ac_ext >&5
    48664705
     
    48864725  *) ac_try_echo=$ac_try;;
    48874726esac
    4888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4889 $as_echo "$ac_try_echo") >&5
     4727eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48904728  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    48914729  ac_status=$?
     
    48934731  rm -f conftest.er1
    48944732  cat conftest.err >&5
    4895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4733  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48964734  (exit $ac_status); } >/dev/null && {
    48974735         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    49014739continue
    49024740else
    4903   $as_echo "$as_me: failed program was:" >&5
     4741  echo "$as_me: failed program was:" >&5
    49044742sed 's/^/| /' conftest.$ac_ext >&5
    49054743
     
    49174755  :
    49184756else
    4919   { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4757  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49204758See \`config.log' for more details." >&5
    4921 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     4759echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    49224760See \`config.log' for more details." >&2;}
    49234761   { (exit 1); exit 1; }; }
     
    49344772for ac_header in stack
    49354773do
    4936 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4774as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    49374775if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4938   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    4939 $as_echo_n "checking for $ac_header... " >&6; }
     4776  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     4777echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    49404778if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4941   $as_echo_n "(cached) " >&6
    4942 fi
    4943 ac_res=`eval 'as_val=${'$as_ac_Header'}
    4944                  $as_echo "$as_val"'`
    4945                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    4946 $as_echo "$ac_res" >&6; }
     4779  echo $ECHO_N "(cached) $ECHO_C" >&6
     4780fi
     4781ac_res=`eval echo '${'$as_ac_Header'}'`
     4782               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4783echo "${ECHO_T}$ac_res" >&6; }
    49474784else
    49484785  # Is the header compilable?
    4949 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4950 $as_echo_n "checking $ac_header usability... " >&6; }
     4786{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4787echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    49514788cat >conftest.$ac_ext <<_ACEOF
    49524789/* confdefs.h.  */
     
    49644801  *) ac_try_echo=$ac_try;;
    49654802esac
    4966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4967 $as_echo "$ac_try_echo") >&5
     4803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49684804  (eval "$ac_compile") 2>conftest.er1
    49694805  ac_status=$?
     
    49714807  rm -f conftest.er1
    49724808  cat conftest.err >&5
    4973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4809  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49744810  (exit $ac_status); } && {
    49754811         test -z "$ac_cxx_werror_flag" ||
     
    49784814  ac_header_compiler=yes
    49794815else
    4980   $as_echo "$as_me: failed program was:" >&5
     4816  echo "$as_me: failed program was:" >&5
    49814817sed 's/^/| /' conftest.$ac_ext >&5
    49824818
     
    49854821
    49864822rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4987 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4988 $as_echo "$ac_header_compiler" >&6; }
     4823{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4824echo "${ECHO_T}$ac_header_compiler" >&6; }
    49894825
    49904826# Is the header present?
    4991 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4992 $as_echo_n "checking $ac_header presence... " >&6; }
     4827{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4828echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    49934829cat >conftest.$ac_ext <<_ACEOF
    49944830/* confdefs.h.  */
     
    50044840  *) ac_try_echo=$ac_try;;
    50054841esac
    5006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5007 $as_echo "$ac_try_echo") >&5
     4842eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50084843  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50094844  ac_status=$?
     
    50114846  rm -f conftest.er1
    50124847  cat conftest.err >&5
    5013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4848  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50144849  (exit $ac_status); } >/dev/null && {
    50154850         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    50184853  ac_header_preproc=yes
    50194854else
    5020   $as_echo "$as_me: failed program was:" >&5
     4855  echo "$as_me: failed program was:" >&5
    50214856sed 's/^/| /' conftest.$ac_ext >&5
    50224857
     
    50254860
    50264861rm -f conftest.err conftest.$ac_ext
    5027 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5028 $as_echo "$ac_header_preproc" >&6; }
     4862{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4863echo "${ECHO_T}$ac_header_preproc" >&6; }
    50294864
    50304865# So?  What about this header?
    50314866case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    50324867  yes:no: )
    5033     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5034 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5035     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5036 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     4868    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     4869echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4870    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     4871echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    50374872    ac_header_preproc=yes
    50384873    ;;
    50394874  no:yes:* )
    5040     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5041 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5042     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5043 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5044     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5045 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5046     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5047 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5048     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5049 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5050     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5051 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     4875    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     4876echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     4877    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     4878echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     4879    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     4880echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     4881    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     4882echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4883    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4884echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4885    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     4886echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    50524887    ( cat <<\_ASBOX
    50534888## ----------------------------------- ##
     
    50584893    ;;
    50594894esac
    5060 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5061 $as_echo_n "checking for $ac_header... " >&6; }
     4895{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     4896echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    50624897if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5063   $as_echo_n "(cached) " >&6
     4898  echo $ECHO_N "(cached) $ECHO_C" >&6
    50644899else
    50654900  eval "$as_ac_Header=\$ac_header_preproc"
    50664901fi
    5067 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5068                  $as_echo "$as_val"'`
    5069                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5070 $as_echo "$ac_res" >&6; }
    5071 
    5072 fi
    5073 if test `eval 'as_val=${'$as_ac_Header'}
    5074                  $as_echo "$as_val"'` = yes; then
     4902ac_res=`eval echo '${'$as_ac_Header'}'`
     4903               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4904echo "${ECHO_T}$ac_res" >&6; }
     4905
     4906fi
     4907if test `eval echo '${'$as_ac_Header'}'` = yes; then
    50754908  cat >>confdefs.h <<_ACEOF
    5076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5077 _ACEOF
    5078 
    5079 else
    5080   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5081 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     4909#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4910_ACEOF
     4911
     4912else
     4913  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     4914echo "$as_me: WARNING: STL classes missing ?" >&2;}
    50824915fi
    50834916
     
    50874920for ac_header in string
    50884921do
    5089 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4922as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    50904923if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5091   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5092 $as_echo_n "checking for $ac_header... " >&6; }
     4924  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     4925echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    50934926if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5094   $as_echo_n "(cached) " >&6
    5095 fi
    5096 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5097                  $as_echo "$as_val"'`
    5098                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5099 $as_echo "$ac_res" >&6; }
     4927  echo $ECHO_N "(cached) $ECHO_C" >&6
     4928fi
     4929ac_res=`eval echo '${'$as_ac_Header'}'`
     4930               { echo "$as_me:$LINENO: result: $ac_res" >&5
     4931echo "${ECHO_T}$ac_res" >&6; }
    51004932else
    51014933  # Is the header compilable?
    5102 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5103 $as_echo_n "checking $ac_header usability... " >&6; }
     4934{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4935echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    51044936cat >conftest.$ac_ext <<_ACEOF
    51054937/* confdefs.h.  */
     
    51174949  *) ac_try_echo=$ac_try;;
    51184950esac
    5119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5120 $as_echo "$ac_try_echo") >&5
     4951eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51214952  (eval "$ac_compile") 2>conftest.er1
    51224953  ac_status=$?
     
    51244955  rm -f conftest.er1
    51254956  cat conftest.err >&5
    5126   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4957  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51274958  (exit $ac_status); } && {
    51284959         test -z "$ac_cxx_werror_flag" ||
     
    51314962  ac_header_compiler=yes
    51324963else
    5133   $as_echo "$as_me: failed program was:" >&5
     4964  echo "$as_me: failed program was:" >&5
    51344965sed 's/^/| /' conftest.$ac_ext >&5
    51354966
     
    51384969
    51394970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5140 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5141 $as_echo "$ac_header_compiler" >&6; }
     4971{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4972echo "${ECHO_T}$ac_header_compiler" >&6; }
    51424973
    51434974# Is the header present?
    5144 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5145 $as_echo_n "checking $ac_header presence... " >&6; }
     4975{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4976echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    51464977cat >conftest.$ac_ext <<_ACEOF
    51474978/* confdefs.h.  */
     
    51574988  *) ac_try_echo=$ac_try;;
    51584989esac
    5159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5160 $as_echo "$ac_try_echo") >&5
     4990eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51614991  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51624992  ac_status=$?
     
    51644994  rm -f conftest.er1
    51654995  cat conftest.err >&5
    5166   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4996  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51674997  (exit $ac_status); } >/dev/null && {
    51684998         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    51715001  ac_header_preproc=yes
    51725002else
    5173   $as_echo "$as_me: failed program was:" >&5
     5003  echo "$as_me: failed program was:" >&5
    51745004sed 's/^/| /' conftest.$ac_ext >&5
    51755005
     
    51785008
    51795009rm -f conftest.err conftest.$ac_ext
    5180 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5181 $as_echo "$ac_header_preproc" >&6; }
     5010{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5011echo "${ECHO_T}$ac_header_preproc" >&6; }
    51825012
    51835013# So?  What about this header?
    51845014case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    51855015  yes:no: )
    5186     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5187 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5188     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5189 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5016    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5017echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5018    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5019echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    51905020    ac_header_preproc=yes
    51915021    ;;
    51925022  no:yes:* )
    5193     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5194 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5195     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5196 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5197     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5198 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5199     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5200 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5201     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5202 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5203     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5204 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5023    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5024echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5025    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5026echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5027    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5028echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5029    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5030echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5031    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5032echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5033    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5034echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    52055035    ( cat <<\_ASBOX
    52065036## ----------------------------------- ##
     
    52115041    ;;
    52125042esac
    5213 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5214 $as_echo_n "checking for $ac_header... " >&6; }
     5043{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5044echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    52155045if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5216   $as_echo_n "(cached) " >&6
     5046  echo $ECHO_N "(cached) $ECHO_C" >&6
    52175047else
    52185048  eval "$as_ac_Header=\$ac_header_preproc"
    52195049fi
    5220 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5221                  $as_echo "$as_val"'`
    5222                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5223 $as_echo "$ac_res" >&6; }
    5224 
    5225 fi
    5226 if test `eval 'as_val=${'$as_ac_Header'}
    5227                  $as_echo "$as_val"'` = yes; then
     5050ac_res=`eval echo '${'$as_ac_Header'}'`
     5051               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5052echo "${ECHO_T}$ac_res" >&6; }
     5053
     5054fi
     5055if test `eval echo '${'$as_ac_Header'}'` = yes; then
    52285056  cat >>confdefs.h <<_ACEOF
    5229 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5230 _ACEOF
    5231 
    5232 else
    5233   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5234 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5057#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5058_ACEOF
     5059
     5060else
     5061  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5062echo "$as_me: WARNING: STL classes missing ?" >&2;}
    52355063fi
    52365064
     
    52405068for ac_header in list
    52415069do
    5242 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5070as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    52435071if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5244   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5245 $as_echo_n "checking for $ac_header... " >&6; }
     5072  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5073echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    52465074if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5247   $as_echo_n "(cached) " >&6
    5248 fi
    5249 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5250                  $as_echo "$as_val"'`
    5251                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5252 $as_echo "$ac_res" >&6; }
     5075  echo $ECHO_N "(cached) $ECHO_C" >&6
     5076fi
     5077ac_res=`eval echo '${'$as_ac_Header'}'`
     5078               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5079echo "${ECHO_T}$ac_res" >&6; }
    52535080else
    52545081  # Is the header compilable?
    5255 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5256 $as_echo_n "checking $ac_header usability... " >&6; }
     5082{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5083echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    52575084cat >conftest.$ac_ext <<_ACEOF
    52585085/* confdefs.h.  */
     
    52705097  *) ac_try_echo=$ac_try;;
    52715098esac
    5272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5273 $as_echo "$ac_try_echo") >&5
     5099eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52745100  (eval "$ac_compile") 2>conftest.er1
    52755101  ac_status=$?
     
    52775103  rm -f conftest.er1
    52785104  cat conftest.err >&5
    5279   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5105  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52805106  (exit $ac_status); } && {
    52815107         test -z "$ac_cxx_werror_flag" ||
     
    52845110  ac_header_compiler=yes
    52855111else
    5286   $as_echo "$as_me: failed program was:" >&5
     5112  echo "$as_me: failed program was:" >&5
    52875113sed 's/^/| /' conftest.$ac_ext >&5
    52885114
     
    52915117
    52925118rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5293 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5294 $as_echo "$ac_header_compiler" >&6; }
     5119{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5120echo "${ECHO_T}$ac_header_compiler" >&6; }
    52955121
    52965122# Is the header present?
    5297 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5298 $as_echo_n "checking $ac_header presence... " >&6; }
     5123{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5124echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    52995125cat >conftest.$ac_ext <<_ACEOF
    53005126/* confdefs.h.  */
     
    53105136  *) ac_try_echo=$ac_try;;
    53115137esac
    5312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5313 $as_echo "$ac_try_echo") >&5
     5138eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53145139  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    53155140  ac_status=$?
     
    53175142  rm -f conftest.er1
    53185143  cat conftest.err >&5
    5319   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5144  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53205145  (exit $ac_status); } >/dev/null && {
    53215146         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    53245149  ac_header_preproc=yes
    53255150else
    5326   $as_echo "$as_me: failed program was:" >&5
     5151  echo "$as_me: failed program was:" >&5
    53275152sed 's/^/| /' conftest.$ac_ext >&5
    53285153
     
    53315156
    53325157rm -f conftest.err conftest.$ac_ext
    5333 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5334 $as_echo "$ac_header_preproc" >&6; }
     5158{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5159echo "${ECHO_T}$ac_header_preproc" >&6; }
    53355160
    53365161# So?  What about this header?
    53375162case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    53385163  yes:no: )
    5339     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5340 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5341     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5342 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5164    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5165echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5166    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5167echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    53435168    ac_header_preproc=yes
    53445169    ;;
    53455170  no:yes:* )
    5346     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5347 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5348     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5349 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5350     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5351 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5352     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5353 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5354     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5355 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5356     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5357 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5171    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5172echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5173    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5174echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5175    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5176echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5177    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5178echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5179    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5180echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5181    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5182echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    53585183    ( cat <<\_ASBOX
    53595184## ----------------------------------- ##
     
    53645189    ;;
    53655190esac
    5366 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5367 $as_echo_n "checking for $ac_header... " >&6; }
     5191{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5192echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    53685193if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5369   $as_echo_n "(cached) " >&6
     5194  echo $ECHO_N "(cached) $ECHO_C" >&6
    53705195else
    53715196  eval "$as_ac_Header=\$ac_header_preproc"
    53725197fi
    5373 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5374                  $as_echo "$as_val"'`
    5375                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5376 $as_echo "$ac_res" >&6; }
    5377 
    5378 fi
    5379 if test `eval 'as_val=${'$as_ac_Header'}
    5380                  $as_echo "$as_val"'` = yes; then
     5198ac_res=`eval echo '${'$as_ac_Header'}'`
     5199               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5200echo "${ECHO_T}$ac_res" >&6; }
     5201
     5202fi
     5203if test `eval echo '${'$as_ac_Header'}'` = yes; then
    53815204  cat >>confdefs.h <<_ACEOF
    5382 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5383 _ACEOF
    5384 
    5385 else
    5386   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5387 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5205#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5206_ACEOF
     5207
     5208else
     5209  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5210echo "$as_me: WARNING: STL classes missing ?" >&2;}
    53885211fi
    53895212
     
    53935216for ac_header in vector
    53945217do
    5395 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5218as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    53965219if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5397   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5398 $as_echo_n "checking for $ac_header... " >&6; }
     5220  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     5221echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    53995222if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5400   $as_echo_n "(cached) " >&6
    5401 fi
    5402 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5403                  $as_echo "$as_val"'`
    5404                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5405 $as_echo "$ac_res" >&6; }
     5223  echo $ECHO_N "(cached) $ECHO_C" >&6
     5224fi
     5225ac_res=`eval echo '${'$as_ac_Header'}'`
     5226               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5227echo "${ECHO_T}$ac_res" >&6; }
    54065228else
    54075229  # Is the header compilable?
    5408 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    5409 $as_echo_n "checking $ac_header usability... " >&6; }
     5230{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     5231echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    54105232cat >conftest.$ac_ext <<_ACEOF
    54115233/* confdefs.h.  */
     
    54235245  *) ac_try_echo=$ac_try;;
    54245246esac
    5425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5426 $as_echo "$ac_try_echo") >&5
     5247eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54275248  (eval "$ac_compile") 2>conftest.er1
    54285249  ac_status=$?
     
    54305251  rm -f conftest.er1
    54315252  cat conftest.err >&5
    5432   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5253  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54335254  (exit $ac_status); } && {
    54345255         test -z "$ac_cxx_werror_flag" ||
     
    54375258  ac_header_compiler=yes
    54385259else
    5439   $as_echo "$as_me: failed program was:" >&5
     5260  echo "$as_me: failed program was:" >&5
    54405261sed 's/^/| /' conftest.$ac_ext >&5
    54415262
     
    54445265
    54455266rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5446 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5447 $as_echo "$ac_header_compiler" >&6; }
     5267{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5268echo "${ECHO_T}$ac_header_compiler" >&6; }
    54485269
    54495270# Is the header present?
    5450 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    5451 $as_echo_n "checking $ac_header presence... " >&6; }
     5271{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     5272echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    54525273cat >conftest.$ac_ext <<_ACEOF
    54535274/* confdefs.h.  */
     
    54635284  *) ac_try_echo=$ac_try;;
    54645285esac
    5465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5466 $as_echo "$ac_try_echo") >&5
     5286eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54675287  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    54685288  ac_status=$?
     
    54705290  rm -f conftest.er1
    54715291  cat conftest.err >&5
    5472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5292  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54735293  (exit $ac_status); } >/dev/null && {
    54745294         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    54775297  ac_header_preproc=yes
    54785298else
    5479   $as_echo "$as_me: failed program was:" >&5
     5299  echo "$as_me: failed program was:" >&5
    54805300sed 's/^/| /' conftest.$ac_ext >&5
    54815301
     
    54845304
    54855305rm -f conftest.err conftest.$ac_ext
    5486 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5487 $as_echo "$ac_header_preproc" >&6; }
     5306{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5307echo "${ECHO_T}$ac_header_preproc" >&6; }
    54885308
    54895309# So?  What about this header?
    54905310case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    54915311  yes:no: )
    5492     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    5493 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5494     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5495 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     5312    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     5313echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5314    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     5315echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    54965316    ac_header_preproc=yes
    54975317    ;;
    54985318  no:yes:* )
    5499     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    5500 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5501     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5502 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5503     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5504 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5505     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5506 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    5507     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    5508 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5509     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5510 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     5319    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     5320echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     5321    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     5322echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     5323    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     5324echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     5325    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     5326echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5327    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5328echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5329    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     5330echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    55115331    ( cat <<\_ASBOX
    55125332## ----------------------------------- ##
     
    55175337    ;;
    55185338esac
    5519 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5520 $as_echo_n "checking for $ac_header... " >&6; }
     5339{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5340echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    55215341if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5522   $as_echo_n "(cached) " >&6
     5342  echo $ECHO_N "(cached) $ECHO_C" >&6
    55235343else
    55245344  eval "$as_ac_Header=\$ac_header_preproc"
    55255345fi
    5526 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5527                  $as_echo "$as_val"'`
    5528                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5529 $as_echo "$ac_res" >&6; }
    5530 
    5531 fi
    5532 if test `eval 'as_val=${'$as_ac_Header'}
    5533                  $as_echo "$as_val"'` = yes; then
     5346ac_res=`eval echo '${'$as_ac_Header'}'`
     5347               { echo "$as_me:$LINENO: result: $ac_res" >&5
     5348echo "${ECHO_T}$ac_res" >&6; }
     5349
     5350fi
     5351if test `eval echo '${'$as_ac_Header'}'` = yes; then
    55345352  cat >>confdefs.h <<_ACEOF
    5535 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    5536 _ACEOF
    5537 
    5538 else
    5539   { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
    5540 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}
     5353#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5354_ACEOF
     5355
     5356else
     5357  { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5
     5358echo "$as_me: WARNING: STL classes missing ?" >&2;}
    55415359fi
    55425360
     
    55535371    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    55545372set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    5555 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5556 $as_echo_n "checking for $ac_word... " >&6; }
     5373{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5374echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    55575375if test "${ac_cv_prog_F77+set}" = set; then
    5558   $as_echo_n "(cached) " >&6
     5376  echo $ECHO_N "(cached) $ECHO_C" >&6
    55595377else
    55605378  if test -n "$F77"; then
     
    55695387  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    55705388    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    5571     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5389    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    55725390    break 2
    55735391  fi
     
    55805398F77=$ac_cv_prog_F77
    55815399if test -n "$F77"; then
    5582   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    5583 $as_echo "$F77" >&6; }
    5584 else
    5585   { $as_echo "$as_me:$LINENO: result: no" >&5
    5586 $as_echo "no" >&6; }
     5400  { echo "$as_me:$LINENO: result: $F77" >&5
     5401echo "${ECHO_T}$F77" >&6; }
     5402else
     5403  { echo "$as_me:$LINENO: result: no" >&5
     5404echo "${ECHO_T}no" >&6; }
    55875405fi
    55885406
     
    55975415  # Extract the first word of "$ac_prog", so it can be a program name with args.
    55985416set dummy $ac_prog; ac_word=$2
    5599 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5600 $as_echo_n "checking for $ac_word... " >&6; }
     5417{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5418echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    56015419if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    5602   $as_echo_n "(cached) " >&6
     5420  echo $ECHO_N "(cached) $ECHO_C" >&6
    56035421else
    56045422  if test -n "$ac_ct_F77"; then
     
    56135431  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    56145432    ac_cv_prog_ac_ct_F77="$ac_prog"
    5615     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5433    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    56165434    break 2
    56175435  fi
     
    56245442ac_ct_F77=$ac_cv_prog_ac_ct_F77
    56255443if test -n "$ac_ct_F77"; then
    5626   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    5627 $as_echo "$ac_ct_F77" >&6; }
    5628 else
    5629   { $as_echo "$as_me:$LINENO: result: no" >&5
    5630 $as_echo "no" >&6; }
     5444  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     5445echo "${ECHO_T}$ac_ct_F77" >&6; }
     5446else
     5447  { echo "$as_me:$LINENO: result: no" >&5
     5448echo "${ECHO_T}no" >&6; }
    56315449fi
    56325450
     
    56405458    case $cross_compiling:$ac_tool_warned in
    56415459yes:)
    5642 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     5460{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    56435461whose name does not start with the host triplet.  If you think this
    56445462configuration is useful to you, please write to autoconf@gnu.org." >&5
    5645 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     5463echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    56465464whose name does not start with the host triplet.  If you think this
    56475465configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     
    56545472
    56555473# Provide some information about the compiler.
    5656 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    5657 set X $ac_compile
    5658 ac_compiler=$2
     5474echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     5475ac_compiler=`set X $ac_compile; echo $2`
    56595476{ (ac_try="$ac_compiler --version >&5"
    56605477case "(($ac_try" in
     
    56625479  *) ac_try_echo=$ac_try;;
    56635480esac
    5664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5665 $as_echo "$ac_try_echo") >&5
     5481eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56665482  (eval "$ac_compiler --version >&5") 2>&5
    56675483  ac_status=$?
    5668   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5484  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56695485  (exit $ac_status); }
    56705486{ (ac_try="$ac_compiler -v >&5"
     
    56735489  *) ac_try_echo=$ac_try;;
    56745490esac
    5675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5676 $as_echo "$ac_try_echo") >&5
     5491eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56775492  (eval "$ac_compiler -v >&5") 2>&5
    56785493  ac_status=$?
    5679   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5494  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56805495  (exit $ac_status); }
    56815496{ (ac_try="$ac_compiler -V >&5"
     
    56845499  *) ac_try_echo=$ac_try;;
    56855500esac
    5686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5687 $as_echo "$ac_try_echo") >&5
     5501eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56885502  (eval "$ac_compiler -V >&5") 2>&5
    56895503  ac_status=$?
    5690   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5504  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56915505  (exit $ac_status); }
    56925506rm -f a.out
     
    56965510ac_save_ext=$ac_ext
    56975511ac_ext=F
    5698 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    5699 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     5512{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     5513echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    57005514if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    5701   $as_echo_n "(cached) " >&6
     5515  echo $ECHO_N "(cached) $ECHO_C" >&6
    57025516else
    57035517  cat >conftest.$ac_ext <<_ACEOF
     
    57155529  *) ac_try_echo=$ac_try;;
    57165530esac
    5717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5718 $as_echo "$ac_try_echo") >&5
     5531eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57195532  (eval "$ac_compile") 2>conftest.er1
    57205533  ac_status=$?
     
    57225535  rm -f conftest.er1
    57235536  cat conftest.err >&5
    5724   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5537  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57255538  (exit $ac_status); } && {
    57265539         test -z "$ac_f77_werror_flag" ||
     
    57295542  ac_compiler_gnu=yes
    57305543else
    5731   $as_echo "$as_me: failed program was:" >&5
     5544  echo "$as_me: failed program was:" >&5
    57325545sed 's/^/| /' conftest.$ac_ext >&5
    57335546
     
    57395552
    57405553fi
    5741 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    5742 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     5554{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     5555echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    57435556ac_ext=$ac_save_ext
    57445557ac_test_FFLAGS=${FFLAGS+set}
    57455558ac_save_FFLAGS=$FFLAGS
    57465559FFLAGS=
    5747 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    5748 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     5560{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     5561echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    57495562if test "${ac_cv_prog_f77_g+set}" = set; then
    5750   $as_echo_n "(cached) " >&6
     5563  echo $ECHO_N "(cached) $ECHO_C" >&6
    57515564else
    57525565  FFLAGS=-g
     
    57625575  *) ac_try_echo=$ac_try;;
    57635576esac
    5764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5765 $as_echo "$ac_try_echo") >&5
     5577eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57665578  (eval "$ac_compile") 2>conftest.er1
    57675579  ac_status=$?
     
    57695581  rm -f conftest.er1
    57705582  cat conftest.err >&5
    5771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5583  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57725584  (exit $ac_status); } && {
    57735585         test -z "$ac_f77_werror_flag" ||
     
    57765588  ac_cv_prog_f77_g=yes
    57775589else
    5778   $as_echo "$as_me: failed program was:" >&5
     5590  echo "$as_me: failed program was:" >&5
    57795591sed 's/^/| /' conftest.$ac_ext >&5
    57805592
     
    57855597
    57865598fi
    5787 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    5788 $as_echo "$ac_cv_prog_f77_g" >&6; }
     5599{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     5600echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    57895601if test "$ac_test_FFLAGS" = set; then
    57905602  FFLAGS=$ac_save_FFLAGS
     
    58035615fi
    58045616
    5805 if test $ac_compiler_gnu = yes; then
    5806   G77=yes
    5807 else
    5808   G77=
    5809 fi
     5617G77=`test $ac_compiler_gnu = yes && echo yes`
    58105618ac_ext=cpp
    58115619ac_cpp='$CXXCPP $CPPFLAGS'
     
    58195627    # Step 0.a: Enable 64 bit support?
    58205628
    5821     { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
    5822 $as_echo_n "checking if 64bit support is requested... " >&6; }
     5629    { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5
     5630echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }
    58235631    # Check whether --enable-64bit was given.
    58245632if test "${enable_64bit+set}" = set; then
     
    58285636fi
    58295637
    5830     { $as_echo "$as_me:$LINENO: result: $do64bit" >&5
    5831 $as_echo "$do64bit" >&6; }
     5638    { echo "$as_me:$LINENO: result: $do64bit" >&5
     5639echo "${ECHO_T}$do64bit" >&6; }
    58325640
    58335641    # Step 0.b: Enable Solaris 64 bit VIS support?
    58345642
    5835     { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
    5836 $as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; }
     5643    { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5
     5644echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }
    58375645    # Check whether --enable-64bit-vis was given.
    58385646if test "${enable_64bit_vis+set}" = set; then
     
    58425650fi
    58435651
    5844     { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5
    5845 $as_echo "$do64bitVIS" >&6; }
     5652    { echo "$as_me:$LINENO: result: $do64bitVIS" >&5
     5653echo "${ECHO_T}$do64bitVIS" >&6; }
    58465654
    58475655    if test "$do64bitVIS" = "yes"; then
     
    58545662
    58555663
    5856     { $as_echo "$as_me:$LINENO: checking system version" >&5
    5857 $as_echo_n "checking system version... " >&6; }
     5664    { echo "$as_me:$LINENO: checking system version" >&5
     5665echo $ECHO_N "checking system version... $ECHO_C" >&6; }
    58585666if test "${tcl_cv_sys_version+set}" = set; then
    5859   $as_echo_n "(cached) " >&6
     5667  echo $ECHO_N "(cached) $ECHO_C" >&6
    58605668else
    58615669
     
    58655673            tcl_cv_sys_version=`uname -s`-`uname -r`
    58665674            if test "$?" -ne 0 ; then
    5867                 { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
    5868 $as_echo "$as_me: WARNING: can't find uname command" >&2;}
     5675                { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5
     5676echo "$as_me: WARNING: can't find uname command" >&2;}
    58695677                tcl_cv_sys_version=unknown
    58705678            else
     
    58825690
    58835691fi
    5884 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
    5885 $as_echo "$tcl_cv_sys_version" >&6; }
     5692{ echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5
     5693echo "${ECHO_T}$tcl_cv_sys_version" >&6; }
    58865694    system=$tcl_cv_sys_version
    58875695
     
    58905698    # Linux can use either -ldl or -ldld for dynamic loading.
    58915699
    5892     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
    5893 $as_echo_n "checking for dlopen in -ldl... " >&6; }
     5700    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
     5701echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
    58945702if test "${ac_cv_lib_dl_dlopen+set}" = set; then
    5895   $as_echo_n "(cached) " >&6
     5703  echo $ECHO_N "(cached) $ECHO_C" >&6
    58965704else
    58975705  ac_check_lib_save_LIBS=$LIBS
     
    59255733  *) ac_try_echo=$ac_try;;
    59265734esac
    5927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5928 $as_echo "$ac_try_echo") >&5
     5735eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59295736  (eval "$ac_link") 2>conftest.er1
    59305737  ac_status=$?
     
    59325739  rm -f conftest.er1
    59335740  cat conftest.err >&5
    5934   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5741  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59355742  (exit $ac_status); } && {
    59365743         test -z "$ac_cxx_werror_flag" ||
    59375744         test ! -s conftest.err
    5938        } && test -s conftest$ac_exeext && {
    5939          test "$cross_compiling" = yes ||
    5940          $as_test_x conftest$ac_exeext
    5941        }; then
     5745       } && test -s conftest$ac_exeext &&
     5746       $as_test_x conftest$ac_exeext; then
    59425747  ac_cv_lib_dl_dlopen=yes
    59435748else
    5944   $as_echo "$as_me: failed program was:" >&5
     5749  echo "$as_me: failed program was:" >&5
    59455750sed 's/^/| /' conftest.$ac_ext >&5
    59465751
     
    59485753fi
    59495754
    5950 rm -rf conftest.dSYM
    59515755rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59525756      conftest$ac_exeext conftest.$ac_ext
    59535757LIBS=$ac_check_lib_save_LIBS
    59545758fi
    5955 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
    5956 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
     5759{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
     5760echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
    59575761if test $ac_cv_lib_dl_dlopen = yes; then
    59585762  have_dl=yes
     
    59875791    # Extract the first word of "ar", so it can be a program name with args.
    59885792set dummy ar; ac_word=$2
    5989 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    5990 $as_echo_n "checking for $ac_word... " >&6; }
     5793{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     5794echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    59915795if test "${ac_cv_prog_AR+set}" = set; then
    5992   $as_echo_n "(cached) " >&6
     5796  echo $ECHO_N "(cached) $ECHO_C" >&6
    59935797else
    59945798  if test -n "$AR"; then
     
    60035807  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    60045808    ac_cv_prog_AR="ar"
    6005     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     5809    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    60065810    break 2
    60075811  fi
     
    60145818AR=$ac_cv_prog_AR
    60155819if test -n "$AR"; then
    6016   { $as_echo "$as_me:$LINENO: result: $AR" >&5
    6017 $as_echo "$AR" >&6; }
    6018 else
    6019   { $as_echo "$as_me:$LINENO: result: no" >&5
    6020 $as_echo "no" >&6; }
     5820  { echo "$as_me:$LINENO: result: $AR" >&5
     5821echo "${ECHO_T}$AR" >&6; }
     5822else
     5823  { echo "$as_me:$LINENO: result: no" >&5
     5824echo "${ECHO_T}no" >&6; }
    60215825fi
    60225826
    60235827
    60245828    if test "${AR}" = "" ; then
    6025         { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
    6026 $as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
     5829        { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5
     5830echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}
    60275831   { (exit 1); exit 1; }; }
    60285832    fi
     
    60435847                        ;;
    60445848                esac
    6045                 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
    6046 $as_echo "Using $CC for compiling with threads" >&6; }
     5849                { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
     5850echo "${ECHO_T}Using $CC for compiling with threads" >&6; }
    60475851            fi
    60485852            LIBS="$LIBS -lc"
     
    60595863            if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then
    60605864                if test "$GCC" = "yes" ; then
    6061                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    6062 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     5865                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     5866echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    60635867                else
    60645868                    do64bit_ok=yes
     
    61145918            # known GMT value.
    61155919
    6116             { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
    6117 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
     5920            { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5
     5921echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }
    61185922if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    6119   $as_echo_n "(cached) " >&6
     5923  echo $ECHO_N "(cached) $ECHO_C" >&6
    61205924else
    61215925  ac_check_lib_save_LIBS=$LIBS
     
    61495953  *) ac_try_echo=$ac_try;;
    61505954esac
    6151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6152 $as_echo "$ac_try_echo") >&5
     5955eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61535956  (eval "$ac_link") 2>conftest.er1
    61545957  ac_status=$?
     
    61565959  rm -f conftest.er1
    61575960  cat conftest.err >&5
    6158   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5961  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61595962  (exit $ac_status); } && {
    61605963         test -z "$ac_cxx_werror_flag" ||
    61615964         test ! -s conftest.err
    6162        } && test -s conftest$ac_exeext && {
    6163          test "$cross_compiling" = yes ||
    6164          $as_test_x conftest$ac_exeext
    6165        }; then
     5965       } && test -s conftest$ac_exeext &&
     5966       $as_test_x conftest$ac_exeext; then
    61665967  ac_cv_lib_bsd_gettimeofday=yes
    61675968else
    6168   $as_echo "$as_me: failed program was:" >&5
     5969  echo "$as_me: failed program was:" >&5
    61695970sed 's/^/| /' conftest.$ac_ext >&5
    61705971
     
    61725973fi
    61735974
    6174 rm -rf conftest.dSYM
    61755975rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61765976      conftest$ac_exeext conftest.$ac_ext
    61775977LIBS=$ac_check_lib_save_LIBS
    61785978fi
    6179 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
    6180 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
     5979{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5
     5980echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }
    61815981if test $ac_cv_lib_bsd_gettimeofday = yes; then
    61825982  libbsd=yes
     
    62066006            # is always linked to, for compatibility.
    62076007            #-----------------------------------------------------------
    6208             { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
    6209 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
     6008            { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5
     6009echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }
    62106010if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then
    6211   $as_echo_n "(cached) " >&6
     6011  echo $ECHO_N "(cached) $ECHO_C" >&6
    62126012else
    62136013  ac_check_lib_save_LIBS=$LIBS
     
    62416041  *) ac_try_echo=$ac_try;;
    62426042esac
    6243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6244 $as_echo "$ac_try_echo") >&5
     6043eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62456044  (eval "$ac_link") 2>conftest.er1
    62466045  ac_status=$?
     
    62486047  rm -f conftest.er1
    62496048  cat conftest.err >&5
    6250   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6049  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62516050  (exit $ac_status); } && {
    62526051         test -z "$ac_cxx_werror_flag" ||
    62536052         test ! -s conftest.err
    6254        } && test -s conftest$ac_exeext && {
    6255          test "$cross_compiling" = yes ||
    6256          $as_test_x conftest$ac_exeext
    6257        }; then
     6053       } && test -s conftest$ac_exeext &&
     6054       $as_test_x conftest$ac_exeext; then
    62586055  ac_cv_lib_bind_inet_ntoa=yes
    62596056else
    6260   $as_echo "$as_me: failed program was:" >&5
     6057  echo "$as_me: failed program was:" >&5
    62616058sed 's/^/| /' conftest.$ac_ext >&5
    62626059
     
    62646061fi
    62656062
    6266 rm -rf conftest.dSYM
    62676063rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62686064      conftest$ac_exeext conftest.$ac_ext
    62696065LIBS=$ac_check_lib_save_LIBS
    62706066fi
    6271 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
    6272 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
     6067{ echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5
     6068echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }
    62736069if test $ac_cv_lib_bind_inet_ntoa = yes; then
    62746070  LIBS="$LIBS -lbind -lsocket"
     
    63246120                SHLIB_SUFFIX=".sl"
    63256121            fi
    6326             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6327 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     6122            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6123echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    63286124if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6329   $as_echo_n "(cached) " >&6
     6125  echo $ECHO_N "(cached) $ECHO_C" >&6
    63306126else
    63316127  ac_check_lib_save_LIBS=$LIBS
     
    63596155  *) ac_try_echo=$ac_try;;
    63606156esac
    6361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6362 $as_echo "$ac_try_echo") >&5
     6157eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63636158  (eval "$ac_link") 2>conftest.er1
    63646159  ac_status=$?
     
    63666161  rm -f conftest.er1
    63676162  cat conftest.err >&5
    6368   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6163  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63696164  (exit $ac_status); } && {
    63706165         test -z "$ac_cxx_werror_flag" ||
    63716166         test ! -s conftest.err
    6372        } && test -s conftest$ac_exeext && {
    6373          test "$cross_compiling" = yes ||
    6374          $as_test_x conftest$ac_exeext
    6375        }; then
     6167       } && test -s conftest$ac_exeext &&
     6168       $as_test_x conftest$ac_exeext; then
    63766169  ac_cv_lib_dld_shl_load=yes
    63776170else
    6378   $as_echo "$as_me: failed program was:" >&5
     6171  echo "$as_me: failed program was:" >&5
    63796172sed 's/^/| /' conftest.$ac_ext >&5
    63806173
     
    63826175fi
    63836176
    6384 rm -rf conftest.dSYM
    63856177rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63866178      conftest$ac_exeext conftest.$ac_ext
    63876179LIBS=$ac_check_lib_save_LIBS
    63886180fi
    6389 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6390 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6181{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6182echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    63916183if test $ac_cv_lib_dld_shl_load = yes; then
    63926184  tcl_ok=yes
     
    64296221                            ;;
    64306222                        *)
    6431                             { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
    6432 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
     6223                            { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5
     6224echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}
    64336225                            ;;
    64346226                    esac
     
    64426234        HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
    64436235            SHLIB_SUFFIX=".sl"
    6444             { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
    6445 $as_echo_n "checking for shl_load in -ldld... " >&6; }
     6236            { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
     6237echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
    64466238if test "${ac_cv_lib_dld_shl_load+set}" = set; then
    6447   $as_echo_n "(cached) " >&6
     6239  echo $ECHO_N "(cached) $ECHO_C" >&6
    64486240else
    64496241  ac_check_lib_save_LIBS=$LIBS
     
    64776269  *) ac_try_echo=$ac_try;;
    64786270esac
    6479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6480 $as_echo "$ac_try_echo") >&5
     6271eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64816272  (eval "$ac_link") 2>conftest.er1
    64826273  ac_status=$?
     
    64846275  rm -f conftest.er1
    64856276  cat conftest.err >&5
    6486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6277  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64876278  (exit $ac_status); } && {
    64886279         test -z "$ac_cxx_werror_flag" ||
    64896280         test ! -s conftest.err
    6490        } && test -s conftest$ac_exeext && {
    6491          test "$cross_compiling" = yes ||
    6492          $as_test_x conftest$ac_exeext
    6493        }; then
     6281       } && test -s conftest$ac_exeext &&
     6282       $as_test_x conftest$ac_exeext; then
    64946283  ac_cv_lib_dld_shl_load=yes
    64956284else
    6496   $as_echo "$as_me: failed program was:" >&5
     6285  echo "$as_me: failed program was:" >&5
    64976286sed 's/^/| /' conftest.$ac_ext >&5
    64986287
     
    65006289fi
    65016290
    6502 rm -rf conftest.dSYM
    65036291rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65046292      conftest$ac_exeext conftest.$ac_ext
    65056293LIBS=$ac_check_lib_save_LIBS
    65066294fi
    6507 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
    6508 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
     6295{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
     6296echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
    65096297if test $ac_cv_lib_dld_shl_load = yes; then
    65106298  tcl_ok=yes
     
    65866374            if test "$do64bit" = "yes" ; then
    65876375                if test "$GCC" = "yes" ; then
    6588                     { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
    6589 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
     6376                    { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5
     6377echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
    65906378                else
    65916379                    do64bit_ok=yes
     
    66166404            else
    66176405                if test "${ac_cv_header_dld_h+set}" = set; then
    6618   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6619 $as_echo_n "checking for dld.h... " >&6; }
     6406  { echo "$as_me:$LINENO: checking for dld.h" >&5
     6407echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    66206408if test "${ac_cv_header_dld_h+set}" = set; then
    6621   $as_echo_n "(cached) " >&6
    6622 fi
    6623 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6624 $as_echo "$ac_cv_header_dld_h" >&6; }
     6409  echo $ECHO_N "(cached) $ECHO_C" >&6
     6410fi
     6411{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6412echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    66256413else
    66266414  # Is the header compilable?
    6627 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    6628 $as_echo_n "checking dld.h usability... " >&6; }
     6415{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     6416echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    66296417cat >conftest.$ac_ext <<_ACEOF
    66306418/* confdefs.h.  */
     
    66426430  *) ac_try_echo=$ac_try;;
    66436431esac
    6644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6645 $as_echo "$ac_try_echo") >&5
     6432eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66466433  (eval "$ac_compile") 2>conftest.er1
    66476434  ac_status=$?
     
    66496436  rm -f conftest.er1
    66506437  cat conftest.err >&5
    6651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6438  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66526439  (exit $ac_status); } && {
    66536440         test -z "$ac_cxx_werror_flag" ||
     
    66566443  ac_header_compiler=yes
    66576444else
    6658   $as_echo "$as_me: failed program was:" >&5
     6445  echo "$as_me: failed program was:" >&5
    66596446sed 's/^/| /' conftest.$ac_ext >&5
    66606447
     
    66636450
    66646451rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6665 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6666 $as_echo "$ac_header_compiler" >&6; }
     6452{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6453echo "${ECHO_T}$ac_header_compiler" >&6; }
    66676454
    66686455# Is the header present?
    6669 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    6670 $as_echo_n "checking dld.h presence... " >&6; }
     6456{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     6457echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    66716458cat >conftest.$ac_ext <<_ACEOF
    66726459/* confdefs.h.  */
     
    66826469  *) ac_try_echo=$ac_try;;
    66836470esac
    6684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6685 $as_echo "$ac_try_echo") >&5
     6471eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66866472  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    66876473  ac_status=$?
     
    66896475  rm -f conftest.er1
    66906476  cat conftest.err >&5
    6691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6477  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66926478  (exit $ac_status); } >/dev/null && {
    66936479         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    66966482  ac_header_preproc=yes
    66976483else
    6698   $as_echo "$as_me: failed program was:" >&5
     6484  echo "$as_me: failed program was:" >&5
    66996485sed 's/^/| /' conftest.$ac_ext >&5
    67006486
     
    67036489
    67046490rm -f conftest.err conftest.$ac_ext
    6705 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6706 $as_echo "$ac_header_preproc" >&6; }
     6491{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6492echo "${ECHO_T}$ac_header_preproc" >&6; }
    67076493
    67086494# So?  What about this header?
    67096495case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    67106496  yes:no: )
    6711     { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6712 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6713     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6714 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6497    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6498echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6499    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6500echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    67156501    ac_header_preproc=yes
    67166502    ;;
    67176503  no:yes:* )
    6718     { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6719 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6720     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6721 $as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6722     { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6723 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6724     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6725 $as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6726     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6727 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6728     { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6729 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6504    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6505echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6506    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6507echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6508    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6509echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6510    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6511echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6512    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6513echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6514    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6515echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    67306516    ( cat <<\_ASBOX
    67316517## ----------------------------------- ##
     
    67366522    ;;
    67376523esac
    6738 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6739 $as_echo_n "checking for dld.h... " >&6; }
     6524{ echo "$as_me:$LINENO: checking for dld.h" >&5
     6525echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    67406526if test "${ac_cv_header_dld_h+set}" = set; then
    6741   $as_echo_n "(cached) " >&6
     6527  echo $ECHO_N "(cached) $ECHO_C" >&6
    67426528else
    67436529  ac_cv_header_dld_h=$ac_header_preproc
    67446530fi
    6745 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6746 $as_echo "$ac_cv_header_dld_h" >&6; }
     6531{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6532echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    67476533
    67486534fi
     
    67626548            fi
    67636549            if test $do64bit = yes; then
    6764                 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
    6765 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
     6550                { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5
     6551echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }
    67666552if test "${tcl_cv_cc_m64+set}" = set; then
    6767   $as_echo_n "(cached) " >&6
     6553  echo $ECHO_N "(cached) $ECHO_C" >&6
    67686554else
    67696555
     
    67916577  *) ac_try_echo=$ac_try;;
    67926578esac
    6793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6794 $as_echo "$ac_try_echo") >&5
     6579eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    67956580  (eval "$ac_link") 2>conftest.er1
    67966581  ac_status=$?
     
    67986583  rm -f conftest.er1
    67996584  cat conftest.err >&5
    6800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68016586  (exit $ac_status); } && {
    68026587         test -z "$ac_cxx_werror_flag" ||
    68036588         test ! -s conftest.err
    6804        } && test -s conftest$ac_exeext && {
    6805          test "$cross_compiling" = yes ||
    6806          $as_test_x conftest$ac_exeext
    6807        }; then
     6589       } && test -s conftest$ac_exeext &&
     6590       $as_test_x conftest$ac_exeext; then
    68086591  tcl_cv_cc_m64=yes
    68096592else
    6810   $as_echo "$as_me: failed program was:" >&5
     6593  echo "$as_me: failed program was:" >&5
    68116594sed 's/^/| /' conftest.$ac_ext >&5
    68126595
     
    68146597fi
    68156598
    6816 rm -rf conftest.dSYM
    68176599rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    68186600      conftest$ac_exeext conftest.$ac_ext
    68196601                    CFLAGS=$hold_cflags
    68206602fi
    6821 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
    6822 $as_echo "$tcl_cv_cc_m64" >&6; }
     6603{ echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5
     6604echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }
    68236605                if test $tcl_cv_cc_m64 = yes; then
    68246606                    CFLAGS="$CFLAGS -m64"
     
    68596641            else
    68606642                if test "${ac_cv_header_dld_h+set}" = set; then
    6861   { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6862 $as_echo_n "checking for dld.h... " >&6; }
     6643  { echo "$as_me:$LINENO: checking for dld.h" >&5
     6644echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    68636645if test "${ac_cv_header_dld_h+set}" = set; then
    6864   $as_echo_n "(cached) " >&6
    6865 fi
    6866 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6867 $as_echo "$ac_cv_header_dld_h" >&6; }
     6646  echo $ECHO_N "(cached) $ECHO_C" >&6
     6647fi
     6648{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6649echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    68686650else
    68696651  # Is the header compilable?
    6870 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5
    6871 $as_echo_n "checking dld.h usability... " >&6; }
     6652{ echo "$as_me:$LINENO: checking dld.h usability" >&5
     6653echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }
    68726654cat >conftest.$ac_ext <<_ACEOF
    68736655/* confdefs.h.  */
     
    68856667  *) ac_try_echo=$ac_try;;
    68866668esac
    6887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6888 $as_echo "$ac_try_echo") >&5
     6669eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    68896670  (eval "$ac_compile") 2>conftest.er1
    68906671  ac_status=$?
     
    68926673  rm -f conftest.er1
    68936674  cat conftest.err >&5
    6894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6675  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68956676  (exit $ac_status); } && {
    68966677         test -z "$ac_cxx_werror_flag" ||
     
    68996680  ac_header_compiler=yes
    69006681else
    6901   $as_echo "$as_me: failed program was:" >&5
     6682  echo "$as_me: failed program was:" >&5
    69026683sed 's/^/| /' conftest.$ac_ext >&5
    69036684
     
    69066687
    69076688rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6908 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    6909 $as_echo "$ac_header_compiler" >&6; }
     6689{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6690echo "${ECHO_T}$ac_header_compiler" >&6; }
    69106691
    69116692# Is the header present?
    6912 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5
    6913 $as_echo_n "checking dld.h presence... " >&6; }
     6693{ echo "$as_me:$LINENO: checking dld.h presence" >&5
     6694echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }
    69146695cat >conftest.$ac_ext <<_ACEOF
    69156696/* confdefs.h.  */
     
    69256706  *) ac_try_echo=$ac_try;;
    69266707esac
    6927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6928 $as_echo "$ac_try_echo") >&5
     6708eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    69296709  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    69306710  ac_status=$?
     
    69326712  rm -f conftest.er1
    69336713  cat conftest.err >&5
    6934   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6714  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69356715  (exit $ac_status); } >/dev/null && {
    69366716         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    69396719  ac_header_preproc=yes
    69406720else
    6941   $as_echo "$as_me: failed program was:" >&5
     6721  echo "$as_me: failed program was:" >&5
    69426722sed 's/^/| /' conftest.$ac_ext >&5
    69436723
     
    69466726
    69476727rm -f conftest.err conftest.$ac_ext
    6948 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    6949 $as_echo "$ac_header_preproc" >&6; }
     6728{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6729echo "${ECHO_T}$ac_header_preproc" >&6; }
    69506730
    69516731# So?  What about this header?
    69526732case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    69536733  yes:no: )
    6954     { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
    6955 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    6956     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
    6957 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
     6734    { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6735echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6736    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5
     6737echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}
    69586738    ac_header_preproc=yes
    69596739    ;;
    69606740  no:yes:* )
    6961     { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
    6962 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
    6963     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
    6964 $as_echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
    6965     { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
    6966 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
    6967     { $as_echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
    6968 $as_echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    6969     { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
    6970 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
    6971     { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
    6972 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
     6741    { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5
     6742echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}
     6743    { echo "$as_me:$LINENO: WARNING: dld.h:     check for missing prerequisite headers?" >&5
     6744echo "$as_me: WARNING: dld.h:     check for missing prerequisite headers?" >&2;}
     6745    { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5
     6746echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}
     6747    { echo "$as_me:$LINENO: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&5
     6748echo "$as_me: WARNING: dld.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6749    { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5
     6750echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}
     6751    { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5
     6752echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}
    69736753    ( cat <<\_ASBOX
    69746754## ----------------------------------- ##
     
    69796759    ;;
    69806760esac
    6981 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5
    6982 $as_echo_n "checking for dld.h... " >&6; }
     6761{ echo "$as_me:$LINENO: checking for dld.h" >&5
     6762echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }
    69836763if test "${ac_cv_header_dld_h+set}" = set; then
    6984   $as_echo_n "(cached) " >&6
     6764  echo $ECHO_N "(cached) $ECHO_C" >&6
    69856765else
    69866766  ac_cv_header_dld_h=$ac_header_preproc
    69876767fi
    6988 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
    6989 $as_echo "$ac_cv_header_dld_h" >&6; }
     6768{ echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5
     6769echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }
    69906770
    69916771fi
     
    70416821            # Not available on all versions:  check for include file.
    70426822            if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7043   { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    7044 $as_echo_n "checking for dlfcn.h... " >&6; }
     6823  { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6824echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    70456825if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7046   $as_echo_n "(cached) " >&6
    7047 fi
    7048 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    7049 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
     6826  echo $ECHO_N "(cached) $ECHO_C" >&6
     6827fi
     6828{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6829echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    70506830else
    70516831  # Is the header compilable?
    7052 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
    7053 $as_echo_n "checking dlfcn.h usability... " >&6; }
     6832{ echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
     6833echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
    70546834cat >conftest.$ac_ext <<_ACEOF
    70556835/* confdefs.h.  */
     
    70676847  *) ac_try_echo=$ac_try;;
    70686848esac
    7069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7070 $as_echo "$ac_try_echo") >&5
     6849eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    70716850  (eval "$ac_compile") 2>conftest.er1
    70726851  ac_status=$?
     
    70746853  rm -f conftest.er1
    70756854  cat conftest.err >&5
    7076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6855  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70776856  (exit $ac_status); } && {
    70786857         test -z "$ac_cxx_werror_flag" ||
     
    70816860  ac_header_compiler=yes
    70826861else
    7083   $as_echo "$as_me: failed program was:" >&5
     6862  echo "$as_me: failed program was:" >&5
    70846863sed 's/^/| /' conftest.$ac_ext >&5
    70856864
     
    70886867
    70896868rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7090 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7091 $as_echo "$ac_header_compiler" >&6; }
     6869{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6870echo "${ECHO_T}$ac_header_compiler" >&6; }
    70926871
    70936872# Is the header present?
    7094 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
    7095 $as_echo_n "checking dlfcn.h presence... " >&6; }
     6873{ echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
     6874echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
    70966875cat >conftest.$ac_ext <<_ACEOF
    70976876/* confdefs.h.  */
     
    71076886  *) ac_try_echo=$ac_try;;
    71086887esac
    7109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7110 $as_echo "$ac_try_echo") >&5
     6888eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    71116889  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    71126890  ac_status=$?
     
    71146892  rm -f conftest.er1
    71156893  cat conftest.err >&5
    7116   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6894  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71176895  (exit $ac_status); } >/dev/null && {
    71186896         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
     
    71216899  ac_header_preproc=yes
    71226900else
    7123   $as_echo "$as_me: failed program was:" >&5
     6901  echo "$as_me: failed program was:" >&5
    71246902sed 's/^/| /' conftest.$ac_ext >&5
    71256903
     
    71286906
    71296907rm -f conftest.err conftest.$ac_ext
    7130 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7131 $as_echo "$ac_header_preproc" >&6; }
     6908{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6909echo "${ECHO_T}$ac_header_preproc" >&6; }
    71326910
    71336911# So?  What about this header?
    71346912case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
    71356913  yes:no: )
    7136     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
    7137 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7138     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
    7139 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
     6914    { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
     6915echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6916    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
     6917echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
    71406918    ac_header_preproc=yes
    71416919    ;;
    71426920  no:yes:* )
    7143     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
    7144 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
    7145     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
    7146 $as_echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
    7147     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
    7148 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
    7149     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
    7150 $as_echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    7151     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
    7152 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
    7153     { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
    7154 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
     6921    { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
     6922echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
     6923    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
     6924echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
     6925    { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
     6926echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
     6927    { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
     6928echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     6929    { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
     6930echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
     6931    { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
     6932echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
    71556933    ( cat <<\_ASBOX
    71566934## ----------------------------------- ##
     
    71616939    ;;
    71626940esac
    7163 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
    7164 $as_echo_n "checking for dlfcn.h... " >&6; }
     6941{ echo "$as_me:$LINENO: checking for dlfcn.h" >&5
     6942echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
    71656943if test "${ac_cv_header_dlfcn_h+set}" = set; then
    7166   $as_echo_n "(cached) " >&6
     6944  echo $ECHO_N "(cached) $ECHO_C" >&6
    71676945else
    71686946  ac_cv_header_dlfcn_h=$ac_header_preproc
    71696947fi
    7170 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
    7171 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
     6948{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
     6949echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
    71726950
    71736951fi
     
    71836961                CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
    71846962                LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
    7185                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    7186 $as_echo_n "checking for ELF... " >&6; }
     6963                { echo "$as_me:$LINENO: checking for ELF" >&5
     6964echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    71876965if test "${tcl_cv_ld_elf+set}" = set; then
    7188   $as_echo_n "(cached) " >&6
     6966  echo $ECHO_N "(cached) $ECHO_C" >&6
    71896967else
    71906968
     
    72106988
    72116989fi
    7212 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7213 $as_echo "$tcl_cv_ld_elf" >&6; }
     6990{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     6991echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    72146992                if test $tcl_cv_ld_elf = yes; then
    72156993                    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
     
    72697047                LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    72707048                SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
    7271                 { $as_echo "$as_me:$LINENO: checking for ELF" >&5
    7272 $as_echo_n "checking for ELF... " >&6; }
     7049                { echo "$as_me:$LINENO: checking for ELF" >&5
     7050echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }
    72737051if test "${tcl_cv_ld_elf+set}" = set; then
    7274   $as_echo_n "(cached) " >&6
     7052  echo $ECHO_N "(cached) $ECHO_C" >&6
    72757053else
    72767054
     
    72967074
    72977075fi
    7298 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
    7299 $as_echo "$tcl_cv_ld_elf" >&6; }
     7076{ echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5
     7077echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }
    73007078                if test $tcl_cv_ld_elf = yes; then
    73017079                    LDFLAGS=-Wl,-export-dynamic
     
    73517129                case `arch` in
    73527130                    ppc)
    7353                         { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
    7354 $as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
     7131                        { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5
     7132echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }
    73557133if test "${tcl_cv_cc_arch_ppc64+set}" = set; then
    7356   $as_echo_n "(cached) " >&6
     7134  echo $ECHO_N "(cached) $ECHO_C" >&6
    73577135else
    73587136
     
    73807158  *) ac_try_echo=$ac_try;;
    73817159esac
    7382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7383 $as_echo "$ac_try_echo") >&5
     7160eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    73847161  (eval "$ac_link") 2>conftest.er1
    73857162  ac_status=$?
     
    73877164  rm -f conftest.er1
    73887165  cat conftest.err >&5
    7389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7166  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73907167  (exit $ac_status); } && {
    73917168         test -z "$ac_cxx_werror_flag" ||
    73927169         test ! -s conftest.err
    7393        } && test -s conftest$ac_exeext && {
    7394          test "$cross_compiling" = yes ||
    7395          $as_test_x conftest$ac_exeext
    7396        }; then
     7170       } && test -s conftest$ac_exeext &&
     7171       $as_test_x conftest$ac_exeext; then
    73977172  tcl_cv_cc_arch_ppc64=yes
    73987173else
    7399   $as_echo "$as_me: failed program was:" >&5
     7174  echo "$as_me: failed program was:" >&5
    74007175sed 's/^/| /' conftest.$ac_ext >&5
    74017176
     
    74037178fi
    74047179
    7405 rm -rf conftest.dSYM
    74067180rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    74077181      conftest$ac_exeext conftest.$ac_ext
    74087182                            CFLAGS=$hold_cflags
    74097183fi
    7410 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
    7411 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; }
     7184{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5
     7185echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }
    74127186                        if test $tcl_cv_cc_arch_ppc64 = yes; then
    74137187                            CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5"
     
    74157189                        fi;;
    74167190                    i386)
    7417                         { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
    7418 $as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
     7191                        { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5
     7192echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }
    74197193if test "${tcl_cv_cc_arch_x86_64+set}" = set; then
    7420   $as_echo_n "(cached) " >&6
     7194  echo $ECHO_N "(cached) $ECHO_C" >&6
    74217195else
    74227196
     
    74447218  *) ac_try_echo=$ac_try;;
    74457219esac
    7446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7447 $as_echo "$ac_try_echo") >&5
     7220eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    74487221  (eval "$ac_link") 2>conftest.er1
    74497222  ac_status=$?
     
    74517224  rm -f conftest.er1
    74527225  cat conftest.err >&5
    7453   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7226  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74547227  (exit $ac_status); } && {
    74557228         test -z "$ac_cxx_werror_flag" ||
    74567229         test ! -s conftest.err
    7457        } && test -s conftest$ac_exeext && {
    7458          test "$cross_compiling" = yes ||
    7459          $as_test_x conftest$ac_exeext
    7460        }; then
     7230       } && test -s conftest$ac_exeext &&
     7231       $as_test_x conftest$ac_exeext; then
    74617232  tcl_cv_cc_arch_x86_64=yes
    74627233else
    7463   $as_echo "$as_me: failed program was:" >&5
     7234  echo "$as_me: failed program was:" >&5
    74647235sed 's/^/| /' conftest.$ac_ext >&5
    74657236
     
    74677238fi
    74687239
    7469 rm -rf conftest.dSYM
    74707240rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    74717241      conftest$ac_exeext conftest.$ac_ext
    74727242                            CFLAGS=$hold_cflags
    74737243fi
    7474 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
    7475 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; }
     7244{ echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5
     7245echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }
    74767246                        if test $tcl_cv_cc_arch_x86_64 = yes; then
    74777247                            CFLAGS="$CFLAGS -arch x86_64"
     
    74797249                        fi;;
    74807250                    *)
    7481                         { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
    7482 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
     7251                        { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5
     7252echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;
    74837253                esac
    74847254            else
     
    74897259            fi
    74907260            SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}'
    7491             { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
    7492 $as_echo_n "checking if ld accepts -single_module flag... " >&6; }
     7261            { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5
     7262echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }
    74937263if test "${tcl_cv_ld_single_module+set}" = set; then
    7494   $as_echo_n "(cached) " >&6
     7264  echo $ECHO_N "(cached) $ECHO_C" >&6
    74957265else
    74967266
     
    75187288  *) ac_try_echo=$ac_try;;
    75197289esac
    7520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7521 $as_echo "$ac_try_echo") >&5
     7290eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75227291  (eval "$ac_link") 2>conftest.er1
    75237292  ac_status=$?
     
    75257294  rm -f conftest.er1
    75267295  cat conftest.err >&5
    7527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7296  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75287297  (exit $ac_status); } && {
    75297298         test -z "$ac_cxx_werror_flag" ||
    75307299         test ! -s conftest.err
    7531        } && test -s conftest$ac_exeext && {
    7532          test "$cross_compiling" = yes ||
    7533          $as_test_x conftest$ac_exeext
    7534        }; then
     7300       } && test -s conftest$ac_exeext &&
     7301       $as_test_x conftest$ac_exeext; then
    75357302  tcl_cv_ld_single_module=yes
    75367303else
    7537   $as_echo "$as_me: failed program was:" >&5
     7304  echo "$as_me: failed program was:" >&5
    75387305sed 's/^/| /' conftest.$ac_ext >&5
    75397306
     
    75417308fi
    75427309
    7543 rm -rf conftest.dSYM
    75447310rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    75457311      conftest$ac_exeext conftest.$ac_ext
    75467312                LDFLAGS=$hold_ldflags
    75477313fi
    7548 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
    7549 $as_echo "$tcl_cv_ld_single_module" >&6; }
     7314{ echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5
     7315echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }
    75507316            if test $tcl_cv_ld_single_module = yes; then
    75517317                SHLIB_LD="${SHLIB_LD} -Wl,-single_module"
     
    75607326                LDFLAGS="$LDFLAGS -prebind"
    75617327            LDFLAGS="$LDFLAGS -headerpad_max_install_names"
    7562             { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
    7563 $as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
     7328            { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5
     7329echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }
    75647330if test "${tcl_cv_ld_search_paths_first+set}" = set; then
    7565   $as_echo_n "(cached) " >&6
     7331  echo $ECHO_N "(cached) $ECHO_C" >&6
    75667332else
    75677333
     
    75897355  *) ac_try_echo=$ac_try;;
    75907356esac
    7591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7592 $as_echo "$ac_try_echo") >&5
     7357eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75937358  (eval "$ac_link") 2>conftest.er1
    75947359  ac_status=$?
     
    75967361  rm -f conftest.er1
    75977362  cat conftest.err >&5
    7598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7363  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75997364  (exit $ac_status); } && {
    76007365         test -z "$ac_cxx_werror_flag" ||
    76017366         test ! -s conftest.err
    7602        } && test -s conftest$ac_exeext && {
    7603          test "$cross_compiling" = yes ||
    7604          $as_test_x conftest$ac_exeext
    7605        }; then
     7367       } && test -s conftest$ac_exeext &&
     7368       $as_test_x conftest$ac_exeext; then
    76067369  tcl_cv_ld_search_paths_first=yes
    76077370else
    7608   $as_echo "$as_me: failed program was:" >&5
     7371  echo "$as_me: failed program was:" >&5
    76097372sed 's/^/| /' conftest.$ac_ext >&5
    76107373
     
    76127375fi
    76137376
    7614 rm -rf conftest.dSYM
    76157377rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    76167378      conftest$ac_exeext conftest.$ac_ext
    76177379                LDFLAGS=$hold_ldflags
    76187380fi
    7619 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
    7620 $as_echo "$tcl_cv_ld_search_paths_first" >&6; }
     7381{ echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5
     7382echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }
    76217383            if test $tcl_cv_ld_search_paths_first = yes; then
    76227384                LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
     
    76277389            PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
    76287390            PLAT_SRCS=\$\(MAC\_OSX_SRCS\)
    7629             { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
    7630 $as_echo_n "checking whether to use CoreFoundation... " >&6; }
     7391            { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5
     7392echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }
    76317393            # Check whether --enable-corefoundation was given.
    76327394if test "${enable_corefoundation+set}" = set; then
     
    76367398fi
    76377399
    7638             { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
    7639 $as_echo "$tcl_corefoundation" >&6; }
     7400            { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5
     7401echo "${ECHO_T}$tcl_corefoundation" >&6; }
    76407402            if test $tcl_corefoundation = yes; then
    7641                 { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
    7642 $as_echo_n "checking for CoreFoundation.framework... " >&6; }
     7403                { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5
     7404echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }
    76437405if test "${tcl_cv_lib_corefoundation+set}" = set; then
    7644   $as_echo_n "(cached) " >&6
     7406  echo $ECHO_N "(cached) $ECHO_C" >&6
    76457407else
    76467408
     
    76747436  *) ac_try_echo=$ac_try;;
    76757437esac
    7676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7677 $as_echo "$ac_try_echo") >&5
     7438eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    76787439  (eval "$ac_link") 2>conftest.er1
    76797440  ac_status=$?
     
    76817442  rm -f conftest.er1
    76827443  cat conftest.err >&5
    7683   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7444  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76847445  (exit $ac_status); } && {
    76857446         test -z "$ac_cxx_werror_flag" ||
    76867447         test ! -s conftest.err
    7687        } && test -s conftest$ac_exeext && {